@media all {
    .select2-container {
        min-width: 100% !important;
    }
    .select2-container .select2-selection--single {
        display: block !important;
        width: 100% !important;
        height: calc(2.25rem + 2px) !important;
        padding: .375rem .75rem !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
        color: #495057 !important;
        background-color: #fff !important;
        background-clip: padding-box !important;
        border: 1px solid #ced4da !important;
        border-radius: .25rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px !important;
    }
    .select2-selection__rendered {
        text-align: left !important;
        padding-left: 0 !important;
    }
    .select2-selection__rendered .select2-selection__placeholder {
        color: #495057 !important;

    }
}