.login-content .btn-user{
    background: #272727;
    color: #c2a56d;
}

.bg-gray{
    width: 400px;
    background: #272727;
    padding: 15px;
}

.login-form{
    max-width: 100%;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    overflow: inherit;
}

.login-form .top{
    padding: 20px 30px 0;
    border-radius: 4px 4px 0 0;
    background: radial-gradient(circle at center -20px, transparent, transparent 85px, rgba(255,255,255, 0.35) 85px);
}

.login-form .top::before {
    content: "";
    border-left: 2px solid #272727;
    border-right: 2px solid #272727;
    width: 404px;
    height: 200px;
    position: absolute;
    top: -11px;
    left: -10px;
}

.login-form .top::after{
    content: "";
    width: 404px;
    height: 164px;
    background: url("./../img/23_login-logo.png");
    display: inline-block;
    object-fit: cover;
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
}

.login-form .top h2{
    margin-bottom: 0;
}

.login-form .top img{
    opacity: 0;
    height: 50px;
}

.login-form .top .btn-close{
    z-index: 99;
}

.login-form .bottom{
    border-radius: 0 0 4px 4px;
    background: rgba(255,255,255, 0.35);
}

.login-form .bottom .form-group .input-group{
    border: 1px solid #272727;
    height: inherit;
    display: flex;
    flex-direction: row-reverse;
}

.login-form .bottom .form-group .input-group-text{
    order: 1;
    color: #272727;
}

.login-form .bottom .form-group .input-group:hover, .login-form .bottom .form-group .input-group.selected{
    border: 1px solid #272727;
}

.login-form .bottom .form-group .input-group .form-control:focus ~ label, .login-form .bottom .form-group .input-group .form-control:not(:focus):valid ~ label{
    display: none;
    top: 0;
}

.login-form .bottom .form-group, .login-form .bottom .checkboxes{
    margin-bottom: 15px;
}

.login-form .bottom .form-group .input-group label{
    font-size: 14px;
    top: 13px;
    left: 44px;
    color: #c2a56d;
}

.login-form .bottom .checkboxes label{
    color: #272727;
}

input[type="checkbox"]:checked + label:before{
    background-color: #c2a558;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before{
    border: 1px solid #272727;
}

input[type="checkbox"] + label:after{
    border-bottom: 1px solid #272727;
    border-right: 1px solid #272727;
}

.login-form .bottom .form-group .input-group .form-control{
    background: #272727;
    color: #c2a56d;
    height: 40px;
    border-radius: 0 4px 4px 0;
}

.login-form .bottom .btn{
    background: #272727 !important;
    color: #c2a56d;
    padding: 10px 15px;
}

.content-w {
    min-height: calc(100vh - 278px);
}


/*======  DEFAULT ======*/
header{
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

header .btn-menu{
    font-size: 1.5rem;
    color: #c2a56d;
}

header .logo img{
    width: 180px;
    max-width: 100%;
}

@media (min-width: 550px) {
	header .logo img{
    width: 270px;
 }
}

header .logo-reverse{
    display: flex;
    flex-direction: row-reverse;
}

header .logo-reverse .logo{
    margin-left: 0;
    margin-right: 20px;
}

header .button-group{
   
    justify-content: space-between;
    gap: 8px;
}

header .button-group .whatsapp img, header .button-group .telegram img, header .button-group .livechat img{
	width: 40px;
}


@media (min-width: 550px) {
	header .button-group{
        gap: 15px;
    }
	
	header .button-group .whatsapp img, header .button-group .telegram img, header .button-group .livechat img {
        width: 54px;
    }
}




.cmdBtn{
    border: 1px solid transparent !important;
    color:#d3b472 !important;
}

.cmdBtn, header .button-group .btn-bonus, header .button-group .price, header .button-group .btn-discount{
    background: 
    linear-gradient(#000000 0 0) padding-box, /*this is your grey background*/
    linear-gradient(120deg, #d3b472 0%, #705218 5%,#d3b472 50%,#705218 65%,  #d3b472 95%) border-box !important;
}

.cmdBtn:hover{
    color:#d3b472 !important;
}

header .button-group .btn-bonus, header .button-group .price, header .button-group .btn-discount{
    font-weight: 600;
    border: 4px solid transparent;
    border-radius: 15px;
    padding: 5px 10px;
    position: relative;
}

header .button-group .btn-bonus p, .button-group .price, header .button-group .btn-discount p{
    font-size: 16px;
}

header .button-group .btn-bonus p{
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .button-group .btn-discount::before{
    content: "";
    margin: 3px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 0;
}

header #pBalance1{
    display: none !important;
}

header .button-group .btn-discount p{
    position: relative;
    z-index: 99;
    color: #272727;
}

header .button-group .price{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}



/* ===== NAVBAR  ======*/
.navbar{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #5d5e4d, #00000000) 0 1 0 1
}  
.navbar, .navbar .head, .navbar .footer .info{
    background: rgba(0, 0, 0, 0.7);
}

.navbar .content ul li a{
    font-size: 16px;
    font-weight: 400;
}

.navbar .head .profile-img{
    background: rgba(179,129,50,1);
}

.navbar .content ul li.active, .navbar .content ul li:active{
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
}

.navbar select{
    width: 45%;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
    border: 1px solid rgba(179,129,50,1);
}

/*===== BOX ====*/
.box:not(.v2){
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #9d8043, #00000000) 1 1 0 1;
    border-radius: 3px 3px 0 0;
    background: url('./../img/23_masa_bg.jpg');
    background-size: cover;
    position: relative;
}

.box::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 90px;
    border: 2px solid transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.box.available::before{
    border-color: #356e10;
}

.box.not-available::before{
    border-color: #a10902;
}

.box:not(.v2) .box-header{
    background: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.box:not(.v2) .box-header .box-title{
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#000000 0 0) padding-box, linear-gradient(120deg, #d3b472 0%, #705218 5%, #d3b472 50%, #705218 65%, #d3b472 95%) border-box !important;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    z-index: 1;
    color: #020202;
}

.box:not(.v2) .box-header .box-title::before{
    content: "";
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(179, 129, 50, 1) 35%, rgba(246, 248, 189, 1) 50%, rgba(179, 129, 50, 1) 65%);
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
}

.box:not(.v2) .box-content{
    position: relative;
    z-index: 1;
}

.box-content .btn-play-now{
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#000000 0 0) padding-box, linear-gradient(120deg, #d3b472 0%, #705218 5%, #d3b472 50%, #705218 65%, #d3b472 95%) border-box !important;
    display: inline-block;
    padding: 8px 10px;
    color: #020202;
    width: 120px;
}

.box-content .btn-play-now::before{
    content: "";
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(179, 129, 50, 1) 35%, rgba(246, 248, 189, 1) 50%, rgba(179, 129, 50, 1) 65%);
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
}


.box:not(.v2) .box-content::after{
    content: "";
    background: linear-gradient(120deg, #c8ab6f 0%, #75561b 10%, #c8ab6f 50%, #75561b 70%, #c8ab6f 100%) border-box;
    position: absolute;
    height: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.box.available .box-footer{
    background: #356e10;
}

.box.not-available .box-footer, .box.busy .box-footer{
    background: #ff0a00;
}

.box.v2{
    border: 2px solid #c2a56d;
    background: rgba(0, 0, 0, 0.3);
}


.box.v2:before{
    content: none;
}

.page-head h1, .box-content p.title, .page-head-machine-name p{
    display: inline-block !important;
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-content p.title{
    font-size: 24px;
    font-weight: 600;
}

.box.v2 .box-content .min-max-bet{
    background: linear-gradient(135deg, rgba(179,129,50,1) 35%,rgba(246,248,189,1) 50%,rgba(179,129,50,1) 65%);
    border-radius: 15px;
    padding: 5px;
    margin: 0 10px 15px;
}

.box.v2 .box-content .min-max-bet p{
    font-size: 13px;
    font-weight: 600;
    color: #020202;
    
}

.box.v2 .box-content .text-xl{
    font-size: 7vw;
}
.box-content .mat-title{
    letter-spacing: 6px;
    margin-bottom: 0;
}

.box-content p.total{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.box-content p.total::before{
    content: "";
    width: 150px;
    height: 2px;
    background-color: #c2a56d;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}



/*==== ==========*/
.page-head-machine-name{
    background: transparent;
    justify-content: flex-start;
}
.page-head-machine-name p{
    font-weight: 600;
    text-align: left;
    width: inherit;
    padding: 0;
}

@media (max-width: 550px) {
    header .button-group .btn-bonus p, .button-group .price, header .button-group .btn-discount p{
        margin-left: 0;
    }
	
	header .button-group .price{
		display: none;
	}
}

@media (min-width: 550px) {
    header .button-group{
        display: flex;
    }
	header .button-group .whatsapp img, header .button-group .telegram img, , header .button-group .livechat img{
		width: 54px;
	}
    header .button-group .btn-bonus, header .button-group .price, header .button-group .btn-discount{
        padding: 8px 25px;
    }
    header .button-group .btn-bonus p, .button-group .price, header .button-group .btn-discount p{
        font-size: 20px;
    }
    .box-group {
        margin-left: -12px;
        margin-right: -12px;
    }

    .box-group .item  {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 550px) {
    header .button-group{
        display: flex;
    }
}

.box.not-available .box-content img, .box.busy .box-content img {
    filter: grayscale(1);
}

/* footer{
    display: none;
} */


/* FOOTER BUTTONS*/
footer .footer-web {
    background: #272727 !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: #272727;
        font-weight: 600;
    }

.footer-web .btn p {
    font-size: 1.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/23_btn-gold-1.svg");
    width: 165px;
    height: 40px;
}

.btn-auto {
    background-image: url("../img/btn/23_btn-auto.svg");
    width: 113px;
    height: 40px;
}

.btn-auto p{
    color: #e7d175 !important;
}



.btn-games, .btn-blue-1, .btn-bets {
    background-image: url("../img/btn/23_btn-gold-2.svg");
    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/23_btn-sound.svg");
}

.btn-voice-off {
    background-image: url("../img/btn/23_btn-sound-off.svg");
}

.btn-camera {
    background-image: url("../img/btn/23_btn-camera.svg");
}


.btn-max, .btn-bet, .btn-spin, .btn-money, .btn-spin, .btn-money, .btn-blue{
    width: 114px;
    height: 40px;
    background-image: url("../img/btn/23_btn-gold.svg");
}

.egt-bet-mobile {
    background-image: url("../img/btn/23_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, rgb(209 180 92) 0%, rgb(240 219 126 / 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: #272727;
    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%;
}

.mobile-button-header .btn-money{
    background-image: url("../img/btn/23_btn-gold.svg");
}

@media (max-width: 550px) {


    .playing .mobile-button-header, .playing .mobile-button-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

        .playing .mobile-button-header .btn-lines, .playing .mobile-button-header .btn-lobby {
            width: 78px;
            height: 48px;
            background-image: url("../img/btn/23_btn-gold.svg");
        }

    .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/23_btn-gold-1.svg");
    width: 130px;
    height: 50px;
}

.footer-mobile .btn-auto {
    width: 86px !important;
    height: 86px;
}

.footer-mobile .btn-spin {
    width: 136px !important;
    height: 76px;
}

    .mobile-button-header .btn p, .footer-mobile .btn p, .footer-mobile .btn-games p {
        font-size: 3.5vw;
        text-indent: inherit;
    }

.footer-mobile .btn:not(:last-child) {
    margin-right: 5px;
}

@media (min-width: 5500px) {
    .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;
    }

    .footer-mobile .btn-auto p, .footer-mobile .btn-spin p, .footer-mobile .btn-games p {
        font-size: 4.5vw;
    }
}

body {
        background-image: url("/serassets/img/23_dark_bg.jpg") !important;
    }



@media (min-width: 768px) {

    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;
    }
}