/**
 * Phong hop khong giay - Theme professional HĐND/UBND xã
 * Patch giao diện: rộng 1900px, phong cách hành chính công quyền, tối ưu TV/PC.
 * Chỉ CSS, không thay đổi dữ liệu, không thay đổi PHP.
 */

:root {
    --ph-navy: #073763;
    --ph-blue: #0b5cab;
    --ph-blue-2: #0f7bdc;
    --ph-sky: #eaf4ff;
    --ph-sky-2: #f7fbff;
    --ph-ink: #062b4f;
    --ph-muted: #64748b;
    --ph-line: #cfe4fb;
    --ph-gold: #f2c94c;
    --ph-red: #b91c1c;
    --ph-green: #16a34a;
    --ph-shadow: 0 14px 36px rgba(7, 55, 99, 0.12);
    --ph-radius: 18px;
    --ph-page: 1900px;
}

html,
body {
    min-height: 100%;
}

body {
    color: var(--ph-ink) !important;
    background:
        radial-gradient(circle at 4% 0%, rgba(21, 128, 219, 0.12) 0, rgba(21, 128, 219, 0) 320px),
        radial-gradient(circle at 96% 2%, rgba(242, 201, 76, 0.12) 0, rgba(242, 201, 76, 0) 280px),
        linear-gradient(180deg, #eaf4ff 0%, #f6fbff 45%, #eef6ff 100%) !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 15px;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0 72%, rgba(11, 92, 171, 0.045) 72% 73%, rgba(255, 255, 255, 0) 73% 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0) 0 78%, rgba(242, 201, 76, 0.08) 78% 79%, rgba(255, 255, 255, 0) 79% 100%);
}

/* Khung toàn site: mở rộng 1900px để chiếu TV/LED và màn hình lớn */
.wraper {
    width: calc(100% - 20px) !important;
    max-width: var(--ph-page) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container {
    width: 100% !important;
    max-width: var(--ph-page) !important;
}

.section-body .wraper,
.section-body .container,
#body {
    max-width: var(--ph-page) !important;
}

#body {
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(207, 228, 251, 0.95);
    border-radius: 0 0 var(--ph-radius) var(--ph-radius);
    box-shadow: var(--ph-shadow);
    padding-bottom: 24px;
}

/* Header công quyền */
.site-banner {
    height: 210px !important;
    padding-bottom: 0 !important;
    background-image:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.78) 0 0.35rem, rgba(255, 255, 255, 0) 0.36rem),
        linear-gradient(125deg, #f8fbff 0%, #e7f3ff 42%, #d7ebff 70%, #f8fbff 100%) !important;
    background-size: cover !important;
    background-position: center !important;
}

.section-header-bar {
    min-height: 40px;
    background: linear-gradient(90deg, #062b4f 0%, #0b5cab 55%, #073763 100%) !important;
    border-bottom: 3px solid var(--ph-gold);
    box-shadow: 0 8px 20px rgba(7, 55, 99, 0.18);
}

.header-nav-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.contactDefault,
.social-icons,
.personalArea {
    color: rgba(255, 255, 255, 0.94) !important;
}

.contactDefault a,
.social-icons a,
.personalArea a,
.contactDefault .fa,
.social-icons .fa,
.personalArea .fa {
    color: #fff !important;
}

.section-header {
    min-height: 148px;
    position: relative;
    overflow: hidden;
}

.section-header::before {
    content: "HỘI ĐỒNG NHÂN DÂN  •  ỦY BAN NHÂN DÂN XÃ";
    position: absolute;
    right: max(24px, calc((100% - var(--ph-page)) / 2 + 24px));
    top: 28px;
    color: rgba(7, 55, 99, 0.1);
    font-weight: 900;
    font-size: 42px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    pointer-events: none;
}

#header {
    min-height: 148px;
    align-items: center !important;
}

#header .logo {
    padding: 18px 0 !important;
    min-width: 520px;
}

#header .logo img,
#header .logo h1,
#header .logo h2,
#header .logo .site_name,
#header .logo .site_description {
    display: none !important;
}

#header .logo a {
    display: grid !important;
    grid-template-columns: 76px auto;
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: center;
    min-height: 82px;
    color: var(--ph-navy) !important;
    text-decoration: none !important;
}

#header .logo a::before {
    content: "";
    grid-row: 1 / span 2;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, var(--ph-blue) 0%, var(--ph-navy) 100%);
    box-shadow: 0 14px 32px rgba(7, 55, 99, 0.25);
}

#header .logo a::after {
    content: "PHÒNG HỌP KHÔNG GIẤY" "\A" "HĐND & UBND XÃ  |  ĐIỀU HÀNH - LƯU TRỮ - BÁO CÁO";
    white-space: pre;
    color: var(--ph-navy);
    font-weight: 900;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 0 #fff;
}

#header .right-ads {
    min-height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--ph-muted);
}

#header .right-ads:empty::after {
    content: "Nền tảng điều hành kỳ họp, phiên họp và hồ sơ điện tử";
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(11, 92, 171, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: var(--ph-navy);
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(7, 55, 99, 0.08);
}

/* Menu chính */
.section-nav {
    margin-top: -10px;
}

.second-nav .container,
.second-nav .row,
.second-nav .bg {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.second-nav .bg,
#menusite .navbar-default,
#navbar_menu {
    border: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    background: linear-gradient(90deg, var(--ph-navy) 0%, var(--ph-blue) 58%, #075399 100%) !important;
    box-shadow: 0 12px 28px rgba(7, 55, 99, 0.18) !important;
}

#menusite .navbar-default {
    min-height: 58px;
}

#menusite .navbar-default .navbar-nav > li,
#navbar_menu li {
    border: 0 !important;
    box-shadow: none !important;
}

#menusite .navbar-default .navbar-nav > li > a,
#navbar_menu a {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    text-transform: none !important;
    text-shadow: none !important;
    padding: 15px 22px !important;
    border-radius: 12px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .open > a,
#navbar_menu li:hover > a,
#navbar_menu li a:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}

#menusite .dropdown-menu,
#navbar_menu ul {
    border: 1px solid rgba(207, 228, 251, 0.95) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(7, 55, 99, 0.20) !important;
    padding: 8px !important;
}

#menusite .dropdown-menu > li,
#navbar_menu ul li {
    border: 0 !important;
}

#menusite .dropdown-menu > li > a,
#navbar_menu ul a {
    color: var(--ph-ink) !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
}

#menusite .dropdown-menu > li > a:hover,
#navbar_menu ul a:hover {
    background: var(--ph-sky) !important;
    color: var(--ph-blue) !important;
}

/* Breadcrumb + Search */
.third-nav {
    margin-bottom: 18px !important;
}

.third-nav .row {
    border: 0 !important;
}

.third-nav .bg {
    background: rgba(255, 255, 255, 0.82) !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid var(--ph-line);
}

.breadcrumbs a,
.show-subs-breadcrumbs {
    background: #edf6ff !important;
    color: var(--ph-navy) !important;
    border: 1px solid rgba(11, 92, 171, 0.12);
    border-radius: 999px !important;
    padding: 9px 16px !important;
    font-weight: 700;
}

.breadcrumbs a::before,
.breadcrumbs a::after,
.show-subs-breadcrumbs::after {
    display: none !important;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
    background: var(--ph-blue) !important;
    color: #fff !important;
}

.headerSearch .form-control {
    height: 42px;
    border-radius: 12px 0 0 12px !important;
    border-color: var(--ph-line) !important;
    box-shadow: none !important;
}

.headerSearch .btn {
    height: 42px;
    border-radius: 0 12px 12px 0 !important;
    border-color: var(--ph-blue) !important;
    background: var(--ph-blue) !important;
}

/* Khối nội dung: card hóa giao diện module */
.section-body section {
    margin-top: 0;
}

#body > .row,
#body > .panel,
#body > .well,
#body > .phbox,
#body > .ph-wrap,
#body > .ph1705,
#body > .ph1706,
#body > .ph1711,
#body > .ph1714,
#body > .ph1716,
#body > .ph1722,
#body > .ph1723,
#body > .ph1724,
#body > .ph1725,
#body > .ph1726,
#body > div[class^="ph"],
#body > div[class*=" ph"] {
    max-width: var(--ph-page) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#body h1,
#body h2,
#body h3,
#body .title {
    color: var(--ph-navy) !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em;
}

.panel,
.well,
.alert,
.table-responsive,
.nv-block-banners,
.ph-card,
.card,
.ph1711panel,
#body > div > div,
#body section > div {
    border-radius: 16px;
}

.panel,
.well,
.ph-card,
.card,
.ph1711panel {
    border-color: var(--ph-line) !important;
    box-shadow: 0 8px 22px rgba(7, 55, 99, 0.08) !important;
}

.table,
#body table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.table > thead > tr > th,
#body table thead th,
#body table tr:first-child th {
    background: #eaf4ff !important;
    color: var(--ph-navy) !important;
    font-weight: 900 !important;
    border-color: var(--ph-line) !important;
}

.table > tbody > tr > td,
#body table td {
    border-color: #e6f0fb !important;
}

/* Nút bấm thống nhất */
.btn,
button,
input[type="submit"],
input[type="button"],
.ph-btn,
.ph1711btn,
.btnx {
    border-radius: 12px !important;
    font-weight: 800 !important;
}

.btn-primary,
.btn-info,
.ph-btn,
.ph1711btn,
.btnx,
#body a.btn,
#body .btn:not(.btn-default) {
    background: var(--ph-blue) !important;
    border-color: var(--ph-blue) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(11, 92, 171, 0.18);
}

.btn-success,
.green,
.ph-btn.green,
.btnx.green {
    background: var(--ph-green) !important;
    border-color: var(--ph-green) !important;
    color: #fff !important;
}

.btn-danger,
.red,
.btnx.red {
    background: var(--ph-red) !important;
    border-color: var(--ph-red) !important;
    color: #fff !important;
}

.btn-warning,
.orange,
.btnx.orange {
    background: #d97706 !important;
    border-color: #d97706 !important;
    color: #fff !important;
}

/* Footer */
.section-footer-top {
    margin-top: 32px;
    background: linear-gradient(135deg, #062b4f 0%, #073763 55%, #05213e 100%) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border-top: 4px solid var(--ph-gold);
}

.section-footer-top a,
.section-footer-bottom a {
    color: #fff !important;
}

.footerNav2,
.section-footer-bottom {
    background: #041d36 !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

/* Màn hình rộng 1900: tận dụng không gian, tránh cảm giác chật */
@media (min-width: 1400px) {
    body {
        font-size: 16px;
    }

    #body {
        padding-left: 18px;
        padding-right: 18px;
    }

    #body .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* Tablet/mobile: tự co về một cột, giữ nhận diện nhưng không vỡ layout */
@media (max-width: 991.98px) {
    .wraper {
        width: calc(100% - 12px) !important;
    }

    .section-header {
        min-height: 110px;
    }

    .section-header::before,
    #header .right-ads {
        display: none !important;
    }

    #header {
        min-height: 110px;
    }

    #header .logo {
        min-width: 0;
        width: 100%;
    }

    #header .logo a {
        grid-template-columns: 54px auto;
        min-height: 62px;
    }

    #header .logo a::before {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    #header .logo a::after {
        font-size: 22px;
        line-height: 1.18;
    }

    #menusite .navbar-default .navbar-nav > li > a,
    #navbar_menu a {
        padding: 12px 14px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .site-banner {
        height: 160px !important;
    }

    #body {
        border-radius: 0 0 14px 14px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .third-nav .bg {
        padding: 10px !important;
    }
}

/* ========================================================================== 
   v1.7.1.17 - Dashboard điều hành compact/professional
   Mục tiêu: gọn, rộng, đọc nhanh, tận dụng màn hình 1900px; giảm chiều cao header,
   sắp xếp dashboard bằng grid, hạn chế cuộn trang quá dài.
   ========================================================================== */

:root {
    --ph-page: 1900px;
    --ph-dashboard-line: #d9e8f8;
    --ph-dashboard-bg: #f4f8fd;
    --ph-dashboard-card: #ffffff;
    --ph-dashboard-blue: #075aa6;
    --ph-dashboard-blue-dark: #073763;
    --ph-dashboard-blue-soft: #eaf4ff;
    --ph-dashboard-green: #0f9f6e;
    --ph-dashboard-gold: #f3c548;
    --ph-dashboard-red: #c2410c;
}

/* 1. Thu gọn header để Dashboard có nhiều diện tích làm việc hơn */
@media (min-width: 1200px) {
    .site-banner {
        height: 158px !important;
    }

    .section-header {
        min-height: 104px !important;
    }

    #header {
        min-height: 104px !important;
    }

    #header .logo {
        padding: 10px 0 !important;
        min-width: 600px !important;
    }

    #header .logo a {
        grid-template-columns: 62px auto !important;
        min-height: 72px !important;
        column-gap: 14px !important;
    }

    #header .logo a::before {
        width: 62px !important;
        height: 62px !important;
        border-radius: 16px !important;
    }

    #header .logo a::after {
        font-size: 28px !important;
        line-height: 1.08 !important;
    }

    .section-header::before {
        top: 18px !important;
        font-size: 34px !important;
        opacity: .85;
    }

    .section-nav {
        margin-top: -6px !important;
    }

    #menusite .navbar-default {
        min-height: 46px !important;
    }

    #menusite .navbar-default .navbar-nav > li > a,
    #navbar_menu a {
        padding: 9px 18px !important;
        line-height: 26px !important;
        font-size: 14px !important;
    }

    .third-nav {
        margin-bottom: 10px !important;
    }

    .third-nav .bg {
        padding: 10px 14px !important;
    }

    .breadcrumbs a,
    .show-subs-breadcrumbs {
        padding: 7px 14px !important;
    }
}

/* 2. Khung body rộng hơn, gọn hơn trên màn hình lớn */
#body {
    padding-top: 12px !important;
    padding-bottom: 18px !important;
}

@media (min-width: 1500px) {
    .wraper,
    .container,
    #body,
    .section-body .wraper,
    .section-body .container {
        max-width: 1900px !important;
    }

    .section-body .wraper {
        width: calc(100% - 28px) !important;
    }
}

/* 3. Dashboard điều hành: bố cục gọn, chuyên nghiệp */
.phonghop-dashboard,
#body .phonghop-dashboard {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 16px !important;
    border: 1px solid var(--ph-dashboard-line) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 2% 0%, rgba(7, 90, 166, .08), transparent 270px),
        linear-gradient(180deg, #ffffff 0%, var(--ph-dashboard-bg) 100%) !important;
    box-shadow: 0 12px 30px rgba(7, 55, 99, .08) !important;
}

.phonghop-dashboard,
.phonghop-dashboard * {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.phonghop-dashboard .fa,
.phonghop-dashboard .fas,
.phonghop-dashboard .far,
.phonghop-dashboard .fab,
.phonghop-dashboard .glyphicon,
.phonghop-dashboard i[class^="fa"],
.phonghop-dashboard i[class*=" fa"] {
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
}

/* Tiêu đề Dashboard */
.phonghop-dashboard > .clearfix:first-of-type,
.phonghop-dashboard .ph-head:first-child {
    display: grid !important;
    grid-template-columns: minmax(260px, auto) 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    margin: 0 0 12px !important;
    border: 1px solid var(--ph-dashboard-line) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 6px 18px rgba(7, 55, 99, .05) !important;
}

.phonghop-dashboard > .clearfix:first-of-type h1,
.phonghop-dashboard h1 {
    margin: 0 !important;
    padding-left: 14px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    color: var(--ph-dashboard-blue-dark) !important;
    letter-spacing: -0.02em !important;
}

.phonghop-dashboard > .clearfix:first-of-type h1::before,
.phonghop-dashboard h1::before {
    width: 5px !important;
    background: linear-gradient(180deg, var(--ph-dashboard-blue), var(--ph-dashboard-green)) !important;
}

.phonghop-dashboard > .clearfix:first-of-type p,
.phonghop-dashboard .text-muted {
    margin: 0 !important;
    text-align: right !important;
    font-size: 13px !important;
    color: #52677f !important;
}

/* Thanh thao tác: gom dạng toolbar, không làm rối màn hình */
.phonghop-dashboard > .clearfix:nth-of-type(2) {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)) !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px !important;
    margin: 0 0 12px !important;
    border: 1px solid var(--ph-dashboard-line) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .88) !important;
    box-shadow: 0 6px 18px rgba(7, 55, 99, .05) !important;
}

.phonghop-dashboard > .clearfix:nth-of-type(2)::before,
.phonghop-dashboard > .clearfix:nth-of-type(2)::after {
    display: none !important;
    content: none !important;
}

.phonghop-dashboard > .clearfix:nth-of-type(2) .btn,
.phonghop-dashboard .btn {
    width: 100% !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-align: center !important;
    white-space: normal !important;
    box-shadow: 0 5px 12px rgba(7, 55, 99, .12) !important;
}

.phonghop-dashboard .btn:hover {
    transform: translateY(-1px) !important;
}

/* 4. Thẻ thống kê: nhiều cột, chiều cao thấp, rõ chỉ số */
.phonghop-dashboard .ph-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
}

@media (min-width: 1500px) {
    .phonghop-dashboard .ph-card-grid {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
}

.phonghop-dashboard .ph-card {
    min-height: 82px !important;
    padding: 12px 14px !important;
    border: 1px solid var(--ph-dashboard-line) !important;
    border-radius: 14px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(7, 90, 166, .10) 0 34px, transparent 35px),
        linear-gradient(145deg, #fff 0%, #f8fbff 100%) !important;
    box-shadow: 0 6px 18px rgba(7, 55, 99, .06) !important;
}

.phonghop-dashboard .ph-card::after {
    display: none !important;
}

.phonghop-dashboard .ph-card-title {
    margin: 0 0 6px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    color: #52677f !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
}

.phonghop-dashboard .ph-card-value {
    margin: 0 !important;
    font-size: 29px !important;
    line-height: 1 !important;
    color: #004b8d !important;
    font-weight: 900 !important;
}

.phonghop-dashboard .ph-card-note {
    margin-top: 6px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    color: #6c7f94 !important;
}

/* 5. Các panel xử lý: giảm chiều cao, có cuộn trong khối để Dashboard gọn */
.phonghop-dashboard .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 12px !important;
}

.phonghop-dashboard .row::before,
.phonghop-dashboard .row::after {
    display: none !important;
    content: none !important;
}

.phonghop-dashboard .row > [class^="col-"],
.phonghop-dashboard .row > [class*=" col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.phonghop-dashboard .ph-panel {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 210px !important;
    margin: 0 !important;
    border: 1px solid var(--ph-dashboard-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(7, 55, 99, .06) !important;
    overflow: hidden !important;
}

.phonghop-dashboard .ph-panel-heading {
    flex: 0 0 auto !important;
    padding: 11px 14px !important;
    border-bottom: 1px solid var(--ph-dashboard-line) !important;
    background: linear-gradient(90deg, #eaf4ff 0%, #f7fbff 100%) !important;
    color: var(--ph-dashboard-blue-dark) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.phonghop-dashboard .ph-panel-body {
    flex: 1 1 auto !important;
    padding: 10px 12px !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
}

.phonghop-dashboard .ph-panel-body::-webkit-scrollbar {
    width: 8px;
}

.phonghop-dashboard .ph-panel-body::-webkit-scrollbar-thumb {
    background: #bfd7ef;
    border-radius: 999px;
}

.phonghop-dashboard .ph-list-item {
    position: relative !important;
    padding: 9px 0 9px 12px !important;
    border-bottom: 1px dashed #d9e8f8 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.phonghop-dashboard .ph-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ph-dashboard-blue);
}

.phonghop-dashboard .ph-list-item a strong {
    color: #005bac !important;
    font-weight: 900 !important;
}

.phonghop-dashboard .ph-muted {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #64748b !important;
}

.phonghop-dashboard .alert {
    margin: 0 !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* 6. Màn hình cực rộng: dàn các panel cân đối hơn, không để khoảng trống xấu */
@media (min-width: 1700px) {
    .phonghop-dashboard .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .phonghop-dashboard .ph-panel {
        min-height: 205px !important;
    }

    .phonghop-dashboard .ph-panel-body {
        max-height: 260px !important;
    }
}

/* 7. TV trình chiếu/thu nhỏ zoom: giữ nội dung rõ nhưng không vỡ */
@media (max-width: 1199px) {
    .phonghop-dashboard {
        padding: 12px !important;
    }

    .phonghop-dashboard > .clearfix:first-of-type {
        grid-template-columns: 1fr !important;
    }

    .phonghop-dashboard > .clearfix:first-of-type p,
    .phonghop-dashboard .text-muted {
        text-align: left !important;
    }

    .phonghop-dashboard .row {
        grid-template-columns: 1fr !important;
    }

    .phonghop-dashboard .ph-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .phonghop-dashboard .ph-card-grid,
    .phonghop-dashboard > .clearfix:nth-of-type(2) {
        grid-template-columns: 1fr !important;
    }

    .phonghop-dashboard h1 {
        font-size: 22px !important;
    }
}

/* =========================================================
 * PUBLIC EXPERIENCE 2026 - PHONG HOP KHONG GIAY
 * Landing page tối giản phần tử NukeViet mặc định, ưu tiên sản phẩm.
 * ========================================================= */
.ph-public-header{background:#fff;border-bottom:1px solid #dbe7f3;position:relative;z-index:40}.ph-public-topline{height:4px;background:linear-gradient(90deg,#0757a6,#0c7ed6 60%,#f0b429)}
.ph-public-brandbar{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ph-public-brand{display:flex;align-items:center;gap:15px;text-decoration:none!important}.ph-public-brand img{max-height:56px;max-width:76px;width:auto}.ph-public-brandcopy{display:flex;flex-direction:column;line-height:1.15}.ph-public-brandcopy strong{font-size:22px;letter-spacing:.2px;color:#073763;font-weight:900}.ph-public-brandcopy em{margin-top:7px;font-style:normal;font-size:11px;letter-spacing:1.15px;color:#52708c;font-weight:700}.ph-public-account{display:flex;align-items:center;justify-content:flex-end}.ph-public-navwrap{background:rgba(7,55,99,.97);box-shadow:0 8px 24px rgba(4,40,75,.12);position:sticky;top:0;z-index:35}.ph-public-nav .container{width:100%;padding:0}.ph-public-nav .bg{box-shadow:none!important;background:transparent!important}.ph-public-navwrap .second-nav{margin:0!important}.ph-public-navwrap .navbar,.ph-public-navwrap .slimmenu{margin-bottom:0}.ph-public-breadcrumbs{margin-top:12px;opacity:.78}.ph-public-breadcrumbs .headerSearch,.ph-public-breadcrumbs .current-time{display:none!important}
.ph-public-body>.wraper,.ph-public-body #body{max-width:1540px!important;width:calc(100% - 28px)!important}.ph-public-body .container{max-width:none}
.ph-public-home{--pub-navy:#052e5b;--pub-blue:#0869d8;--pub-cyan:#00a7d9;--pub-gold:#f6b73c;--pub-ink:#0a2947;--pub-muted:#5d7388;--pub-line:#d9e8f5;--pub-surface:#fff;max-width:1500px;margin:0 auto 50px;color:var(--pub-ink);font-family:Arial,"Helvetica Neue",sans-serif}.ph-public-home *{box-sizing:border-box}.ph-public-home a{text-decoration:none}
.phpub-hero{min-height:510px;border-radius:30px;padding:58px 62px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:48px;align-items:center;background:linear-gradient(125deg,#052d59 0%,#075cae 55%,#0b81cf 100%);box-shadow:0 24px 70px rgba(4,48,94,.22);isolation:isolate}.phpub-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,#000,transparent);z-index:-1}.phpub-glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.45;z-index:-1}.phpub-glow-a{width:420px;height:420px;right:-120px;top:-160px;background:radial-gradient(circle,#36c3ff 0%,rgba(54,195,255,0) 70%)}.phpub-glow-b{width:360px;height:360px;left:38%;bottom:-250px;background:radial-gradient(circle,#f6b73c 0%,rgba(246,183,60,0) 70%)}
.phpub-eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.09);backdrop-filter:blur(8px);color:#dceeff;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:1px}.phpub-hero h1{color:#fff;font-size:54px;line-height:1.06;margin:20px 0 18px;font-weight:900;letter-spacing:-1.8px}.phpub-hero h1 span{color:#9de3ff}.phpub-hero-copy>p{max-width:760px;color:#d6e8f8;font-size:17px;line-height:1.72;margin:0 0 28px}.phpub-actions{display:flex;gap:12px;flex-wrap:wrap}.phpub-btn{display:inline-flex;align-items:center;gap:9px;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:800;transition:.2s ease}.phpub-btn-primary{background:#fff;color:#075cae!important;box-shadow:0 8px 26px rgba(0,0,0,.15)}.phpub-btn-primary:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(0,0,0,.2)}.phpub-btn-ghost{border:1px solid rgba(255,255,255,.34);color:#fff!important;background:rgba(255,255,255,.07)}.phpub-trustrow{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:30px;color:#d9edf9;font-size:12px}.phpub-trustrow i{color:#80e4ae;margin-right:5px}
.phpub-hero-visual{position:relative;height:350px}.phpub-command-card{position:absolute;inset:34px 24px 34px 44px;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.75);border-radius:20px;box-shadow:0 28px 58px rgba(0,24,53,.28);overflow:hidden;animation:phpubFloat 6s ease-in-out infinite}.phpub-command-head{height:48px;background:#f5f9fd;border-bottom:1px solid #dce8f3;display:flex;align-items:center;gap:7px;padding:0 17px}.phpub-command-head span{width:8px;height:8px;border-radius:50%;background:#c7d9e8}.phpub-command-head b{margin-left:8px;font-size:10px;letter-spacing:1.1px;color:#71879b}.phpub-command-main{padding:30px}.phpub-live{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#e8f9ef;color:#087a3a;font-size:11px;font-weight:800}.phpub-live i,.phpub-pulse i{width:8px;height:8px;border-radius:50%;background:#14a956;box-shadow:0 0 0 0 rgba(20,169,86,.45);animation:phpubPulse 1.8s infinite}.phpub-command-main>strong{display:block;font-size:26px;line-height:1.25;color:#073763;margin:16px 0 8px}.phpub-command-main>p{color:#678096}.phpub-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.phpub-mini-stats span{border:1px solid #dbe9f6;border-radius:11px;padding:11px 8px;text-align:center;color:#718397;font-size:10px}.phpub-mini-stats b{display:block;color:#0765bf;font-size:17px;margin-bottom:3px}.phpub-float-card{position:absolute;display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #d9e9f6;border-radius:14px;padding:11px 14px;box-shadow:0 15px 34px rgba(3,40,78,.18);font-size:11px;color:#60768b;z-index:3;animation:phpubFloat 5s ease-in-out infinite reverse}.phpub-float-card i{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#eaf4ff;color:#0b72ce;font-size:16px}.phpub-float-card b{display:block;color:#123a63;font-size:12px}.fc-1{left:2px;bottom:8px}.fc-2{right:0;top:0}.phpub-orbit{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.orbit-1{width:340px;height:340px;right:0;top:5px}.orbit-2{width:270px;height:270px;right:35px;top:40px}
.phpub-highlight-strip{margin:-18px 36px 0;position:relative;z-index:4;background:#fff;border:1px solid #dbe9f6;border-radius:18px;box-shadow:0 14px 35px rgba(7,55,99,.12);display:flex;align-items:center;justify-content:center;padding:16px 20px}.phpub-highlight-strip>div{display:flex;align-items:center;gap:9px;flex:1;justify-content:center}.phpub-highlight-strip b{width:30px;height:30px;border-radius:9px;background:#eaf4ff;color:#0867c4;display:grid;place-items:center;font-size:11px}.phpub-highlight-strip span{font-size:12px;font-weight:800;color:#254967}.phpub-highlight-strip>i{color:#b7cada}
.phpub-section{padding:72px 0 0}.phpub-section-head{text-align:center;max-width:820px;margin:0 auto 32px}.phpub-section-head>span,.phpub-audience-card>span{display:inline-block;color:#0b6bc6;font-size:11px;letter-spacing:1.5px;font-weight:900;margin-bottom:9px}.phpub-section-head h2{font-size:34px;color:#082f58;font-weight:900;letter-spacing:-.6px;margin:0 0 11px}.phpub-section-head p{font-size:15px;color:#637b91;line-height:1.65}.phpub-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.phpub-feature{position:relative;background:#fff;border:1px solid #dce9f5;border-radius:19px;padding:25px 24px 22px;box-shadow:0 8px 24px rgba(7,55,99,.055);transition:.22s ease;overflow:hidden}.phpub-feature:after{content:"";position:absolute;width:95px;height:95px;border-radius:50%;right:-38px;top:-40px;background:var(--accent,#0a6fd1);opacity:.07}.phpub-feature:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(7,55,99,.12);border-color:#b9d6f0}.phpub-feature>i{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 10%,white);color:var(--accent);font-size:20px}.phpub-feature>b{display:block;font-size:18px;color:#10395e;margin:17px 0 8px}.phpub-feature p{color:#657b8e;line-height:1.6;min-height:68px}.phpub-feature small{display:block;border-top:1px solid #edf2f7;padding-top:12px;color:#8294a5;font-family:monospace;font-size:10px}.feature-blue{--accent:#0874d1}.feature-cyan{--accent:#009dbd}.feature-violet{--accent:#7158d8}.feature-green{--accent:#159957}.feature-amber{--accent:#d58b05}.feature-navy{--accent:#173f68}
.phpub-audience{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:62px}.phpub-audience-card{border-radius:22px;padding:30px 32px;min-height:190px;position:relative;overflow:hidden}.phpub-audience-card:after{font-family:FontAwesome;position:absolute;right:24px;bottom:5px;font-size:100px;opacity:.055}.public-view{background:linear-gradient(135deg,#eff8ff,#f9fcff);border:1px solid #cfe6f8}.public-view:after{content:"\f0ac"}.expert-view{background:linear-gradient(135deg,#f0f7ff,#eef4fb);border:1px solid #c9dcec}.expert-view:after{content:"\f085"}.phpub-audience-card h3{font-size:22px;font-weight:900;color:#10385e;margin:4px 0 10px}.phpub-audience-card p{max-width:590px;color:#60788e;line-height:1.65}
.phpub-head-row{max-width:none;text-align:left;display:flex;align-items:end;justify-content:space-between;gap:20px}.phpub-head-row>div:first-child{max-width:760px}.phpub-pulse{display:flex;align-items:center;gap:8px;color:#56728b;font-size:12px;border:1px solid #d9e8f5;background:#fff;border-radius:999px;padding:8px 12px}.phpub-live-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;letter-spacing:1.3px;color:#16834d;margin-bottom:11px}.phpub-live-title i{font-size:8px;animation:phpubBlink 1.4s infinite}.phpub-live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.phpub-live-card{display:block;background:linear-gradient(145deg,#fff,#f8fcff);border:1px solid #cde3f4;border-radius:18px;padding:20px;color:#173b5d!important;box-shadow:0 9px 24px rgba(7,55,99,.07);transition:.2s}.phpub-live-card:hover{transform:translateY(-4px);border-color:#8fc2eb;box-shadow:0 17px 35px rgba(7,55,99,.13)}.phpub-live-top{display:flex;justify-content:space-between;align-items:center}.phpub-live-top span{font-size:11px;font-weight:900;color:#0871ce}.phpub-live-top em{font-style:normal;font-size:10px;font-weight:800;color:#087a3c;background:#e7f8ef;border-radius:999px;padding:5px 8px}.phpub-live-card h3{font-size:18px;line-height:1.4;margin:13px 0;color:#0c355d;font-weight:900}.phpub-live-card dl{margin:0}.phpub-live-card dl>div{display:grid;grid-template-columns:78px 1fr;gap:8px;padding:5px 0;border-bottom:1px dashed #e6eef5}.phpub-live-card dt{font-size:10px;color:#8295a7}.phpub-live-card dd{font-size:11px;color:#4f6980;margin:0}.phpub-live-card>strong{display:inline-block;margin-top:14px;color:#086ac4;font-size:12px}.phpub-meeting-table{background:#fff;border:1px solid #dbe8f4;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(7,55,99,.055)}.phpub-table-head{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid #e3edf6}.phpub-table-head h3{font-size:17px;color:#123b61;margin:0;font-weight:900}.phpub-table-head span{color:#8497a8;font-size:11px}.phpub-table{margin:0!important}.phpub-table thead th{background:#f4f9fd!important;border-bottom:1px solid #dce8f3!important;color:#557087!important;font-size:10px;text-transform:uppercase;letter-spacing:.5px;padding:11px 12px!important}.phpub-table td{padding:12px!important;border-top:1px solid #edf2f6!important;vertical-align:middle!important}.phpub-open{font-weight:800;color:#086bc7!important;white-space:nowrap}
.phpub-workspace{margin-top:10px}.phpub-internal-nav,.phpub-internal-workspace{margin-top:28px}.phpub-workspace .phui-scope-grid{max-width:1100px;margin:0 auto}.phpub-internal-workspace{border-radius:20px!important}.ph-public-home .phui-scope-card{border-radius:18px!important;transition:.2s}.ph-public-home .phui-scope-card:hover{transform:translateY(-3px)}
.fix_banner_left,.fix_banner_right{display:none!important}.ph-public-header .contactDefault,.ph-public-header .social-icons,.right-ads{display:none!important}
@keyframes phpubFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes phpubPulse{0%{box-shadow:0 0 0 0 rgba(20,169,86,.45)}70%{box-shadow:0 0 0 8px rgba(20,169,86,0)}100%{box-shadow:0 0 0 0 rgba(20,169,86,0)}}@keyframes phpubBlink{50%{opacity:.3}}
@media(max-width:1100px){.phpub-hero{grid-template-columns:1fr;padding:44px}.phpub-hero-visual{display:none}.phpub-feature-grid{grid-template-columns:repeat(2,1fr)}.phpub-live-grid{grid-template-columns:repeat(2,1fr)}.phpub-highlight-strip{margin:-14px 20px 0;overflow:auto;justify-content:flex-start}.phpub-highlight-strip>div{min-width:160px}.ph-public-brandcopy strong{font-size:18px}}
@media(max-width:700px){.ph-public-brandbar{height:70px}.ph-public-brandcopy strong{font-size:15px}.ph-public-brandcopy em{display:none}.ph-public-brand img{max-height:42px}.phpub-hero{min-height:auto;padding:34px 24px;border-radius:20px}.phpub-hero h1{font-size:38px}.phpub-hero-copy>p{font-size:15px}.phpub-feature-grid,.phpub-audience,.phpub-live-grid{grid-template-columns:1fr}.phpub-section{padding-top:52px}.phpub-section-head h2{font-size:27px}.phpub-head-row{display:block}.phpub-pulse{margin-top:12px;width:max-content}.phpub-table-head{display:block}.phpub-table-head span{display:block;margin-top:5px}.phpub-meeting-table{overflow-x:auto}.phpub-highlight-strip{margin:-10px 10px 0}.ph-public-body>.wraper,.ph-public-body #body{width:calc(100% - 14px)!important}}
.phpub-js .phpub-reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.phpub-js .phpub-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.phpub-command-card,.phpub-float-card,.phpub-live i,.phpub-pulse i,.phpub-live-title i{animation:none!important}.phpub-js .phpub-reveal{opacity:1;transform:none;transition:none}.phpub-btn,.phpub-feature,.phpub-live-card{transition:none!important}}
