.w-20{
    width:20% !important;
}

.ui-autocomplete-loading {
    background: white url("../images/loader7.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.align-vertical-mid {
    vertical-align: middle !important;
}

.w-80px {
    width: 80px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.min-w-30px {
    min-width: 30px;
}

.min-w-50px {
    min-width: 50px;
}

.min-w-80px {
    min-width: 80px !important;
}

.min-w-100px {
    min-width: 100px;
}

.min-w-120px {
    min-width: 120px;
}

.min-w-150px {
    min-width: 150px;
}

.min-w-200px {
    min-width: 200px;
}

.min-w-250px {
    min-width: 250px;
}

.min-w-300px {
    min-width: 300px;
}

.max-w-30px {
    max-width: 30px;
}

.max-w-50px {
    max-width: 50px;
}

.max-w-80px {
    max-width: 80px;
}

.max-w-130px {
    max-width: 130px;
}

.max-h-45px {
    max-height: 45px;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-600px {
    max-height: 900px !important;
}

.h-50px {
    height: 50px;
}

.border-group {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.overflow-y-40vh {
    position: fixed;
    height: 40vh;
    overflow-y: auto;
}

.h-120vh {
    min-height: 120vh !important;
}

.lightblue-gradient {
    background: linear-gradient(180deg, #ffffff, #b9dde9 100%);
}

.hover-pointer {
    cursor: pointer !important;
}

input[type=checkbox]:hover {
    cursor: pointer !important;
}

.border-radius-right {
    border-bottom-right-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
}

.cust-fs-1 {
    font-size: 14px !important;
}
.cust-fs-2 {
    font-size: 16px !important;
}
label{
    font-size: 16px !important;
    font-weight:500;
}

.h-40vh {
    height: 40vh !important;
}

.h-50vh {
    height: 50vh !important;
}

.h-60vh {
    height: 60vh !important;
}

.max-w-25px {
    max-width: 25px !important;
}

.w-200px {
    width: 200px;
}

.justify-content {
    justify-content: space-between;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[disabled], textarea[disabled], select[disabled], button[disabled] {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.form-control .select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single {
    padding-top: 3px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    background-color: var(--bs-component-bg) !important;
}

.select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--bs-body-color) !important;
    }
.select2-dropdown {
    background-color: var(--bs-component-bg) !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--bs-theme) !important;
    color: var(--bs-theme-color) !important;
}
.footer-btn-float {
    position: fixed;
    bottom: 2rem;
}

.color-div-primary {
    height: 20px;
    width: 50px;
    background-color: #c6daf9;
    border-radius: 10px;
}

.color-div-secondary {
    height: 20px;
    width: 50px;
    background-color: #eff2f6;
    border-radius: 10px;
}

.color-div-success {
    height: 20px;
    width: 50px;
    background-color: #d1e7dd;
    border-radius: 10px;
}

.color-div-warning {
    height: 20px;
    width: 50px;
    background-color: #f5e7b9;
    border-radius: 10px;
}

.color-div-danger {
    height: 20px;
    width: 50px;
    background-color: #edcacd;
    border-radius: 10px;
}

.btn-support-chat {
    bottom: 5.5rem !important;
}

.bg-primary-subtle {
    background-color: #c6daf9 !important;
}

.bg-secondary-subtle {
    background-color: #eff2f6 !important;
}

.bg-success-subtle {
    background-color: #d1e7dd !important;
}

.bg-warning-subtle {
    background-color: #f5e7b9 !important;
}

.bg-danger-subtle {
    background-color: #edcacd !important;
}

.bg-app-custome-1 {
    background: radial-gradient(circle, rgb(175 188 255) 10%, rgb(255 190 203) 100%);
}

.bg-app-custome-2 {
    background: radial-gradient(circle, rgb(211 255 255) 10%, rgb(255 227 232) 100%);
}

.bg-custome-1 {
    background-color: #dcfff4;
}

input[type="text"], input[type="number"] {
    background-color: var(--bs-component-bg) !important;
}
.bg-white {
    background-color: white !important;
    color: black;
}
.bg-orange {
    background-color: orange !important;
    color: white;
}
.bg-Cerise {
    background-color: #C70039 !important;
    color: white;
}
.bg-Aqua {
    background-color: #00FFF0 !important;
    color: black;
}



.table-rh11 {
    height: 25px; /* Change as needed */
    overflow-y: auto;
    overflow-x: auto;
}
