@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Uchen&display=swap");
body * {
  outline: none;
}

.portlet-body {
  font-family: "Poppins", serif;
  font-style: normal;
  color: #042444;
}

.item_container .gift-right-section .item-details .giftImageRedeem {
  object-fit: contain !important;
  height: 140px !important;
  margin-top: auto;
}

div#main-content {
  margin-left: 32px;
  margin-right: 32px;
  max-width: calc(100% - 64px) !important;
}

@media (max-width: 375px) {
  div#main-content {
    margin-left: 24px;
    margin-right: 24px;
    max-width: calc(100% - 48px) !important;
  }
}
.modal-content {
  border-radius: 16px !important;
}

.dialog-iframe-modal {
  font-family: "Poppins", serif !important;
  font-style: normal !important;
  color: #042444 !important;
}
.dialog-iframe-modal .modal-header {
  border-bottom: none !important;
}
.dialog-iframe-modal .modal-header .modal-title {
  margin-left: 10px !important;
  color: #042444 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 29px !important;
  letter-spacing: 0em !important;
  text-overflow: revert !important;
  white-space: normal !important;
}
.dialog-iframe-modal .modal-body {
  border-top: none !important;
}
.dialog-iframe-modal .modal-content .modal-header {
  width: 100% !important;
  height: 76px !important;
  padding: 32px 32px 12px !important;
  flex-direction: row-reverse !important;
}
.dialog-iframe-modal .modal-content .modal-header .btn-toolbar {
  flex-shrink: 0;
}
.dialog-iframe-modal .modal-content .modal-header .close {
  width: 34px !important;
  height: 34px !important;
  color: #FFFFFF !important;
  background-color: #8397AB !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 34px !important;
}

.item_container_background .item_container {
  padding: 0;
}

.item_actions {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
}
.item_actions .item_price {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ED0A8D;
}
.item_actions .giftNotEnoughPoints,
.item_actions .giftIsOutOfStock {
  font-size: 14px;
  font-weight: 500;
}

.item_actions form .panel-body {
  padding: 0;
}

.gift-card-wrapper {
  text-align: center;
  display: grid;
}
.gift-card-wrapper.small-element {
  grid-template-columns: 50% 50%;
}
.gift-card-wrapper.medium-element {
  grid-template-columns: 33% 33% 33%;
}
.gift-card-wrapper.large-element {
  grid-template-columns: 25% 25% 25% 25%;
  grid-column-gap: 16px;
}

.gift-item {
  display: inline-block;
  max-width: 274px;
  margin: 20px 0 20px 0;
  text-align: center;
  width: 100%;
  min-width: unset;
}

.item_container_background {
  margin: auto;
  max-width: 500px;
  background-color: transparent;
  height: 100%;
}

.item_container {
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_container .gift-left-section {
  display: none;
}
.item_container .gift-right-section {
  height: 100%;
  width: 100%;
}

.item-details {
  padding: 24px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}
.item-details .gift-more-info {
  cursor: pointer;
}

.item_container {
  padding: 0 !important;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(4, 36, 68, 0.1215686275);
  border-radius: 16px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 7px;
}

.item-content {
  height: 100%;
}

.item-details .item_title {
  text-overflow: ellipsis;
  overflow: inherit;
  font-weight: 600;
  color: #042444;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 20px;
}
.item-details .item_title span.item-name-text {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
}
.item-details .item_title span.item-name-text p {
  margin-bottom: 0;
}
.item-details .item_title,
.item-details .item_description,
.item-details .item_price,
.item-details .item_stock,
.item-details .item_actions {
  text-align: left;
  background: transparent;
  border: none;
}

.giftImageRedeem {
  object-position: center;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  position: relative;
  width: 100%;
  top: 0px !important;
}

.item_stock {
  display: none;
}

.item_price {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 10px;
  letter-spacing: 0px;
}

.item_description {
  margin: 24px 0;
  max-height: 40%;
  overflow: hidden;
  min-height: 72px;
}
.item_description span.item-description-text {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  min-height: 72px;
}
.item_description span.item-description-text p {
  display: inline;
}
.item_description .gift-more-info {
  cursor: pointer;
  display: inline;
}
.item_description .gift-more-info .gift-more-info-button {
  display: inline;
  color: #007EE2;
  font-size: 14px;
  font-weight: 400;
}

.item_container .btn-secondary {
  color: #D7007C;
  font-weight: 500;
  text-transform: unset;
  text-decoration: none;
  border-radius: 24px;
  padding: 8px 20px;
  border: solid 2px transparent;
  background-image: linear-gradient(270deg, #FC0C96 0%, #CA0075 100%);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  height: 40px;
}
.item_container .btn-secondary:hover {
  border-color: #ED0A8D;
}

.item_container .btn {
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 100px;
  font-size: 15px;
  color: #333333;
  white-space: unset;
}

.gift-modal-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gift-modal-info .main-text {
  max-height: 200px;
  overflow: auto;
  margin-bottom: 32px;
  width: 100%;
}
.gift-modal-info .main-text .accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  font-size: 14px;
  text-align: start;
  padding-left: 25px;
}
.gift-modal-info .main-text .accordion.open {
  max-height: 600px;
}
.gift-modal-info .main-text .accordion-title {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}
.gift-modal-info .main-text .accordion-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrowSmall.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.gift-modal-info .main-text .accordion-icon.open {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .gift-modal-info .main-text {
    margin-bottom: 24px;
  }
}
.gift-modal-info .gift-image-section {
  width: 356px;
  height: 252px;
  margin-bottom: 30px;
  padding-top: 32px;
}
.gift-modal-info .gift-image-section .giftImageRedeem {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.gift-modal-info .gift-moreInfo-section {
  width: 100%;
  margin-top: 0;
}
.gift-modal-info .gift-moreInfo-section.gift-cannot-cancel-section {
  margin-top: 24px;
}
.gift-modal-info .gift-description-text,
.gift-modal-info .gift-cannot-cancel-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #042444;
  text-align: left;
}
.gift-modal-info .gift-description-text h4.item_title,
.gift-modal-info .gift-cannot-cancel-text h4.item_title {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.gift-modal-info .gift-description-text p {
  font-weight: 400;
}
.gift-modal-info .gift-cannot-cancel-text {
  font-weight: 500;
}
.gift-modal-info .gift-moreInfo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gift-modal-info .gift-moreInfo-footer .item_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #ED0A8D;
}
.gift-modal-info .gift-moreInfo-footer .item_actions button {
  margin-right: 10px;
  border-radius: 24px;
  padding: 12px 32px;
  font-weight: 500;
  color: #FFF;
  background: linear-gradient(270deg, #FC0C96 0%, #CA0075 100%);
  box-shadow: none;
}
.gift-modal-info .gift-moreInfo-footer .item_actions button:hover {
  background: #D7007C;
}
.gift-modal-info .gift-moreInfo-footer .item_actions button:last-child {
  margin-right: 0;
}

.modal-body {
  border-radius: 16px;
}

.restriction-modal .modal-body {
  overflow: hidden;
}

.restriction-modal__body {
  font-family: "Poppins", serif;
  font-style: normal;
  color: #042444;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 36px 16px 0;
}
.restriction-modal__body .img {
  width: 244px;
  height: 163px;
  background-image: url(../images/gift.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.restriction-modal__body .headerContent,
.restriction-modal__body .bodyContent {
  text-align: center;
}
.restriction-modal__body .headerContent {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
.restriction-modal__body .bodyContent {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.restriction-modal__btn {
  margin-left: auto;
  margin-bottom: 16px;
  background: linear-gradient(270deg, #001CD4 0%, #0017AB 100%);
  border-radius: 20px;
  padding: 10px 24px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.restriction-modal__btn:hover {
  background: #001499 !important;
}

.taxFormModal .modal-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.taxFormModal .modal-body {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.taxFormModal .modal-footer {
  justify-content: flex-end;
  border: none;
  padding-top: 0;
}
.taxFormModal .btn-toolbar {
  position: static !important;
}
.taxFormModal .btn-toolbar button {
  background: linear-gradient(270deg, #001CD4 0%, #0017AB 100%);
  border-radius: 20px;
  padding: 10px 24px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.taxFormModal .btn-toolbar button:hover {
  background: #001499 !important;
}

.submit-buttons {
  padding-bottom: 22px !important;
  position: fixed;
}

.gift-modal-info {
  align-items: flex-start;
}
.gift-modal-info .control-label {
  font-size: 16px;
  font-weight: 400;
  color: #042444;
  margin-bottom: 24px;
  margin-top: 12px;
  text-align: left;
}
.gift-modal-info .input-text-wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.gift-modal-info input[name$=phoneNumber] {
  border: 1px solid #AAB7C3;
  border-radius: 8px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2E2F3C;
}
.gift-modal-info input[name$=phoneNumber]:focus {
  border-color: #007EE2;
}
.gift-modal-info .btn-primary {
  border-radius: 24px;
  border: none;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 32px;
  cursor: pointer;
  background: linear-gradient(270deg, #001CD4 0%, #0017AB 100%);
}
.gift-modal-info .btn-primary span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.gift-modal-info .btn-primary:hover {
  background: #001499;
}
.gift-modal-info .btn-primary:disabled, .gift-modal-info .btn-primary.disabled {
  background: #DBE1E5;
  cursor: not-allowed;
  opacity: 0.6;
}
.gift-modal-info .btn-primary:disabled span, .gift-modal-info .btn-primary.disabled span {
  color: #8397AB;
}

.dialog-footer {
  border: none !important;
}

#phoneNumberErrorMessage {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #D83566;
  margin-top: 4px;
  text-align: left;
  margin-left: 20px;
}
#phoneNumberErrorMessage:not(:empty)::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -20px;
  width: 16px;
  height: 16px;
  background-image: url(../images/attantion.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.gift-custom-modal {
  font-family: Poppins;
}
.gift-custom-modal .modal-body {
  border-radius: unset;
  padding: 0;
  max-height: 100%;
}
.gift-custom-modal .gift-custom-modal-body {
  padding: 40px 40px 0;
}
.gift-custom-modal .gift-custom-modal-body .img {
  max-width: 260px;
  max-height: 200px;
  height: 200px;
  width: auto;
  margin: 0 auto;
  background-image: url(../images/lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gift-custom-modal .gift-custom-modal-body .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .gift-custom-modal .gift-custom-modal-body .title {
    margin-top: 16px;
  }
}
.gift-custom-modal .gift-custom-modal-body .description {
  margin-top: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .gift-custom-modal .gift-custom-modal-body .description {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .gift-custom-modal .gift-custom-modal-body {
    padding: 52px 24px 0;
  }
}
.gift-custom-modal .modal-footer {
  border-top: none;
  padding: 0 40px 40px;
}
.gift-custom-modal .modal-footer .btn-toolbar {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.gift-custom-modal .modal-footer .btn-toolbar button {
  margin-left: auto;
  margin-bottom: 16px;
  background: linear-gradient(270deg, #001CD4 0%, #0017AB 100%);
  border-radius: 24px;
  padding: 12px 32px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.gift-custom-modal .modal-footer .btn-toolbar button:hover {
  background: #001499 !important;
}
@media (max-width: 767px) {
  .gift-custom-modal .modal-footer .btn-toolbar {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .gift-custom-modal .modal-footer {
    padding: 0 24px 24px;
  }
}

.gift-custom-modal .gift-custom-modal-close-btn {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 26px;
  height: 26px;
  background-image: url(../images/xBtn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  color: #333;
  transition: 0.2s ease;
  transition: background-image 0.25s ease, transform 0.25s ease;
}
.gift-custom-modal .gift-custom-modal-close-btn:hover {
  background-image: url(../images/xBntDarker.svg);
}