.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: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  display: block;
  background: url(https://storage-asset.msi.com/event/2022/cnd/dying_light2/images/icon-close.svg) center center no-repeat ;
  background-size: cover;
  position: absolute;
  z-index: 20;
  opacity: 0.8;
}

.popup__close:hover {
  opacity: 1;
}

.popup__title{
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
}

.popup__inner {
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 50px auto 0;
  /* padding: 6px; */
  /* background: url(../images/page-bg.jpg) center center no-repeat ;
  background-size: cover; */
}

/* .popup__inner::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

/* .popup__inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
} */

.popup__body {
  padding: 15px;
  position: relative;
  z-index: 20;
}

.popup__body table {
    background: #222;
    margin: 10px 0;
    width: 100%;
}

.popup__body table, th, td {
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 12px;
  }

.popup__body table th {
    width: 50%;
}

.popup__body table tr:hover {
  background: #393939;
}

.popup__body table tr th, .popup__body table tr td{
    text-align: center;
    padding: 2px 10px;
}

.popup__body table tr th {
    background: linear-gradient(#77a8de, #918ff9);
}

@media (min-width: 992px) {
    .popup__body table {
        width: 100%;
    }

    .popup__body table, th, td {
        font-size: 14px;
    }

    .popup__title{
      font-size: 35px;
      padding-top: 40px;
    }
    
}
.popup__content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  /* padding: 40px 10px; */
  position: relative;
  /* background: rgba(0, 0, 0, 0.9); */
}
.popup__content::before {
content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7a8e8), to(#8bddff));
    background-image: linear-gradient(to right, #f7a8e8, #8bddff);
    background-origin: border-box;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    -webkit-mask-composite: xor, source-over;
    mask-composite: exclude, add;
    -webkit-mask-clip: padding-box, border-box;
    mask-clip: padding-box, border-box;
}
#tc .popup__content {
  background: rgba(0, 0, 0, 0.9);
  padding: 0 10px;
}

/* .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 ul li {
  list-style: circle;
}

.popup__content footer {
  text-align: center;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

.popup__content footer button {
  outline: none;
  border: #fff 1px solid;
  color: #ffffff;
  background: none;
  font-size: 16px;
  padding: 10px 25px;
  cursor: pointer;
  margin-bottom: 40px;
}

.popup__content footer button:hover {
  background: #77a8de;
}

.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 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #77a8de;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(120deg, #ff00cf 0%, #81f6ff 80%);
  -webkit-background-clip: text;
}

.popup__content a {
  color: #5380cf;
}

.popup__content a:hover {
  text-decoration: none;
  color: #5380cf;
  text-decoration: underline;
}

.popup__content .terms ul li {
  list-style: disc;
  padding: 8px 0;
}

.popup__content .terms ul li ol {
  margin-left: 20px;
}

.popup__content .terms ul li ol li {
  list-style: lower-roman;
  padding: 3px 0;
}

.popup__content .terms .pd__category {
  margin: 25px 0 10px;
  padding: 5px 15px;
  font-weight: bold;
  border: #fff 1px solid;
  display: inline-block;
}

.popup__content .terms 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 .terms 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 20px; */
  }

  .popup__content .terms dl dt {
    width: calc(25% - 2px);
  }
  
}

/* HOW TO REDEEM */
#popup-howToRedeem .popup__content {
  border: none;
}

#popup-howToRedeem .popup__close {
  top: 4%;
  right: 2%;
  filter: brightness(0.5);
  z-index: 30;
}

#popup-howToRedeem .popup__inner {
  margin: 0 auto;
  width: 90%;
}

.popup__content .powerByMsi__redeem {
  color: #000;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  #popup-howToRedeem .popup__close {
    top: 6%;
    right: 2%;
  }
}

@media (min-width: 992px) {
  #popup-howToRedeem .popup__close {
    top: 7%;
    right: 3%;
  }
  #popup-howToRedeem .popup__inner {
    margin: 50px auto 0;
  }
}


/* T&C pd list */
.pdList {
  margin: 20px 0;
}
.pdList .pdList__title {
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background: #263a4a;
}
.pdList .pdList__wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #3b4852;
}

.pdList .pdList__wrapper .pdList__wrapper-item {
    width: 50%;
    padding: 5px 0;
    color: #fff;
    background: #3b4852;
    font-size: 12px;
    text-align: center;
    border: 1px solid #263a4a;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
  .pdList .pdList__wrapper .pdList__wrapper-item {
    width: 25%;
  }
}

.pdList .pdList__wrapper .pdList__wrapper-item:nth-child(odd) {
  background: #3b4852;
  /* background: #263a4a; */
}


/* .routerPdList .pdList__wrapper .pdList__wrapper-item {
  width: 50%;
} */
/*# sourceMappingURL=popup.css.map */                         