@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html { height: 100%; }
body {
 margin: 0;
 padding: 0;
 font-family: 'Martian Mono';
 font-style: normal;
 width: 100%;
 height: 100%;
 min-height: 700px;
 color:#fff;
 min-width: 375px;
 background-color: #474D59;
 position: relative;
}
textarea, input {
 font-family: 'Martian Mono';
 font-style: normal;
}
button {
	border: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

.wrap {
background-color: #474D59;
/*height: 100%;*/
display: flex;
justify-content: center;
}

.w {
position: relative;
width: 100%;
/*height: 100%;*/
max-width: 375px;
top: 0;
left: 0;
display: flow-root;
min-height: 620px;
flex: 1;
}

.ubal {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 0px;

position: absolute;
height: 24px;
right: 14px;
top: 8px;
padding-left: 24px;
background: url(/si/lockpick.svg) top left no-repeat;
background-size: 24px;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: right;

/* button_text_color */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}

.curb {
width: 150px;
height: 12px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

/* button_text_color */

color: #FFFFFF;
margin-top: 17px;
position: relative;
}

.curb img {
width: 10px;
height: 5px;
margin-left: 11px;
}

.sum {
font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.hgi {
width: 16px;
height: 16px;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}

.hours {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 8px;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;
justify-content: center;
margin-top: 8px;
}

.gbx {
width: 100%;
overflow: hidden;
}
.game {
margin-top: 16px;
width: 100%;
height: 426px;
overflow: hidden;
}

.box {
    width: 99px;
    height: 82px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.open {
background: url(/si/box_open1.svg) no-repeat;
background-size: cover;
}
.close {
background: url(/si/box_close1.svg) no-repeat;
background-size: cover;
}
.open span {
position: absolute;
right: 14px;
top: 36px;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 11px;
/* identical to box height */

display: flex;
align-items: center;
text-align: right;

/* bg_color */

color: #FFFFFF;

opacity: 0.6;
}
.close span {
position: absolute;
right: 14px;
top: 32px;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
text-align: right;

/* bg_color */

color: #FFFFFF;
}

.arrows {
width: 100%;
height: 40px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: relative;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;
margin-top: 10px;
}

.aleft {
position: absolute;
width: 40px;
height: 40px;
left: 16px;
cursor: pointer;
}
.aright {
position: absolute;
width: 40px;
height: 40px;
right: 16px;
cursor: pointer;
}

.footer {
height: 80px;
    /*margin-top: 22px;*/
    /*padding-top: 8px;*/
/* secondary_bg_color */

background: var(--tg-theme-bg-color);
box-shadow: inset 0px 1px 0px var(--tg-theme-bg-color);
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
}

.footer a {
display: inline-flex;
align-items: center;
text-align: center;
width: 33.3%;
height: 80px;
position: relative;
}
.footer a span {
display: flex;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;
/* identical to box height */

align-items: center;
text-align: center;
text-transform: uppercase;

/* button_color */

color: var(--tg-theme-text-color);
width: 100%;
padding-top: 45px;
text-align: center;
justify-content: center;
}

.footer a.active span {
	color: #007AFE;
}

.footer a.gm {
	background: url(/si/game1_off.svg) center 20px no-repeat;
}
.footer a.wlt {
	background: url(/si/wallet1_off.svg) center 20px no-repeat;
}
.footer a.rul {
	background: url(/si/rules1_off.svg) center 20px no-repeat;
}

.footer a.gm.active {
	background: url(/si/game1_on.svg) center 20px no-repeat;
}
.footer a.wlt.active {
	background: url(/si/wallet1_on.svg) center 20px no-repeat;
}
.footer a.rul.active {
	background: url(/si/rules1_on.svg) center 20px no-repeat;
}

.popwrp, .poploader {
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: #000;
opacity: 0.7;
display: none;
z-index: 200;
}

.popup {
	display: none;
	/*padding-top: 20px;*/
	width: 100%;
	justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left: 0;
}
.popup .w {
	display: flex;
	justify-content: center;
    align-content: center;
    align-items: center;
}
.popdivs {
margin-top: 20px;
z-index: 999;
}

.ploader {
display: none;
position:absolute;
height: 150px;
width: 150px;
left: calc(50% - 150px/2);
top: calc(50% - 150px/2);
z-index: 9999;
}

.error {
display: none;
position:absolute;
left: calc(50% - 359px/2);
top: calc(50% - 99px/2);
z-index: 9999;
}
.errorC {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;

position: relative;
width: 359px;
min-height: 99px;

background: #682B2B;
/* Drop Shadow */

box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
border-radius: 8px;
}
.errtxt {
    /* position: absolute; */
    width: 248px;
    /* height: 51px; */
    padding-left: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.errcncl {
position: absolute;
width: 55px;
height: 17px;
right: 16px;
top: 41px;

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-align: right;
text-decoration-line: underline;

/* bg_color */

color: #FFFFFF;
}

.broken, .nullbox, .stolen {
	display: none;
	position: relative;
	width: 344px;
height: 217px;

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;
}
.broken .cncl, .nullbox .cncl, .stolen .cncl, .mainbank .cncl {
position: absolute;
width: 50px;
height: 17px;
left: 146.5px;
bottom: 24px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;
}

.buy {
	display: none;
	position: relative;
width: 344px;
height: 337px;

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;
}
.buypic {
position: absolute;
width: 48px;
height: 48px;
left: 148px;
top: 24px;
}

.buy .cncl {
position: absolute;
width: 59px;
height: 17px;
left: 142.5px;
top: 296px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}

.buy .copyaddr, #walletblock .copyaddr {
position: absolute;
width: 24px;
height: 24px;
right: 16px;
top: 48px;
cursor: pointer;
background: url(/si/copyaddr.svg) no-repeat
}
.btxt {
position: absolute;
width: 312px;
height: 42px;
left: 16px;
top: 230px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}
.adrtxt {
position: absolute;
width: 230px;
height: 12px;
left: 16px;
top: 12px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* hint_color */

color: #898989;

}


.win {
display: none;
position: relative;
width: 344px;
height: 264px;

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;	
}

.win .cncl, .wdrw .cncl {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
gap: 16px;

position: absolute;
width: 312px;
height: 40px;
left: calc(50% - 312px/2);
top: 208px;

/* button_color */

background: #007AFE;
border-radius: 12px;
}
.win .cncl span, .wdrw .cncl span {
position: absolute;
width: 79px;
height: 17px;
left: 116.5px;
top: 11px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}
.win .wintxt {
position: absolute;
width: 340px;
height: 22px;
justify-content: center;
/*left: calc(50% - 253px/2 + 0.5px);*/
top: 124px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}
.win .numbox {
position: absolute;
width: 25px;
height: 10px;
background: url(/si/snbg.png) center center no-repeat;
top:69px;
left: 187px;
z-index: 100;
}

.win .numbox span {
font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 11px;
/* identical to box height */

display: flex;
align-items: center;
text-align: right;
justify-content: center;

/* bg_color */

color: #FFFFFF;

opacity: 0.6;
}

.win .tpcc {
position: absolute;
width: 99px;
height: 82px;
left: 123px;
top: 33px;
background: url(/si/win/Component1.svg) no-repeat;
z-index: 11;
}
.win .tpe {
position: absolute;
width: 84px;
height: 84px;
left: 130px;
top: 24px;
background: url(/si/win/Ellipse1.svg) no-repeat;
}
.win .star1 {
/* Star 1 */
position: absolute;
width: 21px;
height: 21px;
left: 84px;
top: 24px;
background: url(/si/win/Star1.svg) no-repeat;
}

.win .star1_1 {
/* Star 1 */
position: absolute;
width: 21px;
height: 21px;
left: 219px;
top: 20px;
background: url(/si/win/Star1-2.svg) no-repeat;
}
.win .star1_2 {
/* Star 2 */
position: absolute;
width: 14px;
height: 14px;
left: 98px;
top: 75px;
background: url(/si/win/Star1-1.svg) no-repeat;
}
.win .star1_3 {
/* Star 3 */
position: absolute;
width: 16px;
height: 16px;
left: 222px;
top: 92px;
background: url(/si/win/Star1-3.svg) no-repeat;
}


.win .winsumm {
    position: absolute;
    width: 340px;
    height: 40px;
    left: 2px;
    top: 158px;
    font-family: 'Martian Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #474D59;
    text-align: center;
    justify-content: center;
    align-content: center;
}


.adrbg {
position: absolute;
height: 88px;
left: 16px;
right: 16px;
top: 126px;

/* bg_color */

background: #FFFFFF;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
}

.adrtit {
position: absolute;
left: 16px;
right: 16px;
height: 22px;
top: 88px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
justify-content: center;
align-content: center;

/* button_text_color */

color: #FFFFFF;

}
.addr {
    position: absolute;
    width: 225px;
    height: 36px;
    left: 32px;
    top: 162px;
    background-color: #fff;
    word-wrap: break-word;
    font-family: 'Martian Mono';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-feature-settings: 'zero' on, 'calt' off;
    color: #000000;
    justify-content: flex-start;
    text-align: left;
    line-break: anywhere;
    z-index: 10;

/* text_color */

color: #000000;
}


@-webkit-keyframes spin {  
from {  
    -webkit-transform: rotate(230deg); 
    left:33px; 
}  
to {  
    -webkit-transform: rotate(245deg); 
    left: 25px; 
    } 
}


.load {
	position: absolute;
	top: 30px;
    left: 25px;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    -webkit-animation-name: spin; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 1s; 
}


#walletblock {
	display: none;
	position: relative;
	margin-top: -109px;
}
.ava {
position: absolute;
width: 60px;
height: 60px;
left: 24px;
top: 133px;

background: url(/si/ava-x2.png) #D9D9D9 no-repeat;
background-size: 60px;
border-radius: 40px;
}
.wbttit {
position: absolute;
width: 99px;
height: 12px;
left: 100px;
top: 144px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;

}
.wbalval {
position: absolute;
width: 130px;
height: 85px;
left: 100px;
top: 159px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height */

display: flex;
    flex-direction: row;
    justify-content: flex-start;
align-items: center;
    text-align: left;

/* button_text_color */

color: #FFFFFF;

}

.wbalval div {
	padding-top: 7px;
}

.wbalval img {
	width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%!important;
    vertical-align: middle;
}

.btndep {
box-sizing: border-box;

/* Auto layout */

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 16px 12px;
gap: 8px;

position: absolute;
/*width: 308px;*/
height: 40px;
left: 16px;
right: 16px;
top: 425px;

/* button_text_color */

border: 2px solid #FFFFFF;
border-radius: 44px;
color:#FFF;
}
.btnwdr span {
color:#FFF;
width: 79px;
height: 17px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}

.btnwdr {
box-sizing: border-box;

/* Auto layout */

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 16px 12px;
gap: 8px;

position: absolute;
width: 108px;
height: 40px;
left: calc(50% - 108px/2 + 109.5px);
top: 143px;

/* button_text_color */

border: 2px solid #FFFFFF;
border-radius: 44px;
}
.btnwdr span {
width: 79px;
height: 17px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}

#walletblock .adrtit {
position: absolute;
width: 230px;
height: 12px;
left: 16px;
top: 12px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* hint_color */

color: #898989;

}

#walletblock .addr {
position: absolute;
width: 255px;
height: 36px;
left: 16px;
top: 36px;
}
#walletblock .adrbg {
position: absolute;
height: 88px;
left: 24px;
right: 24px;
top: 269px;
}
#walletblock .adrtxt {
position: absolute;
width: 230px;
height: 12px;
left: 16px;
top: 12px;
}
#walletblock .copyaddr {
position: absolute;
width: 24px;
height: 24px;
right: 16px;
top: 48px;
}

.wlttxt {
position: absolute;
width: 312px;
height: 28px;
left: 24px;
top: 373px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;

/* button_text_color */

color: #FFFFFF;
text-align: left;
}

.whist {
position: absolute;
width: 50px;
height: 12px;
left: 24px;
top: 483px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;
}

.wdrw {
display: none;
position: relative;
width: 344px;
height: 393px;

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;
}

.wdrw .wtit {
position: absolute;
width: 101px;
height: 22px;
left: calc(50% - 101px/2 + 0.5px);
top: 24px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;
}

.wdrw .wtxts {
position: absolute;
width: 312px;
height: 28px;
left: 16px;
top: 54px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: center;

/* button_text_color */

color: #FFFFFF;
}

.coinnameNEW {
    display: block;
    position: absolute;
    min-width: 33px;
    height: 19px;
    left: 40px;
    top: 31px;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
/* identical to box height */

font-feature-settings: 'zero' on, 'calt' off;

    color: #000000;
    background: transparent;
}

.fa {
    display: inline-flex;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: url(https://chainik.io/icons/SNATCH.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}

.fa-4050 {
	background-image: url(https://chainik.io/icons/SNATCH.svg)!important;
}

.coinpic {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 32px;
    border-radius: 8px;
    background: url(/img/logo.svg);
    background-size: 16px;
}

.dropdown-menu {
    padding: 10px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 7rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-menu li {
padding: 5px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
}
button {
    border: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.wdrw .tokens {
position: absolute;
height: 70px;
right: 16px;
width: 140px;
top: 98px;

/* White */

background: #FFFFFF;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
}

.wdrw .vals {
position: absolute;
height: 70px;
left: 16px;
width: 140px;
top: 98px;

/* White */

background: #FFFFFF;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
}
.wdrw .smtit {
position: absolute;
width: 100px;
height: 12px;
left: 16px;
top: 12px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* hint_color */

color: #898989;

}
#wamnt {
position: absolute;
width: 90px;
height: 18px;
left: 16px;
top: 36px;
border: none;
padding: 0;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
/* identical to box height */

font-feature-settings: 'zero' on, 'calt' off;

/* bg_color */

color: #000;
}
.wtoadr {
position: absolute;
height: 88px;
left: 16px;
right: 16px;
top: 184px;

/* White */

background: #FFFFFF;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
}
.totit {
position: absolute;
width: 230px;
height: 12px;
left: 16px;
top: 12px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* hint_color */

color: #898989;
}

#waddr{
border: none;
position: absolute;
width: 255px;
height: 35px;
left: 16px;
top: 36px;
padding: 0;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
/* identical to box height */

font-feature-settings: 'zero' on, 'calt' off;

/* hint_color */

color: #000;
}
.wdrw .cncl {
position: absolute;
width: 312px;
height: 40px;
left: calc(50% - 312px/2);
top: 288px;
}

.cncl2, .cncl {
cursor: pointer;
}

.cncl2:hover, .cncl:hover {
text-decoration: underline;
}

.wdrw .cncl2 {
position: absolute;
width: 59px;
height: 17px;
left: 142.5px;
top: 352px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}

#alrt {
	display: none;
	position: absolute;
	top:0;
	left: 0;
    width: 344px;
    height: 393px;
    background: #474D59;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 16px;
    opacity: 0.8;
    z-index: 100;
}
#alrt span {
	position: absolute;
	height: 30px;
	width: 200px;
	top: calc(50% - 30px/2);
	left: calc(50% - 200px/2);
	color: #FFFFFF;
	font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 17px;
}
.ihist {
margin-bottom: 24px;
margin-top: 15px;
height: 40px;
width: 327px;
position: relative;
}

.ihist .ttp {
position: absolute;
top:0;
left: 0;
	font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;
}

.ihist .tdt {
position: absolute;
top:23px;
left: 0;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 12px;
/* identical to box height */

display: flex;
align-items: center;

/* hint_color */

color: #898989;
}
.ihist .tvl {
position: absolute;
right: 0;
top:0;
font-family: 'Martian Mono';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: right;

/* button_text_color */

color: #FFFFFF;
}

#rulesblock {
display: none;
position: relative;
padding-right: 24px;
min-height: 500px;
}

.rulpic {
height: 160px;
margin-left: 24px;
margin-top: 24px;

background: url(/si/rulespic.png);
background-size: cover;
border-radius: 12px;
}
.rulhd {
font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
margin-left: 24px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;
padding-top: 20px;
}
.rultxt {
font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
margin-left: 24px;
text-align: left;

/* button_text_color */

color: #FFFFFF;
padding-top: 8px;
}

.lng {
margin-right: 8px;
cursor: pointer;
}
.lang_on span {
width: 20px;
height: 17px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* bg_color */

color: #474D59;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}

.lang_on {
box-sizing: border-box;

/* Auto layout */

display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 16px 12px;
gap: 8px;

width: 60px;
height: 40px;

/* bg_color */

background: #FFFFFF;
/* button_text_color */

border: 2px solid #FFFFFF;
border-radius: 44px;
}

.lang_off {
box-sizing: border-box;

/* Auto layout */

display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 11px 16px 12px;
gap: 8px;

width: 60px;
height: 40px;

/* button_text_color */

border: 2px solid #FFFFFF;
border-radius: 44px;
}

.lang_off span {
width: 20px;
height: 17px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;

/* button_text_color */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}

.sound {
position: absolute;
width: 24px;
height: 24px;
left: 16px;
top: 16px;
background: url(/si/sound_on.svg);
z-index: 10;
}
.sound.off {
background: url(/si/sound_off.svg);
}
.sound.off svg path {
fill:white!important;
}


#mainbank {
/*display: none;*/
position: absolute;
width: 344px;
height: 529px;
left: calc(50% - 344px/2 - 0.5px);
top: calc(50% - 529px/2 - 50px);

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;
}

.mainbank {
display: none;
position: relative;
width: 344px;
height: 650px;

/* bg_color */

background: #474D59;
/* Shadow */

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 16px;	
}

#mainbank .pich, .mainbank .pich {
position: absolute;
height: 22px;
width: 18px;
left: 16px;
top: 47px;
}

#mainbank .txttit, .mainbank .txttit {
position: absolute;
width: 250px;
height: 22px;
left: calc(50% - 250px/2);
top: 24px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
    align-content: center;
    justify-content: center;

/* button_text_color */

color: #FFFFFF;

}

#mainbank .txtop, .mainbank .txtop {
position: absolute;
width: 312px;
height: 28px;
left: calc(50% - 312px/2 - 0.5px);
top: 52px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: center;

/* button_text_color */

color: #FFFFFF;

}

.bankch {
position: absolute;
width: 312px;
height: 111px;
left: 16px;
top: 96px;

background: #6F7582;
/* opacity: 0.5;
 text_color */

border: 2px solid #000000;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
border-radius: 8px;
cursor: pointer;
}

.bankch .ttit {
position: absolute;
width: 168px;
height: 17px;
left: 54px;
top: 19px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;

/* button_text_color */

color: #FFFFFF;

}

.bankch .tBANK {
position: absolute;
width: 68px;
height: 29px;
left: 54px;
top: 44px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
/* identical to box height */


/* button_text_color */

color: #FFFFFF;

}

.bankch .tdesc {
position: absolute;
width: 214px;
height: 14px;
left: 54px;
bottom: 16px;

font-family: 'Martian Mono';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;

/* button_text_color */

color: #FFFFFF;
text-align: left;
}