
	.custom-icons{
		width: 30px;
		height: 30px;
	}

    .card {
		background: linear-gradient(180deg, #232730, #12151a);
		border-radius: 18px;
		padding: 18px;
	}
	


    .card .label{
        font-size: 12px;
		color: #9aa0aa;
		margin-bottom: 6px;
		letter-spacing: 1px;
    }


    #pay-input, #get-input{
		width: 100%;
		font-size: clamp(28px, 7vw, 36px);
		font-weight: bold;
		background: transparent;
		border: none;
		outline: none;
		color: #fff;
		margin-bottom: 10px;
	}
