.input_group {
  margin-bottom: 20px;
}

.input_group .form-label,
.form-check-label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 500;
  background-color: #000 !important;
}

.input_group .form-control,
.input_group .css-1z0d6xy-control-control {
  background: #000 0% 0% no-repeat padding-box;
  border: 1px solid #201f1f;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

.css-1dimb5e-singleValue {
  /* color: #fff !important; */
}

/* Selected value */
.css-1dimb5e-singleValue,
.css-qc6sy-singleValue {
  /* color: #fff !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: #000;
  font-size: 15px;
  cursor: pointer;
}

.gray_input_group .form-control,
.gray_input_group .css-1z0d6xy-control-control,
.gray_input_group .form-control:focus {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  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: #000 !important;
  border-color: #000 !important;
}

.react-tel-input .flag-dropdown {
  background-color: #000 !important;
  border: 1px solid #201f1f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  /* your black bg */
  -webkit-text-fill-color: #fff !important;
  /* text color */
  caret-color: #fff !important;
  /* cursor color */
  transition: background-color 9999s ease-in-out 0s;
  /* prevents flash */
}

.form-control {
  background: #000 0% 0% no-repeat padding-box !important;
  border: 1px solid #201f1f !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: sans-serif !important;
  font-size: 14px !important;
}

.form-control::placeholder {
  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;
  }
}
