.crypto-wallets{
	display: inline-grid;
    justify-content: center;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    row-gap: 0px;
    color: white;
}

.crypto-items{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 70px;
    width: 100px;
}

.cryptopayments-elements{
	width: 100px;
	text-align: center;
	font-size: 12px;
	display: block;
}

.crypto-items:hover{
	box-shadow: 1px 1px 0px #0084ff87;
}

.crypto-items:active{
	box-shadow: 1px 1px 0px #0084ff87;
}

.icon-crypto{
	margin-left: 0px;
    padding-top: 5px;
    width:24px;
    height:24px;
}

.crypto-span{
	padding-top: 5px;
    font-size: 10px;
    padding-bottom: 5px;
}

.cryptowallets-it{
	justify-content: center;
	display: inline-grid;
	align-items: center;
	justify-items: center;
	align-content: center;
}

.cryptowallets-method-select{
	color: white;
    padding-top: 15px;
    font-size: 10px;
}

.crypto-walletaddr{
	margin-bottom: 15px;
    background: #1b2030;
    padding: 15px 25px;
    font-size: 10px;
    color:  white;
    border-radius: 10px;
}