.modal__Wallet.Connected {
	  display: none; /* Hidden by default */
	  z-index: 1; /* Sit on top */
	}
.styles__ModalConnectBackground {
	width: 100vw;
	height: 100vh;
	background: rgba(22, 21, 28, 0.75) none repeat scroll 0% 0%;
	position: fixed;
	top: 75px;
	left: 0px;
	z-index: 1000;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.styles__ModalConnectContainer {
	border: 1px solid var(--gray-1);
	border-radius: 37px 10px;
	position: relative;
	background-color: var(--black-6);
	padding: 20px 0px 25px 25px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	width: 550px;
	max-height: calc(-40px + 100vh);
}
.styles__ModalConnectContainer > * {
	z-index: inherit;
}
.styles__ModalConnectContentWrapper {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	padding: 0px 25px 0px 0px;
}
.styles__ModalConnectHeading {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgb(163, 161, 172);
	padding: 0px 0px 9px 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.styles__WalletConnectPlainContainer {
	background: var(--black-10);
	border: 1px solid var(--gray-2);
	color: white;
	border-radius: 10px;
	width: 100%;
	padding: 12px 18px;
	position: relative;
	min-height: 50px;
}
.styles__ModalConnectContainer .styles__Spacer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 24px;
}
.styles__Wrapper {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.styles__ProviderWrapper {
	margin: 0px 22px 0px 10px;
	display: flex;
	height: max-content;
}
.styles__BalanceLoading {
	height: 24px;
	background: rgb(163, 161, 172, 0.1) none repeat scroll 0% 0%;
	border-radius: 2px !important;
	width: 105px;
	font-size:14px;
}
.styles__Balance {
	padding: 3px;
	color: var(--gold-0);
}
.styles__BalanceEmpty {
	padding: 2px;
	color: var(--gray-0);
	Opacity: 0.5;
}
.styles__Divider {
	height: 1px;
	background: var(--gray-2);
	width: 100%;
	display: block;
	margin: 15px 0px;
}
.styles__AddressWrapper {
	display: flex;
	flex-direction: row;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.styles__WalletAddress {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	font-family: sourceCodePro, monospace;
	margin: 3px 4px;
	padding: 0px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.17px;
}
.styles__CopyAddressContainer {
	cursor: pointer;
	transform: translateY(2px);
}
.styles__ModalDescription {
	text-align: left;
	font-family: graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 15px;
	color: rgb(163, 161, 172);
}
.FTXPaystyles__FTXWrapper {
	display: flex;
	flex-direction: row;
	z-index: 101;
	margin: 10px 0px 20px;
	padding-left: 15px;
	width: 100%;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.FTXPaystyles__FTXSelectorContainer {
	display: flex;
	flex-direction: column;
}
.FTXPaystyles__FTXSelectorLabelContainer {
	display: flex;
	flex-direction: row;
	margin: 8px 0px;
}
.FTXPaystyles__FTXSelectorLabel {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
	margin-right: 10px;
	transform: translateY(2px);
}
.currency__container {
	position: relative;
	box-sizing: border-box;
}
.currency__a11yText {
	z-index: 9999;
	border: 0px none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	white-space: nowrap;
}
.currency__control {
	-moz-box-align: center;
	align-items: center;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	-moz-box-pack: justify;
	justify-content: space-between;
	min-height: 38px;
	outline: currentcolor none 0px !important;
	position: relative;
	transition: all 100ms ease 0s;
	box-sizing: border-box;
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 24px;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	color: white;
	height: 56px;
	padding-left: 8px;
	border: 1px solid rgb(64, 64, 70);
	opacity: 1;
}
.currency__controlWrapper {
	-moz-box-align: center;
	align-items: center;
	display: flex;
	flex: 1 1 0%;
	flex-wrap: wrap;
	padding: 2px 8px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.currency__label-singleValue {
	color: white;
	margin-left: 2px;
	margin-right: 2px;
	max-width: calc(100% - 8px);
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 24px;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
}
.currency__InputContainer {
	margin: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	visibility: visible;
	color: white;
	box-sizing: border-box;
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 24px;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
}
.currency__LogoContainer {
	background: rgb(45, 43, 50) none repeat scroll 0% 0%;
	border-radius: 4px;
	margin-right: 8px;
}
.currency__indicatorContainer {
	color: rgb(204, 204, 204);
	display: flex;
	padding: 8px;
	transition: color 150ms ease 0s;
	box-sizing: border-box;
}
.currency__svg {
	display: inline-block;
	fill: currentcolor;
	line-height: 1;
	stroke: currentcolor;
	stroke-width: 0px;
}
.Buttonstyles__Button.FTXPaystyles__FTXButton  {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid rgb(51, 51, 51);
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--black-10);
	color: white;
	height: 56px;
	min-width: 256px;
	padding: 0px 25px;
	border-radius: 8px;
}
.FTXPaystyles__FTXButton {
	align-self: flex-end;
	margin-right: 15px;
}
.FTXPaystyles__FTXButton .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
}
.FTXPaystyles__FTXIcon {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.styles__ModalConnectedButtonWrapper {
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.styles__HelpContainer {
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	border: 0px none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.styles__HelpContainer * {
	transition: all 150ms ease-in-out 0s;
}
.styles__HelpLead {
	text-align: left;
	font: 600 13px / 16px graphikCompact;
	letter-spacing: 0.84px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	transition: color 150ms ease-in-out 0s;
}
.styles__HelpAction {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 600 13px / 16px graphikCompact;
	letter-spacing: 0.84px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	opacity: 0.5;
	transition: color 150ms ease-in-out 0s;
}
.Buttonstyles__Button.dialog_close {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-image: none 100% / 1 / 0 stretch;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--gold-1);
	color: var(--gold-0);
	border-color: var(--gold-0);
	min-width: 128px;
	height: 36px;
	padding: 0px 20px;
	border-radius: 4px;
}
.dialog_close .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 15px;
}
.styles__WalletDisclaimer {
	font-family: "Graphik";
	font-style: italic;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: rgb(163, 161, 172);
	opacity: 0.75;
	margin-top: 32px;
	width: 100%;
}
.Dropdown__Container {
	width: 152px;
}
.FtxDropdown .inputBox {
	box-sizing: content-box;
	width: 2px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0px center;
	border: 0px none;
	font-size: inherit;
	opacity: 1;
	outline: currentcolor none 0px;
	padding: 0px;
	color: inherit;
}


@media screen and (min-width: 769px) {
	.styles__ConnectTabBg {
		position: absolute;
		background: transparent none repeat scroll 0% 0%;
		border-radius: 38px 38px 0px 0px;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	.styles__ModalConnectBackground {
		overflow: hidden auto;
	}
	.styles__ModalConnectContainer {
		max-width: initial;
		width: 100%;
		top: 100px;
		border-radius: 10px;
		margin: 8px;
		padding: 0px;
		position: initial;
		border: 0.075rem solid rgb(64, 64, 70);
	}
	.styles__ModalConnectContentWrapper {
		padding: 10px;
	}
	.styles__ConnectTabBg {
		display: none;
	}
	.styles__ModalConnectHeading {
		padding: 0px 0px 9px 10px;
	}
	.styles__WalletAddress {
		font-size: 16px;
	}
	.FTXPaystyles__FTXWrapper {
		flex-direction: column;
		padding: 0px;
		row-gap: 10px;
	}
	.Dropdown__Container {
		width: 768px;
	}
	.Dropdown__Container.FtxDropdown {
		max-width: calc(-30px + 100vw);
	}
	.FTXPaystyles__FTXButton {
		width: 100%;
		margin-right: initial;
	}
	.styles__ModalConnectedButtonWrapper {
		flex-direction: column;
	}
	.styles__HelpContainer {
		margin: 0px;
	}
	.styles__ModalConnectedButtonWrapper button {
		margin-top: 20px;
	}
}
@media screen and (max-height: 760px) {
	.styles__ModalConnectContainer {
		padding: 20px 8px 25px 10px;
	}
}
@media screen and (max-height: 709px) and (max-width: 768px) {
	.styles__ModalConnectContentWrapper {
		padding: 10px;
	}
}
@media screen and (max-width: 738px) and (max-height: 709px) {
	.styles__ModalConnectContainer {
		padding: 0px;
		height: 100%;
	}
}



