.navbar .dropdown .dropdown-menu {
    margin-top: -20px !important;
}

.cart-icon {
    margin-top: -7px;
}

.field-validation-error span {
    color: #ff8080;
    margin-top: 3px;
}

.toast {
    box-shadow: 0 2px 3px rgba(28, 39, 60, 0.06);
    border-radius: 3px;
}

.toast-header {
    border-bottom-color: rgba(205, 212, 224, 0.4);
}

    .toast-header .close {
        font-weight: 300;
        color: #949eb7;
    }

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    border: 1px solid #e5e8f3;
    box-shadow: -8px 12px 18px 0 #ecf0fa;
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast button {
        width: auto;
        margin: 0px;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #2c3e56;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
    color: #607086;
}

.dataTables_filter input {
    margin: 5px 0;
    padding: 8px !important;
    width: 350px;
}

    .dataTables_filter input:focus-visible {
        outline: none !important;
    }

.dataTable thead th {
    background-color: #0f172b !important;
    color: white !important;
}

.dataTable tbody a {
    color: #0f172b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 12px;
    border-radius: 4px;
    margin: 0 4px;
    color: #2185d0;
    background-color: #ffffff;
    border: 1px solid #d4d4d5;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: #0f172b;
        color: #ffffff;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background-color: #0f172b;
        color: white !important;
        border-color: transparent;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        color: #ccc !important;
        background-color: #f9f9f9;
        cursor: not-allowed;
    }

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.255rem;
}

.button-add-new {
    margin-top: 5px;
    z-index: 1;
    position: absolute;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
}

.swal2-styled.swal2-confirm {
    background-color: #FEA116
}

.swal2-styled.swal2-cancel {
    background-color: #565e64;
}

.swal2-icon.swal2-warning {
    border-color: #FEA116;
    color: #FEA116;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.7);
}

.btn-topup {
    margin-left: 110px;
}

/* Media Query for Tablets (Portrait & Landscape) */
@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0px !important;
    }
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 768px) {
    .shape {
        display: none
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0px !important;
    }
}

/* Media Query for Small Mobile Devices */
@media only screen and (max-width: 480px) {
    .dataTables_filter input {
        width: 400px;
    }

    .button-add-new {
        position: relative;
    }

    .meal-item .selection-lbl label {
        display: none;
    }

    .meal-item .selection-lbl svg {
        width: 20px;
    }

    .meal-item .item-title {
        display: block !important;
        padding-bottom: 0.15rem !important;
    }

        .meal-item .item-title span {
            width: 100%;
            display: block;
            margin-bottom: 3px;
        }

    .btn-topup {
        margin-left: 0px;
    }

    .navbar .dropdown .dropdown-menu {
        margin-top: 0px !important;
    }
}

.mt-lable-space {
    margin-top: 0.9rem !important;
}

.meal-item {
    cursor: pointer;
    padding-right: 10px;
    border-radius: 5px;
}

    .meal-item img {
        border-radius: 5px !important;
    }

    .meal-item.selected {
        background-color: #dfdddd3d;
    }

    .meal-item h5 {
        font-size: 1rem;
    }

    .meal-item small {
        font-size: 0.675em;
    }

.green {
    color: forestgreen
}

.red {
    color: red
}

.orange {
    color: orange
}

ul li {
    display: table-cell;
}

.tab-panel-title {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #dee2e6 !important;
    padding: 5px 0;
    width: 80px !important;
    border-radius: 6px;
    height: auto !important;
    font-weight: bold;
    color: #666565 !important;
    margin-right: 10px;
    margin-top: -1px;
}

    .tab-panel-title.active {
        background: #FEA116 !important;
        color: white !important;
        border: 1px solid #FEA116 !important;
    }

    .tab-panel-title .date-day {
        font-weight: bold;
    }

    .tab-panel-title .date-number {
        word-spacing: 2px;
    }

.form-check-input {
    margin-top: 0.18em;
}

.multiselect-custom {
    display: flex;
    flex-direction: column;
}

    .multiselect-custom .btn-group > button {
        border: 1px solid #bec8d0;
        padding: .55rem .75rem;
        font-size: .875rem;
        line-height: 1.5;
        color: #131920;
        border-radius: 2px !important;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        width: 100%;
        display: block;
        text-align: start;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .75rem center/18px 25px no-repeat #fff;
        font-weight: 400;
        text-transform: none;
        font-size: 1rem;
        color: #666565;
    }

        .multiselect-custom .btn-group > button > span {
            width: 96%;
            display: inline-block;
        }

.multiselect-container {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

    .multiselect-container > li > a > label {
        padding: 3px 20px 3px 10px;
    }

.multiselect-custom .multiselect-container > li {
    display: block;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-orange-dark {
    background: linear-gradient(to bottom, #fea11605, #ffffff) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 70px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 14px;
    bottom: 0px;
    opacity: 0.3;
}

    .card .card-statistic-3 .card-icon i {
        color: var(--primary) !important
    }

.rounded-6px {
    border-radius: 6px !important;
}
