/* Page-scoped overrides for the home dashboard light theme. */
body.niki-home-light {
    background-color: #f3f5f8;
    color: #1c2a39;
}

body.niki-home-light .home-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    z-index: 1200;
    background: #0f2a4a;
    border-right: 1px solid #203c5d;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 10px;
    transition: width 0.22s ease, padding 0.22s ease, align-items 0.22s ease;
}

body.niki-home-light .home-sidebar .brand {
    margin-bottom: 8px;
    opacity: 0.95;
    display: flex;
    justify-content: center;
}

body.niki-home-light .home-sidebar .brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

body.niki-home-light .home-sidebar a {
    width: 100%;
    min-height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 10px;
    color: #dbe7f5;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
}

body.niki-home-light .home-sidebar .sidebar-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    transition: opacity 0.18s ease;
}

body.niki-home-light .home-sidebar a:hover {
    background-color: #1f4268;
    color: #ffffff;
}

body.niki-home-light .home-sidebar .sidebar-link.active {
    background-color: #2b5c91;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

body.niki-home-light .home-main-offset {
    margin-left: 220px;
    transition: margin-left 0.22s ease;
}

body.niki-home-light .nav-niki {
    background-color: #ffffff;
    border-color: #d9e2ec;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

body.niki-home-light .home-top-nav {
    min-height: 64px;
    margin-bottom: 14px;
}

body.niki-home-light.pending-layout .data-reports {
    padding-top: 10px;
    width: calc(100vw - 220px - 20px);
    max-width: none;
    margin-right: 10px;
}

body.niki-home-light .home-top-nav .container-fluid {
    min-height: 64px;
}

body.niki-home-light .home-top-nav .navbar-header .navbar-brand {
    height: 64px;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
}

body.niki-home-light .home-top-nav .navbar-brand img,
body.niki-home-light .navbar-header img {
    width: 64px;
    height: 64px;
    margin: 0 !important;
    object-fit: contain;
}

body.niki-home-light .home-top-nav .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 600;
}

body.niki-home-light .home-top-nav .navbar-nav > li > a.nav-context-pill {
    margin: 10px 8px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #e7f3e8 !important;
    border: 1px solid #b9dfbc;
    color: #255f2d !important;
    font-weight: 700;
}

body.niki-home-light .home-top-nav .navbar-nav > li > a.nav-context-pill:hover {
    background: #d9ecd9 !important;
    color: #1f4d26 !important;
}

body.niki-home-light .home-top-nav .navbar-right > li > a {
    font-weight: 600;
}

body.niki-home-light .home-top-nav .navbar-toggle {
    margin-top: 15px;
    border-color: #d9e2ec;
}

body.niki-home-light .home-top-nav .navbar-toggle .icon-bar {
    background-color: #334155;
}

body.niki-home-light .home-top-nav .navbar-collapse {
    border-top-color: #d9e2ec;
}

body.niki-home-light .navbar-nav li a,
body.niki-home-light .links a {
    color: #1f2d3d !important;
}

body.niki-home-light .navbar-nav li.active a,
body.niki-home-light .navbar-nav li a:hover {
    background-color: #eef2f7 !important;
    color: #0f172a !important;
}

body.niki-home-light .version {
    color: #111827;
    background-color: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    margin-top: 0;
}

body.niki-home-light.pending-layout .pending-search-row,
body.niki-home-light.pending-layout .pending-table-row {
    margin-left: 8px;
    margin-right: 8px;
}

body.niki-home-light.pending-layout .pending-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

body.niki-home-light.pending-layout .pending-header-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

body.niki-home-light.pending-layout .pending-search-title {
    font-size: 20px;
    font-weight: 600;
}

body.niki-home-light.pending-layout .pending-items-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

body.niki-home-light.pending-layout .version {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 0;
}

body.niki-home-light.pending-layout .pending-header-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

body.niki-home-light.pending-layout .pending-header-form input[type="date"] {
    min-width: 210px;
}

body.niki-home-light.pending-layout .pending-header-form input[type="submit"] {
    min-width: 160px;
}

body.niki-home-light.pending-layout .pending-search-row .col-sm-12,
body.niki-home-light.pending-layout .pending-table-row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

body.niki-home-light.pending-layout #w {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 12px 10px;
    width: 100%;
}

body.niki-home-light.pending-layout #exampleTemp_wrapper {
    width: 100%;
}

body.niki-home-light.pending-layout #w .dataTables_wrapper {
    overflow-x: visible;
}

body.niki-home-light.pending-layout #exampleTemp {
    width: 100% !important;
}

body.niki-home-light.pending-layout #w .dt-buttons {
    margin-bottom: 10px;
}

body.niki-home-light.pending-layout #w .dt-buttons .dt-button,
body.niki-home-light.pending-layout #w .dt-buttons .buttons-excel {
    background: #1f6feb !important;
    border: 1px solid #1a5dc7 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
}

body.niki-home-light.pending-layout #w .dt-buttons .dt-button:hover,
body.niki-home-light.pending-layout #w .dt-buttons .buttons-excel:hover {
    background: #1b5fcf !important;
    border-color: #184fa8 !important;
    color: #ffffff !important;
}

body.niki-home-light.pending-layout #w .dt-buttons .dt-button:focus,
body.niki-home-light.pending-layout #w .dt-buttons .buttons-excel:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.25) !important;
}

body.niki-home-light .niki_buttons {
    background: #ffffff;
    color: #162130;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

body.niki-home-light .buttonBox :hover {
    background-color: #f8fafc;
}

body.niki-home-light #first:hover .niki_buttons {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

body.niki-home-light #icon {
    color: #1f6feb;
}

body.niki-home-light #data {
    color: #334155;
}

body.niki-home-light .footer {
    background-color: #0f2a4a;
}

/* Keep footer visually centered when sidebar offset is applied */
body.niki-home-light .footer.home-main-offset {
    width: 100vw;
    margin-left: 0;
    left: 0;
}

body.niki-home-light .footer .inc {
    text-align: center;
}

body.niki-home-light .footer .inc h4 {
    margin: 0;
}

/* Public index.html footer only — matches app footer chrome */
body.niki-home-light .footer.niki-public-footer {
    border-top: 1px solid #1a3a5c;
    box-shadow: 0 -6px 20px rgba(15, 42, 74, 0.18);
}

body.niki-home-light .footer.niki-public-footer .inc {
    padding-top: 14px;
    padding-bottom: 14px;
}

body.niki-home-light .footer.niki-public-footer .inc h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.92);
}

body.niki-home-light .niki-index-cards-row {
    margin-top: 22px;
}

body.niki-home-light .niki-index-card-col {
    padding-left: 14px;
    padding-right: 14px;
}

body.niki-home-light .niki-index-card-col .buttonBox {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    body.niki-home-light .home-sidebar {
        width: 64px;
        align-items: center;
        padding: 12px 6px;
    }

    body.niki-home-light .home-main-offset {
        margin-left: 64px;
    }

    body.niki-home-light .footer.home-main-offset {
        width: 100vw;
        margin-left: 0;
    }

    body.niki-home-light .home-sidebar a {
        width: 38px;
        min-height: 38px;
        justify-content: center;
        padding: 0;
        gap: 0;
    }

    body.niki-home-light .home-sidebar .sidebar-label {
        display: none;
    }

    body.niki-home-light.pending-layout .pending-header-row {
        flex-direction: column;
        align-items: stretch;
    }

    body.niki-home-light.pending-layout .data-reports {
        width: auto;
        margin-right: 0;
    }

    body.niki-home-light.pending-layout .pending-header-form {
        width: 100%;
    }

    body.niki-home-light.pending-layout .pending-header-form input[type="date"],
    body.niki-home-light.pending-layout .pending-header-form input[type="submit"] {
        min-width: 0;
        width: 100%;
    }
}


/* Fix for Item.jsp table overflow */
body.niki-home-light.pending-layout #w {
    overflow: hidden !important;
    box-sizing: border-box;
}

body.niki-home-light.pending-layout #item_list_table_wrapper {
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

body.niki-home-light.pending-layout #w .dataTables_wrapper {
    overflow-x: auto !important;
    width: 100%;
    box-sizing: border-box;
}

body.niki-home-light.pending-layout #w .dataTables_scroll {
    overflow-x: auto;
    width: 100% !important;
}

body.niki-home-light.pending-layout #w .dataTables_scrollBody {
    overflow-x: auto !important;
    width: 100% !important;
}

body.niki-home-light #item_list_table_wrapper,
body.niki-home-light #item_list_table tbody tr {
    background-color: #ffffff;
}

body.niki-home-light #item_list_table tbody tr.odd {
    background-color: #f9fafb;
}

body.niki-home-light #item_list_table tbody tr.even {
    background-color: #ffffff;
}

body.niki-home-light #item_list_table thead th,
body.niki-home-light #item_list_table tbody td {
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1.3;
    vertical-align: middle;
    border-color: #e2e8f0;
}

body.niki-home-light #item_list_table thead th {
    background-color: #f1f5f9;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 2px solid #cbd5e1;
}

body.niki-home-light #item_list_table.table-bordered {
    border: 1px solid #e2e8f0;
}

/* Fix left/right padding for DataTable controls */
body.niki-home-light.pending-layout #w .dataTables_wrapper {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* ---------- Create New Item: viewport shell + field heads + bulk accordion ---------- */
html body.niki-home-light.create-item-layout {
    height: 100%;
}

body.niki-home-light.create-item-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
}

body.niki-home-light.create-item-layout .create-item-main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(100vw - 220px - 20px);
    max-width: none;
    margin-right: 10px;
    padding: 12px 20px 8px 20px;
}

body.niki-home-light.create-item-layout .create-item-page-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 14px 20px;
    margin: 0 auto 14px auto;
    max-width: 720px;
    width: 100%;
}

body.niki-home-light.create-item-layout .create-item-page-title {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #0f172a;
}

body.niki-home-light.create-item-layout .create-item-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 8px 16px 8px;
    -webkit-overflow-scrolling: touch;
}

body.niki-home-light.create-item-layout .create-item-card {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 22px 24px 20px 24px;
    margin: 0 auto 16px auto;
    max-width: 720px;
    width: 100%;
}

body.niki-home-light.create-item-layout .create-item-wizard-inner {
    max-width: 42rem;
    width: 100%;
    margin: 0 auto;
}

body.niki-home-light.create-item-layout .create-item-wizard-inner .row {
    margin-left: 0;
    margin-right: 0;
}

body.niki-home-light.create-item-layout .create-item-wizard-inner .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

body.niki-home-light.create-item-layout .create-item-card .form-group {
    margin-bottom: 10px;
}

body.niki-home-light.create-item-layout .create-item-card .form-control {
    height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
}

body.niki-home-light.create-item-layout .field-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

body.niki-home-light.create-item-layout .field-head .control-label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    color: #334155;
}

body.niki-home-light.create-item-layout .field-action {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    border-color: #cbd5e1;
    color: #1f6feb !important;
    background: #f8fafc !important;
}

body.niki-home-light.create-item-layout .field-action:hover {
    background: #e8f0fe !important;
    border-color: #94b8f3;
    color: #1557c7 !important;
}

body.niki-home-light.create-item-layout .create-item-submit-btn {
    min-width: 160px;
    margin: 0;
}

body.niki-home-light.create-item-layout .create-wizard-steps {
    margin: 0 0 14px 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    overflow-x: hidden;
    white-space: nowrap;
}

body.niki-home-light.create-item-layout .create-wizard-steps li {
    list-style: none;
    flex: 0 0 auto;
    padding: 5px 8px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    cursor: pointer;
}

body.niki-home-light.create-item-layout .create-wizard-steps li.completed {
    color: #047857;
    border-color: #6ee7b7;
    background: #ecfdf5;
}

body.niki-home-light.create-item-layout .create-wizard-steps li.active {
    color: #ffffff;
    border-color: #1f6feb;
    background: #1f6feb;
    box-shadow: 0 2px 8px rgba(31, 111, 235, 0.35);
}

body.niki-home-light.create-item-layout .create-wizard-step {
    display: none;
}

body.niki-home-light.create-item-layout .create-wizard-step.active {
    display: block;
}

body.niki-home-light.create-item-layout .create-wizard-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    width: 100%;
}

body.niki-home-light.create-item-layout .create-item-step-hint {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin: 0 0 12px 0;
}

body.niki-home-light.create-item-layout .create-wizard-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.niki-home-light.create-item-layout .create-wizard-btn {
    min-width: 110px;
    margin: 0;
}

body.niki-home-light.create-item-layout .create-wizard-btn-prev {
    margin: 0;
}

body.niki-home-light.create-item-layout .create-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    background: #f8fafc;
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
}

body.niki-home-light.create-item-layout .create-item-bulk-panel {
    border-color: #d9e2ec;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 auto 0 auto;
    max-width: 720px;
    width: 100%;
}

body.niki-home-light.create-item-layout .create-item-bulk-heading {
    background: #f8fafc;
    border-color: #d9e2ec;
    padding: 10px 14px;
}

body.niki-home-light.create-item-layout .create-item-bulk-toggle {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    text-decoration: none;
}

body.niki-home-light.create-item-layout .create-item-bulk-toggle:hover,
body.niki-home-light.create-item-layout .create-item-bulk-toggle:focus {
    color: #0f172a;
    text-decoration: none;
}

body.niki-home-light.create-item-layout .create-item-bulk-chevron {
    margin-right: 6px;
    transition: transform 0.2s ease;
    font-size: 12px;
    color: #64748b;
}

body.niki-home-light.create-item-layout .create-item-bulk-toggle.collapsed .create-item-bulk-chevron {
    transform: rotate(-90deg);
}

body.niki-home-light.create-item-layout .create-item-bulk-toggle:not(.collapsed) .create-item-bulk-chevron {
    transform: rotate(0deg);
}

body.niki-home-light.create-item-layout .create-item-bulk-hint {
    margin-bottom: 10px;
    font-size: 12px;
}

body.niki-home-light.create-item-layout .create-item-excel-table-wrap {
    margin-top: 10px;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

body.niki-home-light.create-item-layout .create-item-excel-table {
    margin-bottom: 0;
}

body.niki-home-light.create-item-layout .footer {
    flex-shrink: 0;
    margin-top: auto;
}

@media (max-width: 767px) {
    body.niki-home-light.create-item-layout {
        max-height: none;
        overflow: auto;
    }

    body.niki-home-light.create-item-layout .create-item-main {
        width: auto;
        margin-right: 0;
        padding: 8px 10px 8px 10px;
    }

    body.niki-home-light.create-item-layout .create-item-scroll {
        overflow: visible;
    }

    body.niki-home-light.create-item-layout .create-review-grid {
        grid-template-columns: 1fr;
    }

    body.niki-home-light.create-item-layout .home-top-nav {
        margin-bottom: 8px;
    }

    body.niki-home-light.create-item-layout .home-top-nav .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    body.niki-home-light.create-item-layout .create-item-page-header {
        max-width: 100%;
        padding: 10px 12px;
        margin-bottom: 10px;
    }

    body.niki-home-light.create-item-layout .create-item-page-title {
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    body.niki-home-light.create-item-layout .create-item-card {
        max-width: 100%;
        padding: 12px;
        margin-bottom: 10px;
    }

    body.niki-home-light.create-item-layout .create-item-wizard-inner {
        max-width: 100%;
    }

    body.niki-home-light.create-item-layout .create-wizard-steps {
        display: none;
    }

    body.niki-home-light.create-item-layout .create-item-step-hint {
        margin-bottom: 10px;
        font-size: 12px;
    }

    body.niki-home-light.create-item-layout .create-item-card .form-control {
        height: 40px;
    }

    body.niki-home-light.create-item-layout .field-action {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
    }

    body.niki-home-light.create-item-layout .create-wizard-nav {
        position: sticky;
        bottom: 0;
        z-index: 10;
        background: #ffffff;
        border: 1px solid #d9e2ec;
        border-radius: 8px;
        padding: 8px;
        margin-top: 12px;
    }

    body.niki-home-light.create-item-layout .create-wizard-nav-actions {
        width: 50%;
        justify-content: flex-end;
    }

    body.niki-home-light.create-item-layout .create-wizard-btn-prev {
        width: 48%;
        min-height: 40px;
    }

    body.niki-home-light.create-item-layout .create-wizard-nav-actions .create-wizard-btn,
    body.niki-home-light.create-item-layout .create-wizard-nav-actions .create-item-submit-btn {
        width: 100%;
        min-height: 40px;
        min-width: 0;
    }

    body.niki-home-light.create-item-layout .create-item-bulk-panel {
        max-width: 100%;
        margin-top: 10px;
    }
}

body.niki-home-light .validated-items-pill {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

body.niki-home-light.pending-layout .pending-header-actions {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

body.niki-home-light .rhia-filter-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

body.niki-home-light .rhia-filter-form input[type="text"] {
    width: 160px;
}

body.niki-home-light .rhia-filter-form select {
    width: 140px;
}

body.niki-home-light .rhia-filter-form .rhia-filter-submit {
    min-width: 88px;
}

/* Public export (ItemExport.jsp) — no sidebar */
body.niki-home-light.export-layout .export-main.data-reports {
    width: auto;
    max-width: 1200px;
    margin: 0 auto 40px;
}

body.niki-home-light.export-layout .export-card {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
    padding: 14px 14px;
    margin: 14px 0;
}

body.niki-home-light.export-layout .export-filter-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.niki-home-light.export-layout .export-filter-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

body.niki-home-light.export-layout .export-filter-sub {
    font-weight: 700;
    color: #64748b;
}

body.niki-home-light.export-layout .export-filter-form {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr 1.4fr auto;
    gap: 10px;
    align-items: center;
}

body.niki-home-light.export-layout .export-filter-form .form-control {
    width: 100%;
    min-width: 0;
}

body.niki-home-light.export-layout .export-filter-submit {
    min-width: 110px;
    font-weight: 700;
    border-radius: 8px;
    padding: 9px 16px;
    height: 38px;
}

body.niki-home-light.export-layout .export-table-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 2px 0 10px;
}

body.niki-home-light.export-layout .export-w {
    /* Let pending-layout #w styling lead. */
    overflow: hidden;
}

body.niki-home-light.export-layout .export-w .dt-buttons {
    margin-bottom: 10px;
}

body.niki-home-light.export-layout .export-w .dt-buttons .dt-button {
    background: #1f6feb !important;
    border: 1px solid #1a5dc7 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
}

body.niki-home-light.export-layout .export-w .dt-buttons .dt-button:hover {
    background: #1b5fcf !important;
    border-color: #184fa8 !important;
}

body.niki-home-light.export-layout .export-w .dataTables_wrapper {
    overflow-x: auto;
    width: 100%;
}

@media (max-width: 767px) {
    body.niki-home-light.pending-layout .pending-header-actions {
        width: 100%;
        justify-content: stretch;
    }

    body.niki-home-light .validated-items-pill {
        width: 100%;
        white-space: normal;
        text-align: left;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    body.niki-home-light .rhia-filter-form {
        width: 100%;
        flex-wrap: wrap;
        align-items: stretch;
    }

    body.niki-home-light .rhia-filter-form input[type="text"],
    body.niki-home-light .rhia-filter-form select,
    body.niki-home-light .rhia-filter-form .rhia-filter-submit {
        width: 100%;
        min-width: 0;
    }

    body.niki-home-light.export-layout .export-filter-form .form-control,
    body.niki-home-light.export-layout .export-filter-form .export-filter-submit {
        width: 100%;
        min-width: 0;
    }

    body.niki-home-light.export-layout .export-filter-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}
