.select2-container {
    display: block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #263238;
    border-radius: 10px;
    box-shadow: none;
    height: 45px;

}

.select2-container--default .select2-results > .select2-results__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 17px;
    
  }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: rgb(1, 136, 166,0.8);
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-align: center;   
}

.select2-results__option {
    box-sizing: border-box;
    margin: 5px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgb(67, 77, 82, 0.22);
    color: #434D52;
    font-weight: bold;
    text-align: center;
}

#select2-profil-results .select2-results__option {
    width: 46%;
}

#select2-type-results .select2-results__option {
    width: 100%;
}

.select2-dropdown {
    border-color: #018AA6;
    border-radius: 10px;
}

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

.select2-container--open span.select2-selection__rendered {
    color: #018AA6 !important;
    font-size: 12px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-color: #018AA6;
    border-bottom-color: rgb(1, 138, 166);
    border-bottom: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-color: #018AA6;
    border-bottom-color: rgb(1, 138, 166);
    border-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow i {
    color: #303030;
    font-size: 16px;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: relative;
    top: 45%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow i {
    color: #018AA6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection__placeholder {
    color: rgb(68, 68, 68, 0.85) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 44px;
}