.input_group {
  margin-bottom: 10px;
}

.input_group .form-label,
.form-check-label {
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
  background-color: #fff !important;
}

.input_group .form-control,
.input_group .css-1z0d6xy-control-control {
  border: 1px solid #201f1f;
  border-radius: 5px;
  width: 100%;
  font-size: 15px !important;
  /* padding: 8px 10px; */
}

.css-1dimb5e-singleValue {
  color: #000 !important;
}

/* Selected value */
.css-1dimb5e-singleValue,
.css-qc6sy-singleValue {
  color: #000 !important;
}

/* Placeholder */
.css-1jqq78o-placeholder {
  color: #aaa !important;
}

/* Input text while typing */
.css-1hwfws3 {
  color: #fff !important;
}

/* Menu options text */
.css-yt9ioa-option,
.css-1n7v3ny-option {
  color: #fff !important;
}

/* The dropdown background */
.css-1nmdiq5-menu {
  /* background: #000 !important; */
}

/* Control container */

/* .css-1z0d6xy-control,
.css-1lqnu48-control,
.css-hg6h8b-control,
.css-hlgwow,
.css-1wy0on6 {
  background: #000 !important;
  color: #fff !important;
  border-color: #b7b7b7 !important;
  box-shadow: none;
  border: none;
} */

.input_group .form-control::placeholder,
.css-1jqq78o-placeholder {
  font-size: 14px;
}

.input_group .react-tel-input .form-control {
  width: 100%;
  height: auto;
  line-height: 22px;
}

.custom-radio-green input[type="radio"]:checked {
  background-color: green;
  border-color: green;
}

input[type="radio"]:focus {
  box-shadow: none;
}

.custom-radio-green input[type="radio"]:checked::before {
  background-color: green;
}

.custom-radio-green input[type="radio"]:checked + label::before {
  background-color: green;
  border-color: green;
}

.password_holder {
  position: relative;
}

.password_holder .eye-icc {
  position: absolute;
  top: 6px;
  right: 8px;
}

.password_holder .eye-icc .icon {
  color: gray;
  font-size: 15px;
  cursor: pointer;
}

.gray_input_group .form-control,
.gray_input_group .css-1z0d6xy-control-control,
.gray_input_group .form-control:focus {
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.Otp-field-holder {
  display: flex;
  margin-bottom: 20px;
}

.Otp-field-holder .otp-field {
  margin: 0px 9px;
  width: 40px;
  height: 40px;
  padding: 3px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.Otp-field-holder .otp-field:focus {
  border-bottom: 1px solid #b7b7b7;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.Otp-field-holder input::-webkit-outer-spin-button,
.Otp-field-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Otp-field-holder input[type="number"] {
  -moz-appearance: textfield;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #000000 !important;
  pointer-events: none;
  background-color: #eeeeee !important;
  border-color: #272727 !important;
  opacity: 0.3 !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #02542f !important;
  border-color: #02542f !important;
}

.react-tel-input .flag-dropdown {
  border: 1px solid #201f1f !important;
}

.form-control {
  /* background: #000 0% 0% no-repeat padding-box !important; */
  border: 1px solid #c2c2c2 !important;
  border-radius: 0px !important;
  /* color: #fff !important; */
  font-size: 14px !important;
  margin-bottom: 5px;
}
.form-control::placeholder {
  color: #000 !important;
}

.location_input_group .input-group-text {
  background-color: #f3f3f3;
  border: none;
  font-size: 19px;
}

.location_input_group .form-control {
  background-color: #f3f3f3 !important;
  border: none !important;
  font-size: 15px !important;
  height: 43px;
}

.location_input_group .form-control::placeholder {
  font-size: 15px !important;
}
.common_select {
  width: 100%;
}

.common_select__control {
  /* min-height: 48px !important; */
  /* border: 1px solid #000 !important; */
  border-radius: 5px !important;
  box-shadow: none !important;
  background: #fff !important;
  cursor: pointer;
}

.common_select__control:hover {
  border-color: #000 !important;
}

.common_select__control--is-focused {
  border-color: #000 !important;
  box-shadow: 0 0 0 1px #000 !important;
}

.common_select__value-container {
  padding: 4px 12px !important;
}

.common_select__placeholder {
  color: #999 !important;
  font-size: 13px;
}

.common_select__single-value {
  color: #000 !important;
  font-size: 13px;
  font-weight: 500;
}

.common_select__indicator-separator {
  display: none;
}

.common_select__dropdown-indicator {
  color: #666 !important;
}

.common_select__menu {
  border-radius: 8px !important;
  overflow: hidden;
  z-index: 9999;
}

.common_select__option {
  padding: 8px 15px !important;
  font-size: 14px;
  cursor: pointer;
}

.common_select__option--is-focused {
  background: #f5f5f5 !important;
  color: #000 !important;
}

.common_select__option--is-selected {
  background: #8ccb3e !important;
  color: #fff !important;
}

@media (min-width: 0px) and (max-width: 575px) {
  .input_group .form-label,
  .form-check-label,
  .input_group .form-control::placeholder,
  .css-1jqq78o-placeholder {
    font-size: 12px;
  }

  .input_group {
    margin-bottom: 10px;
  }

  .input_group .form-control,
  .css-1dimb5e-singleValue {
    font-size: 13px;
  }
}
