.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;
}

.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/2025/TH/all-white-alright-mag274urfw/images/close.png) center center no-repeat ;
  background-size: cover;
  position: absolute;
  z-index: 5;
  opacity: 0.8;
}

.popup__close:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 5px #386ae1);
}

.popup__title{
  text-align: center;
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #dadee6;
}

.popup__inner {
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 50px auto;
  /* padding: 6px; */
  /* background: url(../images/page-bg.jpg) center center no-repeat ;
  background-size: cover; */
}

#popup-terms .popup__inner {
  text-align: left;
}

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

/* .popup__inner::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

/* .popup__inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

.popup__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}

.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;
}

.popup__content ul {
  margin-left: 20px;
  padding: 0 0 10px;
}

.popup__content footer {
  text-align: center;
  padding-top: 20px;
}

.popup__content footer button {
  outline: none;
  border: #fff 1px solid;
  color: #ffffff;
  background: none;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
}

.popup__content footer button:hover {
  background: #386ae1;
}

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

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

.popup__content .faq__a {
  padding: 10px;
}

.popup__content .terms__title {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.popup__content a, .popup__content span a {
  color: #ff000f;
}

.popup__content a:hover {
  text-decoration: underline;
}

.popup__content ul li {
  list-style: none;
  /* padding: 5px 0; */
}

.popup__content ul li ol {
  margin-left: 20px;
}

.popup__content ul li ol li {
  /* list-style: lower-roman; */
  list-style: none;
  padding: 3px 0;
}

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

.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 {
    padding: 40px;
  } */

  .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__header h2 {
  color: #0c4dfd;
  font-size: min(max(3.5vw, 28px), 36px);
}
#popup-howToRedeem .popup__content {
  border: 2px solid #0c4dfd;
  background: #000;
  padding: 20px;
}

#popup-howToRedeem .popup__inner {
  margin: 50px auto;
  width: 90%;
}

.popup__content .powerByMsi__redeem {
  color: #000;
}

@media (min-width: 768px) {
  #popup-howToRedeem .popup__close {
    top: 25px;
    right: 25px;
  }
}

@media (min-width: 992px) {
  /* #popup-howToRedeem .popup__close {
    top: 80px;
    right: 26px;
  } */
  #popup-howToRedeem .popup__content {
    padding: 100px 50px;
  }
  #popup-howToRedeem .popup__inner {
    margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


/* T&C */
#popup-terms .popup__inner {
  padding: 20px;
  background: #000;
  border: 2px solid #386ae1;
}

table, th, td {
  border: 1px solid #386ae1;
  border-collapse: collapse;
}

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

.popup__content table th {
  background: #386ae1;;
  color: #fff;
  
  padding: 5px;
}

.popup__content table td {
  background: #000000;
  color: #fff;
  padding: 5px;
}



/*# sourceMappingURL=popup.css.map */                         