ul.bank-account-group,
ul.bank-account-group>li.bank-account-item {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
ul.bank-account-group>li.bank-account-item+li.bank-account-item {
    margin-top: 15px !important;
}
.bank-account-card {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 25px;
    text-align: left;
}
.bank-account-card>.img-col,
.bank-account-card>.img-col>.logo-bank {
    position: relative;
    width: 70px;
    height: 70px;
}
.bank-account-card>.img-col>.logo-bank {
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bank-account-card>.detail-col {
    position: relative;
    width: calc(100% - 70px);
    padding-left: 20px;
}
.bank-account-card>.detail-col>.bank-name {
    font-size: 15px;
    font-weight: 600;
}
.bank-account-card>.detail-col>.account-name {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}
.bank-account-card>.detail-col>.account-no {
    font-size: 20px;
    line-height: 30px;
}


/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {
    
ul.bank-account-group>li.bank-account-item+li.bank-account-item {
    margin-top: 10px !important;
}
.bank-account-card {
    padding: 15px;
}
.bank-account-card>.img-col,
.bank-account-card>.img-col>.logo-bank {
    width: 60px;
    height: 60px;
}
.bank-account-card>.detail-col {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.bank-account-card>.detail-col>.bank-name {
    font-size: 12px;
    line-height: 20px;
}
.bank-account-card>.detail-col>.account-name {
    font-size: 12px;
    line-height: 20px;
}
.bank-account-card>.detail-col>.account-no {
    font-size: 18px;
    line-height: 25px;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
