/* /Pages/Home.razor.rz.scp.css */

.bounceIn[b-n0wpfxg2sk] {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: bounceIn;
    animation-fill-mode: forwards;
}

.bounceOut[b-n0wpfxg2sk] {
    animation-duration: 0.5s;
    animation-name: bounceOut;
    animation-fill-mode: forwards;
}

.backInDown[b-n0wpfxg2sk] {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: backInDown;
    animation-fill-mode: forwards;
}

.backOutDown[b-n0wpfxg2sk] {
    animation-duration: 0.5s;
    animation-name: backOutDown;
    animation-fill-mode: forwards;
}

.rotateIn[b-n0wpfxg2sk] {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: rotateIn;
    animation-fill-mode: forwards;
}

.rotateOut[b-n0wpfxg2sk] {
    animation-duration: 0.5s;
    animation-name: rotateOut;
    animation-fill-mode: forwards;
}
/* /Shared/Components/FileUploader.razor.rz.scp.css */
li[b-1g79xfm6ea] {
    list-style: none;
}
/* /Shared/Components/VFileUploader.razor.rz.scp.css */
li[b-wznrlqtkdd] {
    list-style: none;
}
/* /Shared/Components/VideoUploader.razor.rz.scp.css */
li[b-gp767z408h] {
    list-style: none;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
:root[b-mebetewvvt] {
    scroll-behavior: smooth;
}


body[b-mebetewvvt] {
    font-family: "Vazir", sans-serif !important;
    background: #f6f9ff;
    color: #012970;
}

a[b-mebetewvvt] {
    color: #4154f1;
    text-decoration: none;
}

    a:hover[b-mebetewvvt] {
        color: #717ff5;
        text-decoration: none;
    }

ul[b-mebetewvvt], li[b-mebetewvvt] {
    list-style: none;
}

    li:active:focus[b-mebetewvvt] {
        color: #717ff5 !important;
    }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main[b-mebetewvvt] {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main[b-mebetewvvt] {
        padding: 20px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top[b-mebetewvvt] {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i[b-mebetewvvt] {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover[b-mebetewvvt] {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active[b-mebetewvvt] {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */

.dropdown-menu .dropdown-item i[b-mebetewvvt] {
    font-size: 18px;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow[b-mebetewvvt]::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        left: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-right: 1px solid #eaedf1;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media (min-width: 1200px) {
    .logo[b-mebetewvvt] {
        width: 250px;
    }
}

.logo span[b-mebetewvvt] {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Vazir", sans-serif;
}

.header[b-mebetewvvt] {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-right: 20px;
}

    .header .toggle-sidebar-btn[b-mebetewvvt] {
        font-size: 32px;
        padding-right: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar[b-mebetewvvt] {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar[b-mebetewvvt] {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show[b-mebetewvvt] {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form[b-mebetewvvt] {
    width: 100%;
}

    .header .search-form input[b-mebetewvvt] {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus[b-mebetewvvt], .header .search-form input:hover[b-mebetewvvt] {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button[b-mebetewvvt] {
        border: 0;
        padding: 0;
        margin-right: -30px;
        background: none;
    }

        .header .search-form button i[b-mebetewvvt] {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/

.header-nav > ul[b-mebetewvvt] {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon[b-mebetewvvt] {
    font-size: 20px;
    color: #012970;
}

.header-nav .nav-profile[b-mebetewvvt] {
    color: #012970;
}

    .header-nav .nav-profile img[b-mebetewvvt] {
        max-height: 36px;
    }

    .header-nav .nav-profile span[b-mebetewvvt] {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number[b-mebetewvvt] {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}

.header-nav .notifications .notification-item[b-mebetewvvt] {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .notifications .notification-item i[b-mebetewvvt] {
        margin: 0 20px 0 10px;
        font-size: 24px;
    }

    .header-nav .notifications .notification-item h4[b-mebetewvvt] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p[b-mebetewvvt] {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .notifications .notification-item:hover[b-mebetewvvt] {
        background-color: #f6f9ff;
    }

.header-nav .messages .message-item[b-mebetewvvt] {
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .messages .message-item a[b-mebetewvvt] {
        display: flex;
    }

    .header-nav .messages .message-item img[b-mebetewvvt] {
        margin: 0 20px 0 10px;
        max-height: 40px;
    }

    .header-nav .messages .message-item h4[b-mebetewvvt] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #444444;
    }

    .header-nav .messages .message-item p[b-mebetewvvt] {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .messages .message-item:hover[b-mebetewvvt] {
        background-color: #f6f9ff;
    }

.header-nav .profile[b-mebetewvvt] {
    min-width: 240px;
    padding-bottom: 0;
}

    .header-nav .profile .dropdown-header h6[b-mebetewvvt] {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
        ;
    }

    .header-nav .profile .dropdown-header span[b-mebetewvvt] {
        font-size: 14px;
        color: #012970;
    }

    .header-nav .profile .dropdown-item[b-mebetewvvt] {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
        color: #012970;
    }

        .header-nav .profile .dropdown-item i[b-mebetewvvt] {
            color: #012970;
        }

        .header-nav .profile .dropdown-item:hover[b-mebetewvvt] {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar[b-mebetewvvt] {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar[b-mebetewvvt] {
        right: -300px;
    }
}

.sidebar[b-mebetewvvt]::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar[b-mebetewvvt]::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main[b-mebetewvvt], #footer[b-mebetewvvt] {
        margin-right: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar[b-mebetewvvt] {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main[b-mebetewvvt], .toggle-sidebar #footer[b-mebetewvvt] {
        margin-right: 0;
    }

    .toggle-sidebar .sidebar[b-mebetewvvt] {
        right: -300px;
    }
}

.sidebar-nav .nav-link[b-mebetewvvt] {
    font-size: 15px;
    font-weight: 600;
}

    .sidebar-nav .nav-link i[b-mebetewvvt] {
        font-size: 30px;
        margin-left: 10px;
        color: #4154f1;
    }

    .sidebar-nav .nav-link.collapsed[b-mebetewvvt] {
        color: #012970;
        background: #fff;
    }

        .sidebar-nav .nav-link.collapsed i[b-mebetewvvt] {
            color: #899bbd;
        }

    .sidebar-nav .nav-link:hover[b-mebetewvvt] {
        color: #4154f1;
        background: #f6f9ff;
    }

        .sidebar-nav .nav-link:hover i[b-mebetewvvt] {
            color: #4154f1;
        }


/*--------------------------------------------------------------
# left-side
--------------------------------------------------------------*/

.left-side .card span i[b-mebetewvvt] {
    font-size: 24px;
    margin-left: 10px;
    color: #012970;
}

.left-side .card span[b-mebetewvvt] {
    font-size: 15px;
    color: #012970;
    font-weight: 700;
}

.left-side .card h6[b-mebetewvvt] {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box[b-mebetewvvt] {
    padding: 28px 30px;
    height: 200px;
}

    .contact .info-box i[b-mebetewvvt] {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3[b-mebetewvvt] {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p[b-mebetewvvt] {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message[b-mebetewvvt] {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: right;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message[b-mebetewvvt] {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading[b-mebetewvvt] {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading[b-mebetewvvt]:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading-b-mebetewvvt 1s linear infinite;
    }

.contact .php-email-form input[b-mebetewvvt], .contact .php-email-form textarea[b-mebetewvvt] {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus[b-mebetewvvt], .contact .php-email-form textarea:focus[b-mebetewvvt] {
        border-color: #4154f1;
    }

.contact .php-email-form input[b-mebetewvvt] {
    padding: 10px 15px;
}

.contact .php-email-form textarea[b-mebetewvvt] {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit][b-mebetewvvt] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover[b-mebetewvvt] {
        background: #5969f3;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading-b-mebetewvvt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img[b-mebetewvvt] {
    max-width: 120px;
}

.profile .profile-card h2[b-mebetewvvt] {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3[b-mebetewvvt] {
    font-size: 18px;
}

.profile .profile-card .social-links a[b-mebetewvvt] {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover[b-mebetewvvt] {
        color: #012970;
    }

.profile .profile-overview .row[b-mebetewvvt] {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title[b-mebetewvvt] {
    color: #012970;
}

.profile .profile-overview .label[b-mebetewvvt] {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label[b-mebetewvvt] {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img[b-mebetewvvt] {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6[b-mebetewvvt] {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p[b-mebetewvvt] {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404[b-mebetewvvt] {
    padding: 10px;
}

    .error-404 h1[b-mebetewvvt] {
        font-size: 90px;
        font-weight: 700;
        color: #dc3545;
        margin-bottom: 0;
        line-height: 100px;
    }


    .error-404 h2[b-mebetewvvt] {
        font-size: 20px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 20px;
    }

    .error-404 .btn[b-mebetewvvt] {
        background: #dc3545;
        color: #fff;
        padding: 8px 30px;
    }

    .error-404 .btn1[b-mebetewvvt] {
        background: #5fab00;
        color: #fff;
    }

    .error-404 .btn:hover[b-mebetewvvt] {
        background: #3e4f6f;
    }

    .error-404 .error-403[b-mebetewvvt] {
        max-width: 37%;
    }

@media (min-width: 992px) {
    .error-404 img[b-mebetewvvt] {
        max-width: 50%;
    }

    .error-404 .error-403[b-mebetewvvt] {
        max-width: 80%;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer[b-mebetewvvt] {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright[b-mebetewvvt] {
        text-align: center;
        color: #012970;
    }

    .footer .credits[b-mebetewvvt] {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }
