
.e-sim_check .select-box {
   margin:0 12px;
}
@media (max-width: 628px) {
  .e-sim_check .select-box {
    margin:12px;
  }
}

.select2.select2-container.select2-container--default {
  width: 252px !important;
}

.select2-container .select2-selection--single{
  height: 40px !important;
  width: 252px !important;
  display: flex !important;
  align-items: center  !important;
  padding: 0 16px !important;
  justify-content: space-between !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color:  #472F92 !important;
  font-size: 14px  !important;
  font-style: normal  !important;
  padding-left: 0 !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 32px !important;
  border: 0 !important;


}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrow-down.svg") no-repeat center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px !important;;
  height: 24px !important;;
  position: absolute;
  top: 50% !important;;
  transform: translateY(-50%)  rotate(0deg) !important;
  right: 16px !important;;
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%)  rotate(-180deg) !important;
}
/* Dropdown მენიუ */
.select2-container--open .select2-dropdown {
  border-radius: 12px !important;
  border: 1px solid #ccc;
  overflow: hidden; /* რომ ქვედა კუთხეებიც მომრგვალდეს */
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus.select2-container--open {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus.select2-container--open .select2-selection--single {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border: 0 !important;
  border-top: 1px solid #F2F2FB !important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection--single {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #F2F2FB !important;
}



.select2-dropdown.select2-dropdown--below{
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.select2-dropdown.select2-dropdown--above {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown {
  padding: 8px 0 !important;
}

.select2-dropdown .select2-results__option {
  padding: 8px 16px !important;
  color:  #6C59A6 !important;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F2F2FB !important;
  color:  #6C59A6 !important;;
}
.select2-container--default .select2-results__option--selected {
  background: #F2F2FB !important;
  color:  #6C59A6 !important;;
}


