#bbActivateGiftCardPopup {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 11111;
  max-height: 100vh;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-content {
  background-color: #fff;
  padding: 40px 20px 32px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 90vh;
  overflow-y: auto;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-close {
  position: absolute;
  font-size: 1.5rem;
  background: url(/wp-content/themes/buddyboss-theme-child/images/close.svg);
  background-size: contain;
  background-position: center;
  color: transparent !important;
  background-repeat: no-repeat;
  right: 15px !important;
  width: 25px;
  height: 15px;
  top: 25px !important;
  font-weight: 600;
  cursor: pointer;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-popup--action-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d8d8d8;
}

body #bbActivateGiftCardPopup.bb-activate-gift-card-popup .bb-activate-gift-card-popup--action-buttons a {
  min-width: 100% !important;
  max-width: 100% !important;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-heading {
  font-family: Tenor Sans;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #6c1d45;
  margin-bottom: 12px;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-short-desc {
  font-family: General Sans;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-popup--footer {
  font-family: General Sans;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 32px;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-popup--footer p {
  margin-bottom: 0px;
  color: black;
}

.bb-activate-gift-card-popup .bb-activate-gift-card-popup--footer a {
  text-decoration: underline !important;
  color: #6c1d45 !important;
  border: 0px !important;
  padding: 0px !important;
}

.bb-activate-gift-card-popup .text-primary {
  color: #6c1d45 !important;
}

.bb-activate-gift-card-popup .text-black {
  color: black !important;
}

.bb-activate-gift-card-popup .bb-gift-card-applied-details {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d8;
}

.bb-activate-gift-card-popup .bb-gift-card-applied-details--row {
  font-family: General Sans;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  color: black;
  font-weight: 500;
}

.bb-activate-gift-card-popup .bb-gift-card-applied-details--row p {
  margin-bottom: 0px;
}

.gift-card-code--input-container input {
  min-width: 100%;
  position: relative;
  font-family: General Sans;
  font-weight: 400;
  font-size: 12px;
}

.gift-card-code--input-container .btn-apply-gift-card-code {
  border: 0px !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Tenor Sans;
  font-weight: 400;
  font-size: 12px !important;
  color: #6c1d45 !important;
}

.gift-card-code--input-container {
  position: relative;
  width: 100%;
}

.gift-card-code--heading {
  text-align: left;
  font-family: Tenor Sans;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #6c1d45 !important;
}

.gift-card-code--error-message {
  font-family: General Sans;
  font-weight: 400;
  font-size: 12px;
  display: block;
  color: red;
}

.gift-card-code--success-message {
  font-family: General Sans;
  font-weight: 400;
  font-size: 12px;
  color: #1ba220;
}

.gift-card-code--error-message:empty {
  display: none;
}

.gift-card-code--success-message:empty {
  display: none;
}

.row-gift-card {
  margin-bottom: 24px;
}

.row-gift-card-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bb-activate-gift-card-popup--header {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .bb-gift-card-applied-details--row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bb-activate-gift-card-popup .bb-gift-card-applied-details--row p {
    text-align: left;
  }

  .bb-activate-gift-card-popup .bb-gift-card-applied-details {
    row-gap: 10px;
  }
}

body #content a.btn-activate-gift-card-popup {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 14px !important;
}

.bb-activate-gift-card-popup--activate-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.bb-activate-gift-card-content .hidden {
  display: none !important;
}
