* {
    user-select: none;
}
body div{
	background-repeat: no-repeat;
}
body{
	font-family: Arial;
	color: white;
	overflow: hidden;
	margin: 0px !important;
	visibility: hidden;
	background-color: #1C3818;
}
@font-face {
    font-family: LCDNOVA; 
    src: url(LCDNOVA.otf); 
   }
@font-face {
   font-family: Lato-Bold;
   src: url(Lato-Light.woff); 
}
#mainWrapper{
	position: relative;
	width: 1920px;
	height: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	overflow: hidden;
/*	background: url(../img/BG.png);*/
	
}

#ad_moduleIMG {
    left : 50% !important;
    transform: translateX(-50%);
}

#long_calculate_curtain{
	position: absolute;
	top: 0;
	height: 100%;
	width: 1920px;
	background-image: url(../img/long_calc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .7s;
	z-index: 98;
	opacity: 0;
} 

.game_version{
	color: white;
	position: absolute;
	opacity: 0.3;
    bottom: 3px;
    right: 10px;
    font-size: 10px;
	font-weight: 500;
	font-style: italic;
    z-index: 2;
}

#bgPic{
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 0px;
	left: 0px;
	
}
#mainTableWrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 1080px;
}

body[screen='fullhd'] #mainTableWrapper {
    background: url(../img/table1.png) 1490px 20px no-repeat;
}

body[screen='hd'] #mainTableWrapper {
    background: url(../img/hd/table1.png) 1490px 14px/22% no-repeat
}

#mainTable{
    width: 420px;
    height: 1022px;
    position: absolute;
    top: 28px;
    right: 12px;
    font-weight: bold;
    text-transform: uppercase !important;
    font-family: Lato-Bold;
}

#roundTEXT{
	position: absolute;
    top: 7px;
    left: 32px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
}
#statisticTEXTfIELD {
    position: absolute;
    top: 585px;
    left: 50px;
    font-weight: 900;
    font-size: 16px;
    color: #143501;
}
#roundVal {
    position: absolute;
    top: 1px;
    left: 150px;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 4px;
}

#roundVal::before{
    content: "#";
    margin-right: 5px;
}
#payTableTEXT{
    position: absolute;
    top: 63px;
    left: 13px;
    font-weight: bold;
    font-size: 20px;
    width: 356px;
    text-align: center;
    color: #143501;
}
#latestGamesTEXT{
    position: absolute;
    left: 34px;
    top: 490px;
    font-weight: bold;
    font-size: 20px;
    width: 356px;
    text-align: center;
    color: #143501;
}

#ratesCoef
{
    position: absolute;
    top: 100px;
    left: 10px;
    width: 95%;
    height: 385px;
    display: grid;
    grid-template-rows: 1.63fr 28px 1fr;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
}
.ratesCoef-mainBets
{
    width: 100%;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 30px 63px 32px 33px 31px 34px;
    align-items: center;
    padding: 0 5px;
}

.ratesCoef-betBlock
{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    grid-template-columns: 1fr 80px;
}

.ratesCoef-betTitle
{
    padding-left: 10px;
 
}

.ratesCoef-betvalue
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.ratesCoef-betvalue::before {
    content: "x";
    margin-right: 5px;
    font-size: 17px;
}
.ratesCoef-colorVals
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
}
.ratesCoef-colorVals div
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratesCoef-extraTitle
{
    font-size: 17px;
}

.mtvals
{
    font-weight: normal;
    font-size: 14px;
    color: #c6c6c6;
}
.ratesCoef-extraBets
{
    width: 100%;
    height: 95%;
    display: grid;
}

.history {
    position: relative;
    top: 524px;
    width: 396px;
    height: 54px;
    left: 13px;
    display: grid;
    grid-gap: 0px 0px;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
}

.history-item
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1px;
}

.history-item div 
{
    width: 97.2%;
    height: 43.2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#statisticTEXT{
    display: none;
	position: absolute;
    top: 374px;
    left: 1px;
    width: 365px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #123500;
    letter-spacing: 1px;
}

.slider
{
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
    top: 550px;
    left: 5px;
    height: 37%;
    width: 98%;
}

.slider-moveBlock
{
    width: 200%;
    display: grid;
    grid-template-columns: 100% 100%;
    transform: translateX(0);
    transition: .5s ease;
}

.slider-hotColdPart
{
    width: 102%;
    height: 100%;
    position: relative;
    left: -3px;
}

#statWrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93% 90%;
    width: 100%;
    height: 100%;
}

body[screen='fullhd'] #statWrap {
    background-image: url(./../img/tab1.png);
}

body[screen='hd'] #statWrap {
    background-image: url(./../img/hd/tab1.png);
}

#statWrap1 
{
    position: relative;
    top: 18px;
    left: 12px;
    height: 305px;
    width: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#statWrap2
{
    position: relative;
    top: 18px;
    left: 22px;
    height: 305px;
    width: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#statWrap3
{
    position: relative;
    top: 18px;
    left: 32px;
    height: 305px;
    width: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
#vNumbersText
{
    position: relative;
    text-align: center;
    top: 9px;
}

.slider-indicator 
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 990px;
    left: 200px;
}
.point
{
    background-image: url(./../img/r2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

body[screen='hd'] .point {
    background-image: url(./../img/hd/r2.png);
}

.point--active 
{
    background-image: url(./../img/r1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

body[screen='hd'] .point--active {
    background-image: url(./../img/hd/r1.png);
}

.slider-statisticPart
{
    width: 102%;
    height: 100%;
    background-image: url(./../img/tab2.png);
    background-size: 93% 90%;
    background-position: center 28px;
    position: relative;
    left: -2px;
}

body[screen='hd'] .slider-statisticPart {
    background-image: url(./../img/hd/tab2.png);
}

#v2NumbersText
{
    position: relative;
    text-align: center;
    top: 6px;
}
#v3NumbersText
{
    position: relative;
    text-align: center;
    top: 145px;
}
#v4NumbersText
{
    position: relative;
    text-align: center;
    top: 44px;
}
#v5NumbersText
{
    position: relative;
    text-align: center;
    top: 80px;
}
#mirrorsText
{
    position: relative;
    text-align: center;
    top: 184px;
}

#twinsText
{
    position: relative;
    text-align: center;
    top: 219px;
}

.sectorsValues {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: absolute;
    top: 138px;
    left: 14px;
    width: 390px;
    height: 54px;
    justify-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

.sectorsValues div {
    position: relative;
    left: 18px;
    top: 2px;
}

#spinToWin{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/spin2win.png);
    background-size: 1920px;
    background-repeat: no-repeat;
}
#logo{
    width: 246px;
    height: 118px;
    position: absolute;
    top: 141px;
    left: 82px;
}

body[screen='fullhd'] #logo{
    background: url(../img/logo.png) no-repeat;
}

body[screen='hd'] #logo{
    background: url(../img/hd/logo.png) no-repeat;
}

#circle1, #circle2, #lights, #arrow{
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-size: 1920px;
    background-repeat: no-repeat;
}
#circle2{
	width: 761px;
    height: 761px;
    top: 213px;
    left: 580px;
	transform-origin: 50% 50%;
	transform: rotate(0deg);
}
#circle2NonBlur{
	position: absolute;
	width: 761px;
    height: 761px;
    background-repeat: no-repeat !important;
	background-size: contain !important;
}

body[screen='fullhd'] #circle2NonBlur {
    background: url(../img/circle2.png);
}

body[screen='hd'] #circle2NonBlur {
    background: url(../img/hd/circle2.png);
}

#circle2Blur{
	position: absolute;
	width: 761px;
    height: 761px;
    background-repeat: no-repeat !important;
	background-size: contain !important;
    opacity: 0;
    transition: opacity 2s linear;	
}

body[screen='fullhd'] #circle2Blur {
    background: url(../img/circle2blure.png);
}

body[screen='hd'] #circle2Blur {
    background: url(../img/hd/circle2blure.png);
}

#lights{
/*	background: url(../img/lights.svg);
	background-size: 1920px;
    background-repeat: no-repeat;*/
}

#bigWinBall{
    width: 290px;
    height: 290px;
    background-size: 291px;
    position: absolute;
    top: 430px;
    left: 811px;
    z-index: 3;
}

body[screen='fullhd'] #bigWinBall {
    background: url(../img/redWin.png) no-repeat;
}
body[screen='fullhd'] .redWin {
    background: url(../img/redWin.png) 4px -3px/cover no-repeat;
}
body[screen='fullhd'] .blackWin {
    background: url(../img/blackWin.png) 4px -3px/cover no-repeat;
}
body[screen='fullhd'] .greenWin {
    background: url(../img/greenWin.png) 4px -3px/cover no-repeat;
}

#arrow{
    width: 74px;
    height: 123px;
    position: absolute;
    top: 100px;
    left: 923px;
    z-index: 2;
	transform-origin: 50% 33%;
    transform: rotate(0deg);
    transition: opacity 1s ease;
}
body[screen='fullhd'] #arrow {
    background: url(../img/arrow.png) no-repeat;
}
body[screen='hd'] #arrow {
    background: url(../img/hd/arrow.png) no-repeat;
    background-size: cover;
}
#timerWrapper{
	width: 1045px;
    height: 25px;
    position: absolute;
    top: 31px;
    left: 425px;
    background: #013b01;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

#timerText, #timer, #betsAreClosed{
	position: absolute;
    font-size: 31px;
    top: 27px;
    left: 45px;
    font-weight: bold;
    color: #c69f48;
    letter-spacing: -1px;
}
#timer{
	font-size: 44px;
    top: 16px;
    left: 290px;
    letter-spacing: 0px;
}



#statWrap1, #statWrap2, #statWrap3{
	float: left;
}
.statItem, .statItemZero{
	width: 65px;
    height: 25.8px;
    text-align: right;
    line-height: 34px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-left: 44px; 

}
.statItemZero {
    position: relative;
    height: 354px;
    width: 200px;
    top: 35px;
    left: 128px;
    line-height: 0px;
    text-align: end;
    margin: 0px -3px;
    padding-right: 31px;
}
.zerohot 
{
    background-position: 206px 295px !important;
}
body[screen='fullhd'] .zerohot {
    background-image: url(./../img/hot.png);
}
body[screen='hd'] .zerohot {
    background-image: url(./../img/hd/hot.png);
    background-size: cover;
}
.zerocold 
{
    background-position: 200px 295px !important;
}
body[screen='fullhd'] .zerocold {
    background-image: url(./../img/cold.png);
}
body[screen='hd'] .zerocold {
    background-image: url(./../img/hd/cold.png);
    background-size: cover;
}

.historyRoundNum
{
    font-weight: 100;
}

.historyRoundNum::before {
    content: "#";
    margin-right: 5px;
}

#redStat, #blackStat, #greenStat{
    width: 106px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 224px;
    left: 25px;
    font-size: 20px;
    font-weight: bold;
}
#blackStat{
	left: 158px;
}
#greenStat{
	left: 288px;
}

#dozen1Stat, #dozen2Stat, #dozen3Stat, #DOZ1, #DOZ2, #DOZ3{
    width: 42px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: 29px;
    left: 94px;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}
#dozen2Stat, #DOZ2{
	left: 224px;
}
#dozen3Stat, #DOZ3{
	left: 355px;
}
#hotColdWrapper{
    display: none;
	width: 330px;
    height: 53px;
    position: absolute;
    top: 951px;
    left: 19px;
}

.mirorsValues
{
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    top: 280px;
    left: 15px;
    width: 385px;
    height: 27px;
    justify-items: center;
    align-items: center;
}
.mirorsValues div{
    padding-left: 77px;
    font-size: 20px;
}

.twinsValues
{
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    top: 336px;
    left: 15px;
    width: 385px;
    height: 27px;
    justify-items: center;
    align-items: center;
}

.twinsValues div
{
    padding-left: 77px;
    font-size: 20px;
}

#hotStatText, .hotColdItem{
    width: 109px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
	margin-bottom: 2px;
}
.hotColdItem{
    width: 39px;
    text-align: right;
    padding-right: 2px;
    margin-right: 2px;
}

#hotItem1{
	width: 38px;
    margin-right: 2px;
}
#hotItem2{
	width: 40px;
}

.hot {
    background-position: 48px 6px;
}

body[screen='fullhd'] .hot {
    background-image: url(./../img/hot.png);
}

body[screen='hd'] .hot {
    background-image: url(./../img/hd/hot.png);
    background-size : 18%;
}

.cold {
    background-position: 48px 6px;
}
body[screen='fullhd'] .cold {
    background-image: url(./../img/cold.png);
}

body[screen='hd'] .cold {
    background-image: url(./../img/hd/cold.png);
    background-size : 18%;
}

.red{
	background: #da202e;
}
.black{
	background: #010318;
}
.green{
	background: #6eb449;
}
#winNumber {
    width: 290px;
    height: 320px;
    position: absolute;
    top: 419px;
    left: 814px;
    color: white;
    text-align: center;
    font-size: 150px;
    font-weight: bold;
    line-height: 353px;
    transform-origin: center;
    background-size: contain;
}

#halfCoef1, #HALF1 {
    position: absolute;
    top: 86px;
    left: 150px;
    font-size: 22px;
    font-weight: bold;
}

#halfCoef2, #HALF2 {
    position: absolute;
    top: 86px;
    left: 346px;
    font-size: 22px;
    font-weight: bold;
}

#timeLine{
	width: 0px;
	height: 25px;
	background-size: cover;
}

body[screen='fullhd'] #timeLine {
    background: url(../img/loadLine.png);
}

body[screen='hd'] #timeLine {
    background: url(../img/hd/loadLine.png);
}

#video1{
	width: 1920px;
	height: 1080px;
	position: absolute;
	/*z-index: 1;*/
}
#video2{
    width: 450px;
    height: 335px;
    position: absolute;
    top: 420px;
    left: 20px;

}
.betBall{
    position: absolute;
    width: 52px;
    height: 436px;
    transform-origin: 50% 100%;
    transform: rotate(0deg);
    top: 160px;
    left: 932px;
}
.betBallCircle{
	width: 52px;
	height: 52px;
	border: solid 1px white;
	border-radius: 52px;
	margin-top: -26px;
}

#vBetBallWrapper{
    width: 980px;
    height: 960px;
    top: 110px;
    left: 470px;
    position: absolute;
}
.vBetBall{
    width: 55px;
    height: 54px;
    border-radius: 52px;
    position: absolute;
	text-align: center;
	line-height: 55px;
	color: black;
	font-weight: bold;
	opacity: 0;
	z-index: 4;
    font-size: 14px;
    transition: 1s ease;
}
#vBetBall0{
	top: 16px;
    left: 466px;
}
#vBetBall1{
	top: 23px;
    left: 541px;
}
#vBetBall2{
	top: 42px;
    left: 610px;
}
#vBetBall3{
    top: 72px;
    left: 675px;
}
#vBetBall4{
    top: 115px;
    left: 736px;	
}
#vBetBall5{
    top: 166px;
    left: 791px;
}
#vBetBall6{
	top: 227px;
    left: 836px;
}
#vBetBall7{
    top: 291px;
    left: 872px;

}
#vBetBall8{
	top: 360px;
    left: 890px;
}
#vBetBall9{
    top: 434px;
    left: 898px;
}

#vBetBall10{
    top: 508px;
    left: 894px;
}
#vBetBall11{
	top: 579px;
    left: 876px;

}
#vBetBall12{
	top: 645px;
    left: 847px;
}
#vBetBall13{
    top: 708px;
    left: 806px;
}
#vBetBall14{
	top: 764px;
    left: 756px;
}
#vBetBall15{
	top: 812px;
    left: 701px;
}
#vBetBall16{
	top: 851px;
    left: 635px;

}
#vBetBall17{
	top: 875px;
    left: 569px;

}
#vBetBall18{
    top: 888px;
    left: 498px;
}
#vBetBall19{
	top: 889px;
    left: 425px;
}

    


/* here */
#vBetBall20{
    top: 873px;
    left: 354px;
}
#vBetBall21{
    top: 847px;
    left: 287px;
}
#vBetBall22{
    top: 808px;
    left: 224px;
}

#vBetBall23{
    top: 759px;
    left: 166px;
}
#vBetBall24{
	top: 702px;
    left: 116px;
}
#vBetBall25{
    top: 639px;
    left: 75px;
}
#vBetBall26{
    top: 572px;
    left: 47px;

}
#vBetBall27{
    top: 503px;
    left: 30px;
}
#vBetBall28{
    top: 429px;
    left: 27px;
}
#vBetBall29{
    top: 356px;
    left: 35px;

}
#vBetBall30{
	top: 288px;
    left: 59px;
}
#vBetBall31{
    top: 225px;
    left: 94px;
}
#vBetBall32{
    top: 166px;
    left: 140px;
}
#vBetBall33{
    top: 114px;
    left: 195px;
}
#vBetBall34{
    top: 72px;
    left: 259px;
}
#vBetBall35{
    top: 41px;
    left: 323px;
}
#vBetBall36{
    top: 23px;
    left: 393px;
}


#betsAreClosed{
	position: absolute;
    font-size: 31px;
    top: 27px;
    left: 45px;
    font-weight: bold;
    color: #c69f48;
    letter-spacing: -1px;
	opacity: 0;
}
#totalBet{
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 106px;
    position: absolute;
    top: 98px;
    left: 1240px;
}

body[screen='fullhd'] #totalBet {
    background: url(../img/total-bet.png);
}

body[screen='hd'] #totalBet {
    /*background: url(../img/hd/total-bet.png) no-repeat;
    background-size: cover;*/
}

#totalBetsText, #jackpotText, #totalBetsVal{
	width: 100%;
    font-size: 16px;
    margin-top: 19px;
    color: #f6c873;
    text-align: center;
    font-weight: bold;
}
#totalBetsVal, #jackpot{
	margin-top: 3px;
	color: white;
	text-align: center;
	font-weight: bold;
}
#showcurtain, #showcurtainLoadingGame{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}
#showcurtainLoadingGame{
	display: block;	
}
.showcurtainBack{
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.9;
}
.showcurtainTEXT, .showcurtainTEXT1{
    color: white;
    font-size: 36pt;
    font-family: Arial;
    position: absolute;
    font-weight: bold;
    font-size: 56pt;
    left: 38%;
	top: 35%;
	
}

.showcurtainTEXT1{
	text-align: center;
}

#historyRoundVal4{
	    margin-top: -1px;
}
#historyRoundVal5{
	margin-top: -1px;
    height: 28px;
}

#jackpotWrap{
	position: absolute;
    top: 800px;
    left: 85px;
    height: 150px;
    min-width: 250px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 55% 0%;
    overflow: hidden;

}


/* new jackpot */
#nJpWrap{
    /* height: 115px; */
    /* margin-top: 43px; */
    /*overflow: hidden;*/
}
#nJpPart2, #nJp2Part2, #nJp3Part2{
	/* height: 113px; */
	/* overflow: hidden; */
	/* float: left; */
	height: 95px;
	overflow: hidden;
	float: left;
	margin: 50px 0px 0px 0px;
}
.jpValue, .jpValueDot, .jp2Value, .jp3Value{
	height: 78px;
	width: 40px;
	text-align: center;
	line-height: 78px;
	float: left;
	font-weight: bold;
	font-size: 24px;
	overflow: hidden;
	position: relative;
	font-family: Lato-Bold;
	
	/* height: 78px; */
	/* width: 24px; */
	/* text-align: center; */
	/* line-height: 78px; */
	/* float: left; */
	/* font-weight: bold; */
	/* font-size: 24px; */
	/* overflow: hidden; */
	/* position: relative; */
	/* font-family: Lato-Bold; */
}

.jpValue, .jp2Value, .jp3Value {
    width: 47px;
    height: 59px;
    background-size: 49px;
    line-height: 59px;
    font-size: 39px;
    text-align: center;
    color: black;
    font-weight: bold;
    float: left;
    margin-top: 15px;
    font-family: Lato-Bold;
	margin-right: 2px;
	background: url(../img/jpItem.png);
	background-size: cover;
	/* height: 60px; */
    /* line-height: 30px; */
    /* font-size: 35px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* float: left; */
    /* margin-top: -7px; */
    /* font-family: Lato-Bold; */
}

/* body[screen='fullhd'] .jpValue { */
    
/* } */

/* body[screen='hd'] .jpValue { */
    /* background: url(../img/hd/jpItem.png); */
/* } */

.jpItem1, .jp2Item1, .jp3Item1 {
    /*width: 46px;*/
    height: 62px;
    background: url(../img/jpItem1.png);
    position: absolute;
    background-size: 56px;
    background-position-y: -5px;
    background-position-x: -3px;
    background-repeat: no-repeat;
    top: 0px;
    left: 1px;
}
#nJPText{
	width: 196px;
	height: 85px;
	float: left;
	margin-top: 10px;
	background: url(../img/jpText.png);
	background-size: cover;
}

#jpDoneItem, #jp2DoneItem, #jp3DoneItem{
	width: 100%;
	height: 5px;
	margin-top: 10px;
	float: left;
	
}

.jackpotItem, .jackpot2Item, .jackpot3Item{
	width: 8%;
	height: 5px;
	float: left;
	margin-right: 2%;
	background: #00ff01;
	border-radius: 0px;
}
.jpItemOrange{
	background: #f4bc35;
}
.jpItemRed{
	background: #eb4302;
}
#jackpotItem0, #jackpot2Item0, #jackpot3Item0{
	margin-left: 1%;
}
#jackpotItem9, #jackpot2Item9, #jackpot3Item9{
	margin-right: 1%;
}


#logo{
    width: 446px;
    height: 100px;
    /* background: url(../img/logo-flg.png); */
	background-size: 446px !important;
    position: absolute;
    background-repeat: no-repeat !important;
    top: 20px;
    left: 45px;
}

.sliderNum{
	width: 100%;
	height: 780px;
	position: absolute;
}
.slNumItem{
	width: 100%;
	height: 59px;
	text-align: center;
	line-height: 63px;
	
}



.form-control {
    /*display: block;*/
    width: 30%;
    height: 75px;
    padding: 6px 12px;
    font-size: 35pt;
    line-height: 1;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 input[type="submit"].form-control, select.form-control,  input[type="button"].form-control {
   margin: 50px 0px 0px 0px;
   width: calc(30% + 30px);
   cursor: pointer;
}

.form-control:focus, .form-control:hover {
  color: #000;
  
}

#loginForm {
    margin: 0;
    font-family: Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: ;
    padding-right: 15px;
    padding-left: 15px;
	background:  #fff center 50px no-repeat;
}
.card {
    margin: 0 auto 25px;
    margin-top: 60px;
	padding: 40px 40px;
	max-width: 320px;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}
div.form {
    display: block;
    margin-top: 0em;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.langPosition{
    display: flex;
    justify-content: center;
    top: 1%;
    right: 1%;
}
.langDropdownButton {
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    outline: none;
    cursor: pointer!important;
    background-color: transparent!important;
    border: none;
    padding-right: 0;
}
.flag {   
    border-style: none;
    vertical-align: middle;
    user-select: none;
    box-shadow: 0 0 5px 2px grey;
    width: 28px;   
} 
.flag:hover{
	box-shadow: 0 0 5px 2px #00f;
}
.lang_selected img{
    box-shadow: 0 0 5px 2px #00f;
}
.form-group {
    margin-bottom: 1rem;
}
label{
    display: block;
    margin-top: 10px;
	margin-bottom: 0.5rem;
}
.form-control {
    display: block;
    width: 90%;
    height: calc(1.3em + 0.4rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {   
    margin: 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
.btn-primary:focus, .btn-primary:hover {
	background-color: #0069d9;
    border-color: #0062cc;
}
.error-feedback{
    color: red;
}

.jp-round_receipt{
	font-size: 30px;
}