@charset "UTF-8";
/*  ---------------
    設定共用字型
 --------------- */
body {
  font-size: 16px; }

html, body {
  touch-action: manipulation; }

a:active,
a:hover {
  text-decoration: none; }

img {
  width: 100%; }

.form-group {
  position: relative;
  margin-bottom: 20px;
  text-align: right; }
  .form-group label {
    position: absolute;
    top: -22px;
    left: 0;
    height: calc(1.5em + .75rem + 2px);
    line-height: 40px;
    font-size: 13px;
    color: #8a7b88;
    margin-bottom: 0;
    display: none; }
  .form-group label.btn-choose input[type="checkbox"] {
    left: 0; }
  .form-group .form-control-btn {
    position: absolute;
    right: 0;
    top: auto;
    height: 100%; }
    .form-group .form-control-btn label.btn-choose {
      position: relative;
      line-height: 25px;
      margin: 0;
      display: inline-block;
      width: 25px;
      min-height: 25px;
      vertical-align: middle;
      font-size: inherit; }
  .form-group input.form-control {
    border: none;
    border-radius: 0;
    height: 40px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    margin-bottom: 3px;
    color: #381236; }
    .form-group input.form-control::placeholder {
      color: #8a7b88;
      font-size: 115%; }
    .form-group input.form-control:focus {
      box-shadow: none; }
    .form-group input.form-control:focus::placeholder {
      font-size: 0; }
    .form-group input.form-control:focus + label,
    .form-group input.form-control:not(:placeholder-shown) ~ label {
      display: block; }
    .form-group input.form-control[type="password"] {
      letter-spacing: 3px;
      font-weight: normal; }
    .form-group input.form-control[type="password"]::placeholder {
      letter-spacing: 0;
      font-weight: normal; }
    .form-group input.form-control[readonly] {
      padding-left: 10px;
      background-color: #f5f5f5;
      border-color: #e0e0e0;
      color: #757575; }
    .form-group input.form-control.disabled, .form-group input.form-control[disabled] {
      color: #757575;
      background: none;
      background-color: #f4f4f4;
      padding-left: 5px;
      border-bottom: 1px solid #dcdcdc; }
  .form-group .input-group {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px; }
    .form-group .input-group .form-control {
      border: none;
      margin-bottom: 0; }
    .form-group .input-group .input-group-text {
      background: none;
      border: none;
      color: #bdbdbd; }
      .form-group .input-group .input-group-text.txt {
        color: #381236; }
      .form-group .input-group .input-group-text:first-child {
        padding-left: 0; }
  .form-group.is-error .txt_error {
    display: block;
    text-align: right; }
    .form-group.is-error .txt_error.lt {
      text-align: left; }

.dropdown-menu {
  border-radius: 10px;
  z-index: 1080;
  padding: 5px; }
  .dropdown-menu li {
    width: 100%;
    text-align: left;
    border: none;
    padding-left: 35px;
    color: #666666; }
    .dropdown-menu li.selected {
      background: #dcdcdc;
      color: #161616; }
      .dropdown-menu li.selected:before {
        position: absolute;
        font-family: 'icomoon';
        content: '\e90f';
        left: 10px;
        top: 8px;
        font-size: 150%; }

.fade:not(.show) {
  display: none; }

.tooltip {
  z-index: 1070;
  white-space: nowrap;
  display: inline-block; }
  .tooltip .arrow::before {
    border-top-color: #424242; }
  .tooltip .tooltip-inner {
    white-space: nowrap;
    background: #424242;
    box-shadow: 0 3px 10px #757575; }

.btn-choose {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0 20px 0 0;
  cursor: pointer;
  user-select: none;
  color: #381236 !important; }
  .btn-choose input[type='checkbox'],
  .btn-choose input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .btn-choose input[type='checkbox'] + .checkmark,
  .btn-choose input[type='radio'] + .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 2px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #afafaf; }
  .btn-choose:hover input[type='checkbox'] ~ .checkmark,
  .btn-choose:hover input[type='radio'] ~ .checkmark {
    border-color: #757575;
    background-color: #dcdcdc;
    box-shadow: 0 0 5px #bdbdbd;
    transition: all .4s; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark,
  .btn-choose input[type='radio']:checked ~ .checkmark {
    background-color: #212121;
    border-color: #212121; }
  .btn-choose input[type='radio']:checked ~ .checkmark {
    border-color: #bdbdbd; }
  .btn-choose input[type='checkbox']:checked + .checkmark:after,
  .btn-choose input[type='radio']:checked + .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark:after,
  .btn-choose input[type='radio']:checked ~ .checkmark:after {
    display: block;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #765673; }
  .btn-choose input[type='checkbox']:checked ~ .checkmark:after {
    font-family: 'icomoon';
    content: "\e90f";
    top: 1px;
    left: -5px;
    width: 23px;
    height: 23px;
    background: none;
    font-size: 2rem;
    line-height: 23px;
    text-align: center;
    color: #ffffff; }
  .btn-choose.disabled {
    color: #bdbdbd; }
  .btn-choose input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose input[type='radio']:disabled ~ .checkmark,
  .btn-choose:hover input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose:hover input[type='radio']:disabled ~ .checkmark {
    border: 1px solid #757575;
    box-shadow: none; }
  .btn-choose input[type='checkbox']:checked:disabled ~ .checkmark:after,
  .btn-choose input[type='radio']:checked:disabled ~ .checkmark:after {
    background: #757575; }
  .btn-choose:hover input[type='checkbox']:disabled ~ .checkmark,
  .btn-choose:hover input[type='radio']:disabled ~ .checkmark {
    background: #ffffff; }
  .btn-choose.password-eye input + .checkmark,
  .btn-choose.password-eye:hover input + .checkmark {
    background: none;
    border: none;
    box-shadow: none; }
  .btn-choose.password-eye input + .checkmark {
    right: 2px;
    left: auto; }
    .btn-choose.password-eye input + .checkmark:after {
      background: none;
      font-family: 'icomoon';
      content: "\e91c";
      color: #424242;
      font-size: 25px;
      text-align: right;
      line-height: normal;
      font-weight: bold; }
    .btn-choose.password-eye input + .checkmark:hover:after {
      color: #212121; }
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark:after {
    left: auto;
    background: none;
    border: none;
    font-family: 'icomoon';
    content: "\e91d";
    font-size: 25px;
    color: #424242;
    line-height: normal;
    font-weight: bold; }
  .btn-choose.password-eye input:checked,
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark:after,
  .btn-choose.password-eye input[type='checkbox']:checked ~ .checkmark {
    background: none; }

.btn-box {
  text-align: center;
  position: relative; }
  .btn-box.rt {
    text-align: right; }
  .btn-box.lt {
    text-align: left; }
  .btn-box .btn-link {
    border-radius: 10px;
    padding: 10px;
    text-decoration: unset;
    border: none;
    background: none;
    color: #765673; }
    .btn-box .btn-link i {
      margin: 0 5px;
      font-size: 110%; }
    .btn-box .btn-link:active {
      background: #fff; }

.btn {
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 60px;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff; }
  .btn .icon {
    font-size: 24px;
    line-height: 24px;
    vertical-align: top; }

.btn-primary {
  width: 100%;
  border: 2px solid #f09c1a;
  background: linear-gradient(180deg, #f09c1a 25%, #feff83 100%);
  transition: all .1s ease-in-out;
  box-shadow: 0 0 10px #ffeb3b; }
  .btn-primary:hover {
    border: 2px solid #f09c1a;
    filter: brightness(1.1); }

small.txt, .txt-s {
  font-size: 14px;
  line-height: 14px; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    small.txt, .txt-s {
      font-size: 11px; } }

.txt {
  font-size: 16px;
  line-height: 16px;
  color: #381236; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt {
      font-size: 13px; } }

.txt-b {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  font-weight: bold; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-b {
      font-size: 13px; } }

.txt-error {
  color: #d32f2f; }

.txt-warning {
  color: #ffc107; }

.txt-link {
  color: #765673;
  text-decoration: underline; }
  .txt-link:hover {
    color: #765673;
    text-decoration: none; }

.txt-info {
  color: #757575; }

.txt-star {
  color: #df1e38; }

.txt-imp {
  color: #df1e38; }

.txt-danger {
  color: #d32f2f; }

.txt-red {
  color: #df1e38; }

.txt-gray {
  color: #757575; }

.txt-primary {
  color: #765673; }

.txt-msg {
  color: #765673;
  font-size: 20px;
  line-height: normal; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-msg {
      font-size: 16px; } }

.txt-bold {
  font-weight: bold; }

.txt-bigMoney {
  font: italic bold 38px / 38px arial;
  display: inline-block; }
  @media all and (min-width: 320px) and (max-width: 359px) {
    .txt-bigMoney {
      font-size: 33px;
      line-height: 33px; } }

.txt-emptyBox {
  display: inline-block;
  background: #f7eff5;
  border-radius: 100px;
  height: 22px;
  width: 100%; }

.txt-Up, .txt-Down, .txt-Same {
  position: relative;
  color: #381236;
  padding-left: 20px;
  text-align: left; }
  .txt-Up::before, .txt-Down::before, .txt-Same::before {
    position: absolute;
    left: 0px;
    width: 15px;
    content: '▲';
    color: #765673;
    font-size: 12px;
    line-height: normal;
    text-align: left; }

.txt-Down::before {
  content: '▼'; }

.txt-Same::before {
  content: ''; }

.txt-version {
  font-size: 80%;
  line-height: normal; }

.icon-flog {
  width: 20px;
  margin: 0 5px 0 3px; }

.icon {
  display: inline-block;
  vertical-align: top; }

.owl-carousel .owl-item {
  opacity: .4;
  transition: opacity 0.40s; }

.owl-carousel .owl-item.center {
  opacity: 1;
  transition: opacity 0.40s; }

.owl-carousel .owl-item.active {
  opacity: 1; }

.owl-carousel .owl-dots {
  border-radius: 20px;
  width: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  background-color: rgba(33, 33, 33, 0.2);
  display: inline-block;
  height: 30px; }
  .owl-carousel .owl-dots button {
    height: 30px; }
  .owl-carousel .owl-dots .owl-dot span {
    margin: 2px 8px;
    background-color: rgba(102, 102, 102, 0.5);
    border-radius: 100px; }
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    margin: 2px 8px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px #424242; }

.owl-carousel.owl-carousel-bg {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 1024px) {
    .owl-carousel.owl-carousel-bg {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 1500px;
      margin: 0 auto; }
      .owl-carousel.owl-carousel-bg .owl-stage-outer {
        border-radius: 0 0 20px 20px; }
      .owl-carousel.owl-carousel-bg .owl-dots {
        bottom: 20px; }
      .owl-carousel.owl-carousel-bg .owl-item {
        opacity: 1;
        transition: opacity 0.40s;
        height: 100%; }
        .owl-carousel.owl-carousel-bg .owl-item img {
          width: 100%;
          height: 100%; } }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .owl-carousel.owl-carousel-bg {
      position: relative;
      margin-bottom: 20px; }
      .owl-carousel.owl-carousel-bg .owl-item {
        height: 230px;
        overflow: hidden; }
        .owl-carousel.owl-carousel-bg .owl-item img {
          width: 100%;
          object-fit: cover;
          transform: translateY(-10%);
          height: 280px;
          object-position: 35% 0; }
      .owl-carousel.owl-carousel-bg .owl-dots {
        bottom: -35px; }
        .owl-carousel.owl-carousel-bg .owl-dots span {
          background-color: rgba(255, 255, 255, 0.2); } }

.owl-carousel.game-list-promo {
  table-layout: fixed; }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .owl-carousel.game-list-promo {
      display: none; } }

.owl-carousel.owl-games {
  overflow: visible; }
  .owl-carousel.owl-games .owl-stage-outer {
    padding: 0;
    overflow: visible; }
    .owl-carousel.owl-games .owl-stage-outer li {
      padding: 10% 8%; }
      .owl-carousel.owl-games .owl-stage-outer li img {
        border-radius: 20px;
        box-shadow: 0 10px 35px #0000009c; }

.owl-carousel.jackpot-owl {
  padding-bottom: 30px; }
  .owl-carousel.jackpot-owl .owl-dots {
    bottom: -5px; }
    .owl-carousel.jackpot-owl .owl-dots span {
      background-color: rgba(255, 255, 255, 0.2); }

.jackpot-mult-box {
  position: relative;
  margin: 140px auto 15px auto;
  padding: 35px 30px 20px 30px;
  background: #d20300 url("../../library/img-common/jackpot/jackpot-V3-dot.png") left top space;
  background-size: 20px;
  border: none;
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
  .jackpot-mult-box::after {
    position: absolute;
    content: '';
    height: calc( 100% - 20px);
    width: calc( 100% - 20px);
    z-index: 0;
    left: 10px;
    top: 10px;
    background: linear-gradient(to right, #221515, #221515);
    border-radius: 22px;
    z-index: 0;
    box-shadow: 0 2px 10px #000 inset; }
  .jackpot-mult-box .jackpot-top {
    position: absolute;
    top: -115px;
    left: calc( 50% - 350px);
    z-index: 100;
    display: inline-block;
    background: url("../../library/img-common/jackpot/jackpot-mult-box-top.png") top center no-repeat;
    background-size: 450px;
    width: 700px;
    height: 180px;
    pointer-events: none; }
  .jackpot-mult-box .jackpot-platform {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #615a3d;
    padding-bottom: 15px; }
    .jackpot-mult-box .jackpot-platform:nth-child(2) tr:nth-child(1) .major::before,
    .jackpot-mult-box .jackpot-platform:nth-child(2) tr:nth-child(1) .minor::before {
      content: 'MAJOR';
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translateX(-50%);
      color: #a17728;
      font-size: 70%; }
    .jackpot-mult-box .jackpot-platform:nth-child(2) tr:nth-child(1) .minor::before {
      content: 'MINOR'; }
    .jackpot-mult-box .jackpot-platform:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .jackpot-mult-box .jackpot-platform table {
      position: relative;
      z-index: 10;
      width: 100%;
      height: 100%; }
      .jackpot-mult-box .jackpot-platform table td {
        position: relative;
        padding: 0;
        text-align: center;
        vertical-align: middle; }
        .jackpot-mult-box .jackpot-platform table td.platform-logo .logo-FACHAI img {
          width: 60px; }
        .jackpot-mult-box .jackpot-platform table td.platform-logo img {
          width: 140px;
          width: 90px;
          margin: 0 auto; }
        .jackpot-mult-box .jackpot-platform table td p {
          background: -webkit-linear-gradient(#ffffe8, #daa156);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-align: center;
          font-size: 120%;
          line-height: normal;
          margin-bottom: 0; }
        .jackpot-mult-box .jackpot-platform table td.big-jackpot {
          position: relative;
          padding-left: 50px;
          width: 45%; }
          .jackpot-mult-box .jackpot-platform table td.big-jackpot i {
            position: absolute;
            left: 0;
            top: calc(50% - 15px);
            display: inline-block;
            padding: 5px 10px 7px 10px;
            min-width: 40px;
            text-align: center;
            font-size: initial;
            border-radius: 100px;
            background: #44210d;
            color: #e1be83; }
            .jackpot-mult-box .jackpot-platform table td.big-jackpot i::before {
              font-size: 110%; }
          .jackpot-mult-box .jackpot-platform table td.big-jackpot p {
            white-space: nowrap;
            font-size: 220%;
            text-align: left;
            font-weight: bold;
            font-style: italic; }
          .jackpot-mult-box .jackpot-platform table td.big-jackpot a.jackpotList-btn {
            display: inherit;
            outline: none; }
            .jackpot-mult-box .jackpot-platform table td.big-jackpot a.jackpotList-btn p {
              position: relative; }
              .jackpot-mult-box .jackpot-platform table td.big-jackpot a.jackpotList-btn p::after {
                position: absolute;
                content: '';
                height: 20px;
                width: 20px;
                right: -25px;
                z-index: 0;
                background: url("../../library/img-common/jackpot/jackpotList-btn.png") no-repeat center;
                background-size: contain;
                z-index: 99; }
        .jackpot-mult-box .jackpot-platform table td.major, .jackpot-mult-box .jackpot-platform table td.minor {
          width: 30%; }
  .jackpot-mult-box .nav-tabs {
    justify-content: center;
    border: none;
    padding-top: 10px; }
    .jackpot-mult-box .nav-tabs .nav-item {
      padding: 5px 8px; }
      .jackpot-mult-box .nav-tabs .nav-item a {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 60px;
        border-radius: 15px 15px 0 0; }
        .jackpot-mult-box .nav-tabs .nav-item a::before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          left: 50%;
          transform: translateX(-50%);
          bottom: -5px;
          background-color: #ffdd434b;
          z-index: 500;
          border-radius: 100px; }
        .jackpot-mult-box .nav-tabs .nav-item a.logo-JILI {
          background: url(../../library/img-platform/JILI/JILI-logo.png) no-repeat center center;
          background-size: 100%; }
          .jackpot-mult-box .nav-tabs .nav-item a.logo-FACHAI {
            background: url(../../library/img-platform/FACHAI/FACHAI-logo.png) no-repeat center center;
            background-size: 50px; }
        .jackpot-mult-box .nav-tabs .nav-item a.logo-JDB {
          background: url(../../library/img-platform/JDB/JDB-logo.png) no-repeat center center;
          background-size: 100%; }
        .jackpot-mult-box .nav-tabs .nav-item a.logo-AMEBA {
          background: url(../../library/img-platform/AMEBA/AMEBA-logo.png) no-repeat center -5px;
          background-size: 80%; }
        .jackpot-mult-box .nav-tabs .nav-item a.active::before {
          background-color: #ffe573;
          box-shadow: rgba(255, 220, 106, 0.836) 0px 0px 10px; }
  .jackpot-mult-box .tab-content {
    padding: 10px 20px 15px 10px;
    min-height: 110px; }
    .jackpot-mult-box .tab-content .major::before {
      top: -10px !important; }
    .jackpot-mult-box .tab-content .tab-pane {
      padding: 0 5%; }
      .jackpot-mult-box .tab-content .tab-pane table .big-jackpot {
        width: auto; }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .jackpot-mult-box .jackpot-platform {
      padding-top: 75px !important; }
    .jackpot-mult-box .nav-tabs {
      padding-top: 0; } }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .jackpot-mult-box {
      width: 90%;
      margin-top: 110px;
      padding: 15px 0 15px 0; }
      .jackpot-mult-box .jackpot-top {
        width: 100%;
        left: 0;
        top: -80px;
        height: 150px;
        background-size: 95%; }
      .jackpot-mult-box .jackpot-platform {
        padding: 70px 0 15px 0;
        width: 96%;
        margin-left: 2%; }
        .jackpot-mult-box .jackpot-platform table td p {
          margin: 5px 0; }
      .jackpot-mult-box .platform-logo {
        position: absolute !important;
        display: block;
        width: 100%;
        top: -65px; }
        .jackpot-mult-box .platform-logo img {
          width: 80px !important;
          margin: 0 auto; }
      .jackpot-mult-box .big-jackpot {
        width: 96% !important;
        padding-left: 50px !important; }
        .jackpot-mult-box .big-jackpot i {
          min-width: auto !important;
          font-size: 0 !important; }
          .jackpot-mult-box .big-jackpot i::before {
            font-size: 22px !important;
            text-align: center !important;
            margin-right: 0 !important; }
        .jackpot-mult-box .big-jackpot p {
          font-size: 155% !important; }
      .jackpot-mult-box .major,
      .jackpot-mult-box .minor {
        display: none !important; } }
  @media all and (min-width: 401px) {
    .jackpot-mult-box {
      width: 400px; } }
  @media screen and (min-width: 1024px) {
    .jackpot-mult-box {
      width: 750px; } }

.modal .modal-jackpotList .modal-content {
  border-radius: 20px; }
  .modal .modal-jackpotList .modal-content .jackpot-list-header {
    position: relative;
    background: url("../../library/img-common/jackpot/jackpot-list-header-bg.png") no-repeat top;
    background-size: cover;
    height: 200px;
    border-radius: 18px 18px 0 0; }
    .modal .modal-jackpotList .modal-content .jackpot-list-header::after {
      position: absolute;
      content: '';
      height: calc( 100% - 20px);
      width: calc( 100% - 20px);
      left: 5px;
      top: 10px;
      background: url("../../library/img-common/jackpot/jackpot-list-header-tab.png") no-repeat center;
      background-size: contain;
      z-index: 0; }
    .modal .modal-jackpotList .modal-content .jackpot-list-header .gameTab {
      position: absolute;
      top: 55px;
      left: 53%;
      z-index: 99;
      font-size: 70px;
      transform: translateX(-53%); }
      .modal .modal-jackpotList .modal-content .jackpot-list-header .gameTab i.icon {
        filter: drop-shadow(2px 5px 2px rgba(0, 0, 0, 0.3)); }
        .modal .modal-jackpotList .modal-content .jackpot-list-header .gameTab i.icon.icon:before {
          color: #fff; }
    .modal .modal-jackpotList .modal-content .jackpot-list-header a.close {
      padding: 0.5rem 0.5rem;
      z-index: 1; }
      .modal .modal-jackpotList .modal-content .jackpot-list-header a.close .icon-close {
        background-color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px; }
        .modal .modal-jackpotList .modal-content .jackpot-list-header a.close .icon-close::before {
          font-size: 30px; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .modal .modal-jackpotList .modal-content .jackpot-list-header {
        height: 150px; }
        .modal .modal-jackpotList .modal-content .jackpot-list-header::after {
          background-size: contain; }
        .modal .modal-jackpotList .modal-content .jackpot-list-header .gameTab {
          top: 43px;
          font-size: 50px; } }
  .modal .modal-jackpotList .modal-content .jackpot-list {
    height: 500px;
    overflow: scroll;
    border-radius: 0 0 18px 18px; }
    .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb li:nth-child(1) {
      background: #f1f1f1;
      position: sticky;
      top: 0;
      z-index: 500; }
    .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb li:nth-child(odd) {
      background: #f1f1f1; }
    .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb .div-tb {
      margin-top: 0;
      margin: 10px 0;
      padding: 0px 30px;
      table-layout: fixed; }
      .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb .div-tb .td span.user-name {
        display: block; }
      .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb .div-tb .td.table-tit p {
        color: #6d6d6d; }
    .modal .modal-jackpotList .modal-content .jackpot-list p {
      margin-bottom: 0; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .modal .modal-jackpotList .modal-content .jackpot-list .panel-list-tb .div-tb {
        padding: 0px 15px; } }
  @media all and (min-width: 360px) and (max-width: 400px) {
    .modal .modal-jackpotList .modal-content .jackpot-list {
      height: 345px; } }

@media screen and (min-width: 1024px) {
  .modal .modal-jackpotList {
    min-width: 600px;
    margin: auto; } }

.social-media {
  padding: 5px 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto; }
  .social-media li {
    display: inline-block;
    text-align: center;
    width: 25%; }
    .social-media li a {
      display: inline-block;
      background: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.6);
      width: 45px;
      height: 45px;
      text-align: center;
      border-radius: 100%; }
      .social-media li a:hover {
        border-color: #bdbdbd; }
    .social-media li .icon:before {
      font-size: 25px;
      line-height: 45px; }

.tooltip.bs-tooltip-bottom .tooltip-inner img {
  margin: 3px 0;
  border-radius: 3px;
  width: 120px; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .social-media {
    padding-top: 10px; } }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .tooltip.bs-tooltip-bottom img {
    display: none; } }

.game-schedule {
  padding: 20px; }
  .game-schedule h2 {
    padding: 10px 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    text-shadow: 1px 1px 10px #000, 1px 1px 10px #333; }
    .game-schedule h2 span {
      color: #ff9238; }
  .game-schedule table {
    width: 100%;
    background: rgba(6, 31, 47, 0.85);
    border-radius: 20px;
    overflow: hidden; }
  .game-schedule thead {
    color: #4a809e;
    font-weight: bold;
    line-height: 2; }
    .game-schedule thead td {
      border-right: none;
      height: auto; }
  .game-schedule td, .game-schedule th {
    width: calc( 100% / 7);
    text-align: center;
    border-right: 1px solid #123a52; }
  .game-schedule th {
    position: relative;
    color: #7bacca;
    font-size: 20px;
    text-align: left;
    line-height: 2;
    padding-left: 10px;
    border-top: 1px solid #123a52; }
  .game-schedule td {
    padding: 5px;
    vertical-align: top;
    height: 120px; }
  .game-schedule dl {
    display: block;
    margin: 0 0 2px 0;
    padding: 1px 2px;
    border-radius: 5px;
    zoom: 1; }
    .game-schedule dl::after {
      content: '';
      display: block;
      clear: both; }
    .game-schedule dl:hover {
      background: #17465f; }
      .game-schedule dl:hover dt {
        color: #c9e5f5; }
      .game-schedule dl:hover dd {
        color: #c9e5f5; }
  .game-schedule dt, .game-schedule dd {
    display: inline-block;
    height: 24px;
    color: #5297bd;
    line-height: 24px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: 0; }
  .game-schedule dt {
    width: 30%;
    float: left;
    background: #092e44;
    border-radius: 5px; }
  .game-schedule dd {
    width: 70%;
    float: left; }
  .game-schedule td[eventcount='0'] dl:hover {
    background: none; }
    .game-schedule td[eventcount='0'] dl:hover dt {
      background: none; }
  .game-schedule td[eventcount='0'] dl dt {
    background: none; }
  .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover {
    background: none; }
    .game-schedule td[eventcount='4'] dl:nth-child(n + 5):hover dt {
      background: none; }
  .game-schedule td[eventcount='4'] dl:nth-child(n + 5) dt {
    background: none; }
  .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover {
    background: none; }
    .game-schedule td[eventcount='3'] dl:nth-child(n + 4):hover dt {
      background: none; }
  .game-schedule td[eventcount='3'] dl:nth-child(n + 4) dt {
    background: none; }
  .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover {
    background: none; }
    .game-schedule td[eventcount='2'] dl:nth-child(n + 3):hover dt {
      background: none; }
  .game-schedule td[eventcount='2'] dl:nth-child(n + 3) dt {
    background: none; }
  .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover {
    background: none; }
    .game-schedule td[eventcount='1'] dl:nth-child(n + 2):hover dt {
      background: none; }
  .game-schedule td[eventcount='1'] dl:nth-child(n + 2) dt {
    background: none; }
  .game-schedule th.today {
    border-top: 2px solid #ff9238;
    position: relative;
    color: #ff9238;
    background: #124058; }
  .game-schedule td.today {
    border-bottom: 2px solid #ff9238;
    position: relative;
    background: #124058; }
    .game-schedule td.today dl {
      color: #fff;
      text-shadow: 1px 1px 10px #333; }
  .game-schedule .this-week {
    background: #092b3e; }
    .game-schedule .this-week dl:hover {
      background: #1e5875; }
      .game-schedule .this-week dl:hover dt {
        color: #fff; }
      .game-schedule .this-week dl:hover dd {
        color: #fff; }
    .game-schedule .this-week dl dt {
      color: #9ac0d6; }
    .game-schedule .this-week dl dd {
      color: #9ac0d6; }
    .game-schedule .this-week dt {
      color: #c9e5f5;
      background: #071c29; }
    .game-schedule .this-week dd {
      color: #c9e5f5; }
    .game-schedule .this-week td[eventcount='0'] dl:hover {
      background: none; }
      .game-schedule .this-week td[eventcount='0'] dl:hover dt {
        background: none; }
    .game-schedule .this-week td[eventcount='0'] dl dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5):hover dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='4'] dl:nth-child(n + 5) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='3'] dl:nth-child(n + 4) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='2'] dl:nth-child(n + 3) dt {
      background: none; }
    .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover {
      background: none; }
      .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2):hover dt {
        background: none; }
    .game-schedule .this-week td.today[eventcount='1'] dl:nth-child(n + 2) dt {
      background: none; }
  .game-schedule .next-month td {
    display: none; }
  .game-schedule span.month-start {
    position: relative;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 80%;
    line-height: 24px;
    color: #fff;
    background: #de7015;
    border-radius: 50px; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .page-web .game-schedule {
    display: none; } }

@media screen and (min-width: 1024px) {
  .game-list-promo .game-list-promo-box {
    border-radius: 20px;
    padding: 0 30px;
    overflow: hidden;
    background: #250924; }
  .game-list-promo .td {
    overflow: visible;
    text-align: center;
    padding: 20px; }
    .game-list-promo .td .owl-games {
      margin: 0 auto; }
    .game-list-promo .td .platform-logo {
      text-align: center;
      margin-bottom: 20px; }
      .game-list-promo .td .platform-logo img {
        max-height: 50px;
        width: auto;
        fill: #ffffff; } }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .game-list-promo {
    display: none; } }

.page-web {
  background: #424242 url(../login-img/layout/layout-default.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed; }
  .page-web .txt-version {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff7a;
    padding: 5px 10px; }
  .page-web .page-wrapper {
    max-width: 1500px;
    min-height: 500px;
    margin: 0 auto; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .page-web .page-wrapper {
        min-height: auto; } }
  .page-web .page-header {
    position: relative;
    height: 602px;
    pointer-events: none; }
    .page-web .page-header .header-logo {
      padding-top: 10px;
      position: absolute;
      left: 0;
      top: 0; }
      .page-web .page-header .header-logo .logo {
        width: 140px;
        height: auto;
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-left: 10px; }
      .page-web .page-header .header-logo::before, .page-web .page-header .header-logo::after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 150px 0 0;
        border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent; }
      .page-web .page-header .header-logo::before {
        border-width: 200px 200px 0 0;
        border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent; }
    .page-web .page-header .login-box {
      border-radius: 20px;
      pointer-events: auto;
      padding: 1% 10px 5px 10px;
      min-height: 280px;
      position: absolute;
      right: 5%;
      top: 15%;
      z-index: 10;
      background: rgba(255, 255, 255, 0.85);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border: 6px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 320px) and (max-width: 1023px) {
        .page-web .page-header .login-box {
          min-height: 230px; } }
      .page-web .page-header .login-box .btn-language {
        display: block;
        text-align: right;
        margin-bottom: 25px; }
        .page-web .page-header .login-box .btn-language .list-group-item {
          cursor: pointer; }
          .page-web .page-header .login-box .btn-language .list-group-item:hover {
            background-color: #f4f4f4; }
        .page-web .page-header .login-box .btn-language button.btn {
          padding: 0;
          border: none;
          border-radius: 10px;
          color: #666666;
          background: none; }
          .page-web .page-header .login-box .btn-language button.btn .icon {
            color: #161616; }
      .page-web .page-header .login-box .form-login {
        border-radius: 20px;
        padding: 0px 20px;
        background-color: #dddddd;
        border: 3px solid #ffffff;
        margin-bottom: 10px; }
        .page-web .page-header .login-box .form-login .tooltip {
          min-width: 90px;
          pointer-events: none; }
          .page-web .page-header .login-box .form-login .tooltip .tooltip-inner {
            min-width: 90px; }
        .page-web .page-header .login-box .form-login .form-group {
          margin: 0; }
          .page-web .page-header .login-box .form-login .form-group input.form-control {
            background: none;
            line-height: 25px;
            vertical-align: bottom;
            font-size: 95%;
            margin: 10px 0 5px 0; }
          .page-web .page-header .login-box .form-login .form-group:first-child::after {
            position: relative;
            content: '';
            width: calc( 100% + 40px);
            display: block;
            border-bottom: 2px solid #fef9fa;
            margin: 0 0 0 -20px; }
          .page-web .page-header .login-box .form-login .form-group .form-control-btn .btn-choose {
            top: 5px;
            height: auto; }
            .page-web .page-header .login-box .form-login .form-group .form-control-btn .btn-choose input[type='checkbox'] {
              left: auto;
              right: 0; }
          .page-web .page-header .login-box .form-login .form-group .form-control-btn:hover .txt-tooltip {
            opacity: 1;
            display: inline-block; }
          .page-web .page-header .login-box .form-login .form-group .form-control-btn .txt-tooltip {
            display: none;
            opacity: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -30px;
            background: #333333da;
            box-shadow: 0 2px 5px #29292967;
            color: #ffffffd7;
            padding: 3px 0;
            border-radius: 5px;
            font-size: 85%;
            line-height: 20px;
            min-width: 110px;
            text-align: center;
            pointer-events: none;
            transition: opacity 1s ease-in-out; }
            .page-web .page-header .login-box .form-login .form-group .form-control-btn .txt-tooltip::before {
              content: '';
              position: absolute;
              left: 50%;
              bottom: -7px;
              transform: translateX(-50%);
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 7px 7px 0 7px;
              border-color: #333333da transparent transparent transparent; }
            .page-web .page-header .login-box .form-login .form-group .form-control-btn .txt-tooltip.show {
              opacity: 1;
              display: inline-block;
              transition: opacity 1s ease-in-out; }
      .page-web .page-header .login-box .txt-error {
        min-height: 25px;
        padding: 0 10px;
        font-size: 80%;
        margin-bottom: 10px; }
        .page-web .page-header .login-box .txt-error p {
          margin-bottom: 0; }
      .page-web .page-header .login-box .btn-primary {
        margin: 20px 0 10px 0;
        font-size: 120%;
        line-height: 44px;
        font-weight: 500;
        border-radius: 100px;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.29); }
        .page-web .page-header .login-box .btn-primary:focus {
          box-shadow: 0 0 0 0.2rem #ffd28c; }
        .page-web .page-header .login-box .btn-primary:active {
          border-color: #f09c1a; }
        .page-web .page-header .login-box .btn-primary:active:focus {
          box-shadow: 0 0 0 0.2rem #ffd28c; }
      .page-web .page-header .login-box .btn-box {
        position: relative;
        text-align: right;
        border-radius: 0 0 15px 15px; }
        .page-web .page-header .login-box .btn-box .btn-link {
          width: auto;
          border-radius: 12px;
          background-color: #ffffff5d; }
          .page-web .page-header .login-box .btn-box .btn-link:hover {
            background-color: #fff; }
          .page-web .page-header .login-box .btn-box .btn-link .icon-user-plus {
            font-size: 120%; }
  .page-web .page-body {
    width: 100%;
    min-height: 100px;
    padding: 0 5% 20px 5%; }
    @media screen and (min-width: 320px) and (max-width: 1023px) {
      .page-web .page-body {
        min-height: 0;
        padding: 0; }
        .page-web .page-body.d-m-none {
          display: none; } }
  .page-web footer {
    padding: 0;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 90%; }
    .page-web footer .page-wrapper {
      position: relative;
      max-width: 1300px;
      min-height: 120px;
      margin: 0 auto;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0 20px 20px 30px; }
      .page-web footer .page-wrapper::before, .page-web footer .page-wrapper::after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 50px 0 0;
        border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent; }
      .page-web footer .page-wrapper::before {
        border-width: 70px 70px 0 0;
        border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent; }
        .page-web footer .page-wrapper .policy-area {
          position: relative;
          background: #000;
          border: 1px solid #bfa85d52;
          border-radius: 100px;
          padding: 5px 5px 5px 40px;
          margin: 8px 0 5px 0;
          display: inline-block;
          text-align: left; }
          .page-web footer .page-wrapper .policy-area .icon-shield-check {
            position: absolute;
            left: 3px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 25px;
            color: #bfa85d;
            background: #333;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 100px; }
          .page-web footer .page-wrapper .policy-area .txt-link {
            color: #bfa85d;
            padding: 0px 5px;
            margin-right: 10px;
            word-wrap: break-word;
            line-height: 30px;
            font-size: 100%;
            text-align: left; }
            .page-web footer .page-wrapper .policy-area .txt-link:hover {
              color: rgba(255, 255, 255, 0.8);
              text-decoration: underline; }
    .page-web footer .txt-copyright {
      display: inline-block;
      text-align: left;
      position: relative;
      padding: 15px 0 0 0; }
      .page-web footer .txt-copyright .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: auto; }
    .page-web footer .txt-support {
      display: inline-block;
      width: 450px;
      float: right;
      border-radius: 0 0 15px 15px;
      background-color: rgba(255, 255, 255, 0.05);
      padding: 15px 20px 10px 20px;
      margin: 0 0 0 50px; }
      .page-web footer .txt-support p {
        margin: 0 0 3px 0; }
      .page-web footer .txt-support br {
        display: none; }
      .page-web footer .txt-support .badge {
        margin-right: 10px;
        line-height: 40px;
        padding: 0; }
        .page-web footer .txt-support .badge i {
          font-size: 20px;
          width: 30px;
          height: 35px; }
          .page-web footer .txt-support .badge i::before {
            display: none; }
          .page-web footer .txt-support .badge i.icon-googlechrome {
            background: url(../../library/img-common/browser/chrome.png) no-repeat 3px 7px;
            background-size: 25px; }
          .page-web footer .txt-support .badge i.icon-safari {
            background: url(../../library/img-common/browser/safari.png) no-repeat 3px 7px;
            background-size: 25px; }
  @media screen and (min-width: 1024px) {
    .page-web .btn-language-m {
      display: none; } }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .page-web .page-wrapper {
      max-width: 1024px;
      min-height: 400px; }
      .page-web .page-wrapper .page-header {
        height: 420px; }
        .page-web .page-wrapper .page-header .login-box {
          top: 8%; }
    .page-web .owl-carousel.owl-carousel-bg {
      max-width: 1024px; }
    .page-web footer {
      max-width: 1024px;
      margin: 40px auto 0 auto; }
      .page-web footer .txt-copyright {
        width: 53%; }
      .page-web footer .txt-support {
        margin-left: 0; } }
  @media all and (min-width: 1281px) and (max-width: 1400px) {
    .page-web .page-wrapper {
      max-width: 1100px; }
      .page-web .page-wrapper .page-header {
        height: 450px; }
        .page-web .page-wrapper .page-header .login-box {
          top: 8%; }
    .page-web .owl-carousel.owl-carousel-bg {
      max-width: 1100px; }
    .page-web footer {
      max-width: 1000px;
      margin: 20px auto 0 auto; }
      .page-web footer .txt-copyright {
        width: 52%; }
      .page-web footer .txt-support {
        margin-left: 0; } }
  @media screen and (min-width: 320px) and (max-width: 1023px) {
    .page-web.modal-open {
      -ms-touch-action: none;
      touch-action: none; }
      .page-web.modal-open .modal {
        height: 86vh; }
        .page-web.modal-open .modal .modal-dialog-centered::before {
          height: auto; }
    .page-web .txt-version {
      display: inline-block; }
    .page-web .page-header .header-logo::before,
    .page-web .page-header .header-logo::after {
      display: none; }
    .page-web .btn-language-m {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0; }
      .page-web .btn-language-m button {
        border: none;
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        background: none; }
    .page-web .page-header {
      height: auto; }
      .page-web .page-header .header-logo {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 4% 0 2% 0;
        min-height: 120px; }
        .page-web .page-header .header-logo img.logo {
          margin: 0;
          width: 130px; }
      .page-web .page-header .login-box {
        position: relative;
        left: auto;
        right: auto;
        padding: 2%;
        margin: 0 auto 5% auto;
        width: 90%;
        background: rgba(247, 247, 247, 0.85);
        border: none; }
        .page-web .page-header .login-box .form-login {
          border-radius: 15px;
          border: none;
          padding: 1px 20px;
          background: #fef9fa; }
          .page-web .page-header .login-box .form-login .form-group:first-child::after {
            border-bottom: 2px solid #f0f0f0; }
        .page-web .page-header .login-box .btn-language {
          display: none; }
    .page-web footer {
      font-size: 80%;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .page-web footer ::before,
      .page-web footer ::after {
        display: none; }
      .page-web footer br {
        display: block; }
      .page-web footer .page-wrapper {
        min-height: auto;
        max-width: 520px;
        padding: 20px 10px;
        border: none; }
      .page-web footer .txt-copyright {
        display: none; }
      .page-web footer .txt-support {
        width: 100%;
        float: none;
        margin: 0;
        padding: 15px 12px 10px 12px;
        border-radius: 10px;
        line-height: normal; }
        .page-web footer .txt-support p {
          display: inline-block;
          text-align: left;
          margin: 0; }
        .page-web footer .txt-support .badge {
          margin: 5px 5px 0 5px; }
        .page-web footer .txt-support br {
          display: block; }
      .page-web footer .page-wrapper .policy-area {
        width: 100%;
        padding-left: 55px;
        border-radius: 13px; }
        .page-web footer .page-wrapper .policy-area .icon-shield-check {
          left: 10px; }
          .page-web footer .page-wrapper .policy-area .icon-shield-check::before {
            display: inline-block; } }
  @media all and (min-width: 401px) {
    .page-web .page-header .login-box {
      min-width: 320px;
      max-width: 360px; } }
  @media all and (min-width: 1024px) and (max-width: 1280px) {
    .page-web .page-header .login-box {
      width: 320px;
      right: 3%; }
    .page-web .page-body {
      padding: 0; } }

.panel {
  border-radius: 20px;
  padding: 5%;
  background-color: #ffffff; }
