.select2-container {
        width: 100% !important;
        height: 36px;
        font-size: 0.9em;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 4px;
        height: 36px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }
    .select2-container--default .select2-selection--single {
        border: .05rem solid #bcc3ce;
        border-radius: .1rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
    }
