﻿body {
    background-image: url(/serassets/img/27_bg_mobile.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.login-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.front-face {
    animation-duration: .1s
}

.login-form {
    background: rgba(165,165,165, .15);
    backdrop-filter: blur(20px);
}

    .login-form .top, .login-form .bottom {
        background: transparent;
    }

        .login-form .top h2 {
            color: #fff;
        }

        .login-form .bottom .form-group .input-group .form-control:focus ~ label, .login-form .bottom .form-group .input-group .form-control:not(:focus):valid ~ label {
            background: #fff;
            color: #000;
        }


.box.v2, .box {
    border: 1px solid rgba(165, 165, 165, .25);
    background: rgba(165, 165, 165, .15);
    position: relative;
    backdrop-filter: blur(35px);
    overflow: inherit;
}

    .box.v2:before, .box:before {
        content: none;
    }

    .box.not-available {
        border: 1px solid oklab(0.63 0.22 0.13 / 0.37)
    }

    .box.available {
        border: 1px solid #6cf01475;
    }

.box-header {
    background: transparent;
    border-bottom: 1px solid rgba(165, 165, 165, .25);
}

.box.v2 .box-content, .box .box-content {
    padding: 15px 6px 6px 6px;
    min-height: 200px;
}

    .box.v2 .box-content .img, .box .box-content .img {
        min-height: 110px;
        max-height: 120px;
    }

    .box.v2 .box-content .total {
        margin-top: 10px;
    }

        .box.v2 .box-content .total .available-machine {
            font-size: 24px;
            font-weight: 600;
        }

            .box.v2 .box-content .total .available-machine.green {
                color: #2bf401;
            }

            .box.v2 .box-content .total .available-machine.red {
                color: #f00;
            }

.box-content .btn-play-now {
    width: 90px;
    font-size: 12px;
    padding: 10px;
    background-color: #2bf401;
    color: #111111;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 50%;
    left: 50%;
    margin: auto;
    top: inherit;
    bottom: 0;
    transform: translate(-50%, -50%);
    transition: all .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    display: inline-block;
}

.box:not(.busy):not(.not-available):hover .box-content .btn-play-now {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateX(-50%);
}

.box.v2 .box-footer, .box .box-footer {
    display: flex;
    border-top: 1px solid rgba(165, 165, 165, .25);
    background: transparent;
}

.box.available .box-footer {
    background: transparent;
}

.box.v2 .box-footer div {
    width: calc(100% / 2);
}

.box.v2 .box-footer p, .box .box-footer p {
    font-size: 12px;
}

.box.not-available .box-content img, .box.busy .box-content img {
    filter: grayscale(1);
}

.box.not-available .box-footer, .box.busy .box-footer {
    background: transparent;
    justify-content: center;
}

.box.v2 .box-footer, .box .box-footer {
    justify-content: center;
}

box.not-available .box-header .box-title, .box.busy .box-header .box-title {
    color: rgba(165, 165, 165, .25) !important;
}


.box.not-available .box-footer p, .box.busy .box-footer p {
    color: #f00 !important;
    font-size: 13px;
}

.text-green {
    color: #2bf401 !important;
}

.text-red {
    color: #f00 !important;
}

.tag-new {
    position: absolute;
    padding: 0px 6px;
    right: -20px;
    top: -22px;
    font-size: 9px;
    backdrop-filter: blur(20px);
    width: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: #ff0000;
    clip-path: polygon(50% 0, calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))), calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))));
}


/* FOOTER BUTTONS*/
footer .footer-web {
    background: #241A39 !important;
    padding: 0 15px;
    height: inherit;
}

    footer .footer-web .container {
        justify-content: normal;
    }

    footer .footer-web .item.bg-gray, footer .footer-web .item.bg-purple {
        padding-left: 0;
        padding-right: 0;
        border: none;
        background: transparent;
    }

    footer .footer-web .item:first-child {
        width: inherit;
    }

footer .btn, .mobile-button-header .btn, .footer-mobile .btn {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
}

    footer .btn p, .mobile-button-header .btn p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
    }

.footer-web .btn p {
    font-size: 1.5vw;
    text-indent: inherit;
}


.mobile-button-header .btn p, .footer-mobile .btn p {
    font-size: 3.5vw;
    text-indent: inherit;
}

footer .double-button .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
}

.double-button {
    max-width: 100%;
    width: 33%;
}

footer .btn:hover {
    color: #fff;
}

footer .btn:not(:last-child) {
    margin-right: 10px;
}

.btn-lobby {
    background-image: url(../img/btn/btn-ping.png);
    width: 165px;
    height: 40px;
}

.btn-auto {
    background-image: url(../img/btn/btn-green-round.png);
    width: 113px;
    height: 40px;
}



.btn-games, .btn-blue-1, .btn-bets {
    background-image: url(../img/btn/btn-blue-1.png);
    width: 130px;
    height: 44px;
}

.btn-voice-on, .btn-voice-off, .btn-camera {
    width: 115px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn-voice-on {
    background-image: url(../img/btn/btn-sound.png);
}

.btn-voice-off {
    background-image: url(../img/btn/btn-sound-off.png);
}

.btn-camera {
    background-image: url(../img/btn/btn-camera.png);
}


.btn-max, .btn-bet, .btn-spin, .btn-money, .btn-blue {
    width: 114px;
    height: 40px;
}

.btn-max, .btn-bet, .btn-blue {
    background-image: url(../img/btn/btn-blue.png);
}

.btn-spin, .btn-money {
    background-image: url(../img/btn/btn-green.png) !important;
}

.egt-bet-mobile {
    background-image: url(../img/btn/btn-blue-1.png);
}

footer .footer-web .item {
    padding-left: 10px;
    padding-right: 10px;
    height: inherit;
}

    footer .footer-web .item:not(:last-child) {
        margin-right: 0;
    }

    footer .footer-web .item:nth-of-type(1) {
        max-width: 40%;
    }

    footer .footer-web .item:nth-of-type(2) {
        max-width: 15%;
    }

    footer .footer-web .item:nth-of-type(3) {
        max-width: 30%;
    }

    footer .footer-web .item:nth-of-type(4) {
        max-width: 11%;
    }


.mobile-button-header .btn-lines, .mobile-button-header .btn-money, .mobile-button-header .btn-lobby {
    width: 75px;
    height: 48px;
}

footer .footer-web .item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .60) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    right: -11px;
}

.btn-sound img {
    display: none;
}

.btn-sound.btn-voice-on img:nth-child(1) {
    display: block;
}

.btn-sound.btn-voice-off img:nth-child(2) {
    display: block;
}

footer .footer-web .item:last-child {
    width: inherit;
}

@media (min-width: 1500px) {
    footer .footer-web .container {
        max-width: 1300px;
    }
}


.playing .mobile-button-header, footer .footer-mobile .footer-bottom {
    background: #241A39;
    padding: 10px 15px;
}

.footer-mobile .footer-bottom .item:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-button-header .btn img {
    max-width: 100%;
}

@media (max-width: 440px) {


    .playing .mobile-button-header, .playing .mobile-button-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

        .playing .mobile-button-header .btn-lines {
            width: 78px;
            height: 48px;
            background-image: url(../img/btn/btn-blue.png);
        }

    .btn-voice-on, .btn-voice-off, .btn-camera {
        width: 55px;
        height: 55px;
    }
}

footer .footer-mobile .footer-bottom .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


footer .footer-web .item.bg-gray, footer .footer-web .item.bg-purple {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: transparent;
}

.footer-mobile .btn-games, .footer-mobile .egt-bet-mobile {
    background-image: url(../img/btn/btn-blue-1.png);
    width: 130px;
    height: 50px;
}

.footer-mobile .btn-auto {
    width: 86px !important;
    height: 86px;
}

.footer-mobile .btn-spin {
    width: 136px !important;
    height: 76px;
}

    .footer-mobile .btn-auto p, .footer-mobile .btn-spin p, .footer-mobile .btn-games p {
        font-size: 4.5vw;
    }

.footer-mobile .btn:not(:last-child) {
    margin-right: 5px;
}

@media (min-width: 440px) {
    .btn-auto {
        height: 66px;
    }

    .btn-max, .btn-bet, .btn-spin, .btn-money, .btn-voice-on, .btn-voice-off, .btn-camera, .btn-lobby, .btn-blue {
        height: 56px;
    }

    .btn-games, .btn-blue-1, .btn-bets {
        width: 75px;
        height: 24px;
    }
}

.bg-gray{
    background: transparent;

}


.front-face {
    box-shadow: none;
    width: 600px;
    opacity: 1;
    background: transparent;
    animation-duration: 0ms
}

    .front-face img:first-child {
        width: 320px;
    }

@media (min-width: 768px) {
    body {
        background-image: url(/serassets/img/27_bg.jpg);
    }

    footer .footer-web {
        padding: 5px 15px;
    }

    .btn-lobby {
        width: 110px;
        height: 66px;
    }

    .btn-auto {
        width: 84px;
        height: 84px;
    }

    .btn-games, .btn-blue-1, .btn-bets {
        width: 85px;
        height: 29px;
    }
}

@media (min-width: 1024px) {

    footer .footer-web {
        padding: 10px 15px;
    }

    .btn-max, .btn-bet, .btn-spin, .btn-money, .btn-voice-on, .btn-voice-off, .btn-camera, .btn-lobby, .btn-blue {
        height: 86px;
    }

    .btn-games, .btn-blue-1, .btn-bets {
        width: 100px;
        height: 34px;
    }
}

@media (min-width: 1200px) {

    .btn-auto {
        width: 100px;
        height: 100px;
    }

    .btn-max, .btn-bet, .btn-spin, .btn-money, .btn-lobby {
        height: 74px;
    }

    .btn-voice-on, .btn-voice-off, .btn-camera {
        height: 86px;
    }

    .btn-games, .btn-blue-1, .btn-bets {
        width: 130px;
        height: 44px;
    }
}

@media (min-width: 1920px) {
    .footer-web .btn p {
        font-size: 1vw;
    }
}
