* {
    scrollbar-width: thin;
    /*scrollbar-color: #FCB433 #ffe0a9;*/
}

*::-webkit-scrollbar {
    width: 5px !important;
}

*::-webkit-scrollbar-track {
    width: 5px !important;
}

/**::-webkit-scrollbar-track {
    background: #ffe0a9;*/ /* Scrollbar track (background) color */
/*}

*::-webkit-scrollbar-thumb {
    background-color: #FCB433;*/ /* Scrollbar thumb (slider) color */
/*border-radius: 10px;*/ /* Rounded corners for the scrollbar thumb */
/*}*/

/* For Firefox */



.btn-primary {
    padding: 0.5rem 1.5rem;
}

.btn-primary-login {
    background-color: #fcb433 !important;
    border-color: #fcb433 !important;
}

    .btn-primary-login:hover {
        background-color: #f8ba4b !important;
        border-color: #f8ba4b !important;
    }

    .btn-primary-login:active {
        background-color: #f8ba4b !important;
        border-color: #f8ba4b !important;
    }

.m-t-25 {
    margin-top: 25px;
}

tbody td {
    padding: 0.5rem 0.6rem !important;
}

    tbody td:first-child {
        padding-left: 30px !important;
    }


.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a59cd9'/%3e%3c/svg%3e");
}

/* header notification section*/
.notificationScroll {
    max-height: 250px;
    overflow: hidden scroll;
}

    .notificationScroll::-webkit-scrollbar {
        width: 3px !important;
    }

    .notificationScroll::-webkit-scrollbar-track {
        background: #fff;
    }

    .notificationScroll::-webkit-scrollbar-thumb {
        background: #ccc;
    }


.note-editor .dropdown-toggle::after {
    all: unset !important;
}

.note-editor .note-dropdown-menu {
    box-sizing: content-box !important;
}

.note-editor .note-modal-footer {
    box-sizing: content-box !important;
}

/*Flat picker css*/
.flatpickr-weekdays {
    background: #4b38b3;
}

span.flatpickr-weekday {
    color: #fff;
}

.flatpickr-weekdays {
    background: #4b38b3;
}

.flatpickr-current-month {
    color: #fff;
}

.flatpickr-prev-month svg {
    fill: #fff;
}

.flatpickr-next-month svg {
    fill: #fff;
}

.flatpickr-day.selected {
    background: #4b38b3;
    color: #fff;
    border: 1px solid #4b38b3;
}

    .flatpickr-day.selected:hover, .flatpickr-day.selected:focus {
        background: #4b38b3;
        color: #fff;
        border: 1px solid #4b38b3;
    }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}


.airmode .note-editable {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 150px;
    padding: 10px !important;
}

/*fSelect css*/
.fs-wrap {
    width: 100%;
}


    .fs-wrap .fs-dropdown {
        width: 100%;
    }

.fs-label-wrap {
    border: 1px solid #ccc;
    border-radius: .25rem !important;
}

    .fs-label-wrap .fs-label {
        padding: 3px 22px 3px 8px;
    }

.fs-wrap.multiple .fs-option {
    background: rgb(75 56 179 / 25%);
    background: #fff;
    color: #000;
}

.fs-option {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fs-wrap.multiple .fs-option:hover {
    background: rgb(75 56 179 / 69%);
    background: #ffe0a9;
    color: #000;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(75 56 179);
    background-color: #000000;
}

.fs-option.selected {
    background-color: #ffe0a9;
}

.tox-promotion {
    display: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}


/*tbody tr:nth-child(even) {
    background-color: #eeeeee;
}
*/

/*.choices {
    margin-bottom: 5px !important;
}
*/
.fs-label-wrap {
    border: 1px solid var(--vz-input-border);
    background-color: var(--vz-input-bg);
}

.fs-option-label {
    color: #333;
    line-height: 1.5;
    font-size: 12px;
}

.NoteSec.card, .NoteSec .card-header {
    background: #FFF3D3;
}

.NoteSec .card-header {
    border-bottom-color: #e6a700;
}

.note-bg {
    background: #FFE9AF;
}

.blue-card {
    background: #dff0fa !important;
}


.ObjectDetailSec {
    background: #FFE9AF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .ObjectDetailSec ul {
        list-style: unset;
        margin-bottom: 0px;
        padding-left: 0px;
    }

        .ObjectDetailSec ul li {
            list-style: none !important;
            margin-bottom: 10px;
            font-size: 12px;
        }

            .ObjectDetailSec ul li strong {
                padding-right: 5px;
            }


.error {
    color: red;
    display: inline-block;
    margin-top: 5px;
}

.navbar-menu .navbar-nav .nav-link:hover {
    color: #986200;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #986200;
}

.navbar-menu .navbar-nav .nav-sm .nav-link.active {
    color: #986200;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
    color: #986200;
}

.navbar-menu .navbar-nav .nav-link.active {
    color: #986200;
}

.miniViewTableWrap {
    max-height: 300px;
    overflow: auto;
}

    .miniViewTableWrap::-webkit-scrollbar {
        width: 5px;
    }

    .miniViewTableWrap::-webkit-scrollbar-thumb {
        background-color: #ddd;
    }

    .miniViewTableWrap::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

.yellow-bg {
    background: #fff6e0;
}

.snackbar-container p {
    line-height: 1.2 !important;
}

.password-addon {
    box-shadow: unset !important;
}

.fs-option.disabled {
    background: #ececec !important;
    opacity: 1 !important;
}

    .fs-option.disabled .fs-option-label {
        color: #000 !important;
    }

    .fs-option.disabled .fs-checkbox {
        display: none !important;
    }

.fs-wrap.multiple .fs-option.selected {
    background-color: #ffe0a9;
}

.fs-option:hover {
    background-color: #ffe0a9;
}

[data-layout-mode='light'] table.table .fixed-column {
    position: sticky;
    right: 0;
    background-color: #fff;
    z-index: 1;
}

[data-layout-mode='dark'] table.table .fixed-column {
    position: sticky;
    right: 0;
    background-color: #212529;
    z-index: 1;
}
[data-layout-mode='light'] table.table thead .fixed-column {
    background-color: #faecd4
}

ul.shippingAddress_ul {
    font-size: 14px;
    background: aliceblue;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
}

    ul.shippingAddress_ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

        ul.shippingAddress_ul li:last-child {
            margin-bottom: 0px;
        }

ul.shippingAddress_ul {
    list-style: none;
}

    ul.shippingAddress_ul li strong {
        color: #000000;
    }

    ul.shippingAddress_ul li {
        margin-bottom: 20px;
        font-size: 14px;
    }

.error {
    color: red;
}


.payWrap {
    background: #faecd4;
    padding: 15px;
    border-radius: 5px;
}

[data-sidebar="light"] .table > thead {
    background: #faecd4;
}

.progress .progress-bar.pendingProcess {
    background-color: #299cdb1a !important;
    color: #299cdb !important;
}

.progress-info .progress-bar.pendingProcess::after {
    border-left-color: #299cdb1a;
}

.progress .progress-bar.initiated {
    background-color: #ffbe0b !important;
}

.progress-info .progress-bar.initiated::after {
    border-left-color: #ffbe0b !important;
}

.progress .progress-bar.confirmed {
    background-color: #299cdb !important;
    color: #fff !important;
}

.progress-info .progress-bar.confirmed::after {
    border-left-color: #299cdb !important;
}


.progress .progress-bar.dispatched {
    background-color: #3577f1 !important;
    color: #fff !important;
}

.progress-info .progress-bar.dispatched::after {
    border-left-color: #3577f1 !important;
    color: #fff !important;
}


.progress .progress-bar.delivered {
    background-color: #45cb85 !important;
    color: #fff !important;
}

.progress-info .progress-bar.delivered::after {
    border-left-color: #45cb85 !important;
}

.progress .progress-bar.cancelled {
    background-color: #f06548 !important;
    color: #fff !important;
}

.progress-info .progress-bar.cancelled::after {
    border-left-color: #f06548 !important;
}

.table-striped > tbody > tr.alert-danger:nth-of-type(odd) > * {
    color: #b44c36 !important;
}

.nested-list .list-group-item {
    background-color: rgb(255 248 235) !important;
}

    .nested-list .list-group-item .list-group-item {
        background-color: rgb(255 241 214) !important;
    }

#loaderBtn .spinner-border{
    height:13px;
    width:13px;
}


[data-sidebar="dark"] input[readonly] {
    background: #262A2F;
}

[data-layout-mode='light'] table.table thead tr th {
    background: #faecd4 !important;
}

[data-sidebar="dark"] .NoteSec {
    color:#000000 !important;
}

[data-sidebar="dark"] .NoteSec a {
    color:darkred !important;
}

    [data-sidebar="dark"] .NoteSec .card-header h4 {
        color: #000000 !important;
    }

[data-sidebar="dark"] .card-header.yellow-bg {
    color:#000000 !important;
}

[data-sidebar="dark"] .recipe {
    color: #000000 !important;
}

    [data-sidebar="dark"] .recipe h1,
    [data-sidebar="dark"] .recipe h2,
    [data-sidebar="dark"] .recipe h3,
    [data-sidebar="dark"] .recipe h4,
    [data-sidebar="dark"] .recipe h5,
    [data-sidebar="dark"] .recipe h6 {
        color: #000000 !important;
    }

.active > .page-link, .page-link.active{
    background:#000000;
    border-color:#000000;
}

.dataTables_paginate, .dataTables_info {
    margin-top: 20px !important;
}

.page-link:hover{
    color:#000000;
}

.page-link {
    color: #000000;
}