@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

#CanvasWrapper {
    width: 100vw;
    height: 100vh;
    height: var(--doc-height);
}

#ConvasContainer {
    width: 100%;
    height: 100%;
}

#main {
    width: 100vw;
    height: 100vh;
    height: var(--doc-height);
    overflow: hidden;
    overflow-y: hidden;
}

#canvas {
    width: 100%;
    height: 100%;
    background-color: #AAA;
}

.GameContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #010118;
}

.GameContainerBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.HeaderContainer {
    position: absolute;
    top: 36px;
    left: -37px;
    width: 363px;
}

.MainAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.BlackBack {
    border-radius: 24px 12px 12px 24px;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.08121px 3.08121px rgb(0 0 0 / 30%), inset 0.770302px 1.5406px 1.5406px rgb(243 243 243 / 11%);
}

.MainText {
    color: #FFF;
    display: flex;
    font-size: 12px;
    align-items: center;
    user-select: none;
    justify-content: center;
}

.ActionButton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ChatContainer {
    position: absolute;
    width: 339px;
    /*height: calc(100vh - 75px);*/
    height: 796px;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgb(11 21 56 / 11%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 11%);
    border-radius: 16px;
    top: 120px;
    right: 35px;
    z-index: 3;
}

.GrayText {
    color: #566681;
    font-size: 12px;
    font-style: normal;
    font-family: Jost;
}

.MainBalanceContainer {
    height: fit-content;
    min-width: 126px !important;
    height: 100%;
    padding: 4px;
    border-radius: 4px;
}

.ChatCollape {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background: #202844;
    box-shadow: inset 0px 4px 4px rgb(13 25 54 / 49%);
    border-radius: 5px;
}

.ChatHLine {
    border-color: #252B4C;
}

.ChatBodyContainer {
    max-height: calc(100% - 120px);
    height: calc(100% - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
}

#main {
    scrollbar-color: #252b4c #393e6f;
    scrollbar-width: thin;
}

#main::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

#main::-webkit-scrollbar-thumb {
    background: #393e6f;
}

#main::-webkit-scrollbar-track {
    background: #252b4c;
}

.CustomScroll {
    scrollbar-color: #252b4c #393e6f;
    scrollbar-width: thin;
}

.CustomScroll::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.CustomScroll::-webkit-scrollbar-thumb {
    background: #393e6f;
}

.CustomScroll::-webkit-scrollbar-track {
    background: #252b4c;
}

.TableBodyBox {
    scrollbar-color: #252b4c #393e6f;
    scrollbar-width: thin;
    display: grid;
    grid-template-columns: auto;

}

#AvatarModal .TableBodyBox,
#SelectAvatarModal .TableBodyBox {
    max-height: 400px;
    overflow: auto;
}

#JackpotModal .TableBodyBox {
    overflow: hidden;
}

#JackpotModal .JackPotNav {
    max-height: 400px !important;
    overflow: auto;
}


.TableBodyBox ::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.TableBodyBox ::-webkit-scrollbar-thumb {
    background: #393e6f;
}

.TableBodyBox ::-webkit-scrollbar-track {
    background: #252b4c;
}

.ChatItem {
    background: rgba(40, 46, 102, 0.2);
    width: 100%;
    box-shadow: 0px 3.10725px 3.10725px rgb(11 21 56 / 25%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 11%);
    border-radius: 1rem;
}

.ChatItem.argo {
    background: #b71c1c !important
}

.ChatItem.JACKPOT_INFO {
    background: #0e6a5a !important
}

.ChatItem.JACKPOT_INFO .ChatText .MainText {
    color: #f9c408;
    font-weight: 700;
}

.ChatItem.argo .GrayText {
    color: rgba(255, 255, 255, 0.6)
}

.ChatAvatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.ChatBodyContainer>div.ChatItem:nth-child(2n) {
    background: rgba(57, 62, 111, 0.5);
}

.BetsContainer {
    position: absolute;
    border-radius: 0.8rem;
    background-color: rgba(39, 129, 129, 0.42);
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    bottom: 16px;
    left: calc((100vw - 636px) / 2);
}

.BetOptionBox {
    background: rgba(35, 44, 77, 0.8);
    padding: 0rem 0.6rem;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%), inset 1px 2px 2px rgb(0 0 0 / 22%);
}

.BetOptionButton {
    background: #585C77;
    color: #FFF;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 22px;
    line-height: 1;
}

.BetOptionButton.Disabled {
    background: #373c5b;
    color: #939393;
}

.AutoCashoutSwitchText[data-disabled="true"],
.AutoBetSwitchText[data-disabled="true"] {
    color: #bebebe;
}

.AutoConfig:has([data-disabled="true"]) .slider:before {
    background-color: #939393;
}

label.switch[data-pending="true"]:has(input[type="checkbox"]) {
    pointer-events: none;
    opacity: 0.5;
}

.BetAmountBox {
    position: relative;
    background: rgba(35, 44, 77, 0.8);
    border-radius: 0.5rem;
    border: 3px solid #3D4D7D;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
    padding: 0.2rem 0.8rem;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.BetAmountInput {
    color: #FFF;
    width: 80px;
    padding: 0px;
}

.BetAmountInput:disabled {
    color: #696C7C;
}

.ChatCollapes {
    height: 61px !important;
}

.MultiAmountButton {
    background-color: rgba(88, 92, 119, 1);
    border-radius: 0.25rem;
    width: 25px;
    height: 25px;
}

.MultiAmountButton[data-disabled="true"] {
    color: #696C7C;
}

.BetMoneyButtons {
    width: 129px;
}

.BetMoneyButton {
    background: rgba(35, 44, 77, 0.8);
    box-shadow: 0px 3.08121px 3.08121px rgb(0 0 0 / 30%), inset 0.770302px 1.5406px 1.5406px rgb(243 243 243 / 11%);
    border-radius: 0.6rem;
    width: 60px;
    height: 26px;
    color: #FFF;
}

.BetMoneyButton[data-disabled="true"] {
    color: #696C7C;
}

.AmountUnitText[data-disabled="true"] {
    color: #696C7C;
}

.BetButtons {
    color: #FFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%), inset 1px 2px 2px rgb(243 243 243 / 11%);
    width: 167px;
    border-radius: 0.5rem;
}

.second .BetButtons {
    width: 164.2px;
}

.BetSection {
    gap: .3rem !important;
}

.BetButtons[data-disabled="true"] {
    opacity: 0.5;
}

.BetButtons[data-disabled="false"]:hover {
    opacity: 1;
}


[data-roundtime="0"][data-roundstatus="countdown"] .CustomBetButton,
[data-roundstatus="stop"] .CustomBetButton,
[data-roundstatus="completed"] .CustomBetButton,
[data-button="passive"] .CustomBetButton {
    pointer-events: none;
    opacity: .5;
}


[data-roundtime="0"][data-roundstatus="countdown"] label.AutoConfig,
[data-roundstatus="stop"] label.AutoConfig,
[data-roundstatus="completed"] label.AutoConfig {
    pointer-events: none;
    opacity: .5;
}

.CustomBetButton[data-action=bet] {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #71E6D1 0%, #42D29E 47.12%, #12826E 100%);
}

.CustomBetButton[data-action=cancel] {
    background: radial-gradient(65.44% 100% at 50% 1.25%, #FC9797 0%, #F04C4C 61.98%, #DE1414 100%);
}

.CustomBetButton[data-action=cashout] {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #cddc39 0%, #fff707 47.12%, #ff9800 100%);
}

.CustomBetButton[data-isbonus=true][data-action=bet] {
    font-size: 14px;
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, hsla(230, 100%, 59%, 1) 0%, hsla(216, 66%, 49%, 1) 47.12%, hsla(196, 100%, 43%, 1) 100%);

}

.CustomBetButton[data-action="bet"][data-isbonus="true"] .amount {
    font-size: 12.5px;
}

[data-lang="tr"] .CustomBetButton[data-isbonus="true"][data-action="bet"] .title::before {
    content: "BEDAVA "
}

[data-lang="en"] .CustomBetButton[data-isbonus="true"][data-action="bet"] .title::before {
    content: "FREE "
}

.CustomBetButton[data-isbonus=true] .amount {
    display: block !important;
}

.BetButtonArea.next-round {
    display: flex;
    height: 56px;
}



.BetButtonText {
    text-wrap: revert;
}

.CustomBetButton[data-action=cancel] {
    background: radial-gradient(65.44% 100% at 50% 1.25%, #FC9797 0%, #F04C4C 61.98%, #DE1414 100%);
    height: 100%;
    height: 56px;
}

.CustomBetButton[data-action=cashout] {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #cddc39 0%, #fff707 47.12%, #ff9800 100%);
    height: 56px;
}


.Hide {
    display: none;
}

.Vertical-Line {
    width: 2px;
    height: 96px;
    margin-top: 5px;
    background-color: rgba(37, 43, 76, 1);
}

.TimeCountContainer {
    position: absolute;
    left: calc((100% - 636px) / 2 - 150px);
    bottom: 80px;
    opacity: 0;
}

.TimeCountTitle {
    max-width: 112px;
    text-align: center;
}

.CounterBox {
    width: 56px;
    height: 60px;
    border-radius: 0.625rem;
    background-color: #252B4C;
}

.CounterMaskBox {
    width: 48px;
    height: 47px;
    border-radius: 0.5625rem;
    background: #181F35;
    box-shadow: inset 0px 3.52562px 3.52562px rgba(13, 25, 54, 0.49);
    overflow: hidden;
}

.NumberList {
    position: absolute;
    top: 0px;
    text-align: center;
}

.NumberList>div {
    font-size: 35px;
    font-weight: 800;
    font-family: Jost;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.NumberList>div:nth-child(n+6) {
    /*background: radial-gradient(125.84% 192.31% at 56.4% -61.54%, #F88C80 0%, #F1726B 42.16%, #EA5454 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
    color: #EA5454;
}

.NumberList>div:last-child {
    color: #566681;
    background: none;
    -webkit-text-fill-color: unset;
}

.ChatFooterEmojiButton {
    border: 0.5px solid #618eff00;
    flex: none;
    border-radius: 4px;
    transition: 70ms;
    cursor: pointer;
}

.ChatFooterEmojiButton:hover {
    border: 0.5px solid #618DFF;
}

.ChatEmojiContainer {
    display: none;
    height: 300px;
    background-color: #252B4C;
    box-shadow: 0px 3.08121px 3.08121px rgb(0 0 0 / 11%), inset 0.770302px 1.5406px 1.5406px rgb(243 243 243 / 11%);
    bottom: 48px;
    left: 0;
    border-radius: 0.5625rem;
    overflow: hidden;
    z-index: 100;
}

.ChatEmojiContainerHeader {
    border-bottom: .5px solid #4c5877;
}

/* transform: translate3d(-100%, 0px,0); */
.ChatEmojiContainerBody {
    height: 100%;
    transition: 300ms;
}

.ChatEmojiBodyItem {
    padding: 4px;
    flex-shrink: 0;
    --bs-gutter-x: 0 !important;
    background-color: #001E4D;
    height: auto;
}

.ChatEmojiBodyItem::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

.ChatEmojiBodyItem::-webkit-scrollbar-thumb {
    background: #393e6f;
}

.ChatEmojiBodyItem::-webkit-scrollbar-track {
    background: #252b4c;
}

.Emoji {
    height: 44px;
    font-size: 32px;
    cursor: pointer;
}

.Emoji:hover {
    background-color: rgb(99, 98, 95);
}

.ChatEmojiContainerHeader:hover>div {
    cursor: pointer;
}

.ChatEmojiModal {
    display: inline-block;
}

.ChatGifSearchInput {
    opacity: 0;
    transition: 200ms;
    background: #181f3575;
    padding-right: 4px;
    padding-left: 10px;
    height: 100%;
    width: 120px;
    transform: translate3d(0, 0, 0);
    /* opacity: 0.5; */
    border-radius: 0.5rem;
}

.ChatFooterContainer {
    background-color: #252B4C;
    box-shadow: 0px 3.08121px 3.08121px rgb(0 0 0 / 11%), inset 0.770302px 1.5406px 1.5406px rgb(243 243 243 / 11%);
    border-radius: 0.5625rem;
    height: 43px;
}

#smile_icon {
    fill: #4c5877;
    transition: 70ms;
}

.ChatFooterEmojiButton:hover+.ChatEmojiContainer {
    display: flex !important;
}

.ChatFooterEmojiButton:hover #smile_icon {
    fill: #618DFF !important
}

.ChatTextInput {
    background: #181f3575;
    padding: 0px 38px 0px 10px;
    height: 32px;
    /* opacity: 0.5; */
    border-radius: 0.5rem;
}

.ChatTextInput:placeholder {
    color: #566681;
}

.ChatSendIconButton {
    right: 13px;
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #86C5FF 0%, #618DFF 47.12%, #1B57F1 100%);
    box-shadow: 0px 7.23945px 12.0657px rgb(0 0 0 / 9%);
    border-radius: 0.5626rem;
    width: 28px;
    height: 28px;
    transition: 200ms;
}

.ChatSendIconButton.Passive {
    font-size: 14px;
    color: white;
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, rgba(134, 197, 255, .2) 0%, rgba(97, 141, 255, .2) 47.12%, rgba(27, 87, 241, .2) 100%);
}

/* .ChatSendIconButton.Banned {
    background: radial-gradient(65.44% 100% at 50% 1.25%, #FC9797 0%, #F04C4C 61.98%, #DE1414 100%);
} */
.ProgressBarContainer {
    position: absolute;
    width: 636px;
    background-color: #001334;
    height: 5px;
    bottom: 182px;
    left: calc((100vw - 600px) / 2);
    opacity: 0;
}

.ProcessBox {
    width: 30%;
    height: 100%;
    background-color: rgb(255, 255, 0);
}

.MenuBarContainer {
    position: absolute;
    top: 108px;
    left: 32px;
}

.MenuButtons {
    background-color: rgba(11, 14, 26, 0.8);
    box-shadow: inset 0px 4px 4px #070911;
}

.MenuButton {
    width: 118px;
    height: 30px;
}

.MenuOpened {
    display: none;
}

.MenuClosed {
    display: flex;
}

.ScoreBarContainer {
    position: absolute;
    /*left: 64px;
    top: 131px;*/
    top: 34px;
    left: 450px;
}

.roundHistory {
    /*width: 367px;*/
    width: 750px;
    height: 39px;
    background: linear-gradient(90deg, rgba(14, 63, 144, 0.154) 0%, rgba(14, 63, 144, 0.7) 18.23%, rgba(14, 63, 144, 0.168) 78.03%, rgba(14, 63, 144, 0) 100%);
    /*border-top-left-radius: 40px 40px;*/
    /*margin-top: 22px;*/
    /*margin-left: 12px;*/
    /*padding-left: 60px;*/
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
    /* justify-content: space-between; */
    overflow-y: hidden;
    padding: 8px 10px 8px 26px;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 0px;
    list-style: none;
}

.roundHistory>li {
    position: relative;
}

.roundHistory>li::before {
    color: #c7c7c7;
    content: '.';
    position: absolute;
    left: -19px;
    top: -22px;
    font-weight: bold;
    font-size: 30px;
}

.roundHistory>li:first-child:before {
    content: '';
}

.FunMode {
    left: 35px;
    top: 90px;
    font-size: 18px;
}

/* .roundHistory>li::marker {
    color: #C3C3C3;
}

.roundHistory li:first-child::marker {
    content: '';
}

.roundHistory li:first-of-type::marker {
    content: '';
} */

.BoomersContainer {
    position: absolute;
    top: 120px;
    left: 15px;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgb(11 21 56 / 11%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 11%);
    border-radius: 16px;
    padding: 20px 0px 10px 0px;
}

.BoomersContainerHeader {
    padding: 0px 9px;
}

.BoomersCountBox {
    width: 61px;
}

.BoomersBetBox:nth-child(2) {
    width: 87%;
}

.BoomersBetBox:nth-child(3) {
    width: 32%;
}

.BoomersBetBox:nth-child(4) {
    width: 91%;
}

.BoomersCountText {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #86c5ff 0, #618dff 47.12%, #1b57f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0 1.14651px 1.14651px rgb(0 0 0 / 9%);
    font-family: Jost;
}

.BoomersContainerBody {
    width: 365px;
    height: 740px;
    overflow-x: hidden;
    overflow-y: auto;
    gap: 5px;
    padding: 0px 8px;
    touch-action: pan-y;
}

/* .BoomerItemBox {
    height: 2rem;
    padding: 0px 20px !important;

    border-radius: 1rem;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgba(11, 21, 56, 0.25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, 0.11);
} */

.Activate {
    background: rgba(37, 140, 20, 0.3) !important;
}



.BoomerNameBox {
    width: 22%;
}

/* .BoomerAmountBox {
    align-items: baseline !important;
} */

.BoomerAmountBox:nth-child(2) {
    width: 52%;
}

.BoomerAmountBox:nth-child(3) {
    width: 33%;
}

.BoomerAmountBox:nth-child(4) {
    width: 55%;
}

.BoomerAmountBox>svg {
    width: 10px;
}

.LoadingContainer {
    background: radial-gradient(#121111, #000);
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
}

.loadingLogo {
    display: grid;
    place-items: center;
}

.loadingLogo>img {
    width: 240px;
    animation: loadingLogo forwards 3000ms ease-in-out
}

.LogoContainer {
    padding-top: 1px;
    transform: scale(1.3);
    transform-origin: center;
}

.ProfileContainer {
    padding: 6px;
    transform: scale(1.2);
    cursor: pointer;
}

@keyframes loadingLogo {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(3deg)
    }

    75% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(3deg)
    }
}

.loader {
    width: 240px;
    height: 8px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.loader .inline {
    width: 0px;
    height: 8px;
    background: #f52a2a;
}

.finalizeLogo {
    animation: finalizeLogo 500ms linear;
}

@keyframes finalizeLogo {
    0% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

.modal-content {
    background: linear-gradient(158.83deg, rgba(58, 109, 186, 0) 0%, #15095c 86.04%), #001E4D;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    outline: none;
    /* bg-popup */
    background: linear-gradient(158deg, #15095c 0%, #112E6A 40.04%, #15095c 86.04%);
    border: 1px solid #355A95;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.modal-body {
    width: 100%;
    padding: 0px;
}

.ModalHeaderBox:not(.BonusHeaderBox) {
    height: 90px;
    border-bottom: solid 1px #355A95;
    width: 100%;
}

.BonusTableBox {
    padding: 20px;
}

.BonusTableBorderBox {
    border: 1px solid #284B83;
    border-radius: 16px;
    opacity: 1;
}

.BonusHeaderBox {
    height: 108px;
    width: 100%;
}

#bonusModalTitle {
    font-family: Jost !important;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    box-shadow: 0px 1.1369010210037231px 1.1369010210037231px 0px #00000017;
}

.PlayWithMoney {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.PlayWithMoney img {
    width: 100%;
    display: block;
}

#PlayWithMoneyTitle {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: Jost !important;
    line-height: 24px;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    #PlayWithMoneyTitle {
        font-size: 14px;
        left: 27%;
    }
}

@media screen and (max-width: 500px) {
    #PlayWithMoneyTitle {
        font-size: 12px;
    }

    .tablinks {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 400px) {
    #PlayWithMoneyTitle {
        font-size: 14px;
        left: 40%;
    }

    .BonusHeaderBox .ModalCloseButton {
        right: 1em
    }
}

@media screen and (max-width: 300px) {
    #PlayWithMoneyTitle {
        font-size: 10px;
        left: 34%;
    }
}

.ModalCloseButton {
    position: absolute;
    right: 2em;
    color: #284B83;
    padding: 0px;
}

.ModalCloseButton img {
    width: 1.25em;
    height: 1.25em;
}

.ReconnectButton {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #71E6D1 0%, #42D29E 47.12%, #12826E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 2px rgba(243, 243, 243, 0.11);
    padding: 14px 33px;
    border-radius: 10px;
}

.ChooseButton {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #71E6D1 0%, #42D29E 47.12%, #12826E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 2px rgba(243, 243, 243, 0.11);
    padding: 14px 33px;
    border-radius: 10px;
}

.DoneButton {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #86C5FF 0%, #618DFF 47.12%, #1B57F1 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 2px rgba(243, 243, 243, 0.11);
    border-radius: 10px;
    padding: 14px 20px;
}

.SelectButton {
    background: radial-gradient(75.5% 150% at 47.14% -48.75%, #71E6D1 0%, #42D29E 47.12%, #12826E 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), inset 1px 2px 2px rgba(243, 243, 243, 0.11);
    padding: 14px 33px;
    border-radius: 10px;
}

.PicBox {
    border-radius: 50%;
    border: solid 5px #625f5b;
    cursor: pointer;
}

.PicBox>img,
.PlayerAvatar>img {
    border-radius: 50%;
}

/* .ChatScrollBottom.active{
    animation-name: slideUp;
    animation-duration: .2s;
    animation-timing-function: ease-in;
} */

.ChatScrollBottom {
    overflow: hidden;
    box-shadow: 5px 3.23945px 4.0657px rgb(0 0 0 / 25%);
    padding: 5px;
    background: #252B4C;
    position: absolute;
    left: 45%;
    border-radius: 22px;
    bottom: 50px;
}

.ChatScrollBottom.active {
    display: block !important;
    -webkit-animation: slide-up .3s ease-in;
    -moz-animation: slide-up .3s ease-in;
}

.ChatScrollBottom.remove {
    -webkit-animation: slide-down .3s ease-in;
    -moz-animation: slide-down .3s ease-in;
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(60%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        display: block !important;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(60%);
        display: none !important;
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        display: block !important;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(60%);
        display: none !important;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 1;
        transform: translateY(endYposition);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(startYposition);
    }

    100% {
        opacity: 0;
        transform: translateY(endYposition);
    }
}



.TableHeaderBox {
    display: grid;
    grid-template-columns: 16px 1.5fr 1fr 1fr;
    justify-content: space-between;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1em;
    gap: .5em;
    width: 100%;
}

.BonusTableBox .TableHeaderBox {
    gap: 0
}

.TableHeaderBoxFreespin {
    display: grid;
    grid-template-columns: 40px 40px auto 50px;
    justify-content: space-between;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1em;
    gap: .5em
}

.TableRowBoxFreespin {
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgba(11, 21, 56, 0.25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, 0.11);
    height: 2rem;
    border-radius: 1rem;
    cursor: pointer;
    text-wrap: nowrap;
    padding: 0 1em;
    display: grid !important;
    grid-template-columns: 30px 30px auto 20px;
    justify-content: space-between;
    gap: .5em
}

.BonusModalBodyBox .TableRowBoxFreespin>div>div {
    font-size: 11px;
    text-align: left;
}

.TableRowBox {
    gap: .5em;
    justify-content: space-between;
    align-items: center;
    background: rgba(40, 46, 102, 0.2);
    border-radius: 1rem;
    box-shadow: 0px 3.10725px 3.10725px rgba(11, 21, 56, 0.25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, 0.11);
    padding: .5em 1em;
    cursor: pointer;
    display: grid !important;
    grid-template-columns: 16px 1.5fr 1fr 1fr;
}

.TableRowBox.jackpot {
    background: #ff8c1a !important;

}



.TableRowBox>div {
    font-size: 11px;
    color: white;
    text-align: center;
}

.TableRowBox>div:last-child {
    font-weight: 700;
}



.ModalBodyBox {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: calc(100% - 90px) !important;
}



/* .BoomersContainerHeader .font-s12 {
    font-size: 13px;
} */

[name="boomers"] {
    transform: translate(-5px, 0px);
}






.MessageIconBox {
    position: absolute;
    display: none;
    right: 30px;
    top: 15px;
    z-index: 2;
    background: radial-gradient(63.65% 126.47% at 47.06% -2.94%, #86F8FF 0%, #61E3FF 47.12%, #1BF1A4 100%);
    border-top: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 9.3982px 15.6637px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    width: 44px;
    height: 44px;
    transform: scale(.6);
    align-items: center;
    justify-content: center;
    transform-origin: top;
    -webkit-transform-origin: top;
}

.SelectedAvatar {
    border-color: #53ff00;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #f1706a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.slider.round {
    border-radius: 18px;
}

.slider.round:before {
    border-radius: 50%;
}

.DeactivedOption {
    color: #939393;
}

.HideElem {
    display: none !important;
}

.AutoCashoutInput {
    width: 50px;
    padding: 3px;
    font-size: 12px;
    background: #3D4D7D;
    outline: none;
    border: none;
    color: #FFF;
    border-radius: 10px;
    height: 20px;
    text-align: center;
}

.AutoCashoutInput:disabled {
    color: #696C7C;
}



.AutoConfigContainer {
    padding-top: 9px;
}

label.AutoConfig {
    cursor: pointer;
}



.ToastContainer {
    display: flex;
    align-items: center;
    position: absolute;
    width: 340px;
    left: calc((100vw - 340px) / 2);
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    z-index: 3;
    top: 0px;
    pointer-events: none;
}

.ToastBox {
    width: 335px;
    height: 63px;
    background: rgb(21 42 56 / 98%);
    box-shadow: 0 3.10725px 3.10725px rgb(11 21 56 / 25%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 11%);
    border-radius: 15px;
    margin-bottom: -51px;
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    gap: 8px;
    font-family: Jost;
    font-weight: 600;
}

.ToastBox.Jackpot {
    overflow: hidden;
    padding-left: 0px !important;
    background: linear-gradient(90deg, rgba(159, 103, 255, 0.4) 0%, rgba(48, 136, 244, 0.4) 85.67%, rgba(35, 101, 224, 0.4)00%) !important;
}


.ToastTitleBox {
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #FFF;
    width: calc(100% - 158px);
    position: relative;
}

.ToastScoreBox {
    background-color: #f7c327;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 9px;
    width: 158px;
    position: relative;
}

.ToastTitleBox.Jackpot {
    justify-content: space-between;
    padding-left: 10px !important;
}

.ToastScoreBox.Jackpot {
    padding-left: 0px !important;
    background: linear-gradient(90deg, #9E67FF 0%, #3088F4 85.67%, #2365E0 100%) !important;
}

.ToastTitleText {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: #FFF;
}

.ToastTitleText.Jackpot {
    font-size: 15px !important;
    line-height: 22px !important;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;

    background: linear-gradient(180deg, #FFFFFF 0%, #C6C9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    text-shadow: 0px 8.19138px 8.19138px rgba(0, 0, 0, 0.09);
}

.ToastDataText {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.015em;
    color: #FFF;
}

.ScoreLBG {
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.ScoreRBG {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.FadeAnimation {
    animation: FadeShow linear 1000ms;
}

@keyframes FadeShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.AppearAnimation {
    animation: AppearShow linear 200ms;
}

@keyframes AppearShow {
    0% {
        scale: 0;
    }

    100% {
        scale: 1;
    }
}

.SlideAnimation {
    animation: SlideShow ease 300ms;
}

@keyframes SlideShow {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.LowColor {
    /*
    background-color: rgb(91 179 249 / 70%) !important;
    border: 1.2px solid #2196F3;
    */
    background-color: rgb(65 89 200) !important;
    border: 1.2px solid rgb(74 91 211);

}

.MidColor {
    background-color: rgba(164, 89, 209, .7) !important;
    border: 1.2px solid rgb(164, 89, 209)
}


.historyItem.JackpotColor {
    background-color: #ff8c1a !important;
    border: 1.2px solid #ff8c1a;
    color: black !important;

}

/*Golden Shining Effect*/
/* .historyItem.JackpotColor {
    background: linear-gradient(
        45deg,
        #462523 0,
        #CB9B51 15%,
        #F6E27A 45%,
        #fffaae 50%,
        #F6E27A 55%,
        #CB9B51 85%,
        #462523 100%
    );
    background-size: 270% 100%;
    background-position: right bottom;
    border: 1.2px solid #f69a3e;
    color: #fff !important;
    animation: 5s JackpotAnimation infinite ease-in-out;
}
@keyframes JackpotAnimation {
    0% {
        background-position: right bottom;
    }
    20% {
        background-position: left bottom;
    }
    40% {
        background-position: right bottom;
    }
    100% {

    }
} */

.historyItem.JackpotColor span {
    font-size: 16px;

}

.HighColor {
    background-color: rgba(241, 103, 103, .7) !important;
    border: 1.2px solid rgb(241, 103, 103)
}

.UltraHighColor {
    background-color: rgba(164, 89, 209, .7) !important;
    border: 1.2px solid rgb(164, 89, 209)
}

.DefaultColor {
    color: #FFED97;
}

.lg-input {
    display: flex !important;
}

.sm-input {
    display: none !important;
}

.BetMaskBox {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    /*display: none;*/
    border-radius: 0.8rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.CanvasScroll {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    display: none;
}

.MenuContainer {
    position: absolute;
    top: 33px;
    left: 1225px;
    z-index: 2;
}

.ResultNumberBG {
    width: 20px;
    height: 20px;
    background: radial-gradient(78.61% 110.82% at 50% 100%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.11) 81.25%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.BettingHistoryModalBodyBox>div.TableRowBox:nth-child(1) div.ResultNumberBG {
    background: radial-gradient(78.61% 110.82% at 50% 100%, rgba(254, 255, 190, 0) 0%, rgba(255, 248, 80, 0.11) 81.25%, #FFD000 100%);
    color: #FAFF00;
    background-repeat: no-repeat;
}

.BettingHistoryModalBodyBox>div.TableRowBox:nth-child(2) div.ResultNumberBG {
    background: radial-gradient(78.61% 110.82% at 50% 100%, rgba(254, 255, 208, 0) 0%, rgba(152, 154, 173, 0.11) 81.25%, #9AA2B2 100%);
    color: #9AA2B2;
    background-repeat: no-repeat;
}

.BettingHistoryModalBodyBox>div.TableRowBox:nth-child(3) div.ResultNumberBG {
    background: radial-gradient(78.61% 110.82% at 50% 100%, rgba(220, 14, 14, 0) 0%, rgba(238, 91, 59, 0.11) 81.25%, #C45708 100%);
    color: #C35301;
    background-repeat: no-repeat;
}

.UFOLogo {
    position: absolute;
    width: 70px;
    left: -45px;
    top: -12px;
}

.ZoomoutAnimation {
    animation: Zoomin linear 1500ms;
}

.widthTransition {
    transition: width 1.5s;
}

.widthTransition>div {
    width: fit-content;
}

@keyframes Zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

.MainAvatarContainer {
    cursor: pointer;
}

.HowToPlayImageGroup {
    flex-direction: row;
    align-items: center;
}

#HowToPlay .ModalBodyBox {
    height: 400px !important;
}

.HowToPlayImages {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading-loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

.BoomerAvatar {
    border-radius: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.BetButtonArea {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 167px;
}

.BetButtonArea.next-round .BetButtonText {
    display: block
}

.BetButtonArea.next-round .CustomBetButton {
    background-color: #DE1414
}

.BetButtonText:not(:empty),
[data-roundstatus="countdown"] .next-round .BetButtonText {
    display: none;
    font-size: .75em;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: .25em 0;
}

.CustomBetButton {
    color: #FFF;
    position: relative;
    overflow: hidden;
    color: #FFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%), inset 1px 2px 2px rgb(243 243 243 / 11%);
    width: 100%;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
}

.CustomBetButton .amount:empty {
    display: none
}


.CustomBetButton[data-isbonus="true"][data-action="cancel"] .amount,
.next-round .CustomBetButton[data-action="cancel"] .amount {
    display: none !important;
}

[data-roundstatus="countdown"] .CustomBetButton[data-isbonus="true"] .amount,
[data-roundstatus="run"] .CustomBetButton[data-isbonus="true"][data-action="bet"] .amount,
[data-roundstatus="stop"] .CustomBetButton[data-isbonus="true"][data-action="bet"] .amount,
[data-roundstatus="completed"] .CustomBetButton[data-isbonus="true"][data-action="bet"] .amount {
    display: block !important;
}




.CustomBetButton[data-pending="true"] {
    background-color: #ccc !important;
    cursor: wait;
    pointer-events: none;
    opacity: .5;
}


.CustomBetButton[data-action="bet"] {
    background-color: #12826E;
}

.CustomBetButton[data-action="cancel"] {
    background-color: #DE1414
}

.CustomBetButton[data-action="cashout"] {
    background-color: #ff9800
}

/* .CustomBetButton[data-action]::after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.2));
    width:100%;
    height:100%;
} */

.CustomBetButton .title {
    font-weight: 700;
    letter-spacing: 1px;
}

.CounterContainer {
    gap: 0.3em !important;
}

[data-roundstatus="run"] .BetsContainer [data-action="cancel"] .amount {
    display: none
}

[data-roundstatus="stop"] .BetsContainer [data-action="cancel"] .amount {
    display: none
}

.BetsContainer [data-action="bet"] .amount {
    display: none
}

/* boomer list */

/* .BoomersContainerHeader {
    display: grid !important;
    grid-template-columns: 81px 97px 49px 121px;
    gap: 0;
    align-items: center;
    justify-content: flex-start !important;
    padding:6px 16px;
    color:#fff;
    text-align: center;
    margin-bottom: .5em;
    text-transform: uppercase;
} */




/* .boomerItem {
    color: #fff;
    display: grid;
    grid-template-columns: 28px 38px 90px 60px 90px;
    gap:0;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 1rem;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgb(11 21 56 / 25%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 11%);
    animation:boomerJoin 400ms linear forwards;
    transition:background 250ms linear
} */

.boomerItem {
    color: #fff;
    height: 2.3rem;
    padding: 7px 8px !important;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgba(11, 21, 56, 0.25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, 0.11);
    animation: boomerJoin 500ms ease-in-out forwards;
    transition: background 250ms linear
}

/* .BoomersContainerBody .font-s14 {
    font-size: 15px !important;
} */

.boomerItem.remove {
    animation: removeBoomer 180ms ease-in-out forwards;
}

.boomerItem.mybet {
    border: 2px solid #337ab7;
}

.boomerItem.mybet.win {
    border: 2px solid #3bcded !important;
}

.boomerItem.jackpotWin {
    background-color: #ff8c1a !important;
    border-color: #ff8c1a !important
}

.boomerItem.jackpotWin.mybet.win {
    border: 2px solid #fff !important;
}

.freespin-boomer .boomer-currency {
    color: #FFC310 !important
}

@keyframes removeBoomer {
    0% {
        opacity: 1;
        transform: none
    }

    100% {
        opacity: 0;
        transform: translateX(-2em) scale(0.4)
    }
}

@keyframes boomerJoin {
    0% {
        opacity: 1;
        transform: translateX(2em)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

/* .boomerItem > div {
    font-size:.875em
} */
.boomerItem.win {
    background: #0e6a5a;
}

.BoomerAvatarBox {
    width: 26px;
    height: 24px;
    /* display: grid;
    place-items: center; */
}

/* .boomer-avatar {
    width:32px;
    height: 32px;
    display: grid;
    place-items: center;
}

.boomer-avatar img {
    max-width: 100%;
    border-radius: 50%;
} */

.boomer-factor:empty:after,
.boomer-win:empty:after {
    content: "-";
    font-size: .875em;
    opacity: .8;
}

.boomerItem.jackpotWin .boomer-factor {
    background: #000 !important;
    color: #fff !important
}

.boomer-factor {
    border-radius: 13px;
    padding: 4px 12px;
    line-height: 1;
    font-weight: 600
}

.boomer-info {
    padding: 0 16px;
    color: #fff;
    font-size: .875em;
}

.boomer-info .boomer-count {
    display: grid;
    grid-template-columns: auto auto;
    gap: .5em;
    align-items: center;
    justify-content: flex-start;
}

.boomer-info .boomer-count .title {
    text-transform: uppercase;
}

.roundHistory {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.roundHistory .historyItem {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: .875em;
    padding: 4px 12px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    line-height: 1;
    font-weight: 600;
}

.JackpotColor.historyItem {
    grid-template-columns: auto auto;
    gap: .25em;
    align-items: center;
    justify-content: flex-start;
    color: #000
}

.roundHistory .historyItem.new {
    animation: historyNew 1000ms ease-in-out forwards
}

@keyframes historyNew {
    0% {
        transform: scale(1.5) rotate(-15deg)
    }

    100% {
        transform: none
    }
}

.roundHistory .historyItem.level1 {
    color: rgba(255, 255, 255, 0.7);
}

.roundHistory .historyItem.level2 {
    color: blue;
}

.roundHistory .historyItem.level3 {
    color: orange;
}

.roundHistory .historyItem.level4 {
    color: green;
}

/* .roundHistory .historyItem::after {
    position: absolute;
    right: -0.85rem;
    content:"";
    width: 4px;
    height: 4px;
    background:#ffc107;
    border-radius: 50%;
}
.roundHistory .historyItem:nth-child(10n)::after{
    display: none;
} */

.singleSession {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    min-height: 100vh;
    z-index: 999999999;
}

.singleSession main {
    padding: 2em;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, .1);
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 1em;
    text-align: left;
    width: 100%;
    max-width: 480px;
    border-bottom-width: 4px;
}


.singleSession .title {
    text-transform: uppercase;
    color: #f44336;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
}

.singleSession .desc {
    font-size: .875em;
}

.singleSession .userAgent,
.singleSession .date {
    font-size: .6em;
    opacity: .7;
}

.singleSession .refresh {
    display: inline-grid;
    font-size: .75em;
    text-decoration: underline;
    color: #2196f3;
    cursor: pointer;
}

.big-emoji {
    font-size: 40px !important;
}

/* Detail CSS */
.ListWrapper>.DetailItem.win {
    background: rgba(37, 140, 20, 0.33) !important;
}

.ListWrapper>.DetailItem.jackpot {
    background-color: #ff8c1a !important;
}

.DetailItem {
    border: 1px solid #324B88;
    background: rgba(40, 46, 102, 0.2);
    box-shadow: 0px 3.10725px 3.10725px rgb(11 21 56 / 25%), inset 0.776812px 1.55362px 1.55362px rgb(243 243 243 / 8%);
    border-radius: 20px;
}

.DetailItem>div:first-child {
    width: 120px;
    flex: none;
    border-right: 1px solid #324B88;
    margin-right: .5rem;
}

.DetailItem>div:nth-child(2) {
    user-select: text;
}

.DetailItem>div:nth-child(2).Truncated {
    user-select: text;
    border-right: 1px solid #324B88;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.DetailItem>div:last-child:not(:nth-child(2)) {
    width: 40px;
    height: 100%;
    justify-content: center;
    flex: none;
    cursor: pointer
}

.LoadMoreHistory {
    border: 1px solid white;
    border-radius: 17px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.LoadMoreHistory:hover {
    background-color: rgb(226, 224, 224);
    color: #1d1d1d;
    border-color: rgb(226, 224, 224);
}

/* Keyboard CSS  */

.KeyboardContainer {
    position: fixed;
    bottom: -400px;
    display: flex;
    justify-content: center;

    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;

    height: 260px;
    width: 100%;
    background-color: #15152e;
    /*  #001E4D; */
    z-index: 2;
    transition: 125ms;
    -o-transition: 125ms;
    -ms-transition: 125ms;
    -moz-transition: 125ms;
    -webkit-transition: 125ms;
    gap: .3rem;
}

.KeyboardContainer>input {
    display: none;
    max-width: calc(400px - 0.6rem);
    border: 0.3px solid rgba(230, 230, 250, 0.2);
    color: white;
    width: 100%;
    font-size: 14px;
    height: 32px;
}

.Keyboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
    padding: 0 0.3rem;
    width: 100%;
    max-width: 400px;
    /* height: 60%; */
    /* border: 1px solid lavender; */
}

.KeyboardRow {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .4rem;
}

.KeyboardRow>div {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    background-color: #1f314a;
    border: .3px solid rgba(230, 230, 250, 0.2);
    border-radius: 4px;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    color: lavender;
}

.KeyboardRow>div:active {
    background-color: #19283c;
}

.KeyboardContainer.Rise {
    bottom: 0px;
}

.input-cursor {
    content: '';
    top: 1px;
    position: absolute;
    width: 2px;
    height: 17px;
    background: #a1cfff;
    animation: pulseCursor steps(2) 1.1s infinite;
    opacity: 1;
    display: none;
}

.AutoCashoutWrapper .input-cursor {
    content: '';
    top: 5px;
    position: absolute;
    width: 2px;
    height: 17px;
    background: #a1cfff;
    animation: pulseCursor steps(2) 1.1s infinite;
    opacity: 1;
    display: none;
}

@keyframes pulseCursor {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-body {
    max-height: 80vh;
    /*overflow-y: hidden !important;*/
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.customToast {
    display: grid;
    place-items: center;
    position: fixed;
    pointer-events: none;
    letter-spacing: normal;
    z-index: 10000 !important;
    text-align: center;
    top: 5em;
    left: 0;
    width: 100%;
}

.customToast .single {
    font-size: .75em;
    padding: .5em 1em;
    background: #000;
    border-radius: 6px;
    color: #fff;
    max-width: 300px;
    transition: background 250ms linear;
}

.customToast .single.info {
    background: rgb(0, 201, 230);
}

.customToast .single.warning {
    background: #F44336;
}

.customToast .single.success {
    background: #2e7d32;
}

.input-over {
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    left: 33px;
    top: 0;
}

.input-over-cash {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -2;
}

.GamingFont {
    font-family: 'Press Start 2P', cursive;
}

.HtP_pinkButton {
    padding: 4px;
    background: #D97CFA;
    border-radius: 8px 8px;
}

.HtP_ball {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    padding: 8px;
    background: #FFF;
    border-radius: 20px;
}

.HtP_orgButton {
    padding: 4px;
    background: #FFCD04;
    border-radius: 8px 8px;
}

.HtP_Card {
    background: linear-gradient(158.6deg, #BB3DE7 11.59%, #DC81FB 55.48%);
    border-radius: 20px;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: 150px;
    padding: 20px;
}

.HtP_CardValue {
    background: #BB3DE7;
    box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.jackpot-modal {
    position: fixed;
    top: 25vh;
    left: calc(50% - 150px);
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    width: 300px;
    text-align: center;
}

.jackpot-modal lottie-player {
    width: 300px;
    height: 300px;
    z-index: 7;
    transform: translateY(-150px)
}

.jackpot-modal .jackpot-content {
    background: linear-gradient(to top, rgba(255, 111, 0, 0.4), rgba(255, 111, 0, 0.6));
    border-radius: 6px;
    color: #fff;
    font-size: 1em;
    padding: 1em;
    z-index: 5;
}

.JackPotBox {
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: 12px;
    color: white;
    height: 76px;
    width: 339px;
    right: -100%;
    position: absolute;
    background: linear-gradient(90deg, #9E67FF 0%, #3C8FF5 84.9%, #2B71F2 100%);
    overflow: hidden;
    cursor: pointer;

}

.JackPotChest {
    position: relative;
    left: 0px;
    height: 89%;
    aspect-ratio: 1;
}

.JackPotMegaText {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 114% */

    display: flex;
    align-items: center;
    text-transform: uppercase;

    background: linear-gradient(180deg, #FFFFFF 0%, #C6C9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 0px 8.19138px 8.19138px rgba(0, 0, 0, 0.09);

    position: relative;
    z-index: -1;
    margin-bottom: 58px;
    left: -110%;
    font-size: 35px;
    line-height: 48px;
    top: 42px;
}

.JackPotMegaTextMobile {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 114% */

    align-items: center;
    text-transform: uppercase;

    background: linear-gradient(180deg, #FFFFFF 0%, #C6C9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 0px 8.19138px 8.19138px rgba(0, 0, 0, 0.09);
    display: none;

    position: relative;
    z-index: -1;
    left: -100%;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 30px;
    top: -100%;
}


.jackpot-numbers {
    display: flex;
    flex-direction: row;
    gap: .15em;
    align-items: end;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 24px;
    /*background: linear-gradient(to right, #8C60FF, #0062E9);
    padding: .5em .5em;
    border-radius: 4px;*/
}

.jackpot-numbers>.number {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 6px;
    padding: .2em .35em;
    color: #fff;
    text-align: center;
    position: relative;
}

.jackpot-unit {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-right: 4px;
    margin-top: 1px;
    width: 27px;
    height: 26px;
    display: grid;
    place-items: center
}


.odometer-formatting-mark {
    display: inline-block;
    transform: translateY(5px) translateX(-1px);
}

.odometer-digit {
    font-size: .875em
}



.JackpotModalButton {
    width: 50%;
    padding: 8px 4px;
    font-size: .8rem;
    border: 1px solid #355A95;
    border-bottom: 0;

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}

.JackpotModalButton.active {
    background-color: #355A95;
    font-weight: 700;
}

.JackPotNavContainer {
    transition: all 200ms;
}

.JPHistoryHeader {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr;
    justify-content: space-between;
}

[name="jplabel1"] {
    font-weight: 700;
}

.JPHistoryHeader>span:nth-child(2) {
    text-align: center;
}

.JPHistoryHeader>span:nth-child(3) {
    text-align: right;
}

.JackPotNav {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    overflow-y: auto;
    padding: 2em !important
}

.JackPotNav>p {
    text-wrap: pretty;
    text-align: center;
}

.imageJackpot .imageJackpot {
    margin: 1em 0
}

.JPHistoryElement {
    margin-bottom: 8px;
}

.JPHistoryElementHeader {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    justify-content: space-between;
    color: white;
    font-size: 12px;
    background: rgba(40, 46, 102, .2);
    box-shadow: 0 3.10725px 3.10725px rgba(11, 21, 56, .25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, .11);
    height: 2rem;
    border-radius: 1rem;
    cursor: pointer;
}

.JPHistoryElementHeader>span:nth-child(2) {
    text-align: center;
}

.JPHistoryElementHeader>span:nth-child(3) {
    text-align: right;
}

.JPHistoryElementHeaderSub {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    justify-content: space-between;
    color: white;
    font-size: 12px;
    background: rgba(40, 46, 102, .2);
    box-shadow: 0 3.10725px 3.10725px rgba(11, 21, 56, .25), inset 0.776812px 1.55362px 1.55362px rgba(243, 243, 243, .11);
    height: 2rem;
    border-radius: 1rem;
    text-transform: uppercase;
}

.JPHistoryElementHeaderSub>span:nth-child(2) {
    text-align: center;
}

.JPHistoryElementHeaderSub>span:nth-child(3) {
    text-align: right;
}

.JPHistoryElementBody {
    height: clamp(0px, 0px, 0px);
    width: 100%;
    border-radius: 8px;
    background-color: rgb(13 16 65 / 45%);
    overflow-y: auto;
    transition: all 200ms;
}

.JackpotDesktopAnimation {
    /* margin-bottom: 0px;
    left: 0;
    font-size: 18px;
    line-height: 22px;
    top: 0; */
    animation: 3s JackpotDesktopAnimation 200ms forwards;
    -moz-animation: 3s JackpotDesktopAnimation 200ms forwards;
    -ms-animation: 3s JackpotDesktopAnimation 200ms forwards;
    -webkit-animation: 3s JackpotDesktopAnimation 200ms forwards;

}

@keyframes JackpotDesktopAnimation {
    0% {
        margin-bottom: 58px;
        left: -110%;
        font-size: 33px;
        line-height: 48px;
        top: 42px;
    }

    30% {
        margin-bottom: 58px;
        font-size: 33px;
        line-height: 48px;
        top: 42px;
        left: 0%
    }

    100% {
        margin-bottom: 0px;
        left: 0;
        font-size: 18px;
        line-height: 22px;
        top: 0;
    }
}

.JackpotMobileAnimation {
    /* display: none; 
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 0px;
    left: 0%;
    top: 0px; */


    animation: 2.5s JackpotMobileAnimation forwards;
}

@keyframes JackpotMobileAnimation {
    0% {
        left: -100%;
        font-size: 13px;
        line-height: 33px;
        margin-bottom: 30px;
        top: 22px
    }

    30% {
        font-size: 13px;
        line-height: 33px;
        margin-bottom: 30px;
        top: 22px;
        left: -5%
    }



    50% {
        font-size: 13px;
        line-height: 33px;
        margin-bottom: 30px;
        left: -5%;
        top: 22px;
    }

    65% {
        opacity: 1;
        font-size: 13px;
        line-height: 33px;
        margin-bottom: 42px;
        left: -5%;
        top: 0;

    }

    80% {
        opacity: 0;
        font-size: 0px;
        line-height: 0px;
        margin-bottom: 0px;
        left: -5%;
        top: -100%;
    }

    100% {
        opacity: 0;
        font-size: 0px;
        line-height: 0px;
        margin-bottom: 0px;
        left: -3%;
        top: -100%;
    }
}


.NumberViewer {
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 10px;

    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */

    /* identical to box height, or 123% */

    text-align: center;
    text-transform: uppercase;

    /* 1 */

    color: #FFFFFF;
    height: 32px;
    text-shadow: 0px 1.8203px 1.8203px rgba(0, 0, 0, 0.09);


}

.NumberWrapper {
    transition: all 1000ms ease-in
}

.BonusToastContainer {
    align-items: center;
    position: absolute;
    width: 308px;
    left: calc((100vw - 308px) / 2);
    height: auto;
    top: 100px;
    z-index: 3;
    transform: scale(1)
}

.BonusTextContainer {
    position: absolute;
    color: white;
    width: 100%;
}

.BonusMegaText {
    position: absolute;
    top: 12px;
    left: 72px;
    font-size: 15px;
    font-style: Bold;
    font-family: Jost;
    font-weight: 700;
    line-height: 20px;
    text-shadow: 0px 8.191376686096191px 8.191376686096191px 0px #00000017;
    text-transform: uppercase;
}

.BonusCurrentWiningsText {
    color: black;
    position: absolute;
    top: 38px;
    left: 71px;
    font-size: 10px;
    font-style: Bold;
    font-family: Jost;
    font-weight: 600;
    line-height: 96%;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 100px;
    background: linear-gradient(to right, #FFC310 0%, #FF9900 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.BonusValueText {
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 75px;
    left: 12px;
    font-size: 12px;
    font-family: Jost;
    font-weight: 500;
    line-height: 16px;
    text-shadow: 0px 6.191376686096191px 6.191376686096191px 0px #00000017;
    text-transform: uppercase;
}

.bonus-close-icon {
    position: absolute;
    top: 6px;
    right: 6px;
}

.bonus-settings-icon {
    position: absolute;
    top: -23px;
    left: 232px;
}

.BonusSettingsText {
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -22px;
    left: 252px;
    font-size: 13px;
    font-family: Jost;
    font-weight: 500;
    line-height: 16px;
    text-shadow: 0px 5.191376686096191px 5.191376686096191px 0px #00000017;
}

.BonusBadgeText {
    color: #252525;
    position: relative;
    top: -19px;
    left: -19px;
    font-size: 11px;
    font-family: Jost;
    font-weight: 900;
    line-height: 14px;
    background: #ffaa08;
    border: 2px solid black;
    border-radius: 50%;
    padding: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: grid;
    place-items: center;
    transform: scale(0.9);
}

.bonus-badge {
    position: relative;
    top: -19px;
    right: 19px;
}

#BonusInfoTitle {
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 15px;
    font-family: Jost;
    font-weight: 500;
    line-height: 111%;
    text-shadow: 0px 6.191376686096191px 6.191376686096191px 0px #00000017;
}

#BonusHistoryTitle {
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 15px;
    font-family: Jost;
    font-weight: 500;
    line-height: 111%;
    text-shadow: 0px 6.191376686096191px 6.191376686096191px 0px #00000017;
}

.bonus-history {
    opacity: 1 !important;
    margin-right: 4px;
}

.BonusHeaderBox .ModalCloseButton {
    top: 40px;
}

#PlayWithMoneyRadio {
    position: absolute;
    right: 50px;
}

.BonusTabContainer,
.bonus-close-icon,
.BonusSettingsText,
#BonusHistoryTitle,
.PlayWithMoney {
    cursor: pointer;
}



#BonusModal .modal-body {
    height: unset;
    overflow: auto;
}

.BonusFreeBetBox[data-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
    border: 1px red solid;
}

.tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-bottom: solid 1px #355A95;
    font-size: 11px;
    font-family: Jost;
    font-weight: 700;
}

.tablinks {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: inherit;
    border: none;
    cursor: pointer;
    font-size: 17px;
}

.tablinks:not(.active) {
    color: #566681;
}

/*   
  .tablinks.active {
    opacity: 1;
  } */

#BestResultModal .ModalBodyBox,
#BetDetailModal .ModalBodyBox {
    overflow: hidden !important;
}

.bonusEndScreen {
    position: absolute;
    top: 100px;
    width: 308px;
    height: 72px;
    left: calc((100vw - 308px) / 2);
    background-image: url('../assets/png/bonus/bonus_toast_bg.png');
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}

.bonusEndScreen .info {
    padding: 1.2em 1em 0 4em;
    line-height: 1;
}

.bonusEndScreen:has(.description:empty) .info {
    margin-top: 0.5em
}

.bonusEndScreen .title {
    font-weight: 700;
}

.bonusEndScreen .description {
    font-size: .875em;
    opacity: .8;
}



.bonusEndScreen .close {
    position: absolute;
    width: 76px;
    text-align: center;
    bottom: -8px;
    right: calc(50% - 38px);
    background-color: #2b3144;
    color: #fff;
    font-size: .75em;
    padding: 1px 17px;
    border-radius: 6px;
    text-transform: uppercase;
    line-height: 1.5;
    cursor: pointer;
}