body {
    background-color: #000000;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
}

.form-control {
    background-color: #2A3038;
    border-color: #2A3038;
    border-width: 1px;
    border-radius: .25rem;
    padding: .42rem .75rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    min-height: 38.39px;
}

.form-select {
    font-weight: 400;
    font-size: 13px;
    min-height: 38.38px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.form-label {
    margin-bottom: 0.2rem;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
    line-height: 20px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.btn-primary {
    background-color: #0090e7;
    border-color: #0090e7;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 400;
}

.btn-primary:hover {
    background-color: #0078c1;
    border-color: #0070b4;
    box-shadow: none;
}

.btn-primary:focus {
    background: #0090e7;
    border-color: #0090e7;
    box-shadow: none;
}



a {
    text-decoration: none;
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}


.loginsection {
    position: relative;
    background: url(../images/login-blackstone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.loginsection:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 73 232 / 56%);
    z-index: 1;
}

.loginsection .container-xxl {
    position: relative;
    z-index: 2;
}

.form-control:focus {
    color: #fff;
    background-color: #2A3038;
    border-color: #2c2e33;
    outline: 0;
    box-shadow: none;
}

.btn.login-btn {
    padding: 8px 15px;
    border-radius: 53px;
    font-size: 15px;
    font-weight: 500;
}

.nav-link {
    font-size: .9rem;
    font-weight: 500;
    color: #9eeaf9;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffffff;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
}

.userlogined::after {
    display: none;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0 0 0.5rem 0;
    border-width: 1px;
    color: #fff;
    background-color: #191c24;
    box-shadow: 0px 0px 35px -3px rgb(0, 0, 0);
    border: none;
    border-radius: 4px;
}
.dropdown-menu:last-child{
    padding: 0 0 0.0rem 0;
}

.dropdown-menu .dropdown-item {
    color: #fff;
}

.bg-dark {
    background-color: #191c24 !important;
}

/* .bg-dark {
    background-color: #0049e8 !important;
} */

.bg-secondary-subtle {
    background-color: #080d1c !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.thumb-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    font-size: 14px;
    font-weight: 700;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-dark {
    color: #25282d !important;
}

.text-muted {
    color: #6c7293 !important;
}

.dropdown-item {
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    padding: 10px 12px;
}

.dropdown-item i {
    line-height: 1.2;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #13151b;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.top-10 {
    top: 10px;
}

.noti-header {
    width: 300px;
    padding: 12px 0px 0px;
    overflow: hidden;
}

.noti-head {
    padding: 0px 16px 10px;
    font-weight: 500;
    font-size: 14px;
}

.notifi-main {
    max-height: 300px;
    overflow-y: auto;
}

.noti-list {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #2c2e33;
}

.noti-list:hover {
    background-color: #13151b;
}

.noti-list-dot {
    font-size: 24px;
    margin-right: 12px;
    line-height: 1;
    margin-top: 2px;
}

.noti-list-dot-span {
    width: 10px;
    height: 10px;
    display: block;
    margin-top: 5px;
    background: rgb(25 65 135);
    border-radius: 50%;
}

.noti-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
}

.noti-sub-title {
    font-size: 13px;
    color: #6c7293 !important;
    font-weight: 500;
}

.noti-time {
    font-size: 12px;
    color: #6c7293;
    white-space: nowrap;
    font-weight: 500;
}

.noti-all {
    text-align: center;
    padding: 12px;
    border-top: 1px solid #2c2e33;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    display: block;
}

.card {
    background-color: #191c24;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
    border: 0px solid #2c2e33;
}

.page-title {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.datatable-table>thead>tr>th,
.table thead tr th {
    color: #fff;
    padding: .3rem .3rem;
    font-weight: 500;
    font-size: 13px;
    background-color: #242a3b;
    border-bottom: none;
}

.datatable-table>tbody>tr>td,
.table tbody tr td {
    padding: .5rem .5rem;
    border-bottom: 1px solid #2c2e33;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
}

.table tbody tr:last-child td {
    border-bottom: 0px dashed #e5e5e5;
    padding-bottom: 0;
}

.datatable-pagination-list-item .datatable-pagination-list-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
}

ul.pagination {
    margin: 2px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

ul.pagination .page-item {
    margin-right: .3rem;
}

.page-item.disabled .page-link {
    color: #c4cada;
}

.page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .475rem;
    height: 2rem;
    min-width: 2rem;
    font-weight: 500;
    font-size: .9rem;
    background: transparent;
    border: 0;
    color: #4b5675;
    outline: none;
    box-shadow: none;
}


.page-item.next .page-link,
.page-item.previous .page-link {
    font-size: .85rem;
}

.page-link:hover {
    z-index: 2;
    color: #1b84ff;
    background-color: #f9f9f9;
    border-color: #00000000;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #1b84ff;
    border-color: #00000000;
    outline: none;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    font-size: 13px;
    font-weight: 600;
    color: #dddddd;
}

.badge-light-success,
.bg-success {
    background-color: #17c653 !important;
    color: #fff;
}

.bg-primary {
    background-color: #1b84ff !important;
    color: #fff;
}

.bg-danger {
    background-color: #ff004b !important;
    color: #fff;
}

.bg-warning {
    background-color: #ffd643 !important;
    color: #000 !important;
}

.badge {
    border-radius: 0.425rem;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.325rem 0.5rem;
    min-width: 75px;
}

.badge.rounded-pill.position-absolute {
    min-width: auto;
}

.dropdown-toggle::after {
    display: none;
}

.bg-primary-subtle {
    background-color: #dee2e6 !important;
}

.filterbtn {
    font-size: 13px;
    font-weight: 500 !important;
    background-color: #0090e7 !important;
    color: #000 !important;
    border-color: #0090e7;
    height: 38.8px;
    justify-content: center;
    color: #fff !important;
}

.filterbtn:hover,
.filterbtn.show,
.filterbtn:active,
.filterbtn:focus {
    background-color: #0090e7 !important;
    color: #fff !important;
    border-color: #0090e7 !important;
    box-shadow: none;
}

    .filterbtn+.dropdown-menu {
        border-radius: .475rem !important;
    border: 1px solid #191c24;
    color: #fff;
    background-color: #191c24;
    box-shadow: 0px 0px 35px -3px rgb(0, 0, 0);
}

.dataTables_length {
    display: none;
}

.p-relative {
    position: relative;
}

.order-filter {
    position: absolute;
    left: 15px;
    top: 0px;
}

.form-select-sm {
    background-color: #fff;
    border-color: #ced4da;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    color: #071437;
    line-height: 1.5;
    font-weight: 400;
    font-size: 13px;
}

.btn-primary.btn-sm {
    padding: 4px 8px;
    font-size: 13px;
}

.btn.btn-sm,
.btn-group-sm>.btn {
    font-size: 12px;
    padding: 8px 8px;
    height: 26px;
    display: inline-flex;
    align-items: center;
}

.btn-light {
    color: #fff !important;
    background-color: #0090e7 !important;
    border: 1px solid #0090e7;
    background: none;
    box-shadow: none;
    font-weight: 500;
}



.btn-light:hover,
.btn-light:active,
.btn-light:focus {
    box-shadow: none !important;
    border-color: #2a3038 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    background-color: #fff;
    border-width: 1px;
    border-radius: .25rem;
    padding: .25rem 0rem;
    line-height: 1.5;
    font-weight: 500;
    color: #071437;
    height: 36.39px;
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

.select2-results__option {
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 400;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-selection--single:focus {
    border: 1px solid #86b7fe;
}

.orderaction.dropdown-menu {
    min-width: 8rem;
}

.symbol.symbol-circle {
    border-radius: 50%;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}

.overflow-hidden {
    overflow: hidden !important;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .475rem;
}

.symbol.symbol-25px .symbol-label {
    width: 25px;
    height: 25px;
}

.row-equal {
    display: flex;
    /* gap: 1rem; */
}

.row-equal>.col-lg-3,
.row-equal>.col-lg-6 {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
}

.row-equal .card {
    flex: 1;
}

.p-absolute {
    position: absolute;
}

.btn.btn-sm.edit-btn,
.btn.btn-sm.delete-btn {
    width: 29px;
    justify-content: center;
}

.btn.btn-sm.edit-icon,
.btn.btn-sm.delete-icon {
    font-size: 13px;
    padding: 2px 5px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
}

.modal-content {
    border-radius: 0.475rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    background: #191c24;
}

.modal-header {
    padding: .5rem 1rem;
}

.modal-title {
    font-size: 14px;
    font-weight: 500;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #071437;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #0090e7;
    border-radius: 100%;
    background: transparent;
    width: 20px;
    height: 20px;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    border-width: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked+label:before {
    border: 6px solid #056ee9;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #2a3038 !important;
    border-radius: .25rem;
}

.select2-dropdown {
    border: 1px solid #2a3038 !important;
    box-shadow: 0px 0px 35px -17px rgb(0, 0, 0);
}

.required {
    color: red;
    display: inline-block;
    margin-left: 2px;
}

.add-new-customer {
    border-top: 1px solid #404040
}

.add-new-customer button {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.add-new-customer butto:hover {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.modal-backdrop+.modal-backdrop {
    z-index: 1055;
}

#nearbyStaff {
    z-index: 1060;
}

.nearbystaff {
    list-style: none;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0 5px 5px 5px;
    border-radius: 10px;
    max-height: calc(70vh- 70px);
    overflow-y: auto;
}

.mapdiv {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 5px;
    border-radius: 10px;
    height: 100%;
}

.nearbystaff li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #2c2e33;
}

.nearbystaff li:last-child {
    border-bottom: 0px solid #eee;
}

.nearbystaff li .staff-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nearbystaff li .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
}

.nearbystaff li .avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.nearbystaff li .name {
    font-weight: bold;
    font-size: 14px;
}

.nearbystaff li .time {
    color: gray;
    font-size: 13px;
    white-space: nowrap;
}

.nearbystaff li .checkbox {
    margin-right: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #4a4949;
    opacity: 1;
}

.form-select:disabled {
    background-color: #4a4949;
    color: #878787;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper input[type=checkbox] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }


    .checkbox-wrapper input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper input[type=checkbox]+label {
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper * {
    box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
    box-sizing: inherit;
}


.fc .fc-daygrid-day-number {
    color: #fff;
    font-weight: 600;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 8px 4px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
}

.fc .fc-button {
    padding: .5rem .75rem;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: .475rem;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: .8rem;
    font-weight: 500;
}

.fc .fc-button-primary {
    color: #fff;
    background-color: #0d0d0d;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #0090e7;
    color: #fff;
}

.fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover {
    color: #fff;
    background-color: #0090e7;
}

.fc .fc-button-primary:disabled {
    color: #f5f5f5;
    background-color: #0090e7;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #2c2e33;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #2c2e33;
    border-radius: 10px;
    overflow: hidden;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(0 0 0);
}

.fc .fc-daygrid-block-event .fc-event-time,
.fc .fc-daygrid-block-event .fc-event-title,
.fc .fc-daygrid-dot-event .fc-event-time,
.fc .fc-daygrid-dot-event .fc-event-title {
    padding: .25rem .25rem;
}

.fc .fc-toolbar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}

a.fc-event,
a.fc-event:hover {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.fc .fc-today-button.fc-button-primary {
    color: #fff;
    background-color: #008fe5;
    font-weight: 600;
}

.fc .fc-today-button.fc-button-primary:hover {
    color: #fff;
    background-color: #008fe5 !important;
    font-weight: 600;
}

.fc .fc-today-button.fc-button-primary:focus {
    color: #fff;
    background-color: #008fe5 !important;
    font-weight: 600;
}

.fc .fc-today-button.fc-button-primary:disabled {
    background-color: transparent !important;
    border: 1px solid #c5c5c5 !important;
}


.modalnew .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #191c24;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.475rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: .5rem 1rem .5rem 1rem;
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
    border-bottom: 1px solid #2c2e33;
}

.border {
    border: 1px solid #2c2e33 !important;
}

.modal-body h4.fw-semibold.fs-14 {
    font-size: 13px !important;
    font-weight: 400 !important;
}



@media (min-width: 992px) {
    .px-lg-17 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }
}

.bullet-dot {
    width: 4px;
    height: 4px;
    border-radius: 100% !important;
}

.h-10px {
    height: 10px !important;
}

.w-10px {
    width: 10px !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.me-7 {
    margin-right: .8rem !important;
}

.event-bg-success {
    background-color: #17c653 !important;
}

.event-bg-danger {
    background-color: var(--bs-danger) !important;
}

.event-bg-warning {
    background-color: #fbe076 !important;
}

.event-bg-primary {
    background-color: #1b84ff !important;
}

.event-bg-secondary {
    background-color: #f5f5f5 !important;
}

.event-bg-critical {
    background-color: #6f42c1 !important;
}

.priority-high {
    background-color: #ffeef3 !important;
    color: #f8285a;
}

.priority-medium {
    background-color: #fbe076 !important;
    color: #000000 !important;
}

.priority-low {
    background-color: #dfffea !important;
    color: #17c653;
}

.priority-critical {
    color: #6f42c1;
    background-color: #f0e8ff !important;
}

/* .bg-corner-img {
    background-image: url(../assets/images/corner.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
} */

.border-dashed {
    border: 1px dashed;
}

.border-warning {
    border-color: #f4a14d !important;
}

.border-info {
    border-color: #41cbd8 !important;
}

.nowrap {
    white-space: nowrap;
}

#customerList {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
    max-height: calc(100vh - 215px);
    min-height: calc(100vh - 215px);
    overflow-y: auto;
    padding-right: 8px;
}

#customerList li {
    width: 100%;
    margin: 0;
    padding: 8px 8px 8px 0px;
    list-style-type: none;
    background: transparent;
    border-bottom: 1px solid #2c2e33 !important;
}

#customerList li.active,
#customerList li:hover {
    background: #13151b;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .475rem;
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}

.bg-light-primary {
    background-color: #e9f3ff !important;
}

.text-primary {
    color: #1b84ff !important;
}

.text-gray-900 {
    color: #071437 !important;
}

.text-muted-500 {
    color: #99a1b7 !important;
}

.cpoint {
    cursor: pointer;
}

.bg-light-success {
    background-color: #dfffea !important;
}

.text-success {
    color: #17c653 !important;
}

.bg-light-primary {
    background-color: #e9f3ff !important;
}

.text-primary {
    color: #1b84ff !important;
}


.text-primary:hover {
    color: #056ee9 !important;
}

.bg-light-danger {
    background-color: #ffeef3 !important;
}

.text-danger {
    color: #f8285a !important;
}

.bg-light-warning {
    background-color: #fff8dd !important;
}

.text-warning {
    color: #ffd643 !important;
}

.bg-light-info {
    background-color: #f8f5ff !important;
}

.text-info {
    color: #7239ea !important;
}

.bg-light-dark {
    background-color: #f5f5f5 !important;
}

.text-dark {
    color: #000 !important;
}

.text-dark-two {
    color: #314477 !important;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #a4a7af;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a4a7af;
}

.symbol.symbol-100px>img {
    width: 100px;
    height: 100px;
}

.symbol.symbol-100px .symbol-label {
    width: 100px;
    height: 100px;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
    border-radius: 50%;
}

.customertab .nav-tabs {
    width: 100%;
    border-bottom: 2px solid #2c2e33;
    margin-bottom: -2px;
}

.customertab .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 0px;
    outline: none;
}

.customertab .nav-tabs .nav-link.active {
    color: #247cfd;
    border-bottom: 2px solid #247cfd;
    background: transparent;
    font-weight: 600;
}

#customer-invoice-table tbody tr td {
    white-space: nowrap;
}

.invoice-filter {
    position: absolute;
    left: 0px;
    top: 0px;
}


.profile-user .user-profile-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f3f3f9;
    border: 1px solid #e9ebec;
    max-width: 100%;
}

.profile-user .profile-img-file-input {
    display: none;
}

.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-title {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.bg-light {
    background-color: #f3f6f9 !important;
}

.text-body {
    color: #212529 !important;
}

.text-gray-500 {
    color: #8d8d8d !important;
}

.role {
    border: 1px solid #314477;
    background: #314477;
    padding: 1px 8px;
    border-radius: 27px;
    color: #fff;
}

.rating-icon {
    gap: 3px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

.rating-icon i {
    color: #ffcd30;
    font-size: 14px;
}


.ratingsummary {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.grid-span-2 {
    grid-column: 1 / span 2;
}

.rating-bar {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: all ease 0.31s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.rtrs-rating-category {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.rtrs-rating-category li {
    align-items: center;
    display: flex;
    padding: 6px 10px;
}

.rtrs-rating-category label {
    font-size: 14px;
    min-width: 100px;
    color: #fff;
    transition: all ease 0.31s;
    flex: 1;
    font-weight: 400;
    margin-right: 20px;
}

.rating-icon {
    gap: 3px;
    margin-right: 0px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

.rating-icon i {
    color: #ffcd30;
    font-size: 14px;
}

.rating-number {
    color: #929292;
    margin-left: auto;
    min-width: 45px;
}

.total-number {
    font-size: 16px;
    color: #1a1a1a;
    transition: all ease 0.31s;
    font-weight: 500;
}

.rtrs-rating-overall {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: all ease 0.31s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rtrs-rating-overall .rating-percent {
    color: #fff;
    transition: all ease 0.31s;
    font-size: 52px;
    line-height: 55px;
    font-weight: 600;
}

.rtrs-rating-overall .rating-text {
    color: #fff;
    transition: all ease 0.31s;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.rtrs-rating-overall p {
    color: #fff;
    transition: all ease 0.31s;
    font-size: 13px;
    margin: 0;
}

.rtrs-review-box {
    width: 100%;
    margin-top: 20px;
}

.rtrs-review-box .rtrs-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.rtrs-review-box .rtrs-main-review {
    margin-bottom: 15px;
    display: block !important;
}

.rtrs-review-box .rtrs-each-review {
    background-color: #ffffff !important;
    box-shadow: 0 0 35px rgb(0 0 0 / 5%);
    border-radius: 10px;
    transition: all ease 0.31s;
    align-items: flex-start;
    display: flex;
    padding: 20px 10px;
}

.rtrs-review-box .rtrs-review-imgholder {
    margin-right: 15px;
}

.rtrs-review-box .rtrs-review-body {
    flex: 1;
    position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
    color: #ffcd30 !important;
    font-size: 14px;
    display: inline-flex;
    column-gap: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-link {
    color: rgb(26 26 26 / 60%);
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
    color: rgb(26 26 26 / 60%);
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    gap: 5px;
    margin-bottom: 0px;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-date i {
    font-size: 20px;
}

.rtrs-review-box .rtrs-each-review .rtrs-review-body p {
    color: #1a1a1a;
    line-height: 24px;
    transition: all ease 0.31s;
    font-size: 16px;
    margin: 0 0 18px;
}

.rtrs-review-body p:last-child {
    margin-bottom: 0 !important;
}

.profilesetting .nav.nav-pills {
    min-width: 200px;
    border-right: 0 !important;
}


.profilesetting .nav.nav-pills .nav-item {
    width: 100%;
    margin-bottom: 5px;
}

.profilesetting .nav.nav-pills .nav-item .nav-link {
    cursor: pointer;
    align-items: center;
    gap: 10px;
    border-radius: .5rem;
    width: 100%;
    white-space: nowrap;
    color: #dddddd;
    display: flex;
    background: transparent;
    font-size: .85rem;
    border: 1px solid #2c2e33;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
}

.profilesetting .nav.nav-pills .nav-item .nav-link i {
    font-size: 20px;
}

.profilesetting .nav.nav-pills .nav-item .nav-link.active,
.profilesetting .nav.nav-pills .nav-item .nav-link:hover {
    background: #0d6efd;
    color: #fff;
}

.fw-700 {
    font-weight: 700;
}

.upload {
    display: inline-block;
    position: relative;
}

.upload-input {
    display: none;
    position: absolute;
    inset: calc(var(--spacing) * 0);
}

.uploadlabel {
    font-size: 15px;
    white-space: nowrap;
    display: inline-flex;
    padding: 2px 15px;
    background-color: #1b84ff;
    border-color: #1b84ff;
    color: #fff;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.picborder {
    border: 4px solid #1616161f;
}

.settinghead {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999;
}

#priorityTable_wrapper,
#typeTable_wrapper,
#unitTable_wrapper,
#itemsTable_filter {
    z-index: 99;
    position: relative;
}

.navbar-light .navbar-nav .nav-item {
    padding: 0 6px;
}

.navbar-light .navbar-nav .nav-item.active .nav-link{
    color: #18a1d9;
}

.navbar-light .navbar-nav .nav-link {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 500;
}

.nav-link {
    display: block;
    padding: .3rem .6rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .0rem;
        padding-left: .0rem;
    }
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3dc7ff;
    background: transparent;
    border-radius: 0px;
}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #18a1d9;
    background: transparent;
}


.shadow-sm {
    box-shadow: 0px 0px 35px -3px rgb(0, 0, 0) !important;
    backdrop-filter: blur(12px);
}

.form-control.flatpickr-input:disabled,
.form-control.flatpickr-input[readonly] {
    background-color: #2a3038;
    opacity: 1;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fw-semibold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.fc-h-event .fc-event-main {
    color: #171717;
}

.fc-event-selected::after,
.fc-event:focus::after {
    background: transparent;
}

.fc-theme-standard th {
    background: #242a3b;
}

.fc .fc-daygrid-event {
    margin-top: 5px;
}

.form-select {
    color: #fff;
    background-color: #2a3038;
    border: 1px solid #2a3038;
}

.form-select:focus {
    border-color: #2a3038;
    outline: 0;
    box-shadow: none;
}

#users-table td a.text-primary {
    color: #6c7293 !important;
    text-decoration: none;
}

#users-table td a.text-primary:hover {
    color: #008fe5 !important;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #18a1d9;
    background: transparent;
    border-radius: 0px;
}

.modal {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-backdrop.show {
    opacity: .8;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
}

.bi.bi-calendar3-range-fill.fs-20.me-3 {
    color: #fff !important;
}

.bi.bi-telephone~.text-dark.fs-14.fw-semibold,
.bi.bi-geo-alt-fill.text-dark {
    color: #fff !important;
}

.d-flex.gap-7.align-items-center.gap-2 {
    border: 1px dashed #464646 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #2a3038 !important
}

.select2-dropdown {
    background-color: #2a3038 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #575252 !important;
    background: #2a3038 !important;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #191c24 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #696969 !important;
}

.dropdown-menu.dropdown-menu-end h6.text-dark {
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #ff5b5b;
}

.page-item.disabled .page-link {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.fc .fc-scrollgrid-section-liquid>td {
    background-color: #191c24;
}

.navbar {
    z-index: 999;
}

.main-container {
    padding-top: 86px;
}

.flatpickr-calendar {
    background-color: #191c24 !important;
    background: #191c24 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    border-radius: 4px !important;
}

.flatpickr-day {
    color: #6c7293 !important;
}

span.flatpickr-weekday {
    color: #fff !important;
    font-weight: 400 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 #0f1015, 5px 0 0 #0f1015 !important;
    box-shadow: -5px 0 0 #0f1015, 5px 0 0 #0f1015 !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: #0f1015 !important;
    border-color: #0f1015 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    border-color: #0090e7 !important;
    background: #0090e7 !important;
    color: #fff !important;

}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper {
    font-size: 15px !important;
}

.flatpickr-day.today {
    border-color: #0090e7 !important;
    background: #0090e7 !important;
    color: #fff !important;
}

.btn {
    font-size: 13px;
}

.btn-outline-secondary {
    color: #fff !important;
    border-color: #2c2e33 !important;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #13151b !important;
    border-color: #13151b !important;
}

.text-secondary {
    color: #dddddd !important;
}

.page-link {
    padding: .375rem .4rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a4a7af;
    opacity: .7;
    font-weight: 300;
}

.icondiv {
    background: #314477;
    border-radius: 7px;
    padding: 8px;
}

.flatpickr-days {
    width: 260.875px !important;
}

.dayContainer {
    width: 260.875px !important;
    min-width: 260.875px !important;
    max-width: 260.875px !important;
}

.flatpickr-day {
    max-width: 33px !important;
    height: 33px !important;
    line-height: 33px !important;
    font-size: 13px !important;
}

span.flatpickr-weekday {
    font-size: 12px !important;
}

.flatpickr-calendar {
    width: 260.875px !important;
}

.span.flatpickr-weekday {
    font-size: 12px !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .95em;
}

.modal-footer {
    border-top: 1px solid #2c2e33 !important;
}

.select2-dropdown {
    z-index: 999996 !important;
}

.paymentoption [type="radio"]:checked+label,
.paymentoption [type="radio"]:not(:checked)+label {
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: none !important;
    /* background color */
    -webkit-text-fill-color: #fff !important;
    /* text color */
    transition: background-color 5000s ease-in-out 0s;
    /* prevent flicker */
    border-color: #2c2e33 !important;
    background-color: #2A3038 !important;
    border-color: #2A3038 !important;
    border-width: 1px !important;
    border-radius: .25rem !important;
    padding: .42rem .75rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #fff !important;
    min-height: 38.39px !important;
}

.navbar-toggler {
    padding: .2rem .2rem;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #2c2e33;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.dataTables_wrapper .dataTables_scrollHead {
    overflow: visible !important;
}

.row.dt-row {
    width: 100% !important;
    overflow-y: auto;
}

.row.dt-row thead tr th {
    white-space: nowrap;
}

.row.dt-row ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.row.dt-row ::-webkit-scrollbar-track {
    background: #222;
}

.row.dt-row ::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
}

.row.dt-row ::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}

.row.dt-row {
    scrollbar-width: thin;
    scrollbar-color: #555 #222;
}

.notiall {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notiall li {
    background: transparent;
    border-left: 4px solid transparent;
    margin-bottom: 5px;
    border-radius: 0px;
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #2c2e33;
}

.notiall li.unread {
    background: #13151b;
    border-left: 4px solid #0090e7;
    cursor: pointer;
}

.notiall li .dot {
    width: 10px;
    height: 10px;
    background: #0090e7;
    border-radius: 20px;
    margin-left: 5px;
    display: none;
}

.notiall li.unread .dot {
    display: inline-block;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 1) !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    background: rgba(0, 0, 0, 1) !important;
}


.area-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #d1d5db;
}

.checkbox-wrapper [type="radio"]:not(:checked)+label,
.checkbox-wrapper [type="radio"]:checked+label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.checkbox-wrapper [type="radio"]:checked+label:before,
.checkbox-wrapper [type="radio"]:not(:checked)+label:before {
    top: 6px;
}

.checkbox-wrapper [type="radio"]:checked+label:after,
.checkbox-wrapper [type="radio"]:not(:checked)+label:after {
    top: 10px;
}

.staff-left .bi-check2 {
    display: none;
    /* hide by default */
    color: #17c653;
    /* success green */
    margin-left: 8px;
}

.staff-left input[type="radio"]:checked~.bi-check2 {
    display: block;
    /* show when checked */
}

.search .select2-container {
    width: 150px !important;
}


.search-container {
    position: relative;
    width: 150px;
}

.results-list {
    position: absolute;
    top: 42px;
    width: 100%;
    background: #191c24;
    box-shadow: 0px 0px 35px -3px rgb(0, 0, 0);
    border: 1px solid #191c24;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    list-style-type: none;
    padding: 0;

}

.results-list li {
    padding: 4px 8px;
    cursor: pointer;
    border-bottom: 1px solid #2c2e33;
    list-style-type: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.results-list li:last-child {
    border-bottom: 0px solid #2c2e33;
}

.results-list li:hover {
    background: #007bff;
    color: #fff;
}

#users-table tbody tr td:nth-child(2),
#customer-order-table tbody tr td:nth-child(2){
    min-width: 180px;
}

.rating-bar   {
    min-width: 320px;
}

.rtrs-rating-overall{
    min-width: 230px;
}

.exportbtn{
    position: absolute;
    top: 0;
    left: 95px;
    height: 38.8px;
    font-size: 13px;
    font-weight: 500 !important;
    background-color: #0090e7 !important;   
    border-color: #0090e7;    
    justify-content: center;
    color: #fff !important;
}

.full-height{
    min-height: calc(100vh - 102px);
}

@media (min-width:1201px) and (max-width: 1439px) {
    .navbar-brand img {
        max-width: 250px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-brand img {
        max-width: 210px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-nav.ms-auto,
    .navbar-nav.ms-2 {
        align-items: end !important;
        margin-left: 0 !important;
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-light .navbar-nav .nav-item {
        padding: 8px 10px;
    }
    a.fc-event, a.fc-event:hover {
    font-size: 12px;
    font-weight: 500;
}

.main-container
 {
    padding-top: 65px;
}

 #customerList {
        max-height: 180px;
        min-height: 180px;
    }

.rating-bar   {
    min-width: 320px;
}

.rtrs-rating-overall{
    min-width: 230px;
}



}


@media (max-width: 767px) {

    .fs-m-10 {
        font-size: 10px;
    }

    .fs-m-11 {
        font-size: 11px;
    }

    .fs-m-12 {
        font-size: 12px;
    }

    .fs-m-13 {
        font-size: 13px;
    }

    .fs-m-14 {
        font-size: 14px;
        line-height: 20px;
    }

    .fs-m-15 {
        font-size: 15px;
    }

    .fs-m-16 {
        font-size: 16px;
    }

    .fs-m-17 {
        font-size: 17px;
    }

    .fs-m-18 {
        font-size: 18px;
    }


    .navbar-brand img {
        max-width: 260px;
    }

    .role.fw-medium {
        font-weight: 400;
    }

    .symbol.symbol-100px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .navbar-nav.ms-auto,
    .navbar-nav.ms-2 {
        align-items: flex-start !important;
        margin-left: 0 !important;
        width: 100%;

    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-light .navbar-nav .nav-item {
        padding: 6px 10px;
        width: 100%;
        border-bottom: 1px solid #2c2e33;
    }

    .navbar-light .navbar-nav .nav-item:last-child {
        border-bottom: 0px solid #2c2e33;
    }

    .notiicon {
        display: inline-flex;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0;
    }

    .bi.bi-bell.fs-5+.badge.rounded-pill.position-absolute {
        margin-left: 20px !important
    }

    .fc .fc-toolbar {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 10px;
    }

    .fc-toolbar-chunk {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .order-filter {
        position: relative;
        left: auto;
        right: auto;
        top: 0px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
    }

    #addItem {
        position: relative !important;
        left: auto !important;
        right: auto;
        top: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto 10px auto;
    }

    .card-body {
        padding: .5rem;
    }

    .type-input,
    .qty-input,
    .unit-input,
    .unitcost-input,
    .select2-container .select2-selection--single {
        min-width: 150px;
    }

    #customerList {
        max-height: 180px;
        min-height: 180px;
    }

    .symbol.symbol-60px .symbol-label {
        width: 52px;
        height: 52px;
    }

    .invoice-filter {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 12px;
    }

    .customerDateRange {
        position: relative !important;
        left: 0 !important;
        top: 0;
        flex-direction: column;
    }

    .filterbtn {         
        margin: 0 5px 10px 5px;
    }

    .exportbtn {
    position: relative;
    top: 0;
    margin: 0 5px 10px 5px;
    left: 0;}

    /* .ratingstaff {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px !important;
    } */

    .globalcard {
        min-height: auto !important;
    }

    .settinghead {
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .profilesetting {
        flex-direction: column;
    }

    .profilesetting .nav.nav-pills {
        margin-right: 0;
        width: 100%;
    }

    .tab-content.w-100.ps-3 {
        padding-left: 0 !important;
    }

    .dropdown-menu-end[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .ratingsummary{
        display: block;
    }

    .rtrs-rating-overall{
        margin-top: 10px;
        padding: 10px;
    }

    a.fc-event, a.fc-event:hover {
    font-size: 11px;
    font-weight: 500;
}

.auth-logo{
    max-width: 250px;
    height: auto;
}

.datatable-table>tbody>tr>td, .table tbody tr td{
    font-size: 12px;
}

.modal-title {
    font-size: 13px;}
.modal-dialog.modal-dialog-centered .modal-body p{
     font-size: 12px !important;
}



}