html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.line-height-0 {
    line-height: 0;
}

.select2-container--default .select2-selection--single {
    height: 2.5rem !important; /* Match py-3 + border */
    border: 1px solid #D1D5DB !important; /* border-gray-300 */
    border-radius: 0.5rem !important; /* rounded-lg */
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important; /* shadow-sm */
    padding-top: 2px; /* Align text vertically */
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #212529; /* text-gray-900 */
        line-height: 2 !important; /* Align text vertically */
        padding-left: 1rem !important; /* px-4 */
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #6B7280 !important; /* text-gray-500 */
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px !important;
        right: 0.5rem !important; /* Adjust arrow position */
    }

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2563EB !important; /* focus:border-blue-500 */
    outline: none !important;
    box-shadow: 0 0 0 2px #BFDBFE !important; /* Equivalent to focus:ring-2 focus:ring-blue-500 */
}

.select2-dropdown {
    border-radius: 0.5rem !important;
    border: 1px solid #D1D5DB !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 0.375rem !important; /* rounded-md */
    border: 1px solid #D1D5DB !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3B82F6 !important; /* bg-blue-600 */
    color: white !important;
}

.field-validation-error {
    color: red;
}
