/* /Pages/HoiDap.razor.rz.scp.css */
.faq-page[b-2480439o1g] {
    padding: 50px 0;
    background: #f7faf9;
}

.container[b-2480439o1g] {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.page-title[b-2480439o1g] {
    text-align: center;
    margin-bottom: 40px;
    color: #0d625b;
    font-size: 36px;
    font-weight: 700;
}

.faq-list[b-2480439o1g] {
    margin-bottom: 80px;
}

.faq-item[b-2480439o1g] {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.06);
}

.faq-question[b-2480439o1g] {
    width: 100%;
    border: none;
    background: white;
    padding: 22px 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-question:hover[b-2480439o1g] {
        background: #f5f8f7;
    }

.faq-answer[b-2480439o1g] {
    padding: 20px 25px;
    border-top: 1px solid #eee;
    color: #666;
    line-height: 1.8;
}

.question-form[b-2480439o1g] {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

    .question-form h2[b-2480439o1g] {
        text-align: center;
        margin-bottom: 35px;
        color: #0d625b;
    }

.form-group[b-2480439o1g] {
    margin-bottom: 20px;
}

    .form-group label[b-2480439o1g] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
    }

.form-control[b-2480439o1g] {
    width: 100%;
    height: 52px;
    border: 1px solid #dce5e3;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
}

    .form-control:focus[b-2480439o1g] {
        outline: none;
        border-color: #0d625b;
        box-shadow: 0 0 0 3px rgba(13,98,91,.15);
    }

.textarea[b-2480439o1g] {
    min-height: 180px;
    padding-top: 15px;
    resize: vertical;
}

.btn-submit[b-2480439o1g] {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 12px;
    background: #0d625b;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

    .btn-submit:hover[b-2480439o1g] {
        background: #0a4f49;
    }
/* /Pages/LienHe.razor.rz.scp.css */
.contact-page[b-jkqemvrl8b] {
    padding: 40px 0 80px;
}

.container[b-jkqemvrl8b] {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

/* MAP */

.contact-map[b-jkqemvrl8b] {
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .contact-map iframe[b-jkqemvrl8b] {
        width: 100%;
        height: 500px;
        border: none;
    }

/* GRID */

.contact-grid[b-jkqemvrl8b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* INFO */

.contact-info[b-jkqemvrl8b] {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

    .contact-info h3[b-jkqemvrl8b] {
        color: #0F4C81;
        margin-bottom: 10px;
    }

    .contact-info h2[b-jkqemvrl8b] {
        color: #1E7A46;
        margin-bottom: 25px;
        font-size: 26px;
    }

    .contact-info p[b-jkqemvrl8b] {
        margin-bottom: 12px;
        line-height: 1.8;
    }

    .contact-info img[b-jkqemvrl8b] {
        width: 100%;
        margin-top: 25px;
        border-radius: 16px;
        object-fit: cover;
    }

/* FORM */

.contact-form[b-jkqemvrl8b] {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.form-group[b-jkqemvrl8b] {
    margin-bottom: 22px;
}

    .form-group label[b-jkqemvrl8b] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #0F4C81;
    }

.form-control[b-jkqemvrl8b] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9dfe8;
    border-radius: 12px;
    font-size: 15px;
    transition: .3s;
}

    .form-control:focus[b-jkqemvrl8b] {
        outline: none;
        border-color: #0F4C81;
        box-shadow: 0 0 0 4px rgba(15,76,129,.1);
    }

textarea.form-control[b-jkqemvrl8b] {
    resize: vertical;
}

.btn-send[b-jkqemvrl8b] {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 12px;
    background: linear-gradient( 135deg, #0F4C81, #145DA0 );
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

    .btn-send:hover[b-jkqemvrl8b] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(15,76,129,.25);
    }

/* MOBILE */

@media(max-width:992px) {

    .contact-grid[b-jkqemvrl8b] {
        grid-template-columns: 1fr;
    }

    .contact-map iframe[b-jkqemvrl8b] {
        height: 350px;
    }
}
/* /Pages/QuyCheChoVay/ChinhSachHoTro.razor.rz.scp.css */
/* /Pages/QuyCheChoVay/DieuKienVayVon.razor.rz.scp.css */
/*﻿.dieukien-page {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: #fff;
    color: #444;
    padding: 20px 0;
}

.td-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

/* Breadcrumb */
/*.td-crumb-container {
    margin-bottom: 25px;
}

.entry-crumbs {
    font-size: 13px;
    color: #888;
}

    .entry-crumbs a {
        color: #0f766e;
        text-decoration: none;
    }

        .entry-crumbs a:hover {
            text-decoration: underline;
        }

    .entry-crumbs i {
        margin: 0 8px;
        font-size: 10px;
        color: #bbb;
    }

.td-bred-no-url-last {
    color: #333;
    font-weight: 500;
}*/

/* Layout 2 cột */
/*.td-pb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.td-pb-span8 {
    flex: 0 0 calc(66.666% - 20px);
    max-width: calc(66.666% - 20px);
}

.td-pb-span4 {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}*/

/* Page Title */
/*.td-page-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    border-left: 5px solid #0f766e;
    padding-left: 20px;
    margin: 0;
}*/

/* Content */
/*.td-page-content {
    line-height: 1.6;
}

.content-section {
    background: #fff;
}

.section {
    margin-bottom: 35px;
}

    .section h3 {
        font-size: 20px;
        font-weight: 600;
        color: #0f766e;
        margin: 0 0 20px 0;
        padding-bottom: 8px;
        border-bottom: 2px solid #0f766e;
        display: inline-block;
    }

    .section h4 {
        font-size: 17px;
        font-weight: 600;
        color: #1e293b;
        margin: 20px 0 12px;
    }

    .section p {
        margin-bottom: 10px;
        line-height: 1.7;
    }

    .section ul {
        margin: 10px 0 15px 25px;
    }

    .section li {
        margin-bottom: 6px;
        line-height: 1.6;
    }

    .section ul ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }*/

/* Download Section */
/*.download-section {
    margin-top: 35px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #eef2f6;
}

    .download-section h4 {
        margin: 0 0 15px 0;
        font-size: 18px;
        color: #0f766e;
        border-left: 3px solid #0f766e;
        padding-left: 12px;
    }

.download-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: white;
    border-radius: 8px;
    transition: all 0.2s;
    border: 1px solid #e2e8f0;
}

    .download-item:hover {
        border-color: #0f766e;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        transform: translateX(5px);
    }

    .download-item i {
        font-size: 24px;
        width: 32px;
        text-align: center;
    }

        .download-item i.fa-file-pdf {
            color: #dc2626;
        }

        .download-item i.fa-file-word {
            color: #2563eb;
        }

        .download-item i.fa-file-excel {
            color: #16a34a;
        }

    .download-item a {
        color: #0f766e;
        text-decoration: none;
        font-weight: 500;
        flex: 1;
    }

        .download-item a:hover {
            text-decoration: underline;
        }*/

/*.pdf-table {
    width: 100%;
    margin: 16px 0 10px;
}

    .pdf-table td {
        padding: 5px 8px;
        vertical-align: middle;
        font-size: 12.5px;
    }

        .pdf-table td:first-child {
            width: 36px;
            text-align: center;
        }

        .pdf-table td img {
            width: 28px;
        }

    .pdf-table a {
        color: #1a5fa8;
        font-weight: bold;
    }*/

/* Sidebar Widgets */
/*.widget {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eef2f6;
}

.widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: -20px -20px 20px -20px;
    padding: 15px 20px;
    background: #f8fafc;
    border-bottom: 2px solid #0f766e;
    border-radius: 12px 12px 0 0;
}*/

/* Banner widget */
/*.widget-banner {
    padding: 0;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}*/

/* Tin mới widget */
/*.tin-moi-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tin-moi-item {
    display: flex;
    gap: 12px;
}

.tin-moi-img {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
}

    .tin-moi-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tin-moi-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.tin-moi-link {
    text-decoration: none;
    color: #333;
    display: flex;
    gap: 12px;
}

    .tin-moi-link:hover .tin-moi-title {
        color: #0f766e;
    }*/

/* Liên kết widget */
/*.lien-ket-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .lien-ket-list a {
        display: block;
    }

    .lien-ket-list img {
        width: 100%;
        max-height: 80px;
        object-fit: contain;
        border-radius: 8px;
        border: 1px solid #eef2f6;
    }*/

/* Responsive */
/*@media (max-width: 768px) {
    .td-container {
        padding: 0 16px;
    }

    .td-pb-span8, .td-pb-span4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .entry-title {
        font-size: 24px;
    }

    .tin-moi-img {
        width: 70px;
        height: 50px;
    }

    .section h3 {
        font-size: 18px;
    }

    .section h4 {
        font-size: 16px;
    }
}*/
/* /Pages/QuyCheChoVay/DoiTuongHinhThuc.razor.rz.scp.css */
/*﻿.doituong-page {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: #fff;
    color: #444;
    padding: 20px 0;
}

.td-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

/* Breadcrumb */
/*.td-crumb-container {
    margin-bottom: 25px;
}

.entry-crumbs {
    font-size: 13px;
    color: #888;
}

    .entry-crumbs a {
        color: #0f766e;
        text-decoration: none;
    }

        .entry-crumbs a:hover {
            text-decoration: underline;
        }

    .entry-crumbs i {
        margin: 0 8px;
        font-size: 10px;
        color: #bbb;
    }

.td-bred-no-url-last {
    color: #333;
    font-weight: 500;
}*/

/* Layout 2 cột */
/*.td-pb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.td-pb-span8 {
    flex: 0 0 calc(66.666% - 20px);
    max-width: calc(66.666% - 20px);
}

.td-pb-span4 {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}*/

/* Page Title */
/*.td-page-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    border-left: 5px solid #0f766e;
    padding-left: 20px;
    margin: 0;
}*/

/* Content */
/*.td-page-content {
    line-height: 1.6;
}

.content-section {
    background: #fff;
}

.section-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f766e;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #0f766e;
    display: inline-block;
}

.subsection {
    margin-bottom: 25px;
}

    .subsection h4 {
        font-size: 17px;
        font-weight: 600;
        color: #1e293b;
        margin: 20px 0 12px;
    }

    .subsection p {
        margin-bottom: 10px;
        line-height: 1.7;
    }*/

/* Download Section */
/*.download-section {
    margin: 16px 0 10px;
}

    .download-section h4 {
        display: none;*/ /* nếu không muốn hiện tiêu đề */
    /*}

.download-list {
    display: table;
    width: 100%;
}

.download-item {
    display: table-row;
    background: transparent;
    border: none;
    padding: 0;
}

    .download-item:hover {
        transform: none;
        box-shadow: none;
        border: none;
    }

    .download-item i {
        display: table-cell;
        width: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 28px;
        padding: 5px 8px;
    }

    .download-item a {
        display: table-cell;
        padding: 5px 8px;
        vertical-align: middle;
        color: #1a5fa8;
        font-weight: bold;
        text-decoration: none;
    }

        .download-item a:hover {
            text-decoration: underline;
        }*/

    /* Màu icon */
    /*.download-item i.fa-file-pdf {
        color: #dc2626;
    }

    .download-item i.fa-file-word {
        color: #2563eb;
    }

    .download-item i.fa-file-excel {
        color: #16a34a;
    }*/

/*.pdf-table {
    width: 100%;
    margin: 16px 0 10px;
}

    .pdf-table td {
        padding: 5px 8px;
        vertical-align: middle;
        font-size: 12.5px;
    }

        .pdf-table td:first-child {
            width: 36px;
            text-align: center;
        }

        .pdf-table td img {
            width: 28px;
        }

    .pdf-table a {
        color: #1a5fa8;
        font-weight: bold;
    }*/

/* Sidebar Widgets */
/*.widget {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eef2f6;
}

.widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: -20px -20px 20px -20px;
    padding: 15px 20px;
    background: #f8fafc;
    border-bottom: 2px solid #0f766e;
    border-radius: 12px 12px 0 0;
}*/

/* Banner widget */
/*.widget-banner {
    padding: 0;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}*/

/* Tin mới widget */
/*.tin-moi-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tin-moi-item {
    display: flex;
    gap: 12px;
}

.tin-moi-img {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
}

    .tin-moi-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tin-moi-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.tin-moi-link {
    text-decoration: none;
    color: #333;
    display: flex;
    gap: 12px;
}

    .tin-moi-link:hover .tin-moi-title {
        color: #0f766e;
    }*/

/* Liên kết widget */
/*.lien-ket-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .lien-ket-list a {
        display: block;
    }

    .lien-ket-list img {
        width: 100%;
        max-height: 80px;
        object-fit: contain;
        border-radius: 8px;
        border: 1px solid #eef2f6;
    }*/

/* Responsive */
/*@media (max-width: 768px) {
    .td-container {
        padding: 0 16px;
    }

    .td-pb-span8, .td-pb-span4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .entry-title {
        font-size: 24px;
    }

    .tin-moi-img {
        width: 70px;
        height: 50px;
    }

    .section-title h3 {
        font-size: 18px;
    }

    .subsection h4 {
        font-size: 16px;
    }
}*/
/* /Pages/TinTucSuKien.razor.rz.scp.css */
.tintuc-page[b-10lf5iz9c0] {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: #fff;
    color: #444;
    padding: 20px 0;
}

.td-container[b-10lf5iz9c0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Grid 3 cột */
.td-pb-row[b-10lf5iz9c0] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.td-pb-span12[b-10lf5iz9c0] {
    width: 100%;
    padding: 0 12px;
}

.td-block-row[b-10lf5iz9c0] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.td-block-span4[b-10lf5iz9c0] {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Module bài viết */
.td_module_4[b-10lf5iz9c0] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f6;
    height: 100%;
}

    .td_module_4:hover[b-10lf5iz9c0] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    }

/* Ảnh đại diện */
.td-module-image[b-10lf5iz9c0] {
    position: relative;
    overflow: hidden;
}

.td-module-thumb[b-10lf5iz9c0] {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .td-module-thumb img[b-10lf5iz9c0] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.td_module_4:hover .td-module-thumb img[b-10lf5iz9c0] {
    transform: scale(1.05);
}

/* Tiêu đề */
.entry-title[b-10lf5iz9c0] {
    margin: 15px 20px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

    .entry-title a[b-10lf5iz9c0] {
        color: #1e293b;
        text-decoration: none;
        transition: color 0.2s;
    }

        .entry-title a:hover[b-10lf5iz9c0] {
            color: #0f766e;
        }

/* Meta info */
.td-module-meta-info[b-10lf5iz9c0] {
    margin: 0 20px 10px;
    font-size: 12px;
    color: #94a3b8;
}

    .td-module-meta-info i[b-10lf5iz9c0] {
        margin-right: 5px;
    }

/* Trích dẫn */
.td-excerpt[b-10lf5iz9c0] {
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Nút Tải thêm */
.td-load-more-wrap[b-10lf5iz9c0] {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
}

.td_ajax_load_more[b-10lf5iz9c0] {
    display: inline-block;
    background: #0f766e;
    color: white;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

    .td_ajax_load_more:hover[b-10lf5iz9c0] {
        background: #0d5f58;
        transform: translateY(-2px);
    }

    .td_ajax_load_more i[b-10lf5iz9c0] {
        margin-left: 8px;
        font-size: 12px;
    }

/* Responsive */
@media (max-width: 992px) {
    .td-block-span4[b-10lf5iz9c0] {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .td-container[b-10lf5iz9c0] {
        padding: 0 16px;
    }

    .td-block-span4[b-10lf5iz9c0] {
        width: 100%;
    }

    .td-module-thumb[b-10lf5iz9c0] {
        height: 180px;
    }

    .entry-title[b-10lf5iz9c0] {
        font-size: 16px;
    }
}
/* /Pages/VanBan/HuongDanVayVon.razor.rz.scp.css */
 /* Reset & Container */
.quydinh-page[b-qfjfo542w3] {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: #fff;
    color: #444;
    padding: 20px 0;
}

.td-container[b-qfjfo542w3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb */
.td-crumb-container[b-qfjfo542w3] {
    margin-bottom: 25px;
}

.entry-crumbs[b-qfjfo542w3] {
    font-size: 13px;
    color: #888;
}

    .entry-crumbs a[b-qfjfo542w3] {
        color: #0f766e;
        text-decoration: none;
        transition: color 0.2s;
    }

        .entry-crumbs a:hover[b-qfjfo542w3] {
            color: #0d5f58;
            text-decoration: underline;
        }

    .entry-crumbs i[b-qfjfo542w3] {
        margin: 0 8px;
        font-size: 10px;
        color: #bbb;
    }

.td-bred-no-url-last[b-qfjfo542w3] {
    color: #333;
    font-weight: 500;
}

/* Page Title */
.td-page-header[b-qfjfo542w3] {
    margin-bottom: 30px;
}

.entry-title[b-qfjfo542w3] {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    border-left: 5px solid #0f766e;
    padding-left: 20px;
    margin: 0;
}

/* ========== SEARCH BOX - FIX HOÀN CHỈNH ========== */
.wpfd-search-box[b-qfjfo542w3] {
    background: #f9fafb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid #eef2f6;
}

.searchSection[b-qfjfo542w3] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Container chính cho input */
.wpfd_search_input[b-qfjfo542w3] {
    flex: 3;
    position: relative;
    display: flex;
    align-items: center;
}

    /* Icon kính lúp - FIX LỆCH HOÀN TOÀN */
    .wpfd_search_input .wpfd-search-icon[b-qfjfo542w3],
    .wpfd-search-icon[b-qfjfo542w3] {
        position: absolute !important;
        left: 18px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: #94a3b8 !important;
        font-size: 16px !important;
        width: 16px !important;
        height: 16px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: none !important;
        z-index: 99 !important;
        line-height: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Input tìm kiếm */
    .wpfd_search_input input[b-qfjfo542w3] {
        width: 100%;
        padding: 12px 20px 12px 48px !important;
        border: 2px solid #e2e8f0;
        border-radius: 40px;
        font-size: 14px;
        transition: all 0.2s;
        background: #fff;
        line-height: 1.2;
        box-sizing: border-box;
        outline: none;
        margin: 0;
    }

        .wpfd_search_input input:hover[b-qfjfo542w3] {
            border-color: #cbd5e1;
        }

        .wpfd_search_input input:focus[b-qfjfo542w3] {
            outline: none;
            border-color: #0f766e;
            box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
        }

/* Nút tìm kiếm */
.btn-search[b-qfjfo542w3] {
    background: linear-gradient(135deg, #0f766e, #0d5f58);
    color: white;
    border: none;
    padding: 11px 28px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    line-height: 1;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-search:hover[b-qfjfo542w3] {
        background: linear-gradient(135deg, #0d5f58, #0a4a44);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(15, 118, 110, 0.2);
    }

/* Nút bộ lọc nâng cao */
.btn-outline[b-qfjfo542w3] {
    background: transparent;
    border: 2px solid #cbd5e1;
    padding: 9px 24px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    line-height: 1;
}

    .btn-outline i[b-qfjfo542w3] {
        font-size: 12px;
        transition: transform 0.3s;
    }

    .btn-outline:hover[b-qfjfo542w3] {
        background: #f1f5f9;
        border-color: #0f766e;
        color: #0f766e;
    }

        .btn-outline:hover i[b-qfjfo542w3] {
            transform: rotate(180deg);
        }

.btn-primary[b-qfjfo542w3] {
    background: #0f766e;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-primary:hover[b-qfjfo542w3] {
        background: #0d5f58;
        transform: translateY(-1px);
    }

/* Advanced Filters */
.advanced-filters[b-qfjfo542w3] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    animation: fadeIn-b-qfjfo542w3 0.3s ease;
}

@keyframes fadeIn-b-qfjfo542w3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-row[b-qfjfo542w3] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.filter-group[b-qfjfo542w3] {
    flex: 1;
    min-width: 160px;
}

    .filter-group label[b-qfjfo542w3] {
        display: block;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #475569;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .filter-group select[b-qfjfo542w3],
    .filter-group input[b-qfjfo542w3] {
        width: 100%;
        padding: 8px 12px;
        border: 1.5px solid #e2e8f0;
        border-radius: 12px;
        font-size: 14px;
        transition: all 0.2s;
        background: white;
    }

        .filter-group select:focus[b-qfjfo542w3],
        .filter-group input:focus[b-qfjfo542w3] {
            outline: none;
            border-color: #0f766e;
            box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
        }

.filter-actions[b-qfjfo542w3] {
    display: flex;
    gap: 12px;
}

/* ========== TABLE ========== */
.wpfd-container-table[b-qfjfo542w3] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #eef2f6;
}

.wpfd-table[b-qfjfo542w3] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .wpfd-table th[b-qfjfo542w3] {
        text-align: left;
        padding: 14px 12px;
        background: #f8fafc;
        font-weight: 600;
        color: #1e293b;
        border-bottom: 2px solid #e2e8f0;
    }

    .wpfd-table td[b-qfjfo542w3] {
        padding: 14px 12px;
        border-bottom: 1px solid #f0f2f5;
        vertical-align: middle;
        transition: background 0.2s;
    }

    .wpfd-table tr:hover td[b-qfjfo542w3] {
        background: #fafcff;
    }

.file-title[b-qfjfo542w3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .file-title i[b-qfjfo542w3] {
        font-size: 22px;
        width: 28px;
        text-align: center;
        transition: transform 0.2s;
    }

        /* Màu icon theo loại file */
        .file-title i.fa-file-pdf[b-qfjfo542w3] {
            color: #dc2626;
        }

        .file-title i.fa-file-word[b-qfjfo542w3] {
            color: #2563eb;
        }

        .file-title i.fa-file-excel[b-qfjfo542w3] {
            color: #16a34a;
        }

        .file-title i.fa-file-alt[b-qfjfo542w3] {
            color: #0f766e;
        }

    .file-title:hover i[b-qfjfo542w3] {
        transform: scale(1.05);
    }

    .file-title a[b-qfjfo542w3] {
        color: #0f766e;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
        word-break: break-word;
    }

        .file-title a:hover[b-qfjfo542w3] {
            color: #0d5f58;
            text-decoration: underline;
        }

.file-desc[b-qfjfo542w3] {
    color: #64748b;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-version[b-qfjfo542w3],
.file-size[b-qfjfo542w3],
.file-hits[b-qfjfo542w3],
.file-created[b-qfjfo542w3] {
    color: #475569;
    white-space: nowrap;
}

/* Nút tải về và xem trước */
.btn-download[b-qfjfo542w3],
.btn-preview[b-qfjfo542w3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-download[b-qfjfo542w3] {
    background: #e6f7f5;
    color: #0f766e;
    border: 1px solid #cce5e2;
    margin-right: 8px;
}

    .btn-download:hover[b-qfjfo542w3] {
        background: #0f766e;
        color: white;
        border-color: #0f766e;
        transform: translateY(-1px);
    }

.btn-preview[b-qfjfo542w3] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

    .btn-preview:hover[b-qfjfo542w3] {
        background: #475569;
        color: white;
        border-color: #475569;
        transform: translateY(-1px);
    }

.text-center[b-qfjfo542w3] {
    text-align: center;
    padding: 40px;
    color: #64748b;
}

/* Loading spinner */
.loader[b-qfjfo542w3] {
    text-align: center;
    padding: 40px;
    color: #0f766e;
}

    .loader i[b-qfjfo542w3] {
        font-size: 32px;
        animation: spin-b-qfjfo542w3 1s linear infinite;
    }

@keyframes spin-b-qfjfo542w3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .wpfd-table th:nth-child(2)[b-qfjfo542w3],
    .wpfd-table td:nth-child(2)[b-qfjfo542w3] {
        display: none;
    }
}

@media (max-width: 768px) {
    .td-container[b-qfjfo542w3] {
        padding: 0 16px;
    }

    .entry-title[b-qfjfo542w3] {
        font-size: 24px;
    }

    .wpfd-search-box[b-qfjfo542w3] {
        padding: 20px;
    }

    .searchSection[b-qfjfo542w3] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .wpfd_search_input[b-qfjfo542w3] {
        width: 100%;
    }

        .wpfd_search_input input[b-qfjfo542w3] {
            padding: 11px 16px 11px 44px !important;
            font-size: 13px;
        }

        .wpfd_search_input .wpfd-search-icon[b-qfjfo542w3],
        .wpfd-search-icon[b-qfjfo542w3] {
            left: 16px !important;
            font-size: 14px !important;
        }

    .btn-search[b-qfjfo542w3] {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .btn-outline[b-qfjfo542w3] {
        width: 100%;
        justify-content: center;
    }

    .filter-row[b-qfjfo542w3] {
        flex-direction: column;
        gap: 15px;
    }

    .filter-actions[b-qfjfo542w3] {
        flex-direction: column;
    }

        .filter-actions button[b-qfjfo542w3] {
            width: 100%;
        }

    .wpfd-table[b-qfjfo542w3] {
        font-size: 12px;
        min-width: 600px;
    }

        .wpfd-table th[b-qfjfo542w3],
        .wpfd-table td[b-qfjfo542w3] {
            padding: 10px 8px;
        }

    .btn-download[b-qfjfo542w3],
    .btn-preview[b-qfjfo542w3] {
        padding: 4px 10px;
        font-size: 10px;
    }

    .file-title i[b-qfjfo542w3] {
        font-size: 18px;
        width: 24px;
    }
}

@media (max-width: 480px) {
    .entry-title[b-qfjfo542w3] {
        font-size: 20px;
        padding-left: 12px;
    }

    .wpfd_search_input input[b-qfjfo542w3] {
        padding: 10px 14px 10px 40px !important;
        font-size: 12px;
    }

    .wpfd_search_input .wpfd-search-icon[b-qfjfo542w3],
    .wpfd-search-icon[b-qfjfo542w3] {
        left: 14px !important;
        font-size: 12px !important;
    }
}
/* /Pages/VanBan/QuyDinhChoVay.razor.rz.scp.css */
 /* Reset & Container */
.quydinh-page[b-g04vh8xu1h] {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: #fff;
    color: #444;
    padding: 20px 0;
}

.td-container[b-g04vh8xu1h] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb */
.td-crumb-container[b-g04vh8xu1h] {
    margin-bottom: 25px;
}

.entry-crumbs[b-g04vh8xu1h] {
    font-size: 13px;
    color: #888;
}

    .entry-crumbs a[b-g04vh8xu1h] {
        color: #0f766e;
        text-decoration: none;
    }

        .entry-crumbs a:hover[b-g04vh8xu1h] {
            text-decoration: underline;
        }

    .entry-crumbs i[b-g04vh8xu1h] {
        margin: 0 8px;
        font-size: 10px;
        color: #bbb;
    }

.td-bred-no-url-last[b-g04vh8xu1h] {
    color: #333;
    font-weight: 500;
}

/* Page Title */
.td-page-header[b-g04vh8xu1h] {
    margin-bottom: 30px;
}

.entry-title[b-g04vh8xu1h] {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    border-left: 5px solid #0f766e;
    padding-left: 20px;
    margin: 0;
}

/* Search Box */
.wpfd-search-box[b-g04vh8xu1h] {
    background: #f9fafb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid #eef2f6;
}

.searchSection[b-g04vh8xu1h] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.wpfd_search_input[b-g04vh8xu1h] {
    flex: 3;
    position: relative;
}

.wpfd-search-icon[b-g04vh8xu1h] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.wpfd_search_input input[b-g04vh8xu1h] {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    font-size: 14px;
    transition: 0.2s;
}

    .wpfd_search_input input:focus[b-g04vh8xu1h] {
        outline: none;
        border-color: #0f766e;
        box-shadow: 0 0 0 3px rgba(15,118,110,0.1);
    }

.btn-search[b-g04vh8xu1h] {
    background: #0f766e;
    color: white;
    border: none;
    padding: 10px 28px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-search:hover[b-g04vh8xu1h] {
        background: #0d5f58;
    }

.btn-outline[b-g04vh8xu1h] {
    background: transparent;
    border: 1px solid #cbd5e1;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-outline:hover[b-g04vh8xu1h] {
        background: #f1f5f9;
    }

.btn-primary[b-g04vh8xu1h] {
    background: #0f766e;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-primary:hover[b-g04vh8xu1h] {
        background: #0d5f58;
    }

/* Advanced Filters */
.advanced-filters[b-g04vh8xu1h] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.filter-row[b-g04vh8xu1h] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.filter-group[b-g04vh8xu1h] {
    flex: 1;
    min-width: 160px;
}

    .filter-group label[b-g04vh8xu1h] {
        display: block;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #475569;
        margin-bottom: 6px;
    }

    .filter-group select[b-g04vh8xu1h], .filter-group input[b-g04vh8xu1h] {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #cbd5e1;
        border-radius: 12px;
        font-size: 14px;
    }

.filter-actions[b-g04vh8xu1h] {
    display: flex;
    gap: 12px;
}

/* Table */
.wpfd-container-table[b-g04vh8xu1h] {
    overflow-x: auto;
}

.wpfd-table[b-g04vh8xu1h] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .wpfd-table th[b-g04vh8xu1h] {
        text-align: left;
        padding: 14px 12px;
        background: #f8fafc;
        font-weight: 600;
        border-bottom: 2px solid #e2e8f0;
    }

    .wpfd-table td[b-g04vh8xu1h] {
        padding: 14px 12px;
        border-bottom: 1px solid #f0f2f5;
        vertical-align: middle;
    }

.file-title[b-g04vh8xu1h] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .file-title i[b-g04vh8xu1h] {
        font-size: 22px;
        width: 28px;
        text-align: center;
        color: #0f766e;
    }

    .file-title a[b-g04vh8xu1h] {
        color: #0f766e;
        text-decoration: none;
        font-weight: 500;
    }

        .file-title a:hover[b-g04vh8xu1h] {
            text-decoration: underline;
        }

.file-desc[b-g04vh8xu1h] {
    color: #666;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-download[b-g04vh8xu1h], .btn-preview[b-g04vh8xu1h] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background: #f1f5f9;
    color: #1e293b;
    margin-right: 8px;
    transition: 0.2s;
}

    .btn-download:hover[b-g04vh8xu1h], .btn-preview:hover[b-g04vh8xu1h] {
        background: #e2e8f0;
    }

.text-center[b-g04vh8xu1h] {
    text-align: center;
    padding: 40px;
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .td-container[b-g04vh8xu1h] {
        padding: 0 16px;
    }

    .searchSection[b-g04vh8xu1h] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-search[b-g04vh8xu1h] {
        width: 100%;
        margin-left: 0;
    }

    .filter-row[b-g04vh8xu1h] {
        flex-direction: column;
    }

    .wpfd-table[b-g04vh8xu1h] {
        font-size: 12px;
    }

    .btn-download[b-g04vh8xu1h], .btn-preview[b-g04vh8xu1h] {
        padding: 4px 10px;
        font-size: 10px;
    }

    .file-title i[b-g04vh8xu1h] {
        font-size: 18px;
        width: 24px;
    }
}
/* /Pages/VanBan/VanBan.razor.rz.scp.css */
/* /Pages/VanBan/VanBanQuyPham.razor.rz.scp.css */
/* CSS cho component – có thể đặt trong file riêng hoặc ở đây */
.file-manager-container[b-krk81ehbi4] {
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.card-header[b-krk81ehbi4] {
    padding: 24px 32px;
    background: linear-gradient(120deg, #0f766e 0%, #115e59 100%);
    color: white;
}

    .card-header h2[b-krk81ehbi4] {
        font-size: 1.6rem;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .card-header p[b-krk81ehbi4] {
        opacity: 0.85;
        font-size: 0.9rem;
    }

.search-bar[b-krk81ehbi4] {
    padding: 24px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eef2f6;
}

.search-input-wrapper[b-krk81ehbi4] {
    flex: 3;
    position: relative;
}

    .search-input-wrapper i[b-krk81ehbi4] {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
    }

    .search-input-wrapper input[b-krk81ehbi4] {
        width: 100%;
        padding: 12px 16px 12px 44px;
        border: 1px solid #cbd5e1;
        border-radius: 60px;
        font-size: 0.95rem;
        transition: 0.2s;
    }

        .search-input-wrapper input:focus[b-krk81ehbi4] {
            outline: none;
            border-color: #0f766e;
            box-shadow: 0 0 0 3px rgba(15,118,110,0.1);
        }

.btn-primary[b-krk81ehbi4] {
    background: #0f766e;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
}

    .btn-primary:hover[b-krk81ehbi4] {
        background: #0d5f58;
        transform: translateY(-1px);
    }

.btn-outline[b-krk81ehbi4] {
    background: transparent;
    border: 1px solid #cbd5e1;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-outline:hover[b-krk81ehbi4] {
        background: #f8fafc;
        border-color: #94a3b8;
    }

.advanced-filters[b-krk81ehbi4] {
    display: none;
    padding: 0 32px 24px 32px;
    background: #fefefe;
    border-top: 1px solid #edf2f7;
}

    .advanced-filters.show[b-krk81ehbi4] {
        display: block;
    }

.filters-grid[b-krk81ehbi4] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.filter-item[b-krk81ehbi4] {
    flex: 1;
    min-width: 160px;
}

    .filter-item label[b-krk81ehbi4] {
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #475569;
        margin-bottom: 6px;
    }

    .filter-item select[b-krk81ehbi4], .filter-item input[b-krk81ehbi4] {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #cbd5e1;
        border-radius: 12px;
        background: white;
    }

.results-section[b-krk81ehbi4] {
    padding: 0 32px 32px 32px;
}

.table-responsive[b-krk81ehbi4] {
    overflow-x: auto;
}

.data-table[b-krk81ehbi4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

    .data-table th[b-krk81ehbi4] {
        text-align: left;
        padding: 16px 12px;
        background: #f8fafc;
        color: #0f172a;
        font-weight: 600;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table td[b-krk81ehbi4] {
        padding: 14px 12px;
        border-bottom: 1px solid #f0f2f5;
        vertical-align: middle;
    }

.file-info[b-krk81ehbi4] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-type-icon[b-krk81ehbi4] {
    font-size: 1.4rem;
    color: #0f766e;
    width: 28px;
    text-align: center;
}

.file-link[b-krk81ehbi4] {
    font-weight: 500;
    color: #0f766e;
    text-decoration: none;
}

    .file-link:hover[b-krk81ehbi4] {
        text-decoration: underline;
    }

.action-group[b-krk81ehbi4] {
    display: flex;
    gap: 8px;
}

.btn-download[b-krk81ehbi4], .btn-preview[b-krk81ehbi4] {
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #1e293b;
    transition: 0.2s;
}

    .btn-download:hover[b-krk81ehbi4], .btn-preview:hover[b-krk81ehbi4] {
        background: #e2e8f0;
    }

.pagination-bar[b-krk81ehbi4] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.page-btn[b-krk81ehbi4] {
    background: white;
    border: 1px solid #cbd5e1;
    padding: 6px 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
}

    .page-btn:hover:not(:disabled)[b-krk81ehbi4] {
        background: #0f766e;
        border-color: #0f766e;
        color: white;
    }

    .page-btn:disabled[b-krk81ehbi4] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.loader[b-krk81ehbi4] {
    text-align: center;
    padding: 48px;
    color: #64748b;
}

.text-center[b-krk81ehbi4] {
    text-align: center;
}

i.fa[b-krk81ehbi4], i.fas[b-krk81ehbi4], i.far[b-krk81ehbi4] {
    font-size: inherit;
}

@@media (max-width: 700px) {
    .search-bar[b-krk81ehbi4], .filters-grid[b-krk81ehbi4] {
        flex-direction: column;
    }

    .card-header[b-krk81ehbi4], .search-bar[b-krk81ehbi4], .results-section[b-krk81ehbi4] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
