:root {
    --main-menu-height: 54px;
    --report-tabs-height: 54px;
    --fixed-header-height: 108px;
    --sticky-top: 0px;
    --filter-height: 0px;
}

body{
    padding-top: var(--fixed-header-height, 108px);
    padding-bottom: 32px;
}

.main-menu{
    background: #2362a2;
    padding-top: 0;
    padding-bottom: 0;
}
.main-menu .container-fluid{
    padding-right: 0;
}

tbody td{
    color: #686868 !important;
}

.navbar-navitems{
    top: var(--main-menu-height, 54px);
    border-bottom: 1px solid #dbdbdb;
    background-color: white !important;
    z-index: 1026;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.navbar-navitems .container-fluid{
    min-width: 0;
}

.report-tabs{
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.report-tabs__list{
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.report-tabs__list .nav-item{
    flex: 0 0 auto;
}

.report-tabs .nav-link{
    white-space: nowrap;
}

.report-tabs__actions{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.navbar-bottom{
    background-color: white !important;
    border-top: 1px solid #e4e4e4;
}

.add-content{
    top: var(--fixed-header-height, 108px);
    left: 0;
    right: 0;
    position: fixed;
    background-color: white;
    z-index: 1025;
}

.add-content + .container-fluid{
    padding-top: var(--filter-height);
}

.navbar-navitems .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
}
.navbar-navitems .navbar-nav .nav-item:first-child .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link{
    padding-left: 0px;
}

.navbar-navitems .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active{
    font-weight: bold;
    color: #4a4b4b;
}
.main-menu .nav-link.active{
    font-weight: 700;
}

.menu-left{
    min-width: 260px;
}

.menu-brand{
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.menu-brand__title{
    font-size: 0.875rem;
    line-height: 1.1;
}

.menu-brand__office{
    max-width: 360px;
    font-size: 0.75rem;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-center{
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu-right{
    min-width: 360px;
    justify-content: flex-end;
}

.menu-search{
    position: relative;
    width: 520px;
}

.menu-search__input{
    position: relative;
}

.menu-search__icon{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 14px;
    pointer-events: none;
}

.menu-search__input .form-control{
    padding-left: 30px;
    padding-right: 40px;
    background: #fff;
    border: 1px solid #d4d7dd;
    color: #1f2937;
    border-radius: 6px !important;
    height: 34px;
}

.menu-search__input .form-control::-webkit-search-cancel-button{
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.menu-search__input .form-control::placeholder{
    color: #9ca3af;
}

.menu-search__clear{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6b7280;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.menu-search__clear .bi{
    font-size: 12px;
}

.menu-search__clear.is-visible{
    display: inline-flex;
}


.menu-search__panel{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    padding: 10px 0;
    z-index: 1050;
    max-height: 420px;
    overflow-y: auto;
}

.menu-search__section{
    padding: 6px 16px 12px;
    border-top: 1px solid #eef0f4;
}

.menu-search__section:first-child{
    border-top: none;
}

.menu-search__title{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7b8794;
    margin-bottom: 6px;
}

.menu-search__item{
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    color: #1a1f36;
    text-decoration: none;
    transition: background 0.15s ease;
}

.menu-search__item:hover{
    background: #f4f7fb;
    color: #0c2f57;
    border-radius: 3px;
}

.menu-search__item-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.menu-search__item-meta{
    font-size: 12px;
    color: #6b7a90;
}

.menu-search__empty{
    padding: 12px 16px;
    color: #6b7a90;
    font-size: 13px;
}

@media (max-width: 1200px){
    .menu-left{
        min-width: 200px;
    }
    .menu-right{
        min-width: 280px;
    }
    .menu-search{
        width: 240px;
    }
}

.table-main {
    table-layout: fixed;
    width: max-content;
    min-width: 100%;
}


.table-main thead th{
    position: sticky;
    top: var(--sticky-top);
    z-index: 1020;
    color: #2362a2;
    height: 30px;
    background-color: #ecf7ff;
}

@media (max-width: 991px){
    .table-main thead th{
        position: relative;
        top: auto;
    }
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

label.form-label{
    font-size: 13px;
    margin-bottom: 2px;
}

.th-text {
    position: absolute;
    inset: 0;
    padding: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 27px;
}

.statistics-shell {
    padding-bottom: 8px;
}

.statistics-title {
    margin-bottom: 18px;
}

.statistics-nav,
.statistics-panel,
.statistics-table-wrap,
.statistics-filter,
.statistics-summary-card,
.statistics-chart,
.statistics-empty {
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.statistics-nav {
    overflow: hidden;
}

.statistics-nav__header {
    padding: 14px 16px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 1px solid #e5edf5;
}

.statistics-nav__link {
    padding: 14px 16px;
    border: 0;
    border-left: 3px solid transparent;
}

.statistics-nav .list-group-item.active {
    background: #f2f7fc;
    color: #163a5f;
    border-left-color: #2362a2;
    font-weight: 600;
}

.statistics-panel .card-body {
    padding: 20px 22px;
}

.statistics-panel__eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.statistics-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.statistics-counter {
    min-width: 96px;
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    background: #f8fafc;
}

.statistics-counter__label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
}

.statistics-counter__value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #163a5f;
    line-height: 1.1;
}

.statistics-counter__sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #b42318;
}

.statistics-table-wrap {
    background: #fff;
}

.statistics-table {
    margin-bottom: 0;
}

.statistics-table thead th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #475569;
    background: #f8fafc;
    border-bottom-color: #e5edf5;
}

.statistics-table tbody td {
    color: #475569 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.statistics-table__row--selected td {
    background: #eef6ff !important;
}

.statistics-table__row--checked td {
    background: #eaf8ed !important;
}

.statistics-table__row--canceled td {
    background: #fff1f1 !important;
}

.statistics-table__row--checked td:first-child {
    border-left: 3px solid #2f9e44;
}

.statistics-table__row--canceled td:first-child {
    border-left: 3px solid #dc3545;
}

.statistics-table__office {
    min-width: 220px;
    max-width: 280px;
    font-weight: 600;
    color: #1f2937 !important;
    line-height: 1.35;
}

.statistics-table__date {
    min-width: 132px;
}

.statistics-table__change-stats,
.statistics-table__validation-stats {
    min-width: 220px;
}

.statistics-table__kpi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 2px 8px;
    border: 1px solid #dbe4ee;
    border-radius: 6px;
    background: #fff;
}

.statistics-table__kpi--empty {
    border-color: #d9dee6;
    background: #f2f4f7;
}

.statistics-table__kpi-label {
    font-size: 12px;
    color: #64748b;
}

.statistics-table__kpi-value {
    font-weight: 700;
    color: #1f2937;
}

.statistics-table__badges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.statistics-table__badges .badge {
    font-weight: 600;
    padding: 0.4em 0.58em;
}

.statistics-table__contact {
    min-width: 220px;
    max-width: 280px;
}

.statistics-table__email {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.statistics-table__note {
    min-width: 320px;
    max-width: 500px;
    line-height: 1.35;
}

.statistics-note-box {
    max-height: 10.5rem;
    overflow: auto;
    padding: 8px 10px;
    border: 1px solid #dbe4ee;
    border-radius: 6px;
    background: #f8fafc;
    white-space: pre-line;
    line-height: 1.45;
    scrollbar-gutter: stable;
}

.statistics-table__actions {
    position: sticky;
    right: 0;
    z-index: 1;
    background: #fff;
    min-width: 100px;
}

.statistics-table__action-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.statistics-table__action-btn {
    min-width: 118px;
    padding: 0.28rem 0.52rem;
    line-height: 1.2;
    text-align: center;
}

.statistics-table thead .statistics-table__actions {
    z-index: 2;
    background: #f8fafc;
}

.statistics-table__row--selected .statistics-table__actions {
    background: #eef6ff;
}

.statistics-table__row--checked .statistics-table__actions {
    background: #eaf8ed;
}

.statistics-table__row--canceled .statistics-table__actions {
    background: #fff1f1;
}

.statistics-table__row--checked .statistics-note-box {
    border-color: #c8e7cf;
    background: #f4fcf6;
}

.statistics-table__row--canceled .statistics-note-box {
    border-color: #f2c7c7;
    background: #fff7f7;
}

.statistics-internal-notes__thread {
    max-height: 320px;
    overflow: auto;
    margin-bottom: 14px;
    padding: 8px 2px 2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    scrollbar-gutter: stable;
}

.statistics-internal-notes__item {
    display: flex;
    justify-content: flex-end;
}

.statistics-internal-notes__bubble {
    width: min(100%, 520px);
    padding: 10px 12px;
    border: 1px solid #d7eadc;
    border-radius: 8px;
    background: #f4fcf6;
}

.statistics-internal-notes__meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 4px;
}

.statistics-internal-notes__author {
    font-size: 12px;
    font-weight: 600;
    color: #166534;
}

.statistics-internal-notes__date {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
}

.statistics-internal-notes__text {
    white-space: pre-line;
    line-height: 1.45;
    color: #334155;
}

.statistics-internal-notes__empty {
    padding: 10px 12px;
    border: 1px dashed #dbe4ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
}

.statistics-internal-notes__form {
    border-top: 1px solid #e5edf5;
    padding-top: 12px;
}

.statistics-internal-notes__input {
    min-height: 90px;
    resize: vertical;
}

.statistics-internal-notes__form-footer {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.statistics-validation-detail__header {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #e5edf5;
    border-radius: 10px;
    background: #f8fafc;
}

.statistics-validation-detail__section + .statistics-validation-detail__section {
    margin-top: 18px;
}

.statistics-validation-detail__title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.statistics-validation-detail__empty {
    padding: 12px 14px;
    border: 1px dashed #dbe4ee;
    border-radius: 10px;
    background: #f8fafc;
    color: #64748b;
}

.statistics-validation-rule {
    padding: 12px 14px;
    border: 1px solid #e5edf5;
    border-radius: 10px;
    background: #fff;
}

.statistics-validation-rule + .statistics-validation-rule {
    margin-top: 10px;
}

.statistics-validation-rule--failed {
    border-color: #f2c7c7;
    background: #fff8f8;
}

.statistics-validation-rule__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.statistics-validation-rule__message {
    display: block;
    margin-top: 4px;
    color: #475569;
    font-weight: 400;
}

.statistics-validation-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.statistics-validation-values__item {
    padding: 10px 12px;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    background: #f8fafc;
}

.statistics-validation-values__label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.statistics-validation-values__value {
    display: block;
    color: #1f2937;
    word-break: break-word;
}

.statistics-empty {
    background: #f8fafc;
    color: #475569;
}

.statistics-summary-card {
    height: 100%;
    padding: 18px 20px;
    background: #f8fafc;
}

.statistics-summary-card__label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.statistics-summary-card__value {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #163a5f;
}

.statistics-summary-card--danger .statistics-summary-card__value {
    color: #dc2626;
}

.statistics-summary-card--warning .statistics-summary-card__value {
    color: #d97706;
}

.statistics-filter {
    background: #fff;
}

.statistics-filter__body {
    padding: 18px 20px;
}

.statistics-filter__control {
    border-color: #dbe4ee;
    border-radius: 10px;
    min-height: 42px;
}

.statistics-filter__control:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 0.2rem rgba(35, 98, 162, 0.12);
}

.statistics-filter__button {
    min-width: 112px;
}

.statistics-overview {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 160px;
    padding: 10px 4px;
}

.statistics-overview__metric {
    min-width: 220px;
}

.statistics-overview__label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.statistics-overview__value {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #163a5f;
}

.statistics-overview__value span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #64748b;
}

.statistics-overview__divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(219, 228, 238, 0) 0%, #dbe4ee 20%, #dbe4ee 80%, rgba(219, 228, 238, 0) 100%);
}

.statistics-overview__meta {
    max-width: 420px;
}

.statistics-overview__meta-title {
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f2937;
}

.statistics-overview__meta-text {
    color: #64748b;
    line-height: 1.5;
}

.statistics-chart {
    background: #fff;
    padding: 20px 22px;
}

.statistics-line-chart {
    margin-top: 8px;
}

.statistics-line-chart--compact .statistics-line-chart__canvas-wrap {
    height: 260px;
}

.statistics-line-chart__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 12px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.statistics-line-chart__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.statistics-line-chart__legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.statistics-line-chart__legend-dot--saved {
    background: #16a34a;
}

.statistics-line-chart__legend-dot--verified {
    background: #2563eb;
}

.statistics-line-chart__legend-dot--archived {
    background: #64748b;
}

.statistics-line-chart__canvas-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5edf5;
    border-radius: 10px;
    overflow: hidden;
}

.statistics-line-chart__canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.statistics-office-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.statistics-office-list__item {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    line-height: 1.2;
}

.statistics-office-list__item--link {
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.statistics-office-list__item--link:hover {
    background: #eef6ff;
    border-color: #bfdbfe;
    color: #163a5f;
}

@media (max-width: 991px) {
    .statistics-panel__head {
        flex-direction: column;
    }

    .statistics-table__actions {
        position: static;
        min-width: 210px;
    }

    .statistics-overview {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 0;
    }

    .statistics-overview__divider {
        width: 100%;
        height: 1px;
        background: #dbe4ee;
    }

    .statistics-internal-notes__form-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.th-grip{
    width: 16px;
    cursor: col-resize;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 17px;
    margin: auto;
}
.table-main thead th:last-child .th-grip{
    display: none;
}

.table-main thead th.table-actions-head{
    text-align: left;
    vertical-align: middle;
}

.table-reset-widths-btn{
    padding: 0.1rem 0.3rem;
    line-height: 1;
}

.table-reset-widths-btn .bi{
    font-size: 12px;
}

.table-main .table-row td{
    position: relative;
    min-width: 40px;
    font-size: 13px;
}

 .table-main .table-row.tr-selected td{
    background-color: #f2f2f2;
 }

.table-main .table-row{
    position: relative;
}

.table-main .table-row.tr-selected:not(.tr-selected-pair-bottom):not(.tr-selected-pair)::after{
    content: none;
}

.table-main .table-row.tr-selected.tr-selected-pair::after{
    content: none;
}

.js-flash {
    animation: input-flash 0.6s ease;
}

@keyframes input-flash {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.45);
        background-color: rgba(25, 135, 84, 0.12);
    }
    100% {
        box-shadow: 0 0 0 8px rgba(25, 135, 84, 0);
        background-color: transparent;
    }
}

.no-select {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
}

.btn-primary {
    background-color: #2362a2;
    border-color: #2362a2;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1e558f;
    border-color: #1e558f;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #1a4a7c;
    border-color: #1a4a7c;
}

.home-hero {
    padding: 20px 22px;
    background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
    border: 1px solid #dfeaf6;
    border-radius: 12px;
}
.home-hero-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    min-width: 0;
}
.home-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.home-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}
.home-meta-card {
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e6eef7;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}
.home-meta-card .btn {
    margin-top: 6px;
}
.home-meta-card .btn-primary {
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.08);
}
.home-meta-label {
    font-size: 12px;
    color: #6c7a89;
}
.home-meta-value {
    font-weight: 600;
    color: #2362a2;
}
.home-meta-sub {
    font-size: 12px;
    color: #6c7a89;
}
.home-user {
    padding: 12px 14px;
    background: #fbfdff;
    border: 1px solid #e6eef7;
    border-radius: 10px;
}
.home-user-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.home-user-head h3 {
    margin: 0;
    font-size: 1rem;
    color: #1f4f84;
}
.home-user-head-sub {
    font-size: 13px;
    color: #6c7a89;
}
.home-user-plain {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}
.home-user-row {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    padding: 3px 0;
}
.home-user-label {
    font-size: 12px;
    color: #6c7a89;
}
.home-user-value {
    font-weight: 500;
    color: #1f4f84;
    overflow-wrap: anywhere;
}
.home-user-value code {
    color: #1a4a7c;
    background: #eef6ff;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 0.9em;
}
.home-user-sub {
    margin-top: 4px;
    font-size: 12px;
    color: #6c7a89;
    overflow-wrap: anywhere;
}
.home-office {
    padding-top: 8px;
    border-top: 1px solid #e6eef7;
}
.home-office-title {
    font-weight: 500;
    font-size: 13px;
    color: #1f4f84;
    margin-bottom: 4px;
}
.home-office-empty {
    color: #6c7a89;
    font-size: 13px;
}
.home-office-list {
    margin: 0;
    padding-left: 18px;
    display: block;
}
.home-office-list li span {
    color: #1f4f84;
    font-weight: 500;
    line-height: 1.3;
}
.home-office-list li small {
    margin-left: 6px;
    color: #6c7a89;
    font-size: 12px;
}

.home-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.home-toc {
    position: sticky;
    top: 120px;
    align-self: start;
    padding: 14px 16px;
    background: #fbfdff;
    border: 1px solid #e6eef7;
    border-radius: 10px;
}
.home-toc-title {
    font-weight: 600;
    color: #2362a2;
    margin-bottom: 8px;
}
.home-toc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.home-toc-list li + li {
    margin-top: 6px;
}
.home-toc-list a {
    text-decoration: none;
    color: #4a4b4b;
    font-size: 14px;
    display: block;
    padding: 4px 6px;
    border-radius: 6px;
}
.home-toc-list a:hover {
    color: #2362a2;
    background: #eef6ff;
}
.home-logo {
    height: 56px;
    width: auto;
}
.home-logo-sep {
    width: 1px;
    height: 40px;
    background: #c8d7e6;
}
.home-issr-title {
    font-weight: 600;
    color: #2362a2;
}
.home-issr-sub {
    font-size: 13px;
    color: #6c7a89;
}
.home-hero-actions {
    flex-shrink: 0;
    margin-left: auto;
}

.home-sections {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.home-section {
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
    scroll-margin-top: 140px;
}
.home-section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.home-section > :not(.home-section-head) {
    margin-left: 38px;
    margin-top: 6px;
}
.home-section p {
    margin-bottom: 12px;
}
.home-section-kicker {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #eef6ff;
    color: #2362a2;
    border: 1px solid #d6e9fb;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.home-section-head h4 {
    margin: 0;
    line-height: 1.1;
}
.home-list {
    margin-bottom: 0;
    padding-left: 75px
}

@media (max-width: 991px) {
    .home-meta {
        grid-template-columns: 1fr;
    }
    .home-layout {
        grid-template-columns: 1fr;
    }
    .home-toc {
        position: static;
    }
}

@media (max-width: 575px) {
    .home-user-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-user-row {
        grid-template-columns: 1fr;
        gap: 1px;
    }
}

.user-button {
    color: white;
    text-decoration: none;
    font-weight: bold;
    line-height: 54px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: none;
}
.user-button{
    background-color: inherit;
    border: none;
}
.user-button:hover, .user-button:active, .user-button:focus, .user-button:focus-visible, .user-button.btn.show{
    color: white !important;
    background-color: #3077b7 !important;
}

.user-dropdown{
    border-radius: 0px 0px 0px 3px;
    box-shadow: 0 2px 5px #cbcbcb;
    border: none;
    min-width: 320px;
    z-index: 2;
}

.user-dropdown a {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}
.user-dropdown svg {
    height: 19px;
    margin-bottom: 3px;
}
.user-dropdown a:active{
    background-color: #ecf7ff;
    color: #212529;
}


.user-button:after{
    display: none;
}

.user-button svg{
    margin-left: 10px;
    margin-bottom: 3px;
}

.admin-action-button {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    white-space: nowrap;
}

.admin-action-button:hover,
.admin-action-button:focus,
.admin-action-button:active {
    color: #163a5f !important;
    background: #fff !important;
    border-color: #fff !important;
}

.watch-office-search__results {
    max-height: 280px;
    overflow-y: auto;
}

.watch-office-search__results .list-group-item.active {
    background: #eef6ff;
    border-color: #d6e9fb;
    color: #163a5f;
}

.watch-office-search__empty[hidden] {
    display: none !important;
}

.tr-changed td{
    border: none;
    background-color: #f5fbff;
}

.tr-changes td{
    background-color: #f5fbff;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 20px;
}

.tr-verified td{
    background-color: #d8f5d5;
}

.tr-archived td{
    background-color: #f5dfd5;
}
