﻿@charset "UTF-8";
/* 
Global style CSS - Desktop Mode
Date Created : 16 June 2019
Last Updated : 22 May 2021
*/
/*---------------------------------------------------------------------
                    Import
---------------------------------------------------------------------*/
/* 
Font Config
Author : Rai
Description : Set your desired font name, path and style here 
*/
@font-face {
  font-family: 'Leelawadee';
  src: url(../main/fonts/Leelawadee/LEELAWAD.ttf);
  src: url(../main/fonts/Leelawadee/LEELAWAD.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LeelawadeeBold';
  src: url(../main/fonts/Leelawadee/LEELAWDB.ttf);
  src: url(../main/fonts/Leelawadee/LEELAWDB.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Rockwell';
  src: url(../main/fonts/Rockwell/ROCK.ttf);
  src: url(../main/fonts/Rockwell/ROCK.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'RockwellBold';
  src: url(../main/fonts/Rockwell/ROCKB.ttf);
  src: url(../main/fonts/Rockwell/ROCKB.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'MontserratBold';
  src: url(../main/fonts/Montserrat/Montserrat-Bold.ttf);
  src: url(../main/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'MontserratExtraBold';
  src: url(../main/fonts/Montserrat/Montserrat-ExtraBold.ttf);
  src: url(../main/fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../main/fonts/Montserrat/Montserrat-Regular.ttf);
  src: url(../main/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'MontserratSemi';
  src: url(../main/fonts/Montserrat/Montserrat-SemiBold.ttf);
  src: url(../main/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'InterparkGothicBold';
  src: url(../main/fonts/InterparkGothic/InterparkGothicBold.ttf);
  src: url(../main/fonts/InterparkGothic/InterparkGothicBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'InterparkGothicLight';
  src: url(../main/fonts/InterparkGothic/InterparkGothicLight.ttf);
  src: url(../main/fonts/InterparkGothic/InterparkGothicLight.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'InterparkGothicMedium';
  src: url(../main/fonts/InterparkGothic/InterparkGothicMedium.ttf);
  src: url(../main/fonts/InterparkGothic/InterparkGothicMedium.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
.font-xxxs {
  font-size: 0.6rem;
}
.font-xxs {
  font-size: 0.7rem;
}
.font-xs {
  font-size: 0.8rem;
}
.font-sm {
  font-size: 0.9rem;
}
.font-default {
  font-size: 1rem;
}
.font-lg {
  font-size: 1.2rem;
}
.font-xl {
  font-size: 1.4rem;
}
.font-xxl {
  font-size: 1.6rem;
}
.font-xxxl {
  font-size: 1.8rem;
}
.font-sxl {
  font-size: 2.2rem;
}
.font-h7 {
  font-size: 0.875rem !important;
}
/*@color_red: #FF003C;*/
/*---------------------------------------------------------------------
                    Global Preset
---------------------------------------------------------------------*/
body {
  font-family: "Leelawadee", Arial, sans-serif;
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
/* Container supported for ultra wide */
.container-fluid {
  width: 1920px;
}
@media (max-width: 1920px) {
  .container-fluid {
    width: 100%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  color: #FDB913;
  text-decoration: underline;
}
.ko-nation a:hover {
  color: #1C75BC;
}
a,
btn,
.button,
button {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
a,
.button {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.hidden {
  display: none;
}
/* Fix column when no gutters class is applied */
.colpadfix {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.col-yfix {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.col-slanted {
  /* SKEW Column*/
  ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  /* UNSKEW Content */
}
.col-slanted p,
.col-slanted img {
  ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}
@media (max-width: 767px) {
  .col-slanted {
    ms-transform: unset;
    -webkit-transform: unset;
    transform: skewX(unset);
  }
  .col-slanted p,
  .col-slanted img {
    ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
/* Image */
.img-fluid.img-autotuned {
  max-width: 65%;
}
@media (max-width: 1199px) {
  .img-fluid.img-autotuned {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .img-fluid.img-autotuned {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .img-fluid.img-autotuned {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .img-fluid.img-autotuned {
    max-width: 100%;
  }
}
/* Border Radius */
.rounded-md {
  border-radius: 0.5rem !important;
}
.rounded-lg {
  border-radius: 0.75rem !important;
}
/* Margin */
.m-y0-xAuto {
  margin: 0 auto;
}
/* vertical align*/
.va-middle {
  vertical-align: middle !important;
}
.va-top {
  vertical-align: top !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.main-content {
  min-height: 75vh;
  background: #1B1B1B;
}
/*@media (min-width: 1200px){
    .container {
        max-width: 960px;
    }
}*/
/* Collapse deposit result position icon class */
.drtext-position {
  position: absolute;
  left: 10px;
  margin-bottom: 4px;
}
.position-icon {
  position: absolute;
  right: 40px;
  top: -3px;
  bottom: 0;
}
.icon-class {
  position: absolute;
  padding-right: 5px;
  font-weight: bold;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.col.pure,
.col-1.pure,
.col-10.pure,
.col-11.pure,
.col-12.pure,
.col-2.pure,
.col-3.pure,
.col-4.pure,
.col-5.pure,
.col-6.pure,
.col-7.pure,
.col-8.pure,
.col-9.pure,
.col-auto.pure,
.col-lg.pure,
.col-lg-1.pure,
.col-lg-10.pure,
.col-lg-11.pure,
.col-lg-12.pure,
.col-lg-2.pure,
.col-lg-3.pure,
.col-lg-4.pure,
.col-lg-5.pure,
.col-lg-6.pure,
.col-lg-7.pure,
.col-lg-8.pure,
.col-lg-9.pure,
.col-lg-auto.pure,
.col-md.pure,
.col-md-1.pure,
.col-md-10.pure,
.col-md-11.pure,
.col-md-12.pure,
.col-md-2.pure,
.col-md-3.pure,
.col-md-4.pure,
.col-md-5.pure,
.col-md-6.pure,
.col-md-7.pure,
.col-md-8.pure,
.col-md-9.pure,
.col-md-auto.pure,
.col-sm.pure,
.col-sm-1.pure,
.col-sm-10.pure,
.col-sm-11.pure,
.col-sm-12.pure,
.col-sm-2.pure,
.col-sm-3.pure,
.col-sm-4.pure,
.col-sm-5.pure,
.col-sm-6.pure,
.col-sm-7.pure,
.col-sm-8.pure,
.col-sm-9.pure,
.col-sm-auto.pure,
.col-xl.pure,
.col-xl-1.pure,
.col-xl-10.pure,
.col-xl-11.pure,
.col-xl-12.pure,
.col-xl-2.pure,
.col-xl-3.pure,
.col-xl-4.pure,
.col-xl-5.pure,
.col-xl-6.pure,
.col-xl-7.pure,
.col-xl-8.pure,
.col-xl-9.pure,
.col-xl-auto.pure {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.modal {
  /*.modal-close {
        position: absolute;
        top: -14px;
        right: -14px;
        z-index: 1060;

        a span {
            background: @color_white;
            border-radius: 50%;
            width: 26px;
            height: 26px;
            color: @color_darkgrey;
        }
    }*/
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-lg,
  .modal .modal-dialog.modal-xl {
    max-width: 500px;
  }
  .modal .modal-dialog.modal-promo {
    max-width: 90%;
  }
}
@media (min-width: 576px) {
  .modal .modal-dialog.modal-promo {
    max-width: 80%;
  }
}
.modal .modal-content {
  border-radius: 0.5rem;
}
.modal .modal-content .modal-body.pad-zero {
  padding: 0;
}
@media (max-width: 767px) {
  .modal .modal-content .modal-body.pad-zero {
    padding: 1rem 2rem;
  }
}
.modal .modal-close .close-bg {
  position: absolute;
  top: -11px !important;
  right: -12px !important;
  /* z-index: 1060 !important; */
  background: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.modal .modal-close a {
  position: absolute;
  right: -13px;
  top: -11px;
  color: #7F8082 !important;
}
.modal .modal-close a span {
  margin-top: -3px;
}
/*---------------------------------------------------------------------
                    Background Color - Custom
---------------------------------------------------------------------*/
.bg-stock {
  background-color: #E6F1DC;
}
.bg-darkblue {
  background-color: #1E2337;
}
.bg-gold {
  background-color: #FDB913;
}
.ko-nation .bg-gold {
  background-color: #1C75BC;
}
.bg-darkgrey {
  background-color: #7F8082;
}
.bg-promo-dark {
  background-color: #1B1B1B;
  color: #FFFFFF;
}
.bg-dark-4 {
  background-color: #1B1B1B;
}
.bg-red {
  background-color: #B71032;
}
/*---------------------------------------------------------------------
                    Text Font & Color - Custom
---------------------------------------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*letter-spacing: 1px;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #4c5462;*/
  margin-top: 0px;
  font-style: normal;
}
/*
h1 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
}

h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-size: 14px;
    font-weight: 500;
}

h5 {
    font-size: 12px;
    font-weight: 400;
}
*/
.text-black {
  color: #1B1B1B;
}
.text-gold {
  color: #FDB913;
}
.ko-nation .text-gold {
  color: #1C75BC;
}
/*.text-dark{
    color: @color_black !important;
}*/
.text-grey {
  color: #7F8082;
}
.text-grey6 {
  color: #7F8082;
}
.text-lightgrey {
  color: #7F8082;
}
.text-red {
  color: #B71032;
}
.text-silver {
  color: #E5E5E5;
}
.text-white {
  color: #FFFFFF;
}
.letterspace-0 {
  letter-spacing: 0;
}
.background-lightgrey {
  background-color: #E5E5E5;
}
.text-silver-gradient {
  background: linear-gradient(to bottom, #B5B3B1 0%, #F8F7F7 48%, #C1BDB8 52%, #EDEAE2 100%);
  -webkit-text-fill-color: transparent;
}
.section-heading {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(to right, #E8C46F 0%, #E5c06b 30%, #825a23 50%, #E5c06b 70%, #E8C46F 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading-2 {
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 51px;
  font-weight: 800;
  background: -webkit-linear-gradient(141.52deg, #E8C46F 0%, #BB842C 25.2%, #7D5723 49.88%, #BB842C 76.1%, #E8C46F 98.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading-left {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(141.52deg, #E8C46F 0%, #BB842C 25.2%, #7D5723 49.88%, #BB842C 76.1%, #E8C46F 98.72%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-heading-inner {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #FDB913;
}
.ko-nation .section-heading-inner {
  color: #1C75BC;
}
.border-gray {
  border: 1px solid #323030;
}
.border-gray-2 {
  border: 1px solid #7F8082;
}
.border-gold {
  border: 1px solid #FDB913;
}
.ko-nation .border-gold {
  border: 1px solid #1C75BC;
}
.overflow-x-scroll {
  overflow-x: auto;
}
.font-common,
.font-preloader {
  font-size: 0.875rem;
}
.font-6 {
  font-size: 6px !important;
}
.font-7 {
  font-size: 7px !important;
}
.font-8 {
  font-size: 8px !important;
}
.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-27 {
  font-size: 27px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-34 {
  font-size: 34px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-weight-common {
  font-weight: 500;
}
.font-weight-median {
  font-weight: 600;
}
.font-weight-special {
  font-weight: 800;
}
.img-preloader {
  width: 64px;
}
.alert {
  font-size: 0.875rem;
}
.alert-dismissible .close {
  top: -2px;
  outline: none;
}
.table-dark-1 {
  background-color: #1B1B1B;
  color: #FFFFFF;
}
.card {
  /*z-index: 1070;*/
}
.card.card-dark {
  background-color: #1B1B1B;
}
.card.card-dark .card-body {
  color: #FFFFFF;
}
.card.card-dark1 {
  background-color: #1B1B1B;
}
.card.card-dark1 .card-body {
  color: #FFFFFF;
}
.label-under {
  display: flex;
  font-size: 0.725rem;
  color: #FE1D1D;
}
/*---------------------------------------------------------------------
                    Button
---------------------------------------------------------------------*/
.btn.btn-sequence {
  border-radius: unset;
}
.btn.btn-sequence:first-of-type {
  border-top-left-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem;
}
.btn.btn-sequence:last-of-type {
  border-top-right-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}
.btn:hover {
  /*color: @color_white;*/
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none!important;
}
.btnOnImageOverlay {
  position: absolute;
  display: flex;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.btn-fileyeah {
  border-radius: 0.5rem;
  background: #7F8082;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding: 0.6rem 2rem;
  border: 0;
  color: #FFFFFF !important;
}
.btn-fileyeah.border-1 {
  border: 1px solid #7F8082;
}
.btn-fileyeah.border-2 {
  border: 2px solid #7F8082;
}
.btn-fileyeah.disabled,
.btn-fileyeah:disabled {
  color: #fff;
  background-color: #7F8082;
  border-color: #7F8082;
}
.btn-fileyeah:hover,
.btn-fileyeah:focus,
.btn-fileyeah:active,
.btn-fileyeah:not([disabled]):not(.disabled).active,
.btn-fileyeah:not([disabled]):not(.disabled):active,
.show > .btn-fileyeah.dropdown-toggle {
  background: #1B1B1B;
  border-color: #1B1B1B;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  color: #FFFFFF !important;
}
.btn-primary {
  color: #fff;
  background-color: #FDB913;
  border-color: #FDB913;
}
.ko-nation .btn-primary {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.btn-primary:hover {
  color: #1B1B1B;
  background-color: #FDB913;
  border-color: #1B1B1B;
}
.ko-nation .btn-primary:hover {
  background-color: #1C75BC;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #1B1B1B;
  background-color: #FDB913;
  border-color: #1B1B1B;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.ko-nation .btn-primary.focus,
.btn-primary:focus {
  background-color: #1C75BC;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #1B1B1B;
  background-color: #FDB913;
  border-color: #1B1B1B;
}
.ko-nation .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #1C75BC;
}
.btn-banner {
  color: #1B1B1B;
  background-color: #FDB913;
  border-color: #FDB913;
  padding: 0.75rem 2rem;
}
.ko-nation .btn-banner {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.btn-red {
  color: #FFFFFF;
  background-color: #B71032;
  border-color: #B71032;
}
.btn-gold {
  color: #FFFFFF;
  background-color: #FDB913;
  border-color: #FDB913;
  padding: 0.8rem 0.75rem;
}
.ko-nation .btn-gold {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.btn-gold:hover {
  color: #1B1B1B !important;
  background-color: #FDB913;
  border-color: #FDB913;
  font-family: MontserratBold;
  font-weight: 700;
}
.ko-nation .btn-gold:hover {
  background-color: #1C75BC;
  border-color: #1C75BC;
}
.ko-language .btn-gold {
  font-family: InterparkGothicBold !important;
}
.btn-gold-1 {
  background-color: #FFFFFF;
  color: #FDB913;
  border-color: #FDB913;
  padding: 0.8rem 0.75rem;
}
.ko-nation .btn-gold-1 {
  color: #1C75BC;
  border-color: #1C75BC;
}
.btn-grey-request-otp {
  background-color: #7F8082;
  color: #FFFFFF;
  border-color: #7F8082;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  display: inline;
  min-width: 70px;
  font-size: 12px;
  -webkit-appearance: unset !important;
  outline: none !important;
  border: unset !important;
  max-width: 117.39px;
}
.btn-gold-1:hover {
  color: #1B1B1B !important;
  background-color: #FFFFFF;
  border-color: #FDB913;
}
.ko-nation .btn-gold-1:hover {
  border-color: #1C75BC;
}
.btn-grey {
  background: #7F8082;
  color: #FFFFFF;
}
.btn.btn-gold-gradient {
  border-color: #E5c06b;
  background-image: linear-gradient(-45deg, #E5c06b 0%, #825a23 50%, #E5c06b 100%);
  background-repeat: repeat-x;
  color: #FFFFFF;
}
.btn.btn-gold-gradient.btn-w-25 {
  width: 25%;
}
@media (max-width: 575px) {
  .btn.btn-gold-gradient.btn-w-25 {
    width: unset;
  }
}
.btn-block + .btn-block {
  margin-top: 1rem;
}
.btnSubmit {
  min-width: 170px !important;
}
.btnReset {
  min-width: 160px !important;
}
.btnRequest {
  min-width: 160px !important;
}
.btnSignup {
  padding: 0.25rem 1rem;
}
.btn-navbar {
  background: transparent;
  border-color: #FFFFFF;
  color: #FDB913 !important;
  width: 100px;
  font-size: 13px;
  font-weight: bold;
  padding: 1.5rem 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.ko-nation .btn-navbar {
  color: #1C75BC !important;
}
@media (max-width: 767px) {
  .btn-navbar {
    padding: 0.375rem 0.75rem;
    width: 100%;
  }
}
.btn-navbar:hover {
  /*background-image: linear-gradient(-45deg, #E5c06b 0%, #825a23 50%, #E5c06b 100%);*/
  background-color: #FDB913;
  color: #FFFFFF !important;
  border: 1px solid transparent;
}
.ko-nation .btn-navbar:hover {
  background-color: #1C75BC;
}
.btn-danger1 {
  border-color: #B71032;
  background-color: #B71032;
  border-radius: 0 !important;
  color: #FFFFFF;
}
.btn-common-form {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #B71032;
  border-width: 2px;
  padding: 0.5rem 0.5rem;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.btn-common-form:not(.btn-blurred):hover {
  color: #FFFFFF;
  background-color: #B71032;
  border-color: #B71032;
}
.btn-common-form-2 {
  color: #FFFFFF;
  background: linear-gradient(141.52deg, #E8C46F 0%, #BB842C 25.2%, #7D5723 49.88%, #BB842C 76.1%, #E8C46F 98.72%);
  padding: 0.5rem 0.5rem;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.btn-common-form-2:not(.btn-blurred):hover {
  color: #1B1B1B;
}
.btn-block.btn-common-form-2 {
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
}
.btn-common {
  font-size: 12px;
  border-color: #B71032;
  border-radius: 0 !important;
  padding: 0.25rem 15px !important;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  color: #FFFFFF;
  min-width: 100px;
}
.btn-promo {
  font-size: 12px;
  border-color: #E5E5E5;
  border-radius: 0 !important;
  padding: 0.25rem 15px !important;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  color: #D8D1D1;
}
.btn-common:not(.btn-blurred):hover {
  background-color: #B71032;
  color: #FFFFFF !important;
}
.btn-promo:hover {
  border-color: #B71032;
  background-color: #B71032;
  color: #FFFFFF !important;
}
.btn-bm {
  font-size: 14px;
}
@media (max-width: 991px) {
  .btn-bm {
    font-size: 12px;
  }
}
/*---------------------------------------------------------------------
                    Deposit
---------------------------------------------------------------------*/
.btn-deposit:hover {
  color: #1B1B1B;
  text-decoration: none;
}
.btn-red-1-deposit-submit {
  -webkit-transform: skewX(-10deg);
  margin-left: 10px;
  background: #FF003C;
  color: #FFFFFF;
}
.deposit-width-fill {
  width: 100% !important;
}
.deposit-dropdown-list-height {
  height: 32px;
}
.btn-white-1-deposit-cancel {
  -webkit-transform: skewX(-10deg);
  margin-left: 5px;
  background: #FFFFFF;
  color: #FF003C;
}
.btn-white-1-deposit-cancel:hover,
.btn-white-1-deposit-cancel.active {
  cursor: pointer;
  background-color: #FFFFFF;
}
.btn-white-1-deposit-cancel:hover a,
.btn-white-1-deposit-cancel.active a {
  color: #FF003C;
  font-weight: 700;
}
.online-deposit-top-menu {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.online-deposit-top-menu:first-child {
  border-bottom: 0px;
}
.online-deposit-top-menu:last-child {
  border-bottom: 0px;
  border-left: 0px;
}
.online-deposit-top-menu:hover,
.online-deposit-top-menu.active {
  cursor: pointer;
  /*background-color: @color_gold;*/
}
.online-deposit-top-menu:hover a,
.online-deposit-top-menu.active a {
  color: #FFFFFF;
}
.online-deposit-top-menu a {
  color: #7F8082;
}
@media (max-width: 991px) {
  .online-deposit-top-menu {
    font-size: 12px;
  }
}
.ko-nation .online-deposit-top-menu:hover,
.ko-nation .online-deposit-top-menu.active {
  /*background-color: @color_blue;*/
}
.ko-language .online-deposit-top-menu {
  font-family: InterparkGothicBold !important;
}
.offline-deposit-top-menu {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.offline-deposit-top-menu:first-child {
  border-bottom: 0px;
}
.offline-deposit-top-menu:last-child {
  border-bottom: 0px;
  border-left: 0px;
}
.offline-deposit-top-menu:hover,
.offline-deposit-top-menu.active {
  cursor: pointer;
  /*background-color: @color_gold;*/
}
.offline-deposit-top-menu:hover a,
.offline-deposit-top-menu.active a {
  color: #FFFFFF;
}
.offline-deposit-top-menu a {
  color: #7F8082;
}
@media (max-width: 991px) {
  .offline-deposit-top-menu {
    font-size: 12px;
  }
}
.ko-nation .offline-deposit-top-menu:hover,
.ko-nation .offline-deposit-top-menu.active {
  /*background-color: @color_blue;*/
}
.ko-language .offline-deposit-top-menu {
  font-family: InterparkGothicBold !important;
}
Deposit-label {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 700;
  font-family: MontserratBold;
}
@media (max-width: 991px) {
  Deposit-label {
    font-size: 12px !important;
  }
}
.deposit-label {
  color: #1B1B1B;
  font-size: 14px !important;
  font-family: Montserrat !important;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .deposit-label {
    font-size: 12px !important;
  }
}
Deposit-label-normal,
.label-banklisting {
  color: #1B1B1B;
  font-size: 14px;
  font-family: Montserrat!important;
}
@media (max-width: 991px) {
  Deposit-label-normal,
  .label-banklisting {
    font-size: 12px !important;
  }
}
.Deposit-Account-Label {
  font-family: MontserratSemi;
  font-size: 15px;
  line-height: 19.8px;
}
@media (max-width: 991px) {
  .Deposit-Account-Label {
    font-size: 12px !important;
  }
}
.deposit-label-normal {
  color: #1B1B1B;
  font-size: 14px !important;
  font-family: Montserrat !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .deposit-label-normal {
    font-size: 12px !important;
  }
}
.ko-language Deposit-label-normal,
.ko-language .deposit-label-normal {
  font-family: InterparkGothicLight !important;
}
.deposit-heading-left {
  border-left: 1px solid #1B1B1B;
  border-right: 1px solid #1B1B1B;
  font-size: 40px;
}
.deposit-top-menu {
  border: 1px solid #323030;
  background-color: #FFFFFF;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.deposit-top-menu:hover,
.deposit-top-menu.active {
  cursor: pointer;
  background-color: #FF003C;
}
.deposit-top-menu:hover a,
.deposit-top-menu.active a {
  color: #FFFFFF;
  font-weight: 700;
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
}
.deposit-top-menu a {
  /*-ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);*/
  color: #FF003C;
  font-weight: 700;
  font-size: 13px;
}
.deposit-text-center {
  font-size: 40px;
  text-align: center !important;
}
.text-deposit-text {
  -webkit-transform: skewX(15deg);
  text-decoration: none !important;
}
.deposit-profile-top-menu {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  color: #7F8082;
}
.deposit-profile-top-menu:first-child {
  border-bottom: 0px;
}
.deposit-profile-top-menu:last-child {
  border-bottom: 0px;
  border-left: 0px;
}
.deposit-profile-top-menu:hover,
.deposit-profile-top-menu.active {
  font-family: MontserratBold;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 991px) {
  .deposit-profile-top-menu {
    font-size: 12px;
  }
}
.ko-language .deposit-profile-top-menu {
  font-family: InterparkGothicBold !important;
}
.ko-language .deposit-profile-top-menu:hover,
.ko-language .deposit-profile-top-menu.active {
  font-family: InterparkGothicBold !important;
}
.ko-language .Deposit-Account-Label {
  font-family: InterparkGothicMedium !important;
}
.deposit-Amount-Label {
  color: #1b1b1b;
}
.Deposit-Account-Box {
  color: #FFFFFF;
  background-color: #252525;
}
.Deposit-Account-Box .Deposit-Account-Box-item {
  border: 2px solid #1B1B1B;
}
.Deposit-Account-Box .Deposit-Account-Box-item-r {
  border-right: 2px solid #1B1B1B;
}
.Deposit-Account-Box .Deposit-Account-Box-item-l {
  border-left: 2px solid #1B1B1B;
}
.Deposit-Account-Label-2 {
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.68);
}
.Deposit-Account-Label-2:hover,
.Deposit-Account-Label-2.active {
  cursor: pointer;
  color: #FFFFFF;
}
/*---------------------------------------------------------------------
                    Accordion
---------------------------------------------------------------------*/
.accordion button {
  font-size: 0.875rem !important;
}
.accordion .nav-link {
  padding: 0.25rem 1rem !important;
  text-transform: uppercase;
  font-size: 13px;
}
#accountSideMenu {
  font-weight: 500 !important;
}
#accountSideMenu .card {
  border-radius: 0 !important;
}
#accountSideMenu .list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#accountSideMenu .list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion .card-header {
  border-bottom: 1px solid #323030;
}
.accordion .card-body {
  padding: 1.25rem 0.75rem 0 0.75rem;
}
/*---------------------------------------------------------------------
                    Form Element
---------------------------------------------------------------------*/
label {
  /*color: @color_black;*/
  color: #B71032;
  font-size: 13px;
  font-weight: 600;
}
#forgotpassword-form label,
#forgotpassword-form .asterisk {
  display: none;
}
select option {
  background-color: #FFFFFF;
  color: #1B1B1B;
}
.br-0 {
  border-radius: 0 !important;
}
.br-btn,
.br-form {
  border-radius: 10px !important;
}
.br-btn-banner {
  border-radius: 0.5rem !important;
}
/* Promotion overlay btn */
.pd-btn {
  padding: 0.25rem 1rem;
}
.form-control:not(.form-gamebar) {
  border: 1px solid #7F8082;
  border-radius: 0.5rem;
}
.fcRequired {
  border: 1px solid #B71032 !important;
  color: #B71032 !important;
}
.form-control.form-themed {
  color: #fff;
  background-color: #1B1B1B;
  border-color: #1B1B1B;
  border-bottom: 2px solid white;
  border-radius: 0 !important;
  /* margin-bottom: 0.275rem; */
}
.form-control.form-themed:focus {
  border-bottom: 2px solid #ff0030;
  outline: 0;
  box-shadow: none;
}
.form-control.form-themed-2 {
  color: #1B1B1B;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-bottom: 1px solid #898989;
  border-radius: 0 !important;
}
.field-validation-error,
.field-validation-valid,
.label-under {
  font-size: 0.725rem;
  color: #B71032;
  display: flex;
  margin-top: 3px;
}
.disable-text {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-control-date {
  height: unset !important;
}
/*---------------------------------------------------------------------
                    Table / Pagination Element
---------------------------------------------------------------------*/
.page-link {
  color: #1B1B1B;
  font-size: 14px;
  border-radius: 0.1rem !important;
  padding: 0.35rem 0.7rem;
  margin: 0 3px;
}
@media (max-width: 991px) {
  .page-link {
    font-size: 10px;
  }
}
.page-item.active .page-link {
  color: #ffffff;
  background-color: #B71032;
  border-color: #B71032;
}
/*.ko-nation .page-item.active .page-link {
    background-color: @color_blue;
    border-color: @color_blue;
}*/
.page-link:hover {
  color: #1B1B1B;
  border-color: #B71032;
}
/*.ko-nation .page-link:hover {
    border-color: @color_blue;
}*/
/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/
.section {
  padding: 36px 0;
}
.section-first {
  padding-top: 68px;
  padding-bottom: 5px;
}
.section-content {
  /*padding-top: 0;*/
  padding-bottom: 50px;
}
.section-inner {
  padding-top: 165px;
  padding-bottom: 200px;
}
section.announcement-panel {
  padding: 20px 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  .section-first {
    padding-top: 52px;
    padding-bottom: 12px;
  }
  .section-content {
    /*padding-top: 66px;*/
    padding-bottom: 20px;
  }
  .section-inner {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-first {
    padding-top: 49px;
    padding-bottom: 15px;
  }
  .section-content {
    /*padding-top: 63px;*/
    padding-bottom: 20px;
  }
}
/*@media (max-width: 576px){
    .section-first {
        padding-top: 70px;
    }
}*/
section.announcement-panel:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FDB913;
  top: -5px;
  left: 0;
}
.ko-nation section.announcement-panel:before {
  background: #1C75BC;
}
section.announcement-panel:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FDB913;
  bottom: 0;
  left: 0;
}
.ko-nation section.announcement-panel:after {
  background: #1C75BC;
}
/*------
Cardbox
--------
*/
.cardbox {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.5);
}
.cardbox label,
.cardbox a {
  font-family: Arial, sans-serif;
  color: #1B1B1B;
}
.cardbox label.cardbox-label,
.cardbox a.cardbox-label {
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 21px;
}
.cardbox label.cardbox-label-2,
.cardbox a.cardbox-label-2 {
  font-size: 12px !important;
  line-height: 14px;
}
.border-disclaimer {
  border: 1px solid #7F8082;
}
.disclaimer-card {
  padding: 0 1.5rem 10px 1.5rem;
}
/*----------------
Section padding 
----------------*/
.section-block-ptb {
  padding: 90px 0;
}
.section-block-pt {
  padding: 90px 0 0;
}
.section-block-pb {
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .section-block-ptb {
    padding: 80px 0;
  }
}
/*----------------
Padding All 
----------------*/
.iq-pall {
  padding: 0px;
}
.iq-pall-10 {
  padding: 10px;
}
.iq-pall-15 {
  padding: 15px;
}
.iq-pall-20 {
  padding: 20px;
}
.iq-pall-25 {
  padding: 25px;
}
.iq-pall-30 {
  padding: 30px;
}
.iq-pall-40 {
  padding: 40px !important;
}
.iq-pall-50 {
  padding: 50px;
}
.iq-pall-60 {
  padding: 60px;
}
.iq-pall-70 {
  padding: 70px;
}
.iq-pall-80 {
  padding: 80px;
}
.iq-pall-90 {
  padding: 90px;
}
.iq-pall-100 {
  padding: 100px;
}
/*----------------
Padding Top and Bottom 
----------------*/
.iq-ptb-0 {
  padding: 0;
}
.iq-ptb-10 {
  padding: 10px 0;
}
.iq-ptb-15 {
  padding: 15px 0;
}
.iq-ptb-20 {
  padding: 20px 0;
}
.iq-ptb-25 {
  padding: 25px 0;
}
.iq-ptb-30 {
  padding: 30px 0;
}
.iq-ptb-40 {
  padding: 40px 0;
}
.iq-ptb-50 {
  padding: 50px 0;
}
.iq-ptb-60 {
  padding: 60px 0;
}
.iq-ptb-70 {
  padding: 70px 0;
}
.iq-ptb-80 {
  padding: 80px 0;
}
.iq-ptb-90 {
  padding: 90px 0;
}
.iq-ptb-100 {
  padding: 100px 0;
}
/*----------------
Padding Left and right 
----------------*/
.iq-plr-0 {
  padding: 0;
}
.iq-plr-10 {
  padding: 0 10px;
}
.iq-plr-15 {
  padding: 0 15px;
}
.iq-plr-20 {
  padding: 0 20px;
}
.iq-plr-25 {
  padding: 0 25px;
}
.iq-plr-30 {
  padding: 0 30px;
}
.iq-plr-40 {
  padding: 0 40px;
}
.iq-plr-50 {
  padding: 0 50px;
}
.iq-plr-60 {
  padding: 0 60px;
}
.iq-plr-70 {
  padding: 0 70px;
}
.iq-plr-80 {
  padding: 0 80px;
}
.iq-plr-90 {
  padding: 0 90px;
}
.iq-plr-100 {
  padding: 0 100px;
}
/*----------------
Padding top 
----------------*/
.iq-pt-0 {
  padding-top: 0px;
}
.iq-pt-10 {
  padding-top: 10px;
}
.iq-pt-15 {
  padding-top: 15px;
}
.iq-pt-20 {
  padding-top: 20px;
}
.iq-pt-25 {
  padding-top: 25px;
}
.iq-pt-30 {
  padding-top: 30px;
}
.iq-pt-40 {
  padding-top: 40px;
}
.iq-pt-50 {
  padding-top: 50px;
}
.iq-pt-60 {
  padding-top: 60px;
}
.iq-pt-70 {
  padding-top: 70px;
}
.iq-pt-80 {
  padding-top: 80px;
}
.iq-pt-90 {
  padding-top: 90px;
}
.iq-pt-100 {
  padding-top: 100px;
}
/*----------------
Padding Bottom 
----------------*/
.iq-pb-0 {
  padding-bottom: 0px;
}
.iq-pb-10 {
  padding-bottom: 10px;
}
.iq-pb-15 {
  padding-bottom: 15px;
}
.iq-pb-20 {
  padding-bottom: 20px;
}
.iq-pb-25 {
  padding-bottom: 25px;
}
.iq-pb-30 {
  padding-bottom: 30px;
}
.iq-pb-40 {
  padding-bottom: 40px;
}
.iq-pb-50 {
  padding-bottom: 50px;
}
.iq-pb-60 {
  padding-bottom: 60px;
}
.iq-pb-70 {
  padding-bottom: 70px;
}
.iq-pb-80 {
  padding-bottom: 80px;
}
.iq-pb-90 {
  padding-bottom: 90px;
}
.iq-pb-100 {
  padding-bottom: 100px;
}
/*----------------
Padding Left 
----------------*/
.iq-pl-0 {
  padding-left: 0;
}
.iq-pl-10 {
  padding-left: 10px;
}
.iq-pl-15 {
  padding-left: 15px;
}
.iq-pl-20 {
  padding-left: 20px;
}
.iq-pl-25 {
  padding-left: 25px;
}
.iq-pl-30 {
  padding-left: 30px;
}
.iq-pl-40 {
  padding-left: 40px;
}
.iq-pl-50 {
  padding-left: 50px;
}
.iq-pl-60 {
  padding-left: 60px;
}
.iq-pl-70 {
  padding-left: 70px;
}
.iq-pl-80 {
  padding-left: 80px;
}
.iq-pl-90 {
  padding-left: 90px;
}
.iq-pl-100 {
  padding-left: 100px;
}
/*----------------
Padding Right 
----------------*/
.iq-pr-0 {
  padding-right: 0px;
}
.iq-pr-10 {
  padding-right: 10px;
}
.iq-pr-15 {
  padding-right: 15px;
}
.iq-pr-20 {
  padding-right: 20px;
}
.iq-pr-25 {
  padding-right: 25px;
}
.iq-pr-30 {
  padding-right: 30px;
}
.iq-pr-40 {
  padding-right: 40px;
}
.iq-pr-50 {
  padding-right: 50px;
}
.iq-pr-60 {
  padding-right: 60px;
}
.iq-pr-70 {
  padding-right: 70px;
}
.iq-pr-80 {
  padding-right: 80px;
}
.iq-pr-90 {
  padding-right: 90px;
}
.iq-pr-100 {
  padding-right: 100px;
}
/*----------------
Margin All 
----------------*/
.iq-mall-0 {
  margin: 0;
}
.iq-mall-10 {
  margin: 10px;
}
.iq-mall-15 {
  margin: 15px;
}
.iq-mall-20 {
  margin: 20px;
}
.iq-mall-25 {
  margin: 25px;
}
.iq-mall-30 {
  margin: 30px;
}
.iq-mall-40 {
  margin: 40px;
}
.iq-mall-50 {
  margin: 50px;
}
.iq-mall-60 {
  margin: 60px;
}
.iq-mall-70 {
  margin: 70px;
}
.iq-mall-80 {
  margin: 80px;
}
.iq-mall-90 {
  margin: 90px;
}
.iq-mall-100 {
  margin: 100px;
}
/*----------------
Margin Top and Bottom 
----------------*/
.iq-mtb-0 {
  margin: 0;
}
.iq-mtb-10 {
  margin: 10px 0;
}
.iq-mtb-15 {
  margin: 15px 0;
}
.iq-mtb-20 {
  margin: 20px 0;
}
.iq-mtb-25 {
  margin: 25px 0;
}
.iq-mtb-30 {
  margin: 30px 0;
}
.iq-mtb-40 {
  margin: 40px 0;
}
.iq-mtb-50 {
  margin: 50px 0;
}
.iq-mtb-60 {
  margin: 60px 0;
}
.iq-mtb-70 {
  margin: 70px 0;
}
.iq-mtb-80 {
  margin: 80px 0;
}
.iq-mtb-90 {
  margin: 90px 0;
}
.iq-mtb-100 {
  margin: 100px 0;
}
/*----------------
Margin Left and Right 
----------------*/
.iq-mlr-0 {
  margin: 0;
}
.iq-mlr-10 {
  margin: 0 10px;
}
.iq-mlr-15 {
  margin: 0 15px;
}
.iq-mlr-20 {
  margin: 0 20px;
}
.iq-mlr-25 {
  margin: 0 25px;
}
.iq-mlr-30 {
  margin: 0 30px;
}
.iq-mlr-40 {
  margin: 0 40px;
}
.iq-mlr-50 {
  margin: 0 50px;
}
.iq-mlr-60 {
  margin: 0 60px;
}
.iq-mlr-70 {
  margin: 0 60px;
}
.iq-mlr-80 {
  margin: 0 80px;
}
.iq-mlr-90 {
  margin: 0 80px;
}
.iq-mlr-100 {
  margin: 0 100px;
}
/*----------------
Margin Top 
----------------*/
.iq-mt-0 {
  margin-top: 0px;
}
.iq-mt-10 {
  margin-top: 10px;
}
.iq-mt-15 {
  margin-top: 15px;
}
.iq-mt-20 {
  margin-top: 20px;
}
.iq-mt-25 {
  margin-top: 25px;
}
.iq-mt-30 {
  margin-top: 30px;
}
.iq-mt-40 {
  margin-top: 40px;
}
.iq-mt-50 {
  margin-top: 50px;
}
.iq-mt-60 {
  margin-top: 60px;
}
.iq-mt-70 {
  margin-top: 70px;
}
.iq-mt-80 {
  margin-top: 80px;
}
.iq-mt-90 {
  margin-top: 90px;
}
.iq-mt-100 {
  margin-top: 100px;
}
/*----------------
Margin Bottom 
----------------*/
.iq-mb-0 {
  margin-bottom: 0px;
}
.iq-mb-10 {
  margin-bottom: 10px;
}
.iq-mb-15 {
  margin-bottom: 15px;
}
.iq-mb-20 {
  margin-bottom: 20px;
}
.iq-mb-25 {
  margin-bottom: 25px;
}
.iq-mb-30 {
  margin-bottom: 30px;
}
.iq-mb-40 {
  margin-bottom: 40px;
}
.iq-mb-50 {
  margin-bottom: 50px;
}
.iq-mb-60 {
  margin-bottom: 60px;
}
.iq-mb-70 {
  margin-bottom: 70px;
}
.iq-mb-80 {
  margin-bottom: 80px;
}
.iq-mb-90 {
  margin-bottom: 90px;
}
.iq-mb-100 {
  margin-bottom: 100px;
}
/*----------------
Margin Left 
----------------*/
.iq-ml-0 {
  margin-left: 0px;
}
.iq-ml-5 {
  margin-left: 5px;
}
.iq-ml-10 {
  margin-left: 10px;
}
.iq-ml-15 {
  margin-left: 15px;
}
.iq-ml-20 {
  margin-left: 20px;
}
.iq-ml-25 {
  margin-left: 25px;
}
.iq-ml-30 {
  margin-left: 30px;
}
.iq-ml-40 {
  margin-left: 40px;
}
.iq-ml-50 {
  margin-left: 50px;
}
.iq-ml-60 {
  margin-left: 60px;
}
.iq-ml-70 {
  margin-left: 70px;
}
.iq-ml-80 {
  margin-left: 80px;
}
.iq-ml-90 {
  margin-left: 90px;
}
.iq-ml-100 {
  margin-left: 100px;
}
/*----------------
Margin Right
----------------*/
.iq-mr-0 {
  margin-right: 0px;
}
.iq-mr-10 {
  margin-right: 10px;
}
.iq-mr-15 {
  margin-right: 15px;
}
.iq-mr-20 {
  margin-right: 20px;
}
.iq-mr-25 {
  margin-right: 25px;
}
.iq-mr-30 {
  margin-right: 30px;
}
.iq-mr-40 {
  margin-right: 40px;
}
.iq-mr-50 {
  margin-right: 50px;
}
.iq-mr-60 {
  margin-right: 60px;
}
.iq-mr-70 {
  margin-right: 70px;
}
.iq-mr-80 {
  margin-right: 80px;
}
.iq-mr-90 {
  margin-right: 90px;
}
.iq-mr-100 {
  margin-right: 100px;
}
/*----------------
Font Size
----------------*/
.font-32 {
  font-size: 32px;
}
/*----------------
Line Height
----------------*/
.lh-0 {
  line-height: 0px;
}
.lh-5 {
  line-height: 5px;
}
.lh-10 {
  line-height: 10px;
}
.lh-15 {
  line-height: 15px;
}
.lh-20 {
  line-height: 20px;
}
.lh-25 {
  line-height: 25px;
}
.lh-30 {
  line-height: 30px;
}
.lh-40 {
  line-height: 40px;
}
.lh-40 {
  line-height: 40px;
}
/*----------------
Minimum Height
----------------*/
.minh-5 {
  min-height: 5px;
}
.minh-10 {
  min-height: 10px;
}
.minh-15 {
  min-height: 15px;
}
.minh-20 {
  min-height: 20px;
}
.minh-25 {
  min-height: 25px;
}
.minh-100 {
  min-height: 100px;
}
.minh-150 {
  min-height: 150px;
}
/*----------------
Width
----------------*/
.w-15 {
  width: 15%;
}
.w-40 {
  width: 40%;
}
/*---------------------------------------------------------------------
                    Navbar
---------------------------------------------------------------------*/
/*.nav-menu{
	z-index:1080;
}*/
.bg-header {
  background-color: #F2F7EC;
}
.bg-blackhole {
  /*background-color: @color_black !important;*/
  background-color: #1E2337 !important;
}
.bg-greyhole {
  background-color: #7F8082 !important;
}
.bg-greyhole-2 {
  background-color: #7F8082 !important;
}
.bg-greyhole-5 {
  background-color: #7F8082 !important;
}
.fixed-bg {
  background: url("../../../../ImgPic/Frame/menu-frame-bg-1.png") repeat-x scroll 0 0;
  display: block;
  background-position: top;
  background-size: contain;
  border-top: 5px solid #1B1B1B;
  z-index: 1090;
}
@media (max-width: 767px) {
  .fixed-bg {
    border-top: 0;
  }
}
.navbar:not(.gamebar) {
  position: relative;
  padding: 0rem 1rem;
}
.nav-menu .navbar-nav:not(.is-responsive-menu) .nav-item:not(.nav-lang) {
  padding-left: 0rem;
  padding-right: 0rem;
}
.nav-menu .navbar-nav .nav-item:not(.nav-lang) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-nav#top-menu-left .nav-item {
  /* position:relative; */
  -webkit-transition: width 2s;
  transition: width 2s;
  margin-top: -18.5%;
}
.navbar-nav#top-menu-right .nav-item {
  /* position:relative; */
  -webkit-transition: width 2s;
  transition: width 2s;
  margin-top: -18%;
}
.navbar-dark .navbar-nav .nav-link {
  color: black;
  font-size: 13px;
  font-weight: bold;
  /*padding: 0;
        margin: 0 15px;*/
  position: relative;
}
.navbar-dark .navbar-nav:not(.is-responsive-menu) .nav-link.nav-keymenu {
  padding: 1.5rem 0.5rem;
  margin: 1px 5px;
}
.nav-link.unique-link {
  margin: -33px 15px;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FF003C;
}
.navbar-dark .navbar-nav:not(.is-responsive-menu) .nav-link:focus,
.navbar-dark .navbar-nav:not(.is-responsive-menu) .nav-link:hover {
  color: #FF003C;
}
@media (max-width: 767px) {
  .navbar-nav#top-menu-left .nav-item,
  .navbar-nav#top-menu-right .nav-item {
    margin-top: 0 !important;
  }
  .navbar-dark .navbar-nav:not(.is-responsive-menu) .nav-link:focus,
  .navbar-dark .navbar-nav:not(.is-responsive-menu) .nav-link:hover {
    /*background: rgba(39, 55, 70, 0.45);*/
    color: #FF003C;
  }
}
.brand {
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -48px;
  display: block;
  z-index: 1100;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-img {
  width: 70%;
  margin: 0 auto;
}
.nav-iconbar {
  height: 1.1em;
  width: 1.5em;
  vertical-align: middle;
  color: #B71032;
}
/* .nav-menu:before {
    background: url(../../../../ImgPic/Frame/menu-frame-bg.png) repeat-x scroll 0 0;
    display: block;
    position: absolute;
	content: "";
	height: 80%;
	width: 100%;
	background-position: center;
	background-size: contain;
	margin-top: -43px;
} */
/*.nav-menu:after {
	display:block;
	position: absolute;
	content: "";
	height: 87%;
	width: 100%;
	background: url(../../../../ImgPic/Frame/menu-frame.png) repeat-x scroll 0 0;
	background-position: center;
	background-size: contain;
	margin-top: -43px;
	z-index:1080;
}*/
@media (max-width: 991px) {
  .bg-header {
    background-color: #F2F7EC;
  }
  .brand {
    margin-left: -38px;
  }
  .navbar-brand {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent !important;
    outline: none !important;
  }
  .navbar-img {
    /*width:40%;*/
  }
  /*.nav-menu:after {
	    margin-top: -54px;
	}*/
}
@media (max-width: 767px) {
  .navbar-img {
    /*width: 40%;*/
    margin-top: -5px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar-nav .nav-item {
    margin-top: 0%;
  }
  /*.nav-menu:after {
		display:none !important;
	}*/
}
@media (max-width: 520px) {
  .navbar-toggler {
    padding: 0.25rem 0rem !important;
  }
}
/* This is using border css to make navbar border instead of image
.nav-menu {
  margin: 0;
  border-bottom: 3px solid @color_darkgrey;
}
.nav-menu:before{
	position:absolute;
	background: #ABB2B9;
	height:2px;
	content: '';
	width: 100%;
	bottom: 0px;
	left: 0;
}
.nav-menu:after{
	position:absolute;
	background: #ABB2B9;
	height:2px;
	content: '';
	width: 100%;
	bottom: -6px;
	left: 0;
}
*/
.nav-menu .navbar-nav > li.active > a::before,
.nav-menu .navbar-nav > li:hover > a::before,
.nav-menu .navbar-nav > li > a:hover::before {
  width: 0%;
  /* change to 100% to enable effect */
}
.nav-menu .navbar-nav > li a::before {
  background: #FFFFFF;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out 0s;
}
.header-bar {
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, .45);*/
}
.header-bar.not-logged-in,
.header-bar.already-logged-in {
  padding: 15px 0;
  /*border-bottom: 1px solid @color_gold;*/
}
@media (min-width: 992px) {
  .header-bar.not-logged-in,
  .header-bar.already-logged-in {
    padding: 0;
  }
}
/* 2nd header menu */
.fixed-top.header-menu {
  display: none;
  background: #FDB913;
  top: 68px;
  right: 0;
  left: 0;
  /*z-index: 1075 !important;*/
  z-index: 10 !important;
  padding: 5px 0;
}
.ko-nation .fixed-top.header-menu {
  background: #1C75BC;
}
.is-responsive-menu {
  display: none;
  background: #FDB913;
}
.ko-nation .is-responsive-menu {
  display: none;
  background: #1C75BC;
}
.nav-menubar {
  display: none;
  /*@media(max-width:991px) {
        display: none;
    }*/
}
@media (min-width: 992px) {
  .nav-menubar {
    display: flex;
  }
}
@media (max-width: 991px) {
  .fixed-top.header-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixed-top.header-menu {
    display: none;
  }
  .is-responsive-menu {
    display: flex;
  }
}
.header-menu .nav-link,
.is-responsive-menu .nav-link {
  color: #1B1B1B !important;
  font-size: 14px;
  font-weight: bold;
}
.header-menu .nav-link:hover,
.header-menu .nav-link:active,
.is-responsive-menu .nav-link:hover,
.is-responsive-menu .nav-link:active {
  color: #FFFFFF !important;
  font-weight: 400;
}
/* Dropdown menu - modded default */
.dropdown-toggle::after {
  display: none;
}
.dropdown-account {
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: unset;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dropdown-account .view-account:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #b7812c 20%, #b7812c 40%, #825a23 60%, #b7812c 80%, transparent 100%);
  top: 0;
  left: 0;
}
.dropdown-account .view-account a.btn-block {
  padding: 0.5rem 0.75rem;
}
/* Do not remove
.navbar-nav .nav-link:before, .navbar-nav .nav-link:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 7px;
    height: 3px;
    background-color: @color_white;
}
.navbar-nav .nav-link:before {
	opacity: 0;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
	transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-nav .nav-link:after {
	opacity: 0;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-nav .nav-link.active:before, .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:before, .navbar-nav .nav-link:hover:after, .nav-link:focus:before, .navbar-nav .nav-link:focus:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link:focus:before {
	transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link:focus:after {
	transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
	transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
*/
/* Top menu alignment fix due to image style header */
#top-menu-left,
#top-menu-right {
  z-index: 1100;
}
#top-menu-right .nav-item {
  padding: 0;
}
#top-menu-right .nav-itemfix {
  padding: 5px 0;
}
/* Haven't log in */
#top-menu-left.cn-margin-top .nav-item {
  margin-top: -24.5% !important;
}
#top-menu-left.my-margin-top .nav-item {
  margin-top: -21.5% !important;
}
#top-menu-right.cn-margin-top .nav-item {
  margin-top: -20.5% !important;
}
#top-menu-right.my-margin-top .nav-item {
  margin-top: -16.5% !important;
}
/* Is logged in */
#top-menu-right.is-logged-in .nav-item {
  margin-top: -10.5% !important;
}
#top-menu-right.is-logged-in.cn-margin-top .nav-item {
  margin-top: -11.5% !important;
}
#top-menu-right.is-logged-in.my-margin-top .nav-item {
  margin-top: -10% !important;
}
@media (max-width: 767px) {
  #top-menu-right {
    margin-top: 0px;
  }
  #top-menu-right.top-menu-fix {
    margin-top: 0px !important;
  }
  #top-menu-right.is-logged-in .nav-item {
    margin-top: 0px !important;
  }
  .navbar-dark .navbar-nav .nav-item {
    text-align: center;
  }
  .navbar-nav .nav-link:before,
  .navbar-nav .nav-link:after {
    background-color: transparent !important;
  }
}
/* Do not remove 
header .navbar-dark .navbar-nav .nav-link.active::after, header .navbar-dark .navbar-nav .nav-link:hover::after {
    content: "";
    width: 2rem;
    height: 3px;
    background: #0894F5;
    position: absolute;
    left: 0%;
    margin-left: 0;
    bottom: -6px;
} 
*/
/*----------------
Navbar Addon 
----------------*/
.nav-menu {
  /*padding: 0.5rem 0;*/
  /* Firefox */
  -moz-transition: all 0.3s ease;
  /* WebKit */
  -webkit-transition: all 0.3s ease;
  /* Opera */
  -o-transition: all 0.3s ease;
  /* Standard */
  transition: all 0.3s ease;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  /* background-color: rgb(28, 40, 51, 0.9); */
  /* 
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%); 
	*/
  /* -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); */
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #09b3ef;
  background: -moz-linear-gradient(left, #09b3ef 0%, #1e50e2 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #09b3ef), color-stop(100%, #1e50e2));
  background: -webkit-linear-gradient(left, #09b3ef 0%, #1e50e2 100%);
  background: -o-linear-gradient(left, #09b3ef 0%, #1e50e2 100%);
  background: -ms-linear-gradient(left, #09b3ef 0%, #1e50e2 100%);
  background: linear-gradient(to right, #09b3ef 0%, #1e50e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
.nav-menu.is-scrolling {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fixed-bg {
    background: #1c2833;
  }
  .nav-menu {
    padding: 0;
  }
  .nav-menu.is-scrolling,
  .nav-menu.menu-is-open {
    background-color: #1c2833;
  }
}
/*----------------
Navbar Right Menu Button 
----------------*/
.nav-link.btn-outline-invi {
  border-color: transparent;
  border-radius: 0 !important;
  padding: 1px 15px !important;
  width: 90%;
  box-shadow: none;
}
.nav-link.btn-outline {
  border-color: #B71032;
  border-radius: 0 !important;
  padding: 1px 15px !important;
  width: 90%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
}
.nav-link.btn-outline.btn-noline {
  border-color: transparent !important;
}
.nav-link.btn-outline:hover {
  background-color: #B71032;
  color: #FFFFFF !important;
}
.is-account-detail .nav-item:not(:first-of-type) {
  border-left: 1px solid #FFFFFF;
}
.is-account-section li.nav-isnotlogin:first-of-type {
  border-left: 2px solid #FDB913;
}
.ko-nation .is-account-section li.nav-isnotlogin:first-of-type {
  border-left: 2px solid #1C75BC;
}
@media (max-width: 767px) {
  .is-account-section li.nav-isnotlogin:first-of-type {
    border: 0;
  }
}
/*----------------
Sidebar Menu - Zavonav
----------------*/
/*----------------
Language Flag Icons
----------------*/
.img-flag {
  margin-top: -33px;
}
/*----------------
Language Switcher 
----------------*/
.nav-lang-switcher {
  position: relative;
  list-style: none;
  /*margin-left: -2.0rem;*/
  z-index: 1100;
}
.nav-lang-switcher .nav-lang-select {
  padding: 1.5rem 0rem;
}
.nav-lang-switcher.lang-responsive {
  display: none;
  font-size: 12px;
}
.nav-lang-switcher.lang-responsive > ul.sub-menu a {
  color: #7F8082;
}
.nav-lang-switcher.lang-responsive > ul.sub-menu a:hover,
.nav-lang-switcher.lang-responsive > ul.sub-menu a:focus {
  color: #FDB913;
}
.ko-nation .nav-lang-switcher.lang-responsive > ul.sub-menu a:hover,
.nav-lang-switcher.lang-responsive > ul.sub-menu a:focus {
  color: #1C75BC;
}
ul.sub-menu {
  list-style-type: none;
}
.navbar-expand-md .navbar-collapse {
  display: none !important;
}
@media (min-width: 992px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
}
.nav-lang-switcher:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: -10px;
}
.nav-lang-switcher ul {
  display: block;
  width: 100%;
  list-style: none;
  /*margin-top: -10px;
    margin-left: 30px;*/
  text-align: left;
  position: absolute;
  z-index: 11;
  /* top: 103%; */
  right: 0px;
  /* min-width: 82px; */
  min-width: 120px;
  opacity: 0;
  /* background: #191515; */
  background: #FFFFFF;
  /* border: 1px solid #999999; */
  visibility: hidden;
  padding: 0.75rem;
  /* box-shadow: 0 5px 5px rgb(0 0 0 / 15%); */
  /*border-radius: 2px;*/
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, margin-top 0.25s ease-out;
}
@media (max-width: 1230px) {
  .nav-lang-switcher ul {
    margin-left: 20px;
  }
}
@media (max-width: 1060px) {
  .nav-lang-switcher ul {
    margin-left: 17px;
  }
}
.nav-lang-switcher ul li {
  float: none;
  margin: 0;
}
.nav-lang-switcher li {
  position: relative;
}
ul.sub-menu a {
  color: #000;
}
ul.sub-menu a:hover {
  color: #09b3ef;
  text-decoration: none;
}
.main_navbars .nav-item.nav-lang {
  display: block;
}
.nav-lang-text {
  font-size: 0.875rem;
  margin-left: 0.3em;
  font-weight: 600;
  color: #B71032 !important;
  /*@media(max-width:1199px){
            font-size: 14px;
        }*/
}
.nav-lang-text.hovertxt:hover {
  color: #B71032;
}
.nav-lang-link {
  padding: 0.35rem 0.1rem;
}
.nav-lang-switcher > a {
  color: #7F8082;
}
.nav-lang-switcher > a:hover {
  color: #FDB913;
}
.ko-nation .nav-lang-switcher > a:hover {
  color: #1C75BC;
}
@media (max-width: 991px) {
  .main_navbars .nav-item {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-lang-switcher.lang-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-lang-switcher ul {
    background: #1B1B1B;
    border: 1px solid #FDB913;
  }
}
@media (max-width: 991px) {
  .ko-nation .nav-lang-switcher ul {
    border: 1px solid #1C75BC;
  }
}
@media (max-width: 767px) {
  .main_navbars .nav-item.nav-lang {
    display: none;
  }
  .nav-lang-switcher.lang-mobile {
    display: none;
    margin-left: -9rem;
  }
  .nav-lang-switcher.lang-responsive {
    display: none;
    margin-right: 5rem;
  }
  .nav-lang-switcher {
    display: none;
  }
}
@media (max-width: 576px) {
  .nav-lang-switcher.lang-mobile {
    /*margin-right: unset;
            margin-left: -10.0rem;*/
  }
}
.img-flag-mobile {
  margin-top: -0.3rem;
  width: 16px;
}
.img-flag-mobile.img-flag-sidebar {
  margin-top: -0.4rem;
}
.is-logged-in .img-flag-mobile {
  margin-top: -2px;
  width: 16px;
}
/*---------------------------------------------------------------------
                    Hero / Section - Custom
---------------------------------------------------------------------*/
.bg-main {
  background: url("../../../../ImgPic/Banner/home.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: relative;
  min-height: auto;
}
.bg-home {
  background: #E6F1DC;
  display: block;
  position: relative;
  min-height: 70vh;
}
@media (max-width: 767px) {
  .bg-home {
    min-height: 450px;
  }
}
.bg-Title {
  background: #1B1B1B;
}
.bg-contact {
  background: url("../../../../ImgPic/Home/home-contact us-bg-dark.png") no-repeat center center;
  background-size: cover;
  display: block;
  position: relative;
  min-height: 300px;
}
header {
  padding: 113px 0 0 0;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  header {
    padding: 72px 0 0 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 55px 0 0 0;
  }
  .bg-home {
    min-height: 400px;
  }
}
/*---------------------------------------------------------------------
                    Hero / Section Elements - Custom
---------------------------------------------------------------------*/
.dice-rolling {
  position: absolute;
  z-index: 1060;
}
.dice-rolling.dice-top {
  top: 0;
  left: -3rem;
}
.dice-rolling.dice-top img {
  transform: rotate(55deg);
}
.dice-rolling.dice-left {
  top: 58%;
  left: -2rem;
}
.dice-rolling.dice-left img {
  transform: rotate(-2deg);
  width: 60%;
}
.dice-rolling.dice-right {
  top: 38%;
  right: -5.5rem;
}
.dice-rolling.dice-right img {
  transform: rotate(58deg);
  width: 60%;
}
.dice-rolling.dice-right-1 {
  top: 80%;
  right: -5.5rem;
}
.dice-rolling.dice-right-1 img {
  transform: rotate(58deg);
  width: 60%;
}
.casinochips {
  position: absolute;
  top: 38%;
  right: 1rem;
  z-index: 1060;
  display: block;
}
.pokerchips {
  position: absolute;
  bottom: -140px;
  left: 0;
  z-index: 1060;
  display: block;
}
.supportgirl {
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: 1060;
  display: block;
}
.supportgirl img {
  width: 90%;
}
.content-divider {
  background: url("../../../../ImgPic/Frame/content-divider.png") no-repeat center center;
  background-size: 80% 50%;
  height: 50px;
  display: block;
  z-index: 1070;
}
.section-divider {
  height: 5px;
  position: relative;
}
.section-divider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #E5c06b 0%, #b7812c 20%, #b7812c 40%, #825a23 60%, #b7812c 80%, #E5c06b 100%);
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .supportgirl {
    right: -2%;
  }
}
@media (max-width: 991px) {
  .supportgirl {
    display: none;
  }
}
@media (max-width: 767px) {
  .dice-rolling.dice-top img {
    width: 72%;
  }
  .casinochips {
    display: none;
  }
  .pokerchips {
    display: none;
  }
  .supportgirl {
    display: none;
  }
}
/*---------------------------------------------------------------------
                    To Top Button
---------------------------------------------------------------------*/
a#toTop > i {
  text-align: center;
}
#toTop {
  text-decoration: none;
  position: fixed;
  bottom: 1rem;
  right: 2%;
  border: none;
  text-indent: 100%;
  background: #B71032;
  opacity: 0.8;
  /* background: rgba(9, 179, 239, 1);
        background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
        background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
        background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
        background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
        background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%); */
  /* color:#212F3D; */
  color: #f5f5f5;
  border-radius: 50%;
  z-index: 1070;
}
@media (max-width: 767px) {
  #toTop {
    bottom: 5.5rem;
  }
}
#toTop,
#toTopHover {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
#toTopHover {
  background: #FF003C;
  color: #FFFFFF;
  display: block;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
a#toTop > i {
  font-size: 20px;
  position: absolute;
  top: 46%;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-indent: 0;
}
#toTop:active,
#toTop:focus {
  outline: 0;
}
/*---------------------------------------------------------------------
                    Footer
---------------------------------------------------------------------*/
.section-prefooter {
  /*z-index: 1070;*/
}
.section-prefooter a {
  color: #FFFFFF !important;
  font-size: 12px;
}
.section-prefooter a:hover,
.section-prefooter a:focus {
  color: #FDB913 !important;
  text-decoration: none;
}
.ko-nation .section-prefooter a:hover,
.section-prefooter a:focus {
  color: #1C75BC !important;
}
.footer {
  padding: 5px 0;
}
/* Footer Nav - For Special Mobile Only */
.my-footer.sticky-footer {
  position: sticky;
  z-index: 1080;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px -3px 5px 0px rgb(145 145 2.63636364%);
  -moz-box-shadow: 0px -3px 5px 0px rgb(145 145 2.63636364%);
  box-shadow: 0px -3px 5px 0px rgb(145 145 2.63636364%);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.my-footer .footerbar {
  font-size: 12px;
  background: #FFFADA;
  /*border-top: 1px solid @footerbar_border_top_color;*/
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.my-footer .subfooterbar {
  font-size: 10px;
  background: #1B1B1B;
}
.my-footer a.footerbar-link {
  text-decoration: none !important;
}
.my-footer span.footerbar-title {
  color: #B71032;
  font-weight: bold;
  font-size: 0.825rem;
}
.my-footer .footerbar-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 20px;
  margin: 5px 0;
  display: block;
  z-index: 1080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.my-footer #ft-home {
  background-image: url("../../../../ImgPic/Icons/mobile/icon_home.png");
}
.my-footer #ft-account {
  background-image: url("../../../../ImgPic/Icons/mobile/icon_profile.png");
}
.my-footer #ft-logout {
  background-image: url("../../../../ImgPic/Icons/mobile/icon_logout.png");
}
.my-footer #ft-promotion {
  background-image: url("../../../../ImgPic/Icons/mobile/promotion-gold.png");
}
.my-footer #ft-inbox {
  background-image: url("../../../../ImgPic/Icons/mobile/inbox-gold.png");
}
.my-footer #ft-deposit {
  background-image: url("../../../../ImgPic/Icons/mobile/icon_bank.png");
}
.my-footer #ft-wof {
  background-image: url("../../../../ImgPic/Icons/mobile/icon_slot.png");
}
/*.site-footer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right,#E5c06b 0%,#b7812c 20%,#b7812c 40%,#825a23 60%,#b7812c 80%, #E5c06b 100%);
        top: 0px;
        left: 0;
    }

    .site-footer {
        background: @color_black;
        padding: 15px 0px 0px;
        color: #d5d5d5;
        position: relative;
    }*/
.text-copyright {
  font-size: 12px;
}
.social-icons {
  text-align: right;
}
.social-icons a {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: #f4c9e2;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  text-decoration: none;
  color: #FAD000;
}
@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}
/* Footer Nav */
.zn_footer_nav-wrapper {
  /* float: right; */
}
.footer_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.footer_nav > li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.footer_nav li a {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
  display: block;
  padding: 0;
  opacity: 0.8;
}
.footer_nav li a.footer_nav_active,
.footer_nav li a:hover,
.footer_nav li a:focus {
  color: #FDB913;
  text-decoration: none;
}
.ko-nation .footer_nav li a.footer_nav_active,
.footer_nav li a:hover,
.footer_nav li a:focus {
  color: #1C75BC;
  text-decoration: none;
}
@media (max-width: 576px) {
  .inner-footer-header {
    margin-left: 6%;
  }
  .zn_footer_nav-wrapper {
    float: none;
    margin-left: 0;
    padding-left: 0;
    /* margin-bottom: 30px; */
  }
  .footer_nav {
    float: left;
    margin: 10px 0;
    margin-left: 6%;
  }
  .footer_nav li:first-child {
    /* margin-left: 0; */
  }
}
/*---------------------------------------------------------------------
                    Video Embedded Section - Custom
---------------------------------------------------------------------*/
.embed-responsive .overlay-content {
  bottom: 10px;
  left: 2%;
  margin-bottom: 15% !important;
}
@media (max-width: 991px) {
  .embed-responsive .overlay-content {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 767px) {
  .embed-responsive .overlay-content {
    margin-bottom: 0 !important;
    left: 0;
  }
}
.embed-responsive .col-overlay {
  background: #080d15;
  opacity: 0.75;
  padding: 1rem 2rem !important;
  border-radius: 20px;
  border: 1px solid #FDB913;
}
.embed-responsive .col-overlay p {
  color: #FFFFFF;
}
.ko-nation .embed-responsive .col-overlay {
  border: 1px solid #1C75BC;
}
/*---------------------------------------------------------------------
                    Swiper - Custom
---------------------------------------------------------------------*/
#home_banner.swiper-container {
  width: 100%;
  height: 100%;
}
#home_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: @color_white; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#home_banner .swiper-slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#home_banner .swiper-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
#home_banner .swiper-slide .subtitle {
  /* font-family: "Roboto Slab", serif; */
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
#home_banner .swiper-slide .title {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* margin-bottom: 40px; */
}
#home_banner .swiper-slide .btn {
  border: 1px solid #FDB913;
  border-radius: 0;
  padding: 14px 18px;
  text-transform: uppercase;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #FDB913;
  text-decoration: none;
  transition: all 0.8s ease;
}
.ko-nation #home_banner .swiper-slide .btn {
  border: 1px solid #1C75BC;
  color: #1C75BC;
}
#home_banner .swiper-slide .btn:hover {
  background: #FDB913;
  color: #000;
}
.ko-nation #home_banner .swiper-slide .btn:hover {
  background: #1C75BC;
}
.responsive-img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #home_banner .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 0 50px !important;
  }
}
@media (max-width: 576px) {
  #home_banner .swiper-slide .title {
    font-size: 0.8rem;
  }
  #home_banner .swiper-slide .btn {
    font-size: 0.65rem;
  }
}
/*#home_banner .swiper-pagination-bullet {
        width: 30px !important;
        height: 4px !important;
        border-radius: 0% !important;
    }*/
#home_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #FDB913 !important;
}
.ko-nation #home_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #1C75BC !important;
}
#serad_banner .swiper-pagination-bullets {
  bottom: 15px;
}
@media (max-width: 576px) {
  #serad_banner .swiper-pagination-bullets {
    bottom: 10px;
  }
}
#home_banner .swiper-pagination-bullet,
#layout_banner .swiper-pagination-bullet,
#serad_banner .swiper-pagination-bullet {
  background: #FFFFFF !important;
  opacity: 0.5 !important;
  width: 10px !important;
  height: 10px !important;
}
#home_banner .swiper-pagination-bullet-active,
#layout_banner .swiper-pagination-bullet-active,
#serad_banner .swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #FFFFFF !important;
  opacity: 1 !important;
}
#home_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #FDB913 !important;
}
.ko-nation #home_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #1C75BC !important;
}
/* Casino */
[class^="swiper-button-"],
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all 0.3s ease;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#home_casino.swiper-container {
  width: 100%;
  height: 420px;
  transition: opacity 0.6s ease;
  z-index: 1070;
}
#home_casino.swiper-container-3d .swiper-slide-shadow-left {
  ackground-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#home_casino.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#home_casino .swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
#home_casino .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
#home_casino .swiper-container:hover .swiper-button-prev,
#home_casino .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#home_casino .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102% 63%;
}
#home_casino .swiper-slide .entity-img {
  display: none;
}
#home_casino .swiper-slide .content {
  position: absolute;
  /* top: 40%;
	left: 0;
	width: 50%;
	padding-left: 5%;
	color: @color_white; */
}
#home_casino .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #FFFFFF;
}
#home_casino .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
#home_casino .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
[class^="swiper-button-"] {
  width: 44px;
  /* opacity: 0; */
  /* visibility: hidden; */
}
#home_casino .swiper-button-prev {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#home_casino .swiper-button-next {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  opacity: 0.4;
}
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #FFFFFF;
  border-radius: 50%;
}
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#home_casino .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
@media (max-width: 1180px) {
  #home_casino .swiper-slide .content .title {
    font-size: 25px;
  }
  #home_casino .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  #home_casino .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
  #home_casino .swiper-slide {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  #home_casino.swiper-container {
    height: 280px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #home_casino.swiper-container {
    height: 340px;
  }
}
@media (max-width: 567px) {
  #home_casino.swiper-container {
    height: 210px;
  }
}
/* Game */
#game_banner .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
#game_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #FDB913 !important;
}
.ko-nation #game_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #1C75BC !important;
}
/*---------------------------------------------------------------------
                    Announcement Box - Home
---------------------------------------------------------------------*/
.announcement-heading-left {
  border-left: 1px solid #FDB913;
  border-right: 1px solid #FDB913;
}
.ko-nation .announcement-heading-left {
  border-left: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
}
.announcement-heading-right {
  border-right: 1px solid #FDB913;
}
.ko-nation .announcement-heading-right {
  border-right: 1px solid #1C75BC;
}
.announcement-logo {
  background: url("../../../../ImgPic/Frame/announcement-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px 60px;
  top: 15px;
  left: 2.5rem;
  height: 50px;
  display: block;
  z-index: 1070;
  position: relative;
}
.announcement-bell {
  position: absolute;
  top: 13px;
  left: 23px;
  color: #B71032;
}
.announcement-box {
  background: url("../../../../ImgPic/Frame/announcement-box.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 53px;
  top: -42px;
  height: 60px;
  display: block;
  z-index: 1060;
  position: relative;
}
.announcement-text {
  position: absolute;
  top: 22px;
  left: 5.5rem;
  /* width: 85%; */
  width: 82.5%;
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .announcement-logo {
    left: 2rem;
  }
  .announcement-text {
    left: 4.5rem;
  }
}
@media (max-width: 991px) {
  .announcement-logo {
    left: 1rem;
  }
  .announcement-text {
    left: 3.5rem;
  }
}
@media (max-width: 767px) {
  .announcement-logo {
    left: 0rem;
  }
  .announcement-text {
    left: 2.5rem;
  }
}
/*---------------------------------------------------------------------
                    Menu Cards - Home
---------------------------------------------------------------------*/
.menucard-img {
  border: 1px solid #FDB913;
  border-radius: 10px;
}
.ko-nation .menucard-img {
  border: 1px solid #1C75BC;
}
.menucard-overlay {
  text-align: center;
  position: absolute;
  bottom: 7px;
  left: 5px;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  width: 95%;
  border-radius: 5px;
  font-size: 12px;
  color: #FFFFFF;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.menucard-overlay:hover {
  background: rgba(185, 152, 93, 0.75);
}
#menucardmodal-content {
  padding: 0 15px;
}
/*---------------------------------------------------------------------
                    Owl Carousel ( v2.3.4 ) - Home
---------------------------------------------------------------------*/
.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.owl-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  color: #FFFFFF;
  height: 100%;
}
.owl-overlay.owl-overlay-gone {
  background: rgba(0, 0, 0, 0) !important;
}
.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.blockquote {
  color: #7a767a;
  font-weight: 300;
}
/* This is custom nav for promo carousel */
.owl-heading-nav {
  top: -2px;
  right: 0;
}
.owl-heading-nav .owl-custom-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.owl-heading-nav .owl-custom-left span {
  margin-top: 5px;
}
.owl-heading-nav .owl-custom-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.owl-heading-nav .owl-custom-right span {
  margin-top: 5px;
}
.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  background: #afa4a4 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7F8082 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1B1B1B !important;
}
.img-casino .owl-item {
  transition: all 0.3s ease-in;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #E5E5E5 !important;
  background: transparent !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FDB913 !important;
}
.ko-nation .owl-theme .owl-nav [class*=owl-]:hover {
  color: #1C75BC !important;
}
.owl-carousel .card {
  border-radius: 0;
}
.owl-carousel .card.card-dark1 {
  background: #1B1B1B;
}
.owl-carousel .card .card-title {
  color: #FDB913;
  text-transform: uppercase;
}
.owl-carousel .card .card-text {
  color: #FFFFFF;
  font-size: 12px;
}
.owl-carousel .card .btn {
  padding: 0.25rem 1.5rem;
}
.owl-carousel .card .btn.btn-more {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.owl-carousel .card .card-title {
  color: #1C75BC;
}
/*---------------------------------------------------------------------
                    Casino - Home
---------------------------------------------------------------------*/
.casino-frame {
  background: url(../../../../ImgPic/Frame/casino-frame.png) no-repeat;
  background-position: center center;
  background-size: 76% 79%;
  min-height: 360px;
  position: relative;
}
.owl-item.active.center .casino-frame {
  background-size: 89% 94%;
  padding: 35px 0 0 0;
  min-height: 360px;
}
.owl-item:not(.active):not(.center) .casino-frame {
  padding: 56px 0 0 0;
}
.owl-item.active:not(.center) .casino-frame {
  padding: 56px 0 0 0;
  min-height: 360px;
}
.owl-item.active .casino-frame img {
  width: 71%;
  margin: 0 auto;
  border-radius: 20px;
}
.owl-item.active.center .casino-frame img {
  width: 83% !important;
  margin: 0 auto;
  border-radius: 20px;
}
.owl-item:not(.active):not(.center) .casino-frame img {
  width: 71%;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  /* .owl-item.active.center .casino-frame {
		background-size: 89% 90%;
		padding: 28px 0 0 0;
		min-height: 242px;
	}  */
  .casino-frame {
    background: none;
    min-height: 0px !important;
    padding: 20px 0 0 0 !important;
  }
  .casino-frame img {
    border-radius: 0 !important;
  }
}
/*---------------------------------------------------------------------
                    Promotion - Home
---------------------------------------------------------------------*/
.col-promo {
  z-index: 1070;
  padding: 0 3rem;
}
.promotion-frame {
  background: url('../../../../ImgPic/Frame/promotion-frame.png') no-repeat center;
  background-size: 107% 74%;
  height: 400px;
  color: #FFFFFF;
  padding: 1.5rem 1rem;
  position: relative;
}
.promotion-frame img {
  position: absolute;
  /* top:-1rem; */
  top: 15%;
  left: 6%;
}
.promotion-frame.first-promo img {
  width: 89%;
}
.promotion-frame:not(.first-promo) img {
  width: 89%;
}
.promo-box {
  position: absolute;
  top: 13rem;
  text-align: center;
  width: 86%;
}
.promo-box .promo-desc {
  background: linear-gradient(to bottom, #B5B3B1 0%, #F8F7F7 48%, #C1BDB8 52%, #EDEAE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .promotion-frame {
    /* background-size: auto 86%; */
    /* padding: 3.5rem 1rem; */
    background-size: 108% auto;
    padding: 20px 1rem;
  }
  .promotion-frame img {
    top: 71px;
    /* left: unset; */
  }
  .promotion-frame.first-promo img {
    width: 88%;
  }
  .promotion-frame:not(.first-promo) img {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .promotion-frame {
    background-size: 100% auto;
    /* padding: 3rem 2rem; */
    padding: 3rem 1.6rem;
  }
  .promotion-frame img {
    top: 57px;
    left: unset;
  }
  .promotion-frame.first-promo img {
    width: 82%;
  }
  .promotion-frame:not(.first-promo) img {
    width: 82%;
  }
  .promo-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .promotion-frame {
    /* background-size: auto auto; */
    background-size: 70% auto;
    padding: 2rem 6.5rem;
  }
  .promotion-frame img {
    top: 35px;
  }
  .promotion-frame.first-promo img {
    width: 55%;
  }
  .promotion-frame:not(.first-promo) img {
    width: 55%;
  }
  .promo-box {
    width: 54%;
  }
}
@media (max-width: 567px) {
  .promotion-frame {
    /* background-size: auto auto; */
    /* padding: 2rem 4.5rem; */
    background-size: 70% auto;
    padding: 2rem 5.5rem;
  }
  .promotion-frame img {
    top: 57px;
  }
  .promotion-frame.first-promo img {
    width: 55%;
  }
  .promotion-frame:not(.first-promo) img {
    width: 55%;
  }
  .promo-box {
    width: 55%;
  }
}
/*---------------------------------------------------------------------
                    Social Network - Home
---------------------------------------------------------------------*/
.media-sns {
  padding: 10px 0;
}
.common-desc {
  color: #FFFFFF;
  font-size: 16px;
}
.common-desc-2 {
  color: #1B1B1B;
  font-size: 16px;
}
.common-title {
  color: #B71032;
  font-size: 17px;
}
/* Social Networ Region*/
/*---------------------------------------------------------------------
                    Register - Member
---------------------------------------------------------------------*/
.form-title-container {
  padding: 20px 0px 0px 0px;
}
.form-title-container > h1,
.form-title-container h2,
.form-title-container h3,
.form-title-container h4,
.form-title-container h5,
.form-title-container h6 {
  color: #B71032;
  font-weight: bold;
  margin-bottom: 20px;
}
.asterisk {
  color: #B71032;
}
.text-danger {
  color: #B71032 !important;
}
/*form styles*/
#msform {
  position: relative;
}
#msform label {
  margin-bottom: 0 !important;
}
#msform fieldset {
  background-color: transparent;
  border: 0 none;
  box-sizing: border-box;
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform .inputbox {
  padding: 10px 0px 0px 0px;
  border-radius: 3px;
  width: 100%;
  color: #FFFFFF;
  font-size: 13px;
  background: transparent;
  border: unset;
  border-bottom: 3px solid #FFFFFF;
}
#msform .inputbox option {
  background-color: #1B1B1B;
  color: white;
  font-size: 13px;
  border: unset;
}
#msform .input {
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 13px;
}
#msform .input .text-left {
  font-weight: bold;
}
#msform .input .row {
  margin: 0px;
}
#msform .input .row .col-4 {
  padding: 4px;
}
#msform .input .row .Sms-Button {
  width: 35%;
  border-radius: 10px;
}
#msform .input .row .Sms-Button .btn {
  background-color: #B71032;
  color: #FFFFFF;
  font-size: 13px;
  width: 100%;
}
#msform .input .row .Sms-Label {
  width: 65%;
  padding: 0px 0px 0px 5px;
}
#msform .input .Name-Label {
  color: #B71032;
  padding: 10px 0px 0px 0px;
}
#msform .input .RDL-label {
  color: #B71032;
  padding: 10px 0px 0px 0px;
}
#msform .input .RDL-underline-link {
  text-decoration: underline !important;
  color: #FDB913;
  font-weight: bold;
}
#msform .input .TnC-Chkbox {
  width: 5%;
  padding: 2px 0px 0px 0px;
}
#msform .input .TnC-Label {
  width: 95%;
  text-align: justify;
  padding: 0px 0px 0px 10px;
}
#msform .input .TnC-underline-link {
  text-decoration: underline !important;
  color: #FFFFFF;
  font-weight: bold;
}
.ko-nation #msform .input .RDL-underline-link {
  color: #1C75BC;
}
/*buttons*/
#msform .action-button {
  width: 93%;
  background: #B71032;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 15px 0px 0px 0px;
}
#msform .action-button.previous {
  background: transparent;
  border: 2px solid #B71032;
}
#msform .action-button:hover.submit,
#msform .action-button:focus.submit {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
#msform .action-button:hover.next,
#msform .action-button:focus.next {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
#msform .action-button:hover.next-2,
#msform .action-button:focus.next-2 {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
#msform .action-button:hover.previous,
#msform .action-button:focus.previous {
  background: #B71032;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
#progressbar {
  margin-bottom: 1.5rem;
}
#progressbar.one {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar.one > li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 100%;
  float: left;
  position: relative;
}
#progressbar.two {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar.two > li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 50%;
  float: left;
  position: relative;
}
#progressbar.three {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar.three > li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar.four {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar.four > li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar.five {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar.five > li {
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: '';
  counter-increment: step;
  width: 15px;
  height: 15px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #333;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #E0E0E0;
}
#progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #E0E0E0;
  top: 6px;
  left: 0;
  /*z-index: -1;*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  /*content: none;*/
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*#progressbar li.active:first-child::after {
        background: @color_gold;
    }*/
#progressbar li.active:before,
#progressbar li.active:after {
  background-color: #FDB913;
}
.ko-nation #progressbar li.active:before,
#progressbar li.active:after {
  background-color: #1C75BC;
}
#progressbar li:active {
  color: #FDB913;
}
.ko-nation #progressbar li:active {
  color: #1C75BC;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background-color: #FDB913;
}
.ko-nation #progressbar li.active:before,
.ko-nation #progressbar li.active:after {
  background-color: #1C75BC;
}
/*Register Region*/
/*---------------------------------------------------------------------
                    Login - Member
---------------------------------------------------------------------*/
.LoginBox {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.5);
}
.text-login {
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 51px;
  font-weight: 800;
  background: -webkit-linear-gradient(141.52deg, #E8C46F 0%, #BB842C 25.2%, #7D5723 49.88%, #BB842C 76.1%, #E8C46F 98.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1.4rem 0 1.4rem 0 !important;
}
.Chkbox-RmbMe {
  border: 1px solid #7f8082;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: 0rem !important;
  border-radius: unset !important;
  z-index: 1000;
}
.sign-up {
  margin: 1rem 0 1.4rem 0;
}
.sign-up .text-sign-up {
  font-family: Arial, sans-serif;
  font-size: 12px !important;
  line-height: 14px;
  color: #0dbfdc;
}
/*Login Region*/
/*---------------------------------------------------------------------
                      ChangePassword - Account
---------------------------------------------------------------------*/
.ForgetPasswordBox {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.5);
}
/*ChangePassword Region*/
/*---------------------------------------------------------------------
                    ProductView - Casino
---------------------------------------------------------------------*/
.CasinoDetail {
  position: relative;
  width: 97%;
  height: 66%;
  top: 17%;
  left: 2%;
}
.CasinoButton {
  position: absolute;
  padding-top: 50px;
  opacity: 0;
  color: #FFFFFF;
  width: 94%;
  height: 62%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 19%;
  left: 3%;
  border-radius: 18px;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.CasinoButton:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .CasinoButton {
    background-color: transparent;
  }
}
/*ProductView Region*/
/*---------------------------------------------------------------------
                    Index - Promotion
---------------------------------------------------------------------*/
.promo-badge {
  background-color: #E5c06b;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.65);
  position: absolute;
  top: -55px;
  left: -46px;
  width: 76px;
  height: 96px;
  -webkit-transform: rotate(-45deg);
  z-index: 1;
}
.promo-badge span {
  color: #f5f5f5;
  font-size: 0.875rem;
  left: 10px;
  top: 110px;
  position: absolute;
  width: 145px;
  transform: rotate(45deg);
}
.promo-button {
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.promo-button:hover {
  background: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.promo-button-pin-top-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  border: unset;
  background: unset;
  outline: none;
  padding: 6px 65px;
}
.promo-button-pin-top-content:hover {
  color: #FDB913 !important;
}
.promo-button-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  border: unset;
  background: unset;
  outline: none;
  padding: 5px 25px;
}
.promo-button-content:hover {
  color: #FDB913 !important;
}
.pin-top-title {
  top: 10%;
}
.pin-top-subtitle {
  top: 35%;
}
.pin-top-button {
  bottom: 30%;
}
.border-bottom-gold {
  border-bottom: 3px solid #FDB913;
}
.ko-nation .border-bottom-gold {
  border-bottom: 3px solid #1C75BC;
}
.promotion-modal-dialog {
  margin-top: 5%;
}
.bg-crop-img {
  background-position: center !important;
  object-fit: contain;
}
.promo-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .promo-subtitle {
    width: 50% !important;
  }
}
#promo-modal-content {
  border-radius: 0;
  box-shadow: 0px 4px 4px #B71032;
}
.promo-content {
  position: absolute;
  bottom: 10%;
  left: 1rem;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
@media (max-width: 767px) {
  .promo-content {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.promo-collapse {
  border-left: 1px solid #FDB913;
  border-right: 1px solid #FDB913;
  border-bottom: 1px solid #FDB913;
  transition: 0.6s linear;
  display: none;
}
.promo-collapse.ohyeah {
  display: block;
}
.ko-nation .promo-collapse {
  border-left: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
}
#promoform {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 100px 0px 100px 0px;
}
#promoform .frame {
  width: 100%;
  border: 1px solid #323030;
  padding: 20px;
  border-radius: 10px;
}
#promoform .frame .promo-container {
  width: 100%;
  color: #FFFFFF;
  padding: 0px 0px 20px 0px;
  opacity: 0.65;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#promoform .frame .promo-container:hover {
  opacity: 1;
  cursor: pointer;
}
#promoform .frame .promo-container .promo-img {
  /* height: 300px; */
  border: 1px solid #767474;
}
#promoform .frame .promo-container .promo-img img {
  width: 100%;
  height: 100%;
}
#promoform .frame .promo-container .promo-detail {
  width: 100%;
  border: 1px solid #767474;
  border-top: 0;
  padding: 15px;
  font-size: 13px;
}
/*Promotion Region*/
/*---------------------------------------------------------------------
                    Index - Jackpot
---------------------------------------------------------------------*/
.jackpot-badge {
  background-color: #E5c06b;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.65);
  position: absolute;
  top: -55px;
  left: -46px;
  width: 76px;
  height: 96px;
  -webkit-transform: rotate(-45deg);
  z-index: 1;
}
.sa-bgimgresponsive-jackpot {
  width: 100%;
  /*max-width: 378px;
min-width: 159px;*/
  /*max-height: 225px;
    min-height: 88px;*/
  /*@media(max-width:1350px) {
    max-height: 517px;
}

@media(max-width:1130px) {
    max-height: 450px;
}

@media(max-width:950px) {
    max-height: 400px;
}

@media(max-width:950px) {
    max-height: 400px;
}*/
}
.jackpot-container {
  padding-top: 40px;
  padding-bottom: 15px;
}
.jackpot-badge span {
  color: #f5f5f5;
  font-family: sans-serif;
  font-size: 0.875rem;
  left: 10px;
  top: 110px;
  position: absolute;
  width: 145px;
  transform: rotate(45deg);
}
.jackpot-button {
  /* -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.jackpot-menu-listing-price {
  text-align: center;
  max-height: 48px;
  min-height: 31px;
}
.jackpot-pin-top-banner {
  top: 0;
}
.jackpot-border-bottom-gold {
  border-bottom: 3px solid #FDB913;
}
.ko-nation .jackpot-border-bottom-gold {
  border-bottom: 3px solid #1C75BC;
}
.jackpot-modal-dialog {
  margin-top: 5%;
}
.jackpot-bg-crop-img {
  background-position: right !important;
}
.jackpot-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .jackpot-subtitle {
    width: 50% !important;
  }
}
#jackpot-modal-content {
  border-radius: 0;
  box-shadow: 0px 4px 4px #B71032;
}
.jackpot-content {
  position: absolute;
  bottom: 10%;
  left: 1rem;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
@media (max-width: 767px) {
  .jackpot-content {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.jackpot-collapse {
  border-left: 1px solid #FDB913;
  border-right: 1px solid #FDB913;
  border-bottom: 1px solid #FDB913;
  transition: 0.6s linear;
  display: none;
}
.jackpot-collapse.ohyeah {
  display: block;
}
.ko-nation .jackpot-collapse {
  border-left: 1px solid #1C75BC;
  border-right: 1px solid #1C75BC;
  border-bottom: 1px solid #1C75BC;
}
#jackpotform {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 100px 0px 100px 0px;
}
#jackpotform .frame {
  width: 100%;
  border: 1px solid #323030;
  padding: 20px;
  border-radius: 10px;
}
#jackpotform .frame .jackpot-container {
  width: 100%;
  color: #FFFFFF;
  padding: 0px 0px 20px 0px;
  opacity: 0.65;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#jackpotform .frame .jackpot-container:hover {
  opacity: 1;
  cursor: pointer;
}
#jackpotform .frame .jackpot-container bgimgresponsive .jackpot-img {
  /* height: 300px; */
  border: 1px solid #767474;
}
#jackpotform .frame .jackpot-container bgimgresponsive .jackpot-img img {
  max-height: 225px;
  width: 100%;
  height: 100%;
}
#jackpotform .frame .jackpot-container .jackpot-detail {
  width: 100%;
  border: 1px solid #767474;
  border-top: 0;
  padding: 15px;
  font-size: 13px;
}
.jackpot-overlay {
  padding-top: 30%;
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.jackpot-prizeName {
  padding: 5px;
  width: 85%;
  background-color: #B71032;
  color: #FFFFFF;
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 24px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .jackpot-prizeName {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .jackpot-prizeName {
    font-size: 10px;
  }
}
.ko-language .jackpot-prizeName {
  font-family: InterparkGothicBold;
}
.jackpot-footer1 {
  padding-top: 35%;
  position: absolute;
  font-size: 18px;
}
@media (max-width: 768px) {
  .jackpot-footer1 {
    padding-top: 30%;
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .jackpot-footer1 {
    font-size: 10px;
  }
}
.jackpot-footer2 {
  padding-top: 55%;
  position: absolute;
  font-size: 18px;
}
@media (max-width: 768px) {
  .jackpot-footer2 {
    padding-top: 50%;
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .jackpot-footer2 {
    font-size: 10px;
  }
}
/*Jackpot Region*/
/*---------------------------------------------------------------------
                PageTopMenu - Shared
---------------------------------------------------------------------*/
.top-menu {
  border: 1px solid #323030;
  background-color: #1B1B1B;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.top-menu:hover,
.top-menu.active {
  cursor: pointer;
  background-color: #FDB913;
}
.top-menu:hover a,
.top-menu.active a {
  color: #1B1B1B;
  font-weight: 700;
}
.top-menu a {
  color: #FFFFFF;
  font-size: 13px;
}
.ko-nation .top-menu:hover,
.ko-nation .top-menu.active {
  background-color: #1C75BC;
}
.profile-top-menu {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 14px;
  /*transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;*/
}
.profile-top-menu:first-child {
  border-bottom: 0px;
}
.profile-top-menu:last-child {
  border-bottom: 0px;
  border-left: 0px;
}
.profile-top-menu:hover,
.profile-top-menu.active {
  cursor: pointer;
  color: #FFFFFF;
  /*background-color: @color_gold;*/
}
.profile-top-menu:hover a,
.profile-top-menu.active a {
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .profile-top-menu:hover,
  .profile-top-menu.active {
    cursor: unset;
  }
}
.profile-top-menu a {
  color: #7F8082;
}
@media (max-width: 991px) {
  .profile-top-menu {
    font-size: 12px;
  }
}
.ko-language .profile-top-menu {
  font-family: InterparkGothicBold !important;
}
.ko-nation .profile-top-menu:hover,
.ko-nation .profile-top-menu.active {
  /*background-color: @color_blue;*/
}
.profile-bottom-menu .inactive {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/*PageTopMenu Region*/
/*---------------------------------------------------------------------------------------------------
    FAQ / Terms & Condition / Responsible Gaming / Contact Us / About Us / Privacy Policy- Content
-----------------------------------------------------------------------------------------------------*/
.content-header-bar {
  background-image: linear-gradient(to right, #B71032, #1E2337);
}
.ko-nation .content-header-bar {
  background-image: linear-gradient(to right, #B71032, #1C75BC);
}
.content-text {
  font-family: Montserrat;
  font-weight: 400;
}
.ko-language .content-text {
  font-family: InterparkGothicLight !important;
}
.content-text.ko-language {
  font-family: InterparkGothicLight !important;
}
.content-text-bold {
  font-family: MontserratBold;
  font-weight: 700;
}
.ko-language .content-text-bold {
  font-family: InterparkGothicBold !important;
}
.content-text-semi {
  font-family: MontserratSemi;
  font-weight: 600;
}
.ko-language .content-text-semi {
  font-family: InterparkGothicMedium !important;
}
.content-header-font {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 36px;
  color: white;
  padding-top: 53px;
  padding-bottom: 53px;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .content-header-font {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ko-language .content-header-font {
  font-family: InterparkGothicBold !important;
}
.content-style {
  margin-top: 65px;
  font-size: 15px;
}
.content-style .content-text-bold {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: 700;
}
.content-style .ko-language .content-text-bold {
  font-family: InterparkGothicBold !important;
}
@media (max-width: 991px) {
  .content-style {
    margin-top: 20px;
    font-size: 12px;
  }
  .content-style .content-text-bold {
    font-size: 12px;
    font-family: MontserratBold;
    font-weight: 700;
  }
  .content-style .ko-language .content-text-bold {
    font-family: InterparkGothicBold !important;
  }
}
.content-padding {
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .content-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-a a {
  color: #1B1B1B;
  text-decoration: none;
}
.content-a a:hover {
  color: #B71032;
  text-decoration: none;
}
.text-ContactUs-2 {
  font-style: normal;
  font-size: 14px !important;
  line-height: 21px;
  font-weight: normal;
  color: #1B1B1B;
  text-decoration: none;
}
.text-ContactUs-2 > a {
  color: #1B1B1B;
  text-decoration: none;
}
.text-ContactUs-2 > a:hover {
  color: #B71032;
  text-decoration: none;
}
.img-ContactUs {
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.social-border-bottom {
  border-bottom: 1px solid #E5E5E5;
}
.img-socialLink {
  width: 20px;
}
/*Contact Us Region*/
/*---------------------------------------------------------------------
    FAQ / Terms & Condition / Responsible Gaming / Contact Us - Content
---------------------------------------------------------------------*/
/*FAQ / Terms & Condition / Responsible Gaming / Contact Us Region*/
/*---------------------------------------------------------------------
                        Account - Share
---------------------------------------------------------------------*/
.account-header-bar {
  background: #4f0000;
}
.account-header-font {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 36px;
  color: white;
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .account-header-font {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ko-language .account-header-font {
  font-family: InterparkGothicBold !important;
}
.profile-padding {
  padding-top: 46px;
  padding-left: 28px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .profile-padding {
    padding-top: 21px;
    padding-left: 22px;
    padding-right: 20px;
  }
}
.profile-font {
  font-size: 14px !important;
}
.profile-font label {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .profile-font {
    font-size: 12px !important;
  }
  .profile-font label {
    font-size: 12px !important;
  }
}
.account-border-all {
  border: 1px solid #7F8082;
}
/*.button-account {
    background-color: @color_white;
    border: 1px solid @color_red;
    font-family: MontserratSemi;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    > span, a {
        color: @color_red;
        padding: 13px 30px;
        -ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
        display: inline-block;
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        width: max-content;
    }
    > a, a:hover {
        text-decoration: none;
    }
}

.button-white {
    background-color: @color_white;
    border: 1px solid @color_red;

    > span, a {
        color: @color_red;
    }
}

.button-red, .account-active, .button-white:hover {
    background-color: @color_red;
    border: 1px solid @color_red;

    > span, a {
        color: @color_white;
    }
}*/
/*#owl-account-menu .owl-item {
    width: intrinsic !important; 
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
    width: max-content !important;
}*/
.top-menu-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .top-menu-margin {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
.form-control.account-input {
  max-width: 695px;
  height: 48px;
}
.mlr-05 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
/*---------------------------------------------------------------------
                        Profile - Account
---------------------------------------------------------------------*/
.profile-email a {
  color: #B71032;
  text-decoration: none;
}
.profile-email a:hover {
  color: #1B1B1B;
  text-decoration: none;
}
@media (min-width: 767px) {
  .profile-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
    grid-auto-rows: 25px;
  }
}
/*Profile Region*/
/*---------------------------------------------------------------------
                    ChangePassword - Account
---------------------------------------------------------------------*/
.password-button {
  padding-left: 30px;
}
.password-button button {
  outline: unset;
}
.password-button button:focus {
  outline: unset;
}
/*ChangePassword Region*/
/*---------------------------------------------------------------------
                HistoryTransactionTopMenu - Shared
---------------------------------------------------------------------*/
.TopMenuform {
  padding: 0px;
  margin: unset;
  padding: 0px 0px 5px 0px;
}
.TopMenuform .top-menu {
  color: #FFFFFF;
  border: 1px solid #323030;
  padding: 10px 0px 10px 0px;
  background-color: #1B1B1B;
}
.TopMenuform .top-menu:first-child {
  border-radius: 5px 0px 0px 5px;
}
.TopMenuform .top-menu:last-child {
  border-radius: 0px 5px 5px 0px;
}
.TopMenuform .top-menu:hover,
.TopMenuform .top-menu.active {
  border-radius: 5px;
  background-color: #FDB913;
  color: #1B1B1B;
  text-decoration: unset;
}
.ko-nation .TopMenuform .top-menu:hover,
.ko-nation .TopMenuform .top-menu.active {
  background-color: #1C75BC;
}
.history-top-menu {
  background-color: #FDB913;
  color: #FFFFFF;
  margin-top: -5.5px;
  padding: 8px;
  border: solid 2px #1B1B1B;
}
.history-top-menu:focus {
  border-style: none;
}
#HistoryTopMenuform {
  background-color: #1B1B1B;
  border-radius: 0.5rem;
}
#HistoryTopMenuform button {
  outline: none;
}
/*#HistoryTopMenuform .owl-item {
    width: intrinsic !important;
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
    width: max-content !important;
}*/
#HistoryTopMenuform .owl-stage {
  display: flex;
}
#HistoryTopMenuform .owl-nav .disabled {
  display: none;
}
.history-border-bottom,
.history-border-bottom td {
  border-bottom: 1px solid #7F8082 !important;
}
/*HistoryTransactionTopMenu Region*/
/*---------------------------------------------------------------------
                    HistoryMainWallet - Payment
---------------------------------------------------------------------*/
.HistoryMainWalletform .search-container {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  border: 1px solid #323030;
  margin: unset;
  font-size: 13px;
  font-weight: bold;
}
.HistoryMainWalletform .search-container > div {
  padding: 15px;
}
.HistoryMainWalletform .search-container > div.action-button-container {
  width: 15%;
  padding: 20px 15px 15px 15px;
}
.HistoryMainWalletform .search-container > div.action-button-container .btn-search {
  width: 100%;
  padding: 5px !important;
}
.HistoryMainWallet-listing-container .top-menu {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  padding: 15px 0px 15px 0px;
  background-color: #1B1B1B;
}
.HistoryMainWallet-listing-container .table-responsive {
  margin: 25px 0px 20px 0px;
  color: #FFFFFF;
  font-size: 13px;
}
.HistoryMainWallet-listing-container .table-responsive .listing-table {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
}
.HistoryMainWallet-listing-container .table-responsive .listing-table > tbody > tr > th {
  padding: 15px 0px 15px 15px;
  font-weight: normal;
}
.HistoryMainWallet-listing-container .table-responsive .listing-table > tbody > tr > td {
  padding: 15px 0px 15px 15px;
  font-weight: bold;
  /*background-color: @color_black;*/
}
/*HistoryMainWallet Region*/
/*---------------------------------------------------------------------
            BankAccount - Payment
---------------------------------------------------------------------*/
.bankaccount-listing-container {
  margin-top: 25px;
  margin-bottom: 20px;
}
.account-pagesize-container {
  color: #FFFFFF;
  position: relative;
}
.account-pagesize-container .pagesize-label {
  position: absolute;
  right: 15%;
  padding: 5px 0px 0px 0px;
  font-size: 13px;
}
.account-listing-table {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 19px;
  /*> tbody {
    > tr {
        > th {
            padding: 15px 0px 15px 15px;
            font-weight: bold;
            color:black;
        }

        > td {
            padding: 15px 0px 15px 15px;
            font-weight: bold; 
        }
    }
}*/
}
.account-listing-table tr:first-child {
  font-family: MontserratBold;
  font-weight: 700;
}
.account-listing-table .ko-language tr:first-child {
  font-family: InterparkGothicBold !important;
}
@media (max-width: 991px) {
  .account-listing-table {
    font-size: 10px;
  }
}
.account-container {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  border: 1px solid #323030;
  margin: unset;
  padding: 15px 15px 15px 15px;
  font-size: 13px;
  font-weight: bold;
}
.bankbinding-top-menu {
  border-bottom: 1px solid #323030;
  padding: 15px 0px 15px 0px;
  background-color: #1B1B1B;
}
#tooltip .tooltiptext {
  /* font-family: Montserrat,"Open Sans",Helvetica,Arial,sans-serif !important; */
  visibility: hidden;
  width: 120px;
  background-color: #000000;
  color: white;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 25%;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
#tooltip:hover .tooltiptext {
  visibility: visible;
}
.icon-class {
  position: absolute;
  bottom: auto;
  color: #FFFFFF;
  cursor: pointer;
}
.tooltiptext {
  position: absolute;
  padding: 0 5px;
  color: #FFFFFF;
  background-color: #1B1B1B;
  border-radius: 5px;
  margin-top: 4px;
  margin-left: 20px;
  width: 80px;
  text-align: center;
  transition: all 0.3s ease-in;
  animation: fade-in 0.3s ease-in-out;
}
.title-label {
  padding: 20px 0px 10px 0px;
}
.action-button-container {
  padding: 10px 0px 50px 0px;
}
.action-button-container > div {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.action-button-container > div .btn-submit {
  width: 15%;
  position: absolute;
  right: 16%;
  padding: 5px !important;
}
.action-button-container > div .btn-reset {
  width: 15%;
  position: absolute;
  right: 0%;
  padding: 5px !important;
}
/*BankAccount Region*/
/*---------------------------------------------------------------------
            Transfer - Payment
---------------------------------------------------------------------*/
.transfer-container {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  border: 1px solid #323030;
  margin: unset;
  font-size: 13px;
  font-weight: bold;
}
.transfer-container .transfer-top-menu {
  border-bottom: 1px solid #323030;
  padding: 15px 0px 15px 0px;
  background-color: #1B1B1B;
}
.transfer-container .title-label {
  padding: 20px 0px 10px 0px;
}
.transfer-container .fieldset {
  text-align: justify;
}
.transfer-container .action-button-container {
  padding: 10px 0px 50px 0px;
}
.transfer-container .action-button-container > div {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.transfer-container .action-button-container > div .btn-submit {
  width: 15%;
  position: absolute;
  right: 16%;
  padding: 5px !important;
}
.transfer-container .action-button-container > div .btn-reset {
  width: 15%;
  position: absolute;
  right: 0%;
  padding: 5px !important;
}
/*Transfer Region*/
/*---------------------------------------------------------------------
            WalletBalances - Payment
---------------------------------------------------------------------*/
.WalletBalances > div {
  margin: -1px;
}
.WalletBalances > div .wallet-item {
  color: #FFFFFF;
  background-color: #1B1B1B;
  padding: 20px;
  border: 2px solid #7F8082;
}
.WalletBalances > div .clear-padmar {
  margin: unset;
  padding: unset;
}
/*WalletBalances Region*/
/*---------------------------------------------------------------------
            Deposit - Payment
---------------------------------------------------------------------*/
.Account-Box {
  color: rgba(255, 255, 255, 0.68);
  background-color: #1B1B1B;
}
.Account-Box .Account-Box-item {
  border: 2px solid #7F8082;
}
.Account-Box .Account-Box-item-r {
  border-right: 2px solid #7F8082;
}
.Account-Box .Account-Box-item-l {
  border-left: 2px solid #7F8082;
}
.otp-max-height {
  max-height: 38px;
}
.Account-Label {
  font-size: 20px;
  line-height: 28px;
}
.Account-Label-2 {
  font-size: 14px;
  line-height: 19px;
}
.Amount-Label {
  color: #FDB913;
}
.ko-nation .Amount-Label {
  color: #1C75BC;
}
.border-black {
  border: 1px solid #1B1B1B;
}
.magic_box {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*#depositForm span {
        font-size: 0.725rem; 
    }*/
.form-fileyeah {
  border: 0 !important;
  box-shadow: unset !important;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fileUpload {
    padding: 0.3rem 2rem;
  }
}
.fileUpload span {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .fileUpload span {
    font-size: 12px !important;
  }
}
.fileUpload input.yeahUpload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.yeahUploadDisplay {
  font-weight: 600;
  font-size: 13px !important;
}
@media (max-width: 991px) {
  .yeahUploadDisplay {
    font-size: 12px !important;
  }
}
/* iPhone X in landscape - Special Case */
@media only screen and (device-height: 375px) and (device-width: 812px) and (orientation: landscape) {
  .device-iphone .hidden.magic_box_hidden {
    display: block !important;
  }
}
/* iPad in potrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .device-ipad .hidden.magic_box_hidden {
    display: block !important;
  }
}
/* iPad in landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .device-ipad .hidden.magic_box_hidden {
    display: block !important;
  }
}
/*Deposit Region*/
/*---------------------------------------------------------------------
                Withdrawal - Payment
---------------------------------------------------------------------*/
/*Withdrawal Region*/
/*---------------------------------------------------------------------
            Big Win - Custom
---------------------------------------------------------------------*/
.bigwin-thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
/*---------------------------------------------------------------------
            Menu Bar - Custom
---------------------------------------------------------------------*/
#menuBarSection .btnBar.barIsOpen,
#menuBarSection .btnBarCategory.barIsOpen,
#menuBarSection .btnBarClub.barIsOpen {
  color: #1B1B1B !important;
  font-weight: bold;
}
/*---------------------------------------------------------------------
            Game Bar - Custom
---------------------------------------------------------------------*/
#gameBar {
  background-color: #7F8082;
}
#gameBar .categoryTag {
  cursor: pointer;
}
#gameBar .categoryTag.tagged {
  color: #FDB913 !important;
}
#gameBar ul.gamebarFilter {
  flex-direction: row;
  display: flex;
  list-style: none;
}
#gameBar ul.gamebarFilter li:not(:first-child) span {
  padding: 1rem 0.5rem;
  margin: 1px 0.75rem;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
#gameBar ul.gamebarFilter li:first-child span {
  padding: 1rem 0rem;
  margin: 1px 0rem;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
#gameBar ul.gamebarFilter li a {
  padding: 1rem 0.5rem;
  margin: 1px 0.75rem;
  text-decoration: none !important;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
#gameBar ul.gamebarFilter li a:hover {
  color: #FDB913;
}
#gameBar ul.gamebarFilter li a.active {
  color: #FDB913;
}
#gameBar #gamebarFilterForm .listNow {
  /*top: 0;
        left: 0;
        transform: translateX(-30px);*/
  padding: 0.3rem 0.65rem;
  border: 1px solid transparent;
  background: #000000;
  margin-right: 10px;
}
#gameBar #gamebarFilterForm .listNow:hover,
#gameBar #gamebarFilterForm .listNow.active {
  border: 1px solid #FDB913;
  color: #FDB913;
}
#gameBar #gamebarFilterForm .searchNow {
  /*top: 0;
        left: 0;
        transform: translateX(20px);*/
  padding: 0.3rem 0.75rem;
  border: 1px solid transparent;
  background: #000000;
}
#gameBar #gamebarFilterForm .searchNow:hover,
#gameBar #gamebarFilterForm .searchNow.active {
  border: 1px solid #FDB913;
  color: #FDB913;
}
#gameBar #gamebarFilterForm input:not(.select2-search__field) {
  font-size: 0.875rem;
  outline: 0px;
  background-color: #000000;
  cursor: text;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  border: 0px !important;
  height: auto !important;
  border-radius: 0;
}
#gameBar #gamebarFilterForm input:not(.select2-search__field):not(.chosen-search-input) {
  color: #FDB913;
}
#gameBar #gamebarFilterForm input:not(.select2-search__field).searchName {
  padding: 0.5rem 0.75rem;
}
.ko-nation #gameBar .categoryTag.tagged {
  color: #1C75BC !important;
}
.ko-nation #gameBar ul.gamebarFilter li a:hover {
  color: #1C75BC;
}
.ko-nation #gameBar ul.gamebarFilter li a.active {
  color: #1C75BC;
}
.ko-nation #gameBar #gamebarFilterForm .listNow:hover,
.ko-nation #gameBar #gamebarFilterForm .listNow.active {
  border: 1px solid #1C75BC;
  color: #1C75BC;
}
.ko-nation #gameBar #gamebarFilterForm .searchNow:hover,
.ko-nation #gameBar #gamebarFilterForm .searchNow.active {
  border: 1px solid #1C75BC;
  color: #1C75BC;
}
.ko-nation #gameBar #gamebarFilterForm input:not(.select2-search__field):not(.chosen-search-input) {
  color: #1C75BC;
}
/*---------------------------------------------------------------------
            Game Content - Custom
---------------------------------------------------------------------*/
#gameSection .gameBoxBadge {
  position: absolute;
  background: #FF0030;
  color: #FFFFFF;
  top: 8px;
  border-radius: 2px;
  left: 10px;
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
#gameSection .gameBoxImg {
  position: relative;
  height: 208px;
  max-width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid #FDB913;
}
@media (max-width: 991px) {
  #gameSection .gameBoxImg {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #gameSection .gameBoxImg {
    height: 175px;
  }
}
#gameSection .gameBoxOverlay {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#gameSection .gameBoxOverlay:hover {
  opacity: 1;
}
#gameSection .gameBoxOverlay .btn {
  padding: 0.375rem 0.75rem;
}
#gameSection .gameBoxTitle {
  text-align: center;
  font-size: 12px;
  color: #FDB913;
  font-weight: bold;
  text-transform: capitalize;
}
.ko-nation #gameSection .gameBoxImg {
  border: 1px solid #1C75BC;
}
.ko-nation #gameSection .gameBoxTitle {
  color: #1C75BC;
}
/*---------------------------------------------------------------------
            Custom Main Menu - Custom
---------------------------------------------------------------------*/
.customMenu .dropdown-menu {
  left: unset;
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: unset;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.customMenu .dropdown-menu .dropdown-item {
  color: #7F8082;
  padding: 0.875rem 1.5rem;
  font-size: 13px;
  font-weight: bold;
}
.customMenu .dropdown-menu .dropdown-item:hover,
.customMenu .dropdown-menu .dropdown-item:focus {
  color: #FDB913;
  text-decoration: none;
  background-color: transparent;
}
.ko-nation .customMenu .dropdown-menu .dropdown-item:hover,
.ko-nation .customMenu .dropdown-menu .dropdown-item:focus {
  color: #1C75BC;
}
.customSubmenu:not(:first-of-type):before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, transparent 0%, #FDB913 30%, #FDB913 40%, #FDB913 50%, #FDB913 60%, #FDB913 70%, transparent 100%);
  opacity: 0.55;
  top: 0;
  left: 0;
}
.ko-nation .customSubmenu:not(:first-of-type):before {
  background: linear-gradient(to right, transparent 0%, #1C75BC 30%, #1C75BC 40%, #1C75BC 50%, #1C75BC 60%, #1C75BC 70%, transparent 100%);
}
/*---------------------------------------------------------------------
            Recommended Game in Owl Carousel - Custom
---------------------------------------------------------------------*/
.recommendBoxOverlay {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.recommendBoxOverlay:hover {
  opacity: 1;
}
.recommendBoxOverlay .btn {
  padding: 0.375rem 0.75rem;
}
.recommendBoxOverlay .recommendBoxTitle {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  color: #FDB913;
  font-weight: bold;
  text-transform: capitalize;
}
.ko-nation .recommendBoxOverlay .recommendBoxTitle {
  color: #1C75BC;
}
/*---------------------------------------------------------------------
                Account Section ( History , etc ) - Custom
---------------------------------------------------------------------*/
.page-left-menu .accmenu-item.first {
  padding-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-left-menu .accmenu-item.last {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;
}
.page-left-menu > a,
.page-left-menu > div {
  text-decoration: none !important;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.page-left-menu > a.active,
.page-left-menu > div.active,
.page-left-menu > a :hover,
.page-left-menu > div :hover,
.page-left-menu > a :active,
.page-left-menu > div :active,
.page-left-menu > a :focus,
.page-left-menu > div :focus {
  text-decoration: none !important;
  cursor: pointer;
  color: #E8C46F;
}
.page-left-menu > a.active > div,
.page-left-menu > div.active > div {
  color: #E8C46F;
}
.page-left-menu > a > div,
.page-left-menu > div > div {
  padding: 8px 20px;
  text-decoration: none !important;
  background-color: #ffffff;
}
.page-left-menu > a > div .accmenu-item-1,
.page-left-menu > div > div .accmenu-item-1 {
  padding: 5px 0;
}
.page-left-menu > a > div .accmenu-item-1 span,
.page-left-menu > div > div .accmenu-item-1 span {
  color: #7F8082;
}
.page-left-menu > a > div .accmenu-item-1 span:hover,
.page-left-menu > div > div .accmenu-item-1 span:hover {
  text-decoration: underline !important;
}
/*---------------------------------------------------------------------
                Profile Avatar / Main & Side Navigation Avatar Section - Custom
---------------------------------------------------------------------*/
.nav-avatar {
  max-width: 18%;
  margin-top: -2px;
}
.editAvatar {
  position: absolute;
  bottom: 3%;
  right: 42%;
  background: #ffc107;
  color: #FFFFFF;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .editAvatar {
    bottom: 0%;
    right: 40%;
  }
}
.pickAvatar {
  padding: 15px 0px;
  border-radius: 10px;
}
.pickAvatar:hover {
  background: #d0efff;
}
.pickAvatar.selected {
  background: #007bff;
}
/*---------------------------------------------------------------------
                Lucky Streak Inner Page ( Lobby )
---------------------------------------------------------------------*/
.game-item {
  position: relative;
}
.over-img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
}
.img-content {
  margin-top: 18%;
  border-radius: 25px;
}
.game-item-header {
  text-align: center;
  top: 0;
  position: absolute;
}
.game-item-header .title-img {
  width: 50%;
}
.game-item-header .game-text {
  color: #8D8D8D;
  font-size: 12px;
  text-transform: uppercase;
}
.game-item-header .game-text.activenow {
  color: #e0b04a;
}
.game-item-nametag {
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  right: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #FDB913;
}
.ko-nation .game-item-nametag {
  background: #1C75BC;
}
.game-item-nametag img {
  position: relative;
  width: 45%;
  height: 21px;
}
.game-item-nametag span {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 11px;
}
.game-item-sidebar {
  position: absolute;
  top: 24%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 0px 3px 5px 3px;
  text-align: center;
}
.game-item-sidebar span {
  font-size: 10px;
  color: #fdf0ac;
}
.game-item-sidebar.baccarat {
  width: 75px;
}
.game-item-sidebar.blackjack {
  width: 100px;
}
.game-item-sidebar.roulette {
  width: 120px;
}
.game-item-sidebar.baccarat img {
  width: 10px;
}
.game-item-sidebar.blackjack img {
  width: 25px;
}
.game-item-sidebar img {
  width: 25px;
}
.game-item-footer {
  position: absolute;
  bottom: -13px;
}
.game-item-footer img {
  width: 49%;
}
.btn-playnow {
  background: url('/ImgPic/Vendor/LS/Common/playnow.png') no-repeat;
  cursor: pointer;
  border: none;
}
.btn-closed {
  background: url('/ImgPic/Vendor/LS/Common/closed.png') no-repeat;
  cursor: pointer;
  border: none;
}
/*---------------------------------------------------------------------
                Wheel of Fortune Page
---------------------------------------------------------------------*/
.appear-half {
  opacity: 0.7;
}
.step-circle-container {
  text-align: center;
  margin-bottom: 15px;
}
.step-circle-container > div {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #FDB913;
  display: inline-block;
  margin-right: 5px;
}
.step-circle-container > div.selected {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #FDB913 !important;
  border: 1px solid #FDB913;
  display: inline-block;
}
.ko-nation .step-circle-container > div {
  border: 1px solid #1C75BC;
}
.ko-nation .step-circle-container > div.selected {
  background-color: #1C75BC !important;
  border: 1px solid #1C75BC;
}
.wof-pointInfo {
  border: 2px solid #b9985d;
  border-radius: 10px;
}
.wof-pointInfo .pointItem.firstItem {
  border-right: 2px solid #FDB913;
}
.wof-pointInfo .pointItem .pointTitle {
  font-size: 14px;
  font-weight: bold;
}
.wof-pointInfo .pointItem .pointValue {
  font-size: 16px;
  font-weight: bold;
}
.ko-nation .wof-pointInfo .pointItem.firstItem {
  border-right: 2px solid #1C75BC;
}
/*---------------------------------------------------------------------
                Collapse deposit result position icon class
---------------------------------------------------------------------*/
.drtext-position {
  position: absolute;
  left: 10px;
  margin-bottom: 4px;
}
.position-icon {
  position: absolute;
  right: 40px;
  top: -3px;
  bottom: 0;
}
.icon-class {
  position: absolute;
  padding-right: 5px;
  font-weight: bold;
}
/*WOF sound effect toggle switch*/
.wof-sound-container {
  float: right;
  width: 30px;
  position: absolute;
  right: 25%;
  top: 20%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 1920px) {
  .wof-sound-container {
    top: 15%;
  }
}
.wof-sound-container.wof-mobile {
  right: 22%;
  top: 26%;
}
@media (max-width: 576px) {
  .wof-sound-container.wof-mobile {
    right: 7%;
    top: 22%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .wof-sound-container {
    top: 18% !important;
    /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .wof-sound-container {
    top: 18% !important;
    /* your css rules for ipad landscape */
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .wof-sound-container {
    right: 10% !important;
    top: 18% !important;
    /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .wof-sound-container {
    right: 8% !important;
    top: 15% !important;
    /* your css rules for ipad landscape */
  }
}
.sound-switch {
  margin: 0px !important;
  position: relative;
  z-index: 2;
}
.icon-display-none {
  display: none !important;
}
.icon-sound-off {
  position: absolute;
  margin-top: 0.1rem;
  font-size: 1.2rem !important;
}
.icon-sound-size {
  font-size: 1.6rem !important;
}
.icon-color {
  color: #FDB913;
}
.ko-nation .icon-color {
  color: #1C75BC;
}
.wof-toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
/*End of WOF sound effect toggle switch*/
.button-logout {
  color: white;
  background-color: #1B1B1B;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  user-select: none;
}
.button-logout:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-slanted-logout {
  border: 1px solid #1B1B1B;
  /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
}
.button-slanted-logout-content {
  /*-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 13px;
  font-family: MontserratBold;
  font-weight: 700;
}
.ko-language .button-slanted-logout-content {
  font-family: InterparkGothicBold !important;
}
.button-slanted-logout:hover .button-slanted-logout-content,
.button-slanted-logout-content:hover {
  color: #1B1B1B;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-default-lang {
  /*color: white;
    background-color: #FFF;*/
  text-align: center;
  /* text-transform: uppercase;*/
  /*margin: 10px 0;*/
  display: inline-block;
  user-select: none;
}
.button-submit {
  color: white;
  background-color: #FFF;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  /*min-width: 100px;*/
  user-select: none;
}
.button-submitinput {
  background: unset !important;
  border: unset !important;
  outline: none !important;
}
.button-register {
  color: white;
  background-color: #FFF;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  user-select: none;
}
.button-register:hover,
.button-submit:hover {
  background-color: #FF003C;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-register-slanted {
  border: 1px solid #FF003C;
  /*-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
}
.button-register-slanted-content {
  /*-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);*/
  display: inline-block;
  color: #FF003C;
  padding: 10px 20px;
  font-size: 13px;
  font-family: MontserratBold;
  font-weight: 700;
}
.ko-language .button-register-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-register-slanted:hover .button-register-slanted-content,
.button-register-slanted-content:hover {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-login {
  color: #FFFFFF;
  background-color: #B71032;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  user-select: none;
}
.button-cancel {
  color: #FFFFFF;
  background-color: #B71032;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  /*min-width: 100px;*/
  user-select: none;
}
.button-login:hover,
.button-cancel:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-login-slanted {
  border: 1px solid #B71032;
  /* -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);*/
}
.button-login-slanted-content {
  /*-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 13px;
  font-family: MontserratBold;
  font-weight: 700;
}
.ko-language .button-login-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-login-slanted:hover .button-login-slanted-content,
.button-login-slanted-content:hover {
  color: #B71032;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-slanted-lang {
  /*border-left: 1px solid #E5E5E5;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.button-slanted-content-lang {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #7F8082;
  padding: 10px 20px;
  font-size: 13px;
  padding-right: unset;
}
.button-claimbonus {
  color: white;
  background-color: #FDB913;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}
.ko-nation .button-claimbonus {
  background-color: #1C75BC;
}
.button-claimbonus:hover {
  background-color: #1B1B1B;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-claimbonus-slanted {
  /*border: 1px solid @color_gold;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.ko-nation .button-claimbonus-slanted {
  border: 1px solid #1C75BC;
}
.button-claimbonus-slanted-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 13px;
  font-family: MontserratBold;
  font-weight: 700;
  border: unset;
  background: unset;
}
.ko-language .button-claimbonus-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-claimbonus-slanted:hover .button-claimbonus-slanted-content,
.button-claimbonus-slanted-content:hover {
  color: #FDB913;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ko-nation .button-claimbonus-slanted-content:hover {
  color: #1C75BC;
}
.mobileLangItem {
  text-decoration: none !important;
  color: #1B1B1B;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
}
.mobileLangItem:hover {
  color: #B71032;
}
.navbarbrand-div {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .navbarbrand-div {
    width: auto;
    text-align: unset;
  }
}
.navbarbrand-button {
  float: left;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .navbarbrand-button {
    float: unset;
    margin-top: unset;
  }
}
@media (max-width: 991px) {
  .navbarbrand-imgmargin {
    margin-right: 30px;
  }
}
.h-fitcontent {
  height: fit-content;
}
.lang-sidebar {
  padding: 15px 47px;
  border-top: 1px solid #E5E5E5;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 700;
  cursor: pointer;
  /* your css rules for mobile landscape */
}
@media (max-width: 991px) and (max-height: 576px) and (orientation: landscape) {
  .lang-sidebar {
    display: none;
  }
}
.lang-sidebar a.lang-default {
  color: #1B1B1B;
}
.lang-sidebar-landscape {
  display: none;
  /* your css rules for mobile landscape */
}
.lang-sidebar-landscape a {
  background-color: #F2F7EC !important;
  color: #1B1B1B !important;
}
@media (max-width: 991px) and (max-height: 576px) and (orientation: landscape) {
  .lang-sidebar-landscape {
    display: block;
  }
}
.ko-language .lang-sidebar,
.ko-language .lang-sidebar-landscape {
  font-family: InterparkGothicBold !important;
}
.lang-arrowright {
  color: #7F8082;
}
.lang-hoverpopout {
  position: absolute;
  display: none;
  background-color: #F2F7EC;
  width: 186px;
  border-left: 1px solid #E5E5E5;
  z-index: 1030;
  top: 0;
  left: 100%;
}
.lang-hoverpopout.show {
  display: block;
}
.lang-sidebar:hover .lang-hoverpopout {
  display: block;
}
.lang-popoutcss {
  padding-left: 26px;
  padding-right: 50px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ko-language .lang-popoutcss {
  font-family: InterparkGothicBold !important;
}
/*.lang-popoutcss:hover, .lang-popoutcss:focus{
background-color:@color_red;
    
    
}*/
.lang-popoutcss:hover > a,
.lang-popoutcss:hover > a > i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #B71032;
}
.clsusername {
  font-size: 16px;
  color: #B71032;
  padding: 20px 10px;
}
@media (max-width: 1024px) {
  .clsusername {
    padding: 15px 0px;
    color: #1b1b1b;
  }
}
.userdetail-popout {
  text-align: center;
  display: none;
  /*background-color: @color_white;*/
  border: 1px solid #e1e1e1;
  background-color: #F2F7EC;
  z-index: 1010;
  width: max-content;
  padding: 0px 20px;
  /*left: -15px;*/
  right: -50%;
  top: 55px;
}
.balanceElem {
  box-shadow: 0 -5px 5px 0px rgb(0 0 0%) inset;
  display: none;
}
/*.userdetail-popoutM {
text-align: center;
display: none;
background-color: @color_white;
width: fit-content;
z-index: 1010;
width: max-content;
padding: 0px 20px;
left: -95px;
top: 30px;
}*/
.text-black-ipt {
  /*color: @color_black !important;*/
}
.clsusername:hover .userdetail-popout {
  display: block;
}
.renderbodysection-first {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .renderbodysection-first {
    padding-top: 76px;
  }
}
.renderbodysection-first-mobile {
  padding-top: 76px;
}
.loginpage-imgside {
  position: fixed;
  max-width: 395px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: -8px;
  /*background-image: url('../../../ImgPic/Casino/allbet_thumb.png');*/
}
.loginpage-title {
  padding-bottom: 10px;
  font-weight: bold;
  font-family: MontserratBold;
  font-weight: 700;
  color: #B71032;
  line-height: 1 !important;
  text-align: center;
}
@media (max-width: 730px) {
  .loginpage-title {
    text-align: left;
  }
}
.ko-language .loginpage-title {
  font-family: InterparkGothicBold !important;
}
.label-register {
  font-size: 14px;
  font-weight: bold;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 730px) {
  .label-register {
    font-size: 12px;
  }
}
.ko-language .label-register {
  font-family: InterparkGothicBold !important;
}
.formcontrol-register {
  max-width: 600px;
  height: 48px;
}
.rmbMetxt {
  padding-left: 10px;
  font-family: Montserrat;
  font-weight: 600;
  color: #B71032;
}
.ko-language .rmbMetxt {
  font-family: InterparkGothicLight !important;
}
.fgpwtxt {
  padding-left: 10px;
  font-family: Montserrat;
  font-weight: 600;
  color: #B71032;
}
.ko-language .fgpwtxt {
  font-family: InterparkGothicMedium !important;
}
.rgtheretxt {
  font-family: Montserrat;
  font-weight: 700;
  color: #B71032 !important;
  cursor: pointer;
}
.ko-language .rgtheretxt {
  font-family: InterparkGothicBold !important;
}
.errMsgtxt {
  color: #B71032;
  font-size: 15px;
}
/*Zalo right side icon*/
.zalo-right-side {
  position: fixed;
  right: 0;
  top: 78%;
  width: 60px;
  padding: 0.3rem;
  background-color: #0068FE;
  /*z-index: 20;*/
  /*> img {
        max-width: 60px;
        max-height: 71px;
        transform: translate(2%,10%);

        @media(max-width:376px) {
            max-width: 50px;
            max-height: 65px;
            transform: translate(3%,10%);
        }
    }*/
}
@media (max-width: 1366px) {
  .zalo-right-side {
    top: 75.5%;
  }
}
@media (max-width: 576px) {
  .zalo-right-side {
    top: 71%;
    right: 10px;
  }
}
@media (max-width: 376px) {
  .zalo-right-side {
    width: 52px;
  }
}
/*End of Zalo right side icon*/
.errMsgtxt {
  color: #B71032;
  font-size: 15px;
}
.ftrBar {
  z-index: 99999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .ftrBar {
    display: none;
  }
}
.imgLeft-Login {
  flex: auto;
  position: relative;
}
@media (max-width: 991px) {
  .imgLeft-Login {
    ms-flex: 0;
    flex: 0;
    max-width: 0;
    position: relative;
    width: 0;
    display: none;
  }
}
fieldset {
  border: 1px solid #7f8082 !important;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%;
  padding: 0;
}
#menuOverflow {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#menuOverflow::-webkit-scrollbar {
  height: 2px;
}
#menuOverflow::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#menuOverflow::-webkit-scrollbar-thumb {
  background: grey;
}
#menuOverflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.Right-Login {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  /*max-width: 66.666667%;*/
  position: relative;
  width: 100%;
  padding: 0;
  overflow: auto;
}
.Right-Login::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .Right-Login {
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
.imgRC {
  position: fixed;
  max-width: 33.333333%;
}
.register-otpleftcol {
  padding-left: 0 !important;
  padding-right: 5px !important;
  width: 72.167% !important;
}
@media (max-width: 430px) {
  .register-otpleftcol {
    width: 60% !important;
  }
}
.register-otprightcol {
  padding-right: 0 !important;
  padding-left: 14px !important;
  width: 27.833% !important;
}
@media (max-width: 430px) {
  .register-otprightcol {
    padding-left: 5px !important;
    width: 40% !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.dropdownFlagHead {
  position: relative;
  width: 116px;
}
@media (max-width: 430px) {
  .dropdownFlagHead {
    width: 80px;
  }
}
.dropdownFlagHead > a > img {
  max-width: 40px;
}
@media (max-width: 430px) {
  .dropdownFlagHead > a > img {
    max-width: 30px;
  }
}
.dropdownFlag {
  position: absolute;
  display: none;
  width: 100%;
  /*text-align:center;*/
  left: 0;
  border: 1px solid #7F8082;
  z-index: 999999;
  top: 47px;
}
.dropdownFlag > a > img {
  max-width: 40px;
}
@media (max-width: 430px) {
  .dropdownFlag > a > img {
    max-width: 30px;
  }
}
.dropdownFlag > a {
  background-color: #FFFFFF;
  color: #1B1B1B;
  transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  -webkit-transition: unset !important;
  padding: 5px;
  padding-left: 10px;
}
.dropdownFlag > a:hover {
  background-color: #007bff;
  transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  -webkit-transition: unset !important;
}
.btnRequestOTP {
  background-color: #7F8082;
  -webkit-appearance: unset !important;
  outline: none !important;
  border: unset !important;
  padding: 9.5px 0px;
  font-size: 14px !important;
  color: #FFFFFF !important;
}
.btnRequestBankOTP {
  background-color: #7F8082;
  -webkit-appearance: unset !important;
  outline: none !important;
  border: unset !important;
  padding: 9.5px 0px;
  color: #FFFFFF !important;
}
.chk-asterisk {
  position: absolute;
  padding-left: 23px;
  margin-top: -5px;
}
.cnTB::-webkit-outer-spin-button,
.cnTB::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.cnTB {
  -moz-appearance: textfield;
  /* Firefox */
}
.iq-pl-170 {
  padding-left: 170px;
}
.text-underline {
  color: #1B1B1B !important;
  text-decoration: underline !important;
}
.hbanner-content {
  position: absolute;
  color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
}
.hbanner-contentM {
  position: absolute;
  color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 15px;
}
.hbanner-title {
  padding-top: 50px;
  padding-bottom: 30px;
  justify-content: center !important;
}
@media (max-width: 500px) {
  .hbanner-title {
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  .hbanner-title {
    font-size: 12px;
  }
}
.hbanner-titleM {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .hbanner-titleM {
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  .hbanner-titleM {
    font-size: 12px;
  }
}
.hbanner-titleinner {
  border-bottom: 1px solid #FDB913;
  font-weight: 700 !important;
}
.ko-nation .hbanner-titleinner {
  border-bottom: 1px solid #1C75BC;
}
.hbanner-descrow {
  justify-content: center;
}
.hbanner-desc {
  font-size: 32px;
  width: 470px !important;
  font-weight: 700 !important;
}
@media (max-width: 1390px) {
  .hbanner-desc {
    /*width: 65% !important;*/
    font-size: 28px;
  }
}
@media (max-width: 830px) {
  .hbanner-desc {
    /*width: 70% !important;*/
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  .hbanner-desc {
    /*width: 80% !important;*/
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .hbanner-desc {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .hbanner-desc {
    /*width: 90% !important;*/
    font-size: 18px;
  }
}
.hbanner-desc-new {
  font-size: 32px;
  width: 50% !important;
  font-weight: 700 !important;
}
@media (max-width: 1390px) {
  .hbanner-desc-new {
    width: 65% !important;
    font-size: 28px;
  }
}
@media (max-width: 830px) {
  .hbanner-desc-new {
    width: 70% !important;
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  .hbanner-desc-new {
    width: 80% !important;
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .hbanner-desc-new {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .hbanner-desc-new {
    width: 90% !important;
    font-size: 18px;
  }
}
.hbanner-descM {
  font-size: 30px;
  width: 25% !important;
}
@media (max-width: 1390px) {
  .hbanner-descM {
    width: 50% !important;
    font-size: 28px;
  }
}
@media (max-width: 830px) {
  .hbanner-descM {
    width: 60% !important;
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  .hbanner-descM {
    width: 60% !important;
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .hbanner-descM {
    font-size: 26px;
  }
}
@media (max-width: 430px) {
  .hbanner-descM {
    width: 70% !important;
    font-size: 26px;
  }
}
.hbanner-img {
  min-height: 300px;
  max-height: 400px;
}
.hbanner-claimbonus {
  padding: 15px 0px;
}
@media (max-width: 600px) {
  .hbanner-claimbonus {
    padding: 10px 0px;
  }
}
@media (max-width: 430px) {
  .hbanner-claimbonus {
    padding: unset;
  }
}
.hbanner-claimbonusbtn {
  margin-left: unset !important;
}
.hbanner-bullet {
  bottom: 70px !important;
}
@media (max-width: 680px) {
  .hbanner-bullet {
    bottom: 40px !important;
  }
}
@media (max-width: 620px) {
  .hbanner-bullet {
    bottom: 10px !important;
  }
}
.hbanner-bulletM {
  bottom: 40px !important;
  text-align: unset !important;
  margin-left: 1rem;
}
@media (max-width: 680px) {
  .hbanner-bulletM {
    bottom: 40px !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 620px) {
  .hbanner-bulletM {
    bottom: 10px !important;
  }
}
.bottom-70px {
  bottom: 70px !important;
}
.fbanner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.fbanner-contentM {
  position: absolute;
  top: 0;
  left: 45px;
  right: 0;
  text-align: center;
}
.promoSection-pall {
  padding: 10px 2.75rem;
  /*padding-bottom: 30px;*/
}
@media (max-width: 500px) {
  .promoSection-pall {
    padding: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .promoSection-pall {
    padding: 20px;
  }
}
.fbanner-title {
  padding-top: 90px;
  font-size: 32px;
  width: 25% !important;
}
@media (max-width: 1500px) {
  .fbanner-title {
    padding-top: 70px;
  }
}
@media (max-width: 1320px) {
  .fbanner-title {
    padding-top: 50px;
    font-size: 28px;
  }
}
@media (max-width: 1120px) {
  .fbanner-title {
    padding-top: 30px;
    font-size: 24px;
  }
}
@media (max-width: 1120px) {
  .fbanner-title {
    padding-top: 40px;
    font-size: 24px;
    width: 35% !important;
  }
}
@media (max-width: 880px) {
  .fbanner-title {
    padding-top: 30px;
    font-size: 20px;
    width: 35% !important;
  }
}
@media (max-width: 768px) {
  .fbanner-title {
    padding-top: 20px;
    font-size: 16px;
    width: 35% !important;
  }
}
@media (max-width: 630px) {
  .fbanner-title {
    padding-top: 10px;
    font-size: 15px;
    width: 45% !important;
  }
}
.fbanner-titleM {
  padding-top: 20px !important;
  font-size: 14px;
  width: 50% !important;
}
@media (max-width: 630px) {
  .fbanner-titleM {
    padding-top: 20px !important;
  }
}
.promosecSTM {
  font-size: 9px;
}
.fbanner-bulletrow {
  bottom: 70px !important;
}
@media (max-width: 1500px) {
  .fbanner-bulletrow {
    bottom: 50px !important;
  }
}
@media (max-width: 1320px) {
  .fbanner-bulletrow {
    bottom: 30px !important;
  }
}
@media (max-width: 1120px) {
  .fbanner-bulletrow {
    bottom: 20px !important;
  }
}
@media (max-width: 682px) {
  .fbanner-bulletrow {
    bottom: 10px !important;
  }
}
@media (max-width: 630px) {
  .fbanner-bulletrow {
    bottom: 0px !important;
  }
}
.mh-400px {
  max-height: 400px;
}
.fbanner-img {
  /*@media (max-width:650px) {
        min-height: 150px;
    }*/
}
@media (max-width: 650px) {
  .dnone-mw650px {
    display: none !important;
  }
}
.fbanner-imgM {
  height: 150px;
}
.showallplace {
  position: absolute;
  right: 0;
  top: 12px;
}
@media (max-width: 500px) {
  .showallplace {
    font-size: 14px;
    top: 8px;
  }
}
@media (max-width: 375px) {
  .showallplace {
    font-size: 13px;
  }
}
.hp-stitle {
  font-size: 32px;
}
@media (max-width: 500px) {
  .hp-stitle {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .hp-stitle {
    font-size: 20px;
  }
}
.sa-bgimgresponsive {
  width: 100%;
  max-height: 517px;
  min-height: 430px;
}
@media (max-width: 1350px) {
  .sa-bgimgresponsive {
    max-height: 517px;
  }
}
@media (max-width: 1130px) {
  .sa-bgimgresponsive {
    max-height: 517px;
  }
}
@media (max-width: 950px) {
  .sa-bgimgresponsive {
    max-height: 400px;
  }
}
@media (max-width: 950px) {
  .sa-bgimgresponsive {
    max-height: 400px;
  }
}
.sa-imgdiv {
  padding-top: 30px;
}
@media (max-width: 950px) {
  .sa-imgdiv {
    padding-top: 15px;
  }
}
.sa-imgresponsive {
  width: 15%;
  position: relative;
  z-index: 9;
}
@media (max-width: 450px) {
  .sa-imgresponsive {
    width: 50%;
  }
}
.sa-content {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.sa-underimg {
  color: #FFFFFF;
  background-color: #B71032;
  text-align: center;
  display: inline-block;
  min-width: 100px;
}
.sa-underimg-slanted {
  border: 1px solid #B71032;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.sa-underimg-slanted-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 13px;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sa-underimg-slanted-content {
    font-size: 11px;
  }
}
@media (max-width: 450px) {
  .sa-underimg-slanted-content {
    font-size: 18px;
  }
}
.ko-language .sa-underimg-slanted-content {
  font-family: InterparkGothicBold !important;
}
.sa-underimgplace {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
@media (max-width: 450px) {
  .sa-underimgplace {
    bottom: -35px;
  }
}
.sa-middletext {
  padding-top: 40px;
}
.sa-middletextinner {
  width: 30%;
}
@media (max-width: 1130px) {
  .sa-middletextinner {
    width: 40%;
  }
}
@media (max-width: 950px) {
  .sa-middletextinner {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sa-middletextinner {
    width: 60%;
    font-size: 13px !important;
  }
}
@media (max-width: 500px) {
  .sa-middletextinner {
    width: 90%;
  }
}
#wrapperdepwit {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1130px) {
  #wrapperdepwit {
    margin-top: -15px;
  }
}
@media (max-width: 768px) {
  #wrapperdepwit {
    padding-bottom: 35px;
  }
}
@media (max-width: 450px) {
  #wrapperdepwit {
    padding-bottom: 10px;
  }
}
@media (max-width: 376px) {
  #wrapperdepwit {
    padding-bottom: 25px;
  }
}
.centerdepwit {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
/*===== The CSS =====*/
.progressdep {
  padding-right: 40px;
}
.progresswit {
  padding-left: 40px;
}
.progressdep,
.progresswit {
  width: 160px;
  height: 185px;
  position: relative;
  z-index: 9;
}
.progressdep .trackdep,
.progressdep .filldepgrey,
.progressdep .filldepred,
.progresswit .trackwit,
.progresswit .fillwitgrey,
.progresswit .fillwityellow {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 80;
  transform: translate(60px, 700px) rotate(-90deg);
}
.progressdep .trackdep,
.progresswit .trackwit {
  stroke: #1B1B1B;
}
.progressdep .filldepgrey,
.progresswit .fillwitgrey {
  stroke: #7F8082;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  stroke-dashoffset: 2160;
  transition: stroke-dashoffset 1s;
}
.progressdep .filldepred {
  stroke: #B71032;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  stroke-dashoffset: 2160;
  transition: stroke-dashoffset 1s;
}
.progresswit .fillwityellow {
  stroke: #FDB913;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  stroke-dashoffset: 2160;
  transition: stroke-dashoffset 1s;
}
.ko-nation .progresswit .fillwityellow {
  stroke: #1C75BC;
}
.progressdep.depred .filldepgrey,
.progresswit.wityellow .fillwitgrey {
  stroke: #7F8082;
}
.progressdep.depred .filldepred {
  stroke: #B71032;
}
.progresswit.wityellow .fillwityellow {
  stroke: #FDB913;
}
.ko-nation .progresswit.wityellow .fillwityellow {
  stroke: #1C75BC;
}
.progressdep .valuedep,
.progressdep .textdep,
.progresswit .valuewit,
.progresswit .textwit,
.progressdep .valuedep2,
.progresswit .valuewit2 {
  fill: #ffffff;
  text-anchor: middle;
}
.progressdep .valuedep2,
.progresswit .valuewit2 {
  font-size: 90px;
}
.progressdep .valuedep,
.progresswit .valuewit {
  font-size: 180px;
}
.progressdep .textdep,
.progresswit .textwit {
  font-size: 120px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.progressdepinner {
  width: 101px;
  height: 160px;
  left: 0;
  right: 162px;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 450px) {
  .progressdepinner {
    width: 84px;
    height: 160px;
    left: 0;
    right: 126px;
    top: 15px;
  }
}
.progressdepinner .trackdepinner,
.progressdepinner .filldepinner {
  fill: #1B1B1B;
  stroke-width: 30;
  transform: translate(60px, 700px) rotate(-90deg);
}
.progressdepinner .trackdepinner {
  stroke: rgba(255, 255, 255, 0.68);
}
.progressdepinner .filldepinner {
  stroke: transparent;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  stroke-dashoffset: 2160;
  transition: stroke-dashoffset 1s;
}
.progresswitinner {
  width: 101px;
  height: 160px;
  left: 147px;
  right: 0;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 450px) {
  .progresswitinner {
    width: 84px;
    height: 160px;
    left: 141px;
    right: 0;
    top: 14px;
  }
}
.progresswitinner .trackwitinner,
.progresswitinner .fillwitinner {
  fill: #1B1B1B;
  stroke-width: 30;
  transform: translate(60px, 700px) rotate(-90deg);
}
.progresswitinner .trackwitinner {
  stroke: rgba(255, 255, 255, 0.68);
}
.progresswitinner .fillwitinner {
  stroke: transparent;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  stroke-dashoffset: 2160;
  transition: stroke-dashoffset 1s;
}
.chkBoxRightTxt {
  padding-left: 30px;
  font-size: 14px;
}
.depstrokegrey {
  stroke: #7F8082;
}
.depstrokeblack {
  stroke: #1B1B1B;
}
.depstrokered {
  stroke: #B71032;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  /* stroke-dashoffset: 2160; */
  transition: stroke-dashoffset 1s;
}
.depstrokerotate {
  transform: translate(50px, 30px) rotate(30deg);
  fill: rgba(0, 0, 0, 0);
  stroke-width: 15px;
}
.depprogress {
  height: 205px;
  width: 150px;
  margin-top: -8px;
  margin-left: -135px;
}
@media (max-width: 450px) {
  .depprogress {
    height: 205px;
    width: 130px;
    margin-top: -8px;
    margin-left: -78px;
  }
}
.witstrokegrey {
  stroke: #7F8082;
}
.witstrokeblack {
  stroke: #1B1B1B;
}
.witstrokeyellow {
  stroke: #FDB913;
  stroke-linecap: round;
  stroke-dasharray: 2160;
  /* stroke-dashoffset: 2160; */
  transition: stroke-dashoffset 1s;
}
.ko-nation .witstrokeyellow {
  stroke: #1C75BC;
}
.witstrokerotate {
  transform: translate(50px, 30px) rotate(30deg);
  fill: rgba(0, 0, 0, 0);
  stroke-width: 15px;
}
.witprogress {
  height: 205px;
  width: 150px;
  margin-top: -8px;
  margin-right: -90px;
}
@media (max-width: 450px) {
  .witprogress {
    height: 200px;
    width: 130px;
    margin-top: -8px;
    margin-right: -80px;
  }
}
.depvalue {
  font-size: 260px;
  text-anchor: middle;
  fill: #FFFFFF;
}
.depvalue2 {
  font-size: 100px;
  text-anchor: middle;
  fill: #FFFFFF;
}
.witvalue {
  font-size: 260px;
  text-anchor: middle;
  fill: #FFFFFF;
}
.witvalue2 {
  font-size: 100px;
  text-anchor: middle;
  fill: #FFFFFF;
}
.serad-container-bw {
  padding: 50px 30px;
  padding-bottom: 80px;
}
@media (max-width: 950px) {
  .serad-container-bw {
    padding: 40px 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .serad-container-bw {
    font-size: 13px;
    padding-bottom: 35px;
  }
}
@media (max-width: 610px) {
  .serad-container-bw {
    font-size: 10px;
    padding-bottom: 35px;
  }
}
@media (max-width: 430px) {
  .serad-container-bw {
    font-size: 10px;
    padding-bottom: 80px;
  }
}
.serad-innercontainer-bw {
  padding: 30px 20px;
  background: #1B1B1B;
  opacity: 0.9;
  color: #FFFFFF;
  border: 1px solid #B71032;
  margin-top: -20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.serad-innercontainer-row {
  padding: 15px 0px;
}
.serad-innerc-bb {
  border-bottom: 1px solid #7F8082;
}
.zindex-serad {
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .serad-innerc-p0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-weltoKYAT88 {
  /*background-color: #7F8082;*/
  background-color: #1E2337;
  padding: 0.75rem 0rem;
  text-align: justify;
  font-size: 12px;
  color: #FFFFFF;
}
@media (max-width: 845px) {
  .sec-weltoKYAT88 {
    padding: 50px 30px;
  }
}
@media (max-width: 600px) {
  .sec-weltoKYAT88 {
    font-size: 12px;
  }
}
.sec-weltoKYAT88-mobile {
  background-color: #1E2337;
  padding: 0.75rem 1.75rem;
  text-align: justify;
  font-size: 12px;
  color: #FFFFFF;
}
.rowforftrbw {
  padding: 30px 0px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .rowforftrbw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 !important;
    padding: 30px 30px;
  }
}
@media (max-width: 768px) {
  .colforftrbw {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
}
.colforftrtop {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: MontserratBold;
  font-weight: 700;
  color: #B71032;
  padding-bottom: 15px;
}
.colforftrtop a {
  color: #B71032 !important;
  text-decoration: none!important;
}
@media (max-width: 768px) {
  .colforftrtop {
    text-align: left;
    padding-bottom: unset;
  }
}
.ko-language .colforftrtop {
  font-family: InterparkGothicBold !important;
}
.colforftrbottom {
  text-align: center;
}
.colforftrbottom a {
  /*color: @color_black !important;*/
  color: #B71032 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .colforftrbottom {
    text-align: left;
  }
}
.colinnerelement {
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .colinnerelement {
    width: 100%;
    padding: unset;
    display: block;
    margin-bottom: 0.75rem;
  }
}
.ftrsectionpb {
  /*background-color: @color_white96;*/
  background-color: #FFFADA;
}
@media (max-width: 991px) {
  .ftrsectionpb {
    padding-bottom: 61px;
  }
}
.ftr-mgapartcontainer {
  padding: 30px 2.8rem;
  /*background: white;*/
}
@media (max-width: 775px) {
  .ftr-mgapartcontainer {
    padding: 20px;
    padding-bottom: unset;
  }
}
@media (max-width: 500px) {
  .ftr-mgapartcontainer {
    padding: 20px 0px;
    padding-bottom: unset;
  }
}
.mgaimg-w100 {
  width: 100%;
}
.mgaimg-w80 {
  width: 80%;
}
@media (max-width: 600px) {
  .mgaimg-w80 {
    width: 100%;
  }
}
.mgaimg-w60 {
  width: 60%;
}
@media (max-width: 600px) {
  .mgaimg-w60 {
    width: 100%;
  }
}
.mgaimg-w40 {
  width: 40%;
}
@media (max-width: 600px) {
  .mgaimg-w40 {
    width: 50%;
  }
}
.mgaimg-w30 {
  width: 30%;
}
@media (max-width: 600px) {
  .mgaimg-w30 {
    width: 50%;
  }
}
.mgafirstrowplr {
  padding: 0 50px;
  max-width: 1050px;
}
@media (max-width: 500px) {
  .mgafirstrowplr {
    padding: 0 30px;
  }
}
.mgasecrowptb {
  padding: 20px 0;
  padding-bottom: 30px;
  max-width: 1050px;
}
@media (max-width: 500px) {
  .mgasecrowptb {
    padding: 10px 0;
    padding-bottom: 20px !important;
  }
}
.text-webcenter {
  text-align: -webkit-center;
}
.mgaimg-w75 {
  width: 75%;
}
.mgaimg-w90 {
  width: 90%;
}
.mgaimg-w100 {
  width: 100%;
}
.mgaimg-w100pt {
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .mgaimg-w100pt {
    padding-top: unset;
  }
}
.pb-unset {
  padding-bottom: unset !important;
}
.ftr-mgapartoutcon {
  padding: 20px 0px;
}
@media (max-width: 500px) {
  .ftr-mgapartoutcon {
    padding-bottom: unset;
  }
}
.ftr-mgapartinnercon {
  padding: 30px;
  position: relative;
  border: 1px solid #E5E5E5;
  color: #7F8082;
}
.ftr-mgaimg {
  max-height: 28px;
  max-width: 140px;
  position: absolute;
  margin-top: auto;
  top: 0;
  margin-bottom: auto;
  bottom: 0;
}
.ftr-mgatext {
  padding-left: 165px;
  font-size: 13px;
}
.col-w20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (max-width: 775px) {
  .col-w20 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.ftrtechcombank {
  width: 100%;
}
@media (max-width: 768px) {
  .ftrtechcombank {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .ftrGA-dnone {
    display: none;
  }
}
.ftrcopyrighttxt {
  border-top: 1px solid #E5E5E5;
  font-size: 0.775rem;
  /*color: @color_darkgrey;*/
  color: #B71032;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 576px) {
  .ftrcopyrighttxt {
    border-top: unset;
    padding: 0 20px 20px 20px;
  }
}
.rc-innertextcontainer {
  color: white;
  top: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  padding: 160px 20px;
}
.rc-firsttxt {
  font-weight: bold;
  border-bottom: 1px solid #FDB913;
}
.ko-nation .rc-firsttxt {
  border-bottom: 1px solid #1C75BC;
}
.rc-secondtxt {
  padding: 20px 0px;
  font-weight: bold;
  font-size: 24px;
}
.rc-thirdtxt {
  font-size: 13px;
}
.rc-logo {
  text-align: center;
  padding-top: 100px;
}
.responsivePaddingLogin {
  padding: 80px;
  /*@media(min-width:991px) {
        margin-left: 20px;
    }*/
}
@media (max-width: 991px) {
  .responsivePaddingLogin {
    padding-top: 30px;
  }
}
@media (max-width: 525px) {
  .responsivePaddingLogin {
    padding: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 450px) {
  .responsivePaddingLogin {
    padding: 20px;
    padding-top: 10px;
  }
}
.captcharowfp {
  padding: 10px;
  border: 1px solid #7F8082;
  border-radius: 0.4rem;
  width: 100%;
}
@media (max-width: 600px) {
  .captcharowfp {
    width: 100%;
  }
}
.captcharowfp-img {
  width: 100%;
  border: 1px solid #7F8082;
}
.fp-cpsuccess {
  padding-bottom: 20px;
}
.btnregisterfplbwmw {
  min-width: 190px;
}
.btnregisterflbutton {
  font-size: 16px !important;
}
@media (max-width: 730px) {
  .btnregisterflbutton {
    font-size: 12px !important;
  }
}
.fill-white {
  fill: white;
}
.mpgm-box {
  border-radius: unset !important;
}
.mp-bscolor-red {
  box-shadow: 0 3px 0px #B71032;
  color: #B71032;
}
.mp-bscolor-green {
  box-shadow: 0 3px 0px #0B8043;
  color: #0B8043;
}
.mp-bscolor-gold {
  box-shadow: 0 3px 0px #FDB913;
  color: #FDB913;
}
.mpgm-mbp {
  padding: 2rem;
}
.mpgm-iconsize {
  font-size: 50px;
}
.mpgm-title {
  padding: 10px;
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 20px;
}
.ko-language .mpgm-title {
  font-family: InterparkGothicBold !important;
}
.mpgm-contentmsg {
  padding-bottom: 20px;
  font-size: 15px;
  width: 80%;
  margin: auto;
  color: #1B1B1B;
}
.mpgm-contentmsg-popup {
  padding-bottom: 20px;
  width: 80%;
  margin: auto;
}
.bsformobilebtm {
  box-shadow: 0 -3px 5px #7F8082;
}
.button-mpfailed {
  color: #FFFFFF;
  background-color: #0B8043;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  user-select: none;
}
.button-mpfailed:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-mpfailed-slanted {
  border: 1px solid #0B8043;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.button-mpfailed-slanted-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 13px;
}
.ko-language .button-mpfailed-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-mpfailed-slanted:hover .button-mpfailed-slanted-content,
.button-mpfailed-slanted-content:hover {
  color: #0B8043;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-mpsuccess {
  color: #FFFFFF;
  background-color: #0B8043;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
}
.button-mpsuccess:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-mpsuccess-slanted {
  border: 1px solid #0B8043;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.button-mpsuccess-slanted-content {
  /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 13px;
}
.ko-language .button-mpsuccess-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-mpsuccess-slanted:hover .button-mpsuccess-slanted-content,
.button-mpsuccess-slanted-content:hover {
  color: #0B8043;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.customcolforhpcasino {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .customcolforhpcasino {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .customcolforhpcasino {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
  }
}
.customcolforhpcasino-max-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  /*@media (max-width:991px) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-bottom: 10px;
    }*/
}
@media (max-width: 767px) {
  .customcolforhpcasino-max-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
  }
}
.customcolforjackpothp {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 700px) {
  .customcolforjackpothp {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
  }
}
.cursor-nodrop {
  cursor: no-drop;
}
.register-movecenter {
  width: 600px;
}
.display-flex {
  display: flex;
  justify-content: center;
}
.registerpage-contactNumRowRight {
  padding-left: 129px;
}
@media (max-width: 430px) {
  .registerpage-contactNumRowRight {
    padding-left: 90px;
  }
}
.imgMobileCountry {
  vertical-align: -webkit-baseline-middle;
}
.arrowMobileCountry {
  margin: auto;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 20px;
}
.rpfont36 {
  font-size: 2rem;
  text-align: center;
  /*@media(max-width:730px) {
        font-size: 20px;
    }*/
}
.rpfont16 {
  font-size: 16px !important;
}
@media (max-width: 730px) {
  .rpfont16 {
    font-size: 12px !important;
  }
}
.hpfont16 {
  font-size: 16px !important;
}
@media (max-width: 1180px) {
  .hpfont16 {
    font-size: 15px !important;
  }
}
@media (max-width: 1140px) {
  .hpfont16 {
    font-size: 14px !important;
  }
}
@media (max-width: 1102px) {
  .hpfont16 {
    font-size: 13px !important;
  }
}
@media (max-width: 1025px) {
  .hpfont16 {
    font-size: 12px !important;
  }
}
@media (max-width: 730px) {
  .hpfont16 {
    font-size: 12px !important;
  }
}
.rpfont15 {
  font-size: 15px;
}
@media (max-width: 730px) {
  .rpfont15 {
    font-size: 12px;
  }
}
.rpfont14 {
  font-size: 14px;
}
@media (max-width: 730px) {
  .rpfont14 {
    font-size: 12px;
  }
}
.hpfont14 {
  font-size: 14px;
}
@media (max-width: 730px) {
  .hpfont14 {
    font-size: 12px;
  }
}
.rpfont11 {
  font-size: 11px;
}
@media (max-width: 730px) {
  .rpfont11 {
    font-size: 9px;
  }
}
.button-slanted {
  border-radius: 0.5rem;
  text-align: center;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #B71032;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-slanted.iq-mlr-5 {
  margin: 10px 5px;
}
.button-slanted.iq-mr-0impt {
  margin-right: 0 !important;
}
.button-slanted.iq-ml-0impt {
  margin-left: 0 !important;
}
.button-slanted.bgwhite {
  color: #B71032;
  background-color: #FFFFFF;
}
.button-slanted.bgwhite:hover,
.button-slanted.bgwhite.active {
  background-color: #B71032;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.button-slanted.bgwhite > span,
.button-slanted.bgwhite a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #B71032;
  padding: 10px 40px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.button-slanted.bgwhite > span.top-menu-font,
.button-slanted.bgwhite a.top-menu-font {
  font-size: 15px;
}
@media (max-width: 991px) {
  .button-slanted.bgwhite > span.top-menu-font,
  .button-slanted.bgwhite a.top-menu-font {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .button-slanted.bgwhite > span,
  .button-slanted.bgwhite a {
    font-size: 12px;
  }
}
.button-slanted.bgwhite > span:hover,
.button-slanted.bgwhite a:hover,
.button-slanted.bgwhite.bgwhite:hover span,
.button-slanted.bgwhite.bgwhite:hover a,
.button-slanted.bgwhite.active span,
.button-slanted.bgwhite.active a {
  color: #FFFFFF;
  text-decoration: none;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgwhite > span,
.ko-language .button-slanted.bgwhite a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgred {
  color: #FFFFFF;
  background-color: #B71032;
}
.button-slanted.bgred:hover,
.button-slanted.bgred.active {
  background-color: #FFFFFF;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.button-slanted.bgred > span,
.button-slanted.bgred a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 40px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.button-slanted.bgred > span.top-menu-font,
.button-slanted.bgred a.top-menu-font {
  font-size: 15px;
}
@media (max-width: 991px) {
  .button-slanted.bgred > span.top-menu-font,
  .button-slanted.bgred a.top-menu-font {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .button-slanted.bgred > span,
  .button-slanted.bgred a {
    font-size: 12px;
  }
}
.button-slanted.bgred > span:hover,
.button-slanted.bgred a:hover,
.button-slanted.bgred.bgred:hover span,
.button-slanted.bgred.bgred:hover a,
.button-slanted.bgred.active span,
.button-slanted.bgred.active a {
  color: #B71032;
  text-decoration: none;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgred > span,
.ko-language .button-slanted.bgred a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgblack {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
}
.button-slanted.bgblack:hover,
.button-slanted.bgblack.active {
  background-color: #FFFFFF;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.button-slanted.bgblack > span,
.button-slanted.bgblack a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 576px) {
  .button-slanted.bgblack > span,
  .button-slanted.bgblack a {
    font-size: 12px;
  }
}
.button-slanted.bgblack > span:hover,
.button-slanted.bgblack a:hover,
.button-slanted.bgblack.bgred:hover span,
.button-slanted.bgblack.bgred:hover a,
.button-slanted.bgblack.active span,
.button-slanted.bgblack.active a {
  color: #1B1B1B;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgblack > span,
.ko-language .button-slanted.bgblack a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgtransparentgold {
  color: #E5E5E5;
  background-color: transparent;
  border: 1px solid #E5E5E5;
}
.button-slanted.bgtransparentgold:hover,
.button-slanted.bgtransparentgold.active {
  background-color: #FDB913;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
  border: 1px solid #FDB913;
}
.button-slanted.bgtransparentgold > span,
.button-slanted.bgtransparentgold a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #E5E5E5;
  padding: 10px 20px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 576px) {
  .button-slanted.bgtransparentgold > span,
  .button-slanted.bgtransparentgold a {
    font-size: 12px;
  }
}
.button-slanted.bgtransparentgold > span:hover,
.button-slanted.bgtransparentgold a:hover,
.button-slanted.bgtransparentgold.bgtransparentgold:hover span,
.button-slanted.bgtransparentgold.bgtransparentgold:hover a,
.button-slanted.bgtransparentgold.active span,
.button-slanted.bgtransparentgold.active a {
  color: #FFFFFF;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgtransparentgold > span,
.ko-language .button-slanted.bgtransparentgold a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgtransparentred {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.button-slanted.bgtransparentred:hover,
.button-slanted.bgtransparentred.active {
  background-color: #B71032;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
  border: 1px solid #B71032;
}
.button-slanted.bgtransparentred > span,
.button-slanted.bgtransparentred a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 576px) {
  .button-slanted.bgtransparentred > span,
  .button-slanted.bgtransparentred a {
    font-size: 12px;
  }
}
.button-slanted.bgtransparentred > span:hover,
.button-slanted.bgtransparentred a:hover,
.button-slanted.bgtransparentred.bgtransparentred:hover span,
.button-slanted.bgtransparentred.bgtransparentred:hover a,
.button-slanted.bgtransparentred.active span,
.button-slanted.bgtransparentred.active a {
  color: #FFFFFF;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgtransparentred > span,
.ko-language .button-slanted.bgtransparentred a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgyellow {
  color: #FFFFFF;
  background-color: #FDB913;
}
.button-slanted.bgyellow:hover,
.button-slanted.bgyellow.active {
  background-color: #FFFFFF;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.button-slanted.bgyellow > span,
.button-slanted.bgyellow a {
  /* -ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 40px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.button-slanted.bgyellow > span.top-menu-font,
.button-slanted.bgyellow a.top-menu-font {
  font-size: 15px;
}
@media (max-width: 991px) {
  .button-slanted.bgyellow > span.top-menu-font,
  .button-slanted.bgyellow a.top-menu-font {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .button-slanted.bgyellow > span,
  .button-slanted.bgyellow a {
    font-size: 12px;
  }
}
.button-slanted.bgyellow > span:hover,
.button-slanted.bgyellow a:hover,
.button-slanted.bgyellow.bgyellow:hover span,
.button-slanted.bgyellow.bgyellow:hover a,
.button-slanted.bgyellow.active span,
.button-slanted.bgyellow.active a {
  color: #FDB913;
  text-decoration: none;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgyellow > span,
.ko-language .button-slanted.bgyellow a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.bgdarkgrey {
  color: #FFFFFF;
  background-color: #2C3E50;
  border: 1px solid #2C3E50;
}
.button-slanted.bgdarkgrey:hover,
.button-slanted.bgdarkgrey.active {
  background-color: #FFFFFF;
  border: 1px solid #2C3E50;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.button-slanted.bgdarkgrey > span,
.button-slanted.bgdarkgrey a {
  /*-ms-transform: skewX(10deg);
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 40px;
  font-size: 14px;
  font-family: MontserratBold;
  font-weight: 700;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.button-slanted.bgdarkgrey > span.top-menu-font,
.button-slanted.bgdarkgrey a.top-menu-font {
  font-size: 15px;
}
@media (max-width: 991px) {
  .button-slanted.bgdarkgrey > span.top-menu-font,
  .button-slanted.bgdarkgrey a.top-menu-font {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .button-slanted.bgdarkgrey > span,
  .button-slanted.bgdarkgrey a {
    font-size: 12px;
  }
}
.button-slanted.bgdarkgrey > span:hover,
.button-slanted.bgdarkgrey a:hover,
.button-slanted.bgdarkgrey.bgdarkgrey:hover span,
.button-slanted.bgdarkgrey.bgdarkgrey:hover a,
.button-slanted.bgdarkgrey.active span,
.button-slanted.bgdarkgrey.active a {
  color: #2C3E50;
  text-decoration: none;
  /*-webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}
.ko-language .button-slanted.bgdarkgrey > span,
.ko-language .button-slanted.bgdarkgrey a {
  font-family: InterparkGothicBold !important;
}
.button-slanted.customPadding {
  width: 100% !important;
  max-width: 150px !important;
}
.customPaddinglr0 {
  padding-left: unset !important;
  padding-right: unset !important;
}
.button-login {
  color: #FFFFFF;
  background-color: #B71032;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  min-width: 100px;
  border: 1px solid #B71032;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
  user-select: none;
}
.button-cancel {
  color: #FFFFFF;
  background-color: #B71032;
  text-align: center;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  /*min-width: 100px;*/
  user-select: none;
}
.button-login:hover,
.button-cancel:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-login-slanted {
  border: 1px solid #B71032;
  /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
}
.button-login-slanted-content {
  /* -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 700;
}
.ko-language .button-login-slanted-content {
  font-family: InterparkGothicBold !important;
}
.button-login-slanted:hover .button-login-slanted-content,
.button-login-slanted-content:hover {
  color: #B71032;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*Transaction History*/
.input-icon {
  color: #7F8082;
  width: 3rem;
  padding-top: 0.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .input-icon {
    width: 1.75rem;
  }
}
.calendar-addon {
  border: 1px solid #7F8082;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left: none;
  background: white;
}
.calendar-icon {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .calendar-icon {
    margin-top: 4px;
  }
}
hr {
  margin-top: 0px;
  margin-bottom: 2rem;
  border-top: 1px solid #7F8082;
}
.account-fieldset,
.account-fieldset select {
  position: unset;
  font-size: 14px !important;
}
.account-fieldset label,
.account-fieldset select label,
.account-fieldset button,
.account-fieldset select button {
  font-family: MontserratBold;
  font-weight: 700;
  font-size: 14px !important;
}
.account-fieldset .ko-language label,
.account-fieldset select .ko-language label,
.account-fieldset .ko-language button,
.account-fieldset select .ko-language button {
  font-family: InterparkGothicBold !important;
}
@media (max-width: 991px) {
  .account-fieldset,
  .account-fieldset select {
    font-size: 10px !important;
    flex: unset;
    max-width: 100%;
    position: unset;
    width: unset;
    /*display: unset;*/
  }
  .account-fieldset label,
  .account-fieldset select label,
  .account-fieldset button,
  .account-fieldset select button,
  .account-fieldset input,
  .account-fieldset select input {
    font-size: 10px !important;
  }
}
.form-control-height {
  height: 48px;
}
@media (max-width: 991px) {
  .form-control-height {
    height: 32px;
  }
}
/**************/
.button-outline-none {
  outline: none;
}
@media (min-width: 992px) {
  .topmenunavbar {
    padding-left: 2.8rem !important;
  }
}
.pr-10impt {
  padding-left: 10px !important;
}
.bigwinfont14 {
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 450px) {
  .bigwinfont14 {
    font-size: 10px;
  }
}
.bigwinimgborder {
  border: 2px solid #FFFFFF;
}
.bigwin-bg {
  background-color: #FDB913;
  padding: 35px 2.8rem;
}
@media (max-width: 500px) {
  .bigwin-bg {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  .bigwin-bg {
    padding: 20px;
  }
}
.ko-nation .bigwin-bg {
  background-color: #1C75BC;
}
.rtp-bg {
  background-color: #1C75BC;
  padding: 35px 2.8rem;
}
@media (max-width: 700px) {
  .rtp-bg {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .rtp-bg {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
.ko-nation .rtp-bg {
  background-color: #FDB913;
}
.rtp-customcol {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.rtp-customcol > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .rtp-customcol {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .rtp-customcol > div:nth-child(1) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: auto;
  }
  .rtp-customcol > div:nth-child(2) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin: auto;
  }
}
.text-red-impt {
  color: #B71032 !important;
}
.js-img {
  width: 100%;
  /*height: 225px;*/
  /*@media(max-width:450px){
    height:135px;
}*/
}
.js-amount {
  background: #B71032;
  padding: 10px 0px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  font-family: MontserratBold;
  font-weight: 700;
}
@media (max-width: 450px) {
  .js-amount {
    font-size: 14px;
  }
}
.ko-language .js-amount {
  font-family: InterparkGothicBold !important;
}
.js-gamename {
  padding: 10px 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 450px) {
  .js-gamename {
    font-size: 12px;
  }
}
.hovertextred:hover {
  color: #B71032;
}
.imgHoverButton {
  top: 0px;
  text-align: center;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.7;
  margin: 0px 15px;
}
.imgHoverButton.mySlotHover {
  height: 243px;
}
.imgHoverButton.myCasinoHover {
  height: 100%;
}
@media (max-width: 450px) {
  .imgHoverButton {
    height: 215px;
  }
}
.casinoSec-img {
  /*min-height: 243px;

    @media(max-width:450px) {
        min-height: 215px;
    }*/
}
/**************/
/*Page Banner*/
.page-banner {
  z-index: 2;
}
/**************/
/*Casino Page Banner*/
.jackpot-page-banner {
  top: 40%;
  width: 100%;
}
/**************/
/*Casino Page Banner*/
.casino-page-banner {
  top: 40%;
  width: 100%;
}
@media (max-width: 575px) {
  .casino-page-banner {
    top: 25% !important;
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  .casino-page-banner {
    top: 35%;
    font-size: 30px;
  }
}
.casino-container,
.lotto-container,
.sport-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .casino-container,
  .lotto-container,
  .sport-container {
    padding-top: 50px;
    padding-bottom: 26px;
  }
}
@media (max-width: 576px) {
  .casino-container,
  .lotto-container,
  .sport-container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.casino-img {
  min-height: 243px;
}
/**************/
/*Lotto Page Banner*/
.lotto-page-banner {
  top: 40%;
  width: 100%;
}
@media (max-width: 575px) {
  .lotto-page-banner {
    top: 25% !important;
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  .lotto-page-banner {
    top: 35%;
    font-size: 30px;
  }
}
/**************/
/*Slot Page Banner*/
.slot-page-banner {
  top: 20%;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1125px) {
  .slot-page-banner {
    top: 30%;
  }
}
@media (min-width: 1367px) {
  .d-vn-xl-none {
    display: none !important;
  }
  .d-vn-xl-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-vn-lg-block {
    display: block !important;
  }
}
.slot-form-container {
  width: 100%;
  bottom: 20%;
}
.slot-form-container.slot-form-vn-container {
  top: 100% !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .slot-form-container {
    top: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1125px) {
  .slot-form-container {
    bottom: 10%;
  }
}
.slot-container {
  padding-top: 50px;
  /*@media(max-width: 353px) {
        padding-top: 200px !important;
    }*/
  /* your css rules for ipad landscape */
  /* your css rules for ipad pro landscape */
}
.slot-container.px-pt-loading {
  padding-top: 0;
}
.slot-container.px-pt-common-mobile {
  padding-top: 135px !important;
}
.slot-container.px-pt-vn-mobile {
  padding-top: 135px !important;
}
@media (max-width: 992px) {
  .slot-container {
    padding-top: 150px;
  }
  .slot-container.px-pt-vn {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .slot-container.px-pt-common-mobile {
    padding-top: 135px !important;
  }
  .slot-container.px-pt-vn-mobile {
    padding-top: 190px !important;
  }
}
@media (max-width: 576px) {
  .slot-container.px-pt-common-mobile {
    padding-top: 150px !important;
  }
  .slot-container.px-pt-vn-mobile {
    padding-top: 196px !important;
  }
}
@media all and (device-width: 1024) and (device-height: 768px) and (orientation: landscape) {
  .slot-container.px-pt-common-mobile {
    padding-top: 135px !important;
  }
  .slot-container.px-pt-vn-mobile {
    padding-top: 135px !important;
  }
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .slot-container.px-pt-common-mobile {
    padding-top: 135px !important;
  }
  .slot-container.px-pt-vn-mobile {
    padding-top: 135px !important;
  }
}
.mt-spinner {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.mt-spinner.mt-common-spinner {
  margin-top: 150px;
}
.mt-spinner.mt-vn-spinner {
  margin-top: 196px;
}
@media (max-width: 991px) {
  .mt-spinner {
    margin-top: 150px;
    margin-bottom: 1.5rem;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .mt-spinner {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    /* your css rules for ipad portrait */
  }
}
.slot-filter-mobile {
  background: linear-gradient(90deg, #FF003C 2.4%, #FDB913 93.33%);
  min-height: 45px;
}
@media (max-width: 376px) {
  .slot-filter-mobile .font-12 {
    font-size: 0.675rem;
  }
}
.slot-search-icon-mobile {
  top: 30%;
  left: 10%;
}
.slot-search-text-mobile {
  height: 100%;
  padding-left: 100px !important;
  border-top: none !important;
  border-right: 1px solid #FFFFFF !important;
  border-bottom: none !important;
  border-left: none !important;
}
.slot-search-text-mobile.slot-search-common {
  padding-left: 65px !important;
}
.slot-search-text-mobile:focus {
  outline: none;
  box-shadow: unset;
}
.slot-search-text-mobile::placeholder {
  color: #FFFFFF;
}
.slot-filter-arrow-down-mobile {
  top: 38%;
  right: 10%;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
.slot-provider-DDL-container-mobile {
  overflow: hidden;
}
.slot-provider-DDL-container-mobile.active {
  overflow: unset;
}
.slot-provider-DDL-container-mobile.active .slot-provider-DDL-mobile {
  display: unset !important;
}
.slot-provider-title-mobile {
  margin-top: 3px;
  padding: 0.5rem 20px 0.5rem 10px !important;
  color: #FFFFFF !important;
  background-color: transparent;
  height: 100%;
  border: none !important;
}
.slot-provider-DDL-mobile {
  display: none;
  height: 100%;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 4;
  border: none !important;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}
.slot-provider-DDL-mobile li {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 10%;
  line-height: 25px;
  color: #1B1B1B;
  background-color: #FFFFFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slot-provider-DDL-mobile li:hover {
  color: #B71032;
}
.slot-sorting-DDL-container-mobile {
  border: 1px solid #E5E5E5;
  overflow: hidden;
}
.slot-sorting-DDL-container-mobile.active {
  overflow: unset;
}
.slot-sorting-DDL-container-mobile.active .slot-sorting-DDL-mobile {
  display: unset !important;
}
.slot-sorting-title-mobile {
  color: #1B1B1B !important;
  padding: 10px 10px 10px 24%;
  height: 100%;
  border: none !important;
}
.slot-sorting-DDL-mobile {
  display: none;
  top: 44px;
  left: 0;
  z-index: 3;
  border: none !important;
  border-top: 1px solid #f5f5f5 !important;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}
.slot-sorting-DDL-mobile li {
  font-size: 13px;
  text-align: center;
  padding: 10px 3rem;
  border: 1px solid #FFFFFF;
  line-height: 20px;
  color: #1B1B1B;
  font-weight: 600;
}
.slot-sorting-DDL-mobile li.sortingType {
  border: unset !important;
  background-color: #f5f5f5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slot-sorting-DDL-mobile li.sortingType:hover {
  color: #B71032;
}
.slot-sorting-DDL-mobile li.sortingType.sortActive {
  color: #B71032;
}
.slot-sorting-title-2-mobile {
  top: 23%;
  right: 8%;
}
.slot-sorting-arrow-down-mobile {
  top: 35%;
  left: 10%;
  border: solid #1B1B1B;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
.slot-category-btn.active {
  border-color: #FDB913 !important;
}
.slot-category-btn:focus {
  outline: none;
}
.slot-category-btn-mobile {
  border: 1px solid #7F8082 !important;
}
.slot-category-btn-mobile:not(.active) > span {
  color: #7F8082 !important;
}
.slot-category-btn-mobile:not(.active) > span:hover {
  color: #FFFFFF !important;
}
.slot-category-btn-mobile:hover {
  border: 1px solid #FDB913 !important;
}
.slot-category-btn-mobile.active {
  border-color: #FDB913 !important;
}
.slot-category-btn-mobile:focus {
  outline: none;
}
.slot-search-text {
  height: 100% !important;
}
.slot-provider-DDL-container {
  overflow: hidden;
}
.slot-provider-DDL-container.active {
  overflow: unset;
}
.slot-provider-title {
  height: 100% !important;
}
.slot-provider-DDL {
  background-color: #FFFFFF;
  width: 95%;
  border: unset !important;
  margin: 1px 0 0 1px !important;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}
.slot-provider-DDL li {
  width: 100%;
  padding: 10px 10px 10px 25px;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slot-provider-DDL li:hover {
  color: #B71032;
}
.slot-provider-arrow-down {
  top: 40%;
  right: 15%;
  border: solid #1B1B1B;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
.slot-sorting-DDL-container {
  overflow: hidden;
}
.slot-sorting-DDL-container.active {
  overflow: unset;
}
.slot-sorting-title {
  height: 100% !important;
}
@media (max-width: 1141px) {
  .slot-sorting-title {
    padding-left: 10px !important;
  }
}
.slot-sorting-DDL {
  background-color: #FFFFFF;
  width: 90%;
  border: unset !important;
  margin: 1px 0 0 1px !important;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}
.slot-sorting-DDL li {
  width: 100%;
  padding: 10px 10px 10px 25px;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slot-sorting-DDL li:hover {
  color: #B71032;
}
.slot-sorting-arrow-down {
  top: 40%;
  right: 25%;
  border: solid #1B1B1B;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
/***************/
/*Slot Listing Page*/
.slot-game-box {
  /*@media(min-width: 768px) and (max-width: 992px) {
        padding-left: 3px;
        padding-right: 3px;
    }*/
}
.slot-img {
  min-height: 243px;
}
.slot-game-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slot-game-name-a {
  cursor: pointer;
  color: #B71032 !important;
  font-weight: bold;
  font-size: 0.875rem;
}
.slot-game-name-a:hover {
  color: #B71032 !important;
}
.slot-button-overlay {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.slot-button-overlay:hover {
  opacity: 1;
}
.slot-btn-play:focus {
  outline: none;
}
.slot-btn-play-text {
  padding: 10px 20px !important;
}
.slot-btn-try {
  border-color: #FFFFFF !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.slot-btn-try:hover {
  border-color: #B71032 !important;
  background-color: #B71032 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.slot-btn-try:focus {
  outline: none;
}
.slot-btn-try-text {
  color: #FFFFFF !important;
  padding: 10px 25px !important;
}
.slot-new {
  left: -2%;
}
.slot-new-text {
  font-size: 11px !important;
}
.btn-load-more {
  font-size: 1rem;
  /*@media (max-width: 992px) {
        font-size: 18px;
        line-height: 21px;
    }*/
}
.btn-load-more:focus {
  outline: none;
}
.slot-more-game-arrow-down {
  border: solid #B71032;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 992px) {
  .slot-more-game-arrow-down {
    padding: 3px;
  }
}
.slot-fav-button {
  right: 2%;
  top: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .slot-fav-button {
    z-index: 1;
  }
}
.slot-fav-button.active .fav-icon,
.slot-fav-button:hover .fav-icon {
  color: #B71032;
  border-color: #B71032;
}
.fav-btn {
  background: none;
}
.fav-btn:focus {
  outline: none;
}
.fav-icon {
  color: transparent;
  border-color: #FFFFFF;
}
.provider-fav-icon {
  color: #B71032;
  border-color: #B71032;
}
.btn-failed {
  border: none;
  padding: 0.35rem 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin: 4px 2px;
  border-radius: unset;
  cursor: default !important;
  color: #FFFFFF;
  background-color: #B71032;
}
.btn-done {
  border: none;
  padding: 0.35rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px;
  border-radius: unset;
  cursor: default !important;
  color: #FFFFFF;
  background-color: #0B8043;
}
.btn-pending {
  border: none;
  padding: 0.35rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px;
  cursor: default !important;
  border-radius: unset;
  cursor: default;
  color: #FFFFFF;
  background-color: #FDB913;
}
/*******************/
@media (max-width: 767px) {
  .pall-30 {
    padding: 30px;
    padding-top: unset;
  }
}
.ptb-10-mw767 {
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .ptb-10-mw767 {
    padding: unset;
  }
}
.pb-10-mw767 {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .pb-10-mw767 {
    padding: unset;
  }
}
.fontSEOhref {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .fontSEOhref {
    font-size: 13px;
  }
}
.SEOBtn > a {
  color: #1B1B1B;
  text-decoration: none;
}
.SEOBtn > a:hover {
  color: #1B1B1B;
}
/*******************/
/*WoF Page*/
.wof-container {
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
}
.wof-img {
  height: 870px;
}
@media (max-width: 1920px) {
  .wof-img {
    min-height: 880px;
  }
}
@media (max-width: 1141px) {
  .wof-img {
    min-height: 1000px;
  }
}
@media (max-width: 576px) {
  .wof-img {
    min-height: 1100px;
  }
}
.wof-title-btn {
  outline: none;
  border-color: #B71032 !important;
}
.wof-title-btn.active {
  border-color: #B71032 !important;
  background-color: #B71032 !important;
}
.wof-title-btn.active .wof-title {
  color: #FFFFFF !important;
}
.wof-title-btn:focus {
  outline: none;
}
.wof-title {
  color: #B71032 !important;
}
.wof-title:hover {
  color: #FFFFFF !important;
}
.wof-button {
  background-color: #FDB913 !important;
  border-color: #FDB913 !important;
}
.wof-button.active {
  border-color: #FDB913 !important;
}
.wof-button:focus {
  outline: none;
}
.wof-myinfo {
  color: #FDB913;
  background-color: #B71032;
  border-radius: 3px;
  left: 25%;
}
.wof-myinfo.cooled {
  background-color: transparent;
}
.wof-swal-modal {
  box-shadow: 0 3px 0px #ff003c !important;
  color: #FF003C !important;
  border-radius: unset !important;
  background-color: #FFFFFF !important;
}
.wof-swal-icon {
  border: unset !important;
  margin: unset !important;
}
.wof-swal-title {
  font-family: MontserratBold !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #FF003C !important;
  padding: 10px !important;
}
.wof-swal-msg {
  color: #1B1B1B !important;
  padding-bottom: 20px !important;
  font-size: 15px !important;
  width: 80% !important;
  margin: auto !important;
}
.wof-swal-confirm-btn {
  border: 1px solid #FF003C !important;
  border-radius: unset !important;
  /*-ms-transform: skewX(-10deg) !important;
    -webkit-transform: skewX( -10deg ) !important;
    transform: skewX( -10deg ) !important;*/
  color: #FFFFFF !important;
  background-color: #FF003C !important;
  background-image: unset !important;
  text-align: center !important;
  margin: 10px !important;
  display: inline-block !important;
  cursor: pointer !important;
  min-width: 100px !important;
  outline: none !important;
}
.wof-swal-confirm-btn:hover {
  background-color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.wof-swal-confirm-btn:hover > span {
  color: #FF003C !important;
}
.wof-swal-confirm-btn:focus {
  box-shadow: unset !important;
  outline: none !important;
}
.wof-swal-confirm-btn-okay {
  /* -ms-transform: skewX(10deg) !important;
    -webkit-transform: skewX(10deg) !important;
    transform: skewX(10deg) !important;*/
  display: inline-block !important;
  color: #FFFFFF !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-family: MontserratBold !important;
  font-weight: 700 !important;
}
.wof-swal-confirm-btn-okay:hover {
  color: #B71032 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.wof-swal-cancel-btn {
  border: 1px solid #FF003C !important;
  border-radius: unset !important;
  /*-ms-transform: skewX(-10deg) !important;
    -webkit-transform: skewX( -10deg ) !important;
    transform: skewX( -10deg ) !important;*/
  color: #FF003C !important;
  background-color: #FFFFFF !important;
  background-image: unset !important;
  text-align: center !important;
  margin: 10px !important;
  display: inline-block !important;
  cursor: pointer !important;
  min-width: 100px !important;
  outline: none !important;
}
.wof-swal-cancel-btn:hover {
  background-color: #FF003C !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.wof-swal-cancel-btn:hover > span {
  color: #FFFFFF !important;
}
.wof-swal-cancel-btn:focus {
  box-shadow: unset !important;
  outline: none !important;
}
.menuSection {
  /*background-color: @color_white;*/
  background-color: #F2F7EC;
  /*&:hover .owl-prev, &:focus .owl-prev {
        display: block;
    }

    &:hover .owl-next, &:focus .owl-next {
        display: block;
    }*/
}
.menuSection .menuText {
  color: #B71032;
}
.menuSection .owl-item {
  /*-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;*/
  cursor: pointer;
  background-color: #F2F7EC;
}
.menuSection .owl-item.owl-category-active {
  color: #B71032;
}
.menuSection .owl-item:hover,
.menuSection .owl-item:focus {
  color: #B71032;
}
.menuSection .owl-nav [class*='owl-'] {
  color: #B71032 !important;
  /*padding: 10px 10px !important;*/
  /*background: @color_white !important;*/
  opacity: 0.5;
  margin: 4px 0 !important;
  border-radius: 0 !important;
  height: 100%;
}
.menuSection .owl-next.disabled,
.menuSection .owl-prev.disabled {
  opacity: 0.5;
}
.menuSection .owl-prev,
.menuSection .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 35%;
  color: white;
  display: block;
}
.menuSection .owl-prev {
  left: -15px;
}
.menuSection .owl-next {
  right: -15px;
}
.menuSection .owl-prev:focus,
.menuSection .owl-next:focus {
  outline: none;
}
.menuText {
  /*color: @color_black;*/
  color: #FFFFFF;
  text-decoration: none;
  font-family: MontserratBold;
  font-weight: bold;
}
.menuText:hover {
  color: #B71032;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .menuText {
    font-size: 14px;
  }
}
.ko-language .menuText {
  font-family: InterparkGothicBold;
}
@media (max-width: 991px) {
  .d-none-991px {
    display: none !important;
  }
}
.topmenu-col2 {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .topmenu-col2 {
    padding-left: unset;
  }
}
.sbtoggle {
  display: block;
  position: absolute;
  padding-left: 15px;
}
@media (min-wdith: 992px) {
  .sbtoggle {
    display: none;
    position: unset;
    padding-left: unset;
  }
}
@media (max-width: 991px) {
  .topmenu {
    padding: 15px 0px;
  }
}
.wof-swal-confirm-btn-cancel {
  /*-ms-transform: skewX(10deg) !important;
    -webkit-transform: skewX(10deg) !important;
    transform: skewX(10deg) !important;*/
  display: inline-block !important;
  color: #FF003C !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-family: MontserratBold !important;
  font-weight: 700 !important;
}
.wof-swal-confirm-btn-cancel:hover {
  color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.wof-tnc-btn {
  cursor: pointer;
  color: #FDB913 !important;
  outline: unset !important;
}
.wof-tnc-btn:focus {
  outline: unset !important;
}
.TnC-modal-dialog {
  margin-top: 5%;
}
#TnC-modal-content {
  border-radius: 0;
  box-shadow: 0px 4px 4px #B71032;
}
/***************/
.pt-slot {
  padding-top: 50px;
}
@media (max-width: 1350px) {
  .pt-slot {
    padding-top: 40px;
  }
}
@media (max-width: 1280px) {
  .pt-slot {
    padding-top: 30px;
  }
}
@media (max-width: 1150px) {
  .pt-slot {
    padding-top: 20px;
  }
}
@media (max-width: 1070px) {
  .pt-slot {
    padding-top: 15px;
  }
}
@media (max-width: 1070px) {
  .pt-slot {
    padding-top: 50px;
  }
}
@media (max-width: 720px) {
  .pt-slot {
    padding-top: 40px;
  }
}
@media (max-width: 376px) {
  .pt-slot {
    padding-top: 30px;
  }
}
@media (max-width: 340px) {
  .pt-slot {
    padding-top: 20px;
  }
}
@media (max-width: 320px) {
  .pt-slot {
    padding-top: 15px;
  }
}
@media (max-width: 280px) {
  .pt-slot {
    padding-top: 0px;
  }
}
/* Promo box min height (Ipad/Ipad Pro fix) */
.promo-minheight-title {
  min-height: 60px;
}
.promo-minheight-subtitle {
  min-height: 70px;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .promo-minheight-subtitle {
    min-height: 75px;
    /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .promo-minheight-subtitle {
    min-height: 75px;
    /* your css rules for ipad landscape */
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .promo-minheight-subtitle {
    min-height: 75px;
    /* your css rules for ipad portrait */
  }
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .promo-minheight-subtitle {
    min-height: 75px;
    /* your css rules for ipad landscape */
  }
}
/* 404 page & home preload */
.page404-content-up,
.homepreload-content-up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.page404-content-bottom {
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 1681px) {
  .page404-content-bottom {
    bottom: 20%;
  }
}
@media (max-width: 1441px) {
  .page404-content-bottom {
    bottom: 19%;
  }
}
@media (max-width: 1367px) {
  .page404-content-bottom {
    bottom: 18%;
  }
}
@media (max-width: 1281px) {
  .page404-content-bottom {
    bottom: 12%;
  }
}
@media (max-width: 1199px) {
  .page404-content-bottom {
    bottom: 10%;
  }
}
@media (max-width: 991px) {
  .page404-content-bottom {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .page404-content-bottom {
    bottom: 14%;
  }
}
@media (max-width: 576px) {
  .page404-content-bottom {
    bottom: 0.5rem;
  }
}
.homepreload-content-bottom {
  position: absolute;
  bottom: 22%;
  left: 0;
  right: 0;
  text-align: center;
  /*@media(max-width:1681px) {
        bottom: 30%;
    }

    @media(max-width:1441px) {
        bottom: 30%;
    }

    @media(max-width:1367px) {
        bottom: 30%;
    }

    @media(max-width:1281px) {
        bottom: 30%;
    }

    @media(max-width:1199px) {
        bottom: 28%;
    }

    @media(max-width:991px) {
        bottom: 25%;
    }

    @media(max-width:767px) {
        bottom: 21%;
    }

    @media(max-width:576px) {
        bottom: 26%;
    }*/
}
@media (max-width: 1681px) {
  .homepreload-content-bottom {
    bottom: 17%;
  }
}
@media (max-width: 1441px) {
  .homepreload-content-bottom {
    bottom: 17%;
  }
}
@media (max-width: 1367px) {
  .homepreload-content-bottom {
    bottom: 17%;
  }
}
@media (max-width: 1281px) {
  .homepreload-content-bottom {
    bottom: 17%;
  }
}
@media (max-width: 1199px) {
  .homepreload-content-bottom {
    bottom: 14%;
  }
}
@media (max-width: 991px) {
  .homepreload-content-bottom {
    bottom: 14%;
  }
}
@media (max-width: 767px) {
  .homepreload-content-bottom {
    bottom: 21%;
  }
}
@media (max-width: 576px) {
  .homepreload-content-bottom {
    bottom: 10%;
  }
}
.page404-title {
  font-family: MontserratBold;
}
.loader-title {
  font-family: MontserratExtraBold;
}
.homepreload-title {
  font-family: MontserratExtraBold;
  font-size: 42px;
}
.homepreload-desc {
  font-family: MontserratBold;
  font-size: 21px !important;
  font-weight: 800;
}
.homepreload-timer {
  font-family: MontserratExtraBold;
  font-size: 28px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.homepreload-timer-label {
  font-family: MontserratBold;
  font-size: 0.725rem !important;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.page404-space,
.homepreload-space {
  margin-top: 4rem;
}
@media (max-width: 1920px) {
  .page404-space,
  .homepreload-space {
    margin-top: 7rem;
  }
}
@media (max-width: 1681px) {
  .page404-space,
  .homepreload-space {
    margin-top: 6rem;
  }
}
@media (max-width: 1441px) {
  .page404-space,
  .homepreload-space {
    margin-top: 5rem;
  }
}
@media (max-width: 1281px) {
  .page404-space,
  .homepreload-space {
    margin-top: 4rem;
  }
}
@media (max-width: 1199px) {
  .page404-space,
  .homepreload-space {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .page404-space,
  .homepreload-space {
    margin-top: unset;
  }
}
@media (max-width: 991px) {
  .page404-logo,
  .homepreload-logo {
    display: none;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .btnErrorSection {
    display: none;
  }
}
/**/
.depositBonusListing.hasBonus {
  border: 2px solid black;
  padding: 10px 15px;
}
.historyContainer .table td,
.historyContainer .table th {
  text-align: center;
  vertical-align: middle;
}
/* Custom popup module */
.modal-unicorn .modal-dialog-unicorn {
  margin: 3.75rem auto;
}
@media (min-width: 992px) {
  .modal-unicorn .modal-dialog-unicorn.isDesktopMode {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .modal-unicorn .modal-dialog-unicorn.isTabletMode {
    max-width: 640px !important;
  }
}
@media (max-width: 576px) {
  .modal-unicorn .modal-dialog-unicorn {
    margin: 3.75rem 1rem;
  }
}
.modal-unicorn .col-border-right {
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 991px) {
  .modal-unicorn {
    border-radius: 8px;
  }
  .modal-unicorn .card-body {
    padding: 1rem 0.75rem;
  }
  .modal-unicorn .col-border-x {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
  }
}
.modal-unicorn .modal-content {
  background: linear-gradient(0deg, #FF003C 2.79%, #000000 34.57%);
  border: 1px solid #FF003C;
  box-shadow: 0px 4px 4px 0px #ff003c;
}
.modal-unicorn .modal-header {
  border-bottom: unset;
}
.modal-unicorn .modal-header .modal-overlay {
  top: 6px;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  text-align: center;
  /*@media(max-width: 767px) {
         
            }*/
}
.modal-unicorn .modal-header .modal-overlay img {
  width: 86%;
}
.modal-unicorn .modal-header .modal-overlay-heading {
  bottom: -15px;
  left: 0;
  right: 0;
  transform: translate(0, 0);
}
.modal-unicorn .modal-header .modal-overlay-heading .modal-title {
  font-family: MontserratBold;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}
.modal-unicorn .modal-close .close-bg {
  position: absolute;
  top: -17px !important;
  right: -17px !important;
  background: #B71032;
  width: 37px;
  height: 37px;
  border-radius: 0 !important;
  cursor: pointer;
}
.modal-unicorn .modal-close a {
  position: absolute;
  right: -6.5px;
  top: -14px;
  color: #FFFFFF !important;
  font-size: 20px;
}
.modal-unicorn .modal-close a span {
  margin-top: -3px;
}
@media (max-width: 576px) {
  .modal-unicorn .modal-close .close-bg {
    top: -13px !important;
    right: -13px !important;
    width: 26px;
    height: 26px;
  }
  .modal-unicorn .modal-close a {
    right: -6.5px;
    top: -14px;
    font-size: 18px;
  }
}
.modal-unicorn .modal-body.isMobileMode {
  padding: 0.5rem 1rem;
}
.modal-unicorn .modal-body .modal-title {
  font-family: MontserratBold;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}
.modal-unicorn .modal-body .customContent {
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: white;
}
.modal-unicorn .modal-body .customContent.isMobileMode {
  font-size: 12px;
}
.modal-unicorn .modal-footer {
  border-top: unset;
  padding: 0.75rem 0.75rem 0.25rem 0.75rem !important;
  /*&:last-of-type {
            padding: 0 .75rem 3.25rem .75rem !important;

            &.isMobileMode {
                padding: 0 .75rem 1.75rem .75rem !important;
            }
        }*/
}
.modal-unicorn .modal-footer.isMobileMode {
  padding: 0 0.75rem 0.25rem 0.75rem !important;
}
.modal-unicorn .modal-footer .button-slanted.btn-unicorn.bgyellow {
  border: 1px solid #FDB913;
}
.modal-unicorn .modal-footer .button-slanted.btn-unicorn.bgdarkgrey {
  border: 1px solid #2C3E50;
}
.modal-unicorn .modal-footer .button-slanted.btn-unicorn a {
  padding: 1rem 3.75rem;
}
.modal-unicorn .modal-footer .button-slanted.btn-unicorn a.isMobileMode {
  padding: 0.75rem 3.75rem;
}
.ko-language .btn-unicorn > span,
.ko-language .btn-unicorn a {
  font-family: InterparkGothicBold !important;
}
/* Custom popup - Unicorn timer */
#unicornCountdownTimer {
  font-family: 'Montserrat';
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  background-color: #FF003C;
}
#unicornCountdownTimer > div {
  padding: 0 10px;
  display: inline-block;
}
#unicornCountdownTimer > div > span {
  padding: 15px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}
#unicornCountdownTimer .smalltext {
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}
#unicornCountdownTimer_2 {
  background-color: #FF003C;
  font-family: MontserratBold;
}
#unicornCountdownTimer_2 .time-indicator {
  font-family: Montserrat;
  bottom: -12px;
  left: 0;
  right: 0;
}
#unicornCountdownTimer_2 .time-indicator.isMobileMode {
  bottom: -6px;
}
/* 
    CUSTOM DROPZONE OVERRIDE
-----------------------*/
.dragdropbox {
  border: 2px dashed #E5E5E5;
  background: #F0F0F0;
  border-radius: 30px;
  padding: 30px 0 30px 0;
  /* DROPZONE CUSTOM TITLE */
}
.dragdropbox .dz-button {
  border: 0;
}
.dragdropbox .dz-remove:hover {
  color: #B71032 !important;
}
.dragdropbox .dz-customTitle {
  font-size: 12px;
  width: 120px;
  font-weight: 600;
  overflow-wrap: break-word;
}
/* border radius top left & right override for modal */
.br-tlr-modal {
  border-top-left-radius: calc(0.3rem - 1px) !important;
  border-top-right-radius: calc(0.3rem - 1px) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0.8rem 1rem !important;
}
/* Document Uploadsc*/
.tableMemberDocument th,
.tableMemberDocument td {
  vertical-align: middle;
}
#myUploadSection.sorry-upload {
  pointer-events: none;
}