﻿@media print {
    body {
        display: none;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/FontIcon.eot?");
    src: url("./fonts/FontIcon.eot?#iefix") format("embedded-opentype"),url("../fonts/FontIcon.woff") format("woff"),url("../fonts/FontIcon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

small, .small {
    font-size: 0.75em !important;
}

.text-justify {
    text-align: justify !important;
}

.btn {
    --bs-btn-border-radius: 0.2rem;
}

.input-group-text {
    border-radius: 0.2rem;
}

.top-10p {
    top: 10px !important;
}

.bottom-10p {
    bottom: 10px !important;
}

.end-10p {
    right: 10px !important;
    left: auto !important;
}

html[dir=rtl] .end-10p {
    left: 10px !important;
    right: auto !important;
}

:root {
    --knowing-color: #ae370c;
    --majesty-color: #c69023;
    --kootaak-color: #789924;
    --bg-transparent-dark-blue: rgba(18,18,26,.9);
    --bg-transparent-light-blue: rgba(18,18,26,.65);
    --bg-inner-header: rgba(18,18,26,.65);
}

body {
    --bs-body-color: #c9c9c9;
    overflow-x: hidden !important;
}

    body.inner header {
        background-color: var(--bg-inner-header);
    }

main {
    min-height: calc(100vh - 405px);
}

.bg-transparent-dark-blue {
    background-color: var(--bg-transparent-dark-blue);
}

.bg-transparent-light-blue {
    background-color: var(--bg-transparent-light-blue);
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ec4300;
    --bs-btn-border-color: #ec4300;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #de3f00;
    --bs-btn-hover-border-color: #de3f00;
    --bs-btn-focus-shadow-rgb: 236, 67, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #de3f00;
    --bs-btn-active-border-color: #de3f00;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ae370c;
    --bs-btn-disabled-border-color: #ae370c;
    --bs-btn-padding-y: 0.8rem;
}

.btn-outline-orange {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #ec4300;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ec4300;
    --bs-btn-hover-border-color: #ec4300;
    --bs-btn-focus-shadow-rgb: 236, 67, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ec4300;
    --bs-btn-active-border-color: #ec4300;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ec4300;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ec4300;
    --bs-gradient: none;
    --bs-btn-padding-y: 0.8rem;
}

.text-orange {
    color: #de3f00 !important;
}

.text-blue {
    color: #1d1c5e !important;
}

.btn-knowing {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ae370c;
    --bs-btn-border-color: #ae370c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9d320c;
    --bs-btn-hover-border-color: #9d320c;
    --bs-btn-focus-shadow-rgb: 174, 58, 11;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9d320c;
    --bs-btn-active-border-color: #9d320c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ae370c;
    --bs-btn-disabled-border-color: #ae370c;
}

.btn-majesty {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c69023;
    --bs-btn-border-color: #c69023;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b68521;
    --bs-btn-hover-border-color: #b68521;
    --bs-btn-focus-shadow-rgb: 198, 144, 35;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b68521;
    --bs-btn-active-border-color: #b68521;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c69023;
    --bs-btn-disabled-border-color: #c69023;
}

.btn-kootaak {
    --bs-btn-color: #fff;
    --bs-btn-bg: #789924;
    --bs-btn-border-color: #789924;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b8920;
    --bs-btn-hover-border-color: #6b8920;
    --bs-btn-focus-shadow-rgb: 120, 153, 36;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b8920;
    --bs-btn-active-border-color: #6b8920;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #789924;
    --bs-btn-disabled-border-color: #789924;
}

.btn-outline-knowing {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #873215;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #873215;
    --bs-btn-hover-border-color: #873215;
    --bs-btn-focus-shadow-rgb: 214, 41, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #873215;
    --bs-btn-active-border-color: #873215;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #873215;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #873215;
    --bs-gradient: none;
}

html[dir=rtl] {
    --bs-body-font-family: IRANYekan;
    --bs-nav-link-font-size: 13px;
    --bs-body-font-size: .8rem;
}

body {
    background: url(../images/main-bkg.jpg) repeat top center;
}

.blockui {
    position: relative
}

    .blockui .blockui-overlay {
        transition: all .3s ease;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.05)
    }

        .blockui .blockui-overlay .spinner-border {
            height: 1.35rem;
            width: 1.35rem
        }

    .blockui .blockui-message {
        display: flex;
        align-items: center;
        border-radius: .475rem;
        box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
        background-color: #fff;
        color: #7e8299;
        font-weight: 500;
        margin: 0 !important;
        width: auto;
        padding: .85rem 1.75rem !important
    }

        .blockui .blockui-message .spinner-border {
            margin-right: .65rem
        }

header {
    background-color: transparent;
}

    header.header-sticky-on {
        background-color: rgba(17,16,22,.9);
    }

body.inner header.header-sticky-on {
    background-color: rgba(17,16,22,.9);
}

.main-slider-image {
    padding: 20px;
    background-color: #ffffff80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider h1 {
    font-size: 2rem;
}

.main-slider-info {
    text-align: justify;
}

.main-datetime-section .dig, .main-datetime-section .analog {
    height: 42px;
    align-self: center;
    margin-left: 2em;
    padding: 10px;
    border-radius: 8px;
    border: 3px solid rgb(57, 138, 243);
    cursor: pointer;
    transition: 0.3s ease all;
}

.main-datetime-section .clock {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/clock.svg);
    background-size: cover;
    border-radius: 50%;
}

    .main-datetime-section .clock:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 3px solid var(--bs-primary);
        border-radius: 50%;
        z-index: 10000;
    }

    .main-datetime-section .clock .hour, .main-datetime-section .clock .minutes, .main-datetime-section .clock .seconds {
        position: absolute;
    }

    .main-datetime-section .clock .hour, .main-datetime-section .hor {
        width: 150px;
        height: 150px;
    }

    .main-datetime-section .clock .minutes, .main-datetime-section .mn {
        width: 190px;
        height: 190px;
    }

    .main-datetime-section .clock .seconds, .main-datetime-section .sc {
        width: 190px;
        height: 190px;
    }

.main-datetime-section .hor, .main-datetime-section .mn, .main-datetime-section .sc {
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}

    .main-datetime-section .hor:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 75px;
        background: var(--bs-primary);
        z-index: 10;
        border-radius: 6px 6px 0 0;
    }

    .main-datetime-section .mn:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 95px;
        background: var(--bs-primary);
        z-index: 11;
        border-radius: 6px 6px 0 0;
    }

    .main-datetime-section .sc:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 95px;
        background: #fff;
        z-index: 12;
        border-radius: 6px 6px 0 0;
    }

.main-datetime-section .datetime {
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    width: 100%;
    direction: ltr;
}

.main-datetime-section .date {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    color: var(--bs-primary);
}

.main-datetime-section .time {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .main-datetime-section .time span:not(:last-child) {
        position: relative;
        margin: 0 6px;
        font-weight: 500;
        text-align: center;
    }

    .main-datetime-section .time span:last-child {
        font-size: 28px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 5px;
        border-radius: 3px;
    }

@media screen and (max-width: 600px) {
    .main-datetime-section .clock {
        height: 350px;
        width: 350px;
    }

    .main-datetime-section .datetime {
        width: 380px;
    }

    .main-datetime-section .date {
        font-size: 18px;
    }

    .main-datetime-section .time {
        font-size: 50px;
    }
}

@media screen and (max-width: 450px) {
    .main-datetime-section .datetime {
        width: 250px;
    }

    .main-datetime-section .clock {
        height: 230px;
        width: 230px;
    }

    .main-datetime-section .date {
        font-size: 13px;
    }

    .main-datetime-section .time {
        font-size: 24px;
    }

    .main-datetime-section .clock .hour, .main-datetime-section .hor {
        width: 120px;
        height: 120px;
    }

    .main-datetime-section .clock .minutes, .main-datetime-section .mn {
        width: 160px;
        height: 160px;
    }

    .main-datetime-section .clock .seconds, .main-datetime-section .sc {
        width: 160px;
        height: 160px;
    }

    .main-datetime-section .hor:before {
        height: 55px;
    }

    .main-datetime-section .mn:before {
        height: 75px;
    }

    .main-datetime-section .sc:before {
        height: 75px;
    }
}

.main-datetime-section .nav-tabs {
    border: 0;
    margin: 0 !important;
}

.main-datetime-section .tab-content {
    background: rgba(255, 255, 255, .08);
    /* backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);*/
    padding: 10px;
    min-height: 300px;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) !important;
}

html[dir=rtl] .main-datetime-section .tab-content {
    border-radius: var(--bs-border-radius) 0 var(--bs-border-radius) var(--bs-border-radius) !important;
}

.main-datetime-section .nav-tabs .nav-link {
    border: 0;
    box-shadow: none;
    margin: 0;
}

    .main-datetime-section .nav-tabs .nav-link:hover, .main-datetime-section .nav-tabs .nav-link.active, .main-datetime-section .nav-tabs .nav-item.show .nav-link {
        background: rgba(255, 255, 255, .08);
        /* backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);*/
        color: var(--bs-primary);
        border: 0;
    }

@media(min-width:1200px) {
    .tiny-slider.main-slider .tns-controls {
        position: absolute;
        top: 50%;
        right: -80px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
    }

    html[dir=rtl] .tiny-slider.main-slider .tns-controls {
        left: -80px;
        right: auto;
    }

    .tiny-slider.main-slider .tns-controls [data-controls] {
        position: relative;
        transform: rotate(90deg);
        border: 1px solid #fff;
    }

        .tiny-slider.main-slider .tns-controls [data-controls]:first-child {
            margin-bottom: 10px;
        }

    .tiny-slider.main-slider .tns-nav {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        left: -50px;
        right: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .tiny-slider.main-slider .tns-nav:before {
            content: "";
            position: absolute;
            width: 1px;
            height: calc(100% - 6px);
            left: 50%;
            transform: translateX(-50%);
            top: 3px;
            background-color: var(--bs-primary);
        }

    html[dir=rtl] .tiny-slider.main-slider .tns-nav {
        right: -50px;
        left: auto;
    }

    .tiny-slider.main-slider .tns-nav [data-nav] {
        transition: none;
        margin: 8px 5px;
        width: 20px;
        height: 20px;
    }

        .tiny-slider.main-slider .tns-nav [data-nav]:not(.tns-nav-active) {
            background-color: #b4b3b1;
            box-shadow: none;
            width: 7px;
            height: 7px;
        }

        .tiny-slider.main-slider .tns-nav [data-nav]:after {
            background-color: transparent;
            box-shadow: none;
        }

    .tiny-slider.main-slider .tns-nav-active {
        box-shadow: none;
        background: transparent url(../images/icon-slider-active.svg) no-repeat center center / contain;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 70px;
    }
}

.main-calendar {
    margin-top: 15px;
}

.calendar-section-title {
    color: var(--bs-primary);
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

    .calendar-section-title > span {
        font-size: 15px;
        margin: 0 0 0 10px;
    }

html[dir=rtl] .calendar-section-title > span {
    margin: 0 10px 0 0;
}


.calendar-section-event-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 480px;
    /*max-height: 310px;*/
    overflow: auto;
}

.calendar-section-event-item {
    padding: 10px;
    list-style: none;
}

.calendar-section-event-link {
    display: flex;
    align-items: flex-start;
}

.calendar-section-event-item__tag {
    flex: 0 0 90px;
    margin: 0 20px 0 0;
}

html[dir=rtl] .calendar-section-event-item__tag {
    margin: 0 0 0 20px;
}

.calendar-section-event-item__tag .btn {
    display: block;
    --bs-btn-font-weight: 500;
}

.calendar-section-event-item__desc {
    color: var(--bs-body-color);
    text-align: justify;
    position: relative;
    display: flex;
    font-size: .8rem;
    padding-left:25px;
}

    .calendar-section-event-item__desc:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: var(--bs-primary);
        margin: 0 10px 0 0;
        display: inline-block;
        top: 10px;
        left:0;
        right:auto;
        transform: rotate(45deg);
    }

html[dir=rtl] .calendar-section-event-item__desc {
    padding-left: 0;
    padding-right: 25px;
}
    html[dir=rtl] .calendar-section-event-item__desc:before {
        margin: 0 0 0 10px;
        left: auto;
        right: 0;
    }

.datepicker-container {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.ui-datepicker {
    width: 100%;
}

.ui-widget-content {
    color: #fff;
    background: transparent;
    border: 0;
}

.ui-datepicker .ui-datepicker-next {
    --bs-btn-color: #fff !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-active-color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev {
    --bs-btn-color: #fff !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-active-color: #fff !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 1.2em 0.2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #fff;
    background-color: transparent;
}

.ui-datepicker td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.ui-datepicker-current-day {
    position: relative;
}

    .ui-datepicker-current-day:after {
        width: 35px;
        height: 35px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        content: "";
        border: 1px solid var(--bs-primary);
        border-radius: 4px;
    }

.ui-datepicker .ui-datepicker-header {
    border: 0;
}


.ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        background: #fff;
        min-width: 100px;
        padding: 8px;
        margin: 0.5em 0.2em 1.4em;
        text-transform: uppercase;
        color: #000 !important;
    }

.datepicker-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
}

    .datepicker-filter .btn-outline-primary {
        --bs-btn-color: #fff;
        --bs-btn-font-weight: 500;
    }

        .datepicker-filter .btn-outline-primary.active {
            background-color: var(--bs-primary);
        }

.holiday, .holiday a {
    color: #ff5454 !important;
}

.specialDate {
    position: relative;
}

    .specialDate:before {
        content: attr(title);
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #ec4300;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 9px;
        z-index: 2;
        color: #fff !important;
    }

html[dir=rtl] .specialDate:before {
    bottom: 5px;
}

.mian-group-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

    .mian-group-filter .nav-link {
        color: #fff;
    }

.ui-datepicker th, .ui-datepicker .ui-datepicker-title {
    font-weight: normal;
}

.main-cosmic-code-section img.cosmic-code-element {
    max-width: 250px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: 4s linear infinite vertical-animate;
    animation: 4s linear infinite vertical-animate;
}

.main-biological-clock-section img.biological-clock-element {
    max-width: 70%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: 10s linear infinite rotate-animate;
    animation: 10s linear infinite rotate-animate;
}

@media(max-width:768px) {
    .main-biological-clock-section img.biological-clock-element {
        max-width: 60%;
    }

    .main-cosmic-code-section img.cosmic-code-element {
        max-width: 200px;
    }
}

.main-about-section img.about-element {
    max-width: 80%;
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
    /* -webkit-transform: translateY(-10px);
    transform: translateY(-10px);*/
    /* -webkit-animation: 4s linear infinite vertical-animate;
    animation: 4s linear infinite vertical-animate;*/
}

@media(max-width:7680px) {
    .main-about-section img.about-element {
        max-width: 60%;
    }

    .main-about-section img.about-element-center {
        max-width: 10% !important;
    }
}

.main-about-section img.about-element-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    max-width: 13%;
    /*-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: 4s linear infinite vertical-animate;
    animation: 4s linear infinite vertical-animate;*/
}

.main-cosmic-code-section h1, .main-biological-clock-section h1, .main-about-section h1 {
    font-size: 2rem;
}

@-webkit-keyframes rotate-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes vertical-animate {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes vertical-animate {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

footer {
    background: rgba(18,18,26,.8)
}

.footer-social .btn {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

    .footer-social .btn.instagram {
        background-image: url(../images/instagram.svg);
        background-size: 25px;
    }

    .footer-social .btn.whatsapp {
        background-image: url(../images/whatsapp.svg);
        background-size: 20px;
    }

    .footer-social .btn.telegram {
        background-image: url(../images/telegram.svg);
        background-size: 20px;
    }

    .footer-social .btn.youtube {
        background-image: url(../images/youtube.svg);
        background-size: 15px;
    }


.main-course-section .card-img-top {
    --bs-card-inner-border-radius: 4px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: fill;
    /*object-fit: cover;*/
    background-color: #626262;
    min-width: 100%;
}
@media(max-width:768px) {
    .main-course-section .card-img-top {
        object-fit: contain;
    }
}
.main-course-section .card-img-top-new-link {
    display: flex;
}

.main-course-section .card-img-top-new {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    border-radius: 4px;
}

.main-course-section .card-footer:last-child {
    --bs-card-inner-border-radius: 4px;
}

.main-course-section .card {
    background: rgba(255,255,255,.08);
    border: 1px solid #ffffff45;
    border-radius: 4px;
}

.main-course-section .card-footer {
    --bs-card-cap-padding-y: 0.8rem;
    --bs-card-cap-padding-x: 0.8rem;
    --bs-card-cap-bg: transparent;
}

.main-course-section .card-outline {
    font-size: 12px;
}

.main-course-section .card-title {
    font-size: 1rem;
}

.main-course-section .card-body {
    --bs-card-spacer-y: 0.8rem;
    --bs-card-spacer-x: 0.8rem;
}

.main-course-section .course-status {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: 32px;
}

html[dir=rtl] .main-course-section .course-status {
    justify-content: flex-end;
}

.main-course-section .card[data-type=online] .course-status {
    background: url(../images/online.svg) no-repeat center center / contain;
}

.main-course-section .card[data-type=offline] .course-status {
    background: url(../images/offline.svg) no-repeat center center / contain;
}

.main-course-section .card[data-type=online] .course-status:after {
    content: "online";
}

.main-course-section .card[data-type=offline] .course-status:after {
    content: "offline";
}

html[dir=rtl] .main-course-section .card[data-type=online] .course-status:after {
    content: "آنلاین";
}

html[dir=rtl] .main-course-section .card[data-type=offline] .course-status:after {
    content: "آفلاین";
}

.main-course-section .card-footer-category {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

    .main-course-section .card-footer-category:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 4px;
        height: 15px;
        position: relative;
        margin: 0 5px 0 0;
    }

.main-course-section .card[data-cat=knowing] .card-footer-category:before {
    background-color: var(--knowing-color);
}

.main-course-section .card[data-cat=majesty] .card-footer-category:before {
    background-color: var(--majesty-color);
}

.main-course-section .card[data-cat=kootaak] .card-footer-category:before {
    background-color: var(--kootaak-color);
}

.main-course-section .card[data-cat=knowing] .card-footer-category:after {
    content: "NU-NG";
}

.main-course-section .card[data-cat=majesty] .card-footer-category:after {
    content: "Majesty";
}

.main-course-section .card[data-cat=kootaak] .card-footer-category:after {
    content: "Kootaak";
}

html[dir=rtl] .main-course-section .card[data-cat=knowing] .card-footer-category:after {
    content: "نائینگ";
}

html[dir=rtl] .main-course-section .card[data-cat=majesty] .card-footer-category:after {
    content: "مجسطی";
}

html[dir=rtl] .main-course-section .card[data-cat=kootaak] .card-footer-category:after {
    content: "کوتک";
}


html[dir=rtl] .main-course-section .card-footer-category:before {
    margin: 0 0 0 5px;
}




.main-service-section .card-img-top {
    --bs-card-inner-border-radius: 4px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: fill;
    /*object-fit: cover;*/
    background-color: #626262;
    min-width: 100%;
}
@media(max-width:768px){
    .main-service-section .card-img-top {
        object-fit: contain;
    }
}
.main-service-section .card-img-top-new-link {
    display: flex;
}

.main-service-section .card-img-top-new {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    border-radius: 4px;
}

.main-service-section .card-footer:last-child {
    --bs-card-inner-border-radius: 4px;
}

.main-service-section .card {
    background: rgba(255,255,255,.08);
    border: 1px solid #ffffff45;
    border-radius: 4px;
}

.main-service-section .card-footer {
    --bs-card-cap-padding-y: 0.8rem;
    --bs-card-cap-padding-x: 0.8rem;
    --bs-card-cap-bg: transparent;
}

.main-service-section .card-outline {
    font-size: 12px;
}

.main-service-section .card-body {
    --bs-card-spacer-y: 0.8rem;
    --bs-card-spacer-x: 0.8rem;
}

.main-service-section .course-status {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: 32px;
}

    .main-service-section .course-status.course-status__online {
        background: url(../images/online.svg) no-repeat center center / contain;
    }

    .main-service-section .course-status.course-status__offline {
        background: url(../images/offline.svg) no-repeat center center / contain;
    }

.main-service-section .card-footer-category {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

    .main-service-section .card-footer-category:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 4px;
        height: 15px;
        position: relative;
        margin: 0 5px 0 0;
    }

    .main-service-section .card-footer-category.card-footer-category__knowing:before {
        background-color: var(--knowing-color);
    }

    .main-service-section .card-footer-category.card-footer-category__majesty:before {
        background-color: var(--majesty-color);
    }

    .main-service-section .card-footer-category.card-footer-category__kootaak:before {
        background-color: var(--kootaak-color);
    }

html[dir=rtl] .main-service-section .card-footer-category:before {
    margin: 0 0 0 5px;
}

.main-service-section .tns-inner {
    padding: 10px 5px;
}

.icon-shopping {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-shoping.svg) no-repeat center center / contain;
}


.ribbon {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -5px;
}

html[dir=rtl] .ribbon {
    top: -7px;
    right: -5px;
    left: auto;
}

.ribbon::before {
    position: absolute;
    top: 0;
    height: inherit;
    width: inherit;
    content: '';
    display: block;
}

html[dir=ltr] .ribbon::before {
    transform: rotate(-90deg)
}

[data-cat=knowing] .ribbon::before {
    background: url('../images/ribbon-knowing.png') no-repeat top right / contain;
}

[data-cat=kootaak] .ribbon::before {
    background: url('../images/ribbon-kootak.png') no-repeat top right / contain;
}

[data-cat=majesty] .ribbon::before {
    background: url('../images/ribbon-majesty.png') no-repeat top right / contain;
}
/*.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #2980b9;
    border-color: transparent #2980b9 #2980b9 transparent;
}

html[dir=rtl] .ribbon::before, html[dir=rtl] .ribbon::after {
    border-color: transparent transparent #2980b9 #2980b9;
}*/
/*
.ribbon::before {
    top: 0;
    right: 25px;
}

.ribbon::after {
    bottom: 25px;
    left: 0;
}

html[dir=rtl] .ribbon::before {
    top: 0;
    left: 15px;
    right: auto;
}

html[dir=rtl] .ribbon::after {
    bottom: 15px;
    right: 0;
    left: auto;
}*/

.ribbon span {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 110px;
    padding: 15px 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    right: 20px;
    top: 5px;
    transform: rotate(-45deg);
}

html[dir=rtl] .ribbon span {
    right: -20px;
    top: 5px;
    transform: rotate(45deg);
}
/*[data-cat=knowing] .ribbon span {
    background-color: var(--knowing-color);
}*/

[data-cat=knowing] .ribbon span:after {
    content: "NU-NG";
}

html[dir=rtl] [data-cat=knowing] .ribbon span:after {
    content: "نائینگ";
}

/*[data-cat=knowing] .ribbon::before,
[data-cat=knowing] .ribbon::after {
    border-color: transparent #6f240a #6f240a transparent;
}

html[dir=rtl] [data-cat=knowing] .ribbon::before,
html[dir=rtl] [data-cat=knowing] .ribbon::after {
    border-color: transparent transparent #6f240a #6f240a;
}

[data-cat=kootaak] .ribbon span {
    background-color: var(--kootaak-color);
}*/

[data-cat=kootaak] .ribbon span:after {
    content: "Kootaak";
}

html[dir=rtl] [data-cat=kootaak] .ribbon span:after {
    content: "کوتک";
}

/*[data-cat=kootaak] .ribbon::before,
[data-cat=kootaak] .ribbon::after {
    border-color: transparent #617c1d #617c1d transparent;
}

html[dir=rtl] [data-cat=kootaak] .ribbon::before,
html[dir=rtl] [data-cat=kootaak] .ribbon::after {
    border-color: transparent transparent #617c1d #617c1d;
}

[data-cat=majesty] .ribbon span {
    background-color: var(--majesty-color);
}

[data-cat=majesty] .ribbon::before,
[data-cat=majesty] .ribbon::after {
    border-color: transparent #a5781e #a5781e transparent;
}

html[dir=rtl] [data-cat=majesty] .ribbon::before,
html[dir=rtl] [data-cat=majesty] .ribbon::after {
    border-color: transparent transparent #a5781e #a5781e;
}
*/
[data-cat=majesty] .ribbon span:after {
    content: "Majesty";
}

html[dir=rtl] [data-cat=majesty] .ribbon span:after {
    content: "مجسطی";
}

@media (min-width:1260px) {
    .main-service-section .tiny-slider:not(.arrow-hover):not(.arrow-inside) .tns-controls [data-controls=prev] {
        left: -60px;
        right: auto;
    }

    html[dir=rtl] .main-service-section .tiny-slider:not(.arrow-hover):not(.arrow-inside) .tns-controls [data-controls=prev] {
        right: -60px;
        left: auto;
    }

    .main-service-section .tiny-slider:not(.arrow-hover):not(.arrow-inside) .tns-controls [data-controls=next] {
        right: -60px;
        left: auto;
    }

    html[dir=rtl] .main-service-section .tiny-slider:not(.arrow-hover):not(.arrow-inside) .tns-controls [data-controls=next] {
        left: -60px;
        right: auto;
    }
}

.main-service-section .tns-nav {
    margin-top: 15px;
}

    .main-service-section .tns-nav [data-nav] {
        width: 25px;
        height: 10px;
        border-radius: 15px;
        box-shadow: inset 0 0 0 2px #fff;
        background-color: #fff;
    }

        .main-service-section .tns-nav [data-nav].tns-nav-active {
            width: 50px;
            box-shadow: inset 0 0 0 2px var(--bs-primary);
        }

            .main-service-section .tns-nav [data-nav].tns-nav-active:after {
                background-color: var(--bs-primary);
                box-shadow: inset 0 0 0 2px var(--bs-primary);
            }

.main-datetime-section .choices .choices__inner {
    background-color: transparent;
    border-color: #b4955e9e;
    border-radius: 4px;
    margin-bottom: 1px;
}

.main-datetime-section .form-divider {
    height: 1px;
    width: 100%;
    border-bottom: 2px dotted #ffffff45;
    margin: 20px 0
}

.main-invite-section {
    background: rgba(42,59,111, .12)
}

.main-service-section .card-title {
    font-size: 1rem;
}

.main-course-section .nav-pills .nav-link {
    --bs-nav-pills-border-radius: 0.2rem;
}

.main-datetime-section .choices .choices__list--dropdown {
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.main-datetime-section .choices.is-flipped .choices__list--dropdown {
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}


.main-datetime-current-day .col-md-3 {
    position: relative;
}

    .main-datetime-current-day .col-md-3:not(:last-child):after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 1px;
        height: 30px;
        border-left: 2px dotted #b4955e50;
    }

html[dir=rtl] .main-datetime-current-day .col-md-3:not(:last-child):after {
    left: 0;
    right: auto;
}

.main-breadcrumb {
    background-color: var(--bg-transparent-dark-blue);
}

    .main-breadcrumb .breadcrumb {
        margin-bottom: 0;
    }

.offcanvas-inner-title {
    position: relative;
    background-color: var(--bg-transparent-dark-blue);
    border-bottom: 1px solid #fff;
    border-top-right-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

    .offcanvas-inner-title:after {
        background: url(../images/offcsnvas-title-star.png) no-repeat center center / contain;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        content: "";
        position: absolute;
        margin-bottom: -8px;
        z-index: 1;
    }

.main-course-section .course-status {
    position: absolute;
    right: 15px;
    left: auto;
}

html[dir=rtl] .main-course-section .course-status {
    left: 15px;
    right: auto;
}

.choices__list--single {
    padding-left: 4px;
    padding-right: 16px;
}

html[dir=rtl] .splide__arrow {
    transform: translateY(-50%) rotate(180deg)
}

    html[dir=rtl] .splide__arrow span {
        display: flex;
        align-items: center;
        justify-content: center;
    }


.video-container {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-color: #000;
    border-radius: 8px;
    /*max-height: 200px;*/
}

    .video-container video {
        width: 100%;
        border-radius: 16px;
    }

#file-viewer {
    position: relative;
    max-height: 250px;
    min-height: 250px;
    border-radius: 8px;
    border: 1px dotted rgba(255,255,255,.2)
}



    #file-viewer:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 52px;
        height: 70px;
    }

    #file-viewer.manual-height {
        max-height: unset !important;
        min-height: unset !important;
        border: 0 !important;
    }

        #file-viewer.manual-height:before {
            background: none !important;
        }

.pdf-container {
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 8px;
    max-height: 250px;
    background-color: #fff;
   
}
/*.disable-hover{
    pointer-events:none;
}*/
/*.pdf-container:after {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:calc(100% -15px);
    height:100%;
    content:"";
}*/
.word-container {
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 8px;
    max-height: 250px;
    background-color: #fff;
}

.image-container {
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 8px;
    max-height: 250px;
    background-color: #fff;
    text-align: center;
}

    .image-container img {
        max-width: 100%;
        max-height: 250px;
    }

.play-video {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: inherit;
    border-radius: 16px;
    background-color: rgba(18,18,26,1);
    z-index: 1;
}

    .play-video:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 50px;
        height: 50px;
        background: url('../images/play-video.svg')no-repeat center center / contain;
    }

.accordion.accordion-bg-light .accordion-button {
    border: 1px solid #fff !important;
    font-size: 0.85rem !important;
    color: var(--bs-primary) !important;
    background-color: transparent !important;
}

    .accordion.accordion-bg-light .accordion-button:not(.collapsed) {
        background-color: var(--bs-primary) !important;
        color: var(--bs-white) !important;
    }

.accordion.accordion-icon .accordion-header .accordion-button:after {
    width: 16px;
}

.accordion.accordion-icon .accordion-header .accordion-button:before {
    width: 16px;
}

.accordion.accordion-icon .accordion-collapse {
    border: 1px solid;
    border-top: 0;
}

.choices .choices__inner {
    font-size: .85rem;
    border-radius: .2rem;
}

.service-detail-intro-section h1 {
    font-size: 2rem;
}

.service-detail-intro-image {
    padding: 15px;
    background-color: #ffffff80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.service-detail-intro-det-badge {
    color: #fff;
    font-size: 1rem;
}

.btn-shopping-cart {
    display: flex;
    padding: 0;
    margin: 0;
}

.btn-shopping-cart-icon {
    position: relative;
    background-color: #ec4300;
    padding: 0.8rem;
    border-radius: var(--bs-btn-border-radius);
}

.btn-shopping-cart-price {
    padding: 0.8rem;
}

.btn-shopping-cart-icon:before {
    content: "";
    position: absolute;
    top: 2px;
    height: calc(100% - 4px);
    left: 2px;
    width: calc(100% - 4px);
    border-radius: var(--bs-btn-border-radius);
    border: 2px solid #21212b;
}

.description-box__title {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
}

    .description-box__title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 1px;
        background-color: #fff;
    }

    .description-box__title:after {
        background: url(../images/offcsnvas-title-star.png) no-repeat center center / contain;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        content: "";
        position: absolute;
        margin-bottom: -8px;
        z-index: 1;
    }


.description-box__inner {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

    .description-box__inner > div {
        width: 100% !important;
    }

.description-box.has-scroll .description-box__inner {
    height: 200px;
    padding-bottom: 0;
}

    .description-box.has-scroll .description-box__inner.show {
        height: auto;
    }

.description-box__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);
    display: none;
}

.description-box.has-scroll .description-box__bottom {
    display: flex;
}

.description-box__bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 150px;
    right: 0;
    bottom: 0;
    border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);
    background: -moz-linear-gradient(top, rgba(33,33,45,0) 0%, rgba(33,33,45,1) 70%, rgba(33,33,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(33,33,45,0) 0%,rgba(33,33,45,1) 70%,rgba(33,33,45,1) 100%);
    background: linear-gradient(to bottom, rgba(33,33,45,0) 0%,rgba(33,33,45,1) 70%,rgba(33,33,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0021212d', endColorstr='#21212d',GradientType=0 );
}

.description-box__readmore {
    --bs-btn-padding-y: 0.5rem;
}

    .description-box__readmore:after {
        content: "Read More";
    }

html[dir=rtl] .description-box__readmore:after {
    content: "مشاهده بیشتر";
}

.description-box__inner.show + .description-box__bottom {
    margin-top: 5px;
    position: relative;
}

    .description-box__inner.show + .description-box__bottom:before {
        display: none;
    }

    .description-box__inner.show + .description-box__bottom .description-box__readmore:after {
        content: "Close";
    }

html[dir=rtl] .description-box__inner.show + .description-box__bottom .description-box__readmore:after {
    content: "بستن";
}


.tiny-slider-static-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tiny-slider-static-card .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.tiny-slider-static-card__code {
    font-family: DM Sans, sans-serif;
    letter-spacing: 1px;
}

.service-detail-service-section .tns-inner {
    padding: 0;
}

.service-detail-service-section h2, .service-detail-faq-section h2, .service-detail-files-section h2, .course-detail-files-section h2, .course-list-faq-section h2, .course-list-items-section h2 {
    position: relative;
}

    .service-detail-service-section h2:after, .service-detail-faq-section h2:after, .service-detail-files-section h2:after, .course-detail-files-section h2:after, .course-list-faq-section h2:after, .course-list-items-section h2:after {
        background: url(../images/offcsnvas-title-star.png) no-repeat center center / contain;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        content: "";
        position: absolute;
        z-index: 1;
        margin-bottom: 5px;
    }


.review-section__list {
    background-color: rgba(18,18,26,.3);
}

.review-section__item {
    border-bottom: 4px dotted rgba(255,255,255,.1);
}

    .review-section__item:last-child {
        border-bottom: 0;
        padding-bottom: 0 !important;
    }

.review-section__avatar {
    flex: 1 1 150px;
}

    .review-section__avatar .avatar {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

        .review-section__avatar .avatar .avatar-img {
            max-width: 2.5rem;
            max-height: 2.5rem;
        }

    .review-section__avatar h6 {
        font-size: .85rem;
    }

.review-section__text {
    flex: 1 1 calc(100% - 150px);
}

.review-section textarea {
    background-color: transparent !important;
    border-color: #fff !important;
    color: var(--bs-primary) !important;
}

    .review-section textarea::placeholder {
        color: var(--bs-primary) !important;
    }

.divider-line {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 25px 0;
}

    .divider-line:after {
        background: url(../images/offcsnvas-title-star.png) no-repeat center center / contain;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%;
        content: "";
        position: absolute;
        z-index: 1;
    }

.service-detail-getintouch-section {
    background-color: #1e1d2d;
}

    .service-detail-getintouch-section .form-control, .service-detail-getintouch-section .choices .choices__inner,
    .service-detail-getintouch-section .select2-container--default .select2-selection--single {
        background-color: #fff;
        /*line-height: 2.5rem;*/
        color: #1e1d2d;
        /*height: 58px;*/
    }

        .service-detail-getintouch-section .select2-container--default .select2-selection--single .select2-selection__rendered {
            /*line-height: 58px;*/
            color: #1e1d2d;
        }

        .service-detail-getintouch-section .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: #1e1d2d;
        }

    .service-detail-getintouch-section .custom-file .custom-file-label {
        color: #1e1d2d;
    }

    .service-detail-getintouch-section .custom-file .custom-file-button {
        color: #1e1d2d;
        border-color: var(--bs-gray-300);
        background-color: var(--bs-white);
    }

    .service-detail-getintouch-section .form-control::placeholder {
        color: #1e1d2d;
    }

.files-section .nav-pills .nav-link {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px dashed #ffffff70;
    flex: 1;
    font-size: 16px;
    transition: all .2s ease-in-out;
}

    .files-section .nav-pills .nav-link:before {
        height: 80px;
        width: 80px;
        content: "";
        position: relative;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 10px;
        transition: all .2s ease-in-out;
    }

    .files-section .nav-pills .nav-link.video:before {
        background-image: url(../images/icon-video.svg);
    }

    .files-section .nav-pills .nav-link.podcast:before {
        background-image: url(../images/icon-podcast.svg);
    }

    .files-section .nav-pills .nav-link.files:before {
        background-image: url(../images/icon-files.svg);
    }

    .files-section .nav-pills .nav-link.video:hover::before, .files-section .nav-pills .nav-link.video.active:before, .files-section .nav-pills .show > .nav-link.video:before {
        background-image: url(../images/icon-video-hover.svg);
    }

    .files-section .nav-pills .nav-link.podcast:hover::before, .files-section .nav-pills .nav-link.podcast.active:before, .files-section .nav-pills .show > .nav-link.podcast:before {
        background-image: url(../images/icon-podcast-hover.svg);
    }

    .files-section .nav-pills .nav-link.files:hover::before, .files-section .nav-pills .nav-link.files.active:before, .files-section .nav-pills .show > .nav-link.files:before {
        background-image: url(../images/icon-files-hover.svg);
    }

    .files-section .nav-pills .nav-link:hover, .files-section .nav-pills .nav-link.active, .files-section .nav-pills .show > .nav-link {
        color: var(--bs-primary);
        background: rgba(255,255,255,.2);
    }

.files-section__inner {
    border: 1px solid #ffffff70;
    border-radius: 16px;
}

.files-section .nav-pills .nav-link:first-child {
    border-radius: 16px 0 0 0;
}

.files-section .nav-pills .nav-link:last-child {
    border-radius: 0 0 0 16px;
    border-bottom: 0;
}

html[dir=rtl] .files-section .nav-pills .nav-link:first-child {
    border-radius: 0 16px 0 0;
}

html[dir=rtl] .files-section .nav-pills .nav-link:last-child {
    border-radius: 0 0 16px 0;
}

.files-section .nav-pills {
    border-right: 1px solid #fff;
    height: 100%;
}

html[dir=rtl] .files-section .nav-pills {
    border-right: 0;
    border-left: 1px solid #fff;
}

.files-section__inner .tab-pane {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.files-section__inner .tab-content {
    height: 100%;
}

.files-section__inner .video-container {
    max-height: 250px;
    min-height: 250px;
}

    .files-section__inner .video-container video {
        height: 250px;
    }


.video-file-item {
    border-bottom: 1px solid #ffffff50;
    padding: 5px 0;
}

@media(max-width:768px) {
    .files-section .nav-pills {
        border: 0 !important;
        border-bottom: 1px solid #ffffff70 !important;
    }

        .files-section .nav-pills .nav-link {
            min-height: unset;
            padding: 10px;
            border-bottom: 0;
            border-right: 1px dashed #ffffff70
        }

    html[dir=rtl] .files-section .nav-pills .nav-link {
        border-bottom: 0;
        border-right: 0;
        border-left: 1px dashed #ffffff70
    }

    html[dir=ltr] .files-section .nav-pills .nav-link:last-child {
        border-bottom: 0;
        border-right: 0
    }

    html[dir=rtl] .files-section .nav-pills .nav-link:last-child {
        border-bottom: 0;
        border-left: 0
    }

    .files-section .nav-pills .nav-link:last-child {
        border-radius: 0 16px 0 0;
    }

    html[dir=rtl] .files-section .nav-pills .nav-link:last-child {
        border-radius: 16px 0 0 0;
    }
}

.video-file-item:last-child {
    border: 0;
}

.video-file-item__name:before {
    content: "";
    position: relative;
    width: 7px;
    height: 7px;
    background: var(--bs-primary);
    margin: 0 10px 0 0;
    display: inline-block;
    transform: rotate(45deg);
}

html[dir=rtl] .video-file-item__name:before {
    margin: 0 0 0 10px;
}

.video-file-item__action {
    min-width: 58px;
}

    .video-file-item__action > a {
        border: 1px solid #ec4300;
        border-radius: 4px;
        width: 25px;
        height: 25px;
        display: inline-flex;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.video-file-item__info-size {
    direction: ltr;
}

.course-detail-intro-section h1, .course-list-intro-section h1 {
    font-size: 2rem;
}

.course-detail-intro-section h2 {
    font-size: 1.5rem;
}

.vertical-line-divider {
    width: 1px;
    height: 40px;
    background-color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    align-self: center;
}

.dot-divider {
    width: 5px;
    height: 5px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    align-self: center;
}



.btn-enter-class {
    display: flex;
    padding: 0;
    margin: 0;
}

.btn-enter-class-icon {
    position: relative;
    background-color: var(--bs-primary);
    padding: 0.8rem;
    border-radius: var(--bs-btn-border-radius);
}

.btn-enter-class-text {
    padding: 0.8rem;
    color: #fff;
}

.btn-enter-class-icon:before {
    content: "";
    position: absolute;
    top: 2px;
    height: calc(100% - 4px);
    left: 2px;
    width: calc(100% - 4px);
    border-radius: var(--bs-btn-border-radius);
    border: 2px solid #21212b;
}

.course-detail-intro-image {
    background: rgba(255,255,255,.08);
    border: 1px solid #ffffff45;
    border-radius: 4px;
}




.course-detail-intro-section .course-status {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: 32px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
}

html[dir=rtl] .course-detail-intro-section .course-status {
    justify-content: flex-end;
    right: auto;
    left: 20px;
}

.course-detail-intro-section .course-detail-intro-image[data-type=online] .course-status {
    background: url(../images/online.svg) no-repeat center center / contain;
}

.course-detail-intro-section .course-detail-intro-image[data-type=offline] .course-status {
    background: url(../images/offline.svg) no-repeat center center / contain;
}

.course-detail-intro-section .course-detail-intro-image[data-type=online] .course-status:after {
    content: "online";
}

.course-detail-intro-section .course-detail-intro-image[data-type=offline] .course-status:after {
    content: "offline";
}

html[dir=rtl] .course-detail-intro-section .course-detail-intro-image[data-type=online] .course-status:after {
    content: "آنلاین";
}

html[dir=rtl] .course-detail-intro-section .course-detail-intro-image[data-type=offline] .course-status:after {
    content: "آفلاین";
}


.course-detail-intro-progress .progress {
    background-color: transparent;
    border: 1px solid #d6293e;
    --bs-progress-border-radius: 0.2rem;
    max-width: 250px;
    margin: 0 auto;
}

    .course-detail-intro-progress .progress .bg-danger {
        border-radius: 0.2rem;
        background-image: linear-gradient(-45deg, rgba(18,18,26,.9) 25%, transparent 25%, transparent 50%, rgba(18,18,26,.9) 50%, rgba(18,18,26,.9) 75%, transparent 75%, transparent);
    }



.chart-container {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

@media(max-width:768px) {
    .chart-container {
        width: 100%;
    }
}

#invitemodal .modal-content {
    position: relative;
    background-color: transparent;
    border: 1px solid #ffffff70;
}

#invitemodal ~ .modal-backdrop.show {
    --bs-backdrop-bg: #4c4c4c;
}

#invitemodal .modal-body {
    position: relative;
}

    #invitemodal .modal-body:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        content: "";
        background-color: rgb(18,18,26);
        background-color: rgba(18,18,26, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(8px);
        z-index: -1;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) !important;
    }

#invitemodal .modal-header {
    background-color: transparent;
    position: relative;
    border-bottom: 0;
    justify-content: center;
}

    #invitemodal .modal-header:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        content: "";
        background-color: rgb(25,25,60);
        background-color: rgba(25,25,60,.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(8px);
        z-index: -1;
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 !important;
    }

    #invitemodal .modal-header .btn-close {
        position: absolute;
        right: 25px;
        left: auto;
        border: 1px solid var(--bs-primary);
        border-radius: 2px;
    }

html[dir=rtl] #invitemodal .modal-header .btn-close {
    left: 25px;
    right: auto;
}

#invitemodal .form-control {
    border-color: #ffffff70;
    color: var(--bs-primary);
}

    #invitemodal .form-control::placeholder {
        color: var(--bs-primary);
        opacity: .7;
    }

#invitemodal .choices__placeholder {
    color: var(--bs-primary);
    opacity: .7;
}

#invitemodal .choices__item--selectable {
    color: var(--bs-primary);
}

.custom-file input[type=file] {
    display: none;
}

.custom-file .custom-file-label {
    color: var(--bs-primary);
}

.custom-file .custom-file-button {
    color: var(--bs-primary);
    border-color: #ffffff70;
    background-color: var(--bs-body-bg);
}


.contact-inner-map {
    padding: 20px;
    background-color: var(--bg-transparent-light-blue);
}

.ltr {
    direction: ltr !important;
}

html[dir=rtl] .ltr::placeholder {
    text-align: right !important;
}

html[dir=rtl] .ltr.text-center::placeholder {
    text-align: center !important;
}


.text-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.contact-inner-section .list-group-borderless .list-group-item {
    padding: .5rem 0;
}

    .contact-inner-section .list-group-borderless .list-group-item .vertical-line-divider {
        height: 20px;
    }

.contact-inner-section .form-control {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: #fff;
}

    .contact-inner-section .form-control::placeholder {
        color: var(--bs-primary);
        opacity: .6
    }

.course-list-intro-section .btn-shopping-cart-icon {
    display: flex;
    align-items: center
}

.course-list-intro-section .btn-shopping-cart-price {
    padding: 0.2rem 1.25rem;
}

.course-list-items-section h3 {
    font-size: 1rem;
}

.course-list-items-section h4 {
    font-size: .85rem;
}

.course-list-items-section .card {
    --bs-card-bg: rgba(255,255,255,.08);
    border: 1px solid #ffffff45;
    margin-bottom: .75rem;
}

    .course-list-items-section .card:last-child {
        margin-bottom: 0;
    }

.course-list-items-section .btn-enter-class {
    display: flex;
    align-items: center;
}

.course-list-items-section .btn-enter-class-text {
    padding: 0.5rem 0.8rem;
    flex: 1;
    font-size: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-list-items-section .btn-enter-class-icon {
    padding: 0.5rem;
}

.btn-course-detail {
    display: flex;
    padding: 0;
    margin: 0;
}

.btn-course-detail-icon {
    position: relative;
    background-color: #ec4300;
    padding: 0.5rem;
    border-radius: var(--bs-btn-border-radius);
    display: flex;
    align-items: center;
}

    .btn-course-detail-icon:before {
        content: "";
        position: absolute;
        top: 2px;
        height: calc(100% - 4px);
        left: 2px;
        width: calc(100% - 4px);
        border-radius: var(--bs-btn-border-radius);
        border: 2px solid #21212b;
    }

.btn-course-detail-text {
    padding: 0.5rem 0.8rem;
    color: #fff;
    font-size: .65rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-course-forum {
    display: flex;
    padding: 0;
    margin: 0;
}

.btn-course-forum-icon {
    position: relative;
    background-color: var(--bs-primary);
    padding: 0.5rem;
    border-radius: var(--bs-btn-border-radius);
    display: flex;
    align-items: center;
}

    .btn-course-forum-icon:before {
        content: "";
        position: absolute;
        top: 2px;
        height: calc(100% - 4px);
        left: 2px;
        width: calc(100% - 4px);
        border-radius: var(--bs-btn-border-radius);
        border: 2px solid #21212b;
    }

.btn-course-forum-text {
    padding: 0.5rem 0.8rem;
    color: #fff;
    font-size: .65rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}




.course-list-intro-section .course-status {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: 32px;
    position: relative;
}

html[dir=rtl] .course-list-intro-section .course-status {
    justify-content: flex-end;
}

.course-list-intro-section[data-type=online] .course-status {
    background: url(../images/online.svg) no-repeat center center / contain;
}

.course-list-intro-section[data-type=offline] .course-status {
    background: url(../images/offline.svg) no-repeat center center / contain;
}

.course-list-intro-section[data-type=online] .course-status:after {
    content: "online";
}

.course-list-intro-section[data-type=offline] .course-status:after {
    content: "offline";
}

html[dir=rtl] .course-list-intro-section[data-type=online] .course-status:after {
    content: "آنلاین";
}

html[dir=rtl] .course-list-intro-section[data-type=offline] .course-status:after {
    content: "آفلاین";
}



.course-list-items-section .course-detail-intro-progress .progress {
    /*min-width: 200px;*/
    --bs-progress-height: .5rem;
}

    .course-list-items-section .course-detail-intro-progress .progress .bg-danger {
        background-image: linear-gradient(-45deg, rgb(50 50 61) 25%, transparent 25%, transparent 50%, rgb(50 50 61) 50%, rgb(50 50 61) 75%, transparent 75%, transparent);
    }





#loginModal .modal-content {
    background: url(../images/main-bkg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

@media (min-width: 1200px) {
    #loginModal .container {
        max-width: 1000px;
    }
}

#loginModal .login-box {
    position: relative;
    background-color: #2a2a36;
}

#loginModal .login-box__icon {
    border-radius: 50%;
    box-shadow: 0px -30px 10px -20px rgb(33 33 45) inset;
    display: inline-flex;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#loginModal .btn-close {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82744f;
    filter: none !important;
    border-radius: 50%;
}

#loginModal .login-box-image {
    background: url(../images/login-bg.png) no-repeat center center / cover;
}

#loginModal .digit-group {
    direction: ltr !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #loginModal .digit-group input {
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: none;
        line-height: 50px;
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: var(--bs-gray-900);
        margin: 0 4px;
        border: 1px solid var(--bs-gray-300) !important;
        border-radius: 2px !important;
    }

        #loginModal .digit-group input:focus {
            color: var(--bs-gray-900);
            border-color: rgba(var(--bs-primary-rgb), 0.7);
        }

.toast {
    border-radius: 0.475rem !important;
}

    .toast.toast-success {
        background-color: #0cbc87;
        color: #FFFFFF;
    }

    .toast.toast-error {
        background-color: #d6293e;
        color: #FFFFFF;
    }

.toast-top-center {
    top: 12px;
}

html[dir=rtl] .toast-close-button {
    right: auto;
    float: left;
    left: -0.3em;
}

#toast-container > div {
    box-shadow: none
}

html[dir=rtl] #toast-container > div {
    padding: 15px 50px 15px 15px;
    background-position: calc(100% - 15px) center;
    font-size: .75rem;
}




html[dir=rtl] .digit-group input {
    font-family: var(--bs-body-font-family);
}

.digit-group input:focus-visible {
    outline: none;
}


.dark-mode .preloader.ajax-loader {
    background-color: #1110168a;
}


.blog-list-intro-section h1 {
    font-size: 1.3rem;
}


.blog-intro-section-image {
    padding: 20px;
    background-color: #ffffff80;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-blog-view {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    background: url(../images/icon-blog-view.svg) no-repeat center center / contain;
}

.icon-blog-reading-time {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    background: url(../images/icon-blog-reading-time.svg) no-repeat center center / contain;
}

.blog-reading-time {
    position: relative;
}

    .blog-reading-time:after {
        position: absolute;
        display: inline-block;
        content: "'";
        top: -2px;
        right: -2px;
    }

.blog-list-intro-section .vertical-line-divider,
.blog-list-section .vertical-line-divider {
    align-self: center;
    height: 20px;
}


.blog-list-section .small {
    font-size: 0.75em !important;
}


.blog-detail-image-wrapper {
    max-width: 450px;
    max-height: 450px;
}

.blog-detail-others-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-blog {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    cursor: pointer;
}

    .other-blog.next {
        flex-direction: row-reverse;
    }

    .other-blog:before {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        display: inline-block;
        position: relative;
        background: url('../images/icon-blog-arrow.svg') no-repeat center center / contain;
        content: "";
    }

    .other-blog.next:before {
        transform: rotate(180deg);
    }

.other-blog__image {
    width: 80px;
    /*height: 100px;*/
    flex: 0 0 80px;
    position: relative;
    border-radius: 4px;
}

    .other-blog__image img {
        max-width: 80px;
    }

    .other-blog__image:after {
        content: "";
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid var(--bs-primary);
        position: absolute;
        border-radius: 4px;
    }

.other-blog .other-blog__title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    color: #fff;
    font-size: .85rem;
}

.other-blog.next .other-blog__title {
    align-items: flex-end;
    text-align: left;
}

.other-blog .other-blog__title:before {
    position: relative;
    font-size: .65rem;
    margin-bottom: 10px;
}

.other-blog.next .other-blog__title:before {
    content: "Next Article";
}

.other-blog.prev .other-blog__title:before {
    content: "Previous Article"
}

html[dir=rtl] .other-blog.next .other-blog__title:before {
    content: "مقاله پسین"
}

html[dir=rtl] .other-blog.prev .other-blog__title:before {
    content: "مقاله پیشین"
}

.date-astrological-sign-icon svg {
    width: 60px;
    height: 60px;
    fill: var(--bs-primary)
}

.main-pagination {
    display: flex;
    justify-content: center;
    background-color: var(--bg-transparent-light-blue);
    border-radius: var(--bs-border-radius);
    margin-top: 1.6rem;
}


.summernote-box * {
    background: none !important;
    color: var(--bs-body-color) !important;
    line-height: var(--bs-body-line-height) !important;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
}

.summernote-box img {
    max-width: 100% !important;
}



.datepicker {
    z-index: 99999 !important;
}

.pagination .page-link {
    cursor: pointer;
}

#aboutSectionFaq.accordion.accordion-bg-light .accordion-button:not(.collapsed) {
    background: none !important;
}


#aboutSectionFaq.accordion.accordion-bg-light .accordion-button {
    border: 0 !important;
    padding: 0 !important;
}

    #aboutSectionFaq.accordion.accordion-bg-light .accordion-button.collapsed h1 {
        margin: 0 !important;
        font-size: 1.2rem !important;
    }

#aboutSectionFaq.accordion.accordion-icon .accordion-body {
    padding: 0 !important;
}

#aboutSectionFaq.accordion.accordion-icon .accordion-collapse {
    border: 0 !important;
}

#aboutSectionFaq.accordion.accordion-icon .accordion-header .accordion-button:not(.collapsed):before,
#aboutSectionFaq.accordion.accordion-icon .accordion-header .accordion-button:after {
    display: none !important;
}

#aboutSectionFaq.accordion.accordion-icon .accordion-header .accordion-button.collapsed:before {
    background: url(../images/offcsnvas-title-star-gold.png) no-repeat center center / contain !important;
    width: 16px;
    height: 16px;
    left: 0;
    right: auto;
    content: "";
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

html[dir=rtl] #aboutSectionFaq.accordion.accordion-icon .accordion-header .accordion-button.collapsed:before {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
}

#aboutSectionFaq.accordion.accordion-icon .accordion-header .accordion-button.collapsed span {
    display: none !important
}



.btn-fullscreen {
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px dashed #21212d;
    background-color: #21212d;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    line-height: 0;
}

    .btn-fullscreen:hover {
        color: var(--bs-primary);
    }

.is-fullscreen {
    background-color: #fff !important;
    max-height: 100% !important;
}

.ui-datepicker table {
    font-size: 1.2em;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}


.ephemeris .fs-6 {
    font-weight: bold
}

    .ephemeris .fs-6:before {
        padding-right: 10px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-weight: normal;
        font-size: 25px;
        color: var(--bs-primary) !important;
    }

html[dir=rtl] .ephemeris .fs-6:before {
    padding-right: 0;
    padding-left: 10px;
}

.ephemeris .ephemerisAzanMorning:before {
    content: ''
}

.ephemeris .ephemerisAzanSunrise:before {
    content: ''
}

.ephemeris .ephemerisAzanMoon:before {
    content: ''
}

.ephemeris .ephemerisAzanSunset:before {
    content: ''
}

.ephemeris .ephemerisAzanNight:before {
    content: ''
}

.ephemeris .ephemerisMidNight:before {
    content: ''
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-gray-300);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--bs-gray-900);
    }

.select2-dropdown {
    background-color: var(--bs-mode);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.7) !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--bs-gray-900);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23747579' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 12px;
    border: none;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: var(--bs-primary);
}

.select2-container {
    z-index: 1055;
}

#invitemodal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-primary);
}

.main-datetime-section .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: #b4955e9e;
}

.tns-slider {
    display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-primary)
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #c43939;
    font-size: 16px;
    margin-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    margin-right: 0;
    margin-left: 2px;
}

.service-detail-sub-intro-section {
    background: rgba(42,59,111, .12);
}


.marker_info {
    font-family: var(--bs-body-font-family);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.marker {
    background-image: url('../images/marker.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--bs-gray-300) !important;
    cursor: not-allowed;
}

.form-control:disabled {
    background-color: var(--bs-gray-300) !important;
    cursor: not-allowed !important;
    border-color: var(--bs-primary) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.current-user-view-select .choices {
    flex: 1;
}

.current-user-view-select .choices__inner {
    padding-right: 5px !important;
    padding-left: 25px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    font-size: 12px;
}

.current-user-view-select .choices__item {
    font-size: 12px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.fixed-current-user {
    position: fixed;
    bottom: 15px;
    left: auto;
    right: calc(100% - 32px);
    z-index: 999;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

html[dir=rtl] .fixed-current-user {
    left: calc(100% - 32px);
    right: auto;
}

.fixed-current-user.show {
    left: 0;
    right: auto;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all 1s cubic-bezier(.4,0,.2,1);
}

html[dir=rtl] .fixed-current-user.show {
    right: 0;
    left: auto;
}

.fixed-current-user .fixed-current-user-container {
    display: flex;
    align-items: center;
    border: 0;
    outline: none;
    text-decoration: none;
    background-color: #fff;
    height: 35px;
    width: auto;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}

html[dir=rtl] .fixed-current-user .fixed-current-user-container {
    border-radius: 30px 0 0 30px;
}

.fixed-current-user .fixed-current-user-text {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 0;
    color: var(--bs-primary);
}

html[dir=rtl] .fixed-current-user .fixed-current-user-text {
    padding-right: 10px;
    padding-left: 0;
}

.fixed-current-user-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    margin-left: 0;
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

html[dir=rtl] .fixed-current-user-icon {
    margin-right: 0;
}

.fixed-current-user-arrow {
    display: block;
    fill: var(--bs-primary);
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    transform: rotate(-180deg);
}

html[dir=rtl] .fixed-current-user-arrow {
    transform: rotate(0);
}

.fixed-current-user:not(.show) .fixed-current-user-arrow {
    transform: rotate(0);
}

html[dir=rtl] .fixed-current-user:not(.show) .fixed-current-user-arrow {
    transform: rotate(-180deg);
}

.fixed-current-user:not(.show):hover {
    margin-right: -5px;
    margin-left: 0;
}

.fixed-current-user.show:hover .fixed-current-user-icon {
    margin-left: 0;
}

html[dir=rtl] .fixed-current-user:not(.show):hover {
    margin-left: 0px;
    margin-right: 0;
}

html[dir=rtl] .fixed-current-user.show:hover .fixed-current-user-icon {
    margin-right: 0;
}




.zodiac-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zodiac-icon:after {
        position: relative;
        display: inline-block;
        content: "";
        width: 70px;
        height: 70px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .zodiac-icon.aries:after {
        background-image: url(../images/zodiac/ARIES.svg);
    }

    .zodiac-icon.taurus:after {
        background-image: url(../images/zodiac/taurus.svg);
    }

    .zodiac-icon.gemini:after {
        background-image: url(../images/zodiac/gemini.svg);
    }

    .zodiac-icon.cancer:after {
        background-image: url(../images/zodiac/cancer.svg);
    }

    .zodiac-icon.leo:after {
        background-image: url(../images/zodiac/leo.svg);
    }

    .zodiac-icon.virgo:after {
        background-image: url(../images/zodiac/virgo.svg);
    }

    .zodiac-icon.libra:after {
        background-image: url(../images/zodiac/libra.svg);
    }

    .zodiac-icon.scorpio:after {
        background-image: url(../images/zodiac/scorpio.svg);
    }

    .zodiac-icon.saggitarius:after {
        background-image: url(../images/zodiac/saggitarius.svg);
    }

    .zodiac-icon.capricorn:after {
        background-image: url(../images/zodiac/capricorn.svg);
    }

    .zodiac-icon.aquarius:after {
        background-image: url(../images/zodiac/aquarius.svg);
    }

    .zodiac-icon.pisces:after {
        background-image: url(../images/zodiac/pisces.svg);
    }


#loginModal{
    z-index:1058!important;
}
.header-notification-list{
    max-height:300px;
    overflow-y:auto;
}

.preserve-line-breaks {
    white-space: pre-line;
}

#file-viewer {
    display: flex; /* Use Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 200px; /* Adjust height as needed */
    user-select: none;
}

.play-icon {
    font-size: 100px; /* Make the icon bigger */
    cursor: pointer; /* Change cursor to pointer */
    color: #507b60; /* Optional: change color */
    background-color: transparent; /* Ensure background is transparent */
}

