/* Select2 Styles */
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 60px;
}
.select2-container--default .select2-selection--single {
    /*border: none;*/
    border-radius: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #043003;
    font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 20px;
    display: flex;
    align-items: center;
}
.select2-dropdown {
    /*border: none;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/icons/arrow-down.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 24px !important;
    width: 24px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}