﻿body {
    background-image: url(../img/36_bg_mobile.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.login-bg{
    background-image: url(../img/login_bg_mobile.png);
}


.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{
    padding: 30px 30px 0;
}

.login-form .top img{
    margin-bottom: 15px;
}

.login-form .bottom .checkboxes{
    margin-bottom: 15px;
}

    .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 LOGOLAR   ======*/

.box-group .item .box.v2{
    padding-top: 80px;
    margin-bottom: 100px;
}

.box-group .item{
    position: relative;
}

.box-group .item::before{
    content: "";
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 1;
     width: 170px;
    height: 170px;
    background-size: cover;
}

.box-group .item.apex-premium::before{
    background-image: url(../img/apex_premium_logo.png);
}

.box-group .item.apex-xtreme::before{
    background-image: url(../img/apex_xtreme_logo.png);
}

.box-group .item.egt-bell-link::before, .box-group .item.egt-bell-link-vip::before{
    background-image: url(../img/bell_link_logo.png);
}

.box-group .egt-premier-link::before{
    width: 140px;
    height: 140px;
    background-image: url(../img/egt_logo.png);
}

/**=============================**/



.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))));
}


.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(../img/36_bg.jpg);
    }

    body.login-bg{
        background-image: url(../img/login_bg.jpg);
    }

    footer .footer-web {
        padding: 5px 15px;
    }

}


