﻿.bt_datetime::-webkit-calendar-picker-indicator {
    pointer-events: none;
}

.bt_date::-webkit-calendar-picker-indicator {
    pointer-events: none;
}

.bt_edit_date::-webkit-calendar-picker-indicator {
    pointer-events: none;
}

@media (max-width: 768px) {
    .fc-toolbar-chunk:nth-child(2) {
        width: 100%;
    }
}


#mobileFilterBtn {
    display: none;
}

@media (max-width: 768px) {

    #schedule-page #mobileFilterBtn {
        display: inline-flex;
        margin-left: auto;
        position: relative;
        z-index: 1055 !important;
    }

    #schedule-page .card-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #schedule-page .card-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #schedule-page .card-toolbar {
        position: absolute;
        top: 100%;
        left: 10px;
        right: 10px;
        background: #fff;
        padding: 14px !important;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.25);
        display: none;
        z-index: 1056 !important;
        flex-direction: column;
        gap: 10px;
    }

        #schedule-page .card-toolbar.mobile-show {
            display: flex;
        }

        #schedule-page .card-toolbar select,
        #schedule-page .card-toolbar .w-200px,
        #schedule-page .card-toolbar button {
            width: 100% !important;
        }

        #schedule-page .card-toolbar > div {
            width: 100% !important;
            margin-bottom: 6px !important;
        }

        #schedule-page .card-toolbar .d-flex.align-items-center {
            margin: 0 !important;
            min-height: unset !important;
            justify-content: space-between;
            gap: 10px;
        }

        #schedule-page .card-toolbar label {
            margin-bottom: 0 !important;
            line-height: 1.2;
            font-size: 13px;
            flex: 1;
            white-space: nowrap;
        }

    #schedule-page .form-check.form-switch {
        padding-left: 0 !important;
        width: auto !important;
        min-width: unset !important;
    }

    #schedule-page .form-check-input {
        width: 34px !important;
        height: 18px !important;
    }
}


@media (max-width: 768px) {

    .datetimeformat,
    .dateformat {
        position: relative;
        text-align: center;
        flex: 0 0 155px;
    }

    input[type="date"],
    input[type="datetime-local"],
    .datetimeformat,
    .dateformat {
        color: transparent !important;
        text-align: center !important;
        direction: ltr !important;
    }

        .datetimeformat::before,
        .dateformat::before {
            content: attr(data-date);
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            white-space: nowrap;
            pointer-events: none;
            color: var(--bs-gray-700);
        }
}


.app-container {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.flex-column.flex-column-fluid {
    padding-bottom: 10px !important;
}

.footer {
    margin-top: 10px;
}

.modal-header {
    background-color: var(--bs-gray-100);
    padding: 1rem;
    padding-left: 22px;
    padding-top: 17px;
}

.form-control.form-control-solid {
    border-color: var(--bs-gray-300) !important;
    font-size: 1rem;
    font-weight: 400;
    padding: .475rem 1rem !important;
}

    /* Focus */
    .form-control.form-control-solid:focus {
        border-color: var(--bs-primary) !important;
        box-shadow: none;
    }

    /* Error */
    .form-control.form-control-solid.input-validation-error,
    .form-control.form-control-solid.is-invalid {
        border-color: var(--bs-danger) !important;
    }

    /* Valid */
    .form-control.form-control-solid.is-valid {
        border-color: var(--bs-success) !important;
    }

.fs-5 {
    font-size: 1.05rem !important;
}

.fw-bold {
    font-weight: 500 !important;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.4rem;
    }
}

.aside-menu .hover-scroll-overlay-y, .aside-menu .hover-scroll-y {
    --bs-scrollbar-space: 0.4rem;
    scrollbar-color: #dbdfe9 transparent;
}

    .aside-menu .hover-scroll-overlay-y::-webkit-scrollbar-thumb, .aside-menu .hover-scroll-y::-webkit-scrollbar-thumb {
        background-color: #dbdfe9
    }

    .aside-menu .hover-scroll-overlay-y::-webkit-scrollbar-corner, .aside-menu .hover-scroll-y::-webkit-scrollbar-corner {
        background-color: transparent
    }

    .aside-menu .hover-scroll-overlay-y:hover, .aside-menu .hover-scroll-y:hover {
        scrollbar-color: #dbdfe9 transparent
    }

        .aside-menu .hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb, .aside-menu .hover-scroll-y:hover::-webkit-scrollbar-thumb {
            background-color: #dbdfe9
        }

        .aside-menu .hover-scroll-overlay-y:hover::-webkit-scrollbar-corner, .aside-menu .hover-scroll-y:hover::-webkit-scrollbar-corner {
            background-color: transparent
        }


.menu-sub.menu-sub-accordion {
    position: relative;
    padding-left: 18px;
}

    /* Vertical line */

    .menu-sub.menu-sub-accordion::before {
        content: "";
        position: absolute;
        left: 12px;
        top: 10px;
        bottom: 10px;
        width: 1px;
        background-color: #e4e6ef;
    }

/* ===============================

   REMOVE DEFAULT BULLETS

================================ */

.menu-sub .bullet-dot {
    display: none !important;
}

.menu-sub .menu-bullet {
    width: 0;
    margin-right: 0;
}

/* ===============================

   MENU ITEMS

================================ */

.menu-sub .menu-item {
    position: relative;
}

/* Menu link base */

.menu-sub .menu-link {
    position: relative;
    padding-left: 15px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    /* Menu title spacing */

    /*.menu-item .menu-link .menu-title {
    padding-left: 6px;
}
*/
    /* ===============================

   ACTIVE DOT (OVERLAPS LINE)

================================ */

    .menu-sub .menu-link::before {
        content: "";
        position: absolute;
        left: 9px;
        top: 50%;
        width: 6px;
        height: 6px;
        background-color: transparent;
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    /* Active dot visible */

    .menu-sub .menu-link.active::before {
        background-color: #3e97ff;
    }

    /* ===============================

   ACTIVE STATE

================================ */

    .menu-sub .menu-link.active {
        background-color: #f5f8fa;
        color: #3e97ff;
    }

        /* Active title */

        .menu-sub .menu-link.active .menu-title {
            color: #3e97ff;
            font-weight: 500;
        }

    /* ===============================

   HOVER STATE

================================ */

    .menu-sub .menu-link:hover:not(.active) {
        background-color: #f9fafb;
    }


/* ===============================

   + / - ACCORDION ICON

================================ */

/* Disable Metronic arrow */

.menu-arrow::before {
    display: none !important;
}

/* Default + */

.menu-arrow::after {
    content: "+";
    font-size: 18px;
    font-weight: 600;
    color: #7e8299;
    display: inline-block;
    width: 18px;
    text-align: center;
    transition: all 0.2s ease;
}

/* Expanded -> - */

.menu-item.here.show > .menu-link .menu-arrow::after {
    content: "−";
    color: #3e97ff;
}

/* Hover */

.menu-link:hover .menu-arrow::after {
    color: #3e97ff;
}

/* ===============================

   FORCE + / - VISIBILITY (FIX)

================================ */

/* Remove Metronic SVG arrow */

.menu-arrow::after {
    background: none !important;
}

/* Increase arrow container size */

.menu-arrow {
    width: 18px !important;
    height: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Default + */

    .menu-arrow::after {
        content: "+";
        font-size: 18px;
        font-weight: 600;
        color: #7e8299;
    }

/* Expanded -> - */

.menu-item.here.show > .menu-link .menu-arrow::after {
    content: "−";
    color: #3e97ff;
}

/* ===============================

   METRONIC 8 FINAL + / - FIX

================================ */

/* Kill SVG + mask completely */

.menu-arrow::after {
    background-image: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    content: "+" !important;
}

/* Unclip arrow container */

.menu-arrow {
    width: 18px !important;
    height: 18px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    /* Style + */

    .menu-arrow::after {
        font-size: 18px;
        font-weight: 600;
        color: #7e8299;
        line-height: 1;
    }

/* Expanded → - */

.menu-item.show > .menu-link .menu-arrow::after,
.menu-item.here > .menu-link .menu-arrow::after,
.menu-item.menu-accordion.show > .menu-link .menu-arrow::after {
    content: "−" !important;
    color: #3e97ff;
    padding-top: 5px;
    transform: translateY(-50%) !important;
}

/* Hover */

.menu-link:hover .menu-arrow::after {
    color: #3e97ff;
}

.menu-item .menu-link .menu-bullet {
    width: 0px !important;
}

.aside-menu .menu > .menu-item > .menu-link {
    width: auto;
    height: auto;
}

    .aside-menu .menu > .menu-item > .menu-link .menu-icon i {
        color: var(--bs-text-muted);
        font-size: 20px !important;
    }

.select2-container--bootstrap5 .select2-selection__clear {
    right: 2.5rem;
}

select.input-validation-error ~ .select2
.select2-selection {
    border-color: var(--bs-text-danger) !important;
}

.card-header {
    padding: 0 1.75rem !important;
}

.separator.separator-dashed {
    border-bottom-color: #dbdfe99c !important;
}

.text-muted {
    color: #7d8497 !important;
}

.card .card-header {
    padding: 0 1.25rem !important;
}

.k-grid td, .k-grid .k-table-td {
    vertical-align: top !important;
}

.grid-right-align {
    text-align: right !important;
}

.tr_clone {
    border-bottom: 1px dashed #dbdfe99c !important;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

    .detail-item .form-label {
        /*min-width: 120px;*/
        margin-bottom: 0;
    }

.minwidth100 {
    min-width: 100px !important;
}

.detail-form-label {
    font-weight: 400;
    font-size: 1rem !important;
    color: var(--bs-gray-700)
}

.menu-sub-dropdown.menu.show.w-225px {
    width: 230px !important;
}

.dt-toolbar {
    margin-top: 10px !important;
}

    .dt-toolbar .dt-info {
        margin-left: 0.55rem !important;
    }

.k-grid .k-table-th > .k-radio, .k-grid .k-table-th > .k-radio-wrap, .k-grid .k-table-th > .k-checkbox, .k-grid .k-table-th > .k-checkbox-wrap, .k-grid td > .k-radio, .k-grid td > .k-radio-wrap, .k-grid td > .k-checkbox, .k-grid td > .k-checkbox-wrap, .k-grid .k-table-td > .k-radio, .k-grid .k-table-td > .k-radio-wrap, .k-grid .k-table-td > .k-checkbox, .k-grid .k-table-td > .k-checkbox-wrap {
    margin-left: 0.4rem !important;
}

.password-icon {
    position: absolute;
    right: 16px;
    margin: 7px 0px 0px 0px;
    width: 20px;
    height: 20px;
}

.form-control.form-select-solid {
    border-color: var(--bs-gray-300) !important;
    font-size: 1rem;
    font-weight: 400;
    padding: .475rem 2.25rem .475rem 1rem !important;
}

    /* Focus */
    .form-control.form-select-solid:focus {
        border-color: var(--bs-primary) !important;
        box-shadow: none;
    }

    /* Error */
    .form-control.form-select-solid.input-validation-error,
    .form-control.form-select-solid.is-invalid {
        border-color: var(--bs-danger) !important;
    }

    /* Valid */
    .form-control.form-select-solid.is-valid {
        border-color: var(--bs-success) !important;
    }

   /*Mobile View Grid Chages*/
 @media (max-width:768px) {
    .k-grid-table .col-title {
        width: 40%;
        vertical-align: top;
    }
    .k-grid-table .col-template-val {
        width: 100%;
        text-align: left;
        word-break: break-word;
    }

    .k-grid-table .fa-ellipsis-v {
        color: #000 !important;
    }
}

@media (max-width: 768px) {

    .k-pager-mobile-sm {
        flex-wrap: wrap !important;
    }

        .k-pager-mobile-sm .k-pager-info {
            display: block !important;
            width: 100% !important;
        }
}
.table > :not(caption) > * > * {
    padding: .75rem .3rem !important;
}