﻿.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../images/vendor/intl-tel-input/build/flags.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(../images/vendor/intl-tel-input/build/flags@2x.png); } }

.iti__flag.iti__np {
  background-color: transparent; }

@charset "UTF-8";
/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-regular.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-500.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-500.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-600.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-600.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-700.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-700.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-800.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-800.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-italic.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700italic - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: local(""), url(../fonts/montserrat-v23-latin-ext_latin-700italic.woff2) format("woff2"), url(../fonts/montserrat-v23-latin-ext_latin-700italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*#############################################
                   GENERAL
#############################################*/
/*#############################################
                   BUTTONS
#############################################*/
/*#############################################
                    THEMES
#############################################*/
/*#############################################
                COLORS MC
#############################################*/
/*##########  Light Mode  ##########*/
/*##########  Dark Mode  ##########*/
/* Convert px to rem */
body {
  --success: #14FF00;
  --danger: #FF0202;
  --dark: #000;
  --primary: #FEC82F;
  --primary-dark: #936D01;
  --primary-light: #FED96D;
  --background: #EFEFEF;
  --background-dark: #2E2D2C;
  --background-light: #FBFBFB;
  --background-gray: #E3E3E3;
  --background-contrast: #FBFBFB;
  --text-contrast: #000;
  --text-color: #2E2D2C;
  --text-dark: #FBFBFB;
  --text-light: #2E2D2C;
  --btn-link-color: #2E2D2C;
  --modal-backlight: rgba(46, 45, 44, 0.5);
  --input-form-valid-backlight-color: rgba(20, 255, 0, 0.25);
  --input-form-invalid-backlight-color: rgba(255, 2, 2, 0.25);
  --input-form-border-color: none;
  --input-form-background: #E3E3E3;
  --input-date-icon: url(../images/chevron-down-solid-light.png);
}

body.light {
  --success: #14FF00;
  --danger: #FF0202;
  --dark: #000;
  --primary: #FEC82F;
  --primary-dark: #936D01;
  --primary-light: #FED96D;
  --background: #EFEFEF;
  --background-dark: #2E2D2C;
  --background-light: #FBFBFB;
  --background-gray: #E3E3E3;
  --background-contrast: #FBFBFB;
  --text-contrast: #000;
  --text-color: #2E2D2C;
  --text-dark: #FBFBFB;
  --text-light: #2E2D2C;
  --btn-link-color: #2E2D2C;
  --modal-backlight: rgba(46, 45, 44, 0.5);
  --input-form-valid-backlight-color: rgba(20, 255, 0, 0.25);
  --input-form-invalid-backlight-color: rgba(255, 2, 2, 0.25);
  --input-form-border-color: none;
  --input-form-background: #E3E3E3;
  --input-date-icon: url(../images/chevron-down-solid-light.png);
  color-scheme: light;
}

body.dark {
  --success: #14FF00;
  --danger: #FF0202;
  --dark: #000;
  --primary: #FEC82F;
  --primary-dark: #936D01;
  --primary-light: #FED96D;
  --background: #1E1E1E;
  --background-dark: #2E2D2C;
  --background-light: #FBFBFB;
  --background-gray: #E3E3E3;
  --background-contrast: #2E2D2C;
  --text-contrast: #FBFBFB;
  --text-color: #FBFBFB;
  --text-dark: #FBFBFB;
  --text-light: #2E2D2C;
  --btn-link-color: #FEC82F;
  --modal-backlight: rgba(30, 30, 30, 0.5);
  --input-form-valid-backlight-color: rgba(20, 255, 0, 0.25);
  --input-form-invalid-backlight-color: rgba(255, 2, 2, 0.25);
  --input-form-border-color: #FBFBFB;
  --input-form-background: #2E2D2C;
  --input-date-icon: url(../images/chevron-down-solid-dark.png);
  color-scheme: dark;
}

/*#############################################
            Whitelabel structure
#############################################*/
/*----------------------------------------------------------------------

        THEMES BASE STYLES.

        Project:        Dotworkers
        Version:        0.1
        Author:         Dotworkers Venezuela, C.A.
        Primary use:    Corporate, Business Themes.
        Email:          contacto@dotworkers.com
        Follow:         http://www.twitter.com/dotworkers
        Like:           http://www.facebook.com/dotworkers
        Website:        http://www.dotworkers.com

-----------------------------------------------------------------------*/
/* Convert px to rem */
.hide {
  display: none !important;
}

.responsive-container-xxl {
  display: block;
  margin: 0 auto;
  max-width: 1380px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .responsive-container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.progress-bar-group {
  position: relative;
  display: flex;
  align-items: center;
  margin: 13px 25px 16px;
  padding: 0 5px;
  height: 25px;
}
.progress-bar-group .progress-bar {
  display: block;
  background: var(--text-contrast);
  height: 4px;
  width: 100%;
}
.progress-bar-group .progress-bar .progress-bar-value {
  background: var(--primary);
  height: 100%;
  border: none;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-0 {
  width: 0;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-25 {
  width: 25%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-33 {
  width: 33.333%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-50 {
  width: 50%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-66 {
  width: 66.666%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-75 {
  width: 75%;
}
.progress-bar-group .progress-bar .progress-bar-value.loading-100 {
  width: 100%;
}
.progress-bar-group .progress-bar-dot {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: var(--text-contrast);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--background-contrast);
  font-weight: 600;
  font-size: 14px;
}
.progress-bar-group .progress-bar-dot.begin {
  left: 0;
}
.progress-bar-group .progress-bar-dot.end {
  left: 100%;
}
.progress-bar-group .progress-bar-dot.pass {
  background: var(--primary);
  color: var(--dark);
}

.js-editable-icon {
  display: inline-block;
  cursor: pointer;
}

.svg-stroke-3 path {
  stroke-width: 3px;
}

.badge-el {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--text-dark);
}
.badge-el.badge-el-danger {
  background: var(--danger);
}
.badge-el.badge-el-primary, .badge-el.badge-el-bonus {
  background: var(--primary);
  color: var(--text-light);
}

.badge-el-round {
  aspect-ratio: 1/1;
  width: 20px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.badge-el-slots {
  position: absolute;
  display: inline-flex;
  top: -2px;
  right: -2px;
}
.badge-el-slots .badge-el {
  margin-left: -3px;
  font-size: 0.75rem;
}
.badge-el-slots .badge-el-round {
  width: 16px;
}
@media screen and (min-width: 992px) {
  .badge-el-slots .badge-el {
    margin-left: -10px;
    font-size: 0.9375rem;
  }
  .badge-el-slots .badge-el-round {
    width: 25px;
  }
}

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

.form-control:focus,
.card-js .expiry-wrapper input:focus {
  border-color: #e8bb00;
  box-shadow: none !important;
}

.hline {
  width: 80%;
  margin: 15px auto;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ddd;
}
.hline.hline-100 {
  width: 100%;
}

.rollovers-container {
  display: block;
  width: 100%;
  position: relative;
}
.rollovers-container .rollover-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.rollovers-container .rollover-item:last-child {
  border-bottom: 0 solid transparent;
}
.rollovers-container .rollover-item .rollover-item-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.rollovers-container .rollover-item .rollover-item-progress {
  background-color: transparent;
  box-shadow: 0 0 3px #666;
}
.rollovers-container .rollover-item .rollover-item-progress .progress-bar {
  background-color: #e8bb00;
}
.rollovers-container .rollover-item .rollover-item-status {
  overflow: hidden;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item {
  float: left;
  width: 33.33%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:nth-child(1) {
  text-align: left;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:nth-child(2) {
  text-align: center;
}
.rollovers-container .rollover-item .rollover-item-status .rollover-item-status-item:nth-child(3) {
  text-align: right;
}

.preview-games-iframe {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-timing-function: ease;
}
.preview-games-iframe.expand-active .container-iframe {
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.preview-games-iframe.expand-active .container-iframe iframe {
  border-radius: 0;
  border: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header {
  bottom: auto;
  top: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header .options-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.preview-games-iframe .container-iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 1300px;
  max-height: 700px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .preview-games-iframe .container-iframe {
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    top: calc(50% + 15px);
  }
}
.preview-games-iframe .container-iframe iframe {
  width: 100%;
  height: 100%;
  border: 2px solid #535b6d;
  border-radius: 3px;
  background: #3e4551;
}
.preview-games-iframe .container-iframe .iframe-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.preview-games-iframe .container-iframe .iframe-header .options-container {
  float: right;
  padding: 0 10px;
}
.preview-games-iframe .container-iframe .iframe-header .options-container .close-option, .preview-games-iframe .container-iframe .iframe-header .options-container .expand-option {
  float: left;
  background: #3e4551;
  padding: 2px 8px;
  font-size: 17px;
  border: 2px solid #535b6d;
  cursor: pointer;
  transition: 0.15s;
  color: #fff;
}
.preview-games-iframe .container-iframe .iframe-header .options-container .close-option:hover, .preview-games-iframe .container-iframe .iframe-header .options-container .close-option:focus, .preview-games-iframe .container-iframe .iframe-header .options-container .expand-option:hover, .preview-games-iframe .container-iframe .iframe-header .options-container .expand-option:focus {
  background: #535b6d;
}
.preview-games-iframe .background-opacity {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.welcome-scroll {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}
.welcome-scroll .welcome-scroll-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.welcome-scroll .welcome-scroll-content {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}
.welcome-scroll .welcome-scroll-content .welcome-close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  color: #fff;
  display: flex;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  background: #3e4551;
  border: 1px solid #535b6d;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.65;
}
.welcome-scroll .welcome-scroll-content .welcome-close::after {
  font-family: FontAwesome;
  content: "\f00d";
}
.welcome-scroll .welcome-scroll-content .welcome-close:hover, .welcome-scroll .welcome-scroll-content .welcome-close:focus {
  opacity: 0.9;
}
.welcome-scroll .welcome-scroll-content .welcome-img {
  max-width: 100%;
  max-height: 100%;
}

.progress-bar-circle {
  display: inline-block;
}
.progress-bar-circle .circlebar {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.progress-bar-circle .loader {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.progress-bar-circle .loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #eeeeee;
}
.progress-bar-circle .spinner-holder-one {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 50%;
  background: transparent;
  box-sizing: border-box;
}
.progress-bar-circle .spinner-holder-two {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.progress-bar-circle .loader-spinner {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid #3e4551;
}
.progress-bar-circle .animate-0-25-a {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-0-25-b {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-25-50-a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-25-50-b {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-50-75-a {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-50-75-b {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-75-100-a {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .animate-75-100-b {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.progress-bar-circle .text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3e4551;
}

.rollovers-container-circle {
  text-align: center;
}
.rollovers-container-circle .rollovers-item {
  width: 300px;
  text-align: center;
  display: inline-block;
  padding: 20px;
  max-width: 100%;
}
.rollovers-container-circle .rollovers-item .rollover-text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  color: #3e4551;
}
.rollovers-container-circle .rollovers-item .rollover-text span {
  position: relative;
  display: inline-block;
  padding: 2px 25px 2px 0;
}
.rollovers-container-circle .rollovers-item .rollover-text span i {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: animation-i 1.5s linear infinite;
          animation: animation-i 1.5s linear infinite;
}
@-webkit-keyframes animation-i {
  50% {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
@keyframes animation-i {
  50% {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

.float-chat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  left: 30px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: block !important;
  font-size: 30px;
  box-shadow: 0 0 3px #666;
  z-index: 100;
  line-height: 60px;
}
@media screen and (max-width: 991px) {
  .float-chat {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    line-height: 40px;
    font-size: 22px;
  }
}
.float-chat.float-chat-whatsapp {
  background-color: #25d366;
}

.tooltip-image .image {
  cursor: pointer;
  font-size: 20px;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  max-width: calc(100vw - 30px);
}
.tooltip .tooltip-inner img {
  max-width: 100%;
  border-radius: 5px;
}

.pop-tutorial {
  display: inline-block;
}
.pop-tutorial .pop-item {
  cursor: pointer;
}
.pop-tutorial .pop-item i {
  font-size: 20px;
}

.FixedBottomRight {
  position: fixed !important;
  right: 30px !important;
  bottom: 30px !important;
}

.FixedBottomLeft {
  position: fixed !important;
  left: 30px !important;
  bottom: 30px !important;
}

.bonus-notify {
  position: absolute;
  right: 25px;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: #e8bb00;
  color: #fff;
  box-shadow: 0 0 0 0 #e8bb00;
  -webkit-animation: pulseNotification 2s infinite;
          animation: pulseNotification 2s infinite;
}
.bonus-notify:hover {
  color: #fff;
}

.dw-embeds {
  padding: 15px;
}
.dw-embeds .embed-responsive {
  max-height: calc(100vh - 37px);
}
.dw-embeds-02 {
  padding: 15px;
}
.dw-embeds-02 .Main {
  display: flex;
  height: 100%;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .dw-embeds-02 .Main {
    flex-direction: column;
  }
}
.dw-embeds-02 .Main .embed-responsive {
  max-height: calc(100vh - 37px);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dw-embeds-02 .Main .embed-responsive {
    width: calc(100% - 310px);
  }
}
.dw-embeds-02 .Main .sidebar {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .dw-embeds-02 .Main .sidebar {
    width: 300px;
    max-height: calc(100vh - 37px);
  }
}
.dw-embeds-02 .Main .sidebar .embed-responsive {
  width: 100%;
}

.Centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes pulseNotification {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
  }
}

@keyframes pulseNotification {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
  }
}
@media screen and (min-width: 992px) {
  .mobile-item {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .desktop-item {
    display: none !important;
  }
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.fade-motion-in {
  -webkit-animation: fadeInAnimation ease 200ms;
          animation: fadeInAnimation ease 200ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-motion-out {
  -webkit-animation: fadeOutAnimation ease 200ms;
          animation: fadeOutAnimation ease 200ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spinner-form-icon {
  -webkit-animation: spinner-icon 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: spinner-icon 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes spinner-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Convert px to rem */
.dropdown-el {
  display: flex;
  font-size: 0.625rem;
  position: relative;
  align-items: center;
}
.dropdown-el .dropdown-el-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  left: auto;
  top: 140%;
  min-width: 280px;
  background: var(--background-contrast);
  color: var(--text-color);
  font-size: 1.125rem;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.dropdown-el .dropdown-el-menu.menu-right {
  right: 0 !important;
}
.dropdown-el .dropdown-el-menu.menu-top {
  bottom: 150% !important;
  top: auto !important;
}
.dropdown-el .dropdown-el-menu.menu-left {
  left: 0 !important;
}
.dropdown-el .dropdown-el-menu a {
  color: inherit;
}
.dropdown-el .dropdown-el-menu .dropdown-el-item {
  padding: 10px 18px;
}
.dropdown-el .dropdown-el-menu .dropdown-el-item:hover {
  color: var(--primary);
  background: var(--background-dark);
}
.dropdown-el.show .dropdown-el-menu {
  display: block;
  z-index: 2;
}
.dropdown-el.show.with-backdrop.show:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--modal-backlight);
  content: "";
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .dropdown-el {
    font-size: 1.125rem;
  }
  .dropdown-el .dropdown-el-menu {
    width: auto;
    font-size: 1.25rem;
    top: 130%;
  }
}

/* Convert px to rem */
.form-el-input-component {
  position: relative;
  margin-bottom: 4px;
}
.form-el-input-component .form-el-floating {
  background-color: var(--input-form-background);
  border: 2px solid var(--input-form-border-color);
  color: var(--text-contrast) !important;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 3rem;
  border-radius: 0.625rem;
  padding: 13px 8.5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.form-el-input-component .form-el-floating:hover {
  background-color: var(--input-form-background);
}
.form-el-input-component .form-el-floating:focus-within {
  background-color: var(--input-form-background);
}
.form-el-input-component .form-el-floating .form-el-input {
  display: flex;
  align-items: flex-end;
  position: relative;
  flex: 1;
  height: 2.8em;
}
.form-el-input-component .form-el-floating .form-el-input .footnotes-el {
  display: none;
  background-color: var(--input-form-background);
  border-radius: 10px;
  position: absolute;
  padding: 15px;
  top: 100%;
  right: -10px;
  width: 70%;
  z-index: 100;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.form-el-input-component .form-el-floating .form-el-input .footnotes-el li {
  list-style-type: disclosure-closed;
  margin-left: 1rem;
}
.form-el-input-component .form-el-floating .form-el-input label {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  align-items: center;
  font-size: 0.625rem;
  vertical-align: middle;
  color: var(--text-contrast);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  transition: top 500ms, bottom 500ms, font-size 500ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms, bottom 500ms, font-size 500ms;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms, bottom 500ms, font-size 500ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input {
  z-index: 100;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  caret-color: var(--accent-color);
  color: var(--text-contrast) !important;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:hover, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:focus, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:active {
  font-size: 0.75rem;
  -webkit-text-fill-color: var(--text-contrast) !important;
  -webkit-text-stroke-color: var(--text-contrast);
  -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
  z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input:autofill, .form-el-input-component .form-el-floating .form-el-input input:autofill:hover, .form-el-input-component .form-el-floating .form-el-input input:autofill:focus, .form-el-input-component .form-el-floating .form-el-input input:autofill:active {
  font-size: 0.75rem;
  -webkit-text-fill-color: var(--text-contrast) !important;
  -webkit-text-stroke-color: var(--text-contrast);
  -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
  z-index: 1;
}
.form-el-input-component .form-el-floating .form-el-input input::-webkit-input-placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input:-ms-input-placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input::placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input input:focus {
  outline: none;
}
.form-el-input-component .form-el-floating .form-el-input input:focus ~ .footnotes-el {
  display: block;
}
.form-el-input-component .form-el-floating .form-el-input input:not(:-ms-input-placeholder) ~ label {
  bottom: 0.75rem;
  font-size: 0.5rem;
  z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill ~ label {
  bottom: 0.75rem;
  font-size: 0.5rem;
  z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input:not(:-ms-input-placeholder) ~ label {
  bottom: 0.75rem;
  font-size: 0.5rem;
  z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill ~ label {
  bottom: 0.75rem;
  font-size: 0.5rem;
  z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input:focus + label, .form-el-input-component .form-el-floating .form-el-input input.is-valid + label, .form-el-input-component .form-el-floating .form-el-input input:not(:placeholder-shown) ~ label, .form-el-input-component .form-el-floating .form-el-input input:autofill ~ label {
  bottom: 0.75rem;
  font-size: 0.5rem;
  z-index: 2;
}
.form-el-input-component .form-el-floating .form-el-input input[type=date] {
  line-height: 1.1em;
  font-weight: normal;
}
.form-el-input-component .form-el-floating .form-el-input input[type=date]::-webkit-calendar-picker-indicator {
  background-image: var(--input-date-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password {
  border: none;
  background: transparent;
  padding: 0;
  color: var(--text-contrast) !important;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.25rem;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password .icon-show {
  display: block;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password .icon-hide {
  display: none;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password.show .icon-show {
  display: none;
}
.form-el-input-component .form-el-floating .form-el-input .form-el-show-password.show .icon-hide {
  display: block;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti {
  top: 2px;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container {
  z-index: 101;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag {
  background: transparent;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  color: var(--text-contrast) !important;
  transition: border 500ms;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__country-list {
  background: var(--input-form-background);
  width: 350px;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__country-list .iti__country-name {
  max-width: 180px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input::-webkit-input-placeholder {
  color: var(--text-contrast);
  font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input:-ms-input-placeholder {
  color: var(--text-contrast);
  font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone input::placeholder {
  color: var(--text-contrast);
  font-weight: 300;
}
.form-el-input-component .form-el-floating .form-el-input.form-el-input-phone label {
  bottom: 0.75rem;
  font-size: 0.5rem;
}
.form-el-input-component .form-el-floating .form-el-icon {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin-right: 7px;
}
.form-el-input-component output,
.form-el-input-component .footnotes-el li {
  display: block;
  transition: height 500ms;
  height: auto;
}
.form-el-input-component output.is-invalid,
.form-el-input-component .footnotes-el li.is-invalid {
  color: var(--text-contrast);
}
.form-el-input-component output.is-invalid::before,
.form-el-input-component .footnotes-el li.is-invalid::before {
  content: "⨯";
  margin-right: 0.5rem;
  font-weight: 700;
  color: var(--danger);
}
.form-el-input-component output:empty,
.form-el-input-component .footnotes-el li:empty {
  height: 0;
}
.form-el-input-component output a,
.form-el-input-component .footnotes-el li a {
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid white;
}
.form-el-input-component.is-invalid .form-el-floating {
  box-shadow: 0 0 4px 3px var(--input-form-invalid-backlight-color);
}
.form-el-input-component.is-valid .form-el-floating {
  box-shadow: 0 0 4px 3px var(--input-form-valid-backlight-color);
}
.form-el-input-component .tooltip-el {
  position: absolute;
  display: flex;
  align-items: center;
  top: 14px;
  right: -24px;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .form-el-input-component .form-el-floating {
    height: 2.8125rem;
    border-radius: 0.625rem;
    padding: 7.5px 15px 6.5px;
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-input {
    font-weight: 300;
    height: 1.5625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input label {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .form-el-input-component .form-el-floating .form-el-input input {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin-bottom: -2px;
  }
  .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:hover, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:focus, .form-el-input-component .form-el-floating .form-el-input input:-webkit-autofill:active {
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-input input:autofill, .form-el-input-component .form-el-floating .form-el-input input:autofill:hover, .form-el-input-component .form-el-floating .form-el-input input:autofill:focus, .form-el-input-component .form-el-floating .form-el-input input:autofill:active {
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-input input:not(:-ms-input-placeholder) ~ label {
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input input:focus + label, .form-el-input-component .form-el-floating .form-el-input input.is-valid + label, .form-el-input-component .form-el-floating .form-el-input input:not(:placeholder-shown) ~ label {
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input .form-el-show-password {
    font-size: 1.5625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti {
    top: auto;
  }
  .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone label {
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input.form-el-input-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-icon {
    font-size: 1.5625rem;
    margin-right: 7px;
  }
  .form-el-input-component .tooltip-el {
    top: 5px;
    right: -45px;
    font-size: 35px;
  }
}
.form-el-input-component .icon-loader,
.form-el-input-component .icon-check,
.form-el-input-component .icon-error {
  display: none;
}
.form-el-input-component .icon-loader.show,
.form-el-input-component .icon-check.show,
.form-el-input-component .icon-error.show {
  display: block;
}
.form-el-input-component .spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Convert px to rem */
.form-el-input-component .form-el-floating .form-el-input select {
  width: 100%;
  background: var(--input-date-icon) right center no-repeat, var(--input-form-background);
  background-size: 15px, auto;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  caret-color: var(--accent-color);
  color: var(--text-contrast) !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: border 500ms;
  font-size: 0.625rem;
  font-weight: 700;
  -webkit-appearance: none;
          appearance: none;
  bottom: -5px;
}
.form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:hover, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:focus, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:active {
  font-size: 0.625rem;
  -webkit-text-fill-color: var(--text-contrast) !important;
  -webkit-text-stroke-color: var(--text-contrast);
  -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
}
.form-el-input-component .form-el-floating .form-el-input select:autofill, .form-el-input-component .form-el-floating .form-el-input select:autofill:hover, .form-el-input-component .form-el-floating .form-el-input select:autofill:focus, .form-el-input-component .form-el-floating .form-el-input select:autofill:active {
  font-size: 0.625rem;
  -webkit-text-fill-color: var(--text-contrast) !important;
  -webkit-text-stroke-color: var(--text-contrast);
  -webkit-box-shadow: 0 0 0 1000px var(--input-form-background) inset !important;
}
.form-el-input-component .form-el-floating .form-el-input select::-webkit-input-placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select:-ms-input-placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select::placeholder {
  color: transparent;
}
.form-el-input-component .form-el-floating .form-el-input select:focus {
  outline: none;
}
.form-el-input-component .form-el-floating .form-el-input select:not(:-ms-input-placeholder) ~ label {
  bottom: 0.625rem;
  font-size: 0.5rem;
}
.form-el-input-component .form-el-floating .form-el-input select:focus + label, .form-el-input-component .form-el-floating .form-el-input select.is-valid + label, .form-el-input-component .form-el-floating .form-el-input select:empty + label, .form-el-input-component .form-el-floating .form-el-input select:not(:placeholder-shown) ~ label {
  bottom: 0.625rem;
  font-size: 0.5rem;
}
@media screen and (min-width: 992px) {
  .form-el-input-component .form-el-floating .form-el-input select {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:hover, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:focus, .form-el-input-component .form-el-floating .form-el-input select:-webkit-autofill:active {
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-input select:autofill, .form-el-input-component .form-el-floating .form-el-input select:autofill:hover, .form-el-input-component .form-el-floating .form-el-input select:autofill:focus, .form-el-input-component .form-el-floating .form-el-input select:autofill:active {
    font-size: 0.9375rem;
  }
  .form-el-input-component .form-el-floating .form-el-input select:not(:-ms-input-placeholder) ~ label {
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
  .form-el-input-component .form-el-floating .form-el-input select:focus + label, .form-el-input-component .form-el-floating .form-el-input select.is-valid + label, .form-el-input-component .form-el-floating .form-el-input select:not(:placeholder-shown) ~ label {
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
}

/* Convert px to rem */
label.form-el-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.5rem;
  line-height: 0.625rem;
}
label.form-el-checkbox .form-el-icon {
  margin-right: 10px;
}
label.form-el-checkbox input[type=checkbox], label.form-el-checkbox input[type=radio] {
  opacity: 0;
  width: 1px;
  position: absolute;
  left: 10px;
}
label.form-el-checkbox input[type=checkbox] + .checkbox-view, label.form-el-checkbox input[type=radio] + .checkbox-view {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  aspect-ratio: 1/1;
  background-color: var(--input-form-background);
  border: 1px solid var(--input-form-border-color);
  border-radius: 0.125rem;
  margin-left: -1px;
  margin-right: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
label.form-el-checkbox input[type=checkbox]:checked + .checkbox-view, label.form-el-checkbox input[type=radio]:checked + .checkbox-view {
  background: var(--primary);
  color: var(--dark);
}
label.form-el-checkbox input[type=checkbox]:checked + .checkbox-view::after, label.form-el-checkbox input[type=radio]:checked + .checkbox-view::after {
  content: "✓";
  font-weight: 700;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 2em;
}
@media screen and (min-width: 992px) {
  label.form-el-checkbox {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  label.form-el-checkbox input[type=checkbox] + .checkbox-view, label.form-el-checkbox input[type=radio] + .checkbox-view {
    width: 1.25rem;
    height: 1.25rem;
    aspect-ratio: 1/1;
    border-radius: 0.3125rem;
  }
  label.form-el-checkbox span.form-check-label {
    position: relative;
    top: 2px;
    font-weight: 500;
  }
  label.form-el-checkbox .form-el-icon {
    font-size: 1.875rem;
  }
}

.form-el {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
}
.form-el .form-el-input.required-el label::after {
  content: " *";
  margin-left: 0.5rem;
  color: red;
}
.form-el .form-el-input input[type=password]::-ms-reveal {
  display: none;
}
.form-el output, .form-el .footnotes-el li {
  display: block;
  transition: height 500ms;
  height: auto;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin: 0.75rem 0.3125rem 0;
  opacity: 75%;
}
.form-el output.is-invalid, .form-el .footnotes-el li.is-invalid {
  color: var(--text-contrast);
  opacity: 100%;
}
.form-el output.is-invalid::before, .form-el .footnotes-el li.is-invalid::before {
  content: "⨯";
  margin-right: 0.5rem;
  font-weight: 700;
  color: var(--danger);
}
.form-el output.is-invalid[role=list]::before, .form-el .footnotes-el li.is-invalid[role=list]::before {
  display: none;
}
.form-el output.is-invalid[role=list] div::before, .form-el .footnotes-el li.is-invalid[role=list] div::before {
  content: "⨯";
  margin-right: 0.5rem;
  font-weight: 700;
  color: var(--danger);
}
.form-el output.is-invalid[role=list] div, .form-el .footnotes-el li.is-invalid[role=list] div {
  margin-bottom: 0.5rem;
}
.form-el output.is-valid, .form-el .footnotes-el li.is-valid {
  color: var(--text-contrast);
  opacity: 100%;
}
.form-el output.is-valid::before, .form-el .footnotes-el li.is-valid::before {
  content: "✓";
  margin-right: 0.5rem;
  font-weight: 700;
  color: var(--success);
}
.form-el output:empty, .form-el .footnotes-el li:empty {
  height: 0;
  margin: 0;
}
.form-el .footnotes-el {
  margin: 0 0 -4px;
  padding: 0;
}
.form-el .title-header {
  color: var(--text-color);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-el .title-header h2 {
  font-size: 20px;
}
.form-el .title-header h3 {
  font-size: 15px;
}
.form-el .message-icon {
  -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
  width: 7rem !important;
  height: 7rem !important;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .form-el .message-icon {
    width: 10rem !important;
    height: 10rem !important;
    aspect-ratio: 1/1;
  }
}
@-webkit-keyframes animate-svg-stroke {
  0% {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
  }
}
@keyframes animate-svg-stroke {
  0% {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
  }
}
.form-el .animate-stroke {
  -webkit-animation: animate-svg-stroke 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
          animation: animate-svg-stroke 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
}
.form-el .btn-el {
  min-width: 200px;
}

.form-templates {
  margin: 80px 0;
}
.form-templates input:-webkit-autofill,
.form-templates input:-webkit-autofill:hover,
.form-templates input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #eee inset !important;
}
.form-templates .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 550px;
  max-width: 100%;
  margin: 30px auto;
}
.form-templates .card .card-header {
  border: 0;
  background: #F8F9FA;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-templates .card .card-body {
  color: #757575;
}
.form-templates .card .card-body .alert {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.form-templates .card .card-body .md-form {
  position: relative;
}
.form-templates .card .card-body .md-form .md-form-i {
  display: none;
}
.form-templates .card .card-body .md-form.md-form-import .md-form-i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  display: flex;
  opacity: 0.75;
}
.form-templates .card .card-body .md-form.md-form-import .md-form-i:hover, .form-templates .card .card-body .md-form.md-form-import .md-form-i:focus {
  opacity: 1;
}
.form-templates .card .card-body .form-row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-templates .card .card-body .form-row .col .md-form {
  margin-bottom: 0;
  margin-top: 0;
}
.form-templates .card .card-body .form-row .col .md-form input[type=text], .form-templates .card .card-body .form-row .col .md-form input[type=email], .form-templates .card .card-body .form-row .col .md-form input[type=password] {
  margin: 0;
}
.form-templates .card .card-body .md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-templates .card .card-body .md-form select {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: 0.15s ease-in-out;
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: transparent;
}
.form-templates .card .card-body .md-form select:focus {
  border-bottom: 1px solid #e8bb00;
  box-shadow: 0 1px 0 0 #e8bb00;
}
.form-templates .card .card-body .md-form input[type=text], .form-templates .card .card-body .md-form input[type=email], .form-templates .card .card-body .md-form input[type=password] {
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: 0.15s ease-in-out;
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0;
}
.form-templates .card .card-body .md-form input[type=text]:focus, .form-templates .card .card-body .md-form input[type=email]:focus, .form-templates .card .card-body .md-form input[type=password]:focus {
  border-bottom: 1px solid #e8bb00;
  box-shadow: 0 1px 0 0 #e8bb00;
}
.form-templates .card .card-body .form-check {
  position: relative;
  padding-left: 0;
}
.form-templates .card .card-body .form-check input[type=checkbox] {
  z-index: 5;
  opacity: 0;
}
.form-templates .card .card-body .form-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.form-templates .card .card-body .form-check label {
  padding-left: 1.25rem;
  position: relative;
  cursor: pointer;
}
.form-templates .card .card-body .form-check label::before {
  content: "\f096";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
  font-size: 20px;
}
.form-templates .card .card-body .form-check label::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  font-size: 16px;
  opacity: 0;
  color: #e8bb00;
  transition: 0.15s ease-in-out;
}
.form-templates .card .card-body .social-form a {
  font-size: 20px;
  margin: auto 10px;
  transition: 0.15s ease-in-out;
}
.form-templates .card .card-body .social-form a:hover, .form-templates .card .card-body .social-form a:focus {
  color: #e8bb00;
}
.form-templates .card .card-body .btn-form {
  color: #e8bb00 !important;
  background-color: transparent !important;
  border: 2px solid #e8bb00 !important;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-radius: 10em;
  text-transform: uppercase;
  font-size: 14px;
}

/*###############################################################
                         VERSION 2
###############################################################*/
.form-templates-v2 {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 15px;
}
.form-templates-v2 input:-webkit-autofill,
.form-templates-v2 input:-webkit-autofill:hover,
.form-templates-v2 input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #eee inset !important;
}
.form-templates-v2 .form-templates-container {
  max-width: 100%;
  display: inline-block;
  margin: 80px auto;
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 8px #ccc;
}
@media screen and (min-width: 992px) {
  .form-templates-v2 .form-templates-container {
    width: 1100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-templates-v2 .form-templates-container .image-form {
  width: 650px;
  min-height: 730px;
  float: left;
  position: relative;
}
.form-templates-v2 .form-templates-container .image-form .image-wallpaper {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media screen and (max-width: 1139px) {
  .form-templates-v2 .form-templates-container .image-form {
    display: none;
  }
}
.form-templates-v2 .form-templates-container .preview-form {
  max-width: 100%;
  width: 450px;
  float: left;
}
@media screen and (max-width: 1139px) {
  .form-templates-v2 .form-templates-container .preview-form {
    height: auto;
  }
}
.form-templates-v2 .form-templates-container .preview-form .more-options {
  font-size: 16px;
  color: #666;
}
.form-templates-v2 .form-templates-container .preview-form .more-options a {
  color: #e8bb00;
}
.form-templates-v2 .form-templates-container .preview-form .more-options a:hover, .form-templates-v2 .form-templates-container .preview-form .more-options a:focus {
  color: #ffd31c;
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form {
  position: relative;
  padding: 10px 0;
  color: #666;
}
@media screen and (max-width: 991px) {
  .form-templates-v2 .form-templates-container .preview-form .decoration-form {
    padding: 15px 0;
  }
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form::after {
  content: "";
  position: absolute;
  right: 25px;
  width: calc(50% - 50px);
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.15);
}
.form-templates-v2 .form-templates-container .preview-form .decoration-form::before {
  content: "";
  position: absolute;
  left: 25px;
  width: calc(50% - 50px);
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.15);
}
.form-templates-v2 .form-templates-container .preview-form .form-content {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-shadow: 0 0 8px #111;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .stabilizer-content {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .form-templates-v2 .form-templates-container .preview-form .form-content {
    padding: 25px 20px;
  }
}
.form-templates-v2 .form-templates-container .preview-form .form-content .form-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #666;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-mini-text {
  text-align: left;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: -4px;
  opacity: 0.6;
  padding: 0 15px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-relative {
  position: relative;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-icon .form-control {
  padding-right: 30px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-icon .md-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  display: flex;
  opacity: 0.5;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .md-form-i {
  display: none;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  display: flex;
  opacity: 0.75;
  color: #e8bb00;
  cursor: pointer;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i:hover, .form-templates-v2 .form-templates-container .preview-form .form-content .md-form.md-form-import .md-form-i:focus {
  opacity: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type=checkbox] {
  z-index: 5;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a {
  color: #e8bb00;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a:hover, .form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox a:focus {
  color: #ffd31c;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  margin: 5px 0;
  font-weight: 500;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label::before {
  content: "\f096";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  z-index: 1;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .input-checkbox label::after {
  content: "\f14a";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 20px;
  opacity: 0;
  color: #e8bb00;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .register-rules {
  padding-left: 20px;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 600;
  opacity: 0.75;
  margin-bottom: 0;
  color: #666;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form .form-control {
  border-radius: 2px;
  border: 0;
  padding: 10px 15px;
  height: auto;
  color: #666;
  background-color: #eee;
}
.form-templates-v2 .form-templates-container .preview-form .form-content .md-form select {
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: 0.15s ease-in-out;
  height: auto;
  padding: 10px 15px;
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .form-templates-v2 .form-templates-container {
    margin: 25px auto;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #212529;
}

iframe {
  border: none;
  overflow: hidden;
  margin: 0;
}

.sportsbook-container {
  position: relative;
  z-index: 1;
}

.social-login {
  padding: 0;
  list-style: none;
}
.social-login li {
  display: table-cell;
  width: 1%;
  padding: 0 3px;
}
.social-login .btn-facebook {
  background: #2d4a86;
  background: linear-gradient(to bottom, #6286d2 0%, #2d4a86 50%);
  border-color: #5575b8;
  color: #eee;
}
.social-login .btn-google {
  background: #e24e0e;
  background: linear-gradient(to bottom, #e24e0e 0%, #d0472d 50%);
  border-color: #d0472d;
  color: #eee;
}

.sfc-main-container .form-radio-style.item-selected {
  border: 1px solid #e9bc03 !important;
}

.sfc-main-container .line-container input:checked ~ .checkmark {
  background-color: #e9bc03 !important;
  border: 1px solid #e9bc03 !important;
}

.sfc-main-container .input-row:focus-within label, .sfc-main-container .input-row .label-focus {
  color: #4A5568 !important;
}

.sfc-main-container .input-row input:focus, .sfc-main-container .input-row .sfc-focus {
  outline: none !important;
  border: 1px solid #e9bc03 !important;
  padding: 8px 13px !important;
  box-shadow: 0 0 3px #e9bc03 !important;
}

.sfc-main-container .saveUPOcheckbox input[type=checkbox]:checked:before, .sfc-main-container .dccCheckBox input[type=checkbox]:checked:before, .sfc-main-container .obTermsCheckbox input[type=checkbox]:checked:before {
  background-color: #e9bc03 !important;
  border-color: #e9bc03 !important;
}

.sfc-main-container .saveUPOcheckbox input[type=checkbox]:hover:before, .sfc-main-container .dccCheckBox input[type=checkbox]:hover:before, .sfc-main-container .obTermsCheckbox input[type=checkbox]:hover:before {
  border-color: #e9bc03 !important;
}

div.sfc-main-container .sfc-cfa-button {
  background-color: #e9bc03 !important;
  border: 1px solid #e9bc03 !important;
}

div.sfc-main-container .sfc-cfa-button:hover {
  background-color: #e9bc03 !important;
  border: 1px solid #e9bc03 !important;
}

.sfc-main-container .checkmark:hover, .sfc-main-container .line-container:hover .checkmark {
  border: 1px solid #e9bc03 !important;
}

.mh-dropdown {
  height: auto;
  max-height: 150px;
  overflow-x: hidden;
}

.qr-code-container {
  max-width: 500px;
}

.qr-code-container svg {
  max-width: 100%;
  height: auto;
}

.bdv-qr {
  cursor: pointer;
}

.post-default {
  padding: 30px 0;
  width: 950px;
  margin: auto;
  max-width: 100%;
}
.post-default .post-title {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
  color: #666;
}
.post-default hr.hr-theme {
  border-color: #e8bb00;
}
.post-default .date-post {
  font-size: 14px;
  padding-bottom: 5px;
  color: #666;
}
.post-default .post-content {
  color: #666;
  padding-top: 10px;
  color: #666;
}
.post-default .post-content img {
  max-width: 100% !important;
}
.post-default .post-content h1, .post-default .post-content h2, .post-default .post-content h3, .post-default .post-content h4, .post-default .post-content h5, .post-default .post-content h6 {
  font-size: 20px;
}
.post-default .post-content h1::before, .post-default .post-content h2::before, .post-default .post-content h3::before, .post-default .post-content h4::before, .post-default .post-content h5::before, .post-default .post-content h6::before {
  color: #e8bb00;
  content: "*";
  margin-right: 5px;
}
.post-default .post-content .post-share a {
  font-size: 22px;
  margin: 0 3px;
  transition: 0.15s;
  display: inline-block;
  width: 25px;
  text-align: center;
}
.post-default .post-content .post-share a:hover, .post-default .post-content .post-share a:focus {
  opacity: 0.6;
}
.post-default .post-content .post-share a.btn-facebook {
  color: #3b5998 !important;
}
.post-default .post-content .post-share a.btn-twitter {
  color: #55acee !important;
}
.post-default .post-content .post-share a.btn-instagram {
  color: #e1306c !important;
}
.post-default .post-content .post-share a.btn-youtube {
  color: #f00 !important;
}
.post-default .post-content .post-share .text-share {
  position: relative;
  top: -2px;
}

.list-post-default {
  padding: 30px 0;
  width: 950px;
  margin: auto;
  max-width: 100%;
}
.list-post-default .post-title {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  color: #666;
}
.list-post-default .post-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.list-post-default .post-title span::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #e8bb00;
}
.list-post-default .post-list {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.list-post-default .post-list .article-post {
  float: left;
  width: 33.33%;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .list-post-default .post-list .article-post {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .list-post-default .post-list .article-post {
    width: 100%;
  }
}
.list-post-default .post-list .article-post .content-article {
  padding: 8px 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  background: #fff;
}
.list-post-default .post-list .article-post .content-article .title-article {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 600;
  color: #666;
}
.list-post-default .post-list .article-post .content-article .date-article {
  text-align: right;
  font-size: 12px;
  color: #666;
}
.list-post-default .post-list .article-post .content-article .media-post {
  margin-bottom: 10px;
}
.list-post-default .post-list .article-post .content-article .media-post img {
  max-width: 100%;
  margin: auto;
  display: block;
  border-radius: 10px;
}

/* Convert px to rem */
.modal-el {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--modal-backlight);
  padding: 0 14px;
  outline: 0;
  z-index: 200;
}
.modal-el .modal-el-placement {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: auto;
  max-width: 516px;
  min-height: calc(100% - 28px);
  margin: 14px auto;
}
.modal-el .modal-el-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--text-color);
  pointer-events: auto;
  background: var(--background-contrast);
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
  min-height: 100px;
  padding: 22px 30px;
  font-size: 0.5625rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.modal-el .modal-el-dialog .close-btn {
  background: var(--background-contrast);
  color: var(--text-color);
  border: 1px solid var(--input-form-border-color);
  font-size: 1rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.modal-el h2 {
  font-size: 0.9375rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.modal-el h2 small {
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media screen and (min-width: 992px) {
  .modal-el .modal-el-placement {
    align-items: safe center;
  }
  .modal-el .modal-el-dialog {
    margin: auto;
    padding: 41px 113px 36px 109px;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    border-radius: 24px;
  }
  .modal-el .modal-el-dialog .close-btn {
    top: 41px;
    right: 38px;
    width: 1.875rem;
    height: 1.875rem;
  }
  .modal-el header {
    min-height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-el header h2 {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin: 0;
  }
  .modal-el header h2 small {
    font-size: 1.5rem;
    line-height: 1.82875rem;
  }
}

body.modal-open {
  overflow: hidden;
}
body.modal-open .modal-el {
  display: block;
}

/* Convert px to rem */
.btn-el {
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 0.625rem;
  padding: 6px 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-el-sm {
  font-size: 0.6875rem;
  padding: 4px 6px;
}

.btn-el-md {
  font-size: 0.875rem;
  padding: 6px 8px;
}

.btn-el-link {
  color: var(--btn-link-color);
  font-weight: 600;
}
.btn-el-link:hover {
  color: var(--primary);
}

.btn-el-link-medium {
  color: var(--text-color);
  font-weight: 500;
}
.btn-el-link-medium:hover {
  color: var(--primary);
}

.btn-el-link-bold {
  color: var(--text-color);
  font-weight: 800;
}
.btn-el-link-bold:hover {
  color: var(--primary);
}

.btn-el-lg-hidden {
  display: none;
}

.btn-el-primary {
  background: var(--primary);
  color: var(--dark);
  border: 2px var(--primary) solid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-el-primary:hover {
  background: var(--primary-light) !important;
  color: var(--dark) !important;
}

.btn-el-primary-outline {
  background: transparent;
  color: var(--primary);
  border: 2px var(--primary) solid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-el-primary-outline:hover {
  background: transparent;
  color: var(--primary-light);
  border: 2px var(--primary-light) solid;
}

.btn-el-primary-outline-picker {
  background: var(--white);
  color: var(--text-light);
  border: 1px var(--text-light) solid;
}
.btn-el-primary-outline-picker:active {
  background: var(--primary-light);
}
@media (hover: hover) {
  .btn-el-primary-outline-picker:hover {
    background: var(--primary);
  }
}

.btn-el-secondary-outline-picker {
  background: transparent;
  color: var(--secondary);
  border: 1px var(--dark) solid;
}
.btn-el-secondary-outline-picker:hover {
  background: var(--secondary);
  color: var(--light);
  border: 1px var(--secondary) solid;
}

.btn-el-active-primary-picker {
  background: var(--primary) !important;
  color: var(--dark) !important;
}

.btn-el-active-secondary-picker {
  background: var(--secondary) !important;
  color: var(--light) !important;
}

.btn-el-focus-animation {
  -webkit-animation: 8s ease 0s infinite normal none running focus-animation;
          animation: 8s ease 0s infinite normal none running focus-animation;
}
@-webkit-keyframes focus-animation {
  2%, 23% {
    -webkit-transform: translate3d(-1px, 0px, 0px);
            transform: translate3d(-1px, 0px, 0px);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 30px;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 0;
  }
}
@keyframes focus-animation {
  2%, 23% {
    -webkit-transform: translate3d(-1px, 0px, 0px);
            transform: translate3d(-1px, 0px, 0px);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 30px;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0 0 0 0;
  }
}
.btn-el-focus-animation.btn-el-primary, .btn-el-focus-animation.btn-el-primary-outline {
  box-shadow: var(--primary) 0 0;
}

@media screen and (min-width: 992px) {
  .btn-el {
    font-size: 1.5rem;
    padding: 12px 20px;
  }

  .btn-el-sm {
    font-size: 0.75rem;
  }

  .btn-el-md {
    border-radius: 0.5rem;
    font-size: 1rem;
  }

  .btn-el-lg {
    padding: 13px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .btn-el-lg-hidden {
    display: block;
  }

  .btn-el-lg-primary-outline {
    background: transparent;
    color: var(--primary);
    border: 2px var(--primary) solid;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .btn-el-lg-primary-outline:hover {
    background: transparent;
    color: var(--primary-light);
    border: 2px var(--primary-light) solid;
  }
}
[data-action=changeSchemaColor] .icon-light, [data-action=changeSchemaColor] .icon-dark {
  display: none;
}

.text-theme {
  color: #e8bb00 !important;
}

.text-theme02 {
  color: #3941FC !important;
}

.text-theme03 {
  color: #CF21B4 !important;
}

.text-theme04 {
  color: #2FFF5C !important;
}

.text-theme05 {
  color: #2A2C4A !important;
}

.text-theme06 {
  color: #04b9cb !important;
}

.text-theme07 {
  color: #1C3743 !important;
}

.text-theme08 {
  color: #0C1019 !important;
}

.text-theme09 {
  color: #040508 !important;
}

.text-theme10 {
  color: #f6a41d !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #333333 !important;
}

.text-white {
  color: #eeeeee !important;
}

a.text-theme {
  color: #e8bb00 !important;
}
a.text-theme:hover, a.text-theme:focus {
  color: #ffd31c !important;
}
a.text-theme02 {
  color: #3941FC !important;
}
a.text-theme02:hover, a.text-theme02:focus {
  color: #6b71fd !important;
}
a.text-theme03 {
  color: #CF21B4 !important;
}
a.text-theme03:hover, a.text-theme03:focus {
  color: #e142c8 !important;
}
a.text-theme04 {
  color: #2FFF5C !important;
}
a.text-theme04:hover, a.text-theme04:focus {
  color: #62ff84 !important;
}
a.text-theme05 {
  color: #2A2C4A !important;
}
a.text-theme05:hover, a.text-theme05:focus {
  color: #3c3f6b !important;
}
a.text-theme06 {
  color: #04b9cb !important;
}
a.text-theme06:hover, a.text-theme06:focus {
  color: #08e4fa !important;
}
a.text-theme07 {
  color: #1C3743 !important;
}
a.text-theme07:hover, a.text-theme07:focus {
  color: #2b5567 !important;
}
a.text-theme08 {
  color: #0C1019 !important;
}
a.text-theme08:hover, a.text-theme08:focus {
  color: #1d263b !important;
}
a.text-theme09 {
  color: #040508 !important;
}
a.text-theme09:hover, a.text-theme09:focus {
  color: #151a2a !important;
}
a.text-theme10 {
  color: #f6a41d !important;
}
a.text-theme10:hover, a.text-theme10:focus {
  color: #f8b84e !important;
}
a.text-black {
  color: #000 !important;
}
a.text-gray {
  color: #333333 !important;
}
a.text-white {
  color: #eeeeee !important;
}

.modal-default select {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #333, #ccc);
  background-position: calc(100% - 15px) calc(1em - 0px), calc(100% - 10px) calc(1em - 0px), calc(100% - 2em) 0.75em;
  background-size: 5px 5px, 5px 5px, 1px 1em;
  background-repeat: no-repeat;
  width: 100%;
  color: #666;
}
.modal-default select.mini-select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.modal-default.fade {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  transition: all 0.15s linear;
}
.modal-default.fade.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.modal-default .dataTables_wrapper select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.modal-default.modal-full .modal-dialog {
  max-width: 1200px;
}
@media (min-width: 575px) and (max-width: 1210px) {
  .modal-default.modal-full .modal-dialog {
    margin: 1.75rem 0.5rem;
  }
}
.modal-default .modal-content {
  border-radius: 2px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-default .modal-content .modal-title {
  color: #666;
}
.modal-default .modal-content .modal-subtitle {
  margin: 0 auto;
}
.modal-default .modal-content .modal-body {
  padding: 10px;
  background: #f8f9fa;
  color: #666;
}
.modal-default .modal-content .modal-body .menu-transaction {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  margin-bottom: 10px;
  background: #fff;
}
.modal-default .modal-content .modal-body .menu-transaction li {
  display: table-cell;
  width: 1%;
}
.modal-default .modal-content .modal-body .menu-transaction li:first-child a {
  border-top-left-radius: 3px;
}
.modal-default .modal-content .modal-body .menu-transaction li:last-child a {
  border-right: 1px solid #eee;
  border-top-right-radius: 3px;
  border-right: 1px solid #eee;
}
.modal-default .modal-content .modal-body .menu-transaction li a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  transition: all 0.3s linear;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #666;
}
.modal-default .modal-content .modal-body .menu-transaction li a:hover, .modal-default .modal-content .modal-body .menu-transaction li a.active {
  background: #e8bb00;
  color: #fff;
}
.modal-default .modal-content .modal-body .transaction-body {
  overflow: hidden;
  background: transparent;
  min-height: 240px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #dee2e6;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view {
  overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .mini-comment {
  font-size: 10px;
  margin-top: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view code {
  margin: 1em 0;
  background-color: #e4e4e4;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .mini-list {
  font-size: 12px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card {
  border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header {
  background: transparent;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container {
  --swiper-pagination-color: #222;
  --swiper-button: #222;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper {
  overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-pagination {
  width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-prev {
  left: -1.5rem;
  color: var(--swiper-button);
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-prev::after {
  font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-next {
  right: -1.5rem;
  color: var(--swiper-button);
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container .swiper-button-next::after {
  font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-header .swiper-container.swiper-disabled {
  width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .section-transaction-deposit {
  display: none;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form {
  display: none;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-control {
  color: #666;
  font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-group {
  margin-bottom: 8px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .deposits-form .form-group p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard {
  width: 100%;
  max-width: 300px;
  margin: auto;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard img {
  margin: auto;
  max-width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .form-visa-mastercard .mount-max {
  font-weight: 500;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container p {
  font-size: 14px;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .disabled-cripto {
  color: #e8bb00;
  font-size: 55px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available:hover img, .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a.not-available:focus img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  box-shadow: 0 0 15px #e8bb00;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a img {
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 5px #ffb400;
  border: 4px solid #eee;
  transition: all 0.3s linear;
  display: block;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .cripto-container .cripto-coins a span {
  font-size: 14px;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top {
  margin-bottom: 15px;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 250px);
  padding: 8px 5px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
    width: 100%;
    text-align: center;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
  width: 250px;
  float: left;
  text-align: right;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn {
  background: transparent !important;
  color: #e8bb00 !important;
  transition: all 0.15s linear;
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:hover, .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:focus {
  color: #fff !important;
  background: #e8bb00 !important;
}
@media screen and (max-width: 991px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
    width: 100%;
    text-align: center;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #666;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th {
  font-weight: 600;
  color: #e8bb00;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th {
    display: none;
  }
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank thead tr th:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr td {
  padding: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr td {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .card-body .sgpay-section .table-bank tbody tr:nth-child(2n+2) {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
}
.modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .deposits-view .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
  }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view {
  overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card {
  border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header {
  background: transparent;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container {
  --swiper-pagination-color: #222;
  --swiper-button: #222;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper {
  overflow: hidden;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-pagination {
  width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-prev {
  left: -1.5rem;
  color: var(--swiper-button);
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-prev::after {
  font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-next {
  right: -1.5rem;
  color: var(--swiper-button);
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container .swiper-button-next::after {
  font-size: 20px;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-header .swiper-container.swiper-disabled {
  width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .card-body .section-transaction-deposit {
  display: none;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .top-text {
  margin-bottom: 15px;
  text-align: center;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .form-input-btn .form-group {
  margin-bottom: 0;
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  color: #666;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th {
  font-weight: 600;
  color: #e8bb00;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th {
    display: none;
  }
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank thead tr th:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td {
  padding: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td {
    display: block;
    padding-left: 25px;
  }
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr td:first-child {
    padding-left: 8px;
  }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .sgpay-section .table-bank tbody tr:nth-child(2n+2) {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
}
.modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .withdrawals-view .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
  }
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab {
  border: 1px solid #2E2D2C;
  border-radius: 5px;
  padding: 6px;
  font-size: 38px;
  color: #2E2D2C;
  background: none;
  display: flex;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab.active {
  background: #FEC82F;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab:hover {
  background: #fed96d;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab img {
  aspect-ratio: 1/1;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab > .with-margin {
  margin-right: 4px;
}
.modal-default .modal-content .modal-body .transaction-body .payment-method-tab > .with-margin:last-child {
  margin-right: 0;
}
.modal-default .modal-content .modal-body .transaction-body .card {
  border: 0;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-header {
  background: transparent;
  border-bottom: 1px solid #dee2e6;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .section-transaction-deposit {
  display: none;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form {
  display: none;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-control {
  color: #666;
  font-size: 14px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-group {
  margin-bottom: 8px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .deposits-form .form-group p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard {
  width: 100%;
  max-width: 300px;
  margin: auto;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard img {
  margin: auto;
  max-width: 100%;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .form-visa-mastercard .mount-max {
  font-weight: 500;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container p {
  font-size: 14px;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .disabled-cripto {
  color: #e8bb00;
  font-size: 55px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a {
  display: inline-block;
  margin: 5px;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: all 0.3s linear;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available:hover img, .modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a.not-available:focus img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  box-shadow: 0 0 15px #e8bb00;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a img {
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 5px #ffb400;
  border: 4px solid #eee;
  transition: all 0.3s linear;
  display: block;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .cripto-container .cripto-coins a span {
  font-size: 14px;
  color: #666;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top {
  margin-bottom: 15px;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 250px);
  padding: 8px 5px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-text {
    width: 100%;
    text-align: center;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
  width: 250px;
  float: left;
  text-align: right;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn {
  background: transparent !important;
  color: #e8bb00 !important;
  transition: all 0.15s linear;
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:hover, .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn .btn:focus {
  color: #fff !important;
  background: #e8bb00 !important;
}
@media screen and (max-width: 991px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .sgpay-top .sgpay-top-btn {
    width: 100%;
    text-align: center;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #666;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th {
  font-weight: 600;
  color: #e8bb00;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th {
    display: none;
  }
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank thead tr th:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr td {
  padding: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr td {
    display: block;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .card-body .sgpay-section .table-bank tbody tr:nth-child(2n+2) {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
}
.modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 767px) {
  .modal-default .modal-content .modal-body .transaction-body .card .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
  }
}
.modal-default.modal-avatar .modal-header {
  color: #666;
}
.modal-default.modal-avatar .modal-body .image-avatar-preview {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 155px;
  border: 2px solid #e8e8e8;
  margin: auto;
}
.modal-default.modal-avatar .modal-body .image-avatar-preview img {
  max-width: 100%;
}
.modal-default.modal-avatar .modal-body .avatar-step-two {
  display: none;
}
.modal-default.modal-avatar .modal-body .avatar-step-two .upload-demo-wrap {
  margin-bottom: 30px;
}
.modal-default.modal-avatar .modal-body .avatar-step-two .croppie-container .cr-viewport {
  border-radius: 50%;
}
.modal-default.modal-avatar .modal-body .avatar-step-three {
  display: none;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  opacity: 0;
  transition: all 0.15s linear;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit.show-load {
  opacity: 1;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit .loader_write {
  color: #e8bb00;
  font-weight: 600;
  font-size: 16px;
}
.modal-default.modal-avatar .modal-body .avatar-upload-submit .loader {
  border: 3px solid #eee;
  border-top: 3px solid #e8bb00;
  border-bottom: 3px solid #e8bb00;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal-default.modal-avatar .modal-footer {
  padding: 10px;
}
.modal-default.modal-avatar .modal-footer .buttons-avatar {
  width: 100%;
  display: block;
  overflow: hidden;
}
.modal-default.modal-avatar .modal-footer .avatar-step-two-btn, .modal-default.modal-avatar .modal-footer .avatar-step-three-btn {
  display: none;
}
.modal-default.modal-avatar .modal-footer #upload-avatar {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modal-default.message-modal .modal-content .modal-title {
  line-height: 1;
  font-weight: 600;
}
.modal-default.message-modal .modal-content .modal-title .modal-date {
  font-size: 14px;
  opacity: 0.75;
  margin-top: 5px;
  display: inline-block;
}
.modal-default.message-modal .modal-content .modal-body {
  padding: 1rem;
}
.modal-default.message-modal .modal-content .modal-body .modal-body-container .modal-image img {
  margin: auto;
  max-width: 100%;
  display: block;
  padding-bottom: 1rem;
}

.wl-loader {
  height: 100px;
  width: 90px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 45px);
  text-align: center;
}
.wl-loader .loader {
  border: 8px solid #eee;
  border-top: 8px solid #e8bb00;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: inline-block;
}
.wl-loader .text-loader {
  color: #888;
}
.wl-loader .text-loader .point-effect {
  opacity: 0;
  -webkit-animation: 0.9s infinite alternate fade-points;
          animation: 0.9s infinite alternate fade-points;
}
.wl-loader .text-loader .point-effect:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.wl-loader .text-loader .point-effect:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-points {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-points {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.b-loader {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(102, 100, 100, 0.4) !important;
  -webkit-backdrop-filter: blur(3px) !important;
          backdrop-filter: blur(3px) !important;
}

.loader-center {
  align-items: center !important;
  justify-content: center !important;
}

.btn {
  border-radius: 2px;
  position: relative;
}
.btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.btn.btn-theme {
  background: #e8bb00;
  border: 1px solid #e8bb00;
  color: #eee;
}
.btn.btn-theme:hover, .btn.btn-theme:focus, .btn.btn-theme:active {
  background: #ffd31c;
  border: 1px solid #ffd31c;
  color: #eee;
}
.btn.btn-theme02 {
  background: #3941FC;
  border: 1px solid #3941FC;
  color: #eee;
}
.btn.btn-theme02:hover, .btn.btn-theme02:focus, .btn.btn-theme02:active {
  background: #6b71fd;
  border: 1px solid #6b71fd;
  color: #eee;
}
.btn.btn-theme03 {
  background: #CF21B4;
  border: 1px solid #CF21B4;
  color: #eee;
}
.btn.btn-theme03:hover, .btn.btn-theme03:focus, .btn.btn-theme03:active {
  background: #e142c8;
  border: 1px solid #e142c8;
  color: #eee;
}
.btn.btn-theme04 {
  background: #2FFF5C;
  border: 1px solid #2FFF5C;
  color: #eee;
}
.btn.btn-theme04:hover, .btn.btn-theme04:focus, .btn.btn-theme04:active {
  background: #62ff84;
  border: 1px solid #62ff84;
  color: #eee;
}
.btn.btn-theme05 {
  background: #2A2C4A;
  border: 1px solid #2A2C4A;
  color: #eee;
}
.btn.btn-theme05:hover, .btn.btn-theme05:focus, .btn.btn-theme05:active {
  background: #3c3f6b;
  border: 1px solid #3c3f6b;
  color: #eee;
}
.btn.btn-theme06 {
  background: #04b9cb;
  border: 1px solid #04b9cb;
  color: #eee;
}
.btn.btn-theme06:hover, .btn.btn-theme06:focus, .btn.btn-theme06:active {
  background: #08e4fa;
  border: 1px solid #08e4fa;
  color: #eee;
}
.btn.btn-theme07 {
  background: #1C3743;
  border: 1px solid #1C3743;
  color: #eee;
}
.btn.btn-theme07:hover, .btn.btn-theme07:focus, .btn.btn-theme07:active {
  background: #2b5567;
  border: 1px solid #2b5567;
  color: #eee;
}
.btn.btn-theme08 {
  background: #0C1019;
  border: 1px solid #0C1019;
  color: #eee;
}
.btn.btn-theme08:hover, .btn.btn-theme08:focus, .btn.btn-theme08:active {
  background: #1d263b;
  border: 1px solid #1d263b;
  color: #eee;
}
.btn.btn-theme09 {
  background: #040508;
  border: 1px solid #040508;
  color: #eee;
}
.btn.btn-theme09:hover, .btn.btn-theme09:focus, .btn.btn-theme09:active {
  background: #151a2a;
  border: 1px solid #151a2a;
  color: #eee;
}
.btn.btn-theme10 {
  background: #f6a41d;
  border: 1px solid #f6a41d;
  color: #eee;
}
.btn.btn-theme10:hover, .btn.btn-theme10:focus, .btn.btn-theme10:active {
  background: #f8b84e;
  border: 1px solid #f8b84e;
  color: #eee;
}
.btn.btn-gray {
  background: #666;
  border-color: #666;
  color: #eee;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active {
  background: gray;
  border-color: gray;
  color: #eee;
}
.btn.btn-black {
  background: #111;
  border-color: #111;
  color: #eee;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #eee;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #333;
}

.bg-theme {
  background: #e8bb00 !important;
}

.bg-theme02 {
  background: #3941FC !important;
}

.bg-theme03 {
  background: #CF21B4 !important;
}

.bg-theme04 {
  background: #2FFF5C !important;
}

.bg-theme05 {
  background: #2A2C4A !important;
}

.bg-theme06 {
  background: #04b9cb !important;
}

.bg-theme07 {
  background: #1C3743 !important;
}

.bg-theme08 {
  background: #0C1019 !important;
}

.bg-theme09 {
  background: #040508 !important;
}

.bg-theme10 {
  background: #f6a41d !important;
}

.bg-black {
  background: #111 !important;
}

.bg-gray {
  background: #333 !important;
}

.btn-white {
  background: #fff;
}

/* Convert px to rem */
.payment-method-amount-selector label {
  display: flex;
  align-items: center;
}
.payment-method-amount-selector label .tooltip-el {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: var(--text-light);
}
.payment-method-amount-selector button, .payment-method-amount-selector input {
  width: 100%;
  border-radius: 5px;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  padding: 7px 12px;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .payment-method-amount-selector button, .payment-method-amount-selector input {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .payment-method-amount-selector button, .payment-method-amount-selector input {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    padding: 12px 17px;
  }
}
@media screen and (min-width: 992px) {
  .payment-method-amount-selector button, .payment-method-amount-selector input {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 15px 20px;
  }
}
.payment-method-amount-selector input {
  width: auto;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .payment-method-amount-selector input {
    font-size: 0.9375rem;
    line-height: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .payment-method-amount-selector input {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.payment-method-amount-selector .row {
  margin: 0 0 -5px -5px;
}
.payment-method-amount-selector .row [class^=col] {
  padding: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .payment-method-amount-selector .row {
    margin: 0 0 -10px -10px;
  }
  .payment-method-amount-selector .row [class^=col] {
    padding: 0 0 10px 10px;
  }
}
.payment-method-amount-selector .form-el-input input {
  background: var(--white);
  color: var(--text-light);
  border: 1px var(--text-light) solid;
  text-align: left;
  border-radius: 5px;
}
.payment-method-amount-selector .input-group input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.payment-method-amount-selector .input-group .input-group-text {
  color: var(--text-light);
  border-color: var(--text-light);
  background-color: #ccc;
}

/* Convert px to rem */
.payment-method-pill-selector .pill-selector-options {
  margin-left: -10px;
}
.payment-method-pill-selector .pill-selector-options.swiper-container:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
}
.payment-method-pill-selector .pill-selector-options .pill-selector-option {
  width: 50%;
  max-width: 50%;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 576px) {
  .payment-method-pill-selector .pill-selector-options .pill-selector-option {
    width: 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  .payment-method-pill-selector .pill-selector-options .pill-selector-option {
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .payment-method-pill-selector .pill-selector-options .pill-selector-option {
    width: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .payment-method-pill-selector .pill-selector-options .pill-selector-option {
    width: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 1400px) {
  .payment-method-pill-selector .pill-selector-options .pill-selector-option {
    width: 14.285714%;
    max-width: 14.285714%;
  }
}
.payment-method-pill-selector .label-selector {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.payment-method-pill-selector label {
  cursor: pointer;
  border: 1px var(--text-light) solid;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0;
  padding: 7px 10px;
  font-weight: 600;
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (min-width: 768px) {
  .payment-method-pill-selector label {
    padding: 10px 12px;
  }
}
@media screen and (min-width: 992px) {
  .payment-method-pill-selector label {
    padding: 12px 15px;
  }
}
.payment-method-pill-selector label:hover {
  background: var(--primary-light) !important;
}
.payment-method-pill-selector label img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.payment-method-pill-selector input:checked + label {
  background: var(--primary) !important;
}
.payment-method-pill-selector .swiper-container {
  --swiper-pagination-color: #222;
  --swiper-button: #222;
  position: relative;
  overflow: visible;
}
.payment-method-pill-selector .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.payment-method-pill-selector .swiper-container .swiper-button-prev {
  left: calc(-1.25rem + 10px);
  color: var(--swiper-button);
}
.payment-method-pill-selector .swiper-container .swiper-button-prev::after {
  font-size: 20px;
}
.payment-method-pill-selector .swiper-container .swiper-button-next {
  right: -1.25rem;
  color: var(--swiper-button);
}
.payment-method-pill-selector .swiper-container .swiper-button-next::after {
  font-size: 20px;
}

.credit-card-new__container {
  display: none;
}
.credit-card-new__toggle:checked ~ .credit-card-new__container {
  display: block;
}

/* Convert px to rem */
.btn-chat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.5rem;
  line-height: 10px;
  font-weight: 600;
  color: var(--text-dark);
}
.btn-chat .btn-icon-chat {
  background: var(--primary);
  color: var(--background-dark);
  width: 20px;
  height: 20px;
  font-size: 0.875rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-chat:hover .btn-icon-chat, .btn-chat:focus .btn-icon-chat {
  background: var(--primary-light);
}
.btn-chat:hover span, .btn-chat:focus span {
  color: var(--text-dark);
}
@media screen and (min-width: 992px) {
  .btn-chat {
    font-size: 0.75rem;
    line-height: 15px;
    font-weight: 500;
    width: 32px;
  }
  .btn-chat .btn-icon-chat {
    font-size: 1.125rem;
    width: 32px;
    height: 32px;
  }
}

/* Convert px to rem */
#cs-phone-popup p {
  max-width: 276px;
  margin-left: 10;
  margin-right: 10;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#cs-phone-popup p .title {
  font-size: 1.25rem;
}

#cs-layout {
  display: none;
  top: 82px;
  position: fixed;
  z-index: 1001;
  background: white;
  width: 254px;
  min-height: 32px;
  border-radius: 10px;
  background: var(--background-contrast);
  box-shadow: 0 0 2px 0 rgba(189, 188, 188, 0.8);
  right: 72px;
  padding: 16px;
}
#cs-layout .icon-close {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: var(--text-color);
  color: var(--text-color);
  opacity: 0.8;
  border-radius: 100px;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 1px solid var(--text-color);
}
#cs-layout .cs-layout__elements {
  margin: 16px 0;
}
#cs-layout .cs-layout__elements__element {
  cursor: pointer;
  margin-top: 16px;
  align-items: center;
  gap: 16px;
}
#cs-layout .cs-layout__elements__element span {
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#cs-layout .cs-layout__elements__element .bg-base {
  background: #FEC82F;
}
#cs-layout .cs-layout__elements__element .bg-messenger {
  background: linear-gradient(213deg, #FF6968 9.12%, #A334FA 51.19%, #0695FF 89.89%);
}
#cs-layout .cs-layout__elements__element .bg-whatsapp {
  background: #25D366;
}
#cs-layout .cs-layout__elements__element .icon-container {
  width: 56px;
  height: 56px;
  padding: 3px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#cs-layout .cs-layout__elements__element .icon-container .icon-cs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 65%;
}
#cs-layout .cs-layout__elements__element .icon-container .icon-cs svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  #cs-layout {
    left: 15px;
    right: auto;
    top: 59px;
    width: 219px;
  }
  #cs-layout .cs-layout__elements__element span {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #cs-layout .cs-layout__elements__element .icon-container {
    width: 40px;
    height: 40px;
  }
  #cs-layout .cs-layout__elements__element .icon-container .icon-cs {
    width: 20px;
    height: 20px;
  }
}
.dw-message-info {
  padding: 20px 30px 20px 40px;
  margin: 25px 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 7px rgba(223, 223, 223, 0.7), 0 7px 5px rgba(223, 223, 223, 0.7);
  color: #666;
}
.dw-message-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  width: 6px;
}
.dw-message-info::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  top: 5px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  border-radius: 50px;
  left: -10px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dw-message-info.dw-success::before {
  background: #3be135;
}
.dw-message-info.dw-success::after {
  content: "\f00c";
  background: #3be135;
  font-size: 16px;
}
.dw-message-info.dw-warning::before {
  background: #fbe21c;
}
.dw-message-info.dw-warning::after {
  content: "!";
  background: #fbe21c;
  font-size: 22px;
}
.dw-message-info.dw-danger::before {
  background: #f04e5f;
}
.dw-message-info.dw-danger::after {
  content: "\f00d";
  background: #f04e5f;
}

.dw-errors-1 {
  margin: 8vw auto 8vw auto;
  width: 400px;
  max-width: 100%;
  color: #636b6f;
}
.dw-errors-1 .icon-error {
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
}
.dw-errors-1 .error-top {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.dw-errors-1 .error-top .code-error {
  display: inline-block;
  padding-right: 15px;
  border-right: 2px solid #636b6f;
}
.dw-errors-1 .error-top .title-error {
  display: inline-block;
  padding-left: 15px;
}
.dw-errors-1 .error-message {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* Convert px to rem */
.menu-dropdown.with-backdrop.show:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--modal-backlight);
  content: "";
  z-index: 1;
}

.header-main-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  padding: calc(20px - 0.625rem) 25.5px 18px 21px;
  background: var(--background-contrast);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-main-menu .header-main-menu-container {
  position: relative;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker {
  display: none;
  position: absolute;
  color: var(--text-contrast);
  font-size: 0.625rem;
  text-align: center;
  z-index: 2;
  -webkit-animation: bounce 2s ease infinite;
          animation: bounce 2s ease infinite;
}
@-webkit-keyframes bounce {
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  99% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  95% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  99% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-main-menu .header-main-menu-container .header-main-menu-marker.show {
  display: block;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker[data-scroll-top-marker] {
  inset: 0 0 auto;
  margin-top: -10px;
}
.header-main-menu .header-main-menu-container .header-main-menu-marker[data-scroll-bottom-marker] {
  inset: auto 0 0;
  margin-bottom: -10px;
}
.header-main-menu .header-main-menu-container::after, .header-main-menu .header-main-menu-container::before {
  z-index: 1;
  content: "";
  position: absolute;
  height: 0.625rem;
  width: 100%;
}
.header-main-menu .header-main-menu-container::after {
  inset: auto 0 0;
}
.header-main-menu .header-main-menu-container::before {
  inset: 0 0 auto;
}
.header-main-menu .header-main-menu-container .header-main-menu-body {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 50vh;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
  display: -ms-grid;
  display: grid;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 17px;
  color: var(--text-color);
  min-height: 2.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.header-main-menu .header-main-menu-footer {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-main-menu .header-main-menu-footer .dropdown-el {
  display: flex;
  font-size: 1.125rem;
  position: relative;
  align-items: center;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle, .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-item {
  display: flex;
  font-size: 0.875rem;
  gap: 26px !important;
  align-items: center;
  font-weight: 600;
  padding: 0;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
  border: none;
  background: transparent;
  color: var(--text-color);
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu {
  overflow: hidden;
  position: absolute;
  left: -18px;
  top: 130%;
  background: var(--primary);
  color: var(--dark);
  gap: 0.3125rem;
  font-size: 1.125rem;
  padding: 0;
  border-radius: 10px;
  min-width: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu a {
  color: inherit;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item {
  padding: 10px 18px;
}
.header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item:hover {
  color: var(--background-dark);
  background: white;
}
.header-main-menu .header-main-menu-footer .dropdown-el .lang-flag {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 2.8125rem;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-main-menu .header-main-menu-footer .dropdown-el .currency-logo {
  background: var(--primary);
  color: var(--background-dark);
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 2.8125rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  letter-spacing: -15px;
  font-weight: 900;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu, .header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu {
  max-height: 200px;
  overflow: auto;
  scrollbar-color: var(--primary-dark) transparent;
}
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar, .header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar {
  width: 14px;
}
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar-track, .header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar-track {
  background: transparent;
}
.header-main-menu .header-main-menu-footer #language_selector .dropdown-el-menu .language-menu-menu::-webkit-scrollbar-thumb, .header-main-menu .header-main-menu-footer #currency_selector .dropdown-el-menu .currencies-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary-dark);
  border-radius: 10px;
  background-clip: content-box;
  border: 2px solid transparent;
}
.header-main-menu hr {
  border: 1px solid var(--text-color);
  opacity: 0.2;
  margin: calc(20px - 0.625rem) 0 18px;
}
@media screen and (min-width: 768px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .header-main-menu {
    padding: calc(41px - 0.625rem) 30px 20px;
  }
  .header-main-menu hr {
    margin: calc(30px - 0.625rem) 0 18px;
  }
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    gap: 25px 25px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (min-width: 992px) and (min-width: 1600px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto);
  }
}
@media screen and (min-width: 992px) and (min-width: 1900px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body {
    -ms-grid-columns: (auto)[8];
    grid-template-columns: repeat(8, auto);
  }
}
@media screen and (min-width: 992px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .header-main-menu .header-main-menu-footer {
    gap: 20px;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el {
    font-size: 0.875rem;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle, .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-item {
    gap: 20px;
    font-size: 0.875rem;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-toggle {
    height: 2.5rem;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .lang-flag, .header-main-menu .header-main-menu-footer .dropdown-el .currency-logo {
    height: 5.3125rem;
    font-size: 5rem;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu {
    left: -32px;
    font-size: 1.875rem;
    padding: 0;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu .dropdown-el-item {
    padding: 10px 32px;
  }
  .header-main-menu .header-main-menu-footer .dropdown-el .dropdown-el-menu.menu-top {
    bottom: 100% !important;
  }
}

.menu-dropdown .header-main-menu {
  display: none;
}

.menu-dropdown.show .header-main-menu {
  display: block;
}

/* Convert px to rem */
html.html-header-1 .body {
  padding-top: 48px;
}
html.html-header-1 .body .header-section-1 {
  width: 100%;
  min-height: 48px;
  top: 0;
  position: fixed;
  z-index: 2;
}
html.html-header-1 .body .header-section-1 .user-btn {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  padding-right: 15px;
}
html.html-header-1 .body .header-section-1 .user-btn .username-header-menu {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html.html-header-1 .body .header-section-1 .user-btn .header-user-wallet-balance {
  max-width: 5.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
html.html-header-1 .body .header-section-1 .header-top {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 10px;
  background: var(--background-dark);
  color: var(--text-dark);
  padding: 8px 15px;
          grid-template-areas: "menu-buttons logo auth";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  z-index: 120;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  grid-area: menu-buttons;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: var(--text-dark);
  border-radius: 2px;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(1) {
  top: 7px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(2) {
  top: 15px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(3) {
  top: 23px;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 991px) {
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, -3px);
            transform: rotate(45deg) translate(3px, -3px);
  }
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(2) {
  width: 0;
  opacity: 0;
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 991px) {
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, 3px);
            transform: rotate(-45deg) translate(3px, 3px);
  }
}
html.html-header-1 .body .header-section-1 .header-top .header-menu-btn button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
  font-size: 2rem;
}
html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
  display: none;
  grid-area: features-menu;
}
html.html-header-1 .body .header-section-1 .header-top .header-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: logo;
}
html.html-header-1 .body .header-section-1 .header-top .header-logo picture img {
  max-height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  display: flex;
  justify-content: end;
  align-items: center;
  grid-area: auth;
  gap: 10px;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth .btn-el {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 5.5px 23px;
  border-radius: 5px;
}
html.html-header-1 .body .header-section-1 .header-top .header-auth .menu-user .btn-el {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 5.5px 6.5px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu {
  top: 150%;
  width: 92vw;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding-bottom: 10px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .badge-el-round {
  width: 1.25rem;
  font-size: 0.625rem;
  margin: -5px 0 -5px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .hr-primary {
  margin: 15px 0;
  border-top: 0.5px solid var(--primary);
  opacity: 0.5;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item {
  padding: 5px 9px 5px 17px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr 20px;
  grid-template-columns: 20px 1fr 20px;
  align-items: center;
  gap: 15px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item .icon {
  font-size: 1.25rem;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  padding: 18px 9px 18px 13px;
  color: var(--dark);
  background: var(--primary);
  margin-bottom: 9px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-details, html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5fr 20px;
  grid-template-columns: 1fr 0.5fr 20px;
  align-items: center;
  gap: 10px;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
  color: var(--danger);
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.2em;
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr 20px;
  grid-template-columns: 100px 1fr 20px;
  gap: 10px;
  align-items: center;
  padding: 5px 9px 5px 13px;
  color: var(--btn-link-color);
}
html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  html.html-header-1 .body {
    padding-top: 68px;
  }
  html.html-header-1 .body .header-section-1 {
    min-height: 68px;
  }
  html.html-header-1 .body .header-section-1 .user-btn .header-user-wallet-balance {
    max-width: 11.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  html.html-header-1 .body .header-section-1 .header-top {
    gap: 23px;
            grid-template-areas: "logo features-menu auth menu-buttons";
    -ms-grid-columns: auto 23px 1fr 23px auto 23px auto;
    grid-template-columns: auto 1fr auto auto;
    padding: 10px 30px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
    gap: 20px;
    flex-direction: row-reverse;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn button {
    font-size: 2.40625rem;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon {
    width: 40px;
    height: 40px;
    margin-right: -5px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span {
    width: 30px;
    left: 5px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(1) {
    top: 9px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(2) {
    top: 19px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon span:nth-child(3) {
    top: 29px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(1) {
    top: 19px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn .animated-burger-icon[aria-expanded=true] span:nth-child(3) {
    top: 19px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
    display: flex;
    font-size: 1rem;
    line-height: 1.25rem;
    align-items: center;
    padding: 0;
    margin: 0 -10px 0 10px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li {
    display: block;
    margin-right: 20px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li a {
    padding: 0;
    font-weight: 600;
    color: inherit;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-auth {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    display: flex;
    align-items: center;
    grid-area: auth;
    gap: 13px;
  }
  @media screen and (min-width: 992px){
  html.html-header-1 .body .header-section-1 .header-top .header-auth {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
  }
  }
  html.html-header-1 .body .header-section-1 .header-top .header-auth .btn-el {
    font-weight: 400;
    font-size: 1.125rem;
    padding: 15.5px 22px;
    border-radius: 10px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-auth .menu-user .btn-el, html.html-header-1 .body .header-section-1 .header-top .header-auth .deposit-btn {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 13px 22px;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu {
    top: 150%;
    width: 405px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 1fr 20px;
    grid-template-columns: 150px 1fr 20px;
    padding: 5px 18px;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .hr-primary {
    margin: 8px 0 12px;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary {
    padding: 15px 18px;
    margin-bottom: 7px;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-details {
    font-size: 0.875rem;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .dropdown-el-wallet-primary-locked {
    font-size: 0.75rem;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item {
    padding: 5px 18px;
    -ms-grid-columns: 30px 1fr 20px;
    grid-template-columns: 30px 1fr 20px;
    gap: 10px;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-item .icon {
    font-size: 1.875rem;
  }
  html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet-primary .badge-el-round, html.html-header-1 .body .header-section-1 .dropdown-el.menu-user .dropdown-el-menu .dropdown-el-wallet .badge-el-round {
    width: 1.5625rem;
    font-size: 0.9375rem;
    margin: -6.5px 0 -3px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-menu-btn {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-auth {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 1280px) {
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
    margin: 0 -13px 0 32px;
  }
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu li {
    margin-right: 45px;
  }
}
@media screen and (min-width: 2500px) {
  html.html-header-1 .body .header-section-1 .header-top .header-feature-menu {
    font-size: 1.2rem;
  }
}

/* Convert px to rem */
.nav-mobile-1 {
  display: flex;
  gap: 10px;
  position: fixed;
  bottom: 0;
  z-index: 5;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px #666;
  overflow: hidden;
  background: var(--background-dark);
}
.nav-mobile-1.nav-mobile-1-authenticate {
  background: var(--primary);
  color: var(--background-dark);
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1 {
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 10px;
  padding: 5px;
  color: inherit;
  gap: 4px;
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:hover, .nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:focus, .nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1:active {
  background: var(--primary-light);
}
.nav-mobile-1.nav-mobile-1-authenticate .btn-el-mobile-1 .icon {
  font-size: 1.3125rem;
}
.nav-mobile-1.nav-mobile-1-guest {
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .nav-mobile-1 {
    display: none;
  }
}

/* Convert px to rem */
/*###########################################
                  FOOTER 8
###########################################*/
html.html-footer-8 {
  height: 100%;
}
html.html-footer-8 footer.dw-footer-8 {
  background: var(--background-dark);
}
html.html-footer-8 footer.dw-footer-8 .footer-container {
  padding-top: 27px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container img {
  max-height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu {
  text-align: center;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu h6 {
  display: block;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 4px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu a {
  display: block;
  color: var(--text-dark);
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-bottom: 4px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods {
  width: 100%;
  height: 36px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in all;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide img {
  width: 100px;
  height: 32px;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -o-object-fit: contain;
     object-fit: contain;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide:hover img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-slide.swiper-slide-active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-prev, html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-next {
  width: 80px;
  color: var(--text-dark);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-prev::after, html.html-footer-8 footer.dw-footer-8 .footer-container .footer-payment-methods .swiper-button-next::after {
  font-size: 21px;
  font-weight: 900;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links .social-btn {
  width: 2.125rem;
  height: 2.125rem;
  aspect-ratio: 1/1;
  font-size: 1.25rem;
  color: var(--background-dark);
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  padding: 5px;
  background: var(--primary);
  -webkit-filter: drop-shadow(2px 2px 4px rgba(224, 224, 224, 0.25));
          filter: drop-shadow(2px 2px 4px rgba(224, 224, 224, 0.25));
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-copyright {
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-align: center;
  color: var(--text-dark);
  opacity: 70%;
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal {
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 0.609375rem;
  text-align: center;
  color: var(--text-dark);
}
html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal a {
  color: var(--primary);
}
@media screen and (min-width: 992px) {
  html.html-footer-8 footer.dw-footer-8 .footer-container {
    padding-bottom: 50px;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu {
    text-align: left;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .footer-menu a {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 9px;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .logo-container {
    margin-bottom: 40px;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .footer-legal {
    font-size: 0.625rem;
    line-height: 1.0625rem;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .footer-copyright {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  html.html-footer-8 footer.dw-footer-8 .footer-container .social-media-links .social-btn {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.8125rem;
    padding: 10px;
  }
}

.dw-slider {
  margin-bottom: 10px;
}

.dw-home-module.module-mini .dw-home-module-container {
  width: 1160px;
}
.dw-home-module.module-max .dw-home-module-container {
  width: 1920px;
}
.dw-home-module .dw-home-module-container {
  margin: auto;
  width: 1420px;
  max-width: 100%;
  padding: 0 10px;
}
.dw-home-module .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.dw-home-module .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dw-home-module .dw-home-module-1 {
  padding-bottom: 10px;
}

.dw-home-module .dw-home-module-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dw-home-module .dw-home-module-2 .content-featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dw-home-module .dw-home-module-2 .content-featured .feature-item {
  border-radius: 5px;
  overflow: hidden;
}
.dw-home-module .dw-home-module-2 .content-featured .feature-item:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .dw-home-module .dw-home-module-2 .content-featured {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.dw-home-module .dw-home-module-3 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-3 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-3 .dw-home-middle {
  margin: -10px;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-3 .dw-home-middle {
    margin: -5px -10px;
  }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 10px;
  color: #3e4551;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure {
    padding: 5px 10px;
  }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure a {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: block;
  z-index: 10;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure section {
  color: #fff;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure img {
  width: 100%;
  transition: all 0.35s ease;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  transition: all 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover {
    display: none;
  }
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover .over-hover-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure .over-hover .over-hover-msg {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.dw-home-module .dw-home-module-3 .dw-home-middle .dw-item-figure figure:hover .over-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 5;
}

.dw-home-module .dw-home-module-4 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-4 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
  position: relative;
  width: 100%;
  padding-top: 24%;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
    padding-top: 34%;
  }
}
@media screen and (max-width: 619px) {
  .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
    padding-top: 40%;
  }
}
@media screen and (max-width: 479px) {
  .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
    padding-top: 50%;
  }
}
@media screen and (max-width: 359px) {
  .dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games {
    padding-top: 66%;
  }
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  top: calc(50% - 10px);
  width: 40px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 8px;
  color: #fff;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-prev::after {
  display: none;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  top: calc(50% - 10px);
  width: 40px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 8px;
  color: #fff;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-button-next::after {
  display: none;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide {
  height: calc(50% - 5px);
  display: flex;
  text-align: center;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-4 .dw-home-featured-games .swiper-featured-games .swiper-container .swiper-slide a img {
  width: 100%;
  max-height: 100%;
  border-radius: 5px;
  display: inline-block;
}

.dw-home-module .dw-home-module-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dw-home-module .dw-home-module-5 .list-products {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (orientation: landscape), (min-width: 768px) {
  .dw-home-module .dw-home-module-5 .list-products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .dw-home-module .dw-home-module-5 .list-products {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.dw-home-module .dw-home-module-5 .list-products .product-item {
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s;
}
.dw-home-module .dw-home-module-5 .list-products .product-item .product-title {
  background: var(--primary);
  color: var(--text-light);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-top: -5px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.dw-home-module .dw-home-module-5 .list-products .product-item .product-description {
  display: none;
}
.dw-home-module .dw-home-module-5 .list-products .product-item:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (hover: hover) {
  .dw-home-module .dw-home-module-5 .list-products .product-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.dw-home-module .dw-home-module-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dw-home-module .dw-home-module-6 .products-present {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.dw-home-module .dw-home-module-6 .products-present .product-content {
  margin-top: -4%;
}
.dw-home-module .dw-home-module-6 .products-present .product-content:first-child {
  margin-top: 0;
}
@media screen and (orientation: landscape), (min-width: 768px) {
  .dw-home-module .dw-home-module-6 .products-present {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .dw-home-module .dw-home-module-6 .products-present .product-content {
    margin-top: 0;
  }
}

.dw-home-module .dw-home-module-7 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-7 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots {
  overflow: hidden;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
  width: 16.66%;
  position: relative;
  float: left;
  padding: 5px;
  display: none;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(1), .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(2), .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(3), .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(4), .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(5), .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(6) {
  display: block;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
    width: 20%;
  }
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
    width: 25%;
  }
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content {
    width: 33.33%;
  }
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content:nth-child(4) {
    display: none;
  }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay {
  background: transparent !important;
  opacity: 1 !important;
  display: block !important;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
  text-transform: uppercase !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content.game-represent .game-after .hover-overlay .game-name {
    font-size: 8px;
  }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay {
  position: absolute;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  z-index: 1;
  font-size: 14px;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay {
    display: none !important;
  }
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay:hover, .dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay:focus {
  opacity: 1;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center .game-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-7 .slots-featured .games-slots .game-content .game-after .hover-overlay .absolute-center .btn {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.dw-home-module .dw-home-module-8 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-8 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-8 .home-container .one-content {
  float: left;
  width: 33.33%;
  padding-right: 2%;
}
.dw-home-module .dw-home-module-8 .home-container .one-content img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-8 .home-container .one-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .dw-home-module .dw-home-module-8 .home-container .one-content img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
.dw-home-module .dw-home-module-8 .home-container .other-content {
  float: left;
  width: 66.66%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top {
  overflow: hidden;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 img {
  width: 100%;
  border-radius: 8px;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400:last-child {
  margin-right: 0;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom {
  overflow: hidden;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-top: 2.5%;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 img {
  width: 100%;
  border-radius: 8px;
}
.dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-8 .home-container .other-content {
    width: 100%;
  }
  .dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dw-home-module .dw-home-module-8 .home-container .other-content .other-top .item-content-400 img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400 img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .dw-home-module .dw-home-module-8 .home-container .other-content .other-bottom .item-content-400:last-child {
    margin-bottom: 0;
  }
}

.dw-home-module .dw-home-module-9 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-9 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-9 .home-top {
  overflow: hidden;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left {
  float: left;
  width: 75%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container {
  overflow: hidden;
  margin: -10px;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slot-name {
  background: linear-gradient(#ffd31c, #b59200);
  color: #fff;
  padding: 5px 15px;
  text-shadow: 0 0 1px #000;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slot-name {
    font-size: 16px;
  }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay {
  overflow: hidden;
  position: relative;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay img {
  width: 100%;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover .btn-slot {
  background: linear-gradient(#ffd31c, #b59200);
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay .overlay-hover {
    display: none;
  }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content .item-slot .slots-img-overlay:hover .overlay-hover {
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container .item-slot-content {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 540px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-left .slots-container {
    margin: -5px;
  }
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-left {
    width: 100%;
  }
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right {
  float: left;
  width: 25%;
  padding-left: 12px;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right a {
  display: block;
}
.dw-home-module .dw-home-module-9 .home-top .home-top-right a img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-9 .home-top .home-top-right {
    display: none;
  }
}

.dw-home-module .dw-home-module-10 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-10 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-10 .swiper-container {
  border-radius: 8px;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev:focus, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next:hover, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev, .dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-10 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dw-home-module .dw-home-module-11 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-11 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-11 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-11 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-11 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-11 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-11 .swiper-container {
  border-radius: 5px;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
  display: block;
  position: relative;
  width: 170px;
  border-radius: 8px;
  overflow: hidden;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .overlay {
  opacity: 1 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .game-flag {
  opacity: 0 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(9, 10, 14, 0.7);
  will-change: opacity;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.33s ease-in-out;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .gameTitle {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  max-width: 80%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
  white-space: normal;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon::after {
  content: "\f04b";
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  font-smooth: antialiased;
  width: 40px;
  height: 40px;
  background: #e8bb00;
  border-radius: 50%;
  padding-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 30px;
  padding: 0 15px;
  min-width: 100px;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #e8bb00;
  cursor: pointer;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  will-change: opacity;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity 0.4s ease;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag {
  z-index: 3;
  position: absolute;
  left: 5%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 1.5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.22s ease-in-out 0s;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:first-of-type {
  top: 5%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(2) {
  top: 15%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(3) {
  top: 25%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(4) {
  top: 35%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag, .dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag, .dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag, .dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
  padding: 1px 5px;
  font-size: 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag {
  background-image: linear-gradient(90deg, #fb5e59, #e72f35);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag {
  background-image: linear-gradient(90deg, #fbda61, #f76b1c);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag {
  top: inherit;
  bottom: 5%;
  padding: 5px 10px;
  font-size: 11px;
  background-image: linear-gradient(90deg, #01b3cc, #0089a2);
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
  background-image: linear-gradient(90deg, #3598fe, #4561ec);
}
@media screen and (max-width: 650px) {
  .dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
    width: 90px;
  }
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-12 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-12 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-12 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-12 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-12 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-12 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-12 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-12 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-12 .swiper-container {
  border-radius: 8px;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper {
  height: 250px !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item {
  display: block;
  position: relative;
  width: 250px !important;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .overlay {
  opacity: 1 !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover .game-flag {
  opacity: 0 !important;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(9, 10, 14, 0.7);
  will-change: opacity;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.33s ease-in-out;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .gameTitle {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  max-width: 80%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
  white-space: normal;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon::after {
  content: "\f04b";
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  font-smooth: antialiased;
  width: 40px;
  height: 40px;
  background: #e8bb00;
  border-radius: 50%;
  padding-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 30px;
  padding: 0 15px;
  min-width: 100px;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #e8bb00;
  cursor: pointer;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  will-change: opacity;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity 0.4s ease;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag {
  z-index: 3;
  position: absolute;
  left: 5%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 1.5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.22s ease-in-out 0s;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:first-of-type {
  top: 5%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(2) {
  top: 15%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(3) {
  top: 25%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag:nth-of-type(4) {
  top: 35%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag, .dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag, .dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag, .dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
  padding: 1px 5px;
  font-size: 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.new-flag {
  background-image: linear-gradient(90deg, #fb5e59, #e72f35);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.hot-flag {
  background-image: linear-gradient(90deg, #fbda61, #f76b1c);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.jackpot-flag {
  top: inherit;
  bottom: 5%;
  padding: 5px 10px;
  font-size: 11px;
  background-image: linear-gradient(90deg, #01b3cc, #0089a2);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide.game-item .game-flag.recommended-flag {
  background-image: linear-gradient(90deg, #3598fe, #4561ec);
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-12 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-13 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-13 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-13 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-13 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-13 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-13 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-13 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-13 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-13 .swiper-container {
  border-radius: 8px;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper {
  height: 300px !important;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item {
  position: relative;
  display: block;
  width: 300px !important;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background-color: #e8bb00;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .PromotionText {
  background-color: #b59200;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .Title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide.game-item .Subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionImage {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 56px;
  left: 0;
  background-size: auto 80% !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionText {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56px;
  padding: 10px 20px;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-wrapper .swiper-slide .PromotionText span {
  margin-right: 0;
  max-height: 38px;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  display: flex;
  color: #fff;
  overflow: hidden;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-13 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-14 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-14 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-14 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-14 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-14 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-14 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-14 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-14 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-14 .swiper-container {
  border-radius: 8px;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper {
  height: 94px !important;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide.game-item {
  display: block;
  position: relative;
  width: 150px !important;
  height: 100%;
  border-radius: 8px;
  background-color: #212633;
  background-size: 70%;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide.game-item:hover {
  box-shadow: inset 0 0 0 2px #e8bb00;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-14 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-15 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-15 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-15 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-15 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-15 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-15 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-15 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-15 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-15 .swiper-container {
  border-radius: 8px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 270px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 10px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Image img {
    height: 190px;
  }
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details {
  display: flex;
  flex-direction: column;
  background: linear-gradient(102.5deg, #e8bb00, #b59200 99.07%);
  padding: 12px;
  padding-top: 4px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information {
  display: flex;
  margin-bottom: 4px;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Date {
  flex: 1;
  height: 100%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Date,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Information .Readtime {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-wrapper .swiper-slide .NoticeContainer .Details .Title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
  height: 4em;
  color: #fff;
  overflow: hidden;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next {
  background-image: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev:hover, .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev:focus,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next:hover,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev,
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next {
    font-size: 28px;
  }
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-prev {
  left: 2%;
}
.dw-home-module .dw-home-module-15 .swiper-container .swiper-button-next {
  right: 2%;
}

.dw-home-module .dw-home-module-16 {
  padding-top: 10px;
  position: relative;
  bottom: -1px;
}
.dw-home-module .dw-home-module-16 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-16 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-16 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-16 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-16 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation {
  background-image: inherit;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-16 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-16 .content {
  width: 100%;
}
.dw-home-module .dw-home-module-16 .content a {
  width: 100%;
  display: block;
}
.dw-home-module .dw-home-module-16 .content a img {
  width: 100%;
}

.dw-home-module .dw-home-module-17 {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-17 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-17 .dw-home-module-container {
  margin: auto;
  width: 1420px;
  max-width: 100%;
  padding: 0 10px;
}
.dw-home-module .dw-home-module-17 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-17 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-17 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-17 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-17 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-17 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-17 img {
  max-width: 100%;
}
.dw-home-module .dw-home-module-17 .colums {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
}
.dw-home-module .dw-home-module-17 .colums .colum {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dw-home-module .dw-home-module-17 .colums .colum .swiper-pagination-bullet-active {
  background: #e8bb00;
}
.dw-home-module .dw-home-module-17 .colums .colum-one {
  width: 50%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-two {
  width: 33.33%;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem {
  height: 50%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem:first-child {
  padding-bottom: 10px;
}
.dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem img {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-three {
  width: 16.6666667%;
}
.dw-home-module .dw-home-module-17 .colums .colum-three .ImageItem {
  height: 100%;
}
.dw-home-module .dw-home-module-17 .colums .colum-three .ImageItem img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-17 .colums {
    height: auto;
  }
  .dw-home-module .dw-home-module-17 .colums .colum {
    padding-bottom: 10px;
  }
  .dw-home-module .dw-home-module-17 .colums .colum-one,
.dw-home-module .dw-home-module-17 .colums .colum-two,
.dw-home-module .dw-home-module-17 .colums .colum-three {
    width: 100%;
  }
  .dw-home-module .dw-home-module-17 .colums .colum-one {
    width: 100%;
  }
  .dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container {
    height: auto !important;
  }
  .dw-home-module .dw-home-module-17 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important;
  }
  .dw-home-module .dw-home-module-17 .colums .colum-two .ImageItem {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.dw-home-module .dw-home-module-18 {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-18 {
    padding: 5px 0;
    margin: 0;
  }
}
.dw-home-module .dw-home-module-18 .dw-home-module-container {
  margin: auto;
  width: 1420px;
  max-width: 100%;
  padding: 0 10px;
}
.dw-home-module .dw-home-module-18 .home-header {
  position: relative;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}
.dw-home-module .dw-home-module-18 .home-header .title {
  display: inline-block;
  vertical-align: middle;
}
.dw-home-module .dw-home-module-18 .home-header .title .first-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.dw-home-module .dw-home-module-18 .home-header .title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9698a1;
}
.dw-home-module .dw-home-module-18 .home-header .navigation {
  display: flex;
  width: 80px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation {
  background-image: inherit;
  position: relative !important;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  width: 40px;
  height: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616168;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dw-home-module .dw-home-module-18 .home-header .navigation .button-navigation:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dw-home-module .dw-home-module-18 img {
  max-width: 100%;
}
.dw-home-module .dw-home-module-18 .colums {
  position: relative;
  width: 100%;
  height: 283px;
  display: flex;
  flex-wrap: wrap;
}
.dw-home-module .dw-home-module-18 .colums .colum {
  height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum img {
  width: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum .swiper-pagination-bullet-active {
  background: #e8bb00;
}
.dw-home-module .dw-home-module-18 .colums .colum-one {
  width: calc(100% - 320px);
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container {
  height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper {
  height: 100% !important;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function {
  position: absolute;
  z-index: 40;
  bottom: 10px;
  padding: 10px 20px;
  white-space: nowrap;
  display: flex;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  min-width: 30px;
  height: 22px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item > * {
  position: relative;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev,
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next {
  top: inherit;
  left: 0;
  right: 0;
  margin-top: inherit;
  height: 100%;
  background-size: 10px 40px;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev:after,
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next:after {
  padding-top: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
  font-size: 11px;
  height: 100%;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev {
  background-image: none;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-prev:after {
  content: "\f053";
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next {
  background-image: none;
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-button-next:after {
  content: "\f054";
}
.dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-item-function .swiper-item .swiper-pagination {
  display: flex;
  align-items: center;
  top: -1px;
  width: auto;
  bottom: 0;
  margin: 0 5px;
}
.dw-home-module .dw-home-module-18 .colums .colum-two {
  width: 320px;
}
.dw-home-module .dw-home-module-18 .colums .colum-two .ImageItem {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .dw-home-module .dw-home-module-18 .colums {
    height: auto;
  }
  .dw-home-module .dw-home-module-18 .colums .colum {
    padding-bottom: 10px;
    height: auto !important;
  }
  .dw-home-module .dw-home-module-18 .colums .colum-one {
    width: 100%;
  }
  .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container {
    height: auto !important;
  }
  .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper {
    height: auto !important;
  }
  .dw-home-module .dw-home-module-18 .colums .colum-one .swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important;
  }
  .dw-home-module .dw-home-module-18 .colums .colum-two {
    display: none;
  }
}

/* Convert px to rem */
.form-page .form-container {
  padding: 80px 10px;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 30px;
}
.form-page .form-container .module-one, .form-page .form-container .module-three {
  display: none;
}
.form-page .form-container .module-one img, .form-page .form-container .module-three img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-page .form-container .module-two {
  max-width: 450px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .form-page .form-container {
    -ms-grid-columns: 1fr 500px 1fr;
    grid-template-columns: 1fr 500px 1fr;
  }
  .form-page .form-container .module-one, .form-page .form-container .module-three {
    display: block;
  }
}

.auth-el-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--text-color);
  pointer-events: auto;
  background: var(--background-contrast);
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
  min-height: 100px;
  font-size: 0.5625rem;
  margin: auto;
  padding: 22px 28px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.auth-el-dialog header h2 {
  font-size: 0.9375rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.auth-el-dialog header h2 small {
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media screen and (min-width: 992px) {
  .auth-el-dialog {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    border-radius: 14px;
    padding: 22px 55px;
  }
  .auth-el-dialog header {
    min-height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .auth-el-dialog header h2 {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin: 0;
  }
  .auth-el-dialog header h2 small {
    font-size: 1.5rem;
    line-height: 1.82875rem;
  }
}

/*###########################################
                  DIALOG
###########################################*/
.DialogMobile {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  transition: bottom 0.3s ease;
  z-index: 10;
  background: #f8f8f8;
}
.DialogMobile.Opened {
  bottom: 0;
}
.DialogMobile .Dialog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.DialogMobile .Dialog .Information {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.DialogMobile .Dialog .Information .icon {
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px;
}
.DialogMobile .Dialog .Information .icon img {
  max-width: 56px;
}
.DialogMobile .Dialog .Information .text {
  width: 100%;
  color: #495057;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  color: #495057;
}
.DialogMobile .Dialog .Buttons {
  position: relative;
  display: flex;
  width: 100%;
}
.DialogMobile .Dialog .Buttons .btn {
  width: 100%;
}
.DialogMobile .Dialog .Buttons .btn:nth-child(1) {
  margin-right: 10px;
}
.DialogMobile .Dialog .Buttons .btn.cancel {
  color: #2f2f2f;
  border: 1px solid #9a9a9a;
  background: #fff;
}
.DialogMobile .Dialog .Buttons .btn.add {
  color: #fff;
  border: 1px solid #4285f1;
  background: #4285f1;
}

.DialogWarningContainer {
  position: fixed;
  bottom: 0px;
  border-top: 5px solid #e8bb00;
  width: 100vw;
  z-index: 999999999999;
  background: rgba(255, 255, 255, 0.8);
}
.DialogWarningContainer .DialogWarning {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 0px) {
  .DialogWarningContainer .DialogWarning {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
    gap: 15px;
  }
}
@media (min-width: 767px) {
  .DialogWarningContainer .DialogWarning {
    flex-direction: row;
  }
}
.DialogWarningContainer .DialogWarning .IconClient {
  width: 100px;
  text-align: center;
}
@media (min-width: 1200px) {
  .DialogWarningContainer .DialogWarning .IconClient {
    padding: 16px 0px;
  }
}
@media (min-width: 767px) {
  .DialogWarningContainer .DialogWarning .IconClient {
    padding: 10px 0px;
  }
}
@media (min-width: 992px) {
  .DialogWarningContainer .DialogWarning .IconClient {
    border-radius: 10px;
    padding: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.8);
  }
}
.DialogWarningContainer .DialogWarning .IconClient img {
  max-width: 50px;
}
.DialogWarningContainer .DialogWarning .MessageClient {
  flex: 1;
}
.DialogWarningContainer .DialogWarning .MessageClient p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .DialogWarningContainer .DialogWarning .MessageClient {
    padding-top: 20px;
  }
}
.DialogWarningContainer .DialogWarning .ButtonsActions .btn {
  width: 100%;
}
.DialogWarningContainer .DialogWarning .ButtonsActions .btn-link {
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .DialogWarningContainer .DialogWarning .ButtonsActions {
    padding-bottom: 20px;
  }
}

.dw-casino-05 {
  max-width: 100%;
  width: 1400px;
  margin: 25px auto;
  overflow: hidden;
}
.dw-casino-05 .Centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .dw-casino-05 .header-casino .row {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    padding: 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }
  .dw-casino-05 .header-casino .row .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.dw-casino-05 .header-casino .row .form-group {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .dw-casino-05 .header-casino {
    padding-left: 10px;
    padding-right: 45px;
    margin-bottom: 15px;
  }
  .dw-casino-05 .header-casino .mobile-search-button {
    padding: 10px;
    font-size: 14px;
    position: absolute;
    width: 35px;
    right: -35px;
    border: 1px solid #ccc;
    display: flex;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .dw-casino-05 .header-casino .mobile-search-button::before {
    font-family: FontAwesome;
    content: "\f002";
  }
  .dw-casino-05 .header-casino .mobile-search-button:hover, .dw-casino-05 .header-casino .mobile-search-button:focus {
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4 {
    padding: 0;
    width: 50%;
    margin-bottom: 0;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4 .select-casino select {
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4 .select-casino::before {
    right: 10px;
    font-size: 16px;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4:first-child .select-casino select {
    border-radius: 3px 0 0 3px;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search {
    position: absolute;
    top: 0;
    right: -35px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 10;
    background: #fff;
    width: calc(100% + 35px);
    display: none;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino::before {
    display: none;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino input {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    border: 0;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino .mobile-close {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    display: flex;
    color: #495057;
  }
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search .input-casino .mobile-close::before {
    font-family: FontAwesome;
    content: "\f00d";
  }
}
@media screen and (min-width: 768px) {
  .dw-casino-05 .header-casino .form-group.col-md-4.form-group-search {
    display: block !important;
  }
}
.dw-casino-05 .header-casino .input-casino {
  position: relative;
}
.dw-casino-05 .header-casino .input-casino input {
  border: 1px solid #ccc;
  padding: 12px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  color: #495057;
  position: relative;
  background: transparent;
  z-index: 1;
  padding-right: 50px;
  border: 1px solid #ccc;
  color: #495057;
}
.dw-casino-05 .header-casino .input-casino input:hover, .dw-casino-05 .header-casino .input-casino input:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 3px #aaa;
}
.dw-casino-05 .header-casino .input-casino::before {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #495057;
}
.dw-casino-05 .header-casino .select-casino {
  position: relative;
}
.dw-casino-05 .header-casino .select-casino select {
  -webkit-appearance: none;
          appearance: none;
  outline: 0;
  padding: 12px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  background: transparent;
  z-index: 1;
  padding-right: 50px;
  border: 1px solid #ccc;
  color: #495057;
}
.dw-casino-05 .header-casino .select-casino select:hover, .dw-casino-05 .header-casino .select-casino select:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 3px #aaa;
}
.dw-casino-05 .header-casino .select-casino .itemValue {
  position: absolute;
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  top: 0;
  left: 0;
  padding: 12px;
  z-index: 1;
  background: #fff;
  color: #495057;
}
@media screen and (max-width: 767px) {
  .dw-casino-05 .header-casino .select-casino .itemValue {
    width: calc(100% - 30px);
    font-size: 14px;
  }
}
.dw-casino-05 .header-casino .select-casino::before {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 19px;
  top: 0;
  right: 15px;
  color: #495057;
}
.dw-casino-05 .body-casino .container-games {
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .dw-casino-05 .body-casino .container-games {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10px;
  }
}
.dw-casino-05 .body-casino .container-games .game-parent {
  position: relative;
  width: 100%;
  padding: 0;
}
.dw-casino-05 .body-casino .container-games .game-parent .ImageFeatured {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto !important;
  height: 70%;
  left: 0;
  display: block;
}
.dw-casino-05 .body-casino .container-games .game-parent .ImageFeatured.square {
  height: auto;
  aspect-ratio: 1/1;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag {
  z-index: 1;
  position: absolute;
  left: 5%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: var(--white);
  color: var(--dark);
  padding: 1px 5px;
  font-size: 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border-radius: 1.5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.22s ease-in-out 0s;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:first-of-type {
  top: 10px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(2) {
  top: 30px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(3) {
  top: 50px;
}
.dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n+4) {
  display: none;
}
@media screen and (min-width: 576px) {
  .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n+4) {
    display: block;
  }
  .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(n+7) {
    display: none;
  }
  .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(4) {
    top: 70px;
  }
  .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(5) {
    top: 90px;
  }
  .dw-casino-05 .body-casino .container-games .game-parent .flag:nth-of-type(6) {
    top: 110px;
  }
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-primary {
  background: var(--primary);
  color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-danger {
  background: var(--danger);
  color: var(--text-dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-success {
  background: var(--success);
  color: var(--dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-info {
  background: var(--info);
  color: var(--dark);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-light {
  background: var(--background-light);
  color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .flag.flag-dark {
  background: var(--background-dark);
  color: var(--primary);
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite {
  background-color: var(--background-dark);
  color: var(--text-dark);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 14px;
  padding: 1px;
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite.active {
  background-color: var(--primary);
  color: var(--text-light);
}
.dw-casino-05 .body-casino .container-games .game-parent .FavoriteContainer .Favorite i {
  vertical-align: middle;
  line-height: normal;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  min-height: 100px;
  height: 100%;
  background: #495057;
  transition: 0.15s;
  cursor: pointer;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content.square {
  height: auto;
  aspect-ratio: 1/1;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content .game-name {
  background: #512158;
  background: linear-gradient(to right, #512158, #802d51);
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content img.imgGame {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content img.imgGame.show-image {
  opacity: 1;
}
.dw-casino-05 .body-casino .container-games .game-parent .game-content:hover, .dw-casino-05 .body-casino .container-games .game-parent .game-content:focus {
  box-shadow: 0 0 3px #666;
}
.dw-casino-05 .body-casino .btn-footer-sg {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 15px;
  text-align: center;
  -ms-grid-column-span: 6;
  grid-column: span 6;
  grid-gap: 15px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.dw-casino-05 .body-casino .btn-footer-sg .btn {
  width: 45%;
  flex-grow: 1;
  text-transform: capitalize;
}
.dw-casino-05 .GamesEmptyContainer {
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .dw-casino-05 .GamesEmptyContainer {
    padding: 15px 10px;
  }
}
.dw-casino-05 .GamesEmptyContainer .GamesEmpty {
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  background: #3e4551;
}

.dw-live-casino-02 .games-container {
  max-width: 1900px;
  width: 100%;
  margin: 60px auto;
  padding: 0 10px;
}
.dw-live-casino-02 .games-container .games-container-left {
  float: left;
  width: 280px;
  margin-bottom: 15px;
}
.dw-live-casino-02 .games-container .games-container-left .top-games-panel {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  border-radius: 5px 5px 0 0;
  padding: 0 15px;
  line-height: 40px;
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  background-color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-left .top-games-panel::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 60%;
  background-color: #e8bb00;
  left: 0;
  top: 50%;
  border-radius: 0 3px 3px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-left .top-games-panel {
    margin-bottom: 0;
  }
}
.dw-live-casino-02 .games-container .games-container-left .search-games {
  border-radius: 5px 5px 0 0;
  position: relative;
  background-color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-left .search-games input {
  background: transparent;
  border: 0;
  width: 100%;
  color: #fff;
  padding: 8px 5px 8px 40px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-left .search-games input {
    padding: 15px 5px 15px 40px;
  }
}
.dw-live-casino-02 .games-container .games-container-left .search-games::before {
  content: "\f002";
  font-family: FontAwesome;
  color: #eee;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .dw-live-casino-02 .games-container .games-container-left .search-games {
    border-radius: 0 0 5px 5px;
    background-color: #707680;
  }
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide {
  display: none;
  padding: 10px 55px 10px 50px;
  position: relative;
  text-align: left;
  border-radius: 6px 6px 6px 6px;
  margin-top: 10px;
  font-weight: 600;
  width: 100%;
  transition: 0.15s;
  transition-delay: 0.3s;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide.activated {
  border-radius: 6px 6px 0 0;
  transition: 0s;
  transition-delay: 0s;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide .count-menu {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.75;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide::before {
  content: "\f0c9";
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
}
.dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide:hover {
  background: #ffd31c;
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-left .btn-mobile-slide {
    display: block;
  }
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #eee;
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu {
  display: block;
  padding: 12px 50px 12px 40px;
  font-weight: 600;
  position: relative;
  transition: 0.15s;
  color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu .count-menu {
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.75;
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu::before {
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu:hover, .dw-live-casino-02 .games-container .games-container-left .full-menu-casino .option-menu.activated {
  color: #fff;
  background: #707680;
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .dw-live-casino-02 .games-container .games-container-left .full-menu-casino {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-left {
    width: 100%;
    float: none;
  }
}
.dw-live-casino-02 .games-container .games-container-right {
  float: left;
  width: calc(100% - 280px);
  padding-left: 12px;
}
.dw-live-casino-02 .games-container .games-container-right .providers-container {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  border-radius: 5px 5px 0 0;
  padding: 0 15px;
  line-height: 40px;
  position: relative;
  color: #fff;
  background-color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers {
  padding: 5px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 12px;
  border-radius: 0 0 5px 5px;
  background-color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-providers-button-next {
  position: absolute;
  right: 8px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.15s;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-providers-button-next:hover {
  opacity: 1;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-providers-button-prev {
  position: absolute;
  left: 8px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.15s;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-providers-button-prev:hover {
  opacity: 1;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide {
  width: 20%;
  text-align: center;
  padding: 5px;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector {
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 8px;
  transition: 0.15s;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector img {
  display: block;
  margin: auto;
  -webkit-filter: grayscale(1) contrast(0.75);
          filter: grayscale(1) contrast(0.75);
  transition: 0.15s;
  width: 140px;
  max-width: 100%;
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector:hover, .dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector.activated {
  background: rgba(0, 0, 0, 0.25);
}
.dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector:hover img, .dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide .swiper-selector.activated img {
  -webkit-filter: grayscale(0) contrast(1);
          filter: grayscale(0) contrast(1);
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide {
    width: 33.33%;
  }
}
@media screen and (max-width: 380px) {
  .dw-live-casino-02 .games-container .games-container-right .swiper-container-providers .swiper-container .swiper-slide {
    width: 50%;
  }
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 600px;
  position: relative;
  padding-bottom: 75px;
  padding-left: 7px;
  padding-right: 7px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
  width: 12.5%;
  padding: 7.5px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix a figure .add-cat {
  font-size: 9px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix a figure .overlay-hover .btn {
  font-size: 13px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix a .game-name {
  font-size: 13px;
}
@media screen and (max-width: 1300px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 14.28%;
  }
}
@media screen and (max-width: 1200px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 16.66%;
  }
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 20%;
    padding: 5px;
  }
}
@media screen and (max-width: 850px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview .game-fix {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container.square-preview {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container.show-load-games .game-fix {
  display: block;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 15px;
  display: none;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg .col-md-6.col-sm-6.col-xs-12 {
  display: block;
  float: left;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .btn-footer-sg .col-md-6.col-sm-6.col-xs-12 .btn {
  border-radius: 5px;
  font-weight: 600;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix-loading {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #3e4551;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix-loading i {
  font-size: 36px;
  margin-bottom: 10px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix {
  float: left;
  width: 20%;
  padding: 3px;
  display: none;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a {
  display: block;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #30353b;
  margin: 0;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .img-figure {
  width: 100%;
  height: auto !important;
  transition: 0.3s;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .img-provider {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  transition: 0.3s;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-flag {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  font-size: 11px;
  max-width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 5px;
  transition: 0.15s;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .balance-promo {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  position: absolute;
  bottom: 57px;
  right: 0;
  padding: 2px 5px 2px 10px;
  font-size: 10px;
  color: #333;
  background: linear-gradient(to right, #36689c -25%, #97b5f0, #36689c 125%);
  font-weight: 700;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .balance-return {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  position: absolute;
  bottom: 33px;
  right: 0;
  padding: 2px 5px 2px 10px;
  font-size: 10px;
  color: #333;
  background: linear-gradient(to right, #9c9136 -25%, #c3f097, #789c36 125%);
  font-weight: 700;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 10;
  transition: 0.3s;
  color: #eee;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-footer .game-name, .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-footer .game-value {
  width: 50%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-footer .game-name {
  text-align: left;
  padding-right: 2.5px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a figure .game-footer .game-value {
  text-align: right;
  padding-left: 2.5px;
}
.dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a:hover figure .img-provider, .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix a:focus figure .img-provider {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 2000px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix {
    width: 25%;
  }
}
@media screen and (max-width: 1600px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container .game-fix {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 575px) {
  .dw-live-casino-02 .games-container .games-container-right .games-casino-container {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 991px) {
  .dw-live-casino-02 .games-container .games-container-right {
    width: 100%;
    padding-left: 0;
  }
}

.dw-pre-lobby-01 {
  padding: 0 10px;
}
.dw-pre-lobby-01 .Centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dw-pre-lobby-01 .AllGames {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  padding-bottom: 10px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 700px) {
  .dw-pre-lobby-01 .AllGames {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .dw-pre-lobby-01 .AllGames {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.dw-pre-lobby-01 .AllGames .GameContainer {
  position: relative;
  transition: all 0.2s ease;
}
.dw-pre-lobby-01 .AllGames .GameContainer:hover .Game .Overlay {
  opacity: 1 !important;
}
.dw-pre-lobby-01 .AllGames .GameContainer:hover .Game .Overlay .Buttons .btn {
  -webkit-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game {
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  transition: -webkit-transform 30ms ease;
  transition: transform 30ms ease;
  transition: transform 30ms ease, -webkit-transform 30ms ease;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image img {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  transition: opacity 0.2s ease;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay .Buttons {
  display: flex;
  flex-direction: column;
  padding: 0 2px;
}
.dw-pre-lobby-01 .AllGames .GameContainer .Game .Image .Overlay .Buttons .btn {
  text-transform: uppercase;
  transition: 260ms -webkit-transform;
  transition: 260ms transform;
  transition: 260ms transform, 260ms -webkit-transform;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
@media screen and (max-width: 767px) {
  .dw-pre-lobby-01 .AllGames {
    grid-gap: 8px;
  }
}
@media screen and (max-width: 360px) {
  .dw-pre-lobby-01 .AllGames {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.wallet-default-container {
  position: relative;
  padding: 30px 0;
}
.wallet-default-container .wallet-ref .wallet-ref-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  opacity: 0.75;
  margin-bottom: 8px;
  line-height: 1;
}
.wallet-default-container .wallet-ref .form-group .form-ref {
  position: relative;
  padding-right: 40px;
}
.wallet-default-container .wallet-ref .form-group .form-ref .form-control {
  border-radius: 3px 0 0 3px;
  font-size: 12px;
}
.wallet-default-container .wallet-ref .form-group .form-ref .btn-copy {
  position: absolute;
  right: 0;
  top: 0;
  background: #666;
  color: #fff;
  height: 100%;
  width: 40px;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  padding: 0;
}
.wallet-default-container .col-wallet {
  padding-left: 5px;
  padding-right: 5px;
}
.wallet-default-container .wallet-tabs {
  padding: 10px 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f8f9fa;
  border: 1px solid #eee;
}
.wallet-default-container .wallet-tabs .avatar-preview {
  text-align: center;
  margin-bottom: 5px;
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 155px;
  border: 2px solid #e8e8e8;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget {
    width: 65px;
    float: left;
    display: block;
  }
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  color: #ddd;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  font-size: 14px;
  font-weight: 600;
}
.wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:hover, .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:focus {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:hover, .wallet-default-container .wallet-tabs .avatar-preview .avatar-widget .avatar-hover:focus {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile {
    display: block;
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    width: calc(100% - 65px);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
  }
  .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
  }
  .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile p {
    margin: 0;
  }
  .wallet-default-container .wallet-tabs .avatar-preview .user-data-mobile p a {
    color: #e8bb00;
    font-weight: bold;
  }
}
.wallet-default-container .wallet-tabs .user-level {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}
.wallet-default-container .wallet-tabs .amount-lock {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff7c7c;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .mount-wallet-mobile {
    display: block;
  }
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .store-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  top: -4px;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile {
  background: linear-gradient(to bottom, #FFF, #EEE);
  padding: 10px 10px 10px 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: calc(100% - 10px);
  text-align: left;
  font-size: 16px;
  margin: auto;
  font-weight: 600;
  color: #666;
  margin-top: 10px;
  position: relative;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile .wallet-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 35px;
  text-align: center;
  height: 30px;
  padding: 3px 0;
  border-right: 1px solid #ddd;
}
.wallet-default-container .wallet-tabs .mount-wallet-mobile .mount-mobile:first-child {
  margin-top: 0;
}
.wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile {
    display: block;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button {
    width: calc(50% - 5px);
    display: block;
    float: left;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button:first-child {
    margin-right: 10px;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile button.btn-bonus {
    width: 100%;
    margin: 7px 0;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown {
    background: #fff !important;
    box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul {
    padding: 0.5rem 1rem;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul .nav-item:not(:last-child) {
    border-bottom: 1px solid #cfd4da;
  }
  .wallet-default-container .wallet-tabs .btn-wallet-transaction-mobile .BonusDropdown #BonusDropdown ul .nav-item .nav-link {
    color: #e8bb00;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: block;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li {
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .wallet-default-container .wallet-tabs .wallet-nav ul li:first-child {
    border-left: 0 solid transparent;
  }
  .wallet-default-container .wallet-tabs .wallet-nav ul li:last-child {
    border-right: 0 solid transparent;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.3s ease-out;
  outline: none;
  color: #555;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul li a {
    padding: 5px;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover, .wallet-default-container .wallet-tabs .wallet-nav ul li a:focus, .wallet-default-container .wallet-tabs .wallet-nav ul li a.active {
  background: rgba(0, 0, 0, 0.4);
  color: #eee;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
  position: absolute;
  top: 0;
  margin-left: 5px;
  background-color: #e8bb00;
}
.wallet-default-container .wallet-nav-top {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #f8f9fa;
  border: 1px solid #eee;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top h1 {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top p {
  margin: 0;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top p a {
  color: #e8bb00;
  font-weight: 600;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top.float-user {
  padding: 10px 0;
  font-size: 15px;
  color: #666;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment {
  font-size: 14px;
  min-width: 100px;
  min-height: 65px;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment {
    width: calc(50% - 5px);
    float: left;
  }
  .wallet-default-container .wallet-nav-top .wallet-nav-top-top .float-wallet-top .btn.payment:first-child {
    margin-right: 10px;
  }
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom {
  position: relative;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .text-nav {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .mount-wallet {
  background: linear-gradient(to bottom, #FFF, #EEE);
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: calc(100% - 10px);
  text-align: center;
  font-size: 20px;
  margin: auto;
  font-weight: 600;
  color: #666;
}
.wallet-default-container .wallet-nav-top .wallet-nav-top-bottom .mount-wallet .store-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  top: -4px;
}
.wallet-default-container .wallet-nav-top .item-balance {
  margin: 4px 0;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance {
  position: relative;
  display: inline-block;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification {
  position: relative;
  display: inline-block;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification i.fa-gift {
  font-size: 16px;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification .badge {
  position: absolute;
  font-size: 9px;
  top: -4px;
  right: -9px;
  display: block;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu {
  left: inherit !important;
  right: 10px;
  padding: 0;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  color: #555;
  transition: background 0.2s;
  cursor: pointer;
}
.wallet-default-container .wallet-nav-top .bonus-balance .dropdown-menu li a:hover {
  background: #f3f3f3;
}
.wallet-default-container .wallet-body {
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f8f9fa;
  border: 1px solid #eee;
}
.wallet-default-container .wallet-body .title-wallet-body {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #666;
}
.wallet-default-container .wallet-body .title-wallet-body span {
  border-bottom: 2px solid #e8bb00;
  padding-bottom: 5px;
}
.wallet-default-container .wallet-body .history-wallet-body .buttons-history {
  overflow: hidden;
}
.wallet-default-container .wallet-body .history-wallet-body .buttons-history p {
  margin-bottom: 5px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .history-wallet-body .buttons-history .btn {
    font-size: 12px;
  }
}
.wallet-default-container .wallet-body .form-profile-wallet {
  display: block;
  overflow: hidden;
  position: relative;
  color: #666;
}
.wallet-default-container .wallet-body .form-profile-wallet .custom-switch .custom-control-label {
  line-height: 24px;
}
.wallet-default-container .wallet-body .form-profile-wallet select {
  -webkit-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #333, #ccc);
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.3em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-password-term ul {
  margin-bottom: 0;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-check-user {
  color: #666;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group {
  display: flex;
  flex-wrap: wrap;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group .form-control-plaintext {
  color: #666;
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group .text-form-wallet {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  display: flex;
  color: #666;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-body .form-profile-wallet .form-group .text-form-wallet {
    justify-content: left;
    margin-bottom: 5px;
  }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-day {
  width: calc(25% - 5px);
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 419px) {
  .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-day {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 10px;
  }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-month {
  width: calc(50% - 5px);
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 419px) {
  .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-month {
    width: calc(50% - 3px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-age {
  width: 25%;
  float: left;
}
@media screen and (max-width: 419px) {
  .wallet-default-container .wallet-body .form-profile-wallet .form-group #user-date-age {
    width: 100%;
  }
}
.wallet-default-container .wallet-body .wallet-section-body {
  display: none;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #eee !important;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 6px 12px;
}
.wallet-default-container .wallet-body .wallet-section-body .responsible-gaming-wallet-body form .description:not(:last-child) {
  display: block;
  margin-bottom: 0.6rem;
}
.wallet-default-container .wallet-body .wallet-section-body select {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding-right: 32px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #333, #ccc);
  background-position: calc(100% - 15px) calc(1em - 0px), calc(100% - 10px) calc(1em - 0px), calc(100% - 2em) 0.75em;
  background-size: 5px 5px, 5px 5px, 1px 1em;
  background-repeat: no-repeat;
  width: 100%;
  color: #666;
}
.wallet-default-container .wallet-body .wallet-section-body select.mini-select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_length, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_filter, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_info, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_processing, .wallet-default-container .wallet-body .wallet-section-body .dataTables_wrapper .dataTables_paginate {
  color: #666;
}
.wallet-default-container .wallet-body .wallet-section-body table {
  color: #666;
}
.wallet-default-container .wallet-body .wallet-section-body table.dataTable.no-footer {
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table thead {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table thead tr {
    width: 100%;
    display: block;
  }
}
.wallet-default-container .wallet-body .wallet-section-body table thead tr th {
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table thead tr th {
    width: 100% !important;
    display: none;
    box-sizing: border-box;
  }
  .wallet-default-container .wallet-body .wallet-section-body table thead tr th.show-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody {
    width: 100%;
    display: block;
  }
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr {
  background-color: #ffffff;
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show {
  background-color: #f8f9fa;
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show:hover, .wallet-default-container .wallet-body .wallet-section-body table tbody tr.ready-show:focus {
  background-color: #f8f9fa;
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr:hover, .wallet-default-container .wallet-body .wallet-section-body table tbody tr:focus {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody tr {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #666;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody tr td {
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-text {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-date {
    float: left;
    width: calc(100% - 60px);
  }
}
.wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-section-body table tbody tr td.msg-table-btn {
    float: left;
    width: 60px;
  }
}
.wallet-default-container .wallet-body .wallet-section-body td.buttons-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-gap: 4px;
  gap: 4px;
}
.wallet-default-container .wallet-body .wallet-store .store-items {
  overflow: hidden;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item {
  display: block;
  width: 20%;
  padding: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-body .wallet-store .store-items .store-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 430px) {
  .wallet-default-container .wallet-body .wallet-store .store-items .store-item {
    width: 50%;
  }
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 7px rgba(223, 223, 223, 0.7), 0 7px 5px rgba(223, 223, 223, 0.7);
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store .locked {
  display: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover .btn {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover:hover, .wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure .overlay-hover:focus {
  opacity: 1;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store figure img {
  max-width: 100%;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item .item-store .points-store {
  padding: 8px;
  text-align: center;
  font-weight: 600;
  border-top: 3px solid #e8bb00;
  color: #666;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store {
  cursor: default;
  pointer-events: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store .locked {
  display: block;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 5px;
  color: #666;
  font-size: 22px;
  color: #666;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store figure .overlay-hover {
  display: none;
}
.wallet-default-container .wallet-body .wallet-store .store-items .store-item.need-more-points .item-store .points-store {
  border-top: 3px solid #666;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper {
  margin-bottom: 5px;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper li {
  width: auto;
  min-width: 90px;
  flex: 1;
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-scrollbar {
  bottom: 0;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.1);
}
.wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #e8bb00;
}
@media (min-width: 992px) {
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs {
    flex: inherit;
    max-width: 100%;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .avatar-preview .avatar-widget {
    width: 65px;
    float: left;
    display: block;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .avatar-preview .user-data-mobile {
    display: block;
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    width: calc(100% - 65px);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #eee;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .user-level {
    display: none !important;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a i {
    font-size: 1.4rem;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a span:not(.badge-item) {
    font-size: 0.7rem;
    margin-top: 5px;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul li a span.badge-item {
    margin-left: 25px;
  }
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-tabs .wallet-tabs .wallet-nav ul.tabs-slider .swiper-wrapper li {
    width: auto;
    min-width: 150px;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .wallet-default-container.wallet-tabs-full .col-wallet.col-wallet-nav {
    flex: inherit;
    max-width: 100%;
  }
}

.payment-logo-providers {
  background: var(--background-gray, #E3E3E3);
  padding: 5px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.payment-logo-providers .swiper-container {
  width: calc(100% - 60px);
  overflow: visible;
}
.payment-logo-providers .swiper-container.swiper-disabled {
  width: 100%;
}
.payment-logo-providers .swiper-container.swiper-disabled .swiper-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .payment-logo-providers {
    padding: 10px;
    border-radius: 10px;
  }
}
.payment-logo-providers img {
  width: 100px;
  height: 50px;
  padding: 10px;
  background: white;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  .payment-logo-providers img {
    width: 180px;
    height: 90px;
  }
}
.payment-logo-providers .swiper-button-prev {
  left: -40px;
  color: var(--swiper-button);
  background: linear-gradient(90deg, var(--background-gray, #E3E3E3) 50%, rgba(227, 227, 227, 0));
  top: 0;
  bottom: 0;
  height: auto;
  width: 40px;
  margin-top: 0;
}
.payment-logo-providers .swiper-button-prev::after {
  font-size: 20px;
}
.payment-logo-providers .swiper-button-next {
  right: -40px;
  color: var(--swiper-button);
  background: linear-gradient(-90deg, var(--background-gray, #E3E3E3) 50%, rgba(227, 227, 227, 0));
  top: 0;
  bottom: 0;
  height: auto;
  width: 40px;
  margin-top: 0;
}
.payment-logo-providers .swiper-button-next::after {
  font-size: 20px;
}

.message-modal .modal-body {
  min-height: 250px;
}

.history-modal .modal-body {
  min-height: 250px;
}
.history-modal select {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #333, #ccc);
  background-position: calc(100% - 15px) calc(1em - 0px), calc(100% - 10px) calc(1em - 0px), calc(100% - 2em) 0.75em;
  background-size: 5px 5px, 5px 5px, 1px 1em;
  background-repeat: no-repeat;
  width: 100%;
  color: #666;
}
.history-modal select.mini-select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.history-modal .dataTables_wrapper select {
  width: 65px;
  background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), calc(100% - 1.25em) 0.25em;
}
.history-modal .table-container {
  display: none;
}
.history-modal .table-container table {
  color: #666;
}
.history-modal .table-container table.dataTable.hover tbody tr:hover, .history-modal .table-container table.dataTable.display tbody tr:hover {
  background-color: #fff;
}
.history-modal .table-container table td[colspan] {
  background: #ddd;
}
.history-modal .table-container table.dataTable thead th, .history-modal .table-container table.dataTable thead td {
  border-bottom: 1px solid #ccc;
}
.history-modal .table-container table.dataTable thead th {
  padding: 8px 10px;
}
.history-modal .table-container table.dataTable.no-footer {
  border-bottom: 1px solid #ccc;
}
.history-modal .table-container table tbody .details-control {
  text-align: center;
  color: #e8bb00;
  cursor: pointer;
}
.history-modal .table-container table tbody .details-control:hover, .history-modal .table-container table tbody .details-control:focus {
  color: #ffd31c;
}
.history-modal .table-container table tbody .details-control::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0fe";
  color: #2bc42b;
}
.history-modal .table-container table tbody .shown .details-control::before {
  content: "\f146";
  color: #ff6767;
}
@media screen and (max-width: 389px) {
  .history-modal .table-container .min-hidden {
    display: none !important;
  }
  .history-modal .table-container .min-visible {
    display: table-cell !important;
  }
}
.history-modal .table-details-print {
  padding: 0 10px;
  background: #fff;
}
.history-modal .table-details-print .detail-table-d {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.history-modal .table-details-print .detail-table-d:last-child {
  border-bottom: 0;
}
.history-modal .table-details-print .detail-table-d .title-des {
  font-weight: 600;
}

#store-payment-methods-modal .form-text {
  display: inline;
}
#store-payment-methods-modal .showTutorial {
  cursor: pointer;
}
#store-payment-methods-modal .img-tutorial {
  max-width: 100%;
  width: 100% !important;
  display: none;
}

.payment-methods-wallet-body #payment-methods-table-datatable .payment-method-tab {
  display: flex;
  font-size: 4rem;
}
.payment-methods-wallet-body #payment-methods-table-datatable .payment-method-tab img {
  max-width: 4rem;
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.dw-lobby-store-collection {
  background-color: #fff;
}
.dw-lobby-store-collection .container-xl {
  overflow: visible;
  max-width: 1360px;
  padding: 1.5rem;
}
.dw-lobby-store-collection .title-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.dw-lobby-store-collection .title-header .title {
  position: relative;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  flex: 1;
}
.dw-lobby-store-collection .title-header .helper-anchor {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  line-height: 0;
  color: #2E2D2C;
}
.dw-lobby-store-collection .title-header .helper-anchor .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.4rem;
  width: 1.4rem;
  border: 2px solid #2E2D2C;
  border-radius: 100%;
  margin-right: 0.5rem;
}
.dw-lobby-store-collection .title-header .helper-anchor .text {
  display: none;
}
.dw-lobby-store-collection .dw-lobby-store-item-store-no-results {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: #fff;
  border: 2px dashed #999;
  color: #444;
}
.dw-lobby-store-collection .dw-lobby-store-item-store-no-results i {
  font-size: 34px;
}
.dw-lobby-store-collection .collection .collection-body {
  background-color: #2E2D2C;
  padding: 0.5rem;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome {
  position: relative;
  height: 0;
  padding-bottom: 159.5818815331%;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-1, .dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-2, .dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3, .dw-lobby-store-collection .collection .collection-body .collection-crome .crome-border, .dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: all 0.3s ease;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-1 {
  background-color: #FEC82F;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-2 {
  background-color: #B5B5B5;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 {
  background-color: #2E2D2C;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .crome-border {
  margin: 0.5rem;
  border: #FEC82F 2px solid;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .logo-crome {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 10px;
  width: 10px;
}
.dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
  position: absolute;
  left: -12px;
  top: -2rem;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 80%;
  background-color: #FEC82F;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(calc(100% / 0.9659258263));
          transform: scaleY(calc(100% / 0.9659258263));
  z-index: -2;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #FEC82F;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(15deg) skewY(-15deg);
          transform: rotate(15deg) skewY(-15deg);
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip::before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 3rem;
  background-color: #D09A00;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(15deg) skewY(15deg);
          transform: rotate(15deg) skewY(15deg);
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon::after {
  content: "";
  z-index: -2;
  position: absolute;
  display: block;
  border: 1.5rem solid #FEC82F;
  right: 1rem;
  top: 0;
  -webkit-transform: translateX(100%) skewX(-15deg);
          transform: translateX(100%) skewX(-15deg);
  border-right-color: transparent;
}
.dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-content {
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 0rem;
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-1 {
  -webkit-transform: translate(0.1666666667rem, -0.5rem) rotate(-1deg);
          transform: translate(0.1666666667rem, -0.5rem) rotate(-1deg);
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-2 {
  -webkit-transform: translate(0.1666666667rem, -1rem) rotate(-2deg);
          transform: translate(0.1666666667rem, -1rem) rotate(-2deg);
}
.dw-lobby-store-collection .collection .collection-body:hover .collection-crome-bg-3 {
  -webkit-transform: translate(0.1666666667rem, -1.5rem) rotate(-4deg);
          transform: translate(0.1666666667rem, -1.5rem) rotate(-4deg);
}
.dw-lobby-store-collection .collection .collection-body .collection-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.dw-lobby-store-collection .collection .collection-body .collection-content .points {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #FBFBFB;
}
.dw-lobby-store-collection .collection .collection-body .btn-collection {
  display: block;
  margin: 0.5rem 0;
  background-color: transparent;
  border: solid 1px #FEC82F;
  color: #FEC82F;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.dw-lobby-store-collection .collection .collection-body .btn-collection:hover {
  background-color: #FEC82F;
  color: #2E2D2C;
}
.dw-lobby-store-collection .collection .font-medium {
  font-size: 12px;
}
.dw-lobby-store-collection .collection .font-large {
  font-size: 14px;
}
.dw-lobby-store-collection .howto .header-howto-content .title {
  position: relative;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.dw-lobby-store-collection .howto .header-howto-content p {
  font-size: 2rem;
  text-align: center;
}
.dw-lobby-store-collection .howto .sub-howto-content {
  margin-bottom: 1rem;
  text-align: center;
}
.dw-lobby-store-collection .howto .sub-howto-content .title {
  font-size: 1.5rem;
  position: relative;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2rem;
}
.dw-lobby-store-collection .howto .sub-howto-content p {
  font-size: 1.5rem;
}
@media screen and (min-width: 425px) {
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
    left: -8px;
    width: 95%;
    height: 4rem;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip::after {
    height: 4rem;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-flip::before {
    height: 4rem;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon::after {
    border-width: 2rem;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon .ribbon-content {
    font-size: 1rem;
  }
  .dw-lobby-store-collection .collection .font-medium {
    font-size: 16px;
  }
  .dw-lobby-store-collection .collection .font-large {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dw-lobby-store-collection .title-header {
    position: relative;
  }
  .dw-lobby-store-collection .title-header .helper-anchor {
    position: absolute;
    right: 0;
  }
  .dw-lobby-store-collection .title-header .helper-anchor .text {
    display: block;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-crome .collection-crome-bg-3 .logo-crome {
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
  }
  .dw-lobby-store-collection .collection .collection-body .collection-title-ribbon {
    top: -3rem;
    width: 95%;
  }
  .dw-lobby-store-collection .collection .font-medium {
    font-size: 20px;
  }
  .dw-lobby-store-collection .collection .font-large {
    font-size: 32px;
  }
}
.dw-lobby-store-collection .dw-lobby-store-collection-full-width-banner {
  width: 100%;
}

.dw-lobby-store-page .container-xl {
  overflow: visible;
  max-width: 1360px;
}
.dw-lobby-store-page .banner {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.dw-lobby-store-page .dw-lobby-store-menu {
  height: 100%;
  padding: 2rem 1rem;
  background: #FBFBFB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dw-lobby-store-page .dw-lobby-store-menu .title {
  font-size: 1.5rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .title img {
  margin-right: 2rem;
}
.dw-lobby-store-page .dw-lobby-store-menu .points {
  padding: 1rem;
  background: #2E2D2C;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 1rem auto;
}
.dw-lobby-store-page .dw-lobby-store-menu .points .header-points {
  font-size: 1rem;
  color: #e8bb00;
  font-weight: 600;
  text-transform: uppercase;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu {
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu .span-text-menu {
  padding: 5px 8px 10px 8px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu .span-text-menu::before {
  content: "";
  width: calc(100% - 16px);
  position: absolute;
  bottom: 0;
  left: 8px;
  height: 4px;
  background: transparent;
  box-shadow: 0px -5px 2px #e8bb00;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu:hover, .dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu.activated {
  color: #333;
}
.dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu:hover .span-text-menu::before, .dw-lobby-store-page .dw-lobby-store-menu .filter-menu .filter-selector-menu.activated .span-text-menu::before {
  opacity: 0.75;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize p, .dw-lobby-store-page .dw-lobby-store-menu .special-prize span {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.dw-lobby-store-page .dw-lobby-store-menu .special-prize span {
  display: block;
  font-weight: 900;
  color: #e8bb00;
}
.dw-lobby-store-page .dw-lobby-store-body {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store-no-results {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: #fff;
  border: 2px dashed #999;
  color: #444;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store-no-results i {
  font-size: 34px;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card {
  display: block;
  padding-top: 154.34%;
  position: relative;
  border-radius: 10px;
  border: 5px solid #efefef;
  overflow: hidden;
  transition: all 0.2s;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-card-logo-unfocus {
  display: block;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content img.reward-card-logo-focus {
  display: none;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content .reward-card-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fec82f;
  padding: 10px 42px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2E2D2C;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card .dw-lobby-store-item-store-reward-card-content .reward-card-description {
  margin-top: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover {
  border: 5px solid #fec82f;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover img.reward-card-logo-unfocus {
  display: none;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-store-item-store-reward-card:hover img.reward-card-logo-focus {
  display: block;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content img.reward-card-logo-unfocus, .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content img.reward-card-logo-focus {
  max-width: 70%;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .reward-points {
  font-weight: 700;
  font-size: 2rem;
  color: #FFFFFF;
}
.dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .dw-item-status {
  font-weight: 600;
  font-size: 1rem;
  color: #FEC82F;
}
@media screen and (max-width: 700px) {
  .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  }
  .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .reward-points {
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
  }
  .dw-lobby-store-page .dw-lobby-store-body .dw-lobby-store-content .dw-item-status {
    font-weight: 600;
    font-size: 0.5rem;
    color: #FEC82F;
  }
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-page .dw-lobby-store-body {
    min-width: 100%;
  }
}

.dw-lobby-store-details {
  width: 1280px;
  max-width: 100%;
  margin: 30px auto;
  padding: 15px;
}
.dw-lobby-store-details .dw-lobby-store-details-top {
  background: #222;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 15px;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left {
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0;
  color: #aaa;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left a {
  color: #fff;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-left i {
  margin: 0 6px;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right {
  float: right;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points {
  font-size: 16px;
  text-align: center;
  color: #e8bb00;
  font-weight: 600;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points .my-points {
  color: #fff;
}
.dw-lobby-store-details .dw-lobby-store-details-top .dw-lobby-store-details-top-right .dw-lobby-store-menu-right-points .my-points .store-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  top: -2px;
}
.dw-lobby-store-details .dw-lobby-store-details-container {
  overflow: hidden;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left {
  float: left;
  width: 65%;
  padding-right: 15px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left .dw-lobby-store-details-previews-one img {
  width: 100%;
  border-radius: 5px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left .dw-lobby-store-details-previews {
  padding-top: 63%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-left {
    width: 100%;
    padding-right: 0;
  }
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-title {
  font-size: 24px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  color: #333;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-cat {
  color: #e8bb00;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-des {
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(223, 223, 223, 0.7), 0 3px 3px rgba(223, 223, 223, 0.7);
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #666;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts .points {
  font-size: 24px;
  color: #333;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-pts .points .store-icon {
  display: inline-block;
  position: relative;
  width: 22px;
  top: -4px;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-footer {
  text-align: center;
}
.dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right .dw-lobby-store-details-right-footer .btn {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*
* TODO: This file can be remove if resources/views/store/real-money.blade.php no
* longer exists.
*
*/
/*
* TODO: This file can be remove if resources/views/store/real-money.blade.php no
* longer exists.
*
*/
.dw-lobby-store-02 {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 0 5px;
}
.dw-lobby-store-02 .dw-lobby-store-title {
  font-size: 26px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #666;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-left {
  display: inline-block;
  border-bottom: 2px solid #e8bb00;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-right {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #e8bb00;
}
.dw-lobby-store-02 .dw-lobby-store-title .dw-lobby-store-title-right .my-points {
  color: #fff;
}
.dw-lobby-store-02 .dw-lobby-store-container {
  margin-bottom: 60px;
  display: flex;
  gap: 15px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top {
  border-radius: 5px;
  float: left;
  width: 240px;
  min-width: 240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(223, 223, 223, 0.7), 0 3px 3px rgba(223, 223, 223, 0.7);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu {
  overflow: hidden;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: linear-gradient(to right, #e8bb00, #e8bb00);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 100%;
  background-size: 0 100%;
  transition-duration: 0.15s;
  transition-property: background, height, color;
  overflow: hidden;
  cursor: pointer;
  color: #666;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu:hover {
  color: #e8bb00;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left .filter-selector-menu.activated {
  color: #fff;
  background-size: 100% 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 1px 2px 0 #1e2737;
  color: #333;
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-left {
    display: block !important;
    height: auto !important;
  }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter {
  display: none;
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
  }
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .btn-mobile-store-filter:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
  color: #e8bb00;
  font-weight: 600;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points .my-points {
  color: #fff;
  font-size: 18px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points .my-points .store-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  top: -2px;
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top .dw-lobby-store-menu .dw-lobby-store-menu-right .dw-lobby-store-menu-right-points {
    padding: 10px 20px;
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-top {
    width: 100%;
  }
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 240px);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store-no-results {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 40px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: #fff;
  border: 2px dashed #999;
  color: #444;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store-no-results i {
  font-size: 34px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(223, 223, 223, 0.7), 0 3px 3px rgba(223, 223, 223, 0.7);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item figure {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item figure img {
  width: 100%;
  transition: 0.4s;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer {
  padding: 5px 15px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-points {
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-points .store-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  top: -2px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-status {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #e8bb00;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-status.no-available {
  color: #aaa;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item .dw-item-footer .dw-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #aaa;
  margin-top: 5px;
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item:hover figure img, .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-item-store .dw-lobby-item:focus figure img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
@media screen and (max-width: 700px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body .dw-lobby-store-content {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container .dw-lobby-store-body {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .dw-lobby-store-02 .dw-lobby-store-container {
    flex-direction: column;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.blocks-container {
  --background-color: #fbfbfb;
  --widget-background: var(--background);
  --widget-border-color: rgb(0 0 0 / 15%);
  background-color: var(--white);
  --padding: 10px;
  padding-bottom: var(--padding);
}
@media screen and (max-width: 479px) {
  .blocks-container {
    --padding: 5px;
  }
}
@media screen and (min-width: 1512px) {
  .blocks-container {
    --padding: 15px;
  }
}

body.dark .blocks-container {
  --background-color: #1e1e1e;
  --widget-background: var(--background-dark);
  --widget-border-color: rgb(224 224 224 / 15%);
  background-color: var(--background-color);
}

@media (max-width: 767px) {
  .blocks-container[data-render=site] .device-hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocks-container[data-render=site] .device-hidden-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .blocks-container[data-render=site] .device-hidden-desktop {
    display: none;
  }
}
.blocks-container[data-render=site] .cms-block {
  text-align: right;
}
.blocks-container[data-render=site] .cms-block .block-container {
  margin: auto;
  max-width: 1500px;
  text-align: left;
  padding: var(--padding) var(--padding) 0;
}

.cms-block {
  color: var(--text-color);
}
.cms-block .bg-wrapper {
  z-index: -1;
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cms-block a {
  color: inherit;
}
.cms-block .text-left {
  text-align: left;
}
.cms-block .text-center {
  text-align: center;
}
.cms-block .text-right {
  text-align: right;
}
.cms-block .block-title {
  font-weight: normal;
  margin-bottom: var(--padding);
}
@media screen and (max-width: 479px) {
  .cms-block .block-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .cms-block .block-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cms-block .block-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .cms-block .block-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1512px) {
  .cms-block .block-title {
    font-size: 1.75rem;
  }
}
.cms-block .image-wrapper {
  line-height: 0;
}
.cms-block img {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.cms-block p {
  margin: 0;
  padding: 0;
}
.cms-block .btn-big {
  border: 1px solid var(--widget-border-color);
  border-radius: 10px;
  padding: var(--padding);
  background: var(--primary);
  font-weight: 600;
  color: #2e2d2c;
  transition: all 0.15s;
  width: 70%;
}
@media screen and (max-width: 479px) {
  .cms-block .btn-big {
    border-radius: 5px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .cms-block .btn-big {
    border-radius: 5px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cms-block .btn-big {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .cms-block .btn-big {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1512px) {
  .cms-block .btn-big {
    font-size: 1.75rem;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.with-background-overlay .block-item {
  padding-bottom: 4px;
}

.with-background-overlay .content {
  border: 1px solid var(--widget-border-color);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--widget-background);
}

body.dark .with-background-overlay .content {
  border: 1px solid var(--widget-border-color);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--widget-background);
}

.block-item .item-title {
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .block-item .item-title {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block-item .item-title {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-item .item-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .block-item .item-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
  .block-item .item-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1920px) {
  .block-item .item-title {
    font-size: 1.5rem;
  }
}
.block-item .item-description {
  margin: auto;
  max-width: 85%;
  font-weight: 400;
  line-height: 1.2;
  padding: var(--padding) 0px;
}
@media screen and (max-width: 479px) {
  .block-item .item-description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block-item .item-description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-item .item-description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .block-item .item-description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
  .block-item .item-description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .block-item .item-description {
    font-size: 1.375rem;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
/*
    All styles should be wrapped in block-altenar class, to avoid conflicts with other blocks and page content.
*/
body.dark .block-altenar.block-altenar-sportsbook {
  background-color: #1e1e1e;
}

.block-altenar-sportsbook {
  min-height: 100vh;
}
.block-altenar-sportsbook :host div {
  background: red;
}

.altenar-betslip {
  bottom: 20px;
  position: fixed;
  z-index: 4;
  width: 100%;
  padding: 0 20px;
}
.altenar-betslip .altenar-container {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
@media screen and (min-width: 601px) {
  .altenar-betslip {
    max-width: 400px;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .altenar-betslip {
    bottom: 65px;
  }
}

.block-altenar.block-altenar-sportsbook {
  background-color: #efefef;
}
.block-altenar.block-altenar-highlights .btn-big {
  margin-top: var(--padding);
  margin-bottom: 4px;
}
.block-altenar .btn-container {
  text-align: center;
}
@media screen and (min-width: 480px) {
  .block-altenar .btn-container .btn-big {
    width: 100px;
    min-width: 28%;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.block-grid .title {
  margin-bottom: 10px;
}
.block-grid .items-container {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: var(--padding);
}
.block-grid .content {
  border-radius: 10px;
  height: 100%;
  padding: var(--padding);
  text-align: center;
}
.block-grid .content .image-wrapper {
  margin: auto;
  max-width: 100%;
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.block-grid-instructions {
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .block-grid-instructions .content .item-title {
    font-size: 0.75rem;
  }
}
.block-grid-instructions .content .image-wrapper {
  aspect-ratio: 1.65;
  margin: var(--padding) auto;
  max-width: 90%;
}
@media screen and (max-width: 479px) {
  .block-grid-instructions .content .image-wrapper {
    max-width: 95%;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.block-grid-info .block-item .image-wrapper {
  margin: var(--padding) auto;
  width: 30%;
  max-width: 100px;
  aspect-ratio: 1;
}
.block-grid-info .content {
  padding: 0;
}
.block-grid-info .content .item-description {
  padding-top: 0;
}
@media screen and (max-width: 479px) {
  .block-grid-info .content .item-description {
    font-size: 0.625rem;
  }
}
.block-grid-info .items-container {
  margin: auto;
  gap: var(--padding);
}
.block-grid-info .items-container .row {
  gap: var(--padding);
}
@media screen and (max-width: 479px) {
  .block-grid-info .items-container {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .block-grid-info .items-container {
    max-width: 557px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .block-grid-info .items-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
  .block-grid-info .items-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 1920px) {
  .block-grid-info .items-container {
    max-width: 900px;
  }
}
.block-grid-info .items-container .item-description {
  padding-bottom: var(--padding);
}
@media screen and (min-width: 480px) {
  .block-grid-info .items-container .item-description {
    padding-bottom: 25px;
  }
}

.block-slider .block-item {
  position: relative;
}
.block-slider .block-item + .block-item {
  margin-top: var(--padding);
}
.block-slider .swiper-outer-outer-container {
  position: relative;
}
.block-slider .swiper-outer-container {
  position: relative;
  padding-right: var(--padding);
  padding-left: var(--padding);
  margin-right: calc(-1 * var(--padding));
  margin-left: calc(-1 * var(--padding));
  overflow: hidden;
  border-left: 2px;
  border-right: 2px;
  border-color: var(--background);
}
.block-slider .swiper-container {
  overflow: visible;
}
.block-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  gap: var(--padding);
}
.block-slider .title {
  margin-bottom: 10px;
}
.block-slider .item {
  border-radius: 10px;
  text-align: center;
}
.block-slider .fade-slide {
  position: absolute;
  width: var(--padding);
  height: 100%;
  z-index: 1;
  top: 0;
}
.block-slider .fade-slide.fade-prev {
  background: linear-gradient(to right, var(--background-color) 20%, rgba(255, 255, 255, 0) 110%);
  left: 0;
}
.block-slider .fade-slide.fade-next {
  background: linear-gradient(to left, var(--background-color) -10%, rgba(255, 255, 255, 0) 80%);
  right: 0;
}
.block-slider .swiper-button {
  z-index: 2;
  border-radius: 50%;
  background: var(--primary);
  color: black;
  text-align: center;
}
.block-slider .swiper-button:not(.fade), .block-slider .swiper-button.show {
  opacity: 0.75;
  transition: opacity 0.3s;
}
.block-slider .swiper-button:not(.fade):hover, .block-slider .swiper-button.show:hover {
  opacity: 0.9;
}
.block-slider .swiper-button.swiper-button-prev {
  left: var(--padding);
  z-index: 1;
}
@media screen and (min-width: 1662px) {
  .block-slider .swiper-button.swiper-button-prev {
    left: -95px;
  }
}
.block-slider .swiper-button.swiper-button-next {
  right: var(--padding);
  z-index: 1;
}
@media screen and (min-width: 1662px) {
  .block-slider .swiper-button.swiper-button-next {
    right: -95px;
  }
}
@media screen and (max-width: 991px) {
  .block-slider .swiper-button {
    display: none !important;
  }
}
.block-slider .swiper-button:after {
  font-weight: bold;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-slider .swiper-button {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .block-slider .swiper-button:after {
    font-size: 18px !important;
    line-height: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .block-slider .swiper-button {
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
  }
  .block-slider .swiper-button:after {
    font-size: 22px !important;
    line-height: 65px;
  }
}
@media screen and (min-width: 1512px) {
  .block-slider .swiper-button {
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
  }
  .block-slider .swiper-button:after {
    font-size: 25px !important;
    line-height: 75px;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.block-slider-hero .fade-slide {
  display: none;
}
.block-slider-hero .block-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.block-slider-hero.add-margins .right-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.block-slider-hero.hero-yellow-theme {
  background-color: var(--primary);
  color: #2e2d2c;
}
.block-slider-hero.hero-yellow-theme .btn-big {
  background-color: #1e1e1e;
  color: #fbfbfb;
}
.block-slider-hero.hero-yellow-theme .btn-big:hover {
  background-color: #3a3a3a !important;
  color: #fbfbfb !important;
}
@media screen and (max-width: 479px) {
  .block-slider-hero.hero-yellow-theme .btn-big {
    max-width: 80%;
  }
}
.block-slider-hero.hero-yellow-theme .yellow {
  color: black !important;
}
.block-slider-hero .bg-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .block-slider-hero.use-image-as-background .right-wrapper {
    display: none;
  }
  .block-slider-hero.use-image-as-background .bg-wrapper {
    display: block;
  }
}

.block-hero-item {
  padding: 0 !important;
}
.block-hero-item .content {
  display: flex;
  position: relative;
  justify-content: space-evenly;
}
@media screen and (max-width: 479px) {
  .block-hero-item .content {
    padding-top: 15px;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .block-hero-item:not(.reverse-order) .left {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .block-hero-item:not(.reverse-order) .left {
    padding-right: 15%;
  }
}
@media screen and (min-width: 480px) {
  .block-hero-item .reverse-order .left-wrapper {
    order: 2;
  }
  .block-hero-item .reverse-order .right-wrapper {
    order: 1;
  }
}
@media screen and (min-width: 480px) {
  .block-hero-item .reverse-order .left {
    padding-left: 5%;
    padding-right: 5%;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .block-hero-item .reverse-order .left {
    padding-left: 15%;
    text-align: right;
  }
}
.block-hero-item .right-wrapper {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
}
.block-hero-item .left-wrapper {
  display: flex;
  padding: 5px;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.block-hero-item .left-wrapper .left {
  width: 100%;
  box-sizing: border-box;
}
.block-hero-item .left-wrapper .left .hero-title {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block-hero-item .left-wrapper .left .hero-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-hero-item .left-wrapper .left .hero-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1511px) {
  .block-hero-item .left-wrapper .left .hero-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1919px) {
  .block-hero-item .left-wrapper .left .hero-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .block-hero-item .left-wrapper .left .hero-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.block-hero-item .left-wrapper .description {
  margin: 0;
  margin-bottom: 1rem;
}
.block-hero-item .left-wrapper .description a {
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .block-hero-item .left-wrapper .description {
    font-size: 1rem;
    margin: auto;
    font-weight: 500;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block-hero-item .left-wrapper .description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-hero-item .left-wrapper .description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-hero-item .left-wrapper .description {
    font-size: 1.375rem;
  }
}
.block-hero-item .left-wrapper .description .yellow {
  color: var(--primary);
}
.block-hero-item .btn-big {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  min-width: 60%;
}
@media screen and (max-width: 479px) {
  .block-hero-item .btn-big {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.block-hero-item .image-wrapper {
  aspect-ratio: 1780/1380;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.block-slider-categories .block-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-slider-categories .block-item .item-title {
  white-space: nowrap;
  padding: calc(var(--padding) / 2);
}
.block-slider-categories .content {
  border-radius: 10px;
  padding: 10px;
  padding-top: 0;
}
.block-slider-categories .content .image-wrapper {
  aspect-ratio: 480/390;
  margin: 0 auto;
  max-width: 70%;
}

.block-slider-games.game-format-rectangle .image-wrapper {
  aspect-ratio: 16/9;
}
.block-slider-games.game-format-square .image-wrapper {
  aspect-ratio: 1;
}
.block-slider-games .image-wrapper .img {
  border: 1px solid var(--widget-border-color);
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .block-slider-games .image-wrapper .img {
    border-radius: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .block-slider-games .image-wrapper .img {
    border-radius: 8px;
  }
}
.block-slider-games .swiper-container {
  padding-top: 20px;
  margin-top: -20px;
}
.block-slider-games .ribbon {
  --f: 6px;
  /* control the folded part*/
  --r: 10px;
  /* control the ribbon shape */
  --t: 0px;
  /* the top offset */
  inset: var(--t) auto auto calc(-1 * var(--f));
  -webkit-clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
          clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
  left: calc(-1 * var(--f));
  position: absolute;
  top: 5px;
  border-top: 1px solid #ffe087;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.1);
  padding: 0 calc(10px + var(--r)) var(--f) 10px;
  background: var(--primary);
  font-size: 0.5rem;
  font-weight: bold;
  color: #2e2d2c;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: skew(0, -18deg);
          transform: skew(0, -18deg);
}
@media screen and (min-width: 480px) {
  .block-slider-games .ribbon {
    font-size: 0.75rem;
    --f: 10px;
    /* control the folded part*/
  }
}
@media screen and (min-width: 1200px) {
  .block-slider-games .ribbon {
    font-size: 1rem;
  }
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
@media screen and (max-width: 767px) {
  .block-altenar-custom-grid .items-container {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.block-altenar-custom-grid .block-micasino-item .content {
  padding: 0;
}
.block-altenar-custom-grid .block-micasino-item .content .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.61;
}

/*
    This file contains media queries mixins with breakpoints for new designs.
*/
.blocks-container[data-render=site] .block-slider-header.cms-block .block-container {
  padding: 0px;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1511px) {
  .block-slider-header .image-wrapper {
    aspect-ratio: 3000/800;
  }
}
@media screen and (min-width: 1512px) {
  .block-slider-header .image-wrapper {
    height: 400px;
  }
}
.block-slider-header .slider-title {
  position: absolute;
  color: white;
  font-weight: bold;
  border-left: solid 5px #fec82f;
  left: var(--padding);
  padding-left: var(--padding);
  bottom: 0;
}
@media screen and (max-width: 479px) {
  .block-slider-header .slider-title {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-slider-header .slider-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .block-slider-header .slider-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1512px) {
  .block-slider-header .slider-title {
    font-size: 5rem;
    left: 60px;
    bottom: 40px;
  }
}
.block-slider-header .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary) !important;
  opacity: 1;
  border: none;
}
@media screen and (max-width: 479px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
    padding: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
    padding: 5px;
  }
}
@media screen and (min-width: 1512px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet-active {
    padding: 7px;
  }
}
.block-slider-header .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  background: #c3b086;
  opacity: 1;
  border: solid 1px var(--primary);
}
@media screen and (max-width: 479px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet {
    padding: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet {
    padding: 5px;
  }
}
@media screen and (min-width: 1512px) {
  .block-slider-header .swiper-pagination .swiper-pagination-bullet {
    padding: 7px;
  }
}

/* Convert px to rem */
/* Convert px to rem */
/*##########  Light Mode  ##########*/
/*##########  Dark Mode  ##########*/
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
  -ms-grid-columns: 2.5rem 1fr;
  grid-template-columns: 2.5rem 1fr;
  gap: 18px;
}
.header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item .header-main-menu-item-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header-main-menu .header-main-menu-container .header-main-menu-body .header-main-menu-item {
    gap: 10px;
    min-height: 2.5rem;
    -ms-grid-columns: 2.5rem 1fr;
    grid-template-columns: 2.5rem 1fr;
  }
}

body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon {
  background-image: url(../images/mc-menu-base-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-icon {
  background-image: url(../images/mc-casino-icon.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-trophy-icon {
  background-image: url(../images/mc-trophy-base-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-evolution-icon {
  background-image: url(../images/mc-casino-evolution-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-live-icon {
  background-image: url(../images/mc-casino-live-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-sports-icon {
  background-image: url(../images/mc-sports-icon.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-bonus-icon {
  background-image: url(../images/mc-bonus-icon.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-faq-icon {
  background-image: url(../images/mc-faq-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-store-icon {
  background-image: url(../images/mc-store-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-hipismo-icon {
  background-image: url(../images/mc-hipismo-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-lottery-icon {
  background-image: url(../images/mc-lottery-icon-light.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pronostico-icon {
  background-image: url(../images/mc-pronostico-icon.png);
}
body.light .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-contact-icon {
  background-image: url(../images/mc-contact-icon-light.png);
}

body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon {
  background-image: url(../images/mc-menu-base-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-icon {
  background-image: url(../images/mc-casino-icon.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-trophy-icon {
  background-image: url(../images/mc-trophy-base-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-evolution-icon {
  background-image: url(../images/mc-casino-evolution-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-casino-live-icon {
  background-image: url(../images/mc-casino-live-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-sports-icon {
  background-image: url(../images/mc-sports-icon.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-bonus-icon {
  background-image: url(../images/mc-bonus-icon.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-faq-icon {
  background-image: url(../images/mc-faq-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-store-icon {
  background-image: url(../images/mc-store-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-hipismo-icon {
  background-image: url(../images/mc-hipismo-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-lottery-icon {
  background-image: url(../images/mc-lottery-icon-dark.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-pronostico-icon {
  background-image: url(../images/mc-pronostico-icon.png);
}
body.dark .header-main-menu .header-main-menu-item .header-main-menu-item-icon.mc-contact-icon {
  background-image: url(../images/mc-contact-icon-dark.png);
}

body.dark button[data-action=changeSchemaColor] .icon-dark, body.light button[data-action=changeSchemaColor] .icon-light {
  display: none;
}
body.light button[data-action=changeSchemaColor] .icon-light, body.dark button[data-action=changeSchemaColor] .icon-dark {
  display: block;
}

.header-main-menu .floating-btn-theme-color {
  position: absolute;
  bottom: 14px;
  right: 25px;
  font-size: 1.875rem;
  background: transparent;
  border: none;
  color: var(--text-color);
  padding: 0;
}
@media screen and (min-width: 992px) {
  .header-main-menu .floating-btn-theme-color {
    bottom: 19px;
    right: 30px;
    font-size: 2.5rem;
  }
}

body .header-main-menu .header-main-menu-container::after {
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #FBFBFB);
}
body .header-main-menu .header-main-menu-container::before {
  background: linear-gradient(to top, rgba(251, 251, 251, 0), #FBFBFB);
}
body.light .header-main-menu .header-main-menu-container::after {
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #FBFBFB);
}
body.light .header-main-menu .header-main-menu-container::before {
  background: linear-gradient(to top, rgba(251, 251, 251, 0), #FBFBFB);
}
body.dark .header-main-menu .header-main-menu-container::after {
  background: linear-gradient(to bottom, rgba(46, 45, 44, 0), #2E2D2C);
}
body.dark .header-main-menu .header-main-menu-container::before {
  background: linear-gradient(to top, rgba(46, 45, 44, 0), #2E2D2C);
}

html.html-footer-8 body footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}
html.html-footer-8 body footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
  right: 0;
  background: linear-gradient(-90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}
html.html-footer-8 body.light footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}
html.html-footer-8 body.light footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
  right: 0;
  background: linear-gradient(-90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}
html.html-footer-8 body.dark footer.dw-footer-8 .footer-container .swiper-container .swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}
html.html-footer-8 body.dark footer.dw-footer-8 .footer-container .swiper-container .swiper-button-next {
  right: 0;
  background: linear-gradient(-90deg, #2E2D2C 80%, rgba(46, 45, 44, 0) 100%);
}

/*#############################################
            CUSTOM THEME STYLES
#############################################*/
body {
  font-family: "Montserrat", sans-serif;
  background: #f4f4f4 !important;
}
body.mobile .button_chat_iframe iframe {
  bottom: 45px !important;
}

iframe {
  margin-bottom: -7px !important;
}

input,
input.form-control,
.btn {
  border-radius: 5px;
}

.dw-casino-05 {
  margin: 0 auto 6px !important;
}
.dw-casino-05 .header-casino .select-casino::before {
  font-size: 19px !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .dw-casino-05 .header-casino .select-casino::before {
    padding: 11px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .dw-casino-05 .header-casino .select-casino::before {
    padding: 8px 0 !important;
  }
}
.dw-casino-05 .header-casino .row .form-group {
  margin-bottom: 0 !important;
}
.dw-casino-05 .btn-footer-casino,
.dw-casino-05 .btn-footer-sg {
  margin-top: 10px;
}
.dw-casino-05 .btn-footer-casino .btn.btn-theme02,
.dw-casino-05 .btn-footer-sg .btn.btn-theme02 {
  background: #e8bb00 !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  border: none !important;
  color: #282828 !important;
}
.dw-casino-05 .btn-footer-casino .btn:nth-child(2),
.dw-casino-05 .btn-footer-sg .btn:nth-child(2) {
  display: none !important;
}

.dw-home-module .dw-home-module-11 .home-header {
  display: none !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item {
  border-radius: 5px !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .playIcon::after {
  background: var(--primary) !important;
  color: var(--text-light) !important;
  font-weight: 700 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play {
  display: none !important;
  background: var(--primary) !important;
  color: var(--text-light) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.dw-home-module .dw-home-module-11 .swiper-container .swiper-wrapper .swiper-slide.game-item .overlay .play:hover {
  background: var(--primary-light) !important;
  color: var(--text-light) !important;
}

.dw-slider-theme {
  margin-bottom: 15px !important;
}
.dw-slider-theme .swiper-container .swiper-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.dw-slider-theme .swiper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dw-slider-theme .swiper-footer .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.dw-slider-theme .swiper-footer .swiper-pagination.swiper-pagination-fraction {
  display: flex;
  width: auto;
  height: auto;
  font-size: 10px;
  font-weight: 600;
  background: var(--primary);
  color: var(--text-light);
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.dw-slider-theme .swiper-pagination {
  line-height: 0;
}
.dw-slider-theme .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--primary);
  background: var(--primary-dark);
  opacity: 0.5;
  margin: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.dw-slider-theme .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.dw-slider-theme .swiper-button-prev, .dw-slider-theme .swiper-button-next {
  background-image: none !important;
  color: var(--primary);
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 52px;
  opacity: 0.4;
  margin: 0;
  display: flex;
  transition: 0.15s;
}
.dw-slider-theme .swiper-button-prev::after, .dw-slider-theme .swiper-button-next::after {
  display: none;
}
.dw-slider-theme .swiper-button-prev:hover, .dw-slider-theme .swiper-button-prev:focus, .dw-slider-theme .swiper-button-next:hover, .dw-slider-theme .swiper-button-next:focus {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .dw-slider-theme .swiper-button-prev, .dw-slider-theme .swiper-button-next {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .dw-slider-theme .swiper-button-prev, .dw-slider-theme .swiper-button-next {
    font-size: 28px;
  }
}
.dw-slider-theme .swiper-button-prev {
  left: 2%;
}
.dw-slider-theme .swiper-button-next {
  right: 2%;
}
.dw-slider-theme .swiper-button-prev.swiper-button-disabled, .dw-slider-theme .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.wrapper .container .form-templates .card {
  margin: 0 auto !important;
}
.wrapper .container .form-templates .card .card-body .btn-form {
  border-radius: 5px !important;
  border: none !important;
  padding: 8px 14px !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  color: #282828 !important;
}

.modal-default .modal-content .modal-body .btn.btn-theme {
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  color: #282828 !important;
  border: none !important;
  min-height: 38px !important;
  margin-bottom: 10px;
}
.modal-default .modal-content .modal-body .btn.credit-transactions {
  font-weight: 700;
}
.modal-default .modal-content .modal-body .menu-transaction li a {
  border-radius: 5px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-default .modal-content .modal-body .menu-transaction li a:hover, .modal-default .modal-content .modal-body .menu-transaction li a.active {
  color: #282828;
}

.wallet-default-container .col-wallet .wallet-body .history-wallet-body .buttons-history .btn.btn-gray {
  font-size: 14px !important;
  background: #f4f4f4 !important;
  background-image: linear-gradient(to right, #f4f4f4 0%, #d3d3d3 90%) !important;
  border: none !important;
  color: #282828 !important;
}
.wallet-default-container .col-wallet .wallet-body .history-wallet-body .buttons-history .hline.hline-100 {
  margin: 5px auto !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn.btn-theme {
  background: #e8bb00 !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  border: none !important;
  color: #282828 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn.btn-theme02 {
  background: #f4f4f4 !important;
  background-image: linear-gradient(to right, #f4f4f4 0%, #d3d3d3 90%) !important;
  border: none !important;
  color: #282828 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn i.fa {
  display: none !important;
}
.wallet-default-container .col-wallet .btn-wallet-transaction-mobile .btn br {
  display: none;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .text-nav {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row-reverse !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .fa-database {
  display: none !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification {
  margin-right: 11px !important;
}
.wallet-default-container .wallet-nav-top .item-balance.bonus-balance .notification .badge {
  background-color: #e0000f !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment {
  min-height: 45px !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment.btn-theme, .wallet-default-container .wallet-nav-top .float-wallet-top .btn.payment.btn-theme02 {
  text-transform: uppercase !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme, .wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme02 {
  background: #e8bb00 !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  border: none !important;
  color: #282828 !important;
  font-weight: 600 !important;
}
.wallet-default-container .wallet-nav-top .float-wallet-top .btn-theme02 {
  background: #f4f4f4 !important;
  background-image: linear-gradient(to right, #f4f4f4 0%, #d3d3d3 90%) !important;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul {
    display: flex !important;
  }
  .wallet-default-container .wallet-tabs .wallet-nav ul li {
    margin: 0 2px !important;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li {
  width: 100% !important;
  border-right: none !important;
  border-left: none !important;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a {
  background: rgba(0, 0, 0, 0.07) !important;
  border-radius: 5px !important;
  padding: 10px 7px 10px 15px;
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul li a {
    padding: 5px;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
  background-color: #e0000f !important;
}
@media screen and (min-width: 992px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
    position: relative !important;
    top: -1px !important;
  }
}
@media screen and (max-width: 991px) {
  .wallet-default-container .wallet-tabs .wallet-nav ul li a .badge-item {
    top: -3px !important;
    right: -2px !important;
    min-width: 18px !important;
  }
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover, .wallet-default-container .wallet-tabs .wallet-nav ul li a:focus, .wallet-default-container .wallet-tabs .wallet-nav ul li a.active {
  background: #e8bb00 !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  border: none !important;
  color: #282828 !important;
}
.wallet-default-container .wallet-tabs .wallet-nav ul li a:hover .badge-item, .wallet-default-container .wallet-tabs .wallet-nav ul li a:focus .badge-item, .wallet-default-container .wallet-tabs .wallet-nav ul li a.active .badge-item {
  background: #e0000f !important;
  background-image: linear-gradient(to right, #e0000f 0%, #e0000f 90%) !important;
  color: #fff !important;
}
.wallet-default-container .wallet-body .form-control-sm {
  line-height: 24px !important;
  height: 34px !important;
}
.wallet-default-container .wallet-body .btn.btn-theme {
  width: 100%;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  color: #282828 !important;
  border: none !important;
}
.wallet-default-container .wallet-body .btn.btn-theme.disabled, .wallet-default-container .wallet-body .btn.btn-theme:disabled {
  opacity: 0.4 !important;
}
.wallet-default-container .wallet-body .wallet-section-body table.dataTable.no-footer a .fa-info-circle {
  color: #e8bb00 !important;
}
.wallet-default-container .wallet-section-body {
  color: #282828 !important;
  font-size: 14px !important;
}
.wallet-default-container .wallet-section-body #profile-form {
  color: #282828 !important;
  font-size: 14px !important;
}
.wallet-default-container .wallet-section-body .title-wallet-body {
  font-size: 14px !important;
}
.wallet-default-container .wallet-section-body .text-form-wallet {
  color: #777777 !important;
}
.wallet-default-container .wallet-section-body .mandatory-align {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-section-body .mandatory-align {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .wallet-default-container .wallet-section-body .mandatory-small {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .wallet-default-container .wallet-section-body .mandatory {
    display: none !important;
  }
}
.wallet-default-container .register-rules {
  margin-bottom: 0 !important;
}
.wallet-default-container .form-group {
  margin-bottom: 10px !important;
}
.wallet-default-container .hline {
  margin: 9px auto 8px !important;
}

.modal .modal-content {
  background-color: #f8f9fa !important;
}

.modal-header {
  background: #282828 !important;
}
.modal-header .modal-title {
  color: #e8bb00 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.modal-header .close {
  color: #e8bb00 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.dw-lobby-store-details .dw-lobby-store-details-container img.dw-lobby-store-details-image {
  width: 100%;
  max-width: 578px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dw-lobby-store-details .dw-lobby-store-details-container {
    flex-direction: column-reverse !important;
  }
  .dw-lobby-store-details .dw-lobby-store-details-container .dw-lobby-store-details-right {
    margin-bottom: 15px !important;
  }
}

.post-default {
  padding-top: 0 !important;
}
.post-default .post-title,
.post-default .date-post,
.post-default .deep-purple {
  display: none !important;
}
.post-default .post-content img {
  margin: 0 0 8px !important;
}

.list-post-default .post-list .article-post .content-article {
  border-radius: 5px !important;
}
.list-post-default .post-list .article-post .content-article .deep-purple,
.list-post-default .post-list .article-post .content-article .date-article {
  display: none !important;
}

.DropdownLang .dropdown-menu .dropdown-item {
  display: flex !important;
  align-items: center !important;
}
.DropdownLang .dropdown-menu .dropdown-item .lang-flag {
  margin-right: 5px !important;
}

.nav-mobile-1 .ms-fixed-mobile-item-no-login {
  display: flex !important;
}
.nav-mobile-1 .ms-fixed-mobile-item-no-login .btn {
  width: 100% !important;
  margin: 0 4px !important;
}

.nav-mobile-1 {
  box-shadow: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.nav-mobile-1.nav-mobile-1-guest {
  background: var(--background-dark);
}
.nav-mobile-1.nav-mobile-1-guest .btn-el {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 5.5px 23px;
  border-radius: 5px;
  flex-basis: 0;
}

._asb_betslip-link-container {
  right: 5px !important;
  bottom: 60px !important;
  left: inherit !important;
}

.swal2-icon.swal2-warning {
  border-color: #e0000f !important;
  color: #e0000f !important;
}

.swal2-container .swal2-modal .swal2-title {
  color: #282828;
}
.swal2-container .swal2-modal .swal2-content {
  color: #777777;
}
.swal2-container .swal2-modal .swal2-actions .swal2-confirm {
  background: #e8bb00 !important;
  background-image: linear-gradient(to right, #f8d152 0%, #e8bb00 90%) !important;
  border: none !important;
  color: #282828 !important;
  font-weight: 600 !important;
}
.swal2-container .swal2-modal .swal2-actions .swal2-cancel {
  background: #f4f4f4 !important;
  background-image: linear-gradient(to right, #f4f4f4 0%, #d3d3d3 90%) !important;
  border: none !important;
  color: #282828 !important;
  font-weight: 600 !important;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.hesperiden.tparrows {
  display: none !important;
}

.tooltip-inner {
  max-width: 300px !important;
}

@media screen and (max-width: 991px) {
  .wrapper .container .form-templates {
    display: inherit !important;
    padding: 15px 0 !important;
    min-height: calc(100vh - 105px) !important;
    margin: 0 auto !important;
  }
}
@-webkit-keyframes pulseTimes {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
  }
}
@keyframes pulseTimes {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(232, 187, 0, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 187, 0, 0);
  }
}
/*#############################################
             Plugin Modifier
#############################################*/
/* Convert px to rem */
.swal2-theme .swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.75);
}
.swal2-theme .swal2-container .swal2-popup {
  background: var(--background-contrast);
}
.swal2-theme .swal2-container .swal2-modal .swal2-title {
  color: var(--text-color);
}
.swal2-theme .swal2-container .swal2-modal .swal2-actions button {
  font-size: 1rem;
  font-weight: 500;
  min-height: 3rem;
  min-width: 9.375rem;
  border-radius: 0.625rem;
  padding: 12px 20px;
}
.swal2-theme .swal2-container .swal2-modal .swal2-actions .swal2-confirm {
  background: var(--primary) !important;
  color: var(--dark) !important;
  border: 2px var(--primary) solid !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.swal2-theme .swal2-container .swal2-icon {
  border: none !important;
  border-radius: 0 !important;
  -webkit-filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
  background: url(../images/mc-alert-icon-base.png) no-repeat center;
  background-size: contain !important;
  width: 7rem !important;
  height: 7rem !important;
  aspect-ratio: 1/1;
}
.swal2-theme .swal2-container .swal2-icon div, .swal2-theme .swal2-container .swal2-icon span {
  display: none !important;
}
.swal2-theme .swal2-container .swal2-success::after {
  content: "";
  background: url(../images/mc-alert-icon-check.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swal2-theme .swal2-container .swal2-info::after {
  content: "";
  background: url(../images/mc-alert-icon-info.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swal2-theme .swal2-container .swal2-warning::after {
  content: "";
  background: url(../images/mc-alert-icon-warning.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swal2-theme .swal2-container .swal2-question::after {
  content: "";
  background: url(../images/mc-alert-icon-question.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swal2-theme .swal2-container .swal2-error::after {
  content: "";
  background: url(../images/mc-alert-icon-error.png) no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .swal2-theme .swal2-container .swal2-modal .swal2-actions button {
    font-size: 1rem;
    padding: 12px 20px;
  }
  .swal2-theme .swal2-container .swal2-icon {
    width: 10rem !important;
    height: 10rem !important;
    aspect-ratio: 1/1;
  }
}

.preview-games-iframe {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-timing-function: ease;
}
.preview-games-iframe.expand-active .container-iframe {
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.preview-games-iframe.expand-active .container-iframe iframe {
  border-radius: 0;
  border: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header {
  bottom: auto;
  top: 0;
}
.preview-games-iframe.expand-active .container-iframe .iframe-header .options-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.preview-games-iframe .container-iframe {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 1300px;
  max-height: 700px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #232323;
}
.preview-games-iframe .container-iframe iframe {
  width: calc(100% - 52px);
  border: none;
  height: 100%;
  background: #282828;
  margin-bottom: 0 !important;
}
.preview-games-iframe .container-iframe .header-options-frame {
  padding: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-games-iframe .container-iframe .header-options-frame .left-header-options, .preview-games-iframe .container-iframe .header-options-frame .center-header-options, .preview-games-iframe .container-iframe .header-options-frame .right-header-options {
  display: flex;
  margin: 0 0 -10px -10px;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn {
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px 10px;
  aspect-ratio: 1/1;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn button {
  display: flex;
  border: none;
  background: transparent;
  color: inherit;
  padding: 0;
  line-height: 1;
  font-size: 1.875rem !important;
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn button:active {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (hover: hover) {
  .preview-games-iframe .container-iframe .header-options-frame .frame-btn button:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
.preview-games-iframe .container-iframe .header-options-frame .frame-btn .close-btn {
  background: var(--background-dark);
  color: var(--text-dark);
  border: 1px solid var(--text-dark);
  font-size: 1rem !important;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .preview-games-iframe .container-iframe .header-options-frame {
    height: 100%;
    width: auto;
    flex-direction: column-reverse;
  }
  .preview-games-iframe .container-iframe .header-options-frame .left-header-options, .preview-games-iframe .container-iframe .header-options-frame .center-header-options, .preview-games-iframe .container-iframe .header-options-frame .right-header-options {
    flex-direction: column-reverse;
  }
}
.preview-games-iframe .container-iframe .logo-on-iframe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-games-iframe .container-iframe .logo-on-iframe img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.1s ease;
}
.preview-games-iframe .container-iframe .logo-on-iframe img:active {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (hover: hover) {
  .preview-games-iframe .container-iframe .logo-on-iframe img:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
@media screen and (max-width: 767px) {
  .preview-games-iframe .container-iframe {
    width: calc(100% - 50px);
    height: calc(100% - 70px);
    top: calc(50% + 15px);
    align-items: flex-end;
    flex-direction: column;
  }
  .preview-games-iframe .container-iframe iframe {
    width: 100%;
    border: none;
    height: calc(100% - 50px);
  }
}
.preview-games-iframe .background-opacity {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

body.dark .sportsbook-container {
  background-color: #1e1e1e;
}
