/* _content/FistWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gml5uscsow] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gml5uscsow] {
    flex: 1;
}

.sidebar[b-gml5uscsow] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background: transparent;
}

.top-row[b-gml5uscsow] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gml5uscsow]  a, .top-row[b-gml5uscsow]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gml5uscsow]  a:hover, .top-row[b-gml5uscsow]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gml5uscsow]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gml5uscsow] {
        justify-content: space-between;
    }

    .top-row[b-gml5uscsow]  a, .top-row[b-gml5uscsow]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gml5uscsow] {
        flex-direction: row;
    }

    .sidebar[b-gml5uscsow] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gml5uscsow] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gml5uscsow]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gml5uscsow], article[b-gml5uscsow] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gml5uscsow] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gml5uscsow] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FistWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ieoj0izty2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ieoj0izty2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ieoj0izty2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ieoj0izty2] {
    font-size: 2.1rem;
}

.bi[b-ieoj0izty2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ieoj0izty2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ieoj0izty2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ieoj0izty2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ieoj0izty2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ieoj0izty2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ieoj0izty2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ieoj0izty2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ieoj0izty2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ieoj0izty2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ieoj0izty2] {
    display: none;
    background-color:rgba(0, 0, 0, 0.4);
}

.navbar-toggler:checked ~ .nav-scrollable[b-ieoj0izty2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ieoj0izty2] {
        display: none;
    }

    .nav-scrollable[b-ieoj0izty2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FistWeb/Components/Pages/DoanhThu.razor.rz.scp.css */
<style >
*[b-adge24m5f5] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-adge24m5f5] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/*.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 30px;
    background: red;
   
}*/

/* Main Content */
.main-content[b-adge24m5f5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article.dashboard-page[b-adge24m5f5] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Dashboard Grid */
.dashboard-grid[b-adge24m5f5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.chart-card[b-adge24m5f5] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .chart-card[b-adge24m5f5]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .chart-card:hover[b-adge24m5f5] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

.card-title[b-adge24m5f5] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    gap: 10px;
}

/* 2 biểu đồ trên */
.chart-container[b-adge24m5f5] {
    position: relative;
    height: calc(100vh / 3); /*300px;*/
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
}

.dashboard-row[b-adge24m5f5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1rem;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 10px;
}

    .dashboard-row .chart-card[b-adge24m5f5] {
        flex: 1 1 50%; /* mỗi card chiếm 50% chiều ngang */
        min-width: 310px; /* để khi màn hình nhỏ thì xuống hàng */
    }

/* text doanh thu */
.chart-legend[b-adge24m5f5] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    font-weight: bold;
}

/* Staff Statistics */
.staff-section[b-adge24m5f5] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

    .staff-section[b-adge24m5f5]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

.staff-header[b-adge24m5f5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.staff-controls[b-adge24m5f5] {
    display: flex;
    gap: 10px;
}

.control-select[b-adge24m5f5] {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #e0cfcf;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .control-select:focus[b-adge24m5f5], .control-select:hover[b-adge24m5f5] {
        border-color: #667eea;
        outline: none;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

/* biểu đồ dưới */
.staff-chart[b-adge24m5f5] {
    height: calc(100vh / 3); /*400px;*/
    position: relative;
}

/* Responsive */
@media (max-width: 1200px) {
    .dashboard-grid[b-adge24m5f5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container[b-adge24m5f5] {
        flex-direction: column;
    }

    .sidebar[b-adge24m5f5] {
        width: 100%;
        height: auto;
    }

    .content[b-adge24m5f5] {
        padding: 20px;
    }

    .header[b-adge24m5f5] {
        padding: 15px 20px;
    }
}

/* Animations */
@keyframes fadeInUp-b-adge24m5f5 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chart-card[b-adge24m5f5], .staff-section[b-adge24m5f5] {
    animation: fadeInUp-b-adge24m5f5 0.6s ease-out;
}

    .chart-card:nth-child(2)[b-adge24m5f5] {
        animation-delay: 0.1s;
    }

.staff-section[b-adge24m5f5] {
    animation-delay: 0.2s;
}

/* Custom scrollbar */
[b-adge24m5f5]::-webkit-scrollbar {
    width: 8px;
}

[b-adge24m5f5]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-adge24m5f5]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 4px;
}

    [b-adge24m5f5]::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, #5a6fd8, #6a4190);
    }

.label-ca[b-adge24m5f5] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    align-items: center;
    gap: 10px;
}
</style[b-adge24m5f5] >
/* _content/FistWeb/Components/Pages/Home.razor.rz.scp.css */
<style >

body[b-6gpbynmkrq] {
    /*font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #74ebd5, #9face6);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/
}
/* Căn giữa toàn màn hình */
.full-screen-center[b-6gpbynmkrq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('your-background.jpg') no-repeat center center fixed; /* thêm hình nền nếu muốn */
    background-size: cover;
}

/* Khung login */
.wrapper[b-6gpbynmkrq] {
    width: 400px;
    padding: 50px 30px;
    color: #fff;
    position: relative;
    background: rgba(255, 255, 255, 0.15); /* nền trắng trong suốt mờ */
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18); /* viền trắng mờ */
    box-shadow: 0 8px 32px 0 rgba(76, 175, 80, 0.4);
    backdrop-filter: blur(10px); /* làm mờ nền phía sau */
    -webkit-backdrop-filter: blur(10px);
}

    /* Tiêu đề */
    .wrapper h2[b-6gpbynmkrq] {
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
    }

    /* Mô tả bên dưới */
    .wrapper p[b-6gpbynmkrq] {
        margin: 10px;
        padding: 0;
        font-weight: 300;
        text-align: center;

    }

/* Input kèm icon */
.box[b-6gpbynmkrq] {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .box input[b-6gpbynmkrq] {
        width: 100%;
        padding: 15px 50px 15px 15px;
        border-radius: 50px;
        border: 1px solid #bababa;
        background: transparent;
        color: #fff;
        font-size: 16px;
        outline: none;
    }

    .box i[b-6gpbynmkrq] {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #fff;
        font-size: 18px;
    }

/* Các tùy chọn (checkbox, link) */
.wrapper .options[b-6gpbynmkrq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

    .wrapper .options label[b-6gpbynmkrq] {
        color: #fff;
        user-select: none;
    }

.options input[type="checkbox"][b-6gpbynmkrq] {
    width: 15px;
    height: 15px;
    accent-color: #4CAF50; /* màu checkbox */
}

/* Link */
.wrapper a[b-6gpbynmkrq] {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

    .wrapper a:hover[b-6gpbynmkrq] {
        text-decoration: underline;
    }

/* Nút submit */
.wrapper button[b-6gpbynmkrq] {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: #fff;
    color: #262626;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .wrapper button:hover[b-6gpbynmkrq] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/*---------------------loading---------------*/
.spinner[b-6gpbynmkrq] {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-6gpbynmkrq 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-6gpbynmkrq {
    to {
        transform: rotate(360deg);
    }
}

/* Popup bong bóng bay lên */
.popup-bubble[b-6gpbynmkrq] {
    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translate(-60%, 0);
    background: #ff4d4d;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    animation: bubbleUpFadeCenter-b-6gpbynmkrq 2s forwards;
    z-index: 9999;
    user-select: none;
    white-space: nowrap;
}

@keyframes bubbleUpFadeCenter-b-6gpbynmkrq {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(1);
    }

    10% {
        opacity: 1;
        transform: translate(-50%, -10px) scale(1.05);
    }

    90% {
        opacity: 1;
        transform: translate(-50%, -80px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -100px) scale(0.8);
    }
}

}

</style[b-6gpbynmkrq] >

/* _content/FistWeb/Components/Pages/ListOrder.razor.rz.scp.css */
<style >

.chart-order[b-wwedzlavm8] {
    /*background: red;*/
    /*border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;*/
}

.control-select[b-wwedzlavm8] {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: white;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.table-custom[b-wwedzlavm8] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    border-radius: 12px;
   /* overflow: hidden;*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    white-space: nowrap;
}

    .table-custom thead[b-wwedzlavm8] {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .table-custom th[b-wwedzlavm8],
    .table-custom td[b-wwedzlavm8] {
        padding: 14px 10px;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
    }

    .table-custom tbody tr:nth-child(even)[b-wwedzlavm8] {
        background-color: #f8f9fa;
    }

    .table-custom tbody tr:hover[b-wwedzlavm8] {
        background: #e9d8fd;
        transition: 0.3s;
        cursor: pointer;
        border-radius: 12px;
    }

    .table-custom td[b-wwedzlavm8] {
        border-bottom: 1px solid #ddd;
    } 

/* ------------------- tab-----------------*/
.tabs[b-wwedzlavm8] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.tab-btn[b-wwedzlavm8] {
    padding: 8px 16px 8px 8px;
    border: 2px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
}

    .tab-btn.active[b-wwedzlavm8] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .tab-btn.active[b-wwedzlavm8] {
        background: #007bff;
        color: white;
        font-weight: bold;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .tab-btn[b-wwedzlavm8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;      
    }

    .tab-btn:hover[b-wwedzlavm8] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.tab-content[b-wwedzlavm8] {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
   flex-direction: row;
    justify-content: space-between;
    /*background: white;*/
}

    .tab-content.active[b-wwedzlavm8] {
        display: flex;
        flex-direction: column;
        opacity: 1;
        flex: 1;
        height: 100%; /* ✅ Thêm dòng này */
        box-sizing: border-box; /* ✅ Tránh lỗi tràn padding */
    }

#tab2.tab-content[b-wwedzlavm8] {
    border: 0px solid #ddd;
    background: transparent;
}

#tab3.tab-content[b-wwedzlavm8] {
    border: 0px solid #ddd;
    background: transparent;
}
/*-----------------buttong back and next-------------------*/

.pagination[b-wwedzlavm8] {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
}

    .pagination button[b-wwedzlavm8] {
        padding: 8px 16px;
        border: none;
        border-radius: 25px; /* bo tròn */
        background: linear-gradient(135deg, #4e9af1, #1f78d1);
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

        .pagination button:hover:not(:disabled)[b-wwedzlavm8] {
            transform: translateY(-2px) scale(1.05);
            background: linear-gradient(135deg, #1f78d1, #1257a0);
            box-shadow: 0 6px 12px rgba(0,0,0,0.3);
        }

        .pagination button:disabled[b-wwedzlavm8] {
            background: #ccc;
            cursor: not-allowed;
            box-shadow: none;
            transform: none;
        }

    .pagination span[b-wwedzlavm8] {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }
   
    
    /*-------------------*/

@media (max-width: 768px) {
    table thead[b-wwedzlavm8] {
        display: none; /* Ẩn header gốc */
    }

    table[b-wwedzlavm8], tbody[b-wwedzlavm8], tr[b-wwedzlavm8], td[b-wwedzlavm8] {
        display: block;
        width: 100%;
    }

        table tr[b-wwedzlavm8] {
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            border-radius: .5rem;
            padding: .5rem;
            background: #fff;
        }

        table td[b-wwedzlavm8] {
            display: flex;
            justify-content: space-between;
            padding: .3rem 0;
        }

            table td[b-wwedzlavm8]::before {
                content: attr(data-label); /* lấy label từ data-label */
                font-weight: bold;
                flex: 1;
                text-align: left;
                color: #444;
            }
}
/*----------------------------------tab2-------------------------------*/
.form-container[b-wwedzlavm8] {
    margin: 0 auto;   
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    min-width: 310px;
    display: flex;
    gap: 20px;
    width:100%;
}

.form-container[b-wwedzlavm8] {
    animation: fadeInUp 0.6s ease-out;
}
.form-section-left[b-wwedzlavm8] {
    flex: 0 0 60%; /* form chiếm 60% */
}

.form-group[b-wwedzlavm8] {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.form-label[b-wwedzlavm8] {
    font-weight: 600;
    color: white; /*#2c3e50;*/
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}
.form-label-TonKho[b-wwedzlavm8] {
    font-weight: 600;
    color: white; /*#2c3e50;*/
    font-size: 20px;
    font-style: italic;
    padding-right: 100px;
}
.form-label-TonKho[b-wwedzlavm8] {
    text-align: left;
    margin-bottom: 5px;
    padding: 0px 30px;
    text-align: left;
}
.form-input[b-wwedzlavm8],
.form-select[b-wwedzlavm8] {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

    .form-input:focus[b-wwedzlavm8],
    .form-select:focus[b-wwedzlavm8] {
        outline: none;
        border-color: #4CAF50;
        background: white;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        transform: translateY(-1px);
    }

.form-section-right[b-wwedzlavm8] {
    flex: 0 0 40%; /* ảnh chiếm 40% */
}
.image-upload-area[b-wwedzlavm8] {
    /*width: 100%;
    height: 100%;
    background: rgba(255, 193, 7, 0.1);
    border: 2px dashed #ffc107;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;*/
}

    .image-upload-area:hover[b-wwedzlavm8] {
        background: rgba(255, 193, 7, 0.2);
        transform: scale(1.02);
    }

.image-upload-icon[b-wwedzlavm8] {
    font-size: 48px;
    color: #ffc107;
    margin-bottom: 10px;
}

/*---button add----*/
.store-info[b-wwedzlavm8] {
    display: flex;
    justify-content: center; /* căn giữa ngang */
    align-items: center; /* căn giữa dọc */

    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 16px;
}

    .store-info .tab-btn:hover[b-wwedzlavm8] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

@media (max-width: 768px) {
    .form-container[b-wwedzlavm8] {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .form-group[b-wwedzlavm8] {
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: left;
    }

    .form-label[b-wwedzlavm8] {
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .dynamic-item[b-wwedzlavm8] {
        flex-direction: column;
        gap: 10px;
    }
}

.form-group[b-wwedzlavm8] {
    animation: slideIn 0.5s ease-out;
}

    .form-group:nth-child(1)[b-wwedzlavm8] {
        animation-delay: 0.1s;
    }

    .form-group:nth-child(2)[b-wwedzlavm8] {
        animation-delay: 0.2s;
    }

    .form-group:nth-child(3)[b-wwedzlavm8] {
        animation-delay: 0.3s;
    }

    .form-group:nth-child(4)[b-wwedzlavm8] {
        animation-delay: 0.4s;
    }

    .form-group:nth-child(5)[b-wwedzlavm8] {
        animation-delay: 0.5s;
    }

.ListThueDo[b-wwedzlavm8] {
    margin-top: 40px;
    background: white;
    border-radius: 12px;
}

.suggestion-list[b-wwedzlavm8] {
    position: absolute;
    top: 17%; /* hiện ngay dưới input */
    left: 24%;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 180px;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .suggestion-list li[b-wwedzlavm8] {
        padding: 8px 12px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .suggestion-list li:hover[b-wwedzlavm8] {
            background-color: #f0f0f0;
        }

/*----------------show ảnh-------------*/

.product-gallery[b-wwedzlavm8] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-card[b-wwedzlavm8] {
    width: 220px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .product-card img[b-wwedzlavm8] {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }

.info p[b-wwedzlavm8] {
    margin: 4px 0;
    font-size: 14px;
}

.no-image[b-wwedzlavm8] {
    width: 100%;
    height: 150px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
}

/*---------------------loading---------------*/
.spinner[b-wwedzlavm8] {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-wwedzlavm8 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-wwedzlavm8 {
    to {
        transform: rotate(360deg);
    }
}
/*----------button ok------*/
.button-add[b-wwedzlavm8] {
    margin-top: 25px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .button-add.active[b-wwedzlavm8] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .button-add[b-wwedzlavm8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .button-add:hover[b-wwedzlavm8] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }
.bi[b-wwedzlavm8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}
.required-label[b-wwedzlavm8]::before {
    content: "* ";
    color: red;
    font-weight: bold;
}

/*---------error message qty------*/
.textdanger[b-wwedzlavm8] {
    
    margin-top: 0px;
    font-size: 0.9em;
    color: white;
}

/*------------QR CODE--------------*/
.qr-payment-section[b-wwedzlavm8] {
    margin-top: 30px;
    text-align: center;
}

    .qr-payment-section h4[b-wwedzlavm8] {
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .qr-payment-section img[b-wwedzlavm8] {
        border: 2px solid #ddd;
        padding: 8px;
        border-radius: 8px;
        background-color: white;
    }

    .qr-payment-section p[b-wwedzlavm8] {
        margin-top: 10px;
        font-size: 14px;
        color: #555;
    }

.store-info[b-wwedzlavm8] {
    margin-top: 2px;
}

.store-header[b-wwedzlavm8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* Cho phép xuống dòng khi thiếu không gian */
    gap: 20px;
}

.qr-payment-section[b-wwedzlavm8] {
    border: 1px solid white;
    padding: 15px;
    border-radius: 8px;
    /*max-width: 300px;*/
    text-align: center;
}

.total-text[b-wwedzlavm8] {
    color: white;
    margin-bottom: 10px;
    font-size: 25px;
}

.qr-img[b-wwedzlavm8] {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}

.qr-desc[b-wwedzlavm8] {
    color: white;
    font-size: 14px;
    line-height: 1.4;
}

/* Responsive: cho màn nhỏ hơn 768px */
@media (max-width: 768px) {
    .store-header[b-wwedzlavm8] {
        flex-direction: column;
        align-items: stretch;
    }

    .button-add[b-wwedzlavm8] {
        width: 100%;
    }

    .qr-payment-section[b-wwedzlavm8] {
        width: 100%;
        max-width: none;
    }
}
/*-----------------------css option--------------------*/
.option-wrapper[b-wwedzlavm8] {
    position: relative;
    display: inline-block;
}

.option-menu[b-wwedzlavm8] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
    min-width: 20px;
    animation: fadeIn-b-wwedzlavm8 0.2s ease-in-out;
}

.option-item[b-wwedzlavm8] {
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
}
.option-itemAdd[b-wwedzlavm8] {
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    padding: 10px;
}
    .option-itemAdd:hover[b-wwedzlavm8] {
        background: green;
    }
    .option-item:hover[b-wwedzlavm8] {
        background: #FFE4E1;
    }

.option-menu.show[b-wwedzlavm8] {
    display: block;
}
.option-itemAdd[b-wwedzlavm8],
.option-itemAdd:focus[b-wwedzlavm8],
.option-itemAdd:active[b-wwedzlavm8] {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.New-price[b-wwedzlavm8] {
    display: flex;
    padding: 10px;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    border-radius: 5px;
}
@keyframes fadeIn-b-wwedzlavm8 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-------------readonly-------*/
.readonly-input[b-wwedzlavm8] {
    background-color: #dcdcdc; /* xám tối hơn */
    color: #555; /* chữ xám đậm hơn */
    border: 1px solid #bbb; /* viền nhẹ */
    cursor: not-allowed; /* con trỏ không cho nhập */
    opacity: 0.95;
}

/*------------------*/
.DouleButton[b-wwedzlavm8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .DouleButton input[b-wwedzlavm8] {
        flex: 1;
        min-width: 0;
    }
.UserModify[b-wwedzlavm8] {
    margin-top: 0px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}
    .UserModify:hover[b-wwedzlavm8] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }

.header-controls[b-wwedzlavm8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.controls-left[b-wwedzlavm8] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
</style[b-wwedzlavm8] >
/* _content/FistWeb/Components/Pages/Makeup.razor.rz.scp.css */
<style >
/* =================== RESET =================== */
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    min-height: 100vh;
}
*/
/* =================== FORM CONTAINER =================== */
.form-container[b-ixwuw05f1a] {
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    min-width: 310px;
}

/* =================== TABS =================== */
.tabs[b-ixwuw05f1a] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.button-add[b-ixwuw05f1a] {
    margin-top: 25px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .button-add.active[b-ixwuw05f1a] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .button-add[b-ixwuw05f1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .button-add:hover[b-ixwuw05f1a] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }

.button-add2[b-ixwuw05f1a] {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .button-add2.active[b-ixwuw05f1a] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .button-add2[b-ixwuw05f1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .button-add2:hover[b-ixwuw05f1a] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }

.detete2:hover[b-ixwuw05f1a] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: red;
}

.tab-btn[b-ixwuw05f1a] {
    margin-top: 25px;
    padding: 8px 16px 8px 8px;
    border: 2px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .tab-btn.active[b-ixwuw05f1a] {
        color: white;
        font-weight: bold;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .tab-btn[b-ixwuw05f1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .tab-btn:hover[b-ixwuw05f1a] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
/*------note------*/
.required-label[b-ixwuw05f1a]::before {
    content: "* ";
    color: red;
    font-weight: bold;
}
/* =================== TAB CONTENT =================== */
.tab-content[b-ixwuw05f1a] {
    display: none;
    /*  padding: 15px;*/
    border-radius: 10px;
    width: 100%;
    height: 100%;
    flex-direction: row;
    gap: 30px;
    /*padding: 30px;*/
    justify-content: space-between;
}

    .tab-content.active[b-ixwuw05f1a] {
        /* display: block;*/
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.form-section-left[b-ixwuw05f1a] {
    flex: 0 0 60%; /* form chiếm 60% */
}

.form-section-right[b-ixwuw05f1a] {
    flex: 0 0 40%; /* ảnh chiếm 40% */
}
/* =================== FORM CONTENT =================== */
.form-content[b-ixwuw05f1a] {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 30px;
}

.form-left[b-ixwuw05f1a] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

/* =================== FORM GROUP =================== */
.form-group[b-ixwuw05f1a] {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.form-label[b-ixwuw05f1a] {
    font-weight: 600;
    color: white; /*#2c3e50;*/
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}

.form-input[b-ixwuw05f1a],
.form-select[b-ixwuw05f1a] {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

    .form-input:focus[b-ixwuw05f1a],
    .form-select:focus[b-ixwuw05f1a] {
        outline: none;
        border-color: #4CAF50;
        background: white;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        transform: translateY(-1px);
    }

.btn[b-ixwuw05f1a] {
    padding: 15px 25px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 15px;
}

.btn-option[b-ixwuw05f1a] {
    background: #a78c8c;
    color: white;
}

    .btn-option:hover[b-ixwuw05f1a] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

.btn-primary[b-ixwuw05f1a] {
    background: #007bff;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    margin-top: 20px;
}

    .btn-primary:hover[b-ixwuw05f1a] {
        background: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

/* =================== IMAGE SECTION =================== */
.image-section[b-ixwuw05f1a] {
    background: #fff8e1;
    border-radius: 14px;
    padding: 20px;
    border: 2px dashed #ffc107;
    text-align: center;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.image-title[b-ixwuw05f1a] {
    font-weight: 600;
    color: #ff9800;
    margin-bottom: 20px;
    font-size: 16px;
}

.image-upload-area[b-ixwuw05f1a] {
    width: 100%;
    height: 100%;
    background: rgba(255, 193, 7, 0.1);
    border: 2px dashed #ffc107;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .image-upload-area:hover[b-ixwuw05f1a] {
        background: rgba(255, 193, 7, 0.2);
        transform: scale(1.02);
    }

.image-upload-icon[b-ixwuw05f1a] {
    font-size: 48px;
    color: #ffc107;
    margin-bottom: 10px;
}

.image-upload-text[b-ixwuw05f1a] {
    color: #ff9800;
    font-size: 14px;
    font-weight: 500;
}

.image-preview[b-ixwuw05f1a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: none;
}

.file-input[b-ixwuw05f1a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 768px) {
    .form-content[b-ixwuw05f1a] {
        flex-direction: column; /* <-- Sửa lỗi ở đây */
        gap: 20px;
        padding: 20px;
    }

    .form-group[b-ixwuw05f1a] {
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: left;
    }

    .form-label[b-ixwuw05f1a] {
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .dynamic-item[b-ixwuw05f1a] {
        flex-direction: column;
        gap: 10px;
    }
}

/* =================== ANIMATIONS =================== */
@keyframes fadeInUp-b-ixwuw05f1a {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn-b-ixwuw05f1a {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-container[b-ixwuw05f1a] {
    animation: fadeInUp-b-ixwuw05f1a 0.6s ease-out;
}

.form-group[b-ixwuw05f1a] {
    animation: slideIn-b-ixwuw05f1a 0.5s ease-out;
}

    .form-group:nth-child(1)[b-ixwuw05f1a] {
        animation-delay: 0.1s;
    }

    .form-group:nth-child(2)[b-ixwuw05f1a] {
        animation-delay: 0.2s;
    }

    .form-group:nth-child(3)[b-ixwuw05f1a] {
        animation-delay: 0.3s;
    }

    .form-group:nth-child(4)[b-ixwuw05f1a] {
        animation-delay: 0.4s;
    }

    .form-group:nth-child(5)[b-ixwuw05f1a] {
        animation-delay: 0.5s;
    }

.dynamic-item[b-ixwuw05f1a] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    animation: slideInUp-b-ixwuw05f1a 0.4s ease-out;
}

@keyframes slideInUp-b-ixwuw05f1a {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dynamic-input[b-ixwuw05f1a] {
    flex: 1;
    padding: 10px 14px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 13px;
}

    .dynamic-input:focus[b-ixwuw05f1a] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.store-info[b-ixwuw05f1a] {
    display: flex;
    justify-content: center; /* căn giữa ngang */
    align-items: center; /* căn giữa dọc */

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
}

    .store-info .tab-btn:hover[b-ixwuw05f1a] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/*-----------------------css button add--------------------*/
.bi[b-ixwuw05f1a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    /*top: -1px;*/
    background-size: cover;
}
/*------------option price--------*/
.New-price[b-ixwuw05f1a] {
    display: flex;
    padding: 15px;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    justify-content: space-between;
    border-radius: 5px;
}

.option-itemAdd[b-ixwuw05f1a] {
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    background: green;
}

.bi-option[b-ixwuw05f1a] {
    font-size: 24px;
    color: white;
    font-weight: bold;
}
/*-----------------------css option--------------------*/
.option-wrapper[b-ixwuw05f1a] {
    position: relative;
    display: inline-block;
}

.option-menu[b-ixwuw05f1a] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
    min-width: 120px;
    animation: fadeIn-b-ixwuw05f1a 0.2s ease-in-out;
}

.option-item[b-ixwuw05f1a] {
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
}

    .option-item:hover[b-ixwuw05f1a] {
        background: #FFE4E1;
    }

.option-menu.show[b-ixwuw05f1a] {
    display: block;
}

@keyframes fadeIn-b-ixwuw05f1a {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*---------------------loading---------------*/
.spinner[b-ixwuw05f1a] {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-ixwuw05f1a 1s linear infinite;
    margin: 0 auto;
    margin-right: 15px;
}

@keyframes spin-b-ixwuw05f1a {
    to {
        transform: rotate(360deg);
    }
}

.option-itemAdd[b-ixwuw05f1a],
.option-itemAdd:focus[b-ixwuw05f1a],
.option-itemAdd:active[b-ixwuw05f1a] {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*--------biểu đồ---------------*/

.dashboard-row[b-ixwuw05f1a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1rem;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 10px;
}

    .dashboard-row .chart-card[b-ixwuw05f1a] {
        flex: 1 1 50%; /* mỗi card chiếm 50% chiều ngang */
        min-width: 310px; /* để khi màn hình nhỏ thì xuống hàng */
    }

.chart-card[b-ixwuw05f1a] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .chart-card[b-ixwuw05f1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .chart-card:hover[b-ixwuw05f1a] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

.card-title[b-ixwuw05f1a] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    gap: 10px;
}

/* 2 biểu đồ trên */
.chart-container[b-ixwuw05f1a] {
    position: relative;
    height: calc(100vh / 3); /*300px;*/
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
}

.dashboard-row[b-ixwuw05f1a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1rem;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 10px;
}

    .dashboard-row .chart-card[b-ixwuw05f1a] {
        flex: 1 1 50%; /* mỗi card chiếm 50% chiều ngang */
        min-width: 310px; /* để khi màn hình nhỏ thì xuống hàng */
    }

/* text doanh thu */
.chart-legend[b-ixwuw05f1a] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    font-weight: bold;
}

/* Staff Statistics */
.staff-section[b-ixwuw05f1a] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

    .staff-section[b-ixwuw05f1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

.staff-header[b-ixwuw05f1a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.staff-controls[b-ixwuw05f1a] {
    display: flex;
    gap: 10px;
}

.control-select[b-ixwuw05f1a] {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #e0cfcf;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .control-select:focus[b-ixwuw05f1a], .control-select:hover[b-ixwuw05f1a] {
        border-color: #667eea;
        outline: none;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.label-ca[b-ixwuw05f1a] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    align-items: center;
    gap: 10px;
}

/*==============================================================*/

.staff-controls[b-ixwuw05f1a] {
    display: flex;
    gap: 10px;
}

.staff-header[b-ixwuw05f1a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .staff-controls[b-ixwuw05f1a] {
        flex: 1 1 100%;
    }
}

.staff-select[b-ixwuw05f1a] {
    display: flex;
    gap: 0.5rem; /* khoảng cách giữa 2 select */
    flex-wrap: wrap; /* Cho phép xuống dòng */
}

.card-title[b-ixwuw05f1a] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    gap: 10px;
}

.chart-container[b-ixwuw05f1a] {
    position: relative;
    height: calc(100vh / 1.4);
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
}

.control-select[b-ixwuw05f1a] {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #e0cfcf;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .control-select:focus[b-ixwuw05f1a], .control-select:hover[b-ixwuw05f1a] {
        border-color: #667eea;
        outline: none;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

#tab3.tab-content[b-ixwuw05f1a] {
    height: 100vh;
}

/*++++++++++++++++++++tab2+++++++++++++++++++*/
.option-menutab2[b-ixwuw05f1a] {
    padding: 12px 12px 12px 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

    .option-menutab2:focus[b-ixwuw05f1a] {
        outline: none;
        border-color: #4CAF50;
        background: white;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        transform: translateY(-1px);
    }

.option-wrappertab2[b-ixwuw05f1a] {
    padding: 10px 15px;
}

/*-------------readonly-------*/
.readonly-input[b-ixwuw05f1a] {
    background-color: #dcdcdc; /* xám tối hơn */
    color: #555; /* chữ xám đậm hơn */
    border: 1px solid #bbb; /* viền nhẹ */
    cursor: not-allowed; /* con trỏ không cho nhập */
    opacity: 0.95;
}

</style[b-ixwuw05f1a] >
/* _content/FistWeb/Components/Pages/Quanlydo.razor.rz.scp.css */
<style >
/* =================== RESET =================== */
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    min-height: 100vh;
}
*/
/* =================== FORM CONTAINER =================== */
.form-container[b-atfnub6mw8] {
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    min-width: 310px;
}

/* =================== TABS =================== */
.tabs[b-atfnub6mw8] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.button-add[b-atfnub6mw8] {
    margin-top: 25px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .button-add.active[b-atfnub6mw8] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .button-add[b-atfnub6mw8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .button-add:hover[b-atfnub6mw8] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }

.button-add2[b-atfnub6mw8] {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .button-add2.active[b-atfnub6mw8] {
        background: #007bff;
        color: white;
        font-weight: bold;
    }

    .button-add2[b-atfnub6mw8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .button-add2:hover[b-atfnub6mw8] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        background: green;
    }

.detete2:hover[b-atfnub6mw8] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: red;
}

.tab-btn[b-atfnub6mw8] {
    margin-top: 25px;
    padding: 8px 16px 8px 8px;
    border: 2px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

    .tab-btn.active[b-atfnub6mw8] {
        color: white;
        font-weight: bold;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .tab-btn[b-atfnub6mw8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .tab-btn:hover[b-atfnub6mw8] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
/*------note------*/
.required-label[b-atfnub6mw8]::before {
    content: "* ";
    color: red;
    font-weight: bold;
}
/* =================== TAB CONTENT =================== */
.tab-content[b-atfnub6mw8] {
    display: none;
    /*  padding: 15px;*/
    border-radius: 10px;
    width: 100%;
    height: 100%;
    flex-direction: row;
    gap: 30px;
    /*padding: 30px;*/
    justify-content: space-between;
}

    .tab-content.active[b-atfnub6mw8] {
        /* display: block;*/
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.form-section-left[b-atfnub6mw8] {
    flex: 0 0 60%; /* form chiếm 60% */
}

.form-section-right[b-atfnub6mw8] {
    flex: 0 0 40%; /* ảnh chiếm 40% */
}
/* =================== FORM CONTENT =================== */
.form-content[b-atfnub6mw8] {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 30px;
}

.form-left[b-atfnub6mw8] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

/* =================== FORM GROUP =================== */
.form-group[b-atfnub6mw8] {
    display: grid;
    grid-template-columns: 150px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.form-label[b-atfnub6mw8] {
    font-weight: 600;
    color: white; /*#2c3e50;*/
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}

.form-input[b-atfnub6mw8],
.form-select[b-atfnub6mw8] {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

    .form-input:focus[b-atfnub6mw8],
    .form-select:focus[b-atfnub6mw8] {
        outline: none;
        border-color: #4CAF50;
        background: white;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        transform: translateY(-1px);
    }

.btn[b-atfnub6mw8] {
    padding: 15px 25px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 15px;
}

.btn-option[b-atfnub6mw8] {
    background: #a78c8c;
    color: white;
}

    .btn-option:hover[b-atfnub6mw8] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

.btn-primary[b-atfnub6mw8] {
    background: #007bff;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    margin-top: 20px;
}

    .btn-primary:hover[b-atfnub6mw8] {
        background: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

/* =================== IMAGE SECTION =================== */
.image-section[b-atfnub6mw8] {
    background: #fff8e1;
    border-radius: 14px;
    padding: 20px;
    border: 2px dashed #ffc107;
    text-align: center;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.image-title[b-atfnub6mw8] {
    font-weight: 600;
    color: #ff9800;
    margin-bottom: 20px;
    font-size: 16px;
}

.image-upload-area[b-atfnub6mw8] {
    width: 100%;
    height: 100%;
    background: rgba(255, 193, 7, 0.1);
    border: 2px dashed #ffc107;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .image-upload-area:hover[b-atfnub6mw8] {
        background: rgba(255, 193, 7, 0.2);
        transform: scale(1.02);
    }

.image-upload-icon[b-atfnub6mw8] {
    font-size: 48px;
    color: #ffc107;
    margin-bottom: 10px;
}

.image-upload-text[b-atfnub6mw8] {
    color: #ff9800;
    font-size: 14px;
    font-weight: 500;
}

.image-preview[b-atfnub6mw8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: none;
}

.file-input[b-atfnub6mw8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 768px) {
    .form-content[b-atfnub6mw8] {
        flex-direction: column; /* <-- Sửa lỗi ở đây */
        gap: 20px;
        padding: 20px;
    }

    .form-group[b-atfnub6mw8] {
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: left;
    }

    .form-label[b-atfnub6mw8] {
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .dynamic-item[b-atfnub6mw8] {
        flex-direction: column;
        gap: 10px;
    }
}

/* =================== ANIMATIONS =================== */
@keyframes fadeInUp-b-atfnub6mw8 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn-b-atfnub6mw8 {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-container[b-atfnub6mw8] {
    animation: fadeInUp-b-atfnub6mw8 0.6s ease-out;
}

.form-group[b-atfnub6mw8] {
    animation: slideIn-b-atfnub6mw8 0.5s ease-out;
}

    .form-group:nth-child(1)[b-atfnub6mw8] {
        animation-delay: 0.1s;
    }

    .form-group:nth-child(2)[b-atfnub6mw8] {
        animation-delay: 0.2s;
    }

    .form-group:nth-child(3)[b-atfnub6mw8] {
        animation-delay: 0.3s;
    }

    .form-group:nth-child(4)[b-atfnub6mw8] {
        animation-delay: 0.4s;
    }

    .form-group:nth-child(5)[b-atfnub6mw8] {
        animation-delay: 0.5s;
    }

.dynamic-item[b-atfnub6mw8] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    animation: slideInUp-b-atfnub6mw8 0.4s ease-out;
}

@keyframes slideInUp-b-atfnub6mw8 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dynamic-input[b-atfnub6mw8] {
    flex: 1;
    padding: 10px 14px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 13px;
}

    .dynamic-input:focus[b-atfnub6mw8] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.store-info[b-atfnub6mw8] {
    display: flex;
    justify-content: center; /* căn giữa ngang */
    align-items: center; /* căn giữa dọc */

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
}

    .store-info .tab-btn:hover[b-atfnub6mw8] {
        background: #4CAF50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/*-----------------------css button add--------------------*/
.bi[b-atfnub6mw8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    /*top: -1px;*/
    background-size: cover;
}
/*------------option price--------*/
.New-price[b-atfnub6mw8] {
    display: flex;
    padding: 15px;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    justify-content: space-between;
    border-radius: 5px;
}

.option-itemAdd[b-atfnub6mw8] {
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    background: green;
}

.bi-option[b-atfnub6mw8] {
    font-size: 24px;
    color: white;
    font-weight: bold;
}
/*-----------------------css option--------------------*/
.option-wrapper[b-atfnub6mw8] {
    position: relative;
    display: inline-block;
}

.option-menu[b-atfnub6mw8] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
    min-width: 120px;
    animation: fadeIn-b-atfnub6mw8 0.2s ease-in-out;
}

.option-item[b-atfnub6mw8] {
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
}

    .option-item:hover[b-atfnub6mw8] {
        background: #FFE4E1;
    }

.option-menu.show[b-atfnub6mw8] {
    display: block;
}

@keyframes fadeIn-b-atfnub6mw8 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*---------------------loading---------------*/
.spinner[b-atfnub6mw8] {
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-atfnub6mw8 1s linear infinite;
    margin: 0 auto;
    margin-right: 15px;
}

@keyframes spin-b-atfnub6mw8 {
    to {
        transform: rotate(360deg);
    }
}

.option-itemAdd[b-atfnub6mw8],
.option-itemAdd:focus[b-atfnub6mw8],
.option-itemAdd:active[b-atfnub6mw8] {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*--------biểu đồ---------------*/

.chart-card[b-atfnub6mw8] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 100px);
}

    .chart-card[b-atfnub6mw8]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .chart-card:hover[b-atfnub6mw8] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

.chart-card[b-atfnub6mw8] {
    /* flex: 1 1 50%;*/ /* mỗi card chiếm 50% chiều ngang */
    min-width: 310px; /* để khi màn hình nhỏ thì xuống hàng */
}


.staff-controls[b-atfnub6mw8] {
    display: flex;
    gap: 10px;
}

.staff-header[b-atfnub6mw8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .staff-controls[b-atfnub6mw8] {
        flex: 1 1 100%;
    }
}

.staff-select[b-atfnub6mw8] {
    display: flex;
    gap: 0.5rem; /* khoảng cách giữa 2 select */
    flex-wrap: wrap; /* Cho phép xuống dòng */
}

.card-title[b-atfnub6mw8] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    gap: 10px;
}

.chart-container[b-atfnub6mw8] {
    position: relative;
    height: calc(100vh / 1.4);
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
}

.control-select[b-atfnub6mw8] {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #e0cfcf;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .control-select:focus[b-atfnub6mw8], .control-select:hover[b-atfnub6mw8] {
        border-color: #667eea;
        outline: none;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

#tab3.tab-content[b-atfnub6mw8] {
    height: 100vh;
}

/*++++++++++++++++++++tab2+++++++++++++++++++*/
.option-menutab2[b-atfnub6mw8] {
    padding: 12px 12px 12px 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

    .option-menutab2:focus[b-atfnub6mw8] {
        outline: none;
        border-color: #4CAF50;
        background: white;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        transform: translateY(-1px);
    }

.option-wrappertab2[b-atfnub6mw8] {
    padding: 10px 15px;
}

/*-------------readonly-------*/
.readonly-input[b-atfnub6mw8] {
    background-color: #dcdcdc; /* xám tối hơn */
    color: #555; /* chữ xám đậm hơn */
    border: 1px solid #bbb; /* viền nhẹ */
    cursor: not-allowed; /* con trỏ không cho nhập */
    opacity: 0.95;
}

</style[b-atfnub6mw8] >
