@font-face {
    font-family: 'IranSans';
    src: url('../fonts/Yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSansBold';
    src: url('../fonts/Yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansDN';
    src: url('../fonts/IRANSansDN.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansDNBold';
    src: url('../fonts/IRANSansDN-Bold.ttf') format('truetype');
}
*:not(.fa) {
    font-family: "IRANSansDN", "BYekan", Tahoma, sans-serif !important;
}

.bt5 .row {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}

.bt5 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.right {
    float: right;
}

.left {
    float: left
}

.padded-window {
    padding: 20px;
}

.btn-link {
    outline: none;
}

.btn:not(.btn-xs,.btn-sm) {
    padding-top: 10px;
}

i {
    margin-left: 5px;
    vertical-align: middle;
}

.btn-circle i {
    margin-left: 0px !important;
}

.table th, .table td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

input[type=submit], input[type=reset], button {
    padding-top: 9px !important;
}

.radio label, .checkbox label {
    padding-right: initial !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.btn-link {
    padding-top: 0px !important;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

/*.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{*/
/*margin-bottom: 10px;*/
/*}*/
/*.form-control, .single-line{*/
/*margin-bottom: 10px;*/
/*}*/

.top-single-button {
    margin-left: 0 !important;
    margin-top: 5px !important;
}

[data-name="md-persiandatetimepicker"] table.table td {
    padding: 3px 0 !important;
}

[data-name=md-persiandatetimepicker-switch] {
    display: none;
}

.navbar-static-side {
    width: 250px;
}

body.fixed-sidebar .navbar-static-side {
    width: 250px;
}


body.rtls #page-wrapper {
    margin: 0 250px 0 0;
}

.metismenu .arrow {
    float: left;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-count {
    width: 50px !important;
}

.operator-product-details {
    white-space: pre-line;
}

.operator-product-image {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#search-nav {
    padding: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.small-container {
    max-width: 650px;
}

@media screen {
    .small-container2 {
        max-width: 750px;
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .small-container2 {
        width: 100%;
    }

    .col-print-1 {
        width: 8%;
        float: right;
    }

    .col-print-2 {
        width: 16%;
        float: right;
    }

    .col-print-3 {
        width: 25%;
        float: right;
    }

    .col-print-4 {
        width: 33%;
        float: right;
    }

    .col-print-5 {
        width: 42%;
        float: right;
    }

    .col-print-6 {
        width: 50%;
        float: right;
    }

    .col-print-7 {
        width: 58%;
        float: right;
    }

    .col-print-8 {
        width: 66%;
        float: right;
    }

    .col-print-9 {
        width: 75%;
        float: right;
    }

    .col-print-10 {
        width: 83%;
        float: right;
    }

    .col-print-11 {
        width: 92%;
        float: right;
    }

    .col-print-12 {
        width: 100%;
        float: right;
    }
}

.alertify-notifier {
    z-index: 999999 !important;
}

.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
    right: 0px !important;
}

.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 25px 7px 40px;
}

.nav-third-level li a, .fixed-sidebar.mini-navbar .nav-second-level li .nav-third-level li a {
    padding-right: 32px;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.justify-between {
    justify-content: space-between;
}

.justify-space-around {
    justify-content: space-around;
}


.align-items-center {
    align-items: center !important;
}

.exam-computation-enabled {
    background-color: rgba(91, 238, 238, 0.7) !important;
}

.exam-computation-enabled:hover {
    background-color: rgba(91, 238, 238, 0.2) !important;
}

.text-black {
    color: black !important;
}

.nav-header {
    display: none !important;
}

#page-wrapper > .border-bottom:first-of-type {
    /*#page-wrapper .border-bottom {*/
    display: none !important;
}

.navbar-default {
    background: linear-gradient(194deg, #F8E6EF -9.39%, #F9F9F9 58.78%),
    linear-gradient(194deg, #F9F9F9 58.78%, #E5EFCF 109.34%);
    background-blend-mode: multiply;
    border-radius: 24px 0px 0px 24px !important;
    border-right: 1px solid #DEDEDE !important;

    border-bottom: 1px solid #DEDEDE !important;

    /*background: #F9F9F9 !important;*/
    /*background-image: url('/static/front/images/menu-back.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    box-shadow: 0px 4px 21.8px 0px rgba(0, 0, 0, 0.04) !important;
    border-color: #DEDEDE !important;
    padding: 0 0 20px 0 !important;
    /*height: calc(100% - 120px);*/
}

.menu-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
}

.gray-bg {
    background-color: #F6F6F6 !important;
}

body {
    background-color: #F6F6F6 !important;
    padding: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {


    .bt5 .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }


}

@media (max-width: 768px) {
    /*.footer {*/
    /*    position: relative !important;*/
    /*}*/
    .navbar-collapse {
        padding: 0 !important;
    }

    .bt5 hr {
        margin: 1rem 0 !important;
        color: inherit !important;
        border: 0 !important;
        opacity: .25 !important;
    }

    .student-dashboard .box-1 {
        align-items: center !important;
    }

    .student-dashboard .box-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 1200px) {


    .student-dashboard .box-1 {
        align-items: center !important;
    }

    .student-dashboard .box-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

.calendar-header {
    z-index: 9 !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.position-relative {
    position: relative !important;
}

.justify-content-center {
    justify-content: center !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.w-75 {
    width: 75% !important;
}


.header__content__name__dropdown {
    background-color: white;
}

.nav > li > a {
    color: #3F3E63 !important;
    font-weight: unset !important;
}

.sidebar-collapse .nav > li.active {
    border-left: unset !important;
    background: unset !important;
    margin-right: 16px;
    font-weight: bold;
}

.sidebar-collapse {
    padding-top: 28px !important;
}

.navbar-default .nav > li > a:hover {
    background-color: unset !important;
    text-shadow: 0px 0px 8.8px rgba(119, 117, 186, 0.72);
}

.navbar-default .nav > li > a:focus {
    background-color: unset !important;
}

ul.nav-second-level {
    background: none !important;
}

/*.navbar-default .nav > li > a:hover > span, .navbar-default .nav > li > a:focus > span {*/
/*    text-shadow: 0px 0px 8.8px 0px rgba(119, 117, 186, 0.72);*/
/*}*/

.header__content_container {
    z-index: 10000 !important;
    /*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.overflow-hidden {
    overflow: hidden !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.bt5 .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .bt5 .align-items-md-start {
        align-items: flex-start !important;
    }

    .bt5 .d-sm-block {
        display: block !important;
    }

    .bt5 .d-sm-flex {
        display: flex !important;
    }

    .bt5 .d-sm-none {
        display: none !important;
    }

    .bt5 .flex-md-column {
        flex-direction: column !important;
    }

    .bt5 .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .bt5 .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .footer-container-desktop {
        background-size: cover;
    }

    .footer-container-desktop .footer-container-top-section {
        padding-top: 120px !important;
    }

    .gap-social {
        gap: 20px !important;
    }

    .modal-dialog {
        margin-top: 110px !important;
    }

    /*.footer-container-desktop .footer-container-desktop-icon1, .footer-container-desktop .footer-container-desktop-icon2 {*/
    /*    height: 265px !important;*/
    /*}*/
    /*.footer-container-desktop {*/
    /*    height: 285px !important;*/
    /*}*/
    #wrapper {
        /*height: calc(100% - 260px) !important;*/
        /*height: 100% !important;*/
        /*margin-top: 110px !important;*/
        /*max-width: 1440px !important;*/
    }


}

/*#wrapper {*/
/*    margin-top: 110px;*/
/*}*/

#wrapper {
    padding-top: 120px;
    background: url('/static/images/backwrapper.png');
    background-position: center;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background;*/
}

.bt5 .d-block {
    display: block !important;
}

.bt5 .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.bt5 .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.align-items-start {
    align-items: flex-start !important;
}

/*.footer {*/
/*display: none !important;*/
/*background: unset !important;*/
/*border-top: unset !important;*/
/*bottom: 0 !important;*/
/*width: 100% !important;*/
/*left: unset !important;*/
/*padding: unset !important;*/
/*!*position: absolute !important;*!*/
/*right: unset !important;*/
/*}*/
.footer {
    background: unset !important;
    border-top: unset !important;
    bottom: unset !important;
    left: unset !important;
    padding: unset !important;
    position: relative !important;
    right: unset !important;
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    z-index: 0 !important;
    position: absolute !important;
    /*height: calc(100% - 285px);*/
    overflow-x: hidden;
    overflow-y: auto;

}


.btn-primary, .btn-primary:hover {
    color: #F9F9F9;
    background-color: #ADD25E;
    padding: 8px 20px;
    border-radius: 71px;
    /*margin-top: 48px;*/
    box-shadow: 0px 6px 16px 0px rgba(173, 210, 94, 0.37);
    text-decoration: none;
    border: none;
}

.btn-primary:focus, .btn-primary:active {
    color: #F9F9F9 !important;
    background-color: #ADD25E !important;
    border: none !important;
}


.btn-primary.btn-outline, .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    padding: 8px 10px !important;
    border: 1px solid #ADD25E !important;
    background-color: #F9F9F9 !important;
    color: #ADD25E !important;
}

.btn-warning.btn-outline, .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active, .btn {
    border-radius: 71px;
}


.btn-white {
    color: #F173AC;
    background-color: #F9F9F9;
    border: 1px solid #F173AC;
    padding: 8px 20px;
    border-radius: 71px;
    /*margin-top: 48px;*/
    text-decoration: none;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #F9F9F9 !important;
    background-color: #F173AC !important;
    border: 1px solid #F173AC !important;
}

.btn-success.btn-outline, .btn-info.btn-outline {
    color: #3F3E63;
    background-color: #F9F9F9;
    border: 1px solid #3F3E63;
    padding: 8px 20px;
    border-radius: 71px;
    /*margin-top: 48px;*/
    text-decoration: none;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active, .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background-color: #3F3E63 !important;
    color: #F9F9F9 !important;
    border: 1px solid #3F3E63 !important;
}

.btn-danger.btn-outline, .btn-danger.btn-outline {
    color: #EC5264;
    background-color: #F9F9F9;
    border: 1px solid #EC5264;
    padding: 8px 20px;
    border-radius: 71px;
    /*margin-top: 48px;*/
    text-decoration: none;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background-color: #EC5264 !important;
    color: #F9F9F9 !important;
    border: 1px solid #EC5264 !important;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select.form-control {
    border-radius: 12px !important;
    border: 1px solid #DEDEDE !important;
    background: #F9F9F9 !important;
    line-height: 3.578571 !important;
}

.form-control-file {
    border-radius: 12px !important;
    border: 1px solid #DEDEDE !important;
    background: #F9F9F9 !important;
}

textarea {
    border-radius: 12px !important;
    border: 1px solid #DEDEDE !important;
    background: #F9F9F9 !important;
}

.ibox-title, .ibox-content {
    border-radius: 24px;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    background: #F9F9F9;

}

.ibox {
    box-shadow: 0px 4px 21.8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
}

.ibox-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ibox-content.with-title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

.select2-container .select2-selection {
    border-radius: 12px !important;
    border: 1px solid #DEDEDE !important;
    background: #F9F9F9 !important;
    display: flex;
    align-items: center;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

input::placeholder {
    height: 34px;
}

.dataTables_length select {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #F9F9F9;
}


.wrapper-content {
    padding: 0 10px 40px;
}

/*.ibox-title {*/
/*    !*border-bottom: none;*!*/
/*    !*background: linear-gradient(270deg, #F9F9F9 34.9%, #ADD25E 100%);*!*/
/*    !*border-image: linear-gradient(270deg, #F9F9F9 34.9%, #ADD25E 100%);*!*/
/*    !*border-image-slice: 1; !* Ensure the border-image fills the border *!*!*/
/*    border-bottom-color: #ADD25E;*/
/*    border-bottom-width: 34%;*/
/*    !*border-image-width: 0 0 8px 0;*!*/
/*    !*border-image-repeat: stretch;*!*/
/*}*/
.ibox-title {
    position: relative;
    border-bottom: none;
}

.ibox-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* Adjust to match the border width */
    background: linear-gradient(270deg, #F9F9F9 34.9%, #ADD25E 100%);
    transform: rotate(180deg);
}

.seven-cols .ibox-title::after, .calendar-header .ibox-title::after {
    background: rgba(219, 219, 219, 0.37);
    width: 88%;
    display: block;
    /*transform: none;*/
    /*right: 50%; !* Move the left edge to the center *!*/
    transform: translateX(-7%); /* Offset by half its width to center it */
}

.sidebar-icon {
    font-size: 20px;
}

.sub-sidebar-icon {
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ADD25E;
}

.progress-bar {
    background-color: #ADD25E;
}

.alert {
    border-radius: 24px;
}

.bg-primary {
    background-color: #ADD25E;
}

.stopwatch-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.stopwatch-ibox .ibox-title::after {
    background: linear-gradient(270deg, #F9F9F9 34.9%, #849DF5 100%) !important;
}

.stopwatch-container button, .stopwatch-container button:hover, .stopwatch-container button:focus, .stopwatch-container button:active {
    width: 146px;
    height: 32px;
    padding: 0 !important;
    background-color: white !important;
    border: none !important;
    color: #7286D0 !important;
    box-shadow: 0px 6px 16px 0px rgba(202, 203, 213, 0.37) !important;

}

.stopwatch-container .timer {
    color: #3F3E63;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.stopwatch-container .circle {
    width: 132px;
    height: 132px;
    border: 7px solid #7286D0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.stopwatch-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.quote-ibox .ibox-title::after {
    background: linear-gradient(270deg, #F9F9F9 34.9%, #79E6C5 100%) !important;
}

.calendar-box .ibox-title::after {
    background: linear-gradient(270deg, #F9F9F9 34.9%, #F173AC 100%) !important;
}

.text-overflow-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.student-dashboard .ibox {
    max-width: 449px;
    width: 100%;
}

.text-planiom {
    color: #3F3E63;
}

.ibox, .ibox-content, .ibox-title {
    color: #3F3E63;
}

.student-dashboard .box-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 380px) {
    .stopwatch-container .circle {
        width: 90px;
        height: 90px;
    }
}