
.delivery-app-search {
  max-width: 100% !important;
  max-height: 100% !important;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  #modal {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px !important;
  }

  .modalHeader-top-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #addresserrorspan {
    margin-top: 6px;
    color: #f00;
  }

  #pin-code {
    min-width: 220px;
    height: 100%;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
    gap: 8px;
    line-height: 1.6;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0;
    width: 100%;
}

#pincodeInput {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  height: 46px;
  padding: 0 10px;
  font-size: 14px;
}

  #pincodeInput[type=number]::-webkit-inner-spin-button,
  #pincodeInput[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }

  #pin-code img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 3px;
  }
  #pin-code span {
    border-bottom: solid 1px #D6D6D6;
    width: 100%;
}
  .modalHeader {
    border-bottom: 1px solid #BFBEBE;
  }

  .modalHeader h2 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 10px;
  }

  .modalHeader p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #797777;
  }

  .modalHeader img {
    width: 15px !important;
    height: 15px;
    vertical-align: text-top;
  }

  .modalBody {
    margin-top: 22px;
    height: 300px;
    overflow: auto;
  }

  .modalBody::-webkit-scrollbar {
    display: none;
  }

  .address_pincode {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 14px;
  }

  .add_address {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .new_checkbox .form-group {
    display: block;
    margin-bottom: 15px;
    margin-top: 16px;
  }

  .new_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .new_checkbox .form-group label {
    position: relative;
    cursor: pointer;
    text-align: left;
  }

  .new_checkbox .form-group label:before {
    content: '';
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }

  .new_checkbox .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .new_checkbox .form-group input:checked+label:before {
    content: '';
    background-color: black;
    border: 1px solid black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }

  .modalBody p {
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
  }

  input[type=radio] {
    accent-color: #000000;
  }

  input[type=radio]:checked {
    accent-color: #EF6C00 !important;
  }

  .new_edit a {
    color: #000000;
  }

  .new_checkbox {
    width: 445px;
  }

  .new_edit {
    width: 25%;
    text-align: end;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.01em;
  }

  .new_checkbox p:first-child {
    margin-bottom: 10px;
  }

  .innerBody {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background: #F4F3F3;
    margin-bottom: 10px;

  }

  .innerBody.active {
    border: 1.5px solid #EF6C00;
    background: #FFEDDE;
  }

  .innerBody.active .new_edit a {
    color: #EF6C00;
  }

  /* second */
  .address_btn {
    display: block;
    color: #EF6C00;
    border: 1.2px solid #EF6C00;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    padding: 14px;
    border-radius: 6px;
    width: 100%;
    align-items: center;
  }

  .modalHeader.noAddress {
    border-bottom: 0 !important;
  }

  .address_btn .plus_img {
    filter: invert(43%) sepia(28%) saturate(4223%) hue-rotate(8deg) brightness(101%) contrast(101%);
    margin-right: 16px;
    vertical-align: text-top;
  }

  .add_or {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 8px;
  }

  .noAddress img {
    vertical-align: text-top;
  }

  .noLogged .address_btn {
    background: #EF6C00;
    color: white;
  }

  .modalHeader.noLogged {
    border-bottom: 0 !important;
  }

  #pin-code-modal {
    width: 40%;
  }

  #pin-code-modal-popup {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    width: 95%;
    position: fixed;
}

  #pin-code-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  #addadress-code-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }

  #addadress-modal-popup {
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 650px;
  }

  #addadress-modal-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
  }

  /* pincode */
  #pin-code-modal-popup input[type=text] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #000;
    height: 46px;
  }
  .apply_btn {
    width: 100%;
    height: 46px;
    border-radius: 3px;
    background: #000;
    color: white;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
}

  div#pin-code-modal-popup img {
    width: 12px;
    margin-right: 12px;
  }

  #pin-code-modal-popup p {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 6px 0;
}

  #pin-code-modal-popup span {
    color: #B10404;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin: 15px 0 0;
    display: none;
  }
  .close-modal-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    width: 100%;
    height: 100%;
}
  .close-modal-btn:hover {
    color: #000;
  }
@media screen and (max-width: 990px) {
  #pin-code {
    width: max-content;
    gap:0;
    min-width: 23px;
}
#pin-code span {
    display: none;
}
#pin-code img {
  width: 20px;
  height: 20px;
}
}
