﻿@import url('../fonts/themefont.css');

/*#region select2*/
input:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
    background-color: #fff !important;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.7);
    border-radius: 0.5rem;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--single {
    background-color: #222529;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.5rem;
}

    [data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--bs-gray-900);
        line-height: 2.5;
    }

    [data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: var(--bs-gray-900) transparent transparent transparent;
    }

[data-bs-theme=dark] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--bs-gray-900) transparent;
    border-width: 0 4px 5px 4px;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--single[aria-expanded="true"] {
    background-color: #222529 !important;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.7);
}

[data-bs-theme=dark] .select2-dropdown {
    background-color: #222529;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.7);
}

[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
}

[data-bs-theme=dark] .select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.hidden + .select2-container .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0 !important;
}

    .hidden + .select2-container .select2-selection--single > .select2-selection__arrow {
        visibility: hidden;
    }

.select2-selection.select2-selection--single.select2--small-drpdown {
    height: calc(1.25em + 0.8rem + 2px) !important;
}

.editselect + .select2-container .select2-selection--single > .select2-selection__rendered {
    font-size: 0.8125rem !important;
}

.editselect + .select2-container .select2-selection--single > .select2-selection__clear {
    height: 100% !important;
    padding-right: 5px !important;
}

.editselect + .select2-container .select2-selection--single > .select2-selection__arrow {
    height: 100% !important;
}
.select2-search__field {
    background-image: url(../images/search.png);
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.6em + .5rem) calc(.6em + .5rem);
    padding-right: calc(1.6em + 1rem);
}
[data-bs-theme=dark] .select2-search__field {
    background-image: url(../images/search-dark.png);
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.6em + .5rem) calc(.6em + .5rem);
    padding-right: calc(1.6em + 1rem);
}
/*#endregion select2*/
.form-control.not-validated {
    background-image: url('../images/download.svg');
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .5rem) calc(.8em + .5rem);
    border-color: var(--bs-red);
    padding-right: calc(1.6em + 1rem);
}
.select2-selection.select2-selection--single.not-validated {
    /*background-image: url('../images/svg/download.svg') !important;*/
    background-position: right calc(.4em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .5rem) calc(.8em + .5rem);
    border-color: var(--bs-red);
    padding-right: calc(1.6em + 1rem);
}
.iziToast > .iziToast-body .iziToast-buttons > button {
    background: #fad9d8 !important;
    border: 0 !important;
}

.iziToast-icon {
    opacity: 100 !important;
}

.cursor-pointer {
    cursor: pointer;
}

html[dir="ltr"]  .timeline-divider {
    border: 1px solid var(--bs-dark);
    height: 100%;
    left: 0;
    z-index: -1;
}

html[dir="ltr"] .timeline-divider::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bs-dark);
    z-index: -1;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
}
html[dir="ltr"] .timeline-divider::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bs-dark);
    z-index: -1;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 50%);
}

html[dir="ltr"] .timeline-card::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: -16px;
    background-color: var(--bs-light) !important;
    transform: rotate(45deg);
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.option-card.choice {
    border: 0.3px #0cbc87 solid !important;
    text-decoration: none;
    background-color: #0cbc8726 !important;
    transition: all 0.1s ease-in;
}

.option-card {
    cursor: pointer;
}

html[dir="rtl"] .timeline-divider {
    border: 1px solid var(--bs-dark);
    height: 100%;
    right: 0 !important;
    z-index: -1;
}

    html[dir="rtl"] .timeline-divider::before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--bs-dark);
        z-index: -1;
        display: inline-block;
        position: absolute;
        transform: translate(50%, -50%);
    }

    html[dir="rtl"] .timeline-divider::after {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--bs-dark);
        z-index: -1;
        display: inline-block;
        position: absolute;
        bottom: 0;
        transform: translate(50%, 50%);
    }

html[dir="rtl"] .timeline-card::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: -16px !important;
    background-color: var(--bs-light) !important;
    transform: rotate(45deg);
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
/*#region Custom utilities*/
.h-170px{
    height:170px;
}
/*#endregion Custom utilities*/

/*#region loader*/
.mainloader {
    display: flex;
    column-gap: 20px;
}

    .mainloader .dot {
        width: 25px;
        height: 25px;
        background-color: black;
        border-radius: 50%;
        animation: loading 0.55s infinite alternate;
    }

        .mainloader .dot:nth-child(1) {
            background-color: #21275d;
            animation-delay: -0.10s;
        }

        .mainloader .dot:nth-child(2) {
            background-color: #328052;
            animation-delay: -0.20s;
        }

        .mainloader .dot:nth-child(3) {
            background-color: #c86c28;
            animation-delay: -0.35s;
        }

        .mainloader .dot:nth-child(4) {
            background-color: #debe42;
            animation-delay: -0.45s;
        }

@keyframes loading {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(5px);
    }
}

.pageloader {
    background: rgba(0, 0, 0, 0.9) !important;
    position: fixed;
    z-index: 1190;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events:none !important;
}
 
.spinner {
    font-size: 75px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

    .spinner.center {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.5em;
    background-color: transparent;
    transform-origin: center -0.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
    animation: spinner-fade 1s infinite linear;
}

    .spinner-blade:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        transform: rotate(0deg);
    }

    .spinner-blade:nth-child(2) {
        -webkit-animation-delay: 0.083s;
        animation-delay: 0.083s;
        transform: rotate(30deg);
    }

    .spinner-blade:nth-child(3) {
        -webkit-animation-delay: 0.166s;+
        animation-delay: 0.166s;
        transform: rotate(60deg);
    }

    .spinner-blade:nth-child(4) {
        -webkit-animation-delay: 0.249s;
        animation-delay: 0.249s;
        transform: rotate(90deg);
    }

    .spinner-blade:nth-child(5) {
        -webkit-animation-delay: 0.332s;
        animation-delay: 0.332s;
        transform: rotate(120deg);
    }

    .spinner-blade:nth-child(6) {
        -webkit-animation-delay: 0.415s;
        animation-delay: 0.415s;
        transform: rotate(150deg);
    }

    .spinner-blade:nth-child(7) {
        -webkit-animation-delay: 0.498s;
        animation-delay: 0.498s;
        transform: rotate(180deg);
    }

    .spinner-blade:nth-child(8) {
        -webkit-animation-delay: 0.581s;
        animation-delay: 0.581s;
        transform: rotate(210deg);
    }

    .spinner-blade:nth-child(9) {
        -webkit-animation-delay: 0.664s;
        animation-delay: 0.664s;
        transform: rotate(240deg);
    }

    .spinner-blade:nth-child(10) {
        -webkit-animation-delay: 0.747s;
        animation-delay: 0.747s;
        transform: rotate(270deg);
    }

    .spinner-blade:nth-child(11) {
        -webkit-animation-delay: 0.83s;
        animation-delay: 0.83s;
        transform: rotate(300deg);
    }

    .spinner-blade:nth-child(12) {
        -webkit-animation-delay: 0.913s;
        animation-delay: 0.913s;
        transform: rotate(330deg);
    }

@-webkit-keyframes spinner-fade {
    0% {
        background-color: #69717d;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
        background-color: #69717d;
    }

    100% {
        background-color: transparent;
    }
}
/*#endregion loader*/
.modal-content.session_modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: rgba(212, 212, 212, 0.67);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(212, 212, 212, 0.3);
}
[data-bs-theme=dark] .modal-content.session_modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: rgb(60 60 60 / 70%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.modal-content.poly_modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: rgba(230, 230, 230, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(212, 212, 212, 0.3);
}
[data-bs-theme=dark] .modal-content.poly_modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: rgb(60 60 60 / 70%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.bg-custom {
    background: rgba(230, 230, 230, 0.1);
    box-shadow: 1px -11px 20px rgb(0 0 0 / 12%), 0 0px 10px rgba(0, 0, 0, 0.10) !important;
    /*    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
*/ backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(212, 212, 212, 0.3);
}
[data-bs-theme=dark] .bg-custom {
    background: rgba(0, 0, 0, 10%);
    box-shadow: 1px -11px 20px rgb(0 0 0 / 12%), 0 0px 10px rgba(0, 0, 0, 0.10) !important;
    /*    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
*/ backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(212, 212, 212, 0.3);
}
.main{
    margin-bottom:100px !important;
}
.clsEvent{
    width:90% !important;
    text-wrap:balance;
   
}
html[dir="ltr"] .ml-auto {
    margin-left: auto !important;
}
html[dir="rtl"] .ml-auto {
    margin-right: auto !important;
}

html[dir="rtl"] button.fc-timeGridWeek-button.btn.btn-primary {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
html[dir="rtl"] button.fc-timeGridDay-button.btn.btn-primary {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
html[dir="rtl"] button.fc-next-button.btn.btn-primary {
    border-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.fc-daygrid-event-harness {
    cursor: pointer !important;
}
.select2-search.select2-search--dropdown{
    padding-right:0px !important;
}

[data-bs-theme=dark] #imgLogo {
    filter:invert(1);
}
[data-bs-theme=dark] table.fc-scrollgrid > thead > .fc-scrollgrid-section.fc-scrollgrid-section-header > th .fc-scroller-harness .fc-scroller .fc-col-header {
    background: var(--bs-dark);
}
.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-origin:border-box;

}