* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none !important;
  outline: none !important;
}

:root {
  --bg-color: #39BAF2;

  --text-white: #FFFFFF;

  --white-bg: #ffffff;
  --primary-gradient:linear-gradient(to bottom,#eaac32 0%,#b5711f 100%);
  --primary-color: #F5AA18;
  --primary-black: #111111;
  --text-gray: #999999;
  --border-color: #2D2D2D;
  --secondary-color: #181818;
  --accent-color: #414146;
  --red-bg: #cc001b;
  --gray-bg: #242424;

  --totalHeight: 60px + 231px + 65px + 74px + 30px;
}

body {
  background: #009FE3;
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  padding: 0 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.main-container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  transition: all .3s ease;
}

.main-container.active-sidebar {
  left: 165px;
}

/* Global Button Override */
.btn {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height:45px;
}

/* ngDialog Default */
.ngdialog-theme-default.ngdialog-multiple-popup.ngdialog-content{
  padding: 0;
}

.ngdialog-custom.ngdialog.ngdialog-theme-default {
  padding: 0;
}

.ngdialog-change-password .has-not-used .form-control,
.ngdialog-change-password .has-not-used .form-control:hover,
.ngdialog-change-password .has-not-used .form-control:focus,
.ngdialog-change-password .ngdialog__form__input{
  border: 1px solid #282828 !important;
}


.ngdialog__form__label > i {
  color: #cc001b;
}

.ngdialog__form__label {
  color: var(--white-bg);
  font-weight: bold;
  font-size: 14px;
}

.customer-content__container .ngdialog__form__label {
  color: #FFFFFF;
  font-weight: bold;
}

/* End: Signup popup */

/* SweetAlert */
.swal-overlay {
  z-index: 20000;
}

.swal-modal {
  z-index: 20001;
}

.swal-footer {
  text-align: center;
}

.slick-loading .slick-list {
  background: #fff url('/common/fonts/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('/common/fonts/slick.eot');
  src: url('/common/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/common/fonts/slick.woff') format('woff'), url('/common/fonts/slick.ttf') format('truetype'), url('/common/fonts/slick.svg#slick') format('svg');
}

.slots .jackpot {
  position: absolute;
  right: 186px;
}

.jackpot .dollar-sign img {
  position: relative;
  float: left;
  top: -9px;
  left: -3px;
}

.slots .jackpot-odometer {
  height: 41px;
  overflow: hidden;
  position: absolute;
  width: 190px;
  left: 16px;
  top: -10px;
}



/*.slot-game .mobile-slot-wrapper{ padding:0 10px;}*/


/*CSS STARTS HERE*/
.btn-grey {
  background: #666666;
  color: #ffffff;
}

.btn-grey:active, .btn-grey:focus {
  background: #666666;
  color: #ffffff;
}

.btn-black {
  color: #fff;
  height: 45px;
  border: 1px solid #424242;
  background: #2E2E2E;
}

.btn-black:active, .btn-black:focus {
  border: 1px solid #E1CA84;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%));
  color: #ffffff;
}

.btn-yellow {
  background: #a47c00;
  background: -moz-linear-gradient(top, #a47c00 0%, #b28700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a47c00), color-stop(100%, #b28700));
  background: -webkit-linear-gradient(top, #a47c00 0%, #b28700 100%);
  background: -o-linear-gradient(top, #a47c00 0%, #b28700 100%);
  background: -ms-linear-gradient(top, #a47c00 0%, #b28700 100%);
  background: linear-gradient(to bottom, #a47c00 0%, #b28700 100%);
  border-radius: 7px;
  color: #ffffff;
}

.btn-theme {
  background: #892016;
  background: -moz-linear-gradient(top, #892016 0%, #b73528 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #892016), color-stop(100%, #b73528));
  background: -webkit-linear-gradient(top, #892016 0%, #b73528 100%);
  background: -o-linear-gradient(top, #892016 0%, #b73528 100%);
  background: -ms-linear-gradient(top, #892016 0%, #b73528 100%);
  background: linear-gradient(to bottom, #892016 0%, #b73528 100%);
  border-radius: 0px;
  color: #ffffff;
}

[class^="col-xs"] {
  padding: 0;
}

.col-xs-12 {
  padding: 0
}

.cash-status_container {
  display: inline-block;
}
.cash-status_container.ng-scope {
  font-size: 11px;
  color: #FFFFFF;
  padding: 1px 10px;
}

button.btn-get-bit.ng-scope{
  border: none;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%)) !important;
  color: #070707;
  width: 60px
}

/*.header{
  height: 67px;
  position: relative;
}*/
/*.header .logo img {
    width: 120px;
}*/

.header .navigation {
  margin: 9px 10px;
}

.header .navigation.logged-in {
  margin: 13px 37px 0 0;
}

.header .navigation li {
  color: #7a746d;
  font-weight: 700;
  font-size: 15px;
  border-left: 1px solid #000000;
  line-height: 3;
  padding-left: 10px;
}

.ngdialog-wallet .logout-nav li:active,
.ngdialog-wallet .logout-nav li:focus,
.header .navigation li:active,
.header .navigation li:focus {
  outline: 1px solid #e99d3d;
}

.header .navigation.logged-in li {
  line-height: 1.1em;
  text-align: right;
}

.header .navigation.logged-in .title {
  font-size: 12px;
  font-weight: 500;
}

.header .navigation.logged-in .top-balance {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

.header .icon-user {
  background: url("../images/user-icon.png") center no-repeat;
  width: 22px;
  height: 26px;
  position: absolute;
  right: 11px;
  top: 18px;
}

.casino {
  padding: 12px;
}

.slots-top,
.casino-top,
.slots-bottom,
.casino-bottom {
  width: 100%;
  float: left;
  height: 60px;
}

.slots-top,
.casino-top {
  height: 67px;
}

.casino .casino-buttons {
  position: relative;
  float: left;
  width: 100%;
}

.casino .casino-buttons img {
  width: 100%;
}

.casino .casino-buttons .btn-red {
  padding: 3px 9px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 374px) {
  .casino-buttons .btn-red {
    bottom: 2px;
  }
}

@media only screen and (min-width: 375px) {
  .casino-buttons .btn-red {
    bottom: 7px;
  }
}

@media only screen and (min-width: 425px) {
  .casino-buttons .btn-red {
    bottom: 9px;
  }
}

@media only screen and (min-width: 768px) {
  .casino-buttons .btn-red {
    bottom: 26px;
  }

}

@media only screen and (min-width: 1024px) {
  .casino-buttons .btn-red {
    bottom: 41px;
  }
}

@media only screen and (min-width: 1440px) {
  .casino-buttons .btn-red {
    bottom: 66px;
  }
}


.progressive-content {
  border-top: 1px solid #000000;
  height: 85px;
  left: -20px;
}

.progressive-content.bg-1 {
  background: url("../images/slot/slot-header-1.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-2 {
  background: url("../images/slot/slot-header-2.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-3 {
  background: url("../images/slot/slot-header-3.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-4 {
  background: url("../images/slot/slot-header-4.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-5 {
  background: url("../images/slot/slot-header-5.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-6 {
  background: url("../images/slot/slot-header-6.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-8 {
  background: url("../images/slot/slot-header-7.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-12 {
  background: url("../images/slot/slot-header-8.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-9 {
  background: url("../images/slot/slot-header-9.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-10 {
  background: url("../images/slot/slot-header-10.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

.progressive-content.bg-11 {
  background: url("../images/slot/slot-header-11.jpg") #322712 right no-repeat;
  background-size: auto 85px;
}

/*.progressive-content.bg-7 { background:#322712 }*/


.ngdialog.ngdialog-theme-default.ngdialog-signup {
  padding-top: 17px;
}

.ngdialog.ngdialog-theme-default.ngdialog-login {
  padding: 0;
}

.ngdialog.ngdialog-theme-default.ngdialog-signup .ngdialog-content {
  width: 340px;
  padding: 0px;
  border: 3px solid #000000;
}

.ngdialog.ngdialog-theme-default.ngdialog-signup {
  padding-bottom: 0;
}

.ngdialog-login .ngdialog-login_heading {
  line-height: 1;
}

.ngdialog-signup_heading,
.ngdialog-login_heading {
  padding-top: 15px;
}

.ngdialog-signup_heading .title,
.ngdialog-login_heading .title {
  font-size: 30px;
}

.ngdialog-signup_heading .desc,
.ngdialog-login_heading .desc {
  color: #615e5e;
}

/*.ngdialog-login .popup-form {*/
/*  margin-top: 20px;*/
/*  margin-top: 20px;*/
/*}*/

.ngdialog-login .close-overlay {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  color: #e2574c;
  font-size: 40px;
  padding-top: 10px;
  text-align: center;
}

.ngdialog-login .close-overlay button:active {
  outline: transparent;
}

.ngdialog-content .close-overlay .close-dialog .btn-primary:before {
  content: '\00D7';
  font-size: 20px;
  font-weight: 700;
}

.ngdialog-content .close-overlay .close-dialog .btn-primary:after {
  transform: skewX(20deg);
  content: "";
  background: linear-gradient(to bottom, #c59953 0%, #4b362f 100%);
  display: block;
  height: 42.5px;
  left: 7px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 0 0 0 5px;
  position: absolute;
  top: -1px;
  width: 15px;
  transition: all 0.3s ease;
}


/*.ngdialog.ngdialog-theme-default.ngdialog-login .ngdialog-overlay{
  background: url("../images/bg-login.jpg") center no-repeat;
  background-size: cover;
}*/

.ngdialog.ngdialog-theme-default.ngdialog-notice{
  padding: 0;
}

.ngdialog-signup .signup__form fieldset:nth-of-type(3) {
  padding-bottom: 10px;
}

.ngdialog-login .info {
  line-height: 3;
}

.ngdialog-login__footer {
  margin-top: 10px;
  text-align: center;
}

.ngdialog-signup .btn-theme,
.ngdialog-signup .btn-red,
.ngdialog-login__footer .btn-red,
.ngdialog-login .ngdialog-content .btn-red,
.ngdialog-login__footer .btn-grey {
  border: transparent;
}

.form-control::placeholder{
  color: var(--text-gray);
  font-weight: bold;
}

.form-control-white::placeholder{
  color: #FFFFFF;
  font-weight: bold;
  border-color: var(--border-color);
  background: var(--secondary-color);
}

.ngdialog-login.ngdialog.ngdialog-theme-default
.ngdialog-signup .btn-theme {
  border-radius: 0
}

.ngdialog.ngdialog-theme-default.ngdialog-signup .ngdialog-overlay {
  background: url("../images/bg-signup.jpg") center no-repeat;
  background-size: cover;
}

.ngdialog-signup .group {
  position: relative;
}

.popup-notice__header {
  padding: 12px 10px;
  color: #ffffff;
  border-bottom: 1px solid #3a3a3a;

}

.ngdialog-notice .btn-red {
  border: none;
}

.ngdialog-notice__content {
  padding: 10px 20px;
}

.ngdialog-notice__content .title {
  color: #c3a660;
}

.ngdialog-notice__content .popup-content p span {
  color: #ffffff !important;
}

.popup-notice__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left;
  border-top: 1px solid #3a3a3a;
  padding: 10px;
}

/**/

.header {
  position: fixed;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  transition: all .3s ease;
  /*right: -9px;*/
  /*margin-right: 10px;*/
  background: #141414;
  width: 100%;
  padding: 0 25px 0 15px;
}

.header-container__sidebar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  gap: 25px;
}

.header.active-sidebar {
  /*right: 175px;*/
}

.sticky-header {
  text-align: center;
}

#header {
  width: 100%;
  background: url(../images/bg-header.png) top repeat-x;
}

.logo {
  z-index: -999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.banner {
  position: relative;
  transition: all .3s ease;
  right: 0;
  padding-top: 65px;
}

.banner.active-sidebar {
  right: 0;
}

.banner .banner-slider {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.banner .banner-slider img {
  width: 100%;
}

.banner-slider {
  height: 425px;
}

.banner-slider .slick-dots li button:before {
  background-color: #181818;
  opacity: 0;
  width: 25px;
  height: 5px;
}

.banner-slider .slick-dots li.slick-active button:before {
  background-color: #f5aa18;
  width: 25px;
  height: 5px;
  display: none;
}

.banner-slider .slick-dots li {
}

.banner-slider .slick-dots {
  bottom: -18px;
}

.main-banner-slider.slick-dotted .slick-dots{
  bottom: 0;
}

.main-banner-slider.slick-dotted .slick-dots li.slick-active button:before {
  color: #c1ad8b;
}

.main-banner-slider.slick-dotted  .slick-dots li button:before {
  opacity: 0.75;
  color: #999999;
}

.main-banner-slider.slick-dotted.slick-slider{
  margin: 0;
}


.bg-primary {
  /*background: #391310;*/
  /*background: -moz-linear-gradient(top, #391310 0%, #781b13 100%);*/
  /*background: -webkit-linear-gradient(top, #391310 0%,#781b13 100%);*/
  /*background: linear-gradient(to bottom, #391310 0%,#781b13 100%);*/
  background-color: #232323;
}

/*.bg-primary-header{*/
/*  background: linear-gradient(to bottom,#292929 0%,#000000 100%);*/
/*}*/

.btn-primary:focus, .btn-primary.focus, .btn-primary[disabled]:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  border: none !important;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%)) !important;
  color: #000  !important;
}

.ngdialog-login .btn-primary:focus, .ngdialog-login .btn-primary.focus, .ngdialog-login  .btn-primary:hover,
.ngdialog-login  .btn-primary:active, .ngdialog-login  .btn-primary.active{
  background: linear-gradient(to bottom, #4bd5e9 0%,#00a5e2 100%);
  border-color: #4bd5e9;
  color: #ffffff;
}
.ngdialog-signup .btn-primary{
  background: var(--primary-black);
  border: 1px solid var(--primary-color);
}
.ngdialog-signup .btn-primary.ngdialog__btn{
  border: 1px solid var(--primary-color);
  background: var(--primary-black);

}
.ngdialog-signup .btn-primary.ngdialog__btn:hover,
.ngdialog-signup .btn-primary.ngdialog__btn:active {
  background: var(--primary-gradient);
  border: none;
}
.btn-primary, .btn-primary:focus {
  border: 1px solid #424242;
  background: #2E2E2E;
  font-weight: bold;
}
.ngdialog-login .ngdialog-content .btn-primary.outline{
  background: var(--primary-black) ;
  border: 1px solid #424242;
  color: #fff;
}

.btn-top-left, .btn-top-right, .btn-bottom-left, .btn-bottom-right {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  height: 42px;
  /*padding: 6px 20px;*/
}
.ngdialog-settlement-container .form-control{
  background: var(--bg-color);
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  height: 40px;
}

.ngdialog-settlement-container .form-control select {
  background-color: var(--white-bg) ;
}

.login__form-group .input-group {
  margin-bottom: 10px;
}

.btn-top-left, .btn-bottom-left {
  border-left: 0;
}

.btn-top-right, .btn-bottom-right {
  border-right: 0;
}

.btn-top-left, .btn-top-right {
  border-top: 0;
  border-bottom: 2px solid #000;
}

.btn-bottom-left, .btn-bottom-right {
  border-bottom: 0;
}

.btn-top-left {
  border-radius: 0px 0px 10px 0px;
  position: absolute;
}

.btn-top-left:after {
  right: -8px;
  transform: skewX(-20deg);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.btn-top-right {
  border-radius: 0px 0px 0px 10px;
  position: absolute;
  right: 0;
  height: 42px;
}

.btn-top-right:after {
  left: -8px;
  transform: skewX(20deg);
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  height: 44px;
}

.btn-bottom-left {
  border-radius: 0px 10px 0px 0px;
  height: 42px;
}

.btn-bottom-left:after {
  right: -8px;
  transform: skewX(20deg);
  height: 44px;
}

.btn-bottom-right {
  border-radius: 10px 0px 0px 0px;
  height: 42px;
}

.btn-bottom-right:after {
  left: -8px;
  transform: skewX(-20deg);
}

.btn-primary:hover.btn-top-left:after, .btn-primary:focus.btn-top-left:after, .btn-primary:hover.btn-top-right:after, .btn-primary:focus.btn-top-right:after, .btn-primary:hover.btn-bottom-left:after, .btn-primary:focus.btn-bottom-left:after, .btn-primary:hover.btn-bottom-right:after, .btn-primary:focus.btn-bottom-right:after {
  border-color: #08bbff;
  background: #161616;
}

.btn-top-left:after, .btn-top-right:after {
  content: "";
  background: linear-gradient(to bottom, #4bd5e9 0%,#00a5e2 100%);
  display: block;
  height: 44px;
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 15px;
}

.btn-bottom-left:after, .btn-bottom-right:after {
  content: "";
  background: linear-gradient(to bottom, #4bd5e9 0%,#00a5e2 100%);
  display: block;
  height: 44px;
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 15px;
}

.btn:after {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*border-bottom: 2px solid #000;*/
}

.game-content, .game-content2 {
  padding: 10px 5px 10px 5px;
  background-color: #2d2d2d;
  overflow: auto;
}

.game-content .game-button, .game-content2 .game-button {
  position: relative;
  float: left;
  height: 110px;
  border-radius: 5px;
  width: 49%;
  margin-right: 5px;
  margin-bottom: 10px;
}

.game-content .game-button-content, .game-content2 .game-button-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: black;
  opacity: 0.8;
  padding: 5px;
}

.game-content .game-button-content p, .game-content2 .game-button-content p {
  color: #7cc131;
  margin: 0 0 2px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  /*font-size: 14pt;*/
}


.live-button-1 {
  background: url(../images/live-buttons/mobile-live-button-1.jpg) center no-repeat #252326;
  background-size: 100%;
}

.live-button-2 {
  background: url(../images/live-buttons/mobile-live-button-2.jpg) center no-repeat #252326;
  background-size: 100%;
}

.live-button-3 {
  background: url(../images/live-buttons/mobile-live-button-3.jpg) center no-repeat #252326;
  background-size: 100%;
}

.live-button-4 {
  background: url(../images/live-buttons/mobile-live-button-4.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-1 {
  background: url(../images/sports-buttons/mobile-sports-button-1.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-2 {
  background: url(../images/sports-buttons/mobile-sports-button-2.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-3 {
  background: url(../images/sports-buttons/mobile-sports-button-3.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-4 {
  background: url(../images/sports-buttons/mobile-sports-button-4.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-5 {
  background: url(../images/sports-buttons/mobile-sports-button-5.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-6 {
  background: url(../images/sports-buttons/mobile-sports-button-6.jpg) center no-repeat #252326;
  background-size: 100%;
}

.sports-button-7 {
  background: url(../images/sports-buttons/mobile-sports-button-7.jpg) center no-repeat #252326;
  background-size: 100%;
}

.game-buttons .button, .game-button-2 .button {
  padding: 10px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  background: url("/mobile/common/images/sports-header.jpg") center no-repeat;
  color: #7cc131;
}

.game-button-1 a,
.game-button-2 a,
.game-button-3 a {
  color: #d1d1d1;
  text-decoration: none;
}

.game-button-1 a span,
.game-button-2 a span,
.game-button-3 a span {
  color: #ffffff;
}

.game-buttons .game-button-1 img,
.game-buttons .game-button-2 img {
  height: auto;
  border: 1px solid #000000;
  width: 100%;
}

/*copupn*/
.ngdialog-coupon .form-control{
  border-radius: 0;
  border: 1px solid var(--bg-color);
  color: var(--text-gray);
  margin: 10px 0;
}

.ngdialog-coupon select.form-control {
  -webkit-appearance: none;
  background: url(/common/images/chevron-down.png) center right 15px no-repeat var(--primary-black) !important;
  color: var(--text-gray);
  border-color: var(--border-color);
  height: 40px;
}

/* playtechHTML5 */

.ngdialog-playtech.ngdialog.ngdialog-theme-default {
  padding: 0;
}

.ngdialog-playtech.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 100%;
  height: 100%;
  background: url("../images/playtech/bg.png") #000000 top right / 100% no-repeat;
  padding: 0;
}

.ngdialog-playtechHTML5.ngdialog.ngdialog-theme-default {
  padding: 0;
}

.footer-copyright {
  text-align: center;
  color: var(--white-bg);
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}

/*.footer-copyright span {*/
/*  color: #DAC179;*/
/*}*/

.footer-copyright a {
  background: #333333;
  color: #ffffff;
  border: 0;
  padding: 7px;
  line-height: 1;
}

.game-content .game-button:nth-child(even), .game-content2 .game-button:nth-child(even) {
  margin-right: 0px;
}

.game-content .game-button:nth-child(5), .game-content .game-button:nth-child(6), .game-content2 .game-button:nth-child(3), .game-content2 .game-button:nth-child(4) {
  margin-bottom: 0px;
}

.ngdialog-wallet-container .guest-dm {
  width: 38px;
  background: #99211f;
  text-align: center;
  height: 18px;
  vertical-align: top;
  border-radius: 3px;
  margin-left: 7px;
  vertical-align: middle;
}

.balance .balance__list .total {
  height: 32px;
}

.ngdialog-content .btn-black {
  margin-top: 0;
}

.live-chat {
  outline: none;
}

.custom-loader-container {
  background-color: #212426;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.loader svg {
  animation: rotate360 .75s linear infinite;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #e4d9c8;
}

.custom-loader-container {
  background-color: #212426;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.custom-loader {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End: loader */
.ngdialog-login .ngdialog__footer p {
  font-weight: 700;
  color: #b8b8b8;
  font-size: 14px;
  margin-top: 20px;
}

.ngdialog-login .ngdialog__footer p:hover,
.ngdialog-login .ngdialog__footer p:focus,
.ngdialog-login .ngdialog__footer p:active{
  color: var(--primary-color);
}

.ngdialog-custom .ngdialog__content .list-unstyled li > a {
  font-weight: 700;
  background: #000000;
  color: var(--white-bg);
  -webkit-background-clip: text;
  word-break: break-all;
  /*-webkit-text-fill-color: transparent;*/
}

.ngdialog-custom .ngdialog__heading .badge {
  background-color: #CC001B;
}

.ngdialog-custom .ngdialog__content .list-unstyled li .badge {
  background-color: #CC001B;
  font-size: 12px;
  margin-bottom: 4px;
}

.ngdialog__logo {
  padding-top: 50px;
}

.right-align {
  text-align: right;
  position: relative;
}

.ngdialog__form-group label span {
  color: var(--white-bg);
}

.ngdialog__form-group label span:nth-child(2){
  color: #cc001b;
}

.process-forms .form-control {
  border: 1px solid var(--border-color);
  color: var(--white-bg);
  font-size: 14px;
  padding: 5px 25px 5px 10px;
  border-radius: 0;
  background: var(--secondary-color);
  height: 40px;
  font-weight: bold;
}

.text-white-placeholder::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

.input-digit-white {
  color: #FFF !important;
  position: relative;
  width: 79%;
  padding-bottom: 10px;
}

.process-forms input.form-control {
  height: 40px;
}
.process-forms input.form-control.yellowtext::placeholder {
  color: #f5aa18;
}
.process-forms label span:nth-child(2){
  color: #cc001b;
}

.process-forms .wallet-button button {
  padding: 5px 8px;
  margin-top: 10px;
  font-size: 14px;
  height: 40px;
}

.process-forms select.form-control {
  color: #FFFFFF;
  padding: 5px 5px 5px 20px;
}

/* micropopup */
.ngdialog-playtechHTML5.ngdialog.ngdialog-theme-default .ngdialog-content{
  width: 100%;
  height: 100%;
  background: url("../images/microgaming/bg.png") #000000 top right / 100% no-repeat;
}

.ngdialog-playtechHTML5.ngdialog.ngdialog-theme-default{ padding: 0; }


/*notice event button*/
.ngdialog--promotion .ngdialog-content{
  background: #ffffff;
}

.customercenter-container {
  background: #111111;
  padding: 10px 0;
}

.customercenter-container .list-inline{
  text-align: center;
  margin: 0 auto;
}

.customercenter-container ul li{
  position: relative;
  text-align: center;
  width: 20%;
  height: 45px;
  color: #7cc131;
  padding-right: 10px;
}
.customercenter-container li img{
  width: 30px;
}
.customercenter-container ul li:after{
  content: "";
  position: absolute;
  height: 30px;
  width: 2px;
  background-color: #272727;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.customercenter-container ul li:last-child:after{
  display: none;
}

.filter-color-yellow svg path{
  fill:#deb97d;
}
.customercenter-container li .notice{
  background: url("/mobile/common/images/customer-center/notice-icon.svg");
}

/*notice event*/
.customer-nav [class*='col-'] {
  padding: 0;
}

.customer .button-group .button {
  background-color: #333333;
}

.customer-nav {
  /*margin-top: 40px;*/
  padding: 0;
}

.customer-nav.contact .customer{
  padding: 10px;
}

.customer-nav .list-inline{
  margin: 0;
}

.customer-nav__list .customer-nav__items .customer-nav__link {
  line-height: 1.5;
  padding: 10px 5px;
  color: #ffffff;
  border: 1px solid #c29652;
}

.customer-nav__items {
  /*border-bottom: 1px solid #d5d5d5;*/
  float: left;
}

.customer-nav__items.pull-right {
  margin-left: 0;
}

.customer-nav__link {
  /*border-right: 1px solid #d5d5d5;*/
  color: #333333;
  text-align: center;
  white-space: nowrap;
}

.navFaq {
  border: none;
}

.customer-nav__link {
  margin-bottom: 0;
  border-radius: 0;
}

.customer-nav__link.active{
  background: #8a2015;
  background: -moz-linear-gradient(top, #8a2015 0%, #b73528 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a2015), color-stop(100%, #b73528));
  background: -webkit-linear-gradient(top, #8a2015 0%, #b73528 100%);
  background: -o-linear-gradient(top, #8a2015 0%, #b73528 100%);
  background: -ms-linear-gradient(top, #8a2015 0%, #b73528 100%);
  background: linear-gradient(to bottom, #4b362f 0%, #c59953 100%);
  color: #ffffff;
  border-radius: 0;
}

.customer__title {
  font-weight: 700;
  color: #ffffff;
}
.customer .contact li{
  height: 70px;
}

.customer .contact .col-xs-2{
  text-align: center;
  line-height: 45px;
}
.cust-icon{
  width: 40px;
}
.customer-info{
  display: grid;
  color: #ffffff;
  padding-left: 10px;
}
.customer-info .gold-text{
  letter-spacing: -1.44px;
  color: #c1ad8b;
  font-size: 24px;
}

/*Slot*/

.slot_header{
  height: 60px;
  width: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  margin-top: -1px;
  border-top: solid 1px #373535;
  border-radius: 10px 10px 0 0;
}
.slot-header-title{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px 0 20px;
}

.slot-open .fa-times:before {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 -20px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.slots .slot-container {
  padding: 10px;
}
.slot-games-container{
  display: none;
}
.responsive-thumbnails li{
  min-height: 150px;
  height: 175px;
  width: calc(100%/3) !important;
}
@media only screen and (min-width: 428px) and (min-height: 926px) {
  .responsive-thumbnails li{
    min-height: 169px;
  }
}
@media only screen and (min-width: 926px) and (min-height: 428px) {
  .responsive-thumbnails li{
    min-height: 333px;
  }
}
@media only screen and (min-width: 820px) and (min-height: 1180px) {
  .responsive-thumbnails li{
    min-height: 300px;
  }
}

@media (orientation: landscape) and (min-width: 915px) and (max-height: 412px) {
  .responsive-thumbnails li {
    min-height: 150px;
    height: 175px;
    width: calc(100% / 6) !important;
  }
}
@media (orientation: landscape) and (min-width: 844px) and (max-height: 390px) {
  .responsive-thumbnails li {
    min-height: 150px;
    height: 175px;
    width: calc(100% / 6) !important;
  }
}
@media (orientation: landscape) and (min-width: 926px) and (max-height: 428slopx) {
  .responsive-thumbnails li {
    min-height: 150px;
    height: 175px;
    width: calc(100% / 6) !important;
  }
}

.middle__text{
  width: 100%;
  text-align: center;
  margin: 80px 0;
}

.middle_text-login2{
  width: 100%;
  text-align: center;
  margin: 80px 0 20px;
}

.input-group.second-input{
  margin-bottom: 20px;
}
.middle__text .ngdialog__title{
  font-size: 20px;
  line-height: 72px;
  font-weight: 700;
}

.sticky-header .btn-primary:hover.btn-top-left:after,.btn-primary:focus,.btn-primary:hover.btn-top-right:after, .btn-primary:focus.btn-top-right:after
,.btn-primary:hover.btn-top-right:after, .btn-primary:focus.btn-top-right:after,
.btn-primary:focus.btn-bottom-right:after {
  background-color: #f5aa18;
}

.dm-badge{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #CC001B;
  border-radius: 10px;
}

/*swal*/
.swal-title {
  font-size: 22px;
}
.swal-text {
  text-align: center;
  font-size: 14px;
}

/*alert*/
.alert-danger{
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  background: #0D3647;
  border: 0;
  border-radius: 0;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: #FFEA00;
}

/*overlay*/
.gamebuttons .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  background-color: rgba(16, 16, 16, 0.8);
  opacity: 0;
  /* background-image: url(../images/deco/company.png); */
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}

.gamebuttons .overlay .tbl{
  display: table;
  width: 100%;
  height: 100%;
}

.gamebuttons .overlay .center{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.gamebuttons.sports .overlay button {
  width: 40px;
  height: 40px;
}

.gamebuttons .overlay button{
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  outline: none;
}

.gamebuttons .overlay button > i{
  color: #4bd5e9;
  font-size: 25px;
}

.gamebuttons.sports .overlay button > i{
  color: #4bd5e9;
  font-size: 14px;
}

.gamebuttons .overlay button.btn-primary{
  height: 30px;
  max-width: 100%;
  margin: 10px auto 0;
  display: block;
  border: solid 1px #4bd5e9;
  width: auto;
  font-size: 12px;
  background-color: #111111;
}



.overlay button img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

textarea.form-control {
  resize: none;
  height: 94px !important;
  font-size: 14px;
}

.ngdialog.ngdialog-theme-default.ngdialog-notice1 .ngdialog-content{
  width: 40rem;
  padding: 0;
}

.sm-notice__popup{
  text-align: right;
}

.ngdialog.ngdialog-theme-default.ngdialog-notice1 .ngdialog-close:before{
  background: transparent;
  font-size: 40px;
  font-weight: 400;
  height: 25px;
  line-height: 26px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 11px;
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .ngdialog.ngdialog-theme-default.ngdialog-notice1 .ngdialog-close:before{
      background: transparent;
      font-size: 40px;
      font-weight: 400;
      height: 20px;
      line-height: 20px;
      position: absolute;
      right: 7px;
      text-align: center;
      top: 11px;
    }

  }
}

@supports (-webkit-overflow-scrolling: touch) {
  select.form-control{
    background: url("/common/images/chevron-down.png") no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
}

@supports not (-webkit-overflow-scrolling: touch) {
  select.form-control.ngdialog__form__input{
    /*-webkit-appearance: none;*/
  }
}

.btn-custom-shape {
  height: 40px;
  width: calc(100% / 2 );
  background: #141414;
  color: #ffffff;
  border: 0;
  font-size: 12px;
}

.btn-custom-shape.top-left {
  padding: 0;
  position: relative;
  font-size: 13px;
}

.btn-custom-shape.top-right {
  padding: 0;
  position: relative;
  margin-left: 10px;
  font-size: 13px;
}

.btn-custom-shape.btn-wallet {
  border-color: var(--primary-color);
}


.btn-custom-shape.btn-logout {
  border-color: var(--border-color);
}

.btn-custom-shape.bottom-left {
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  padding-right: 24px;
}

.btn-custom-shape.bottom-right {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 24px;
}

.btn-custom-shape:hover,
.btn-custom-shape:focus{
  border: 0;
  color: var(--primary-gradient);
}

.btn-signup:active{
  background: var(--text-gray);
  color: #fff;
}

input.form-control.ngdialog__form__input.ng-pristine.ng-untouched.ng-valid {
  background-color: #070707 !important;
}

.wallet-buttons-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: var(--bg-color);
  border-bottom: 1px solid #303030;
}

.wallet-buttons-container button {
  height: 40px;
  width: calc(50% - 5px);
  font-weight: 600;
}

.btn-wallet-login {
  background: #f5aa18;
  color: #fff;
}

.btn-wallet-signup {
  background: #d82424;
  border-color: #d82424;
  color: #fff;
}

.gamebutton__body {
  padding: 10px 20px;
  background-color: rgba(7, 1, 27, .50);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
}

.gamebutton__body__link {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

/*
.header .btn {
    background: transparent;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
*/

.btn-nav {
  color: #fff;
  font-size: 25px;
}

.btn-nav:hover, .btn-nav:active{
  outline: none;
  box-shadow: none;
}

.disable-event{
  cursor: not-allowed;
  pointer-events: none;
}

/*SidebarCSS*/
/*SlideIN*/
.ngdialog.ngdialog-sidebar.ngdialog-theme-default .ngdialog-content{
  height: 100%;
  width: 85%;
  margin-right: 0;
  animation: slideInRight .3s;
  padding: 0;
  z-index: 4;
  background: transparent;
}



.ngdialog.ngdialog-sidebar.ngdialog-theme-default {
  z-index: 5;
}

.ngdialog.ngdialog-sidebar.ngdialog-theme-default .ngdialog__header {
  background: transparent;
  border-bottom: none;
}
.ngdialog.ngdialog-theme-default.ngdialog-sidebar .ngdialog-close:before{
  color: var(--white-bg);
  background: #2b2b2b;
  height: 60px;
  width: 60px;
  right: 0;
  top: -6px;
  line-height: 60px;
  border-radius: 0;
}
.ngdialog.ngdialog-sidebar.ngdialog-theme-default.ngdialog-closing .ngdialog-content{
  animation: slideOutRight .3s;
}
.ngdialog-sidebar .language-container{
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 75px;
  padding: 25px 10px;
  text-align: center;
}


.game__category {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-left: 3px solid var(--primary-color);
  background: url("/mobile/common/images/menu-drop-down.jpg");
  color: var(--white-bg);
  font-weight: bold;
  font-size: 16px;
}
.game__list {
  background: var(--secondary-color);
  margin-bottom: 0;
  color: var(--white-bg);
  font-weight: bold;
}

.game__list.active {
  display: block;
}

.game__name {
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid var(--border-color);
  font-size: 14px;
}

.sidebar__icon {
  position: absolute;
  right: 20px;
  border: none;
  background: none;
  padding: 0;
  width: 90%;
  text-align: right;
}

#language-flag, .ngdialog-sidebar .text-uppercase{
  font-weight: 700;
}
.nav-link.active {
  color: #ffffff;
  background-color: #0086d2;
}
.nav-link.profile.active .icon{
  background: url("/mobile/common/images/sidebar/hover/profile.svg");
}
.nav-link.transfer.active .icon{
  background: url("/mobile/common/images/sidebar/hover/moneytransfer.svg");
}
.nav-link.deposit.active .icon{
  background: url("/mobile/common/images/sidebar/hover/deposit.svg");
}
.nav-link.withdraw.active .icon{
  background: url("/mobile/common/images/sidebar/hover/withdraw.svg");
}
.nav-link.bonus.active .icon{
  background: url("/mobile/common/images/sidebar/hover/bonushistory.svg");
}
.nav-link.rollover.active .icon{
  background: url("/mobile/common/images/sidebar/hover/rolloverhistory.svg");
}
.nav-link.cash.active .icon{
  background: url("/mobile/common/images/sidebar/hover/transactionhistory.svg");
}
.nav-link.coupon.active .icon{
  background: url("/mobile/common/images/sidebar/hover/coupon.svg");
}
.nav-link.friend.active .icon{
  background: url("/mobile/common/images/sidebar/hover/friendlist.svg");
}
.nav-link.pw.active .icon{
  background: url("/mobile/common/images/sidebar/hover/changepassword.svg");
}

.nav-link span {
  display: inline-block;
  vertical-align: middle;
}
.nav-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  background: #000000;
  opacity: .5;
  height: 100%;
  width: 100%;
}
.nav-overlay.active {
  display: block;
}
.main-nav-btn {
  color: #ffffff;
  font-size: 24px;
}
.close-container {
  width: 100%;
  padding: 12px 18px 12px 12px;
  background-color: #a30101;
  text-align: right;
}
.account-nav .close-container {
  text-align: left;
  padding: 12px 12px 12px 18px;
}
.nav-list{
  list-style: none;
  padding: 50px 0;
}
.nav-link {
  background-color: #f8f8f8;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  text-transform: capitalize;
  /*border-top: solid 1px #eeeeee;*/
}
.nav-link .icon {
  height: 30px;
  width: 30px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center !important;
}

.btn-play {
  border: none;
  background: linear-gradient(to bottom, #59cbff 0%,#07bbff 100%);
  color: #fff;
}

.play-right-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #07bbff;
  right: 15px;
  font-size: 20px;
}

.slick-dots li button:before {
  content: '';
}
.game-popup-body {
  width: calc(100% - 5px);
  margin: 0 auto;
  background-color: #212121;
  border: 1px solid #1D1D1D;
  border-top: none;
  margin-bottom: 10px;
}

.game-popup-title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 0;
  border: 1px solid #282828;
  color: #ffffff;
}


.game-popup-subtitle {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}

.game-popup-button {
  width: 140px;
  height: 40px;
  border: 1px solid var(--primary-color);
  background: var(--primary-black);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
}

.game-popup-button:active,
.game-popup-button:hover {
  outline: none;
}

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  width: 50px;
}

.gamebuttons-content {
  width: calc(50% - 10px);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.gamebuttons-content:nth-child(odd) {
  margin-right: 0;
}

.gamebuttons-content img {
  width: 100%;
  border: 1px solid #999999;
  padding: 10px;
}

.game-button-category {
  background: var(--primary-color);
  background: -moz-linear-gradient(right, transparent 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-gradient(linear, right top, right top, color-stop(0%,transparent), color-stop(100%,rgb(234 171 51)));
  background: -webkit-linear-gradient(right, transparent 0%,rgb(234 171 51) 100%);
  background: -o-linear-gradient(right, transparent 0%,rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(right, transparent 0%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to left, transparent 0%,rgb(234 171 51) 100%);
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 10px -10px 10px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}


.promo-banner {
  position: relative;
}

.promo-banner img {
  width: 200px;
  height: 60px;
  position: absolute;
  bottom: 220px;
  transform: translateX(90px);
}

.banner-1 {
  background: url(/mobile/common/images/banner/mobile-main-banner-live.jpg) #0c101b top center no-repeat;
  min-height: 425px;
  width: 100%;
  top: 0;
  position: relative;
}

.banner-2 {
  background: url(/mobile/common/images/banner/mobile-main-banner-slot.jpg) #0c101b top center no-repeat;
  min-height: 425px;
  width: 100%;
  top: 0;
  position: relative;
}

.banner-3 {
  background: url(/mobile/common/images/banner/mobile-main-banner-3.jpg) #0c101b top center no-repeat;
  background-size: cover;
  min-height: 425px;
  width: 100%;
  top: 0;
  position: relative;
}

.banner-4 {
  background: url(/mobile/common/images/banner/mobile-main-banner-4.jpg) #0c101b top center no-repeat;
  background-size: cover;
  min-height: 425px;
  width: 100%;
  top: 0;
  position: relative;
}

.span-break > p {
  word-break: break-all;
}

.comment-box__content .content--no-margin img {
  width: 100% !important;
  height: 100% !important;
}

.text-red::placeholder {
  color: var(--text-gray);
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.header .fa-bars:before{
  color:#f5aa18;
}
.btn-primary.fullscreen-footer{
  background: var(--primary-black);
  border: 1px solid var(--primary-color);
  color:#ffffff;
}

.ngdialog-changewpw .ngdialog-close{
  display: none !important;
}

#chat-widget-container{
  z-index: 9999 !important;
}
.csrf-swal .swal-title,
.csrf-swal .swal-text{
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,.65);
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#loginBG {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

}

.login-container{
  background: url(/common/images/video/pattern-login.png) repeat;
  height: 100%;
  width: 100%;
  /*padding: 10px;*/
  position: absolute;
  text-align: center;
}

.login-logo {
  text-align: center;
  background: rgba(0,0,0,0.85);
  padding-top:20px;
}

.login-content{
  position: relative;
  padding: 40px;
  width: 100%;
  background: rgba(0,0,0,0.85);
}

.login-header .title{
  font-size: 30px;
  color: #ffffff;
}

.login-container .form-control{
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-left: none;
  padding: 10px;
  height: 50px;
  color: var(--text-gray);
  border-radius: 0;
  font-weight: bold;
}

.login-container button{
  padding: 10px;
  height: 50px;
}

.login__content {
  position: relative;
  margin-top: 150px;

}

.ngdialog-deposit .deposit-menu.active {
  border: 1px solid var(--primary-color);
}

.btn-login-footer {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--white-bg);
  display: block;
}

.btn-login-footer:hover,
.btn-login-footer:focus {
  outline: none;
  text-decoration: none;
  color: var(--text-gray);
}

.text-blue{
  color: #00adf2;
}

.withdraw__pw {
  width: 72%;
}
.btn-inquiry {
  height: 40px;
  width: 100%;
}

.withdrawalpw-input {
  padding-right: 10px;
}

.isSent {
  width: 100%;
  padding-right: 0;
}
/*NavBar New*/
.mobile-nav{
  padding: 15px 0;
  position: relative;
  background: #000;
}
.mobile-nav-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-container .navbar-toggler{
  background: #222;
  margin-right: 10px;
  padding: 0.55rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.hamburger-container .fa-bars:before{
  color: #ffffff;
  font-size: 16px;
} #main-navbars{
    background: #333333;
    color: #ffffff;
    padding: 0;
    margin: 0;
  } #main-navbars li{
      height: 53px;
      text-align: center;
      line-height: 53px;
      border-bottom: 1px solid #444;
    } #main-navbars a.nav-link{
        background-color: transparent;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        padding: 8px 20px;
        text-transform: capitalize;
      } #main-navbars li:hover ,mobile-nav #main-navbars li:focus {
          background:#111;
        } #main-navbars li:hover a.nav-link ,mobile-nav #main-navbars li:focus a.nav-link {
            color: #fcb80b;
          } .navbar-nav .btn-login {
              color: #fcb80b !important;
            }
@media (min-width: 768px) {
  #main-navbars .navbar-nav {
    float: unset;
    margin: 0;
  }
  .navbar-collapse.collapse#main-navbars{
    display: none!important;
  }

  #main-navbars .navbar-nav > li {
    float: unset;
  }
  .navbar-collapse.collapse#main-navbars.show{
    display: block!important;
  }
}

@media  (min-width: 700px) {
  .banner-slider {
    height: 700px;
  }

  .banner-1, .banner-2, .banner-3, .banner-4 {
    min-height: 700px;
  }

  .odometer-container {
    height: 230px;
  }

  .odometer__heading {
    margin: 65px 0 0;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-container.container {
    width: 100%;
  }
}


.btn-load-more {
  width: 100%;
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: var(--primary-black);
  margin: 10px 0;
  text-transform: uppercase;
}

.btn-load-more:hover,
.btn-load-more:focus,
.btn-primary.btn-load-more:active{
  background: var(--primary-black);
  border: 1px solid var(--border-color);
}


.more-live,
.more-slot,
.more-sports,
.more-mini{
  display: none;
}

toggle-btn {
  /* width: 100px; */
  height: 60px;
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  /* margin-right: -83px; */
}

.btn .badge {
  background: #de0101;
  margin-left: 10px;
}
.rank-19{
  color: #ff2929;
}
.rank-18{
  color: #ff840c;
}
.rank-17{
  color: #dff119;
}
.rank-16{
  color: #00ed16;
}
.rank-15{
  color: #0fbeff;
}
.rank-14{
  color: #0361b9;
}

.header .guest-dm{
  height: 27px;
  margin-right: 10px;
  line-height: 24px;
  width: 95px;
  text-align: center;
  color: var(--white-bg);
  background-color: var(--red-bg);
  border-radius: 3px;
  vertical-align: middle;
}

.gamebtn-selector {
  width: 172px;
  height: 45px;
  background: #0F0F0F;
  border-bottom: 5px solid #F5AA18;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
  border-radius: 20px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif !important;
}

.gamebutton-selector-container {
  display: flex;
  padding: 10px;
  background: linear-gradient(180deg, #1C1D1E 0%, #111212 100%);
}

.gamebtn-selector:hover, .gamebtn-selector:focus,
.gamebtn-selector:active {
  background: linear-gradient(180deg, #EAAC32 0%, #B5711F 100%);
  border-bottom: 5px solid #4B3200;
  box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
}

.live-select:active, .slot-select:active {
  background: linear-gradient(180deg, #EAAC32 0%, #B5711F 100%);
  border-bottom: 5px solid #4B3200;
  box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
}

.btn-custom-shape.top-left:hover, .btn-custom-shape.top-right:hover,
.btn-custom-shape.top-left:active, .btn-custom-shape.top-right:active,
.btn-custom-shape.top-left:visited, .btn-custom-shape.top-right:visited,
.btn-custom-shape.top-left:focus, .btn-custom-shape.top-right:focus {
  color: #DAC179!important;
  background: none !important;
}

button.btn.btn-black.btn-block.add-disable.ng-scope:hover,
button.btn.btn-black.btn-block.add-disable.ng-scope:focus,
button.btn.btn-black.btn-block.add-disable.ng-scope:active {
  border: 1px solid #E1CA84 ;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%)) ;
  color: #070707;
}

button.btn.btn-black.add-disable.ng-scope:hover,
button.btn.btn-black.add-disable.ng-scope:focus,
button.btn.btn-black.add-disable.ng-scope:active {
  border: 1px solid #E1CA84 ;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%)) ;
  color: #070707;
}

table.history-table-lists.table {
  border: 1px solid #282828;
  margin-bottom: 10px;
}

button.btn.btn-block.btn-signup.ng-scope:hover,
button.btn.btn-block.btn-signup.ng-scope:active,
button.btn.btn-block.btn-signup.ng-scope:focus {
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%));
  border: none;
  color: #fff;
}

.settlement-title {
  color: #FFFFFF;
}

.settlement-btn-color {
  border: 1px solid var(--primary-color);
  background: var(--primary-black);
  color: #fff;
  height: 45px;
}

.settlement-btn-color:hover,
.settlement-btn-color:focus,
.settlement-btn-color:active {
  border: 1px solid #E1CA84;
  background: linear-gradient(180deg, #E1CA84 0%, #AC8633 100%);
  color: #070707;
  opacity: 1;
}

button.btn.btn-primary.btn-block.ng-scope {
  border: 1px solid #424242;
  background: #2E2E2E;
}

/*.login-button-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  float: right;*/
/*  margin-left: auto;*/
/*  margin-right: 65px;*/
/*}*/

.login-button-container button {
  width: 50px;
}

.login-button-container {
  display: flex;
  gap: 20px;
}

.middle-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  margin-bottom: 30px;
}

.middle-text h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.promotion-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  isolation: isolate;
  width: 100%;
  height: 60px;
  left: 0px;
  top: 0px;
  background: #111111;
  border-bottom: 1px solid #F5AA18;
  position: relative;
}

.promotion-header span {
  font-weight: 700;
  color: #FFF;
}

.promotion-content {
  width: 100%;
}

.promotion-content img {
  width: 100%;
  display: flex;
  position: relative;
}

.promotion-details {
  background: #111111;
}

.promotion-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 231px;
}

.promotion-title span {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.promotion-title p {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child:hover, .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child:active {
  border: 1px solid #E1CA84 !important;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%)) !important;
  color: #070707 !important;
}

.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle:hover {
  background: linear-gradient(180deg, #EAAC32 0%, #B5711F 100%);
}

/*.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child:hover,*/
/*.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child:active {*/
/*  border: 1px solid #E1CA84;*/
/*  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%));*/
/*  color: #070707 !important;*/
/*}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child:hover,*/
/*.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child:active {*/
/*  border: 1px solid #E1CA84;*/
/*  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%));*/
/*  color: #070707 !important;*/
/*}*/

.filter-container {
  background: #111111;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 1px 20px;
  text-align: center;
  border: 1px solid #2D2D2D;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.filter-container input {
  background: url(/common/images/search-icon.svg) left 20px center no-repeat #111111;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  align-items: center;
  color: #999999;
  background-size: 15px;
  width: 100%;
  outline: 0;
}
.filter-container img {
  position: relative;
  margin-left: auto;
}

.search-slot {
  width: 250px;
  height: 30px;
  border: none;
  color: #aeaeae;
  padding-left: 40px;
  background-size: 15px;
}

.gamecomsel-block-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 20px;
  background: #111111;
}

.gamecomsel-container {
  position: relative;
  display: flex;
  width: fit-content;
}

span.gamecompany-selection {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  position: relative;
  margin-right: 10px;
}

.pull-left {
  position: relative;
  display: flex;
  float: left !important;
}

.alert.alert-danger.alert-deposit p {
  font-size: 14px;
}

@media (orientation: landscape) and (min-width: 768px) and (max-width: 812px){
  .responsive-thumbnails li {
    height: 300px !important;
    width: calc(100% / 3) !important;
  }
}

.header .logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

.slot-toggle-btn {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
}

.slot-view-logo {
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
}

.slotsview-login-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-left: auto;
  margin-right: 86px;
}

.slotsview-header-container {
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 5;
  transition: all .3s ease;
  margin-right: 10px;
  left: 0;
}

.slotsview-header-container.active-sidebar {
  left: 175px;
}

.ngdialog-slotview {
  left: 0;
  position: relative;
  transition: all .3s ease;
  display: none;
}

.ngdialog-slotview.active-sidebar {
  left: 165px;
  transition: all .3s ease;
}

.bonus-pagination {
  background: none;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: auto;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  padding-bottom: 0 !important;
}

/*a.toggle_btn{*/
/*  margin-right: -264px;*/
/*}*/

.signup-content {
  border: 1px solid var(--primary-cream, #DAC179);
  background: #111111;
  color: #2121;
  margin-bottom: 20px;
}
.signup-content ul {
  padding: 20px;
  margin-bottom: 0;
}

.signup-content ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 900;
  color: var(--primary-cream, #DAC179);
  margin-bottom: 2px;
  line-height: 1.8em;
  margin-left: 14px;
}

.signup-content ul li:last-child {
  margin: 12px 0 0 1px;
}

.signup-content ul li:before {
  content: "•";
  position: absolute;
  left: 2em;
  padding: 0 2px;
  font-size: 1.4em;
}

.signup-content ul li:last-child:before {
  content: "";
  position: absolute;
  left: 2em;
  padding: 0 2px;
  font-size: 1.7em;
}
button.btn.btn_signup.btn-signup.ngdialog__btn {
  border: 1px solid #424242;
  background: #2E2E2E;
  color: #ffffff;
}
strong.member_id {
  color: var(--primary-cream, #DAC179);
}

span.gamebtn-l-name.ng-binding {
  position: absolute;
  color: #DAC179;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  top: 65%;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1CA84), to(#AC8633));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-apply{
  /*padding: 10px 0px;*/
  margin-top: -10px;
}
.service-apply input{
  appearance: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  position: relative;
  left: 15px;
  top: -2px;
}
.service-apply span{
  letter-spacing: -1px;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
.service-apply label{
  margin: 0;
  font-weight: 300!important;
  padding: 15px;
  /*background: black;*/
  /*color: #ffffff;*/
  /*border-radius: 39px;*/
  /*border-width: 2px;*/
  /*border-style: solid;*/
}

.bonus-radio-button {
  display: flex;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: -20px;
}

.bonus-radio-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

.ngdialog-deposit-page  form fieldset label.bonus-yes {
  display: flex;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 50px;
  border: 1px solid #32B0E5;
  background: #00648F;
  margin-left: -20px;
}

.ngdialog-deposit-page  form fieldset label.bonus-no {
  display: flex;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 50px;
  border: 1px solid #32B0E5;
  background: #00648F;
  margin-left: -20px;
}

.radio-btn:checked + .bonus-yes,
.radio-btn:checked + .bonus-no {
  border: 1px solid var(--Main-Gradient, linear-gradient(180deg, #FA57CC 0%, #F444B8 34.9%, #E51E8D 67.19%, #E51E8D 83.33%, #BB116D 100%));
  color: #FFFFFF;
  background: var(--Main-Gradient, linear-gradient(180deg, #FA57CC 0%, #F444B8 34.9%, #E51E8D 67.19%, #E51E8D 83.33%, #BB116D 100%));
}


.radio-dpst-container {
  border-radius: 20px;
  border: 1px solid #424242;
  background: #2E2E2E;
  width: calc(100%/2);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  height: 40px;
}

.radio-dpst-container:hover,
.radio-dpst-container:active,
.radio-dpst-container:focus-within {
  background: linear-gradient(180deg,#ffefa6,#d4a65b,#5b4128);
  color: #000000;
}

.radio-dpst-container > label {
  padding: 10px;
  margin: 0;
}

.flex-modif-xs {
  display: flex;
  gap: 10px;
}

.button-group > button {
  height: 40px;
  margin: 0;
}

.serviceApply-container {
  display: flex;
  gap: 10px;
}

.m-btn-origin-reverse, .m-btn-origin-reverse:focus{
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
  color: #000000;
  border: 1px solid #E1CA84;
  background: var(--main-gradient, linear-gradient(180deg, #E1CA84 0%, #AC8633 100%));
  border-radius: 0;
}
button.btn.btn-sm.m-btn-origin-reverse.font-bold.btn-deposit.btn-wallet-clear.font-white.border-grey.amountBtn.js-clipboard.ng-scope, button.btn.m-btn-origin-reverse.btn-sm.font-bold.btn-wallet-clear.font-white.btn-deposit.border-grey.amountBtn.ng-scope, button.btn.btn-withdraw.m-btn-origin-reverse.btn-sm.font-bold.btn-wallet-clear.font-white.border-grey.amountBtn.ng-scope, button.btn.btn-withdraw.m-btn-origin-reverse.btn-sm.font-bold.btn-wallet-clear.font-white.border-grey.amountBtn.ng-binding {
  background: #444444;
  border: 1px solid #303030;
  width: 30%;
  color: #fff;
  margin: 0;
  height: 40px;
}
.amount-input-container{
  display: flex;
}


.qr-container .image-size {
  width: 150px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.qr-container {
  position: relative;
  margin-bottom: 20px;
}

.imgQr_container .imgQr-border {
  display: block;
  margin-inline: auto;
  width: 220px;
}

.imgQr_container {
  position: relative;
  margin-bottom: 20px;
}

.bitcoin-timer {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 10px;
}

.deposit-y{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11px 0 !important;
  gap: 10px;
  width: 100% !important;
  height: 41px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  border-radius: 20px;
  border: 1px solid #424242;
  background: #2E2E2E;
}

.deposit-y.active,.deposit-n.active{
  background: linear-gradient(to bottom, #e1ca84 0%,#ac8734 100%);
  border: 1px solid #e1ca84;
  color: #000;
}

.deposit-n{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11px 0 !important;
  gap: 10px;
  width: 100% !important;
  height: 41px;
  margin-bottom: 0 !important;
  border-radius: 20px;
  border: 1px solid #424242;
  background: #2E2E2E;
}

.radio-container input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0;
}


.radio-container input[type="radio"]:checked{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

p.cc-365 {
  font-size: 12px;
  color: #636363;
  font-weight: 700;
  margin:0;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #999999;
}

.cryptoAmount {
  color: #DAC179 !important;
}
.form-message {
  margin-bottom: 20px;
}
.lists__content p {
  margin-bottom: 0;
}

span.dm_badge.ng-binding {
  font-weight: 700;
}

.form-control {
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #00374F;
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid #39BAF2;
  padding: 6px 15px;
}

.has-error .form-notice {
  display: none !important;;
}

.has-success .signup-error {
  display: none !important;
}

.has-error .form-control {
  border: 1px solid #D54B4B;
  background: url("/common/images/icon-error.svg") #FFFFFF right 15px center no-repeat;
}

.has-success .form-control {
  border: 1px solid #4CAF50;
  background: url("/common/images/icon-correct.svg") #FFFFFF right 15px center no-repeat;
}

.has-not-used.has-success .form-control {
  background: #FFFFFF;
  border: #39BAF2;
}

select.form-control {
  -webkit-appearance: none;
  background: url(/mobile/common/images/chevron-dark-down-icon.svg) #FFFFFF right 15px center no-repeat !important;
  color: #999999;
}

.btn-process {
  width: 100%;
  background: linear-gradient(180deg, #FA57CC 0%, #F444B8 34.9%, #E51E8D 67.19%, #E51E8D 83.33%, #BB116D 100%);
  border: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #FFFFFF;
  text-decoration: none;
}

.has-error .form-control:focus {
  border-color: #D54B4B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}

.has-success .form-control:focus {
  border-color: #4CAF50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}

.ja_jp select.form-control {
  font-size: 12px;
}

.span-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 10px;
}

.span-container p {
  color: #F44336;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

/* START: Evolution Modal */
.ngdialog-evolution .ngdialog-content {
  background: url(/mobile/common/images/gamebuttons/evo-modal/popup-bg-mobile.jpg) no-repeat center;
  background-size: cover;
}
.ngdialog-evolution .ngdialog__content.evo-content.evo-mobile {
  position: relative;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.evo--card {
  position: relative;
  width: calc(100% / 2 - 7px);
  border: 1px solid #00648F;
  background: #141414;
  overflow: hidden;
}
.evo--card .model-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.evo--card .evo-text__container {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 3rem);
  width: 100%;
  text-align: center;
}
.evo--card .evo-text__container .evo-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #FFEA00;
}
/* END: Evolution Modal */

.alert-danger.alert-1044{
  gap: 0px;
}

.swal-modal.\.evo-class {
  white-space: break-spaces;
}

/*new design for customer mobile*/
.para-glob-link--container {
  display: grid;
  gap: 8px;
  /*text-align: center;*/
}

.para-glob-link--container a {
  text-decoration: none;
  color: inherit;
}

.para-glob-link--container img {
  display: block;
  /*margin: 0 auto;*/
}

.para-glob-link__title {
  display: block;
  /*margin-top: 5px;.center-text*/
  color: #FFFFFF;
}

.center-text {
  grid-column: span 2;
  /*margin: 10px 0;*/
  font-weight: bold;
  color: #FFFFFF;
}


.vega-alert .ngdialog-content{
  max-width: 354px; /* Adjust as needed */
  min-height: 271px;
  padding: 20px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 8px;
}

.vega-link{
  height: 40px;
  padding: 10px;
  background: linear-gradient(180deg, #FA57CC 0%, #F444B8 34.9%, #E51E8D 67.19%, #E51E8D 83.33%, #BB116D 100%);
  color: #FFFFFF;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 20px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.vega-link:hover,.vega-link:focus{
  color: #FFFFFF;
  text-decoration: none;
}


.vega-alert .ngdialog-overlay{
  background: unset;
}


.vega-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 30px;
  min-height: 236px;
}

.vega-container p{
  color: rgba(0, 0, 0, 0.64);
  text-align: center;
  font-family: "MPlus1p, sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}

.vega-container button{
  width: 68px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  background: #7CD1F9;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  border: unset;
}

.vega-container button:focus{
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, .29)
}

.hr-yellow{
  margin: 8px 0;
  position: relative;
  border-top: 1px solid #FFEA00 !important;
}


.payment-options-title{
  color: #FFEA00;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.alert.alert-danger.alert-1046{
  margin: 20px 0 10px 0 !important;
}

.alert.alert-danger{
  margin: 0 0 20px 0;
}


.fa-eth {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url('/common/images/eth-icon.svg') no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
}

.fa-xrp {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url('/common/images/xrp-icon.svg') no-repeat center center;
  background-size: cover;
}

.calendar-container{
  width: 100%;
  position: relative;
  background-color: #009FE3;
  display: block;
  /*background: url(/common/images/calendar/bg-pattern.png) no-repeat;*/
  background-size: 100%;
  height: 100%;
}

.calendar-top{
  text-align: center;
  padding: 20px;
}

.calendar-divider {
  text-align: center;
  border-top: 2px solid #C97E0F;
  margin: 16px auto;
  width: 140px;
}

.calendar-top p{
  font-family: Noto Sans KR;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.calendar-top .text-gold{
  color: #DC9824;
}


.calendar--divider {
  text-align: center;
  border-top: 2px solid #C97E0F;
  margin-top: -4px;
  min-width: 110px;
  width: auto;
}

.calendar---divider {
  text-align: center;
  border-top: 2px solid #C97E0F;
  margin: 24px 20px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .calendar--divider {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .calendar---divider {
    max-width: 100%;
  }
}



.calendar-month{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  gap: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0 10px;
}

.calendar-month p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.calendar-date table{
  width: 100%;
}


.calendar-date table thead th{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 8px;
}


.calendar-date td {
  padding: 2px 2px;
}

.calendar-date td button {
  min-height: 42px;
  background: linear-gradient(180deg, #DA4034 0%, #761B17 100%);
  color: #FFFFFF;
  font-family: Bebas Neue;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  max-width: 100%;
  border: 2px solid #C97E0F;
  outline: 1px solid #000000;
  box-shadow: 0 0 0 1px #000 inset;
  position: relative;
}

.calendar-date td.gray button, .calendar-date td.present-previous button {
  opacity: .5;
  border: 2px solid #C97E0F;
}


.calendar-date td.today button {
  background: linear-gradient(180deg, #69DA34 0%, #177621 100%) !important;
}


.calendar-date td button span {
  position: relative;
  bottom: 8px;
  right: 12px !important;
}


.calendar-date .present button span,.calendar-date .absent button span {
  position: relative;
  bottom: 8px;
  right: 12px !important;
}

.calendar-date .present-previous button span{
  position: relative;
  bottom: 5px;
  right: 12px !important;
}

.calendar-box{
  width: 334px;
  height: 72px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #140102;
  margin: 8px 16px;
  width: auto;
  gap: 10px;
}

@media only screen and (max-width: 375px) {
  .calendar-box{
    max-width: 100%;
    height: 100%;
  }

}

.calendar-box .calendar-box-text p{
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.en_us .button-coupon p{
  max-width: 124px;
  padding: 0 8px;
  margin: 5px auto;
  width: auto;
  letter-spacing: -1px;
}

.zh_cn .button-coupon p{
  white-space: nowrap;
}
.daily-coupon-en_US{
  max-width: 124px;
  padding: 0 20px !important;
  margin: 5px auto;
  width: auto;
  letter-spacing: -1px;
}
.calendar-box p:nth-child(2){
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  color: #DC9824;
  margin-bottom: 0;
}

.button-coupon{
  font-family: 'Noto Sans KR', sans-serif;
  max-width: 140px;
  min-height: 40px;
  border-radius: 4px;
  border: 2px;
  gap: 10px;
  background: linear-gradient(180deg, #DA4034 0%, #761B17 100%);
  color: #FFFFFF;
  border: 2px solid #C97E0F;
  outline: 1px solid #000000;
  box-shadow: 0 0 0 1px #000 inset;
  width: 100%;
  text-align: center;
}

.calendar-date td button img{
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.button-coupon[disabled]{
  opacity: .5;
}

.calendar-date td.block button{
  border: 1px solid #333333;
  outline: 1px solid #000000;
  box-shadow: 0 0 0 1px #000 inset;
  background: linear-gradient(180deg, #7E7E7E 0%, #292929 100%);
}

.calendar-date td.block button span {
  position: relative;
  bottom: 8px;
  right: 14px !important;
}

.calendar-date{
  width: 100%;
  padding: 10px;
}