.active-radio {
	border: 2px solid rgb(254, 249, 237) !important;
	color: rgb(255, 255, 255);
	background-color: rgb(250, 201, 107) !important;
	border-radius: 24px;
}

.d-none{
	display: none !important;
}

body{
	display: flex;
	justify-content: center;
	align-items: center;
}

.crypto-payment{
	position: relative;
}
.crypto-payment::before{
	content: "";
	display: block;
    width: 18px;
    height: 16px;
    mask: url(../image/crypto.svg) no-repeat;
    mask-size: contain;
    background-color: white;
    position: absolute;
    top: 2px;
    right: -23px;
}

.btn-crypto-pay{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.bank-btn{
	background-color: #f0f2f4;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 23px, rgba(0, 0, 0, 0.22) 0px 4px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
}

.bank-btn a::before{
	position: absolute;
	inset: 0;
	content: "";
}  

.bank-btn span{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Segoe UI';
	display: block;
}

.bank-btn__img{
	margin-top: 3px;
	display: flex;
}

.bank-btn__img img{
	width: 23px;
	height: 15px;
}

.bank-btn__img img:not(:first-child){
	margin-left: -10px;
}