#popup-form .form-control {
    border: 1px solid #f4f4f4;
}
#exit-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 9998;
}

#exit-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  display: none;
  z-index: 9999;
  text-align: center;
}

#exit-popup h2 {
  margin-top: 0;
}
#popup-form .form-control {
    border: 1px solid #f4f4f4;
}

#exit-close {
    position: absolute;
    top: -13px;
    right: -10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    background-color: #fda94f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 30px;
    justify-content: center;
}

/*phone number*/
 .number-wrap ul.list {
    height: 150px;
    overflow-y: scroll;
}
.number-wrap .nice-select.form-control.me-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}
.number-wrap input.form-control {
    padding-left: 35%;
}
.number-wrap ul.list {
    padding: 0 !important;
}
.number-wrap .nice-select {
    border: none;
}
.single-detail-num input.form-control {
    padding-left: 54%;
}
#popup-form .form-control[type="tel"] {
    padding-left: 38%;
}
@media all and (max-width: 767px) {
    .single-detail-num input.form-control, .number-wrap input.form-control {
        padding-left: 54%;
    }
}