/* ---------------------------------------------------

Purpose : This is custom css for select2 - to fixed the width

---------------------------------------------------- */

.select2-container{
    width: 100%!important;
 }

 .select2-search--dropdown .select2-search__field {
    width: 98%;
 }
