/* _content/Blazor/Components/Calculation/CalculationList.razor.rz.scp.css */

.container[b-9iygze58iz] {
    width: 100%;
    max-width: 950px;
    margin: 50px auto;
    background-color: #f3f6fc;
    border-radius: 15px;
    padding: 25px;
}

h1[b-9iygze58iz] {
    text-align: center;
    color: rgb(0, 0, 90);
}

.fields[b-9iygze58iz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field[b-9iygze58iz] {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    transition: background-color ease-in-out 0.125s;
}

    .field:hover[b-9iygze58iz] {
        background-color: hsl(240, 2%, 96%);
        transition: background-color ease-in-out 0.125s;
    }

@media (max-width: 767px) {
    .container[b-9iygze58iz] {
        margin-top: 0;
    }
}

@media (max-width: 550px) {
    .fields[b-9iygze58iz] {
        justify-content: center;
    }
}
/* _content/Blazor/Components/Layout/Footer.razor.rz.scp.css */

.container[b-rjw01e7nib] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer[b-rjw01e7nib] {
    background-color: #131b24;
    color: #7E8E9E;
    padding: 96px 0;
}

p[b-rjw01e7nib] {
    margin: 0;
}

.law-erea[b-rjw01e7nib] {
    width: 30%;
}

.law[b-rjw01e7nib] {
    font-size: 13px;
    margin-top: 30px;
    text-align: justify;
}

.f-nav[b-rjw01e7nib] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-nav-col[b-rjw01e7nib] {
    margin-left: 50px;
}

.col-head[b-rjw01e7nib] {
    color: #dfe6eb;
    font-weight: bold;
    margin-bottom: 10px;
}

.socials[b-rjw01e7nib] {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .socials a[b-rjw01e7nib] {
        display: inline-block;
        cursor: pointer;
    }

    .socials svg[b-rjw01e7nib] {
        vertical-align: middle;
    }

.nav-col-item[b-rjw01e7nib] {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    color: #7E8E9E;
    -webkit-transition: color ease-in-out 0.125s;
    -o-transition: color ease-in-out 0.125s;
    transition: color ease-in-out 0.125s;
}

    .nav-col-item:hover[b-rjw01e7nib] {
        color: #ABB9C7;
        -webkit-transition: color ease-in-out 0.125s;
        -o-transition: color ease-in-out 0.125s;
        transition: color ease-in-out 0.125s;
    }

.meta-data[b-rjw01e7nib] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actionlink[b-rjw01e7nib] {
    font-size: 13px;
    margin-bottom: 15px;
}

.categories[b-rjw01e7nib] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 200px
}

.categories a[b-rjw01e7nib] {
    margin-left: 25px
}

@media (max-width: 767px) {
    .container[b-rjw01e7nib] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    footer[b-rjw01e7nib] {
        padding: 50px 0;
    }

    .law-erea[b-rjw01e7nib] {
        width: 100%;
        text-align: center;
    }

    .f-nav[b-rjw01e7nib] {
        width: 75%;
        margin: 50px auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-direction: column-reverse
    }


    .f-nav-col[b-rjw01e7nib] {
        margin-left: 0;
    }

    .meta-data[b-rjw01e7nib] {
        width: 75%;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .f-nav-col[b-rjw01e7nib] {
        margin-top: 25px;
        text-align: center;
    }
}
/* _content/Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* _content/Blazor/Components/Layout/NavMenu.razor.rz.scp.css */

.nav-bar[b-binvi3pc3l] {
    height: 75px;
    background-color: #f2f9fc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

    .nav-bar a[b-binvi3pc3l] {
        color: #556575;
    }

.container[b-binvi3pc3l] {
    max-width: 1650px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.nav-menu[b-binvi3pc3l] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
}

.nav-link[b-binvi3pc3l] {
    -webkit-transition: color 0.7s ease;
    -o-transition: color 0.7s ease;
    transition: color 0.7s ease;
}

    .nav-link:hover[b-binvi3pc3l] {
        color: dodgerblue;
    }

.hamburger[b-binvi3pc3l] {
    display: none;
    cursor: pointer;
}

.bar[b-binvi3pc3l] {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #125486;
}

@media (max-width: 1300px) {
    .nav-menu[b-binvi3pc3l] {
        gap: 30px
    }
}


@media (max-width: 1000px) {

    .nav-menu[b-binvi3pc3l]{
        gap: 20px
    }
    .nav-item[b-binvi3pc3l] {
        font-size: 14px
    }
}

@media (max-width: 768px) {

    .container[b-binvi3pc3l] {
        padding: 0;
    }

    .hamburger[b-binvi3pc3l] {
        display: block;
    }

    svg[b-binvi3pc3l] {
        margin-right: 30px;
    }

    .hamburger.active .bar:nth-child(2)[b-binvi3pc3l] {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1)[b-binvi3pc3l] {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3)[b-binvi3pc3l] {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-bar[b-binvi3pc3l] {
        padding: 0 5px;
        height: 50px;
    }

    .nav-menu[b-binvi3pc3l] {
        position: fixed;
        right: -100%;
        top: 50px;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
        -webkit-box-shadow: 0 3px 6px #0f4b7983;
        box-shadow: 0 3px 6px #0f4b7983;
    }

    .nav-item[b-binvi3pc3l] {
        margin: 16px 0;
    }

    .nav-menu.active[b-binvi3pc3l] {
        right: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}
/* _content/Blazor/Components/Layout/Subscription.razor.rz.scp.css */
.sub-area[b-gevjnimw6b] {
    width: 100%;
    background-color: #f2f9fc;
    padding: 94px 0;
    margin-top: 50px;
}

.sa-container[b-gevjnimw6b] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sa-title div[b-gevjnimw6b] {
    font-size: 32px;
    color: #131b24;
    font-weight: bold;
}

.sa-title[b-gevjnimw6b] {
    width: 40%;
}

    .sa-title p[b-gevjnimw6b] {
        color: #405261;
    }

.email-c[b-gevjnimw6b] {
    width: 55%;
}

.email-area[b-gevjnimw6b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 70px;
}

.sub-btn[b-gevjnimw6b] {
    background-color: #304ddb;
    color: white;
    padding: 0 45px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.privacy[b-gevjnimw6b] {
    color: #405261;
    font-size: 14px;
}

.email-input[b-gevjnimw6b] {
    width: 100%;
    padding: 0 24px;
    border: 1px solid #abb9c7;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
    color: #405261;
    height: 100%;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 18px;
}

    .email-input:focus[b-gevjnimw6b] {
        border-color: #4176fa;
        outline: none;
    }

    .email-input:hover[b-gevjnimw6b] {
        border-color: #4176fa;
        -webkit-transition: border-color 0.25s ease-in-out;
        -o-transition: border-color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out;
    }

.ng-dirty.ng-invalid[b-gevjnimw6b] {
    border-color: #e54a32;
}

.email-entered[b-gevjnimw6b] {
    background-color: #f2fff0;
    border: solid 1px #47c47d;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 24px;
}

@media (max-width: 767px) {
    .sub-area[b-gevjnimw6b] {
        padding: 50px 30px;
    }

    .sa-container[b-gevjnimw6b] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sa-title[b-gevjnimw6b] {
        width: 100%;
    }

        .sa-title div[b-gevjnimw6b] {
            font-size: 22px;
        }

        .sa-title p[b-gevjnimw6b] {
            font-size: 13px;
        }

    .email-c[b-gevjnimw6b] {
        width: 100%;
    }

    .email-area[b-gevjnimw6b] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .email-input[b-gevjnimw6b] {
        width: 100%;
        border-radius: 7px;
        margin-bottom: 10px;
        height: 50px;
    }

    .sub-btn[b-gevjnimw6b] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 7px;
        height: 50px;
    }
}
/* _content/Blazor/Components/Pages/Contact.razor.rz.scp.css */
.container[b-fb6287strt] {
	direction: rtl;
	padding-top: 50px;
	width: 50%;
	margin: 0 auto;
	
}

.form-group[b-fb6287strt] {
	padding: 10px;
}

	.form-group label[b-fb6287strt] {
		display: block;
	}

	.form-group span[b-fb6287strt] {
		color: red;
		margin-right: 3px;
		font-size: 14px;
	}

	.form-group input[b-fb6287strt],
	textarea[b-fb6287strt] {
		padding: 8px 16px;
		border: 1px solid #eaeaea;
		outline: none;
		width: 400px;
		-webkit-transition: border-color ease-in-out 0.125s;
		-o-transition: border-color ease-in-out 0.125s;
		transition: border-color ease-in-out 0.125s;
	}

		.form-group input:hover[b-fb6287strt],
		textarea:hover[b-fb6287strt] {
			border-color: #c5c4c3;
			-webkit-transition: border-color ease-in-out 0.125s;
			-o-transition: border-color ease-in-out 0.125s;
			transition: border-color ease-in-out 0.125s;
		}

		.form-group input:focus[b-fb6287strt],
		textarea:focus[b-fb6287strt] {
			border-color: #c5c4c3;
			-webkit-transition: border-color ease-in-out 0.125s;
			-o-transition: border-color ease-in-out 0.125s;
			transition: border-color ease-in-out 0.125s;
		}

.bordered[b-fb6287strt] {
	border-color: red;
}

.sent-btn[b-fb6287strt] {
	width: 120px;
	background-color: #125486;
	border: 1px solid #125486;
	padding: 16px 24px;
	text-align: center;
	color: white;
	-webkit-transition-property: background-color, border-color;
	-o-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	margin-bottom: 10px;
	cursor: pointer;
}

	.sent-btn:hover[b-fb6287strt] {
		background-color: #3477aa;
		border: 1px solid #125486;
		-webkit-transition-property: background-color, border-color;
		-o-transition-property: background-color, border-color;
		transition-property: background-color, border-color;
		-webkit-transition-duration: 0.15s;
		-o-transition-duration: 0.15s;
		transition-duration: 0.15s;
		-webkit-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}

@media (max-width: 767px) {
	.container[b-fb6287strt] {
		width: 95%;
		padding-top: 10px;
	}

	.form-group input[b-fb6287strt],
	textarea[b-fb6287strt] {
		width: 100%;
	}
}

/* _content/Blazor/Components/Pages/Home.razor.rz.scp.css */
.all-btn[b-597p367wi1] {
    display: inline-block;
    background-color: #304ddc;
    color: white;
    padding: 10px 30px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .container[b-597p367wi1] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-right[b-597p367wi1] {
        width: 100%;
        margin-top: 30px;
    }

    .page-left[b-597p367wi1] {
        width: 100%;
    }

    .title-heading[b-597p367wi1] {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .sub-heading[b-597p367wi1] {
        font-size: 14px;
    }

    .row[b-597p367wi1] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-col[b-597p367wi1] {
        width: 100%;
    }

    .ArticleItemTitle[b-597p367wi1] {
        height: auto;
        margin-bottom: 12px;
    }

    iframe[b-597p367wi1] {
        height: 480px;
    }
}
/* _content/Blazor/Components/Pages/InstallGuid.razor.rz.scp.css */
.container[b-eiv6d8co3j] {
    background-image: url("/assets/dl-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 60px 40px;
    color: white;
    background-position: top;
}

h1[b-eiv6d8co3j] {
    font-size: 72px;
    text-shadow: -1px 1px 5px black;
}

h2[b-eiv6d8co3j] {
    font-size: 18px;
    text-shadow: -1px 1px 5px black;
}

.send-input-area[b-eiv6d8co3j] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 554px;
    width: 100%;
    margin: 30px auto 10px auto;
}

    .send-input-area input[b-eiv6d8co3j] {
        padding: 20px 25px;
        border: none;
        background-color: white;
        color: black;
        width: 70%;
        font-size: 18px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }

    .send-input-area button[b-eiv6d8co3j] {
        padding: 20px 10px;
        width: 30%;
        background-color: #6fd506;
        font-size: 18px;
        color: white;
        cursor: pointer;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

.message[b-eiv6d8co3j] {
    color: #6fd506;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
}

.OrText[b-eiv6d8co3j] {
    font-size: 38px;
    text-shadow: -1px 1px 5px black;
    margin-bottom: 30px;
}

.dl-btn[b-eiv6d8co3j] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: white;
    padding: 5px 30px;
    max-width: 284px;
    width: 100%;
    margin: 10px auto 20px auto;
    border-radius: 50px;
    background-color: #175c62;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.icon-container[b-eiv6d8co3j] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
}

    .icon-container img[b-eiv6d8co3j] {
        width: 100%;
    }

@media (max-width: 768px) {
    h1[b-eiv6d8co3j] {
        font-size: 42px;
    }

    h2[b-eiv6d8co3j] {
        font-size: 16px;
    }

    .container[b-eiv6d8co3j] {
        padding: 20px 10px;
    }

    .send-input-area input[b-eiv6d8co3j] {
        font-size: 16px;
        width: 60%;
    }

    .send-input-area button[b-eiv6d8co3j] {
        font-size: 15px;
        width: 40%;
    }
}
/* _content/Blazor/Components/Pages/News/NewsList.razor.rz.scp.css */

@media (max-width: 767px) {
    .container[b-pcveej56g9] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-right[b-pcveej56g9] {
        width: 100%;
        margin-top: 30px;
    }

    .page-left[b-pcveej56g9] {
        width: 100%;
    }

    .title-heading[b-pcveej56g9] {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .sub-heading[b-pcveej56g9] {
        font-size: 14px;
    }

    .row[b-pcveej56g9] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-col[b-pcveej56g9] {
        width: 100%;
    }

    .ArticleItemTitle[b-pcveej56g9] {
        height: auto;
        margin-bottom: 12px;
    }

    iframe[b-pcveej56g9] {
        height: 480px;
    }
}
/* _content/Blazor/Components/Pages/News/NewsPage.razor.rz.scp.css */
img[b-zm3syof7kd] {
    max-width: 100% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

main[b-zm3syof7kd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 20px 35px 20px;
}

.date[b-zm3syof7kd] {
    color: #556575;
    letter-spacing: 1px;
}

.dot[b-zm3syof7kd] {
    margin: 0 10px;
    width: 5px;
    height: 5px;
}

.title[b-zm3syof7kd] {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 15px auto;
    direction: rtl;
    max-width: 1000px;
}

.subtitle[b-zm3syof7kd] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 13px;
    color: #555;
}

.category[b-zm3syof7kd] {
    color: #314351;
    font-weight: bold;
}

.main-img[b-zm3syof7kd] {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 50px;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 7px;
}

.article-body[b-zm3syof7kd] {
    direction: rtl;
    max-width: 870px;
    margin: 0 auto;
    line-height: 30px;
}

.bottom-erea[b-zm3syof7kd] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto 40px auto;
    background-color: #f2f9fc;
    padding: 15px 30px 15px 16px;
    border-radius: 7px;
}

.SocialShare[b-zm3syof7kd] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(204, 222, 232, 0.5);
    margin-left: 14px;
    cursor: pointer;
}

.source-link[b-zm3syof7kd] {
    color: rgb(41, 47, 51);
}

iframe[b-zm3syof7kd] {
    height: 510px;
}

@media screen and (max-width: 768px) {
    main[b-zm3syof7kd] {
        padding-top: 30px;
        padding: 30px 16px 35px 16px;
    }

    .title[b-zm3syof7kd] {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .category[b-zm3syof7kd] {
        font-size: 13px;
    }

    .nomobile[b-zm3syof7kd] {
        display: none;
    }

    .main-img[b-zm3syof7kd] {
        margin-bottom: 30px;
        max-height: 250px;
    }

    .socials[b-zm3syof7kd] {
        display: none;
    }

    .socials-mobile[b-zm3syof7kd] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bottom-erea[b-zm3syof7kd] {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .source-link[b-zm3syof7kd] {
        margin-bottom: 20px;
    }

    .subtitle[b-zm3syof7kd] {
        margin-bottom: 30px;
    }

    iframe[b-zm3syof7kd] {
        height: 480px;
    }
}
/* _content/Blazor/Components/Shared/Modal.razor.rz.scp.css */
.modal[b-ohnjci24lf] {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2001;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
    z-index: 2001;
}

.modal_overlay[b-ohnjci24lf] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 2000;
}

.close-btn[b-ohnjci24lf] {
    background-color: #6c757d;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    width: 75%;
    margin: 10px auto 0 auto
}
/* _content/Blazor/Components/Shared/Toast.razor.rz.scp.css */
.toast-message-container[b-5bx4upvw45] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-5bx4upvw45 0.5s ease-out, slide-out-b-5bx4upvw45 0.5s ease-in 5s forwards;
}

.toast-message-box[b-5bx4upvw45] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-5bx4upvw45] {
    background-color: #28a745;
}

.toast-message-failure[b-5bx4upvw45] {
    background-color: #dc3545;
}

.toast-message-alert[b-5bx4upvw45] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-5bx4upvw45] {
    background-color: #ff8800;
}

.toast-message-default[b-5bx4upvw45] {
    background-color: #17a2b8;
}

.toast-close-button[b-5bx4upvw45] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-5bx4upvw45] {
        color: #000;
    }

@keyframes slide-in-b-5bx4upvw45 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-5bx4upvw45 {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
