@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

.wallet-adapter-button {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	border-radius: 4px
}

.wallet-adapter-button-trigger {
	background-color: #512da8
}

.wallet-adapter-button:not([disabled]):focus-visible {
	outline-color: #fff
}

.wallet-adapter-button:not([disabled]):hover {
	background-color: #1a1f2e
}

.wallet-adapter-button[disabled] {
	background: #404144;
	color: #999;
	cursor: not-allowed
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-start-icon img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px
}

.wallet-adapter-button-end-icon {
	margin-left: 12px
}

.wallet-adapter-button-start-icon {
	margin-right: 12px
}

.wallet-adapter-collapse {
	width: 100%
}

.wallet-adapter-dropdown {
	position: relative;
	display: inline-block
}

.wallet-adapter-dropdown-list {
	position: absolute;
	z-index: 99;
	display: grid;
	grid-template-rows: 1fr;
	grid-row-gap: 10px;
	padding: 10px;
	top: 100%;
	right: 0;
	margin: 0;
	list-style: none;
	background: #2c2d30;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
	font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif
}

.wallet-adapter-dropdown-list-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px)
}

.wallet-adapter-dropdown-list-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	cursor: pointer;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	height: 37px;
	color: #fff
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
	background-color: #1a1f2e
}

.wallet-adapter-modal-collapse-button svg {
	align-self: center;
	fill: #999
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
	transform: rotate(180deg);
	transition: transform .15s ease-in
}

.wallet-adapter-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .15s linear;
	background: rgba(0, 0, 0, .5);
	z-index: 1040;
	overflow-y: auto
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
	opacity: 1
}

.wallet-adapter-modal-button-close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 12px;
	cursor: pointer;
	background: #1a1f2e;
	border: none;
	border-radius: 50%
}

.wallet-adapter-modal-button-close:focus-visible {
	outline-color: #fff
}

.wallet-adapter-modal-button-close svg {
	fill: #777;
	transition: fill .2s ease 0s
}

.wallet-adapter-modal-button-close:hover svg {
	fill: #fff
}

.wallet-adapter-modal-overlay {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wallet-adapter-modal-container {
	display: flex;
	margin: 3rem;
	min-height: calc(100vh - 6rem);
	align-items: center;
	justify-content: center
}

@media (max-width:480px) {
	.wallet-adapter-modal-container {
		margin: 1rem;
		min-height: calc(100vh - 2rem)
	}
}

.wallet-adapter-modal-wrapper {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	z-index: 1050;
	max-width: 400px;
	border-radius: 10px;
	background: #10141f;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .6);
	font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
	flex: 1 1
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
	width: 100%
}

.wallet-adapter-modal-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	padding: 64px 48px 48px;
	text-align: center;
	color: #fff
}

@media (max-width:374px) {
	.wallet-adapter-modal-title {
		font-size: 18px
	}
}

.wallet-adapter-modal-list {
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
	list-style: none
}

.wallet-adapter-modal-list .wallet-adapter-button {
	font-weight: 400;
	border-radius: 0;
	font-size: 18px
}

.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
	width: 28px;
	height: 28px
}

.wallet-adapter-modal-list .wallet-adapter-button span {
	margin-left: auto;
	font-size: 14px;
	opacity: .6
}

.wallet-adapter-modal-list-more {
	cursor: pointer;
	border: none;
	padding: 12px 24px 24px 12px;
	align-self: flex-end;
	display: flex;
	align-items: center;
	background-color: transparent;
	color: #fff
}

.wallet-adapter-modal-list-more svg {
	transition: all .1s ease;
	fill: #fff;
	margin-left: .5rem
}

.wallet-adapter-modal-list-more-icon-rotate {
	transform: rotate(180deg)
}

.wallet-adapter-modal-middle {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px 24px;
	box-sizing: border-box
}

.wallet-adapter-modal-middle-button {
	display: block;
	cursor: pointer;
	margin-top: 48px;
	width: 100%;
	background-color: #512da8;
	padding: 12px;
	font-size: 18px;
	border: none;
	border-radius: 8px;
	color: #fff
}

.wallet-connect_walletConnect__ciici {
	width: 100vw;
	height: 100vh
}

.wallet-connect_walletConnect__ciici .wallet-connect_center__4Mywi {
	position: absolute;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	flex-direction: column;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s linear;
	cursor: pointer
}

.wallet-connect_walletConnect__ciici .wallet-connect_center__4Mywi.wallet-connect_loaded__jIITF {
	left: 150%;
	transform: translate(-150%, -50%)
}

.wallet-connect_walletConnect__ciici .wallet-connect_center__4Mywi:hover img {
	transform: rotateY(180deg)
}

.wallet-connect_walletConnect__ciici p {
	color: #fff;
	font-family: Silkscreen;
	font-weight: 400;
	font-size: 20px
}

.wallet-connect_walletConnect__ciici .wallet-connect_small__Qj1ZL {
	margin-top: 5px;
	font-size: 10px;
	white-space: nowrap
}

.wallet-connect_walletConnect__ciici img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 150px;
	transition: all .75s linear
}

.toss_center__zXIoO {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.toss_center__zXIoO img {
	width: 100px;
	margin-bottom: 25px
}

.toss_center__zXIoO img.toss_spin__PD1RL {
	animation: toss_spin__PD1RL 1s linear infinite
}

.toss_center__zXIoO img.toss_slowSpin__LoVnj {
	animation: toss_spin__PD1RL 2.5s ease infinite
}

.toss_center__zXIoO p {
	font-size: 20px;
	text-align: center
}

.toss_center__zXIoO button,
.toss_center__zXIoO p {
	color: #fff;
	font-family: Silkscreen;
	font-weight: 400
}

.toss_center__zXIoO button {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 25px;
	min-width: 100px;
	width: 210px;
	height: 35px;
	font-size: 15px;
	cursor: pointer
}

@keyframes toss_spin__PD1RL {
	0% {
		transform: rotateY(0deg)
	}

	to {
		transform: rotateY(1turn)
	}
}

.cointoss_cointoss__Ga_ZM {
	width: 100vw;
	height: 100vh
}

.cointoss_cointoss__Ga_ZM .cointoss_header__bwV9f {
	position: absolute;
	top: 15px;
	right: 20px
}

.cointoss_cointoss__Ga_ZM .cointoss_header__bwV9f p {
	color: #fff;
	font-family: Silkscreen;
	font-weight: 400;
	font-size: 20px;
	white-space: nowrap
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1s linear
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq.cointoss_left__xuE1Y {
	left: -225px
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq.cointoss_loaded__iryT8 {
	left: 50%;
	transform: translate(-50%, -50%)
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq img {
	width: 125px;
	transition: all .75s linear
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq p {
	color: #fff;
	font-family: Silkscreen;
	font-weight: 400;
	font-size: 20px;
	white-space: nowrap
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_amounts__wDBZM,
.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_sides__qpXAq {
	display: flex;
	gap: 10px
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_amounts__wDBZM {
	width: 210px;
	flex-wrap: wrap
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_amounts__wDBZM button,
.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_sides__qpXAq button {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	min-width: 100px;
	width: 100px;
	height: 35px;
	font-family: Silkscreen;
	font-weight: 400;
	font-size: 12.5px;
	cursor: pointer;
	transition: all .25s linear
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_tossButton___yj9t {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	min-width: 100px;
	width: 210px;
	height: 35px;
	font-family: Silkscreen;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
	transition: all .25s linear
}

.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_buttonSelected___ibAK,
.cointoss_cointoss__Ga_ZM .cointoss_center__cBDaq .cointoss_tossButton___yj9t.cointoss_enabled__Rw9lC {
	border: 1px solid #8477da !important
}

* {
	margin: 0;
	padding: 0
}

button,
input {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	outline: none;
	box-sizing: border-box
}

body {
	background-color: #161328;
	overflow: hidden;
	scroll-behavior: none
}

img,
svg {
	-webkit-user-drag: none;
	image-rendering: -moz-crisp-edges
}

img,
p,
svg {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.gradient-blue,
.gradient-purple {
	position: absolute;
	opacity: 70%;
	width: 30%;
	height: 30%;
	border-radius: 25%;
	filter: blur(300px)
}

.gradient-blue {
	background-color: #402a8c;
	bottom: 0;
	left: 0
}

.gradient-purple {
	background-color: #132028;
	top: 0;
	right: 0
}

.hrefs {
	position: absolute;
	left: 50%;
	display: flex;
	gap: 2.5px;
	bottom: 2.5px;
	transform: translateX(-50%)
}

.hrefs img {
	width: 20px;
	cursor: pointer
}

@font-face {
	font-family: Silkscreen;
	font-weight: 400;
	src: url(/_next/static/media/Silkscreen.328c282b.ttf)
}