 .select2.select2-container{width:97% !important;}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    padding-top: 5px;
    font-weight: 500;
}

.select2-container .select2-selection--single {
    height: 38px !important;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
 
}
.scrollable-div {
    width: 100%;          /* Set the desired width */
    height: 300px;        /* Set a fixed height */
    overflow-y: auto;     /* Enables vertical scrolling */
    overflow-x: hidden;   /* Hides horizontal scroll */
}