.select2-container--default .select2-results .select2-results__option--selectable.select2-results__option--highlighted {
    background-color: var(--ct-primary);
    color: var(--ct-secondary-bg);
}

.item-row:last-child hr {
    display: none;
}


input:focus,
textarea:not(.select2-search__field):focus {
    /* background-color: #e9e9e9 !important; */
    border: 2px solid var(--ct-primary) !important;
    font-weight: bold;
}

.select2-container--default .select2-results__option--selected::before {
    content: "✓ ";
}

.select2-container--default .select2-results__option--selected {
    content: "✓ ";
    background-color: var(--ct-primary);
    color: var(--ct-secondary-bg);
}

/* Highlight selected options in dropdown - more specific */
.select2-container--default .select2-results__option[aria-selected="true"] {
    
    background-color: var(--ct-primary);
    color: var(--ct-secondary-bg);
    font-weight: bold;
}


.select2-container .select2-search--inline .select2-search__field {
    width: auto !important;
}



.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background-color: var(--ct-orange);
    background-image: none;
    color: #fff;
    font-weight: bold;
}

.logo-lg img {
    height: 48px !important;
    width: auto !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.auth-fluid-form-box {
    max-width: 45% !important;
}

@media screen and (max-width: 1170px) {
    .auth-fluid-form-box {
        max-width: 65% !important;
    }
}

@media screen and (max-width: 992px) {
    
    .auth-fluid-form-box {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .auth-fluid-form-box {
            max-width: 100% !important;
    }
}

.dashed-hr {
    border-style: dashed;
}

textarea:not(.select2-search__field) {
    resize: none !important;
}

@media (max-width: 991px) {
    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 110vh !important;
    }
}