/* popUp.css */

.popup-container,
.ups-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1041;
}

.popup-mask,
.ups-popup-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.popup-content,
.ups-popup-content {
  width: 620px;
  max-width: calc(100vw - 48px);
  font-size: 16px;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.popup-inner,
.ups-popup-inner {
  margin: 20px;
}

.popup-hidden,
.ups-popup-hidden {
  visibility: hidden;
}

.icon_in_text {
  width: 16px;
}

.modal-close-icon {
  position: absolute;
  height: 2rem;
  width: 2rem;
  right: -2rem;
  top: -2rem;
  cursor: pointer;
}


.payment-top-msg {
  font-weight: 400 !important;
}


.text-bold {
  font-family: 'SFProTextBold';
  font-weight: 700 !important;
}
