:root,
[data-bs-theme=light] {
    --ins-blue: #005fbd;
    --ins-primary: #005fbd;
    --ins-secondary: #0279d7;
    --ins-success: #00a846;
    --ins-info: #12a9e6;
    --ins-warning: #ffc928;
    --ins-danger: #ef2d22;
    --ins-dark: #062348;
    --ins-body-bg: #f2f8fb;
    --ins-tertiary-bg: #eef7fa;
    --ins-border-color: #dcebf1;
    --ins-primary-rgb: 0, 95, 189;
    --ins-secondary-rgb: 2, 121, 215;
    --ins-success-rgb: 0, 168, 70;
    --ins-info-rgb: 18, 169, 230;
    --ins-warning-rgb: 255, 201, 40;
    --ins-danger-rgb: 239, 45, 34;
    --ins-dark-rgb: 6, 35, 72;
    --ins-primary-text-emphasis: #004f9e;
    --ins-secondary-text-emphasis: #006abf;
    --ins-success-text-emphasis: #008b3a;
    --ins-info-text-emphasis: #0d88ba;
    --ins-warning-text-emphasis: #9a6a00;
    --ins-danger-text-emphasis: #bf241b;
    --ins-primary-bg-subtle: #dff0ff;
    --ins-secondary-bg-subtle: #e0f4ff;
    --ins-success-bg-subtle: #dcf7e6;
    --ins-info-bg-subtle: #def5fd;
    --ins-warning-bg-subtle: #fff6d7;
    --ins-danger-bg-subtle: #ffe5e3;
    --ins-primary-border-subtle: #9ed1ff;
    --ins-secondary-border-subtle: #a8ddff;
    --ins-success-border-subtle: #9be5b8;
    --ins-info-border-subtle: #a2e2f7;
    --ins-warning-border-subtle: #ffe38e;
    --ins-danger-border-subtle: #ffa9a3;
}

html[data-menu-color=dark] {
    --ins-sidenav-bg: linear-gradient(180deg, #062b58 0%, #052344 58%, #06263a 100%);
    --ins-sidenav-border-color: rgba(255, 201, 40, .28);
    --ins-sidenav-item-color: rgba(221, 241, 255, .76);
    --ins-sidenav-item-hover-color: #fff;
    --ins-sidenav-item-hover-bg: rgba(0, 168, 70, .16);
    --ins-sidenav-item-active-color: #fff;
    --ins-sidenav-item-active-bg: rgba(0, 168, 70, .28);
}

html[data-topbar-color=dark] {
    --ins-topbar-bg: #06376d;
    --ins-topbar-item-color: rgba(232, 247, 255, .82);
    --ins-topbar-item-hover-color: #fff;
    --ins-topbar-search-bg: rgba(255, 255, 255, .1);
    --ins-topbar-search-border: rgba(255, 255, 255, .16);
}

.btn-primary {
    --ins-btn-bg: var(--ins-primary);
    --ins-btn-border-color: var(--ins-primary);
    --ins-btn-hover-bg: #004f9e;
    --ins-btn-hover-border-color: #004f9e;
    --ins-btn-active-bg: #004487;
    --ins-btn-active-border-color: #004487;
}

.btn-success {
    --ins-btn-bg: var(--ins-success);
    --ins-btn-border-color: var(--ins-success);
    --ins-btn-hover-bg: #008b3a;
    --ins-btn-hover-border-color: #008b3a;
}

.text-bg-primary,
.bg-primary {
    background-color: var(--ins-primary) !important;
}

.text-primary {
    color: var(--ins-primary) !important;
}

.bg-primary-subtle {
    background-color: var(--ins-primary-bg-subtle) !important;
}

.text-bg-success,
.bg-success {
    background-color: var(--ins-success) !important;
}

.text-success {
    color: var(--ins-success) !important;
}

.bg-success-subtle {
    background-color: var(--ins-success-bg-subtle) !important;
}

.permission-stat-card,
.permission-user-panel {
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .08);
    box-shadow: 0 8px 28px rgba(49, 58, 70, .06);
}

.permission-user-list {
    display: grid;
    gap: 1rem;
}

.permission-user-panel {
    overflow: hidden;
    border-radius: .5rem;
    background: var(--ins-secondary-bg, #fff);
}

.permission-user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--ins-border-color, #e7e9eb);
    background: linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .08), rgba(var(--ins-info-rgb, 67, 191, 229), .05));
}

.permission-user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .85rem;
}

.permission-progress-wrap {
    width: 180px;
}

.permission-progress {
    height: .45rem;
    background-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
}

.permission-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 1rem 1.15rem .75rem;
}

.permission-search {
    position: relative;
    flex: 1 1 360px;
    max-width: 520px;
}

.permission-search i {
    position: absolute;
    top: 50%;
    left: .85rem;
    transform: translateY(-50%);
    color: var(--ins-secondary-color, #9ba6b7);
    pointer-events: none;
}

.permission-search .form-control {
    padding-left: 2.35rem;
}

.permission-summary {
    padding: 1rem 1.15rem 1.15rem;
}

.permission-role-list {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.permission-role-pill {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: .32rem .65rem;
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .14);
    border-radius: 999px;
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .08);
    color: var(--ins-heading-color, #313a46);
    font-weight: 600;
    line-height: 1.2;
}

.permission-role-pill-muted {
    border-color: var(--ins-border-color, #e7e9eb);
    background: var(--ins-tertiary-bg, #f6f7fb);
    color: var(--ins-secondary-color, #9ba6b7);
}

.permission-empty-state {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem;
    border: 1px dashed var(--ins-border-color, #e7e9eb);
    border-radius: .45rem;
    color: var(--ins-secondary-color, #9ba6b7);
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.permission-empty-state i {
    font-size: 1.2rem;
}

.permission-tree {
    padding: 0 1.15rem 1.15rem;
}

.permission-tree-root {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: .65rem 1rem;
}

.permission-tree-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.permission-tree-list .permission-tree-list {
    margin-top: .35rem;
    padding-left: 1.65rem;
}

.permission-tree-item {
    position: relative;
    break-inside: avoid;
    padding-bottom: .5rem;
}

.permission-tree-list .permission-tree-list .permission-tree-item::before {
    content: "";
    position: absolute;
    top: -.45rem;
    bottom: .9rem;
    left: -.83rem;
    border-left: 1px dashed rgba(var(--ins-secondary-rgb, 74, 129, 212), .28);
}

.permission-tree-node {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 2.4rem;
    padding: .5rem .65rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .45rem;
    background: var(--ins-secondary-bg, #fff);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.permission-tree-node:hover,
.permission-tree-node:has(.permission-tree-check:checked) {
    border-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .35);
    box-shadow: 0 8px 18px rgba(49, 58, 70, .08);
}

.permission-tree-node:has(.permission-tree-check:checked) {
    background: linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .08), rgba(var(--ins-success-rgb, 26, 188, 156), .05));
}

.permission-tree-node-highlight {
    border-color: rgba(var(--ins-warning-rgb, 247, 184, 75), .8);
    box-shadow: 0 0 0 .18rem rgba(var(--ins-warning-rgb, 247, 184, 75), .14);
}

.permission-tree-branch {
    display: none;
    flex: 0 0 .9rem;
    width: .9rem;
    height: 1rem;
    margin-right: .45rem;
    border-bottom: 1px dashed rgba(var(--ins-secondary-rgb, 74, 129, 212), .35);
}

.permission-tree-list .permission-tree-list .permission-tree-branch {
    display: inline-block;
}

.permission-tree-toggle,
.permission-tree-toggle-spacer {
    flex: 0 0 1.55rem;
    width: 1.55rem;
    height: 1.55rem;
}

.permission-tree-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 .35rem 0 0;
    padding: 0;
    border: 0;
    border-radius: .35rem;
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .1);
    color: var(--ins-primary, #6658dd);
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.permission-tree-toggle:hover {
    background: var(--ins-primary, #6658dd);
    color: #fff;
}

.permission-tree-toggle i {
    font-size: 1rem;
    transition: transform .15s ease;
}

.permission-tree-item:not(.permission-tree-collapsed) > .permission-tree-node .permission-tree-toggle i {
    transform: rotate(90deg);
}

.permission-tree-toggle-spacer {
    display: inline-block;
    margin-right: .35rem;
}

.permission-tree-check-wrap {
    display: flex;
    align-items: center;
    gap: .55rem;
    width: 100%;
}

.permission-tree-check-wrap .form-check-input {
    flex: 0 0 auto;
    margin-top: 0;
}

.permission-tree-label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.permission-tree-title {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    color: var(--ins-heading-color, #313a46);
    font-weight: 700;
    line-height: 1.25;
}

.permission-tree-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.15rem;
    padding: .12rem .4rem;
    border: 1px solid rgba(var(--ins-info-rgb, 67, 191, 229), .25);
    border-radius: 999px;
    background: rgba(var(--ins-info-rgb, 67, 191, 229), .1);
    color: var(--ins-info, #43bfe5);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1;
}

.permission-tree-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    margin-top: .45rem;
    color: var(--ins-secondary-color, #9ba6b7);
    font-size: .78rem;
}

.permission-tree-meta span {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.permission-tree-prefix {
    display: inline-block;
    max-width: 100%;
    margin-top: .45rem;
    padding: .2rem .45rem;
    border-radius: .3rem;
    background: rgba(var(--ins-dark-rgb, 49, 58, 70), .06);
    color: var(--ins-body-color, #4c4c5c);
    font-family: var(--ins-font-monospace, monospace);
    font-size: .74rem;
    word-break: break-word;
}

.permission-tree-check:indeterminate {
    background-color: var(--ins-primary, #6658dd);
    border-color: var(--ins-primary, #6658dd);
}

.permission-tree-collapsed > .permission-tree-list {
    display: none;
}

.permission-tree-searching .permission-tree-collapsed > .permission-tree-list {
    display: block;
}

.permission-tree-filtered {
    display: none;
}

.role-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
    border-radius: .65rem;
    background:
        linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .1), rgba(var(--ins-info-rgb, 67, 191, 229), .06)),
        var(--ins-secondary-bg, #fff);
    box-shadow: 0 12px 34px rgba(49, 58, 70, .07);
}

.role-hero-kicker,
.role-stat-label,
.role-slug {
    color: var(--ins-secondary-color, #9ba6b7);
    font-size: .78rem;
    font-weight: 700;
}

.role-hero-kicker {
    display: inline-block;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

.role-hero-title {
    margin-bottom: .25rem;
    color: var(--ins-heading-color, #313a46);
    font-weight: 800;
}

.role-hero-copy {
    margin-bottom: 0;
    color: var(--ins-secondary-color, #6c757d);
}

.role-hero-actions {
    flex: 0 0 auto;
}

.role-stats {
    margin-bottom: 1rem;
}

.role-stat {
    display: flex;
    align-items: center;
    gap: .85rem;
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .6rem;
    background: var(--ins-secondary-bg, #fff);
    box-shadow: 0 8px 24px rgba(49, 58, 70, .05);
}

.role-stat-icon,
.role-create-icon,
.role-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.role-stat-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: .6rem;
    font-size: 1.35rem;
}

.role-stat strong {
    display: block;
    color: var(--ins-heading-color, #313a46);
    font-size: 1.45rem;
    line-height: 1.1;
}

.role-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.role-create-card {
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
    box-shadow: 0 10px 30px rgba(49, 58, 70, .06);
}

.role-create-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .55rem;
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .1);
    color: var(--ins-primary, #6658dd);
    font-size: 1.15rem;
}

.role-side-note {
    display: flex;
    gap: .75rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px dashed rgba(var(--ins-info-rgb, 67, 191, 229), .35);
    border-radius: .6rem;
    background: rgba(var(--ins-info-rgb, 67, 191, 229), .07);
}

.role-side-note-icon {
    color: var(--ins-info, #43bfe5);
    font-size: 1.2rem;
}

.role-side-note strong,
.role-side-note span {
    display: block;
}

.role-side-note span {
    margin-top: .15rem;
    color: var(--ins-secondary-color, #6c757d);
    font-size: .84rem;
}

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

.role-panel {
    border-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .1);
    border-radius: .7rem;
}

.role-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--ins-border-color, #e7e9eb);
    background: var(--ins-secondary-bg, #fff);
}

.role-title-wrap {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
}

.role-avatar {
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .7rem;
    background: linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .14), rgba(var(--ins-success-rgb, 26, 188, 156), .1));
    color: var(--ins-primary, #6658dd);
    font-size: 1.35rem;
}

.role-slug {
    display: block;
    margin-top: .25rem;
}

.role-panel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}

.role-permission-meter {
    padding: .9rem 1.15rem 0;
    color: var(--ins-secondary-color, #6c757d);
    font-size: .84rem;
}

.role-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 1.15rem 0;
}

.role-field-full {
    grid-column: 1 / -1;
}

.role-permission-toolbar {
    padding-top: 1rem;
}

.role-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 160px;
    border: 1px dashed var(--ins-border-color, #e7e9eb);
    border-radius: .65rem;
    color: var(--ins-secondary-color, #9ba6b7);
    background: var(--ins-secondary-bg, #fff);
}

.roles-page {
    margin: 0 -12px;
    padding: 0 12px 1.25rem;
    color: #2f2a54;
}

.content-page:has(.roles-page) {
    background: #f4edff;
}

.roles-title-block {
    margin-bottom: 2rem;
}

.roles-title-block h4 {
    margin-bottom: .55rem;
    color: #30295f;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.roles-breadcrumb {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #8d80b6;
    font-weight: 600;
}

.roles-breadcrumb a {
    color: #8d80b6;
}

.roles-breadcrumb span {
    color: #3b3363;
}

.roles-list-card,
.roles-editor-card {
    border: 0;
    border-radius: .35rem;
    background: #fff;
    box-shadow: 0 14px 36px rgba(115, 79, 231, .06);
}

.roles-list-card {
    overflow: hidden;
    padding-top: 1.5rem;
}

.roles-list-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 170px auto auto;
    gap: .75rem;
    padding: 0 1.5rem 1rem;
}

.roles-search {
    display: flex;
    min-width: 0;
}

.roles-search span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    border: 1px solid #e8defd;
    border-right: 0;
    border-radius: .35rem 0 0 .35rem;
    color: #4d426e;
    font-size: 1.15rem;
}

.roles-search .form-control,
.roles-page-size,
.roles-editor-card .form-control,
.roles-editor-card .form-select {
    min-height: 2.85rem;
    border-color: #e8defd;
    color: #30295f;
    font-weight: 500;
}

.roles-search .form-control {
    border-radius: 0 .35rem .35rem 0;
}

.roles-search .form-control::placeholder,
.roles-editor-card .form-control::placeholder {
    color: #aa9acb;
}

.roles-search-button {
    min-width: 4.25rem;
    background: #3486ee;
    border-color: #3486ee;
    font-weight: 700;
}

.roles-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 8rem;
    background: #7c4dff;
    border-color: #7c4dff;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(124, 77, 255, .2);
}

.roles-add-button:hover,
.roles-add-button:focus {
    background: #6f43ed;
    border-color: #6f43ed;
    color: #fff;
}

.roles-table {
    color: #3b3363;
}

.roles-table thead th {
    padding: .75rem 1.5rem;
    border-bottom: 1px solid #e9defe;
    color: #453868;
    font-weight: 800;
}

.roles-table tbody td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee5ff;
    vertical-align: middle;
    font-weight: 500;
}

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

.roles-table-name {
    color: #30295f;
    font-weight: 800 !important;
}

.roles-pill,
.roles-status {
    display: inline-flex;
    align-items: center;
    min-height: 1.45rem;
    padding: .2rem .55rem;
    border-radius: .35rem;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}

.roles-pill-purple {
    background: #f0e7ff;
    color: #7c4dff;
}

.roles-pill-gray {
    background: #eef1f7;
    color: #15213a;
}

.roles-status-active {
    background: #dcfff4;
    color: #65e1b8;
}

.roles-status-inactive {
    background: #f1f2f6;
    color: #8890a5;
}

.roles-actions {
    display: flex;
    justify-content: flex-end;
    gap: .65rem;
}

.roles-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 1px solid #dfd0ff;
    border-radius: .35rem;
    background: #f1eaff;
    color: #7c4dff;
    font-size: 1rem;
}

.roles-icon-danger {
    border-color: transparent;
    background: transparent;
    color: #5f5877;
}

.roles-icon-muted {
    border-color: transparent;
    background: transparent;
    color: #8d80b6;
}

.permission-master-card {
    overflow: hidden;
}

.permission-master-toolbar {
    align-items: stretch;
}

.permission-master-toolbar .roles-search {
    max-width: none;
}

.permission-master-table {
    min-width: 1280px;
}

.permission-master-table thead th {
    font-size: .78rem;
}

.permission-master-table tbody td {
    padding-top: .85rem;
    padding-bottom: .85rem;
    font-size: .82rem;
}

.permission-master-module {
    min-width: 330px;
}

.permission-master-module-line {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding-left: calc(var(--permission-level, 0) * 1.25rem);
}

.permission-master-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8d80b6;
}

.permission-master-caret:disabled {
    opacity: .45;
}

.permission-master-caret i {
    transition: transform .15s ease;
}

.permission-master-expanded .permission-master-caret i {
    transform: rotate(90deg);
}

.permission-master-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.85rem;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: .35rem;
    background: #f1eaff;
    color: #7c4dff;
}

.permission-master-module strong,
.permission-master-module small,
.permission-master-route,
.permission-master-table td small {
    display: block;
}

.permission-master-module strong {
    color: #30295f;
    font-weight: 800;
    line-height: 1.2;
}

.permission-master-module small,
.permission-master-table td small {
    margin-top: .15rem;
    color: #8d80b6;
    font-size: .76rem;
    font-weight: 700;
}

.permission-master-route {
    color: #f06292;
    font-weight: 700;
}

.permission-master-parent {
    display: block;
    color: #30295f;
    font-weight: 800;
    line-height: 1.2;
}

.permission-master-table td:nth-child(5),
.permission-master-table td:nth-child(6) {
    text-align: center;
}

.permission-master-table td:nth-child(7) {
    white-space: nowrap;
}

.permission-master-table th:last-child,
.permission-master-table td:last-child {
    width: 120px;
}

.permission-master-table .roles-actions {
    gap: .4rem;
}

.permission-master-table .roles-icon-button {
    width: 1.85rem;
    height: 1.85rem;
    font-size: .88rem;
}

.roles-empty {
    padding: 2rem;
    color: #8d80b6;
    text-align: center;
    font-weight: 700;
}

.roles-editor-grid {
    display: grid;
    grid-template-columns: minmax(300px, 34%) 1fr;
    gap: 1.25rem;
}

.roles-editor-card {
    padding: 1.5rem;
}

.roles-editor-card h4 {
    margin-bottom: 1.45rem;
    color: #30295f;
    font-size: 1.15rem;
    font-weight: 800;
}

.roles-editor-card .form-label,
.roles-switch-line {
    color: #30295f;
    font-weight: 800;
}

.roles-editor-card textarea.form-control {
    resize: vertical;
}

.roles-editor-card .form-control:focus,
.roles-editor-card .form-select:focus {
    border-color: #b99cff;
    box-shadow: 0 0 0 .18rem rgba(124, 77, 255, .16);
}

.roles-switch-line {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.roles-switch-line .form-check-input {
    width: 2rem;
    height: 1rem;
    margin: 0;
    border-color: #7c4dff;
    background-color: #7c4dff;
}

.roles-editor-actions {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.5rem;
}

.roles-module-card {
    padding: 1.5rem 0 0;
    overflow: hidden;
}

.roles-module-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.5rem 1rem;
}

.roles-module-header h4 {
    margin-bottom: .25rem;
}

.roles-module-header span {
    color: #8d80b6;
    font-weight: 700;
}

.roles-module-header strong {
    color: #7b70a8;
}

.roles-module-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .55rem;
}

.roles-soft-button {
    background: #f1eaff;
    border-color: #f1eaff;
    color: #7c4dff;
    font-weight: 800;
}

.roles-module-toolbar {
    padding: 0 1.5rem;
}

.roles-module-toolbar .permission-search {
    max-width: none;
}

.roles-module-toolbar .permission-search .form-control {
    min-height: 2.85rem;
    border-color: #e8defd;
}

.roles-module-tree {
    max-height: 530px;
    margin-top: .35rem;
    padding: 0 1.5rem 1.5rem;
    overflow: auto;
}

.roles-module-tree .permission-tree-root {
    display: block;
}

.roles-module-tree .permission-tree-list .permission-tree-list {
    margin-top: .15rem;
    padding-left: 1.55rem;
}

.roles-module-tree .permission-tree-item {
    padding-bottom: .05rem;
}

.roles-module-tree .permission-tree-list .permission-tree-list .permission-tree-item::before,
.roles-module-tree .permission-tree-branch {
    display: none;
}

.roles-module-tree .permission-tree-node {
    min-height: 1.95rem;
    padding: .2rem .35rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.roles-module-tree .permission-tree-node:hover,
.roles-module-tree .permission-tree-node:has(.permission-tree-check:checked) {
    border-color: transparent;
    box-shadow: none;
}

.roles-module-tree .permission-tree-node:has(.permission-tree-check:checked) {
    background: transparent;
}

.roles-module-tree > .permission-tree-root > .permission-tree-item:first-child > .permission-tree-node {
    margin: 0 -1rem .1rem;
    padding-left: 1rem;
    background: #fff0b9;
}

.roles-module-tree .permission-tree-toggle,
.roles-module-tree .permission-tree-toggle-spacer {
    width: 1rem;
    height: 1rem;
    flex-basis: 1rem;
    margin-right: .25rem;
}

.roles-module-tree .permission-tree-toggle {
    border-radius: .15rem;
    background: #2eb4f6;
    color: #fff;
}

.roles-module-tree .permission-tree-toggle i {
    font-size: .8rem;
}

.roles-module-tree .permission-tree-check-wrap {
    gap: .35rem;
}

.roles-module-tree .permission-tree-check-wrap .form-check-input {
    width: .95rem;
    height: .95rem;
    border-color: #6b63ff;
}

.roles-module-tree .permission-tree-check-wrap .form-check-input:checked,
.roles-module-tree .permission-tree-check:indeterminate {
    background-color: #6b63ff;
    border-color: #6b63ff;
}

.roles-module-tree .permission-tree-title {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #17213a;
    font-size: .88rem;
    font-weight: 800;
}

.roles-module-tree .permission-tree-title-icon {
    color: #2eb4f6;
    font-size: 1rem;
    font-weight: 400;
}

.permissions-create-grid {
    grid-template-columns: minmax(300px, 38%) 1fr;
}

.permissions-create-grid-single {
    grid-template-columns: minmax(320px, 980px);
    justify-content: center;
}

.permissions-role-checks {
    align-items: flex-start;
    max-height: 260px;
    overflow: auto;
}

.permissions-role-checks .permission-role-pill {
    gap: .45rem;
    padding: .45rem .7rem;
    border-radius: .35rem;
}

.permissions-role-checks .permission-role-pill .form-check-input {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-left: 0;
    border-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .45);
}

.permissions-role-checks .permission-role-pill .form-check-input:checked {
    background-color: var(--ins-primary, #6658dd);
    border-color: var(--ins-primary, #6658dd);
}

.permissions-role-checks .permission-role-pill .form-check-label {
    line-height: 1.2;
}

.table-action-permissions {
    width: 130px;
}

.table-action-ticket {
    width: 150px;
}

.topbar-mega-scroll {
    max-height: 380px;
}

.topbar-notification-scroll {
    max-height: 300px;
}

.login-pattern-wrap {
    width: 220px;
    pointer-events: none;
    z-index: 0;
}

.login-pattern-svg {
    opacity: .08;
    width: 100%;
    height: auto;
}

.login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 18%, rgba(var(--ins-info-rgb, 67, 191, 229), .16), transparent 28%),
        linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .1), rgba(var(--ins-success-rgb, 26, 188, 156), .08)),
        var(--ins-tertiary-bg, #f6f7fb);
}

.login-shell {
    min-height: 100vh;
    padding: 2rem 0;
}

.login-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .1);
    border-radius: .85rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 60px rgba(49, 58, 70, .14);
}

.login-card > .row,
.login-form-panel {
    position: relative;
    z-index: 1;
}

.login-visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    padding: 3rem;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(45, 58, 116, .94), rgba(23, 132, 150, .88)),
        url("../images/background.png") center/cover;
}

.login-visual-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 1.35rem;
    margin-left: auto;
}

.login-visual-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.login-kicker,
.login-form-kicker {
    display: inline-block;
    margin-bottom: .5rem;
    color: var(--ins-warning, #f7b84b);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.login-visual-kicker {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

.login-title {
    max-width: 430px;
    margin-bottom: .25rem;
    color: #fff;
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.12;
}

.login-copy {
    max-width: 420px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
}

.login-institution-address {
    max-width: 430px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.55;
}

.login-feature-list {
    display: grid;
    gap: .65rem;
}

.login-feature-item {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    min-width: 0;
    min-height: 0;
    padding: .85rem 1rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .55rem;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
}

.login-feature-item i {
    flex: 0 0 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, .12);
    color: var(--ins-warning, #f7b84b);
    font-size: 1.25rem;
}

.login-feature-item div {
    min-width: 0;
}

.login-feature-item small {
    display: block;
    margin-bottom: .2rem;
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.login-feature-item span {
    display: block;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
}

.login-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    padding: 3rem;
}

.login-form-title {
    margin-bottom: .45rem;
    color: var(--ins-heading-color, #313a46);
    font-size: 1.85rem;
    font-weight: 800;
}

.login-input-group {
    border-radius: .55rem;
    box-shadow: 0 8px 20px rgba(49, 58, 70, .05);
}

.login-input-group .input-group-text,
.login-input-group .form-control {
    min-height: 3rem;
    border-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
}

.login-input-group .input-group-text {
    background: var(--ins-tertiary-bg, #f6f7fb);
    color: var(--ins-primary, #6658dd);
    font-size: 1.15rem;
}

.login-input-group .form-control:focus {
    border-color: rgba(var(--ins-primary-rgb, 102, 88, 221), .45);
    box-shadow: 0 0 0 .18rem rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
}

.login-submit {
    min-height: 3rem;
    border-radius: .55rem;
    box-shadow: 0 12px 26px rgba(var(--ins-primary-rgb, 102, 88, 221), .22);
}

.dashboard-hero-card,
.dashboard-stat-card,
.dashboard-panel-card {
    border: 1px solid rgba(var(--ins-primary-rgb, 102, 88, 221), .08);
    border-radius: .55rem;
    box-shadow: 0 14px 34px rgba(49, 58, 70, .06);
}

.dashboard-hero-card {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .1), rgba(var(--ins-info-rgb, 67, 191, 229), .06)),
        var(--ins-secondary-bg, #fff);
}

.dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 132px;
}

.dashboard-kicker,
.dashboard-stat-label {
    color: var(--ins-primary, #6658dd);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dashboard-hero-title {
    margin: .35rem 0;
    color: var(--ins-heading-color, #313a46);
    font-weight: 800;
}

.dashboard-hero-copy,
.dashboard-stat-card p {
    color: var(--ins-secondary-color, #6c757d);
}

.dashboard-hero-copy {
    max-width: 620px;
    margin-bottom: 0;
}

.dashboard-hero-stat {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 138px;
    width: 138px;
    height: 108px;
    border: 1px solid rgba(var(--ins-success-rgb, 26, 188, 156), .2);
    border-radius: .55rem;
    background: rgba(255, 255, 255, .76);
}

.dashboard-hero-stat span {
    color: var(--ins-success, #1abc9c);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.dashboard-hero-stat small {
    margin-top: .35rem;
    color: var(--ins-secondary-color, #6c757d);
    font-weight: 700;
}

.dashboard-stat-card {
    position: relative;
    overflow: hidden;
    min-height: 178px;
}

.dashboard-stat-card::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -34px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    opacity: .12;
}

.dashboard-stat-card .card-body {
    position: relative;
    z-index: 1;
}

.dashboard-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin-bottom: .85rem;
    border-radius: .55rem;
    font-size: 1.45rem;
}

.dashboard-stat-card h3 {
    margin: .35rem 0 .25rem;
    color: var(--ins-heading-color, #313a46);
    font-size: 2rem;
    font-weight: 800;
}

.dashboard-stat-card p {
    margin-bottom: 0;
}

.dashboard-stat-primary .dashboard-stat-icon,
.dashboard-stat-primary::after {
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .14);
    color: var(--ins-primary, #6658dd);
}

.dashboard-stat-info .dashboard-stat-icon,
.dashboard-stat-info::after {
    background: rgba(var(--ins-info-rgb, 67, 191, 229), .16);
    color: var(--ins-info, #43bfe5);
}

.dashboard-stat-warning .dashboard-stat-icon,
.dashboard-stat-warning::after {
    background: rgba(var(--ins-warning-rgb, 247, 184, 75), .18);
    color: var(--ins-warning, #f7b84b);
}

.dashboard-stat-success .dashboard-stat-icon,
.dashboard-stat-success::after {
    background: rgba(var(--ins-success-rgb, 26, 188, 156), .16);
    color: var(--ins-success, #1abc9c);
}

.dashboard-stat-danger .dashboard-stat-icon,
.dashboard-stat-danger::after {
    background: rgba(var(--ins-danger-rgb, 241, 85, 108), .16);
    color: var(--ins-danger, #f1556c);
}

.dashboard-panel-card {
    min-height: calc(100% - 24px);
}

.dashboard-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-chip {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: .3rem .65rem;
    border-radius: .35rem;
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .1);
    color: var(--ins-primary, #6658dd);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-chart {
    min-height: 310px;
}

.dashboard-activity-list {
    display: grid;
    gap: 1rem;
}

.dashboard-activity-item {
    display: flex;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.dashboard-activity-dot {
    flex: 0 0 .7rem;
    width: .7rem;
    height: .7rem;
    margin-top: .4rem;
    border-radius: 50%;
}

.dashboard-audit-box {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: 1rem;
    border: 1px dashed rgba(var(--ins-success-rgb, 26, 188, 156), .38);
    border-radius: .5rem;
    background: rgba(var(--ins-success-rgb, 26, 188, 156), .07);
}

.dashboard-audit-box i {
    color: var(--ins-success, #1abc9c);
    font-size: 1.5rem;
}

.dashboard-progress-block {
    padding: 1rem;
    border-radius: .5rem;
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.dashboard-progress {
    height: .55rem;
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
}

.dashboard-progress .progress-bar {
    background: linear-gradient(90deg, var(--ins-primary, #6658dd), var(--ins-info, #43bfe5));
}

.dashboard-status-list {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}

.dashboard-status-list > div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .65rem;
    padding: .75rem 0;
    border-bottom: 1px solid var(--ins-border-color, #e7e9eb);
}

.dashboard-status-list > div:last-child {
    border-bottom: 0;
}

.dashboard-status-dot {
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
}

.dashboard-status-dot-info {
    background: var(--ins-info, #43bfe5);
}

.dashboard-status-dot-warning {
    background: var(--ins-warning, #f7b84b);
}

.dashboard-status-dot-success {
    background: var(--ins-success, #1abc9c);
}

.dashboard-status-dot-danger {
    background: var(--ins-danger, #f1556c);
}

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

.profile-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    min-height: 220px;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
    background: var(--ins-secondary-bg, #fff);
}

.profile-cover {
    position: absolute;
    inset: 0 0 auto;
    height: 135px;
    background: linear-gradient(120deg, rgba(var(--ins-primary-rgb, 102, 88, 221), .88), rgba(var(--ins-info-rgb, 67, 191, 229), .78)), url("../images/background.png") center/cover;
}

.profile-identity,
.profile-actions {
    position: relative;
    z-index: 1;
}

.profile-identity {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.profile-avatar {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border: 4px solid var(--ins-secondary-bg, #fff);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .16);
}

.profile-kicker {
    color: var(--ins-primary, #6658dd);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-identity h3 {
    margin: .15rem 0 0;
    font-size: 1.6rem;
    font-weight: 800;
}

.profile-identity p {
    margin: .2rem 0 0;
    color: var(--ins-secondary-color, #6c757d);
}

.profile-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.profile-card {
    border-radius: .5rem;
}

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

.profile-photo-preview {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border: 4px solid var(--ins-secondary-bg, #fff);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.profile-stat-list,
.profile-info-grid {
    display: grid;
    gap: .85rem;
}

.profile-stat-list > div {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
}

.profile-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.25rem;
}

.profile-stat-list strong,
.profile-info-grid strong {
    display: block;
    color: var(--ins-heading-color, #323a46);
    font-weight: 800;
}

.profile-stat-list span,
.profile-info-grid span {
    color: var(--ins-secondary-color, #6c757d);
}

.profile-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-info-grid > div {
    padding: .9rem 1rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.profile-signature-panel {
    display: grid;
    gap: .85rem;
}

.profile-signature-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 1rem;
    border: 1px solid var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.profile-signature-preview img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.profile-signature-empty {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--ins-secondary-color, #6c757d);
    font-weight: 700;
}

.profile-signature-empty i {
    color: var(--ins-primary, #6658dd);
    font-size: 1.35rem;
}

.profile-signature-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.profile-pill-group,
.profile-access-box {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.profile-pill,
.profile-access-box span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .35rem .7rem;
    border-radius: 999px;
    font-weight: 700;
}

.profile-pill-primary {
    color: var(--ins-primary, #6658dd);
    background: rgba(var(--ins-primary-rgb, 102, 88, 221), .12);
}

.profile-access-box {
    padding: .9rem;
    border: 1px dashed var(--ins-border-color, #e7e9eb);
    border-radius: .5rem;
    background: var(--ins-tertiary-bg, #f6f7fb);
}

.profile-access-box span {
    color: var(--ins-body-color, #6c757d);
    background: var(--ins-secondary-bg, #fff);
}

@media (max-width: 991.98px) {
    .login-shell {
        padding: 1rem 0;
    }

    .login-card {
        border-radius: .65rem;
    }

    .login-form-panel {
        min-height: auto;
        padding: 2rem;
    }

    .permission-tree-root {
        grid-template-columns: 1fr;
    }

    .permission-user-header,
    .permission-user-actions,
    .permission-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .permission-progress-wrap,
    .permission-search {
        width: 100%;
        max-width: none;
    }

    .role-hero,
    .role-panel-header {
        align-items: stretch;
        flex-direction: column;
    }

    .role-hero-actions,
    .role-panel-actions {
        display: flex;
        justify-content: flex-start;
    }

    .role-form-grid {
        grid-template-columns: 1fr;
    }

    .role-field-full {
        grid-column: 1;
    }

    .roles-list-toolbar,
    .roles-editor-grid {
        grid-template-columns: 1fr;
    }

    .roles-list-toolbar {
        padding-inline: 1rem;
    }

    .roles-table thead {
        display: none;
    }

    .roles-table tbody tr {
        display: grid;
        gap: .35rem;
        padding: 1rem;
        border-bottom: 1px solid #eee5ff;
    }

    .roles-table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        padding: 0;
        border-bottom: 0;
    }

    .roles-table tbody td::before {
        color: #8d80b6;
        font-weight: 800;
    }

    .roles-table tbody td:nth-child(1)::before {
        content: "Role";
    }

    .permissions-table tbody td:nth-child(1)::before {
        content: "User";
    }

    .roles-table tbody td:nth-child(2)::before {
        content: "Keterangan";
    }

    .permissions-table tbody td:nth-child(2)::before {
        content: "Email";
    }

    .roles-table tbody td:nth-child(3)::before {
        content: "Akses";
    }

    .permissions-table tbody td:nth-child(3)::before {
        content: "Role / Akses";
    }

    .roles-table tbody td:nth-child(4)::before {
        content: "Status";
    }

    .roles-table tbody td:nth-child(5)::before {
        content: "Aksi";
    }

    .roles-actions,
    .roles-module-actions,
    .roles-editor-actions {
        justify-content: flex-start;
    }

    .roles-module-header {
        flex-direction: column;
    }

    .roles-module-tree {
        max-height: none;
    }

    .dashboard-hero,
    .dashboard-panel-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-hero-stat {
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .profile-hero {
        align-items: stretch;
        flex-direction: column;
        padding-top: 5.5rem;
    }

    .profile-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-actions .btn,
    .profile-actions form {
        width: 100%;
    }

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

    .profile-signature-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .login-shell {
        align-items: flex-start !important;
    }

    .login-form-panel {
        padding: 1.5rem;
    }

    .login-form-title {
        font-size: 1.55rem;
    }

    .login-form-panel .d-flex.justify-content-between {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .profile-identity {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-avatar {
        width: 82px;
        height: 82px;
    }
}

.sidenav-menu .logo-lg img {
    height: 40px;
}

.sidenav-menu .logo-sm img {
    height: 34px;
}

.sidenav-menu > .logo {
    margin: 10px 12px 0;
    padding: 0 10px;
    background: #f8fbff;
    border: 1px solid rgba(255, 201, 40, .55);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(1, 16, 34, .2);
}

.sidenav-menu > .logo > .logo {
    position: static;
    padding: 0;
    line-height: inherit;
    background: transparent;
}

.sidenav-menu .side-nav-link.active,
.sidenav-menu .side-nav > .side-nav-item.active > .side-nav-link {
    box-shadow: inset 3px 0 0 var(--ins-warning);
}

.sidenav-menu .side-nav-link:hover .menu-icon,
.sidenav-menu .side-nav-link.active .menu-icon {
    color: var(--ins-warning);
}

.app-topbar {
    border-bottom: 1px solid rgba(255, 201, 40, .18);
    box-shadow: 0 8px 28px rgba(6, 35, 72, .12);
}

.app-topbar .topbar-search {
    color: #fff;
    background-color: var(--ins-topbar-search-bg);
    border-color: var(--ins-topbar-search-border);
}

.app-topbar .topbar-search::placeholder {
    color: rgba(232, 247, 255, .58);
}

.app-topbar .topbar-clock {
    align-items: center;
    gap: .65rem;
    min-width: 320px;
    min-height: 38px;
    padding: 0 .95rem;
    border: 1px solid var(--ins-topbar-search-border);
    border-radius: 999px;
    background-color: var(--ins-topbar-search-bg);
    color: rgba(232, 247, 255, .9);
    line-height: 1;
}

.app-topbar .topbar-clock-icon {
    width: 18px;
    height: 18px;
    color: rgba(232, 247, 255, .72);
}

.app-topbar .topbar-clock-date {
    font-weight: 700;
    white-space: nowrap;
}

.app-topbar .topbar-clock-time {
    margin-left: .15rem;
    color: #fff;
    font-family: var(--ins-font-monospace, monospace);
    font-size: .95rem;
    font-weight: 800;
    white-space: nowrap;
}

.app-swal-popup {
    width: min(92vw, 440px);
    padding: 1.35rem;
    border: 1px solid rgba(var(--ins-primary-rgb), .12);
    border-radius: .75rem;
    box-shadow: 0 24px 70px rgba(6, 35, 72, .24);
}

.app-swal-title {
    color: var(--ins-dark);
    font-size: 1.15rem;
    font-weight: 800;
}

.app-swal-text {
    color: #536b7f;
    font-size: .95rem;
}

.app-swal-confirm,
.app-swal-cancel {
    min-width: 6.5rem;
    border-radius: .45rem;
    font-weight: 800;
}

.app-swal-toast {
    border: 1px solid rgba(var(--ins-primary-rgb), .12);
    border-radius: .65rem;
    box-shadow: 0 18px 44px rgba(6, 35, 72, .18);
}

.app-swal-toast-title {
    color: var(--ins-dark);
    font-weight: 700;
}

.dashboard-hero-card,
.permission-user-header,
.role-hero {
    background:
        linear-gradient(135deg, rgba(var(--ins-primary-rgb), .1), rgba(var(--ins-success-rgb), .07)),
        var(--ins-secondary-bg, #fff);
}

.login-page {
    background:
        radial-gradient(circle at 12% 18%, rgba(var(--ins-warning-rgb), .16), transparent 28%),
        linear-gradient(135deg, rgba(var(--ins-primary-rgb), .12), rgba(var(--ins-success-rgb), .08)),
        var(--ins-tertiary-bg, #eef7fa);
}

.login-visual {
    background:
        linear-gradient(145deg, rgba(6, 43, 88, .94), rgba(0, 122, 76, .86)),
        url("../images/background.png") center/cover;
}

.roles-page {
    color: #17324d;
}

.content-page:has(.roles-page) {
    background: #f2f8fb;
}

.roles-title-block h4,
.roles-table-name,
.roles-editor-card h4,
.roles-editor-card .form-label,
.roles-switch-line,
.permission-master-module strong,
.permission-master-parent {
    color: #062348;
}

.roles-breadcrumb,
.roles-breadcrumb a,
.roles-module-copy,
.permission-master-module small,
.permission-master-table td small,
.roles-empty {
    color: #638399;
}

.roles-breadcrumb span,
.roles-table,
.roles-table tbody td,
.permission-master-route {
    color: #17324d;
}

.roles-list-card,
.roles-editor-card {
    box-shadow: 0 14px 36px rgba(6, 35, 72, .08);
}

.roles-table thead th,
.roles-table tbody td,
.roles-list-card,
.roles-editor-card {
    border-color: #dcebf1;
}

.roles-search span,
.roles-search .form-control,
.roles-page-size,
.roles-editor-card .form-control,
.roles-editor-card .form-select {
    border-color: #cfe4ed;
    color: #17324d;
}

.roles-search span,
.roles-icon-button,
.permission-master-icon {
    background: #e3f5fb;
    color: var(--ins-primary);
}

.roles-search-button,
.roles-add-button {
    background: var(--ins-primary);
    border-color: var(--ins-primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(var(--ins-primary-rgb), .18);
}

.roles-search-button:hover,
.roles-search-button:focus,
.roles-add-button:hover,
.roles-add-button:focus {
    background: #004f9e;
    border-color: #004f9e;
    color: #fff;
}

.roles-pill-purple,
.profile-pill-primary {
    background: var(--ins-primary-bg-subtle);
    color: var(--ins-primary);
}

.roles-status-active {
    background: var(--ins-success-bg-subtle);
    color: var(--ins-success);
}

.roles-switch-line .form-check-input:checked,
.roles-module-tree .permission-tree-check-wrap .form-check-input:checked,
.roles-module-tree .permission-tree-check:indeterminate {
    background-color: var(--ins-success);
    border-color: var(--ins-success);
}

.roles-module-tree .permission-tree-toggle {
    background: var(--ins-info);
}

.roles-module-tree > .permission-tree-root > .permission-tree-item:first-child > .permission-tree-node {
    background: var(--ins-warning-bg-subtle);
}

[data-bs-theme=dark] {
    --ins-body-bg: #121824;
    --ins-body-color: #d7e2f1;
    --ins-heading-color: #eef5ff;
    --ins-secondary-bg: #1a2130;
    --ins-tertiary-bg: #222b3c;
    --ins-border-color: #334155;
    --ins-secondary-color: #9fb0c7;
    --ins-light: #273244;
    --ins-light-rgb: 39, 50, 68;
    --ins-dark: #eef5ff;
    --ins-dark-rgb: 238, 245, 255;
    --ins-primary-bg-subtle: rgba(var(--ins-primary-rgb), .2);
    --ins-secondary-bg-subtle: rgba(var(--ins-secondary-rgb), .16);
    --ins-success-bg-subtle: rgba(var(--ins-success-rgb), .18);
    --ins-info-bg-subtle: rgba(var(--ins-info-rgb), .18);
    --ins-warning-bg-subtle: rgba(var(--ins-warning-rgb), .2);
    --ins-danger-bg-subtle: rgba(var(--ins-danger-rgb), .18);
}

[data-bs-theme=dark] .content-page,
[data-bs-theme=dark] .container-fluid {
    background: var(--ins-body-bg);
}

[data-bs-theme=dark] .page-title,
[data-bs-theme=dark] .header-title,
[data-bs-theme=dark] .card h1,
[data-bs-theme=dark] .card h2,
[data-bs-theme=dark] .card h3,
[data-bs-theme=dark] .card h4,
[data-bs-theme=dark] .card h5,
[data-bs-theme=dark] .card h6 {
    color: var(--ins-heading-color);
}

[data-bs-theme=dark] .breadcrumb,
[data-bs-theme=dark] .breadcrumb a,
[data-bs-theme=dark] .text-muted {
    color: var(--ins-secondary-color) !important;
}

[data-bs-theme=dark] .card {
    border-color: rgba(148, 163, 184, .18);
    background: var(--ins-secondary-bg);
    box-shadow: 0 14px 34px rgba(2, 6, 23, .28);
}

[data-bs-theme=dark] .card-header {
    border-color: rgba(148, 163, 184, .18);
    background: var(--ins-secondary-bg);
}

[data-bs-theme=dark] .form-control,
[data-bs-theme=dark] .form-select {
    border-color: #58657a;
    background-color: #151c29;
    color: #e4edf9;
}

[data-bs-theme=dark] .form-control::placeholder {
    color: #91a2ba;
}

[data-bs-theme=dark] .form-control:focus,
[data-bs-theme=dark] .form-select:focus {
    border-color: rgba(var(--ins-info-rgb), .72);
    box-shadow: 0 0 0 .18rem rgba(var(--ins-info-rgb), .14);
}

[data-bs-theme=dark] .btn-light {
    --ins-btn-bg: #293348;
    --ins-btn-border-color: #293348;
    --ins-btn-color: #dce8f7;
    --ins-btn-hover-bg: #354158;
    --ins-btn-hover-border-color: #354158;
    --ins-btn-hover-color: #fff;
    --ins-btn-active-bg: #3d4b63;
    --ins-btn-active-border-color: #3d4b63;
    --ins-btn-active-color: #fff;
}

[data-bs-theme=dark] .table {
    --ins-table-color: #d8e4f3;
    --ins-table-bg: transparent;
    --ins-table-border-color: rgba(148, 163, 184, .14);
    --ins-table-hover-color: #f4f8ff;
    --ins-table-hover-bg: rgba(255, 255, 255, .035);
}

[data-bs-theme=dark] .table > :not(caption) > * > * {
    color: var(--ins-table-color);
    border-color: var(--ins-table-border-color);
    background-color: transparent;
}

[data-bs-theme=dark] .table-light {
    --ins-table-color: #eef5ff;
    --ins-table-bg: #253044;
    --ins-table-border-color: rgba(148, 163, 184, .2);
}

[data-bs-theme=dark] .table-light > :not(caption) > * > * {
    color: var(--ins-table-color);
    background-color: var(--ins-table-bg);
    border-color: var(--ins-table-border-color);
}

[data-bs-theme=dark] .dropdown-menu {
    border-color: rgba(148, 163, 184, .24);
    background-color: #1a2130;
    box-shadow: 0 18px 42px rgba(2, 6, 23, .42);
}

[data-bs-theme=dark] .dropdown-item {
    color: #d7e2f1;
}

[data-bs-theme=dark] .dropdown-item:hover,
[data-bs-theme=dark] .dropdown-item:focus,
[data-bs-theme=dark] .dropdown-item.active,
[data-bs-theme=dark] .dropdown-item:active {
    color: #fff;
    background-color: #273244;
}

[data-bs-theme=dark] .thememode-dropdown .dropdown-item.active {
    background-color: rgba(var(--ins-info-rgb), .16);
}

[data-bs-theme=dark] .modal-content,
[data-bs-theme=dark] .offcanvas,
[data-bs-theme=dark] .toast {
    border-color: rgba(148, 163, 184, .22);
    background-color: var(--ins-secondary-bg);
    color: var(--ins-body-color);
}

[data-bs-theme=dark] .modal-header,
[data-bs-theme=dark] .modal-footer {
    border-color: rgba(148, 163, 184, .18);
}

[data-bs-theme=dark] .pagination {
    --ins-pagination-bg: #1a2130;
    --ins-pagination-border-color: #334155;
    --ins-pagination-color: #cbd8e8;
    --ins-pagination-hover-bg: #273244;
    --ins-pagination-hover-border-color: #475569;
    --ins-pagination-hover-color: #fff;
    --ins-pagination-active-bg: var(--ins-primary);
    --ins-pagination-active-border-color: var(--ins-primary);
    --ins-pagination-disabled-bg: #151c29;
    --ins-pagination-disabled-border-color: #273244;
    --ins-pagination-disabled-color: #718096;
}

[data-bs-theme=dark] .roles-page {
    color: var(--ins-body-color);
}

[data-bs-theme=dark] .content-page:has(.roles-page) {
    background:
        radial-gradient(circle at 22% 0, rgba(var(--ins-primary-rgb), .08), transparent 24rem),
        var(--ins-body-bg);
}

[data-bs-theme=dark] .roles-title-block h4,
[data-bs-theme=dark] .roles-table-name,
[data-bs-theme=dark] .roles-editor-card h4,
[data-bs-theme=dark] .roles-editor-card .form-label,
[data-bs-theme=dark] .roles-switch-line,
[data-bs-theme=dark] .permission-master-module strong,
[data-bs-theme=dark] .permission-master-parent {
    color: var(--ins-heading-color);
}

[data-bs-theme=dark] .roles-breadcrumb,
[data-bs-theme=dark] .roles-breadcrumb a,
[data-bs-theme=dark] .roles-module-copy,
[data-bs-theme=dark] .permission-master-module small,
[data-bs-theme=dark] .permission-master-table td small,
[data-bs-theme=dark] .roles-empty,
[data-bs-theme=dark] .roles-module-header span,
[data-bs-theme=dark] .roles-table tbody td::before {
    color: var(--ins-secondary-color);
}

[data-bs-theme=dark] .roles-breadcrumb span,
[data-bs-theme=dark] .roles-table,
[data-bs-theme=dark] .roles-table tbody td {
    color: var(--ins-body-color);
}

[data-bs-theme=dark] .roles-list-card,
[data-bs-theme=dark] .roles-editor-card,
[data-bs-theme=dark] .permission-user-panel,
[data-bs-theme=dark] .permission-stat-card,
[data-bs-theme=dark] .role-stat,
[data-bs-theme=dark] .role-panel,
[data-bs-theme=dark] .role-panel-header,
[data-bs-theme=dark] .role-create-card,
[data-bs-theme=dark] .dashboard-hero-card,
[data-bs-theme=dark] .dashboard-stat-card,
[data-bs-theme=dark] .dashboard-panel-card,
[data-bs-theme=dark] .profile-hero,
[data-bs-theme=dark] .profile-card {
    border: 1px solid rgba(148, 163, 184, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .01)), var(--ins-secondary-bg);
    box-shadow: 0 18px 42px rgba(2, 6, 23, .28);
}

[data-bs-theme=dark] .roles-list-card {
    overflow: hidden;
}

[data-bs-theme=dark] .roles-table thead th {
    border-bottom-color: rgba(148, 163, 184, .18);
    background: #222c3e;
    color: #e8f1ff;
}

[data-bs-theme=dark] .roles-table tbody td {
    border-bottom-color: rgba(148, 163, 184, .12);
    background: transparent;
}

[data-bs-theme=dark] .roles-table tbody tr:hover td {
    background: rgba(255, 255, 255, .035);
}

[data-bs-theme=dark] .roles-search span,
[data-bs-theme=dark] .roles-search .form-control,
[data-bs-theme=dark] .roles-page-size,
[data-bs-theme=dark] .roles-editor-card .form-control,
[data-bs-theme=dark] .roles-editor-card .form-select,
[data-bs-theme=dark] .roles-module-toolbar .permission-search .form-control {
    border-color: #3f4c61;
    background-color: #111827;
    color: #e4edf9;
}

[data-bs-theme=dark] .roles-search span {
    background: #1f2a3b;
    color: var(--ins-info);
}

[data-bs-theme=dark] .roles-search .form-control::placeholder,
[data-bs-theme=dark] .roles-editor-card .form-control::placeholder {
    color: #8ea0b9;
}

[data-bs-theme=dark] .roles-search .form-control:focus,
[data-bs-theme=dark] .roles-page-size:focus,
[data-bs-theme=dark] .roles-editor-card .form-control:focus,
[data-bs-theme=dark] .roles-editor-card .form-select:focus,
[data-bs-theme=dark] .roles-module-toolbar .permission-search .form-control:focus {
    border-color: rgba(var(--ins-info-rgb), .72);
    box-shadow: 0 0 0 .18rem rgba(var(--ins-info-rgb), .14);
}

[data-bs-theme=dark] .roles-add-button,
[data-bs-theme=dark] .roles-search-button {
    background: var(--ins-primary);
    border-color: var(--ins-primary);
    color: #fff;
    box-shadow: 0 10px 22px rgba(var(--ins-primary-rgb), .2);
}

[data-bs-theme=dark] .roles-add-button:hover,
[data-bs-theme=dark] .roles-add-button:focus,
[data-bs-theme=dark] .roles-search-button:hover,
[data-bs-theme=dark] .roles-search-button:focus {
    background: #0279d7;
    border-color: #0279d7;
    color: #fff;
}

[data-bs-theme=dark] .roles-soft-button,
[data-bs-theme=dark] .roles-icon-button,
[data-bs-theme=dark] .permission-master-icon,
[data-bs-theme=dark] .role-create-icon,
[data-bs-theme=dark] .permission-tree-toggle {
    border-color: rgba(var(--ins-info-rgb), .18);
    background: rgba(var(--ins-info-rgb), .14);
    color: #65d5ff;
}

[data-bs-theme=dark] .roles-icon-button:hover,
[data-bs-theme=dark] .roles-soft-button:hover,
[data-bs-theme=dark] .permission-tree-toggle:hover {
    background: rgba(var(--ins-info-rgb), .24);
    color: #fff;
}

[data-bs-theme=dark] .roles-icon-danger {
    border-color: rgba(var(--ins-danger-rgb), .16);
    background: rgba(var(--ins-danger-rgb), .1);
    color: #ff8a84;
}

[data-bs-theme=dark] .roles-icon-muted {
    color: #adc0d8;
}

[data-bs-theme=dark] .roles-pill-purple,
[data-bs-theme=dark] .profile-pill-primary {
    background: rgba(var(--ins-primary-rgb), .18);
    color: #8dcaff;
}

[data-bs-theme=dark] .roles-pill-gray,
[data-bs-theme=dark] .profile-access-box span {
    background: #273244;
    color: #d8e4f3;
}

[data-bs-theme=dark] .roles-status-active {
    background: rgba(var(--ins-success-rgb), .18);
    color: #5ee596;
}

[data-bs-theme=dark] .roles-status-inactive {
    background: rgba(148, 163, 184, .14);
    color: #a9b8cc;
}

[data-bs-theme=dark] .permission-master-route {
    color: #ff91bd;
}

[data-bs-theme=dark] .permission-master-caret {
    color: #8ea4c2;
}

[data-bs-theme=dark] .permission-user-header,
[data-bs-theme=dark] .role-hero,
[data-bs-theme=dark] .dashboard-hero-card {
    background:
        linear-gradient(135deg, rgba(var(--ins-primary-rgb), .12), rgba(var(--ins-success-rgb), .07)),
        var(--ins-secondary-bg);
}

[data-bs-theme=dark] .permission-tree-node,
[data-bs-theme=dark] .permission-empty-state,
[data-bs-theme=dark] .permission-role-pill,
[data-bs-theme=dark] .role-empty-state,
[data-bs-theme=dark] .dashboard-activity-item,
[data-bs-theme=dark] .dashboard-progress-block,
[data-bs-theme=dark] .profile-stat-list > div,
[data-bs-theme=dark] .profile-info-grid > div,
[data-bs-theme=dark] .profile-signature-preview,
[data-bs-theme=dark] .profile-access-box {
    border-color: rgba(148, 163, 184, .18);
    background: var(--ins-tertiary-bg);
    color: var(--ins-body-color);
}

[data-bs-theme=dark] .permission-tree-node:hover,
[data-bs-theme=dark] .permission-tree-node:has(.permission-tree-check:checked) {
    border-color: rgba(var(--ins-info-rgb), .36);
    background:
        linear-gradient(135deg, rgba(var(--ins-primary-rgb), .12), rgba(var(--ins-info-rgb), .08)),
        var(--ins-tertiary-bg);
    box-shadow: 0 10px 24px rgba(2, 6, 23, .22);
}

[data-bs-theme=dark] .permission-tree-title,
[data-bs-theme=dark] .role-stat strong,
[data-bs-theme=dark] .dashboard-hero-title,
[data-bs-theme=dark] .dashboard-stat-card h3,
[data-bs-theme=dark] .profile-stat-list strong,
[data-bs-theme=dark] .profile-info-grid strong {
    color: var(--ins-heading-color);
}

[data-bs-theme=dark] .permission-tree-prefix {
    background: #111827;
    color: #b9c8dc;
}

[data-bs-theme=dark] .roles-module-header {
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

[data-bs-theme=dark] .roles-module-header strong {
    color: #dce8f7;
}

[data-bs-theme=dark] .roles-module-tree {
    scrollbar-color: #475569 #182033;
}

[data-bs-theme=dark] .roles-module-tree .permission-tree-node,
[data-bs-theme=dark] .roles-module-tree .permission-tree-node:hover,
[data-bs-theme=dark] .roles-module-tree .permission-tree-node:has(.permission-tree-check:checked) {
    background: transparent;
    box-shadow: none;
}

[data-bs-theme=dark] .roles-module-tree > .permission-tree-root > .permission-tree-item:first-child > .permission-tree-node {
    background: rgba(var(--ins-warning-rgb), .14);
}

[data-bs-theme=dark] .roles-module-tree .permission-tree-title {
    color: #dbe7f7;
}

[data-bs-theme=dark] .roles-module-tree .permission-tree-title-icon {
    color: #65d5ff;
}

[data-bs-theme=dark] .dashboard-hero-stat {
    border-color: rgba(var(--ins-success-rgb), .24);
    background: rgba(var(--ins-success-rgb), .1);
}

[data-bs-theme=dark] .dashboard-hero-copy,
[data-bs-theme=dark] .dashboard-stat-card p,
[data-bs-theme=dark] .dashboard-hero-stat small,
[data-bs-theme=dark] .profile-identity p,
[data-bs-theme=dark] .profile-stat-list span,
[data-bs-theme=dark] .profile-info-grid span {
    color: var(--ins-secondary-color);
}

[data-bs-theme=dark] .dashboard-chip {
    background: rgba(var(--ins-primary-rgb), .18);
    color: #8dcaff;
}

[data-bs-theme=dark] .bg-light,
[data-bs-theme=dark] .table-light {
    background-color: #253044 !important;
}

[data-bs-theme=dark] .text-dark {
    color: var(--ins-heading-color) !important;
}

[data-bs-theme=dark] .border,
[data-bs-theme=dark] .border-top,
[data-bs-theme=dark] .border-end,
[data-bs-theme=dark] .border-bottom,
[data-bs-theme=dark] .border-start {
    border-color: rgba(148, 163, 184, .18) !important;
}

.content-page {
    --itdesk-footer-height: 46px;
    padding-bottom: var(--itdesk-footer-height);
}

.content-page > .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: var(--ins-sidenav-width);
    z-index: 1020;
    min-height: var(--itdesk-footer-height);
    margin: 0;
}

html[data-sidenav-size=condensed] .content-page > .footer,
html[data-sidenav-size=on-hover] .content-page > .footer {
    left: var(--ins-sidenav-width-sm);
}

html[data-sidenav-size=compact] .content-page > .footer {
    left: var(--ins-sidenav-width-md);
}

html[data-sidenav-size=offcanvas] .content-page > .footer,
html[data-layout=topnav] .content-page > .footer {
    left: 0;
}

@media (max-width: 991.98px) {
    .content-page > .footer {
        left: 0;
    }
}

.itdesk-toast-container {
    z-index: 1080;
}

.dashboard-chart-status {
    height: 300px;
}

.dashboard-chart-analytics {
    height: 330px;
}

.dashboard-request-title {
    max-width: 210px;
}

.instansi-logo-preview {
    width: 88px;
    height: 88px;
}

.table-action-pegawai {
    width: 210px;
}

.table-action-pengguna {
    width: 130px;
}

.table-action-referensi {
    width: 120px;
}

.role-list-scroll {
    max-height: 260px;
    overflow-y: auto;
}

.signature-preview {
    max-width: 320px;
    width: 100%;
}

.activity-photo-preview {
    max-width: 420px;
    width: 100%;
}

.activity-photo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: .75rem;
    max-width: 720px;
}

.activity-photo-list .activity-photo-preview {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.receipt-pdf-frame {
    height: 75vh;
}

.permission-level-0 {
    --permission-level: 0;
}

.permission-level-1 {
    --permission-level: 1;
}

.permission-level-2 {
    --permission-level: 2;
}

.permission-level-3 {
    --permission-level: 3;
}

.permission-level-4 {
    --permission-level: 4;
}

.permission-level-5 {
    --permission-level: 5;
}

.permission-level-6 {
    --permission-level: 6;
}

.permission-level-7 {
    --permission-level: 7;
}

.permission-level-8 {
    --permission-level: 8;
}
