/*
 Custom Select2 by @agasoftbr  - https://agasoft.com.br
*/

select,
.select2 {
    border-radius: 25px !important;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: .375rem 2.25rem .375rem .75rem;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.5;
}