.infoski-logo {
    background: var(--bs-white);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.app-infoski .aside {
    border-radius: 0;
}

.app-infoski #kt_aside_menu_wrapper {
    height: 100% !important;
}

.form-datepicker, .ip-daterangepicker {
    cursor: pointer;
    user-select: none;
}

.form-datepicker[disabled], .ip-daterangepicker[disabled],
select[disabled] + .select2 > .selection > .select2-selection {
    cursor: default !important;
}

.form-check-custom .form-check-label,
.form-switch.form-check-custom .form-check-input {
    cursor: pointer;
}

.swal2-popup .swal2-html-container {
    font-weight: 500;
    font-size: 1rem;
}

.btn-loader {
    display: inline-flex;
}

.btn-loader:after {
    content: '';
    border: 2px solid rgba(255, 255, 255, .3);
    border-top-color: var(--bs-white);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 101;
    margin: auto auto auto 10px;
}

.shortcodes {
    margin: -5px -5px 0;
}

.shortcodes > span {
    display: block;
    margin: 5px 5px 0;
    cursor: pointer;
    user-select: none;
    transition: .3s;
}

.shortcodes > span:hover {
    box-shadow: inset 0 0 50px 0 rgba(27, 132, 255, .4);
}

.top-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    height: 13px;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.top-scroll > div {
    height: 1px;
}

.dt-scroll {
    border-right: 1px solid #e5e5e5;
}

.dtfh-floatingparent-head + .top-scroll {
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 52px;
    left: 55.25px;
}

.fullsize-table-mode #main-aside,
.fullsize-table-mode .card-info-boxes,
.fullsize-table-mode #kt_accordion_1,
.fullsize-table-mode #kt_header,
.fullsize-table-mode #kt_content > div.page-title,
.fullsize-table-mode .card-transactions-filters,
.fullsize-table-mode .info-box {
    display: none !important;
}

.fullsize-table-mode #kt_wrapper {
    padding: 0;
}

.fullsize-table-mode .datatable-card {
    margin-top: 30px;
}

.badge {
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    font-weight: 600;
}

.badge:not(.badge-info):not(.badge-primary):not(.badge-danger) {
    color: #000;
}

.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.toggle-password i:before {
    font-size: 15px;
}

.cs-form-group .input-group-append button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.cs-form-group input {
    background: #fafafa;
}

.reservation-data ul,
.reservation-data ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.input-checkbox {
    display: none;
}

.input-checkbox + label {
    cursor: pointer;
}

.input-checkbox + label:before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Free", serif;
    font-size: 21px;
}

.input-checkbox:checked + label:before {
    content: "\f14a";
    color: var(--bs-success);
}

.input-checkbox[disabled] + label {
    opacity: .3;
    cursor: default !important;
}

.w-130px {
    width: 130px;
}

.min-w-130px {
    min-width: 130px;
}

/* MEDIA QUERIES */
@media (min-width: 992px) {
    .app-infoski .header {
        background-color: var(--infoski-cyan);
        border-bottom: var(--infoski-cyan);
    }

    .app-infoski .aside {
        left: 0;
        top: 70px;
        bottom: 0;
    }

    .app-infoski .wrapper:not(.base-padding) {
        padding-left: 0 !important;
    }

    .app-infoski .wrapper.base-padding {
        padding-left: 275px !important;
    }

    .infoski-container {
        padding: 0 25px !important;
    }

    .app-infoski .header-fixed .wrapper {
        padding-top: 95px;
    }
}

@media screen and (min-width: 767px) {
    #info-boxes-filter {
        min-width: 250px;
    }
}

@media (max-width: 992px) {
    .app-infoski .header {
        background-color: var(--infoski-cyan);
        border-bottom: var(--infoski-cyan);
    }
}

@media screen and (max-width: 767px) {
    .row-responsive > div[class*='col-'] {
        width: 100%;
    }

    .row-responsive > div[class*='col-']:not(:first-child) {
        margin-top: 15px;
    }
}
