@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /App_Admin/Page_MenuTest.razor.rz.scp.css */
/* /App_NguyenVatLieu/App_ThanhToan/Page_UyNhiemChiQuocTe.razor.rz.scp.css */
*[b-z269ykpzrj] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-z269ykpzrj] {
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
    background: #f5f5f5;
}

.form-container[b-z269ykpzrj] {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header[b-z269ykpzrj] {
    text-align: center;
    margin-bottom: 20px;
}

    .header h2[b-z269ykpzrj] {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .header h3[b-z269ykpzrj] {
        font-size: 14px;
        margin-bottom: 10px;
    }

.ref-date[b-z269ykpzrj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
}

    .ref-date input[b-z269ykpzrj] {
        border: none;
        border-bottom: 1px solid #000;
        padding: 2px 5px;
        background: #fffacd;
    }

.note-box[b-z269ykpzrj] {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 11px;
    border: 1px solid #ccc;
}

    .note-box ol[b-z269ykpzrj] {
        margin-left: 20px;
    }

.section[b-z269ykpzrj] {
    margin-bottom: 25px;
    border: 1px solid #000;
    padding: 15px;
}

.section-title[b-z269ykpzrj] {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

.field-group[b-z269ykpzrj] {
    margin-bottom: 12px;
}

.field-label[b-z269ykpzrj] {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
}

.field-input[b-z269ykpzrj] {
    width: 100%;
    padding: 5px;
    border: 1px solid #999;
    background: #fffacd;
    font-size: 12px;
}

    .field-input:focus[b-z269ykpzrj] {
        outline: 2px solid #4a90e2;
        background: #ffffe0;
    }

.radio-group[b-z269ykpzrj], .checkbox-group[b-z269ykpzrj] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 8px 0;
}

    .radio-group label[b-z269ykpzrj], .checkbox-group label[b-z269ykpzrj] {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        cursor: pointer;
    }

input[type="radio"][b-z269ykpzrj], input[type="checkbox"][b-z269ykpzrj] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.grid-2[b-z269ykpzrj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.amount-section[b-z269ykpzrj] {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .amount-section input[b-z269ykpzrj] {
        flex: 1;
    }

.currency-label[b-z269ykpzrj] {
    font-weight: bold;
    min-width: 50px;
}

.nested-fields[b-z269ykpzrj] {
    margin-left: 25px;
    margin-top: 8px;
}

.signature-section[b-z269ykpzrj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #000;
}

.signature-box[b-z269ykpzrj] {
    text-align: center;
    padding: 15px;
    min-height: 80px;
}

.signature-label[b-z269ykpzrj] {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.signature-sublabel[b-z269ykpzrj] {
    font-size: 10px;
    font-style: italic;
    color: #666;
}

.commitment-text[b-z269ykpzrj] {
    font-size: 11px;
    margin: 20px 0;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fafafa;
}

.print-button[b-z269ykpzrj] {
    background: #4a90e2;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
}

    .print-button:hover[b-z269ykpzrj] {
        background: #357abd;
    }

@media print {
    body[b-z269ykpzrj] {
        padding: 0;
        background: white;
    }

    .form-container[b-z269ykpzrj] {
        box-shadow: none;
        padding: 20px;
    }

    .print-button[b-z269ykpzrj] {
        display: none;
    }
}

.small-text[b-z269ykpzrj] {
    font-size: 10px;
    color: #666;
}

textarea[b-z269ykpzrj] {
    width: 100%;
    padding: 5px;
    border: 1px solid #999;
    background: #fffacd;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    resize: vertical;
}

.inline-field[b-z269ykpzrj] {
    display: inline-block;
    margin-right: 10px;
}

    .inline-field input[b-z269ykpzrj] {
        width: auto;
        min-width: 200px;
    }
/* /App_SanXuat/App_BaoTriMayMoc/Page_BaoTriCommit.razor.rz.scp.css */
*[b-3s37llkqj0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-3s37llkqj0] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px;
}

.demo-header[b-3s37llkqj0] {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

    .demo-header h1[b-3s37llkqj0] {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .demo-header p[b-3s37llkqj0] {
        font-size: 16px;
        opacity: 0.9;
    }

.demo-controls[b-3s37llkqj0] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .demo-controls button[b-3s37llkqj0] {
        padding: 12px 24px;
        background: white;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #667eea;
    }

        .demo-controls button:hover[b-3s37llkqj0] {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .demo-controls button.active[b-3s37llkqj0] {
            background: #667eea;
            color: white;
        }

.stepper-container[b-3s37llkqj0] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 900px;
    margin: 0 auto;
}

/* HORIZONTAL LAYOUT */
.stepper-wrapper.horizontal[b-3s37llkqj0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}

    .stepper-wrapper.horizontal[b-3s37llkqj0]::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 50px;
        right: 50px;
        height: 3px;
        background: #e0e0e0;
        z-index: 0;
    }

    .stepper-wrapper.horizontal .stepper-item[b-3s37llkqj0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 1;
        z-index: 1;
        cursor: pointer;
    }

    .stepper-wrapper.horizontal .step-indicator[b-3s37llkqj0] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stepper-wrapper.horizontal .step-info[b-3s37llkqj0] {
        margin-top: 15px;
        text-align: center;
    }

    .stepper-wrapper.horizontal .progress-bar[b-3s37llkqj0] {
        position: absolute;
        top: 25px;
        left: 50px;
        height: 3px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        transition: width 0.4s ease;
        z-index: 0;
    }

/* VERTICAL LAYOUT */
.stepper-wrapper.vertical[b-3s37llkqj0] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}

    .stepper-wrapper.vertical .stepper-item[b-3s37llkqj0] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        cursor: pointer;
        padding: 15px 0;
    }

    .stepper-wrapper.vertical .step-indicator[b-3s37llkqj0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .stepper-wrapper.vertical .step-connector[b-3s37llkqj0] {
        width: 3px;
        min-height: 40px;
        background: #e0e0e0;
        margin-top: 8px;
        transition: background 0.3s ease;
    }

    .stepper-wrapper.vertical .stepper-item.completed .step-connector[b-3s37llkqj0],
    .stepper-wrapper.vertical .stepper-item.active .step-connector[b-3s37llkqj0] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    .stepper-wrapper.vertical .stepper-item:last-child .step-connector[b-3s37llkqj0] {
        display: none;
    }

    .stepper-wrapper.vertical .step-info[b-3s37llkqj0] {
        flex: 1;
        padding-top: 12px;
    }

/* COMMON STYLES */
.step-circle[b-3s37llkqj0] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

    .step-circle[b-3s37llkqj0]::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid transparent;
        transition: all 0.3s ease;
    }

.stepper-item.active .step-circle[b-3s37llkqj0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

    .stepper-item.active .step-circle[b-3s37llkqj0]::after {
        border-color: #667eea;
        transform: scale(1.2);
    }

.stepper-item.completed .step-circle[b-3s37llkqj0] {
    background: #4caf50;
    color: white;
}

.step-label[b-3s37llkqj0] {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step-description[b-3s37llkqj0] {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.stepper-item.active .step-label[b-3s37llkqj0] {
    color: #667eea;
    font-weight: 700;
}

.stepper-item.completed .step-label[b-3s37llkqj0] {
    color: #4caf50;
}

.step-content[b-3s37llkqj0] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    min-height: 200px;
    margin-bottom: 30px;
}

    .step-content h2[b-3s37llkqj0] {
        color: #333;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .step-content p[b-3s37llkqj0] {
        color: #666;
        line-height: 1.6;
    }

.button-group[b-3s37llkqj0] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .button-group button[b-3s37llkqj0] {
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1;
    }

.btn-prev[b-3s37llkqj0] {
    background: #e0e0e0;
    color: #666;
}

    .btn-prev:hover:not(:disabled)[b-3s37llkqj0] {
        background: #d0d0d0;
        transform: translateY(-2px);
    }

.btn-next[b-3s37llkqj0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .btn-next:hover:not(:disabled)[b-3s37llkqj0] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

.button-group button:disabled[b-3s37llkqj0] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-finish[b-3s37llkqj0] {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    color: white;
}

    .btn-finish:hover[b-3s37llkqj0] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .stepper-wrapper.horizontal[b-3s37llkqj0] {
        flex-direction: column;
    }

        .stepper-wrapper.horizontal[b-3s37llkqj0]::before {
            display: none;
        }

        .stepper-wrapper.horizontal .stepper-item[b-3s37llkqj0] {
            flex-direction: row;
            align-items: flex-start;
            padding: 15px 0;
        }

        .stepper-wrapper.horizontal .step-indicator[b-3s37llkqj0] {
            flex-direction: column;
            margin-right: 20px;
        }

        .stepper-wrapper.horizontal .step-info[b-3s37llkqj0] {
            margin-top: 12px;
            text-align: left;
        }

        .stepper-wrapper.horizontal .step-connector[b-3s37llkqj0] {
            width: 3px;
            min-height: 40px;
            background: #e0e0e0;
            margin-top: 8px;
        }

        .stepper-wrapper.horizontal .stepper-item:last-child .step-connector[b-3s37llkqj0] {
            display: none;
        }

        .stepper-wrapper.horizontal .stepper-item.completed .step-connector[b-3s37llkqj0] {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
}
/* /App_SanXuat/App_BaoTriMayMoc/Page_BaoTriMaster.razor.rz.scp.css */
*[b-6s9gffgd05] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-6s9gffgd05] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
    padding: 20px;
}

.container[b-6s9gffgd05] {
    max-width: 500px;
    margin: 0 auto;
}

.card[b-6s9gffgd05] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover[b-6s9gffgd05] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.card-header[b-6s9gffgd05] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 16px 20px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.header-top[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.title-section[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.equipment-title[b-6s9gffgd05] {
    color: white;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.equipment-code[b-6s9gffgd05] {
    color: #3498db;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.15);
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.header-actions[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.settings-icon[b-6s9gffgd05] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .settings-icon:hover[b-6s9gffgd05] {
        opacity: 1;
    }

.function-label[b-6s9gffgd05] {
    color: #f39c12;
    font-size: 14px;
    font-weight: 500;
}

.status-badge[b-6s9gffgd05] {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

    .status-badge.good[b-6s9gffgd05] {
        background: linear-gradient(135deg, #27ae60, #229954);
        color: white;
        box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
    }

    .status-badge.damaged[b-6s9gffgd05] {
        background: linear-gradient(135deg, #e74c3c, #c0392b);
        color: white;
        box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    }

    .status-badge.confirmed[b-6s9gffgd05] {
        background: linear-gradient(135deg, #3498db, #2980b9);
        color: white;
        box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
    }

    .status-badge:hover[b-6s9gffgd05] {
        transform: scale(1.05);
    }

.status-icon[b-6s9gffgd05] {
    width: 16px;
    height: 16px;
}

.card-body[b-6s9gffgd05] {
    padding: 20px;
}

.info-grid[b-6s9gffgd05] {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.info-item[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.2s ease;
}

    .info-item:hover[b-6s9gffgd05] {
        background: #e9ecef;
    }

.info-icon[b-6s9gffgd05] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .info-icon.creator[b-6s9gffgd05] {
        background: linear-gradient(135deg, #3498db, #2980b9);
    }

    .info-icon.date[b-6s9gffgd05] {
        background: linear-gradient(135deg, #27ae60, #229954);
    }

    .info-icon svg[b-6s9gffgd05] {
        width: 24px;
        height: 24px;
        fill: white;
    }

.info-content[b-6s9gffgd05] {
    flex: 1;
    min-width: 0;
}

.info-label[b-6s9gffgd05] {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.info-value[b-6s9gffgd05] {
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    word-wrap: break-word;
}

.confirm-button[b-6s9gffgd05] {
    width: 100%;
    background: linear-gradient(135deg, #27ae60, #229954);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
   
}

    .confirm-button:hover[b-6s9gffgd05] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4);
    }

    .confirm-button svg[b-6s9gffgd05] {
        width: 18px;
        height: 18px;
        fill: white;
    }

.divider[b-6s9gffgd05] {
    height: 1px;
    background: #dee2e6;
    margin: 16px 0;
}

.measure-section[b-6s9gffgd05] {
    
    border-left: 4px solid #28a745;
    padding: 12px 10px;
    border-radius: 0px;
}
    .measure-section > span[b-6s9gffgd05] {
        white-space: normal;
        word-wrap: break-word; /* Hỗ trợ cho trình duyệt cũ */
        overflow-wrap: break-word; /* Chuẩn hiện nay */
    }
.measure-section-last[b-6s9gffgd05] {
    background: #ebeced;
    border-left: 4px solid #28a745;
    padding: 12px 10px;
    border-radius: 0 0 10px 10px;
}
.measure-label[b-6s9gffgd05] {
    font-size: 11px;
    color: #155724;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.measure-value[b-6s9gffgd05] {
    font-size: 16px;
    color: #155724;
    font-weight: 700;
}

.function-section[b-6s9gffgd05] {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px 16px;
    border-radius: 0px;

}
    .function-section > span[b-6s9gffgd05] {
        white-space: normal;
        word-wrap: break-word; /* Hỗ trợ cho trình duyệt cũ */
        overflow-wrap: break-word; /* Chuẩn hiện nay */
    }
    .dxbl-grid .dxbl-grid-table > thead > tr > td:first-child[b-6s9gffgd05], .dxbl-grid .dxbl-grid-table > thead > tr > th:first-child:not(.dxbl-grid-bordered-left)[b-6s9gffgd05], .dxbl-grid .dxbl-grid-table > tbody > tr > td:first-child[b-6s9gffgd05], .dxbl-grid .dxbl-grid-table > tbody > tr > th:first-child:not(.dxbl-grid-bordered-left)[b-6s9gffgd05], .dxbl-grid .dxbl-grid-table > tfoot > tr > td:first-child[b-6s9gffgd05], .dxbl-grid .dxbl-grid-table > tfoot > tr > th:first-child:not(.dxbl-grid-bordered-left)[b-6s9gffgd05] {
        visibility: collapse;
        display: none !important;
        width: 0 !important;
    }


.function-title[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #856404;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.function-value[b-6s9gffgd05] {
    color: #856404;
    font-size: 14px;
    font-weight: 500;
}

.admin-section[b-6s9gffgd05] {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    padding: 12px 16px;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.admin-info[b-6s9gffgd05] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.admin-avatar[b-6s9gffgd05] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #17a2b8, #138496);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .admin-avatar svg[b-6s9gffgd05] {
        width: 24px;
        height: 24px;
        fill: white;
    }

.admin-details[b-6s9gffgd05] {
    flex: 1;
    min-width: 0;
}

.admin-label[b-6s9gffgd05] {
    font-size: 11px;
    color: #0c5460;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.admin-name[b-6s9gffgd05] {
    font-size: 15px;
    color: #0c5460;
    font-weight: 600;
}

.admin-timestamp[b-6s9gffgd05] {
    font-size: 12px;
    color: #17a2b8;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 480px) {
    body[b-6s9gffgd05] {
        padding: 10px;
    }

    .header-top[b-6s9gffgd05] {
        flex-wrap: wrap;
    }

    .equipment-title[b-6s9gffgd05] {
        font-size: 14px;
    }

    .equipment-code[b-6s9gffgd05] {
        font-size: 12px;
    }

    .admin-section[b-6s9gffgd05] {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-timestamp[b-6s9gffgd05] {
        white-space: normal;
    }
}
/* /App_SanXuat/App_BaoTriMayMoc/Page_SteperBaoTri.razor.rz.scp.css */
.stepper-container[b-c6vvvf2bh4] {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
   
    width: 100%;
    margin: 0 auto;
}

/* HORIZONTAL LAYOUT */
.stepper-wrapper.horizontal[b-c6vvvf2bh4] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}

    .stepper-wrapper.horizontal[b-c6vvvf2bh4]::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 50px;
        right: 50px;
        height: 3px;
        background: #e0e0e0;
        z-index: 0;
    }

    .stepper-wrapper.horizontal .stepper-item[b-c6vvvf2bh4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 1;
        z-index: 1;
        cursor: pointer;
    }

    .stepper-wrapper.horizontal .step-indicator[b-c6vvvf2bh4] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stepper-wrapper.horizontal .step-info[b-c6vvvf2bh4] {
        margin-top: 15px;
        text-align: center;
    }

    .stepper-wrapper.horizontal .progress-bar[b-c6vvvf2bh4] {
        position: absolute;
        top: 25px;
        left: 50px;
        height: 3px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        transition: width 0.4s ease;
        z-index: 0;
        width: 0;
    }

    .stepper-wrapper.horizontal .stepper-item.active ~ .stepper-item[b-c6vvvf2bh4],
    .stepper-wrapper.horizontal .stepper-item.completed ~ .stepper-item[b-c6vvvf2bh4] {
        pointer-events: all;
    }

/* VERTICAL LAYOUT */
.stepper-wrapper.vertical[b-c6vvvf2bh4] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    position: relative;
}

    .stepper-wrapper.vertical .stepper-item[b-c6vvvf2bh4] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
        cursor: pointer;
        padding: 15px 0;
    }

    .stepper-wrapper.vertical .step-indicator[b-c6vvvf2bh4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .stepper-wrapper.vertical .step-connector[b-c6vvvf2bh4] {
        width: 3px;
        height: 100%;
        min-height: 40px;
        background: #e0e0e0;
        margin-top: 8px;
        transition: background 0.3s ease;
    }

    .stepper-wrapper.vertical .stepper-item.completed .step-connector[b-c6vvvf2bh4],
    .stepper-wrapper.vertical .stepper-item.active .step-connector[b-c6vvvf2bh4] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }

    .stepper-wrapper.vertical .step-info[b-c6vvvf2bh4] {
        flex: 1;
        padding-top: 12px;
    }

    .stepper-wrapper.vertical .progress-bar[b-c6vvvf2bh4] {
        display: none;
    }

/* COMMON STYLES */
.step-circle[b-c6vvvf2bh4] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

    .step-circle[b-c6vvvf2bh4]::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid transparent;
        transition: all 0.3s ease;
    }

.stepper-item.active .step-circle[b-c6vvvf2bh4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

    .stepper-item.active .step-circle[b-c6vvvf2bh4]::after {
        border-color: #667eea;
        transform: scale(1.2);
    }

.stepper-item.completed .step-circle[b-c6vvvf2bh4] {
    background: #4caf50;
    color: white;
}

.step-label[b-c6vvvf2bh4] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-description[b-c6vvvf2bh4] {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    text-wrap: auto;
}

.stepper-item.active .step-label[b-c6vvvf2bh4] {
    color: #667eea;
    font-weight: 600;
}

.stepper-item.completed .step-label[b-c6vvvf2bh4] {
    color: #4caf50;
}

.step-content[b-c6vvvf2bh4] {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 5px;
    min-height: 200px;
    margin-bottom: 10px;
}

    .step-content h2[b-c6vvvf2bh4] {
        color: #333;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .step-content p[b-c6vvvf2bh4] {
        color: #666;
        line-height: 1.6;
        text-wrap:auto;
       
    }

.button-group[b-c6vvvf2bh4] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .button-group button[b-c6vvvf2bh4] {
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1;
    }

.btn-prev[b-c6vvvf2bh4] {
    background: #e0e0e0;
    color: #666;
}

    .btn-prev:hover:not(:disabled)[b-c6vvvf2bh4] {
        background: #d0d0d0;
        transform: translateY(-2px);
    }

.btn-next[b-c6vvvf2bh4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .btn-next:hover:not(:disabled)[b-c6vvvf2bh4] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

.button-group button:disabled[b-c6vvvf2bh4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-finish[b-c6vvvf2bh4] {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    color: white;
}

    .btn-finish:hover[b-c6vvvf2bh4] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .stepper-wrapper.horizontal[b-c6vvvf2bh4] {
        flex-direction: column;
    }

        .stepper-wrapper.horizontal[b-c6vvvf2bh4]::before {
            display: none;
        }

        .stepper-wrapper.horizontal .stepper-item[b-c6vvvf2bh4] {
            flex-direction: row;
            align-items: flex-start;
            padding: 15px 0;
        }

        .stepper-wrapper.horizontal .step-indicator[b-c6vvvf2bh4] {
            flex-direction: column;
            margin-right: 20px;
        }

        .stepper-wrapper.horizontal .step-info[b-c6vvvf2bh4] {
            margin-top: 12px;
            text-align: left;
        }

        .stepper-wrapper.horizontal .step-connector[b-c6vvvf2bh4] {
            width: 3px;
            height: 40px;
            background: #e0e0e0;
            margin-top: 8px;
        }

        .stepper-wrapper.horizontal .stepper-item:last-child .step-connector[b-c6vvvf2bh4] {
            display: none;
        }

        .stepper-wrapper.horizontal .stepper-item.completed .step-connector[b-c6vvvf2bh4] {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
}
/* /App_SanXuat/App_BaoTriMayMoc/View_ShowQuyTrinh.razor.rz.scp.css */
body[b-ps1rvza291] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.container[b-ps1rvza291] {
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

h1[b-ps1rvza291] {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    font-size: 2em;
    font-weight: bold;
}

.flowchart[b-ps1rvza291] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.step[b-ps1rvza291] {
    background: #ffffff;
    color: #2d3748;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border: 3px solid #4CAF50;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .step:hover[b-ps1rvza291] {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

.step-number[b-ps1rvza291] {
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: -20px;
    left: 20px;
    border: 3px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step-title[b-ps1rvza291] {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-left: 50px;
    color: #1a202c;
    text-shadow: none;
    text-align: left;
}

.step-content[b-ps1rvza291] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.step-section[b-ps1rvza291] {
    background: #f7fafc;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
}

.section-title[b-ps1rvza291] {
    font-weight: bold;
    margin-bottom: 8px;
    color: #2d3748;
    border-bottom: 3px solid #4CAF50;
    padding-bottom: 5px;
    font-size: 1.5em;
    text-align: left;
}

.section-content[b-ps1rvza291] {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #4a5568;
    font-weight: 500;
    text-align: left;
}

.arrow[b-ps1rvza291] {
    font-size: 2em;
    color: #4CAF50;
    margin: 10px 0;
    animation: bounce-b-ps1rvza291 2s infinite;
}

@keyframes bounce-b-ps1rvza291 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.special-step[b-ps1rvza291] {
    background: #ffffff;
    border: 3px solid #FF6B6B;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

    .special-step:hover[b-ps1rvza291] {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .special-step .step-number[b-ps1rvza291] {
        background: #FF6B6B;
        color: white;
    }

    .special-step .section-title[b-ps1rvza291] {
        border-bottom: 3px solid #FF6B6B;
    }

.info-step[b-ps1rvza291] {
    background: #ffffff;
    border: 3px solid #4ECDC4;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

    .info-step:hover[b-ps1rvza291] {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .info-step .step-number[b-ps1rvza291] {
        background: #4ECDC4;
        color: white;
    }

    .info-step .section-title[b-ps1rvza291] {
        border-bottom: 3px solid #4ECDC4;
    }

@media (max-width: 768px) {
    .step-content[b-ps1rvza291] {
        grid-template-columns: 1fr;
    }

    .container[b-ps1rvza291] {
        padding: 20px;
        margin: 10px;
    }
}
/* /App_SanXuat/App_BaoTriMayMoc/View_ShowTotalMay.razor.rz.scp.css */
.dashboard[b-leggq642is] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.card[b-leggq642is] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card:hover[b-leggq642is] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

.icon[b-leggq642is] {
    font-size: 2.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.content h3[b-leggq642is] {
    font-size: 1rem;
    margin: 0;
}

.content p[b-leggq642is] {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.2rem 0 0;
}

/* Màu theo trạng thái */
.card.total[b-leggq642is] {
    border-left: 6px solid #4caf50;
}

.card.broken[b-leggq642is] {
    border-left: 6px solid #f44336;
}

.card.waiting[b-leggq642is] {
    border-left: 6px solid #ff9800;
}

.card.unassigned[b-leggq642is] {
    border-left: 6px solid #2196f3;
}
/* /App_SanXuat/App_KhoThanhPham/Page_ShowAnhXuatCont.razor.rz.scp.css */
*[b-rmetai2g8c] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-rmetai2g8c] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100vh;
    overflow: hidden;
}

.containerimg[b-rmetai2g8c] {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 20px;
    padding: 20px;
}

.main-view[b-rmetai2g8c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.image-display[b-rmetai2g8c] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

    .image-display img[b-rmetai2g8c] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

        .image-display img:hover[b-rmetai2g8c] {
            transform: scale(1.02);
        }

.controls[b-rmetai2g8c] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.btn[b-rmetai2g8c] {
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-download[b-rmetai2g8c] {
    background: #667eea;
    color: white;
}

    .btn-download:hover[b-rmetai2g8c] {
        background: #5568d3;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

.btn-download-all[b-rmetai2g8c] {
    background: #764ba2;
    color: white;
}

    .btn-download-all:hover[b-rmetai2g8c] {
        background: #653d8b;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(118, 75, 162, 0.4);
    }

.sidebarimg[b-rmetai2g8c] {
    width: 300px;
    background: white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow-y: auto;
}

    .sidebarimg h3[b-rmetai2g8c] {
        margin-bottom: 20px;
        color: #333;
        font-size: 20px;
    }

.thumbnail-list[b-rmetai2g8c] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thumbnail[b-rmetai2g8c] {
    width: 100%;
    max-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
}

    .thumbnail img[b-rmetai2g8c] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumbnail:hover[b-rmetai2g8c] {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .thumbnail.active[b-rmetai2g8c] {
        border-color: #667eea;
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    }

.thumbnail-label[b-rmetai2g8c] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

.no-image[b-rmetai2g8c] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 18px;
}

/* Scrollbar styling */
.sidebarimg[b-rmetai2g8c]::-webkit-scrollbar {
    width: 8px;
}

.sidebarimg[b-rmetai2g8c]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sidebarimg[b-rmetai2g8c]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

    .sidebarimg[b-rmetai2g8c]::-webkit-scrollbar-thumb:hover {
        background: #5568d3;
    }

 /*@media (max-width: 768px) {
    .containerimg {
        flex-direction: column-reverse;
    } 

     .sidebarimg { 
         width: 100%; 
         height: 200px; 
     } 

     .thumbnail-list { 
         flex-direction: column;*//*Vẫn để dạng column đối với màn hình dạng mobile*/ 
         /*overflow-x: auto; 
     } 

     .thumbnail { 
         min-width: 120px; 
         height: 120px; 
     } 
}*/
/* /App_SanXuat/App_QuanLyChung/Page_SoDoTongThe.razor.rz.scp.css */


.card-item[b-ys1c19i941] {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius:12px;
    padding: 8px 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .card-item:hover[b-ys1c19i941] {
        background-color: #E0E0E0;
    }

    .card-item:last-child[b-ys1c19i941] {
        border-bottom: none;
    }

.avatar[b-ys1c19i941] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    font-weight: 600;
    font-size: 20px;
    flex-shrink: 0;
}

.avatar-blue[b-ys1c19i941] {

    background-color: #0066cc;
}

.avatar-green[b-ys1c19i941] {
    background-color: #00aa44;
}

.avatar-purple[b-ys1c19i941] {
    background-color: #7722cc;
}

.avatar-orange[b-ys1c19i941] {
    background-color: #ff8800;
}

.contenta[b-ys1c19i941] {
    flex: 1;
}

.name[b-ys1c19i941] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.timestamp[b-ys1c19i941] {
    font-size: 13px;
    color: #999;
}

.arrow[b-ys1c19i941] {
    color: #ddd;
    font-size: 20px;
}
*[b-ys1c19i941] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ys1c19i941] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}

.containerflex[b-ys1c19i941] {
    display: flex;
    gap: 10px;
}

.sidebarone[b-ys1c19i941] {
    width: 350px;
   
   
    border-radius: 8px;
    padding: 10px;
    color: white;
    transition: width 0.3s ease, opacity 0.3s ease;
    overflow:auto;
}

    .sidebarone.collapsed[b-ys1c19i941] {
        width: 0;
        padding: 0;
        opacity: 0;
    }

.main[b-ys1c19i941] {
    flex: 1;
   
    border-radius: 8px;
    padding: 10px;
    color: white;
    transition: flex 0.3s ease;
    display: flex;
   
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header[b-ys1c19i941] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}



    .toggle-btn:hover[b-ys1c19i941] {
        background-color: #c0392b;
    }

.sidebarone h2[b-ys1c19i941] {
    margin-bottom: 15px;
    font-size: 18px;
}

.sidebarone p[b-ys1c19i941] {
    line-height: 1.6;
    font-size: 14px;
}

.main h1[b-ys1c19i941] {
    font-size: 32px;
    margin-bottom: 10px;
}

.main p[b-ys1c19i941] {
    font-size: 16px;
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-9cx1a1ewp7] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: auto;
    min-height: 0rem;
    color: white;
    background: var(--colorprimary);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-9cx1a1ewp7] {
    outline: none;
    border-radius: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-9cx1a1ewp7] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-9cx1a1ewp7] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-9cx1a1ewp7] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-euv3asrcvt] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-euv3asrcvt] .page-layout,
[b-euv3asrcvt] .page-layout > .dxbl-gridlayout-root,
[b-euv3asrcvt] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}
[b-euv3asrcvt].layout-item.sidebar-scroll {
    max-height: 100vh; /* 100% chiều cao viewport */
    overflow-y: auto; /* bật thanh cuộn dọc nếu vượt */
}
[b-euv3asrcvt] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 767.98px) {
    [b-euv3asrcvt] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-euv3asrcvt] .fit-width {
    max-width: 100%;
}

[b-euv3asrcvt] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-mdgjk940f3] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-mdgjk940f3] {
    display: none;
}

.sidebar.expand[b-mdgjk940f3] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-mdgjk940f3] {
        display: none;
    }

    .sidebar.expand[b-mdgjk940f3] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-mdgjk940f3] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-mdgjk940f3] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container {
    --dxbl-treeview-font-weight: 600;
}          

[b-mdgjk940f3] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn.dxbl-invisible {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-mdgjk940f3] .app-sidebar {
        padding-bottom: 0;
    }
}
