.select2-selection{
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 1.6rem !important;
    border-radius: 1.6rem !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e1e8 !important;
}
.select2-selection, .select2-selection--single,.select2-selection__rendered {
    width: 100% !important;
    min-width: 100% !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #815e88 !important;

}