* {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    background-color: #171721;
}

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

.game {
    position: relative;
    width: 2370px;
    /* height: 1080px; */
    height: 1180px;
    /* margin: 0 auto !important;
    left: 0 !important; */
    transform: translateX(-100px);
}
.gameContent{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.game.small .gameContent{
    width: 94%;
}

.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;
}

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

#game {
    width: 2370px;
    height: 100%;
    position: relative;
    font-family: "CrystalNU4-Regular";
    /* background: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/Background.jpg'); */
}

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

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

.GameParent {
    position: absolute;
    /* left: -100px;
    top: -100px; */
    margin-left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 2370px;
    height: 103%;
    box-sizing: border-box;
    background: url('../Images/SlicerX/Images/Common/Background.jpg') no-repeat center;
    overflow: hidden;
}

/* Loader Start */
.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%;
    width: 205px;
    height: 205px;
    margin: -102px 0 0 -102px;
    background: url('../Images/loader-logo.gif') no-repeat center / contain;
}

.gfgloader .loader-logo {
    width: 173px;
    height: 162px;
    margin: -86px 0 0 -81px;
    background: url('../Images/gfgloader.png') no-repeat center / cover;
}
.lobby-icon{
    background: url('../Images/SlicerX/Images/Common/Lobby.png') !important;
    width: 73px !important;
    height: 66px !important;
    z-index: 9 !important;
}
.lobby-icon:hover{
    background: url('../Images/SlicerX/Images/Common/LobbyHover.png') !important;
    width: 73px !important;
    height: 66px !important;
}
.loader-bar {
    width: 156px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 90px 0 0 -89px;
    border-radius: 1px;
}

.loader-background {
	position: absolute;
	width: 0;
	top: -1px;
	left: -5px;
	height: 5px;
	overflow: inherit !important;
	background: url('../Images/loader-background.png') no-repeat center / cover;
}

.gfgloader .loader-background {
    display: none;
}

.loader-text {
    display: none;
}

.loader-icon {
	position: absolute;
	width: 24px;
	height: 21px;
	top: -8px;
	right: -12px;
	transition: .2s;
	transform: scale(0);
	will-change: transform;
	background: url('../Images/loader-icon.png');
}
/* Loader End */
.loader {
    border-width: 2px;
    border-color: rgb(34, 38, 48);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(25, 28, 37);
    box-shadow: inset 0px 4px 0px 0px rgba(14, 17, 24, 0.48);
    width: 675px;
    height: 7px;
    display: none;
}

.ldrBar {
    margin: -5px auto 0px auto;
    width: 100%;
    height: 13px;
    border-radius: 5px;
    background-color: #3cbe7a;
    border: #48ea95 solid 2px;
}

.loader.yellow div {
    background-color: #ffe980;
    border: #fcf5d6 solid 2px;
}

.loader.red div {
    background-color: #fe6a54;
    border: #ffa294 solid 2px;
}

.progress-text {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Intro-Bold';
    text-transform: uppercase;
    display: flex;
    visibility: hidden;
}

.progress-text div {
    font-family: 'CrystalBetUni-Regular';
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 43px;
    display: none;
}



.progress-text div.win {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Intro-Regular';
    overflow: hidden;
    white-space: nowrap;
}

.progress-text div.win .win-list {
    display: inline-block;
    margin: 0 16px;
}

.progress-text div.box {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: top;
    margin-top: 4px;
}

.progress-span {
    font-family: CrystalBetUni-Bold;
    font-size: 30px;
    color: #3cbe7a;
    line-height: 35px;
    margin-left: 5px
}

.logo {
    background: url('../Images/SlicerX/Images/Common/logo.png') no-repeat center;
    height: 57px;
    width: 269px;
    margin-left: 35px;
}

.bet-container {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    height: 324px;
}

/*Updates start*/

.place-bet-wrapper {
    width: 514px;
    height: 228px;
    background-color: #13161c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid #2a2e3b;
    box-shadow: 0px 1px 0.33px 0.67px rgba(0, 0, 0, 0.16),inset 0px 3px 1.92px 0.08px rgba(29, 33, 40, 0.16);
    position: relative;
}

.bet-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    top: -11px;
    left: 6px;
}

.minus, .plus {
    height: 101.96px;
    width: 80px;
    border-radius: 10px;
    background-size: contain;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.minus {
    background-image: url('../Images/SlicerX/Images/Common/minus.png');
}

.minus:hover {
    background-image: url('../Images/SlicerX/Images/Common/minus-hover.png');
}

.plus {
    background-image: url('../Images/SlicerX/Images/Common/plus.png');
}

.plus:hover {
    background-image: url('../Images/SlicerX/Images/Common/plus-hover.png');
}

.bet-input {
    width: 330px;
    height: 120.4px;
    background-color: transparent;
    border: none;
    background-image: url('../Images/SlicerX/Images/Common/bet-input.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    margin: 0px 6px 18.44px;
    text-align: center;
    font-size: 22.35px;
    font-family: "CrystalBetUni-Regular";
    outline: none;
    pointer-events: none;
}

.bet-input:hover {
    background-image: url('../Images/SlicerX/Images/Common/bet-input-hover.png');
}

.bet-list-arrow {
    position: absolute;
    top: 5px;
    left: 234px;
    background-color: transparent;
    background-image: url('../Images/SlicerX/Images/Common/arrow-circle.png');
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
}

.bet-list-arrow::after {
    content: '';
    position: absolute;
    background-image: url('../Images/SlicerX/Images/Common/bet-list-arrow.png');
    width: 20px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bet-list-arrow.active::after {
    transform: rotate(180deg) translate(50%, 50%);
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    -moz-transform: rotate(180deg) translate(50%, 50%);
    -ms-transform: rotate(180deg) translate(50%, 50%);
    -o-transform: rotate(180deg) translate(50%, 50%);
}

.bet-button {
    width: 502px;
    height: 104px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    text-align: center;
}

.bet-button:hover {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bet-button.red:hover {
    box-shadow: 0px 0px 50px 5px #fc9c8d;
}

.bet-button.green:hover {
    box-shadow: 0px 0px 50px 5px #87ebb6;
}

.bet-button.grey:hover {
    box-shadow: 0px 0px 50px 5px #7a7b92;
}

.bet-button.red {
    background-image: url('../Images/SlicerX/Images/Common/red-button.png');
}

.bet-button.green {
    background-image: url('../Images/SlicerX/Images/Common/green-button.png');
}

.bet-button.grey {
    background-image: url('../Images/SlicerX/Images/Common/grey-button.png');
}

.bet-button.cancel {
    background-image: url('../Images/SlicerX/Images/Common/cancel.png');
}

.bet-button.cancel:hover {
    box-shadow: 0px 0px 50px 5px #f75964;
}

.bet-button.red.accepted {
    background-image: url('../Images/SlicerX/Images/Common/bet-accepted-red.png');
}

.bet-button.green.accepted {
    background-image: url('../Images/SlicerX/Images/Common/bet-accepted-green.png');
}

.bet-button.grey.accepted {
    background-image: url('../Images/SlicerX/Images/Common/bet-accepted-grey.png');
}



.info {
    position: absolute;
    left: 247px;
    top: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: 'Intro-Black';
}

.howToPlay-betTexts .info {
    position: relative;
    top: 170px;
    text-align: center;
    width: 200px;
}

.howToPlay-betTexts .info.red {
    left: 170px;
}

.howToPlay-betTexts .info.green {
    left: 303px;
}

.howToPlay-betTexts .info.grey {
    left: 437px;
}

.bet-stage {
    color: #ffffff;
    font-size: 25px;
    letter-spacing: 4px;
}

.accepted .bet-stage {
    color: rgba(0, 0, 0, 0.6);
}

.next-bet {
    display: none;
    color: #ffffff;
}

.win-coeff {
    display: block;
    margin-top: 7px;
    color: rgba(0, 0, 0, 0.6);
}

.bet-wrapper .currency {
    color: #75777c;
    font-family: "Intro-Black-Caps";
    position: absolute;
    left: 252px;
    top: 87px;
    transform: translate(-50%, -50%);
}

.bet-list-container {
    position: absolute;
    background-color: rgba(23, 26, 34, 0.902);
    box-shadow: inset 0px -3px 15px 1.3px #2c3448, inset 0px 1px 1.5px 3px #2c3448;
    width: 258px;
    height: 281px;
    bottom: 171px;
    left: calc((100% - 258px) / 2);
    z-index: 2;
    display: none;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.bet-list-container.active{
    display: block;
}

.bet-list-content {
    width: 258px;
    height: 281px;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bet-list-content::-webkit-scrollbar {
    width: 0px; 
    background: transparent; 
    display: none;
}

.bet-list-row {
    width: 252px;
    margin-left: 3px;
    height: 56px;
    color: #3f5f9b;
    font-family: "CrystalNU4-Regular";
    border-bottom: solid 1px #a9bdbe;
    line-height: 56px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}

.bet-list-row::after {
    content: attr(data-currency);
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 8px;
    display: inline-block;
    letter-spacing: 1px;
}

.bet-list-row.active {
    background-color: #404154;
    font-size: 23px;
}

.bet-arrow-up, .bet-arrow-down {
    width: 14px;
    height: 10px;
    background-image:  url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/arrow-down.png');
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    cursor: pointer;
}

.bet-arrow-up {
    top: 20px;
    right: 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.bet-arrow-down {
    bottom: 30px;
    right: 16px;
}

/*Updates end*/


.currency::after {
    content: attr(data-currency);
}

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

.playerInfo-containter {
    display: flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    font-family: "CrystalBetUni-Regular";
    text-transform: uppercase;
    font-size: 22px;
    color: rgb(255, 255, 255);
}

.playerInfo-containter p {
    color: rgb(84, 86, 130);
    display: flex;
    align-items: center;
}

.playerInfo-containter p::after{
    content: "";
    display: block;
    margin: 0px 8px;
    height: 22px;
    width: 2px;
    background-color: #50c18b;
}

.balance-container{
    width: 323px;
}

.totalBet-container, .totalWin-container{
    width: 222px;
}

.balance-container .currency {
    left: 5px;
    top: 0;
}

.totalBet-container .currency {
    position: relative;
    left: 5px;
    top: 0;
}

.playerInfo {
    display: flex;
    justify-content: space-between;
}

#burger-menu {
    width: 73px;
    height: 66px;
    cursor: pointer;
    background: url('../Images/SlicerX/Images/Common/burger.png');
}

#burger-menu:hover{
    background: url('../Images/SlicerX/Images/Common/burger-hover.png');
}

#sound-toggle {
    display: none;
    cursor: pointer;
    width: 73px;
    height: 66px;
    background: url('../Images/SlicerX/Images/Common/soundOn.png');
}

#sound-toggle:hover{
    background: url('../Images/SlicerX/Images/Common/soundOnHover.png');
}

#sound-toggle.active {
    right: 25px;
    bottom: 53px;
    width: 73px;
    height: 66px;
    background: url('../Images/SlicerX/Images/Common/soundOff.png');
}

#sound-toggle.active:hover{
    background: url('../Images/SlicerX/Images/Common/soundOffHover.png');
}

.betInfo{
    background: url('../Images/SlicerX/Images/Common/betInfo.png');
    width: 847px;
    height: 66px;
    display: flex;
    justify-content: space-evenly;
}

.switchView{
    background: url('../Images/SlicerX/Images/Common/switchView.png');
    width: 401px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.classic, .wheel{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 80px;
    color: rgba(255, 255, 255);
    opacity: 0.3;
}

.classic.active, .wheel.active{
    background: url('../Images/SlicerX/Images/Common/switchViewBorder.png') no-repeat;
    width: 216px;
    height: 80px;
    background-position-y: 8px;
    background-position-x: 2px;
    /* color: rgb(255, 255, 255); */
    opacity: 1;
    z-index: 0;
}

.classic:hover, .wheel:hover{
    background: url('../Images/SlicerX/Images/Common/switchViewBorderHover.png') no-repeat;
    width: 216px;
    height: 80px;
    background-position-x: -7px;
    background-position-y: -1px;
    opacity: 1;
}


.classicIcon{
    background: url('../Images/SlicerX/Images/Common/classicIcon.png');
    width: 46px;
    height: 21px;
}

.wheelIcon{
    background: url('../Images/SlicerX/Images/Common/wheelIcon.png');
    width: 26px;
    height: 26px;
}

.smallWin-Poup{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(12, 19, 33, 0.749);
    z-index: 2;
    cursor: default;
}

.smallWin-container{
    display: flex;
    position: absolute;
    width: 366px;
    height: 341px;
    background: url('../Images/SlicerX/Images/Common/smallWin.png');
    transform: translate(-50%, -50%);
    top: 40%;
    left: 34.5%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    color: rgb(255, 255, 255);
    font-size: 27px;
    font-family: 'Intro-Black-Caps';
}

.youWon{
    margin-top: 75px;
    text-transform: uppercase;
}

.winningSymbol{
    width: 45px;
    height: 46px;
    margin-top: 10px;
}

.symbolText{
    font-family: 'Intro-Book';
    font-size: 20px;
    margin-top: 31px;
}

.winningSymbol.red{
    background: url('../Images/SlicerX/Images/Common/autoplayRed.png');
}

.winningSymbol.green{
    background: url('../Images/SlicerX/Images/Common/autoplayGreen.png');
}

.winningSymbol.grey{
    background: url('../Images/SlicerX/Images/Common/autoplayGrey.png');
}

.smallWin-amount{
    color: #a2a6ff;   
    font-size: 32px;
}

.smallWin-container .currency{
    color: #a2a6ff;   
    font-size: 18px;
}

.error-popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(12, 19, 33, 0.749);
    z-index: 2;
    cursor: default;
}

.error-popup-mini{
    display: none;
    position: absolute;
    background-image: url('../Images/SlicerX/Images/Common/errorMini.png');
    top: 65%;
    left: 29.5%;
    width: 257px;
    height: 157px;
    align-items: center;
    font-family: "Intro-Regular";
    flex-direction: column;
    z-index: 2;
}

.warningTriangle{
    background-image: url('../Images/SlicerX/Images/Common/warningTriangle.png');
    width: 29px;
    height: 31px;
    margin-top: 35px;
}

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

.error-popup-content {
    display: flex;
    position: absolute;
    width: 462px;
    height: 162px;
    background-image: url('../Images/SlicerX/Images/Common/error.png');
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    font-family: "Intro-Black-Caps";

}

.error-popup-content p {
    position: absolute;
    width: 330px;
    font-size: 26px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.errorX {
    background-image: url('../Images/SlicerX/Images/Common/X.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 90px;
    top: -85px;
    left: 383px;
    position: absolute;
    cursor: pointer;
}

.errorX:hover{
    background-image: url('../Images/SlicerX/Images/Common/XHover.png');
}

.errorX-close {
    cursor: pointer;
    height: 67px;
    width: 75px;
    position: absolute;
    left: 100px;
    top: 100px;
}

.reload-p {
    top: 50px;
}

.error-popup.reload .error-popup-content{
    background-image: url('../Images/SlicerX/Images/Common/errorReload.png');
    height: 242px;
}

.error-reload {
    background-image: url('../Images/SlicerX/Images/Common/NewGame.png');
    position: absolute;
    color: rgb(29, 130, 60);
    cursor: pointer;
    width: 331px;
    height: 77px;
    top: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 30px;
}

.error-reload:hover{
    background-image: url('../Images/SlicerX/Images/Common/NewGameHover.png');
    color: rgb(17, 112, 46);
}

.header-info {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100.1%;
    left: -1px;
    height: 76px;
    background-color: rgb(27, 30, 40);
    align-items: center;
    justify-content: space-between;
}

.onlinePlayer{
    font-family: "Intro-Book";
    color: rgb(255, 255, 255);
    display: flex;
    gap: 11px;
    align-items: center;
    margin-right: 21px;
}

.onlinePlayer-icon {
    background: url('../Images/SlicerX/Images/Common/online-count.png') no-repeat;
    width: 6px;
    height: 6px;
}

.top{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding: 0px 30px;
}

.statistics{
    font-family: "CrystalNU4-Light";
    width: 1586px;
    height: 160px;
    background: url('../Images/SlicerX/Images/Common/Statistics.png') no-repeat;
    display: flex;
    background-position-y: 40px;
    justify-content: space-between;
}

.statistics-character{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 22px;
    width: 197px;
}

.statistics-bet {
    color: rgba(157, 160, 224, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 396px;
}

.statistics-userAmount {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 396px;
}

.statistics-sum {
    font-family: "CrystalNU4-Regular";
    color: rgba(118, 146, 245, 0.8);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 60px;
    width: 247px;
}

.statistics-header{
    font-family: "CrystalBetUni-Regular";
    display: flex;
    height: 40px;
    align-items: center;
    color: rgba(103, 104, 122, 0.8);
    font-size: 18px;
}

.statistic-data {
    display: flex;
    height: 40px;
    align-items: center;
    margin-right: 5px;
}

.statistic-data-container{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.green-small{
    background: url('../Images/SlicerX/Images/Common/green-small.png') no-repeat;
    width: 33px;
    height: 33px;
    background-position: center;
}

.symbol1{
    margin-left: 18px;
}

.grey-small{
    background: url('../Images/SlicerX/Images/Common/grey-small.png') no-repeat;
    width: 33px;
    height: 33px;
    background-position: center;

}

.symbol2{
    margin-left: 18px;
}

.red-small{
    background: url('../Images/SlicerX/Images/Common/red-small.png') no-repeat;
    width: 33px;
    height: 33px;
    background-position: center;
}

.symbol3{
    margin-left: 19px;
}

.lastWins-header{
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}
.lastWins-content{
    background: url('../Images/SlicerX/Images/Common/lastWins.png') no-repeat;
    width: 695px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Intro-Book-Alt';
    font-size: 20px;
} 

.last10WinElCont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last10WinEl{
    width: 32px;
    height: 32px;
}

.header-info .currency {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 30px;
}

.bigWin-icon {
    background: url(../Images/SlicerX/Images/Common/star.png) no-repeat;
    width: 30px;
    height: 29px;
}

.bigWin {
    color: rgb(255, 255, 255);
    line-height: 30px;
    margin-left: 10px;
    font-size: 20px;
}


/* 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;
}

body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.autoplay-icon {
    background-image: url('../Images/SlicerX/Images/Common/autoplay-button.png');
    width: 73px;
    height: 66px;
    cursor: pointer;
    left: 20px;
    bottom: 145px;
    background-repeat: no-repeat;
}
.undo-icon {
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/undo.png');
    background-position: center;
    width: 69px;
    height: 69px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.autoplayUndo-icon {
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/undo.png');
    background-position: center;
    width: 69px;
    height: 69px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-right: -60px;
}

.undo-all {
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/undo-all.png');
    background-position: center;
    width: 69px;
    height: 69px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.rebet-icon {
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/rebet.png');
    background-position: center;
    width: 69px;
    height: 69px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.double-icon {
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/double.png');
    background-position: center;
    width: 69px;
    height: 69px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.undo-icon:hover {
    background-image: url('../Images/SlicerX/Images/Common/undo-hover.png');
}

.autoplayUndo-icon:hover {
    background-image: url('../Images/SlicerX/Images/Common/undo-hover.png');
}

.undo-all:hover {
    background-image: url('../Images/SlicerX/Images/Common/undo-all-hover.png');
}

.rebet-icon:hover {
    background-image: url('../Images/SlicerX/Images/Common/rebet-hover.png');
}

.double-icon:hover {
    background-image: url('../Images/SlicerX/Images/Common/double-hover.png');
}

.autoplay-icon[data-autoplay="true"] {
    background-image: url('../Images/SlicerX/Images/Common/stop-autoplay-button.png');
    opacity: 1 !important;
    pointer-events: auto !important;
}

.autoplay-icon[data-autoplay="true"]:hover {
    background-image: url('../Images/SlicerX/Images/Common/stop-autoplay-button-hover.png');
}

.autoplay-icon[data-autoplay="true"]::after {
    content: attr(data-autoplay-spins);
    display: block;
    position: relative;
    right: -1px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: 'CrystalBetUni-Bold';
    line-height: 50px;
    border-radius: 9px;
    top: 22px;
    text-align: center;
    width: 73px;
}

.SlicerX-button {
    font-size: 30px;
    color: rgb(64, 65, 84);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 127px;
}

.SlicerX-button:hover {
    color: rgb(255, 255, 255);
}

.SlicerX-button.active {
    background: url('../Images/SlicerX/Images/Common/autoplayRounds-active.png') no-repeat;
    color: rgb(209, 219, 255);
}


.autoplay-icon:hover {
    background-image: url('../Images/SlicerX/Images/Common/autoplay-button-hover.png');
}

.autoplayBets-container{
    display: flex;
    margin-top: 29px;
    align-items: center;
}

.SlicerX-autoplay-container {
    background-color: rgb(12, 19, 33, 0.749);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1;
}

.history-tab-parent {
    display: flex;
    width: 694px;
    height: 70px;
    justify-content: space-between;
}

.history-tab[data-tab="statistic"] {
    left: 0px;
}

.history-tab[data-tab="my-wins"] {
    right: 0px;
}

.history-tab {
    width: 342px;
    height: 90px;
    text-align: center;
    font-size: 24px;
    line-height: 78px;
    font-family: 'Intro-bold';
    text-transform: uppercase;
    color: rgb(158, 160, 192);
    cursor: pointer;
    background-image: url('../Images/SlicerX/Images/Common/historyTopButton.png');
}

.history-tab.active {
    background-image: url('../Images/SlicerX/Images/Common/historyTopButtonActive.png');
    color: rgb(255, 255, 255);
    width: 342px;
    height: 70px;
}

.history-list-header {
    display: flex;
    justify-content: space-around;
    color: rgb(68, 199, 137);
    font-family: 'Intro-bold';
    text-transform: uppercase;
    font-size: 19px;
    height: 53px;
    align-items: center;
    margin-top: 0px;
    padding-top: 24px;
}

.history-list-header.statistic-header {
    width: 100%;
    margin-left: 0px;
}

.history-list-content {
    overflow-y: scroll;
    overflow-x: hidden;
    color: rgb(104, 105, 153);
    font-family: 'Intro-Regular';
    height: 666px;
    width: 100%;
    margin-top: 24px;
    /* margin-left: 24px; */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 17px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

.history-list-content.statistic{
    display: flex;
}

.history-list-content::-webkit-scrollbar {
    display: none;
}

.history-content[data-active-tab="my-wins"] .my-wins-tab-parent {
    display: block;
}

.history-content[data-active-tab="statistic"] .statistic-tab-parent {
    display: block;
}

.statistic-tab-parent{
    background-image: url('../Images/SlicerX/Images/Common/histry-background-statistics-active.png');
}

.my-wins-tab-parent{
    background-image: url('../Images/SlicerX/Images/Common/histry-background-mywins-active.png');
}

.last10WinElX.red{
    color: rgb(229, 123, 107);
}

.last10WinElX.green{
    color: rgb(10, 190, 127);
}

.last10WinElX.grey{
    color: rgb(94, 113, 137);
}

.last10WinEl.grey{
    background: url('../Images/SlicerX/Images/Common/grey-small.png') no-repeat;
}

.last10WinEl.green{
    background: url('../Images/SlicerX/Images/Common/green-small.png') no-repeat;
}

.last10WinEl.red{
    background: url('../Images/SlicerX/Images/Common/red-small.png') no-repeat;
}

.statistic-bet{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 85px;
    width: 100%;
    height: 55px;
    font-size: 18px;
}

.statistic-bet-red{
    font-size: 15px;
    color: rgb(255, 121, 100);
}

.statistic-bet-green{
    font-size: 15px;
    color: rgb(65, 221, 139);
}

.statistic-bet-grey{
    font-size: 15px;
    color: rgb(104, 105, 153);
}

.my-wins-tab-parent,
.statistic-tab-parent,
.history-content[data-active-tab="my-wins"] .statistic-tab,
.history-content[data-active-tab="my-wins"] .statistic-tabs-bg {
    position: relative;
    display: none;
    width: 694px;
    height: 767px;
    z-index: 1;
}

.history-list-header.myWins{
    width: 100%;
    justify-content: space-evenly;
}

.history-list-header.myWins span{
    min-width: 174px;
    text-align: center;
}

.statisticBackground{
    height: 100%;
    width: 100%;
    position: absolute;
}

.even, .odd {
    height: 55px;
}



.even {
    background: url('../Images/SlicerX/Images/Common/border-line.png') no-repeat;
}

.statistic-bet .odd{
    position: absolute;
}

.statistic-bet .even{
    background: url('../Images/SlicerX/Images/Common/border-line.png') no-repeat;
    width: 694px;
    position: absolute;
    height: 55px;
    z-index: -1;
    left: 0;
}

.wonLine{
    background: none;
    background-color: rgb(68, 199, 137, 0.302);
    color: rgb(68, 199, 137) !important;
}

.row {
    height: 35px;
    display: flex;
    align-items: center;
    /* margin-left: 5px; */
    width: 100%;
    justify-content: space-evenly;
    font-size: 18px;
}

.row span{
    min-width: 174px;
    text-align: center;
}

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

.history-statisticHeader-red-symbol{
    background: url('../Images/SlicerX/Images/Common/red-small.png') no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

.history-statisticHeader-green-symbol{
    background: url('../Images/SlicerX/Images/Common/green-small.png') no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

.history-statisticHeader-grey-symbol{
    background: url('../Images/SlicerX/Images/Common/grey-small.png') no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

.history-statisticHeader-betAmount {
    display: flex;
    position: relative;
    left: 4px;
    width: 132px;
    justify-content: center;
}

.history-statisticHeader-green-totalbet, .history-statisticHeader-grey-totalbet, .history-statisticHeader-red-totalbet{
    margin-right: 3px;
}

.history-statisticHeader-red, .history-statisticHeader-green, .history-statisticHeader-grey{
    display: flex;
    width: 202px;
    height: 53px;
    align-items: center;
    color: rgba(118, 146, 245, 0.8);
    font-family: "CrystalNU4-Regular";
}

.history-statisticHeader-red{
    background: url('../Images/SlicerX/Images/Common/statistic-red.png') no-repeat;
}

.history-statisticHeader-green{
    background: url('../Images/SlicerX/Images/Common/statistic-green.png') no-repeat;
}

.history-statisticHeader-grey{
    background: url('../Images/SlicerX/Images/Common/statistic-grey.png') no-repeat;
}

.middle{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.gameConntrols {
    width: 1586px;
}

.loaderContainer{
    margin-top: 349px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    height: 52px;
}

.singleBetContainer-red, .singleBetContainer-green, .singleBetContainer-grey{
    color: rgb(114, 115, 140);
    text-align: center;
    display: flex;
    position: relative;
}

.placeBet-red{
    background: url('../Images/SlicerX/Images/Common/placeBet-red.png') no-repeat;
}

.placeBet-green{
    background: url('../Images/SlicerX/Images/Common/placeBet-green.png') no-repeat;
}

.placeBet-grey{
    background: url('../Images/SlicerX/Images/Common/placeBet-grey.png') no-repeat;
}

.placeBet-red:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-red-hover.png') no-repeat;
}

.placeBet-green:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-green-hover.png') no-repeat;
}

.placeBet-grey:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-grey-hover.png') no-repeat;
}

.placeBet-red.noBet{
    background: url('../Images/SlicerX/Images/Common/placeBet-red-noBet.png') no-repeat;
}

.placeBet-green.noBet{
    background: url('../Images/SlicerX/Images/Common/placeBet-green-noBet.png') no-repeat;
}

.placeBet-grey.noBet{
    background: url('../Images/SlicerX/Images/Common/placeBet-grey-noBet.png') no-repeat;
}

.placeBet-red.noBet:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-red-noBet-hover.png') no-repeat;
}

.placeBet-green.noBet:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-green-noBet-hover.png') no-repeat;
}

.placeBet-grey.noBet:hover{
    background: url('../Images/SlicerX/Images/Common/placeBet-grey-noBet-hover.png') no-repeat;
}

.autoplayRed{
    background: url('../Images/SlicerX/Images/Common/autoplayRed.png') no-repeat;
}

.autoplayGreen{
    background: url('../Images/SlicerX/Images/Common/autoplayGreen.png') no-repeat;

}

.autoplayGrey{
    background: url('../Images/SlicerX/Images/Common/autoplayGrey.png') no-repeat;
}

.autoplayRed:hover{
    background: url('../Images/SlicerX/Images/Common/autoplayRedHover.png') no-repeat;
}

.autoplayGreen:hover{
    background: url('../Images/SlicerX/Images/Common/autoplayGreenHover.png') no-repeat;
}

.autoplayGrey:hover{
    background: url('../Images/SlicerX/Images/Common/autoplayGreyHover.png') no-repeat;
}

.autoplayRed, .autoplayGreen, .autoplayGrey{
    width: 45px;
    height: 46px;
    cursor: pointer;
}

.autoplayRed:hover, .autoplayGreen:hover, .autoplayGrey:hover{
    width: 158px;
    height: 67px;
}


.singleBetContainer-red .currency.noBet{
    display: none;
}
.singleBetContainer-green .currency.noBet{
    display: none;
}
.singleBetContainer-grey .currency.noBet{
    display: none;
}


.placeBet-grey-betX, .placeBet-green-betX, .placeBet-red-betX {
    position: absolute;
    top: -75px;
    right: 50px;
    width: 245px;
    text-align: left;
    line-height: 22px;
    font-size: 17px;
    font-family: "Intro-Regular";
}

.noBet .placeBet-grey-betX{
    -webkit-animation: textFlickerAnimationGrey 1s infinite;
    -moz-animation: textFlickerAnimationGrey 1s infinite;
    -o-animation: textFlickerAnimationGrey 1s infinite;
     animation: textFlickerAnimationGrey 1s infinite;
}


@keyframes textFlickerAnimationGrey {
    0%   {   color: rgb(137, 138, 193); }
    50%  { color: rgb(104, 105, 153); }
    100% {   color: rgb(137, 138, 193); }
  }
  @-o-keyframes textFlickerAnimationGrey{
    0%   {     color: rgb(137, 138, 193); }
    50%  {   color: rgb(104, 105, 153); }
    100% {     color: rgb(137, 138, 193); }
  }
  @-moz-keyframes textFlickerAnimationGrey{
    0%   {     color: rgb(137, 138, 193); }
    50%  {   color: rgb(104, 105, 153); }
    100% {     color: rgb(137, 138, 193); }
  }
  @-webkit-keyframes textFlickerAnimationGrey{
    0%   {     color: rgb(137, 138, 193); }
    50%  {   color: rgb(104, 105, 153); }
    100% {     color: rgb(137, 138, 193); }
  }

  .noBet .placeBet-green-betX{
    -webkit-animation: textFlickerAnimationGreen 1s infinite;
    -moz-animation: textFlickerAnimationGreen 1s infinite;
    -o-animation: textFlickerAnimationGreen 1s infinite;
     animation: textFlickerAnimationGreen 1s infinite;
}


@keyframes textFlickerAnimationGreen {
    0%   { color: rgb(106, 231, 165); }
    50%  { color: rgb(65, 221, 139); }
    100% { color: rgb(106, 231, 165); }
  }
  @-o-keyframes textFlickerAnimationGreen{
    0%   {   color: rgb(106, 231, 165); }
    50%  {   color: rgb(65, 221, 139); }
    100% {   color: rgb(106, 231, 165); }
  }
  @-moz-keyframes textFlickerAnimationGreen{
    0%   {   color: rgb(106, 231, 165); }
    50%  {   color: rgb(65, 221, 139); }
    100% {   color: rgb(106, 231, 165); }
  }
  @-webkit-keyframes textFlickerAnimationGreen{
    0%   {   color: rgb(106, 231, 165); }
    50%  {   color: rgb(65, 221, 139); }
    100% {   color: rgb(106, 231, 165); }
  }

  
  .noBet .placeBet-red-betX{
    -webkit-animation: textFlickerAnimationRed 1s infinite;
    -moz-animation: textFlickerAnimationRed 1s infinite;
    -o-animation: textFlickerAnimationRed 1s infinite;
     animation: textFlickerAnimationRed 1s infinite;
}


@keyframes textFlickerAnimationRed {
    0%   {   color: rgb(255, 163, 148); }
    50%  { color: rgb(255, 121, 100); }
    100% {   color: rgb(255, 163, 148); }
  }
  @-o-keyframes textFlickerAnimationRed{
    0%   {     color: rgb(255, 163, 148); }
    50%  {   color: rgb(255, 121, 100); }
    100% {     color: rgb(255, 163, 148); }
  }
  @-moz-keyframes textFlickerAnimationRed{
    0%   {     color: rgb(255, 163, 148); }
    50%  {   color: rgb(255, 121, 100); }
    100% {     color: rgb(255, 163, 148); }
  }
  @-webkit-keyframes textFlickerAnimationRed{
    0%   {     color: rgb(255, 163, 148); }
    50%  {   color: rgb(255, 121, 100); }
    100% {     color: rgb(255, 163, 148); }
  }

@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; }
  }

.placeBet-grey-animation, .placeBet-green-animation, .placeBet-red-animation {
    display: none;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
     animation: flickerAnimation 1s infinite;
    width: 96px;
    height: 96px;
    top: -36px;
    right: 211px;
    position: absolute;
}

.noBet .placeBet-grey-animation, .noBet .placeBet-green-animation, .noBet .placeBet-red-animation {
    display: block;
}

.placeBet-red-betX{
    color: rgb(255, 121, 100);
}

.placeBet-green-betX{
    color: rgb(65, 221, 139);
}

.placeBet-grey-betX{
    color: rgb(104, 105, 153);
}

.noBet .placeBet-grey-animation, .noBet .placeBet-green-animation, .noBet .placeBet-red-animation {
    display: block;
}

.placeBet-red-animation{
    background-image: url('../Images/SlicerX/Images/Common/placeBet-red-noBet-animation.png');
}

.placeBet-green-animation{
    background-image: url('../Images/SlicerX/Images/Common/placeBet-green-noBet-animation.png');
}

.placeBet-grey-animation{
    background-image: url('../Images/SlicerX/Images/Common/placeBet-grey-noBet-animation.png');
}

.placeBet-red.noBet, .placeBet-green.noBet, .placeBet-grey.noBet{
    cursor: pointer;
    width: 394px;
    height: 164px;
    background-position-y: 18px;
    background-position-x: 18px;
    display: flex;
    align-items: center;
}

.placeBet-red, .placeBet-green, .placeBet-grey{
    cursor: pointer;
    width: 394px;
    height: 164px;
    background-position-y: 18px;
    background-position-x: 18px;
    display: flex;
    align-items: center;
}

.placeBet-container {
    font-family: 'CrystalBetUni-Bold';
    display: flex;
    width: 1198px;
    justify-content: space-between;
    align-items: center;
}

.controlButtons {
    display: flex;
    width: 164px;
    justify-content: space-between;
    align-items: center;
}

.chooseBets-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.placeBet-red-betAmount,  .placeBet-green-betAmount, .placeBet-grey-betAmount{
    font-size: 18px;
    margin-right: 1px;
}

.placeBet-betAmount{
    width: 155px;
    display: block;
    margin-left: 187px;
}

.SlicerX-autoplay-container.active {
    display: block;
}

.autoplay-ok-btn, .autoplay-cancel-btn{
    width: 331px;
    height: 77px;
    display: flex;
    font-size: 36px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.autoplay-ok-btn{
    color: rgb(29, 130, 60);
    background-image: url('../Images/SlicerX/Images/Common/autoplay-ok-btn.png');
}

.autoplay-cancel-btn {
    color: rgb(173, 47, 46);
    background-image: url('../Images/SlicerX/Images/Common/autoplay-cancel-btn.png');
}

.autoplay-ok-btn:hover {
    color: rgb(17, 112, 46);
    background-image: url('../Images/SlicerX/Images/Common/autoplay-ok-btn-hover.png');
}

.autoplay-cancel-btn:hover {
    color: rgb(153, 30, 29);
    background-image: url('../Images/SlicerX/Images/Common/autoplay-cancel-btn-hover.png');
    
}

.autoplay-main-button {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.autoplay-header {
    width: 100%;
    font-size: 24px;
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    margin-top: 37px;
}
.stopAutoplay-container{
    width: 634px;
    margin-top: 50px;
}
.stopAutpolay-header{
    font-size: 22px;
}

.autoplay-buttons {
    background: url('../Images/SlicerX/Images/Common/autoplayRounds-background.png');
    box-sizing: border-box;
    display: flex;
    width: 650px;
    height: 82px;
    align-items: center;
    gap: 1px;
    padding: 7px;
    margin-top: 20px;
}

.autoplay-popup {
    background-image: url('../Images/slicerX/Images/Common/autoPlayBackground.png');
    width: 720px;
    height: 903px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Intro-Black-Caps';
    text-transform: uppercase;
}

.autoplay-popup-content {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-input-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: "Intro-Regular";
    height: 70px;
}

.slider-input-parent-betsPerRound {
    top: -30px;
    position: relative;
    margin-bottom: 70px;
}

.slider-input-parent p {
    position: absolute;
    top: -30px;
    font-family: 'Intro-Bold';
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.slider-input {
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    width: 378px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid rgb(74, 84, 109);
    box-shadow: 0px 1px 0.33px 0.67px rgba(0, 0, 0, 0.16),inset 0px 3px 1.92px 0.08px rgba(29, 33, 40, 0.16);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-color: #13161d;
    background-image: linear-gradient(to bottom, rgb(87, 107, 179), rgb(87, 107, 179), rgb(87, 107, 179), rgb(87, 107, 179), rgb(87, 107, 179))
}

.range-number {
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    background: transparent;
    background-image: url('../Images/SlicerX/Images/Common/input-border.png') !important;
    width: 115px;
    font-family: "Intro-Regular";
    height: 53px;
    border: 0;
    outline: none !important;
}

.slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border: 0;
    background: url('../Images/SlicerX/Images/Common/input-thumb.png');
    cursor: pointer;
}

.slider-input::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border: 0;
    background: url('../Images/SlicerX/Images/Common/input-thumb.png');
    cursor: pointer;
}

.slider-input-parent span {
    font-size: 20px;
    position: absolute;
    top: 50px;
    text-transform: none;
}

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

.autoplay-main-buttons {
    width: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 63px;
}

.info-on-start {
    display: flex;
    position: absolute;
    background: url('../Images/SlicerX/Images/Common/howToPlayBackground.png');
    width: 1534px;
    height: 860px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: space-between;
}

.info-on-start-parent {
    position: absolute;
    background-color: rgb(12, 19, 33, 0.749);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: default;
    display: none;
}

.info-header {
    height: 75px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.headerTextDiv {
    font-size: 24px;
    font-family: "Intro-Black-Caps";
    color: rgb(255, 255, 255);
    line-height: 0.414;
}

.close-info-onstart {
    content: '';
    display: block;
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-X.png');
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    top: -85px;
    left: 1455px;
    cursor: pointer;
}

.close-info-onstart:hover {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-X-hover.png');
}

.firstSection{
    width: 100%;
    height: 208px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.howToPlay-bet{
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-bet.png');
    width: 502px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstSection > span {
    font-size: 16px;
    font-family: "Intro-bold";
    color: rgb(255, 255, 255);
    line-height: 1.7;
    width: 55%;
    text-align: center;
}

.howToPlay-bet > div {
    position: relative;
    top: 15px;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-family: 'CrystalBetUni-Bold';
    text-align: center;
    line-height: 25px;
    color: #ffffff;
}

.howToPlay-bet span.currency {
    color: rgba(255, 255, 255, 0.4);
}

.secondSection{
    width: 100%;
    height: 208px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.howToPlay-betHeader {
    font-size: 16px;
    font-family: "Intro-bold";
    color: rgb(255, 255, 255);
    text-align: center;
    width: 633px;
}

.howToPlay-bets {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-bets.png');
    width: 990px;
    height: 152px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.howToPlay-bets .currency{
    font-size: 13px;
    font-family: "CrystalBetUni-Bold";
    color: rgba(255, 255, 255, 0.4);
}


.howToPlay-bets div {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 27px;
    color: #ffffff;
    width: 100px;
    text-align: center;
}

.howToPlay-bets div:nth-child(1) {
    left: -233px;
}

.howToPlay-bets div:nth-child(2) {
    left: 0;
}

.howToPlay-bets div:nth-child(3) {
    left: 233px;
}

.howToPlay-betsContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.howToPlay-betTexts{
    font-family: 'Intro-Regular';
    display: flex;
    width: 1005px;
    height: 152px;
    position: absolute;
}

.info .win-coeff {
    margin-top: unset;
}

.thirdSection{
    height: 244px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.thirdSection span {
    font-size: 16px;
    font-family: "Intro-bold";
    color: rgb(255, 255, 255);
    line-height: 1.7;
    text-align: center;
    margin-top: 14px;
}

.howToPlay-winning {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-winning.png');   
    width: 1534px;
    height: 299px;
}

.info-footer{
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dontShow {
    font-size: 22px;
    font-family: "Intro-bold";
    color: rgba(208, 218, 255, 0.24);
    text-transform: uppercase;
    line-height: 0.992;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
}

.dontShow.checked {
    color: rgb(255, 255, 255);
}

input[type="checkbox"] {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-check.png');
    width: 33px;
    height: 33px;
    cursor: pointer;
    appearance: none;
    margin-right: 12px;
}

input[type="checkbox"]:checked {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-checked.png');
}

.info-button {
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-OK.png');
    color: rgb(29, 130, 60);
    width: 331px;
    height: 77px;
    cursor: pointer;
    margin-right: 10px;
}

.info-button:hover{
    background-image: url('../Images/SlicerX/Images/Common/howToPlay-OK-hover.png');
    color: rgb(17, 112, 46);
}

.ok {
    font-size: 36px;
    font-family: 'Intro-bold';
    text-transform: uppercase;
    line-height: 77px;
    text-align: center;
}

.betsAutoplay{
    background: none;
    display: flex;
    width: 742px;
    height: 111px;
    justify-content: space-evenly;
    align-items: center;
    scale: 0.87;
    margin-right: -67px;
}

.autoplayPlaceBetContainer {
    width: 676px;
    height: 257px;
    margin-top: 30px;
    display: flex;
    justify-items: center;
    align-items: flex-start;
    font-size: 15px;
    gap: 1px;
}

.autoplayPlaceBetContainer .place-bet-wrapper {
    width: 213px;
    height: 183px;
    margin-right: 18px;
    box-sizing: border-box;
}

.autoplayPlaceBetContainer .place-bet-wrapper:nth-child(1) {
    border: 2px solid #fe5554;
}

.autoplayPlaceBetContainer .place-bet-wrapper:nth-child(2) {
    border: 2px solid #42c169;
}

.autoplayPlaceBetContainer .place-bet-wrapper:nth-child(3) {
    border: 2px solid #5c5e92;
}

.autoplayPlaceBetContainer .bet-wrapper .currency {
    left: 102px;
    top: 90px;
}

.autoplayPlaceBetContainer.bet-wrapper, .autoplayPlaceBetContainer .bet-input{
    width: 201px;
    height: 120.4px;
}
.autoplayPlaceBetContainer .bet-list-arrow {
    top: 5px;
    left: 86px;
}
.autoplayPlaceBetContainer .bet-wrapper {
    display: grid;
    grid-template: "i i"
                   "m p";
    width: 209px;
    top: -12px;
    left: 4px;
}

.autoplayPlaceBetContainer .minus, .autoplayPlaceBetContainer .plus {
    width: 98px;
    height: 63px;
}

.autoplayPlaceBetContainer .minus {
    background-image: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/minus-autoplay.png');
}

.autoplayPlaceBetContainer .plus {
    background-image: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/plus-autoplay.png');
}

.autoplayPlaceBetContainer .minus:hover {
    background-image: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/minus-autoplay-hover.png');
}

.autoplayPlaceBetContainer .plus:hover {
    background-image: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/plus-autoplay-hover.png');
}

.autoplayPlaceBetContainer .bet-input {
    grid-area: i;
    background-image: url('cache/b13/XGames/Content/Images/SlicerX/Images/Common/bet-input-autoplay.png');
    margin: -1px 1px 5px;
}

.autoplayPlaceBetContainer .minus {
    grid-area: m;
}

.autoplayPlaceBetContainer .plus {
    grid-area: p;
}

.icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}

.icon.red {
    width: 75px;
    height: 67px;
    background-image: url('../Images/SlicerX/Images/Common/icon-red.png');
}

.icon.green {
    width: 76px;
    height: 77px;
    background-image: url('../Images/SlicerX/Images/Common/icon-green.png');
}

.icon.grey {
    width: 76px;
    height: 78px;
    background-image: url('../Images/SlicerX/Images/Common/icon-grey.png');
}

.autoplayPlaceBetContainer .bet-list-container {
    bottom: 197px;
}

/* F12 Skin START */

.f12 .last10WinElX.green, .f12 .symbol1, .f12 .howToPlay-betText-green, .f12 .statistic-bet-green, .f12 .placeBet-green-betX {
    color: #67b93f !important;
}

.f12 .logo {
    background: url('../Images/SlicerX/Images/Reskin/F12/logoF12.png') no-repeat center;
    width: 328px !important;
}

.f12 .green-small, .f12 .last10WinEl.green, .f12 .history-statisticHeader-green-symbol {
    background: url('../Images/SlicerX/Images/Reskin/F12/green-normal.png') no-repeat center;
}

.f12 .icon.green {
    background: url('../Images/SlicerX/Images/Reskin/F12/green-icon.png') no-repeat center;
}

.f12 .autoplayPlaceBetContainer .place-bet-wrapper:nth-child(2) {
    border: 2px solid #67b93f;
}

.f12 .bet-button.green {
    background-image: url('../Images/SlicerX/Images/Reskin/F12/green-button.png');
}

.f12 .bet-button.green:hover {
    box-shadow: 0px 0px 50px 5px #8de164;
}

.f12 .bet-button.green.accepted {
    background-image: url('../Images/SlicerX/Images/Reskin/F12/bet-accepted-green.png');
}

.f12 .bet-button.green.cancel {
    background-image: url('../Images/SlicerX/Images/Common/cancel.png');
}

.f12 .bet-button.green.cancel:hover {
    box-shadow: 0px 0px 50px 5px #f75964;
}

.f12 .howToPlay-bets {
    background: url('../Images/SlicerX/Images/Reskin/F12/howToPlay-bets.png');
}

.f12 .howToPlay-winning {
    background: url('../Images/SlicerX/Images/Reskin/F12/howToPlay-winning.png');
}

/* F12 Skin END */