body {
    background: #f8fafc;
    font-family: "Nunito", sans-serif;
}

.select2-container--default .select2-selection--single {
    height: calc(2.5rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 1rem;
    line-height: 1.5;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #495057;
    padding: 0;
    line-height: inherit;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
}
