@charset "UTF-8";
/*lbet font*/
@font-face {
  font-family: "lbet-nus";
  src: url("../fonts/LBetSTDNus-Medium.woff2") format("woff2"), url("../fonts/LBetSTDNus-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lbet-nus";
  src: url("../fonts/LBetSTDNus-Bold.woff2") format("woff2"), url("../fonts/LBetSTDNus-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lbet-mt";
  src: url("../fonts/LBetSTDMT-Regular.woff2") format("woff2"), url("../fonts/LBetSTDMT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lbet-mt";
  src: url("../fonts/LBetSTDMT-Bold.woff2") format("woff2"), url("../fonts/LBetSTDMT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "promo-mt";
  src: url("../fonts/Gugeshashvili_8_Mthavruli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gugeshashvili_8_Mthavruli-Bold.woff") format("woff"), url("../fonts/Gugeshashvili_8_Mthavruli-Bold.ttf") format("truetype"), url("../fonts/Gugeshashvili_8_Mthavruli-Bold.svg#Gugeshashvili_8_Mthavruli-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*end lbet font*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
  font-size: 16px;
}

.yellow {
  color: #aaefc1 !important;
}

.pink {
  color: #2e519e !important;
}

.page-wrapper {
  padding-top: 25vw;
  font-family: lbet-nus, sans-serif;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.page-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 12.4vw;
  height: 20vw;
  background-image: linear-gradient(to top, #16181a 20%, rgba(22, 24, 26, 0));
}
.page-wrapper .page-container {
  width: 100%;
  display: flex;
  max-width: 1250px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 0 auto 100px;
  justify-content: center;
}
.page-wrapper .page-container .content {
  width: 100%;
  color: #333;
  flex-grow: 1;
  background: #ffffff;
}

.section-color1 {
  background-color: #2a3652;
}

.section-color2 {
  background: #2f3455;
  background: linear-gradient(180deg, #2a3652 50%, #314367 100%);
}

.section-color3 {
  background-color: #202737;
}

section {
  z-index: 1;
  position: relative;
  padding: 1.25rem 4rem;
}
section.section-top {
  z-index: 2;
  padding: 0;
  position: relative;
}
section.section-top > img {
  width: 100%;
  display: block;
}
section.section-top .header-box {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 3rem 2rem;
}
section.section-top .header-box p {
  width: 60%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
section.section-top .header-box p:first-child {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bolder;
  font-family: lbet-mt, sans-serif;
}
section.section-top .header-box p:nth-child(2), section.section-top .header-box p:last-child {
  font-size: 1.1rem;
  font-family: lbet-nus, sans-serif;
}
section.section-top .header-box p:last-child {
  left: 50%;
  bottom: 5rem;
  position: absolute;
  transform: translateX(-50%);
}
section.section-top .text-block {
  z-index: 2;
  margin-top: 5rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 1250px) {
  section.section-top .header-box {
    padding: 3.5vw 1vw;
  }
  section.section-top .header-box p {
    width: 60%;
  }
  section.section-top .header-box p:first-child {
    font-size: 2.7vw;
    margin-bottom: 2vw;
  }
  section.section-top .header-box p:nth-child(2), section.section-top .header-box p:last-child {
    font-size: 1.5vw;
  }
  section.section-top .header-box p:last-child {
    bottom: 8vw;
  }
}
@media (max-width: 1050px) {
  section.section-top .header-box {
    padding: 2vw 1vw;
  }
  section.section-top .header-box p {
    width: 95%;
  }
  section.section-top .header-box p:first-child {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  section.section-top .header-box p:nth-child(2), section.section-top .header-box p:last-child {
    font-size: 2.1vw;
  }
  section.section-top .header-box p:last-child {
    bottom: 6vw;
  }
}
@media (max-width: 700px) {
  section.section-top .header-box {
    padding: 2vw 1vw;
  }
  section.section-top .header-box p {
    width: 95%;
  }
  section.section-top .header-box p:first-child {
    font-size: 3.7vw;
    margin-bottom: 1vw;
  }
  section.section-top .header-box p:nth-child(2), section.section-top .header-box p:last-child {
    font-size: 2vw;
  }
  section.section-top .header-box p:last-child {
    bottom: 10vw;
  }
}
section.section-mid2 {
  z-index: 2;
  padding-top: 0;
  min-height: 5rem;
  padding-bottom: 4rem;
}
section.section-mid {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}
section.section-mid .text-block {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: 10px;
  border: 1px solid #616885;
  padding: 1.5rem 0 1.5rem 2rem;
}
section.section-mid .text-block h4 {
  margin: 0;
}
section.section-mid .text-block h4::before {
  display: none;
}
section.section-mid .text-block h4::after {
  top: 50%;
  right: 2rem;
  width: 0.3rem;
  content: "❭";
  font-size: 1.5rem;
  position: absolute;
  color: #616885;
  transform: translateY(-50%);
}
section.section-mid .text-block .colaps-box {
  display: none;
  cursor: default;
}
section.section-mid .text-block.active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
section.section-mid .text-block.active h4::after {
  transform: translateY(-50%) rotate(90deg);
}
section.section-mid .text-block.active .colaps-box {
  display: block;
}
section.section-rules {
  z-index: 2;
  padding-top: 0;
}

.date-box {
  width: 100%;
  height: 1rem;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
}
.date-box::before, .date-box::after {
  top: 50%;
  width: 70%;
  content: "";
  height: 0.5rem;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.date-box::before {
  left: 50%;
  background: #BF3737;
}
.date-box::after {
  right: 50%;
  background-color: #20A85C;
}
.date-box .date {
  z-index: 2;
  display: flex;
  max-width: 750px;
  overflow: hidden;
  font-size: 1.1rem;
  position: relative;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  text-overflow: ellipsis;
  justify-content: space-between;
  background: url("../img/date-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.date-box .date span {
  width: 50%;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
}
@media (max-width: 450px) {
  .date-box .date span {
    font-size: 0.9rem;
  }
}

.card-box {
  padding: 5rem 1rem 3rem;
}
.card-box .card-item {
  display: flex;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 25px;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem 1.5rem 2.5rem;
  justify-content: space-between;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.25));
  background: #344368 url("../img/card-bg.png") no-repeat center;
  background-size: cover;
}
.card-box .card-item > div {
  margin-bottom: 1.5rem;
}
.card-box .card-item > div:last-child {
  margin-bottom: 0;
}
.card-box .card-item.done .title span:first-child::before {
  background-image: url("../img/done.png");
}
.card-box .card-item .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.1rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: lbet-mt, sans-serif;
}
.card-box .card-item .title span {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.card-box .card-item .title span:first-child::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  min-width: 2rem;
  margin-right: 1rem;
  background: url("../img/fail.png") no-repeat center;
  background-size: contain;
}
.card-box .card-item .title span strong {
  font-size: 1.4rem;
  font-weight: bolder;
  margin: 0 0.4rem 0 2rem;
}
@media (max-width: 700px) {
  .card-box .card-item .title {
    justify-content: center;
  }
  .card-box .card-item .title span {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    justify-content: center;
  }
  .card-box .card-item .title span strong {
    font-size: 1.2rem;
    margin: 0 0.4rem 0 0;
  }
}
.card-box .card-item .text, .card-box .card-item .text2 {
  width: 100%;
  display: flex;
  max-width: 650px;
  padding: 1rem 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: url("../img/border-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.card-box .card-item .text span, .card-box .card-item .text2 span {
  flex: 1;
  text-align: left;
}
.card-box .card-item .text img, .card-box .card-item .text2 img {
  width: 100%;
  display: block;
  max-width: 6rem;
  margin-left: 1rem;
}
.card-box .card-item .text2 {
  max-width: 950px;
}
.card-box .card-item .img {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.card-box .card-item .img::before {
  top: 50%;
  width: 20rem;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - 3.7rem);
  transform: translateY(-65%);
  background: url("../img/line1.png") no-repeat center;
  background-size: 90% auto;
}
.card-box .card-item .img::after {
  top: 50%;
  width: 20rem;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 3.7rem);
  transform: translateY(-65%);
  background: url("../img/line2.png") no-repeat center;
  background-size: 90% auto;
}
.card-box .card-item .img p {
  width: 5rem;
  height: 5rem;
  display: flex;
  color: #ffffff;
  font-size: 1.25rem;
  margin: 1rem 3rem;
  position: relative;
  font-weight: bolder;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url("../img/rules-bg.png") no-repeat center;
  background-size: contain;
}
.card-box .card-item .img p::before {
  left: 0;
  top: 50%;
  width: 6rem;
  height: 6rem;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%) translateX(-100%);
  background: url("../img/line3.png") no-repeat center;
  background-size: 90% auto;
}
.card-box .card-item .img p:first-child::before {
  display: none;
}
.card-box .card-item .img p span {
  top: 110%;
  left: 50%;
  font-size: 0.8rem;
  position: absolute;
  font-weight: normal;
  white-space: nowrap;
  transform: translateX(-50%);
  font-family: lbet-nus, sans-serif;
}
@media (max-width: 1100px) {
  .card-box .card-item .img::before, .card-box .card-item .img::after {
    display: none;
  }
  .card-box .card-item .img p::before {
    display: none;
  }
}
@media (max-width: 550px) {
  .card-box .card-item {
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 1rem 1rem 2rem;
  }
  .card-box .card-item > div {
    margin-bottom: 1rem;
  }
  .card-box .card-item .title {
    font-size: 1.3rem;
  }
  .card-box .card-item .title::before {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }
  .card-box .card-item .text, .card-box .card-item .text2 {
    padding: 1rem 2rem;
  }
  .card-box .card-item .text span, .card-box .card-item .text2 span {
    text-align: center;
  }
  .card-box .card-item .text img, .card-box .card-item .text2 img {
    display: none;
  }
  .card-box .card-item .img p {
    width: 6rem;
    height: 6rem;
    font-size: 1.25rem;
    margin: 1.5rem 2rem;
  }
  .card-box .card-item .img p span {
    font-size: 0.8rem;
  }
}

.img-test {
  width: 100%;
  display: block;
}

.green-bet .green-title {
  width: 95%;
  max-width: 750px;
  text-align: center;
  margin: 0 auto 3rem;
}
.green-bet .green-title span {
  display: block;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.green-bet .green-title span:first-child {
  font-size: 1.3rem;
  font-family: lbet-mt, sans-serif;
}
.green-bet .ticket-header {
  width: 95%;
  margin: auto;
  display: flex;
  max-width: 750px;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem 2rem;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .green-bet .ticket-header {
    padding: 0 0 2rem;
  }
}
.green-bet .ticket-header p {
  flex: 1;
  display: flex;
  font-size: 1.1rem;
  flex-direction: row;
  align-items: center;
}
.green-bet .ticket-header p:first-child {
  color: #ffffff;
  justify-content: flex-start;
}
.green-bet .ticket-header p:last-child {
  color: #FFF436;
  cursor: pointer;
  text-decoration: underline;
  justify-content: flex-end;
}
.green-bet .ticket-header p span {
  display: block;
  color: #0B0B0B;
  min-width: 4rem;
  text-align: center;
  margin-left: 1.25rem;
  font-weight: bolder;
  padding: 0.25rem 1rem;
  background: url("../img/tick-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.green-bet .img-test {
  width: 100%;
  display: block;
}
.green-bet .spin-wrapper {
  left: 50%;
  width: 750px;
  height: 448px;
  position: relative;
  margin: 2rem 0 4rem;
  transform: translateX(-50%) translateZ(0);
}
.green-bet .spin-wrapper .lot_box {
  left: 50%;
  top: 101px;
  z-index: 998;
  width: 645px;
  height: 245px;
  cursor: pointer;
  display: flex;
  position: absolute;
  flex-direction: row;
  align-items: center;
  transform: translateX(-50%);
  justify-content: space-between;
}
.green-bet .spin-wrapper .lot_box div {
  height: 100%;
  width: 30.5%;
}
.green-bet .green-bet-spinner {
  z-index: 1;
  width: 750px;
  height: 448px;
  position: relative;
  transform-origin: 0 0;
  filter: drop-shadow(0 10px 35px black);
}
.green-bet .green-bet-spinner .layer1 {
  width: 100%;
  z-index: 1;
  display: block;
  position: relative;
}
.green-bet .green-bet-spinner .layer2 {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.green-bet .green-bet-spinner .spinner-box {
  left: 50%;
  z-index: 2;
  top: 101px;
  width: 645px;
  height: 245px;
  display: flex;
  position: absolute;
  flex-direction: row;
  align-items: center;
  transform: translateX(-50%);
  justify-content: space-between;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item {
  width: 30.5%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs {
  width: 100%;
  height: 100%;
  transform: translateY(-600%);
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs.active {
  transform: translateY(-100%);
  transition: all 2s cubic-bezier(0.08, 1.1, 0.9, 1.03);
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs img {
  width: 100%;
  height: 100%;
  display: block;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card {
  width: 197px;
  height: 245px;
  display: flex;
  color: #ffffff;
  padding: 25px 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: lbet-nus, sans-serif;
  background: #e21e44 url("../img/spinner/spinner-card-bg.png") no-repeat center;
  background-size: 100% auto;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card.gift .spinner-card-img {
  background-image: url("../img/spinner/gift-img.png") !important;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card .spinner-card-img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  background: no-repeat center;
  background-size: contain;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card .spinner-card-name {
  width: 85%;
  font-size: 11px;
  min-height: 12px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-weight: bolder;
  text-overflow: ellipsis;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card .spinner-card-value {
  margin: 10px 0;
  font-size: 22px;
  border-radius: 0;
  min-width: 100px;
  padding: 5px 20px;
  text-align: center;
  font-weight: bolder;
  background: url("../img/pink-sp.png") no-repeat center;
  background-size: 100% 100%;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item .spinner-imgs .spinner-card .spinner-card-type {
  font-size: 14px;
  font-weight: bolder;
  font-family: lbet-mt, sans-serif;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item1 .spinner-imgs .spinner-card {
  background-color: #28999c;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item1 .spinner-imgs .spinner-card .spinner-card-img {
  background-image: url("../img/spinner/5-slot.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item1 .spinner-imgs .spinner-card .spinner-card-value {
  background-image: url("../img/spinner/layer-orange.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item1 .spinner-imgs .spinner-card .spinner-card-name {
  color: #c7f4f6;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item2 .spinner-imgs .spinner-card {
  background-color: #af223b;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item2 .spinner-imgs .spinner-card .spinner-card-img {
  background-image: url("../img/spinner/sport-img.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item2 .spinner-imgs .spinner-card .spinner-card-value {
  background-image: url("../img/spinner/layer-red.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item2 .spinner-imgs .spinner-card .spinner-card-name {
  color: #ffb4cc;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item3 .spinner-imgs .spinner-card {
  background-color: #20a537;
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item3 .spinner-imgs .spinner-card .spinner-card-img {
  background-image: url("../img/spinner/market-imgs.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item3 .spinner-imgs .spinner-card .spinner-card-value {
  background-image: url("../img/spinner/layer-green.png");
}
.green-bet .green-bet-spinner .spinner-box .spinner-item#spinner-item3 .spinner-imgs .spinner-card .spinner-card-name {
  color: #66ff83;
}

.history {
  width: 95%;
  margin: auto;
  display: block;
  max-width: 750px;
  padding: 0 0.5rem 5rem;
}
.history .hits-title {
  width: 100%;
  margin: auto;
  display: flex;
  color: #ffffff;
  max-width: 750px;
  flex-wrap: wrap;
  font-size: 1.1rem;
  flex-direction: row;
  align-items: center;
  font-family: lbet-nus, sans-serif;
}
.history .hits-title > p {
  flex: 1;
  height: 4rem;
  padding: 1rem;
  display: flex;
  margin: 0 1rem;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  background-color: #3f4882;
  justify-content: center;
}
.history .hits-title > p.active {
  color: #0B0B0B;
  background-color: yellow;
}
.history .hits-title > p.active::before {
  filter: brightness(0) grayscale(1);
}
.history .hits-title > p.active::after {
  filter: invert(1) grayscale(1);
}
.history .hits-title > p::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  min-width: 1.5rem;
  margin-right: 0.5rem;
}
.history .hits-title > p span {
  flex: 1;
}
.history .hits-title > p#ticket-tab {
  margin-right: 0.5rem;
}
.history .hits-title > p#ticket-tab::before {
  width: 1.8rem;
  min-width: 1.8rem;
  background: url("../img/ticket.png") no-repeat center;
  background-size: contain;
}
.history .hits-title > p#ticket-tab::after {
  content: attr(data-text);
  display: block;
  color: #0B0B0B;
  text-align: center;
  margin-left: 1.1rem;
  font-weight: bolder;
  padding: 0.1rem 1rem;
  background: url("../img/tick-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.history .hits-title > p#hist-tab {
  margin-left: 0.5rem;
}
.history .hits-title > p#hist-tab::before {
  background: url("../img/refresh.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 500px) {
  .history .hits-title {
    flex-direction: column;
  }
  .history .hits-title > p {
    width: 100%;
    margin: 0 0 0.25rem !important;
  }
}
.history #active-box .ticket-box .ticket-item.hide {
  height: 0;
  margin: 0;
  transform: scale(0);
  transition: all 0.2s linear;
}
.history #active-box .ticket-box .ticket-item .item-content p.off {
  opacity: 1 !important;
}
.history #active-box .ticket-box .ticket-item .item-content p > span:first-child {
  cursor: default !important;
}
.history #active-box .ticket-box .ticket-item .item-content p > span:first-child::before {
  display: none !important;
}
.history #hist-box .item-footer {
  display: none !important;
}
.history .hist-calendar {
  display: flex;
  padding: 1rem 2rem;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.history .hist-calendar .hist-item {
  height: 3rem;
  font-size: 0.9rem;
  display: flex;
  color: #ffffff;
  padding: 0.25rem;
  cursor: pointer;
  margin: 0 0.2rem;
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #535d9e;
}
.history .hist-calendar .hist-item.hist-num::after {
  display: block;
  color: #0B0B0B;
  font-size: 0.8rem;
  filter: invert(1);
  text-align: center;
  margin-left: 1.1rem;
  font-weight: normal;
  padding: 0.1rem 0.5rem;
  content: attr(data-text);
  background: url("../img/tick-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.history .hist-calendar .hist-item.hist-active {
  filter: hue-rotate(262deg);
}
.history .ticket-box-content {
  padding-top: 2rem;
}
.history .ticket-box-content[data-id=ticket-tab] #hist-box {
  display: none !important;
}
.history .ticket-box-content[data-id=ticket-tab] #day-board {
  height: 0 !important;
  overflow: hidden;
}
.history .ticket-box-content[data-id=hist-tab] #active-box {
  display: none !important;
}

.ticket-box {
  width: 100%;
  overflow: auto;
  display: block;
  align-items: center;
  padding: 1rem 0.5rem;
  max-height: 28.75rem;
  flex-direction: column;
  justify-content: flex-start;
  filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.1));
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.ticket-box::-webkit-scrollbar {
  width: 2px;
}
.ticket-box::-webkit-scrollbar-track {
  background: #303a5c;
}
.ticket-box::-webkit-scrollbar-thumb {
  background: #ffe600;
}
.ticket-box::-webkit-scrollbar-thumb:hover {
  background: #b59c00;
}
.ticket-box .ticket-item {
  width: 100%;
  height: 6rem;
  min-width: 6rem;
  display: flex;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  background-color: #3F4882;
  padding: 0 0.75rem 0 1rem;
  justify-content: space-between;
  font-family: lbet-nus, sans-serif;
}
.ticket-box .ticket-item .item-header {
  padding: 0 2rem;
  position: relative;
}
.ticket-box .ticket-item .item-header::before {
  left: 0;
  top: 50%;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: url("../img/ticket.png") no-repeat center;
  background-size: 100% auto;
}
.ticket-box .ticket-item .item-header::after {
  top: 50%;
  right: 0;
  content: "";
  width: 1rem;
  height: 6rem;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: #30395b url("../img/tick-end.png") no-repeat center;
  background-size: auto 100%;
}
.ticket-box .ticket-item .item-header span {
  display: block;
}
.ticket-box .ticket-item .item-header span:first-child {
  color: #0aa1fc;
  font-size: 0.7rem;
}
.ticket-box .ticket-item .item-header span:nth-child(2) {
  font-size: 0.7rem;
}
.ticket-box .ticket-item .item-header span:last-child {
  font-size: 0.8rem;
}
.ticket-box .ticket-item .item-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2rem 0 1rem;
  justify-content: space-between;
}
.ticket-box .ticket-item .item-content p.off {
  opacity: 0.4;
}
.ticket-box .ticket-item .item-content p span {
  display: block;
  text-align: center;
}
.ticket-box .ticket-item .item-content p span:first-child {
  cursor: pointer;
  border-radius: 0;
  min-width: 4.8rem;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.ticket-box .ticket-item .item-content p span:first-child::before {
  left: 50%;
  z-index: 1;
  bottom: 100%;
  display: none;
  color: #0B0B0B;
  font-size: 0.8rem;
  white-space: nowrap;
  position: absolute;
  border-radius: 100px;
  padding: 0.15rem 0.75rem;
  background-color: white;
  content: attr(data-text);
  transform: translateX(-50%);
}
.ticket-box .ticket-item .item-content p span:first-child:hover::before {
  display: block;
}
.ticket-box .ticket-item .item-content p span:last-child {
  color: #6FE9F8;
  font-size: 0.75rem;
}
.ticket-box .ticket-item .item-content p:nth-child(1) span:first-child {
  background: url("../img/blue-sp.png") no-repeat center;
  background-size: 100% 100%;
}
.ticket-box .ticket-item .item-content p:nth-child(2) span:first-child {
  background: url("../img/pink-sp.png") no-repeat center;
  background-size: 100% 100%;
}
.ticket-box .ticket-item .item-content p:nth-child(3) span:first-child {
  background: url("../img/green-sp.png") no-repeat center;
  background-size: 100% 100%;
}
.ticket-box .ticket-item .item-footer {
  opacity: 0.3;
  display: flex;
  font-weight: bolder;
  font-size: 1.1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #7b83c7;
  height: calc(100% - 1.5rem);
  font-family: lbet-mt, sans-serif;
}
.ticket-box .ticket-item .item-footer.spin-btn {
  opacity: 1;
  cursor: pointer;
  background-color: #1ba32e;
}
.ticket-box .ticket-item .item-footer.spin-btn:hover {
  background-color: #1bac2f;
}
.ticket-box .ticket-item .item-footer.spin-btn:active {
  background-color: #1b952f;
}
@media (max-width: 550px) {
  .ticket-box {
    width: 100%;
    max-width: 750px;
    max-height: 350px;
    padding: 1rem 0.5rem;
    filter: none !important;
    /* width */
  }
  .ticket-box::-webkit-scrollbar {
    width: 1px;
  }
  .ticket-box .ticket-item {
    height: 4rem;
    min-height: 4rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    padding: 0 0.75rem 0 0.75rem;
  }
  .ticket-box .ticket-item .item-header {
    position: relative;
    padding: 0 2rem 0 0;
  }
  .ticket-box .ticket-item .item-header::before {
    display: none;
  }
  .ticket-box .ticket-item .item-header::after {
    width: 1rem;
    height: 4rem;
  }
  .ticket-box .ticket-item .item-header span {
    display: block;
  }
  .ticket-box .ticket-item .item-header span:first-child {
    color: #0a81db;
    font-size: 0.8rem;
  }
  .ticket-box .ticket-item .item-header span:last-child {
    font-size: 0.7rem;
  }
  .ticket-box .ticket-item .item-content {
    padding: 0 1rem 0 1rem;
  }
  .ticket-box .ticket-item .item-content p span:first-child {
    font-size: 1rem;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ticket-box .ticket-item .item-content p span:last-child {
    color: #6FE9F8;
    font-size: 0.7rem;
  }
  .ticket-box .ticket-item .item-content p:nth-child(1) span:first-child {
    background: url("../img/green-sp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .ticket-box .ticket-item .item-content p:nth-child(2) span:first-child {
    background: url("../img/pink-sp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .ticket-box .ticket-item .item-content p:nth-child(3) span:first-child {
    background: url("../img/blue-sp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .ticket-box .ticket-item .item-footer {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
  }
}
@media (max-width: 350px) {
  .ticket-box .ticket-item .item-header {
    position: relative;
    padding: 0 1rem 0 0;
  }
  .ticket-box .ticket-item .item-header span {
    z-index: 2;
    display: block;
    position: relative;
  }
  .ticket-box .ticket-item .item-content {
    z-index: 2;
    position: relative;
    padding: 0 0.5rem 0 0;
  }
  .ticket-box .ticket-item .item-content p span:first-child {
    min-width: auto;
  }
}

.text-block {
  font-size: 1.1rem;
  margin: 3rem 0 3rem 2rem;
}
.text-block h4 {
  font-size: 1.3rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: lbet-mt, sans-serif;
}
.text-block h4:before {
  top: 50%;
  left: -20px;
  content: "";
  width: 0.3rem;
  height: 1.2rem;
  position: absolute;
  border-radius: 3px;
  transform: translateY(-50%);
  background-color: currentColor;
}
.text-block p {
  font-size: 1rem;
  font-weight: bold;
}
.text-block p + p {
  margin-top: 1rem;
}
.text-block.label-light {
  color: #f8f9ff;
}
.text-block.label-light h4 {
  color: #f8f9ff;
}
.text-block.label-light h4:before {
  background-color: #616885;
}
.text-block.label-dark {
  color: #616885;
}
.text-block.label-dark h4 {
  color: #616885;
}
.text-block.label-dark h4:before {
  background-color: #616885;
}

.rules-btn {
  color: #ffffff;
  display: table;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto 2rem;
  border-radius: 100px;
  text-decoration: none;
  padding: 1.25rem 2.25rem;
  letter-spacing: 0.03em;
  background-color: #3C3CB5;
  transition: transform 0.1s;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-family: lbet-mt, sans-serif;
  filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.1));
}

#caution-box {
  top: 50%;
  left: 50%;
  width: 500px;
  z-index: 999;
  height: 250px;
  display: none;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 50px black);
  transform: translate(-50%, -50%);
}
#caution-box > div {
  width: 100%;
  display: flex;
  font-size: 22px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 20px;
  font-family: lbet-nus, sans-serif;
}
#caution-box > div:first-child {
  height: calc(100% - 92px);
}
#caution-box > div.btns {
  height: 92px;
  align-items: flex-end;
  justify-content: flex-end;
}
#caution-box > div.btns > div {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 0 0 20px;
  padding: 10px 20px;
  font-weight: bolder;
  font-family: lbet-mt, sans-serif;
}
#caution-box > div.btns #caution-ok {
  background-color: #44aa63;
}
#caution-box > div.btns #caution-ok:hover {
  background-color: #48ba6f;
}
#caution-box > div.btns #caution-no {
  background-color: #b72e31;
}
#caution-box > div.btns #caution-no:hover {
  background-color: #d82e32;
}
#caution-box > div.btns #inpt {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  color: #000000;
  align-items: center;
  flex-direction: row;
  font-weight: normal;
  justify-content: flex-start;
  font-family: lbet-nus, sans-serif;
}
#caution-box > div.btns #inpt label {
  font-size: 13px;
  margin-left: 5px;
  text-decoration: underline;
}
#caution-box.btn-off #caution-ok {
  display: none !important;
  background-color: green;
}
#caution-box.btn-off #inpt {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.date-slider {
  height: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: hidden;
  position: relative;
}
.date-slider .arr-btn {
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: absolute;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.date-slider .arr-btn:hover {
  filter: brightness(120%);
}
.date-slider .arr-btn::before {
  content: "";
  width: 10px;
  height: 20px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAIxJREFUKJGN0LEJAkEQBdDnpkYGgrmZPaioYBMWYhvWYih44lnHxQYGtmCgC8e66zrJwOcxH2awPzQzHDHEDo3MBNwwxQRnrEtwlGRZHLDMHPjCsbqKw2e3NRx64S+8CknYen/gkeSnFBYnhQt0GCf5NiTomjm2wSX8gZpYPa+hCKsowmcN9as73EsIXgWwHuS9ET59AAAAAElFTkSuQmCC") no-repeat center;
  background-size: 100% auto;
}
.date-slider .arr-btn.slick-prev {
  left: -1rem;
}
.date-slider .arr-btn.slick-prev::before {
  transform: rotate(180deg);
}
.date-slider .arr-btn.slick-next {
  right: -1rem;
}
@media (max-width: 750px) {
  .date-slider {
    padding: 0 !important;
  }
  .date-slider .arr-btn {
    display: none !important;
  }
}
.date-slider .date-item {
  cursor: default;
  padding: 2.5rem 0.5rem 0;
}
.date-slider .slick-slide {
  display: flex !important;
}

/* Slider end*/
@media (max-width: 1000px) {
  html, body {
    font-size: 14px;
  }

  section {
    padding: 1.25rem 1.5rem;
  }

  .page-wrapper {
    padding-top: 0 !important;
    background: none !important;
  }

  .text-block {
    font-size: 1.3rem;
    margin: 2rem 0 2rem 1rem !important;
  }
}
@media (max-width: 900px) {
  html, body {
    font-size: 13px;
  }

  section {
    padding: 1.2rem 0.5rem;
  }

  .text-block {
    font-size: 1.2rem;
    margin: 3rem 0 3rem 1.1rem !important;
  }
}
@media (max-width: 800px) {
  html, body {
    font-size: 12px;
  }

  section {
    padding: 1.1rem 0.3rem;
  }

  .text-block {
    font-size: 1.3rem;
    margin: 1.5rem !important;
  }
}
@media (max-width: 600px) {
  html, body {
    font-size: 10px;
  }

  .left-part .board-body .board-row, .right-part .board-body .board-row {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .left-part .board-body .board-row p, .right-part .board-body .board-row p {
    width: 100% !important;
  }
  .left-part .board-head .board-row p, .right-part .board-head .board-row p {
    opacity: 0;
  }

  .mid-part .board-row p {
    bottom: 35% !important;
  }

  .text-block {
    font-size: 1.5rem;
  }
}

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