.header
 {
    background-repeat: repeat-x;
    background-image: url(../img/bg-h.webp);
    z-index: 100;
    background-size: 100% 100%;
    display: flex;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0px 5px 10px rgb(54, 0, 0));
}
 
span.bank_text {
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
}
.bank_display_bg {
    background: linear-gradient(45deg, #3131319e, #1e1e1ecc);
    padding: 2rem;
    border-radius: 8px;
}
.left-wrapper, .right-wrapper {
    display: flex;
    align-items: center;
    z-index: 2;
    border-top: 3px solid #dea551;
    transition: filter .2s, -webkit-filter .2s;
    background: linear-gradient(90deg, #510303 0%, #c10606 48%, #510303 100%) !important;
    width: 100%;
    height: 100%;
}
.footicon {
    position: relative;
    bottom: 2rem;
}

.left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
}

.right-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 22px;
}
.center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 4;
    width: 100%;
    height: 74px;
    color: #fff;
    border-radius: 50%;
}
.fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    overflow: hidden;
}

.footer_wrapper    {
    display: flex;
    align-items: flex-end;
}

.grid_footer {
    display: grid; 
    position: absolute;
    bottom: 0;
    height: 9.85rem;
}

.center_foot>img {
    height: 100%;
}

.bg_div:before {
    content: "";
    background-image: url(../img/body_bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    left: 0;
    background-repeat: repeat;
    background-size: contain;
    filter: brightness(0.2);
}

.bg_div {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #390001, #590b0a 28%, #411406 59%, #270b09)
}

.room_wrapper {
    width: 100%;
    height: 100%;
    display: flex; 
}

.profile_img {
    width: 60px;
    border: 2px solid #ffffff00;
    height: auto;
    border-radius: 50%;
    left: 2.1rem;
    margin-top: 1rem;
    margin-right: 4rem;
    position: relative;
}
span.btn_login {
    font-size: 1.85em;
    border: 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-bottom: 3px solid rgba(0, 0, 0, .45);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px #00000029, 0 1px 2px #0000003b;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    line-height: 1.85em;
    top: 0;
    padding: 0 14px;
    background: -webkit-radial-gradient(0 0, farthest-corner, #fdeb82, #ffc252, #ff9400);
    background: -o-radial-gradient(0 0,farthest-corner,#ffb436,#bf7404);
    background: radial-gradient(farthest-corner at 0 0, #fdeb82, #ffc252, #ff9400);
    height: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-inline: 20px;
}
.username_wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    height: fit-content;
    text-align: start;
    margin-top: .85rem;
}

span.username {
    font-weight: 600;
    font-size: 1.95rem;
    line-height: 1.5;
}

.logs, .settings,.menu {  
    height: 70px;
    width: auto;

} 
.logs>.header_img {
    width: 90px;
}
.settings>.header_img {
    width: 110px;
    height: 75px;
}
img.header_img {
    width: 70px;
}
.right {
    align-items: center;
    text-align: center;
}

.logout>.header_img {
    width: 75px;
    height: 47px;
}
span.user_id, .name {
    font-weight: lighter;
    font-size: .85rem;
}
.gameRoom {
    min-width: 220px;
    height: 400px;
}
.gameshow {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
.gameshow::-webkit-scrollbar {
    display: none;             /* Chrome, Safari, Opera */
}


img.arrow_img {
    position: absolute;
    z-index: 1;
    width: 79px;
    left: 45%;
    bottom: 50%;
    animation: 1s brightness linear infinite;
}
.available>.chair_img {
    filter: brightness(1.5);
    left: 25%;
    position: relative;
}

@keyframes brightness {
    0% {
        filter: brightness(1);
        bottom: 70%;
    }
    50% {
        filter: brightness(2.5);
        bottom: 50%;
    }
    100% {
        filter: brightness(1);
        bottom: 70%;
    }
}
.roomAva {
    display: flex;
    justify-content: center;
}

.gameRoom {
    background: url(../img/room_icon-DNpLepps.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.chair_wrapper {
    position: relative;
    top: 45%;
    width: 130px;
    left: 6%;
}
.unavailable {
    position: relative;
    left: 10px;
    filter: brightness(1.5);
    width: 130px;
}
span.balance, .storebalance {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    45deg,
    #ffefba,    
    #ffd473,  
    #e6a41f,  
    #ffea33, 
    #ffd473,  
    #e8c530,  
    #ffde96, 
    #ffefba  
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
.cg {
    background: url('../img/cg.png');
    background-size: 100% auto;
}
.balance_bg.mainwallet {
    border-radius: 0 3em 3em 0;
    background-color: #250515;
    position: relative;
    padding: 0 11px 0px;
    text-align: center;
    border: 2px solid gold;
}
.footicon>img {
    height: 11.5rem;
    bottom: 2rem;
    position: relative;
    aspect-ratio: 3 / 1;
}
.center_foot {
    filter: drop-shadow(0 0 15px rgb(14, 14, 14));
}
iframe#gameFrame {
    width: 100%;
    height: 100%;
}

div#gameRoomsContainer {
    position: relative;
    bottom: 5px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.profile_wrapper {
    background: url(../img/profile_username.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 100%;
    position: relative;
    top: 13px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.style_input {
    text-align: left;
    width: 90%;
    font-weight: 700;
    z-index: 1;
    font-size: 2rem;
    outline: 0;
    border: 1px solid #a8a8a9;
    -webkit-box-shadow: inset 0 2px 12px 4px rgba(0, 0, 0, 0.42), 0 0 1px 1px #5e6771;
    box-shadow: inset 0 2px 12px 4px rgba(0, 0, 0, 0.42), 0 0 1px 1px #5e6771;
    border-radius: 1px;
    color: #fbfb7a;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.23s;
    transition: box-shadow 0.23s;
    -o-transition: box-shadow 0.23s;
    transition: box-shadow 0.23s, -webkit-box-shadow 0.23s;
    -webkit-box-shadow: inset -1px 5px 8px -4px #000;
    box-shadow: inset -1px 5px 8px -4px #000;
    background: #353535;
    height: 55px;
    margin-top: 12px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    border: 1px solid #a8a8a9;
    background: #353535 !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
}
.custom_btn {
    background-image: url(../img/btnGG.png) !important;
    min-width: 134px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 50px;
    border-radius: 5px !important;
    color: white;
    font-weight: 700;
    font-size: 1.85rem;
}
div#bank-section {
    padding: 20px;
}
.custom_btn:hover {
    scale: .9;
    transition: .2s ease;
}
.detail_bank_display {
    width: 100%;
    height: 130px;
    border: 1px solid #6b0707;
    background: #2b0000b3;
    border-radius: 15px;
    display: flex;
    color: white;
    justify-content: center;
}

.textCoinLobby label {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    text-shadow: 1px 2px 4px #000;
}

.show_bank_detail {
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.textCoinLobby label {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    text-shadow: 1px 2px 4px #000;
}
div#bank-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    text-shadow: 0 2px 3px #000;
}
.txtWalletCoinTotalGame {
    width: 240px;
    height: 50px;
    background-color: #232323;
    border: 1px solid #dddddd;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    padding-top: 8px;
    text-shadow: 1px 2px 4px #000;
}
.toast.show {
    background: #fff !important;
    border-left: 4px solid #ff1e1e;
    color: #000 !important;
    font-weight: 600;
    text-shadow: none !important;
    text-align: start !important;
    font-size: 1.5rem;
}
.toast-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
    color: #000!important;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.toast::before {
    color: #000!important;
    font-size:14px!important;
    font-weight: 700!important;
    position: absolute!important;
    border-radius: 5px!important;
    top: 18px!important;
    left: 90%!important;
}
.custom_amount.active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5e6771), to(#282d31));
    background: -webkit-linear-gradient(top, #5e6771 50% 0, #282d31 100%);
    background: -o-linear-gradient(top, #5e6771 50% 0, #282d31 100%);
    background: linear-gradient(to bottom, #6d5e0f 50% 0, #ada43c 100%);
    color: #fff;
    text-shadow: 0 2px 3px #000;
    letter-spacing: 1px;
    font-size: 2.8rem;
}
.custom_amount {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5e6771), to(#282d31));
    background: -webkit-linear-gradient(top, #5e6771 50% 0, #282d31 100%);
    background: -o-linear-gradient(top, #5e6771 50% 0, #282d31 100%);
    background: linear-gradient(to bottom, #5e6771 50% 0, #282d31 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 12px!important;
    margin-bottom: 16px;
    font-size: 25px;
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 15px #fff;
    box-shadow: inset 0 0 10px #ffffffad;
    padding-left: 4px;
    text-align: center;
    justify-content: center;
}
.bonus-card {
    margin-bottom: 25px;
    padding: 15px;
    border: 2px solid #ffffff8c;
    border-radius: 6px;
    color: white;
    background: linear-gradient(45deg, #5f1006, #9a0000);
}
.bonus_wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px 0px; 
    overflow: hidden;
    backdrop-filter: blur(10px); 
}
.bonus_image {
    max-width: 100%;
    height: 240px;
    display: flex;
    flex-flow: column; 
    margin: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
p.percent_promo {
    position: absolute;
    font-size: 2.85rem;
    background: linear-gradient(70deg, red, transparent);
    padding-left: 10px;
    padding-right: 13px;
    top: 10px;
    left: 0;
    border-radius: 5px;
    font-weight: bold;
    overflow: hidden;
    border-top-left-radius: 10px;
}

h3.bonus_des {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
}
.bonus_text {
    text-align: start;
    padding-left: 20px;
    font-size: 2rem;
}

.center.item {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #b70606, #c81a16, #550303);
    border-radius: .9rem;
    box-shadow: 0 .04rem .14rem 0 rgba(0, 0, 0, .45);
    padding: 16px 32px;
    border-radius: 50%;
    bottom: 20px;
    border: 3px solid #fffb5dad;
    box-shadow: 0 5px 8px #ff0000;
}

img.center_deposit_image {
    width: 7rem;
    height: auto;
}
.center_deposit {
    font-size: 2rem;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff00 0%,
    rgb(255 255 255 / 20%) 50%,
    #ffffff00 100%
  );
  animation: shine 1.5s linear infinite;
  z-index: 0;
}

.btn_style {
    font-size: 1.05em;
    border: 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-bottom: 3px solid rgba(0, 0, 0, .45);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px #00000029, 0 1px 2px #0000003b;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    line-height: 1.85em;
    top: 0;
    padding: 0 14px;
    background: -webkit-radial-gradient(0 0, farthest-corner, #fdeb82, #ffc252, #ff9400);
    background: -o-radial-gradient(0 0,farthest-corner,#ffb436,#bf7404);
    background: radial-gradient(farthest-corner at 0 0, #fdeb82, #ffc252, #ff9400);
    height: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-inline: 20px;
}
.bonus_details_box>span {
    font-size: 1.85rem; 
}

span.main_bonus {
    font-size: 2.25rem;
    color: #fff368;
}
.bonus_details_box {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
}
button.submit-bonus {
    min-width: 156px !important;
    min-height: 55px !important;
    background-size: 100% 55px !important;
}
