html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

/* Banner lỗi circuit Blazor — phải là CSS toàn cục (không scoped) vì mọi layout đều có #blazor-error-ui;
   nếu chỉ để trong MainLayout.razor.css thì các layout khác sẽ thấy banner luôn hiện dù không có lỗi. */
#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ===================== Lean-Form Modal (CRM) ===================== */
.luna-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(3px);
}

.luna-modal {
    position: fixed;
    z-index: 1056;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.1rem;
    box-shadow: 0 25px 70px -15px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.luna-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, #7e5394, #b999c7);
}

/* Modal rộng cho nội dung dài (sửa dàn ý, phản hồi tài liệu...) */
.luna-modal-wide {
    width: min(1000px, calc(100vw - 2rem));
}

.luna-modal-body {
    padding: 1.25rem;
    overflow-y: auto;
}

.luna-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #f8fafc;
}

/* Card khách hàng + dòng hoạt động: hiệu ứng hover nhẹ */
.luna-customer-card,
.luna-activity-row {
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.luna-customer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -12px rgba(126, 83, 148, 0.35) !important;
}

.luna-activity-row:hover {
    background: rgba(126, 83, 148, 0.05);
    border-radius: 0.5rem;
}

/* Modal full-screen trên mobile cho dễ nhập liệu */
@media (max-width: 575.98px) {
    .luna-modal {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0;
    }
}

.xx-small {
    font-size: 0.72rem;
}

.min-w-0 {
    min-width: 0;
}

/* Thumbnail ảnh đính kèm trong timeline CRM */
.luna-att-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.15s ease;
}

.luna-att-thumb:hover {
    transform: scale(1.05);
}

/* Bọc thumbnail + nút vẽ chú thích góc trên phải */
.luna-att-imgwrap {
    position: relative;
    display: inline-block;
}

.luna-att-draw-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 0.4rem;
    background: rgba(126, 83, 148, 0.9);
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.luna-att-imgwrap:hover .luna-att-draw-btn {
    opacity: 1;
}

/* Hộp kết quả phân tích AI (Luna vision) trong timeline */
.luna-ai-box {
    border-radius: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-left: 3px solid;
}

/* Nội dung note trên dòng thời gian: render HTML (markdown), thu gọn khi quá dài */
.luna-timeline-note > :last-child {
    margin-bottom: 0;
}

/* Thanh tab trên trang chi tiết khách hàng CRM */
.luna-crm-tabs .nav-link {
    border-radius: 2rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.75);
    color: #334155;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.luna-crm-tabs .nav-link.active {
    background: linear-gradient(135deg, #7e5394, #0891b2);
    color: #fff;
    border-color: transparent;
}

.luna-note-collapsed {
    max-height: 7.5em; /* ~5 dòng */
    overflow: hidden;
    position: relative;
}

.luna-note-collapsed::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2em;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.95));
    pointer-events: none;
}

.luna-ai-pending {
    background: rgba(14, 165, 233, 0.08);
    border-left-color: #0ea5e9;
    color: #0369a1;
    display: flex;
    align-items: center;
}

.luna-ai-done {
    background: rgba(126, 83, 148, 0.07);
    border-left-color: #7e5394;
    color: #4c1d95;
}

.luna-ai-failed {
    background: rgba(148, 163, 184, 0.12);
    border-left-color: #94a3b8;
    color: #475569;
}

/* Tiêu đề phân nhóm trong form CRM (Liên hệ / Hạ tầng) */
.luna-form-section-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #7e5394;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0.5rem 0 0.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(126, 83, 148, 0.15);
}

/* ===================== Kanban Pipeline (CRM) ===================== */
.luna-kanban {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    align-items: flex-start;
}

.luna-kanban-col {
    flex: 0 0 280px;
    max-width: 280px;
    background: rgba(241, 245, 249, 0.6);
    border-radius: 0.9rem;
    border: 2px dashed transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 200px);
}

.luna-kanban-col-over {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.5);
}

.luna-kanban-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.85rem;
    background: #fff;
    border-radius: 0.9rem 0.9rem 0 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.luna-kanban-body {
    padding: 0.6rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 80px;
}

.luna-kanban-empty {
    text-align: center;
    color: #94a3b8;
    font-size: 0.78rem;
    padding: 1.2rem 0.5rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.6rem;
}

.luna-kanban-card {
    background: #fff;
    border-radius: 0.6rem;
    padding: 0.6rem 0.7rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: grab;
    border-left: 3px solid #e2e8f0;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.luna-kanban-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -8px rgba(126, 83, 148, 0.35);
}

.luna-kanban-card:active {
    cursor: grabbing;
}

.luna-kanban-card-dragging {
    opacity: 0.5;
}

/* ===================== Ghi chú cá nhân (bookmark câu trả lời Luna) ===================== */
.luna-note-btn {
    color: #946da7;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

.luna-note-btn:hover {
    opacity: 1;
    color: #7e5394;
}

.luna-note-toast {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1060;
    background: linear-gradient(135deg, #7e5394, #946da7);
    color: #fff;
    padding: 0.65rem 1.1rem;
    border-radius: 0.8rem;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.luna-note-toast-link {
    text-decoration: underline;
    font-weight: 600;
}

/* ===================== Ghi chú: bố cục master–detail (3:7) ===================== */
/* Hai cột: trái (3) danh sách, phải (7) chi tiết. Mỗi cột cuộn độc lập, gọn trong một màn hình. */
.luna-notes-split {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 1rem;
    align-items: start;
    height: calc(100vh - 230px);
    min-height: 360px;
}

/* Cột danh sách: cuộn dọc khi nhiều ghi chú. */
.luna-notes-listcol {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* Một mục trong danh sách (dạng nút để có thể click chọn). */
.luna-note-listitem {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background: transparent;
    padding: 0.6rem 0.75rem;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease;
}

.luna-note-listitem:hover {
    background: rgba(126, 83, 148, 0.06);
}

.luna-note-listitem.active {
    background: rgba(126, 83, 148, 0.12);
    border-color: rgba(126, 83, 148, 0.35);
}

.luna-note-listitem-title {
    font-weight: 600;
    font-size: 0.9rem;
}

.luna-note-listitem-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.luna-note-cat {
    background: #7e5394;
}

/* Cột chi tiết: cuộn dọc, nội dung rộng rãi dễ đọc/sửa. */
.luna-notes-detailcol {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.luna-note-detail-content {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

/* Mobile: xếp dọc thành 1 cột, bỏ chiều cao cố định. */
@media (max-width: 767.98px) {
    .luna-notes-split {
        grid-template-columns: 1fr;
        height: auto;
    }

    .luna-notes-listcol {
        height: auto;
        max-height: 40vh;
    }

    .luna-notes-detailcol {
        height: auto;
    }
}




/* ===================== Checklist/Todo ===================== */
.luna-todo-preview {
    max-height: 320px;
    overflow-y: auto;
    background: #fafafa;
}

.luna-todo-row .luna-todo-action {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.luna-todo-row:hover .luna-todo-action {
    opacity: 1;
}

/* ===================== Trình vẽ overlay (Fabric.js) ===================== */
.luna-overlay-editor {
    position: fixed;
    z-index: 1056;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(960px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.1rem;
    box-shadow: 0 25px 70px -15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.luna-overlay-toolbar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #f8fafc;
}

.luna-overlay-toolbar .form-control-color {
    width: 2.2rem;
    padding: 0.1rem;
}

.luna-overlay-canvas-wrap {
    flex: 1 1 auto;
    overflow: auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: repeating-conic-gradient(#f1f5f9 0% 25%, #e2e8f0 0% 50%) 50% / 24px 24px;
}

@media (max-width: 575.98px) {
    .luna-overlay-editor {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0;
    }
}

/* ===== Lịch tổng CRM (month grid) ===== */
.luna-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.luna-cal-head {
    margin-bottom: 4px;
}

.luna-cal-dow {
    text-align: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: #64748b;
    padding: 4px 0;
}

.luna-cal-cell {
    min-height: 96px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    padding: 4px;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
}

.luna-cal-cell:hover {
    background: rgba(126, 83, 148, 0.05);
    box-shadow: inset 0 0 0 1px rgba(126, 83, 148, 0.25);
}

.luna-cal-other {
    background: #f8fafc;
    color: #94a3b8;
}

.luna-cal-other .luna-cal-daynum {
    color: #cbd5e1;
}

.luna-cal-today {
    box-shadow: inset 0 0 0 2px #7e5394;
}

.luna-cal-daynum {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    text-align: right;
    padding: 0 2px;
}

.luna-cal-events {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 2px;
}

.luna-cal-event {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    line-height: 1.1;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.luna-cal-event:hover {
    filter: brightness(1.08);
}

.luna-cal-time {
    font-weight: 700;
    opacity: 0.95;
}

.luna-cal-evtitle {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
    .luna-cal-cell {
        min-height: 64px;
    }

    .luna-cal-evtitle {
        display: none;
    }
}

/* ===== Trang chủ: ô lối tắt (Quick Access) ===== */
.luna-shortcut {
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.luna-shortcut:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px -14px rgba(126, 83, 148, 0.45) !important;
}

.luna-shortcut:hover .vh-heading {
    color: #7e5394 !important;
}



/* Dai bang chu chay: vung 'dang dich' (live) tach khoi ban ghi da chot */
.lt-live-strip{display:flex;align-items:flex-start;gap:.5rem;min-height:2.5rem;padding:.5rem .65rem;border-radius:.55rem;background:linear-gradient(135deg,rgba(126,83,148,.06),rgba(185,153,199,.08));border:1px dashed rgba(126,83,148,.35);}
.lt-live-badge{flex:0 0 auto;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#7e5394;background:rgba(126,83,148,.12);border-radius:.4rem;padding:.15rem .4rem;line-height:1.4;}
.lt-live-text{flex:1 1 auto;font-size:.92rem;color:#6b7280;white-space:pre-wrap;word-break:break-word;}
.lt-live-text .lt-partial{color:#9ca3af;font-style:italic;}

/* ===== Live Translate: styles dung chung khu public + noi bo ===== */
.lt-pair-btn{min-height:44px;}
.lt-live-bar{margin-top:1rem;margin-bottom:1.5rem;padding:1.1rem 1.25rem;border-radius:.9rem;border:1px dashed #cbd5e1;background:#f8fafc;transition:border-color .2s,background .2s;}
.lt-live-bar.lt-live-active{border-color:#b999c7;background:linear-gradient(135deg,rgba(126,83,148,.06),rgba(185,153,199,.08));}
.lt-live-dot{width:.6rem;height:.6rem;border-radius:50%;background:#cbd5e1;display:inline-block;}
.lt-live-dot-on{background:#dc3545;animation:lt-pulse 1.2s ease-in-out infinite;}
@keyframes lt-pulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(220,53,69,.5);}50%{opacity:.5;box-shadow:0 0 0 .35rem rgba(220,53,69,0);}}
.lt-live-box{min-height:4rem;padding:.75rem 1rem;border-radius:.6rem;background:#fff;color:#64748b;font-style:italic;white-space:pre-wrap;border:1px solid #e2e8f0;line-height:1.55;}

/* ===== Che do Hoi thoai (Conversation Mode) — mobile-first, toan man hinh ===== */
.lt-conv-overlay{position:fixed;inset:0;z-index:2000;display:flex;flex-direction:column;background:#0f172a;color:#f8fafc;}
.lt-conv-half{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;overflow:hidden;}
.lt-conv-flipped{transform:rotate(180deg);background:#1e293b;}
.lt-conv-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:.5rem;}
.lt-conv-text{font-size:clamp(1.35rem,5.5vw,2.4rem);font-weight:600;line-height:1.35;text-align:center;word-break:break-word;max-height:100%;overflow:hidden;}
.lt-conv-divider{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.25rem 0;background:#0f172a;}
.lt-conv-controls{position:fixed;bottom:max(1.25rem, env(safe-area-inset-bottom));left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1.5rem;z-index:2001;}
.lt-conv-btn{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;box-shadow:0 6px 20px rgba(0,0,0,.4);}
.lt-conv-btn-main{width:72px;height:72px;font-size:1.7rem;}

/* ===== Full-width cho trang nội bộ =====
   Đa số màn hình người dùng là FHD nên bỏ giới hạn chiều rộng để tận dụng không gian.
   Nhắm các phần tử gốc của trang bên trong <article class="content"> của MainLayout:
   - Bootstrap .container / .container-xl có max-width cố định theo breakpoint.
   - Các div gốc dùng inline style max-width + margin:0 auto để canh giữa.
   Dùng !important để thắng cả inline style. Padding ngang giữ nguyên qua từng trang. */
.content > .container,
.content > .container-sm,
.content > .container-md,
.content > .container-lg,
.content > .container-xl,
.content > .container-xxl,
.content > .container-fluid,
.content > div[style*="max-width"] {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
