:root {
    --vcb-color: #569403;
    --tcb-color: #e30713;
    --mbb-color: #141ed2;
    --vtb-color: #005890;
    /* --vtp-color: #ee2634; */
    --vtp-color: var(--bs-danger-text);
    --dab-color: #f7941f;
    --momo-color: #a50064;
    --zalopay-color: #0068ff;
    --light-color: #f8f9fa;
    --tpb-color: #7b35bb;
}

a {
    text-decoration: none;
    display: inline-block;
}

.vidientu-list ul,
.vidientu-list li {
    list-style: none;
}

.vidientu-list li a {
    color: #fff;
    cursor: pointer;
}

.vidientu-list li a:visited,
.vidientu-list li a:focus,
.vidientu-list li a:hover {
    text-decoration: none;
}

.vidientu-list li {
    padding: 6px 0;
}

.vidientu-list li.vi-momo strong {
    color: var(--momo-color) !important;
}

.vidientu-list li.vi-zalopay strong {
    color: var(--zalopay-color) !important;
}

.vidientu-list li strong {
    display: inline-block;
    min-width: 8rem;
}

.vidientu-list li .badge {
    font-size: 16px;
    font-weight: normal;
    padding: 0.6rem 1rem !important;
}

.vi-momo {
    color: var(--momo-color);
}

.vi-zalopay {
    color: var(--zalopay-color);
}

.vi-momo .badge {
    background-color: var(--momo-color) !important;
    color: #ffffff;
}

.vi-zalopay .badge {
    background-color: var(--zalopay-color) !important;
    color: #ffffff;
}

.money {
    display: table;
    cursor: pointer;
    border-bottom: 1px dotted;
}

.click-qr {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 5px;
}

.click-qr img {
    max-width: 100%;
    height: auto;
}

.wallet-info {
    font-size: 12px;
}

blockquote {
    margin-bottom: 0;
    border-left-width: 5px;
    border-left-style: solid;
    border-bottom: 1px solid var(--light-color);
}

@media (max-width: 768px) {
    blockquote {
        border-left-width: 3px;
    }
}

blockquote.vidientu {
    padding-bottom: 10px;
}

blockquote:not(:last-of-type) {
    margin-bottom: 50px;
}

.panel-bank {
    margin-bottom: 3rem;
}

.close {
    z-index: 9;
    border: 1px dotted #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    line-height: 1.5;
    font-size: 16px;
    background-color: #fff;
}

@media (min-width: 1190px) {
    .container-wrap {
        max-width: 800px;
    }
}

@media (max-width: 480px) {

    .bank-label,
    .bank-title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .click-qr {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 320px) {
    .click-qr {
        width: 30px;
        height: 30px;
    }

    .bank-label,
    .bank-title {
        font-size: 16px;
    }
}