.common__title {
  margin-bottom: 6%;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(150, 123, 61, 0.3);
}

.popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__close {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  display: block;
  background: url(https://storage-asset.msi.com/event/2024/NB/black-friday-laptops/images/close.png)
    center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  filter: hue-rotate(179deg);
}

.popup__close:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 5px #f9d88b) drop-shadow(0px 0px 5px #f9d88b)
    drop-shadow(0px 0px 5px #f9d88b) drop-shadow(0px 0px 5px #f9d88b);
  filter: hue-rotate(179deg);
}

.popup__title {
  text-align: center;
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #f9d88b;
  /* filter: drop-shadow(0px 0px 2px black);
  text-shadow: 4px 2px #000000; */
}

.popup__inner {
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0;
}

#popup-terms .popup__inner {
  padding: 20px;
  /* border: 2px solid transparent;
  border-radius: 30px; */
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #221e1f),
    linear-gradient(
      130deg,
      #a47a1e,
      #d3a84c,
      #ffd87c,
      #e6be69,
      #ffd87c,
      #ffec94,
      #956d13
    );
}

#popup-howToRedeem .popup__inner {
  text-align: center;
}

.popup__content {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}

.popup__content::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

.popup__content::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

.popup__content p {
  padding-bottom: 20px;
  color: #d6d6d6;
  margin-left: 20px;
}

.popup__content ul {
  margin-left: 20px;
  padding: 0 0 10px;
}
.popup__content ul li,
.popup__content ul li p {
  color: #d6d6d6;
}
.popup__content footer {
  text-align: center;
  padding-top: 45px;
}

.popup__content footer button {
  outline: none;
  border: none;
  color: #f9d88b;
  background: #ffcd20;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #221e1f),
    linear-gradient(
      130deg,
      #a47a1e,
      #d3a84c,
      #ffd87c,
      #e6be69,
      #ffd87c,
      #ffec94,
      #956d13
    );
}

.popup__content footer button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px #d3a84c, 0 0 20px #d3a84c;
}

.popup__content .faq__item {
  padding-bottom: 35px;
}

.popup__content .faq__q {
  color: #000000;
  font-weight: bold;
}

.popup__content .faq__a {
  padding: 10px;
  color: #000000;
}

.popup__content .terms__title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  background: #f9d88b;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 30px;
}

.popup__content a,
.popup__content span a {
  color: #f9d88b;
  text-decoration: none;
  transition: 0.2s;
  font-weight: bold;
}

.popup__content a:hover {
  color: #8b7a51;
  text-decoration: none;
}

.popup__content ul li {
  list-style: none;
}
.popup__content ul li ol.terms-last-style li {
  /* color: #868686; */
}
.popup__content ul li ol {
  margin-left: 20px;
}

.popup__content ul li ol li {
  list-style: none;
  padding: 10px 0;
}

.popup__content ul li ol li b {
  color: #ffcd20;
}

.popup__content .pd__category {
  margin: 25px 0 10px;
  padding: 5px 15px;
  font-weight: bold;
  border: #fff 1px solid;
  display: inline-block;
}

.popup__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 10px 0 20px;
}

.popup__content dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 2px);
  font-size: 13px;
}

@media (min-width: 992px) {
  .popup__content dl dt {
    width: calc(25% - 2px);
  }
}

.popup__content .hash__lsit {
  text-align: center;
}

.popup__content .hash__lsit a {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  width: 150px;
  height: 60px;
  line-height: 60px;
  margin: 5px;
  position: relative;
  vertical-align: top;
  text-align: center;
  -webkit-box-shadow: #eee 0 0 10px inset;
  box-shadow: #eee 0 0 10px inset;
  border: #fff 3px solid;
}

.popup__content .hash__lsit a:hover {
  border-color: #15488a;
}

.popup__content .hash__lsit a img {
  vertical-align: middle;
  max-height: 45px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* HOW TO REDEEM */
#popup-howToRedeem .popup__content {
  border: none;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#popup-howToRedeem .popup__header h2 {
  color: #ffffff;
  font-size: min(max(3.5vw, 28px), 36px);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  filter: drop-shadow(0px 0px 2px black);
  text-shadow: 4px 2px #000000;
}

#popup-howToRedeem .redeem__step {
  color: #000000;
  background: #ffcd20;
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
  margin: 4% 0 2%;
  border-radius: 3px;
  font-size: min(max(2.5vw, 20px), 24px);
}
#popup-howToRedeem .redeem__step:nth-of-type(1) {
  margin-top: 0;
}
#popup-howToRedeem .redeem__text {
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 3%;
}
#popup-howToRedeem .redeem__text:nth-last-of-type(1) {
  border: 0;
  padding: 0;
}

#popup-howToRedeem .redeem__text h3 {
  color: #000000;
  font-weight: 600;
}

#popup-howToRedeem .redeem__text ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

#popup-howToRedeem .redeem__text ul li {
  color: #000000;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
  text-align: center;
}

#popup-howToRedeem .redeem__btn {
  display: inline-block;
  background: #ffcd20;
  color: #000000 !important;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 20px 0;
  transition: 0.2s;
  text-decoration: none;
}

#popup-howToRedeem .redeem__btn:hover {
  background: #000000;
  color: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#popup-howToRedeem .redeem__note {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  padding: 15px;
  background: #828282;
  border-radius: 5px;
  text-align: center;
}

/* T&C */

table,
th,
td {
  border: 1px solid #594b2c;
  border-collapse: collapse;
}

.popup__content table {
  width: 100%;
  margin: 20px 0;
}

.popup__content table th {
  background: #594b2c;
  color: #ffffff;

  padding: 5px;
}

.popup__content table td {
  background: rgba(89, 75, 44, 0.2);
  color: #fff;
  padding: 5px;
}
.terms-block1 {
  padding-left: 25px;
}
.terms-block1 li {
  padding: 8px 0;
  list-style-type: lower-roman;
  color: #d6d6d6;
}
.popup__content .terms-subTxt {
  font-weight: bold;
  font-size: 1rem;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #d6d6d6;
}

.terms-list li {
  padding: 10px 0;
}

.terms-list li:nth-of-type(1) {
  padding: 0;
}
.popup__content .terms-style li {
  padding: 5px 0;
  list-style-type: lower-roman;
}

.popup__content .terms-sub-style li {
  list-style-type: decimal;
}
.popup__content .terms-last-style li {
  list-style-type: none;
}
