@font-face {
    font-family: 'jack';
    src: url('assets/jqkaswild-w1yd6.woff') format('woff');
    font-weight: 400;
}
html, body{
    overflow-Y: hidden !important;
    overflow-X: hidden !important;
}
.mobile_menu.row.align-items-center .navbar-text .balance {
  color: yellow; /* green or your preferred color */
}

.mobile_menu.row.align-items-center .navbar-text .currency-symbol,.navbar-text span {
  color: yellow; /* orange or your preferred color */
}
button#ES_language {
    position: relative;
    left: 30px;
}
button#EN_language {
    position: relative;
    left: 16px;
}
button.btn.btn-link.es_lang.es_mobi.highlight-lang,button.btn.btn-link.en_lang.en_mobi.highlight-lang{
    color: #fff !important;
	font-weight:bold;
}
button.highlight-lang {
    font-weight: bold;
}
div#mash-nav .navbar-text {
    font-weight: 400;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.mobile_menu.row.align-items-center .navbar-text {
    font-weight: 600;
}
.ficha-coin img {
    width: 40px !important;
    height: 40px;
    display: block;
    position: absolute;
    /*margin-left: -2.2%;
    margin-top: -8px;*/
	margin-left: -7%;
	margin-top: -27px;
}
#password::placeholder{
    color:#fff !important;
}
body {
    font-family: "Poppins", serif !important;
    background: #000000 !important;
    font-weight: 300 !important;
    font-style: normal;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    min-height: 100vh;
}
.splash {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.splash.hidden {
    opacity: 0;
    pointer-events: none;
}
.splash{
    background:#000;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
.splash .row{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin:0 auto;
}
.splash .col-md-12{
    text-align: center;
}
.splash .row img{
    width: 300px;
}
button#EN_language {
    margin-right: 0vw;
}
.translate_tab {
    position: absolute;
    right: 110px;
    top: 53px;
}
#modalText{
    z-index: 100000;
}
.navbar,.navbar-text, .navbar button{
    color: #fff !important;
    text-decoration:none
}
#mash-nav {
    width: 79%;
}
.container {
    background-color: #000000;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 10px;
    width: 100%;
    max-width: 850px;
    text-align: center;
}
/* Initially, fiches are visible */
.elementals-container {
    opacity: 1;
    transition: opacity 0.5s ease; /* This will make the fade-out smooth */
}

/* When we apply this class, it will fade out */
.fade-out {
    opacity: 0.8;
    pointer-events: none; /* Prevent interactions when hidden */
}
.logo_branding {
    width: 52%;
    position: relative;
    margin-bottom: -10px;
    margin-top: -10px;
    z-index: 1000;
    left: -5px;
}

.card_row_1 .cards-shapes_1 img {
    width: 50px !important;
    height: 50px;
    margin-top: -11px;
  }
.deck_portrait, .deck_landscape {
    width: 150px;
    margin-top: 10px;
    margin-bottom: -5px;
}
img.deck_landscape {
    width: 165px;
    margin-top: -10px;
}
.card_row_1 .ficha-coin img {
    margin-left: -46px;
    width: 40px !important;
    height: 40px !important;
}
.deck_portrait{
    width: 109px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.top_card_section {
    margin-top:0px;
}
.card_portrait{
    text-align: left;
    margin-top:-50px
}
.card_landscape{
    text-align: right;
    margin-top:-50px;
}
.card_delt{
    margin-top: 0px !important;
}
.top_card_section.container {
    margin-top: -35px;
    background: none;
    width: 1000px;
    margin-bottom: -10px;
}
.card_delt{
    margin: 0 auto;
}
/* table#suit-board img {
    width: 50px !important;
    height: 50px;
} */
.cards_delt_1_hr,.cards_delt_2_hr{
    margin-top: 0px;
    border: 2px solid #ff0000;
    border-radius: 5px;
    width: 100px;
    opacity: 1;
}
.cards_delt_1, .cards_delt_2 {
    background-color: transparent;
    color: #000;
    padding: 14px 7px;
    border-radius: 5px;
    height: 115px;
    width: 79px;
    border-color:transparent;
    box-shadow:none;
    clear:both;
  }
  .top-layout {
    z-index: 1;
    background-image: url(assets/Bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    /*padding-bottom: 20px;*/
	padding-bottom: 62px;
    z-index: 4300 !important;
    position: relative;
    top: -6px;
    left: 0px;
}
.container.justify-content-between {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
button.cta-button, a.cta-button {
    margin-top: 34px;
    text-transform: uppercase;
}
.card_text_1 svg{
    color: #fff !important;
}
.responsive-text{
    font-size:22px !important;
}

.card_text_1 svg {
    color: #fff !important;
    transform: rotateZ(12deg);
    position: relative;
    top: 6px !important;
    left: 88.2px;
}
.card_text_2 svg {
    color: #FEF !important;
    transform: rotateZ(-10deg);
    position: relative;
    top: 25px !important;
    left: -250px;
}
nav.navbar.navbar-expand-lg.navbar-dark div {
    background: none !important;
    border: none !important;
    opacity: 1;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.custom_row{
    font-family: 'jack', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


    /* background: url(assets/left-decor.png); */
    .bottom_left {
        /* background: url(assets/left-decor.png); */
        background: url(assets/Left_board.png);
        background-size: 380px;
        background-repeat: no-repeat;
        background-position: top left;
        padding-bottom: 30px;
        min-height: 400px;
        position: relative;
        top: -208px !important;
        left: -70px;
        z-index: 2000000;
    }
    /* background: url(assets/right-decor.png); */
    .bottom_right {
        background: url(assets/Right_board.png);
        background-size: 380px;
        background-repeat: no-repeat;
        background-position: right 0px;
        padding-bottom: 10px;
        min-height: 400px;
        position: relative;
        top: -208px;
        right: -85px;
    }
table.cards-shapes {
    color: #fff;
    font-size: 45px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: -3px;
}
table.cards-shapes span{
    border:1px solid #fff; 
}
.card_row_2 {
    padding: 0px;
    margin: -2px;
}

.cards-shapes.cards-shapes_1 img {
    width: 50px;
    margin-top: -27px;
    height: 50px;
}


.left-shape-big img {
    width: 40px;
    margin-right: -7px;
    margin-top: 0px;
}
.left-shape-small img {
    width: 20px;
}


span.right-shape-big img {
    width: 40px;
    margin-top: -16px;
    margin-right: -5px;
}
span.right-shape-small img {
    width: 25px;
    margin-top: 0px;
}
table.cards-shapes span {
    border: 1.8px solid #fff;
    padding: 10px 19px;
    margin: -1px;
}
img.card-images-psd.img-responsive {
    width: 22px;
    height: auto;
  }
/* .card_text_2 img {
    width: 230px;
    position: relative;
    left: -192px;
    top: -8px;
    transform: rotateZ(2.5deg);
} */
.card_text_2 img {
    width: 228px;
    position: relative;
    left: -181px;
    top: 6px;
    transform: rotateZ(-1deg);
}

img.imag-responsive.text_liner_left {
    width: 180px;
    position: relative;
    top: 7px;
    left: 144px;
    transform: rotate(-2deg);
    margin-bottom: 20px;
}
.cards-shapes-second span{
    border: 12px solid #fff;
    padding:5px;
}
.card_row_1 {
    margin-top: -190px;
    margin-bottom: 10px !important;
}
.bottom-layout {
    margin-top: -90px;
    background: url(assets/Wood.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 100;
    position: relative;
    min-height: 560px !important;
}
.columnBase{
    color:#fff;
}

/* .controlls-panel {
    text-align: center;
    margin-top: -175px;
    z-index: 2000;
    position: relative;
    margin-left: 0px;
} */
table.cards-shapes span:hover {
    background: #aa0b0b;
    cursor: pointer;
}
table.cards-shapes.cards-shapes_1 span {
    padding: 11px 7px 10px 7px !important;
    font-size: 50px;
    text-align: center;
}
.navbar-text, .navbar button {
    margin-top: -60px;
}

.row.card_delt .cards_delt_2, .row.card_delt .cards_delt_1 {
    cursor: pointer;
    font-family: 'jack',sans-serif;
}
.row.card_delt {
    width: 490px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    margin-top: 35px !important;
}

ul.controls-group {
    display:contents;
}


ul.controls-group li{
    list-style: none;
    margin: 0 10px;
    display:contents;
}
ul.controls-group li img {
    width: 53px;
    cursor: pointer;
    margin: 0px 5px;
    cursor: pointer;
}

ul.controls-group li:last-child img {
    width: 52px;
    margin-left: 2px;
}
ul.controls-group li:first-child span img {
    width: 55px;
}

.row.coins-row img {
    width: 60px;
    margin-left: 2px;
    position: relative;
    top: 0px;
    cursor: pointer;
    transform: rotateZ(10deg);
  }
.row.coins-row {
    width: 608px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    z-index: 170;
    margin-left: 157px;
}
.row .custom_row img{
    cursor: pointer !important;
}
table.cards-shapes.cards-shapes_1 {
    margin-bottom: -4px;
}
button.cta-button,a.cta-button {
    padding: 15px 20px;
    border: none;
    background: -webkit-linear-gradient(90deg, #680606, #aa0b0b);
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}
.bottom-content .col-md-2:last-child{
    text-align: right;
}
.bottom-content .col-md-2:first-child{
    text-align: left;
}
  .card-contents-left {
    text-align: left;
    color: #c70813;
    /* font-size-adjust: 1.1; */
}
.card-contents-right {
    text-align: left;
    color: black;
    /* font-size-adjust: 0.9; */
    line-height: 1.55;
  }
  .card-contents-left .left-number, .card-contents-right .right-number {
    font-size: 50px;
    margin-top: -30px !important;
    position: relative;
    display: block;
    left: -5px;
    bottom: 0px;
    top: 4px;
}
.left-shape-small small, .left-shape-small small,.right-shape-small small, .right-shape-small small {
    margin-top: auto;
    display: inline-block;
    position: relative;
    top: -36px;
    left: -4px;
    font-size: 20px;
}
span.left-shape-big, span.right-shape-big {
    display: block;
    font-size: 40px;
    margin-top: -44px !important;
    position: relative;
    margin-bottom: 0px;
    text-align: right;
}

.bottom-layout {
    margin-top: -90px;
    background: url(assets/Wood.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px -140px;
    z-index: 100;
    position: relative;
    min-height: 190px !important;
    height: 535px !important;
	padding-top: 25px; /* Victor */
}
body {
    background: -webkit-linear-gradient(black, black, black, black, #303030, #464545) !important;
}
table.cards-shapes tr td span {
    min-width: 65px !important;
    max-height: 65px !important;
    display: flex;
    line-height: 1;
}
table.cards-shapes span.ficha {
    border: 1px solid #fff;
    padding: 6px 11px;
    margin: 0px;
}
.cards_delt_1 img, .cards_delt_2 img {
    width: 132%;
    margin-left: -10px;
    margin-top: -20px;
}
.card_first_row_custom {
    border-collapse:separate
}
.card_first_row_custom td {
    border: 0px solid #000; /* Reduce border width from 2px to 1px */
    padding: 0px; /* Optional: Adjust padding for better spacing */
}
.row.bottom-content {
    position: relative;
    top: -159px;
    z-index: 100 !important;
}
.row.car-bottomrow {
    position: relative;
    top: -130px;
    left: 0px;
    width: 70%;
    margin: 0 auto;
    z-index: 2000 !important;
}

ul.controls-group {
    display: inline-flex;
    position: relative;
    top: 28px;
    transform: rotateZ(0deg);
  }
  ul.controls-group li:first-child {
    position: relative;
    top: -22px !important;
    display: block;
}
ul.controls-group li:nth-child(3) {
    display: block;
    position: relative;
    top: 13px !important;
}
ul.controls-group li:nth-child(4) {
    display: block;
    position: relative;
    top: 24px;
    left: -10px;
}
ul.controls-group li:last-child {
    position: relative;
    display: block;
    top: 33px;
    left: -20px;
}
img.coins.third-coin {
    position: relative;
    top: -2px;
    width: 62px;
  }
img.coins.fourth-coin {
    position: relative;
    top: -3px;
}
img.coins.fifth-coin {
    position: relative;
    top: -9px;
}
img.coins.sixth-coin {
    position: relative;
    top: -17px;
}
img.coins.seventh-coin {
    position: relative;
    top: -30px;
}  
img.coins.eighth-coin {
    position: relative;
    top: -65px;
}
img.coins.nineth-coin {
    position: relative;
    top: -86px;
}
.custom_row {
    z-index: 0 !important;
    position: relative;
}
table.cards-shapes.cards-shapes_1 span.ficha {
    font-size: 13px;
    width: 59px !important;
    padding: 0px !important;
    display: flex;
    margin-left: 13px;
    height: 16px;
    margin-top: 2px !important;
    max-width: 50px !important;
}
.cell img {
    pointer-events: none;
}

.navbar-text {
    min-width: 140px;
    text-align: left;
}

#add-balance{
    width: 150px !important;
}

 
 

.row.coins-row img {
    width: 60px;
    margin-left: 2px;
    position: relative;
    top: 0px;
    cursor: pointer;
    transform: rotateZ(6deg);
} 
 .navbar-text {
        min-width: 180px !important;
    }
ul.controls-group li:first-child span img {
    transform: rotate(-2deg);
}
.mobile_menu_container,.landscape_triggered{
    display: none !important;
}
@media screen and (min-width:1000px) and (max-width:1280px){
    .bottom_left {
        background-size: 340px;
        min-height: 400px;
        position: relative;
        top: -173px !important;
        left: -140px;
    }
    .bottom_right {
        background-size: 340px;
        min-height: 400px;
        position: relative;
        top: -173px;
        right: -155px;
    }
    .coins_rows .col-md-4 {
        flex: 0 0 auto;
        width: 29.333333%;
    }
    .bottom-layout {
        height: 420px;
    }
    #mash-nav {
        width: 100%;
    }
    .navbar-text, .navbar button {
        margin-top: -60px;
        font-size: 14px;
    }
    .deck_portrait {
        width: 90px;
        margin-top: 0px;
        margin-bottom: 35px;
        margin-left: 60px;
    }
    img.deck_landscape {
        width: 125px;
        margin-top: -20px;
        margin-right: 100px;
        position: relative;
        left: -30px;
    }
    .top-layout {
        background-size: 100%;
        background-position: -2px 10px;
        position: relative;
        top: -11px;
        left: 0px;
    }
    img.imag-responsive.text_liner_left {
        width: 180px;
        top: -20px;
        left: 144px;
        transform: rotate(3deg);
    }
    .card_text_2 img {
        left: -193px;
        top: 4px;
        transform: rotateZ(-6deg);
    }
    table.cards-shapes.card_first_row_custom {
        position: relative;
        left: -33px;
    }
    table.cards-shapes.cards-shapes-second {
        position: relative;
        left: -66px;
        top: 2px;
    }
    .row.custom_row {
        margin-top: -40px;
    }
    .row.car-bottomrow {
        position: relative;
        top: -200px;
    }
    .cards_delt_1, .cards_delt_2 {
        height: 115px;
        width: 80px;
        margin-top: -20px;
    }
    ul.controls-group {
        top: 29px;
        transform: rotateZ(5deg);
        left: -100px;
    }

    .row.coins-row {
        margin-top: 0px;
        position: relative;
        z-index: 170;
        margin-left: 47px;
        transform: rotate(-18deg);
        width: 520px;
        top: -10px;
    }
    .row.coins-row.col-md-4 .coins_rows{
        transform: rotate(7deg);
    }
    
    .row.coins-row img,img.coins.third-coin {
        width: 50px;
        margin-left: -8px;
        position: relative;
        top: 0px;
        cursor: pointer;
        transform: rotateZ(10deg);
    }
    ul.controls-group {
        top: -7px;
        transform: rotateZ(4deg);
        left: -120px;
    }
    ul.controls-group li:first-child span img,ul.controls-group li img,ul.controls-group li:last-child img{
        width: 45px;
        margin-left: -8px;
    }
    img.card-images-psd.img-responsive {
        width: 17px;
        height: auto;
    }
}
@media screen and (min-width:1280px) and (max-width:1366px){
    .bottom_left {
        background-size: 350px;
        min-height: 400px;
        position: relative;
        top: -203px !important;
        left: -100px;
        transform: rotate(3deg);
    }
    .bottom_right {
        background-size: 340px;
        min-height: 400px;
        position: relative;
        top: -203px;
        right: -115px;
        transform: rotate(-2deg);
    }
    .coins_rows .col-md-4 {
        flex: 0 0 auto;
        width: 29.333333%;
    }
    .bottom-layout {
        height: 420px;
    }
    #mash-nav {
        width: 100%;
    }
    .navbar-text, .navbar button {
        margin-top: -60px;
        font-size: 14px;
    }
    .deck_portrait {
        width: 90px;
        margin-top: 0px;
        margin-bottom: 35px;
        margin-left: 60px;
    }
    img.deck_landscape {
        width: 125px;
        margin-top: -20px;
        margin-right: 100px;
        position: relative;
        left: -30px;
    }
    .top-layout {
        background-size: 100%;
        background-position: -2px -60px;
        position: relative;
        top: -11px;
        left: 0px;
    }
    img.imag-responsive.text_liner_left {
        width: 190px;
        top: -21px;
        left: 144px;
        transform: rotate(0deg);
    }
    .card_text_2 img {
        left: -203px;
        top: 11px;
        transform: rotateZ(-2deg);
    }
    table.cards-shapes.card_first_row_custom {
        position: relative;
        left: auto;
    }
    table.cards-shapes.cards-shapes-second {
        position: relative;
        left: -19px;
        top: 0px;
    }
    .row.custom_row {
        margin-top: -40px;
    }
    .row.car-bottomrow {
        position: relative;
        top: -200px;
    }
    span.right-shape-big img {
        width: 33px;
        margin-top: -16px;
        margin-right: -5px;
    }
    span.right-shape-small img {
        width: 25px;
        margin-top: -17px;
    }
    .left-shape-small img {
        width: 21px;
        margin-top: -14px;
    }
    .cards_delt_1, .cards_delt_2 {
        height: 115px;
        width: 80px;
        margin-top: -20px;
    }
    .left-shape-big img {
        width: 32px;
        margin-right: -5px;
        margin-top: -4px;
    }
    ul.controls-group {
        top: 29px;
        transform: rotateZ(5deg);
        left: -100px;
    }

    .row.coins-row {
        margin-top: 0px;
        position: relative;
        z-index: 170;
        margin-left: 127px;
        transform: rotate(-15deg);
        width: 520px;
        top: -30px;
    }
    .row.coins-row.col-md-4 .coins_rows{
        transform: rotate(7deg);
    }
    
    .row.coins-row img, img.coins.third-coin {
        width: 56px;
        margin-left: 23px;
        position: relative;
        top: 0px;
        cursor: pointer;
        transform: rotateZ(10deg);
    }
    table.cards-shapes span {
        border: 1.8px solid #fff;
        padding: 12px 20px;
        margin: -1px;
    }
    ul.controls-group {
        top: -12px;
        transform: rotateZ(3deg);
        left: -120px;
    }
    .row.bottom-content {
        position: relative;
        top: -19vw;
    }
    ul.controls-group li:first-child span img, ul.controls-group li img, ul.controls-group li:last-child img {
        width: 54px;
        margin-left: -7px;
    }
    img.card-images-psd.img-responsive {
        width: 17px;
        height: auto;
    }
}

@media screen and (min-width:1366px) and (max-width:1400px){
    ul.controls-group {
        top: -58px;
        transform: rotateZ(3deg);
        left: -90px;
    }
    .row.coins-row {
        width: 608px;
        margin: 0 auto;
        margin-top: -70px;
        position: relative;
        z-index: 170;
        margin-left: 157px;
    }
    .row.coins-row {
        width: 608px;
        margin: 0 auto;
        margin-top: -87px;
        position: relative;
        z-index: 170;
        margin-left: 152px;
        transform: rotate(-12deg);
    }
    .row.bottom-content {
        position: relative;
        top: -230px;
    }
    table.cards-shapes {
        color: #fff;
        font-size: 45px;
        width: 150px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .bottom-layout {
        height: 480px;
    }
    .bottom_left {
        background-size: 380px;
        top: -228px !important;
        left: -120px;
    }
    .bottom_right {
        background-size: 373px;
        top: -228px;
        right: -135px;
    }
    img.imag-responsive.text_liner_left {
        width: 190px;
        top: 7px;
        left: 144px;
        transform: rotate(-2deg);
        margin-bottom: 20px;
    }
    .card_text_2 img {
        width: 230px;
        left: -181px;
        top: 8px;
        transform: rotateZ(0deg);
    }
    table.cards-shapes {
        color: #fff;
        font-size: 45px;
        width: 150px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    table.cards-shapes {
        color: #fff;
        font-size: 45px;
        width: 150px;
        margin: -1px 21px auto auto;
        margin-bottom: 0px;
    }
}

@media screen and (min-width:1400px) and (max-width:1680px){
    .left-shape-big img {
        width: 32px;
        margin-right: -4px;
        margin-top: -7px;
    }
    .left-shape-small small, .left-shape-small small, .right-shape-small small, .right-shape-small small {
        margin-top: auto;
        display: inline-block;
        position: relative;
        top: -44px;
        left: -4px;
        font-size: 20px;
    }
    .bottom_left {
        background-size: 385px;
        top: -218px !important;
        left: -100px;
    }
    .bottom_right {
        background-size: 385px;
        top: -218px;
        right: -85px;
    }
    .top_card_section.container {
        margin-bottom: -10px;
    }
    img.coins.fifth-coin {
        position: relative;
        top: -3px !important;
    }
    img.coins.sixth-coin {
        top: -12px !important;
    }
    img.coins.seventh-coin {
        position: relative;
        top: -27px !important;
    }
        img.imag-responsive.text_liner_left
	 {
		 width: 200px;
		 top: 12px;
		 left: 144px;
		 transform: rotate(-4deg);
	}
    .card_text_2 img {
        width: 250px;
        left: -191px;
        top: 18px;
        transform: rotateZ(0.5deg);
    }
    img.deck_landscape {
        width: 160px;
        margin-top: -10px;
    }
    table.cards-shapes {
        margin: auto;
        /*margin-top: -2px;*/
    }
    .row.coins-row {
        width: 608px;
        margin: 0 auto;
        margin-top: -56px;
        position: relative;
        z-index: 170;
        margin-left: 155px;
        transform: rotate(-7.3deg);
    }
    .row.coins-row img, img.coins.third-coin {
        width: 65px;
    }
    img.card-images-psd.img-responsive {
        width: 22px;
        height: auto;
    }
    ul.controls-group li:first-child span img {
        width: 62px;
        margin-top: 0px;
    }
    ul.controls-group li img {
        width: 60px;
    }
    .row.bottom-content {
        position: relative;
        top: -250px;
        z-index: 0 !important;
    }
    ul.controls-group li:last-child img {
        width: 58px;
        margin-left: 2px;
        margin-top: -2px;
        transform: rotate(-4deg);
    }
    ul.controls-group {
        top: -57px;
        transform: rotateZ(3.8deg);
        left: -116px;
    }
    span.right-shape-big img {
        width: 35px;
        margin-top: -20px;
        margin-right: -5px;
    }

    .bottom-layout {
        height: 490px;
    }
}
@media screen and (min-width:1440px) and (max-width:1440px){
    .row.coins-row {
        margin-top: -67px;
        margin-left: 135px;
        transform: rotate(-10.3deg);
    }
}
@media screen and (min-width:1680px) and (max-width:1920px) {
    .bottom-layout {
        background-position: 20px -140px;
        min-height: 190px !important;
        height: 540px;
    }
    ul.controls-group {
        top: -47px;
        transform: rotateZ(1.6deg);
        left: -75px;
    }
    table.cards-shapes tr td span {
        min-width: 67px !important;
        max-height: 67px !important;
    }
    ul.controls-group li:first-child span img,    ul.controls-group li img {
        width: 65px;
    }
    ul.controls-group li:last-child img {
        width: 66px;
    }
    .row.coins-row {
        width: 718px;
        margin: 0 auto;
        margin-top: -70px;
        position: relative;
        z-index: 170;
        margin-left: 184px;
        transform: rotate(-9deg);
    }
    .row.coins-row img, img.coins.third-coin {
        width: 75px;
    }
    .card_text_2 img {
        width: 260px;
        left: -181px;
        top: 10px;
        transform: rotateZ(3deg);
    }
    img.imag-responsive.text_liner_left {
        width: 210px;
        top: 7px;
        left: 108px;
        transform: rotate(-4deg);
    }
    .navbar-text, .navbar button {
        margin-top: -60px;
        font-size: 16px;
    }
    button#EN_language {
        margin-right: 6vw;
    }
    .left-shape-big img {
        width: 36px;
        margin-right: -4px;
    }
    span.right-shape-big img {
        width: 36px;
        margin-top: -18px;
        margin-right: -5px;
    }
    .bottom_right {
        background-size: 385px;
        top: -218px;
        right: -53px;
    }
    .bottom_left {
        background-size: 387px;
        top: -218px !important;
        left: -38px;
    }
}
@media screen and (min-width:1800px) and (max-width:1824px){
    .row.coins-row {
        width: 738px;
        margin: 0 auto;
        margin-top: -30px;
        position: relative;
        z-index: 170;
        margin-left: 179px;
        transform: rotate(-8.2deg);
    }
    ul.controls-group {
        top: -15px;
        transform: rotateZ(2.1deg);
        left: -55px;
    }
    table.cards-shapes {
        color: #fff;
        font-size: 45px;
        width: 150px;
        margin: 0 auto;
        margin-bottom: -2px;
    }
    img.imag-responsive.text_liner_left {
        width: 210px;
        top: 7px;
        left: 108px;
        transform: rotate(-4.2deg);
    }
    .card_text_2 img {
        width: 280px;
        left: -181px;
        top: -1px;
        transform: rotateZ(2deg);
    }
    .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 95%;
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 20px;
        z-index: 4300 !important;
        position: relative;
        top: -6px;
        left: 0px;
    }
}

@media screen and (min-width:1600px) and (max-width:1799px){
    table.cards-shapes tr td span {
        min-width: 60px !important;
        max-height: 60px !important;
        display: flex;
        line-height: 1;
    }
    .cards-shapes.cards-shapes_1 img {
        width: 45px !important;
        height: 47px !important;
    }
}
@media screen and (min-width:1920px) and (max-width:2560px) {
    .row.coins-row {
        width: 790px;
        margin: 0 auto;
        margin-top: -59px;
        position: relative;
        z-index: 170;
        margin-left: 184px;
        transform: rotate(-6.5deg);
    }
    .cards_delt_1 img, .cards_delt_2 img {
        width: 145%;
        margin-left: -13px;
        margin-top: -20px;
    }
    ul.controls-group {
        top: -21px;
        transform: rotateZ(2.1deg);
        left: -75px;
    }
    img.card-images-psd.img-responsive {
        width: 24px;
        height: auto;
    }
    img.imag-responsive.text_liner_left {
        width: 229px;
        top: 6px;
        left: 85px;
        transform: rotate(-3deg);
    }
    /* .row.coins-row img {
        width: 60px;
        margin-left: 2px;
        position: relative;
        top: 0px;
        cursor: pointer;
        transform: rotateZ(3deg);
    } */
    .row.coins-row img {
        width: 80px;
        margin-left: 2px;
        position: relative;
        top: 0px;
        cursor: pointer;
        transform: rotateZ(3deg);
    }
    .card_text_2 img {
        width: 290px;
        left: -201px;
        top: 12px;
        transform: rotateZ(2deg);
    }
    table.cards-shapes {
        margin-bottom: -1px;
    }
    .bottom_left {
        background-size: 407px;
        top: -238px !important;
        left: 2px;
    }
    .bottom_right {
        background-size: 407px;
        top: -230px;
        right: 0px;
    }
    /* .row.coins-row {
        width: 790px;
        margin-top: -18.1px;
        margin-left: 149px;
        transform: rotate(-5.8deg);
    } */
    .row.coins-row {
        width: 790px;
        margin-top: -58.1px;
        margin-left: 149px;
        transform: rotate(-11.8deg);
    }
    img.coins.third-coin {
        top: 9px !important;
    }
    img.coins.fourth-coin {
        top: 17px !important;
    }
    img.coins.fifth-coin {
        top: 19px !important;
    }
    img.coins.sixth-coin {
        top: 18px !important;
    }
    img.coins.seventh-coin {
        top: 10px !important;
    }
    .left-shape-big img {
        width: 35px;
        margin-right: -5px;
        margin-top: -5px;
    }
    .left-shape-small small, .left-shape-small small, .right-shape-small small, .right-shape-small small {
        top: -43px;
        left: -4px;
    }
    .left-shape-small img {
        width: 21px;
    }
    .top-layout {
        background-size: 84%;
    }
}
@media screen and (min-width:1850px) and (max-width:1900px){
    .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 95%;
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 20px;
        z-index: 4300 !important;
        position: relative;
        top: -6px;
        left: 0px;
    }
}
@media screen and (min-width:2160px) and (max-width:3840px) {
    
    .top_card_section.container {
        margin-top: -35px;
        background: none;
        width: 1140px;
        margin-bottom: -10px;
    }
    ul.controls-group li:last-child img {
        width: 97px !important;
        margin-left: 12px;
        transform: rotate(-10deg);
    }
    /* .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        padding-bottom: 20px;
        z-index: 4300 !important;
        position: relative;
        top: -6px;
        left: 0px;
    } */
    .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 69%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        padding-bottom: 20px;
        z-index: 4300 !important;
        position: relative;
        top: -6px;
        left: 0px;
    }
    .row.coins-row img,img.coins.third-coin {
        width: 110px;
        position: relative;
        top: 0px;
        cursor: pointer;
        transform: rotateZ(10deg);
    }
    .bottom-layout {
        margin-top: -90px;
        background: url(assets/Wood.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 23% 97%;
        z-index: 100;
        position: relative;
        min-height: 150px !important;
        height: 540px;
        background-size: 108%;
        margin-top: 0px !important;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1470px;
    }
    .cards_delt_1_hr, .cards_delt_2_hr {
        margin-top: 0px;
        border: 3px solid #ff0000;
        border-radius: 5px;
        width: 120px;
        opacity: 1;
    }
    img.imag-responsive.text_liner_left {
        width: 255px;
        top: 6px;
        left: 125px;
        transform: rotate(-2deg);
    }
    .cards-shapes.cards-shapes_1 img
    .card_text_2 img {
        width: 316px;
        left: -231px;
        top: 0px;
        transform: rotateZ(3deg);
    }
    .deck_portrait {
        width: 125px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .navbar-text, .navbar button {
        margin-top: -60px;
        font-size: 21px;
    }
    .cards_delt_1, .cards_delt_2 {
        height: 140px;
        width: 95px;
    }
    .card_text_2 img {
        width: 316px;
        left: -231px;
        top: -3px;
        transform: rotateZ(2deg);
    }
    .left-shape-big img {
        width: 40px;
        margin-right: -5px;
        margin-top: 14px;
    }
    span.right-shape-big img {
        width: 43px;
        margin-top: 0px;
        margin-right: -5px;
    }
    .card-contents-left .left-number, .card-contents-right .right-number {
        font-size: 58px;
        margin-top: -30px !important;
        position: relative;
        display: block;
        left: -5px;
        bottom: 0px;
        top: 4px;
    }
    .left-shape-small img {
        width: 25px;
        margin-top: -2px;
    }
    span.right-shape-small img {
        width: 27px;
        margin-top: -13px;
    }
    .card_text_2 img {
        width: 326px;
        left: -221px;
        top: 2px;
        transform: rotateZ(0deg);
    }
    img.card-images-psd.img-responsive {
        width: 27px;
        height: auto;
    }
    .cards-shapes.cards-shapes_1 img {
        width: 75px;
        margin-top: -10px;
        height: 75px;
    }
    
     table.cards-shapes tr td span {
        min-width: 50px !important;
        min-height: 20px !important;
    }
    img.card-images-psd.img-responsive {
        width: 30px;
        height: auto;
        margin-left: 7px;
    }
    table.cards-shapes.cards-shapes_1 span {
        padding: 11px 10px 3px 10px !important;
        font-size: 50px;
        text-align: center;
    }
    .bottom_left {
        background-size: 520px;
        top: -328px !important;
        left: 12px;
        min-height: 520px;
        position: inherit;
    }
    .bottom_right {
        background-size: 520px;
        top: -310px;
        right: 0px;
        min-height: 500px;
    }
    ul.controls-group {
        top: -84px;
        transform: rotateZ(9deg);
        left: -25px;
    }
    ul.controls-group li:first-child span img, ul.controls-group li img, ul.controls-group li:last-child img {
        width: 100px;
    }
    .row.coins-row {
        width: 1010px;
        margin-top: -136.2px;
        margin-left: 209px;
        transform: rotate(-13deg);
    }
    .row.bottom-content {
        bottom: 0px;
    }
    img.coins.third-coin {
        top: 25px !important;
    }
    img.coins.fourth-coin {
        top: 29px !important;
    }
    img.coins.fifth-coin {
        top: 28px !important;
    }
    img.coins.sixth-coin {
        top: 23px !important;
    }
    ul.controls-group li:last-child img {
        width: 97px !important;
        margin-left: 12px;
        margin-top: -6px;
        transform: rotate(-10deg);
    }
    .cards_delt_1, .cards_delt_2 {
        height: 145px;
        width: 101px;
    }
    ul.controls-group li:first-child span img {
        width: 100px !important;
    }
    img.coins.first_coin {
        margin-top: 17px;
    }
    .row.card_delt {
        width: 590px;
        margin-top: 35px !important;
    }
    .logo_branding {
        width: 56%;
    }
}
@media screen and (min-width:2161px) and (max-width:2406px){
    .card_text_2 img {
        width: 326px;
        left: -221px;
        top: 1px;
        transform: rotateZ(-3deg);
    }
    ul.controls-group {
        top: -80px;
        transform: rotateZ(10deg);
        left: -85px;
    }
    .row.coins-row {
        width: 1010px;
        margin-top: -128.2px;
        margin-left: 119px;
        transform: rotate(-14deg);
    }
}
@media screen and (min-width:2160px) and (max-width:2160px){
    .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 80%;
    }
    img.imag-responsive.text_liner_left {
        width: 255px;
        top: 6px;
        left: 125px;
        transform: rotate(-2deg);
    }
    .card_text_2 img {
        width: 326px;
        left: -231px;
        top: 1px;
        transform: rotateZ(1deg);
    }
    .row.coins-row img, img.coins.third-coin {
        width: 90px;
    }
    .row.coins-row {
        width: 1010px;
        margin-top: -116.2px;
        margin-left: 149px;
        transform: rotate(-14deg);
    }
    ul.controls-group {
        top: -72px;
        transform: rotateZ(10deg);
        left: -95px;
    }
    ul.controls-group li:first-child span img, ul.controls-group li img, ul.controls-group li:last-child img {
        width: 90px;
    }
    ul.controls-group li:last-child img {
        width: 85px !important;
        margin-left: 12px;
    }
    .bottom_left {
        background-size: 520px;
        top: -268px !important;
        left: -38px;
        min-height: 520px;
        position: inherit;
    }
    .bottom_right {
        background-size: 520px;
        top: -280px;
        right: -50px;
        min-height: 500px;
    }
    .card_row_1 .cards-shapes_1 img {
        width: 70px !important;
        height: 70px !important;
        margin-top: -5px !important;
    }
    .navbar-text {
        min-width: 180px !important;
    }
}
@media screen and (min-width:2400px) and (max-width:2700px){
    .card_text_2 img {
        width: 326px;
        left: -221px;
        top: -2px;
        transform: rotateZ(-1deg);
    }
    img.imag-responsive.text_liner_left {
        width: 255px;
        top: 6px;
        left: 125px;
        transform: rotate(-1deg);
    }

    nav.navbar.navbar-expand-lg.navbar-dark .navbar-text:nth-child(2) {
        display: inline-flex;
        margin-right: 30px;
    }
    .navbar-text {
        min-width: 180px !important;
    }
}
@media screen and (min-width:2100px) and (max-width:2160px){
    .navbar-text {
        min-width: 180px !important;
    }
    .bottom-layout {
        margin-top: -90px;
        background: url(assets/Wood.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0px -140px;
        z-index: 100;
        position: relative;
        min-height: 190px !important;
        height: 530px;
    }
    .top-layout {
        background-size: 76%;
    }
    ul.controls-group {
        top: -11px;
        transform: rotateZ(-0.2deg);
        left: -4px;
    }
    
}
/* @media screen and (min-width:3840px) and (max-width:4096px) { */
@media screen and (min-width:3840px) and (max-width:5120px) {
     .navbar-text {
        min-width: 180px !important;
    }
    img.imag-responsive.text_liner_left {
        width: 255px;
        top: 0px;
        left: 125px;
        transform: rotate(-5deg);
    }
    .card_text_2 img {
        width: 346px;
        left: -211px;
        top: 12px;
        transform: rotateZ(2deg);
    }
    .row.coins-row {
        width: 100%;
        margin-top: -156.2px;
        margin-left: 289px;
        transform: rotate(-12.3deg);
    }
    ul.controls-group {
        top: -122px;
        transform: rotateZ(11deg);
        left: -25px;
    }
    table.cards-shapes tr td span {
        min-width: 105px !important;
        min-height: 100px !important;
    }
    img.card-images-psd.img-responsive {
        width: 40px;
        margin-left: 14px;
    }
    .bottom_left {
        background-size: 610px;
        top: -428px !important;
        left: 12px;
        min-height: 600px;
    }
    .bottom_right {
        background-size: 610px;
        top: -350px;
        right: 0px;
        min-height: 600px;
    }
    .bottom-layout {
        min-height: 150px !important;
        height: 620px;
    }
    .top-layout {
        background-position: 50% 80%;
        top: -6px;
        left: 0px;
    }
    .cards-shapes.cards-shapes_1 img {
        width: 90px !important;
        margin-top: -10px;
        height: 90px;
    }
    .cards_delt_1, .cards_delt_2 {
        height: 170px;
        width: 120px;
    }
    .top_card_section.container {
        margin-top: -35px;
        background: none;
        width: 1250px;
        margin-bottom: 0px;
    }
    .left-shape-big img {
        width: 60px;
        margin-right: -5px;
        margin-top: 24px;
    }
    .card-contents-left .left-number, .card-contents-right .right-number {
        font-size: 83px;
        margin-top: -32px !important;
        top: 4px;
    }
    .left-shape-small img {
        width: 40px;
        margin-top: -27px;
        margin-left: 2px;
    }
    span.right-shape-small img {
        width: 40px;
        margin-top: -34px;
        margin-left: 4px;
    }
    .cards_delt_1, .cards_delt_2 {
        height: 186px;
        width: 130px;
    }
    .cards_delt_1 img, .cards_delt_2 img {
        width: 135%;
        margin-left: -20px;
        margin-top: -29px;
    }
    .row.card_delt {
        width: 690px;
        margin-top: 35px !important;
    }
    .top-layout {
        background-position: 50% 90%;
        top: -6px;
        left: 0px;
    }
    .top_card_section.container {
        margin-top: -35px;
        width: 1300px;
    }
    .left-shape-big img {
        width: 60px;
        margin-right: -6px;
        margin-top: 4px;
    }
    span.right-shape-big img {
        width: 65px;
        margin-top: -10px;
        margin-right: -5px;
    }
    .cards_delt_1_hr, .cards_delt_2_hr {
        margin-top: 0px;
        border: 4px solid #ff0000;
        border-radius: 5px;
        width: 150px;
        opacity: 1;
    }
    img.imag-responsive.text_liner_left {
        width: 275px;
        top: 20px;
        left: 125px;
        transform: rotate(-5deg);
    }
    .deck_portrait, .deck_landscape {
        width: 170px !important;
    }
    img.deck_landscape {
        width: 215px !important;
        margin-top: -10px;
    }
    .logo_branding {
        width: 86%;
    }
    .navbar-text, .navbar button {
        margin-top: -60px;
        font-size: 25px;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1540px;
    }
}
@media screen and (min-width:2850px){
    .row.coins-row {
        width: 1010px;
        margin-top: -116.2px;
        margin-left: 209px;
        transform: rotate(-11deg);
    }
    ul.controls-group {
        top: -123px;
        transform: rotateZ(9deg);
        left: -25px;
    }
}

@media screen and (min-width: 1400px) and (max-width:1450px){
    .row.coins-row {
        width: 608px;
        margin: 0 auto;
        margin-top: -65px;
        position: relative;
        z-index: 170;
        margin-left: 125px;
        transform: rotate(-9.3deg);
    }
    .card_text_2 img {
        width: 250px;
		left: -218px;
		top: 23px;
		transform: rotateZ(2.5deg);
    }
}
@media screen and (min-width: 1451px) and (max-width:1550px){
    .row.coins-row {
        width: 608px;
        margin: 0 auto;
        margin-top: -53px;
        position: relative;
        z-index: 170;
        margin-left: 125px;
        transform: rotate(-7.1deg);
    }
    .card_text_2 img {
        width: 250px;
		left: -208px;
		top: 19px;
		transform: rotateZ(2deg);
    }
    ul.controls-group li:first-child span img {
        width: 62px;
        margin-top: 2px;
    }
    ul.controls-group li:last-child img {
        width: 58px;
        margin-left: 2px;
        margin-top: -2px;
        transform: rotate(-5deg);
    }
}
@media screen and (min-width: 1551px) and (max-width:1799px){
    .row.coins-row {
        width: 718px;
        margin: 0 auto;
        margin-top: -40px;
        position: relative;
        z-index: 170;
        margin-left: 184px;
        transform: rotate(-9deg);
    }
    .card_text_2 img {
        width: 250px;
		left: -206px;
		top: 20px;
		transform: rotateZ(3.5deg);
    } 
}



/** 
MOBILE controllers
*/
@media screen and (max-width:768px) and (orientation:portrait){
    .mobile_menu_container{
        display: block !important;
    }
    .top-layout {
        z-index: 1;
        background-image: url(assets/Bottom.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 0px;
        z-index: 4300 !important;
        position: relative;
        top: 2px;
        left: 0px;
    }
    .logo_branding {
        width: 160px;
    }
    img.logo_branding.img-fluid {
        position: relative;
        top: 60px;
        min-width: 140px;
        left: 0px;
        display: list-item;
    }
    .navbar-text, .navbar button {
        margin-top: 0px;
    }
    #mash-nav {
        width: 35%;
    }
    body,html{
        overflow:scroll !important;
    }
    .row.card_delt .col-xs-3 {
        display: contents;
        margin: 10px 20px !important;
    }
    .row.card_delt {
        margin: 80vw;
    }
    .col-md-4.col-xs-4.col-sm-4.bottom_left,.col-md-4.col-xs-4.col-sm-4.bottom_right{
        display: none !important;
    }
    img.imag-responsive.text_liner_left {
        width: 122px !important;
        position: relative;
        top: -13px;
        left: 249px !important;
        transform: rotate(-5deg);
        margin-bottom: -12px;
    }
    .card_text_2 img {
        width: 148px !important;
        position: relative;
        left: -243px !important;
        top: 105px;
        transform: rotateZ(5deg);
    }
    .top_card_section.container {
        margin-top: 20px;
        background: none;
        width: 1000px;
        margin-bottom: 18px;
        margin-left: -3px;
    }
    ul.controls-group {
        display: inline-flex;
        position: relative;
        top: 158px;
        transform: rotateZ(0deg);
        margin: 0 auto;
		left: 113px;
    }
    ul.controls-group li:first-child span img, ul.controls-group li img, .controls-group li:nth-child(5) img, ul.controls-group li:last-child img {
        width: 45px !important;
    }
    ul.controls-group li:first-child {
        position: relative;
        top: -21px !important;
        display: block;
        width: 40px;
        margin: 0px 10px !important;
    }
    .controlls-panel {
        margin-top: 10px;
    }
    ul.controls-group li {
        margin: 0px 7px;
    }
    .controls-group li:nth-child(2) img {
        position: relative !important;
        top: -20px !important;
        margin: 0px;
    }
    .controls-group li:nth-child(3) img {
        margin-top: -50px;
    }
    .controls-group li:nth-child(4) img {
        top: -45px;
        position: relative;
    }
	ul.controls-group li:first-child span img {
		margin-left: -8px;
	}
    .controls-group li:nth-child(5) img {
        position: relative;
        top: -54px;
    }
    .controls-group li:nth-child(2) img {
        position: relative !important;
        top: -22px !important;
        margin: 0px;
        padding: 0px;
    }
    img.deck_landscape {
        width: 100px;
        margin-top: -10px;
        position: relative;
        left: -220px;
        TOP: 100PX;
    }
    .row.coins-row {
        width: 650px;
        margin: 0 auto;
        margin-top: 140px;
        position: relative;
        z-index: 170;
        left: 135px;
    }
    .row.coins_rows {
		width: 179px;
    }
    .deck_portrait {
        width: 70px;
        margin-top: 10px;
        margin-bottom: 25px;
        position: relative;
        left: 250px;
        top: 35px;
    }
    .row.bottom-content {
        top: -119px;
        width: 370px;
        margin: 0 auto;
        display: block;
    }
    .bottom-layout {
        margin-top: -90px;
        background: url(assets/Wood.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0px -140px;
        z-index: 100;
        position: relative;
        min-height: 190px !important;
        height: 492px !important;
		padding-top: 0px;
    }
    nav.navbar.navbar-expand-lg.navbar-dark {
        margin-bottom: 10px;
    }
    .row.coins-row img {
        transform: rotateZ(0deg);
    }
    .row.bottom-content {
        top: -83px;
    }
    /* .logo_branding {
        width: 20%;
        margin-top: -18px !important;
        margin-left: 10px !important;
    } */
    .mobile_menu.row.align-items-center {
        display: flex;
        z-index: 200000;
        width: 45%;
        margin: 0 auto;
    }
    .mobile_menu.row.align-items-center .col-9 .col-6 {
        margin: 0px;
        padding: 0px;
        width: 89px;
        font-size: 10px;
        margin-top: -44px;
        line-height: 3;
    }
    .navbar-text {
        position: relative;
        right: -8px !important;
        line-height: 0.6;
        font-size: 14px;
        display: inline;
        margin: 0px;
        padding: 0px;
        width: 200px !important;
        display: inline-block;
    }
    button#add-balance {
        font-size: 14px !important;
        margin: 0px !important;
        padding: 0px !important;
        font-size: 12px;
        position: relative;
        top: 2px;
    }
    .mobile_menu.row.align-items-center .col-6, .mobile_menu.row.align-items-center .col-4, .mobile_menu.row.align-items-center .row {
        padding: 0px !important;
        margin: 0px !important;
    }
    table.cards-shapes span {
        border: 1px solid #fff;
        padding: 10px 19px;
        margin: -1px;
    }
    nav.navbar.navbar-expand-lg.navbar-dark div {
        background: none !important;
        border: none !important;
        opacity: 1;
        padding-bottom: 10px;
		margin-bottom: -10px;
		margin-top: -15px;
    }
    img.logo_branding.img-fluid {
        position: relative;
        top: 50px;
        min-width: 80px;
        left: 16px;
        display: list-item;
    }
    .mobile_menu.row.align-items-center .col-6 {
        width: 100%;
        text-align: left;
        padding-left: 10px !important;
    }
    .mobile_menu.row.align-items-center {
        margin-top: 70px;
    }
    .row.bottom-content .col-md-2:last-child button {
        position: relative;
        top: -55px;
    }
    .row.coins-row .col-md-4.col-xs-4.col-sm-4 {
        display: contents !important;
    }
    .left-shape-small img {
        width: 14px;
        margin-top: -10px;
        margin-left: -1px;
    }
    span.right-shape-big img {
        width: 21px;
        margin-top: -46px;
        margin-right: -5px;
    }
    span.right-shape-small img {
        width: 15px;
        margin-top: -14px;
        margin-left: 0px;
    }
    .row.card_delt {
        width: 250px;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        margin-top: -59px !important;
        position: relative;
        left: 56px;
    }
    button.cta-button,a.cta-button {
        padding: 13px 20px;
        border: none;
        background: -webkit-linear-gradient(90deg, #680606, #aa0b0b);
        color: #fff;
        border-radius: 14px;
        text-decoration: none;
        font-size: 14px;
    }
    .left-shape-big img {
        width: 21px;
        margin-right: -5px;
        margin-top: -35px;
    }
    .cards_delt_1_hr, .cards_delt_2_hr {
        width: 60px;
    }
    button.cta-button, a.cta-button {
        margin-top: 8px;
    }
    .cards_delt_1, .cards_delt_2 {
        background-color: #fff;
        color: #000;
        padding: 14px 7px;
        border-radius: 5px;
        height: 70px;
        width: 50px;
        margin: 0px 10px;
    }
    .card_landscape {
        text-align: right;
        margin-top: -500px;
    }
    .cards_delt_1, .cards_delt_2 {
        background-color: #ffffff00;
    }
    
    .card-contents-left .left-number, .card-contents-right .right-number {
        font-size: 30px;
        margin-top: -25px !important;
        position: relative;
        display: block;
        left: -5px;
        bottom: 0px;
        top: 4px;
    }
    img.deck_landscape {
        width: 93px;
        margin-top: -10px;
        position: relative;
        left: -231px;
        top: 140px;
    }
    .card_landscape {
        text-align: right;
        margin-top: -240px;
    }
    .card_row_1 {
        margin-top: 0px;
        margin-bottom: 10px !important;
    }
    table.cards-shapes tr td span {
        min-width: 45px !important;
        max-height: 45px !important;
        display: flex;
        line-height: 1;
    }
    table.cards-shapes {
        color: #fff;
        width: 70px;
        margin: 0 auto;
       /* margin-bottom: -2px;*/
    }
    img.card-images-psd.img-responsive {
        width: 11px;
        height: auto;
    }
    table.cards-shapes span {
        padding: 5px 14px;
    }
    img.card-images-psd.img-responsive {
        width: 14px;
        height: auto;
        margin-left: 3px;
    }
    .cards-shapes.cards-shapes_1 img {
        height: 25px;
        width: 25px !important;
        margin-left: -2px;
    }
    table.cards-shapes.cards-shapes_1 span {
        padding: 7px 2px 5px 4px !important;
        font-size: 50px;
        text-align: center;
    }  
    .row.coins_rows .col-xs-4 {
        display: contents;
    }
    .row.coins-row img {
        width: 50px;
    }
    #mash-nav {
        display: none;
    }
    .mobile_menu{
        display: block;
    }
    body,html{
        overflow:hidden !important;
    }
    .row.car-bottomrow {
        position: relative;
        top: -120px;
        left: 0px;
        width: 70%;
        margin: 0 auto;
        z-index: -11900 !important;
    }
    .landscape-message {
        display: none;
    }
    .row.custom_row {
        margin-top: 10px;
    }
    .mobile_menu.row.align-items-center {
        position: relative;
        left: 2px;
        /*width: 390px;*/
    }
    button.cta-button,
    a.cta-button {
        width: auto;
        position: relative;
        top: 0;
    }
}
@media screen and (max-height: 500px) and (orientation: landscape) { 
    body, html {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        background: black !important;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Hide all other elements */
    body > * {
        display: none !important;
    }

    /* Ensure the message is perfectly centered */
    body::before {
        content: "Please rotate your device to portrait mode for the best experience.";
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 90vh;
        background: rgba(0, 0, 0, 0.95);
        color: white;
        font-size: 5vw; /* Scales with screen size */
        font-weight: bold;
        padding: 10vw; /* Adds space inside */
        z-index: 9999;
    }
}





/* Add media query for Safari browser which uses webkit*/
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
    .left-shape-small img {
        width: 23px;
        margin-left: -2px;
        position: relative;
        top: -7px;
    }
    .card-contents-right {
        /* font-size-adjust: 1.1; **
        line-height: 1.55;
    }
    span.right-shape-small img {
        margin-top: 2px;
        position: relative;
        top: -11px;
    }
    .left-shape-big img {
        width: 35px;
        margin-right: -3px;
        margin-top: -10px;
    }
    span.right-shape-big img {
        width: 37px;
        margin-top: -22px;
        margin-right: -5px;
    }
    
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index:0) { 
    @supports (-webkit-hyphens:none) and (not (-ms-ime-align:auto)) {
        /* Safari-only styles here **
        
    }
}
@media screen and (min--moz-device-pixel-ratio:0) {
    .card-contents-left {
        text-align: left;
        color: #c70813;
        /* font-size -adjust: 0.8; **
      }
      .card-contents-right {
        text-align: left;
        color: black;
        /* font-size-adjust: 0.9; **
        line-height: 1.55;
      }
      .left-shape-big img {
        width: 38px;
        margin-right: -5px;
        margin-top: -18px;
      }
      span.right-shape-big img {
        width: 38px;
        margin-top: -30px;
        margin-right: -4px;
      }

} */












h1 {
    color: #ffffff;
}

.balance {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.balance div {
    margin: 5px 0;
}


.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.selected_bet {
    background-color: #aa0b0b;
    border-radius: 58px;
    width: 67px !important;
    align-items: center !important;
    margin: 0 auto;
    text-align: center;
    padding: 2px 3px 2px 3px;
}

.cell:hover {
    background-color: #fe0000;
}

.cell.selected {
    background-color: #ff0000;
    color: #000;
}

.cell.winner {
    background-color: transparent;
    box-shadow: 0 0 0 4px #FFD700, 0 0 15px #FFD700;
    animation: winner-glow 1.5s ease-in-out infinite alternate;
    z-index: 1000;
    position: relative;
	
}

.card_row_2 .winner .ficha-coin img{position: absolute !important; margin-left: -49%;}
.card_row_1 .winner.joker-suit-cell .ficha-coin img{ margin-left: -82.5%;}
.card_row_2 .winner.joker-rank-cell .ficha-coin img{margin-left: -83%;}


@keyframes winner-glow {
    from {
        box-shadow: 0 0 0 3px #FFD700, 0 0 10px #FFD700;
    }
    to {
        box-shadow: 0 0 0 5px #FFD700, 0 0 20px #FFD700, 0 0 30px rgba(255, 215, 0, 0.3);
    }
}

.results {
    margin-top: 20px;
}

.results h2 {
    margin-bottom: 10px;
}

.results p {
    font-size: 18px;
}

.ficha {
    font-size: 0.5rem;
    background-color: #000;
    width: 15px;
    padding: 5px px;
    border-radius: 60px;
    color: white;
    height: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
span.ficha {
    position: absolute;
    font-size: 14px;
    /*transform: matrix(1, 0, 0, 1, -20, 33);*/
	transform: matrix(1, 0, 0, 1, 0, 23);
}

.joker-popup {
    display: none;
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    color: red;
    background: #000;
    padding: 20px;
    border-radius: 10px;
    z-index: 1000;
}

/* Popup container - can be anything you want */
.how-to-play-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Popup content */
.popup-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    color: black;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The close button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* How to play button */
.how-to-play {
    font-size: 0.8rem;
    background-color: #053f30; /* Green */
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    float: left;
}

.how-to-play:hover {
    background-color: #01602f;
}

@media screen and (max-width:768px){
    .selected_bet {
        width: 47px !important;
    }
    span.ficha {
        position: absolute;
        font-size: 13px;
        transform: matrix(1, 0, 0, 1, 0, 11);
    }
    .cards_delt_1 img, .cards_delt_2 img {
        width: 117% !important;
        margin-left: 0px !important;
        margin-top: -20px !important;
    }
    .card-contents-left,.card-contents-right{
        margin-left:-10px
    }
       button#addBalanceBtn_mobi {
        padding: 0px;
        margin-left: 0px;
        width: 111px;
        font-size: 15px;
    }
	.translate_tab {
		position: relative;
		left: -6px;
		margin: 0px;
		padding: 0px !important;
	}
	.mobile_menu{
		width:90%
	}
	.mobile_menu.row.align-items-center .col-6 {
        padding-left: 2px !important;
    }
	.translate_tab button {
		padding: 5px;
	}
	.ficha-coin {
		position: absolute;
	}
	.cards-shapes.cards-shapes_1 img {
        height: 20px !important;
        width: 20px !important;
        margin-left: -2px;
    }
	  .cards-shapes.cards-shapes_1 img {
        height: 40px !important;
        width: 40px !important;
        margin-left: -2px;
    }
	table.cards-shapes tr td span {
        min-width: 40px !important;
        max-height: 45px !important;
		font-size: 15px !important;
    }
	    img.card-images-psd.img-responsive {
        width: 20px;
        height: auto;
        margin-left: -2px;
    }
	
	table.cards-shapes.cards-shapes_1 span.ficha {
		font-size: 13px;
		width: 20px !important;
		height: 17px;
		margin-top: 6px !important;
		margin-left: 9px;
	}
	.splash .row img {
        margin-top: 50% !important;
        width: 200px !important;
        margin-left: 23%;
	}
	.splash img{
		position: absolute;
		top: 50px;
		left: 0px;
	}
	.mobile_menu.row.align-items-center {
        position: relative;
        left: 5px;
    }
	.col-4:nth-child(2) {
		width: 90px;
	}
	    .ficha-coin img {
        width: 30px !important;
        height: 30px;
        left: -16px;
        top: 2px;
    }
	.joker-cell .ficha-coin img {
		width: 30px !important;
		height: 30px !important;
		display: block;
		position: absolute;
		margin-left: -11.5%;
		margin-top: -28px;
	}
	table#suit-board .ficha-coin img {
		width: 30px !important;
        height: 30px !important;
		left: -14px;
		top: 3px;
	}
	
	div#number-board .ficha {
		margin-top: 10px;
		margin-left: 4px;
	}
	.translate_tab {
       position: absolute;
        left: 28%;
        top: 30%;
        z-index: 20000 !important;
    }
	.mobile_menu.row.align-items-center .col-4:last-child .row {
		margin-left: 15px !important;
	}
}

/* ========== JOKER CELLS ========== */
.joker-cell {
    background-color: #e60000 !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.joker-cell:hover {
    background-color: #cc0000 !important;
}

.joker-icon {
    display: block;
    background-image: url("assets/joker-new.png?v=20260409d");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    margin: 0 auto;
}

#suit-board,
#number-board table.cards-shapes {
    width: auto !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#suit-board td,
#number-board table.cards-shapes td {
    padding: 0;
}

#suit-board td span.cell,
#number-board table.cards-shapes td span.cell {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    max-height: none !important;
    padding: 0 !important;
    margin: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#suit-board td span.ficha,
#number-board table.cards-shapes td span.ficha {
	width: 56px !important;
	min-width: 56px !important;
	max-height: none !important;
	padding: 0 !important;
	margin: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#suit-board img.img-responsive,
#number-board img.card-images-psd.img-responsive {
    margin-left: 0 !important;
}

#suit-board img.img-responsive {
    width: 50px !important;
    height: 50px !important;
    margin-top: 0 !important;
}

#suit-board .joker-icon {
    width: 50px;
    height: 50px;
    background-size: 34px 34px;
}

#number-board .joker-icon {
    width: 38px;
    height: 38px;
    background-size: 34px 34px;
}

/* ========== PAYOUTS ROW ========== */
.payouts-row {
	font-family: Arial;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 6px 0 12px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
}

.payouts-row span {
    text-transform: uppercase;
}

/* ========== MAINTENANCE BANNER ========== */
.maintenance-banner {
    background: linear-gradient(90deg, #FFD700, #FFA500);
    color: #000;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    z-index: 5999;
    letter-spacing: 0.5px;
}

.maintenance-banner .close-banner {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
}

/* ========== RESPONSIVE JOKER & PAYOUTS ========== */
@media screen and (max-width: 768px) {
   /* #suit-board td span,
    #number-board table.cards-shapes td span {
        width: 45px !important;
        min-width: 45px !important;
        height: 45px !important;
        min-height: 45px !important;
    }*/
	
	
	#suit-board td span.cell,
	#number-board table.cards-shapes td span.cell {
		width: 45px !important;
		min-width: 45px !important;
		height: 45px;
		min-height: 45px;
		max-height: none !important;
		padding: 0 !important;
		margin: -1px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	
	#suit-board td span.ficha,
	#number-board table.cards-shapes td span.ficha {
		width: 40px !important;
		min-width: 40px !important;
		max-height: none !important;
		padding: 0 !important;
		margin: -1px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	
	

    #suit-board img.img-responsive {
        width: 25px !important;
        height: 25px !important;
    }

    #number-board img.card-images-psd.img-responsive {
        width: 14px !important;
        margin-left: 0 !important;
    }

    #suit-board .joker-icon {
        width: 30px;
        height: 30px;
        background-size: 25px 25px;
    }

    #number-board .joker-icon {
        width: 30px;
        height: 30px;
        background-size: 25px 25px;
    }

    .payouts-row {
        font-size: 1rem;
        gap: 8px;
        padding: 4px 0 10px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .payouts-row {
        font-size: 0.65rem;
        gap: 12px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .payouts-row {
        font-size: 0.75rem;
        gap: 18px;
    }
}

.joker-cell .ficha-coin img {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	margin-left: -11.5%;
	margin-top: -28px;
}

.joker-suit-cell .ficha-coin img {
	width: 40px !important;
	height: 40px;
	display: block;
	position: absolute;
	margin-left: -16.5%;
	margin-top: -28px;
}

.row.car-bottomrow {
	width: min(980px, calc(100vw - 32px)) !important;
	margin: 0 auto !important;
	left: 0 !important;
	z-index: 410 !important;
	pointer-events: none;
	display: grid !important;
	grid-template-columns: auto minmax(380px, 1fr) auto;
	align-items: end !important;
	justify-content: center !important;
	gap: 28px;
	transform: translateY(-86px);
}

.betting-actions {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	pointer-events: auto;
	position: relative;
	z-index: 420;
}

.betting-actions-left {
	transform: translateX(82px);
}

.betting-action {
	appearance: none;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: grid;
	justify-items: center;
	gap: 3px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1;
	min-width: 64px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 421;
	pointer-events: auto;
}

.betting-action img.Controls {
	width: 58px !important;
	height: 58px !important;
	margin: 0 !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain;
	display: block;
}

#deal-cards.betting-action {
	min-width: 72px;
}

#deal-cards.betting-action img.Controls {
	width: 72px !important;
	height: 72px !important;
}

.betting-chips {
	min-width: 0;
	transform: translate(42px, 15px);
	pointer-events: auto;
}

.betting-chips .row.coins-row {
	width: auto !important;
	margin: 0 auto !important;
	margin-top: 0 !important;
	left: auto !important;
	top: auto !important;
	transform: none !important;
	z-index: 170;
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
}

.betting-chips .row.coins-row > .col-md-4,
.betting-chips .row.coins-row .row,
.betting-chips .row.coins_rows,
.betting-chips .row.coins-row .col-md-4,
.betting-chips .row.coins-row .col-md-1 {
	display: contents !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.betting-chips .row.coins-row img.coins {
	width: 46px !important;
	height: 46px !important;
	margin: 0 !important;
	top: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain;
}

.betting-chips .row.coins-row img.coins.first_coin,
.betting-chips .row.coins-row img.coins.third-coin,
.betting-chips .row.coins-row img.coins.fourth-coin,
.betting-chips .row.coins-row img.coins.fifth-coin,
.betting-chips .row.coins-row img.coins.sixth-coin,
.betting-chips .row.coins-row img.coins.seventh-coin {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.row.bottom-content {
	top: -274px;
}

.row.custom_row {
	position: relative;
	z-index: 300 !important;
	pointer-events: none;
}

#suit-board,
#number-board,
.payouts-row {
	position: relative;
	z-index: 300 !important;
	pointer-events: auto;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.row.car-bottomrow {
		transform: translateY(0);
	}

	.betting-chips {
		transform: translate(42px, 0);
	}
}

@media screen and (max-width: 768px) {
	.row.car-bottomrow {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 0 !important;
		top: 20px !important;
		transform: none;
	}

	.betting-chips {
		order: 1;
		flex: 0 0 100%;
		width: 100%;
		transform: none;
	}

	.betting-actions {
		display: contents !important;
	}

	.betting-action {
		order: 2;
		margin: 14px 2px 0;
		width: 54px;
		min-width: 54px;
	}

	.betting-action {
		font-size: 10px;
	}

	.betting-action img.Controls {
		width: 42px !important;
		height: 42px !important;
	}

	#deal-cards.betting-action {
		width: 62px;
		min-width: 62px;
		margin-left: 3px;
		margin-right: 3px;
		font-size: 11px;
		font-weight: 700;
	}

	#deal-cards.betting-action img.Controls {
		width: 52px !important;
		height: 52px !important;
		filter: none;
	}

	.betting-chips .row.coins-row {
		gap: 3px;
		flex-wrap: nowrap !important;
	}

	.betting-chips .row.coins-row img.coins {
		width: clamp(40px, 10.6vw, 46px) !important;
		height: clamp(40px, 10.6vw, 46px) !important;
	}

	.row.bottom-content {
		top: 45px !important;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		align-items: start;
		column-gap: 16px;
	}

	.row.bottom-content > .columnBase,
	.row.bottom-content > .col-md-8,
	.row.bottom-content > .col-xs-8,
	.row.bottom-content > .col-sm-8 {
		display: none !important;
	}

	.row.bottom-content > .col-md-2,
	.row.bottom-content > .col-xs-2,
	.row.bottom-content > .col-sm-2 {
		display: flex;
		align-items: flex-start;
		width: auto !important;
		max-width: none !important;
	}

	.row.bottom-content > .col-md-2:first-child,
	.row.bottom-content > .col-xs-2:first-child,
	.row.bottom-content > .col-sm-2:first-child {
		justify-content: flex-start;
	}

	.row.bottom-content > .col-md-2:last-child,
	.row.bottom-content > .col-xs-2:last-child,
	.row.bottom-content > .col-sm-2:last-child {
		justify-content: flex-end;
	}

	.row.bottom-content .cta-button {
		top: 0 !important;
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.ios-safari .betting-action,
	.ios-safari #deal-cards.betting-action {
		width: 54px !important;
		min-height: 58px;
		margin-top: 22px !important;
		margin-left: 2px !important;
		margin-right: 2px !important;
		font-size: 10px !important;
		font-weight: 500 !important;
	}

	.ios-safari .betting-action span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.ios-safari .betting-action img.Controls,
	.ios-safari #deal-cards.betting-action img.Controls {
		width: 42px !important;
		height: 42px !important;
		filter: none !important;
	}

	.ios-safari .row.bottom-content {
		top: 55px !important;
		padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
	}
}
