body {
 background-color: #DEE7EE;
 margin: 0;
 padding: 0;
 font-family: 'Lato';
 font-style: normal;
}
textarea, input {
 font-family: 'Lato';
 font-style: normal;
}
button {
	border: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

.w {
position: relative;
width: 375px;
}

/* bg */

.bg {
position: absolute;
width: 322.54px;
height: 155.24px;
top: 79px;
left: 26px;
background-image: url(img/bg.png)
}

.logo_m {
/* logo_stiqr_blue */
position: absolute;
width: 140px;
height: 140px;
left: 91px;
top: 43px;
padding: 0;
margin: 0;
border: none;
}

#reg {
/* btn-sign-up */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/*padding: 10px 16px 11px;*/
gap: 16px;

position: absolute;
width: 312px;
height: 56px;
right: 32px;
top: 306px;

/* Green */

background: #12B03E;
border-radius: 12px;
cursor: poLato;
}

#reg span {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/*display: flex;*/
align-items: center;

/* White */

color: #FFFFFF;


/* Inside auto layout */

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

div.line {
position: absolute;
width: 120px;
height: 1px;
left: 31px;
top: 406px;

/* Dark BG */

background: #9FB8CC;
}


.ili {
position: absolute;
width: 30px;
height: 19px;
left: 171px;
top: 397px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
text-align: center;

/* Black */

color: #000000;
}

#seed {
position: absolute;
width: 312px;
height: 54px;
right: 32px;
top: 434px;
outline-width: inherit;

/* White */

background: #FFFFFF;
/* Shadow */

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

border: none;
padding: 12px;
border: none;
}

#auth, #signin, #restoreBTN  {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/*padding: 10px 16px 11px;*/
gap: 16px;

position: absolute;
width: 312px;
height: 40px;
right: 32px;
top: 528px;

/* Inactive BG */

background: #C3D1DB;
border-radius: 12px;
cursor: poLato;
}

#auth span, #signin span, #restoreBTN span {
width: 49px;
height: 19px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;

/* White */

color: #FFFFFF;


/* Inside auto layout */

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

.logoS {
/*position: absolute;
left: 0%;
right: 0%;*/
margin-top: 16px;
/*bottom: 0%;*/
}

.rb {
position: absolute;
width: 327px;
/*min-height: 389px;*/
left: 24px;
top: 85px;
padding-top: 390px;

/* White */

background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 32px;
}

#user .rb, #checkqr .rb, #readqr .rb {
position: relative;
width: 327px;
/*min-height: 389px;*/
margin-left: 0;
margin-top: 42px;
top:0;
left: 0;

/* White */

background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 32px;
}

.txtH {
position: absolute;
width: 327px;
height: 29px;
left: 0px;
top: 24px;

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

text-align: center;

/* Black */

color: #000000;
}
.coins {
box-sizing: border-box;

position: absolute;
width: 295px;
height: 230px;
left: calc(50% - 295px/2);
top: 69px;

/* Light BG */

background: #F2F2F2;
/* Mid Grey */

border: 1px solid #CBCBCB;
border-radius: 12px;
text-align: left;
}
.coinTXT {
position: absolute;
width: 120px;
height: 12px;
left: 16px;
top: 12px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 1px;
text-transform: uppercase;
font-feature-settings: 'zero' on;

/* Grey */

color: #868686;
}
.coinTXT2 {
position: absolute;
width: 92px;
height: 12px;
right: 16px;
top: 12px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
text-align: right;
letter-spacing: 1px;
text-transform: uppercase;
font-feature-settings: 'zero' on;

/* Green */

color: #12B03E;
}
.coinValue {
position: absolute;
width: 70px;
height: 19px;
right: 16px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
text-align: right;
font-feature-settings: 'zero' on;
border: none;

/* Black */

color: #000000;
}
.coinName {
position: absolute;
width: 150px;
height: 19px;
left: 16px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* Black */

color: #000000;
text-align: left;
}
.coinName select {
	width: 150px;
}
.coinPic {
position: absolute;
width: 16px;
height: 16px;
left: 16px;
top: 32px;

background: url(image.png);
}
.coinDrop {
position: absolute;
left: 29.17%;
right: 29.17%;
top: 41.67%;
bottom: 37.5%;
}

.btnGo {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/*padding: 10px 16px 11px;*/
gap: 10px;

position: absolute;
width: 263px;
height: 40px;

/* Green */

background: #12B03E;
border-radius: 16px;
cursor: poLato;
}
.btnGo span {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: center;

/* White */

color: #FFFFFF;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
cursor: poLato;
}
#qrTxt, #txtII {
word-break: break-all;
font-size: 12px;
display: block;
padding: 16px;
color: #ccc;
}


.mainLogopic {
position: absolute;
left: 151px;
top: 33px;
height: 72px;
width: 72px;
}

.howitwork {
position: absolute;
width: 327px;
height: 29px;
left: 0px;
top: 24px;

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

text-align: center;

/* Black */

color: #000000;

}

.screenSwipe {
	position: relative;
	height: 340px;
}


.sldrNum {
position: absolute;
width: 17px;
height: 24px;
left: 36px;
top: 200px;

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


/* Green */

color: #12B03E;
}

.sldrTxt {
position: absolute;
width: 230px;
height: 88px;
left: 61px;
top: 200px;

font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
text-align: left;

/* Black */

color: #000000;

}

.imgLogo {
position: absolute;
left: 16px;
top: 48px;
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
color: #12B03E;
width: 295px;
}

#checkqr .imgLogo, #readqr .imgLogo {
position: relative;
padding-top: 48px;
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
color: #12B03E;
width: 280px;
top:0;
left: 0;
}

.txtHq {
position: absolute;
width: 327px;
height: 38px;
left: 0px;
top: 116px;

font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;

/* Black */

color: #000000;
}

#user .txtHq, #checkqr .txtHq, #readqr .txtHq {
position: relative;
width: auto;
padding-left: 16px;
padding-right: 16px;
padding-top: 20px;
top:0;
left: 0;

font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;

/* Black */

color: #000000;
}

.txtq {
position: absolute;
width: 295px;
height: 76px;
left: 16px;
top: 161px;

font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

/* Black */

color: #000000;

}

.txtqCOINS, .txtLGN, .txtqLGNCOINS, #user .txtq, #checkqr .txtq, #readqr .txtq {
position: relative;
width: 295px;
height: auto;
padding-left: 16px;
padding-right: 16px;
padding-top: 20px;
padding-bottom: 20px;
top:0;
left: 0;

font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

/* Black */

color: #000000;

}

.txtqCOINS {
font-size: 14px;
}

.txtLGN, .txtqLGNCOINS {
padding-top: 7px;
padding-bottom: 7px;
}

.btnBl {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/*padding: 10px 16px 11px;*/
gap: 10px;

/*position: absolute;*/
width: 263px;
height: 40px;
/*left: 32px;*/
margin-top: 20px;

/* Black */

border: 2px solid #000000;
border-radius: 16px;
}
.btnBl span {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: center;

/* Black */

color: #000000;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
}
.loader {
    position: relative;
    height: 150px;
    /*left: 26%;
    right: 0;*/
    margin-top: 30px;
}
.okornot {
width: 72.66px;
height: 83px;
}

.btmLnk {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
text-align: center;
text-decoration-line: underline;

/* Black */

color: #000000;
}

.email {
box-sizing: border-box;

width: 263px;
height: 40px;
/*margin-left: 16px;*/
padding-left: 10px;
margin-top: 20px;

/* Light BG */

background: #F2F2F2;
/* Mid Grey */

border: 1px solid #CBCBCB;
border-radius: 12px;
}

.coinBlock {
	display: block;
	color: #000000;
	border-bottom: 1px solid #CBCBCB;
}
.coinBlock span {
	color: #12B03E;
}
.hist, .coinBlock {
	padding-bottom: 16px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 16px;
	text-decoration: none;
}
.h_OK {
	background-image: url(/img/hok.svg);
}
.h_FAIL {
	background-image: url(/img/hfail.svg);
}
.back {
	position: absolute;
	background-image: url(/img/nav.svg);
	height: 24px;
	width: 24px;
    top: 24px;
    left: 16px;
}
.disabled {
background: #F2F2F2;
}
.form-check {
    cursor: poLato;
    display: inline-block;
    font-weight: 600;
    line-height: 0;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.form-check__input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

input {
    vertical-align: middle;
}
input, select, textarea {
    caret-color: #42df81;
    color: #222;
    font: inherit;
    outline: none;
}
.form-check__label {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
}
.form-check__label--checkbox:before {
    background: #27563a;
    border: 2px solid transparent;
    border-radius: 2px;
    content: "";
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .15s;
    width: 16px;
}
.form-check__label--checkbox:after {
    border: solid #fff;
    border-width: 0 0 2px 2px;
    content: "";
    height: 7px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    transition: .15s;
    width: 12px;
}
.form-check__input:checked+.form-check__label--checkbox:before {
    background-color: #42df81;
    border-color: #42df81;
}
.form-check__input:checked+.form-check__label--checkbox:after {
    opacity: 1;
}
.form-check__label--checkbox:after {
    border: solid #fff;
    border-width: 0 0 2px 2px;
    content: "";
    height: 7px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    transition: .15s;
    width: 12px;
}

.checkData {
	position: relative;
	font-family: 'Lato';
font-style: normal;
font-size: 12px;
line-height: 19px;
text-align: center;
padding-top: 20px;

/* Black */

color: #000;
}

.tokens {
	text-align: left;
    padding-left: 16px;
}

.coinslist div {
display: block;
position: relative;
width: 295px;
height: 24px;
/*margin-left: 16px;*/
margin-bottom: 19px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 1px;

/* Black */

color: #000000;

}

.logocoin {
position: absolute;
width: 24px;
height: 24px;
left: 0px;
top: 0px;
background-image: url(/img/logo.svg);
background-size: 24px;
border-radius: 12px;
}

.coinslist div span.coinname {
position: absolute;
min-width: 131px;
height: 19px;
left: 32px;
top: 3px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
letter-spacing: 1px;

/* Black */

color: #000000;
}

.coinslist div span.coinvalue {
position: absolute;
min-width: 50px;
height: 24px;
right: 0px;
top: 0px;

font-family: 'Lato';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
text-align: right;
letter-spacing: 1px;
font-feature-settings: 'zero' on;

/* Black */

color: #000000;
}

.histtm {
position: absolute;
height: 17px;
right: 0px;
bottom: 1px;

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

text-align: right;

/* Grey */

color: #797979;
}

.sndinput {
position: relative;
box-sizing: border-box;

width: 295px;
height: 64px;
margin-top: 10px;

/* Light BG */

background: #F2F2F2;
/* Mid Grey */

border: 1px solid #CBCBCB;
border-radius: 12px;
}

.sndinput .label {
position: absolute;
/*width: 109px;*/
height: 12px;
left: 16px;
top: 12px;

/*font-family: 'Lato';*/
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 1px;
text-transform: uppercase;
font-feature-settings: 'zero' on;

/* Grey */

color: #868686;

}

.sndinput .coinpic {
position: absolute;
width: 16px;
height: 16px;
left: 16px;
top: 32px;
border-radius: 8px;
background: url(/img/logo.svg);
background-size: 16px;
}
.fa {
    display: inline-flex;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}
.dropdown-menu {
padding: 10px;
}

.sndinput .coinname {
padding-right: 17px;
position: absolute;
min-width: 33px;
height: 19px;
left: 40px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* Black */

color: #000000;
}

.coinnameNEW {
display: block;
position: absolute;
min-width: 33px;
height: 19px;
left: 40px;
top: 31px;
padding: 0;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* Black */

color: #000000;
}

.sndinput .selecticon {
position: absolute;
right: 0px;
top: 7px;
width: 10px;
height: 5px;
background: url(/img/select.svg);
}

#usemax {
position: absolute;
/*width: 92px;*/
height: 12px;
right: 16px;
top: 12px;

font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
text-align: right;
letter-spacing: 1px;
text-transform: uppercase;
font-feature-settings: 'zero' on;

/* Green */

color: #12B03E;
}

#sndval {
position: absolute;
width: 80px;
height: 24px;
right: 16px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 19px;
display: flex;
align-items: center;
text-align: right;
font-feature-settings: 'zero' on;

/* Black */

color: #000000;
border: 0;
background-color: transparent;
}

#address {
position: absolute;
width: 260px;
height: 19px;
left: 16px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* Grey */

color: #000;
border: 0;
background-color: transparent;
padding: 0;
}

#msg {
position: absolute;
width: 260px;
height: 60px;
left: 16px;
top: 31px;

font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
font-feature-settings: 'zero' on;

/* Grey */

color: #000;
border: 0;
background-color: transparent;
padding: 0;

}

.addmsg {
margin: 10px 0;
margin-left: 16px;
text-align: left;
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

display: flex;
align-items: center;

/* Green */

color: #12B03E;
}

.utxtInf {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

/* Black */

color: #000000;
}