/* This file is reserved for overriding and extending the template styles. */
.select2-results__option--highlighted {
    background-color: #007bff !important;
}

.select2-dropdown {
    z-index: 100000 !important;
}

.modal-dialog-scrollable.full .modal-body {
    overflow: auto !important;
}

.label-error {
    color: red !important;
}

.notification-dot {
    width: 25px !important;
    height: 20px !important;
    background-color: red !important;
    top: -12px !important;
    right: -15px !important;
    font-size : 14px;
}

.unread-notification {
    color: red !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: white !important;
    border-radius: 1rem !important;
    background-color: #007bff !important;
}
