.Common_Form {
  padding: 25px 10px;
  background: #fff;
  border-radius: 0px;
  width: 400px;
}

.Common_Form textarea.form-control {
  height: 70px !important;
}

.Common_Form .form-control,
.Common_Form select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
  border-bottom: 1px solid #000000;
}

.Common_Form .form-control:focus,
.Common_Form select:focus {
  box-shadow: none;
  /* background-color: #d1d2d4; */
  border: none;
  border-bottom: 1px solid #ccc;
  color: #414141;
}

.Common_Form label {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.Common_Form .submit_btn {
  border-color: #ccc;
}

.Common_Form .s_btn {
  border: 1px solid #ccc;
  background: #fbfbfb;
  color: #000;
  font-size: 16px;
  border-radius: 25px;
  padding: 9px 50px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none !important;
  margin-top: 10px;
}

.Common_Form .s_btn:hover {
  border-color: #202020;
}

/* .Common_Form .css-13cymwt-control {
  width: 100%;
  font-size: 14px;
  background-color: #d1d2d4;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
} */

.Common_Form .css-13cymwt-control {
  /* width: 100%; */
  /* font-size: 14px; */
  /* background-color: #d1d2d4; */
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  /* box-shadow: none; */
}

.Common_Form .css-t3ipsp-control {
  /* background-color: #d1d2d4; */
  border-color: #ccc;
  box-shadow: none;
}

.Common_Form .css-t3ipsp-control:hover {
  /* border-color: #d1d2d4; */
}

.Common_Form .css-1jqq78o-placeholder {
  color: #202020;
  font-size: 14px;
}

.Common_Form .css-1dimb5e-singleValue {
  font-size: 14px;
}

.Common_Form .css-tj5bde-Svg {
  display: inline-block;
  fill: #414141;
  stroke: #414141;
  stroke-width: 0;
}

.Common_Form .form-check {
  margin: 15px 0px;
}

.Common_Form {
  border: 1px solid #ccc;
}

.apply_btn {
  background-color: #000 !important;
  color: #ffff !important;
  border: 1px solid #000 !important;
  font-size: 14px !important;
  padding: 8px 25px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
}




/* Main control */
.Common_Form .react-select__control {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 38px;
  height: 38px;
}

/* Hover state */
.Common_Form .react-select__control:hover {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

/* Focus state */
.Common_Form .react-select__control--is-focused {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}

/* When menu is open */
.Common_Form .react-select__control--menu-is-open {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

/* Remove outline completely */
.Common_Form .react-select__control:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove indicator separator */
.Common_Form .react-select__indicator-separator {
  display: none;
}

/* Remove extra padding */
.Common_Form .react-select__value-container {
  padding: 0 0 0 5px;
}

/* Optional: error state */
.Common_Form .react-select-container.is-invalid .react-select__control {
  border-bottom: 1px solid red !important;
}



@media (min-width: 0px) and (max-width: 991px) {
  .Common_Form {
    width: 100%;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .Common_Form {
    height: 350px;
    overflow: auto;
  }
}