@layer base {
    .is-hidden {
        display: none;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: var(--app-shell-accent-strong);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    color: var(--app-shell-text);
}

p,
ul,
ol {
    margin-top: 0;
}

.card,
.panel,
.empty-state,
form[name],
.crud-table {
    border: 1px solid var(--app-shell-border);
    background: var(--app-shell-surface);
    border-radius: var(--app-shell-radius-lg);
    box-shadow: var(--app-shell-shadow-soft);
}

.card,
.panel,
.empty-state,
form[name] {
    padding: 1.5rem;
}

a.card {
    display: block;
    color: inherit;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease;
}

a.card:hover {
    transform: translateY(-1px);
    border-color: var(--app-shell-border-strong);
    box-shadow: var(--app-shell-shadow);
    text-decoration: none;
}

.grid {
    display: grid;
    gap: 1rem;
}

.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-head,
.crud-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.inline-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.inline-actions form {
    margin: 0;
}

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

.table-tools__search {
    flex: 1 1 18rem;
    max-width: 28rem;
}

.table-tools__summary {
    color: var(--app-shell-muted);
    font-size: 0.88rem;
}

.table-tools__pager {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.table-tools__page {
    min-width: 4rem;
    text-align: center;
    color: var(--app-shell-muted);
    font-size: 0.88rem;
    font-weight: 600;
}

.profile-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 1fr);
    align-items: start;
}

.profile-main,
.profile-sidebar {
    min-width: 0;
}

.profile-sidebar {
    display: grid;
    gap: 1rem;
}

.profile-status {
    margin-bottom: 1rem;
}

.profile-form {
    display: grid;
    gap: 1.5rem;
}

.profile-section {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--app-shell-border);
}

.profile-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.profile-section__head {
    display: grid;
    gap: 0.35rem;
}

.profile-photo-card {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
}

.profile-photo-preview {
    display: grid;
    place-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
    border: 1px solid var(--app-shell-border);
    background: var(--app-shell-surface-muted);
    overflow: hidden;
    color: var(--app-shell-accent-strong);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.profile-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-photo-meta {
    display: grid;
    gap: 0.25rem;
}

.profile-provider-list,
.profile-verification-list {
    display: grid;
    gap: 0.85rem;
}

.profile-provider-item,
.profile-verification-item {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--app-shell-border);
    border-radius: var(--app-shell-radius-md);
    background: var(--app-shell-surface-muted);
}

.profile-provider-item--inactive {
    opacity: 0.65;
}

.profile-provider-row,
.profile-verification-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.profile-provider-meta,
.profile-verification-meta {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.profile-provider-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.profile-role-list {
    display: grid;
    gap: 1rem;
}

.profile-role-section {
    display: grid;
    gap: 0.85rem;
}

.profile-role-section--inactive {
    padding-top: 0.5rem;
    border-top: 1px solid var(--app-shell-border);
}

.profile-role-group {
    display: grid;
    gap: 0.75rem;
}

.profile-role-group h4 {
    margin: 0;
    font-size: 0.95rem;
}

.profile-role-assign {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--app-shell-border);
    border-radius: var(--app-shell-radius-md);
    background: var(--app-shell-surface-muted);
}

.profile-contact-list {
    display: grid;
    gap: 1rem;
}

.profile-contact-inline {
    display: grid;
    gap: 0.5rem;
    padding-top: 0.15rem;
}

.profile-contact-item {
    display: grid;
    gap: 0.75rem;
}

.profile-contact-head {
    display: grid;
    gap: 0.2rem;
}

.profile-contact-title {
    color: var(--app-shell-text);
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-contact-action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    background: transparent;
    color: #dc2626;
    padding: 0;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
}

.profile-contact-action:hover {
    text-decoration: underline;
    box-shadow: none;
    transform: none;
}

.profile-contact-action:disabled {
    color: var(--app-shell-muted);
    cursor: not-allowed;
    text-decoration: none;
}

.profile-contact-value {
    border: 1px solid #cbd5e1;
    border-radius: 1.5rem;
    background: #fff;
    color: var(--app-shell-text);
    padding: 1.05rem 1.25rem;
    font-size: 1rem;
    line-height: 1.35;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.profile-contact-verify {
    display: grid;
    gap: 0.75rem;
    padding-top: 0.15rem;
}

.profile-contact-status {
    margin: 0;
}

.profile-notification-org {
    display: grid;
    gap: 1rem;
}

.profile-notification-org__head {
    display: grid;
    gap: 0.25rem;
}

.profile-notification-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.profile-notification-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--app-shell-border);
    border-radius: var(--app-shell-radius-md);
    background: var(--app-shell-surface-muted);
    cursor: pointer;
}

.profile-notification-option input {
    margin-top: 0.2rem;
}

.profile-notification-option span {
    display: grid;
    gap: 0.2rem;
}

.crud-table__actions {
    text-align: right;
    white-space: nowrap;
}

.ui-dropdown {
    position: relative;
    display: inline-flex;
}

.ui-dropdown--align-end {
    justify-content: flex-end;
}

.ui-dropdown__panel {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    z-index: 40;
    min-width: 13rem;
    border: 1px solid var(--app-shell-border);
    border-radius: var(--app-shell-radius-md, 1rem);
    background: var(--app-shell-surface);
    box-shadow: var(--app-shell-shadow);
    overflow: hidden;
}

.ui-dropdown--align-end .ui-dropdown__panel {
    left: auto;
    right: 0;
}

.ui-dropdown__items {
    display: grid;
    gap: 0;
    padding: 0.4rem;
}

.ui-dropdown__items form {
    margin: 0;
}

.ui-dropdown__item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 0.8rem;
    background: transparent;
    color: var(--app-shell-text);
    padding: 0.7rem 0.85rem;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
}

.ui-dropdown__item:hover,
.ui-dropdown__item:focus-visible {
    background: var(--app-shell-surface-muted);
    color: var(--app-shell-text);
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transform: none;
}

.ui-dropdown__item:disabled,
.ui-dropdown__item[aria-disabled="true"] {
    opacity: 0.55;
    cursor: not-allowed;
}

.ui-dropdown__item:disabled:hover,
.ui-dropdown__item:disabled:focus-visible,
.ui-dropdown__item[aria-disabled="true"]:hover,
.ui-dropdown__item[aria-disabled="true"]:focus-visible {
    background: transparent;
    color: var(--app-shell-text);
    box-shadow: none;
    transform: none;
}

.ui-dropdown__item--danger {
    color: var(--app-shell-danger-text);
}

.ui-dropdown__item--danger:hover,
.ui-dropdown__item--danger:focus-visible {
    background: var(--app-shell-danger-soft);
    color: var(--app-shell-danger-text);
}

.page-head h1,
.crud-head h1 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.8rem, 2.5vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.ui-form-row {
    display: grid;
    align-content: start;
    align-items: start;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.ui-form-row:last-child {
    margin-bottom: 0;
}

.ui-form-row--checkbox {
    gap: 0.35rem;
}

.ui-form--submitting {
    cursor: progress;
}

.ui-form--submitting button,
.ui-form--submitting input[type="submit"],
.ui-form--submitting input[type="button"],
.ui-form--submitting input[type="reset"] {
    cursor: not-allowed;
}

.ui-submit-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.ui-submit-button--submitting {
    position: relative;
}

.ui-submit-spinner {
    width: 0.95rem;
    height: 0.95rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    flex: 0 0 auto;
    animation: ui-submit-spin 0.7s linear infinite;
}

@keyframes ui-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

.ui-form-label {
    display: block;
    margin-bottom: 0;
    color: var(--app-shell-text);
    font-size: 0.92rem;
    font-weight: 600;
}

.ui-form-help {
    color: var(--app-shell-muted);
    font-size: 0.83rem;
}

.ui-form-errors {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--app-shell-danger-text);
    font-size: 0.85rem;
}

.ui-form-actions {
    display: flex;
    justify-content: flex-end;
}

.ui-control {
    width: 100%;
    min-width: 0;
    border-radius: var(--app-shell-radius-sm);
    border: 1px solid var(--app-shell-border-strong);
    background: #fff;
    color: var(--app-shell-text);
    padding: 0.8rem 0.95rem;
    font: inherit;
    font-size: 0.95rem;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

.ui-control:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

.ui-control--textarea {
    min-height: 7rem;
    resize: vertical;
}

.ui-control--multiselect,
select[multiple].ui-control,
select[size].ui-control {
    min-height: 9rem;
}

.ui-control--file {
    padding: 0.55rem 0.65rem;
}

.ui-control--file::file-selector-button,
input[type="file"]::file-selector-button {
    border: 0;
    border-radius: 0.7rem;
    background: #334155;
    color: #fff;
    margin-right: 0.75rem;
    padding: 0.65rem 0.9rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.ui-control--file::file-selector-button:hover,
input[type="file"]::file-selector-button:hover {
    background: #1e293b;
}

.ui-choice-group {
    display: grid;
    gap: 0.65rem;
}

.ui-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.ui-choice-input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--app-shell-accent);
}

.ui-choice-label {
    margin: 0;
    color: var(--app-shell-text);
    font-size: 0.92rem;
    font-weight: 500;
}

.ui-module-grants {
    display: grid;
    gap: 1rem;
}

.ui-module-grants__section {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid var(--app-shell-border);
    border-radius: var(--app-shell-radius-sm);
    background: rgba(248, 250, 252, 0.8);
}

.ui-module-grants__heading {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--app-shell-muted);
}

.ui-module-grants__row {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 1fr);
    align-items: start;
    padding-top: 0.75rem;
    border-top: 1px solid var(--app-shell-border);
}

.ui-module-grants__row:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.ui-module-grants__meta {
    display: grid;
    gap: 0.25rem;
}

.ui-module-grants__title {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--app-shell-text);
}

.ui-module-grants__description {
    margin: 0;
}

.ui-module-grants__controls {
    display: grid;
    gap: 0.65rem;
}

.ui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid transparent;
    border-radius: var(--app-shell-radius-sm);
    background: var(--app-shell-accent);
    color: #fff;
    padding: 0.8rem 1rem;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.ui-button:hover {
    background: var(--app-shell-accent-strong);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.ui-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18);
}

.ui-button:active {
    transform: translateY(1px);
}

.ui-button--secondary {
    background: var(--app-shell-surface);
    border-color: var(--app-shell-border-strong);
    color: var(--app-shell-text);
}

.ui-button--secondary:hover {
    background: var(--app-shell-surface-muted);
    box-shadow: var(--app-shell-shadow-soft);
}

.ui-button--danger {
    background: var(--app-shell-danger);
}

.ui-button--danger:hover {
    background: var(--app-shell-danger-strong);
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.18);
}

.ui-button--success {
    background: var(--app-shell-success);
}

.ui-button--success:hover {
    background: var(--app-shell-success-strong);
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.18);
}

.ui-button--warning {
    background: var(--app-shell-warning);
}

.ui-button--warning:hover {
    background: var(--app-shell-warning-strong);
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.18);
}

.ui-button--dark {
    background: var(--app-shell-neutral);
}

.ui-button--dark:hover {
    background: var(--app-shell-neutral-strong);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.ui-button--ghost {
    background: transparent;
    border-color: transparent;
    color: var(--app-shell-accent-strong);
}

.ui-button--ghost:hover {
    background: rgba(219, 234, 254, 0.65);
    box-shadow: none;
}

.ui-button--small {
    min-height: 2.2rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
    border-radius: 0.8rem;
}

.ui-button--block {
    width: 100%;
}

.muted {
    color: var(--app-shell-muted);
}

.danger-text {
    color: var(--app-shell-danger-text);
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: var(--app-shell-surface-strong);
    color: var(--app-shell-accent-strong);
    font-size: 0.78rem;
    font-weight: 600;
}

.flash {
    margin-bottom: 1rem;
    border-radius: var(--app-shell-radius-sm);
    border: 1px solid var(--app-shell-border);
    background: var(--app-shell-surface-muted);
    padding: 0.85rem 1rem;
}

.flash-success {
    border-color: #bbf7d0;
    background: var(--app-shell-success-soft);
    color: var(--app-shell-success-text);
}

.flash-warning {
    border-color: #fde68a;
    background: var(--app-shell-warning-soft);
    color: var(--app-shell-warning-text);
}

.flash-error,
.flash-danger {
    border-color: #fecaca;
    background: var(--app-shell-danger-soft);
    color: var(--app-shell-danger-text);
}

.button,
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid transparent;
    border-radius: var(--app-shell-radius-sm);
    background: var(--app-shell-accent);
    color: #fff;
    padding: 0.8rem 1rem;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    box-shadow: none;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
    background: var(--app-shell-accent-strong);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.button:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18);
}

.button:active,
button:active,
input[type="submit"]:active {
    transform: translateY(1px);
}

.button.secondary,
button.secondary,
input[type="submit"].secondary {
    background: var(--app-shell-surface);
    border-color: var(--app-shell-border-strong);
    color: var(--app-shell-text);
}

.button.secondary:hover,
button.secondary:hover,
input[type="submit"].secondary:hover {
    background: var(--app-shell-surface-muted);
    box-shadow: var(--app-shell-shadow-soft);
}

.button.success,
button.success,
input[type="submit"].success {
    background: var(--app-shell-success);
}

.button.success:hover,
button.success:hover,
input[type="submit"].success:hover {
    background: var(--app-shell-success-strong);
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.18);
}

.button.warning,
button.warning,
input[type="submit"].warning {
    background: var(--app-shell-warning);
}

.button.warning:hover,
button.warning:hover,
input[type="submit"].warning:hover {
    background: var(--app-shell-warning-strong);
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.18);
}

.button.danger,
button.danger,
input[type="submit"].danger {
    background: var(--app-shell-danger);
}

.button.danger:hover,
button.danger:hover,
input[type="submit"].danger:hover {
    background: var(--app-shell-danger-strong);
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.18);
}

.button.dark,
button.dark,
input[type="submit"].dark {
    background: var(--app-shell-neutral);
}

.button.dark:hover,
button.dark:hover,
input[type="submit"].dark:hover {
    background: var(--app-shell-neutral-strong);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.button.ghost,
button.ghost,
input[type="submit"].ghost {
    background: transparent;
    border-color: transparent;
    color: var(--app-shell-accent-strong);
}

.button.ghost:hover,
button.ghost:hover,
input[type="submit"].ghost:hover {
    background: rgba(219, 234, 254, 0.65);
    box-shadow: none;
}

.button.small,
button.small,
input[type="submit"].small {
    min-height: 2.2rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
    border-radius: 0.8rem;
}

.button.block,
button.block,
input[type="submit"].block {
    width: 100%;
}

button:disabled,
input[type="submit"]:disabled,
.button[aria-disabled="true"] {
    opacity: 0.65;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

label {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--app-shell-text);
    font-size: 0.92rem;
    font-weight: 600;
}

input,
select,
textarea {
    width: 100%;
    min-width: 0;
    border-radius: var(--app-shell-radius-sm);
    border: 1px solid var(--app-shell-border-strong);
    background: #fff;
    color: var(--app-shell-text);
    padding: 0.8rem 0.95rem;
    font: inherit;
    font-size: 0.95rem;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    padding: 0;
    accent-color: var(--app-shell-accent);
}

textarea {
    min-height: 7rem;
    resize: vertical;
}

.form-row {
    margin-bottom: 1rem;
}

form[name] > div + div,
form[name] fieldset + div,
form[name] > fieldset + div {
    margin-top: 1rem;
}

.card form[name],
.panel form[name],
.empty-state form[name] {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

form[name] .ui-form-row {
    margin-bottom: 1rem;
}

form[name] .ui-form-row:last-child {
    margin-bottom: 0;
}

form[name] ul {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
    color: var(--app-shell-danger-text);
    font-size: 0.87rem;
}

form[name] .form-error-message,
form[name] .invalid-feedback {
    color: var(--app-shell-danger-text);
}

.crud-table {
    width: 100%;
    border-collapse: collapse;
}

.crud-table thead {
    background: var(--app-shell-surface-muted);
}

.crud-table th,
.crud-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--app-shell-border);
    text-align: left;
    vertical-align: top;
}

.crud-table th {
    color: var(--app-shell-muted);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.crud-table tbody tr:hover {
    background: rgba(248, 250, 252, 0.9);
}

.crud-table tr:last-child td {
    border-bottom: 0;
}

ul.clean {
    margin: 0;
    padding-left: 1.2rem;
}

code {
    border-radius: 0.35rem;
    background: rgba(15, 23, 42, 0.06);
    padding: 0.1rem 0.35rem;
    font-size: 0.9em;
}

iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

@media (max-width: 720px) {
    .page-head,
    .crud-head,
    .table-tools {
        flex-direction: column;
    }

    .profile-layout {
        grid-template-columns: 1fr;
    }

    .profile-photo-card {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .profile-provider-row,
    .profile-verification-row {
        flex-direction: column;
    }

    .card,
    .panel,
    .empty-state,
    form[name] {
        padding: 1.2rem;
    }

    .crud-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
