/* _content/MergeBackFront/Components/Calculation/CalculationList.razor.rz.scp.css */

.container[b-h6sz2os9fs] {
    width: 100%;
    max-width: 950px;
    margin: 50px auto;
    background-color: #f3f6fc;
    border-radius: 15px;
    padding: 25px;
}

h1[b-h6sz2os9fs] {
    text-align: center;
    color: rgb(0, 0, 90);
}

.fields[b-h6sz2os9fs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field[b-h6sz2os9fs] {
    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-h6sz2os9fs] {
        background-color: hsl(240, 2%, 96%);
        transition: background-color ease-in-out 0.125s;
    }


.dark .container[b-h6sz2os9fs] {
    background-color: #161b22; 
}

.dark h1[b-h6sz2os9fs] {
    color: #e6ecff;
}


.dark .field[b-h6sz2os9fs] {
    background-color: #1f2630;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6), 0px 4px 8px rgba(0, 0, 0, 0.4);
}

   
    .dark .field:hover[b-h6sz2os9fs] {
        background-color: #2a3240;
    }

@media (max-width: 767px) {
    .container[b-h6sz2os9fs] {
        margin-top: 0;
    }
}

@media (max-width: 550px) {
    .fields[b-h6sz2os9fs] {
        justify-content: center;
    }
}
/* _content/MergeBackFront/Components/Calculation/TakhirTadie.razor.rz.scp.css */
.formula[b-dsc4mmqft3] {
    text-align: center;
    border: solid 1px #156af3;
    background-color: #4286f5;
    border-radius: 5px;
    color: white;
    padding: 20px 0;
}
/* _content/MergeBackFront/Components/Layout/Footer.razor.rz.scp.css */

.container[b-xsjvtarp49] {
    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-xsjvtarp49] {
    background-color: #131b24;
    color: #7E8E9E;
    padding: 96px 0;
}

p[b-xsjvtarp49] {
    margin: 0;
}

.law-erea[b-xsjvtarp49] {
    width: 30%;
}

.law[b-xsjvtarp49] {
    font-size: 13px;
    margin-top: 30px;
    text-align: justify;
}

.f-nav[b-xsjvtarp49] {
    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-xsjvtarp49] {
    margin-left: 50px;
}

.col-head[b-xsjvtarp49] {
    color: #dfe6eb;
    font-weight: bold;
    margin-bottom: 10px;
}

.socials[b-xsjvtarp49] {
    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-xsjvtarp49] {
        display: inline-block;
        cursor: pointer;
    }

    .socials svg[b-xsjvtarp49] {
        vertical-align: middle;
    }

.nav-col-item[b-xsjvtarp49] {
    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-xsjvtarp49] {
        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-xsjvtarp49] {
    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-xsjvtarp49] {
    font-size: 13px;
    margin-bottom: 15px;
}

.categories[b-xsjvtarp49] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 200px
}

.categories a[b-xsjvtarp49] {
    margin-left: 25px
}

@media (max-width: 767px) {
    .container[b-xsjvtarp49] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    footer[b-xsjvtarp49] {
        padding: 50px 0;
    }

    .law-erea[b-xsjvtarp49] {
        width: 100%;
        text-align: center;
    }

    .f-nav[b-xsjvtarp49] {
        width: 75%;
        margin: 50px auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-direction: column-reverse
    }


    .f-nav-col[b-xsjvtarp49] {
        margin-left: 0;
    }

    .meta-data[b-xsjvtarp49] {
        width: 75%;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .f-nav-col[b-xsjvtarp49] {
        margin-top: 25px;
        text-align: center;
    }
}
/* _content/MergeBackFront/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/MergeBackFront/Components/Layout/NavMenu.razor.rz.scp.css */

.nav-bar[b-kmlipcozdf] {
    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-kmlipcozdf] {
        color: #556575;
    }

.container[b-kmlipcozdf] {
    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%;
}

.home-link[b-kmlipcozdf] {
    color: #b2007c !important;
}

.nav-menu[b-kmlipcozdf] {
    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-kmlipcozdf] {
    -webkit-transition: color 0.7s ease;
    -o-transition: color 0.7s ease;
    transition: color 0.7s ease;
}

    .nav-link:hover[b-kmlipcozdf] {
        color: dodgerblue;
    }

.hamburger[b-kmlipcozdf] {
    display: none;
    cursor: pointer;
}

.bar[b-kmlipcozdf] {
    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;
}


.theme-mode-btn[b-kmlipcozdf] {
    
    cursor: pointer
}

@media (max-width: 1300px) {
    .nav-menu[b-kmlipcozdf] {
        gap: 30px
    }
}


@media (max-width: 1000px) {

    .nav-menu[b-kmlipcozdf]{
        gap: 20px
    }
    .nav-item[b-kmlipcozdf] {
        font-size: 14px
    }
}

@media (max-width: 768px) {

    .container[b-kmlipcozdf] {
        padding: 0;
    }

    .hamburger[b-kmlipcozdf] {
        display: block;
    }

    svg[b-kmlipcozdf] {
        margin-right: 30px;
    }

    .hamburger.active .bar:nth-child(2)[b-kmlipcozdf] {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1)[b-kmlipcozdf] {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3)[b-kmlipcozdf] {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-bar[b-kmlipcozdf] {
        padding: 0 5px;
        height: 50px;
    }

    .nav-menu[b-kmlipcozdf] {
        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-kmlipcozdf] {
        margin: 16px 0;
    }

    .nav-menu.active[b-kmlipcozdf] {
        right: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .all-news[b-kmlipcozdf]{
        font-size:18px
    }
}


/* Dark Mode Navbar */
.dark .nav-bar[b-kmlipcozdf] {
    background-color: #1b1b1b;
}

    .dark .nav-bar a[b-kmlipcozdf],
    .dark .nav-link[b-kmlipcozdf] {
        color: #f1f1f1;
    }

        .dark .nav-link:hover[b-kmlipcozdf] {
            color: #89a1ff; /* �� hover ���� */
        }

.dark .hamburger .bar[b-kmlipcozdf] {
    background-color: #f1f1f1;
}

.dark .nav-menu[b-kmlipcozdf] {
    background-color: #1b1b1b;
   
}

.dark .nav-item[b-kmlipcozdf] {
    color: #f1f1f1;
}

.dark .home-link[b-kmlipcozdf] {
    color: #d16ba5 !important
}


.theme-toggle-btn[b-kmlipcozdf] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}


@media (max-width: 768px){
    .dark .nav-menu[b-kmlipcozdf] {
        
        box-shadow: 0 3px 6px #00000080;
    }
}
/* _content/MergeBackFront/Components/Layout/Subscription.razor.rz.scp.css */
.sub-area[b-jjgly15fyk] {
    width: 100%;
    background-color: #f2f9fc;
    padding: 94px 0;
    margin-top: 50px;
}

.sa-container[b-jjgly15fyk] {
    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-jjgly15fyk] {
    font-size: 32px;
    color: #131b24;
    font-weight: bold;
}

.sa-title[b-jjgly15fyk] {
    width: 40%;
}

    .sa-title p[b-jjgly15fyk] {
        color: #405261;
    }

.email-c[b-jjgly15fyk] {
    width: 55%;
}

.email-area[b-jjgly15fyk] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 70px;
}

.sub-btn[b-jjgly15fyk] {
    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-jjgly15fyk] {
    color: #405261;
    font-size: 14px;
}

.email-input[b-jjgly15fyk] {
    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-jjgly15fyk] {
        border-color: #4176fa;
        outline: none;
    }

    .email-input:hover[b-jjgly15fyk] {
        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-jjgly15fyk] {
    border-color: #e54a32;
}

.email-entered[b-jjgly15fyk] {
    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-jjgly15fyk] {
        padding: 50px 30px;
    }

    .sa-container[b-jjgly15fyk] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sa-title[b-jjgly15fyk] {
        width: 100%;
    }

        .sa-title div[b-jjgly15fyk] {
            font-size: 22px;
        }

        .sa-title p[b-jjgly15fyk] {
            font-size: 13px;
        }

    .email-c[b-jjgly15fyk] {
        width: 100%;
    }

    .email-area[b-jjgly15fyk] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .email-input[b-jjgly15fyk] {
        width: 100%;
        border-radius: 7px;
        margin-bottom: 10px;
        height: 50px;
    }

    .sub-btn[b-jjgly15fyk] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 7px;
        height: 50px;
    }
}


.dark .sub-area[b-jjgly15fyk] {
    background-color: #1b1b1b; /* زمینه تیره */
}

.dark .sa-title div[b-jjgly15fyk] {
    color: #f1f1f1; /* متن روشن */
}

.dark .sa-title p[b-jjgly15fyk] {
    color: #ccc;
}

.dark .email-c[b-jjgly15fyk] {
    /* رنگ پس‌زمینه input ها */
}

.dark .email-input[b-jjgly15fyk] {
    background-color: #2c2c2c;
    color: #f1f1f1;
    border: 1px solid #555;
}

    .dark .email-input:focus[b-jjgly15fyk],
    .dark .email-input:hover[b-jjgly15fyk] {
        border-color: #89a1ff;
    }

.dark .sub-btn[b-jjgly15fyk] {
    background-color: #5561dd;
    color: #fff;
}

.dark .email-entered[b-jjgly15fyk] {
    background-color: #1f2f1f;
    border-color: #47c47d;
    color: #fff;
}

.dark .privacy[b-jjgly15fyk] {
    color: #aaa;
}
/* _content/MergeBackFront/Components/Pages/About.razor.rz.scp.css */
.full-img[b-3t9qn2omlw] {
    width: 100%;
    object-fit: cover;
}

.container[b-3t9qn2omlw] {
    max-width: 900px
}

h1[b-3t9qn2omlw] {
    margin: 25px 0;
    color: #b2007c;
}


h2[b-3t9qn2omlw] {
    font-weight: 700;
    color: #125486
}

.social-area[b-3t9qn2omlw] {
    background-color: #ddeff5;
    padding: 25px;
    border-radius: 5px;
    margin-top: 50px
}

.socials-title[b-3t9qn2omlw] {
    margin-top: 0;
}

.socials[b-3t9qn2omlw] {
    display: flex;
    gap: 15px;
}

.social[b-3t9qn2omlw] {
    width: 40px;
    height: 40px
}

    .social svg[b-3t9qn2omlw] {
        width: 100%;
        height: 100%
    }


.dark .container[b-3t9qn2omlw] {
    background-color: transparent;
}

.dark h1[b-3t9qn2omlw] {
    color: #ff5fbf; /* جایگزین خوش‌رنگ برای b2007c */
}

.dark h2[b-3t9qn2omlw] {
    color: #7cc7ff;
}

.dark .social-area[b-3t9qn2omlw] {
    background-color: #1f2630;
}

.dark .socials-title[b-3t9qn2omlw] {
    color: #e6ecff;
}

.dark .social svg[b-3t9qn2omlw] {
    fill: #c9d1d9 !important;
}


@media (max-width: 767px) {
    .social-area[b-3t9qn2omlw]{
        margin-bottom: 50px;
        width: 90%;
    }
}
/* _content/MergeBackFront/Components/Pages/Contact.razor.rz.scp.css */
.container[b-6ut6yy49wd] {
    direction: rtl;
    padding: 50px 15px;
    width: 50%;
    margin: 0 auto;
    font-family: 'Tahoma', sans-serif; 
}

.text-dark[b-6ut6yy49wd] {
    color: #333 !important;
}

.alert-success[b-6ut6yy49wd] {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}

.form-group[b-6ut6yy49wd] {
    padding: 10px 0;
}

label[b-6ut6yy49wd] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

    label span[b-6ut6yy49wd] {
        color: red;
        margin-right: 3px;
        font-size: 14px;
    }

[b-6ut6yy49wd](.contact-input) {
    width: 100%;
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all .2s ease-in-out;
}

[b-6ut6yy49wd](.contact-input:focus) {
    border-color: #125486;
    box-shadow: 0 0 0 3px rgba(18,84,134,.1);
}

.sent-btn[b-6ut6yy49wd] {
    width: 100%; /* در حالت موبایل تمام عرض باشد بهتر است */
    max-width: 200px;
    background-color: #125486;
    border: none;
    padding: 14px;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 10px;
}

    .sent-btn:disabled[b-6ut6yy49wd] {
        background-color: #ccc;
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .container[b-6ut6yy49wd] {
        width: 90%;
        padding-top: 20px;
    }

    .sent-btn[b-6ut6yy49wd] {
        max-width: 100%;
    }
}
/* _content/MergeBackFront/Components/Pages/Home.razor.rz.scp.css */
.all-btn[b-1f2coo62ai] {
    display: inline-block;
    background-color: #304ddc;
    color: white;
    padding: 10px 30px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .container[b-1f2coo62ai] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-right[b-1f2coo62ai] {
        width: 100%;
        margin-top: 30px;
    }

    .page-left[b-1f2coo62ai] {
        width: 100%;
    }

    .title-heading[b-1f2coo62ai] {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .sub-heading[b-1f2coo62ai] {
        font-size: 14px;
    }

    .row[b-1f2coo62ai] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-col[b-1f2coo62ai] {
        width: 100%;
    }

    .ArticleItemTitle[b-1f2coo62ai] {
        height: auto;
        margin-bottom: 12px;
    }

    iframe[b-1f2coo62ai] {
        height: 480px;
    }
}


/* Dark Mode Buttons */
.dark .all-btn[b-1f2coo62ai] {
    background-color: #5561dd; /* آبی تیره‌تر برای دارک */
    color: #fff;
}

    /* اگر لازم بود hover هم دارک شود */
    .dark .all-btn:hover[b-1f2coo62ai] {
        background-color: #7180e3;
    }



/* Article titles در دارک مد */
.dark .ArticleItemTitleLink[b-1f2coo62ai] {
    color: #f1f1f1;
}

/* لینک‌ها hover */
.dark #article-body a:hover[b-1f2coo62ai] {
    color: #89a1ff;
}
/* _content/MergeBackFront/Components/Pages/InstallGuid.razor.rz.scp.css */
.container[b-24wwqtzxji] {
    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-24wwqtzxji] {
    font-size: 72px;
    text-shadow: -1px 1px 5px black;
}

h2[b-24wwqtzxji] {
    font-size: 18px;
    text-shadow: -1px 1px 5px black;
}

.send-input-area[b-24wwqtzxji] {
    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-24wwqtzxji] {
        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-24wwqtzxji] {
        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-24wwqtzxji] {
    color: #6fd506;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
}

.OrText[b-24wwqtzxji] {
    font-size: 38px;
    text-shadow: -1px 1px 5px black;
    margin-bottom: 30px;
}

.dl-btn[b-24wwqtzxji] {
    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-24wwqtzxji] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
}

    .icon-container img[b-24wwqtzxji] {
        width: 100%;
    }

@media (max-width: 768px) {
    h1[b-24wwqtzxji] {
        font-size: 42px;
    }

    h2[b-24wwqtzxji] {
        font-size: 16px;
    }

    .container[b-24wwqtzxji] {
        padding: 20px 10px;
    }

    .send-input-area input[b-24wwqtzxji] {
        font-size: 16px;
        width: 60%;
    }

    .send-input-area button[b-24wwqtzxji] {
        font-size: 15px;
        width: 40%;
    }
}
/* _content/MergeBackFront/Components/Pages/News/NewsList.razor.rz.scp.css */

@media (max-width: 767px) {
    .container[b-oluvg9056d] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-right[b-oluvg9056d] {
        width: 100%;
        margin-top: 30px;
    }

    .page-left[b-oluvg9056d] {
        width: 100%;
    }

    .title-heading[b-oluvg9056d] {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .sub-heading[b-oluvg9056d] {
        font-size: 14px;
    }

    .row[b-oluvg9056d] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-col[b-oluvg9056d] {
        width: 100%;
    }

    .ArticleItemTitle[b-oluvg9056d] {
        height: auto;
        margin-bottom: 12px;
    }

    iframe[b-oluvg9056d] {
        height: 480px;
    }
}
/* _content/MergeBackFront/Components/Pages/News/NewsPage.razor.rz.scp.css */
img[b-z2vnh4nwcq] {
    max-width: 100% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

main[b-z2vnh4nwcq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 20px 35px 20px;
}

.date[b-z2vnh4nwcq] {
    color: #556575;
    letter-spacing: 1px;
}

.dot[b-z2vnh4nwcq] {
    margin: 0 10px;
    width: 5px;
    height: 5px;
}

.title[b-z2vnh4nwcq] {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 15px auto;
    direction: rtl;
    max-width: 1000px;
}

.subtitle[b-z2vnh4nwcq] {
    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-z2vnh4nwcq] {
    color: #314351;
    font-weight: bold;
}

.main-img[b-z2vnh4nwcq] {
    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-z2vnh4nwcq] {
    direction: rtl;
    max-width: 870px;
    margin: 0 auto;
    line-height: 30px;
}

.bottom-erea[b-z2vnh4nwcq] {
    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;
}

.dark .bottom-erea[b-z2vnh4nwcq] {
    background-color: #1e1e1e;
}

.dark .source-link[b-z2vnh4nwcq] {
    color: #cfcfcf;
}

.SocialShare[b-z2vnh4nwcq] {
    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-z2vnh4nwcq] {
    color: rgb(41, 47, 51);
}

iframe[b-z2vnh4nwcq] {
    height: 510px;
}

.summary[b-z2vnh4nwcq] {
    background-color: #151860;
    color: white;
    padding: 16px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 25px;
}
.summary p[b-z2vnh4nwcq] {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    main[b-z2vnh4nwcq] {
        padding-top: 30px;
        padding: 30px 16px 35px 16px;
    }

    .title[b-z2vnh4nwcq] {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .category[b-z2vnh4nwcq] {
        font-size: 13px;
    }

    .nomobile[b-z2vnh4nwcq] {
        display: none;
    }

    .main-img[b-z2vnh4nwcq] {
        margin-bottom: 30px;
        max-height: 250px;
    }

    .socials[b-z2vnh4nwcq] {
        display: none;
    }

    .socials-mobile[b-z2vnh4nwcq] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bottom-erea[b-z2vnh4nwcq] {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .source-link[b-z2vnh4nwcq] {
        margin-bottom: 20px;
    }

    .subtitle[b-z2vnh4nwcq] {
        margin-bottom: 30px;
    }

    iframe[b-z2vnh4nwcq] {
        height: 480px;
    }
}
/* _content/MergeBackFront/Components/Shared/Modal.razor.rz.scp.css */
.modal[b-wawmbfgt1t] {
    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-wawmbfgt1t] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 2000;
}

.close-btn[b-wawmbfgt1t] {
    background-color: #6c757d;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    width: 75%;
    margin: 10px auto 0 auto
}
/* _content/MergeBackFront/Components/Shared/Toast.razor.rz.scp.css */
.toast-message-container[b-rgnfscqwmt] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-rgnfscqwmt 0.5s ease-out, slide-out-b-rgnfscqwmt 0.5s ease-in 5s forwards;
}

.toast-message-box[b-rgnfscqwmt] {
    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-rgnfscqwmt] {
    background-color: #28a745;
}

.toast-message-failure[b-rgnfscqwmt] {
    background-color: #dc3545;
}

.toast-message-alert[b-rgnfscqwmt] {
    background-color: #ffc107;
    color: #212529;
}

.toast-message-warning[b-rgnfscqwmt] {
    background-color: #ff8800;
}

.toast-message-default[b-rgnfscqwmt] {
    background-color: #17a2b8;
}

.toast-close-button[b-rgnfscqwmt] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-rgnfscqwmt] {
        color: #000;
    }

@keyframes slide-in-b-rgnfscqwmt {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-rgnfscqwmt {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
