/*
---- Select2 ----
*/
.select2-container {
    font-family: inherit;
}

.select2-container .select2-selection--single {
    height: 42px;
    border-color: #e5e7eb;
    border-radius: 0.375rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding-left: 0rem;
    padding-right: 2.5rem;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}

.select2-container .select2-dropdown {
    border-color: #e5e7eb;
    border-radius: 0.375rem;
}

.select2-container .select2-results__option {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #1f2937;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f4f6;
    color: #1f2937;
}

/*
---- Badges ----
*/
.label {
    display: inline;
    padding: .2em .6em .3em;
    margin-top: 0.25rem;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #DC143C;
}
