.select2-selection__rendered {
  padding-left: 20px !important;
  line-height: 56px !important;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  height: 56px !important;
  border: 1px solid transparent !important;
}
.select2-selection__arrow {
  height: 56px !important;
  right: 25px !important;
  top: 5px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 11px 7px 0 7px !important;
  /* border-color: transparent !important; */
}
.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
  margin-top: 8px;
}

.myFont {
  font-size: 16px;
}
.custom-select2 {
  border: 2px solid red !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4D0011 !important;
}

.white_color{
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #000 transparent transparent transparent !important;
}

.top_text p {
  font-size: 12px;
}