/* author by s010 2020 */ /*---------- mixin load ----------*/
/*---------- anmation mixin load ----------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
/*---------- common css load ----------*/
* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.tr, .tr img, .tr a, ul.tr li, .tr > div {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ftr, .ftr img, .ftr a, ul.ftr li {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.widget-tooltips ul, .gatewayForm ul, .wrapperQuickTransfer ul, .wrapperWalletAction ul, .wrapperProfileAction ul, .currentWallet ul, .profileInfo ul, .singleInfo ul, .historyFilter ul, .wrapperMarquee marquee ol, .gameListing ul, .lobbyNav ul, .navDd, nav ul, .deviceNav ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

hr {
    height: 0;
    overflow: visible;
    box-sizing: content-box;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* general */
body {
    background: #192233;
    font-size: 100%;
    line-height: 1.2em;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: #fff;
    scrollbar-width: thin;
    scrollbar-color: rgba(128, 128, 128, 0.5) #04031a;
    -ms-overflow-style: none;
}

    body::-webkit-scrollbar {
        width: 0.5rem;
    }

    body::-webkit-scrollbar-track {
        background-color: #04031a;
    }

    body::-webkit-scrollbar-thumb {
        background-color: rgba(128, 128, 128, 0.5);
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        opacity: 0.5;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: rgba(33, 150, 243, 0.5);
        }

    body::-webkit-scrollbar-corner {
        background-color: #04031a;
    }

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    body {
        font-size: 80%;
    }
}

section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0.5rem;
    position: relative;
    z-index: 2;
}

    section.w960 {
        max-width: 960px;
        margin: 0 auto;
    }

    section.w1100 {
        max-width: 1100px;
        margin: 0 auto;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    section.mobFull {
        padding: 0;
    }
}

@media only screen and (max-width: calc(1248px - 1px)) {
    section {
        width: 98%;
    }
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
}

h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: normal;
}

h3 {
    font-size: 1.25em;
    line-height: 1.2em;
}

h4 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 700;
}

h5 {
    font-size: 1em;
    line-height: 1.2em;
}

h6 {
    font-size: 1em;
    line-height: 1.2em;
}

p {
    font-size: 1em;
    line-height: 1.2em;
}

span {
    font-size: 1em;
    line-height: 1.2em;
}

    span.icons {
        color: inherit;
    }

hr {
    border-color: #fcba06;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #31b1f8;
    }

    a.selected {
        color: #31b1f8;
        cursor: default;
    }

.txtLink {
    position: relative;
    z-index: 2;
    display: inline;
}

    .txtLink a {
        text-decoration: none;
        color: #fcba06;
    }

.txtLinkB {
    position: relative;
    z-index: 2;
    display: inline;
}

    .txtLinkB a {
        text-decoration: none;
        color: #fcba06;
        font-weight: 500;
    }

button {
    outline: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer-event {
    cursor: pointer;
}

    .cursor-pointer-event:hover {
        color: #31b1f8;
    }

.wrapper {
    position: relative;
    z-index: 2;
    display: block;
}

.blank-container {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: calc(768px - 1px)) {
    .blank-container {
        padding: 5vh 0 0 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .blank-container > section {
            margin: 0;
        }
}

.blank-text h1 {
    font-size: 4rem;
    line-height: 1.2em;
    padding: 0.5rem 0;
}

.blank-text p {
    padding: 1rem 0;
}

.blank-text .btnMain {
    margin: 1rem 0;
}

.fancy-shadow-text {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

html, body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrapperContent {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    padding: 0rem 0;
}

header {
    position: relative;
    z-index: 5;
    display: block;
    padding: 0.25rem 0;
    background: #04031a;
}

    header > section {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: auto auto 1fr;
        justify-content: space-between;
        text-decoration: left;
    }

@media only screen and (max-width: calc(1248px - 1px)) {
    header > section {
        grid-template-columns: auto 1fr auto;
    }
}

@media only screen and (max-width: calc(1200px - 1px)) {
    header {
        padding: 0.125rem 0;
        height: calc(40px + 0.125rem);
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
    }

        header > section {
            display: flex;
            height: 100%;
        }
}

.wrapperLogo {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperLogo {
        position: absolute;
        z-index: 2;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: 0rem;
    }
}

.logo {
    position: relative;
    z-index: 2;
    display: block;
}

    .logo a {
        display: block;
    }

    .logo img {
        display: block;
        min-width: 100px;
        width: 100%;
        max-width: 100px;
        height: auto;
    }

@media only screen and (max-width: calc(1200px - 1px)) {
    .logo a {
        display: inline;
    }

    .logo img {
        width: auto;
        height: calc(40px - 0.125rem);
        min-width: 100%;
        max-width: 100%;
    }
}

.wrapperUserName {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0rem 0 2rem;
    font-size: 1em;
    line-height: 1.2em;
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperUserName {
        display: none;
    }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperUserName {
        font-size: 0.875em;
        line-height: 1.2em;
        padding: 0 0 0 0.5rem;
    }
}

.walletMoney {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0.5rem 0;
    padding: 0 0.5rem;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.spin-ani {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.flag {
    display: flex;
    align-items: center;
}

    .flag img {
        display: inline-block;
        width: 1.5rem;
        height: auto;
        margin: 0 1rem 0 0;
    }

.hamMenu, .hamSettings {
    position: relative;
    z-index: 4;
    display: none;
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .hamMenu, .hamSettings {
        display: flex;
    }
}

.hamMenu a, .hamSettings a {
    display: block;
    padding: 0.25rem 1rem;
    border: 1px solid transparent;
    margin: auto 0;
}

    .hamMenu a:hover, .hamSettings a:hover {
        border: 1px solid #31b1f8;
    }

    .hamMenu a.active, .hamSettings a.active {
        border: 1px solid #31b1f8;
    }

.hamMenu .iconify, .hamSettings .iconify {
    font-size: 1.375em;
    line-height: 1.2em;
}

.wrapperMobUserInfo {
    position: relative;
    z-index: 2;
    display: none;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    background: black;
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperMobUserInfo {
        display: flex;
    }
}

.userAvatar {
    position: relative;
    z-index: 2;
    padding: 0 0.5rem 0 0;
}

    .userAvatar .iconify {
        font-size: 2.25em;
        line-height: 1.2em;
    }

nav, .deviceNav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 0 1rem;
}

    nav .iconify, .deviceNav .iconify {
        font-size: 1.375em;
        line-height: 1.2em;
    }

    nav ul, .deviceNav ul {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        nav ul.show, .deviceNav ul.show {
            display: flex;
        }

        nav ul li, .deviceNav ul li {
            position: relative;
            z-index: 2;
            display: block;
            padding: 0 0.5rem;
        }

            nav ul li.default a, .deviceNav ul li.default a {
                color: #fff;
                border-color: transparent !important;
            }

                nav ul li.default a:hover, .deviceNav ul li.default a:hover {
                    border-color: transparent;
                }

            nav ul li.active .navDd, .deviceNav ul li.active .navDd {
                display: block;
            }

            nav ul li.active:hover .navDd, .deviceNav ul li.active:hover .navDd {
                display: block;
            }

            nav ul li:hover, .deviceNav ul li:hover {
                border-color: #31b1f8;
            }

                nav ul li:hover a, .deviceNav ul li:hover a {
                    color: #31b1f8;
                }

                nav ul li:hover .navDd, .deviceNav ul li:hover .navDd {
                    display: block;
                }

                    nav ul li:hover .navDd a, .deviceNav ul li:hover .navDd a {
                        border-color: transparent;
                        color: white;
                    }

                        nav ul li:hover .navDd a:hover, .deviceNav ul li:hover .navDd a:hover {
                            color: #31b1f8;
                        }

                        nav ul li:hover .navDd a.selected, .deviceNav ul li:hover .navDd a.selected {
                            color: #31b1f8;
                            cursor: default;
                        }

            nav ul li:last-child, .deviceNav ul li:last-child {
                border-right: 0px;
            }

            nav ul li > a, .deviceNav ul li > a {
                white-space: normal;
                text-align: center;
            }

            nav ul li a, .deviceNav ul li a {
                position: relative;
                z-index: 2;
                display: block;
                padding: 0.25rem 1rem;
                border: 1px solid transparent;
                word-break: keep-all;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

                nav ul li a:hover, .deviceNav ul li a:hover {
                    border-color: #31b1f8;
                }

                nav ul li a.selected, .deviceNav ul li a.selected {
                    border-color: #31b1f8;
                }

@media only screen and (max-width: calc(1248px - 1px)) {
    nav ul li, .deviceNav ul li {
        padding: 0 0.25rem;
    }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    nav, .deviceNav {
        font-size: 0.875em;
        line-height: 1.2em;
    }

        nav ul li a, .deviceNav ul li a {
            padding: 0.25rem 0.5rem;
        }

        nav ul li:hover a, .deviceNav ul li:hover a {
            color: inherit;
        }

        nav ul li:hover .navDd, .deviceNav ul li:hover .navDd {
            display: none;
        }

        nav ul li.active > a, .deviceNav ul li.active > a {
            color: #31b1f8;
        }
}

@media only screen and (max-width: calc(1200px - 1px)) {
    nav, .deviceNav {
        position: absolute;
        z-index: 2;
        top: calc(40px - 0.125rem);
        left: -0.5rem;
        width: calc(100% + 1rem);
        background: #04031a;
        display: block;
        padding: 0;
    }

        nav ul, .deviceNav ul {
            display: none;
            padding: 1rem 0 1rem;
            width: 100%;
            flex-direction: column;
            justify-content: flex-start;
            text-align: center;
            text-align: left;
        }

            nav ul .navDd, .deviceNav ul .navDd {
                position: relative;
                z-index: 2;
            }

                nav ul .navDd:before, .deviceNav ul .navDd:before {
                    display: none;
                }

                nav ul .navDd ol, .deviceNav ul .navDd ol {
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    background: black;
                }

                    nav ul .navDd ol li, .deviceNav ul .navDd ol li {
                        display: flex;
                        flex: 0 1 calc(33.33% - 3rem);
                    }

                        nav ul .navDd ol li a, .deviceNav ul .navDd ol li a {
                            display: block;
                            width: 100%;
                            padding: 1rem 2rem;
                        }

                        nav ul .navDd ol li[data-mobile-dropdown] a, .deviceNav ul .navDd ol li[data-mobile-dropdown] a {
                            color: #fff;
                            border-color: transparent !important;
                        }

                            nav ul .navDd ol li[data-mobile-dropdown] a:hover, .deviceNav ul .navDd ol li[data-mobile-dropdown] a:hover {
                                border-color: transparent;
                            }

                        nav ul .navDd ol li.default:hover .navDd, .deviceNav ul .navDd ol li.default:hover .navDd {
                            display: none;
                        }

            nav ul.show, .deviceNav ul.show {
                display: flex;
                overflow-y: scroll;
                height: calc(100vh - 40px - 0.125rem);
                padding: 0 0 calc(10vh + 40px + 0.125rem);
            }

            nav ul li, .deviceNav ul li {
                width: 100%;
                margin-bottom: 1rem;
            }

                nav ul li .icn-text, .deviceNav ul li .icn-text {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                nav ul li a, .deviceNav ul li a {
                    padding: 0.25rem 0.5rem 0.25rem 1rem;
                    margin: 0 0.5rem 0 1rem;
                    text-align: left;
                    border-color: transparent !important;
                }

                nav ul li:last-child, .deviceNav ul li:last-child {
                    margin-bottom: 0;
                }
}

.deviceNav {
    display: none;
}

@media only screen and (max-width: calc(768px - 1px)) {
    .deviceNav {
        display: block;
    }
}

.navDd {
    position: absolute;
    z-index: 2;
    display: none;
    min-width: 100%;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 0.5rem 0;
    text-align: center;
    /* @include mq("desktop", max) {
      @include positionIndex(relative);
      left: auto;
      @include translate(0%, 0%);
  } */
}

    .navDd:before {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        top: 0.5rem;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #31b1f8;
        margin-top: -4px;
    }

    .navDd ol {
        background: #192233;
        font-size: 0.875em;
        line-height: 1.2em;
        white-space: nowrap;
        padding: 0rem 0.2rem 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 5px 1px 10px 2px rgba(25, 34, 51, 0.5);
        -moz-box-shadow: 5px 1px 10px 2px rgba(25, 34, 51, 0.5);
        box-shadow: 5px 1px 10px 2px rgba(25, 34, 51, 0.5);
    }

        .navDd ol li {
            padding: 0;
            margin: 0 0 0.2rem;
        }

            .navDd ol li a {
                padding: 0.5rem 1rem 0.5rem;
                white-space: nowrap;
            }

@media only screen and (max-width: calc(1024px - 1px)) {
    .navDd ol li a {
        white-space: nowrap;
    }
}

.wrapperContent {
    position: relative;
    z-index: 2;
    display: block;
}

aside {
    position: relative;
    z-index: 2;
    display: block;
    color: white;
    border-right: 1px solid #212c42;
    font-size: 1.125em;
    line-height: 1.2em;
}

.wrapperContent, aside, .wrapperStage {
    height: calc(100vh - 0.5rem - 0.4rem - 45px - 1.5rem);
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(128, 128, 128, 0.5) #04031a;
    -ms-overflow-style: none;
}

    .wrapperContent::-webkit-scrollbar, aside::-webkit-scrollbar, .wrapperStage::-webkit-scrollbar {
        width: 4px;
    }

    .wrapperContent::-webkit-scrollbar-track, aside::-webkit-scrollbar-track, .wrapperStage::-webkit-scrollbar-track {
        background-color: #04031a;
    }

    .wrapperContent::-webkit-scrollbar-thumb, aside::-webkit-scrollbar-thumb, .wrapperStage::-webkit-scrollbar-thumb {
        background-color: rgba(128, 128, 128, 0.5);
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        opacity: 0.5;
    }

        .wrapperContent::-webkit-scrollbar-thumb:hover, aside::-webkit-scrollbar-thumb:hover, .wrapperStage::-webkit-scrollbar-thumb:hover {
            background: rgba(33, 150, 243, 0.5);
        }

    .wrapperContent::-webkit-scrollbar-corner, aside::-webkit-scrollbar-corner, .wrapperStage::-webkit-scrollbar-corner {
        background-color: #04031a;
    }

@media only screen and (max-width: calc(1440px - 1px)) {
    .wrapperContent, aside, .wrapperStage {
        padding: 1rem 0.5rem 1rem 0;
    }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperContent, aside, .wrapperStage {
        padding: 0;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperContent, aside, .wrapperStage {
        padding: 0.25rem;
        height: auto;
    }
}

.wrapperContent {
    padding: 0 0 0rem;
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperContent {
        padding: calc(40px + 0.125rem) 0 0 0;
        height: auto;
    }
}

.chveron {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.lobbyNav {
    position: relative;
    z-index: 2;
    display: block;
}

    .lobbyNav ul {
        position: relative;
        z-index: 2;
        display: block;
    }

        .lobbyNav ul li {
            display: block;
            margin: 0 0 0.5rem;
            padding: 0 0.5rem 0;
        }

    .lobbyNav a {
        display: flex;
        padding: 0.5rem 1rem;
        border: 1px solid #212c42;
        justify-content: space-between;
        align-items: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: uppercase;
    }

        .lobbyNav a.active {
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            border-color: rgba(255, 255, 255, 0.5);
        }

            .lobbyNav a.active .chveron {
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .lobbyNav a:hover, .lobbyNav a.selected {
            background: #04031a;
            color: white;
            border: 1px solid #31b1f8;
        }

@media only screen and (max-width: calc(768px - 1px)) {
    .lobbyNav a:hover {
        border: 1px solid #31b1f8;
    }
}

.lobbyNav dl {
    position: relative;
    z-index: 2;
    display: none;
    border: 1px solid #212c42;
    margin: 0 0 1rem;
}

    .lobbyNav dl.show {
        display: block;
    }

    .lobbyNav dl a {
        border-color: transparent;
        padding: 0.5rem 1rem 0.5rem 1.5rem;
        background: rgba(255, 255, 255, 0.1);
    }

    .lobbyNav dl dt a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .lobbyNav dl dt:last-child a {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

@media only screen and (max-width: calc(1440px - 1px)) {
    .lobbyNav {
        min-width: calc(160px + 1rem);
        font-size: 1em;
        line-height: 1.2em;
    }

        .lobbyNav ul li {
            padding: 0 0.5rem;
        }

        .lobbyNav a {
            padding: 0.5rem 0.5rem;
        }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .lobbyNav {
        display: block;
        width: 100%;
        overflow-y: scroll;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }

        .lobbyNav::-webkit-scrollbar {
            width: 0.25rem;
            height: 0.25rem;
        }

        .lobbyNav::-webkit-scrollbar-thumb {
            background-color: rgba(128, 128, 128, 0.5);
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            border-radius: 1rem;
            opacity: 0.5;
        }

            .lobbyNav::-webkit-scrollbar-thumb:hover {
                background: rgba(33, 150, 243, 0.5);
            }

        .lobbyNav::-webkit-scrollbar-corner {
            background-color: #04031a;
        }

        .lobbyNav ul {
            display: flex;
            padding-bottom: 0.5rem;
        }

            .lobbyNav ul li {
                display: flex;
                white-space: nowrap;
            }

                .lobbyNav ul li .iconify {
                    display: none;
                }

        .lobbyNav dl {
            display: none !important;
        }

        .lobbyNav a.active {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
}

.asideTitle {
    position: relative;
    z-index: 3;
    display: block;
    padding: 1rem 4rem;
    color: #9d9d9d;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 auto;
}

@media only screen and (max-width: calc(1440px - 1px)) {
    .asideTitle {
        padding: 0.5rem 0.5rem;
        width: 80%;
        max-width: 220px;
    }
}

.asideTitle img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapperSearch {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0.5rem;
    margin: 0 0 1rem;
}

    .wrapperSearch form {
        display: flex;
        width: 100%;
    }

@media only screen and (max-width: calc(1440px - 1px)) {
    .wrapperSearch {
        padding: 0 0.5rem;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperSearch {
        padding: 0 0.5rem;
        margin: 0 0 1rem;
    }
}

.search {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
}

    .search input {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        background: transparent;
        color: white;
        color: white;
        padding: 0.5rem 1rem;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        border: 1px solid #2c2c2c;
        border-right: 0;
        font-size: 1em;
        line-height: 1.2em;
    }

    .search:hover:after {
        opacity: 0.8;
    }

    .search:after {
        opacity: 0;
        position: absolute;
        z-index: 1;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        box-shadow: 5px 5px 15px rgba(225, 225, 225, 0.1), -5px -5px 15px rgba(225, 225, 225, 0.1);
    }

@media only screen and (max-width: calc(1440px - 1px)) {
    .search input {
        padding: 0.5rem 0.5rem;
    }
}

.btnSearch {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 1.125em;
    line-height: 1.2em;
}

    .btnSearch a {
        display: flex;
        align-items: center;
        background: #212121;
        border: 1px solid #2c2c2c;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        padding: 0.5rem 0.5rem;
    }

        .btnSearch a:hover {
            background: #192233;
        }

.wrapperLobby {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 0 auto;
    background: #080808;
    background: url("../images/wallpaper.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top: 1px solid #212c42;
    border-bottom: 1px solid #04031a;
}

    .wrapperLobby section {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: 280px auto;
        padding: 0 0rem;
        gap: 1rem;
    }

@media only screen and (max-width: calc(1440px - 1px)) {
    .wrapperLobby section {
        padding: 0 0;
        grid-template-columns: 180px auto;
        gap: 0.5rem;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperLobby section {
        padding: 0;
        display: block;
    }
}

.wrapperStage {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 2rem 0;
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperStage {
        padding: 2rem 0 4rem;
    }
}

.wrapperGameListing {
    position: relative;
    z-index: 2;
    display: block;
}

.gameListing {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

    .gameListing ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 1rem;
        padding: 0 1rem 0 0;
    }

        .gameListing ul li {
            position: relative;
            z-index: 2;
            display: block;
        }

@media only screen and (max-width: calc(1440px - 1px)) {
    .gameListing ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .gameListing {
        width: 100%;
    }

        .gameListing ul {
            grid-template-columns: repeat(3, 1fr);
            gap: 0.5rem;
            padding: 0 0.5rem;
        }
}

@media only screen and (max-width: calc(768px - 1px)) and (orientation: landscape) {
    .gameListing ul {
        grid-template-columns: repeat(6, 1fr);
    }
}

@property --rotate-gradient {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@-webkit-keyframes jackpotGradient {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 0deg;
    }

    50% {
        text-shadow: 0 0 10px white;
        --rotate-gradient: 180deg;
    }

    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 360deg;
    }
}

@-moz-keyframes jackpotGradient {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 0deg;
    }

    50% {
        text-shadow: 0 0 10px white;
        --rotate-gradient: 180deg;
    }

    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 360deg;
    }
}

@-ms-keyframes jackpotGradient {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 0deg;
    }

    50% {
        text-shadow: 0 0 10px white;
        --rotate-gradient: 180deg;
    }

    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 360deg;
    }
}

@-o-keyframes jackpotGradient {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 0deg;
    }

    50% {
        text-shadow: 0 0 10px white;
        --rotate-gradient: 180deg;
    }

    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 360deg;
    }
}

@keyframes jackpotGradient {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 0deg;
    }

    50% {
        text-shadow: 0 0 10px white;
        --rotate-gradient: 180deg;
    }

    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0);
        --rotate-gradient: 360deg;
    }
}

.game {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .game:hover {
        border-color: #31b1f8;
    }

    .game .gameThumb {
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1, 1);
        transform-origin: center;
        background: #1a1a1a;
        padding-bottom: 3rem;
    }

        .game .gameThumb.alternate {
            padding-bottom: 2.5rem;
        }

        .game .gameThumb.hot-thumbnail {
            background-color: #1a1a1a;
            background-image: url("../images/hot-ani.gif");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center bottom;
        }

        .game .gameThumb.hot-thumbnail-front:after {
            content: "";
            position: absolute;
            z-index: 2;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: url("../images/hot-ani.gif");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center bottom;
        }

        .game .gameThumb img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 0.5rem 0rem;
        }

    .game .card-name {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .game .card-name .txt_xsm {
            font-size: 0.825rem;
        }

        .game .card-name div:first-child {
            padding: 0rem 0 0.25rem 0;
        }

        .game .card-name div:last-child {
            padding: 0;
        }

        .game .card-name .gameName {
            position: relative;
            z-index: 2;
            padding: 0rem 0.25rem;
            background: transparent;
        }

    .game .gameName {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        padding: 0rem 0 0.25rem 0rem;
        background: #1a1a1a;
        text-align: center;
    }

        .game .gameName.disabled p {
            transition: none !important;
            margin-left: 0 !important;
            display: block;
        }

        .game .gameName p {
            display: inline-block;
        }

    .game .jackpot-label {
        position: relative;
        z-index: 2;
        color: inherit;
        text-align: center;
        padding: 0rem 0.25rem;
        font-weight: bold;
        animation: jackpotGradient 6s ease-in-out infinite;
        background: linear-gradient(var(--rotate-gradient), #ffcf7a 15%, #fff 60%, #ffcf7a 70%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .game .jackpot-label-overlay {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 1.5rem;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        bottom: 2rem;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: inherit;
        background-color: #ba2d0b !important;
        background-image: linear-gradient(65deg, #fe7f2d 0%, #fe7f2d 15%, #ffcf7a 35%, #ffe7bd 40%, #ffcf7a 45%, #fe7f2d 70%, #fe7f2d 85%, #ffbf46 100%) !important;
        background-size: 400% 400% !important;
        animation: gold-ani 12s ease infinite;
    }

        .game .jackpot-label-overlay.txt_xsm {
            font-size: 0.825rem;
        }

    .game a {
        position: relative;
        z-index: 2;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }

        .game a:hover {
            color: white;
            box-shadow: 10px 10px 30px rgba(255, 90, 70, 0.1), -10px -10px 30px rgba(255, 90, 70, 0.3);
        }

            .game a:hover .gameThumb {
                transform: scale(1.05, 1.05);
            }

            .game a:hover .gameName {
                background-size: 100%;
            }

@media only screen and (max-width: calc(768px - 1px)) {
    .game .gameName {
        padding: 0 0.25rem;
    }

    .game .gameThumb.alternate {
        padding-bottom: 2rem;
    }

    .game .gameThumb img {
        width: 100%;
        height: auto;
    }

    .game .jackpot-label {
        font-size: 0.875rem;
    }

    .game .jackpot-label-overlay {
        width: 100%;
        height: 1rem;
        bottom: 1.5rem;
    }

        .game .jackpot-label-overlay.txt_xsm {
            font-size: 0.725rem;
        }

    .game .card-name .txt_xsm {
        font-size: 0.725rem;
    }
}

.label-red {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40%;
    height: 50%;
    top: -2px;
    right: -4px;
    pointer-events: none;
}

    .label-red img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: right top;
        display: block;
    }

.hot-border:before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/hot-ani.gif");
    background-repeat: repeat;
    background-size: cover;
}

.hot-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("../images/hot-ani.gif");
    background-repeat: repeat;
    background-size: cover;
}

.hot-nav {
    background-image: url("../images/hot-ani.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.endList {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    color: #9d9d9d;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
}

    .endList p {
        position: relative;
        z-index: 2;
        display: flex;
        padding: 0 2rem;
    }

    .endList:before, .endList:after {
        content: "";
        position: relative;
        z-index: 1;
        display: flex;
        flex: 1;
        height: 2px;
        background: #212c42;
        opacity: 0.5;
    }

.wrapperFeatureBanner {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 0 0rem 0;
}

.wrapperMarquee {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 0 0 0.5rem 0;
}

    .wrapperMarquee marquee {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        color: white;
    }

        .wrapperMarquee marquee a {
            display: inline-block;
            padding: 0 1rem 0 0;
        }

        .wrapperMarquee marquee ol {
            position: relative;
            z-index: 2;
            display: flex;
            padding: 0 1rem 0 0;
        }

            .wrapperMarquee marquee ol li {
                padding: 0 0.5rem 0 0;
            }

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .wrapperMarquee {
        font-size: 70%;
        padding: 0 0 0.125rem;
    }

        .wrapperMarquee marquee a {
            padding: 0 0.5rem 0 0;
        }

        .wrapperMarquee marquee ol {
            padding: 0 0.5rem 0 0;
        }

            .wrapperMarquee marquee ol li {
                padding: 0 0.125rem 0 0;
            }
}

.featureBanner {
    position: relative;
    z-index: 2;
    display: block;
}

    .featureBanner img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.wrapperProvider {
    position: relative;
    z-index: 2;
    display: block;
}

    .wrapperProvider.listing .providerContent {
        padding: 0 0 4rem 0;
    }

    .wrapperProvider.col-2 {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 45% 45%;
    }

    .wrapperProvider.col-3 {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(3, 33.3333333333%);
    }

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: portrait) {
    .wrapperProvider.col-2 {
        display: block;
    }
}

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .wrapperProvider.col-2 {
        display: grid;
        grid-template-columns: calc(50% - 1vw) calc(50% - 1vw);
    }
}

.providerContent {
    position: relative;
    z-index: 2;
    display: block;
}

    .providerContent.col-2 {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 40% 60%;
        grid-gap: 1rem;
    }

        .providerContent.col-2 .providerGames {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

@media only screen and (max-width: calc(1200px - 1px)) {
    .providerContent {
        padding-bottom: 1rem;
    }
}

.providerComingSoon {
    position: absolute;
    z-index: 4;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

    .providerComingSoon p, .providerComingSoon strong {
        font-size: 1.5rem;
        position: relative;
        z-index: 2;
    }

.comingSoonOverlay {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25, 34, 51, 0.8);
}

.providerBrand {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

    .providerBrand.col-2 {
        justify-content: space-between;
        align-items: center;
        padding: 0 0 1rem;
    }

    .providerBrand .iconify {
        display: none;
    }

    .providerBrand a > img {
        display: block;
    }

@media only screen and (max-width: calc(1200px - 1px)) {
    .providerBrand {
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .providerBrand a {
            position: relative;
            z-index: 2;
            display: flex;
            width: 100%;
            height: 16vh;
            padding: 1vh 0;
            justify-content: space-between;
            align-items: center;
        }

            .providerBrand a:before {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }

            .providerBrand a .iconify {
                position: relative;
                z-index: 2;
                display: block;
                margin: 0 2vw 0 0;
                font-size: 1.5em;
                line-height: 1.2em;
            }

            .providerBrand a > img {
                position: relative;
                z-index: 2;
                max-width: 40vw;
                margin: 0 0 0 5vw;
            }
}

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .providerBrand a {
        height: 18vh;
    }

        .providerBrand a > img {
            max-width: 32vh;
            margin: 0 0 0 1vw;
        }
}

@media only screen and (max-width: calc(640px - 1px)) and (orientation: landscape) {
    .providerBrand a {
        height: 15vh;
    }

        .providerBrand a > img {
            max-width: 15vw;
            margin: 0 0 0 1vw;
        }
}

.providerBackground {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -15%;
    left: 0;
    display: none;
}

    .providerBackground img {
        display: block;
        max-width: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: right bottom;
    }

@media only screen and (max-width: calc(1200px - 1px)) {
    .providerBackground {
        display: block;
    }
}

.providerGames {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 1rem;
    text-align: center;
}

    .providerGames img {
        display: block;
        max-width: 128px;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .providerGames h1 {
        padding: 0.5rem 0 1rem 0;
    }

@media only screen and (max-width: calc(1248px - 1px)) {
    .providerGames img {
        max-width: 100px;
    }
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .providerGames {
        display: none;
    }
}

.wrapperHistoryContent {
    position: relative;
    z-index: 2;
    display: block;
    padding: 2rem 0;
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperHistoryContent section {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperHistoryContent section {
        width: 100%;
        padding: 0;
    }
}

.historyContent {
    position: relative;
    z-index: 2;
    display: block;
}

.historyAction {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: calc(1248px - 1px)) {
    .historyAction {
        display: block;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .historyAction {
        width: 98%;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
}

.historyTitle {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

@media only screen and (max-width: calc(1248px - 1px)) {
    .historyTitle {
        padding: 0 0 1rem;
    }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .historyTitle {
        padding: 0 0.5rem 1rem;
    }
}

.mobFilterMenu {
    position: relative;
    z-index: 2;
    display: none;
}

    .mobFilterMenu a {
        display: block;
        border: 1px solid transparent;
        padding: 0.5rem;
        background: #212121;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .mobFilterMenu a.active {
            background: #31b1f8;
            color: #fff;
        }

@media only screen and (max-width: calc(768px - 1px)) {
    .mobFilterMenu {
        display: block;
    }
}

.historyFilter {
    position: relative;
    z-index: 2;
    display: block;
}

    .historyFilter.show {
        display: block;
    }

    .historyFilter ul {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

        .historyFilter ul li {
            position: relative;
            z-index: 2;
            display: block;
            margin: 0 1rem 0 0;
        }

            .historyFilter ul li:last-child {
                margin: 0;
            }

            .historyFilter ul li .btnMain a, .historyFilter ul li .btnMain button {
                padding: 0.5rem 2rem;
            }

    .historyFilter .btnMain button {
        padding: calc(0.5rem - 1px) 20px;
    }

@media only screen and (max-width: calc(1248px - 1px)) {
    .historyFilter ul {
        justify-content: flex-end;
    }

        .historyFilter ul li {
            margin: 0 0.5rem 0 0;
        }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .historyFilter {
        padding: 0 0.5rem;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .historyFilter {
        display: none;
    }

        .historyFilter ul {
            flex-wrap: wrap;
        }

            .historyFilter ul li {
                width: 100%;
                margin: 0 0 1rem;
            }

                .historyFilter ul li:last-child > div {
                    display: flex;
                    justify-content: flex-end;
                }
}

.wrapperRecordTable {
    position: relative;
    z-index: 2;
    display: block;
    margin: 1rem 0;
    padding: 2rem;
    background: #212c42;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
    -moz-box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
    box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperRecordTable {
        padding: 1rem 0.5rem;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperRecordTable {
        margin: 0.5rem 0;
        padding: 1rem 0rem;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.recordTable {
    position: relative;
    z-index: 2;
    display: block;
}

    .recordTable h3 {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 1.25em;
        line-height: 1.2em;
        padding: 0 0 1rem 0;
    }

@media only screen and (max-width: calc(768px - 1px)) {
    .recordTable h3 {
        width: 98%;
        margin: 0 auto;
        padding: 0 0.5rem 1rem;
    }
}

.table-container {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
}

    .table-container table {
        border: 1px solid #212c42;
        border-left: 0;
        border-right: 0;
        border-collapse: collapse;
        width: 100%;
    }

        .table-container table thead {
            background: transparent;
            font-size: 1em;
            line-height: 1.2em;
        }

        .table-container table tbody tr {
            position: relative;
            z-index: 2;
        }

            .table-container table tbody tr:nth-child(even) {
                background: #13182e;
            }

            .table-container table tbody tr:hover {
                background: #9095a0;
                -webkit-box-shadow: 5px 1px 10px 2px rgb(4, 3, 26);
                -moz-box-shadow: 5px 1px 10px 2px rgb(4, 3, 26);
                box-shadow: 5px 1px 10px 2px rgb(4, 3, 26);
                z-index: 3;
            }

        .table-container table td, .table-container table th {
            position: relative;
            z-index: 2;
            text-align: left;
            border-bottom: 1px solid #9095a0;
            font-weight: 400;
        }

        .table-container table td {
            padding: 0.5rem;
            cursor: default;
        }

        .table-container table th {
            padding: 0.5rem 1.25rem 0.5rem 0.5rem;
            cursor: pointer;
        }

            .table-container table th:hover {
                color: #31b1f8;
            }

            .table-container table th:before {
                content: "";
                display: block;
                top: calc(50% - 5px);
                right: 0.5rem;
                -moz-transform: translate(0%, -50%);
                -o-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #31b1f8;
                margin-bottom: -2px;
            }

            .table-container table th:after {
                content: "";
                display: block;
                top: calc(50% + 5px);
                right: 0.5rem;
                -moz-transform: translate(0%, -50%);
                -o-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #31b1f8;
                margin-top: -2px;
            }

            .table-container table th.sorting_asc:after {
                opacity: 0.5;
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #13182e;
                margin-top: -2px;
            }

            .table-container table th.sorting_desc:before {
                opacity: 0.5;
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #13182e;
                margin-bottom: -2px;
            }

@media only screen and (max-width: calc(1024px - 1px)) {
    .table-container table td, .table-container table th {
        padding: 0.25rem 1rem 0.25rem 0.25rem;
    }

        .table-container table th:before, .table-container table th:after {
            right: 0.25rem;
        }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .table-container {
        width: 100vw;
        padding: 0 0.5rem 0 0.5rem;
        overflow-x: scroll;
    }

        .table-container table td, .table-container table th {
            padding: 0.25rem 1rem 0.25rem 0.25rem;
            min-width: 30vw;
        }
}

.tablePagination {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0;
}

    .tablePagination a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 0.5rem 0.2rem;
        margin: 0 0.5rem;
    }

    .tablePagination .pagiPage {
        position: relative;
        z-index: 2;
        display: block;
    }

        .tablePagination .pagiPage a {
            border: 2px solid #9095a0;
            padding: 0.5rem;
            margin: 0 0.2rem;
        }

            .tablePagination .pagiPage a:hover {
                background: #31b1f8;
                border-color: #31b1f8;
                color: black;
            }

            .tablePagination .pagiPage a.selected {
                background: transparent;
                border-color: transparent;
                color: #31b1f8;
            }

@media only screen and (max-width: calc(768px - 1px)) {
    .tablePagination {
        justify-content: center;
    }
}

.dataTables_info {
    padding: 1rem 0 0rem 0;
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .dataTables_info {
        text-align: center;
    }
}

.table-pagination {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0;
}

    .table-pagination a {
        position: relative;
        z-index: 2;
        display: block;
        padding: 0.5rem 0.5rem;
        margin: 0 0.25rem;
        cursor: pointer;
        border: 1px solid transparent;
    }

        .table-pagination a:hover {
            color: #31b1f8;
        }

        .table-pagination a.current {
            background: transparent;
            border-color: transparent;
            color: #31b1f8;
        }

    .table-pagination span {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.25rem;
    }

        .table-pagination span a {
            border: 1px solid #9095a0;
        }

            .table-pagination span a:hover {
                background: #31b1f8;
                border-color: #31b1f8;
                color: black;
            }

@media only screen and (max-width: calc(1024px - 1px)) {
    .table-pagination {
        justify-content: center;
        padding: 0.5rem 0;
    }

        .table-pagination span {
            justify-content: center;
        }

        .table-pagination a {
            padding: 0.25rem 0.25rem;
        }
}

.overlayPanelExtend {
    position: fixed;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}

.wrapperInfoPanel {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    display: block;
    background: #04031a;
    padding: 1rem 0 2rem;
}

    .wrapperInfoPanel .infoPanel {
        position: relative;
        z-index: 2;
        display: block;
    }

    .wrapperInfoPanel.closed {
        overflow: hidden;
        height: 0;
        padding: 0;
    }

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperInfoPanel {
        height: calc(100vh - 40px - 0.125rem);
        overflow-y: scroll;
    }

        .wrapperInfoPanel .infoPanel {
            padding: 1rem 0 10vh;
        }
}

@media only screen and (max-width: calc(480px - 1px)) {
    .wrapperInfoPanel {
        height: 100vh;
        overflow-y: scroll;
    }
}

.wrapperWalletInfo {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 1rem;
}

.wrapperProfileInfo {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-gap: 1rem;
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperProfileInfo {
        grid-template-columns: 30% 1fr;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperProfileInfo {
        grid-template-columns: 1fr;
    }
}

.wrapperSingleInfo {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    /* @include mq("kiosk", max) {
      max-height: calc(80vh - calc(40px + 0.125rem));
      overflow-y: scroll;
      max-width: 96%; 
      align-items: flex-start;
      //padding: calc(40px + 0.125rem) 0 0;
      .singleInfo {
          max-width: 640px;
      }
  } */
}

    .wrapperSingleInfo h2 {
        position: relative;
        z-index: 2;
        display: block;
        padding: 0 0 2rem 0;
        margin: 0 0 2rem 0;
        border-bottom: 1px solid #9095a0;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    .wrapperSingleInfo h2 {
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
    }
}

.singleInfo {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

    .singleInfo strong {
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: 700;
        padding: 0 0 2rem 0;
        display: block;
    }

    .singleInfo h3 {
        position: relative;
        z-index: 2;
        display: block;
        padding: 0 0 2rem 0;
        margin: 0 0 2rem 0;
        border-bottom: 1px solid #9095a0;
    }

    .singleInfo ul {
        position: relative;
        z-index: 2;
        display: block;
        text-align: left;
    }

        .singleInfo ul li {
            position: relative;
            z-index: 2;
            display: block;
            margin: 0 0 1.5rem 0;
        }

            .singleInfo ul li:last-child {
                margin: 2rem 0 1rem;
            }

@media only screen and (max-width: calc(1024px - 1px)) {
    .singleInfo h3 {
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
    }

    .singleInfo ul li {
        margin: 0 0 0.725rem 0;
    }
}

.currentWallet, .profileInfo {
    position: relative;
    z-index: 2;
    display: block;
    border-right: 1px solid #fff;
}

    .currentWallet ul, .profileInfo ul {
        position: relative;
        z-index: 2;
        display: block;
    }

        .currentWallet ul li, .profileInfo ul li {
            position: relative;
            z-index: 2;
            display: block;
            margin: 0 0 1rem 0;
        }

@media only screen and (max-width: calc(768px - 1px)) {
    .currentWallet, .profileInfo {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}

.infoDetails {
    position: relative;
    z-index: 2;
    display: block;
}

    .infoDetails h4 {
        font-size: 1.125em;
        line-height: 1.2em;
        font-weight: normal;
        padding: 0 0 0.5rem 0;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    .infoDetails h4 {
        font-size: 1em;
        line-height: 1.2em;
    }
}

.wrapperWalletAction, .wrapperProfileAction {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 520px;
}

    .wrapperWalletAction ul, .wrapperProfileAction ul {
        position: relative;
        z-index: 2;
        display: block;
    }

        .wrapperWalletAction ul li, .wrapperProfileAction ul li {
            position: relative;
            z-index: 2;
            display: block;
            margin: 0 0 1.5rem 0;
        }

            .wrapperWalletAction ul li:last-child, .wrapperProfileAction ul li:last-child {
                margin: 2rem 0 1rem;
            }

@media only screen and (max-width: calc(480px - 1px)) {
    .wrapperWalletAction, .wrapperProfileAction {
        padding: 0 0 12vh 0;
    }
}

.infoAction {
    position: relative;
    z-index: 2;
    display: block;
}

    .infoAction h4 {
        font-size: 1.125em;
        line-height: 1.2em;
        font-weight: normal;
        padding: 0 0 0.5rem 0;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    .infoAction h4 {
        font-size: 1em;
        line-height: 1.2em;
    }
}

.wrapperQuickTransfer {
    position: relative;
    z-index: 2;
    display: block;
}

    .wrapperQuickTransfer ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 0.5rem 0;
        grid-gap: 0.5rem;
    }

        .wrapperQuickTransfer ul li {
            padding: 0;
            margin: 0;
        }

            .wrapperQuickTransfer ul li:last-child {
                margin: 0;
            }

            .wrapperQuickTransfer ul li .btnAlt a, .wrapperQuickTransfer ul li .btnAlt button {
                padding: calc(0.5rem - 1px) 1rem;
            }

.wrapperFormButton {
    position: relative;
    z-index: 2;
    display: block;
}

    .wrapperFormButton.flex-col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        grid-gap: 0.5rem;
    }

    .wrapperFormButton.flex-col-center {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 0.5rem;
    }

@media not all and (min-resolution: 0.001dpcm) {
    .wrapperFormButton.flex-col {
        margin: 0 0 0 0.5rem;
    }

        .wrapperFormButton.flex-col > div:last-child {
            margin: 0 0 0 0.5rem;
        }

    .wrapperFormButton.flex-col-center {
        margin: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .wrapperFormButton.flex-col {
        margin: 0 0 0 0.5rem;
    }

        .wrapperFormButton.flex-col > div:last-child {
            margin: 0 0 0 0.5rem;
        }

    .wrapperFormButton.flex-col-center {
        margin: 0;
    }
}

.profileInfo {
    position: relative;
    z-index: 2;
    display: block;
}

    .profileInfo ul {
        position: relative;
        z-index: 2;
        display: block;
    }

.wrapperForm {
    position: relative;
    z-index: 2;
    display: block;
}

    .wrapperForm.flex-col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .wrapperForm.flex-col .form {
            margin: 0 0rem 0 1rem;
        }

            .wrapperForm.flex-col .form:first-child {
                margin: 0;
            }

            .wrapperForm.flex-col .form p {
                font-size: 1em;
                line-height: 1.2em;
            }

.form {
    position: relative;
    z-index: 2;
    display: block;
}

    .form input, .form select, .form textarea {
        font-size: 1em;
        line-height: 1.2em;
        font-family: "Nunito", sans-serif;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0 0 0em;
        padding: 0.5rem;
        border: 0;
        background: white;
        resize: none;
        outline: none;
    }

        .form input.error, .form select.error, .form textarea.error {
            border: 1px solid red;
        }

        .form input:focus, .form select:focus {
            -webkit-box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0.9);
            -moz-box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0.9);
            box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0.9);
        }

        .form input[readonly] {
            background: transparent;
            color: white;
            font-size: 1.125em;
            line-height: 1.2em;
            padding: 0.5rem 0;
        }

            .form input[readonly]:focus {
                -webkit-box-shadow: 0px 0px 0px 0px rgba(49, 177, 248, 0.9);
                -moz-box-shadow: 0px 0px 0px 0px rgba(49, 177, 248, 0.9);
                box-shadow: 0px 0px 0px 0px rgba(49, 177, 248, 0.9);
            }

    .form label {
        cursor: pointer;
    }

        .form label p {
            display: inline-block;
            vertical-align: middle;
            white-space: nowrap;
        }

        .form label input[type=radio], .form label input[type=checkbox] {
            cursor: pointer;
            vertical-align: middle;
        }

    .form input[type=radio], .form input[type=checkbox] {
        width: 25px;
        height: 25px;
    }

        .form input[type=radio]:focus, .form input[type=checkbox]:focus {
            -webkit-box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0);
            -moz-box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0);
            box-shadow: 0px 0px 10px 2px rgba(49, 177, 248, 0);
        }

    .form.formLR label {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .form.formLR label p {
            margin: 0 0.5rem 0 0;
        }

@media only screen and (max-width: calc(1024px - 1px)) {
    .form input[readonly] {
        font-size: 1em;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .form.formLR label p {
        flex: 0 1 30vw;
    }
}

.wrapperGateway {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 10vh 0;
}

    .wrapperGateway > section {
        margin: auto;
    }

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperGateway {
        padding: 5vh 0 0 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .wrapperGateway > section {
            margin: 0;
        }
}

.gatewayDetails {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 1rem 1rem;
}

    .gatewayDetails h2 {
        padding: 0 0 0.5rem;
    }

.gateway-exit {
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    margin: 0 0 -10vh 0;
}

    .gateway-exit a {
        display: flex;
        align-items: center;
        padding: 1rem;
        text-align: center;
    }

    .gateway-exit .iconify {
        font-size: 2.625em;
        line-height: 1.2em;
    }

@media only screen and (max-width: calc(768px - 1px)) {
    .gateway-exit {
        margin: auto 0 0 0;
    }
}

.gatewayForm {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    min-width: 520px;
    max-width: 540px;
    padding: 1rem 1rem;
    background: #13182e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .gatewayForm ul {
        position: relative;
        z-index: 2;
        display: block;
    }

        .gatewayForm ul li {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 140px 1fr;
            align-items: center;
            margin: 0 0 1rem 0;
        }

        .gatewayForm ul h4 {
            font-size: 1.125em;
            line-height: 1.2em;
            font-weight: normal;
            padding: 0 0 0rem 0;
        }

@media only screen and (max-width: calc(768px - 1px)) {
    .gatewayForm {
        width: 100%;
        min-width: 100%;
    }

        .gatewayForm ul li {
            display: block;
        }

            .gatewayForm ul li h4 {
                padding: 0 0 0.25rem;
            }
}

.gatewayAction {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .gatewayAction .btnMain button {
        padding: 0.5rem 2rem;
    }

.wrapperLanguage {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
}

    .wrapperLanguage .language {
        position: relative;
        z-index: 2;
        display: block;
        cursor: pointer;
        padding: 0.5rem 1rem;
        margin: 0 0 0.5rem;
        white-space: nowrap;
        border: 1px solid transparent;
    }

        .wrapperLanguage .language:before {
            content: "";
            position: absolute;
            z-index: 4;
            bottom: -1rem;
            left: 50%;
            -moz-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #31b1f8;
            margin-top: -4px;
            display: none;
        }

        .wrapperLanguage .language:hover {
            color: #31b1f8;
            border: 1px solid #31b1f8;
        }

            .wrapperLanguage .language:hover:before {
                display: block;
            }

            .wrapperLanguage .language:hover ul {
                display: block;
            }

    .wrapperLanguage ul {
        position: absolute;
        z-index: 3;
        display: none;
        right: -1px;
        padding: calc(0rem + 10px) 0 0;
    }

        .wrapperLanguage ul li {
            padding: 0.5rem;
            margin: 0;
            background: #192233;
        }

            .wrapperLanguage ul li:first-child {
                -webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
            }

            .wrapperLanguage ul li:last-child {
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
            }

@media only screen and (max-width: calc(330px - 1px)) {
    .wrapperLanguage .language:before {
        bottom: -0.725rem;
        border: 1px solid transparent;
    }

    .wrapperLanguage .language ul {
        display: none;
    }

        .wrapperLanguage .language ul li {
            padding: 0.5rem 1rem;
        }

    .wrapperLanguage .language:hover {
        color: inherit;
        border: 1px solid transparent;
    }

        .wrapperLanguage .language:hover ul {
            display: none;
        }

        .wrapperLanguage .language:hover:before {
            display: none;
        }

    .wrapperLanguage .language.active {
        color: #31b1f8;
        border: 1px solid #31b1f8;
    }

        .wrapperLanguage .language.active:before {
            display: block;
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #31b1f8;
            margin-top: -4px;
        }

        .wrapperLanguage .language.active ul {
            display: block;
        }

    .wrapperLanguage .language.hide:before {
        display: none;
    }

    .wrapperLanguage .language.hide ul {
        display: none;
    }
}

@media only screen and (max-width: calc(768px - 1px)) {
    .wrapperLanguage .language:before {
        bottom: -0.625rem;
        border: 1px solid transparent;
    }

    .wrapperLanguage .language ul {
        display: none;
    }

        .wrapperLanguage .language ul li {
            padding: 0.5rem 1rem;
        }

    .wrapperLanguage .language:hover {
        color: inherit;
        border: 1px solid transparent;
    }

        .wrapperLanguage .language:hover ul {
            display: none;
        }

        .wrapperLanguage .language:hover:before {
            display: none;
        }

    .wrapperLanguage .language.active {
        color: #31b1f8;
        border: 1px solid #31b1f8;
    }

        .wrapperLanguage .language.active:before {
            display: block;
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #31b1f8;
            margin-top: -4px;
        }

        .wrapperLanguage .language.active ul {
            display: block;
        }

    .wrapperLanguage .language.hide:before {
        display: none;
    }

    .wrapperLanguage .language.hide ul {
        display: none;
    }
}

@media only screen and (max-width: calc(1200px - 1px)) {
    .wrapperLanguage .language:before {
        bottom: -0.625rem;
        border: 1px solid transparent;
    }

    .wrapperLanguage .language ul {
        display: none;
    }

        .wrapperLanguage .language ul li {
            padding: 0.5rem 1rem;
        }

    .wrapperLanguage .language:hover {
        color: inherit;
        border: 1px solid transparent;
    }

        .wrapperLanguage .language:hover ul {
            display: none;
        }

        .wrapperLanguage .language:hover:before {
            display: none;
        }

    .wrapperLanguage .language.active {
        color: #31b1f8;
        border: 1px solid #31b1f8;
    }

        .wrapperLanguage .language.active:before {
            display: block;
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #31b1f8;
            margin-top: -4px;
        }

        .wrapperLanguage .language.active ul {
            display: block;
        }

    .wrapperLanguage .language.hide:before {
        display: none;
    }

    .wrapperLanguage .language.hide ul {
        display: none;
    }
}

@media (hover) {
    .wrapperLanguage .language:hover {
        color: #31b1f8;
        border: 1px solid #31b1f8;
    }

        .wrapperLanguage .language:hover ul {
            display: block;
        }

        .wrapperLanguage .language:hover:before {
            bottom: -0.625rem;
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #31b1f8;
            margin-top: -4px;
        }
}

.brandingLogo {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0 0 2rem 0;
}

    .brandingLogo .logo img {
        min-width: 250px;
        max-width: 320px;
    }

@media only screen and (max-width: calc(1200px - 1px)) {
    .brandingLogo .logo img {
        min-width: auto;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .brandingLogo {
        padding: 1rem 0 1rem 0;
    }

        .brandingLogo .logo img {
            width: 50vh;
        }
}

footer {
    text-align: center;
    display: block;
    padding: 0rem 0;
}

/* widget */
.interaction-widget-draggable {
    position: fixed;
    z-index: 3;
    display: block;
    bottom: calc(1rem + 4px + 1rem);
    left: 1rem;
    cursor: move;
    user-select: none;
}

    .interaction-widget-draggable.right {
        left: auto;
        right: 1rem;
    }

        .interaction-widget-draggable.right .widget-tooltips {
            transform-origin: right bottom;
            left: auto;
            right: 1.3333333333rem;
        }

    .interaction-widget-draggable .widget-container > a {
        position: relative;
        z-index: 3;
    }

    .interaction-widget-draggable .widget-tooltips {
        position: absolute;
        z-index: 2;
    }

    .interaction-widget-draggable.top-right, .interaction-widget-draggable.bottom-right, .interaction-widget-draggable.top-left, .interaction-widget-draggable.bottom-left {
        left: auto;
        right: auto;
        bottom: auto;
    }

        .interaction-widget-draggable.top-right .widget-tooltips, .interaction-widget-draggable.bottom-right .widget-tooltips {
            transform-origin: right bottom;
            left: auto;
            right: 1.3333333333rem;
        }

        .interaction-widget-draggable.top-left .widget-tooltips, .interaction-widget-draggable.top-right .widget-tooltips {
            transform-origin: right top;
            bottom: auto;
            top: 1.3333333333rem;
        }

        .interaction-widget-draggable.top-left .widget-tooltips, .interaction-widget-draggable.bottom-left .widget-tooltips {
            left: 1.3333333333rem;
        }

        .interaction-widget-draggable.top-left .widget-tooltips {
            transform-origin: left top;
        }

.interaction-widget-fixed {
    position: fixed;
    z-index: 3;
    display: block;
    bottom: calc(1rem + 4px + 1rem);
    left: 1rem;
}

    .interaction-widget-fixed.right {
        left: auto;
        right: 1rem;
    }

        .interaction-widget-fixed.right .widget-container > a {
            right: 0;
        }

        .interaction-widget-fixed.right .widget-tooltips {
            transform-origin: right bottom;
            left: auto;
            right: 1.3333333333rem;
        }

    .interaction-widget-fixed .widget-container > a {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .interaction-widget-fixed {
        bottom: 0.5rem;
        left: 0.5rem;
    }

        .interaction-widget-fixed.right {
            left: auto;
            right: 0.5rem;
        }
}

.widget-container {
    position: relative;
    z-index: 2;
}

    .widget-container > a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        width: 4rem;
        height: 4rem;
        background: #00101d;
        font-size: 1.625em;
        line-height: 1.2em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .widget-container > a[data-widget-toggle=channel] {
            opacity: 0.5;
        }

            .widget-container > a[data-widget-toggle=channel]:hover {
                opacity: 1;
            }

        .widget-container > a > div {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .widget-container > a > div:last-child {
                position: absolute;
                z-index: 1;
                opacity: 0;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%, -50%) rotate(135deg);
                -o-transform: translate(-50%, -50%) rotate(135deg);
                -ms-transform: translate(-50%, -50%) rotate(135deg);
                -webkit-transform: translate(-50%, -50%) rotate(135deg);
                transform: translate(-50%, -50%) rotate(135deg);
            }

        .widget-container > a.active {
            -ms-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            font-size: 1.375em;
            line-height: 1.2em;
            width: 3rem;
            height: 3rem;
        }

            .widget-container > a.active[data-widget-toggle=channel] {
                opacity: 1;
            }

            .widget-container > a.active > div:first-child {
                opacity: 0;
            }

            .widget-container > a.active > div:last-child {
                opacity: 1;
            }

@media only screen and (max-width: calc(1024px - 1px)) {
    .widget-container > a {
        font-size: 1.375em;
        line-height: 1.2em;
        width: 3rem;
        height: 3rem;
    }

        .widget-container > a:hover {
            color: inherit;
        }

        .widget-container > a.active {
            width: 2.5rem;
            height: 2.5rem;
        }
}

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .widget-container > a {
        font-size: 1.25em;
        line-height: 1.2em;
        width: 2.5rem;
        height: 2.5rem;
    }

        .widget-container > a:hover {
            color: inherit;
        }

        .widget-container > a.active {
            width: 2rem;
            height: 2rem;
        }
}

.widget-tooltips {
    position: relative;
    z-index: 1;
    bottom: 1.3333333333rem;
    left: 1.3333333333rem;
    display: flex;
    flex-direction: column;
    max-width: 15rem;
    background: #00101d;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    padding: 1rem;
    transform: scale(0, 0);
    transform-origin: left bottom;
    width: 0;
    height: 0;
    -webkit-box-shadow: 5px -2px 30px 5px rgba(33, 44, 66, 0.8);
    -moz-box-shadow: 5px -2px 30px 5px rgba(33, 44, 66, 0.8);
    box-shadow: 5px -2px 30px 5px rgba(33, 44, 66, 0.8);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

    .widget-tooltips.active {
        transform: scale(1, 1);
        width: auto;
        height: auto;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    .widget-tooltips {
        margin: 0 0 0 0.6666666667rem;
        padding: 0.5rem;
    }
}

.widget-tooltips ul {
    width: 100%;
    min-width: 10rem;
    padding: 0.5rem;
}

    .widget-tooltips ul li > a {
        display: block;
        border: 1px solid white;
        margin: 0.5rem auto;
        padding: 0.5rem;
        width: 100%;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
    }

        .widget-tooltips ul li > a.selected {
            background: white;
            color: #00101d;
        }

.tooltips-qr {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0.5rem 0.5rem 1rem;
}

.tooltips-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
}

    .tooltips-img img {
        width: 100%;
        height: auto;
        background: white;
        padding: 0.5rem;
        display: block;
    }

@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .tooltips-img {
        padding: 0.125rem 0.5rem;
    }

        .tooltips-img img {
            margin: 0 auto;
            max-width: 20vh;
            padding: 0.125rem;
        }
}

/* pop up msg */
.wrapperPopUp {
    position: fixed;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
}

.popUpContent {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .popUpContent h2 {
        padding: 1rem 0 1rem 0;
    }

.popUpMsg {
    position: relative;
    z-index: 2;
    display: block;
    width: 96%;
    max-width: 480px;
    padding: 2rem 2rem 4rem;
    background: #00101d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
    -moz-box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
    box-shadow: 5px 1px 30px 2px rgba(33, 44, 66, 0.5);
}

.keyCode {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid white;
    cursor: pointer;
    margin: 0.5rem;
}

    .keyCode:hover {
        color: #ccc;
    }

.popUpMsgAction {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1rem 0 0 0;
}

    .popUpMsgAction.flex-col {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 0.5rem;
    }

@media only screen and (max-width: calc(768px - 1px)) {
    .popUpMsgAction .btnMain, .popUpMsgAction .btnAlt {
        width: 100%;
    }

    .popUpMsgAction div > a {
        display: block;
    }

    .popUpMsgAction.flex-col {
        flex-wrap: wrap;
    }
}

.overlayPopUp {
    position: fixed;
    z-index: 8;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}

/* new simple bar in grunt */
.scrollContent {
    width: 100%;
    max-height: 60vh;
}

    .scrollContent:hover .simplebar-track .simplebar-scrollbar.visible {
        opacity: 0.7;
    }

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: gray;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity 0.2s linear;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        /* When hovered, remove all transitions from drag handle */
        opacity: 0.5;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* end of new simple bar in grunt */
/* -------------------- assigned button -------------------- */
.sticky-button {
    position: fixed;
    z-index: 3;
    display: none;
    bottom: 2rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.5;
}

    .sticky-button.show {
        display: block;
    }

    .sticky-button a, .sticky-button button {
        display: block;
        width: 100%;
        height: 100%;
        background: #192233;
        border: 1px solid white;
        cursor: pointer;
        color: white;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .sticky-button:hover {
        opacity: 1;
    }

@media only screen and (max-width: calc(1024px - 1px)) {
    .sticky-button {
        opacity: 1;
    }
}

.btnMain.btnBlue a, .btnMain.btnBlue button, .btnMain button, .btnMain a {
    position: relative;
    z-index: 2;
    cursor: pointer;
    shadow: none;
    text-align: center;
}

.btnMain {
    display: block;
}

    .btnMain a {
        display: inline-block;
        font-size: 1.375em;
        line-height: 1.2em;
        background-color: #fcba06;
        color: #fff;
        color: #fff;
        padding: 0.5rem 2rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .btnMain a:hover {
            background-color: #cd9602;
            color: #fff;
        }

    .btnMain button {
        display: block;
        font-size: 1.375em;
        line-height: 1.2em;
        background-color: #fcba06;
        color: #fff;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0.5rem 2rem;
        border: 0;
        cursor: pointer;
        text-decoration: none;
    }

        .btnMain button:hover {
            background-color: #cd9602;
            color: #fff;
        }

    .btnMain.btnSmall a {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0.25rem 0.5rem;
    }

    .btnMain.btnSmall button {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0.25rem 0.5rem;
    }

    .btnMain.btnBlue a, .btnMain.btnBlue button {
        background-color: #2196F3;
        color: #fff;
        color: #fff;
    }

        .btnMain.btnBlue a:hover, .btnMain.btnBlue button:hover {
            background-color: #0c7cd5;
            color: #fff;
        }

@media only screen and (max-width: calc(1024px - 1px)) {
    .btnMain a, .btnMain button {
        font-size: 1.25em;
        line-height: 1.2em;
    }
}

.btnAlt {
    display: block;
}

    .btnAlt a {
        display: inline-block;
        font-size: 1.375em;
        line-height: 1.2em;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        padding: calc(0.5rem - 1px) 2rem;
        background: transparent;
    }

    .btnAlt button {
        display: block;
        font-size: 1.375em;
        line-height: 1.2em;
        color: #fff;
        background: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: calc(0.5rem - 1px) 2rem;
        border: 1px solid #fff;
        cursor: pointer;
        text-decoration: none;
    }

    .btnAlt.btnSmall a {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0.25rem 0.5rem;
    }

        .btnAlt.btnSmall a:hover {
            background: white;
            color: #192233;
        }

    .btnAlt.btnSmall button {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0.25rem 0.5rem;
    }

        .btnAlt.btnSmall button:hover {
            background: white;
            color: #192233;
        }

    .btnAlt.btnWhite a, .btnAlt.btnWhite button {
        border-color: 1px solid white;
        color: #fff;
    }

        .btnAlt.btnWhite a:hover, .btnAlt.btnWhite button:hover {
            background: white;
            color: #192233;
        }

@media only screen and (max-width: calc(1024px - 1px)) {
    .btnAlt a, .btnAlt button {
        font-size: 1.25em;
        line-height: 1.2em;
    }
}

.btnLink {
    display: block;
}

    .btnLink a {
        display: inline-block;
        font-size: 1em;
        line-height: 1.2em;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        padding: 0.5rem 2rem;
        background: transparent;
    }

    .btnLink button {
        display: block;
        font-size: 1em;
        line-height: 1.2em;
        color: #fff;
        background: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0.5rem 2rem;
        border: 0px;
        cursor: pointer;
        text-decoration: none;
    }

        .btnLink a:hover, .btnLink button:hover {
            color: #31b1f8;
        }

    .btnLink.btnSmall a, .btnLink.btnSmall button {
        font-size: 1em;
        line-height: 1.2em;
        padding: 0.25rem 0.5rem;
        text-decoration: underline;
    }

        .btnLink.btnSmall a:hover, .btnLink.btnSmall button:hover {
            color: #31b1f8;
        }

@media only screen and (max-width: calc(1024px - 1px)) {
    .btnLink a, .btnLink button {
        font-size: 1.125em;
        line-height: 1.2em;
    }
}

/* owl carousel fix */
@media only screen and (max-width: calc(1200px - 1px)) and (orientation: landscape) {
    .owl-stage-outer .item {
        background: black;
    }

    .owl-stage-outer img {
        max-height: 33vh;
        width: auto !important;
        margin: 0 auto;
        background: black;
    }
}

.owl-stage-outer:before, .owl-stage-outer:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    display: block;
    width: 20%;
    height: 100%;
}

.owl-stage-outer:before {
    left: 0;
    background: #04031a;
    background: -webkit-linear-gradient(left, #04031a 20%, rgba(4, 3, 26, 0) 100%);
    background: linear-gradient(to right, #04031a 20%, rgba(4, 3, 26, 0) 100%);
}

.owl-stage-outer:after {
    right: 0;
    background: #04031a;
    background: -webkit-linear-gradient(right, #04031a 20%, rgba(4, 3, 26, 0) 100%);
    background: linear-gradient(to left, #04031a 20%, rgba(4, 3, 26, 0) 100%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #31b1f8;
}

/* end of owl carousel fix */
/* swiper fix */
.swiper-container:after {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #192233;
    background: #192233;
    background: -webkit-linear-gradient(right, #192233 0%, rgba(25, 34, 51, 0) 10%, rgba(25, 34, 51, 0) 90%, #192233 100%);
    background: linear-gradient(to left, #192233 0%, rgba(25, 34, 51, 0) 10%, rgba(25, 34, 51, 0) 90%, #192233 100%);
}

/* end of swiper fix */
/*-------------------- last extend --------------------*/
@media only screen and (max-width: calc(1200px - 1px)) {
    .mobHide {
        display: none;
    }
}

@media only screen and (max-width: calc(1024px - 1px)) {
    .tabletHide {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .desktopHide {
        display: none;
    }
}

.cleanPadMar {
    padding: 0;
    margin: 0;
}

.trTop {
    vertical-align: top;
}

.dTextDeco {
    text-decoration: none;
}

.dTextUnderline {
    text-decoration: underline;
}

.positionRelative2 {
    position: relative;
    z-index: 2;
}

.left {
    float: left;
}

.right {
    float: right;
}

.purge {
    clear: both;
    margin: 0;
    padding: 0;
}

    .purge > img {
        clear: both;
        margin: 0;
        padding: 0;
    }

.clear {
    clear: both !important;
}

.imgCenter img {
    margin: 0 auto;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

/*-------------------- end of last extend --------------------*/
/* Backend extend */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 10;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes gold-ani {
    0% {
        background-position: 100% 100%;
    }

    20% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    70% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 100% 100%;
    }
}
