.select2box_block .select2-container--default .select2-selection--single {
    border-color: #000;
    border-radius: 32px;
    text-align: center;
    padding: 12px 36px 12px 16px;
    height: 48px;
} 
.select2box_block .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: initial;
    padding: 0px;
}
.select2box_block .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2box_block .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.select2box_block .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    content: url('../../src/chevron-down.svg');
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2box_block .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
/* type 2 */
.select2box_block.style2 .select2-container--default .select2-selection--single {
    border-color: #000;
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
    text-align: center;
    padding: 12px 1.5rem 12px 1.5rem;
    height: 48px;
} 
.select2box_block.style2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.select2box_block.style2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.select2-container--open .select2-dropdown--below{
    
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.select2-dropdown{
    border-radius: .5rem;
    padding: .25rem 0rem;
    top: .25rem;
    border: 0px;
    background-color: rgb(225,225,225);
}
.select2-search--dropdown{
    padding: .5rem 1rem;
}
.select2-results__option{
    padding: .5rem 1rem;
    text-align: center;
}
.select2-search--dropdown .select2-search__field{
    border-radius: .25rem;
    background-color: transparent;
    background-color: rgba(255,255,255,.95);
    border-color: transparent;
    
}
.select2-search--dropdown .select2-search__field:focus{
    box-shadow: none;
    border-color: #bbbbbb;
    
}

.modal_with_select2 .select2-container {
    width: calc(95vw - 48px) !important;
}

.choose_course_info_select2 .select2-container{
    width: 327px !important;
}

@media(min-width: 640px) {
    .modal_with_select2 .select2-container {
        width: calc(34.2rem - 48px) !important;
    }
    .choose_course_info_select2 .select2-container{
        width: 608px !important;
    }
}

@media(min-width: 768px) {
    
}

