/* 收银台的iframe */
.lc-iframe {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	display:none;
	width: 100%;
	height: 700px;
	border: 0;
}

.copy-btn.login{
    min-width:230px;
}

/* profile wallet */
.profile-wallet .profile-summary{
    padding: 25px;
}

.profile-wallet-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #eab56c;
    margin-top: 15px;
}

.profile-wallet-item .info{
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-wallet-item .info img{
    width: 50px;
}

.step-number.to{font-size:20px}

.token-information .input-group {
    font-family: "Alfa Slab One", cursive;
}
