/* //select2 Custom */
.main-search-input-item .select2-selection, .form-group .select2-selection{
  padding: 10px 9px;
  height: auto;
  color: #808996;
  border-color: #8089964d;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 45px;
}
.main-search-input-item .select2-container--default .select2-selection--single .select2-selection__arrow, .form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 12px !important;
  right: 12px !important;
}
.formstyle .select2-selection{
  border-left: 5px solid #1193d4 !important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 12%) !important;
    -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%) !important;
}
.form-group .select2{
  width: -webkit-fill-available !important;
}


/* //select2 Custom */
/* //Form rounded Custom */
.form-pill{
  border-radius:45px;
}
 label.required::after {
   content: " *";
   color: red;
 }
 
/* //Form rounded Custom */