/* popup */
.popup-inner a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* color: #9bc4a6; */
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.popup::-webkit-scrollbar {
  width: 0 !important;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 40px 40px 0 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #000;
  font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  .popup-inner {
    padding: 40px 20px;
  }
}

.popup-inner h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
}

.popup-close:after, .popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  text-decoration: none;
  background: #004765;
  border-color: #004765;
}

.popup-close:hover:after, .popup-close:hover:before {
  background: #fff;
}

@media (max-width: 960px) {
  .popup-inner {
    max-width: 900px;
    width: 90%;
  }
}

/* Terms and Conditions */
.tc-remark {
  color: #ff4e4e;
  font-size: 16px;
}

.modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #000;
}

.modal-content .modal-body {
  text-align: left;
}

.modal-content .modal-body ul {
  list-style-type: none;
  padding-left: 0;
}

.redeem-modal h5 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f1f1f1;
  font-size: 20px;
}

/* .modal-content .modal-body ul:nth-of-type(1) {
 *    list-style-type: none;
 *} */
.modal-content .modal-body p {
  font-size: 16px;
  line-height: 20px;
  /* margin: 20px 0; */
}

.modal-content .modal-body p:nth-of-type(1) {
  font-size: 16px;
  line-height: 20px;
  /* margin: 20px 0; */
  /* background: #63856c; */
  /* color: rgb(255, 255, 255); */
}

.modal-content .modal-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.modal-content .modal-body ul li ol {
  padding: 0 0 0 5px;
}

.modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal;
}

.modal-content .modal-body ul li ol.list-symbol li {
  list-style-type: disc;
}

.modal-content .modal-body ul li ol.list-symbol li ul li {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style li {
  color: #8cc7b3;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}

.modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
  list-style-type: none;
}

.modal-content .modal-body .draw-prize .list-style-sub {
  list-style: square;
}

.modal-content .modal-body .draw-prize .list-style-sub li {
  font-weight: normal;
  color: #8cc7b3;
  font-size: 16px;
  padding-left: 0;
}

.modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
  list-style-type: disc;
}

.modal-content .modal-body .draw-prize .list-style-sub li:first-child {
  padding-top: 15px;
}

.modal-content .modal-body .draw-prize .list-style-sub li:last-child {
  list-style-type: none;
}

.modal-content .modal-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}

.modal-content .modal-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.lower-roman {
  list-style: lower-roman;
}

.lower-alpha {
  list-style: lower-alpha;
}

.product-item {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.product-item tr:nth-of-type(1) td:nth-of-type(1), .product-item tr:nth-of-type(1) td:nth-of-type(2), .product-item tr:nth-of-type(1) td:nth-of-type(3) {
  color: #fff;
}

.product-item td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  color: #000000;
}

.close-btn {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  margin: 2% 0;
}

.close-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #004765;
}

#popupNew1 .popup-inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 40%;
  /* transform: translate(-50%, 0); */
  left: -40%;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

#popupNew1 .popup-inner::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 40%;
  /* transform: translate(-50%, 0); */
  right: -40%;
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

#popupNew2 .popup-inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 20%;
  /* transform: translate(-50%, 0); */
  left: -40%;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

#popupNew2 .popup-inner::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 20%;
  /* transform: translate(-50%, 0); */
  right: -40%;
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

#popupNew3 .popup-inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 40%;
  /* transform: translate(-50%, 0); */
  left: -40%;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

#popupNew3 .popup-inner::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  /* background-size: cover; */
  position: absolute;
  top: 40%;
  /* transform: translate(-50%, 0); */
  right: -40%;
  z-index: 1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 960px) {
  #popupNew1 .popup-inner::after, #popupNew1 .popup-inner::before {
    background-size: 50%;
    top: 25%;
  }
  #popupNew3 .popup-inner::after, #popupNew3 .popup-inner::before {
    background-size: 50%;
    top: 25%;
  }
  #popupNew2 .popup-inner::after, #popupNew2 .popup-inner::before {
    background-size: 50%;
    top: 12%;
  }
  #popupNew2 .popup-inner::after {
    right: -60%;
  }
  #popupNew2 .popup-inner::before {
    left: -60%;
  }
}

.popupNew .close-btn {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  margin: 2% 0;
}

.popupNew .close-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #004765;
}

.popupNew .modal-content {
  background: transparent;
  padding-bottom: 100px;
}

.popupNew .modal-content .modal-body p:nth-of-type(1) {
  font-size: 0.9vw;
  line-height: 20px;
  /* margin: 20px 0; */
  /* background: #63856c; */
  /* color: rgb(255, 255, 255); */
}

.popupNew .popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 40px 40px 0 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
  box-shadow: 0px 2px 6px #000;
  border-radius: 0px;
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  border: none;
  background: #41cbef url(https://storage-asset.msi.com/event/2022/cnd/th-summer-fun/images/video-bottom.png) no-repeat bottom;
  background-size: contain;
  font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.popupNew .popup-close:hover {
  background: #004765;
  border-color: #004765;
}

@media (max-width: 960px) {
  .popupNew .modal-content {
    padding-bottom: 30px;
  }
  .popupNew .popup-inner {
    width: 80%;
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 500px) {
  .popupNew .popup-inner {
    width: 90%;
    padding: 0;
  }
  .popupNew .modal-content .modal-body p:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 1921px) {
  .popupNew .modal-content .modal-body p:nth-of-type(1) {
    font-size: 0.6vw;
  }
}
/*# sourceMappingURL=tc.css.map */