.modal__backdrop {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#change-location-modal .modal__wrapper {
  padding: 20px !important;
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  background: #fff !important;
  width: 90% !important;
  max-width: 650px !important;
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.modal__close-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal__content-wrapper {
  width: 100%;
  gap: 50px;
  position: relative;
}

.modal__title {
  font-weight: bold !important;
  color: black !important;
}

.modal__description {
  font-size: 13px;
}

.zw-rto-tc-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px !important;
}

.zw-rto-tc-wrap .zip-widget {
  width: calc(100% - 170px);
}

.zw-rto-tc-wrap .ozw-submit {
  width: 155px;
  height: 46px;
}

.zw-rto-tc-wrap .ozw-submit__icon {
  display: none !important;
}

.zw-rto-tc-wrap .ozw-submit,
.zw-rto-tc-wrap .ozw-submit:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c60c29 !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 0px !important;
  border: none !important;
}

.zw-rto-tc-wrap .ozw-location {
  width: 100%;
  height: 46px;
}

.zw-rto-tc-wrap .ozw-submit__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zw-rto-tc-wrap .ozw-location,
.zw-rto-tc-wrap .ozw-location:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f3d5e !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 0px !important;
  border: none !important;
}

@media (max-width: 480px) {
  .zw-rto-tc-wrap .zip-widget,
  .zw-rto-tc-wrap .ozw-submit {
    width: 100%;
  }
}
