@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}




.columnBet {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

    .login-content .btn-user {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #039be5;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-animation: zoom-in;
        animation: zoom-in;
        -webkit-animation-duration: .55s;
        animation-duration: .55s;
    }

.front-face {
    width: 450px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -webkit-animation: zoom-in;
    animation: zoom-in;
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    padding: 50px;
    cursor: pointer;
    background-color: #ffffff;
}

    .front-face img {
        max-width: 100%;
    }

.login-form {
    width: 384px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    margin: 8% auto;
    overflow: hidden;
    -webkit-animation: slideUp;
    animation: slideUp;
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    transition: all .25 ease-in-out;
    display: none;
}

    .login-form .top {
        padding: 50px 30px;
        background-color: #fff;
        position: relative;
    }

        .login-form .top .btn-close {
            position: absolute;
            top: 20px;
            right: 30px;
        }

            .login-form .top .btn-close:focus {
                outline: none;
                box-shadow: none;
            }

        .login-form .top img {
            max-width: 150px;
            margin-bottom: 30px;
        }

        .login-form .top h2 {
            font-size: 20px;
            font-weight: 400;
            color: #212121;
        }

    .login-form .bottom {
        background-color: #2d323e;
        padding: 30px;
        text-align: left;
    }

        .login-form .bottom .form-group {
            position: relative;
            margin-bottom: 30px;
        }

            .login-form .bottom .form-group .input-group {
                border: 1px solid rgba(255, 255, 255, 0.2);
                border-radius: 4px;
                height: 60px;
                transition: all .25s ease-in-out;
                position: relative;
                display: flex;
                align-items: center;
            }

                .login-form .bottom .form-group .input-group:hover, .login-form .bottom .form-group .input-group.selected {
                    border: 1px solid rgba(255, 255, 255, 0.8);
                }

            .login-form .bottom .form-group .input-group-text {
                background-color: transparent;
                border: none;
                border-radius: 0 3px 3px 0;
                position: relative;
                z-index: 1;
                color: #c0c2c5;
            }

            .login-form .bottom .form-group .input-group label {
                font-size: 16px;
                color: #c0c2c5;
                position: absolute;
                left: 15px;
                top: 18px;
                padding: 0 5px;
                display: block;
                z-index: 1;
                pointer-events: none;
                transition: 0.2s ease all;
            }

            .login-form .bottom .form-group .input-group .form-control {
                font-size: 16px;
                background-color: transparent;
                border: none;
                color: #fff;
                height: 30px;
                border-radius: 0;
            }

                .login-form .bottom .form-group .input-group .form-control:focus {
                    outline: none;
                    box-shadow: none;
                }

                    .login-form .bottom .form-group .input-group .form-control:focus ~ label, .login-form .bottom .form-group .input-group .form-control:not(:focus):valid ~ label {
                        font-size: 12px;
                        top: -8px;
                        background: #2d323e;
                    }

        .login-form .bottom .checkboxes {
            margin-bottom: 30px;
        }

            .login-form .bottom .checkboxes label {
                font-size: 16px;
                color: #c0c2c5;
            }

        .login-form .bottom .btn {
            font-weight: 600;
            background-color: #039be5;
            width: 100%;
            padding: 15px;
            color: #fff;
        }

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    70% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    70% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.radios,
.checkboxes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

label {
    cursor: pointer;
    font-size: 13px;
    line-height: 1rem;
}

input[type="checkbox"],
input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        position: relative;
        padding: 3px 0 0 2rem;
        margin-bottom: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid rgba(255, 255, 255, 0.4);
            background: transparent;
            text-align: center;
            transition: background 200ms ease-out;
            width: 21px;
            height: 21px;
        }

        input[type="checkbox"] + label:after,
        input[type="radio"] + label:after {
            content: "";
            position: absolute;
            transform: scale(0);
            transition: transform 200ms ease-out;
        }

        input[type="checkbox"] + label:after {
            background-color: transparent;
            content: "";
            display: block;
            position: absolute;
            left: 7px;
            top: 3px;
            opacity: 0.1;
            border-bottom: 1px solid #f38f1f;
            border-right: 1px solid #f38f1f;
            transform: rotate(45deg);
            transition: border-color 0.3s ease;
            width: 7px;
            height: 10.5px;
        }

    input[type="checkbox"]:checked + label:before {
        content: "";
        background-color: #039be5;
    }

    input[type="checkbox"]:checked + label:after {
        content: "";
        opacity: 1;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }

    input[type="radio"] + label:before, input[type="radio"] + label:after {
        border-radius: 50%;
    }

    input[type="radio"] + label:after {
        left: 4px;
        top: 4px;
        width: 12.6px;
        height: 12.6px;
    }

    input[type="radio"]:checked + label:before {
        -webkit-animation: borderscale 300ms ease-in;
        animation: borderscale 300ms ease-in;
    }

    input[type="radio"]:checked + label:after {
        background: #f38f1f;
        transform: scale(1);
    }

header {
    background: #212121;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 5px;
    padding-bottom: 5px;
}

    header .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .btn-menu {
        color: #ffffff;
        outline: none;
        border-radius: 0;
    }

        header .btn-menu:hover {
            color: #ffffff;
        }

        header .btn-menu:focus, header .btn-menu:active {
            outline: none;
            box-shadow: none;
        }

    header .logo {
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        margin-left: 30px;
    }

        header .logo img {
            max-width: 100px;
        }

    header p {
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 300;
        color: #ffffff;
    }

        header p .fa {
            font-size: 16px;
            margin-right: 8px;
        }

        header p small {
            font-size: 16px;
            font-weight: 600;
        }

@media (max-width: 550px) {

    header .logo {
        margin-left: 15px;
    }

    header p {
        font-size: 16px;
        margin-left: 30px;
    }

        header p small {
            font-size: 13px;
        }

    header .logo {
        font-size: 16px;
    }

    footer .footer-top {
        padding: 35px 0;
    }
}

.navbar {
    background-color: #1e2129;
    padding: 0;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 280px;
    height: 100vh;
    z-index: 1000;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
    transition: all .25s ease-in-out;
}

    .navbar.show {
        transform: translateX(0);
    }

    .navbar .head {
        background-color: #2d323e;
        padding: 15px;
        width: 100%;
        position: relative;
    }

        .navbar .head .btn-back {
            position: absolute;
            top: 10px;
            right: 15px;
            color: #ffffff;
        }

        .navbar .head .profile {
            display: flex;
            padding-top: 50px;
        }

        .navbar .head .profile-img {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #f9a825;
            color: #212121;
            margin-right: 15px;
        }

            .navbar .head .profile-img .fa {
                font-size: 24px;
            }

        .navbar .head .profile-info {
            margin-bottom: 30px;
            width: calc(100% - 48px);
        }

            .navbar .head .profile-info .dropdown-toggle {
                color: #ffffff;
                line-height: 1.4;
                margin-bottom: 0;
                cursor: pointer;
                white-space: normal;
            }

        .navbar .head .balance {
            text-align: right;
        }

            .navbar .head .balance p {
                margin-bottom: 10px;
                color: #ffffff;
            }

                .navbar .head .balance p:first-child {
                    font-size: 28px;
                    color: #f9a825;
                }

                    .navbar .head .balance p:first-child span, .navbar .head .balance p:first-child small {
                        font-size: 12px;
                        color: #ffe29e;
                        font-weight: 600;
                    }

                .navbar .head .balance p:last-child {
                    margin-bottom: 0;
                }



    .navbar .content {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .navbar .content ul {
            padding: 0 15px 0 0;
        }

            .navbar .content ul li {
                padding: 0 12px 0 24px;
                border-radius: 0 20px 20px 0;
            }

                .navbar .content ul li.active, .navbar .content ul li:active {
                    background-color: #f9a825;
                }

                    .navbar .content ul li.active a, .navbar .content ul li:active a {
                        color: #000000;
                    }

                .navbar .content ul li a {
                    color: #ffffff;
                    display: flex;
                    font-weight: 600;
                    align-items: center;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                    .navbar .content ul li a .fas, .navbar .content ul li a i {
                        margin-right: 8px;
                    }

    .navbar .footer {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .navbar .footer .info {
            background-color: #2d323e;
            padding: 15px;
        }

        .navbar .footer .version {
            padding: 15px;
            text-align: right;
        }

            .navbar .footer .version p {
                font-size: 15px;
                color: #fff;
            }

.title-xs {
    font-size: 12px;
    font-weight: 600;
}

.text-orange {
    color: #ffe29e;
}

.text-orange-dark {
    color: #e8a400;
}

.text-white {
    color: #fff;
}

.text-bold {
    font-weight: 700;
}

.text-xl {
    font-size: 64px;
}

.nav-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.content-w {
    min-height: calc(100vh - 345px);
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

    footer.footer-fixed {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

.footer-top {
    background-color: #212121;
    padding: 35px 50px;
}

    .footer-top .title {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

    .footer-top .text-sm {
        font-size: 12px;
        font-weight: 300;
        color: #9e9e9e;
        margin-top: 10px;
    }

    .footer-top ul {
        display: flex;
    }

        .footer-top ul li:not(:last-child) {
            margin-right: 30px;
        }

    .footer-top a {
        font-size: 12px;
        font-weight: 300;
        color: #9e9e9e;
        margin-top: 10px;
    }

        .footer-top a img {
            max-width: 108px;
            margin-top: 35px;
        }

footer.footer-bg {
    padding-left: 24px;
    padding-right: 24px;
    background: #aa7202;
    height: 95px;
    background: linear-gradient(180deg, #aa7202, #fcee21 7%, #f4a925 25%, #a86b0b 51%, #f4a925 72%, #fcee21 93%, #aa7202);
}

footer .footer-bottom {
    background-color: #000000;
}

    footer .footer-bottom .container-fluid {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .footer-bottom p {
        font-size: 12px;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.64);
        margin-bottom: 0;
    }

footer .footer-game {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    footer .footer-game .item {
        display: flex;
        align-items: center;
    }

        footer .footer-game .item:not(:last-child) {
            margin-right: 10px;
        }

        footer .footer-game .item:first-child {
            width: 35%;
        }

        footer .footer-game .item.item-1 .btn {
            margin-right: 0;
            width: calc(100% / 3);
        }

        footer .footer-game .item:last-child {
            width: 16%;
        }

.bg-gray {
    background: #2d323e;
}

.mat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
}

footer .footer-game .item.bg-purple, footer .footer-game .item.bg-gray {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    padding-left: 15px;
    padding-right: 15px;
}

footer .footer-game .item.bg-purple {
    width: 16%;
    background: linear-gradient(#3f006c 0%, #ad46f7 14%, #d6a8f7 50%, #ad46f7 86%, #3f006c 100%);
}

    footer .footer-game .item.bg-purple .btn {
        width: calc(100% / 2);
        height: 90%;
    }

footer .footer-game .item.bg-gray {
    width: 30%;
    background: linear-gradient(#0a0012 0%, #626162 14%, #868686 50%, #626162 86%, #0a0012 100%);
}

    footer .footer-game .item.bg-gray .btn {
        width: calc(100% / 3);
        height: 90%;
    }

footer .footer-game .item p.slot-info {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    background: #000000;
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 0;
    white-space: nowrap;
    display: none;
    margin-right: 35px;
}

footer .footer-game .item a {
    display: inline-block;
    overflow: hidden;
    border-radius: 18px;
    touch-action: manipulation;
    position: relative;
}

    footer .footer-game .item a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        opacity: 0;
    }

    footer .footer-game .item a:not(:last-child) {
        margin-right: 20px;
    }

    footer .footer-game .item a:active::before {
        opacity: 1;
    }

    footer .footer-game .item a:active img {
        transform: scale(0.95);
    }

    footer .footer-game .item a figure {
        margin-bottom: 0;
    }

footer .footer-game .item img {
    width: 100%;
}

footer .footer-game .item .vertical a {
    display: block;
}

    footer .footer-game .item .vertical a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 6px;
    }

@media (min-width: 550px) {
    footer.footer-bg {
        height: 60px;
    }

    footer .footer-game .item {
        display: flex;
        align-items: center;
    }

        footer .footer-game .item:not(:last-child) {
            margin-right: 10px;
        }

        footer .footer-game .item:first-child {
            width: 35%;
        }

        footer .footer-game .item:last-child {
            width: 12%;
        }

        footer .footer-game .item.bg-purple, footer .footer-game .item.bg-gray {
            padding-left: 8px;
            padding-right: 8px;
        }
}

@media (min-width: 768px) {
    footer.footer-bg {
        height: 90px;
    }
}

@media (min-width: 992px) {
    footer .footer-game .button-group {
        display: block;
    }

    footer .footer-game .item.bg-purple {
        width: 12%;
    }
}

@media (min-width: 1024px) {
    footer .footer-game .item p.slot-info {
        display: block;
    }
}

@media (min-width: 1200px) {
    footer .footer-game {
        max-width: 1366px;
    }

        footer .footer-game .item:not(:last-child) {
            margin-right: 20px;
        }
}

footer .footer-web {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #aa7202;
    background: linear-gradient(180deg, #aa7202, #fcee21 7%, #f4a925 25%, #a86b0b 51%, #f4a925 72%, #fcee21 93%, #aa7202);
    display: none;
}

    footer .footer-web .container {
        display: flex;
        justify-content: space-between;
    }

    footer .footer-web .item {
        display: flex;
        align-items: center;
        height: 13vh;
    }

        footer .footer-web .item .slot-info {
            font-size: 12px;
            font-weight: 900;
            color: #ffffff;
            background: #000000;
            padding: 4px;
            border-radius: 6px;
            margin-bottom: 0;
            white-space: nowrap;
            display: none;
            margin-right: 35px;
        }



@media (min-width: 1366px) {
    footer .footer-web .container {
        max-width: 1300px;
    }
}

@media (min-width: 1500px) {
    footer .footer-web .container {
        max-width: 1500px;
    }
}

footer .footer-web .item:not(:last-child) {
    margin-right: 10px;
}

footer .footer-web .item:first-child {
    width: 35%;
}

footer .footer-web .item.item-1 .btn {
    width: calc(100% / 3);
}

footer .footer-web .item:last-child {
    width: 14%;
}

footer .footer-web .item.bg-gray, footer .footer-web .item.bg-purple {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

footer .footer-web .item.bg-gray {
    width: 30%;
    background: linear-gradient(#0a0012 0%, #626162 14%, #868686 50%, #626162 86%, #0a0012 100%);
}

    footer .footer-web .item.bg-gray .btn {
        width: calc(100% / 3);
        height: 9vh;
    }

footer .footer-web .item.bg-purple {
    width: 14%;
    background: linear-gradient(#3f006c 0%, #ad46f7 14%, #d6a8f7 50%, #ad46f7 86%, #3f006c 100%);
}

    footer .footer-web .item.bg-purple .btn {
        width: calc(100% / 2);
        height: 70%;
    }

footer .footer-web .item.btn-number-group {
    width: 25%;
}

    footer .footer-web .item.btn-number-group .btn {
        width: calc(100% / 5);
        height: 11vh;
    }

footer .footer-mobile {
    display: block;
}

    footer .footer-mobile .footer-top {
        background-color: #000000;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        footer .footer-mobile .footer-top .btn-number-group {
            width: 100%;
        }

        footer .footer-mobile .footer-top .btn {
            width: calc(100% / 5 - 5px);
            height: 75px;
        }

    footer .footer-mobile .footer-bottom {
        background: #aa7202;
        background: linear-gradient(180deg, #aa7202, #fcee21 7%, #f4a925 25%, #a86b0b 51%, #f4a925 72%, #fcee21 93%, #aa7202);
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }

        footer .footer-mobile .footer-bottom .item {
            width: calc(100% / 3);
        }

            footer .footer-mobile .footer-bottom .item .btn {
                width: 100%;
            }

            footer .footer-mobile .footer-bottom .item.flex-column .btn {
                height: 44px;
            }

            footer .footer-mobile .footer-bottom .item .btn-start {
                height: 75px;
            }

@media (min-width: 550px) {
    footer .footer-web {
        display: block;
    }

    footer .footer-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    footer .footer-web .item {
        height: 120px;
    }

        footer .footer-web .item .slot-info {
            display: block;
        }
}

.box {
    width: calc(100%);
    margin-bottom: 25px;
    border-radius: 12px;
    background: radial-gradient(circle, rgba(87, 87, 92, 0.664303) 0, #000 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}



    .box.v2 {
        border: 3px solid #f38f1f;
        background: #f38f1f;
        background: radial-gradient(circle,rgba(243,143,31,0) 0,#ff843c 100%);
        position: relative;
    }

        .box.v2:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            z-index: 1;
            background: radial-gradient(circle, rgba(87, 87, 92, 0.664303) 0, #000 100%);
        }

        .box.v2 .box-content {
            /*padding: 40px 15px;
            */
            padding: 20px 0px 0px 0px;
            position: relative;
            z-index: 2;
        }

    .box:not(.busy):not(.not-available):hover::before {
        -webkit-filter: brightness(150%);
    }



    .box:not(.busy):not(.not-available):hover .box-content .btn-play-now {
        opacity: 1;
        visibility: visible;
    }

.box-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

    .box-group .item {
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% / 2);
    }

.box.not-available, .box.busy {
    cursor: not-allowed;
}

    .box.busy::before, .btn.not-available::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.65);
        transition: all .15s ease-in-out;
        display: none;
        z-index: 1;
    }

    .box.busy:hover::before, .btn.not-available:hover::before {
        display: block;
    }

    .box.not-available .box-footer, .box.busy .box-footer {
        background: #cf2f2f;
    }

.box-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(78, 78, 78, 0.76);
}

    .box-header .box-title {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        margin: 0;
    }

.box-content {
    text-align: center;
    padding: 15px;
    position: relative;
}

    .box-content p {
        color: #ffffff;
    }

        .box-content p.title {
            font-size: 18px;
            margin-bottom: 6px;
            height: 45px;
        }

        .box-content p.total {
            margin-top: 30px;
            font-size: 16px;
        }

    .box-content .btn-play-now {
        width: 115px;
        padding: 10px 15px;
        background-color: #039be5;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .25s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
    }

    .box-content img {
        max-width: 100%;
        max-height: 180px;
    }

.box-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    display: flex;
    border-top: 1px solid rgba(165, 165, 165, .15);
    position: relative;
    z-index: 2;
}

    .box-footer div {
        width: calc(100% / 2)
    }

    .box-footer p {
        font-size: 12px;
        margin-bottom: 0;
        color: #ffffff;
    }

.box.not-available .box-footer, .box.busy .box-footer {
    justify-content: center;
}

.box.available .box-footer {
    background: #119e11;
}

.box.v2 .box-footer, .box .box-footer {
    justify-content: center;
}

@media (min-width: 550px) {
    .box-group {
        margin-left: -15px;
        margin-right: -15px;
    }

        .box-group .item {
            padding-left: 15px;
            padding-right: 15px;
            width: calc(100% / 2);
        }
}

@media (min-width: 768px) {
    .box-group .item {
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .box-group .item {
        width: calc(100% / 4);
    }
}

@media (min-width: 1200px) {
    .box-group .item {
        width: calc(100% / 5);
    }
}

.mySwiper .swiper-wrapper {
    align-items: center;
}

.mySwiper .swiper-slide {
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: 8px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    box-shadow: inset 0 0 0 8px;
}

::-webkit-scrollbar-corner {
    background-color: #212121;
}

@media (max-width: 450px) {
    html {
        font-size: 1em;
    }
}

@media (max-width: 265px) {
    html {
        font-size: .625em;
    }
}

.btn {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

    .btn:not(:last-child) {
        margin-right: 2px;
    }

    .btn:focus {
        outline: none;
        box-shadow: none;
    }

    .btn:not(.btn-play-now):active, .btn:not(.btn-play-now).active {
        outline: none;
        transform: scale(0.95);
    }

.btn-voice-on, .btn-voice-off, .btn-camera {
    width: 12%;
    height: 54px;
}

.btn-lobby {
    background-image: url(../img/btn-lobby.svg);
}

.btn-lines, .btn-lobby {
    width: 20%;
    height: 9vh;
}

.mobile-button-header .btn-lobby, .mobile-button-header .btn-games {
    width: 20%;
    height: 5vh;
}

.btn-lines {
    background-image: url(../img/btn-lines.svg);
}


.btn-lines-mobile {
    background-image: url(../img/btn-lines-mobile.svg);
}

.btn-games, .btn-games-header, .btn-games-mobile {
    width: 100%;
    height: 45px;
}

.btn-games {
    background-image: url(../img/btn-games.svg);
}

.footer-mobile .btn-games {
    width: 20%;
    height: 44px;
    background-image: url(../img/btn-games-mobile.svg);
}

.btn-games-header {
    background-image: url(../img/btn-games-header.svg);
}


.btn-auto {
    background-image: url(../img/btn-auto.svg);
}

.btn-auto-green {
    background-image: url(../img/btn-auto-green.svg);
}

.btn-voice-on {
    background-image: url(../img/btn-voice-on.svg);
}

.btn-voice-off {
    background-image: url(../img/btn-voice-off.svg);
}

.btn-camera {
    background-image: url(../img/btn-camera.svg);
}

.btn-max, .btn-bet, .egt-bet, .egt-bet-mobile {
    width: 50%;
    height: 6vh;
}

.btn-max {
    background-image: url(../img/btn-max.svg);
}

.btn-bet {
    background-image: url(../img/btn-bet.svg);
}

.egt-bet {
    background-image: url(../img/egt-bet.svg);
}

.egt-bet-mobile {
    width: 100%;
    background-image: url(../img/egt-bet-mobile.svg);
}

.egt-lines {
    background-image: url(../img/egt-lines.svg);
}

.egt-lines-mobile {
    width: 100%;
    background-image: url(../img/egt-lines-mobile.svg);
}

.btn-bet-mobile {
    background-image: url(../img/btn-bet-mobile.svg);
}

.btn-spin {
    width: 70%;
    height: 9vh;
    background-image: url(../img/btn-spin.svg);
}



.btn-start {
    background-image: url(../img/btn-start.svg);
}

.btn-number-1:not(:last-child), .btn-number-2:not(:last-child), .btn-number-3:not(:last-child), .btn-number-4:not(:last-child), .btn-number-5:not(:last-child) {
    margin-right: 2px !important;
}

.btn-number-1 {
    background-image: url(../img/btn-1.svg);
}

.btn-number-2 {
    background-image: url(../img/btn-2.svg);
}

.btn-number-3 {
    background-image: url(../img/btn-3.svg);
}

.btn-number-4 {
    background-image: url(../img/btn-4.svg);
}

.btn-number-5 {
    background-image: url(../img/btn-5.svg);
}

@media (min-width: 550px) {
    .btn-lobby {
        width: 30%;
    }

    .btn-auto, .btn-auto-green {
        height: 56px;
    }

    .btn-lines, .btn-games, .btn-bets, .btn-lines-header {
        width: 76px;
        height: 28px;
    }

    .btn-games {
        background-image: url(../img/btn-games.svg);
    }

    .btn-bets {
        background-image: url(../img/btn-bets.svg);
    }

    .btn-voice-on, .btn-voice-off, .btn-camera {
        width: calc(100% / 2);
        height: 70%;
    }

    .btn-money {
        width: 100%;
        height: 9vh;
        background-image: url(../img/btn-money.svg);
    }
}

.btn-auto, .btn-auto-green {
    width: 30%;
    height: 85px;
}

@media (min-width: 768px) {

    .btn-auto, .btn-auto-green {
        height: 13vh;
    }

    .btn-lines, .btn-games, .btn-bets {
        width: 100px;
        height: 6vh;
    }
}

@media (min-width: 992px) {
    footer .footer-web .item:first-child {
        width: 36%;
    }
}


@media (min-width: 1200px) {

    .btn-auto, .btn-auto-green {
        height: 105px;
    }

    .btn-lines, .btn-games, .btn-bets {
        width: 130px;
    }
}


.form-control {
    color: #ffffff;
    background: transparent;
}

    .form-control:focus {
        color: #ffffff;
    }

.money-wrap {
    width: 260px;
    background: radial-gradient(#5b82e6, #051e43);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: fixed;
    top: 50%;
    transition: all .25s ease-in-out;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    z-index: 999;
}

.money-wrap-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}


.money-wrap.left-position {
    left: -100%;
    border: 5px solid #eb9f00;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

    .money-wrap.left-position.show {
        left: 0;
    }

    .money-wrap.left-position .content {
        display: flex;
        justify-content: flex-end;
    }

        .money-wrap.left-position .content .button-group {
            width: 50%;
            padding: 0 25px;
        }

            .money-wrap.left-position .content .button-group .btn {
                margin-bottom: 15px;
                margin-right: 0;
            }

.money-wrap.right-position {
    border: 5px solid #eb9f00;
    border-right: none;
    border-radius: 10px 0 0 10px;
    right: -100%;
}

    .money-wrap.right-position.show {
        right: 0;
    }

/*============== BTN ===========*/
.btn-hold {
    width: 100%;
}

.money-wrap.show .head .btn-close {
    opacity: 1;
    top: -25px;
    left: -25px;
}

.money-wrap .head {
    padding: 10px;
}

.money-wrap .head-bottom {
    background: #aa7202;
    background: linear-gradient(180deg, #aa7202, #fcee21 7%, #f4a925 25%, #a86b0b 51%, #f4a925 72%, #fcee21 93%, #aa7202);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

    .money-wrap .head-bottom .price-bg {
        background: url(/serassets/img/v2-debitbar.svg) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .money-wrap .head-bottom .price {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
    }

.money-wrap .head .btn-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .25s ease-in-out;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
}

.money-wrap .head h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.money-wrap .head .price {
    margin-bottom: 0;
}

.money-wrap .content {
    padding: 15px 15px 0px 15px;
    text-align: center;
}

    .money-wrap .content .matriple {
        width: 86px;
        height: 86px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 0;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 15px;
        cursor: pointer;
        transition: all .25s ease-in-out;
    }

        .money-wrap .content .matriple:hover {
            box-shadow: 1px 1px 15px 10px rgba(255, 255, 255, 0.2);
        }

    .money-wrap .content .matriple-group {
        flex-flow: row wrap;
        box-sizing: border-box;
        display: flex;
        place-content: stretch flex-start;
        align-items: stretch;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .money-wrap .content .matriple p {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 0;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .money-wrap .content .matriple.red {
        background: #c40102;
        background: linear-gradient(55deg, #c40102 15%, #f7d9da 50%, #c40102 85%);
    }

        .money-wrap .content .matriple.red p {
            background: #c40102;
            background: linear-gradient(135deg, #c40102 15%, #f7d9da 50%, #c40102 85%);
        }

    .money-wrap .content .matriple.green {
        background: #217a2e;
        background: linear-gradient(55deg, #217a2e 15%, #afecb9 50%, #217a2e 85%);
    }

        .money-wrap .content .matriple.green p {
            background: #217a2e;
            background: linear-gradient(135deg, #217a2e 15%, #afecb9 50%, #217a2e 85%);
        }

    .money-wrap .content .matriple.blue {
        background: #0277d3;
        background: linear-gradient(55deg, #0277d3 15%, #8fcdf9 50%, #0277d3 85%);
    }

        .money-wrap .content .matriple.blue p {
            background: #0277d3;
            background: linear-gradient(135deg, #0277d3 15%, #8fcdf9 50%, #0277d3 85%);
        }

    .money-wrap .content .matriple.orange {
        background: #aa4f22;
        background: linear-gradient(55deg, #aa4f22 15%, #f3e7a9 50%, #aa4f22 85%);
    }

        .money-wrap .content .matriple.orange p {
            background: #aa4f22;
            background: linear-gradient(135deg, #aa4f22 15%, #f3e7a9 50%, #aa4f22 85%);
        }

@media (min-height: 320px) and (max-height: 420px) {


    .money-wrap {
        width: 280px;
        transform: translateY(calc(-50% - 45px));
    }

        .money-wrap .content .matriple {
            width: 64px;
            height: 64px;
        }

            .money-wrap .content .matriple p {
                font-size: 16px;
            }
}

@media (min-width: 550px) {
    .money-wrap {
        transform: translateY(calc(-50% - 45px));
    }
}

@media (min-width: 1024px) {
    .money-wrap {
        width: 310px;
    }

        .money-wrap .head h2 {
            font-size: 22px;
        }

        .money-wrap .content .matriple {
            width: 96px;
            height: 96px;
        }

            .money-wrap .content .matriple p {
                font-size: 26px;
            }
}

@media (min-width: 1366px) {
    .money-wrap {
        width: 350px;
    }

        .money-wrap .content .matriple {
            width: 140px;
            height: 140px;
        }

            .money-wrap .content .matriple p {
                font-size: 38px;
            }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #ffffff;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

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

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
}

h1 {
    color: #ffffff;
    font-size: 30px;
}

h2 {
    color: #ffffff;
    font-size: 26px;
}

h3 {
    color: #ffffff;
    font-size: 20px;
}

p {
    font-size: 15px;
    line-height: 1.4;
}

.hide {
    display: none !important;
}

.bg-black {
    background: #000000;
}

.page-head {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .page-head h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .page-head p {
        font-size: 18px;
        color: #fff6de;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
    }

    .page-head .btn-back {
        font-size: 17px;
        width: 75px;
        color: #fff;
        float: left;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
    }

.page-head-machine-name {
    border-radius: 14px;
    background: #f38f1f;
    background: linear-gradient(0deg,#f38f1f,#fe6340);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    overflow: hidden;
}

    .page-head-machine-name p {
        background: radial-gradient(circle,rgba(87,87,92,.6643032213) 0,#000 100%);
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        padding: 16px;
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 14px;
    }

.page-head p {
    margin-bottom: 0;
}

.page-head .btn {
    padding: 6px 15px;
    border-radius: 4px !important;
}

    .page-head .btn:active, .page-head .btn.active {
        transform: scale(1);
    }

.page-content {
    padding-top: 64px;
    padding-bottom: 64px;
}

.page-detail {
    padding-top: 50px;
    padding-bottom: 75px;
}

    .page-detail .table {
        margin-bottom: 30px;
    }

        .page-detail .table th {
            width: 110px;
        }

        .page-detail .table th,
        .page-detail .table td {
            border-top: none;
            color: rgba(255, 255, 255, 0.64);
            padding: 5px 0;
            font-size: 16px;
        }

@media (max-width: 768px) {
    .page-head h1 {
        font-size: 22px;
    }

    .page-detail {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .page-head h1 {
        font-size: 18px;
    }

    .page-content {
        padding-bottom: 30px;
    }

    .page-detail {
        padding-top: 25px;
        padding-bottom: 45px;
    }
}

@media (max-width: 550px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .row .col-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .money-wrap.left-position .content .button-group {
        padding: 0 15px;
    }
}

.btn-full-screen {
    position: absolute;
    top: 75px;
    right: 15px;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    z-index: 9999;
    border: none;
}

    .btn-full-screen i {
        font-size: 18px;
    }

.flex-colomn .button {
    display: block;
}

.mobile-button-header .btn-money {
    width: 42%;
    height: 5vh;
    background-image: url(../img/btn-money-mobile.svg);
}

@media (min-width: 550px) {
    .btn-full-screen {
        top: 15px;
    }
}

@media (min-width: 1366px) {
    .btn-full-screen {
        right: 6%;
    }
}

@media (min-width: 1500px) {
    .btn-full-screen {
        right: 10%;
    }
}


@media (min-width: 550px) {
    .playing .mobile-button-header,
    .playing .mobile-button-footer {
        display: none;
    }
}

@media (max-width: 550px) {
    .playing .footer-game {
        display: none;
    }

    .playing .mobile-button-header {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #aa7202;
        background: linear-gradient(180deg, #aa7202, #fcee21 7%, #f4a925 25%, #a86b0b 51%, #f4a925 72%, #fcee21 93%, #aa7202);
    }

    .playing .mobile-button-header,
    .playing .mobile-button-footer {
        width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .playing .mobile-button-header .btn-games {
            width: 25%;
            background-image: url(../img/btn-games.svg);
        }

        .playing .mobile-button-header .btn-lines {
            width: 20%;
            height: 40px;
            background-image: url(../img/btn-lines-header.svg);
        }

        .playing .mobile-button-footer .item {
            flex-direction: column;
            display: flex;
            flex: 1 1 100%;
            width: calc(100% / 3);
            margin-right: 5px;
            height: 90px;
        }

            .playing .mobile-button-footer .item .btn {
                width: 100%;
                height: 100%;
            }

        .playing .mobile-button-footer .item-in {
            flex-direction: row;
            display: flex;
            place-content: center;
            align-items: center;
            flex: 1 1 100%;
            max-height: 50%;
        }
}

.media-wrap video {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    /*
        bottom: 110px;
    */
    bottom: 86px;
    width: 100%;
    height: calc(100vh - 160px);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 550px) {
    .media-wrap video {
        top: 0;
        height: calc(100vh - 60px);
    }
}

@media (min-width: 992px) {
    .media-wrap video {
        top: 0;
        height: calc(100vh - 90px);
    }
}

.machine-name {
    padding: 6px 10px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 15px;
    z-index: 1;
}

@media (max-width: 550px) {
    .machine-name {
        top: 65px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}


@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fdae0b, 0 0 30px #fdae0b, 0 0 40px #fdae0b, 0 0 50px #fdae0b, 0 0 60px #fdae0b;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 20px #ff4da6, 0 0 30px #df8901, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6;
    }
}

.loading {
    position: fixed;
    z-index: 99;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .6));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.6));
}

    /* Transparent Overlay */
    /* .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .6));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.6));
    }*/

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

    .loader > div {
        height: 100%;
        width: 8px;
        display: inline-block;
        float: left;
        margin-left: 2px;
        -webkit-animation: delay 0.8s infinite ease-in-out;
        animation: delay 0.8s infinite ease-in-out;
    }

    .loader .bar1 {
        background-color: #754fa0;
    }

    .loader .bar2 {
        background-color: #09b7bf;
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .loader .bar3 {
        background-color: #90d36b;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .loader .bar4 {
        background-color: #f2d40d;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .loader .bar5 {
        background-color: #fcb12b;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .loader .bar6 {
        background-color: #ed1b72;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

@-webkit-keyframes delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {
    0%, 40%, 100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.bg-gray-1 {
    background: #1e2129;
}


.subbanner {
    background-color: #0277bd;
    height: 200px;
    padding: 55px 32px;
}

    .subbanner h1 {
        font-size: 20px;
    }

@media (min-width: 992px) {
    .content-center {
        height: calc(100vh - 67px);
    }
}

@media (max-width: 992px) {
    .content-center {
        min-height: calc(100vh);
    }
}

.content-card {
    background: #2d323e;
    border-radius: 8px 8px 0 0;
    position: relative;
    top: -70px;
    min-height: calc(100% - 130px);
    margin: 0 16px;
    overflow: hidden;
}

.nav-tabs {
    border-bottom: 1px solid #474b55;
}

    .nav-tabs .nav-link {
        border: none;
        color: #fff;
        height: 48px;
        padding: 0 24px;
        cursor: pointer;
        box-sizing: border-box;
        opacity: .6;
        min-width: 160px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        position: relative;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border: none;
            border-bottom: 2px solid #2196f3;
        }

        .nav-tabs .nav-link:focus-visible {
            outline: none;
        }

.tab-content > .tab-pane {
    padding: 24px;
}

    .tab-content > .tab-pane .login-form {
        display: block;
        width: 100%;
        box-shadow: none;
        overflow: inherit;
        margin: 15px 0;
    }

        .tab-content > .tab-pane .login-form .bottom {
            padding: 0;
        }

@media (min-width: 550px) {
    .content-card {
        margin: 0 32px;
    }
}

.account-info h2 {
    font-size: 18px;
}

.account-info table th {
    font-weight: 600;
}

.account-info table th, .account-info table td {
    color: #fff;
}

.size-18 {
    font-size: 18px;
    font-weight: 500;
}

.verification .fa-exclamation-triangle {
    font-size: 128px;
    color: #9e9e9e;
    margin: 30px 0;
}

.verification .btn-aut {
    color: #039be5;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease-in-out;
    padding: 6px 15px;
    border-radius: 2px;
}


    .verification .btn-aut:hover {
        background-color: rgba(3, 155, 229, .10);
    }

.content-card .login-form .bottom .btn:not(.disable) {
    width: inherit;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: #039be5;
    padding: 10px 14px;
    transition: all .25s ease-in-out;
}

.content-card .login-form .bottom .btn:hover {
    background-color: rgba(3, 155, 229, .10);
}

.qrcode-wrap {
    display: none;
}

    .qrcode-wrap.show {
        display: flex;
        flex-direction: column;
    }

    .qrcode-wrap .qrcode {
        width: 256px;
        height: 206px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .qrcode-wrap .qrcode img {
            width: 100%;
        }

    .qrcode-wrap .login-form {
        text-align: left;
        width: calc(100% - 256px);
        margin-top: 0 !important;
    }

        .qrcode-wrap .login-form small {
            font-size: 12px;
            margin-bottom: 10px;
            display: block;
        }

        .qrcode-wrap .login-form .bottom {
            background-color: transparent;
        }

@media (min-width: 768px) {
    .qrcode-wrap.show {
        flex-direction: row;
    }
}

.qrcode-wrap small {
    font-size: 10px;
}

.modal-title {
    color: #000;
}

.form-group {
    margin-bottom: 15px;
}

.footer-web .btn p, .mobile-button-header .btn p, .footer-mobile .btn p {
    text-indent: -9999px;
}
