.klever-gateway-wrap {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}

.klever-gateway-wrap img {
	width: 28px;
	height: 28px;
	border-radius: 14px;
}

.klever-gateway-form {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	min-height: 180px;
}

.klever-gateway-form--form-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.klever-gateway-form--form-group label {
	font-weight: bold;
	margin: 0;
	margin-bottom: 0px !important;
}

.klever-gateway-form--form-group select {
	padding: 8px;
	box-sizing: border-box;
	width: 100%;
}

.klever-gateway-form--connect-wrap {
	box-sizing: border-box;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}

.klever-gateway-form--connect-wrap .klever-btn {
	padding: 10px 20px;
	background: #aa33b5;
	color: white;
	border: none;
	border-radius: 8px;
	text-align: center;
	width: fit-content;
	cursor: pointer;
}

.klever-gateway-select--option {
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
}

.klever-gateway-select--option:hover {
	background-color: #f5f5f5;
}

.klever-gateway-select--control img,
.klever-gateway-select--option img {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}

.klever-gateway-select--control img {
	margin-left: 8px;
}

.klever-gateway-form--quote {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.klever-gateway-form--quote .loading {
	width: 42px;
	height: 42px;
}

.klever-gateway-form--quote table {
	width: 100%;
}

.klever-gateway-form--quote table {
	border-collapse: collapse;
}

.klever-gateway-form--quote table td {
	padding: 8px 0px;
	box-sizing: border-box;
}

.klever-gateway-form--quote table .title {
	font-weight: bold;
	font-size: 16px;
}

.klever-gateway-form--quote table .title--total {
	font-weight: bold;
	font-size: 24px;
}

.klever-gateway-form--quote table .title--total-token {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
}

.klever-gateway-form--quote table .title--total-token small {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}

.klever-gateway-form--quote table .title--total-token img {
	width: 24px;
	border-radius: 12px;
}

.klever-gateway-form--quote table .title,
.klever-gateway-form--quote table .title--tota {
	width: 80%;
}

.klever-gateway-form--quote .divider td {
	height: 1px;
	border-top: 1px solid #000;
}

.klever-gateway-form--quote tr th:last-child,
.klever-gateway-form--quote tr td:last-child {
	text-align: right;
}

.klever-gateway-form--counter {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.klever-gateway-form--error {
	width: 100%;
}

.klever-gateway-form--error-message {
	margin-top: 8px;
	width: 100%;
	padding: 10px 20px;
	border-radius: 8px;
	width: 100%;
	background-color: #e7a3a3;
	color: #a23636;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
}

.klever-gateway-mode-container {
	display: flex;
	flex-direction: column;
}

.klever-gateway-mode {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.klever-gateway-mode-item {
	display: flex;
	align-items: center;
	background-color: transparent;
	border-radius: 8px;
	border: solid 1px #9e9e9e;
	font-size: medium;
	white-space: nowrap;
	gap: 5px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.klever-gateway-mode-item:hover {
	background-color: #e6e6e6;
}

.klever-gateway-mode-item:focus,
.klever-gateway-mode-item.mode-selected {
	border: solid 2px #000;
	outline: none;
}

.klever-gateway-mode-item img {
	width: 22px;
}

.klever-gateway-mode-item span {
	margin-bottom: 0;
}

.klever-gateway-qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin: 10px 0;
	padding: 10px;
}

.klever-gateway-thankyou {
	border: 2px dashed #444;
	padding: 16px;
	margin: 16px 0;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.klever-gateway-thankyou h3 {
	margin: 0;
}

.klever-gateway-thankyou img {
	width: 150px !important;
	height: 150px !important;
}

.klever-gateway-thankyou p {
	font-size: 16px;
	color: #333;
}

@media screen and (max-width: 768px) {
	.klever-gateway-thankyou {
		flex-direction: column;
	}
}

.total-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}