.lighttbox {
  position: fixed;
  width: 100%;
  min-height: 67vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
  z-index: 500;
}
.lighttbox .modal-message {
  background: #000;
}
.modal-message .ltwp {
  width: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  transform: translate(0%, 50%);
}
.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
}

.ltbox {
  width: 100%;
  padding: 40px;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
  background: rgb(92 82 118);
  border-radius: 15px;
}

.ltbox h2 {
  font-size: 26px;
  color: #eed6ff;
  text-align: center;
  padding: 0px 0 10px;
  text-transform: uppercase;
}
.ltbox hr {
  display: none;
}
.ltbox h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 80%;
  margin: 15px auto 0;
  background: #eed6ff;
  opacity: 0.5;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.ltbox .btclose button:hover {
  background: #3d2c70;
}

@media screen and (max-width: 960px) {
  .ltbox .btclose button {
    width: 100%;
  }
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #3d2c70;
  border-bottom: #3d2c70 1px solid;
}

#terms ul {
  margin-left: 20px;
}

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}

.popupBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.83);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  line-height: 1.5;
}

.popupBox__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* @media screen and (max-width: 1400px) {
  .popupBox__area {
    width: 80%;
  }
} */



@media screen and (max-width: 960px) {
  .popupBox__area {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}

.popupBox__CALENDARarea{
  padding: 40px 0;
  max-width: 320px;
}

.popupBox__area.bg-styleA {
  background: #160d2b;
  border: 1px solid rgba(238, 214, 255, 0.7);
}

.popupBox__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.popupBox__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.popupBox__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}


.popupBox__area-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 #ffffff;
  cursor: pointer;
  z-index: 14;
}

.popupBox__area-close.styleB {
  right: -20px;
}

@media screen and (max-width: 960px) {
  .popupBox__area-close.styleB {
    right: 10px;
  }
}

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

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

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

.popupBox__area-close:hover::after, .popupBox__area-close:hover::before {
  background: #0e061f;
}

.popupBox__area-title {
  font-size: 42px;
  text-align: center;
}

.popupBox__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}

.popupBox__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}

.popupBox__area-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  content: "";
  display: block;
  background: #666;
  z-index: 99;
  height: 1px;
}

.popupBox__area-tabletitle {
  font-size: 26px;
  margin: 70px 0 40px 0;
  text-align: center;
}

.popupBox__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}

.popupBox__area ul li {
  list-style-type: decimal;
  margin: 20px 0;
  line-height: 1.5;
}

.popupBox__area ul li.withnuber {
  list-style-type: decimal;
}

.popupBox__area ul li.withnuber li {
  list-style-type: decimal;
}

.popupBox__area table {
  width: 100%;
}

.popupBox__area td {
  padding: 10px;
  background: #fafafa;
  border-bottom: 2px solid #979797;
  line-height: 1.8;
}

.popupBox__area th {
  background: #ddd;
  font-size: var(--text-lg);
  line-height: 2.5;
}

.popupBox__area .rowbg {
  background: #eee;
  text-align: center;
  font-weight: bold;
}

.terms-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 #eed6ff;
  cursor: pointer;
}
/*# sourceMappingURL=pop.css.map */