.bank-transfer-type{
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    cursor: pointer;
   
}

.deposit-type-sweetalert{
    display: flex;
    flex-wrap: wrap;
}

.bank-transfer-type a{
    align-self: center;
    text-decoration: none;
    font-weight: bolder;
    color: grey;
    margin: 20px;
    font-size: 17px;
}

.transfer-in button{
    background-color: white;
    border: none;
    margin-left: 15px;
    font-weight: bolder;
    color: grey;
    font-size: 17px;
    cursor: pointer;
}

.hide-crypto-details{
    display: none;
}