[data-bs-theme="light"] {
    /* Style the outer container */
    .select2-container--default .select2-selection--single {
        background-color: #fff !important;
        border-radius: 5px !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
    }
    /* Adjust the arrow icon */
    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        height: 100% !important;
    }
    /* Adjust the selected text */
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: normal !important;
        padding-left: 10px !important;
    }
    .select2-container--default .select2-results__option {
        background-color: #dfecff !important;
        color: #333 !important;
    }
    .select2-container--default .select2-results__option--highlighted {
        background-color: #fff !important;
        color: #333 !important;
    }
}

[data-bs-theme="dark"] {
    /* Style the outer container */
    .select2-container--default .select2-selection--single {
        background-color: #0b1727 !important;
        border-radius: 5px !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
    }
    /* Adjust the arrow icon */
    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        height: 100% !important;
    }

    /* Adjust the selected text */
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: normal !important;
        padding-left: 10px !important;
    }
    .select2-container--default .select2-results__option {
        background-color: #dfecff !important;
        color: #333 !important;
    }
    .select2-container--default .select2-results__option--highlighted {
        background-color: #2f3a47 !important;
        color: #fff !important;
    }
}

/* theme changes */
.form-label,
.form-check-label {
    color: var(--falcon-gray-1100) !important;
}

[data-bs-theme="light"] .table {
    --falcon-table-color: #0b1727 !important;
}

[data-bs-theme="dark"] .table {
    --falcon-table-color: #fff !important;
}

/* alert message layout style */
#alert-msg {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
    /* z-index: 1000; */
}

.ucwords {
    text-transform: capitalize;
}
