.select2-container {
   width: 100% !important;

   /* z-index: 999999 !important; */
}

.select2-container--default .select2-selection--single {
   border: none !important;
   /* border-bottom: 1px solid #ca2d2c !important; */
   outline: 0px;
   box-shadow: 0px;
   border-radius: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #ca2d2c !important;
   outline: none !important;
}

.select2-container--default .select2-results__option--highlighted {
   background-color: #65656552 !important;
}

.select2-container--default .select2-results__option--selected {
   background-color: #ca2d2c !important;
   color: white !important;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   display: none !important;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   background-image: url("../media/registerIcon/arrowdown.svg") !important;
   background-repeat: no-repeat;
   background-position: center;
   /* background-size: 9px 8px; */
}
.filter
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   background-size: 9px 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 5px !important;
}
.select2-container--default
   .select2-selection--single
   .select2-selection__placeholder {
   color: #a29f9f;
   font-weight: 500;
}
