/*
 * Add Muli font
 * ----------------------------------------------------------------------------
 */
@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-Light.woff2');
	src: url('../assets/fonts/Muli-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-Medium.woff2');
	src: url('../assets/fonts/Muli-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-Regular.woff2');
	src: url('../assets/fonts/Muli-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-SemiBold.woff2');
	src: url('../assets/fonts/Muli-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-Bold.woff2');
	src: url('../assets/fonts/Muli-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli-ExtraBold.woff2');
	src: url('../assets/fonts/Muli-ExtraBold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/*
 * Add variables
 * ----------------------------------------------------------------------------
 */
/*
Fonts
*/

* {
	--ion-font-family: "Muli";
	--menu-width: 18.125rem;
}

@media (max-device-width: 320px) {
	* {
		font-size: 12px;
	}
}

:root {
	--primary: #0090f5;
	--green: #00be6b;
	--orange: #e88200;
	--gray: #a8a2a2;
}

.payment-body .d-flex {
	display: flex;
}

.payment-body .flex-column {
	flex-direction: column;
}

.payment-body .flex-row {
	flex-direction: row;
}

.payment-body .align-items-center {
	align-items: center;
}

.payment-body .justify-content-between {
	justify-content: space-between;
}

.payment-body {
	font-family: 'Muli', Fallback, sans-serif;
	max-width: 31.25rem;
	margin: auto;
}

.payment-body .mt-1 {
	margin-top: 1.5625rem;
}

.payment-body .payment-content {
	padding: 0 15px;
	position: relative;
}

.payment-body .logo-wrapper {
	margin: 0;
	padding-top: 1.375rem;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	width: 100%;
}

.payment-body .payment-wrapper {
	padding-top: 30px;
}

.payment-body .logo-wrapper img {
	max-width: 100%;
}

.payment-body h2 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	margin: 2.1875rem 0;
}

.payment-body h5 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: -0.02rem;
	font-weight: 900;
	color: var(--primary);
	max-width: 90%;
}

.payment-body .payment-content .custom-item .content-wrapper .accordion h5 span {
	display: none;
}

.payment-body .payment-content .custom-item .content-wrapper .accordion.active h5 span {
	display: block;
	margin-right: 5px;
}

.payment-body a {
	background-color: transparent;
	color: var(--primary, #3880ff);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.payment-body .payment-content .custom-item .content-wrapper .custom-item .content-wrapper::-webkit-scrollbar,
.payment-body .payment-content .custom-item .content-wrapper::-webkit-scrollbar,
.payment-body .content::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.payment-body .payment-content .custom-item .content-wrapper .custom-item .content-wrapper,
.payment-body .payment-content .custom-item .content-wrapper,
.payment-body .content {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}



.payment-body .payment-content .custom-item .content-wrapper .custom-item svg,
.payment-body .payment-content .custom-item svg {
	max-width: 1.625rem;
	width: 100% !important;
	height: 1.625rem;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 250ms linear all;
	transition: 250ms linear all;
}

.payment-body .payment-content .custom-item .content-wrapper .custom-item svg path,
.payment-body .payment-content .custom-item svg path {
	fill: var(--primary);
}

.payment-body .payment-content .pay-deposit .content-wrapper .custom-item,
.payment-body .payment-content .custom-item {
	--min-height: auto;
	border-radius: 0.3125rem;
	margin-bottom: 1.5625rem;
}

.payment-body .payment-content #pay-deposit {
	border: 1px solid var(--green);
}

.payment-body .payment-content #pay-commission {
	border: 1px solid var(--orange);
}

.payment-body .payment-content #pay-bills {
	border: 1px solid var(--primary);
}

.payment-body .payment-content #pay-deposit .content-wrapper .custom-item {
	border: 1px solid var(--green);
}
.payment-body .payment-content #pay-commission .content-wrapper .custom-item {
	border: 1px solid var(--orange);
}

.payment-body .payment-content #pay-bills .content-wrapper .custom-item {
	border: 1px solid var(--primary);
}

.payment-body .payment-content .custom-item .clickable {
	padding: 1.5625rem 0.9375rem;
	cursor: pointer;
}

.payment-body .payment-content .custom-item .content-wrapper .custom-item .content-wrapper,
.payment-body .payment-content .custom-item .content-wrapper {
	height: 100%;
	max-height: 0;
	padding: 0 0.9375rem 0 0.9375rem;
	transition: max-height 350ms ease-in-out;
}

.payment-body .payment-content .custom-item.active .custom-item.active svg,
.payment-body .payment-content .custom-item.active svg {
	transform: rotate(0);
	transition: 250ms linear all;
}

.payment-body .payment-content .custom-item.active .custom-item.active .content-wrapper,
.payment-body .payment-content .custom-item.active .content-wrapper {
	max-height: 130vh;
	transition: max-height 350ms ease-in-out;
}

.payment-body .payment-content .custom-item .content-wrapper .custom-item .content-wrapper,
.payment-body .payment-content .custom-item .content-wrapper {
	height: 100%;
	max-height: 0;
	overflow: auto;
	transition: max-height 350ms ease-in-out;
}

.payment-body .payment-content .custom-item .content-wrapper .custom-item .separator,
.payment-body .payment-content .custom-item .separator {
	width: 100%;
	margin-bottom: 0.75rem;
	border-top: 1px solid var(--gray);
	opacity: 0.3;
}

.payment-body .payment-content .custom-item .separator.transparent {
	border-color: transparent;
	margin-bottom: 0;
}

.payment-body .payment-content .custom-item .content-wrapper .custom-item ul {
	padding: 0 0 0 18px;
}

.payment-body .payment-content .custom-item .content-wrapper .subtitle {
	margin-top: 5px;
	font-weight: 900;
}

.payment-body .payment-content .custom-item .content-wrapper .no-margin {
	margin: 0;
}

.payment-body .payment-content .custom-item .content-wrapper .void-image {
	width: 100%;
	margin-bottom: 0.75rem;
}


.input-content .input-content-wrap {
	padding-top: 10px;
}
.input-content .inputbox-content {
	position: relative;
	min-height: 30px;
	margin-bottom: 25px;
	width: 100%;
}
.input-content .inputbox-content select,
.input-content .inputbox-content input {
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 16px;
	border: 0;
	background: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.input-content .inputbox-content select {
	margin-top: 3px;
	-webkit-appearance: menulist-button;
	color: rgb(168, 162, 162);
	font-weight: bold;
}
.input-content .inputbox-content select option {
	font-weight: bold;
}

.input-content .inputbox-content input:focus ~ label, .input-content .inputbox-content input.has-value ~ label {
	color: rgb(168, 162, 162);
	transform: translateY(-22px);
	font-size: 0.825em;
	font-weight: bold;
	cursor: default;
}
.input-content .inputbox-content input:focus ~ .underline {
	width: 100%;
}
.input-content .inputbox-content label {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 38px;
	font-weight: bold;
	color: rgb(168, 162, 162);
	cursor: text;
	transition: all 200ms ease-out;
	z-index: 10;
}
.input-content .inputbox-content .underline {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #10dc60;
	transition: all 200ms ease-out;
}
.input-content .btns .btn {
	display: inline-block;
	margin-right: 2px;
	height: 3.125rem;
	background: none;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
	color: #666;
	font-size: 1.125em;
	outline: none;
	transition: all 100ms ease-out;
}
.input-content .btns .btn-confirm {
	border: none;
	width: 100%;
	background: var(--primary);
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(var(--primary), 0.35);
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}
.input-content .combined-price {
	display: flex;
}
.input-content .combined-price .amount {
	flex: 2;
}
.input-content .combined-price .currency {
	flex: 1;
	margin-left: 20px;
}