.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-dismissible {
    padding-right: 3rem
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    color: #4b5675 !important;
    font-weight: 500 !important;
    padding-top: 3px;
}

.select2-selection--multiple:before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    position: absolute;
    top: 5px;
    right: 15px;
    width: 12px;
    height: 12px;
    padding-top: 2px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 7px 7px !important;
    font-size: 12px !important;
    background-color: #eeeeee;
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: 8px !important;
        height: 8px !important;
    }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 13px !important;
}

.input_container {
    border: 1px solid #e5e5e5;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.8125rem;
}

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    border-top-left-radius: 0.375rem 0.375rem;
    border-bottom-left-radius: 0.375rem 0.375rem;
    padding: 7px 11px;
    margin-right: 20px;
    transition: .5s;
}

    input[type=file]::file-selector-button:hover {
        background-color: #eee;
        border: 0px;
        border-right: 1px solid #e5e5e5;
    }