.css-1at2hth, .css-k008qs {pointer-events: none !important;}

.chakra-portal {display: none !important;}

.header-deposit-container {
	gap: 10px;
	display: flex;
	align-items: center;
	margin-right: -10px !important;
	justify-content: space-between;
}

.header-deposit-button {
	padding: 3px 6px;
	font-size: 11px;
	border-radius: 5px;
	background-color: rgb(0, 129, 129);
}

.header-deposit-balance, .header-deposit-balance > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-deposit-balance { gap: 10px; }
.header-deposit-balance > div { gap:2.5px; }

.header-deposit-balance > div > span { font-size: 12px; }

.header-deposit-balance > div > div {
	width: 35px;
	height: 16px;
	filter: blur(5px);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.25);
}

.header-deposit-balance svg {
	width: 16px;
	height: 16px;
}

.deposit-modal-container {
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 20px 0px;
	z-index: 9999999999;
	position: fixed;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.deposit-modal {
	width: 100%;
	display: flex;
	padding: 32px;
	position: relative;
	max-width: 450px;
	align-items: center;
	border-radius: 15px;
	flex-direction: column;
	justify-content: center;
	background-color: rgb(26, 33, 38);
}

.close-modal-button {
	top: 17.5px;
	right: 20px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}

.deposit-modal-header {
	gap: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.deposit-modal-header > h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
}

.deposit-modal-header > span {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.deposit-modal-divisor {
	width: 100%;
	margin: 16px 0px;
	opacity: 0.6;
    border-image: initial;
    border-color: inherit;
    border-style: solid;
    border-width: 0px 0px 1px;
}

.deposit-modal-body {
	gap: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.deposit-values-container {
	gap: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.deposit-values-row {
	gap: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.deposit-value {
	width: 100%;
	height: 40px;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	transition: ease-in-out all 0.2s;
	line-height: 14.4px;
	align-items: center;
	white-space: nowrap;
	border-radius: 10px;
	justify-content: center;
	background-color: rgb(74, 85, 104);
}

.deposit-value:hover, .deposit-value.selected { background-color: #008181; }

.deposit-modal-input-form {
	width: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}

.deposit-modal-input-form.coupon { margin-top: -5px; }

.deposit-modal-input-form.amount { margin-top: -6px; }

.deposit-modal-input-form.coupon span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	margin-top: 3px;
	line-height: 1.25;
}

.deposit-modal-input-form > h1 {
	margin: 0px 12px 8px 0px;
	font-size: 14px;
}

.deposit-modal-input-form > input {
	width: 100%;
	color: rgb(119, 119, 119);
	height: 50px;
	display: flex;
	padding: 0px 16px;
	font-size: 18px;
	align-items: center;
	border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-color: #4A5568;
	border-radius: 5px;
	outline-color: rgba(0, 0, 0, 0);
	justify-content: center;
	background-color: #fff;
}

.deposit-modal-input-form > input:focus { outline: none !important; }

.deposit-modal-input-form.coupon > input {
	color: rgba(255, 255, 255, 0.75);
	background-color: rgb(74, 85, 104);
}

.deposit-modal-error {
	width: 100%;
	color: rgb(252, 129, 129);
	margin: -10px 0px -5px 0px;
	display: none;
	font-size: 12px;
	text-align: left;
}

.deposit-modal-error span {
	color: rgb(252, 129, 129);
	font-size: 12px;
}

.deposit-modal-error.success, .deposit-modal-error.success span {
	color: #4AF626;
}

.deposit-button {
	color: #fff;
	width: 100%;
	height: 48px;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	user-select: none;
	align-items: center;
	border-radius: 5px;
	text-transform: uppercase;
	justify-content: center;
	background-color: rgb(0, 129, 129);
}

.deposit-button.disabled, .deposit-button.loading {
	color: rgba(255, 255, 255, 0.666);
	cursor: not-allowed;
	background-color: rgba(0, 129, 129, 0.666);
}

@keyframes spin {
  	to { transform: rotate(360deg); }
}

.deposit-button > div {
	width: 25px;
	height: 25px;
	border: 3px solid rgba(255, 255, 255, 0.25);
	display: none;
  	animation: spin 1s linear infinite;
  	border-radius: 50%;
  	border-top-color: rgb(19, 201, 184);
}

.deposit-button.loading > span { display: none; }
.deposit-button.loading > div { display: flex; }

#pixCode {
    width: 100%;
    color: #E2E8F0;
	padding: 8px;
    font-size: 12px;
    text-wrap: nowrap;
    background: rgba(89, 108, 128, 0.4);
    overflow-x: scroll;
    font-weight: 700;
	scrollbar-width: none;
}

#pixCode::-webkit-scrollbar { display: none; }

.copy-pix-button {
	gap: 8px;
	width: 100%;
	height: 48px;
	cursor: pointer;
	display: flex;
	user-select: none;
	align-items: center;
	border-radius: 5px;
	text-transform: uppercase;
	justify-content: center;
	background-color: #008181;
}

.copy-pix-button span {
	font-size: 16px;
	font-weight: 500;
}

.copy-qr-code-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.qr-code-image-container {
	width: 250px;
	height: 250px;
	padding: 20px;
	background-color: #fff;
}

.qr-code-image {
	width: 100%;
	object-fit: contain;
}

.update-balance-button {
	gap: 8px;
	width: 100%;
	height: 48px;
	cursor: pointer;
	display: flex;
	user-select: none;
	align-items: center;
	border-radius: 5px;
	text-transform: uppercase;
	justify-content: center;
	background-color: #4A5568;
}

.update-balance-button span {
	font-size: 16px;
	font-weight: 500;
}