.alert-danger-cus {
    border-radius: 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info-cus {
    border-radius: 10px;
    color: #004085;
    background-color: #cce5ff !important;
    border-color: #b8daff;
}

.alert-success-cus {
    border-radius: 10px;
    color: #3c763d;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}

.alert-warning-cus {
    border-radius: 10px;
    color: #8a6d3b!important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.font-color-success {
    color: #5cb85c;
}

.error{
    color: #d9534f;
}

.text-warning {
    color: #f0ad4e;
}

.text-warning-cus {
    color: #f0ad4e;
}

/* Target the choice items */
.select2-selection__choice {
    background-color: #004085 !important; /* Custom background */
    color: white !important; /* Ensure text is readable */
}
