* {
	font-family: "Inter", sans-serif !important;
	outline: none !important;
	text-decoration: none !important;
	min-width: none !important;
}

*,
*:hover,
*:active,
*.active,
*:checked,
*::after,
*::before {
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

img,
button,
a,
svg {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	outline: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

body {
	background: var(--blue-100);
	color: var(--white);
	padding-top: 77px !important;
	min-width: 340px;
	max-width: 100vw;
	min-height: 100vh !important;
}
main {
	padding-bottom: 80px !important;
}

/* header */

header {
	border-bottom: solid 1px var(--gray-60) !important;
	height: 76px !important;
}
header nav img.user-logo {
	width: 32px;
	height: 32px;
}
header nav .user-menu button {
	background: none;
}
header nav .user-menu button::after {
	display: none !important;
}
header nav .user-menu .profile-icon {
	stroke: var(--gray-100);
	width: 20px;
	height: 20px;
}

/* fonts */

p {
	color: var(--gray-40);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
span {
	color: var(--gray-40);
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
}
span.s {
	color: var(--white);
	line-height: 15.6px;
	font-size: 12px;
	font-weight: 400;
}
span > ul {
	margin: 0 !important;
}

h1,
h1 * {
	color: var(--white);
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
}
h2,
h2 * {
	color: var(--white);
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
h3,
h3 * {
	color: var(--white);
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
h4,
h4 * {
	color: var(--white);
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
h5,
h5 * {
	color: var(--white);
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
h6,
h6 * {
	color: var(--gray-40);
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
}

/* progressbar */

.circular-progress {
	width: 58px;
	height: 58px;
}
.circular-progress span {
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
}
.circular-progress svg {
	transform: rotate(270deg);
}
.circular-progress svg circle:nth-of-type(1) {
	stroke: var(--blue-80);
}
.circular-progress svg circle:nth-of-type(2) {
	stroke: var(--purple);
}

/* all with media */

@media screen and (max-width: 576px) {
	h1 b {
		font-size: calc(1.32rem + 1.5vw);
	}
}

.z-index-master {
	z-index: 100 !important;
}

.o-50 {
	opacity: 0.5;
}

.first-setup-progress {
	width: 100%;
	background: #263c49;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.content-form {
	max-width: 660px;
	min-width: none;
	padding: 2.5rem;
}

@media screen and (min-width: 768px) {
	.first-setup-progress {
		width: 380px;
		left: auto;
		right: 40px;
		bottom: 40px;
		border-radius: 8px;
	}
}

@media screen and (max-width: 768px) {
	.content-form {
		padding: 24px 16px;
	}
}

.copy-wallet-address {
	background-color: rgba(68, 177, 213, 0.1);
}

.expiration-warning {
	width: 100%;
}
@media screen and (min-width: 576px) {
	.expiration-warning {
		max-width: 460px;
	}
}
