@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

* {
	box-sizing: border-box;
	list-style: none;
}

input#firstinput.card-input__input::selection,
input#lastinput.card-input__input::selection {
	background: none;
}

input#firstinput.card-input__input::-moz-selection,
input#lastinput.card-input__input::-moz-selection {
	background: none;
}

input#firstinput.card-input__input::-o-selection,
input#lastinput.card-input__input::-o-selection {
	background: none;
}

input#firstinput.card-input__input::-ms-selection,
input#lastinput.card-input__input::-ms-selection {
	background: none;
}

input#firstinput.card-input__input::-webkit-selection,
input#lastinput.card-input__input::-webkit-selection {
	background: none;
}

*:focus {
	outline: none;
}

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

html {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro-open .ark {
	opacity: 0.35;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.4;
	justify-content: center;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	font-weight: 500;
	text-shadow: 0;
	height: 100%;
	color: #222;
	font-family: "DM Sans", sans-serif;
	display: flex;
	justify-content: center;
	background-color: rgb(231, 231, 231);
}

#root,
.ark {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

button,
a {
	cursor: pointer;
}

.dark .searchcontainer,
.dark .app-container {
	background-color: #222429;
}

.searchview .searchcontainer,
.formview .app-container {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.searchcontainer,
.app-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	background-color: rgb(231, 231, 231);
	filter: blur(20px);
	opacity: 0;
	position: absolute;
	padding: 0;
	border: 0;
	margin: 0;
	transition: 0.6s ease-in;
	z-index: 2;
}

.app-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.app-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 8px 24px 0 24px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
}

.app-headerbg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	overflow: hidden;
	padding: 0 9px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 190;
}

.app-headerbg div {
	background: linear-gradient(to bottom, rgb(231, 231, 231) 40px, transparent);
	height: 100%;
	width: 100%;
}

.app-header-left,
.app-header-right {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-header-right button {
	margin-right: 8px;
}

.app-icon svg {
	height: 35px;
	position: relative;
}

.app-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	position: relative;
}

.dark .linee {
	background: rgb(201, 198, 198);
}

.linee {
	width: 20px;
	height: 2px;
	background: rgb(44, 44, 44);
	margin-top: 4px;
	border-radius: 5px;
	transition: all 0.2s;
}

.linee1 {
	width: 15px;
	margin-top: 0;
	transform: translateX(5px);
}

.dark .linee1before {
	background: rgb(201, 198, 198);
}

.linee1before {
	content: "";
	display: block;
	transform: translateX(-5px);
	width: 3px;
	height: 2px;
	background: rgb(44, 44, 44);
	transition: width 0.2s ease 0.1s, transform 0.2s;
}

.dark .linee3after {
	background: rgb(201, 198, 198);
}

.linee3after {
	content: "";
	display: block;
	transform: translateX(17px);
	width: 0px;
	height: 2px;
	background: rgb(44, 44, 44);
	transition: width 0.2s ease 0.1s;
}

.linee3 {
	width: 13px;
}

.menu-animate .menu-icon .linee1 {
	width: 10px;
	transform: translateX(0px);
}

.menu-animate .menu-icon .linee1before {
	width: 0px;
	transform: translateX(0px);
}

.menu-animate .menu-icon .linee3 {
	width: 15px;
}

.menu-animate .menu-icon .linee3after {
	content: "";
	display: block;
	transform: translateX(17px);
	width: 3px;
	height: 2px;
	background: rgb(44, 44, 44);
	transition: width 0.2s ease 0.1s;
}

.dark .menu-animate .menu-icon .linee3after {
	background: rgb(201, 198, 198);
}

.mode-switch {
	background-color: transparent;
	border: none;
	padding: 0;
	color: #1f1c2e;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dark #navlinks {
	background: #3b3e46;
}

.dark #navlinks a {
	color: #ededed;
}

#navlinks a {
	height: 49px;
	text-decoration: none;
	color: #222429;
	border-radius: 8px;
	position: relative;
	padding: 0 2vw 0 2vw;
	margin: 6px 0;
	font-weight: 900;
	font-size: 35px;
	transition: all 0.2s;
}

#navlinks a:hover {
	background-color: #adabc0;
}

.dark #navlinks a:hover {
	background-color: #50476d;
}

.auto-hidden {
	visibility: hidden;
}

.socialicons svg {
	width: 38px;
	height: 38px;
}

.socialicons {
	width: 100%;
	height: 50px;
	display: flex;
	margin: 8px 0 0 0;
	align-items: center;
	justify-content: left;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 2vw;
}

#navlinks .socialicons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0 0 0 0;
	text-decoration: none;
	position: relative;
}

.dark .socialicons svg {
	fill: #fff;
}

.socialicons svg {
	width: 38px;
	height: 38px;
	fill: #222429;
}

#navlinks .lowerlayer {
	padding: 0 0 5vh 0;
	align-items: flex-start;
	overflow-y: scroll;
	height: calc(85vh - 69px);
}

#navlinks {
	position: fixed;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 20px;
	border-radius: 35px 35px 0 0;
	background: #ededed;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	transition: bottom 0.6s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 10%);
	z-index: 9000;
}

.menu-release #navlinks {
	bottom: -15%;
}

.menu-release .xclose.witholdmenu svg {
	transform: rotate(0deg);
}

.witholdmenucont {
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: left;
	align-items: center;
}

@media screen and (max-width: 720px) {
	.app-header-right button {
		margin-left: 4px;
	}
}

.heart-icon {
	height: 30px;
	width: auto;
	margin: 0 8px;
	fill: #d73b5f;
	stroke: none;
}

.searchnow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgb(255, 255, 255);
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.dark .searchnow {
	background: #333740;
}

.main-network svg {
	stroke: rgb(201, 198, 198);
	fill: none;
	height: 22px;
	width: 22px;
}

.nav-item {
	text-decoration: none;
	cursor: pointer;
	display: flex;
	width: 35px;
	height: 35px;
	border: 2px solid #333;
	border-radius: 12px;
	flex-direction: column;
	justify-content: center;
	transition-duration: 0.2s;
	align-items: center;
}

.dark .nav-item {
	border: 2px solid rgb(201, 198, 198);
}

.dark .nav-item.pool svg {
	stroke: none;
	fill: rgb(201, 198, 198);
}

.nav-item.pool svg {
	stroke: none;
	fill: #333;
}

.dark .nav-item svg {
	stroke: rgb(201, 198, 198);
	fill: rgb(201, 198, 198);
}

.nav-item svg {
	stroke: #333;
	fill: #333;
	transition-duration: 0.2s;
	height: 22px;
	width: 22px;
}

svg.moon {
	fill: none;
}

.dark svg.moon {
	fill: rgb(201, 198, 198);
}

.nav-item:hover svg {
	animation: left-edge 0.5s linear 1;
}

img:hover .menu,
svg:hover .menu {
	box-shadow: 0px 10px 5px rgb(100, 187, 241, 0.1);
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 13px;
	right: 24px;
	border-radius: 12px;
	background: rgb(255, 255, 255);
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.dark .menu {
	background: #333740;
}

.formyinfo div.formyinfotitle {
	font-weight: 800;
}

.formyinfo div {
	font-weight: 700;
}

.dark .formyview .formyinfo {
	color: #fff;
}

.formyview .formyinfo {
	padding: 0 15px;
	font-size: 13px;
	color: #21242b;
	font-weight: 700;
}

.formyinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 1px 0;
	width: 100%;
	height: 18px;
}

.nextformydata {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	color: #333740;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	margin: 5px 0 0 0;
	height: 232px;
	border-radius: 18px;
	padding: 0;
}

.dark .nextformydata {
	color: #fff;
}

.furtherformydata {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	color: #333740;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	margin: 0;
	border-radius: 18px;
	padding: 0;
}

.dark .furtherformydata {
	color: #fff;
}

.padlock {
	height: 21.7px;
	width: 17.85px;
	margin: 0 8px 0 0;
}

.border-form__button span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.dark .border-form__button {
	color: #8ca6fa;
}

.border-form__button {
	width: 100%;
	height: 45px;
	border: 2px solid #2364d2;
	border-radius: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #326cd1;
	cursor: pointer;
}

.formy-form__button span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.formy-form__button {
	width: 100%;
	height: 45px;
	background: #2364d2;
	border: none;
	border-radius: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

.cpbnb span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.dark .cpbnb {
	background: #48ff91;
	color: #000;
}

.cpbnb {
	width: 100px;
	height: 30px;
	background: #2364d2;
	border: 2px solid #2364d2;
	border-radius: 18px;
	font-size: 12px;
	font-weight: 500;
	color: #326cd1;
	cursor: pointer;
}

.cpbn span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.cpbn {
	width: 100px;
	height: 30px;
	background: #2364d2;
	border: none;
	border-radius: 18px;
	font-size: 12px;
	font-weight: 500;
	color: #f0f0f0;
	cursor: pointer;
}

.dark .cpbn {
	background: #48ff91;
	color: #000;
}

#svbn {
	font-size: 11px;
	color: #222429;
	margin-top: 5px;
}

#svbn:hover {
	color: #4f4de7;
}

.dark .pndcn {
	fill: #fff;
}

.pndcn {
	fill: #000;
	margin: 15px auto 5px auto;
	width: 110px;
	height: 110px;
}

#qrcode {
	margin-top: 10px;
}

.qcrbd .gntcns {
	padding: 0 15px;
}

.dark .qcrbd #ccptcn {
	background-color: #ffffffc7;
	color: #1a1a1a;
}

.dark .qcrbd #gntcn.gntcn {
	border: 2px solid #ffffffc7;
}

.qcrbd #ccptcn {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000a1;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0;
}

.qcrbd #gntcn.gntcn {
	width: auto;
	max-width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	margin: 12px auto 22px auto;
	font-family: monospace;
	opacity: 1;
	word-break: break-all;
	font-size: 15px;
	margin-top: 0;
	border-radius: 10px;
	border: 2px solid #000000a1;
}

#rtddp.gntcn {
	font-family: monospace;
	max-width: 220px;
	opacity: 1;
	word-break: break-all;
	font-size: 15px;
}

.qcrbd p.gntcn {
	font-family: monospace;
	opacity: 1;
	word-break: break-all;
	font-size: 17px;
}

#formyapproveone.formy-form__button {
	width: 70%;
	margin: 0 auto;
}

.expiredpool .formyboard .formy-form__button {
	cursor: default;
}

.fview .formy-details {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.dark .qrview .zztcn {
	background: #333740;
}

.zztcn p {
	line-height: 1.2;
}

.zztcn {
	filter: blur(20px);
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	vertical-align: middle;
	border-radius: 28px;
	background: rgb(255, 254, 254);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	transition: 0.6s ease-in;
}

#sztcn {
	z-index: 1;
}

.eqsztcn#sztcn {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

#pztcn {
	z-index: 2;
}

.eqpztcn#pztcn {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

#nztcn {
	z-index: 3;
}

.eqnztcn#nztcn {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

#iztcn {
	z-index: 3;
}

.eqiztcn#iztcn {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.dark .qrview .qcrbd {
	background: #333740;
}

.qcrbd {
	filter: blur(20px);
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 410px;
	position: absolute;
	vertical-align: middle;
	border-radius: 28px;
	background: rgb(255, 254, 254);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	transition: 0.6s ease-in;
	z-index: 2;
}

.ndsvg {
	height: 100px;
	width: 100px;
	margin: 20px 0 10px 0;
}

.qcrbd p.wcvdg {
	display: block;
	width: 230px;
	line-height: 1.4;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	opacity: 0.7;
	margin: 12px auto 25px auto;
}

.bcrtn {
	width: 220px;
	margin: 6px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dark .qcrbd h4.ozbsd {
	color: #fff;
}

.qcrbd h4.ozbsd {
	color: #222;
	margin: 0 0 10px 0;
}

.qcrbd p {
	display: block;
	width: 280px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	opacity: 0.7;
	margin: 12px auto 16px auto;
}

.qcrbd.racsqq {
	justify-content: space-evenly;
}

.qcrbd p.qcrbdpq {
	display: block;
	width: 250px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	opacity: 0.7;
	margin: 5px auto 10px auto;
}

.qrview .qcrbd {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.retrieveview .retrieveboard {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.buttonloading.formy-form__button .formy-form__buttonbefore {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	width: 300%;
	height: 100%;
	background: #4463fd repeating-linear-gradient(60deg,
			transparent,
			transparent 10px,
			#3b5dd7 10px,
			#3b5dd7 20px);

	animation: buttonloading 1s infinite linear;
}

.buttonloading.formy-form__button {
	overflow: hidden;
	transform: translateZ(0);
}

.formyboard {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	padding: 0;
	filter: blur(20px);
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	z-index: 2;
}

.formyone {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 290px;
	padding: 14px;
	position: absolute;
	vertical-align: middle;
	border-radius: 28px;
	transition: 0.6s ease-in;
}

.cubby.formyfour {
	width: 350px;
	height: 320px;
}

.requestcubby.formyfour {
	height: 370px;
	width: 320px;
}

.formyfour {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 250px;
	padding: 14px;
	position: absolute;
	vertical-align: middle;
	border-radius: 28px;
	transition: 0.6s ease-in;
}

.helplink:hover {
	color: #4dd1d1;
}

.helplink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
	padding: 20px 0 0 0;
	color: #167ff0;
	vertical-align: middle;
}

.dark .formythree {
	background: #333740;
}

.formythree {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 380px;
	padding: 20px 14px;
	position: absolute;
	vertical-align: middle;
	border-radius: 28px;
	background: rgb(255, 254, 254);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	transition: 0.6s ease-in;
}

.formypool-item {
	display: flex;
	list-style: none;
	padding: 0 8px;
	margin: 20px auto 0 auto;
	height: 388px;
	width: 350px;
	align-items: center;
	justify-content: center;
}

.formone .formone {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.nextform .nextform {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.formtwo .formtwo {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.formthree .formthree {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.formyapprove .formyview {
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

.preformyview {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	filter: blur(20px);
	opacity: 0;
	top: 0;
	position: absolute;
	vertical-align: middle;
	transition: 0.6s ease-in;
	z-index: 2;
}

.formytoken-title-icon svg {
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.formytokenicon-background {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	background-color: #d8d8d8;
	border-radius: 50%;
}

.formytoken-title {
	margin: 0 5px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	padding: 5px 0;
	font-family: monospace;
	overflow: hidden;
	white-space: nowrap;
}

.formytoken-title:hover {
	color: #000;
}

.formytoken-title-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.formy-tokenbox svg {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.formy-tokenbox svg,
.formy-tokenbox span {
	pointer-events: none;
}

.formy-tokenbox:hover,
.formy-tokenbox:focus {
	color: #ffffff;
}

.dark .formy-tokenbox {
	border: 0.1rem solid #494d59;
	background-color: #333740;
	color: #b1b8ca;
}

.formy-tokenbox {
	width: 100%;
	border-radius: 1.4rem;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	border: 0.15rem solid #dbdde0;
	background: transparent;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	align-items: center;
	padding: 5px 9px;
	margin: 0 0 7px 0;
}

.formy-tokenbox:hover {
	color: #000;
}

.dark .formy-tokenbox:hover {
	color: #fff;
}

.formy-tokenbox:focus {
	border: 0.1rem solid #2c62f6;
	box-shadow: 0 0 0 0.2rem rgba(44, 98, 246, 0.4);
}

.formy-form__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 380px;
	width: 350px;
}

.formy-form__inner.farm__inner {
	height: 259px;
}

.totalvalueformyd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 8px;
	width: 100%;
	height: 18px;
}

.switch-toggle__label {
	position: relative;
	cursor: pointer;
}

.switch-toggle__input {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.switch-toggle__input:focus+.switch-toggle__design {
	box-shadow: 0 0 0 0.1rem hsl(200, 79%, 16%), 0 0 0 0.2rem hsl(200, 79%, 46%);
}

.switch-toggle {
	margin: 0;
}

.swapsetting__input div {
	line-height: 1.5;
	font-size: 13px;
	height: 20px;
}

.dark .swapsetting__input input {
	color: #fff;
}

.swapsetting__input input {
	text-align: center;
	height: 20px;
	width: 18px;
	border: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	background: transparent;
}

.txdl .swapsetting__input {
	padding: 3px 9px 3px 9px;
}

.dark .swapsetting__input {
	color: #fff;
	background: hsl(0, 0%, 20%);
}

.swapsetting__input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60px;
	height: 3rem;
	overflow: hidden;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border-radius: 100rem;
	background: #e0dfe6;
	position: relative;
	transition: 0.2s, box-shadow 0s;
}

.switch-toggle__design {
	display: inline-block;
	width: 6rem;
	height: 3rem;
	border-radius: 100rem;
	background: #d0cedc;
	position: relative;
	transition: 0.2s, box-shadow 0s;
}

.dark .switch-toggle__design {
	background: hsl(0, 0%, 20%);
}

.switch-toggle__design .switch-toggle__designball {
	position: absolute;
	left: .6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 100rem;
	background: hsl(0, 0%, 65%);
	transition: inherit;
}

.switch-toggle .switch-toggle__design {
	transition: 0.3s, box-shadow 0s;
}

.switch-toggle__input:checked+.switch-toggle__design {
	border-color: transparent;
	background: hsl(200, 79%, 16%);
}

.switch-toggle__input:checked+.switch-toggle__design .switch-toggle__designball {
	left: calc(100% - (22px + .6rem));
	background: hsl(200, 79%, 46%);
}

.switch-toggle .switch-toggle__input:checked+.switch-toggle__design .switch-toggle__designball {
	left: calc(100% - .6rem);
	transform: translate(-100%, -50%);
}

.switch-toggle:active .switch-toggle__designball {
	width: calc(22px + .4rem);
}

.dot {
	animation: dot-anim 8s linear infinite;
}

/* Animations */

@keyframes dot-anim {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes left-edge {
	0% {
		transform: rotate(0deg);
	}

	35% {
		transform: rotate(-25deg);
	}

	75% {
		transform: rotate(25deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes buttonloading {
	0% {
		transform: translateX(25px);
	}

	100% {
		transform: translateX(-20px);
	}
}

#poolgrid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: fixed;
	overflow-y: auto;
	filter: blur(0);
	opacity: 1;
	z-index: 20;
}

#allpoolgrid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.poolmini {
	display: flex;
	position: fixed;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	list-style: none;
	width: 100%;
	top: 66px;
	z-index: 90;
}

.poolminibg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 120px;
	overflow: hidden;
	padding: 0 9px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88;
}

.dark .poolminibg div {
	background: linear-gradient(to bottom, #222429 90px, transparent);
}

.poolminibg div {
	background: linear-gradient(to bottom, rgb(231, 231, 231) 90px, transparent);
	height: 100%;
	width: 100%;
}

.formysearch-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: calc(100% - 10px);
	height: 40px;
	margin: 5px 5px 0 5px;
	padding: 0 5px 0 16px;
	border-radius: 12px;
	color: #000;
	background: rgb(255, 255, 255);
	border: 0.1rem solid #b7b7b7;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dark .formysearch-box {
	color: #fff;
	background: #333740;
	border: 0.1rem solid #494d59;
}

.formysearch {
	width: 100%;
	transition: 0.3s;
	border: 0;
	font-weight: 500;
	color: #000;
	background: none;
	font-size: 15px;
}

.dark .formysearch {
	width: 100%;
	transition: 0.3s;
	border: 0;
	color: #fff;
	background: none;
	font-size: 15px;
}

.press {
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dark .poolback svg {
	fill: #fff;
	stroke: #fff;
}

.poolback svg {
	height: 13px;
	fill: #333;
	stroke: #333;
	stroke-width: 30;
}

.press:active {
	transform: scale(0.96);
}

.connectwallet {
	display: flex;
	height: 40px;
	width: 116px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	background: #275efe;
	border-radius: 12px;
	padding: 0;
	color: #fff;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 10%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.connectwallet {
	z-index: 205;
}

.connectwallet:active {
	transform: scale(0.95);
	box-shadow: 0 1px 4px -1px rgba(10, 22, 50, .24);
}

.connectwallet ul {
	width: 55px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
}

.connectwallet ul li:not(:first-child) {
	top: 16px;
	left: 0;
	right: 0;
	position: absolute;
}

.walletinactive .preshowwallet {
	opacity: 1;
	z-index: 20;
}

.walletactive .showwallet {
	opacity: 1;
	z-index: 20;
}

.preshowwallet,
.showwallet {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #275efe;
	padding: 0;
	position: absolute;
	overflow: hidden;
	width: 116px;
	height: 40px;
	border-radius: 12px;
	vertical-align: middle;
	transition: 0.6s ease-in;
	z-index: 2;
}

.walletavatar {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0 6px 0 9px;
	border-radius: 50%;
}

.thewalletaddress {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 12px;
	height: 25px;
	margin: 0 9px 0 0;
}

.connectwallet .walleticonbg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 40px;
	background: #184fee;
}

.connectwallet .walleticonbg .walleticon {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: #fff;
	z-index: 1;
	stroke-width: 1.5px;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
}

button {
	border: none;
	cursor: pointer;
	background-color: transparent;
	outline: none;
}

.network-title-icon {
	display: inline-flex;
}

.network-title-icon svg {
	height: 25px;
	width: 25px;
}

.networkbackground {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
	background-color: #d8d8d8;
	border-radius: 50%;
}

.networkbackground img {
	height: 20px;
	width: 20px;
}

.main-network:hover,
.main-network:focus {
	color: #ffffff;
}

.main-network {
	height: 40px;
	width: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333740;
	border: 0.1rem solid #494d59;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-network:focus {
	border: 0.1rem solid #2c62f6;
	box-shadow: 0 0 0 0.2rem rgba(44, 98, 246, 0.4);
}

.gList_item-name {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
}

.gList_items-about {
	display: flex;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
}

.gList_items-about svg {
	height: 25px;
	width: 25px;
}

.dark .onnotice .rednot {
	border: 2px solid #333740;
}

.onnotice .rednot {
	width: 10px;
	height: 10px;
	top: 19px;
	right: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 90;
	opacity: 1;
	background-color: #e13c42;
}

.gList_itembg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
}

.gList_itembg img {
	height: 25px;
	width: 25px;
}

.gList_item .gList_itembg {
	margin-right: 10px;
}

.gList_items-button {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.gList_items-button svg {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	fill: #b1b8ca;
}

.gList_items-button svg,
.gList_items-button span {
	pointer-events: none;
}

.gList_items-button:hover,
.gList_items-button:focus {
	color: #ffffff;
}

.gList_items-button:hover svg,
.gList_items-button:focus svg {
	fill: #ffffff;
}

.gList_item {
	height: 4.6rem;
	transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
	cursor: pointer;
}

.gList_items-list-wrapper {
	padding: 0 1rem 1rem 1rem;
	position: relative;
}

.dark ul.gList_items-list::-webkit-scrollbrr-thumb {
	background: rgba(218, 219, 224, 0.5);
}

ul.gList_items-list::-webkit-scrollbrr-thumb {
	border-radius: 8px;
	background: rgba(90, 96, 124, 0.5);
	cursor: pointer;
}

ul.gList_items-list::-webkit-scrollbrr {
	width: 8px;
	height: 90%;
	background: transparent;
}

.listholder {
	width: 100%;
	height: 321px;
	overflow-y: hidden;
	position: relative;
	list-style-type: none;
}

ul.gender-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 180px;
	border-radius: 1.4rem;
	padding: 0 5px;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}

ul.gList_items-list {
	width: 100%;
	height: 321px;
	border-radius: 1.4rem;
	padding: 0 5px;
	overflow-y: scroll;
	position: relative;
	list-style-type: none;
}

li.gList_items-list-item:hover .gList_items-about {
	color: #fff;
}

.gList_items-about {
	color: #2e3035;
}

.dark .gList_items-about {
	color: #d4d4d4;
}

.dark li.gList_items-list-item {
	color: #d4d4d4;
	background-color: #383c47;
}

li.gList_items-list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0 0;
	height: 32px;
	width: 100%;
	color: #2e3035;
	background-color: #e0dfe6;
	border-radius: 1rem;
	z-index: 1;
	opacity: 1;
	transition: all 0.4s linear;
}

li.gList_items-list-item:first-child {
	margin: 8px 0 0 0;
}

li.gList_items-list-item:hover {
	color: #fff;
	background-color: #222429;
}

button {
	border: none;
	cursor: pointer;
	background-color: transparent;
	outline: none;
}

.text-truncate {
	display: flex;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown-title-icon,
.dropdown-arrow {
	display: inline-flex;
}

.dropdown-arrow svg {
	fill: #333;
	height: 14px;
	width: 14px;
}

.dark .main-button:hover .dropdown-arrow svg,
.dark .main-button:focus .dropdown-arrow svg,
.dark .main-button:active .dropdown-arrow svg {
	fill: #fff;
}

.main-button:hover .dropdown-arrow svg,
.main-button:focus .dropdown-arrow svg,
.main-button:active .dropdown-arrow svg {
	fill: #333;
}

.dropdown-title {
	margin: 0 auto 0 5px;
}

.dropdown-button {
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 8px;
}

.dropdown-button svg {
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	fill: #696969;
}

.dropdown-button svg,
.dropdown-button span {
	pointer-events: none;
}

.dropdown-button:hover,
.dropdown-button:focus {
	color: #ffffff;
}

.dropdown-button:hover svg,
.dropdown-button:focus svg {
	fill: #ffffff;
}

.main-button.country-code {
	padding: 5px 8px 5px 5px;
	height: 44px;
	width: auto;
	font-weight: 800;
	font-size: 14px;
	font-family: monospace;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
	color: #21242b;
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #6363631f;
	margin: 0 5px 7px 0;
	transition: all 0.3s ease-in-out;
}

.inputcontainer {
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.inputcontainer .card-input {
	width: calc(100% - 60px);
}

.main-button {
	height: 44px;
	font-weight: 800;
	font-size: 15px;
	font-family: monospace;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f0f0f0;
	color: #555;
	border-radius: 12px;
	box-shadow: none;
	font-weight: 600;
	border: 2px solid #6363631f;
	padding: 5px 15px;
	width: 100%;
	margin-top: 9px;
	transition: all 0.3s ease-in-out;
}

.main-button:hover,
.main-button:focus,
.main-button:active {
	color: #000;
}

.dark .country-code {
	border: 1px solid #ffffff1f;
	color: #ececec;
	background: #21242b;
}

.dark .main-button {
	border: 2px solid #ffffff1f;
	color: #ececec;
	background: #21242b;
}

.dark .main-button:hover,
.dark .main-button:focus,
.dark .main-button:active {
	color: #fff;
}

.main-button:focus,
.main-button:hover,
.tags:hover,
.formysearch-box:hover {
	border: 0.1rem solid #2c62f6;
	box-shadow: 0 0 0 0.2rem rgba(44, 98, 246, 0.4);
}

.main-button .dropdown-arrow {
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-left: 3px;
}

.sortpool-container {
	padding-top: 0px;
	position: relative;
	margin: 0 9px 0 0;
	width: 90px;
}

.sortpool-container .sortpool-content {
	height: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 1.4rem;
	border: 0.1rem solid #b7b7b7;
	transform: translateY(-10px);
	transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}

.dark .sortpool-container .sortpool-content {
	background-color: #333740;
	border: 0.1rem solid #494d59;
}

.sortlist-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 35px;
	width: 72px;
	flex-direction: column;
	position: relative;
	z-index: 1;
	color: #333;
	font-weight: 600;
	padding: 0 9px;
	cursor: pointer;
	margin: 10px 0 0 0;
	border-radius: 9px;
	font-size: 12px;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dark .sortlist-item {
	color: #b1b8ca;
}

.sortlist-item.sortlast {
	margin: 0 0 10px 0;
}

.sortlist-item:hover {
	background: #b7b7b7;
	color: #000;
}

.dark .sortlist-item:hover {
	background: #1a1a1a;
	color: #fff;
}

.sortopen .sortpool-container .sortpool-content {
	opacity: 1;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 50px;
	transform: translateY(0);
	z-index: 999;
	pointer-events: auto;
	visibility: visible;
	overflow: visible;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

.inputdirection {
	color: #555555;
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: 900;
}

.inputup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

.tokenicon-background {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	background-color: #d8d8d8;
	border-radius: 50%;
}

.dark .coinswitch {
	border: 3px solid #333740;
	background: #21242b;
}

.coinswitch {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	border: 3px solid #fff;
	border-radius: 15px;
	cursor: pointer;
	left: 50%;
	margin: -20px 0 0 -15px;
	background: #ececec;
	position: absolute;
	z-index: 5;
}

.dark .switchicon {
	stroke: #ececec;
}

.switchicon {
	height: 18px;
	width: 18px;
	fill: none;
	stroke-width: 2px;
	stroke: #333;
}

.dark .switchrod {
	background-color: #ececec;
}

.switchrod {
	display: block;
	position: absolute;
	border-radius: 1px;
	width: 2px;
	top: 50%;
	left: 50%;
	height: 13px;
	margin: -7px 0 0 -0.75px;
	background-color: #333;
}

.dark .mbheader {
	color: #fff;
}

.dark .qcrbd h4 {
	/*color: #65bc5e;*/
	color: #ffffff;
}

.dark .h4#szhd {
	color: #65bc5e;
}

.qcrbd h4 {
	font-size: 18px;
	font-weight: 700;
	/*color: #26a71b;*/
	color: #000;
	margin: 20px 0 0 0;
}

#szhdt {
	margin: 0 4px 0 0;
}

h4#szhd span {
	display: flex;
	justify-content: center;
	align-items: center;
}

h4#szhd {
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #26a71b;
	margin: 0 0 0 0;
}

.dark .twelveheader {
	color: #fff;
}

.twelveheader {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	text-align: left;
	opacity: 0.75;
	font-size: 14px;
	width: 100%;
	padding: 5px 15px 18px 15px;
	transition: all 0.2s;
}

.showup.backsettings {
	display: flex;
	opacity: 1;
}

.farm-tokenbox span {
	line-height: 1;
}

.togetright {
	background-image: url(../images/torightdark.svg);
	background-repeat: no-repeat;
	margin: 0 5px;
	background-size: contain;
	width: 13px;
	height: 13px;
}

.dark .pback {
	background-image: url(../images/poolbacklight.svg);
}

.pback {
	background-image: url(../images/poolbackdark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 7.73px;
	height: 13px;
}

.dark .togetright {
	background-image: url(../images/torightlight.svg);
}

.toright {
	background-image: url(../images/torightdark.svg);
	background-repeat: no-repeat;
	margin: 0 5px;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.dark .toright {
	background-image: url(../images/torightlight.svg);
}

.backsettings.farmback {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	width: 70px;
	opacity: 1;
	transition: all 0.2s;
}

.backsettings {
	display: none;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	width: 70px;
	opacity: 0;
	transition: all 0.2s;
}

svg#loadericon {
	opacity: 0;
	width: 140px;
	height: 140px;
	stroke-width: 4;
	color: #000;
}

.dark svg#loadericon {
	color: #fff;
}

.loaderpig {
	stroke-dasharray: 319 319;
	stroke-dashoffset: 0px;
}

.loadercalculator {
	stroke-dasharray: 0 252;
	stroke-dashoffset: 0px;
}

.loaderwallet {
	stroke-dasharray: 0 240;
	stroke-dashoffset: 0px;
}

.showup.mbtitle {
	display: flex;
	opacity: 1;
}

.farmstatus {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	cursor: default;
	border: 2px solid #ababab;
	color: #9c9b9b;
	border-radius: 20px;
	height: 25px;
	width: 60px;
}

.mbtitle {
	display: none;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	cursor: default;
	border: 2px solid #ababab86;
	padding: 0 0.6rem;
	color: #9c9b9b;
	border-radius: 20px;
	height: 25px;
	opacity: 0;
}

.farmheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	margin: 13.5px 0 0 0;
	padding: 0 5px 6.5px 5px;
	transition: all 0.2s;
}

.mbheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	width: 90%;
	padding: 0 5px 6.5px 18px;
	transition: all 0.2s;
}

.brrnheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	padding: 10.5px 5px 18.5px 5px;
	transition: all 0.2s;
}

.dark .card-input {
	border: 2px solid #ffffff1f;
	color: #ececec;
	background: #21242b;
}

.phrase-input_container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 5px;
	width: 100%;
}

.dark .phrase-input {
	border: 2px solid #ffffff1f;
	color: #ececec;
	background: #21242b;
}

.phrase-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: #f0f0f0;
	color: #21242b;
	border-radius: 16px;
	box-shadow: none;
	border: 2px solid #2364d2;
	padding: 5px 10px;
	width: 95px;
	transition: all 0.3s ease-in-out;
}

.phrase-input.wide-phrase-input {
	width: 100%;
	height: 200px;
}

.phrase-input.wide-phrase-input textarea.phrase-input__input {
	-webkit-user-drag: none;
	user-select: none;
	width: 100%;
	height: 100%;
}

.phrase-input__input {
	width: 100%;
	height: 26px;
	font-size: 14px;
	font-weight: 500;
	color: inherit;
	background: none;
	outline: none;
	border: 0;
	padding: 5px 0;
	font-family: monospace;
}

.phrase-input:hover {
	border-color: #48ff91;
	box-shadow: 0 0 0 0.2rem rgb(44 98 246 / 40%);
}

.phrase-input:focus {
	border-color: #2c62f6;
	box-shadow: 0 0 0 0.2rem rgb(44 98 246 / 40%);
}

.qrSerial {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222;
	box-shadow: none;
	font-size: 11px;
	font-weight: 700;
	height: 16px;
	width: 100%;
	margin: 12px 0 0 0;
	transition: all 0.3s ease-in-out;
}

.dark .qrNature {
	color: #eee;
}

.qrNature {
	display: block;
	text-align: center;
	color: #21242b;
	opacity: 0.8;
	box-shadow: none;
	font-size: 13px;
	padding: 0 40px;
	width: 100%;
	margin: 4px 0;
	transition: all 0.3s ease-in-out;
}

.dark .supertitle {
	color: #eee;
}

.hiddenInput {
	width: 0;
	height: 0;
	text-decoration: none;
	list-style: none;
	border-width: 0;
}

.supertitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #21242b;
	box-shadow: none;
	font-size: 13px;
	padding: 0 9px;
	width: 100%;
	margin: 4px 0;
	transition: all 0.3s ease-in-out;
}

.dark .innerMessage,
.dark .inputMessage {
	color: #ff4747;
}

.innerMessage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #ff0000;
	box-shadow: none;
	font-size: 11px;
	padding: 0 18px;
	margin: 10px 0;
	width: 100%;
	height: 15.5px;
	transition: all 0.3s ease-in-out;
}

.inputMessage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #ff0000;
	box-shadow: none;
	font-size: 11px;
	padding: 0 18px;
	width: 100%;
	margin: 2px 0;
	transition: all 0.3s ease-in-out;
}

.recard {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #6363631f;
	padding: 5px 15px;
	height: 90px;
	width: 100%;
	margin: 10px 0 7px 0;
	transition: all 0.3s ease-in-out;
}

.recard:hover {
	border-color: #2c62f6;
	box-shadow: 0 0 0 0.2rem rgb(44 98 246 / 40%);
}

.ccard {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.card-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: #f0f0f0;
	color: #21242b;
	border-radius: 16px;
	box-shadow: none;
	border: 2px solid #6363631f;
	padding: 15px;
	width: 100%;
	margin-top: 9px;
	transition: all 0.3s ease-in-out;
}

.dark .card-input div {
	font-weight: 500;
	opacity: 0.5;
}

.card-input div {
	font-weight: 800;
	margin: 0 0 5px 0;
	opacity: 0.5;
}

.card-input__input {
	width: 100%;
	height: 36px;
	font-size: 16px;
	font-weight: 600;
	color: inherit;
	background: none;
	outline: none;
	border: 0;
	padding: 5px 0;
	font-family: monospace;
}

.card-input:hover,
.dark .tags:hover {
	border-color: #2c62f6;
	box-shadow: 0 0 0 0.2rem rgb(44 98 246 / 40%);
}

.card-input:focus {
	border-color: #2c62f6;
	box-shadow: 0 0 0 0.2rem rgb(44 98 246 / 40%);
}

.defi-machines {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.dark .swap,
.dark .pool,
.dark .reward {
	background-color: transparent;
}

.swap,
.pool,
.reward {
	border-radius: 17px;
	background-color: transparent;
	transition: background 1s;
}

.usefarm .swap-machine {
	height: 100%;
	width: 100%;
}

.pool-machine {
	height: 100%;
	width: 100%;
}

.coindata div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.uppercase {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
}

.titlemax {
	font-weight: 900;
	font-size: 20px;
	margin: 0 0 10px 0;
	line-height: 1;
}

.boldmax {
	font-weight: 900;
	font-size: 23px;
	margin-left: 20px;
}

.coincontainer {
	height: 260px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 15px 20px;
}

.dark .coindata {
	color: #fff;
}

.dark .coininfo {
	color: #fff;
}

.coininfo {
	height: auto;
	width: 100%;
	color: #333;
	text-align: left;
	padding: 15px 10%;
	z-index: 20;
}

.coindata {
	height: auto;
	width: 100%;
	color: #333;
	text-align: left;
	padding: 15px 10%;
	z-index: 20;
}

.rewardspace {
	height: 90px;
	width: 100%;
}

.swap-machine,
.pool-machine,
.defi-reward {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition: 0.6s ease-in;
	z-index: 2;
}

.poolmain {
	padding: 0;
	width: 100%;
}

li.swap-machine {
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

li.pool-machine {
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.defi-reward {
	flex-wrap: wrap;
	overflow-y: scroll;
	font-size: 14px;
	padding: 112px 14px 0 14px;
}

.usenotification .defi-reward {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow-y: scroll;
	filter: blur(0);
	padding: 70px 14px 0 14px;
	opacity: 1;
	z-index: 20;
}

.defi-rewardcontainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.dark .withlove {
	color: #fff;
}

.withlove {
	font-weight: 500;
	color: #000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 70px;
	font-size: 15px;
	margin: 0 auto
}

#poolgrid::-webkit-scrollbrr-thumb,
.defi-reward::-webkit-scrollbrr-thumb {
	border-radius: 8px;
	cursor: pointer;
	background: rgba(90, 96, 124, 0.5);
}

#navlinks .lowerlayer::-webkit-scrollbrr {
	width: 8px;
	background: transparent;
}

#navlinks .lowerlayer::-webkit-scrollbrr-thumb {
	border-radius: 8px;
	background: rgba(90, 96, 124, 0.5);
	cursor: pointer;
}

#poolgrid::-webkit-scrollbrr,
.defi-reward::-webkit-scrollbrr {
	width: 8px;
	background: transparent;
}

.dark .formysearch-box span {
	background: #21242b;
}

.formysearch-box span {
	height: 30px;
	width: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccced7;
	margin: 0 0 0 5px;
	position: relative;
}

.dark .staketokenicon-background {
	background-color: rgb(201, 198, 198);
}

.staketokenicon-background {
	height: 30px;
	width: 30px;
	display: flex;
	margin: 0 10px 0 0;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #d6d6d6;
}

.dark .stake-tokenbox {
	color: rgb(131, 131, 131);
	border: 1px solid rgb(114, 114, 114);
}

.stake-tokenbox {
	padding: 3px 15px 3px 3px;
	border-radius: 26px;
	display: flex;
	color: #858585;
	border: 1px solid #d6d6d6;
	justify-content: center;
	align-items: center;
}

.dark .logtextbox {
	color: #fff;
}

.logtextbox {
	padding: 3px 15px 3px 3px;
	font-size: 28px;
	display: flex;
	color: #1a1a1a;
	justify-content: center;
	align-items: center;
}

.stake-tokenbox svg {
	height: 25px;
	width: 25px;
	position: relative;
}

@media screen and (max-width: 1050px) {

	.coincontainer {
		padding: 15px 3%;
	}

	.coininfo {
		padding: 15px 3%;
	}

	.coindata {
		padding: 15px 0 15px 3%;
	}

}

@media screen and (max-width: 815px) {

	.coininfo {
		padding: 15px 10%;
	}

}

@media screen and (max-width: 650px) {

	.coininfo {
		padding: 15px 5% 15px 8%;
	}

	.defi-reward {
		font-size: 14px;
	}

	.coindata {
		padding: 15px 8%;
	}

}

@media screen and (min-width: 650px) {

	.formysearch-box {
		width: 70%;
		margin: 5px auto 0 auto;
	}

	.titlemax {
		font-size: 20px;
	}

	.defi-reward {
		font-size: 15px;
	}

	.boldmax {
		font-size: 25px;
	}

	.coincontainer {
		height: 260px;
		width: 50%;
	}

	.coindata {
		height: 260px;
		width: 50%;
	}

	@media screen and (min-width: 760px) {

		.titlemax {
			font-size: 20px;
		}

		.boldmax {
			font-size: 30px;
		}

		.uppercase {
			font-size: 12px;
		}

		@media screen and (min-width: 815px) {

			.titlemax {
				font-size: 20px;
			}

			.boldmax {
				font-size: 33px;
			}

			.uppercase {
				font-size: 12px;
			}

			.coincontainer {
				height: 260px;
				width: 50%;
			}

			.coininfo {
				width: 50%;
			}

			.coindata {
				width: 50%;
			}

			@media screen and (min-width: 1050px) {

				.coincontainer {
					padding: 15px 7%;
				}

				.coininfo {
					padding: 15px 7%;
				}

				.coindata {
					padding: 15px 7%;
				}

			}

		}

	}

}

@media screen and (max-width: 520px) {

	.usefarm .swap-machine,
	.usenotification .defi-reward {
		padding-right: 12px;
		padding-left: 12px;
	}

	.app-header {
		padding: 8px 54px 0 12px;
	}

	.menu {
		right: 12px;
	}

}

.dark .prlw {
	background-color: #222429;
}

.prlw {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: rgb(231, 231, 231);
	filter: blur(20px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	pointer-events: all;
	transition: all 0.5s;
}

.choosegender-window,
.choosecountry-window {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: grayscale(90%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s;
}

.introbuttonholder {
	position: absolute;
	bottom: 25px;
	padding: 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 92px;
}

.intro-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.35s;
}

.preloading .prlw {
	visibility: visible;
	opacity: 1;
	filter: blur(0);
	pointer-events: auto;
}

.choosecountry-open .choosecountry-window,
.choosegender-open .choosegender-window,
.preloading .prlw {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.dark .choosecountry,
.dark .choosegender {
	background: #4a4a5b;
	color: #ebebeb;
}

.countrycode-container,
.country-container,
.connectionfailed-container,
.warningonealert-container,
.warningtwoalert-container,
.failurealert-container,
.successalert-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: grayscale(90%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s;
}

.selectcountry .country-container,
.countrycodeselection .countrycode-container,
.showthirdwarning .connectionfailed-container,
.warningone .warningonealert-container,
.warningtwo .warningtwoalert-container,
.transactionfailed .failurealert-container,
.transactionsuccessful .successalert-container {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.dark .layertitle {
	color: #ebebeb;
}

.layertitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	cursor: default;
	color: #444;
}

.txnspeeds p {
	width: 100%;
	margin-bottom: 6px;
	text-align: left;
}

.txnspeeds {
	width: 100%;
	height: 40px;
	padding: 0 8px;
	margin-bottom: 13px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.txnspeed {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.settingstoggle {
	width: 100%;
	height: 37px;
	padding: 0 8px;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.choosecountry .lowerlayer,
.choosegender .lowerlayer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lowerlayer {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.toplayer {
	width: 100%;
	height: 30px;
	margin-bottom: 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.choosecountry,
.choosegender {
	height: auto;
	width: 378px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	position: relative;
	padding: 20px 20px;
	background: white;
}

.activepool,
.expiredpool,
.mypool {
	display: none;
}

.onlyactivepool .activepool {
	display: flex;
}

.onlyendedpool .expiredpool {
	display: flex;
}

.onlymyvault .expiredpool.mypool {
	display: flex;
}

.onlymyvault .mypool {
	display: flex;
}

.tags {
	display: flex;
	margin: 5px 0 0 9px;
	flex-wrap: nowrap;
	display: flex;
	padding: 0 3px;
	justify-content: space-between;
	align-items: center;
	width: 255px;
	height: 40px;
	border-radius: 12px;
	color: #444;
	background: rgb(255, 255, 255);
	border: 0.1rem solid #b7b7b7;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.dark .tags {
	color: #b9b9b9;
	background: #333740;
	border: 0.1rem solid #494d59;
}

.tags .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 6px 8px 6px 8px;
	font-weight: 500;
	font-size: 13px;
	transition: all 0.2s ease;
	border-radius: 10px;
	overflow: hidden;
}

.tag.allpoolvisible {
	width: 50px;
}

.tags .tag:hover {
	color: #000;
}

.dark .tags .tag:hover {
	color: #ffff;
}

.countrycodeselection .xclose.choosecode-close svg,
.choosecountry-open .xclose.choosecountry-close svg,
.choosegender-open .xclose.choosegender-close svg {
	transform: rotate(0deg);
}

.selectcountry .xclose svg {
	transform: rotate(0deg);
}

.dark .xclose svg {
	stroke: #fff;
}

.xclose svg {
	height: 15px;
	width: 15px;
	fill: none;
	stroke: #222;
	stroke-width: 3px;
	stroke-linecap: round;
	transform: rotate(180deg);
	transition: all 0.25s;
}

.xopp {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 32px;
	background-color: transparent;
	border-radius: 12px;
}

.dark .poolback {
	border: 0.1rem solid #5c6f7c;
}

.poolback {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 34px;
	margin: -10px 0 20px 5px;
	border-radius: 12px;
	cursor: pointer;
	border: 0.1rem solid #b7b7b7;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.formback {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 12px;
	cursor: pointer;
	border-radius: 12px;
	color: #000;
	background: rgb(255, 255, 255);
	border: 0.1rem solid #b7b7b7;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 200;
}

.dark .formback {
	color: #fff;
	background: #333740;
	border: 0.1rem solid #494d59;
}

.dark .xclose {
	background-color: #57556a;
}

.xclose {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	width: 32px;
	background-color: #e0dfe6;
	border-radius: 11px;
	cursor: pointer;
}

.xclose:hover {
	background-color: #aaa;
}

.dark .introduction {
	background: #333740;
}

.introduction {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 350px;
	height: 390px;
	position: absolute;
	vertical-align: middle;
	padding: 0 0 15px 0;
	border-radius: 28px;
	margin-bottom: 20px;
	background: rgb(255, 254, 254);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	transition: 0.6s ease-in;
	z-index: 2;
}

.notification {
	position: relative;
	width: 18.75em;
	font-size: calc(19px + (24 - 16) * (100vw - 320px) / (1280 - 320));
	color: #222;
	font-weight: 600;
	transition: transform 0.15s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dark .notification {
	color: #fff;
}

.notification__box,
.notification__content,
.notification__btns {
	display: flex;
}

.notification__box,
.notification__content {
	align-items: center;
}

.dark .notification__box {
	background-color: #2a2f3a;
	box-shadow: 0 0.5em 1em hsla(223, 10%, 10%, 0.1);
}

.notification__box {
	background-color: hsl(0, 0%, 100%);
	border-radius: 0.75em;
	overflow: hidden;
	box-shadow: 0 0.5em 1em hsla(223, 10%, 10%, 0.1);
	height: 4em;
}

.notification__content {
	padding: 0.375em 1em;
	width: 100%;
	height: 100%;
}

.notification__icon {
	flex-shrink: 0;
	margin-right: 0.75em;
	width: 2em;
	height: 2em;
}

.notification__icon-svg {
	width: 100%;
	height: auto;
}

.notification__text {
	line-height: 1.333;
}

.notification__text-title {
	font-size: 0.75em;
	margin: 0 0 3px 0;
	font-weight: 700;
}

.notification__text-subtitle {
	font-size: 0.6em;
	font-weight: 500;
	opacity: 0.6;
}

.dark .notification__btns {
	box-shadow: -1px 0 0 hsla(0, 0%, 35%, 0.6);
	transition: box-shadow hsl(0, 0%, 56%, 0.6);
}

.notification__btns {
	box-shadow: -1px 0 0 hsla(223, 10%, 10%, 0.15);
	flex-direction: column;
	flex-shrink: 0;
	min-width: 4em;
	height: 100%;
	transition: box-shadow hsl(223, 10%, 10%);
}

.dark .qrct {
	border: 0;
}

.qrct {
	width: 160px;
	height: 160px;
	display: flex;
	margin: 10px 0 5px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid rgba(153, 153, 153, 0.566);
	background-color: #fff;
	border-radius: 15px;
}

.notification__btn {
	background-color: transparent;
	box-shadow: 0 0 0 hsla(223, 10%, 10%, 0.5) inset;
	font-size: 0.6em;
	line-height: 1;
	font-weight: 600;
	height: 100%;
	padding: 0 0.5rem;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.dark .notification__btn-text {
	color: #fff;
}

.notification__btn-text {
	display: inline-block;
	pointer-events: none;
}

.notification__btn:only-child {
	border-radius: 0 0.75rem 0.75rem 0;
}

.notification__btn+.notification__btn {
	box-shadow: 0 -1px 0 hsla(223, 10%, 10%, 0.15);
	font-weight: 400;
}

.dark .notification__btn:active,
.dark .notification__btn:focus {
	background-color: rgb(51, 58, 69);
}

.dark .notification__btn:focus {
	outline: transparent;
}

.notification__btn:active,
.notification__btn:focus {
	background-color: hsl(223, 10%, 95%);
}

.notification__btn:focus {
	outline: transparent;
}

#farmstage {
	display: flex;
	width: 100%;
	height: auto;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.farminstruction {
	display: flex;
	width: 100%;
	color: #000;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 8px 0;
	font-weight: 500;
	align-items: center;
	justify-content: center;
}

.dark .farminstruction {
	color: #fff;
}

.epng {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(141, 215, 255);
	border: 3px solid #ffffff;
	margin: 0 0 0 -5px;
	position: relative;
	width: 33px;
	padding: 0;
	height: 33px;
}

.epng img {
	display: block;
	position: relative;
	width: 22px;
	padding: 0;
	height: 22px;
}

.dark .epng {
	border: 2px solid #333740;
}

.tpng {
	border-radius: 50%;
	display: block;
	background-color: #50af95;
	border: 3px solid #ffffff;
	margin: 0 7px 0 -7px;
	position: relative;
	width: 33px;
	padding: 0;
	height: 33px;
}

.dark .tpng {
	border: 2px solid #333740;
}

.bpng {
	border-radius: 50%;
	display: block;
	background-color: rgb(141, 215, 255);
	position: relative;
	margin: 0 -2px 0 0;
	width: 30px;
	padding: 0;
	height: 30px;
}

.zero {
	width: 0;
	height: 0;
	overflow: hidden;
}

.symbolofreward,
.symboloftoken {
	margin: 0 0 0 6px;
}

.grcnr {
	width: 200px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 auto;
	position: relative;
}

.closegrr.grcnr {
	display: none;
	z-index: 1;
}

.qrsts {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	width: 100%;
	transition: none;
}

.dark .qrsts {
	font-weight: 600;
}

.grrs {
	width: 200px;
	height: 180px;
	position: relative;
	margin: 5px auto 45px auto;
}

.dark .grr {
	background: #ddd;
}

.grr {
	position: relative;
	z-index: 0;
	width: 78px;
	height: 78px;
	margin: 0 auto;
	border-radius: 50%;
	background: #333;
}

.dark .grr:before {
	background: #333740;
}

.grr:before {
	position: absolute;
	left: 3.25px;
	top: 3.25px;
	right: 3.25px;
	bottom: 3.25px;
	z-index: 2;
	content: "";
	border-radius: 50%;
	background: #fff;
}

.dark .grr:after {
	border: 3.25px solid #ddd;
	background: #333740;
}

.grr:after {
	position: absolute;
	left: 16.25px;
	top: 16.25px;
	z-index: 3;
	content: "";
	width: 45.5px;
	height: 45.5px;
	border-radius: 50%;
	border: 3.25px solid #333;
	box-sizing: border-box;
	background: #fff;
}

.grr.txtx {
	top: 10px;
	left: -30px;
}

.grr.tntx {
	left: 25.5px;
	bottom: 0;
}

.dark .grr .brr {
	background: #ddd;
}

.grr .brr {
	position: absolute;
	left: -9.75px;
	top: 50%;
	z-index: 0;
	width: 97.5px;
	height: 19.5px;
	margin-top: -9.75px;
	border-radius: 5px;
	background: #333;
}

.dark .grr .brr:before {
	background: #333740;
}

.grr .brr:before {
	position: absolute;
	left: 3.25px;
	top: 3.25px;
	right: 3.25px;
	bottom: 3.25px;
	z-index: 1;
	content: "";
	border-radius: 2px;
	background: #fff;
}

.grr .brr:nth-child(2) {
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
}

.grr .brr:nth-child(3) {
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes anticlockwise {
	0% {
		-webkit-transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes anticlockwise {
	0% {
		-webkit-transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

.grr.tntx {
	-webkit-animation: clockwise 3s linear infinite;
	animation: clockwise 3s linear infinite;
}

.grr.txtx {
	-webkit-animation: anticlockwise 3s linear infinite;
	animation: anticlockwise 3s linear infinite;
}

#hourglass {
	position: relative;
	height: 88px;
	width: 52px;
	animation: hourglassflip 2.2s steps(8) infinite;
}

#hourglass div {
	background: #000;
	position: absolute;
	width: 4px;
	height: 4px;
	transform-origin: center top;
}

#hourglass .hourglassoutline {
	box-shadow: 4px 0 #000, 8px 0 #000, 12px 0 #000, 16px 0 #000, 20px 0 #000, 24px 0 #000, 28px 0 #000, 32px 0 #000, 36px 0 #000, 40px 0 #000, 44px 0 #000, 48px 0 #000, 0 4px #000, 4px 4px #000, 44px 4px #000, 48px 4px #000, 0 8px #000, 4px 8px #000, 8px 8px #000, 12px 8px #000, 16px 8px #000, 20px 8px #000, 24px 8px #000, 28px 8px #000, 32px 8px #000, 36px 8px #000, 40px 8px #000, 44px 8px #000, 48px 8px #000, 4px 12px #000, 4px 16px #000, 4px 20px #000, 4px 24px #000, 44px 12px #000, 44px 16px #000, 44px 20px #000, 44px 24px #000, 4px 28px #000, 8px 28px #000, 8px 32px #000, 12px 32px #000, 12px 36px #000, 16px 36px #000, 16px 40px #000, 20px 40px #000, 44px 28px #000, 40px 28px #000, 40px 32px #000, 36px 32px #000, 36px 36px #000, 32px 36px #000, 32px 40px #000, 28px 40px #000, 16px 44px #000, 20px 44px #000, 28px 44px #000, 32px 44px #000, 12px 48px #000, 16px 48px #000, 32px 48px #000, 36px 48px #000, 8px 52px #000, 12px 52px #000, 36px 52px #000, 40px 52px #000, 4px 56px #000, 8px 56px #000, 40px 56px #000, 44px 56px #000, 4px 60px #000, 4px 64px #000, 4px 68px #000, 4px 72px #000, 44px 60px #000, 44px 64px #000, 44px 68px #000, 44px 72px #000, 0px 76px #000, 4px 76px #000, 8px 76px #000, 12px 76px #000, 16px 76px #000, 20px 76px #000, 24px 76px #000, 28px 76px #000, 32px 76px #000, 36px 76px #000, 40px 76px #000, 44px 76px #000, 48px 76px #000, 0px 80px #000, 4px 80px #000, 44px 80px #000, 48px 80px #000, 0px 84px #000, 4px 84px #000, 8px 84px #000, 12px 84px #000, 16px 84px #000, 20px 84px #000, 24px 84px #000, 28px 84px #000, 32px 84px #000, 36px 84px #000, 40px 84px #000, 44px 84px #000, 48px 84px #000;
	z-index: 4;
}

#hourglass .hourglassfill {
	box-shadow: 8px 4px #fff, 12px 4px #fff, 16px 4px #fff, 20px 4px #fff, 24px 4px #fff, 28px 4px #fff, 32px 4px #fff, 36px 4px #fff, 40px 4px #fff, 8px 12px #fff, 12px 12px #fff, 16px 12px #fff, 20px 12px #fff, 24px 12px #fff, 28px 12px #fff, 32px 12px #fff, 36px 12px #fff, 40px 12px #fff, 8px 16px #fff, 12px 16px #fff, 16px 16px #fff, 20px 16px #fff, 24px 16px #fff, 28px 16px #fff, 32px 16px #fff, 36px 16px #fff, 40px 16px #fff, 8px 20px #fff, 12px 20px #fff, 16px 20px #fff, 20px 20px #fff, 24px 20px #fff, 28px 20px #fff, 32px 20px #fff, 36px 20px #fff, 40px 20px #fff, 8px 24px #fff, 12px 24px #fff, 16px 24px #fff, 20px 24px #fff, 24px 24px #fff, 28px 24px #fff, 32px 24px #fff, 36px 24px #fff, 40px 24px #fff, 12px 28px #fff, 16px 28px #fff, 20px 28px #fff, 24px 28px #fff, 28px 28px #fff, 32px 28px #fff, 36px 28px #fff, 16px 32px #fff, 20px 32px #fff, 24px 32px #fff, 28px 32px #fff, 32px 32px #fff, 20px 36px #fff, 24px 36px #fff, 28px 36px #fff, 24px 40px #fff, 24px 44px #fff, 20px 48px #fff, 24px 48px #fff, 28px 48px #fff, 32px 52px #fff, 28px 52px #fff, 24px 52px #fff, 20px 52px #fff, 16px 52px #fff, 36px 56px #fff, 32px 56px #fff, 28px 56px #fff, 24px 56px #fff, 20px 56px #fff, 16px 56px #fff, 12px 56px #fff, 40px 60px #fff, 36px 60px #fff, 32px 60px #fff, 28px 60px #fff, 24px 60px #fff, 20px 60px #fff, 16px 60px #fff, 12px 60px #fff, 8px 60px #fff, 40px 64px #fff, 36px 64px #fff, 32px 64px #fff, 28px 64px #fff, 24px 64px #fff, 20px 64px #fff, 16px 64px #fff, 12px 64px #fff, 8px 64px #fff, 40px 68px #fff, 36px 68px #fff, 32px 68px #fff, 28px 68px #fff, 24px 68px #fff, 20px 68px #fff, 16px 68px #fff, 12px 68px #fff, 8px 68px #fff, 40px 72px #fff, 36px 72px #fff, 32px 72px #fff, 28px 72px #fff, 24px 72px #fff, 20px 72px #fff, 16px 72px #fff, 12px 72px #fff, 8px 72px #fff, 40px 80px #fff, 36px 80px #fff, 32px 80px #fff, 28px 80px #fff, 24px 80px #fff, 20px 80px #fff, 16px 80px #fff, 12px 80px #fff, 8px 80px #fff;
	z-index: 1;
}

.dark #hourglass div {
	background: #bbb;
}

.dark #hourglass .hourglassoutline {
	box-shadow: 4px 0 #bbb, 8px 0 #bbb, 12px 0 #bbb, 16px 0 #bbb, 20px 0 #bbb, 24px 0 #bbb, 28px 0 #bbb, 32px 0 #bbb, 36px 0 #bbb, 40px 0 #bbb, 44px 0 #bbb, 48px 0 #bbb, 0 4px #bbb, 4px 4px #bbb, 44px 4px #bbb, 48px 4px #bbb, 0 8px #bbb, 4px 8px #bbb, 8px 8px #bbb, 12px 8px #bbb, 16px 8px #bbb, 20px 8px #bbb, 24px 8px #bbb, 28px 8px #bbb, 32px 8px #bbb, 36px 8px #bbb, 40px 8px #bbb, 44px 8px #bbb, 48px 8px #bbb, 4px 12px #bbb, 4px 16px #bbb, 4px 20px #bbb, 4px 24px #bbb, 44px 12px #bbb, 44px 16px #bbb, 44px 20px #bbb, 44px 24px #bbb, 4px 28px #bbb, 8px 28px #bbb, 8px 32px #bbb, 12px 32px #bbb, 12px 36px #bbb, 16px 36px #bbb, 16px 40px #bbb, 20px 40px #bbb, 44px 28px #bbb, 40px 28px #bbb, 40px 32px #bbb, 36px 32px #bbb, 36px 36px #bbb, 32px 36px #bbb, 32px 40px #bbb, 28px 40px #bbb, 16px 44px #bbb, 20px 44px #bbb, 28px 44px #bbb, 32px 44px #bbb, 12px 48px #bbb, 16px 48px #bbb, 32px 48px #bbb, 36px 48px #bbb, 8px 52px #bbb, 12px 52px #bbb, 36px 52px #bbb, 40px 52px #bbb, 4px 56px #bbb, 8px 56px #bbb, 40px 56px #bbb, 44px 56px #bbb, 4px 60px #bbb, 4px 64px #bbb, 4px 68px #bbb, 4px 72px #bbb, 44px 60px #bbb, 44px 64px #bbb, 44px 68px #bbb, 44px 72px #bbb, 0px 76px #bbb, 4px 76px #bbb, 8px 76px #bbb, 12px 76px #bbb, 16px 76px #bbb, 20px 76px #bbb, 24px 76px #bbb, 28px 76px #bbb, 32px 76px #bbb, 36px 76px #bbb, 40px 76px #bbb, 44px 76px #bbb, 48px 76px #bbb, 0px 80px #bbb, 4px 80px #bbb, 44px 80px #bbb, 48px 80px #bbb, 0px 84px #bbb, 4px 84px #bbb, 8px 84px #bbb, 12px 84px #bbb, 16px 84px #bbb, 20px 84px #bbb, 24px 84px #bbb, 28px 84px #bbb, 32px 84px #bbb, 36px 84px #bbb, 40px 84px #bbb, 44px 84px #bbb, 48px 84px #bbb;
}

.dark #hourglass .hourglasssand {
	box-shadow: 8px 12px #bbb, 16px 12px #bbb, 24px 12px #bbb, 32px 12px #bbb, 40px 12px #bbb, 12px 16px #bbb, 20px 16px #bbb, 28px 16px #bbb, 36px 16px #bbb, 16px 20px #bbb, 24px 20px #bbb, 32px 20px #bbb, 20px 24px #bbb, 28px 24px #bbb, 24px 28px #bbb, 8px 72px #bbb, 16px 72px #bbb, 24px 72px #bbb, 32px 72px #bbb, 40px 72px #bbb, 12px 68px #bbb, 20px 68px #bbb, 28px 68px #bbb, 36px 68px #bbb, 16px 64px #bbb, 24px 64px #bbb, 32px 64px #bbb, 20px 60px #bbb, 28px 60px #bbb, 24px 56px #bbb;
	z-index: 2;
}

.dark #hourglass .hourglasssand-fall {
	background: transparent;
	box-shadow: 24px 28px #bbb;
}

.dark #hourglass .hourglasscurtain {
	background: #21242b;
}

.dark #hourglass .hourglassfill {
	box-shadow: 8px 4px #21242b, 12px 4px #21242b, 16px 4px #21242b, 20px 4px #21242b, 24px 4px #21242b, 28px 4px #21242b, 32px 4px #21242b, 36px 4px #21242b, 40px 4px #21242b, 8px 12px #21242b, 12px 12px #21242b, 16px 12px #21242b, 20px 12px #21242b, 24px 12px #21242b, 28px 12px #21242b, 32px 12px #21242b, 36px 12px #21242b, 40px 12px #21242b, 8px 16px #21242b, 12px 16px #21242b, 16px 16px #21242b, 20px 16px #21242b, 24px 16px #21242b, 28px 16px #21242b, 32px 16px #21242b, 36px 16px #21242b, 40px 16px #21242b, 8px 20px #21242b, 12px 20px #21242b, 16px 20px #21242b, 20px 20px #21242b, 24px 20px #21242b, 28px 20px #21242b, 32px 20px #21242b, 36px 20px #21242b, 40px 20px #21242b, 8px 24px #21242b, 12px 24px #21242b, 16px 24px #21242b, 20px 24px #21242b, 24px 24px #21242b, 28px 24px #21242b, 32px 24px #21242b, 36px 24px #21242b, 40px 24px #21242b, 12px 28px #21242b, 16px 28px #21242b, 20px 28px #21242b, 24px 28px #21242b, 28px 28px #21242b, 32px 28px #21242b, 36px 28px #21242b, 16px 32px #21242b, 20px 32px #21242b, 24px 32px #21242b, 28px 32px #21242b, 32px 32px #21242b, 20px 36px #21242b, 24px 36px #21242b, 28px 36px #21242b, 24px 40px #21242b, 24px 44px #21242b, 20px 48px #21242b, 24px 48px #21242b, 28px 48px #21242b, 32px 52px #21242b, 28px 52px #21242b, 24px 52px #21242b, 20px 52px #21242b, 16px 52px #21242b, 36px 56px #21242b, 32px 56px #21242b, 28px 56px #21242b, 24px 56px #21242b, 20px 56px #21242b, 16px 56px #21242b, 12px 56px #21242b, 40px 60px #21242b, 36px 60px #21242b, 32px 60px #21242b, 28px 60px #21242b, 24px 60px #21242b, 20px 60px #21242b, 16px 60px #21242b, 12px 60px #21242b, 8px 60px #21242b, 40px 64px #21242b, 36px 64px #21242b, 32px 64px #21242b, 28px 64px #21242b, 24px 64px #21242b, 20px 64px #21242b, 16px 64px #21242b, 12px 64px #21242b, 8px 64px #21242b, 40px 68px #21242b, 36px 68px #21242b, 32px 68px #21242b, 28px 68px #21242b, 24px 68px #21242b, 20px 68px #21242b, 16px 68px #21242b, 12px 68px #21242b, 8px 68px #21242b, 40px 72px #21242b, 36px 72px #21242b, 32px 72px #21242b, 28px 72px #21242b, 24px 72px #21242b, 20px 72px #21242b, 16px 72px #21242b, 12px 72px #21242b, 8px 72px #21242b, 40px 80px #21242b, 36px 80px #21242b, 32px 80px #21242b, 28px 80px #21242b, 24px 80px #21242b, 20px 80px #21242b, 16px 80px #21242b, 12px 80px #21242b, 8px 80px #21242b;
}

#hourglass .hourglasscurtain {
	background: #fff;
	top: 12px;
	left: 8px;
	height: 24px;
	width: 36px;
	z-index: 3;
	animation: hourglasssandEmpty 2.2s steps(1) infinite;
}

#hourglass .hourglasscurtain:nth-of-type(3) {
	top: 52px;
	animation: hourglasssandFill 2.2s steps(1) infinite;
}

#hourglass .hourglasssand-fall {
	background: transparent;
	box-shadow: 24px 28px #000;
	z-index: 5;
	animation: hourglasssandFall 2.2s steps(11) infinite;
}

#hourglass .hourglasssand-fall:nth-of-type(5) {
	animation-delay: 0.1955555556s;
}

#hourglass .hourglasssand {
	box-shadow: 8px 12px #000, 16px 12px #000, 24px 12px #000, 32px 12px #000, 40px 12px #000, 12px 16px #000, 20px 16px #000, 28px 16px #000, 36px 16px #000, 16px 20px #000, 24px 20px #000, 32px 20px #000, 20px 24px #000, 28px 24px #000, 24px 28px #000, 8px 72px #000, 16px 72px #000, 24px 72px #000, 32px 72px #000, 40px 72px #000, 12px 68px #000, 20px 68px #000, 28px 68px #000, 36px 68px #000, 16px 64px #000, 24px 64px #000, 32px 64px #000, 20px 60px #000, 28px 60px #000, 24px 56px #000;
	z-index: 2;
}

@keyframes hourglassflip {
	from {
		transform: rotate(0deg);
	}

	92% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

@keyframes hourglasssandFall {
	from {
		transform: translateY(0);
		visibility: visible;
	}

	16.667% {
		transform: translateY(44px);
	}

	16.668% {
		transform: translateY(0);
	}

	31.819% {
		transform: translateY(40px);
	}

	31.82% {
		transform: translateY(0);
	}

	45.455% {
		transform: translateY(36px);
	}

	45.456% {
		transform: translateY(0);
	}

	57.576% {
		transform: translateY(32px);
	}

	57.577% {
		transform: translateY(0);
	}

	68.182% {
		transform: translateY(28px);
		visibility: visible;
	}

	68.183% {
		transform: translateY(28px);
		visibility: hidden;
	}

	to {
		transform: translateY(28px);
		visibility: hidden;
	}
}

@keyframes hourglasssandEmpty {
	from {
		transform: scale(1, 0);
	}

	16.667% {
		transform: scale(1, 0.167);
	}

	31.819% {
		transform: scale(1, 0.333);
	}

	45.455% {
		transform: scale(1, 0.5);
	}

	57.576% {
		transform: scale(1, 0.667);
	}

	68.182% {
		transform: scale(1, 0.833);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes hourglasssandFill {
	from {
		transform: scale(1, 1);
	}

	16.667% {
		transform: scale(1, 0.833);
	}

	31.819% {
		transform: scale(1, 0.667);
	}

	45.455% {
		transform: scale(1, 0.5);
	}

	57.576% {
		transform: scale(1, 0.333);
	}

	68.182% {
		transform: scale(1, 0.167);
	}

	100% {
		transform: scale(1, 0);
	}
}

.dark .notification__btn-text {
	color: #fff;
}

.notification__btn-text {
	color: #000;
}

#bot {
	position: relative;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 172px;
	margin: 88px auto 0 auto;
}

.dark #botheadfill {
	border: 3px solid #2a2f3a;
	border-bottom: 0;
}

#botheadfill {
	position: absolute;
	display: inline-block;
	background-color: lightgray;
	border: 3px solid #fff;
	border-bottom: 0;
	margin: -3px -3px;
	width: 196px;
	height: 103px;
	border-radius: 50%;
	z-index: 2;
}

.botcircle {
	display: flex;
	position: absolute;
	top: -50px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	width: 250px;
	height: 250px;
}

.botchat {
	display: flex;
	position: absolute;
	flex-direction: column;
	top: 217px;
	user-select: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 300px;
	height: 25px;
}

#bothead {
	position: absolute;
	display: inline-block;
	margin: 0 auto;
	top: 0;
	width: 196px;
	height: 103px;
	border-radius: 50%;
}

.dark #botface {
	border: 2px solid #2a2f3a;
}

#botface {
	position: absolute;
	margin: 18px 13px;
	width: 164px;
	height: 74px;
	background-color: #222;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 2;
}

#closeintro {
	width: 200px;
	height: 40px;
	margin: 0 7.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#boteyes {
	position: absolute;
	width: 130px;
	height: 50px;
	margin: 25px 15px;
}

#botleft-eye,
#botright-eye {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 5px solid rgb(135, 155, 235);
	background-color: skyblue;
	border-radius: 18px;
}

#botright-eye {
	right: 0;
}

#botmouth {
	position: absolute;
	background-color: #FFF;
	border-left: 3.2px solid #FFF;
	border-right: 3.2px solid #FFF;
	border-bottom: 3.2px solid #FFF;
	border-top: 3.2px solid #FFF;
	border-radius: 8px;
	width: 64px;
	height: 13px;
	left: 30%;
	top: 50px;
}

#bot.speaking #botleft-eye,
#bot.speaking #botright-eye {
	animation: blink-eyes 3s infinite ease-in alternate;
	animation-delay: 2s;
}


@keyframes blink-eyes {
	0% {
		width: 25px;
		height: 25px;
		margin: 0;
	}

	50% {
		width: 25px;
		height: 25px;
		margin: 0;
	}

	60% {
		width: 33px;
		height: 33px;
		margin: -4px -4px;
	}

	70% {
		width: 25px;
		height: 25px;
		margin: 0;
	}

	100% {
		width: 25px;
		height: 25px;
		margin: 0;
	}
}

.intro-start #bot.speaking #botmouth {
	animation: speak-mouth 1.0s infinite ease alternate;
}

@keyframes speak-mouth {
	0% {
		width: 17.7px;
		height: 6px;
		left: 45%;
	}

	25% {
		width: 53.3px;
		height: 15px;
		left: 35%;
	}

	50% {
		width: 10.6px;
		height: 6px;
		left: 47%;
	}

	75% {
		width: 64px;
		height: 13px;
		left: 30%;
	}

	100% {
		width: 53.3px;
		height: 6px;
		left: 35%;
	}
}

/* #bot #boteyes {
  animation: glance-eyes 8s infinite ease-in-out;
  animation-delay: 2s;
} */

@keyframes glance-eyes {
	0% {
		margin-left: 16%;
	}

	20% {
		margin-left: 6%;
	}

	30% {
		margin-left: 6%;
	}

	60% {
		margin-left: 17%;
	}

	70% {
		margin-left: 17%;
	}

	80% {
		margin-left: 16%;
	}

	100% {
		margin-left: 16%;
	}
}



.bottorso {
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 60px;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(to right, #ccc 0%, #e6e6e6 40%, #e6e6e6 60%, #ccc 100%);
}

.botneck {
	position: absolute;
	bottom: 45px;
	left: calc(50% - 15px);
	width: 30px;
	height: 50px;
	border-radius: 15px;
	background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 7%, #646464 10%), linear-gradient(to right, #ccc 0%, #e6e6e6 40%, #e6e6e6 60%, #ccc 100%);
}

.botarms {
	position: absolute;
	bottom: 0;
	left: 70px;
	right: 70px;
	height: 50px;
}

.botarm {
	position: absolute;
	top: 0;
	width: 20px;
	height: 50px;
	border-radius: 10px 10px 0 0;
	background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 7%, #646464 10%), linear-gradient(to right, #ccc 0%, #e6e6e6 40%, #e6e6e6 60%, #ccc 100%);
}

.botarm_left {
	left: 0;
}

.botarm_right {
	right: 0;
}

.dark .botmessage {
	color: #fff;
}

.botmessage {
	position: relative;
	color: #222;
	float: left;
	margin: 0;
	opacity: 0;
	font-size: 18px;
	letter-spacing: 0px;
}

.intro-start .botmessage {
	opacity: 1;
}

.cursorone,
.cursortwo,
.cursorthree {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	background: transparent;
	border-left: 2px solid #167ff0;
	-webkit-animation-name: blinking;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps(1, end);
	animation-name: blinking;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1, end);
}

.holastart .cursorone,
.botnamestart .cursortwo,
.botusestart .cursorthree {
	opacity: 1;
}

.space .cursorthree {
	margin-left: 5px;
}

@-webkit-keyframes blinking {
	0% {
		border-color: transparent;
	}

	50% {
		border-color: #167ff0;
	}

	100% {
		border-color: transparent;
	}
}

@keyframes blinking {
	0% {
		border-color: transparent;
	}

	50% {
		border-color: #167ff0;
	}

	100% {
		border-color: transparent;
	}
}