* {
    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;
    /* Standard syntax */
}

@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 {
    overflow: hidden;
    background-color: black;
}

.game-div {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.game {
    position: relative;
    width: 2370px;
    height: 1220px;
    color: rgba(255, 255, 255, 1);
}

.gameContent {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.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%;
}

#game {
    width: 2370px;
    height: 100%;
    position: relative;
    font-family: RubikRegular;
}

.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: 1220px;
    box-sizing: border-box;
    background: rgba(47, 40, 37, 1);
    /* 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;
}

.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: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10px;
}

.main-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.main-canvas {
    width: 1368px;
    height: 990px;
    margin-top: 32px;
    /* border: 1px solid red; */
    position: relative;
    /* 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: 360px;
    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;
    line-height: 26.07px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    top: 2px;
    position: relative;
}

.balance-value,
.totalbet-value {
    font-family: RubikMedium;
    font-size: 28px;
    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;
    left: 5px;
    position: relative;
}
.center-side {
    display: flex;
    justify-content: space-between;
    width: 745px;
    position: absolute;
    left: calc((100% - 710px) / 2);
    bottom: 272px;
    z-index: 1;
}

.coeff span {
    text-align: center;
    min-width: 40px;
    display: inline-block;
}

.coeff-parent.active .coeff span {
    min-width: 55px;
}

.coeff.active {
    transform: scale(1.2);
}
.coeff .dot {
    min-width: 5px !important;
}

.coeff-container {
    position: absolute;
    display: none;
    top: 30%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.coeff-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 375px;
    font-family: KlipanBlack;
    font-size: 50px;
    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: 70px;
    width: 720px;
    top: -21%;
    opacity: 1;
}

.coeff-YELLOW {
    left: 4%;
}

.coeff-BLUE {
    left: 37%;
}

.coeff-RED {
    left: 71%;
}

.coeff-YELLOW.active {
    left: -8%;
}

.coeff-BLUE.active {
    left: 25.5%;
}

.coeff-RED.active {
    left: 59%;
}

.coeff-parent.exploded {
    color: #fa3d41;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    height: 70px;
    opacity: 1;
    top: -8px;
}

.coeff-arrow {
    display: none;
    background-image: url(../Images/Western/Images/Common/betArrow.png);
    position: absolute;
    width: 185px;
    height: 127px;
    top: 152px;
    left: 35.5%;
    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: 32%;
}

.line-YELLOW {
    right: 32%;
}

.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 );
} */

.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;
}

.bet-accepted-amount {
    display: flex;
    gap: 5px;
    font-family: RubikMedium;
    font-size: 24px;
    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;
    line-height: 33.18px;
    text-align: center;
    display: flex;
    gap: 5px;
}

.bet-accepted-amount .betAmount {
    font-family: RubikMedium;
    font-size: 24px;
    line-height: 28.44px;
}

.bet-accepted-cancel {
    font-family: RubikRegular;
    display: flex;
    gap: 5px;
    font-size: 28px;
    line-height: 33.18px;
    color: rgb(136, 41, 0);
}

.bet-accepted-collect {
    font-family: RubikMedium;
    font-size: 28px;
    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;
    width: 100%;
    height: 100%;
}

.betting-started-button,
.menu-betting-started-button {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-size: cover;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(0deg, #1c4900 4.17%, #428c15 100%);
    gap: 10px;
}

.betting-started-button:hover {
    background: linear-gradient(0deg, #419013 4.17%, #7fea3d 100%);
}

.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;
    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";
} */

.block-div {
    display: block;
    height: 160px;
}

.currency::after {
    content: attr(data-currency);
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    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:hover {
    background: url(../Images/Western/Images/Common/historyHover.png) no-repeat;
}
.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;
}

.menu-autoplay-container {
    display: flex;
    column-gap: 60px;
}

.autoplay-help {
    pointer-events: none;
}

.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: 22px;
    line-height: 26.07px;
    color: rgba(189, 186, 185, 1);
    margin-bottom: 20px;
    margin-top: 40px;
}

.autoplay-content-header-inner {
    font-size: 22px;
    margin-top: 0;
}

.autoplay-button-text {
    font-family: RubikMedium;
    font-size: 28px;
    line-height: 33.18px;
    text-align: left;
}

.game-status {
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    text-align: center;
}

.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;
    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);
}

.autoplay-icon {
    background: url(../Images/Western/Images/Common/autoplayIcon.png) no-repeat;
    display: block;
    width: 29px;
    height: 24px;
}

.autoplay,
.autoplay-help,
.sound,
.music,
.autobet,
.autoCashout {
    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 {
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 10px;
}

.autobet-text,
.autoCashout-text {
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    text-align: left;
}

.autoplay:hover {
    /* background: url(../Images/Western/Images/Common/autoplayHover.png) no-repeat; */
}

.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"],
.music[data-music="true"],
.autobet[data-autobet="true"],
.autoCashout[data-autoCashout="true"] {
    opacity: 1;
}
.autoplay[data-autoplay="true"] .circle,
.autoplay-help[data-autoplay="true"] .circle,
.sound[data-sound="true"] .circle,
.music[data-music="true"] .circle,
.autobet[data-autobet="true"] .circle,
.autoCashout[data-autoCashout="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: center;
}

.autoplay-row-hidden {
    width: 347px;
}

.autoplay-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.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;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 706px;
    height: 465px;
}

.western-history.small {
    display: none;
}

.info-chat {
    display: none;
    width: 706px;
    height: 460px;
    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%;
    height: calc(100% - 80px);
    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: 100%;
    height: 80px;
    border-radius: 10px;
    background: rgba(47, 40, 37, 1);
    border: 1px solid rgba(189, 186, 185, 1);
}
.chat-input input {
    width: calc(100% - 70px);
    height: 100%;
    padding-left: 8.61px;
    background: none;
    border: none;
    font-family: RubikMedium;
    font-size: 22px;
    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: 67px;
    background: rgba(24, 17, 13, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    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: 67px;
    background: rgba(24, 17, 13, 1);
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
}

.topwins-data-headers,
.topX-data-headers,
.topRounds-data-headers {
    display: none;
    height: 32px;
    align-items: center;
    position: relative;
    top: 2px;
}

.statistics-content {
    height: calc(100% - 134px);
    background: rgba(24, 17, 13, 1);
}

.topwins-data-outer {
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 46px);
    position: relative;
    top: 3px;
}

.statistics-tab,
.details-tab {
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    color: rgba(189, 186, 185, 1);
    position: relative;
}

.statistics-tab.active,
.details-tab.active {
    color: white;
}

.statistics-tab.active::after,
.details-tab.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -22px;
    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;
    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;
}

.user-header {
    white-space: nowrap;
}

/* .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: 45px;
}

.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: 100%;
}

.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;
}
.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;
    position: relative;
    font-family: RubikMedium;
    font-size: 24px;
    line-height: 28.44px;
    text-align: center;
    width: 150px;
    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 {
    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: 150px 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: -45px;
    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: 29px;
}

.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: 16px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
}

.progressDark {
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
    width: 786px;
    background-color: rgba(24, 17, 13, 1);
    border-radius: 35px;
    border: 1px solid rgba(189, 186, 185, 1);
    /* top: 20px;
    left: 80px; */
}

.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";.columnTop.sesionTime
    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;
    line-height: 21.33px;
    text-align: center;
    line-height: 41px;
}

.autoplay-bg,
.menu-bg,
.layout-bg,
.how-to-play {
    background: rgba(24, 17, 13, 0.8);
    width: 105%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -8px;
    z-index: 5;
    display: none;
}
.autoplay-bg.active,
.menu-bg.active,
.layout-bg.active {
    display: block;
}
.autoplay-popup,
.menu-popup,
.layout-popup {
    width: 1306px;
    height: 778px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgba(47, 40, 37, 1);
    position: absolute;
    left: calc(50% - 653px);
    top: calc(50% - 389px);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 1) transparent;
}

.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;
}

.how-to-play-video {
    width: 716px;
    min-height: 1052px;
}

.layout-popup {
    height: 460px;
    width: 716px;
    top: calc(50% - 263.5px);
}

.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 {
    width: 1306px;
    height: 800px;
    left: calc(50% - 653px);
    top: calc(50% - 400px);
    background: rgba(47, 40, 37, 1);
}

.autoplay-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);
}

.autoplay-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.autoplay-header-text {
    font-family: RubikMedium;
    font-size: 28px;
    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;
    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);
    bottom: 45px;
}

.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;
    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;
    line-height: 33.18px;
}

.autoplay-stop-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.autoplay-single-input,
.autoplay-sum-input {
    width: 622px;
    height: 60px;
    border-radius: 30px;
    outline: none !important;
    font-family: RubikRegular;
    font-size: 28px;
    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;
}

.autoplay-stop-container.active .autoplay-single-input,
.autoplay-stop-container.active .autoplay-sum-input {
    pointer-events: all;
    opacity: 1;
}

/* 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: 1266px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: RubikMedium;
    font-size: 28px;
    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;
}

.layout-ok {
    width: 656px;
    height: 80px;
    border-radius: 40px;
}

.autoplay-ok:hover,
.layout-ok:hover,
.ok-button:hover {
    background: linear-gradient(0deg, #81c53d 4.17%, #afd788 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;
}

.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: 58%;
    left: -0.5%;
    z-index: 4;
    position: absolute;
    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: 102%;
    visibility: visible;
}

.won-popups {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.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;
} */

.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;
}

.freespin-popup-close,
.giftSpin-win-popup-close {
    background: url(../Images/Western/Images/Common/freespin-won-close.png);
    width: 58px;
    height: 58px;
    position: relative;
    bottom: 191px;
    right: 20px;
    cursor: pointer;
}

.freespin-popup-close:hover,
.giftSpin-win-popup-close:hover {
    background: url(../Images/Western/Images/Common/freespin-won-close-hover.png);
}

.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-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: -1.0s;
    animation-delay: -1.0s;
}

.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: 1415px;
    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;
}

.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;
}

.scroll-last-100-spins.active:hover {
    background: url(../Images/Western/Images/Common/leftHover.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;
}

/* Hide scrollbar for IE, Edge add Firefox */
.last-100-spins-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
}

.high {
    color: #2d6e49;
}

.low {
    color: rgb(255, 50, 63);
}

.scroll-last-100-spins {
    /* position: absolute; */
    cursor: pointer;
    background: url(../Images/Western/Images/Common/right.png) no-repeat center;
    width: 40px;
    height: 40px;
}

.scroll-last-100-spins:hover {
    background: url(../Images/Western/Images/Common/rightHover.png) no-repeat center;
}

/* 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);
}

.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;
}

/* how to play end */

html[lang="it"] .top-bets {
    font-size: 15px;
}

/* Media query for macOS */

@media (-webkit-min-device-pixel-ratio: 2) {
    .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/chatBackground.png);
    width: 704px;
    height: 67px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.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: RubikMedium;
    font-size: 28px;
    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 {
    background-image: url(../Images/Western/Images/Common/up.png);
}

.betting-container {
    width: 100%;
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.menu-betting-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.betting-wrapper,
.autoplay-betting-wrapper,
.autoplay-betting-started-wrapper,
.menu-betting-wrapper {
    width: 716px;
    height: 241px;
    border-radius: 10px 46px 46px 10px;
    padding: 7px 7px;
    background: rgba(24, 17, 13, 0.4);
    position: relative;
}

.autoplay-betting-wrapper {
    width: 100%;
    height: 271px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}

.menu-betting-wrapper {
    width: 676px;
    height: 150px;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    border-radius: 10px 46px 46px 10px;
}

.autoplay-betting-started-wrapper {
    height: 163px;
    width: 676px;
    border-radius: 40px;
}

.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,
.help-bet-button {
    background: linear-gradient(0deg, #348504 4.17%, #5fbd00 100%);
    border-radius: 40px;
    cursor: pointer;
    width: 343px;
    height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.help-bet-button {
    cursor: auto;
}

.autoplay-bet-button,
.menu-bet-button {
    width: 324px;
    height: 130px;
}

.menu-bet-button {
    pointer-events: none;
}

.bet-button:hover {
    background: linear-gradient(0deg, #469d10 4.17%, #7fea3d 100%);
}

.bet-button.cancel {
    background: linear-gradient(0deg, #b40e16 4.17%, #f63e40 100%);
}

.bet-button.cancel:hover {
    background: linear-gradient(0deg, #b51517 4.17%, #ff696b 100%);
}

.bet-input-container,
.autoplay-bet-input-container,
.autoplay-multiplier-input-container,
.menu-bet-input-container {
    width: 343px;
    height: 127px;
    padding: 5px 5.74px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #18110d;
    border: 1px solid #595351;
}

.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,
.autoplay-multiplier-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    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;
    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,
.help-bet-value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 87px;
    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;
}

.help-bet-value {
    cursor: auto;
}

.menu-bet-value {
    cursor: auto;
    width: 74px;
    height: 60px;
}

.disable-collect {
    opacity: 0.9;
    pointer-events: none;
    gap: 150px;
}

.collect {
    background: linear-gradient(0deg, #1c4900 4.17%, #428c15 100%);
    width: 361px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.help-bet-button.collect {
    pointer-events: none;
}

.collect:hover {
    background: linear-gradient(0deg, #419013 4.17%, #7fea3d 100%);
}

.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 {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.main-layout.active {
    flex-direction: column-reverse;
}

.howToPlay-betting-options-container-bottom {
    width: 698px;
    height: 178px;
    background: url(../Images/Western/Images/Common/howToPlayBets.png);
}

.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: 21px;
}

.menu-category {
    width: 280.91px;
    height: 57px;
    padding: 12px 20px 12px 20px;
    border-radius: 40px;
    background: rgba(47, 40, 37, 1);
    font-family: RubikMedium;
    font-size: 28px;
    line-height: 33.18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.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:not(.active):hover .menu-category-text {
    color: white;
}

.menu-category.active .menu-category-text {
    color: rgba(24, 17, 13, 1);
}

.menu-content {
    height: calc(100% - 77px);
    overflow-y: scroll;
}

.menu-content-children {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0 0 20px 0;
}

.menu-content-children.active {
    display: flex;
}

.menu-content-children.help {
    background: rgba(47, 40, 37, 1);
    padding: 0 20px;
}

.menu-content-headers {
    width: 100%;
    height: 40px;
    background: rgba(89, 83, 81, 1);
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.menu-help-header {
    align-self: flex-start;
    margin: 40px 0 10px 0;
    color: white;
    font-size: 22px;
    font-family: RubikMedium;
}

.menu-help-description {
    align-self: flex-start;
    color: #bdbab9;
    font-size: 18px;
    font-family: RubikRegular;
    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;
}

.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: 157px;
}

.menu-help-other {
    background: rgba(89, 83, 81, 1);
    width: 100%;
    height: 40px;
    font-family: RubikMedium;
    font-size: 22px;
    line-height: 26.07px;
    display: flex;
    align-items: center;
    padding-left: 20.36px;
}
