:root{
    --jump: 30px;     
    --snap: 20px;     
    --dur: 1.8s;      
  }
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
a{
    color:unset;
}
p{
    line-height: 100%;
}
a:hover{
    color:unset;
    text-decoration: none;
}

body {
    background: linear-gradient(180deg, #260021 0%, #0B1432 100%);
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Jost' !important;
    font-style: normal;
}
.btn:hover,
.btn:focus{
    box-shadow: none;
}

header{
    top:0;
    position: relative;
    z-index:100;
}
.vh-80{
    height: 80vh;
}
/* Buttons */
.btn-block{

    width: 182px;
    height: 37px;
    background: #006A9F;
    border: 2px solid #FFFFFF;
    border-radius: 5px;

    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
}
.btn-light{
    background: #200927;
    border: 1px solid #FFD762 !important;
    border-radius: 5px;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #F7D261;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-light:hover{
    background: #200927 !important;
    border: 1px solid #FFD762 !important;
    box-shadow: none !important;
    color: #F7D261 !important;
}
.btn-light.active{
    background: #133D1E !important;
    color: #F7D261 !important;
}
.btn-main{
    height: 38px;
    width: 90%;
    background: #0E2E96;
    border: 1px solid #2DFF28;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 21;
}
.btn-main:hover,
.btn-main:focus{
    color: #FFFFFF;
}

.btn-dark{
    width: 267px;
    height: 37px;
    background: #19125D;
    border-radius: 5px;
    border: 1px solid #F8D05F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #F8D05F;
}

.btn-dark:hover{
    background: #19125D !important;
    border: 1px solid #F8D05F !important;
    box-shadow: none !important;
    color: #F8D05F !important;
}


.btn-warning{
    height: 25px;
    background: #FFD600;
    border-radius: 5px;

    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}



.btn-menu{
    background: linear-gradient(271.84deg, #150D3E 55.08%, #2E264D 100%);
    border: 1px solid #655E91;
    box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #F2E8CE;
}

.btn-menu:hover,
.btn-menu:focus{
     color: #F2E8CE;
}

.btn-menu small{
display: flex;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 15px;
color: #63C8C4;


}

.btn-outline-light{
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #F8D05F;
}

#battle-room{
    width: 161px;
    height: 51px;
    background: #6E0F24;
    border: 2px solid #FFD762;
    border-radius: 5px;
}
#vip-room{
    width: 129px;
    height: 51px;
    background: #780664;
    border: 2px solid #FFD762;
    border-radius: 5px;
}
#poker-room{
    width: 156px;
    height: 51px;
    background: #0F652C;
    border: 2px solid #FFD762;
    border-radius: 5px;
}
#stock{
    width: 190px;
    height: 51px;
    background: #002265;
    border: 2px solid #FFD762;
    border-radius: 5px;
}

#battle-room,
#vip-room,
#poker-room,
#stock{
font-family: 'Sawarabi Mincho';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #FFD762;
position: relative;
z-index: 100;
}

#battle-room img.position-absolute{
    left: -30px; 
    bottom: 0;
}

#vip-room img.position-absolute{
    left: -30px; 
    bottom: 5px;
}
#poker-room img.position-absolute{
    left: -20px; 
    bottom: 5px;
}
#stock img.position-absolute{
    left: -20px; 
    bottom: 0;
}


@media screen and (max-width: 1640px) {

    #battle-room,
    #vip-room,
    #poker-room,
    #stock{
        font-size: 12px;
    }

    #battle-room img.position-absolute{
        width: 40px !important;
        left: -26px; 
    }
    
    #vip-room img.position-absolute{
        width: 40px !important;
        left: -20px; 
        bottom: 10px;
    }
    #poker-room img.position-absolute{
        left: -20px; 
        bottom: 6px;
    }
    #stock img.position-absolute{
        width: 40px !important;
        left: -20px; 
        bottom: 5px;
    }

}

.btn-secondary.active{
    box-shadow: 0px 0px 15px #40FD3F;
}

.btn-hold,
.btn-open{

width: 50px;
height: 14px;
background: #2B7BAD;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 10px;
margin-bottom: 3px;
font-weight: 200;
font-size: 12px;
line-height: 3px;
text-align: center;
color: #FFFFFF;
}

.btn-red{
    background: #E92F37 !important;
} 
 
.dropdown-menu.lang{
    background: #190D3F !important;
    border: 2px solid #655E91 !important;
    box-shadow: inset 0px 0px 15.2px rgba(255, 255, 255, 0.43);
    border-radius: 30px;
    min-width: 20px !important;
    height: unset !important; 
}
.dropdown-menu.lang .dropdown-item{
    color:#fff !important;
}
#languageDropdown::after {
    display: none;
}
.btn-link:hover,
 .btn-link:hover:focus{
    color:#fff !important;
    text-decoration: none !important;
    box-shadow: none;
}

.dropdown-menu {
    display: none; 
}
.dropdown-menu.show {
    display: block; 
}

#menu{
    width: 290px;
    background-size: cover;
    background-attachment: fixed;
    height: 98vh;
    position: fixed;
    background: #190D3F;
    border: 2px solid #655E91;
    box-shadow: inset 0px 0px 15.2px rgba(255, 255, 255, 0.43);
    border-radius: 30px;
    margin: 10px;

}


main{
    position: relative ;
    top:0;
    left: 290px;
    width: calc(100vw - 290px);
    min-height: 100vh;
}

#bg1{
    top:10%;
    right: 0;
    z-index: 1;
    width: 400px;
}
#bg2{
    top:10%;
    left: 0;
    z-index: 1;
    width: 400px;
}
#bg-bear{
    width:100%;
}

.scalable-container {
    position: absolute;
    width: 85vw; 
    height: 100vh; 
    overflow: hidden; 
    z-index: 0;
}

.navbar-toggler-icon {
    width: 30px;
    height: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.navbar-toggler-icon .bar {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--burger-color, #000); 
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-toggler-icon .bar:nth-child(1) {
    top: 0;
}

.navbar-toggler-icon .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon .bar:nth-child(3) {
    bottom: 0;
}

.navbar-toggler-icon.collapsed .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

.navbar-toggler-icon.collapsed .bar:nth-child(2) {
    opacity: 0; 
}

.navbar-toggler-icon.collapsed .bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
}

.navbar-toggler {
    --burger-color: #F8D05F; 
}

.navbar-toggler:hover .navbar-toggler-icon .bar {
    background-color: #F8D05F;
}


.navbar-toggler {
    background-color: transparent !important; 
    border: none !important; 
    color: #F7D261 !important; 
}


.navbar-toggler:focus {
    outline: none !important; 
    background-color: transparent !important; 
    color: #F7D261 !important; 
}

#no-desk{
    display: none;
}

.scalable {
    position: absolute;
    width: 20vw; 
    height: auto; 
}

.scalable-center {
    position: absolute;
    width: 100vw; 
    height: auto; 
}

#table-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #F8D05F;
}

#table-sum{
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #40FD3F;
}

#table{
    background: #200927;
    border: 1px solid #FFD762;
    border-radius: 5px;
    width: 273px;
}


.container{
    max-width: 1350px;
}

 
#card1 {
    overflow: hidden;
    background: radial-gradient(81.77% 81.77% at 50.05% 0%, #A50233 0%, #2E0114 100%);
    border: 2px solid #655E91;
}
 
#card2{
    overflow: hidden;
    background: radial-gradient(65.89% 65.89% at 49.83% 16.75%, #8F00D2 0%, #0B002A 100%);
    border: 2px solid #655E91;
}
#card3 {
    overflow: hidden;
    background: radial-gradient(68.97% 68.97% at 49.83% 17.67%, #005A5D 0%, #001322 100%);
    border: 2px solid #655E91; 
}
#card4 {
    overflow: hidden;
    background: radial-gradient(64.9% 64.9% at 50% 17.73%, #0E2E96 0%, #000924 100%);
    border: 2px solid #655E91; 
}

/* crypto-animation */
#card5 {
    position: relative;
    overflow: hidden !important;
    background: radial-gradient(81.77% 81.77% at 50.05% 0%, #0021A4 0%, #1F0036 100%);
    border: 2px solid #655E91;
    box-shadow: 0px 0px 12px #0048FF;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
}
#card5 .thunder{
    position: absolute;
    z-index: 10;
    top: 0;
}
#card5 .shield{
    position: absolute;
    z-index: 11;
    top: 10%;
    transform-origin: center;
    animation: shieldPulse 5.5s ease-out infinite;
}
#card5 .logo-crypto{
    position: absolute;
    z-index: 12;
    bottom: 21%;
    transform-origin: center;
    animation: logoPulse 5.5s ease-out infinite;
}
@keyframes shieldPulse {
    0%{
        transform: scale(1);
    }
    8%{
        transform: scale(1.6);
    }
    16%{
        transform: scale(0.9);
    }
    24%{
        transform: scale(1.15);
    }
    32%{
        transform: scale(0.95);
    }
    40%{
        transform: scale(1.07);
    }
    48%{
        transform: scale(0.98);
    }
    56%{
        transform: scale(1);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes logoPulse {
    0%{
        transform: scale(1);
    }
    8%{
        transform: scale(0.6);
    }
    16%{
        transform: scale(1.15);
    }
    24%{
        transform: scale(0.9);
    }
    32%{
        transform: scale(1.1);
    }
    40%{
        transform: scale(0.97);
    }
    48%{
        transform: scale(1.05);
    }
    56%{
        transform: scale(1);
    }
    100%{
        transform: scale(1);
    }
}
#card5 img{
    will-change: transform;
}
#card6 {
    position: relative;
    overflow: hidden !important;
    background: radial-gradient(81.77% 81.77% at 50.05% 0%, #786A00 0%, #2B0051 100%);
    border: 2px solid #655E91;
    box-shadow: 0px 0px 12px #0048FF;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
}
#card6 .diamond{
    position: absolute;
    z-index: 11;
    top: 0%;
    transform-origin: center;
    animation: shieldPulse 5.5s ease-out infinite; 
    animation-delay: 1s;
}
#card6 .logo-crypto{
    position: absolute;
    z-index: 12;
    bottom: 17%;
    transform-origin: center;
    animation: logoPulse 5.5s ease-out infinite; 
    animation-delay: 1s;
}
#card7 {
    position: relative;
    overflow: hidden !important;
    background: radial-gradient(81.77% 81.77% at 50.05% 0%, #00A1C5 0%, #041133 100%);
    border: 2px solid #655E91;
    box-shadow: 0px 0px 12px #0048FF;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
}
#card7 .confeti{
    position: absolute;
    z-index: 10;
    top: 5%;
}
#card7 .poker{
    position: absolute;
    z-index: 11;
    top: 5%;
    transform-origin: center;
    animation: shieldPulse 5.5s ease-out infinite; 
    animation-delay: 2s;
}
#card7 .logo-crypto{
    position: absolute;
    z-index: 12;
    bottom: 10%;
    transform-origin: center;
    animation: logoPulse 5.5s ease-out infinite; 
    animation-delay: 2s;
}
#card8 {
    position: relative;
    overflow: hidden !important;
    background: radial-gradient(81.77% 81.77% at 50.05% 0%, #1E831C 0%, #000D04 100%);
    border: 2px solid #655E91;
    box-shadow: 0px 0px 12px #0048FF;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    
}
#card8 .thunder{
    position: absolute;
    z-index: 10;
    top: 0%;
}
#card8 .cvsc{
    position: absolute;
    z-index: 11;
    top: 10%;
    transform-origin: center;
    animation: shieldPulse 5.5s ease-out infinite; 
    animation-delay: 2.5s;
}
#card8 .logo-crypto{
    position: absolute;
    z-index: 12;
    bottom: 25%;
    transform-origin: center;
    animation: logoPulse 5.5s ease-out infinite; 
    animation-delay: 2.5s;
}
#card1,
#card2,
#card3,
#card4{
 
    border-radius: 10px;
    box-shadow: 0px 0px 8px #FFD762;
    border-radius: 10px;
    overflow: hidden;
    width: 368px;
    height: 308px;
    position: relative;
 
}

#card5 h2,
#card6 h2,
#card7 h2,
#card8 h2{
    font-size: 30px;
    color:#fff;
    text-transform: uppercase;
    position: absolute;
    transform: translate(-50%, -70%);
    left: 50%;
    top:50%;
    text-align: center;
}
@media screen and (max-width: 1600px) {
#card1,
#card2,
#card3,
#card4,
#card5,
#card6,
#card7,
#card8{
    width: 368px;
    height: 258px;

}
}

@media screen and (max-width: 992px) {
#card1,
#card2,
#card3,
#card4,
#card5,
#card6,
#card7,
#card8{
 
    width: 350px;
    min-height: 358px;
 
}
}
@media screen and (max-width: 768px) {
#card1,
#card2,
#card3,
#card4,
#card5,
#card6,
#card7,
#card8{

    width: 220px;
    min-height: 228px;

 
}
}
@media screen and (max-width: 575px) {
#card1,
#card2,
#card3,
#card4,
#card5,
#card6,
#card7,
#card8{

    width: 300px;
    min-height: 308px;

 
}
}

#card1 .title,
#card2 .title,
#card3 .title,
#card4 .title{
    text-align: center;
    font-size: 18px;
    color: #FFD762;
}


 
.img-desks {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease; 
}

.img-mob {
    width: 165px;
    height: auto;
}


#logo{
    position: relative;
    z-index: 5;
    max-width: 150px;
}
 
.text-danger{

    font-family: 'Jost' ;
    font-style: normal;
    font-size: 18px ;
    color: #FF3449;
}


/* footer */
#footer{
    position: relative;
    margin: 30px 0;
}

#footer-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-top: 0
}
#withdrawal-form{
    background: rgba(63, 4, 55, 0.9);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
    position: relative;
    z-index: 1000;
}

#withdrawal-form .form-group input{
    background: #22041E;
    border: 1px solid #FFD762;
    border-radius: 5px;
}


#withdrawal-form .btn-primary{
    height: 37px;
    background: #FFD762;
    box-shadow: 0px 3px 0px #9C6920;
    border-radius: 5px;
    border: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #241F1B;
}


/* Withdrawal to */
#withdrawal-form label{

    font-weight: 500;
    font-size: 16px;
    line-height: 17px;

    color: #F8D05F;
}

#withdrawal-form select{
    background: rgba(52, 4, 50, 0.9);
    border: 1px solid #F8D05F;
    border-radius: 5px;
    color:#fff;
    box-shadow: none;
}
#withdrawal-form #halfField3,
#withdrawal-form #halfField2,
#withdrawal-form #leftHalfField{
    background: #350B2D;
    border: 1px solid #8C5B82;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: none;
}

#withdrawal-form #fullWidthField{
    color: #fff;
}

#withdrawal-form #halfField2::placeholder,
#withdrawal-form #fullWidthField::placeholder{
    color: #fff ;
}

#withdrawal-form #halfField3::placeholder,
#withdrawal-form #leftHalfField::placeholder{
    color: #8C5B82 ;
}

#withdrawal-form select option:hover{
    background: rgba(52, 4, 50, 0.9) !important;
    border: 1px solid #F8D05F !important;
    border-radius: 5px;
}


select.form-control option {
    background-color: rgba(52, 4, 50, 0.9) !important;
    color: #fff;                
}

 
option:focus {
    background-color: rgba(52, 4, 50, 0.9) !important;  
    color: #F8D05F !important;            
}
#menu-list{
    position: relative;
    z-index: 100;
    list-style-type: none;
}
#menu-list li{
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #f8d05f !important;
}
#menu-list li a.active{
    text-decoration: underline;
    color: #fff;
}
 

/* ------------------------------------- Battle Room -------------------------------------- */
#poker-room-cards{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-gap: 10px; 
    width: 100%; 
    box-sizing: border-box;
}

#poker-room-cards .text-success,
#view-player-card .text-success{

    font-size: 16px;
    line-height: 17px;
    color: #40FD3F !important;
}

#poker-room-cards .text-danger,
#poker-room-cards .text-danger{
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FF3449 !important;
}

#battle-card{
    background: rgba(63, 4, 55, 0.9);
    box-shadow: 0px 0px 10px #FFD762;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 16px;
}
#battle-card.col-3{
    max-width: 100% !important;
 
}
#battle-card a,
#battle-card button{
    width: 90%;
    line-height: 150%;
    height: 37px;
}
#battle-card h1,
#battle-card h2
{
    font-family: 'Sawarabi Mincho';
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFD762;
}

#battle-card h2{
    font-size: 21px !important;
}

#battle-card hr{
    height: 1px;
    margin-top: 3px !important;
    margin-bottom: 7px !important;
    background: #FFD762;
}

#battle-card p,
.table-responsive p,
#battle-card small{
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #FEFFAB;
}

.border-2 h6,
.small{
    padding: 5px 10px;
}
#battle-card small{
    font-size: 12px !important;
}
.table-responsive{
    overflow-x: hidden;
}
.table-responsive p{
    text-align: left !important;
    margin: 0;
}

.table-responsive .text-right p{
    text-align: right !important;
    margin: 0;
}
.table-responsive .text-success a{
    text-decoration: underline;
    color: #40FD3F;
    cursor: pointer;
}
.table-responsive td{
    padding-top: 5px;
    padding-bottom: 0;
}
.table-responsive .text-warning{
    color: #F8D05F;
}

.table-responsive hr{
    height: 1px; 
    width: 250px;
    background: #6A3F3A !important;
}


.table-responsive::-webkit-scrollbar {
    width: 10px; 
  }
  
  .table-responsive::-webkit-scrollbar-track {
    background: #260423; 
    border-radius: 10px; 
  }
  
  .table-responsive::-webkit-scrollbar-thumb {
    background: #8D4987; 
    border-radius: 10px; 
  }
  
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #8D4987; 
  }
  
  #welcomeModalStatus,
  #question-popup{
    position: absolute;
    width: 338px;
    height: 500px;
    left: calc(50% - 338px/2);
    top: calc(50% - 546px/2 + 20px);
    overflow: hidden;
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
  }

  .bg-dark{
    background-color: transparent !important;
  }
  .modal-content{
    border: none !important;
  }

  #welcomeModalStatus td{
    padding: 5px;
  }

  table {
    border-collapse: collapse;  
}

#welcomeModalStatus table.table.table-borderless,
#question-popup table.table.table-borderless{
    max-width: 305px !important;    
}

#welcomeModalStatus th,
#welcomeModalStatus td,
#question-popup th,
#question-popup td {
    max-width: 60px !important;  
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
}

#welcomeModalStatus th, #welcomeModalStatus td,
#question-popup th, #question-popup td{
    border: 1px solid #F8D05F; 
    text-align: center; 
}

#welcomeModalStatus .p-type,
#question-popup .p-type{
    font-size: 12px;
    font-weight: 300;
    color: #FEFFAB;
}
#welcomeModalStatus .grid,
#question-popup .grid{
    width: 62px;
}
#welcomeModalStatus h5,
#question-popup h5{
    color: #FEFFAB;
}


.close {
    position: relative;
    font-size: 0;  
    color: #F8D05F;  
    background-color: transparent; 
    border: none;  
    outline: none; 
    cursor: pointer;  
}


.close:focus,
.close:hover,
.clode {
   border: none !important;
   text-shadow: none !important;
}
.close::before,
.close::after {
    content: '';  
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px; 
    height: 2px; 
    background-color: #F8D05F; 
    transform-origin: center;
}

.close::before {
    transform: translate(-50%, -50%) rotate(45deg);  
}

.close::after {
    transform: translate(-50%, -50%) rotate(-45deg); 
}

#no-money-status,
#no-money-status-free,
#no-money-status-free-2,
#no-games,
#stock-1,
#stock-3{
    position: absolute;
    width: 587px;
    height: 275px;
    top: calc(50% - 746px/2 + 55px); 
    left: calc(50% - 587px/2 - 0.5px);
    top: 209px;
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
}

#no-money-status h6,
#no-money-status-free h6,
#no-money-status-free-2 h6,
#no-games h6,
#stock-1 h6,
#stock-3 h6{
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    width: 350px;
}

#no-money-status button,
#no-money-status-free button{
    width: 303px;
    height: 37px;
}

#no-money-status .close,
#no-money-status-free .close,
#no-money-status-free-2 .close,
#no-games .close,
#stock-1 .close,
#stock-3 .close{
    position: absolute;
    right: -30px;
    width: 25px;
    height: 25px;
}

/* ---------------- view player ----------------------- */

#view-player-card{
    background: rgba(63, 4, 55, 0.9);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
}
#view-player-card .card h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFD762;
}
#view-player-card .card .border{
    width: 179px;
    height: 53px;
    border: 1px solid #F8D05F !important;
    border-radius: 10px;
}
#view-player-card .border-2{
    border: 1px solid #6A3F3A !important;
    border-left: none !important ;
}

#view-player-card .card .border .h5{
    font-family: 'Sawarabi Mincho';
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFD762;
}
#view-player-card .input-group .form-control::placeholder,
#view-player-card p{
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
#view-player-card .input-group{
    border: 1px solid #F8D05F !important;
}

#view-player-card hr.border{
width:100%;
background: #FFD762;
height: 1px;
border: none !important;
}



#view-player-card hr{
    height: 1px;
    background: #6A3F3A;
    margin: 6px 0px;
}

#card-in-card{
    width: 423px;
    height: 198px;
    background: #2E0327;
    border: 1px solid #F8D05F;
    border-radius: 10px;
}

#card-in-card p{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #F8D05F;
}

#view-player-card .btn-primary{
    background: #2151A1;
    border-radius: 5px;

    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}
.col-lg-8#view-player-card{
    flex: 0 0 64%; 
    max-width: 64%;
}

.col-lg-9 {
    flex: 0 0 72%; 
    max-width: 72%;
}
.table-responsive-3{
    max-height: 236px; 
    overflow-y: auto;
}
.table-responsive-2 .table{
    border-bottom: none !important;
    border-top: none !important;
}
.table-responsive-2 td,
.table-responsive-2 th {
    max-width: 60px !important;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: none !important;
    border-top: none !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFD762;
}

.table-responsive-2 td{
    color: #fff;
}

.tablet{
    width: 338px;
    background: #2E0327;
    border: 1px solid #F8D05F;
    border-radius: 10px;
}

.tablet .card-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #F8D05F;
}

.bi-chevron-right,
.bi-chevron-down{
    color: #F8D05F;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.social{
    width: 343px;
    background: rgba(34, 4, 30, 0.9);
    border: 1px solid #6A3F3A;
    border-radius: 20px;
}
#center{
    display: grid;
    grid-template-columns: repeat(4, 23%);
    grid-gap: 20px; 
    width: 100%; 
    box-sizing: border-box;
}
.social p{
    color: #F8D05F !important; 
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}

.yellow{
    background: #FFD600 !important; 
}
#yellow{
    background: #FFD600;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 7px;
    color: #000;
    border-radius: 2px;
}
.card-title{
    font-size: 18px !important;
}

#view-player-card .card-text{
    width: 238px;
    height: 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #D445C1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    background: rgba(34, 4, 30, 0.9);
    border-radius: 5px;
}

#view-player-card div.border-pink{
    border: 1px solid #D14DBF !important;
    }
    
.input-group-text,
.form-control{
    border: none ;
}

.input-group-text{
    border-right: 1px solid #F8D05F !important;
}


#scroll-table::-webkit-scrollbar {
    width: 10px; 
  }
  
  #scroll-table::-webkit-scrollbar-track {
    background: #260423; 
    border-radius: 10px; 
  }
  
  #scroll-table::-webkit-scrollbar-thumb {
    background: #8D4987; 
    border-radius: 10px; 
  }
  
  #scroll-table::-webkit-scrollbar-thumb:hover {
    background: #8D4987; 
  }


  #scroll-table-2::-webkit-scrollbar {
    width: 10px; 
  }
  
  #scroll-table-2::-webkit-scrollbar-track {
    background: #260423; 
    border-radius: 10px; 
  }
  
  #scroll-table-2::-webkit-scrollbar-thumb {
    background: #8D4987; 
    border-radius: 10px; 
  }
  
  #scroll-table-2::-webkit-scrollbar-thumb:hover {
    background: #8D4987; 
  }


  #scroll-table-2 #row1,
  #scroll-table-2 #row2,
  #scroll-table-2 #row3,
  #scroll-table-2 #row4,
  #scroll-table-2 #row5,
  #scroll-table-2 #row6,
  #scroll-table-2 #row7,
  #scroll-table-2 #row8{
    color: #FEFFAB;
    background-color: #260423;


  }

  .no-border-l{
    border-left: none !important;
  }
  .no-border-r{
    border-right: none !important;
  }
  .card{
    border: none !important;
  }

  .modal.fade .table-responsive-2 td{
    padding: 0.3rem;
  }

  #scrollable-table,
  #new-table {
    width: 100%;
    height: 264px; 
    overflow-y: auto; 
    border-collapse: separate;
}
#scrollable-table tr,
#new-table tr{
    display: flex;
}
#new-table{
    height: unset !important;
  }

#scrollable-table .table td,
#new-table .table td{
    width: 119px !important;
}


#scrollable-table .table td:last-child,
#new-table .table td:last-child{
    border-right: none;
}

#joined,
#player-joined,
#join-battle-room-popup,
#started,
#poker-room-joined{
    position: absolute;
    width: 587px;
    height: 365px;
    left: calc(50% - 587px/2 - 0.5px);
    top: calc(50% - 365px/2 + 100px);
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
}
#player-joined,
#join-battle-room-popup,
#started,
#poker-room-joined{
    height: 260px;
}

#player-joined button{
    width: 313px;
    height: 37px;
}


#joined h6,
#player-joined h6,
#join-battle-room-popup h6,
#started h6,
#poker-room-joined h6{
    font-weight: 500;
    width: 350px;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

#player-joined h6,
#join-battle-room-popup h6,
#started h6,
#poker-room-joined h6{
    width: 400px;
}

#joined p{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #F8D05F;
}

#joined .close,
#player-joined .close,
#join-battle-room-popup .close,
#started .close,
#poker-room-joined .close{
    position: absolute;
    right: -20px;
    top: 10px;
    width: 25px;
    height: 25px;
}

#fineshed .close,
#congratulations .close{
    position: absolute;
    right: -220px;
    top: 10px;
    width: 25px;
    height: 25px;
}

.clickable p{
  
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #FEFFAB !important;
    
}

.badge.badge-secondary{
    width: 46px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #003D6E;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px !important;

}


#battle-card .badge,
.badge-joined{

width: 78px;
height: 28px;
background: #170C41;
border: 3px solid #00D0FF;
border-radius: 30px;
font-weight: 500;
font-size: 12px;
line-height: 13px;
color: #FFFFFF;
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;

}

#view-player-card h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #F8D05F;
}

.win,
.lose{
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
}

.win{
    color: #40FD3F;
}

.lose{
    color: #FF3449;
}

.modal-content .text{
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FEFFAB;
}

#fineshed,
#congratulations{
    position: absolute;
    width: 945px;
    height: 423px;
    left: calc(50% - 945px/2 + 0.5px);
    top: calc(50% - 423px/2 + 0.5px);
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
}
#fineshed h6,
#congratulations h6{
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

#fineshed p{ 
    width: 600px;
}
#adaptive{
    display: flex !important;
    align-items: center !important;
    justify-content: end;
}

#poker-table{
    width: 100%;
    height: 676px;
    background: radial-gradient(50% 50% at 50% 50%, #156618 0%, #002614 100%);
    border: 5px solid #FFD762;
    border-radius: 500px;
    overflow-x: hidden !important;
}

.btn-add{
    width: 15px !important;
    height: 15px;
    background: #A71818;
    border-radius: 100px;
    padding: 0 !important;
    box-shadow: none;
}

.btn-sub{
    width: 15px !important; 
    height: 15px;
    background: #40FD3F;
    border-radius: 100px;
    padding: 0 !important;
    box-shadow: none;
}
.no-desk{
    display: none;
}
#no-desk-1240{
    display: none !important;
}

.container-fluid{
    width: 90%;
}



#cart-text-round3,
#cart-text-round4{
    position: absolute;
    margin-left: 125px !important;
}
#cart-text-round3{
    left:-160px;
    top: 30px;
}

#cart-text-round4{
    left:-160px;
    top: 105px;
}

.text-decoration{

    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    text-align: center;

}

#bottom-info .text{
    width: 100%;
    border: 1px solid #FFD762;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFD762;
    padding: 15px 30px;
}
.fs-2{
    font-size: 26px !important;
    line-height: 26px;
}
.fs-3{
    font-size: 20px !important;
}
.fs-4{
    font-size: 18px !important;
}
.fs-5{
    font-size: 14px !important;
}
.fs-6{
    font-size: 12px !important;
}
.link{
    height: 38px;
    background: rgba(34, 4, 30, 0.9);
    border-radius: 5px;
}

.link p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F8D05F !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.default-content{
    font-weight: 400;
    font-size: 12px !important;
    line-height: 13px;
    color: #FEFFAB !important;
}

.table-adaptive{
    width: 100% !important;
}
.table-adaptive .table {
    table-layout: fixed;
    border-collapse: collapse;
}

.table-adaptive .table th, .table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #fff; */
}

.table-adaptive .all-border {
    border: 1px solid #FFD600; 
}

.table-adaptive .text-center {
    text-align: center;
}

.table-adaptive .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-adaptive .d-flex span {
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #F8D05F; 
    font-size: 14px;
    font-weight: 300;
    height: 34px;
    border-right: 1px solid #F8D05F !important;
}

.table-adaptive .d-flex span p{
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 14px !important;
    font-weight: 300;
    height: 15px;
}

.text-yellow{
    color: #FEFFAB !important; 
}
.text-dark-yellow{
    color: #F8D05F !important; 
}
.text-pink{
    color: #D445C1 !important;
}

hr.first-width {
    height: 1px;
    margin-top: 3px !important;
    margin-bottom: 7px !important;
    background: #FFD762 !important;
    width: 116px;
}

hr.second-width{
    height: 1px;
    margin-top: 3px !important;
    margin-bottom: 7px !important;
    background: #FFD762 !important;
    width: 60px;
}



h1.battle-card,
h2.battle-card 
{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffff;
}

h2.battle-card {
    font-size: 21px !important;
}

.no-players{

    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #F8D05F;
}
.box-shadow-none{
    box-shadow: none !important;
}

.border-yellow{
    border: 1px solid #F8D05F;
}

.form-check{
    padding: 0;
}
.form-check-input {
    display: none;
  }

  .col-3 .custom-radio {
    width: 60px;
  }
 .custom-radio {
    
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #FFD762;
  }

  .custom-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #F8D05F; 
    border-radius: 50%;
    background-color: transparent; 
  }

  .form-check-input:checked + .custom-radio::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 3px; 
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F8D05F;
    border-radius: 50%;
  }

.smaller{
    font-size: 14px !important;
}
#cart-text,
#cart-text-round2,
#cart-text-round3,
#cart-text-round4{
    min-width: 60px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #960E89;
    margin: 0 3px !important;
}
#cart-text-round2-vertical{
    min-height: 70px !important;
    min-width: 50px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #960E89;
    margin: 4px 0 !important;
}
#numbers{
    top: 80px; 
    left: -35px;
}
#numbers-right{
    top: 10px; 
    left: -62px;
}
#numbers-bottom{
    bottom:30px;
    left:-35px;
}
#numbers-top{
    top:27px;
    left:-35px;
}
#numbers-left{
    bottom: 40px;
    right: -40px;
}
#cart-text-right{
    bottom: 15px;
    right: 0;
}
#cart-text-left{
    bottom: 14px;
    left: -20px;
}
#user-mob{
    height: 75% !important;
    margin-bottom: 50px !important;
    width: 77px !important;
    margin: 0 20px;
}
.paddings{
    padding-left: 100px;
    padding-right: 100px;
}
.no-visible{
     opacity: 0 !important;
}
#poker-table .col-2 #left-player{
    margin-right: 25px;
    margin-left: 25px;
}

.border-0{
    border: none !important;
}
.border-brown{
    border-bottom: 1px solid #6A3F3A !important; 
}
.mrgn{
    margin-top: 100px !important;
}
/* --------------------------------------------------------------------------- */
/*                                Free Room                                    */
/* --------------------------------------------------------------------------- */

#view-player-card tr p {
    font-size: 14px;
}

.btn.live{
    background-color: #FF3449 !important; 
    border: none;
}
.btn.finished{
    background-color: #9519E3 !important;
    border: none;
}
.free-battle #scrollable-table .table td{
    width: 119px !important;
}
.rounded-circle{
    width: 30px; 
    height: 30px;     
}
.rounded-circle.red-active{
    border: 3px solid #FF0000;
}
.rounded-circle.green-active{
    border: 3px solid #2DFF28;
}

.rounded-circle.brown{
    background-color: #BF9058;     
}
.rounded-circle.white{
    background-color: #C4C4C4;     
}
.rounded-circle.purp{
    background-color: #9E69F5;     
}
.rounded-circle.yell{
    background-color: #FFD600;     
}
.rounded-circle.green{
    background-color:#4FBC85;
}
.all-players{
height: 37px;
background: #2E0327;
border-radius: 5px;
border: 1px solid #D8B858;

font-weight: 500;
font-size: 16px;
line-height: 17px;
text-align: center;
color: #F8D05F;
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.bank{
    width: 120px !important;
    height: 26px;
    background: rgba(255, 214, 0, 0.2);
    border-radius: 50px;
    font-size: 14px;
    color: #FFD600 !important;
    margin-top: 10px !important;
}
.bank span{
    color: #40FD3F !important;
}

.left-side{
    left: 10px;
}
.right-side{
    right: 10px;
}

.clickable .text-success{
    font-weight: 300 !important;
}
.formula{
    height: 55px;
    background: #260423;
    border: 1px solid #F8D05F;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #FEFFAB;
}
.flex-nowrap{
    white-space: nowrap;
}

  /* ---------------------------------------------------------------- */
  /*                               VIP ROOM                           */
  /* ---------------------------------------------------------------- */
.top-side-vip{
    top:15px;
}
.left-side-vip{
    left: 10px;
}
.right-side-vip{
    right: 10px;
}
.btn-light.active.create{
    width: 160px !important; 
    height: 37px;
}

.vip-room-table .table-adaptive .d-flex span{
    height: unset !important;
}

.btn-whatsapp,
.btn-telegram
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 147px;
    height: 26px;
    color:#ffff;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 30px;
}

.btn-whatsapp{
    background: rgba(36, 204, 99, 0.56);
    border: 1px solid #12C70E;
}
.btn-telegram{
    background: #170C41;
    border: 1px solid #00D0FF;
}



  /* ------------Transactions--------------- */
  button.btn.dropdown-toggle.btn-light{
    width: 164px;
    height: 38px !important;
    background: rgba(52, 4, 50, 0.9) !important;
    border: 1px solid #F8D05F;
    border-radius: 5px;
    text-align: center !important;

    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFD762;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  }

  .bootstrap-select .dropdown-toggle .filter-option {
    height: unset;
    text-align: center;
}
.bootstrap-select .dropdown-toggle::after {
  display: none;
}
.bootstrap-select .dropdown-toggle{
    padding-right: 2rem;
}
.bootstrap-select .dropdown-toggle::before {
    content: "\f078";  
    font-family: "Font Awesome 5 Free";  
    font-weight: 700; 
    position: absolute;
    right: 1rem;
   
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #F8D05F ;
    pointer-events: none;
  }

.bootstrap-select .dropdown-menu {
   min-width: unset;
   max-width: 120px;
   min-height: 200px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent !important;
}
.dropdown-item:hover {
    background-color: transparent !important;
}
.dropdown-item {
    color: #F8D05F ;
}
.dropdown-menu.show{
    overflow: visible;
}
div#bs-select-1 {
    min-height: unset;
}

.dropdown-menu {
/* filter */

box-sizing: border-box;

position: absolute;
width: 120px !important;
height: 159px;
left: 1618px;
top: 207px;

background: rgba(52, 4, 50, 0.9) !important;
border: 1px solid #F8D05F !important;
border-radius: 5px !important;

}


  .form-select{
    width: 164px;
    height: 38px;
    background: rgba(52, 4, 50, 0.9) !important;
    border: 1px solid #F8D05F;
    border-radius: 5px;
    text-align: center;

    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFD762;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  }
   option:focus{
    background-color: transparent !important;
  }

  .transactions .collapse {
    width: 100% !important;  
    display: table-row;
}

.transactions .table td, .table th {
    padding: 10px;
    text-align: left;  
}

.transactions .table td p{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

#poker-room-cards .col-3{
    max-width: unset !important;
}

.transactions .table-responsive {
    overflow-x: auto;
}


  .transactions a{
    color: #FFD762;
    text-decoration: underline;
  }

  .transactions thead th{
    border: none !important;
    border-bottom: 1px solid #FFD762 !important;
    color: #FFD762;
    font-weight: 300;
  }
  .transactions table td{
    text-align: left;
  }
  
    .red{
        width: 100%;
        height: 36px;
        background: #7B1139;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .red p{
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        text-align: center;
        color: #FFABCB !important;
    }
    .red a{
        text-decoration: underline !important;
        color: #40FD3F !important;
    }

    .results-table{
        border: 1px solid #F8D05F;
        border-radius: 10px;
        padding: 7px;
    }

    .results tr td{
        display: flex !important;
        justify-content: start;
        align-items: center;
        font-weight: 300px !important;
        color: #FEFFAB;
        padding: 5px;
    }
    .results .text-success{
        font-weight: 300 !important;
    }


    .bets-table{
        background: #250421;
        border: 1px solid #F8D05F;
        border-radius: 5px;
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   


@media (min-width: 992px) {

    .transactions .collapse {
        display: table-row !important; 
    }

    .transactions .clickable {
        cursor: default; 
    }

    .transactions .clickable .bi-chevron-down {
        display: none; 
    }
    .transactions tr.pick{
        display: none !important;
    }
}

@media (max-width: 992px) {
    .formula {
        font-size: 14px !important;
    }
    .col-auto{
        max-width: 47%;
        flex: 0 0 47%;
    }
    .form-select{
     width: 100%;
     margin: 10px 0;
    }
    .transactions .collapse {
        display: none; 
    }

    .transactions .clickable .bi-chevron-down {
        display: inline-block;
    }
    .transactions tr.pick{
        display: block;
    }
    .flex-nowrap{
       flex-wrap: wrap !important;
    }
}

#menu-list .btn-light,
#menu-list .btn-dark{
    width: 108px; 
    height: 37px;
    margin: 0 7px;
}

#menu-list a.btn,
#menu-list a.btn.active{
    color:#F8D05F !important;
    text-decoration: none !important;
    line-height: 150%;
}
#carts{
    bottom:25px; 
    left:99px;
    position: absolute;
}
#carts p{
    width: 25px;

}
#battle-coins .vs{
    width: 150px;
}
@media screen and (max-width: 1380px) {
.free-battle #scrollable-table .table td{
    width: 100px !important;
}
#personal-settings .col-5{
    flex: 0 0 80%;
    max-width: 92% !important;
}

.left-side-vip{
    left: 30px;
}
.right-side-vip{
    right: 30px;
}

#battle-coins .position-absolute img{
    width: 90%;
}
#battle-coins .vs{
    width: 100px;
}
#battle-coins .position-absolute.left-side{
    left:-5px;
}
#battle-coins .position-absolute.right-side{
    right: -10px;
}
}
@media screen and (max-width: 1240px) {
    .table-absolute{
        position: relative !important ;
        margin-bottom: 200px !important;
        top:200px;
        padding: 0;
    }
    .formula {
        font-size: 10px !important;
    }
    .col-6.stock-enter .left-side{
       left: -100px;
    }
    .col-6.stock-enter .right-side{
        right: -100px;
     }
     .col-6.stock-enter .vs{
        height: 200px;
     }
     .col-5.btn-stock-enter{
        margin-top: 50px !important;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 !important;
     }
     .col-4.btn-stock-enter{
        margin-top: 100px !important;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 10px !important;
     }
     .col-5.btn-stock-enter .btn-fold{
        margin-left: 30px !important;
     }
     .col-2.p-0.bet-stock-enter,
     .col-4.bet-stock-enter {
        position: absolute;
        margin-bottom: 40px !important;
        max-width: 100% !important;
    }
    .stock .col-3 .text-right{
        text-align: left !important;
    }
    .col-10.row.stock{
        max-width: 100% !important;
    }
    .col-4.stock-table{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .free-battle .col-lg-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #personal-settings .col-md-5{
        max-width: 50%;
        flex: 0 0 50%;
    }
    #carts{
        left:-8px !important;
        position: absolute;
    }
    #poker-room-cards #battle-card img{
        max-width: 100%;
    }
    #poker-room-cards #battle-card a{
        font-size: 12px;
        line-height: 180%;
    }
}
@media screen and (max-width: 992px) {
    #personal-settings .col-6,
    #personal-settings .col-md-6{
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    #personal-settings .col-5{
        flex: 0 0 92%;
    }
    .btn-light.active.create{
        width:100%; 
    }
    #poker-room-cards #battle-card a{
        font-size: 14px;
        line-height: 150%;
    }
}



@media screen and (max-width: 1780px) {
    .container{
        position: relative;
        max-width: 1250px !important;
        margin-right: 50px;
        margin-left: 50px;
        z-index: 10;
    }
    .table td, .table th {
        padding: 0.5rem;
    }

}
@media screen and (max-width: 1640px) {

    .table td, .table th {
        padding: 0.1rem;
    }
    #scrollable-table .table td {
        border-bottom: 1px solid #6A3F3A; 
        width: 100px !important;
    }
    .social{
       width:280px;
    }
    #social-card-body{
        padding-right: 10px;
    }
    #social-card-body img{
        width:25px;
        height: 18px;
    }
    .tablet{
        width: unset;
    }
    .container{
        max-width: 1000px !important;
        margin-right: 100px;
        margin-left: 100px;
    }
    #battle-room,
    #vip-room,
    #poker-room,
    #stock{
        width: 120px;
    }
    #stock{
        margin-right: 10px;
    }

    #adaptive{
        justify-content: flex-end ;
    }

    #menu{
        width: 235px;
    }
    main{
        left: 235px;
        width: calc(100% - 235px);
    }
    #table {
        width: 217px;
        font-size: 8px;
    }
    #table-sum{
        font-size:11px;
    }
    #table img{
        width: 17px;
        height: 17px;
    }
    .btn-light{
        height: 37px;
    }
    #menu .d-grid .mb-3{
        margin-bottom: 10px !important;
    }


    .table-card{
        width: 80%;
    }
}

@media screen and (max-width: 1380px) {
    .h1{
        font-size: 26px;
    }
 
    #poker-table .btn-call{
        width: 90px !important;
        margin-left: 50px !important;
    }

    .container{
        max-width: 980px !important; 
        margin-right: 70px;
        margin-left: 70px;
    }
    #view-player-card hr {
        width: 100%;
    }
    .table-responsive-3{
        max-height: 180px; 
        overflow-y: auto;
    }
    #view-player-card .table-responsive-2.mt-2.d-flex.flex-column.justify-content-end {
        height: unset;
    }
    #battle-room,
    #vip-room,
    #poker-room,
    #stock{
        width: 160px;
    }

    #withdrawal-form span{
        font-size: 12px;
        width: 230px;
    }
    #withdrawal-form.w-50 {
        width: 100% !important;
    }
 

    .card-body{
        padding: 10px 0;
    }
 
    #adaptive{
        height: unset;
        justify-content: center ;
    }
    .btn-light{
        height: 30px;
    }
    #table.mb-3{
        margin-bottom: 10px !important;
    }
    #table.pt-2.pb-2{
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .btn-warning.my-3{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
 
    #new-table .table td{
        width: 120px !important;
    }
    .link p{
        font-size: 13px !important;
    }
    hr.first-width {
        width: 116px!important;
    }
    
    hr.second-width{
        width: 60px !important;
    }
    #battle-room, #vip-room, #poker-room, #stock{
        font-size: 12px !important;
    }
    
}
@media screen and (max-width: 1240px) {
    

    .container.vip-room-content{
        max-width: 790px !important;
        margin-right: 20px;
        margin-left: 20px;
    }

    .container.vip-room-content .link p {
        font-size: 12px !important;
    }
    .container{
         max-width: 960px !important; 
        margin-right: auto;
        margin-left: auto;
    }

    #cart-text-round3{
        left:-455px;
        top: 120px;
    }
    
    #cart-text-round4{
        left:-390px;
        top: 120px;
    }

    #left-player .justify-content-between{
        justify-content: space-between !important;
    }

    .fold-button{
        width: 50% !important;
        margin-left: 5px;
        margin-right: 5px;
    }
 
    #poker-table .btn-call{
        width: 100% !important;
        margin: 0 !important;
    }

    #poker-table{
        background: radial-gradient(50% 50% at 50% 50%, #156618 0%, #002614 100%);
        border: 5px solid #FFD762;
        box-shadow: 0px 0px 15px #FFD762;
        border-radius: 20px;
        padding-top: 10px !important;
        height: 810px;
    }
    
    #poker-table #left-top,
    #poker-table #right-top{
        margin-top: 50px;
        margin-right: 7px !important;
        margin-left: 7px !important;
    }
    #poker-table #left-player .flex-column{
        flex-direction: row !important;
    }

    #poker-table #left-player{
        flex-direction: column !important;
        position: absolute;
        top:20%;
        left:65%;
    }
    #poker-responsive{
       margin-right: 10px;
    }
    #poker-table #left-player img{
        margin: 0 8px !important;
    }

    #poker-table .responsive-row{
        margin-left: -20px !important;
    }
    #bottom-info{
        position: relative;
        width: 100%;
    }
    #poker-table #bet{
       position: absolute !important; 
       width: 100%;
       margin: 50px 0px;
       padding: 0;
    }
    #no-desk-1240{
        display: block;
    }
    .col-3 .px-5{
        padding: 0 25px !important;
    }
    .col-lg-5{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #scrollable-table .table td,
    #new-table .table td{
        width: 130px !important;
    }

    #top-player-round2{
        margin-bottom: 85px !important;
        margin-top: 10px !important;
    }

    .col-lg-9#view-player-card {
       
        max-width: 71%;
    }
    #cart-text-left {
        bottom: -15px;
        left: -32px;
    }
    #cart-text-right {
        bottom: 60px;
        right: 337px;
        z-index: 5;
    }
    #numbers-left {
        bottom: 40px;
    }
    #numbers-right {
        top: 120px;
        right: 347px !important;
        left: unset;
    }
    #numbers-bottom {
        bottom: 30px;
        left: -133px;
    }
    .bottom-player{
        margin-top: 45px;
    }
    .top-player-responsive{
        max-width: 310px !important;
    }
    
    #balance{
        margin: 0px 0;
    }

    #call-10{
        position: absolute;
        top:-25px;
        width: 95%;
    }
    #bet-10{
        position: absolute;
        top: 195px;
        right: 15px;
        width: 95%;
    }
    #numbers {
        top: 80px;
        left: -132px;
    }

    /* ------------------------------------------------------------- */
    /*                      Poker Four                               */
    /* ------------------------------------------------------------- */
    .carl{
        width: 100%;
    }
    .carl .timer,
    .jessica .timer{
        position: absolute;
        top: 130px !important;
        left: 0px;
    }
    .carl #minutes-round2,
    .jessica #minutes-round2{
        position: absolute;
        top: 130px !important;
        right: 0px;
       
    }
    .carl #minutes-round2 p,
    .jessica #minutes-round2 p{
        text-align: end !important;
    }

    .jessica #minutes-round2 p{
        margin-right: 10px !important;
    }

    .jessica{
        max-width: 100%;
        width: 100%;
        margin-top: 30px !important;
    }

    #poker-table .col-2{
        position: absolute;
        top: 100px;
        max-width: 100%;
        width: 100%;
        justify-content: center !important;
    }

    .responsive-row{
        width: 100% !important;
    } 
    #poker-table .col-2 #left-player {
        margin-right: 45px;
        margin-left: 45px;
    }
    #left-player-round2{
        margin-top: 35px!important;
        margin-bottom: 25px !important;
    }
    .mrgn{
        margin: 0px !important;
    }
    #view-player-card .col-lg-7 .h-50{
        height: unset !important;
    }
 
        #view-player-card .col-lg-6 {
    
            flex: 0 0 100%;
            max-width: 200%;
        }
    
}

@media screen and (max-width: 992px) {
    .col-lg-4#view-player-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-8#view-player-card{
        margin-top: 20px;
        flex: 0 0 100%; 
        max-width: 100%;
        margin-bottom: 20px;
    }
    .col-lg-9#view-player-card {
        flex: 0 0 100%; 
        max-width: 100%;
    }
    .col-lg-3#view-player-card {
        margin-top: 20px;
        flex: 0 0 100%; 
        max-width: 100%;
    }
    .row-column{
        flex-direction: column;
    }
    #menu-list{
        width: 100% !important;
        justify-content: center !important;
    }

    #battle-card.col-3,
    #battle-card.col-2{
        max-width: 100% !important;
        flex: 0 0 100% !important; 
    }
    .menu-width {
        justify-content: center;
    }
    #poker-room-cards{
        display: flex;
        justify-content: center !important;
    }
    .no-mobile{
        display: none !important;
    }
    #minutes-round2{
        right: 50px;
    }
    
    #table.pt-2.pb-2{
        width: 98% !important;
    }
    #navbarTogglerContent{
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 85vh !important;
        width: 100%;
    }

    #view-player-card .d-flex.flex-column.justify-content-end.mt-5{
        height: unset;
      }
    #view-player-card .table-responsive-2.mt-2.d-flex.flex-column.justify-content-end{
        height: unset;
      }

    .social{
        width: 100px;
    }
    #social-card-body{
        display: flex;
        justify-content: flex-end;
        padding: 0 !important;
    }
    .bi-chevron-down{
        padding-right: 0 !important;
    }
    #view-player-card h6.mt-5{
        margin-top: 0 !important;
    }
    .d-flex.flex-column.justify-content-end.mt-5{
        margin-top: 0 !important;
    }
    #social-card-body .mb-5{
        margin-bottom: 0 !important;
    }
    #social-card-body .mt-4{
        margin-top: 17px !important;
    }
    .no-desk{
        display: block;
    }
    #no-money-status,
    #no-money-status-free,
    #no-money-status-free-2,
    #no-games,
    #stock-1,
    #stock-3
   {
        position: absolute;
        width: 338px;
        height: 294px;
        left: calc(50% - 338px/2);
        top: 205px;
    }
    #joined,
    #player-joined,
    #join-battle-room-popup,
    #started{
        position: absolute;
        width: 345px !important;
        height: 400px;
        left: calc(50% - 338px/2);
        top: 205px;
    }

    #poker-room-joined{
        position: absolute;
        width: 345px !important;
        height: 230px;
        left: calc(50% - 338px/2);
        top: 205px;
    }

    #joined .close, #player-joined .close,
    #join-battle-room-popup .close,
    #started .close,
    
    #poker-room-joined .close
    {
        right: 0;
        top:0;
    }
    #fineshed .close,
    #congratulations .close
    {
        right: 0;
        top:-70px;
    }
    #no-money-status-free .close,
    #no-money-status-free-2 .close{
        right: 0;
        top:-20px;
    }
#fineshed,
#congratulations{
    position: absolute;
    width: 338px;
    height: 560px;
    left: calc(50% - 338px/2);
    top: 209px;
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
}
#fineshed p{ 
    width: 300px;
}
    #no-money-status h6,
    #no-money-status-free h6,
    #no-money-status-free h6,
    #no-money-status-free-2 h6,
    #no-games h6,
    #stock-1 h6,
    #stock-3 h6,
    #joined h6,
    #player-joined h6,
    #join-battle-room-popup h6,
    #started h6,
    #poker-room-joined h6{
        width: 292px;
    }
  
    #battle-card{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        flex: unset;
        max-width: 100% !important;
    }
    
    li.br{
        width: 50px;
    }
    .verify{
        justify-content: start !important;
    }
    
    .container {
        max-width: 750px !important;
        margin-right: 70px;
        margin-left: 70px;
    }
    #footer-icons{
        display: block;
    }

    .d-flex#buttons{
        flex-direction: column;
    }
 
    #menu-list{
        justify-content: center;
    }
    header{
        position: relative;
        z-index: 1000 !important;
    }
 
    .col-lg-8#view-player-card{
        flex: 0 0 100%; 
        max-width: 100%;
    }
    .col-lg-9#view-player-card {
        flex: 0 0 100%; 
        max-width: 100%;
    }
    #view-player-card{
        margin-bottom: 30px;
    }
    #scrollable-table .table td,
    #new-table .table td{
        width: 90px !important;
    }
    .table-adaptive .d-flex span p {
        font-size: 11px !important;
    }


}
@media screen and (max-width: 768px) {
    .container {
        max-width: 500px !important;
    }
}

@media screen and (max-width: 540px) {
    .container {
        max-width: 100% !important;
        margin-right: 10px;
        margin-left: 15px;
        padding: 0 30px;
    }

    .col-10.row.stock .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .btn-light{
        height: 48px;
    }
    #table.mb-3{
        margin-bottom: 30px !important;
    }

    .col-3{
        max-width: 350px;
       
    }
    .bi-chevron-down{
        padding-right: 5px !important;
    }
    #users-round2{
        width: 310px !important;
    }
    #timer-round2{
        left: 10px;
    }

    #minutes-round2{
        right: 10px;
    }
    .container.vip-room-content .link p {
        font-size: 11px !important;
    }

    #balance {
        min-width: 50px;
    }
    #navbar{
        margin-bottom: 90px;
    }
}

@media (min-width: 992px){
    .mr-lg-4{
        margin-right: 10px !important;
    }
}

.no-upper{
    text-transform: none !important;
}


/* animation */
.glowing-btn {
    position: relative;
    overflow: visible; 
}


.btn-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    pointer-events: none; 
    z-index: -1; 
}

.btn-glow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-45deg);
    animation: slide-glow 3s ease-in-out infinite;

}

@keyframes slide-glow {
    0% {
        left: -150%; 
    }
    40% {
        left: 150%; 
    }
    100% {
        left: 170%; 
    }
}
.glowing-btn-header{
    position: relative;
    overflow: hidden; 
    z-index: 1;
}
.btn-glow-header {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    height: 150%; 
    background: linear-gradient(
        to bottom,
        rgba(255, 20, 147, 0) 0%, 
        rgba(247, 20, 255, 0.5) 50%, 
        rgba(255, 20, 147, 0) 100%
    );
    z-index: -1; 
    animation: slide-glow-header 6s infinite; 
    pointer-events: none; 
}

@keyframes slide-glow-header {
    0% {
        top: 100%; 
    }
    15% {
        top: -130%; 
    }
    45% {
        top: -130%; 
    }
    55% {
        top: 100%;
    }
    90% {
        top: 100%; 
    }
    100% {
        top: 100%; 
    }
}
.overlay-content {
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}




/* my battles */

.my-battle-title{
    font-family: 'Sawarabi Mincho';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #FFD762;
    margin: 0 10px;
}
.my-battle-background{
    background-color: #260423;

}

.my-battle-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 38px;
    background: #340432;
    border: 1px solid #F8D05F;
    border-radius: 5px;
    color: #FFD762 !important;
}

.my-battle-btn.active{
background-color: #123A1C;
text-decoration: none !important;
color: #FFD762 !important;
}

.my-battle-selector .dropdown-menu{
    width: 100%;
    background: rgba(52, 4, 50, 0.9);
    border: 1px solid #F8D05F;
    border-radius: 5px;
   
}
.my-battle-selector .dropdown-item{
    color: #F8D05F !important;
}
.my-battle-selector .dropdown-item:hover,
.my-battle-selector .dropdown-item:focus,
.my-battle-selector .dropdown-item.active {
    background-color: transparent !important;
    color: #fff !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.table{
    table-layout: fixed;
}
.my-battle-selector .my-battle-btn{
    position: relative;
    width: 144px;
    z-index: 100;
}
.my-battles-hr{
    background-color: #F8D05F;
    margin-top: 0;
    margin-bottom: 30px;
}
.no-desk-1240{
    display: none !important;
}


@media screen and (max-width: 1240px) {
    .my-battle-title span{
        margin-right: 0 !important;
        text-align: left;
        font-size: 17px;
    }
    .span-content{
        width: 110px !important;
        margin-left: 0 !important;
    }
    .span-content .fs-5{
        font-size: 12px !important;
        margin-right: 0 !important;
    }

    .clickable td .badge.badge-secondary{
        font-size: 12px;
        width: 40px;

    }
    .no-mobile-1240{
        display: none !important;
    }
    .no-desk-1240{
        display: block !important;
    }
    .clickable .mobile-column .btn-dark{
        width: 120px !important;
        margin-left: 5px !important;
    }
}
@media screen and (max-width: 992px) {
    .my-battle-btn{
        width: 100%;
    }
    .clickable{
        flex-direction: column;
    }
    .my-battle-title{
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
  
    }

    .my-battle-title span{
        font-size: 22px !important;
    }
    .mobile-column{
        flex-direction: column;
    }
    .clickable .mobile-column .btn-dark{
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .span-content{
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 10px;
        margin: 0 !important;
    }
    .my-battle-selector .my-battle-btn{
        width: 100%;
    }
    .my-battle-title .no-desk-1240 {
        margin-top: 10px !important;
    }

}

.nav-mobile-menu {
    height: 24px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;

}

.nav-mobile-menu .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

/* Изначальное состояние */
.nav-mobile-menu .line1,
.nav-mobile-menu .line3 {
    transform-origin: center;
}

.nav-mobile-menu .line1 {
    transform: rotate(0);
}

.nav-mobile-menu .line2 {
    opacity: 1;
    transform: scaleY(1);
}

.nav-mobile-menu .line3 {
    transform: rotate(0);
}

/* Состояние "Крестик" */
body.mobile-menu-open .nav-mobile-menu .line1 {
    transform: rotate(45deg) translate(10px, 10px);
}

body.mobile-menu-open .nav-mobile-menu .line2 {
    opacity: 0;
    transform: scaleY(0);
}

body.mobile-menu-open .nav-mobile-menu .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

#poker-card .btn-light,
.btn-light .btn-glow{
    border-radius: 100px 100px 5px 5px ;
    width: 100%;

}


  @media screen and (max-width: 1200px) {
    .btn-menu{
        height: 30px !important;
    }
    #poker-card h1, #poker-card h2 {
    font-size: 20px;
    line-height: 20px;
}
#poker-card p, #poker-card small {
    margin-top: 0px !important;
}
#poker-card h1 {
    margin-top: 30px !important;
}
         
  }
  @media screen and (max-width: 992px) {
    .cardd {
        position: absolute;
    }
    @media screen and (max-width: 640px) {
        .stocks{
            justify-content: center !important;
        }
    }
    @keyframes fanCard1 {
        0%, 45%     { left: 0px; transform: rotate(0deg), scale(1.2);}
        50%, 90%  { left: 20px; transform: rotate(-20deg); }
        100%      { left: 0px; transform: rotate(0deg), scale(1.2);}
      }
      
      @keyframes fanCard2 {
        0%, 45%     { left: 35px; transform: rotate(0deg),scale(1.2);  }
        50%, 90%  { left: 40px; transform: rotate(-7deg); }
        100%      { left: 35px; transform: rotate(0deg),scale(1.2); }
      }
      
      @keyframes fanCard3 {
        0%, 45%     { left: 70px; transform: rotate(0deg), scale(1.2); }
        50%, 90%  { left: 60px; transform: rotate(7deg); }
        100%      { left: 70px; transform: rotate(0deg), scale(1.2);  }
      }
      
      @keyframes fanCard4 {
        0%, 45%    { left: 100px; transform: rotate(0deg),scale(1.2); }
        50%, 90%  { left: 80px; transform: rotate(20deg);}
        100%      { left: 100px; transform: rotate(0deg),scale(1.2);}
      }

  }
  
/* table*/
#poker-area {
    background-color: #12491c;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    
  }
.pkr-tbl{
    background-image: url(../image/poker-table/table.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

  .players{
    padding-top: 50px !important;
  }

  .player-section {
    margin-bottom: 20px;
    background-color: #093015;
    padding: 10px;
    border-radius: 10px;
    color: white;
  }
  
  .player-section .card-set {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .card-set img {
    width: 40px;
    height: 60px;
    margin: 0 4px;
    display: inline-block;
  }
  
  .status-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .bank-status {
    background-color: #212121;
    color: #ffd700;
    padding: 8px 16px;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
  }
  
  .action-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  
  .action-buttons .btn {
    width: 80px;
    height: 40px;
    font-weight: bold;
  }
  
  .round-status {
    background-color: #093015;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .round-status .info {
    text-align: center;
    flex: 1 1 30%;
    margin: 10px 0;
  }
  .absolute-block{
    bottom: -130px !important;
}
.card-wrapper img{
    position: relative;
    z-index: -1;
}
.card-wrapper {
    position: relative;
  }
  .absolute-block .card-value{
    font-size: 14px;
    text-align: center;
  }
  .card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
  }
  .card-count{
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }
  .card-count-red,
  .card-value.text-danger{
    color: #FF6698 !important;
  }
  .card-count-up{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }
  .card-count-right{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }
  .card-count-green,
  .card-value.text-success{
    color: #2DFF28 !important;
  }
  .pkr-tbl small{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #2DFF28;
  }
  .pkr-tbl .card-text{
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #960E89;
  }


  .yellow{
    width: 870px;
}
@media (max-width: 1400px) {
    .yellow{
        width: 850px;
    }
    .btn-menu{
        height: 33px;
    }
}
  @media (max-width: 1240px) {
    .pkr-tbl{
        border-radius: 200px;
    }
    .f-column{
        margin-right: 40px;
    }
    .yellow{
        width: 100% !important;
    }
  }
  /* Адаптивность */
  @media (max-width: 993px) {
    .f-column,
    .s-column{
        flex-direction: column !important;
        margin-right: 5px;
        align-items: center !important;
    }
    .f-round-1,
    .s-round-1
    {
        flex-direction: row !important;
        align-items: unset !important;
    }
    .f-round-1 .my-1,
    .s-round-1 .my-1{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: .25rem !important;
        margin-right: .25rem !important;
    }
    .player-3{
        position: relative !important;
        top: unset !important;
    }
    .player-section .card-set {
      flex-direction: row !important;
      flex-wrap: nowrap;
      justify-content: center;
      overflow-x: auto;
    }
    .pkr-tbl{
        border-radius: 20px;
    }
    .round-status {
      flex-direction: column;
    }
  
    .round-status .info {
      flex: 1 1 100%;
      text-align: center;
    }
  
    .status-line {
      flex-direction: column;
      gap: 6px;
    }
  
    .bank-status {
      width: 100%;
    }
  
    .card-set img {
      width: 35px;
      height: 50px;
    }
  
    .action-buttons .btn {
      width: 100px;
    }
    .players{
        padding-top:0px !important;
    }
    .player-1,
    .player-2{
        margin: 0 !important;
        display: flex;
    }
    .mobile-column-reverse {
        flex-direction: column-reverse !important;
      }
    .absolute-block{
        bottom: -430px !important;
    }
    .dav{
        position: absolute;
        bottom:-300px;
    }
    .ply{
        margin-bottom: 0 !important;
    }
 
    .rich{
        display: flex;
        align-items: center;
    }
    .pkr-tbl small{
        position:  relative !important;
      }
      .card-count,
      .card-count-right{
        top: 120% !important;
        left: 50% !important;
        right: unset !important;
      }
  }


  @media (max-width: 768px) {
    .pkr-tbl{
        border-radius: 20px;
    }
    #balance{
        width: 100% !important;
        flex-direction: row !important;
        margin: 10px !important;
        border-radius: 30px !important;
    }
}
@keyframes zoomPulse {
    0% {
      transform: scale(1);
    }
    10% {
      transform: scale(1.4); 
    }
    25% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1.3);
    }
    55% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(1.2);
    }
    85% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .zoom-vs {
    animation: zoomPulse 3s ease-in-out infinite;
    transform-origin: center;
  }
  .score-table .col{
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #655E91;
    overflow: hidden;
  }
  .bt-0{
    border-top: none !important
  }
  .bb-0{
    border-bottom: none !important
  }
  .bx-0{
    border-right: none !important;
    border-left: none !important;
  }
  .br-0{
    border-right: none !important;
  }
  .bl-0{
     border-left: none !important;
  }

.score-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #655E91;
}

  .green-bg{
    background-color: #028E13;
  }
  .purple-bg-0{
   background-color:#170C41;
  }
  .purple-bg-1{
    background-color: #251A51;
  }
  .purple-bg-2{
    background-color: #2E2162;
  }
  .purple-bg-3{
    background-color: #433677;
  }
  .purple-bg-4{
    background-color: #3C2889;
  }
.purple-bg-5{
    background-color: #360056;
  }
  .purple-bg-6{
    background-color: #040023;
  }
  .point{
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #ABFFA9 !important;
  }

  .score-table .col .text-warning,
  .tariff-element.text-warning{
    color: #FFD600 !important;
  }
  .score-table .col .text-secondary,
  .tariff-element.text-secondary{
    color: #BF9058 !important;
  }
  .score-table .col .text-light,
  .tariff-element.text-light{
    color: #C4C4C4 !important;
  }
  .score-table .col .text-primary,
  .tariff-element.text-primary{
    color: #9E69F5 !important;
  }
  .score-table .col .text-gr,
  .tariff-element.text-gr{
    color: #4FBC85 !important;
    font-weight: 400 !important;
  }
  .points{
    font-weight: 300 !important;
  }
  .btn-send{
    font-size: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 40px;
    height: 40px;
    background: #960E89;
    border-radius: 100px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .form-control{
    box-shadow: none !important;
  }

  @media (max-width: 540px) {
    .score-table .col-4.text-center img{
       width: 13px;
       height: 13px;
    }
    .score-table .col-4.text-center .text-white{
        font-size: 12px;
    }
    .score-table .col-6,
    .score-table .col-4,
    .score-table .col-3{
        padding: 0px !important;
    }

  }
 
.left-side img,
.right-side img {
    width: 97px;
    height: 76px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform: translateZ(0);  
}

 
@media not all and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance: none) {
    .svg-fix-safari {
        width: 40px;
        height: 40px;
        image-rendering: -webkit-optimize-contrast;
        transform: translateZ(0);
    }
  }
}
.followers{
    max-width: 49% !important;
}
.h6-title{
    border-bottom: 1px solid #FFD762;
    margin-bottom: 10px;
}
.followers .link{
    font-size: 14px !important;
}
.expanded .details {
    display: flex;
    justify-content: space-between;
  }
  .expanded .table-details{
    display: block !important;
  }
  .details-lead{
    background-color: #260423;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #FFD762;
    border-radius: 10px;
  }
  .details {
    display: none;
    background-color: #260423;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 100%;
  }

  

  .entry {
    border-bottom: 1px solid #6A3F3A;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
  }

  .entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .rank {
    margin-right: 10px;
  }

  .name {
    font-size: 14px;
    color: #FEFFAB;
    line-height: 54px;
  }
  .followers .badge {
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400 !important;
  }
  .General { background-color: #BF9058; color: #000; font-weight: 400; }
  .Major { background-color: #C4C4C4; color: #000; font-weight: 400; }
  .Sergeant { background-color: #9E69F5; color: #000; font-weight: 400;}
  .Corporal { background-color: #4FBC85; color: #000; font-weight: 400;}
  .Marshal { background-color: #FFD600; color: #000;font-weight: 400; }

  .followers-green{
    font-size: 12px;
  }
  .followers-green p{
    font-size: 10px !important;
    line-height: 12px !important;
    color:#40FD3F !important;
  }
  .details.table-details{
    font-size: 12px;
  }
  .follow-table{
    background-color: #300931;
    border-bottom: 1px solid #F8D05F;
    border-top:  1px solid #F8D05F;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .frame{
    background: #260423;
    border: 1px solid #F8D05F;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
  }
  .frame p{
    font-weight: 400;
    font-size: 12px !important;
    line-height: 13px;
  }

.rank-star {
    position: absolute;
    top: 55%;
    left: 50%;
    color:#000 !important;
    transform: translate(-50%, -50%);
    font-size: 14px;
    pointer-events: none;
  }
  @media screen and (max-width: 992px) {
    .followers{
    max-width: 100% !important;
    }
    .details.table-details .col-md-6{
        max-width: 49% !important;
    }
    .chevron-table{
    text-align: right !important;
    display: flex;
    justify-content: end;
    height: 70px !important;

}
.amount-table{
    width: 100px!important;
    text-align: right !important;
 
}
}
@media screen and (max-width: 440px) {
    .leaderboard-page .border-brown{
        flex-direction: column !important;
    }
    .lead{
        flex-direction: column !important;
        width: 100% !important;
        align-items: end !important;
    }
    .badge-leaderboard{
        width: 98% !important;
    }

    .abs-score,
    .abs-followers{
        position: absolute;
        right: 15px;
    }
    .abs-score{
        top: 10px;
    }
    .abs-followers{
        top: 30px;
    }
}
.details-lead .tariff{
    border-top: 1px solid #6A3F3A;
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-weight: 300;
    font-size: 12px;
}
.font-weight-lighter {
    font-weight: 200 !important;
}
.status-circle{

    min-width: 10px; 
    height: 10px; 
    border-radius: 100%;
}
.status-circle.color-red{
    background-color: #FF5151;
}
.status-circle.yell{
    background-color: #FF9E0D;
}
.status-circle.green{
    background-color: #51FF62;
}
@media screen and (max-width: 1200px){
.filters .form-select{
    width: 100% !important;
}

.transactions{
    display: flex !important;
    justify-content: center !important;
}

}

.unsubscribe{
    width: 98px;
    height: 22px;
    background: #FF3449;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-poker-enter{
    height: 26px;
    width: 147px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #028E13;
    border: 1px solid #2DFF28;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-poker-view{
    height: 26px;
    width: 147px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #038771;
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-poker-enter:hover,
.btn-poker-view:hover{
        color: #FFFFFF;
}

.white-point{
    width: 4.3px;
    height: 4.3px;
    background-color: #FFFFFF;
    border-radius: 100%;
    margin: 10px 5px;
}

.tariff-modal,
.instructionsModal {
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    box-shadow: 0px 0px 15px #FFD762;
    border-radius: 10px;
    padding: 10px;
    z-index: 10000;
}
.instructionsModal{
    width: 338px;
}

.instructionsModal h5{
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}

.instructionsModal p{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FEFFAB;
}

.tariff-box h5 {
  color: #fff;
  margin-bottom: 10px;
}

.tariff-item {
  padding: 5px 0;
  border-top: 1px solid #F8D05F;
  font-size: 14px;
}

.conditions h6 {
  font-weight: bold;
}

.text-green{
    color: #40FD3F !important;
}
.tariff-element{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50px ;
}
.btn-follow{
font-weight: 400;
font-size: 14px;
line-height: 15px;
text-align: center;
color: #000000;

width: 100%;
height: 30px;
left: 38px;
top: 705px;
background: #2FBBE8;
border-radius: 5px;
}

.btn-menu-1{background: linear-gradient(271.84deg, #150D3E 0%, #4E4247 100%);}
.btn-menu-2{background: linear-gradient(271.84deg, #150D3E 0%, #443845 100%);}
.btn-menu-3{background: linear-gradient(271.84deg, #150D3E 0%, #3E3345 100%);}
.btn-menu-4{background: linear-gradient(271.84deg, #150D3E 0%, #352B43 100%);}
.btn-menu-5{background: linear-gradient(90deg, #5A2D58 0%, #150D3E 100%);}
.btn-menu-6{background: linear-gradient(91.84deg, #461B69 0%, #150D3E 100%);}
.btn-menu-7{background: linear-gradient(91.84deg, #39196D 0%, #150D3E 100%);}
.btn-menu-8{background: linear-gradient(91.84deg, #341B75 0%, #150D3E 100%);}
.btn-menu-9{background: linear-gradient(91.84deg, #251872 0%, #150D3E 100%);}
.btn-menu-10{background: linear-gradient(91.84deg, #102569 0%, #150D3E 100%);}
.btn-menu-11{background: linear-gradient(91.84deg, #0F2D6D 0%, #150D3E 100%);}
.btn-menu-12{background: linear-gradient(91.84deg, #05325C 0%, #150D3E 100%);}

.btn-status{

    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFD600;
    height: 25px;
    border-radius: 8px;
    background: linear-gradient(90deg, #4E4247 0%, #190D3F 100%);
    border: 1px solid #4F3D64;
}
.btn-status:hover,
.btn-status:focus{
    color: #FFD600 !important;
    box-shadow: none;
}
.btn-link{
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #4E4247 0%, #190D3F 100%);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #4F3D64;
}

.btn-link:hover,
.btn-link:focus{
    text-decoration: none !important;
    box-shadow: none;
}

    #central-top,
    #right-top,
    #left-top{

    background: radial-gradient(100% 100% at 49.84% 0%, #3B1FA7 0%, #170C41 70.67%) ;
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 9px #0E2E96, inset 0px 0px 9px rgba(4, 0, 128, 0.51);
    border-radius: 8px;
    color: #fff;

    }


.player-card {
  background-color: #1b1040;
  border-radius: 40px;
  border: 2px solid #655E91;
  max-width: 150px;
  height: 55px;
  position: relative;
}
.avatar-wrapper {
  position: relative;
  width: 75px;
  height: 75px;
  flex-shrink: 0;
}
.avatar-right{
    right: 35px;
}
.avatar-left{
    left: 35px;
}
.player-info{
    min-width: 90px;
    margin: 0 8px;
}

.star-icon {
  font-size: 24px;

}
.star-icon.corporal{
  color: #4FBC85;
}
.star-icon.general{
  color: #BF9058;
}
.star-icon.major{
  color: #c0c0c0;
}
.star-icon.sergeant{
    color: #9E69F5;
}
.star-icon.marshal{
    color: #FFD600;
}
.player-name {
  font-size: 14px;
}

.player-price {
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, #40e0d0, #00bfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.player-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1b1040;
  border: 2px solid #655E91;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;

}

.status-icon {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: #00cc44;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}


.empty-card {
  background-color: #075d62;
  border: 0.5px solid white;
}

.positive-card, .negative-card {
  background-color: white;
}

.stock-name {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
}

.stock-change {
  font-weight: bold;
  font-size: 14px;
}

.glow {
  box-shadow: 0 0 10px 4px limegreen;
}
.badge-bank{
    background: #00888D;
    border: 2px solid #9CD6FF;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}
.badge-bank .animation{
    left: -60px;
    top:-10px;
}

.btns-low{
    display: flex;
}

.btns-low .btn:focus{
    outline: none !important;
    box-shadow: none;

}
.btns-low .btn{
    width: 113px;
    height: 52px;
    border: 2px solid #655E91;
    border-radius: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btns-low.btn span{
    color: #63c8c4 !important;;
}

.btn-fold{
    background: #0088A3;
}

.btn-call{
    background: #2B1483;
}
.btn-raise{
    background: #360056;
}
.btn-bet{
    background: #170C41;
}
.percent{
min-width: 70px;
height: 29px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 100px;
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;


}
.percent-positive{
    background-color: #0CC722;
}
.percent-negative{
    background-color: #E92F37;
}
.turn{
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    right: 7px;
}
.remove{
    display: none;
}
.slider-container {
  padding: 0 10px;
  background-color: #170C41;
  display: flex;
  align-items: center;
  height: 52px;
  border: 2px solid #655E91;
}
.custom-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #00c06b 50%, #fff 50%);
  outline: none;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #00c06b;
  border: 2px solid #1e0b46;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
}

.custom-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #00c06b;
  border: 2px solid #1e0b46;
  border-radius: 50%;
  cursor: pointer;
}
.btn-minus{
    width: 46px;
    height: 52px;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 0px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-plus{
    width: 46px;
    height: 52px;
    background: #170C41;
    border: 2px solid #655E91;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-info{
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
.avatar-glow-wrapper {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-glow-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #FFEA00 0%,
    #2DFF28 50%,
    #FFEA00 100%
  );
  filter: blur(12px);
  animation: spin 3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
 .player-1{
    right: 45px;
}

.player-card {
    height: 50px;
}
.avatar-glow-wrapper {
    width: 85px;
    height: 85px;
}
.avatar-wrapper {
    width: 65px;
    height: 65px;
}
.player-avatar {
    width: 70px;
    height: 70px;
}
.player-avatar img{
    width: 60px;
    height: 60px;
}
.player-name,
.player-price {
    font-size: 12px !important;
}
.star-icon {
    font-size: 21px;
}
.avatar-right {
    right: 15px;
}
.player-info {
    min-width: 75px;
}
.percent-negative 
{
    margin-right: 7px !important;
}
}
@media screen and (max-width: 992px) {
.center-players{
    height: 650px;
    justify-content: space-between !important;
}
    .player-1 {
        position: absolute !important;
        top: 365px !important;
        left: 200px;
        display: flex;
        flex-direction: column;
    }
    .player-4 {
        position: absolute !important;
        right: 150px !important;
        bottom: 390px !important;
        margin-left: 20px;
    }
    .player-3 {
        right: 70px;
    }
    .player-2 {
        left: 70px;
    }
    .btns-low{
        flex-direction: column;
    }
    .btns-low button{
        margin-right: 0 !important;
    }
 
    .slider-container {
        width: 130px !important;
         margin-right: 0 !important;
}
.pkr-tbl{
    background-image: url(../image/poker-table/table_mobile.png);
}

}
@media screen and (max-width: 460px) {
    .player-1 {
        top: 365px !important;
        left: 120px;
    }
    .player-4 {
        right: 70px !important;
        bottom: 390px !important;
    }
    .player-3 {
        right: 40px;
    }
    .player-2 {
        left: 40px;
    }
.player-price {
    font-size: 16px !important;
}
.top-info{
    font-size: 14px !important;
    
}
  #central-top,
    #right-top,
    #left-top{
        height: 70px;
    }
}
@media (min-width: 768px) {
    .col-sm-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}
@media (min-width: 1600px) {
    .col-sm-12 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
.bet{
    color: #63C8C4;
}

.back:hover,
.back:focus{
    color: #63C7C4;
}

.back{
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #63C7C4;
    text-shadow: 0px 0px 10px #003CFF;
}

.circle-question{
    background-color: #00626D;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.circle-question:hover,
.circle-question:focus{
   outline: none;
}
.modal-dialog-question {
        max-width: 212px;
}
.question_modal{
    background: radial-gradient(100% 100% at 50% 0%, rgba(59, 31, 167, 0.6) 0%, rgba(23, 12, 65, 0.6) 44.82%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12.1px #0048FF;
    backdrop-filter: blur(7.5px);
    border-radius: 8px;
    width: 212px;
    height: 270px;
    position: fixed;
    top: 50%;
    left: calc(135px + 50%);
    transform: translate(-50%, -50%);
}
.close-question{
    color: #fff !important;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    opacity: 1;
}
.close-question.close::before{
    background: #fff !important;
    width: 10px;
}
.close-question.close::after{
    background: #fff !important;
    width: 10px !important; 
}
.hight-score{

    max-width: 600px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(53, 35, 195, 0.75) 0%, rgba(4, 0, 35, 0.75) 59.13%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12px #0048FF;
    backdrop-filter: blur(10px);
    border-radius: 10px;
  position: fixed;
  top: 50%;
  left: calc(135px + 50%);
  transform: translate(-50%, -50%);

}

    .highscore-title {
      text-align: center;
      font-size: 22px;
      color: #ffffff;
    }

    .highscore-table {
      width: 100%;
      text-align: center;
      border: 2px solid #655E91;
      border-radius: 8px;
      background-color: #170C41;
    }

    .highscore-table th,
    .highscore-table td {
      padding: 5px;
      border: 1px solid #655E91;
    }

    .highscore-header {
      color: #63C8C4;
      font-weight: 400;
      line-height: 16px;
    }

    .highscore-player {
      font-weight: light;
      text-align: left;
    }
    .highscore-player.active{
      background-color:#360056;
    }
    .highscore-highlight {
      color: #fff;
      background-color: #028E13;
      font-weight: light;
    }

    .highscore-total {
      font-weight: light;
    }

    .highscore-positive {
      color: #2DFF28;
    }

@media (max-width: 992px) {
.hight-score{
    left: 50%;
}

.question_modal{

    left: 50% !important;
}
}

body.pokerroom {
background-image:
    linear-gradient(to bottom, rgba(0,6,50,0) 30%, #000632 60%, #190D3F 100%),
    url('/image/poker-table/bg-poker.svg');

background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
background-color: #000632;
}


body.freeroom {
background-image:
    linear-gradient(to bottom, rgba(0,6,50,0) 30%, #000632 60%, #190D3F 100%),
    url('/image/freeroom/BVSB.svg');

background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
background-color: #000632;
}

body.viproom{
    background-image:
    linear-gradient(to bottom, rgba(0,6,50,0) 100%, #000632 50%, #190D3F 100%),
    url('/image/vip-room/bg-vip.svg');

background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
background-color: #000632;
}



#poker-card .table-seat, .viproom-page .table-seat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}

#poker-card .avatar,
.viproom-page .avatar,
.leaderboard-item .avatar {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  /* overflow: hidden; */
  background: #170C41;
  border: 2px solid #655E91;
  display: flex;
  align-items: center;
  justify-content: center;
}


#poker-card .avatar img,
.viproom-page .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
 
#poker-card .status, .viproom-page .status{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 100;
  bottom: -2px;
  left: -2px;

}

#poker-card .status.online, .viproom-page .status.online {
  background-color: #00d72f;
  content: "✔";
  font-size: 12px;
  color: #ffffff;
}

#poker-card .status.offline, .viproom-page .status.offline{
  content: "✖";
  background-color: #ff2d2d;
  font-size: 12px;
  color: #ffffff;
}
 
#poker-card .star, .viproom-page .star{
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: yellow;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#poker-card .star.gray {
  background: #ccc;
}

#poker-card .eliminated {
  filter: grayscale(1);
  opacity: 0.7;
}
 
#poker-card .empty .avatar, .viproom-page .empty .avatar{
  background: #170C41;
  opacity: 0.6;
  border: 3px solid rgba(255,255,255,0.4);
}

#poker-card .question, .viproom-page .empty .question {
  font-size: 34px;
  font-weight: 600;
  color: #4360C3;
}
 
#poker-card .name, .viproom-page .name{
    margin-top: 5px;
    opacity: 0.7;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
}
.card-container {
    position: relative;
    width: 130px;
    height: 80px;
    margin-left: -5px;
    bottom: 70px;
  }
.cardd {
    position: absolute;
}
.card1{
    right: -5px;
    bottom: 0px;
}
.card2{
    right: 50px;
    bottom: -40px;
}
.card3{
    left: 0px;
    bottom: 0px;
}
.card4{
    left: 60px;
    bottom: -40px;
}
.tricks{
    position: absolute;
    top: 40%;
    left: 35%;
}
.trick{
    position: absolute;
}
.trick1{
    top:10px;
    left: 10px;
    z-index: 9;
}
.trick2{
    top:20px;
    left: 30px;
    z-index: 10;
}
.trick3{
    top:10px;
    left: 50px;
    z-index: 9;
}
.trick4{
    top:0px;
    left: 30px;
    z-index: 8;
}

@keyframes moveAwayAndBackLeft {
  0%, 30%, 95%, 100% { transform: translateX(0); }
  40%, 90% { transform: translateX(-50px); }
}

@keyframes moveAwayAndBackUp {
  0%, 30%, 95%, 100% { transform: translateY(0); }
  40%, 90% { transform: translateY(-10px); }
}

@keyframes moveAwayAndBackRight {
  0%, 30%, 95%, 100% { transform: translateX(0); }
  40%, 90% { transform: translateX(50px); }
}

@keyframes moveAwayAndBackDown {
  0%, 30%, 95%, 100% { transform: translateY(0); }
  40%, 90% { transform: translateY(10px); }
}

/* Применяем анимации */
.trick1 {
  animation: moveAwayAndBackLeft 5s ease-in-out infinite;
}

.trick2 {
  animation: moveAwayAndBackDown 5s ease-in-out infinite;
}

.trick3 {
  animation: moveAwayAndBackRight 5s ease-in-out infinite;
}

.trick4 {
  animation: moveAwayAndBackUp 5s ease-in-out infinite;
}
.board-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px #003FC8;
    margin: 0;
}

.circle-question2{

    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #170C41;
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.btn-create-poker{
    width: 160px;
    height: 30px;
    background: #170C41;
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-create-poker:hover,
.btn-create-poker:focus
{
    color: #FFFFFF;   
}

.no-games{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 336px;
    height: 99px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(59, 31, 167, 0.6) 0%, rgba(23, 12, 65, 0.6) 44.82%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12.1px #0048FF;
    backdrop-filter: blur(7.5px);
    border-radius: 8px;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1240px) {
 #poker-card .avatar {
  width: 55px;
  height: 55px;
}
.tricks {
    left: 30%;
    top: 39%;
}
.trick{
    width: 30px;
}
@keyframes moveAwayAndBackLeft {
  0%, 30%, 95%, 100% { transform: translateX(0); }
  40%, 90% { transform: translateX(-30px); }
}

@keyframes moveAwayAndBackUp {
  0%, 30%, 95%, 100% { transform: translateY(0); }
  40%, 90% { transform: translateY(-10px); }
}

@keyframes moveAwayAndBackRight {
  0%, 30%, 95%, 100% { transform: translateX(0); }
  40%, 90% { transform: translateX(30px); }
}

@keyframes moveAwayAndBackDown {
  0%, 30%, 95%, 100% { transform: translateY(0); }
  40%, 90% { transform: translateY(10px); }
}
.card2{
    right: 30px;
}

.card4{
    left: 38px;
}
.board{
    width: 130px;
}
.text-container{
    top: -35px !important;
}


}
@media (max-width: 992px) {
body.pokerroom {
    background-image:
        linear-gradient(to bottom, rgba(0,6,50,0) 30%, #000632 40%, #190D3F 100%),
        url('/image/poker-table/bg-poker.svg');

}


}

.table-info{
    background: radial-gradient(100% 100% at 50% 0%, rgba(53, 35, 195, 0.75) 0%, rgba(4, 0, 35, 0.75) 59.13%);
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 12px #0048FF;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.set-circle{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 30px;
    margin: 3px;
}
.set-circle:hover,
.set-circle:focus{
color: #FFFFFF;
}

.set-circle.active{
    background-color: #028E13;
}
.trading-btn:hover,
.trading-btn:focus{
    color: #FFFFFF;
}
.trading-btn{

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF !important;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 8px;
}
.trading-menu{
    width: 95% !important;
    background: rgba(23, 12, 65, 0.9) !important;
    border: 2px solid #655E91 !important;
    border-radius: 8px !important; 
    max-height: 105px !important;
    overflow-y: auto !important;         
    overflow-x: hidden !important;
}
.trading-menu::-webkit-scrollbar {
  width: 10px;
}

.trading-menu::-webkit-scrollbar-thumb {
  background-color: #02A75F;
  border-radius: 3px;
}

.trading-menu::-webkit-scrollbar-track {
  background-color: #2A1F5C;
}
.trading-menu .dropdown-item{
    color: #fff !important;
    text-align: center;
    text-transform: none !important;
    padding: 5px 10px !important;
    line-height: 14px;
}
.trading-menu .dropdown-item.active{
     color: #6BC4D6 !important;
}
.result{
    width: 90%;
    background: #17236B;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #2DFF28;
    position: absolute;
    bottom: 5px;
}
.plus-set,
.sub-set{
    border: none;
    background: none;
    outline: none;
    color: #ffff;
    font-size: 20px;
}
.transparent-card{
    opacity: 0.3 !important;
}
.close-card{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 17.37px;
    height: 17.37px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    background-color: #0085A3;
    border-radius: 50px;
}
.plus-set,
.sub-set{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.input-search{
    border: 1px solid #655E91;
    border-radius: 8px;
    color: #ffffff;
    height: 28px;
}
.search-placeholder,
.search-prepend{
    height: 25px;
}
.search-prepend span{
    border-right: 1px solid #655E91 !important;
}
.personal-prepend span{
    border-left: 2px solid #655E91 !important;
    border-right: none !important;
}
.search-placeholder::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #655E91;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.badge-blue{
    width: 46px;
    background: #003D6E;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px;

}
.fas.fa-star.status.marshal{
color: #FFD600;
}
.fas.fa-star.status.major{
color: #c0c0c0;
}
.fas.fa-star.status.sergeant{
color: #9E69F5;
}
.fas.fa-star.status.general{
color: #BF9058;
}
.fas.fa-star.status.corporal{
color: #4FBC85;
}
.text-shadow.corporal{
  color: #4FBC85;
  text-shadow: 0px 0px 8px #4FBC85;
  font-size: 28px;
  line-height: 100%;
}
.text-shadow.general{
  color: #BF9058;
  text-shadow: 0px 0px 8px #BF9058;
font-size: 28px;
line-height: 100%;
}

.text-shadow.major{
  color: #c0c0c0;
  text-shadow: 0px 0px 8px #c0c0c0;
font-size: 28px;
line-height: 100%;
}
.text-shadow.sergeant{
    color: #9E69F5;
    text-shadow: 0px 0px 8px #9E69F5;
    font-size: 28px;
    line-height: 100%;
}
.text-shadow.marshal{
    color: #FFD600;
    text-shadow: 0px 0px 8px #FFD600;
    font-size: 28px;
    line-height: 100%;
}
.btn-create-battle{
 
    background: #028E13;
    border: 2px solid #655E91;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btn-create-battle:hover,
.btn-create-battle:focus{
    color: #FFFFFF;
}

.question_modal::-webkit-scrollbar,
.personal-country::-webkit-scrollbar {
  width: 10px;
}

.question_modal::-webkit-scrollbar-thumb,
.personal-country::-webkit-scrollbar-thumb {
  background-color: #02A75F;
  border-radius: 3px;
}

.question_modal::-webkit-scrollbar-track,
.personal-country::-webkit-scrollbar-track {
  background-color: #2A1F5C;
}

.table-info.w-50 {
    width: 49% !important;
}
.star-size{
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1240px) {
.set-circle {
 width: 22px;
 height: 22px;
 margin: 2px;
 padding: 0;
 font-size: 12px;
}
.social-s{
    width: 28px;
    height: 28px;
}
.social-copy{
    height: 28px !important;
}
.close-card {
    width: 15.37px;
    height: 15.37px;
}
.text-container-2{
    bottom: 20px !important;
    left: 20px !important;

}

}
@media (max-width: 992px) {
    .mobile-margin{
        margin: 350px 0;
    }
    .mobile-position-1{
        position: absolute !important;
        bottom: 470px;
        padding: 0 50px !important;
    }
    .mobile-position-2{
        position: absolute !important;
        bottom: 330px;
        padding: 0 50px !important;
    }
    .board{
        width: 140px;
    }
    .board-text{
        font-size: 14px !important;
    }
    .text-container-2{
        bottom: 22px !important;
        left: 35px !important;
    }
    .text-container{
        top: -33px !important;
    }
    .social-mobile{
        position: absolute;
        bottom: 340px;
        width: 100%;
    }
    .users-mobile{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    .mobile-position-3{
        position: absolute !important;
        bottom: 510px;
        width: 100%;
    }
    .star-size {

    font-size: 28px !important;

}
.mobile-position-3 .ml-5{
    margin-left: 0 !important;
}
.score-question{
    right: 80px !important;
}

}

/* Login page */
.login{
    background-image: url(../image/login/login.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-color: #000632;
}
#login-form{
    max-width: 450px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(53, 35, 195, 0.75) 0%, rgba(4, 0, 35, 0.75) 59.13%);
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 12px #0048FF;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.light-text{

    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px #FF00A2;
}

.login-link{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    color: #6BC4D6;
    cursor: pointer;
}

.login-link:hover{
    color: #6BC4D6;
}
a.input-login:hover{
    color: #ffff;
}
.input-login,
.input-login:focus{
    height: 35px;
    background: rgba(23, 12, 65, 0.3);
    border: 2px solid #655E91;
    border-radius: 8px;
    color: #ffff;
    text-align: left !important;
    font-weight: 300;
}
.input-login::placeholder{
    color: #ffff;
    font-weight: 300;
}
.btn-login:hover,
.btn-login:focus{
    color: #ffff;
}
.btn-login{
    width: 160px;
    height: 35px;
    background: #170C41;
    border: 3px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96;
    border-radius: 8px;

    color: #ffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 100% !important;
}
.language-switcher {
    position: relative;
    display: inline-block;
}

.user-info a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 100px;

    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lang-list {
    position: absolute;
    top: 35px;
    background: #170C41;
    border: 2px solid #655E91;
    list-style: none;
    padding: 0;
    margin: 0 25px;
    width: 30px;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    z-index: 1000;

}

.lang-list li a {
    color: #FFFFFF !important;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-bottom: none;
    font-size: 12px;
}
.lang-list li a.active {
    color: #83ECFF !important;
}
.lang-list li a:hover {
    color: #83ECFF !important;

}
.lang-list li:hover{
    background-color: transparent !important;
}

.lang-list li:last-child {
    border-bottom: none;
}

.lang-list li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.lang-list li:hover {
    background: #f1f1f1;
}
.bi-eye,
.bi-eye-slash,
.bi-arrow-repeat{
    color: #6BC4D6;
}
@media (max-width: 1200px) {
 .login{
    background-size: cover;
 }
}
@media (max-width: 992px) {

 .login{
    background-size: cover;
 }
 .login .vh-80{
    height: 100vh;
    margin-top: 5vh;
 }
 .login .footer{
    margin-top: 30px !important;
    bottom: 0;
 }
 .light-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
 }
 .footer-icons{
    position: relative !important;
    width: 100%;
    margin-top: 0 !important;
 }
 .margin-top-3{
    margin-top: 15px;
 }
}

.avatar-item {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform .1s;
}
.avatar-item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}
.avatar-item:hover {
  transform: scale(1.05);
}

.avatar-item .check {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #12C70E;
  border-radius: 50%;
  padding: 2px;
  color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    z-index: 10000;
    width: 18px;
    height: 18px;
}
.avatar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.custom-checkbox + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-size: 15px;
  color: white;
}
.option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #6BC4D6;
    border-radius: 3px;
    position: relative !important;
    background: transparent;
}

.custom-checkbox:checked + label::after {
  content: "";
  width: 7px;   
  height: 7px; 
  background: #6BC4D6; 
  position: absolute;
  top: 11px;        
  left: 10px;       
  transform: translate(-50%, -50%);  
}
.custom-checkbox {
  display: none;
}

.loin-placeholder::placeholder,
.loin-placeholder{
    color: #fff !important;
    font-weight: 300 !important;
}

/* Personal Settings page */
#personal-form{
    max-width: 630px;
    background: radial-gradient(41.43% 41.43% at 50.05% 0%, #4122A5 0%, #190D3F 100%);
    border: 2px solid #655E91;
    box-shadow: 0px 0px 12px #0048FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    border-radius: 30px;
}

.form-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #63C7C4;
    text-shadow: 0px 0px 10px #003CFF;
}
.text-bright-blue{
     color: #00D0FF;
}
.text-blue{
    color: #6BC4D6;
}
.text-red{
    color: #FF5151;
}
.text-light-green{
    color: #ABFFA9;
}
.form-label{
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #6BC4D6;
}
.steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8px;
    width: 100%;
    background-color: #2A1F5C;
    border-radius: 20px;
}
.steps .set-circle.active{
    background-color: #02A75F;
}
#changeModalCountry.modal {
      z-index: 1050;
}

.personal-settings {
    background: radial-gradient(100% 100% at 50% 0%, rgba(59, 31, 167, 0.6) 0%, rgba(23, 12, 65, 0.6) 44.82%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12.1px #0048FF;
    backdrop-filter: blur(7.5px);
    border-radius: 8px;
    position: relative;
    z-index: 105000;
}
.size-s{
    max-width: 220px !important;
}
.size-m{
    max-width: 400px !important;
}
.size-l{
    max-width: 450px !important;
}
.size-xl{
    max-width: 550px !important;
}
.personal-country .active{
    color: #6BC4D6;
}

.input-login.mistake{
    box-shadow: 0px 0px 20px #E4162B !important;
}
.no-mistake{
    display: none !important;
}
.mistake-text{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #E4162B;
}
.modal-info{
    margin: 10px;
    padding: 10px;
    width: 100%;
    background: #0E2E96;
    border-radius: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
}
.modal-info ul{
    padding-left: 10px;
}
.modal-info ul li{
    list-style-type:decimal;
}
.solid-block{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}
.dash-block{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed #b7b7b7;
    border-radius: 10px;
}
.question-personal-settings-modal{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #003CFF;
    color: #ffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step3-info{
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    background: rgba(14, 46, 150, 0.3);
    border-radius: 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
}
.step3-info.red{
    background: rgba(228, 22, 43, 0.3);
}
.step3-info.green{
    background: rgba(2, 167, 95, 0.3);
}
#personal-form ul li{
    list-style-type: none;
}
/* Leaderboard page */

  .leaderboard {
        background: radial-gradient(41.43% 41.43% at 50.05% 0%, #4122A5 0%, #190D3F 100%);
        border: 2px solid #655E91;
        box-shadow: 0px 0px 12px #0048FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
        border-radius: 30px;
    }

.badge-leaderboard{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    width: 104px !important;
    height: 30px;
}

.badge-leaderboard.follow{
    background: rgba(0, 154, 185, 0.5);
    border: 1px solid #2FBBE8;
    box-shadow: 0px 0px 4px 2px #6BC4D6;
}
.badge-leaderboard.unfollow{
    background: rgba(228, 22, 43, 0.5);
    border: 1px solid #E4162B;
    box-shadow: 0px 0px 4px 2px #E91010;
}

.leaderboard-number{
    font-size: 14px;
    font-weight: 300;
}

.leaderboard-btn{
    height: 28px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF !important;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 8px;
}
.leaderboar-menu{
    min-width: unset !important;
    width: 100% !important;
    background: rgba(23, 12, 65, 0.9) !important;
    border: 2px solid #655E91 !important;
    border-radius: 8px !important; 
    min-height: unset;
    height: unset;
    overflow-x: hidden !important;
}
.leaderboar-menu::-webkit-scrollbar {
  width: 10px;
}

.leaderboar-menu::-webkit-scrollbar-thumb {
  background-color: #02A75F;
  border-radius: 3px;
}

.leaderboar::-webkit-scrollbar-track {
  background-color: #2A1F5C;
}
.leaderboar-menu .dropdown-item{
    color: #fff !important;
    text-align: center;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    line-height: 14px;
}
.leaderboar-menu .dropdown-item.active{
     color: #6BC4D6 !important;
}

.leaderboard-item{
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    background: rgba(25, 13, 63, 0.5);
    border: 2px solid #655E91;
    border-radius: 100px;
}

.leaderboard-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: 
        linear-gradient(#190D3F, #190D3F) padding-box,  
        conic-gradient(from 0deg, #416AAB, #6BC4D6, #100078, #416AAB) border-box;  
      border: 2px solid transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-family: sans-serif;
      font-size: 1.2em;
      position: relative;
    }

.leaderboard-avatar .status,
.leaderboard-item .status,
.badge .status{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -2px;
  left: -5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  z-index: 100;
    cursor: pointer !important;
}

.leaderboard-avatar .status.online, 
.leaderboard-item .status.online{
  background-color: #00d72f;
  content: "✔";
  font-size: 12px;
  color: #ffffff;
}

.leaderboard-avatar .status.offline, 
.leaderboard-item .status.offline,
.badge .status.offline {
  content: "✖";
  background-color: #ff2d2d;
  font-size: 16px;
  line-height: 16px ;
  color: #ffffff;
}
 
.leaderboard-avatar .star,
.leaderboard-item .star{
  position: absolute;
  bottom: -9px;
  right: -9px;
  font-size: 1.7rem;
}
.leaderboard-item-bottom{
    border-radius: 10px !important;
}
.w-10{
     width: 10%;
}
.w-33{
     width: 33%;
}
.w-43{
     width: 43%;
}
.load-more{

    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #6BC4D6;
}

@media (min-width: 992px) {
  .collapse.d-lg-none {
    display: none !important; 
  }
}

@media (max-width: 992px) {
  .leaderboard .w-33,
  .leaderboard .w-43{
    width: unset !important;
  }

  .leaderboard-header-half{
    flex-direction: column;
    width: 100%;
  }
  .leaderboard-header-half .w-50{
    width: 100% !important; 
    margin-bottom: 10px;
  }
    .leaderboard-header{
    justify-content: center !important;

    }
    .leaderboard .back{
        position: absolute !important;
    }
    .leaderboard .circle-question2{
        left: unset !important;
        right: 20px;
    }
}

.personal-country .tariff-table {
      border-collapse: separate;
      border-spacing: 0;
      border: 1px solid #655E91;
      border-radius: 8px;
      overflow: hidden;
      width: 100%;
    }

.personal-country .tariff-table td {
      vertical-align: middle;
      font-size: 1rem;
      border: 1px solid #655E91 !important;

    }

.personal-country .col-star {
    width: 10%;
    text-align: center;
    background-color: #170C41;
  }
.personal-country .col-plan {
    width: 47.5%;
    background-color: #251A51;
    font-weight: 300;
  }
.personal-country .col-plan.second{
    background-color: #2E2162;
}
.personal-country .star {
    font-size: 2rem;
    line-height: 100%;
  }
.personal-country  .text-modal{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
.text-marshal{
    color: #FFD600 !important;
}
.text-general{
    color: #BF9058 !important;
}
.text-major{
    color: #C4C4C4 !important;
}
.text-sergant{
    color: #9E69F5 !important;
}
.text-corporal{
    color: #4FBC85 !important;
}
.text-h6-modal{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 15px #003CFF;
}

.btn-modal{

    width: 147px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: #170C41;
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 30px;

    color: #ffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.btn-modal:hover,
.btn-modal:focus{
    color: #ffff;
}
.delete{
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #E4162B;
    text-shadow: 0px 0px 10px #E4162B;
}
.edit{
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #63C7C4;
    text-shadow: 0px 0px 10px #003CFF;
}

.edit:hover,
.delete:hover{
    color: #ffff;
}

/* Subscriptions */
.collapse.d-md-none {
    display: none !important; 
  }
  .collapse.d-md-none.show {
        display: block !important;
    }
.subscribers-join{
min-width: 58px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 12px;
line-height: 13px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;

background: #028E13;
border: 1px solid #2DFF28;
border-radius: 10px;

}
@media (max-width: 1240px) {
.subscribers-header .mr-4{
    margin-right: 5.8rem !important;
}
.subscriptions .leaderboard-number{
    margin-right: 0 !important;
    margin-left: 3.5rem !important;
    padding: 0 !important;
}
.subscriptions .followers-green{
    margin-left: 4rem !important;
    margin-right: 0 !important;
    padding: 0 !important;
}
.subscriptions .badge-leaderboard{
    margin-left: 1.5rem !important;
}
}
@media (max-width: 992px) {
.subscribers-header .mr-4{
    margin-right: 0rem !important;
    justify-content: end !important;
}
.buttons-subscribers{
    justify-content: center !important;
}
}

.btn-login.active{
   border: 3px solid #00D0FF !important;
    box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96 !important; 
}
@media (min-width: 1600px){
.subscriptions{
    justify-content: space-between !important;
}
.subscriptions .leaderboard-number{
    margin-right: 0 !important;
    margin-left: 3.5rem !important;
    padding: 0 !important;
}
.subscriptions .followers-green{
    margin-left: 4rem !important;
    margin-right: 0 !important;
    padding: 0 !important;
}
}

.leaderboard-item-bottom .no-play{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 15px #003CFF;
}

.subscribers-header .no-subscribers{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 15px #003CFF;
}
/* Transactions */


.transaction-type{
    width: 100px;
    white-space: nowrap;
    text-align: left !important;
}
.transaction-asset{
    width: 90px;
}
.transaction-asset{
    width: 80px;
    text-align: left !important;
}
.transaction-amount{
  width: 100px;
    text-align: left !important;

}
.total-amount{
    width: 50px;
    text-align: left !important;
    color: #63C8C4;
}

.transaction-status{
    width: 90px;
    padding-left: 30px !important;
}

@media (min-width: 992px){
.buttons-trunsactions .leaderboard-btn,
.buttons-trunsactions .leaderboar-menu{
    width: 160px !important;
}
}

@media (max-width: 992px){
.buttons-trunsactions{
    display: grid !important;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px; 
}
.transaction-amount{
    padding: 0 !important;
    width: unset !important;
}
.transaction-type{
    padding-left: 10px !important;
    margin-right: 80px;
    width: unset !important;
}
.transaction-id{
    margin: 0 !important;
}
.transaction-status{
    width: unset !important;
    padding: 0 !important;
}
}

@media (max-width: 1240px){
.transaction-id{
  margin-right: 10px !important;  
}

.transaction-status{
    padding-left:10px !important;
    text-align: right !important;
}
.transactions-header .status,
.transactions-header .type{
    margin-left: 0 !important;
}
.transaction-type{
    padding-left: 0 !important;
    padding-right: 20px !important;
}
}
/* Deposit */

#deposit-form{
    width: 100%;
}

#deposit-form .form-control{
    position: relative;
    height: 42px;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}

#deposit-form .form-control::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}

#deposit-form label{
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #6BC4D6;
}
.deposit-menu{
    min-width: unset !important;
    width: 100% !important;
    background: rgba(23, 12, 65, 0.9) !important;
    border: 2px solid #655E91 !important;
    border-radius: 8px !important; 
    min-height: unset;
    height: unset;
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.deposit-menu .dropdown-item{
    width: 170px;
    color: #fff !important;
    text-transform: uppercase !important;
    line-height: 14px;
}
.deposit-menu .dropdown-item.active{
     color: #6BC4D6 !important;
}

@media (max-width: 1240px){
    .deposit{
        min-width: 90%;
    }
}
/* Withdrawal */

.withdrawal-form-control::placeholder{
    font-weight: 400 ;
    font-size: 14px;
    line-height: 15px;
    color: #655E91 !important;
}
/* Support */
.shadow-blue{
    text-shadow: 0px 0px 15px #003CFF;
}
@media (max-width: 992px){
    .support .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.btn-whatsapp:hover,
.btn-telegram:hover{
    color: #fff;
}
.chat-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #170C41;
    border: 3px solid #00D0FF !important;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 30px;
    outline: none !important;
  }
   h5.onlineChat{
    
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 15px #003CFF;

  }
  .chat-icon:hover {
    outline: none !important;
  }
  .chat-widget {
    position: fixed;
    bottom: 20px;
    width: 330px;
    right: 20px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1000;
    display: none;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0px 1px 4px rgba(248, 208, 95, 0.5);
  }

  .chat-header {

    width: 100%;
    height: 82px;
    background: linear-gradient(90deg, #2E0327 0%, #6D1153 54.17%, #2E0327 100%);
    border-radius: 10px 10px 0px 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(248, 208, 95, 0.5);
  }
    .chat-close{
        width: 30px;
        height: 30px;
       font-size: 35px; 
       color:#FFD762;
       background-color: transparent !important;
       border: none !important;
       outline: none !important;
    }
  .chat-body {
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 350px;
    overflow-y: auto;
    background: #f8f9fa;
  }

  .chat-footer {
    border-top: 1px solid #ddd;
    padding: 10px;
  }
  .time-block{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .time-block-assist{
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 35px;
  }
  .msg-user {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    background: #960E89;
    border-radius: 10px 0px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    word-break: break-word;
    margin-left: auto;  
  }
  .assistent{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #0D082C;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .msg-assistant {
    background-color: #e9f0ff;
    color: #000;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 75%;
    margin-right: auto;
    margin-left: 35px;
    margin-top: 5px;
  }

  .typing-indicator {
    background-color: #e9f0ff;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 40%;
    margin-right: auto;
    display: flex;
    gap: 5px;
    margin-left: 35px;
    margin-top: 5px;
  }

  .typing-indicator span {
    width: 8px;
    height: 8px;
    background-color: #bbb;
    border-radius: 50%;
    animation: blink 1.5s infinite;
  }

  .typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
  }

  .typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
  }

  @keyframes blink {
    0%, 80%, 100% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
  }
  .bootstrap-select>.dropdown-toggle {
    min-width: 120px;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: unset  !important;
}

/* My battles */
.badge-red{
    background-color: #E92F37 !important;
    width: 46px;
    border-radius: 30px;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 8px !important;
}
.badge-blue{
    background-color: #2B7BAD !important;
}
.view{
    padding: 0 15px;
    height: 30px;
    background: rgba(45, 255, 40, 0.5);
    border: 1px solid #40FD3F;
    box-shadow: 0px 0px 4px 2px #40FD3F;
    border-radius: 100px;
    color: #ffff;
}

.game-col {
  width: 25%;
  min-width: 200px;
}

.right-cols {
  width: 75%;
  gap: 10px;
}

.stocks-col {
  width: 35%;
}

.joined-col {
  width: 15%;
}

.starts-col {
  width: 25%;
}
.percent-col{
    width: 20%;
}

.info-col {
  width: 20%;
}

/* Адаптация для экранов 992-1200 */
@media (max-width: 1240px) and (min-width: 992px) {
  .game-col {
    width: 30%;
  }
.view{

    white-space: nowrap;
}
  .stocks-col {
    width: 30%;
  }

  .joined-col {
    width: 8%;
  }

  .starts-col {
    width: 20%;
  }

  .info-col {
    width: 29%;
  }
   .my-fineshed.w-75{
    width: 55% !important;
  }
}
@media (max-width: 992px) {
     .info-col {
        width: 100%;
  } 
  .buttons-mybattles{
    flex-direction: column !important;
    white-space: nowrap;
    margin-bottom: 10px !important;
  }
}
.mybattles-btn{
    height: 28px;
    width: 160px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF !important;
    background: #170C41;
    border: 2px solid #655E91;
    border-radius: 8px;
}

.winner-cup{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(252, 212, 1, 0.15);
    border: 1px solid #FCD401;
    box-shadow: 0px 0px 4px 2px #FDEF08, inset 0px 0px 6px 3px rgba(253, 239, 8, 0.25);
    border-radius: 30px;
    margin-right: 10px;
}

/* free_room */

.free_room_open{
    display: grid;
    grid-template-columns: repeat(5, 18%);
    grid-gap: 15px; 
    width: 100%; 
    box-sizing: border-box;

}
 
.free_room_open.stock{
    grid-gap: 0px !important; 
    grid-template-columns: repeat(5, 20%);
    top:-40px;
}
@media (max-width: 1600px) {
    .free_room_open.stock{
        grid-template-columns: repeat(4, 25%);
    }
}
@media (max-width: 1200px) {
    .free_room_open.stock{
        grid-template-columns: repeat(3, 33%);
    }
    .free_room_open.stock .vs-animation{
        left: 37% !important;
    }
}
@media (max-width: 768px) {
    .free_room_open.stock{
        grid-template-columns: repeat(1, 100%);
        top:0px;
    }
    .free_room_open.stock .vs-animation{
        left: 35% !important;
    }
    
}
.free-card-bull{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 174px;
    border: 1px solid transparent;
    background: 
      radial-gradient(100% 100% at 50% 0%, rgba(255, 0, 64, 1) 0%, rgba(25, 13, 63, 1) 48.94%) padding-box, 
      linear-gradient(90deg, #FF0021, #00D0FF) border-box;  
     
    box-shadow: 0px 0px 12px #0048FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    border-radius: 30px;

}

.free-card-bear{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(100% 100% at 50% 0%, rgba(0, 60, 255, 0.7) 0%, rgba(25, 13, 63, 0.7) 48.94%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12px #0048FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    border-radius: 30px;

}
.dark-blue{
    background-color: #002E83;
}
.free-card{
    background: radial-gradient(41.43% 41.43% at 50.05% 0%, rgba(255, 0, 64, 0.7) 0%, rgba(25, 13, 63, 0.7) 100%);
    box-shadow: 0px 0px 12px #0048FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    border-radius: 30px;
}
.stock-card{
    background: radial-gradient(59.43% 100% at 50% 0%, rgba(41, 98, 255, 0.8) 0%, rgba(40, 11, 131, 0.8) 60.58%);
    box-shadow: 0px 0px 20px #0B02FF, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(7.5px);
    border-radius: 30px;

}

.free-card.blue-color{
 
background: radial-gradient(100% 100% at 50% 0%, rgba(0, 60, 255, 0.7) 0%, rgba(25, 13, 63, 0.7) 48.94%) !important;
border: 1px solid #00D0FF !important;

}
.col-lg-4.free-card,
.col-lg-4.stock-card{
    max-width: 32%;
    flex: 0 0 32% ;
}
.col-lg-9.free-card,
.col-lg-9.stock-card{
    max-width: 74%;
    flex: 0 0 74% ;
}

.free-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}
.text-light-blue{
    color: #87B0FF;
}
@media (max-width: 1240px) and (min-width: 762px) {

.free_room_open{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-gap: 10px; 
    width: 100%; 
    box-sizing: border-box;
}
.free-text{
    font-size: 14px !important;
}
 
}
@media (max-width: 762px) {
   .free_room_open{
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 10px; 
    width: 100%; 
    box-sizing: border-box;
} 

.free-card-bull, .free-card-bear{
    margin-bottom: 80px;
    margin-top: 10px;
}


}
.free-card .leaderboard-item-bottom{
    border-radius: 30px !important;
    padding: 10px 10px !important;
}
.free-table::-webkit-scrollbar,
.free-badge-table::-webkit-scrollbar {
  width: 10px;
}

.free-table::-webkit-scrollbar-thumb,
.free-badge-table::-webkit-scrollbar-thumb {
  background-color: #02A75F;
  border-radius: 3px;
}

.free-table::-webkit-scrollbar-track,
.free-badge-table::-webkit-scrollbar-track {
  background-color: #2A1F5C;
}
.no-opacity{
    opacity: 0; 
}
.free-badge-table{
    width: 100%;
    max-height: 345px;
    background: rgba(23, 12, 65, 0.9);
    border: 2px solid #655E91;
    border-radius: 8px;
    overflow-y: auto;
}
.empty-badge{
    width: 46px;
    height: 22px;
    background: #87BAE3;
    opacity: 0.2;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
}


@media (max-width: 1600px) {
    .place{
        width: 15px !important;
    }
    .score-table .points,
    .score-table .fs-adaptive{
        font-size: 12px !important;
    }
    .score-table .col{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
        .free-badge-table{
        font-size: 12px !important;
        padding: 10px 5px !important;
        max-height: 195px;
    }

}

@media (max-width: 1240px) {

    .row-column-1240{
        flex-direction: column;
    }

    .points img,
    .point{
        width: 9px !important;
    }
    .free-badge-table{
        font-size: 11px !important;
        padding: 10px 5px !important;
    }
    .free-badge-table .badge{
        font-size: 10px !important;
        width: 35px !important;
    }
    .free-laptop-adaptive-3{
        padding: 10px 10px !important;
    }
}

@media (max-width: 992px) {
.row-column-992{
    flex-direction: column;
}
 .free-mobile-adaptive{
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.free-laptop-adaptive-9{
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.free-laptop-adaptive-3{
    max-width: 100% !important;
    flex: 0 0 100% !important;
} 
.free-card{
    margin-top: 15px;
}
.stock-card{
       margin-top: 15px;
}
.col-lg-4.free-card,
.col-lg-4.stock-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}
}

.star-animation {
  position: absolute;
  color: #6BD6B9;
  font-size: 25px;
  opacity: 1 !important;
  animation: fly-move 1s ease-out forwards, fly-fade 2s linear forwards;
  pointer-events: none;
  z-index: 0 !important;
}
@keyframes fly-move {
  0% {
    transform: translate(0, 0) scale(0.5);
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(1.5);
  }
}

@keyframes fly-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* battle room */

.battleroom-grid {
    display: grid;
    grid-template-columns: repeat(5, 19%); 
    gap: 20px;
  }

  .battleroom-card {
    margin-bottom: 60px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
  }

  .battleroom-vip-card {
    grid-column: span 2;  
    margin-bottom: 60px;
   
  }

    .battleroom-vip-card .free-card-bear{
        height: 210px;
    }

   .vip-box {
      padding-left: 20px;
      margin-right: 20px;
      width: 100%;
      position: relative;
      max-height: 160px;
      overflow-y: scroll;
    }

    .vip-row {
      padding: 10px;
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: space-between;
        height: 51px;
        background: rgba(25, 13, 63, 0.5);
        border: 2px solid #655E91;
        border-radius: 100px;
    }

    .vip-icon {
      width: 26px;
      height: 26px;
      background: url('../image/vr_icon.svg') no-repeat center;
      background-size: contain;
      flex-shrink: 0;
    }

    .vip-text {
      flex: 1;
      font-weight: 300;
      font-size: 14px;
    }

    .vip-bet {
      color: #00d0ff;
      font-weight: 600;
    }

    .btn-battle-join{
        width: 54px;
        height: 30px;
        background: #058F16;
        border: 1px solid #40FD3F;
        box-shadow: 0px 0px 4px 2px #40FD3F;
        border-radius: 100px;
        font-weight: 500;
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }


    .vip-box::-webkit-scrollbar {
  width: 10px;
}

.vip-box::-webkit-scrollbar-thumb {
  background-color: #02A75F;
  border-radius: 10px;
}

.vip-box::-webkit-scrollbar-track {
  background-color: #2A1F5C;
}
.battle-join-block{
    width: 100%;
}
@media (max-width: 992px) {
    .battleroom-grid {
    display: grid;
    grid-template-columns: repeat(3, 33%); 
    gap: 20px;
  }
.battleroom-card {
    margin-bottom: 0px !important;
    }

.battleroom-vip-card {
    grid-column: span 1;  
  }
}


@media (max-width: 768px) {
    .battleroom-grid {
    grid-template-columns: repeat(1, 100%) !important; 
  }

}

 .profit-table {
      background-color: #2b2154;
      border-radius: 10px;
      border: 1px solid #655E91;
    }
    .profit-table th {
      font-weight: 300 !important;
      border: 1px solid #655E91 !important;
      border-bottom: none !important;
    }
    .profit-table th, .profit-table td {
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #655E91;
    }
    .profit-table th {
 
      border: 2px solid #655E91;
    }
    .free-table{
        max-height: 315px;
        overflow-y: auto;
    }
    .free-btn{
    width: 100% !important;
}
@media (max-width: 1640px) {
    .free-table{
        max-height: 200px;
        overflow-y: auto;
    }
.col-lg-9.free-card,
.col-lg-9.stock-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.col-lg-3.free-card,
.col-lg-3.stock-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.battle-join-block{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
}
.free-btn{
    width: 30% !important;
}
}
 .menu-1240{
    display: none;
 }
@media (max-width: 1240px) {
    .menu-1240{
        width: 58px;
        height: 50px;
        background: #170C41;
        border: 2px solid #00D0FF;
        box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu{
        display: none !important;
    }
    .navbar-toggler{
        padding: 0 !important;
    }
     .navbar-toggler-icon {
        display: block !important;
    }
 

    .navbar-toggler {
        display: block !important;
    }
    main {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

}

/* stock */
.stock-board{
    width: 90px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    position: relative;
    top:0px;

}

.stock-stock-card{
  width: 100%;
  height: 120%;
  position: relative;
  background-image: url(../image/stock_vs_stock/sheild.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 20px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

.stock-number{
    position: relative;
    width: 20px;
    height: 20px;
    
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.stock-number::before{
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;  
    border-radius: 30px;
    background: linear-gradient(45deg, #B0D4FB, #3652A2);  
       -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.stock-number.blue-color{
    background: radial-gradient(50% 50% at 50% 50%, #0806D2 0%, #000025 100%);
}
.stock-number.red-color{
    background: radial-gradient(50% 50% at 50% 50%, #FB0535 0%, #51000D 100%);
}
.vs-animation{
    top: 55px;
    left: 34%  ;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
    .stock-stock-card{
        width: 280px;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:992px) and (min-width: 540px) {
.vs-animation{

    left: 40% ;

}
}
@media screen and (min-width: 992px) {
.vs-animation{
    top: 55px;
    left: 34%;
    transform: translate(-50%, -50%);
}
}


@keyframes red-up-bounce {
  0%   { transform: translateY(0); }
  10%  { transform: translateY(var(--jump)); }            
  30%  { transform: translateY(var(--jump)); }
  40%  { transform: translateY(calc(-1 * var(--snap))); } 
  48%  { transform: translateY(14px); }                  
  56%  { transform: translateY(-6px); }
  64%  { transform: translateY(3px); }
  72%  { transform: translateY(-2px); }
  80%  { transform: translateY(0); }   
  100% { transform: translateY(0); }  
}

@keyframes blue-down-bounce {
  0%   { transform: translateY(0); }
  10%  { transform: translateY(calc(-1 * var(--jump))); }  
  30%  { transform: translateY(calc(-1 * var(--jump))); }
  40%  { transform: translateY(var(--snap)); }             
  48%  { transform: translateY(-14px); }
  56%  { transform: translateY(6px); }
  64%  { transform: translateY(-3px); }
  72%  { transform: translateY(2px); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.vs-blue {
  position: absolute;
  left: 15px;
  bottom: -90px;
  z-index: 1000;
  animation: blue-down-bounce 3s ease-in-out infinite;
  width: 30px !important;
}

.vs-red {
  position: absolute;
  left: 35px;
  bottom: -95px;
  z-index: 1000;
  animation: red-up-bounce 3s ease-in-out infinite;
  width: 30px !important;
}
.vs-animation-join{
    top: 60px;
    left: -45px;
}

@media screen and (min-width: 1600px) {
       .free_room_open .vs-animation{
            left: 70px !important;
        }
}

@media screen and (max-width: 1240px) {
        .free_room_open .vs-animation{
            left: 105px !important;
        }

        .free-card .vs-animation{
            left: -45px !important;
        }
}
@media screen and (max-width: 992px) {
        .free_room_open .vs-animation{
            left: 75px !important;
        }
}


@media screen and (max-width: 768px) {
        .free-card .vs-animation,
        .free_room_open .vs-animation{
            left: 75px !important;
        }

}

@media screen and (max-width: 540px) {
        .free-card .vs-animation{
             left: 28% !important;
        }
        .free_room_open .vs-animation{
            left: 28% !important;
        }
}

body.stockvsstock{
    background-image:
    linear-gradient(to bottom, rgba(0,6,50,0) 30%, #000632 60%, #190D3F 100%),
    url('/image/stock_vs_stock/stockvsstock.svg');

background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
background-color: #000632;
}

@media (min-width: 992px) and (max-width: 1240px) {
        .score-table .col .fs-5{
            font-size: 12px !important;
        }

}

/* viproom */

.viproom-card {
    width: 100%;
    height: 100%;
  position: relative;
  background-image: url(../image/vip-room/viproom-sheild.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

.viproom-crown {
  position: absolute;
  top: -25px;
  left: 37%;
  transform: translateX(-50%);
  width: 80px;
}

.viproom-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.viproom-mode {
  font-size: 16px;
  margin-bottom: 0 !important;
  margin-top: 50px !important;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.viproom-price {
  font-size: 16px;
  font-weight: 400;
  color: #6BC4D6;
  text-align: center;
  margin-bottom: 0 !important;
}

.viproom-players {
  margin: 20px 0;
  padding: 0 40px;
}

.viproom-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.viproom-slot {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
}

.viproom-name {
  margin-top: 5px;
  font-size: 14px;
}

.viproom-card .avatar{
  width: 58px !important;
  height: 58px !important;
}

.viproom-card .smaller-avatar{
  width: 45px !important;
  height: 45px !important;
}

.viproom-card .smaller-avatar .status{
  width: 10px !important;
  height: 10px !important;
  font-size: 10px;
}

.viproom-card .smaller-avatar .star{
  width: 15px;
  height: 15px;
}

.viproom-card .btn-poker-view{
    background-color: #850539 !important;
    border: 1px solid #FF3F8F;
}

.viproom-board{
    width: 336px;
    height: 99px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(59, 31, 167, 0.6) 0%, rgba(23, 12, 65, 0.6) 44.82%);
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 12.1px #0048FF;
    backdrop-filter: blur(7.5px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
    .vip-menu{
        width: 95%;
    }

@media (min-width: 992px) and (max-width: 1240px) {
    .viproom-mode.fs-5{
        font-size: 12px !important;
    }
    .viproom-mode .smaller-avatar{
        margin-right: 0 !important;
    }
}


@media (max-width: 992px) {
    .viproom-page .col-md-4{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
    }

    .viproom-mode.fs-5{
        font-size: 16px !important;
    }
            body.stockvsstock{
            background-size: cover !important;
}

}

@media (min-width: 768px) and (max-width: 992px) {
    .viproom-players {
        width: 50%;
        padding: 25px !important;
    }
}

.vip-card{
    background: radial-gradient(62.36% 104.94% at 50% 0%, rgba(217, 2, 61, 0.8) 0%, rgba(44, 1, 38, 0.8) 100%);
    box-shadow: 0px 0px 15px #FFD600, inset 0px 0px 15px rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(5px);
    border-radius: 30px;
}
.col-lg-9.vip-card{
    max-width: 72%;
    flex: 0 0 72%;
    margin-bottom: 20px;
}
.col-lg-3.vip-card{
    max-width: 26%;
    flex: 0 0 26%;
}
@media (max-width: 1640px) {

.col-lg-9.vip-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.col-lg-3.vip-card{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}
}
.purple-bg-tr{
    background: rgba(23, 12, 65, 0.3);
}

.group-badge{
    width: 140px;
    height: 30px;
    border: 1px solid #6280B5;
    border-radius: 100px;

    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-items: center;
}


.group-badge.active{
    background: rgba(45, 255, 40, 0.18);
    border: 1px solid #40FD3F;
    box-shadow: 0px 0px 4px 2px #40FD3F;
}

.vip-social{
    position: absolute;
    left: -80px; 
    top:0;
}

@media (max-width: 1240px) {
    .vip-social{
    left: -50px; 
    }
    .navbar-top{
        justify-content: space-between !important;
    }
}
@media (max-width: 768px) {
    .vip-margin{
        margin-top: 300px;   
    }
    .vip-col{
        max-width: 100%;
        flex: 0 0 100%;
        position: absolute;
    }
    .vip-col-50{
        max-width: 50%;
        flex: 0 0 50%;
        padding-bottom: 40px !important;
        padding-top: 80px !important;
    }
    .vip-group{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 20px !important;
    }
    .group-badge{
        margin-top: 15px !important;
    }
    .vip-create-social{
        bottom: -75px !important;
    }
    .vip-social{
        left: -100px; 
        top: unset;
        bottom: 0;
        right: 0;
    }
    .viproom-crown {
        left: 42%;
    }
    .vip-col-create-1,
    .vip-col-create-2{
        position: absolute;
        top: 220px;
    }
    .vip-col-create-1{
        left: 20px;
        width: 200px;
    }
    .vip-col-create-2{
        right: 20px;
        width: 200px;
    }
    .pad-marg{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

}

.viproom-crown,
.crown {
  animation: crownAnimation 4s infinite ease-in-out;
  transform: scale(1);            
  transform-origin: center;  
}


@keyframes crownAnimation {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.3); 
  }
  20% {
    transform: scale(1.3);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.03);  
  }
  40% {
    transform: scale(0.98);
  }
  45% {
    transform: scale(1.00);
  }
  50% {
    transform: scale(0.98);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.viproom_bet{

width: 290px;
height: 78px;
background: radial-gradient(100% 100% at 50% 0%, rgba(168, 3, 53, 0.75) 0%, rgba(40, 3, 37, 0.75) 59.13%);
border: 1px solid #FFD762;
box-shadow: 0px 0px 12px #FFD600;
backdrop-filter: blur(10px);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
padding: 10px 0;
}


.bet_points{
    width: 70%;
    height: 22px;
    background: #80022F;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #2DFF28;
    display: flex;
    justify-content: center;
}

.navbar-logo{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);  
}
.widget{
    width: 117px;
    height: 50px;
    background: #170C41;
    border: 2px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96, inset 0px 0px 9px 7px #0E2E96;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
 
#menu-modal .modal-dialog {
  position: fixed;
  margin: 0;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
}

 
#menu-modal.show .modal-dialog {
  transform: translateX(0);
}

 
#menu-modal .modal-content {
  height: 100%;
 
}
#menu-modal .modal-dialog,
#menu-modal .modal-content { overflow: visible; }

#menu-modal .dropdown-menu { z-index: 1065; }



.modal .dropdown-menu.lang.show {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    max-width: 70px;
}


/* main animation */


#card1 img,
#card2 img {
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.img-arrows,
.img-bull,
.img-logo,
.img-blue,
.img-red,
.img-poker-logo,
.img-cards,
.img-caps,
.img-fireworks,
.img-crown,
.img-apple,
.img-v,
.img-s{
    position: absolute;
    z-index: 3;
}
    .img-arrows, .img-apple {top: -5%;width: 60%;}
    /* .img-logo {top: 45%;width: 55%;} */
    .img-bull {top: 5%; width: 70%;}
    .img-crown {top: -5%; width: 60%;}
    .img-caps {top: 25%; width: 60%;}
    .img-cards {top: 5%; width: 60%;}
    .img-fireworks {top: 30%; width: 60%;}
    .img-poker-logo {top: 50%;width: 60%;}
    .img-v {left: 33%; top: -20%; width: 20%;}
    .img-s {right: 33%; top: 15%;  width: 20%;}
    .img-stock-logo {top: 45%;width: 60%;}

.img-arrows,
.img-logo {
  animation: growPulse 5s ease-in-out infinite;
}

.img-arrows{
    width: 50%;
    top:-5%;
}

.img-logo{
    width: 50%;
    bottom: 15%;
}

@keyframes growPulse {
  0%, 15% {  
    transform: scale(0.8);
  }
  20% {       
    transform: scale(1.3);
  }
   
  30% { transform: scale(0.9); }
  45% { transform: scale(1.3); }
  55% { transform: scale(1.0); }
  65% { transform: scale(1.3); }
  75% { transform: scale(1.3); }
  80% {       
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}

 
.img-bull {
  animation: shrink 5s ease-in-out infinite;
}

@keyframes shrink {
  0%, 15% {  
    transform: scale(1.1);
  }
  20% {     
    transform: scale(0.7);
  }
 
  30% { transform: scale(1); }
  45% { transform: scale(0.7); }
  55% { transform: scale(0.75); }
  65% { transform: scale(0.7); }
  75% { transform: scale(0.7); }
  80% {       
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.1);
  }
}

 
.bg-rotate-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);  
  width: 670px;
  height: 670px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

 
.bg-rotate {
  width: 100%;
  height: auto;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.img-blue {
  bottom: -5%; 
  right: -15%;
  width: 70%;  
  animation: blueSword 3s ease-in-out infinite;
  position: absolute;
}

@keyframes blueSword {
  0%, 30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {  
    transform: translate(-35%, -45%);  
    opacity: 1;
  }
  60% {  
    transform: translate(-35%, -45%);
  }
  100% { 
    transform: translate(0, 0);
  }
}

.img-red {
  bottom: -5%;
  left: -15%;
  width: 70%;
  animation: redSword 3s ease-in-out infinite;
  position: absolute;
}

@keyframes redSword {
  0%, 30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% { 
    transform: translate(35%, -45%);  
    opacity: 1;
  }
  60% {  
    transform: translate(35%, -45%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.img-crown {
  position: relative;
  z-index: 5;
  animation: crownPulse 3s ease-in-out infinite;
}

@keyframes crownPulse {
  0%, 30% {
    transform: scale(1.2);  
  }
  40% {
    transform: scale(0.7);  
  }
  60% {
    transform: scale(0.8);  
  }
  100% {
    transform: scale(1.2);  
  }
}

.img-vip-logo{
    animation: vipLogo 3s ease-in-out infinite;
    position: absolute;
    bottom:5%;
    width: 60%;
    z-index: 20;
}

@keyframes vipLogo {
  0%, 30% {
    transform: scale(0.7);  
  }
  50% {
    transform: scale(1.1);  
  }
  100% {
    transform: scale(0.7);  
  }
}
@media (max-width: 1600px) {
.img-blue {
  bottom: 15%; 
  right: -15%;
  width: 70%;  
}
.img-red {
  bottom: 15%;
  left: -15%;
  width: 70%;
}
.img-vip-logo{
    bottom:15%;
    width: 60%;
}
}

.img-cards,
.img-caps {
  animation: shrinkStabilize 5s ease-in-out infinite;
}

@keyframes shrinkStabilize {
  0%, 20% {
    transform: scale(1.2);
  }
  35% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  65% {
    transform: scale(0.85);
  }
  80% {
    transform: scale(0.88);
  }
  100% {
    transform: scale(1.2);
  }
}

.img-fireworks,
.img-poker-logo {
  animation: growStabilize 5s ease-in-out infinite;
}

@keyframes growStabilize {
  0%, 20% {
    transform: scale(0.8);
  }
  35% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1.15);
  }
  65% {
    transform: scale(1.25);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}

.img-apple {
  animation: appleShrink 3s ease-in-out infinite;
}

@keyframes appleShrink {
  0%, 10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(0.6);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(0.78);
  }
  50% {
    transform: scale(0.9);
  }
  60%, 100% {
    transform: scale(1.2);
  }
}

.img-stock-logo {
  animation: logoGrow 3s ease-in-out infinite;
}

@keyframes logoGrow {
  0%, 10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1.3);
  }
  30% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1.28);
  }
  50% {
    transform: scale(1.25);
  }
  60%, 100% {
    transform: scale(0.9);
  }
}

.img-v {
  position: absolute;
  top: 20%;
  animation: sRise 3s ease-in-out infinite;
}

@keyframes vDrop {
  0%, 10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(40%);
  }
  30% {
    transform: translateY(35%);
  }
  40%, 50% {
    transform: translateY(37%);
  }
  60%, 100% {
    transform: translateY(0);
  }
}

.img-s {
  position: absolute;
  bottom: -10%;
  animation: vDrop 3s ease-in-out infinite;
}

@keyframes sRise {
  0%, 10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-40%);
  }
  30% {
    transform: translateY(-35%);
  }
  40%, 50% {
    transform: translateY(-37%);
  }
  60%, 100% {
    transform: translateY(0);
  }
}
@media (max-width: 540px) {
.vs-animation-join{
    left: -45px !important;
}
}
.stock-bank-blue{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #1C01BA;
    border: 1px solid #2F2DFF;
    backdrop-filter: blur(10px);
    border-radius: 100px 10px 10px 100px;
    color: #00D0FF;
}
.stock-bank-red{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #BB0122;
    border: 1px solid #FD0040;
    backdrop-filter: blur(10px);
    border-radius: 10px 100px 100px 10px;
    color: #FF97B1;
}

.stock-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #170D3E;
    border: 1px solid #6280B5;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;

}

.stock-start{
    position: absolute;
    top:10px;
    left:10px;
}
.stock-social{
    position: absolute;
    top:10px;
    right:10px;
    width: 300px !important;
}
@media (max-width: 540px) {
    .stock-start{
    position: relative;
    top:unset;
    left:unset;
    width: 100%;
    text-align: center;
    }
.stock-social{
    position: relative;
    top:unset;
    right:unset;
    width: 100% !important;
}
}

.row-hr{
padding-top: 20px;
margin: 0 20px;
border-top: 1px solid #655E91;

}

.details-board{
padding: 10px;
background: rgba(62, 9, 41, 0.5);
border-radius: 8px;

}

.btn-navbar-games{
    background: none;
    border: none;
    outline: none;
}
.btn-navbar-games:focus{
    background: none;
    border: none;
    outline: none;
}

@media (max-width: 992px) {
    .widget{
        position: absolute;
        width: 100%;
        left:0;
        top: 70px;
    }
    .navbar-top{
        margin-bottom: 70px !important;
    }

}


.modal-overlay-topdown {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;  
  pointer-events: none;
  overflow: hidden;
}

.modal-overlay-topdown .modal-panel {
  position: relative;
  background: transparent;  
  width: min(1200px, 90%);
  margin-top: 25px;  
  transform: translateY(-120%);  
  opacity: 0;
  transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .35s ease;
  z-index: 100001;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.modal-overlay-topdown .modal-wrapper{
    width: 100%;
    height: 100%;
}


.modal-overlay-topdown .modal-body {
  background: transparent; 
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.modal-index{
    height: 100%;
}

.modal-overlay-topdown.show {
  pointer-events: auto;
}
.modal-overlay-topdown.show .modal-backdrop {
  opacity: 1;
}
.modal-overlay-topdown.show .modal-panel {
  transform: translateY(0);
  opacity: 1;
}

.modal-overlay-topdown.closing .modal-panel {
  transform: translateY(-120%);
  opacity: 0;
}
.modal-overlay-topdown .modal-close:focus{
    border: none !important;
    outline: none !important;

}
.modal-overlay-topdown .modal-close{
  position: fixed; 
  top: 18px;
  right: 22px;
  z-index: 100010;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-modal .modal-close{
  position: fixed; 
  top: 0px;
  right: 0px;
  z-index: 100010;
  font-weight: 300;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
    .modal-index{
        width: 360px !important;
        margin: auto;
    }
    .modal-body #card1,
.modal-body #card2,
.modal-body #card3,
.modal-body #card4,
.modal-body #card5,
.modal-body #card6,
.modal-body #card7,
.modal-body #card8{

    width: 100%;
    min-height: 150px;
    max-height: 150px;
    box-shadow: none !important;
}
}

@media (min-width: 768px) and (max-width: 540px) {

}

.modal-overlay-topdown .modal-close:hover { color: #ffdddd; }
@media (max-width: 1200px) {
    .modal-overlay-topdown .modal-panel {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
  .modal-overlay-topdown .modal-panel {
    max-height: 100%;
    margin-top: 0px !important;
  }
  .modal-overlay-topdown .modal-close { font-size: 36px; top: 12px; right: 0px; }
  .modal-overlay-topdown .modal-wrapper {
    width: 100% !important;
  }

/* .img-arrows, .img-apple {top: -5%;width: 60%;}
.img-logo {top: 45%;width: 70%;}
.img-bull {top: 10%;}
.img-crown {top: 0%;}
.img-caps {top: 25%; width: 80%;}
.img-fireworks {top: 30%;}
.img-poker-logo {top: 55%;width: 80%;}
.img-v {left: 22%;}
.img-s {right: 23%;}
} */
}


@media (min-width: 1200px) {
    .modal-overlay-topdown .modal-panel {
    position: relative;
    background: transparent;  
    width: min(1200px, 70%);
    }
}
.battlecoins #deposit-form .form-control{
    height: 35px !important;
}
@media (max-width: 540px) {
.buttons-subscribers .btn-login{
    font-size: 12px;
    padding: 0 !important;
    width: 45%;
}
}
.stock-stock-card .btn-poker-view{
    background-color: #003CFF !important;
}
.stock-stock-card .btn-poker-enter{
    background-color: #00C217 !important;
}
.btn-publish{
    background: #170C41;
    border: 1px solid #00D0FF;
    box-shadow: 0px 0px 9px 3px #0E2E96;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    height: 27px;
    width: 147px;
    padding-right: 30px !important;
    margin-left: 5px;
}

.btn-publish:hover,
.btn-publish:focus{
    color: #fff !important;
}

@media (min-width: 1240px) {
.w-120px{
    width: 120px;
}
}
.profit-table th:first-child,
.profit-table td:first-child {
  width: 80px;  
  min-width: 80px;
}
.poker-page .stock-card{
    background: #FFFFFF;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    width: 52px;
    height: 70px;
}

.poker-page .stock-card.success{
    border: 2px solid #2DFF28;
    box-shadow: 0px 0px 5px 2px #2DFF28;
}
.poker-page .stock-card.opacity{
    opacity: 45%;
}
.poker-page .score-btn{
width: 76px;
height: 33px;
display: flex;
align-items: center;
justify-content: center;
background: #09D4B2;
box-shadow: none;
border:none;
border-radius: 8px;
color: #fff;
position: absolute;
bottom: -20px;
outline: none !important;

}
.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.width-70{
    width: 70px;
    height: 70px;
}
.width-30{
    width: 27px;
    height: 27px;
}

.referrals-form{
    height: 55px !important;
    background: #2D1A74 !important;
    border-radius: 8px  0px  0px 8px !important;
    border:none !important;
    padding-top: 20px !important;

}
.referrals-form::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #6BC4D6 !important;
}
.referrals-group-append .input-group-text{
    background-color: #2D1A74 !important;
    border: none !important;
    border-radius: 0px 8px 8px 0px  !important;
}
.referrals-label{
position: absolute;
top:10px;
left:15px;
font-weight: 400;
font-size: 12px;
line-height: 17px;
color: #FFFFFF !important;
z-index: 100;

}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.referrals-calc input[type="number"]::placeholder{
     color: #2DFF28 !important;
}
.referrals-calc{
    border: 2px solid #655E91;
    border-radius: 8px;
    width: 172px;
}
.referral-link{
    background: #2D1A74;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.btn-refferals{
display: flex;
align-items: center;
justify-content: center;

width: 172px;
height: 35px;
background: #003CFF;
border-radius: 8px;

font-size: 14px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
margin: auto;
}
.notice{
    background: rgba(2, 167, 95, 0.3);
    border-radius: 5px;
}
@media (max-width: 768px) {
.referral-link{
    font-size: 12px !important;
}
}
.chat-btn img {
    width: 125px;
    transition: all 0.4s ease;
    animation: pulseChat 2s infinite;
}

@keyframes pulseChat {
    0% {
        content: url("../image/button-chat.png");
        width: 125px;
        filter: drop-shadow(0px 0px 0px #0048FF);
        transform: scale(1);
    }

    50% {
        content: url("../image/button-chat2.png");
        width: 140px;
        filter: drop-shadow(0px 0px 15px #0048FF);
        transform: scale(1.05);
    }

    100% {
        content: url("../image/button-chat.png");
        width: 125px;
        filter: drop-shadow(0px 0px 0px #0048FF);
        transform: scale(1);
    }
}

.star-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
}

.star-wrap img {
    width: 100%;
    display: block;
}

.star-shine {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.1) 35%,
        rgba(255,255,255,0.95) 50%,
        rgba(255,255,255,0.1) 65%,
        transparent 100%
    );

    background-size: 200% 100%;
    animation: shineMove 5s linear infinite;
    -webkit-mask-image: url('../image/s1.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: url('../image/s1.png');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    pointer-events: none;
}
@keyframes shineMove {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}