html, body {
    font-family: Candara, "Segoe UI", "Trebuchet MS", sans-serif;
    background-color: #eef3f7;
    color: #163047;
    max-width: 100%;
    overflow-x: clip;
}

a, .btn-link {
    color: #136187;
}

.btn-primary {
    color: #fff;
    background-color: #136187;
    border-color: #115673;
}

.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;
    min-width: 0;
    max-width: 100%;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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;
}

.hero-card {
    display: grid;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(19, 97, 135, 0.12), transparent 24%),
        linear-gradient(135deg, #eef7fb 0%, #ffffff 58%, #f3efe6 100%);
    border: 1px solid #d7e1f1;
}

.hero-copy {
    max-width: 58rem;
    color: #4d6078;
    margin-bottom: 0;
}

.hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 700;
    color: #8d5b19;
    margin-bottom: 0.5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.publish-stamp {
    min-width: 240px;
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(19, 97, 135, 0.12);
    box-shadow: 0 14px 30px rgba(20, 47, 71, 0.08);
}

.publish-stamp-label {
    color: #7b8ca0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.publish-stamp-value {
    color: #132d4d;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.publish-stamp-value--secondary {
    color: #52677f;
    font-size: 0.9rem;
    font-weight: 600;
}

.dashboard-card {
    min-width: 0;
    max-width: 100%;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #dfe6f1;
    background: #fff;
    box-shadow: 0 14px 35px rgba(33, 52, 79, 0.08);
}

@supports selector(:has(*)) {
    @media (min-width: 768px) {
        .row:has(> :nth-child(3)):has(.dashboard-card) {
            margin-right: 0;
            margin-left: 0;
        }

        .row:has(> :nth-child(3)):has(.dashboard-card):not(:has(.responsive-table-container)) {
            display: block;
            columns: 26rem;
            column-gap: 1.5rem;
        }

        .row:has(> :nth-child(3)):has(.dashboard-card):has(.responsive-table-container) {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
            grid-auto-flow: dense;
            gap: 1.5rem;
            align-items: start;
        }

        .row:has(> :nth-child(3)):has(.dashboard-card) > [class*="col-"],
        .row:has(> :nth-child(3)):has(.dashboard-card) > [class*="col-"] > .d-flex.flex-column {
            display: contents !important;
        }

        .row:has(> :nth-child(3)):has(.dashboard-card) .dashboard-card {
            display: inline-block;
            width: 100%;
            margin: 0 0 1.5rem !important;
            break-inside: avoid;
        }

        .row:has(> :nth-child(3)):has(.dashboard-card):has(.responsive-table-container) .dashboard-card {
            margin: 0 !important;
        }
    }

    @media (min-width: 1200px) {
        .row:has(> :nth-child(3)):has(.dashboard-card):has(.responsive-table-container) .dashboard-card:has(.responsive-table-container) {
            grid-column: span 2;
        }
    }
}

.auth-shell {
    min-height: calc(100vh - 12rem);
    display: grid;
    place-items: center;
}

.auth-card {
    width: min(100%, 680px);
    padding: 2rem;
    border-radius: 1.25rem;
    border: 1px solid #dfe6f1;
    background: #fff;
    box-shadow: 0 18px 45px rgba(33, 52, 79, 0.12);
}

.stat-label {
    color: #5b6d83;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #132d4d;
}

.hero-card--admin {
    gap: 1.75rem;
}

.hero-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.hero-meta-item {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(19, 97, 135, 0.08);
}

.hero-meta-label {
    color: #7c8ca0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-meta-value {
    color: #163047;
    font-weight: 600;
}

.admin-metric-card {
    height: 100%;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #dce6ef;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 47, 71, 0.08);
}

.admin-metric-card--accent {
    background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
}

.admin-metric-card--success {
    background: linear-gradient(180deg, #ffffff 0%, #eef9f2 100%);
}

.admin-metric-card--warning {
    background: linear-gradient(180deg, #ffffff 0%, #fff7e9 100%);
}

.admin-metric-card--danger {
    background: linear-gradient(180deg, #ffffff 0%, #fff0ef 100%);
}

.admin-metric-label {
    color: #71849b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.admin-metric-value {
    font-size: 2rem;
    font-weight: 700;
    color: #102b43;
    line-height: 1;
}

.admin-metric-help {
    color: #5e738b;
    font-size: 0.92rem;
}

.admin-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.admin-status-badge--neutral {
    background: #eef3f7;
    color: #466079;
}

.admin-status-badge--success {
    background: #e9f7ef;
    color: #1d6a41;
}

.admin-status-badge--warning {
    background: #fff4df;
    color: #8a5a14;
}

.admin-status-badge--danger {
    background: #fdecec;
    color: #a23a36;
}

.admin-status-badge--info {
    background: #eaf3fb;
    color: #1d5e91;
}

.admin-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-section-subtitle {
    color: #73859b;
    font-size: 0.92rem;
}

.table-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.table-toolbar .form-control,
.table-toolbar .form-select {
    min-width: 180px;
}

.table {
    border-collapse: collapse;
    border-radius: 0.75rem;
    overflow: hidden;
}

.admin-table {
    --bs-table-bg: transparent;
    margin-bottom: 0;
}

.table-responsive {
    max-width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #dce6ef;
    background: #fff;
}

.responsive-table-container {
    container-type: inline-size;
    min-width: 0;
    max-width: 100%;
}

.table > thead > tr > th,
.table-responsive .table > thead > tr > th,
.admin-table > thead > tr > th {
    background: #163047;
    color: #fff;
    border-bottom: 0;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 1rem;
    white-space: nowrap;
}

.table > tbody > tr:nth-child(even),
.table-responsive .table > tbody > tr:nth-child(even),
.admin-table > tbody > tr:nth-child(even) {
    --bs-table-bg: #f6f9fb;
}

.table > tbody > tr:hover,
.table-responsive .table > tbody > tr:hover,
.admin-table > tbody > tr:hover {
    --bs-table-bg: #eef6fa;
}

.admin-table tbody tr td {
    padding: 0.95rem 1rem;
    vertical-align: middle;
}

.table > tbody > tr > td,
.table-responsive .table > tbody > tr > td {
    vertical-align: middle;
}

.table-primary-text {
    font-weight: 700;
    color: #132d4d;
}

.table-secondary-text {
    color: #6d8196;
    font-size: 0.92rem;
}

.role-pill {
    display: inline-flex;
    align-items: center;
    margin: 0 0.35rem 0.35rem 0;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #eef4f8;
    color: #21435f;
    font-size: 0.78rem;
    font-weight: 700;
}

.selection-panel {
    display: grid;
    gap: 0.65rem;
    max-height: 260px;
    overflow-y: auto;
    padding: 0.85rem;
    border-radius: 1rem;
    border: 1px solid #dce5ee;
    background: #f8fbfd;
}

.selection-panel-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    background: white;
    border: 1px solid #e5ecf2;
}

.selection-panel-item span {
    display: grid;
    gap: 0.2rem;
}

.selection-panel-item small {
    color: #708297;
}

.stack-list {
    display: grid;
    gap: 0.9rem;
}

.stack-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #ebf0f4;
}

.stack-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.timeline-list {
    display: grid;
    gap: 0.85rem;
}

.timeline-item {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: #f7fafc;
    border: 1px solid #e2e9f0;
}

.timeline-item-head,
.timeline-item-body {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.timeline-item-body {
    margin-top: 0.5rem;
    align-items: flex-start;
    font-size: 0.92rem;
}

.public-shell {
    min-height: 100vh;
    padding: 3rem 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(19, 97, 135, 0.16), transparent 22%),
        linear-gradient(180deg, #f5f9fc 0%, #edf3f6 100%);
}

.public-hero {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(19, 97, 135, 0.1);
    box-shadow: 0 22px 55px rgba(19, 48, 71, 0.1);
}

.public-grid {
    max-width: 980px;
    margin: 1.5rem auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.field-hint {
    display: block;
    margin-top: 0.35rem;
    color: #5d7385;
    font-size: 0.84rem;
    line-height: 1.45;
}

.field-hint code {
    font-size: 0.8rem;
}

.row,
.row > *,
.dashboard-card > *,
.admin-section-header > *,
.table-toolbar,
.table-toolbar > *,
.hero-card,
.hero-card > * {
    min-width: 0;
}

.dashboard-card,
.admin-metric-card,
.hero-card,
.table-primary-text,
.table-secondary-text,
.admin-section-subtitle {
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .hero-header,
    .admin-section-header,
    .timeline-item-head,
    .timeline-item-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-card,
    .public-hero {
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .responsive-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .responsive-table,
    .table-responsive .responsive-table,
    .admin-table.responsive-table {
        display: block;
        width: 100%;
        border-radius: 0;
        border-spacing: 0;
        background: transparent;
    }

    .responsive-table > thead,
    .table-responsive .responsive-table > thead,
    .admin-table.responsive-table > thead {
        display: none;
    }

    .responsive-table > tbody,
    .responsive-table > tbody > tr,
    .responsive-table > tbody > tr > td,
    .table-responsive .responsive-table > tbody,
    .table-responsive .responsive-table > tbody > tr,
    .table-responsive .responsive-table > tbody > tr > td,
    .admin-table.responsive-table > tbody,
    .admin-table.responsive-table > tbody > tr,
    .admin-table.responsive-table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .responsive-table > tbody,
    .table-responsive .responsive-table > tbody,
    .admin-table.responsive-table > tbody {
        border-radius: 0.75rem;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 47, 71, 0.08);
    }

    .responsive-table > tbody > tr,
    .table-responsive .responsive-table > tbody > tr,
    .admin-table.responsive-table > tbody > tr {
        height: auto;
        padding: 2rem 0;
        border-bottom: 1px solid #e5ecf2;
    }

    .responsive-table > tbody > tr:last-child,
    .table-responsive .responsive-table > tbody > tr:last-child,
    .admin-table.responsive-table > tbody > tr:last-child {
        border-bottom: 0;
    }

    .responsive-table > tbody > tr:nth-child(even),
    .table-responsive .responsive-table > tbody > tr:nth-child(even),
    .admin-table.responsive-table > tbody > tr:nth-child(even),
    .responsive-table > tbody > tr:hover,
    .table-responsive .responsive-table > tbody > tr:hover,
    .admin-table.responsive-table > tbody > tr:hover {
        --bs-table-bg: transparent;
    }

    .responsive-table > tbody > tr > td,
    .table-responsive .responsive-table > tbody > tr > td,
    .admin-table.responsive-table > tbody > tr > td {
        position: relative;
        min-width: 0;
        min-height: 1.25rem;
        margin-bottom: 1.35rem;
        padding: 0 1.2rem 0 40% !important;
        border-bottom: 0;
        color: #52677f;
        font-size: 0.92rem;
        line-height: 1.35;
        text-align: start !important;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .responsive-table > tbody > tr > td:last-child,
    .table-responsive .responsive-table > tbody > tr > td:last-child,
    .admin-table.responsive-table > tbody > tr > td:last-child {
        margin-bottom: 0;
    }

    .responsive-table > tbody > tr > td::before,
    .table-responsive .responsive-table > tbody > tr > td::before,
    .admin-table.responsive-table > tbody > tr > td::before {
        content: attr(data-label);
        position: absolute;
        top: 0.05rem;
        left: 1.2rem;
        width: calc(40% - 1.8rem);
        min-width: 0;
        color: #708297;
        font-size: 0.86rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.25;
        text-transform: none;
        overflow-wrap: anywhere;
    }

    .responsive-table > tbody > tr > td[colspan],
    .table-responsive .responsive-table > tbody > tr > td[colspan],
    .admin-table.responsive-table > tbody > tr > td[colspan] {
        display: block;
        padding: 0 1.2rem !important;
    }

    .responsive-table > tbody > tr > td[colspan]::before,
    .table-responsive .responsive-table > tbody > tr > td[colspan]::before,
    .admin-table.responsive-table > tbody > tr > td[colspan]::before {
        content: none;
    }

    .table-responsive .responsive-table .btn,
    .admin-table.responsive-table .btn {
        margin-bottom: 0.35rem;
        white-space: normal;
    }
}

@container (max-width: 44rem) {
    .responsive-table,
    .table-responsive .responsive-table,
    .admin-table.responsive-table {
        display: block;
        width: 100%;
        border-radius: 0;
        border-spacing: 0;
        background: transparent;
    }

    .responsive-table > thead,
    .table-responsive .responsive-table > thead,
    .admin-table.responsive-table > thead {
        display: none;
    }

    .responsive-table > tbody,
    .responsive-table > tbody > tr,
    .responsive-table > tbody > tr > td,
    .table-responsive .responsive-table > tbody,
    .table-responsive .responsive-table > tbody > tr,
    .table-responsive .responsive-table > tbody > tr > td,
    .admin-table.responsive-table > tbody,
    .admin-table.responsive-table > tbody > tr,
    .admin-table.responsive-table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .responsive-table > tbody,
    .table-responsive .responsive-table > tbody,
    .admin-table.responsive-table > tbody {
        border-radius: 0.75rem;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 12px 28px rgba(20, 47, 71, 0.08);
    }

    .responsive-table > tbody > tr,
    .table-responsive .responsive-table > tbody > tr,
    .admin-table.responsive-table > tbody > tr {
        height: auto;
        padding: 2rem 0;
        border-bottom: 1px solid #e5ecf2;
    }

    .responsive-table > tbody > tr:last-child,
    .table-responsive .responsive-table > tbody > tr:last-child,
    .admin-table.responsive-table > tbody > tr:last-child {
        border-bottom: 0;
    }

    .responsive-table > tbody > tr:nth-child(even),
    .table-responsive .responsive-table > tbody > tr:nth-child(even),
    .admin-table.responsive-table > tbody > tr:nth-child(even),
    .responsive-table > tbody > tr:hover,
    .table-responsive .responsive-table > tbody > tr:hover,
    .admin-table.responsive-table > tbody > tr:hover {
        --bs-table-bg: transparent;
    }

    .responsive-table > tbody > tr > td,
    .table-responsive .responsive-table > tbody > tr > td,
    .admin-table.responsive-table > tbody > tr > td {
        position: relative;
        min-width: 0;
        min-height: 1.25rem;
        margin-bottom: 1.35rem;
        padding: 0 1.2rem 0 40% !important;
        border-bottom: 0;
        color: #52677f;
        font-size: 0.92rem;
        line-height: 1.35;
        text-align: start !important;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .responsive-table > tbody > tr > td:last-child,
    .table-responsive .responsive-table > tbody > tr > td:last-child,
    .admin-table.responsive-table > tbody > tr > td:last-child {
        margin-bottom: 0;
    }

    .responsive-table > tbody > tr > td::before,
    .table-responsive .responsive-table > tbody > tr > td::before,
    .admin-table.responsive-table > tbody > tr > td::before {
        content: attr(data-label);
        position: absolute;
        top: 0.05rem;
        left: 1.2rem;
        width: calc(40% - 1.8rem);
        min-width: 0;
        color: #708297;
        font-size: 0.86rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.25;
        text-transform: none;
        overflow-wrap: anywhere;
    }

    .responsive-table > tbody > tr > td[colspan],
    .table-responsive .responsive-table > tbody > tr > td[colspan],
    .admin-table.responsive-table > tbody > tr > td[colspan] {
        display: block;
        padding: 0 1.2rem !important;
    }

    .responsive-table > tbody > tr > td[colspan]::before,
    .table-responsive .responsive-table > tbody > tr > td[colspan]::before,
    .admin-table.responsive-table > tbody > tr > td[colspan]::before {
        content: none;
    }

    .table-responsive .responsive-table .btn,
    .admin-table.responsive-table .btn {
        margin-bottom: 0.35rem;
        white-space: normal;
    }
}

@media (max-width: 359.98px) {
    .content {
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
    }

    .dashboard-card {
        padding: 0.85rem;
    }

    .responsive-table > tbody > tr,
    .table-responsive .responsive-table > tbody > tr,
    .admin-table.responsive-table > tbody > tr {
        padding: 1.65rem 0;
    }

    .responsive-table > tbody > tr > td,
    .table-responsive .responsive-table > tbody > tr > td,
    .admin-table.responsive-table > tbody > tr > td {
        margin-bottom: 1.15rem;
        padding: 0 0.75rem 0 38% !important;
        font-size: 0.86rem;
    }

    .responsive-table > tbody > tr > td::before,
    .table-responsive .responsive-table > tbody > tr > td::before,
    .admin-table.responsive-table > tbody > tr > td::before {
        left: 0.75rem;
        width: calc(38% - 1.1rem);
        font-size: 0.78rem;
    }
}
