body {
    font-family: Inter, Arial, sans-serif;
    background: #f5f8fa;
}

.app-sidebar {
    background-color: #1e1e2d;
}

.app-sidebar .menu-link.disabled {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.app-sidebar-logo {
    min-height: 72px;
}

.app-header {
    background: #ffffff;
}

.app-content {
    padding-top: 0;
    padding-bottom: 32px;
}

.app-content .card {
    border-radius: 0.85rem;
    box-shadow: 0 0 20px rgba(76, 87, 125, 0.06);
}

.module-flags-list {
    max-height: 420px;
    overflow: auto;
}

.display-none {
    display: none;
}

code {
    display: inline-block;
    padding: 0.35rem 0.5rem;
    border-radius: 0.475rem;
    background: rgba(62, 151, 255, 0.1);
    color: #3e97ff;
}

.fw-mormal {
    font-weight: 400;
}

.linesa-user-menu {
    width: 290px;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.linesa-user-offcanvas {
    width: min(520px, 100vw);
}

.linesa-user-drawer-body {
    min-height: 100%;
}

.linesa-avatar-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e7edf7 0%, #c8d8f0 100%);
    color: #2f5c8f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.linesa-table-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
}

.linesa-table-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linesa-user-card-toolbar {
    gap: 0.75rem;
}

.linesa-user-table th {
    white-space: nowrap;
}

.linesa-user-table .dropdown-menu {
    min-width: 9rem;
}

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

.linesa-filter-menu {
    width: 320px;
    border: 0;
    border-radius: 0.85rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.linesa-bulk-toolbar {
    display: none;
}

.linesa-bulk-toolbar.is-visible {
    display: flex;
}

.linesa-status-toggle {
    border: 0;
    background: transparent;
    padding: 0;
}

.linesa-status-toggle .ki-outline {
    font-size: 1.6rem;
}

.linesa-form-section {
    padding: 1.5rem;
}

.linesa-form-section + .linesa-form-section {
    border-top: 1px solid #eff2f5;
}

.linesa-form-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #3f4254;
    margin-bottom: 1rem;
}

.linesa-photo-input {
    position: relative;
    width: 125px;
    height: 125px;
}

.linesa-photo-preview {
    width: 125px;
    height: 125px;
    border-radius: 0.75rem;
    background: #f1f5f9 center center / cover no-repeat;
    border: 1px solid #d9e2ef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.linesa-photo-actions {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.linesa-photo-action {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5e6278;
}

.linesa-photo-file {
    display: none;
}

.linesa-placeholder-page {
    min-height: 320px;
}

@media (max-width: 991.98px) {
    .linesa-user-offcanvas {
        width: 100vw;
    }
}
