* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    /* Standard syntax */
}

*:focus-visible {
    outline: none;
}

@font-face {
    font-family: RubikRegular;
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: RubikMedium;
    src: url(../fonts/Rubik-Medium.ttf);
}

@font-face {
    font-family: KlipanBlack;
    src: url(../fonts/KlipanBlack.ttf);
}

input,
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

body,
html {
    overflow: hidden;
    background-color: black;
    touch-action: none;
    height: 100%;
    overscroll-behavior: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.game-div {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.game {
    margin: 0 auto;
    width: 360px;
    height: 640px;
    position: relative;
    color: rgba(255, 255, 255, 1);
}

.gameContent {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(47, 40, 37, 1);
}
.none,
.hide {
    display: none !important;
}

.canvas canvas {
    position: relative;
    margin-left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    left: auto;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 2px red solid; */
    /* pointer-events: none; */
}

.canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.canvHead {
    z-index: 1;
    position: absolute;
    top: 88px;
    left: 1037px;
}

.game.small .canvHead {
    left: 967px;
}

.GameParent {
    position: absolute;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    height: 1344px;
    /* width: 836px;
    height: 410px; */
    box-sizing: border-box;
    /* background-image: url(../Images/Western/Images/Common/background.png); */
    /* background-repeat: no-repeat; */
    /* background-position-y: -66px; */
    /* background-position-x: center; */
    /* overflow: hidden; */
}

.loader-div {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 -88px;
    width: 177px;
    height: 40px;
    background: url(../Images/Western/Images/Common/logo.svg) no-repeat center / cover;
}
/* .logo{
    margin-left: 60px;
} */

.loader-bar {
    background-color: rgb(70, 70, 70);
    width: 178px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 90px 0 0 -89px;
    border-radius: 1px;
}

.loader-bar div {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 4px;
    border-radius: 2px;
}
.loader-text {
    width: 178px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 105px 0 0 -89px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: RubikMedium;
}
.header-info {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.header-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 10px;
}
.header-info-bottom {
    display: flex;
    gap: 10px;
    width: 100%;
    z-index: 1;
}
.header-buttons {
    display: flex;
    gap: 10px;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.main-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.main-canvas {
    width: 758px;
    height: 521px;
    top: -1px;
    position: relative;
    /* border: 1px solid red; */
    /* background: url(../Images/Western/Images/Common/canvasBackground.png) no-repeat center; */
}

.onlinePlayer {
    font-family: "Intro";
    color: rgb(255, 255, 255);
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 15px;
    margin-left: 80px;
    font-size: 16px;
}
.onlinePlayer-icon {
    background: url(../Images/Western/Images/Common/onlinePlayer.png) no-repeat;
    width: 6px;
    height: 6px;
}

.top {
    display: flex;
    width: 100%;
    justify-content: center;
}
.flex-balance {
    display: flex;
    position: absolute;
    gap: 875px;
    left: 50%;
    transform: translate(-50%, 0) translateY(100%);
    bottom: 165px;
}

.totalbet {
    background: url(../Images/Western/Images/Common/totalBet.png);
    width: 230px;
    height: 74px;
    position: relative;
    top: 50px;
}

.balance {
    width: 327px;
    height: 60px;
    border-radius: 30px;
    background: rgba(24, 17, 13, 1);
    border: 2px solid rgba(89, 83, 81, 1);
}

.balance-header {
    font-family: RubikRegular;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    top: 2px;
    position: relative;
}

.balance-value,
.totalbet-value {
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    top: -4px;
    position: relative;
}

.balance-value::after,
.totalbet-value::after {
    content: attr(data-currency);
    font-size: 22px;
    position: relative;
    left: 5px;
}
.center-side {
    display: flex;
    justify-content: space-between;
    width: 745px;
    position: absolute;
    left: calc((100% - 710px) / 2);
    bottom: 272px;
    z-index: 1;
}

.coeff-container {
    position: absolute;
    display: none;
    top: 30%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.coeff-X {
    top: 40px;
}
.coeff span {
    text-align: center;
    min-width: 25px;
    display: inline-block;
}

.coeff-parent.active .coeff span {
    min-width: 40px;
}

.coeff.active {
    transform: scale(1.2);
}
.coeff .dot {
    min-width: 5px !important;
}
.coeff-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 160px;
    font-family: "KlipanBlack";
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    opacity: 0.64;
    color: rgba(255, 255, 255, 1);
}

.coeff-parent.active {
    color: rgba(127, 234, 61, 1);
    font-size: 48px;
    width: 360px;
    top: -18%;
    opacity: 1;
}

.coeff-parent.exploded {
    color: #fa3d41;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    height: 39px;
    opacity: 1;
    top: -4px;
}

.coeff-YELLOW {
    left: 10.5%;
}

.coeff-BLUE {
    left: 40%;
}

.coeff-RED {
    left: 70%;
}

.coeff-YELLOW.active {
    left: -3%;
}

.coeff-BLUE.active {
    left: 27%;
}

.coeff-RED.active {
    left: 56%;
}

.coeff-arrow {
    display: none;
    background-image: url(../Images/Western/Images/Common/betArrowMobile.png);
    position: absolute;
    width: 66px;
    height: 46px;
    top: 175%;
    left: 41%;
    animation: moveUpDown 0.6s infinite;
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.coeff-parent.active .coeff-arrow {
    display: block;
}

.line {
    position: absolute;
    width: 6px;
    height: 100px;
    background: rgba(47, 40, 37, 1);
    border-radius: 3px;
}

.line-RED {
    left: 29%;
}

.line-YELLOW {
    right: 29%;
}

.control-panel {
    background: url(../Images/Western/Images/Common/controlPanel.png);
    width: 700px;
    height: 311px;
    position: absolute;
    left: calc((100% - 670px) / 2);
    bottom: 50px;
}

.texts,
.suntexts {
    width: 93%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(237, 225, 182);
    position: relative;
    left: 6px;
}

/* .texts:hover {
    color: rgb(255, 243, 189);
} */

.bet-texts {
    font-size: 14px;
    font-family: "Intro Black Caps";
    text-align: center;
}

.betSize {
    font-size: 24px;
    font-family: "Intro Black Caps";
    text-align: center;
    letter-spacing: 1px;
}

.plusSize {
    font-size: 24px;
}

.minusSize {
    font-size: 14px;
    color: #b7b2a3;
}

.sunMinusSize {
    font-size: 14px;
    color: #f0e4b0;
}

.sun-div {
    display: flex;
    justify-content: center;
    /* position: relative; */
    bottom: -132px;
}

.plus-amount,
.autoplay-plus-amount,
.multiplier-plus-amount,
.menu-plus-amount {
    background: url(../Images/Western/Images/Common/plus.png) no-repeat;
    cursor: pointer;
    width: 57.37px;
    height: 50px;
    background-position: center;
}

.menu-plus-amount {
    pointer-events: none;
}

/* .plus-amount:hover {
    background: url(../Images/Western/Images/Common/plushover.png );
} */

.minus-amount,
.autoplay-minus-amount,
.multiplier-minus-amount,
.menu-minus-amount {
    background: url(../Images/Western/Images/Common/minus.png) no-repeat;
    cursor: pointer;
    width: 57.37px;
    height: 50px;
    background-position: center;
}

.menu-minus-amount {
    pointer-events: none;
}

/* .minus-amount:hover {
    background: url(../Images/Western/Images/Common/minushover.png );
} */

.betAmount {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: center;
}

.banditsBetCurrency {
    color: rgb(95, 16, 28);
    font-size: 24px;
    font-family: "Intro Black Caps";
}

.banditsBetAmount {
    font-size: 21px;
    font-family: "Intro Black Caps";
    color: rgb(95, 16, 28);
}

.sunBetCurrency {
    color: rgb(128, 77, 33);
    font-size: 20px;
    font-family: "Intro Black Caps";
}

.sunBetAmount {
    font-size: 21px;
    color: rgb(128, 77, 33);
    font-family: "Intro Black Caps";
}

.sheriffs-bets {
    position: absolute;
    width: 178px;
    height: 53px;
    top: 104px;
    left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.bandits-bets {
    position: absolute;
    width: 178px;
    height: 53px;
    top: 104px;
    left: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.sun-bets {
    position: absolute;
    width: 198px;
    height: 53px;
    top: 20px;
    left: 251px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.block-div {
    display: block;
    height: 160px;
}

.currency::after {
    content: attr(data-currency);
    font-family: RubikMedium;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.history {
    background: url(../Images/Western/Images/Common/history.png) no-repeat;
    position: absolute;
    cursor: pointer;
    width: 57px;
    height: 57px;
    bottom: 135px;
    right: 100px;
    z-index: 5;
}

.history::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    background: url(../Images/Western/Images/Common/historyAnimate.png);
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.volume {
    background: url(../Images/Western/Images/Common/volume.png) no-repeat;
    width: 54px;
    height: 57px;
    cursor: pointer;
    z-index: 5;
}
/* 
.volume:hover {
    background: url(../Images/Western/Images/Common/volumehover.png) no-repeat;
} */

.volume.active {
    background: url(../Images/Western/Images/Common/turnOnSound.png) no-repeat;
}

/* .volume.active:hover {
    background: url(../Images/Western/Images/Common/turnOnSoundHover.png) no-repeat;
} */

.autoplay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 77px);
    width: 100%;
    padding: 0px 20px 30px 20px;
}

.autoplay-content-header,
.autoplay-content-header-inner {
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 26.07px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    margin-top: 40px;
}

.autoplay-content-header-inner {
    font-size: 22px;
    margin-top: 0;
}

/* Toggle container */
.autoplay,
.autoplay-help,
.sound,
.autobet,
.autoCashout,
.music {
    width: 80px;
    height: 44px;
    border-radius: 22px;
    background: rgba(24, 17, 13, 1);
    border: 2px solid rgba(89, 83, 81, 1);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
}

.autoplay-outer,
.autoplay-popup-outer {
    /* margin-top: 25px; */
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 10px;
}

.small .autoplay-outer {
    /* margin-top: 20px; */
}

.autoplay-popup-outer {
    margin: 10px 0;
}

.autobet-text,
.autoCashout-text {
    font-family: RubikMedium;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    text-align: left;
}

/* .autoplay.two{
    margin-top: 30px;
} */

/* Circle (toggle button) */
.circle {
    width: 40px;
    height: 38px;
    border-radius: 22px;
    background: linear-gradient(0deg, #469d10 4.17%, #7fea3d 100%);
    transition: transform 0.3s;
    transform: translateX(0); /* Default position */
}

.autoplay[data-autoplay="true"],
.autoplay-help[data-autoplay="true"],
.sound[data-sound="true"],
.autobet[data-autobet="true"],
.autoCashout[data-autoCashout="true"],
.music[data-music="true"] {
    opacity: 1;
}
.autoplay[data-autoplay="true"] .circle,
.autoplay-help[data-autoplay="true"] .circle,
.sound[data-sound="true"] .circle,
.autobet[data-autobet="true"] .circle,
.autoCashout[data-autoCashout="true"] .circle,
.music[data-music="true"] .circle {
    transform: translateX(38px);
    opacity: 1;
    box-shadow: 0px 2px 6px 6px rgba(16, 15, 15, 1), /* First drop shadow */ 0px 2px 0px 1px rgba(61, 95, 33, 1),
        /* Second drop shadow */ 0px 3px 3px 1px rgba(39, 61, 20, 1),
        /* Third drop shadow */ -4px 0px 20px 0px rgba(101, 181, 150, 1),
        /* Fourth drop shadow */ inset 0px 1px 2px 1px rgba(207, 234, 165, 1),
        /* First inner shadow */ inset 0px 2px 12px 4px rgba(197, 234, 165, 1); /* Second inner shadow */
}

/* .autoplay[data-autoplay="true"]::after {
    content: attr(data-autoplay-spins);
    position: absolute;
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 54px;
    text-align: center;
    width: 86px;
    left: 58px;
    z-index: 1;
} */

.spinsCountBox {
    display: none;
    background: url(../Images/Western/Images/Common/spinsCountBox.png) no-repeat;
    width: 90px;
    height: 35px;
    position: relative;
    left: -55px;
    top: 9px;
}

.autoplay-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autoplay-row-hidden {
    width: 347px;
}

.autoplay-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 1 0px 0px;
    gap: 24px;
}

.menu {
    background: url(../Images/Western/Images/Common/menu.png) no-repeat;
    width: 54px;
    height: 57px;
    cursor: pointer;
    z-index: 5;
}

/* .menu:hover {
    background: url(../Images/Western/Images/Common/menuhover.png) no-repeat;
} */

.western-history {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 715px;
    z-index: 2;
    margin-top: 60px;
}

.small .western-history {
    margin-top: 45px;
}

.western-history.small {
    height: 497px;
}

.western-history-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    height: 347px;
}

.western-history.active .western-history-overlay {
    pointer-events: none;
}

.western-history-overlay-bg {
    background-image: url(../Images/Western/Images/Common/statisticsBlur.png);
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.western-history.active .western-history-overlay-bg {
    display: none;
}

.western-history-overlay-scrollDown,
.western-history-overlay-scrollUp {
    background-image: url(../Images//Western/Images/Common/statisticsScrollDown.png);
    z-index: 1;
    width: 272px;
    height: 86px;
    position: relative;
    top: 15px;
    pointer-events: all;
    z-index: 2;
}

.western-history.active .western-history-overlay-scrollDown {
    display: none;
}

.western-history-overlay-scrollUp {
    background-image: url(../Images//Western/Images/Common/statisticsSctollUp.png);
    width: 154px;
    height: 87px;
    display: none;
}

.western-history.active .western-history-overlay-scrollUp {
    display: block;
    top: 600px;
}

/* .info-chat{
    width: 619px;
    height: 487px;
    left: calc(50% - 309.5px);
    top: calc(50% - 243.5px);
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    background: rgba(24, 17, 13, 1);
    flex-direction: column;
} */

/* .info-chat.active{
    display: flex;
} */

.info-chat-container {
    width: 715px;
    height: 1026px;
}
.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 25px);
    height: 90px;
    font-family: "CrystalBetUni_Bold";
    font-size: 30px;
    color: rgba(151, 158, 255, 0.502);
    padding-left: 60px;
}
.chat-content {
    width: 100%;
    margin-top: 24px;
    height: calc(100% - 124px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 transparent;
}
.chat-content::-webkit-scrollbar {
    width: 8px;
}
.chat-content::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 50px;
}
.chat-content::-webkit-scrollbar-track {
    background: transparent;
}
.chat-time,
.chat-text,
.chat-user {
    font-size: 20px;
    font-family: "CrystalBetUni_Regular";
}
.chat-time {
    width: 90px;
}
.chat-text {
    color: #ffffff;
    width: calc(100% - 125px);
    word-break: break-all;
}
.chat-time,
.chat-user {
    color: rgba(255, 255, 255, 0.302);
}
.chat-user {
    width: 100px;
    overflow: hidden;
}
.chat-outer {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}
.chat-input {
    position: relative;
    width: 676px;
    height: 80px;
    border-radius: 10px;
    background: rgba(47, 40, 37, 1);
    border: 1px solid rgba(189, 186, 185, 1);
    margin: auto;
    margin-bottom: 20px;
}
.chat-input input {
    width: calc(100% - 70px);
    height: 100%;
    padding-left: 8.61px;
    background: none;
    border: none;
    font-family: RubikMedium;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    text-align: left;
    color: rgba(189, 186, 185, 1);
}

.chat-input input:focus {
    outline: none;
}

.close-icon {
    background: url(../Images/Western/Images/Common/close.png);
    cursor: pointer;
    width: 54px;
    height: 57px;
    display: block;
}

/* .close-icon:hover{
    background: url(../Images/Western/Images/Common/closeHover.png);
} */

.chat-input input::placeholder {
    color: rgba(189, 186, 185, 1);
}
.chat-input input:-ms-input-placeholder {
    color: rgba(189, 186, 185, 1);
}
.chat-input input::-ms-input-placeholder {
    color: rgba(189, 186, 185, 1);
}
.chat-send-button {
    cursor: pointer;
    width: 84px;
    height: 84px;
    top: -3px;
    right: 0px;
    background: url(../Images/Western/Images/Common/sendButton.png) no-repeat center;
    position: absolute;
}
/* 
.chat-send-button:hover{
    background: url(../Images/Western/Images/Common/sendButtonHover.png) no-repeat center;
} */

.chatBet-container {
    display: flex;
    width: 188px;
    margin-top: 17px;
    justify-content: space-between;
}
.chat-button {
    cursor: pointer;
    width: 83px;
    height: 82px;
    background: url(../Images/Plinko/chat.png) center no-repeat;
}

/* .chat-button:hover{
    background: url(../Images/Plinko/chatHover.png) center no-repeat;
} */

.history-bg-header {
    width: 100%;
    height: 66.69px;
    background: rgba(24, 17, 13, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.history-bg-body {
    /* background: url(../Images/Western/Images/Common/history-bg.png) no-repeat; */
    display: block;
    width: 100%;
    height: calc(100% - 66.69px);
}
.history-details-header {
    width: 100%;
    height: 66.69px;
    background: rgba(24, 17, 13, 1);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.statistics-content {
    height: calc(100% - 134px);
    background: rgba(24, 17, 13, 1);
}

.statistics-tab,
.details-tab {
    font-family: RubikRegular;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    text-align: center;
    cursor: pointer;
    width: 150px;
    position: relative;
    color: rgba(189, 186, 185, 1);
}

.statistics-tab.active,
.details-tab.active {
    color: white;
}

.statistics-tab.active::after,
.details-tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -19px;
    left: 0;
    background-color: white;
}

.dailywins-line {
    background: url(../Images/Western/Images/Common/dailywins-line.png);
    width: 579px;
    height: 2px;
    margin-left: 8px;
}
.currentbet-header,
.my-wins-header-text,
.topRounds-data-headers,
.topwins-data-headers,
.topX-data-headers,
.topRounds-data-headers {
    height: 41px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    background: rgba(144, 70, 56, 1);
    text-align: center;
    font-family: RubikRegular;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
}

.currentbet-header div,
.my-wins-header-text div,
.topRounds-data-headers div,
.topwins-data-headers div,
.topX-data-headers div,
.topRounds-data-headers div {
    color: rgba(189, 186, 185, 1);
}

.topwins-data-headers,
.topX-data-headers,
.topRounds-data-headers {
    display: none;
}

.amount-header {
    width: 185px !important;
}
/* .user-header{
    width: 140px;
}
.bet-header{
    width: 70px !important;
}

.x-header{
    width: 80px;
}
.win-header{
    width: 200px;
} */
.current-history-data .row span {
    min-width: 0;
    width: 125px;
}
.current-history-data .row {
    width: 100%;
    position: relative;
    height: 41px;
}

.history-rounds-header,
.statistics-header,
.my-wins-header {
    display: none;
    height: 100%;
    flex-direction: column;
}

.history-content[data-active-tab="history-rounds-header"] .history-rounds-header {
    display: flex;
    /* height: 85%;
    margin-top: 72px;
    overflow-y: scroll;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px; */
}

.history-content[data-active-tab="statistics-header"] .statistics-header {
    display: flex;
    /* height: 99%; */
}

.history-content[data-active-tab="my-wins-header"] .my-wins-header {
    display: flex;
    /* height: 82.4%;
    overflow-y: scroll;
    margin-top: 102px;
    border-bottom-left-radius: 49px;
    border-bottom-right-radius: 49px; */
}

.statistics-content[data-active-tab="statistic-topWins"] .topwins-data-headers {
    display: flex;
}
.statistics-content[data-active-tab="statistic-topX"] .topX-data-headers {
    display: flex;
}
.statistics-content[data-active-tab="statistic-topRounds"] .topRounds-data-headers {
    display: flex;
}

.my-wins-header::-webkit-scrollbar {
    display: none;
}
.history-content {
    height: 100%;
}

.close-history {
    background: url(../Images/Western/Images/Common/history-close.png);
    width: 52px;
    height: 52px;
    position: absolute;
    top: 40px;
    right: -12px;
    z-index: 6;
    cursor: pointer;
}
/* .close-history:hover {
    background: url(../Images/Western/Images/Common/history-close-hover.png);
} */
.history-topwin-line {
    background-color: rgba(47, 40, 37, 1);
    width: 620px;
    height: 1px;
    /* margin-left: 148px; */
}

.history-mywin-line {
    /* background: url(../Images/Western/Images/Common/topwinLine.png) no-repeat; */
    background-color: rgba(47, 40, 37, 1);
    width: 100%;
    height: 1px;
}
.history-stats-line {
    background: url(../Images/Western/Images/Common/topwinLine.png) no-repeat;
    width: 579px;
    height: 2px;
    margin-left: -6px;
}

.history-tab {
    /* font-size: 18px;
    font-family: "Intro";
    font-weight: bold;
    color: rgb(112, 100, 76);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 179.3px;
    height: 63px;
    line-height: 19px;
    margin-left: -6px; */
    text-align: center;
    cursor: pointer;
    font-family: RubikRegular;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.44px;
    width: 150px;
    text-align: center;
    position: relative;
    color: rgba(189, 186, 185, 1);
}

.history-tab.active {
    color: white;
}

.history-tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -19px;
    left: 0;
    background-color: white;
}

.column {
    z-index: 1;
    height: max-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
    justify-content: flex-start;
    font-size: 18px;
    margin-left: 7px;
}

.columnTop {
    z-index: 1;
    height: max-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 45px;
    justify-content: flex-start;
    font-size: 18px;
}

.columnTop.sesionTime {
    align-items: flex-start;
    width: 110px;
}

.columnTop.red {
    align-items: flex-end;
    /* width: 70px; */
}

.player {
    white-space: nowrap;
}

.topwins-data-outer {
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 46px);
    position: relative;
    top: 3px;
}

.topwins-data {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}
.mywins-data {
    flex-direction: column;
    justify-content: start;
    height: fit-content;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.mywins-data-outer {
    height: calc(100% - 41px);
    overflow-y: auto;
    scrollbar-width: none;
    background: rgba(24, 17, 13, 1);
    -ms-overflow-style: none;
}
.current-history-data {
    display: flex;
    overflow-y: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column;
    background: rgba(24, 17, 13, 1);
    height: calc(100% - 41px);
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}
.current-history-data::-webkit-scrollbar {
    display: none;
}
.winNumber {
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Intro-Regular";
    color: rgb(116, 103, 81);
}
.progress {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 17, 13, 0.4);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 4;
    visibility: hidden;
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26px;
    padding: 60px 0;
}

.bet-proccentage-container {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 0;
    z-index: 4;
}

.bet-proccentage-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 18px;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -35px;
    font-family: RubikRegular;
}

.bet-proccentage-icon-YELLOW,
.bet-proccentage-icon-BLUE,
.bet-proccentage-icon-RED {
    width: 43px;
    height: 32px;
    background-size: cover;
}

.bet-proccentage-icon-YELLOW {
    background-image: url(../Images/Western/Images/Common/star.png);
}

.bet-proccentage-icon-BLUE {
    background-image: url(../Images/Western/Images/Common/hat.png);
}

.bet-proccentage-icon-RED {
    background-image: url(../Images/Western/Images/Common/horse.png);
}

.bet-proccentage-line-YELLOW,
.bet-proccentage-line-BLUE,
.bet-proccentage-line-RED {
    width: 100%;
    height: 10px;
}

.bet-proccentage-YELLOW,
.bet-proccentage-BLUE,
.bet-proccentage-RED {
    position: relative;
    display: none;
}

.bet-proccentage-line-YELLOW {
    background-color: rgba(249, 177, 54, 1);
    border-radius: 0 0 0 5.5px;
}

.bet-proccentage-line-BLUE {
    background-color: rgba(55, 138, 229, 1);
}

.bet-proccentage-line-RED {
    background-color: rgba(240, 74, 193, 1);
    border-radius: 0 0 5.5px 0;
}

.getting-bet,
.processing-bet {
    font-size: 18px;
    font-family: "Intro";
    color: rgb(255, 243, 189);
    font-weight: bold;
    display: flex;
    justify-content: center;
    position: relative;
    top: 325px;
    letter-spacing: 1px;
}

.getting-bet {
    visibility: hidden;
}

.processing-bet {
    display: none;
    color: rgb(255, 243, 189);
    margin-top: -22px;
    position: relative;
    top: 300px;
}

.progressColor {
    width: 100%;
    height: 9px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
}

.progressDark {
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
    width: 340px;
    background-color: rgba(24, 17, 13, 1);
    border-radius: 5px;
    border: 1px solid rgba(189, 186, 185, 1);
}

.progressDark > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disable-button {
    opacity: 0.5;
    pointer-events: none;
}

.my-wins-header {
    width: 100%;
    height: 100%;
}

/* .myWins {
    font-size: 18px;
    font-family: "Intro";
    color: rgb(60, 46, 42);
    font-weight: bold;
    width: 25%;
} */

.row {
    height: 41px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
}

.row span {
    width: 45px;
    display: flex;
    justify-content: center;
}

.row span.sesionTime {
    width: 110px;
    justify-content: flex-start;
}

.topWinNumber,
.topRoundsData {
    position: relative;
    font-family: RubikRegular;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    text-align: center;
}

.topRoundsData,
.topWinNumber {
    line-height: 41px;
}

.user-header {
    text-align: left;
    width: 60px !important;
    white-space: nowrap;
}

.win-header {
    text-align: right;
    width: 125px;
}

.bet-header {
    width: 185px;
}

.x-header {
    width: 125px;
}

.betSunIcon {
    background: url(../Images/Western/Images/Common/sunIcon.png) no-repeat;
    width: 22px;
    height: 22px;
    min-width: 22px !important;
    background-position: center;
    position: relative;
    left: 10px;
}
.betbanditsIcon {
    background: url(../Images/Western/Images/Common/banditsIcon.png) no-repeat;
    width: 20px;
    height: 19px;
    min-width: 22px !important;
    background-position: center;
    position: relative;
    left: 10px;
}
.betSheriffsIcon {
    background: url(../Images/Western/Images/Common/sheriffsIcon.png) no-repeat;
    width: 16px;
    height: 18px;
    min-width: 22px !important;
    background-position: center;
    position: relative;
    left: 10px;
}
.autoplay-bg,
.menu-bg,
.chat-bg,
.layout-bg,
.how-to-play {
    background: rgba(24, 17, 13, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: none;
}
.autoplay-bg.active,
.menu-bg.active,
.chat-bg.active,
.layout-bg.active {
    display: block;
}

.autoplay-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.autoplay-header-text {
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
}

.autoplayGrid {
    position: relative;
}

.gridAmount {
    font-size: 21px;
    font-family: "Intro Black Caps";
    color: #d0bc97;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10px;
}

.gridAmount::after {
    content: attr(data-currency);
    font-size: 15px;
    position: relative;
    top: 3px;
}

.firstrow {
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 5px;
}

.bet-button-text,
.waiting-bet-button-text,
.menu-bet-button-text {
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: center;
    color: rgba(24, 17, 13, 1);
}

.waiting-bet-button-text {
    position: absolute;
    display: none;
    font-size: 24px;
    color: rgba(24, 17, 13, 0.75);
    top: 72%;
}

.amount {
    height: 70px;
}

.secondrow {
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: space-evenly;
}

.roundHeaderText {
    font-size: 16px;
    font-family: "Intro";
    color: rgb(232, 216, 165);
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}

.roundBox {
    width: 245.2px;
    height: 60px;
    border-radius: 30px;
    background: rgba(24, 17, 13, 1);
    border: 1px solid rgba(89, 83, 81, 1);
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.roundBox.active {
    border-radius: 110px;
    background: linear-gradient(0deg, #419013 4.17%, #6bb026 100%);
    box-shadow: 0px 4px 12px 4px rgba(197, 234, 162, 0.4) inset, 0px 1px 2px 1px #cfe8b6 inset, 0px 3px 3px 1px #273d19,
        0px 4px 0px 1px #3d5f28, 0px 2px 6px 6px #100f0e;
}
.autoplay-rounds-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roundBox-div {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 10px;
}

.sliders {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 40px;
    left: 55px;
}

.autoplay-stop-text {
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
}

.autoplay-stop-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.autoplay-single-input,
.autoplay-sum-input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    outline: none !important;
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: center;
    background: rgba(24, 17, 13, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    pointer-events: none;
    opacity: 0.3;
}

.autoplay-single-input.addCurrency,
.autoplay-sum-input.addCurrency {
    left: -117px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.icon-div {
    width: 33.3%;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.autoplay-cancel {
    background-image: url(../Images/Western/Images/Common/autoplayCancel.png);
    width: 259px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* .autoplay-cancel:hover {
    background-image: url(../Images/Western/Images/Common/cancelHover.png);
    width: 289px;
    height: 105px;
    position: relative;
    top: -16px;
    left: -15px;
} */

.autoplay-ok,
.layout-ok,
.ok-button {
    background: linear-gradient(0deg, #419013 4.17%, #6bb026 100%);

    box-shadow: 0px 3px 3px 1px #273d19, 0px 4px 0px 1px #3d5f28, 0px 2px 6px 6px #100f0e,
        0px 4px 12px 4px rgba(197, 234, 162, 0.4) inset, 0px 1px 2px 1px #cfe8b6 inset;
    width: 676px;
    height: 80px;
    display: flex;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    color: rgba(24, 17, 13, 1);
    margin-top: 20px;
    border-radius: 40px;
}

.ok-button {
    margin-top: 0;
    width: 280px;
    height: 80px;
}

.autoplay-ok {
    width: 100%;
}

.autoplay-ok.disabled {
    opacity: 0.3;
    background: linear-gradient(0deg, #419013 4.17%, #6bb026 100%);
    box-shadow: 0px 3px 3px 1px #273d19, 0px 4px 0px 1px #3d5f28, 0px 2px 6px 6px #100f0e,
        0px 4px 12px 4px rgba(197, 234, 162, 0.4) inset, 0px 1px 2px 1px #cfe8b6 inset;
}

.xAdder {
    position: absolute;
    top: 58px;
    color: rgb(252, 235, 197);
    font-size: 20px;
    letter-spacing: 1px;
    width: 101.5px;
    text-align: center;
    right: 119px;
    font-family: "Intro";
}

.sheriffGrid {
    background-image: url(../Images/Western/Images/Common/sherrifssGrid.png);
    width: 173px;
    height: 127px;
}

.sunGrid {
    background-image: url(../Images/Western/Images/Common/sunGrid.png);
    width: 173px;
    height: 127px;
}

.freespins {
    background-image: url(../Images/Western/Images/Common/chashgame_freespins.png);
    width: 71px;
    height: 445px;
    position: absolute;
    top: 340px;
    right: 90px;
    display: none;
}

.freespins-amount {
    width: 100%;
    height: 61px;
    position: relative;
    top: 8px;
    left: 2px;
    font-size: 24px;
    font-family: "Intro";
    color: rgb(255, 243, 189);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spins-div {
    width: 100%;
    height: 378px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: relative;
    top: 7px;
}

.freespin.active,
.crashgame.active {
    background-image: url(../Images/Western/Images/Common/spinbox.png);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #442810;
}

.crashgame,
.freespin {
    width: 65px;
    height: 188px;
    font-size: 18px;
    font-family: "Intro";
    color: rgb(255, 243, 189);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.win-popup,
.no-money-popup {
    background-image: url(../Images/Western/Images/Common/won.png);
    width: 726px;
    height: 101px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    visibility: hidden;
    bottom: 55%;
    z-index: 4;
    position: absolute;
    left: 0%;
    transition: bottom 3s;
}

.no-money-popup {
    background-image: url(../Images/Western/Images/Common/noMoney.png);
    width: 718px;
    height: 96px;
}

.win-popup.active,
.no-money-popup.active {
    bottom: 100%;
    visibility: visible;
}

.youwon {
    color: #f9b136;
    font-size: 18px;
    font-family: RubikRegular;
    margin-top: 9px;
}

.nomoney {
    font-size: 28px;
    font-family: RubikMedium;
    color: white;
}

.won-amount,
.menu-help-winning-amount {
    color: white;
    font-size: 28px;
    font-family: RubikMedium;
}

/* 
.bandits-win-popup .youwon,
.bandits-won-amount {
    margin-left: 50px;
}
.sheriffs-win-popup .youwon,
.sheriffs-won-amount {
    margin-right: 50px;
} */

/* .sheriffs-won-amount,
.bandits-won-amount {
    font-size: 24px;
    font-family: "Intro Black Caps";
    color: rgb(255, 252, 245);
    display: flex;
    gap: 4px;
} */

.won-amount {
    font-family: RubikRegular;
    font-size: 28px;
}

.won-currency::after {
    content: attr(data-currency);
    position: relative;
    font-size: 22px;
    left: 5px;
}

.currencySymbol::after {
    content: attr(data-currencySymbol);
    position: relative;
}

.min-bet::after {
    content: attr(data-minBet);
    position: relative;
}

.max-bet::after {
    content: attr(data-maxBet);
    position: relative;
}

.max-cashout::after {
    content: attr(data-maxCashOut);
    position: relative;
}

.max-multiplier::after {
    content: attr(data-maxMultiplier);
    position: relative;
}

.before-line {
    position: relative;
    top: 48px;
    left: 14px;
    height: 171px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.collect-component {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.after-line {
    height: 120px;
    position: relative;
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.freespin-won-amount,
.giftSpinAmount {
    font-size: 55px;
    font-family: "ConfettiWestern";
    color: rgb(51, 109, 131);
    position: relative;
    left: 10px;
}

.freespin-currency.won-currency::after {
    font-size: 32px;
    font-family: "ConfettiWestern";
    color: rgb(51, 109, 131);
    position: relative;
    top: 0px;
    left: 10px;
}

/* error */

.error-popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 17, 13, 0.8);
    z-index: 6;
    cursor: default;
}

.error-popup-mini p {
    font-size: 19px;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 170px;
}

.error-popup-content {
    width: 716px;
    padding: 10px 10px 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: rgba(47, 40, 37, 1);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.error-popup-content p {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    font-family: RubikMedium;
}

.errorX {
    align-self: flex-end;
}

/* .errorX:hover {
    background-image: url(../Images/Western/Images/Common/er);
} */

/* .error-popup.reload .error-popup-content {
    background-image: url(../Images/Western/Images/Common/error.png);
    width: 389px;
    height: 303px;
} */

.error-reload {
    background: linear-gradient(0deg, #469d10 4.17%, #7fea3d 100%);
    color: rgba(24, 17, 13, 1);
    cursor: pointer;
    width: 280px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 33px;
    font-family: RubikMedium;
    text-align: center;
    border-radius: 40px;
    margin-top: 40px;
}

.not-enough-money {
    background-image: url(../Images/Western/Images/Common/lessMoney.png);
    width: 293px;
    height: 59px;
    position: relative;
    left: calc((100% - 265px) / 2);
    bottom: -730px;
    z-index: 3;
    visibility: hidden;
}

.not-enough-money span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    width: 223px;
    left: 54px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

/* last100 spine start*/

#last-100-spins-icon {
    position: absolute;
    display: flex;
    top: 80px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-image: url(../Images/Western/Mobile/Images/Common/multipliericon.png);
}

.last100 {
    position: absolute;
    left: 18px;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    top: 68px;
    text-align: center;
}

.spin-loading {
    position: relative;
    width: 71px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    visibility: hidden;
    top: 70px;
}

.spin-loading-block {
    width: 8px;
    height: 12px;
    margin: 0 1px;
    -webkit-animation: changeBackground 1.2s infinite ease-in-out;
    animation: changeBackground 1s infinite ease-in-out;
    background-color: rgb(166, 142, 114);
    box-shadow: inset 0px 0px 5.64px 0.36px rgba(218, 178, 100, 0.004);
}

.spin-loading-block:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spin-loading-block:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spin-loading-block:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes changeBackground {
    0%,
    40%,
    100% {
        background-color: rgb(252, 241, 184);
    }

    20% {
        background-color: rgb(166, 142, 114);
    }
}

@keyframes changeBackground {
    0%,
    40%,
    100% {
        background-color: rgb(166, 142, 114);
    }

    20% {
        background-color: rgb(252, 241, 184);
    }
}
#last-100-spins {
    /* position: absolute; */
    /* top: 345px; */
    /* left: 82px; */
    z-index: 1;
    width: calc(100% - 50px);
    height: 40px;
    /* background: url(../Images/Western/Images/Common/lastmultiplier.png) no-repeat; */
}
#last-100-spins.active {
    /* display: block; */
    background-image: url(../Images/Western/Images/Common/lastmultiplieractive.png);
    height: 588px;
}
.last-100-spins-content {
    position: relative;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.last100SpinsComponent {
    display: flex;
    max-width: 207px;
    height: 40px;
    padding: 9px 10px 9px 10px;
    gap: 10px;
    border-radius: 20px;
    background: rgba(24, 17, 13, 1);
    border: 1px solid rgba(89, 83, 81, 1);
}

.last100SpinsMultiplier {
    font-family: RubikRegular;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    text-align: center;
}

.last100SpinsMultiplierLine {
    width: 1px;
    height: 18px;
    border-radius: 1px;
    background: rgba(89, 83, 81, 1);
}

.scroll-last-100-spins.active {
    background: url(../Images/Western/Images/Common/left.png) no-repeat center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.last-100-spins-content::-webkit-scrollbar,
.history-rounds-header::-webkit-scrollbar,
.topwins-data::-webkit-scrollbar,
.mywins-data::-webkit-scrollbar {
    display: none;
}

.high {
    color: #2d6e49;
}

.low {
    color: rgb(255, 50, 63);
}

.last-100-spins-content .active-row {
    color: rgb(50, 219, 255);
    width: 68px;
    position: relative;
}

.last-100-spins-content .row {
    width: 68px;
    height: 36px;
    display: flex;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fcebc5;
    position: relative;
    left: 2px;
}

.last-100-spins-content .row:active {
    background-color: rgba(64, 128, 255, 0.2);
}

/* .last-100-spins-content .row:hover {
    opacity: 0.6;
} */

.scroll-last-100-spins {
    background: url(../Images/Western/Images/Common/right.png) no-repeat center;
    width: 40px;
    height: 40px;
}

/* last100 spine end*/

.sherrifs-sum::after,
.sun-sum::after,
.bandits-sum::after {
    content: attr(data-currency);
    font-size: 16.5px;
    font-family: "Intro-Semi-Bold";
    color: rgb(75, 13, 13);
}

/* hash start */

.hash-popup {
    position: absolute;
    display: none;
    top: 373px;
    left: 202px;
    width: 315px;
    height: 245px;
    background-image: url(../Images/Western/Mobile/Images/Common/hash.png);
    z-index: 1;
}

.hash-popup-close {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.hash-popup-close::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    pointer-events: none;
    background-image: url(../Images/Western/Mobile/Images/Common/close.png);
}

/* .hash-popup-close:hover:before {
    background-image: url(../Images/Western/Mobile/Images/Common/closehover.png);
} */

.hash-popup-header {
    height: 35px;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.hash-popup-header span {
    padding-left: 10px;
    color: rgb(93, 70, 75);
    font-family: "Intro-Regular";
    font-size: 12px;
}

.hash-popup-panel {
    display: flex;
    padding-top: 10px;
    padding-left: 2px;
    align-items: center;
    justify-content: center;
}

.hash-popup-panel-left,
.hash-popup-panel-right {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hash-popup-panel-right {
    background: url(../Images/Western/Mobile/Images/Common/right.png) no-repeat center;
    width: 29px;
    height: 33px;
}

.hash-popup-panel-left {
    background: url(../Images/Western/Mobile/Images/Common/left.png) no-repeat center;
    width: 29px;
    height: 33px;
}
/* 
.hash-popup-panel-left:hover {
    background-image: url(../Images/Western/Mobile/Images/Common/lefthover.png);
}

.hash-popup-panel-right:hover {
    background-image: url(../Images/Western/Mobile/Images/Common/righthover.png);
} */

.hash-popup-panel-left::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 130px;
    top: -51px;
    left: -50px;
    pointer-events: none;
    background-image: url("../Images/HelicopterX/Images/Hash/hash.png");
    background-position: -534px -134px;
}

/* .hash-popup-panel-left:hover::before {
    background-position: -663px -134px;
} */

.hash-popup-panel-right::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 131px;
    top: -51px;
    right: -50px;
    pointer-events: none;
    background-image: url("../Images/HelicopterX/Images/Hash/hash.png");
    background-position: -534px -1px;
}

/* .hash-popup-panel-right:hover::before {
    background-position: -663px -1px;
} */

.hash-popup-panel-coef {
    width: 120px;
    color: #ff2c95;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.hash-popup-info p {
    position: relative;
    top: 7px;
    left: 23px;
}

.hash-popup-info {
    font-size: 14px;
    font-family: "Intro";
    color: rgb(255, 238, 195);
}

.hash-popup-hash-code,
.hash-popup-result-code {
    width: 228px;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
}

.hash-popup-result-code {
    padding-top: 20.5px;
}

.hash-popup-info:last-child {
    padding-top: 8px;
}

.hash-popup-info > div {
    position: relative;
}

.hash-popup-hash-copy,
.hash-popup-result-copy {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 13px;
    right: 16px;
    cursor: pointer;
    background-image: url(../Images/Western/Mobile/Images/Common/copy.png);
}

/* .hash-popup-hash-copy:hover,
.hash-popup-result-copy:hover {
    background-image: url(../Images/Western/Mobile/Images/Common/copyhover.png);
} */

/* hash end */
.wonColor {
    color: rgb(40, 148, 40);
}

.maxMultiplier {
    background-image: url(../Images/Western/Images/Common/maxMultiplier.png);
    width: 458px;
    height: 238px;
    position: absolute;
    left: calc((100% - 458px) / 2);
    top: 36%;
    z-index: 6;
    visibility: hidden;
}

.closeMultiplier {
    background-image: url(../Images/Western/Images/Common/close.png);
    width: 52px;
    height: 52px;
    position: absolute;
    right: -16px;
    top: -18px;
    cursor: pointer;
}

/* .closeMultiplier:hover {
    background-image: url(../Images/Western/Images/Common/history-close-hover.png);
} */

.maxMultiplierAmount,
.maxMultiplier-text {
    font-size: 58px;
    font-family: "WesternBangBang";
    color: rgb(255, 249, 209);
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 40px;
}

.htpl {
    position: relative;
    top: -48px;
}

.footer {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dont-show {
    display: flex;
    height: 100%;
    align-items: center;
}

.checker {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.dont-show span {
    font-size: 18px;
    font-family: "Intro";
    color: rgba(252, 235, 197, 0.302);
    font-weight: bold;
}

.check-button {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(24, 17, 13, 1);
    border: 2px solid rgba(89, 83, 81, 1);
}

.check-button.checked {
    /* background: rgba(24, 17, 13, 1);*/
    border: 2px solid rgb(252, 235, 197);
    position: relative;
}

.check-button.checked::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 14px;
    height: 7px;
    border-left: 3px solid rgb(252, 235, 197);
    border-bottom: 3px solid rgb(252, 235, 197);
    transform: rotate(-45deg);
}

.howToPlay-text {
    font-family: RubikMedium;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(189, 186, 185, 1);
}

.player-currency::after {
    position: relative;
    top: -7px;
    color: rgb(8, 43, 56);
    font-size: 14px;
}

.player-amount {
    font-size: 24px;
    font-family: "Intro-Black-Caps";
    color: rgb(255, 243, 189);
}

.player-amount-currency::after {
    font-size: 16px;
    font-family: "Intro-Black-Caps";
    color: rgb(255, 243, 189);
    position: relative;
    top: -4px;
}
/* how to play end */

html[lang="it"] .top-bets {
    font-size: 15px;
}

/* Media query for macOS */

@media (-webkit-min-device-pixel-ratio: 2) {
    .sun-side {
        bottom: 55px;
    }

    .hash-popup-hash-code,
    .hash-popup-result-code {
        padding-top: 26px;
    }
}

/* animate bets  */
.animated-text-container {
    position: relative;
    width: 500px;
    height: 95px;
    display: flex;
    color: white;
    text-align: center;
    visibility: hidden;
    flex-direction: column-reverse;
}
.collect-bets-animated-text .animated-text-container {
    flex-direction: column;
}
.collect-bets-animated-text.active .animated-text-container,
.current-bets-animated-text.active .animated-text-container {
    visibility: visible;
}
.animated-text:nth-child(5) {
    opacity: 0.2;
}
.animated-text:nth-child(4),
.animated-text:nth-child(3) {
    opacity: 0.5;
}
.animated-text {
    position: absolute;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Intro";
}
.animated-text span {
    color: #86ff9d;
}
.collect-bets-animated-text {
    position: absolute;
    top: 150px;
    left: 855px;
    pointer-events: none;
}
.current-bets-animated-text {
    position: absolute;
    bottom: 355px;
    left: calc((100% - 690px) / 2);
    width: 720px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.collect-bets-animated-text {
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
}
.collect-bets-animated-text {
    left: 25px;
    right: 0;
    margin: auto;
    width: 500px;
    top: 125px;
}
.betCalculator {
    position: absolute;
    bottom: 375px;
    width: 700px;
    height: 20px;
    display: flex;
    justify-content: space-around;
    font-family: "Intro";
    font-size: 18px;
    color: #ffffff;
    visibility: hidden;
    font-weight: bold;
    left: calc((100% - 675px) / 2);
}

/* change history tab for small device */

.western-chat {
    background-image: url(../Images/Western/Images/Common/chatIconMobile.png);
    width: 54px;
    height: 57px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    padding: 0 20px;
    gap: 10px;
    z-index: 5;
}
/* 
.western-chat:hover{
    background-image: url(../Images/Western/Images/Common/chatBackgroundHover.png);
 */

.western-chat-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatIcon {
    background-image: url(../Images/Western/Images/Common/chatIcon.png);
    width: 24px;
    height: 24px;
    display: block;
}

.western-chat-text {
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: left;
}

.western-chat-down {
    display: block;
    background-image: url(../Images/Western/Images/Common/down.png);
    width: 33px;
    height: 22px;
}

.western-chat-down.active {
    display: block;
    background-image: url(../Images/Western/Images/Common/up.png);
    width: 33px;
    height: 22px;
}

.betting-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.betting-top {
    display: flex;
    gap: 10px;
    width: 100%;
}

.bet-button,
.autoplay-bet-button,
.menu-bet-button {
    background: linear-gradient(0deg, #348504 4.17%, #5fbd00 100%);
    border-radius: 40px;
    cursor: pointer;
    width: 343px;
    height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.small .bet-button,
.autoplay-bet-button,
.menu-bet-button,
.small .betting-started-button {
    height: 152px;
}

.help-bet-button {
    cursor: auto;
}

.autoplay-bet-button,
.menu-bet-button {
    width: 324px;
    height: 130px !important;
}

.menu-bet-button {
    pointer-events: none;
}

.bet-button.cancel {
    background: linear-gradient(0deg, #b40e16 4.17%, #f63e40 100%);
}

.autoplay-bet-button.cancel {
    background: linear-gradient(0deg, #b40e16 4.17%, #f63e40 100%);
}

.bet-input-container,
.autoplay-bet-input-container,
.autoplay-multiplier-input-container,
.menu-bet-input-container {
    width: 343px;
    height: 115px;
    padding: 5px 5.74px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #18110d;
    border: 1px solid #595351;
}

.small .bet-input-container {
    height: 71px;
}

.autoplay-bet-container .autoplay-bet-input-container {
    pointer-events: none;
    opacity: 0.3;
}

.autoplay-bet-container.active .autoplay-bet-input-container {
    pointer-events: all;
    opacity: 1;
}

.autoplay-multiplier-container .autoplay-multiplier-input-container {
    pointer-events: none;
    opacity: 0.3;
}

.autoplay-multiplier-container.active .autoplay-multiplier-input-container {
    pointer-events: all;
    opacity: 1;
}

.autoplay-bet-container {
    width: 100%;
}

.autoplay-multiplier-container {
    width: 100%;
}

.autoplay-bet-input-container,
.autoplay-multiplier-input-container {
    height: 71px;
    width: 100%;
}

.menu-bet-input-container {
    height: 60px;
    width: 324px;
}

.bet-values-conatiner {
    display: flex;
    gap: 10px;
}

.bet-input,
.menu-bet-input,
.autoplay-bet-input,
.autoplay-multiplier-input {
    background: none;
    border: none;
    width: calc(100% - 68px);
    height: 100%;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 9px;
    box-sizing: border-box;
    text-align: center;
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.menu-bet-input {
    pointer-events: none;
}

.bet-input:focus,
.autoplay-bet-input:focus,
.autoplay-multiplier-input:focus {
    outline: none;
}

.bet-value,
.autoplay-bet-value,
.menu-bet-value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 79px;
    gap: 0px;
    border-radius: 10px;
    background: #18110d;
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
    text-align: center;
    cursor: pointer;
}

.small .bet-value,
.autoplay-bet-value,
.menu-bet-value {
    height: 71px;
}

.menu-bet-value {
    cursor: auto;
    width: 74px;
    height: 60px;
}

.disable-collect {
    opacity: 0.9;
    pointer-events: none;
    gap: 150px;
}

.collect-amount {
    font-size: 28px;
    /* font-family: "Intro"; */
    font-weight: bold;
    color: rgb(255, 244, 207);
}

.collect-text {
    font-size: 24px;
    font-family: "Intro";
    color: rgb(255, 244, 207);
    letter-spacing: 1px;
}

.autoplay-bet-value {
    width: 68px;
    height: 57px;
}

.betting-options-container,
.howToPlay-betting-options-container {
    width: 716px;
    height: 180px;
    padding: 5px 5px 10px 5px;
    gap: 5px;
    border-radius: 100px;
    border: 2px;
    background: rgba(24, 17, 13, 1);
    border: 2px solid rgba(89, 83, 81, 1);
    display: flex;
    align-items: center;
    position: relative;
}

.main-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
}

.small .main-layout {
    gap: 35px;
    margin-top: 46px;
}

.main-layout.active {
    flex-direction: column-reverse;
}

.howToPlay-betting-options-container-bottom {
    width: 1266px;
    height: 151px;
    background: url(../Images/Western/Images/Common/howToPlayBets.png);
}

.howToPlay-betting-options-container {
    width: calc(100% - 40px);
    margin-bottom: 20px;
}

.betting-option,
.howToPlay-betting-option {
    width: 500px;
    height: 130px;
}

.YELLOW,
.BLUE,
.RED {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
}

.howToPlay-betting-option {
    cursor: auto;
}

.YELLOW {
    background-image: url(../Images/Western/Images/Common/star.png);
}

.BLUE {
    background-image: url(../Images/Western/Images/Common/hat.png);
}

.RED {
    background-image: url(../Images/Western/Images/Common/horse.png);
}

.YELLOW.active {
    background-image: url(../Images/Western/Images/Common/starActive.png);
}

.BLUE.active {
    background-image: url(../Images/Western/Images/Common/hatActive.png);
}

.RED.active {
    background-image: url(../Images/Western/Images/Common/horseActive.png);
}

.YELLOW.exploded {
    background-image: url(../Images/Western/Images/Common/starExploded.png);
    cursor: auto;
}

.BLUE.exploded {
    background-image: url(../Images/Western/Images/Common/hatExploded.png);
    cursor: auto;
}

.RED.exploded {
    background-image: url(../Images/Western/Images/Common/horseExploded.png);
    cursor: auto;
}

.betting-selector {
    position: absolute;
    background-image: url(../Images/Western/Images/Common/betSelector.png);
    width: 249px;
    height: 185px;
    top: 0px;
    left: 0px;
    z-index: 0;
    transition: transform 0.3s ease; /* Smooth transition */
}

.betting-selector.active {
    background-image: url(../Images/Western/Images/Common/betSelectorActive.png);
}

.betting-selector.YELLOW {
    transform: translate(-3px, 0px); /* Top left (initial position) */
}
.betting-selector.BLUE {
    transform: translate(232px, 0px); /* Move right */
}
.betting-selector.RED {
    transform: translate(467px, 0px); /* Move right */
}

.autoplay-betting-selector.YELLOW {
    transform: translate(-7px, 0px); /* Top left (initial position) */
}
.autoplay-betting-selector.BLUE {
    transform: translate(225px, 0px); /* Move right */
}
.autoplay-betting-selector.RED {
    transform: translate(465px, 0px); /* Move right */
}

.autoplay-stop-container {
    width: 100%;
    display: flex;
    gap: 10px;
}

.autoplay-stop-container.active .autoplay-single-input,
.autoplay-stop-container.active .autoplay-sum-input {
    pointer-events: all;
    opacity: 1;
}

.game-icon {
    background: url(../Images/Western/Images/Common/gameIcon.png);
    width: 24px;
    height: 18px;
}

.question-icon {
    background: url(../Images/Western/Images/Common/questionIcon.png);
    width: 35px;
    height: 24px;
}

.menu-category.active .game-icon {
    background: url(../Images/Western/Images/Common/gameIconActive.png);
}

.menu-category.active .question-icon {
    background: url(../Images/Western/Images/Common/questionIconActive.png);
}

.menu-category .menu-category-text {
    color: rgba(189, 186, 185, 1);
}

.menu-category.active {
    background: rgba(189, 186, 185, 1);
}
.menu-category.active .menu-category-text {
    color: rgba(24, 17, 13, 1);
}

.menu-content-children {
    display: none;
    flex-direction: column;
    align-items: center;
}

.menu-content-children.active {
    display: flex;
}

.autoplay-popup,
.menu-popup,
.info-chat,
.layout-popup,
.how-to-play-popup {
    width: 716px;
    height: 1227px;
    left: calc(50% - 358px);
    top: calc(50% - 613.5px);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgba(47, 40, 37, 1);
    position: absolute;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 1) transparent;
}

.how-to-play-popup {
    display: flex;
}

.autoplay-popup {
    height: 778px;
    top: calc(50% - 389px);
}

.layout-popup {
    height: 460px;
    top: calc(50% - 263.5px);
}

.how-to-play-video {
    width: 716px;
    min-height: 1052px;
}

.menu-popup::-webkit-scrollbar {
    width: 6px;
}
.menu-popup::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
}
.menu-popup::-webkit-scrollbar-track {
    background: transparent;
}

.menu-popup {
    background: rgba(47, 40, 37, 1);
}

.autoplay-icon {
    background: url(../Images/Western/Images/Common/autoplayIcon.png) no-repeat;
    display: block;
    width: 29px;
    height: 24px;
}

/* start from here */
.autoplay-header-container,
.chat-header-container,
.layout-header-container {
    width: 100%;
    height: 77px;
    padding: 10px 10px 10px 20px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: space-between;
    background: rgba(89, 83, 81, 1);
}

.menu-category {
    border-radius: 40px;
    background: rgba(47, 40, 37, 1);
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 263.04px;
    height: 57px;
    padding: 12px 20px 12px 20px;
    gap: 10px;
}
.autoplay-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.close-icon {
    background: url(../Images/Western/Images/Common/close.png);
    cursor: pointer;
    width: 54px;
    height: 57px;
    display: block;
}
.game-icon {
    background: url(../Images/Western/Images/Common/gameIcon.png);
    width: 24px;
    height: 18px;
}
.question-icon {
    background: url(../Images/Western/Images/Common/questionIcon.png);
    width: 35px;
    height: 24px;
}
.menu-category.help {
    width: 281px;
}
.menu-content-headers {
    width: 100%;
    height: 40px;
    background: rgba(89, 83, 81, 1);
    font-family: RubikMedium;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.help-betting-options-container {
    background: url(../Images/Western/Images/Common/helpBettingOption.png);
    width: 698px;
    height: 172px;
}

.howToPlay-betting-options-container-bottom {
    width: 698px;
    height: 178px;
    background: url(../Images/Western/Images/Common/howToPlayBets.png);
}

.betting-container {
    /* margin-top: 18px; */
    width: 716px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.small .betting-container {
    /* margin-top: 0; */
}

.autoplay-betting-container {
    width: 716px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.autoplay-betting-container {
    width: 100%;
}

.betting-wrapper,
.autoplay-betting-wrapper,
.autoplay-betting-started-wrapper,
.menu-betting-wrapper {
    width: 716px;
    height: 224px;
    border-radius: 10px 46px 46px 10px;
    padding: 10px 10px;
    background: rgba(24, 17, 13, 0.4);
    position: relative;
}

.small .betting-wrapper,
.autoplay-betting-wrapper,
.autoplay-betting-started-wrapper,
.menu-betting-wrapper {
    height: 172px;
}

.autoplay-betting-wrapper {
    width: 100%;
    height: 271px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-betting-wrapper {
    width: 676px;
    height: 150px;
    display: flex;
    gap: 10px;
    border-radius: 10px 46px 46px 10px;
}

.autoplay-betting-started-wrapper {
    height: 163px;
    width: 676px;
    border-radius: 40px;
}

.betting-noBet {
    display: flex;
    gap: 11.47px;
}
/* 
.betting-cancel{
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

*/

.bet-accepted {
    font-family: RubikRegular;
    font-size: 22px;
    font-weight: 400;
}

.bet-accepted-amount {
    display: flex;
    gap: 5px;
    font-family: RubikRegular;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.44px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: 50px;
    border-radius: 20px;
    background: rgba(24, 17, 13, 0.6);
}

.bet-accepted-winning {
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    display: flex;
    gap: 5px;
}

.bet-accepted-amount .betAmount {
    font-family: RubikRegular;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.44px;
}

.bet-accepted-cancel {
    font-family: RubikRegular;
    display: flex;
    gap: 5px;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.18px;
    color: rgb(136, 41, 0);
}

.bet-accepted-collect {
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: center;
    color: rgba(24, 17, 13, 0.7);
}

.betting-started {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.betting-started-button,
.menu-betting-started-button {
    display: flex;
    width: 696px;
    height: 204px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 1);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(0deg, #1c4900 4.17%, #428c15 100%);
    gap: 5px;
}

.menu-betting-started-button {
    width: 658px;
    height: 144px !important;
}

.bet-values-conatiner {
    /* border-radius: 10px;
    background-color:  rgba(24, 17, 13, 1);
    ; */

    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.betting-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-help-header {
    align-self: flex-start;
    margin: 40px 0 10px 0;
    color: white;
    font-size: 22px;
    font-family: RubikMedium;
    font-weight: 500;
}
.menu-help-description {
    align-self: flex-start;
    color: #bdbab9;
    font-size: 18px;
    font-family: RubikRegular;
    font-weight: 400;
    margin-bottom: 20px;
}
.menu-help-gameObjective-img {
    background-image: url(../Images/Western/Images/Common/gameObjective.png);
    width: 662px;
    height: 148px;
}
.menu-help-betting-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.help-bet-button.collect {
    pointer-events: none;
}
.collect {
    background: linear-gradient(0deg, #1c4900 4.17%, #428c15 100%);
    width: 324px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu-content {
    height: calc(100% - 77px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu-content-children.help {
    padding: 0 20px;
}
.menu-help-movingBets-img {
    background: url(../Images/Western/Images/Common/helpBettingOption2.png);
    width: 676px;
    height: 145px;
}
/* .autoplay, .autoplay-help {
    background: url(../Images/Western/Images/Common/autoplayBackground.png) no-repeat;
    width: 80px;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; */
/* position: relative; */
/* left: -54px; */
/* top: 10px; */
/* } */

.menu-autoplay-container {
    display: flex;
    column-gap: 60px;
}

.autoplay-help {
    pointer-events: none;
}

.autoplay-button-text {
    font-family: RubikRegular;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: left;
}

.menu-help-winning-img {
    background-image: url(../Images/Western/Images/Common/won.png);
    width: 726px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.menu-help-blownCars-img {
    background-image: url(../Images/Western/Images/Common/blownCars.png);
    width: 676px;
    height: 148px;
}
.menu-help-other {
    background: rgba(89, 83, 81, 1);
    width: 100%;
    height: 40px;
    font-family: RubikMedium;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.07px;
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.choose-betting-option {
    font-size: 22px;
}
.last-100-spins-wrapper {
    display: none;
}

.burger-menu-popup {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 340px;
    height: 335px;
    top: 70px;
    right: 0;
    background: rgba(24, 17, 13, 1);
    border: 2px solid rgba(89, 83, 81, 1);
    border-radius: 10px;
    z-index: 2;
}

.burger-menu-popup.active {
    display: flex;
}

.burger-menu-popup-item {
    width: 330px;
    height: 61px;
    padding: 12px 20px 12px 20px;
    background: rgba(47, 40, 37, 1);
    font-family: RubikMedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.layout-contant {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 30px 20px;
}

.layout-options {
    display: flex;
    gap: 10px;
}

.layout-button {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 40, 37, 1);
    border: 2px solid rgba(89, 83, 81, 1);
}

.layout-option-outer {
    width: 333px;
    height: 233px;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(24, 17, 13, 1);
}

.layout-button-active {
    display: none;
    width: 30px;
    height: 28px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: linear-gradient(0deg, #469d10 4.17%, #7fea3d 100%);
}

.layout-button.active .layout-button-active {
    display: block;
}

.layour-view {
    width: 313px;
    height: 146px;
}

.layour-view.one {
    background: url(../Images/Western/Images/Common/layoutOptionOne.png);
}

.layour-view.two {
    background: url(../Images/Western/Images/Common/layoutOptionTwo.png);
}

.main-layout.horizontal {
    display: none;
}

@media only screen and (orientation: landscape) {
    .main-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .main-layout {
        display: none;
    }

    .main-layout.horizontal {
        display: flex;
    }

    .betting-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 0;
    }

    .main-canvas {
        width: 990px;
        height: 521px;
    }

    .header-info-bottom {
        display: none;
    }

    .last-100-spins-wrapper {
        display: flex;
        width: 1037px;
        justify-content: space-between;
        z-index: 1;
    }

    .autoplay-popup,
    .menu-popup,
    .info-chat,
    .how-to-play-popup {
        width: 1306px;
        height: 720px;
        left: calc(50% - 653px);
        top: calc(50% - 360px);
    }
    .autoplay-popup {
        height: 778px;
        top: calc(50% - 389px);
    }

    .help-betting-options-container {
        width: 1266px;
        background: url(../Images/Western/Images/Common/helpBettingOptionHorizontal.png);
        height: 145px;
    }
    .help-betting-options-container.two {
        width: 1266px;
        background: url(../Images/Western/Images/Common/helpBettingOption2Horizontal.png);
        height: 145px;
    }
    .menu-help-movingBets-img {
        width: 1266px;
        background: url(../Images/Western/Images/Common/helpBettingOptionHorizontal.png);
        height: 145px;
    }

    .chat-input {
        width: 1266px;
        height: 80px;
    }

    .betting-started-button,
    .menu-betting-started-button {
        /* height: 158px; */
    }

    .chat-content {
        height: calc(100% - 220px);
    }

    .balance {
        width: 296px;
    }

    .GameParent {
        height: 800px;
    }

    .main-left-outer {
        height: 715px;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .gameContent {
        height: 101%;
    }

    .coeff-container {
        top: 22%;
    }

    .coeff-YELLOW {
        left: 10%;
    }

    .coeff-BLUE {
        left: 41%;
    }

    .coeff-RED {
        left: 72.5%;
    }

    .coeff-YELLOW.active {
        left: 0%;
    }

    .coeff-BLUE.active {
        left: 30.5%;
    }

    .coeff-RED.active {
        left: 61%;
    }

    .coeff-arrow {
        left: 42%;
    }
    .how-to-play-video {
        width: 1306px;
        min-height: 571px;
    }
}
