/* .top-header {
    background-color: #f8f9fa;
    padding: 20px 0;
}
.sub-header {
    background-color: white;
    color: #343a40;
}
.sub-header a {
    color: #343a40;
}
.input-group {
    border: 2px solid blue;
    border-radius: 0.25rem;
}
.input-group .form-control,
.input-group .custom-select,
.input-group .btn {
    border: 0; 
}
.input-group .form-control:focus,
.input-group .custom-select:focus {
    box-shadow: none; 
}
.input-group .input-group-prepend,
.input-group .input-group-append {
    border-left: 2px solid blue; 
} */

/* select2 */
.select2-container--default .select2-selection--single {
    border-radius: 1px !important;
    height: 38px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
}
