body {
    overflow: auto !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #009ef7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #009ef7;
}

/*Loader animation*/
.loader__blink {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}
@keyframes blin {
    50% { opacity: 0; }
}

/*Spin loader*/
.spinner-loader,
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #E50012;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*Login*/
@media (max-width: 765px) {
    .login-page .logo{
        width: 200px;
    }
}
/*Toolbar*/
.schedule-filter .select2-selection,
.schedule-filter .date_picker{
    background-color: var(--kt-body-bg)!important;
    font-size: 12px;
    height: 35px;
}
.mr-10px{
    margin-right: 10px;
}
/*Cart timer*/
.cart-timer span.timer{
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    font-weight: bold;
}
/*Sticky filter*/
.analytics-group .sticky-top,
.orders .sticky-top,
.analytics .sticky-top{
    top: 100px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .filter-element{
        position: initial !important;
    }
}
/*Order*/
@media (max-width: 768px) {
    .table-column-fixed table tbody tr td:first-child{
        width: 150px !important;
    }
    .order-item-details .col-md-6:first-child .table{
        margin-bottom: 0px !important;
    }
    .order-item-details .col-md-6:first-child table tbody tr:last-child{
        border-bottom-width: 1px !important;
        border-bottom-style: dashed !important;
        border-bottom-color: var(--kt-border-color)!important;
    }
}
@media (max-width: 576px) {
    .payment-alert .alert {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .payment-alert .alert .btn{
        margin-top: 10px;
    }
}
/*Schedule*/
.bg-dark-green{
    background-color: #19442d !important;
}
.schedule .bg-dark-green{
    background-color: #19442d !important;
}
.schedule .bg-success i{
    color: #116410 !important;
}
.schedule .bg-dark-green i{
    color: #50cd89 !important;
}
.draft_cancel,
.delete-slot-btn{
    top: 7% !important;
    left: 97% !important;
    cursor: pointer;
}
.schedule-rooms{
    display: flex;
}
.slots .bg-danger .fa-masks-theater{
    color: #fff !important;
}
.discounts .separator:last-child{
    display: none;
}
.custom-slot{
    white-space: nowrap;
}
.slots .bg-warning .time-range{
    margin-left: 7px;
    width: 40px;
}
.slots .expired .fa-hourglass-half{
    display: none;
}
.bg-success .fa-masks-theater{
    color:#fff !important;
}
@media (max-width: 991.98px) {
    .app-container.stepper > div{
        flex-direction: column-reverse;
    }
}
/*Order overview*/
@media (max-width: 991.98px) {
    .order-overview > div{
        flex-direction: column-reverse;
    }
    .order-overview .left-column {
        margin-top: 0px;
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .order-overview .left-column .card {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .order-overview .left-column {
        flex-direction: column;
        gap: 0px;
    }
}

/*Stepper*/
@media (max-width: 991.98px) {
    .stepper-nav .stepper-desc{
        display: none;
    }
    .stepper-nav .stepper-icon{
    margin-right: 1rem !important;
}
    .stepper-nav .stepper-number,
    .stepper-nav .stepper-title{
        font-size: 1rem !important;
        margin-bottom: 0px !important;
    }
    .stepper-nav .stepper-icon{
        width: 25px !important;
        height: 25px !important;
    }
    .stepper-nav .my-4 {
        margin-top: 0.5rem!important;
        margin-bottom: 0.5rem!important;
    }
    .stepper-nav .mx-8 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
}
/*Pop-up*/
#hide_to_pay_refund_to_pay #to_pay_refund_to_pay,
#hide_to_pay #to_pay_players_modal{
    color: red !important;
}

/*Custom*/
.iti {
    display: block;
    width: 100%;
}
.room-image, .image-preview, #image_preview, .cover-image {
    -o-object-fit: cover;
       object-fit: cover;
}
.dataTables_empty {
    text-align: center;
}
.blog-post-text img {
    max-width: 100%;
}
.br-5 {
    border-radius: 5px;
}
.slots .bg-warning i,
.slots .draft{
    color: #181C32;
}
.schedule-slot {
    border: solid 2px transparent;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slot.selected, .reschedule-slot.selected {
    border: 2px solid #50CD89 !important;
    background-color: var(--kt-success-light) !important;
    color: var(--kt-dark) !important;
}

.slot.selected, .restore-slot.selected {
    border: 2px solid #50CD89 !important;
    background-color: var(--kt-success-light) !important;
    color: var(--kt-dark) !important;
}

.slot.selected i {
    color: #fff;
}
#basket_btn {
    position: fixed;
    bottom: 82px;
    right: 20px;
    z-index: 100;
}
.slot {
    position: relative;
}
.checked-slot {
    position: absolute;
    top: 9px;
    right: 9px;
}
.checked-slot .fa-circle {
    color: #50CD89;
}
.show-calendar{
    z-index: 9999;
}
.modal-fullscreen .modal-content,
.modal-fullscreen{
    height: auto;
}
.modal-fullscreen .modal-body{
    overflow-x: hidden;
}
/*Slots settings*/
.slots-settings .column{
    min-width: 170px;
    max-width: 170px;
}
.slots-settings .slot{
    border: solid 2px transparent;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column .schedule-exception div {
    min-height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
}
/*Players*/
#players_list_table td{
    vertical-align: middle;
}

