.popup-modal-container .modal-inner-wrap {
  width: 50% !important;
  border-radius: 1rem;
  background-color: #00529B;
  color: white;
}
@media screen and (max-width: 1024px) {
  .popup-modal-container .modal-inner-wrap {
    width: 80% !important;
  }
}
#popup-modal-cart-abandoned {
  display: flex;
  justify-content: center;
}
#popup-modal-cart-abandoned .popup-content {
  width: 85%;
}
@media (max-width: 1024px) {
  #popup-modal-cart-abandoned .popup-content {
    width: 100%;
  }
}
#popup-modal-cart-abandoned .popup-content h2 {
  font-size: 2.5rem;
  margin-top: 0px;
  text-align: center;
}
@media (max-width: 1024px) {
  #popup-modal-cart-abandoned .popup-content h2 {
    font-size: large;
  }
}
.popup-modal-container-buttons {
  width: 100%;
  padding: 5px;
  margin: 3rem 0px 2rem 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media (max-width: 1023px) {
  .popup-modal-container-buttons {
    flex-direction: column;
  }
}
.popup-modal-button-send {
  background-color: white !important;
  border-color: white !important;
  color: #00529B !important;
  font-size: 1.7rem;
  padding: 1rem;
  margin: auto;
}
.popup-modal-button-send:hover {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.popup-modal-button-cancel {
  color: #d6d6d6 !important;
  background: none;
  border: none;
  font-size: small;
  position: absolute;
  right: 0%;
}
.popup-modal-button-cancel:hover {
  text-decoration: underline 1px #d6d6d6;
  background: none;
  border: none;
}
@media (max-width: 1023px) {
  .popup-modal-button-cancel {
    align-self: end;
    position: relative;
  }
}
.popup-modal-container {
  border-radius: 1rem;
}
.popup-modal-container .modal-inner-wrap header h1 {
  font-weight: bold !important;
  text-align: center !important;
  font-size: xxx-large;
  border-bottom: none;
  color: white !important;
  margin: auto;
}
@media (max-width: 1024px) {
  .popup-modal-container .modal-inner-wrap header h1 {
    font-size: xx-large;
  }
}
.popup-modal-container .modal-inner-wrap header button::before {
  color: white !important;
}
.popup-modal-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup-modal-form div {
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .popup-modal-form div {
    width: 90% !important;
  }
}
.popup-modal-label {
  font-size: large;
}
.popup-modal-input {
  border: none;
}
.modal-popup .action-close {
  color: white !important;
}
