.navbar {
    height: 40px !important;
    min-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    --bs-navbar-padding-x: 1.375rem;
    --bs-navbar-padding-y: 0.875rem;
    --bs-navbar-brand-padding-y: 1.25rem;
    --bs-navbar-brand-font-size: 1.5rem;
    --bs-navbar-toggler-font-size: 1rem;
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2838, 38, 34, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e');
    --bs-navbar-toggler-focus-width: 0.2rem;
    border-bottom: 1px solid;
    box-shadow: 0 0 3rem 0 rgba(33, 37, 41, 0.1);
    background: transparent;
}

.navbar .navbar-brand {
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .nav-link {
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.text-muted {
    --bs-secondary-color: #645f5f;
}

.table {
    --bs-table-color: #1b1b1c;
    --bs-table-hover-color: #46432f;
    --bs-table-hover-bg: #c8c377;
    --bs-table-bg: transparent;
    --bs-table-border-color: #e5e7d7;
    --bs-table-striped-bg: #f8f9fa;
}

.table td {
    color: var(--bs-table-color) !important;
    border-color: #f1f2e9;
    padding-left: 0.5rem;
}

.table-hover > tbody > tr:hover > * {
    color: var(--bs-table-hover-color) !important;
    background-color: var(--bs-table-hover-bg) !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a.sidebar-brand:hover {
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    color: #2f3640;
    text-decoration: underline;
}

:root {
    --bs-blue: #3b7ddd;
    --bs-indigo: #0a0a0a;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #f9ef65;
    --bs-green: #1cbb8c;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: rgb(164, 180, 106);
    --bs-secondary: #6c757d;
    --bs-success: #1cbb8c;
    --bs-info: #17a2b8;
    --bs-warning: #f9ef65;
    --bs-danger: #dc3545;
    --bs-light: #f5f7fb;
    --bs-dark: #212529;
    --bs-primary-rgb: 164, 180, 106;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 28, 187, 140;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 249, 239, 101;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 245, 247, 251;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #42482a;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0b4b38;
    --bs-info-text-emphasis: #09414a;
    --bs-warning-text-emphasis: #646028;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #edf0e1;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d2f1e8;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fefce0;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #dbe1c3;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a4e4d1;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fdf9c1;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: 'Inter', 'Helvetica Neue', Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #262622;
    --bs-body-color-rgb: 38, 38, 34;
    --bs-body-bg: #eef0d4;
    --bs-body-bg-rgb: 238, 240, 212;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(38, 38, 34, 0.75);
    --bs-secondary-color-rgb: 38, 38, 34;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(38, 38, 34, 0.5);
    --bs-tertiary-color-rgb: 38, 38, 34;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #000;
    --bs-link-color: rgb(164, 180, 106);
    --bs-link-color-rgb: 64, 88, 109;
    --bs-link-decoration: none;
    --bs-link-hover-color: #839055;
    --bs-link-hover-color-rgb: 131, 144, 85;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fefce0;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #383931;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-lg: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(164, 180, 106, 0.25);
    --bs-form-valid-color: #1cbb8c;
    --bs-form-valid-border-color: #1cbb8c;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-breakpoint-xxl: 1440px;
}

[data-bs-theme='light'] {
    --bs-blue: #3b7ddd;
    --bs-indigo: #0a0a0a;
    --bs-pink: #e83e8c;
    --bs-yellow: #f9ef65;
    --bs-green: #1cbb8c;
    --bs-cyan: #17a2b8;
    --bs-primary: rgb(164, 180, 106);
    --bs-success: #1cbb8c;
    --bs-info: #17a2b8;
    --bs-warning: #f9ef65;
    --bs-light: #f5f7fb;
    --bs-primary-rgb: 164, 180, 106;
    --bs-success-rgb: 28, 187, 140;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 249, 239, 101;
    --bs-light-rgb: 245, 247, 251;
    --bs-primary-text-emphasis: #42482a;
    --bs-success-text-emphasis: #0b4b38;
    --bs-info-text-emphasis: #09414a;
    --bs-warning-text-emphasis: #646028;
    --bs-primary-bg-subtle: #edf0e1;
    --bs-success-bg-subtle: #d2f1e8;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fefce0;
    --bs-primary-border-subtle: #dbe1c3;
    --bs-success-border-subtle: #a4e4d1;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fdf9c1;
    --bs-font-sans-serif: 'Inter', 'Helvetica Neue', Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --bs-body-font-size: 0.875rem;
    --bs-body-color: #262622;
    --bs-body-color-rgb: 38, 38, 34;
    --bs-body-bg: #eef0d4;
    --bs-body-bg-rgb: 238, 240, 212;
    --bs-secondary-color: rgba(38, 38, 34, 0.75);
    --bs-secondary-color-rgb: 38, 38, 34;
    --bs-tertiary-color: rgba(38, 38, 34, 0.5);
    --bs-tertiary-color-rgb: 38, 38, 34;
    --bs-heading-color: #000;
    --bs-link-color: rgb(164, 180, 106);
    --bs-link-color-rgb: 164, 180, 106;
    --bs-link-decoration: none;
    --bs-link-hover-color: #839055;
    --bs-link-hover-color-rgb: 131, 144, 85;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fefce0;
    --bs-border-color: #383931;
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-lg: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    --bs-focus-ring-color: rgba(164, 180, 106, 0.25);
    --bs-form-valid-color: #1cbb8c;
    --bs-form-valid-border-color: #1cbb8c;
}

body {
    height: 100%;
    overflow-y: scroll;
    opacity: 1 !important;
}

h6 {
    font-weight: 400;
    font-size: 0.875rem;
}

.h6 {
    font-weight: 400;
    font-size: 0.875rem;
}

h5 {
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

.h5 {
    font-weight: 400;
    font-size: 0.875rem;
}

h4 {
    font-weight: 400;
    font-size: 1.09375rem;
    margin: 0;
    padding: 0;
}

.h4 {
    font-weight: 400;
    font-size: 1.09375rem;
}

h3 {
    font-weight: 400;
    font-size: 1.3125rem;
    margin: 0;
    padding: 0;
}

.h3 {
    font-weight: 400;
    font-size: 1.3125rem;
}

h2 {
    font-weight: 400;
    font-size: 1.53125rem;
    margin: 0;
    padding: 0;
}

.h2 {
    font-weight: 400;
    font-size: 1.53125rem;
}

h1 {
    font-weight: 400;
    font-size: 1.75rem;
}

.h1 {
    font-weight: 400;
    font-size: 1.75rem;
}

dt {
    font-weight: 600;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

.small {
    font-size: 80%;
}

pre {
    font-size: 80%;
}

code {
    font-size: 80%;
}

kbd {
    font-size: 80%;
    border-radius: 0.1rem;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

th {
    text-align: center;
    vertical-align: middle;
    background-color: #b3bb98 !important;
}

legend {
    font-size: 1.5rem;
}

.lead {
    font-size: 1.09375rem;
}

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 2.5rem;
}

.initialism {
    font-size: 80%;
}

.blockquote {
    font-size: 1.09375rem;
}

.blockquote-footer {
    font-size: 80%;
}

.figure-caption {
    font-size: 80%;
}

.container {
    --bs-gutter-x: 0.75rem;
}

.container-fluid {
    --bs-gutter-x: 0.75rem;
}

.container-xl {
    --bs-gutter-x: 0.75rem;
}

.container-lg {
    --bs-gutter-x: 0.75rem;
}

.container-md {
    --bs-gutter-x: 0.75rem;
}

.container-sm {
    --bs-gutter-x: 0.75rem;
}

.row {
    --bs-gutter-x: 24px;
}

.g-6 {
    --bs-gutter-x: 4.5rem;
    --bs-gutter-y: 4.5rem;
}

.gx-6 {
    --bs-gutter-x: 4.5rem;
}

.gy-6 {
    --bs-gutter-y: 4.5rem;
}

.g-7 {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 6rem;
}

.gx-7 {
    --bs-gutter-x: 6rem;
}

.gy-7 {
    --bs-gutter-y: 6rem;
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
}

.table > thead {
    background-color: #afa997;
}

.table-sm > :not(caption) > * > * {
    padding: 0.3rem 0.3rem;
}

.table-primary {
    --bs-table-bg: #edf0e1;
    --bs-table-border-color: #d5d8cb;
    --bs-table-striped-bg: #e1e4d6;
    --bs-table-active-bg: #d5d8cb;
    --bs-table-hover-bg: #dbded0;
}

.table-success {
    --bs-table-bg: #d2f1e8;
    --bs-table-border-color: #bdd9d1;
    --bs-table-striped-bg: #c8e5dc;
    --bs-table-active-bg: #bdd9d1;
    --bs-table-hover-bg: #c2dfd7;
}

.table-info {
    --bs-table-bg: #d1ecf1;
    --bs-table-border-color: #bcd4d9;
    --bs-table-striped-bg: #c7e0e5;
    --bs-table-active-bg: #bcd4d9;
    --bs-table-hover-bg: #c1dadf;
}

.table-warning {
    --bs-table-bg: #fefce0;
    --bs-table-border-color: #e5e3ca;
    --bs-table-striped-bg: #f1efd5;
    --bs-table-active-bg: #e5e3ca;
    --bs-table-hover-bg: #ebe9cf;
}

.table-light {
    --bs-table-bg: #f5f7fb;
    --bs-table-border-color: #dddee2;
    --bs-table-striped-bg: #e9ebee;
    --bs-table-active-bg: #dddee2;
    --bs-table-hover-bg: #e3e4e8;
}

.col-form-label {
    padding-top: calc(0.3rem + 1px);
    padding-bottom: calc(0.3rem + 1px);
}

.col-form-label-lg {
    padding-top: calc(0.4rem + 1px);
    padding-bottom: calc(0.4rem + 1px);
    font-size: 1rem;
}

.col-form-label-sm {
    padding-top: calc(0.2rem + 1px);
    padding-bottom: calc(0.2rem + 1px);
    font-size: 0.75rem;
}

.form-text {
    font-size: 80%;
}

.form-control {
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-control:focus {
    background-color: #f0e9e9;
    border-color: #d2dab5;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-control:disabled {
    background-color: #e9ecef;
}

.form-control::file-selector-button {
    padding: 0.3rem 0.85rem;
    margin: -0.3rem -0.85rem;
    margin-inline-end: 0.85rem;
    color: #495057;
    border-inline-end-width: 1px;
}

.form-control-plaintext {
    padding: 0.3rem 0;
    border-width: 1px 0;
}

.form-control-sm {
    min-height: calc(1.525rem + 2px);
    padding: 0.2rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
}

.form-control-sm::file-selector-button {
    padding: 0.2rem 0.5rem;
    margin: -0.2rem -0.5rem;
}

.form-control-lg {
    min-height: calc(2.3rem + 2px);
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.form-control-lg::file-selector-button {
    padding: 0.4rem 1rem;
    margin: -0.4rem -1rem;
}

textarea.form-control {
    min-height: calc(1.9125rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.525rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(2.3rem + 2px);
}

.form-control-color {
    height: calc(1.9125rem + 2px);
    padding: 0.3rem;
}

.form-control-color.form-control-sm {
    height: calc(1.525rem + 2px);
}

.form-control-color.form-control-lg {
    height: calc(2.3rem + 2px);
}

.form-select {
    padding: 0.3rem 0.25rem 0.3rem 0.5rem;
    font-size: 0.875rem;
    color: #000;
    background-color: #fff;
    background-position: right 0.85rem center;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-select:focus {
    /* color: #495057; */
    background-color: #f0e9e9;
    border-color: #d2dab5;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-select[multiple] {
    padding-right: 0.85rem;
}

.form-select[size]:not([size='1']) {
    padding-right: 0.85rem;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select-sm {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.875rem;
}
.form-select-sm:focus {
    background-color: #f0e9e9;
    border-color: #d2dab5;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-select-lg {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1rem;
}

.form-check {
    min-height: 1.3125rem;
}

.form-check-input {
    --bs-form-check-bg: #fff;
}

.form-check-input:focus {
    border-color: #d2dab5;
    box-shadow: 0 0 0 0.25rem rgba(164, 180, 106, 0.25);
}

.form-check-input:checked {
    background-color: rgb(164, 180, 106);
    border-color: rgb(164, 180, 106);
}

.form-check-input:checked[type='checkbox'] {
    --bs-form-check-bg-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e');
}

.form-check-input:checked[type='radio'] {
    --bs-form-check-bg-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e');
}

.form-check-input[type='checkbox']:indeterminate {
    background-color: rgb(164, 180, 106);
    border-color: rgb(164, 180, 106);
    --bs-form-check-bg-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e');
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e');
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23d2dab5%27/%3e%3c/svg%3e');
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e');
}

.form-range {
    height: 1.4rem;
}

.form-floating > .form-control {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
    padding: 1rem 0.85rem;
}

.form-floating > .form-control-plaintext {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
    padding: 1rem 0.85rem;
}

.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
}

.form-floating > label {
    padding: 1rem 0.85rem;
    border: 1px solid transparent;
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}

.form-floating > .form-control:focus ~ label::after {
    inset: 1rem 0.425rem;
    background-color: #fff;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    inset: 1rem 0.425rem;
    background-color: #fff;
}

.form-floating > .form-control-plaintext ~ label::after {
    inset: 1rem 0.425rem;
    background-color: #fff;
}

.form-floating > .form-select ~ label::after {
    inset: 1rem 0.425rem;
    background-color: #fff;
}

.form-floating > :disabled ~ label::after {
    background-color: #e9ecef;
}

.input-group-text {
    padding: 0.3rem 0.85rem;
    font-size: 0.875rem;
    color: #495057;
    border: 1px solid var(--bs-border-color);
}

.input-group-lg > .form-control {
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.input-group-lg > .form-select {
    padding: 0.4rem 1rem;
    font-size: 1rem;
    padding-right: 3.4rem;
}

.input-group-lg > .input-group-text {
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.input-group-lg > .btn {
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.input-group-sm > .form-control {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.input-group-sm > .form-select {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    padding-right: 3.4rem;
}

.input-group-sm > .input-group-text {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.input-group-sm > .btn {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(1px * -1);
}

.valid-feedback {
    font-size: 80%;
}

.valid-tooltip {
    font-size: 0.75rem;
}

.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.form-control.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-select:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.form-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.invalid-feedback {
    font-size: 80%;
}

.invalid-tooltip {
    font-size: 0.75rem;
}

.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-select:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.btn {
    --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.3rem;
    --bs-btn-font-size: 0.95rem;
    --bs-btn-border-width: 1px;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    box-shadow: 0 0.125rem 0.25rem rgba(30, 30, 29, 0.75);
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #81834b;
    --bs-btn-border-color: rgb(164, 180, 106);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #60623b;
    --bs-btn-hover-border-color: #adbc79;
    --bs-btn-focus-shadow-rgb: 139, 153, 90;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #60623b;
    --bs-btn-active-border-color: #adbc79;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(164, 180, 106);
    --bs-btn-disabled-border-color: rgb(164, 180, 106);
    color: #fff;
    background-color: #81834b;
    border-color: #81834b;
}

.btn-secondary {
    color: #fff;
    background-color: #686f56;
    border-color: #33372a;
    --bs-btn-hover-bg: #848e68;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #6dac5f;
    --bs-btn-border-color: #1f5633;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #6dd36f;
    --bs-btn-hover-border-color: #1f5633;
    --bs-btn-focus-shadow-rgb: 24, 159, 119;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #1f5633;
    --bs-btn-active-border-color: #33c298;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1cbb8c;
    --bs-btn-disabled-border-color: #1cbb8c;
    color: #fff;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #148a9c;
    --bs-btn-hover-border-color: #128293;
    --bs-btn-focus-shadow-rgb: 58, 176, 195;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #128293;
    --bs-btn-active-border-color: #117a8a;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8;
    color: #fff;
}

.btn-warning {
    --bs-btn-bg: #f9ef65;
    --bs-btn-border-color: #f9ef65;
    --bs-btn-hover-bg: #faf17c;
    --bs-btn-hover-border-color: #faf174;
    --bs-btn-focus-shadow-rgb: 212, 203, 86;
    --bs-btn-active-bg: #faf284;
    --bs-btn-active-border-color: #faf174;
    --bs-btn-disabled-bg: #f9ef65;
    --bs-btn-disabled-border-color: #f9ef65;
    color: #fff;
}

.btn-danger {
    color: #fff;
}

.btn-light {
    --bs-btn-bg: #f5f7fb;
    --bs-btn-border-color: #f5f7fb;
    --bs-btn-hover-bg: #d0d2d5;
    --bs-btn-hover-border-color: #c4c6c9;
    --bs-btn-focus-shadow-rgb: 208, 210, 213;
    --bs-btn-active-bg: #c4c6c9;
    --bs-btn-active-border-color: #b8b9bc;
    --bs-btn-disabled-bg: #f5f7fb;
    --bs-btn-disabled-border-color: #f5f7fb;
    color: #343a40;
}

.btn-dark {
    color: #fff;
}

.btn-outline-primary {
    --bs-btn-color: rgb(164, 180, 106);
    --bs-btn-border-color: rgb(164, 180, 106);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(164, 180, 106);
    --bs-btn-hover-border-color: rgb(164, 180, 106);
    --bs-btn-focus-shadow-rgb: 164, 180, 106;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(164, 180, 106);
    --bs-btn-active-border-color: rgb(164, 180, 106);
    --bs-btn-disabled-color: rgb(164, 180, 106);
    --bs-btn-disabled-border-color: rgb(164, 180, 106);
}

.btn-outline-success {
    --bs-btn-color: #1cbb8c;
    --bs-btn-border-color: #1cbb8c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #1cbb8c;
    --bs-btn-hover-border-color: #1cbb8c;
    --bs-btn-focus-shadow-rgb: 28, 187, 140;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #1cbb8c;
    --bs-btn-active-border-color: #1cbb8c;
    --bs-btn-disabled-color: #1cbb8c;
    --bs-btn-disabled-border-color: #1cbb8c;
}

.btn-outline-info {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: #17a2b8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 23, 162, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-border-color: #17a2b8;
}

.btn-outline-warning {
    --bs-btn-color: #f9ef65;
    --bs-btn-border-color: #f9ef65;
    --bs-btn-hover-bg: #f9ef65;
    --bs-btn-hover-border-color: #f9ef65;
    --bs-btn-focus-shadow-rgb: 249, 239, 101;
    --bs-btn-active-bg: #f9ef65;
    --bs-btn-active-border-color: #f9ef65;
    --bs-btn-disabled-color: #f9ef65;
    --bs-btn-disabled-border-color: #f9ef65;
}

.btn-outline-light {
    --bs-btn-color: #f5f7fb;
    --bs-btn-border-color: #f5f7fb;
    --bs-btn-hover-bg: #f5f7fb;
    --bs-btn-hover-border-color: #f5f7fb;
    --bs-btn-focus-shadow-rgb: 245, 247, 251;
    --bs-btn-active-bg: #f5f7fb;
    --bs-btn-active-border-color: #f5f7fb;
    --bs-btn-disabled-color: #f5f7fb;
    --bs-btn-disabled-border-color: #f5f7fb;
}

.btn-link {
    --bs-btn-focus-shadow-rgb: 139, 153, 90;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-link:focus-visible {
    text-decoration: underline;
}

.btn-lg {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-font-size: 1rem;
}

.btn-group-lg > .btn {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-font-size: 1rem;
}

.btn-sm {
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-font-size: 0.875rem;

    line-height: 1rem;
}

.btn-group-sm > .btn {
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-font-size: 0.875rem;
    line-height: 1rem;
}

.dropdown-menu {
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-bg: #ddd8b4;
    border: 1px solid black !important;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);

    --bs-dropdown-link-active-bg: rgb(164, 180, 106);
    line-height: 10px;
    top: auto;
}

.dropdown-menu .dropdown-divider {
    border-bottom: 0.5px solid rgb(172, 172, 146) !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dropdown-item {
    color: #000 !important;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    margin-top: 1px;
}

.dropdown-item:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #eaf2b9 !important;
}

.dropdown-item:focus {
    color: #000 !important;
    text-decoration: none;
    background-color: #eaf2b9;
}

.dropdown-item.active {
    color: #000 !important;
    background-color: #eaf2b9;
}

.dropdown-item:disabled {
    color: #585e63;
}

.dropdown-header {
    font-size: 0.875rem;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: rgb(164, 180, 106);
}

.btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(1px * -1);
}

.btn-group > .btn-group:not(:first-child) {
    margin-left: calc(1px * -1);
}

.dropdown-toggle-split {
    padding-right: 0.6375rem;
    padding-left: 0.6375rem;
}

.btn-group-vertical > .btn:not(:first-child) {
    margin-top: calc(1px * -1);
}

.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(1px * -1);
}

.nav-link:hover {
    text-decoration: none;
}

.nav-link:focus {
    text-decoration: none;
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(164, 180, 106, 0.25);
}

.nav-pills {
    --bs-nav-pills-link-active-bg: rgb(164, 180, 106);
}

.nav-underline .nav-link.active {
    font-weight: 600;
}

.nav-underline .show > .nav-link {
    font-weight: 600;
}

.navbar-brand {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    padding: 1.25rem 0;
    display: block;
}

.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    direction: ltr;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
}

.navbar-dark {
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e');
}

.navbar[data-bs-theme='dark'] {
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e');
}

.card {
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem;
    --bs-card-title-color: #939ba2;
    --bs-card-border-width: 0;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 0.25rem;
    --bs-card-inner-border-radius: 0.25rem;
    --bs-card-cap-padding-x: 0.65rem;
    --bs-card-cap-bg: #dedebc;
    --bs-card-color: #151515;
    --bs-card-bg: #dedebc;
    --bs-card-group-margin: 12px;
    margin-bottom: 8px;
    box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
}

.card-title {
    color: #2f2e28;
    font-size: 1rem;
    font-weight: 600;
}

.card-title-right {
    color: #504f45;
    font-size: 0.95rem;
    font-weight: 600;
}

.card-subtitle {
    font-weight: 400;
}

.card-link:hover {
    text-decoration: none;
}

.card-header {
    border-bottom-width: 1px;
}

.card-img {
    max-width: 100%;
    height: auto;
}

.card-img-top {
    max-width: 100%;
    height: auto;
}

.card-img-bottom {
    max-width: 100%;
    height: auto;
}

.badge {
    --bs-badge-padding-x: 0.85rem;
    --bs-badge-padding-y: 0.2rem;
    --bs-badge-font-size: 0.875rem;
    --bs-badge-font-weight: 400;
    --bs-badge-border-radius: 5px;
}

.list-group {
    --bs-list-group-active-bg: rgb(164, 180, 106);
    --bs-list-group-active-border-color: rgb(164, 180, 106);
    --bs-list-group-hover-bg: #000;
}

.btn-close {
    --bs-btn-close-bg: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e');
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(164, 180, 106, 0.25);
    border-radius: 0.2rem;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.text-bg-primary {
    color: #000 !important;
    background-color: RGBA(164, 180, 106, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(28, 187, 140, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #fff !important;
    background-color: RGBA(23, 162, 184, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    background-color: RGBA(249, 239, 101, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    background-color: RGBA(245, 247, 251, var(--bs-bg-opacity, 1)) !important;
}

.link-primary:hover {
    color: RGBA(182, 195, 136, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(182, 195, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:focus {
    color: RGBA(182, 195, 136, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(182, 195, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover {
    color: RGBA(73, 201, 163, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(73, 201, 163, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:focus {
    color: RGBA(73, 201, 163, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(73, 201, 163, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover {
    color: RGBA(18, 130, 147, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(18, 130, 147, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:focus {
    color: RGBA(18, 130, 147, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(18, 130, 147, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover {
    color: RGBA(250, 242, 132, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(250, 242, 132, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:focus {
    color: RGBA(250, 242, 132, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(250, 242, 132, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover {
    color: RGBA(247, 249, 252, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(247, 249, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:focus {
    color: RGBA(247, 249, 252, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(247, 249, 252, var(--bs-link-underline-opacity, 1)) !important;
}

.shadow {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.m-6 {
    margin: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mx-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

.mx-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.me-6 {
    margin-right: 4.5rem !important;
}

.me-7 {
    margin-right: 6rem !important;
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.mb-7 {
    margin-bottom: 6rem !important;
}

.ms-6 {
    margin-left: 4.5rem !important;
}

.ms-7 {
    margin-left: 6rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.m-n6 {
    margin: -4.5rem !important;
}

.m-n7 {
    margin: -6rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.mx-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.my-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mt-n6 {
    margin-top: -4.5rem !important;
}

.mt-n7 {
    margin-top: -6rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}

.me-n6 {
    margin-right: -4.5rem !important;
}

.me-n7 {
    margin-right: -6rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

.mb-n6 {
    margin-bottom: -4.5rem !important;
}

.mb-n7 {
    margin-bottom: -6rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.ms-n6 {
    margin-left: -4.5rem !important;
}

.ms-n7 {
    margin-left: -6rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.px-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.px-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pt-6 {
    padding-top: 4.5rem !important;
}

.pt-7 {
    padding-top: 6rem !important;
}

.pe-6 {
    padding-right: 4.5rem !important;
}

.pe-7 {
    padding-right: 6rem !important;
}

.pb-6 {
    padding-bottom: 4.5rem !important;
}

.pb-7 {
    padding-bottom: 6rem !important;
}

.ps-6 {
    padding-left: 4.5rem !important;
}

.ps-7 {
    padding-left: 6rem !important;
}

.gap-6 {
    gap: 4.5rem !important;
}

.gap-7 {
    gap: 6rem !important;
}

.row-gap-6 {
    row-gap: 4.5rem !important;
}

.row-gap-7 {
    row-gap: 6rem !important;
}

.column-gap-6 {
    column-gap: 4.5rem !important;
}

.column-gap-7 {
    column-gap: 6rem !important;
}

.fs-1 {
    font-size: 1.75rem !important;
}

.fs-2 {
    font-size: 1.53125rem !important;
}

.fs-3 {
    font-size: 1.3125rem !important;
}

.fs-4 {
    font-size: 1.09375rem !important;
}

.fs-5 {
    font-size: 0.875rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.lh-sm {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 1.5 !important;
}

.avatar {
    width: 30px;
    height: 30px;
}

.avatar-lg {
    width: 54px;
    height: 54px;
}

.avatar-title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: rgb(164, 180, 106);
}

.btn .feather {
    width: 14px;
    height: 14px;
}

.btn-primary:focus {
    color: #fff;
}

.btn-primary.focus {
    color: #fff;
}

.btn-primary.disabled {
    color: #fff;
}

.btn-primary:disabled {
    color: #fff;
}

.show > .btn-primary.dropdown-toggle {
    color: #fff;
}

.btn-primary:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-primary.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-secondary:focus {
    color: #fff;
}

.btn-secondary.focus {
    color: #fff;
}

.btn-secondary.disabled {
    color: #fff;
}

.btn-secondary:disabled {
    color: #fff;
}

.show > .btn-secondary.dropdown-toggle {
    color: #fff;
}

.btn-secondary:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-secondary.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-success:focus {
    color: #fff;
}

.btn-success.focus {
    color: #fff;
}

.btn-success.disabled {
    color: #fff;
}

.btn-success:disabled {
    color: #fff;
}

.show > .btn-success.dropdown-toggle {
    color: #fff;
}

.btn-success:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-success.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-info:focus {
    color: #fff;
}

.btn-info.focus {
    color: #fff;
}

.btn-info.disabled {
    color: #fff;
}

.btn-info:disabled {
    color: #fff;
}

.show > .btn-info.dropdown-toggle {
    color: #fff;
}

.btn-info:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-info.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-warning:focus {
    color: #fff;
}

.btn-warning.focus {
    color: #fff;
}

.btn-warning.disabled {
    color: #fff;
}

.btn-warning:disabled {
    color: #fff;
}

.show > .btn-warning.dropdown-toggle {
    color: #fff;
}

.btn-warning:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-warning.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-danger:focus {
    color: #fff;
}

.btn-danger.focus {
    color: #fff;
}

.btn-danger.disabled {
    color: #fff;
}

.btn-danger:disabled {
    color: #fff;
}

.show > .btn-danger.dropdown-toggle {
    color: #fff;
}

.btn-danger:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-danger.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-light:focus {
    color: #343a40;
}

.btn-light.focus {
    color: #343a40;
}

.btn-light.disabled {
    color: #343a40;
}

.btn-light:disabled {
    color: #343a40;
}

.show > .btn-light.dropdown-toggle {
    color: #343a40;
}

.btn-light:hover:not(:disabled):not(.disabled) {
    color: #343a40;
}

.btn-light.hover:not(:disabled):not(.disabled) {
    color: #343a40;
}

.btn-dark:focus {
    color: #fff;
}

.btn-dark.focus {
    color: #fff;
}

.btn-dark.disabled {
    color: #fff;
}

.btn-dark:disabled {
    color: #fff;
}

.show > .btn-dark.dropdown-toggle {
    color: #fff;
}

.btn-dark:hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-dark.hover:not(:disabled):not(.disabled) {
    color: #fff;
}

.btn-white {
    color: #343a40;
}

.btn-white:focus {
    color: #343a40;
}

.btn-white.focus {
    color: #343a40;
}

.btn-white.disabled {
    color: #343a40;
}

.btn-white:disabled {
    color: #343a40;
}

.show > .btn-white.dropdown-toggle {
    color: #343a40;
}

.btn-white:hover:not(:disabled):not(.disabled) {
    color: #343a40;
}

.btn-white.hover:not(:disabled):not(.disabled) {
    color: #343a40;
}

.btn-primary:hover {
    background-color: #717342;
    border-color: #717342;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #5f664c;
    border-color: #323b19;
    color: #fff;
}

.card > .table > tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

.card > .table > tbody tr:last-child th:first-child {
    border-bottom-left-radius: 0.25rem;
}

.card > .table > tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.card > .table > tbody tr:last-child th:last-child {
    border-bottom-right-radius: 0.25rem;
}

.content {
    padding: 0.3rem 0.3rem 0 0.3rem;
    flex: 1;
    width: 100vw;
    max-width: 100vw;
    direction: ltr;
}

.dropdown .dropdown-menu.show {
    animation-name: dropdownAnimation;
    animation-duration: 0.25s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.dropdown-toggle::after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}

.dropdown-menu-lg {
    min-width: 20rem;
}

.dropdown .list-group .list-group-item {
    border-width: 0;
    border-bottom-width: 1px;
    margin-bottom: 0;
}

.dropdown .list-group .list-group-item:first-child {
    border-radius: 0;
}

.dropdown .list-group .list-group-item:last-child {
    border-radius: 0;
}

.dropdown .list-group .list-group-item:hover {
    background: #dfe1c8;
}

.dropdown-menu-header {
    padding: 0.75rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
    color: #393936;
}

.dropdown-menu-footer {
    padding: 0.5rem;
    text-align: center;
    display: block;
    font-size: 0.75rem;
}

.feather {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

.feather-sm {
    width: 14px;
    height: 14px;
}

.feather-lg {
    width: 36px;
    height: 36px;
}

footer.footer {
    direction: ltr;
    background: #fff;
}

footer.footer ul {
    margin-bottom: 0;
}

.hamburger {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 24px;
    background: #495057;
    display: block;
    content: '';
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    position: relative;
}

.hamburger:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 24px;
    background: #495057;
    display: block;
    content: '';
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    top: -7.5px;
    position: absolute;
}

.hamburger:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 16px;
    background: #495057;
    display: block;
    content: '';
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    bottom: -7.5px;
    position: absolute;
}

.sidebar-toggle:hover .hamburger {
    background: #81834b;
}

.sidebar-toggle:hover .hamburger:before {
    background: #81834b;
}

.sidebar-toggle:hover .hamburger:after {
    background: #81834b;
}

.hamburger-right {
    right: 0;
}

.hamburger-right:before {
    right: 0;
}

.hamburger-right:after {
    right: 0;
}

a.list-group-item {
    text-decoration: none;
}

.main {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
    background: #eef0d4;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar .avatar {
    margin-top: -15px;
    margin-bottom: -15px;
}
.avatar-hover-enlarge {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    position: relative; /* so z-index works */
    transform-origin: top center; /* anchor growth from top */
    z-index: 1;
}

.avatar-hover-enlarge:hover {
    transform: scale(3); /* enlarge 3x */
    z-index: 10; /* bring above other elements */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.navbar-align {
    margin-left: auto;
}

.navbar-bg {
    background: #c2c497;
}

.navbar-brand svg {
    color: #343a40;
    height: 24px;
    width: 24px;
    margin-left: -0.15rem;
    margin-right: 0.375rem;
    margin-top: -0.375rem;
}

.navbar-brand .feather {
    color: #343a40;
    height: 24px;
    width: 24px;
    margin-left: -0.15rem;
    margin-right: 0.375rem;
    margin-top: -0.375rem;
}

.nav-icon {
    padding: 0.1rem 0.8rem;
    display: block;
    font-size: 1.5rem;
    color: #6c757d;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    line-height: 1.4;
}

.nav-flag {
    padding: 0.1rem 0.8rem;
    display: block;
    font-size: 1.5rem;
    color: #6c757d;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    line-height: 1.4;
}

.nav-icon:after {
    display: none !important;
}

.nav-flag:after {
    display: none !important;
}

.nav-icon:hover {
    color: #81834b;
}

.nav-icon.active {
    color: #81834b;
}

.nav-flag:hover {
    color: #81834b;
}

.nav-flag.active {
    color: #81834b;
}

.nav-icon svg {
    width: 20px;
    height: 20px;
}

.nav-icon .feather {
    width: 20px;
    height: 20px;
}

.nav-flag svg {
    width: 20px;
    height: 20px;
}

.nav-flag .feather {
    width: 20px;
    height: 20px;
}

.nav-item .indicator {
    background: #737e59;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 1px;
    position: absolute;
    top: 0;
    right: -8px;
    text-align: center;
    transition: top 0.1s ease-out;
    font-size: 0.675rem;
    color: #fff;
}

.nav-item:hover .indicator {
    top: -4px;
}

.nav-item a:focus {
    outline: 0;
}

.nav-flag img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.navbar input {
    direction: ltr;
}

html {
    height: 100%;
}

#root {
    height: 100%;
}

.sidebar {
    min-width: 260px;
    max-width: 260px;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
    direction: ltr;
    background: #c2c497;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar.collapsed {
    margin-left: -260px;
}

.sidebar-content {
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
    display: flex;
    height: calc(100vh - 40px);
    flex-direction: column;
    background: #c2c497;
    flex: 1;
    overflow-y: auto;
    padding-top: 0.625rem;
}

.sidebar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-grow: 1;
}

.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.95rem;
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
    transition: background 0.1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 3px;
    color: #000;
    background: transparent;
    border-left-color: transparent;
}

a.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.95rem;
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
    transition: background 0.1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 3px;
    color: #000;
    background: transparent;
    border-left-color: transparent;
}

.sidebar-link i {
    margin-right: 1rem;
    color: #000;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
}

.sidebar-link svg {
    margin-right: 1rem;
    color: #000;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
}

a.sidebar-link i {
    /* margin-right: 1rem; */
    color: #000;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
}

a.sidebar-link svg {
    margin-right: 1rem;
    color: #000;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
}

.sidebar-link:focus {
    outline: 0;
}

a.sidebar-link:focus {
    outline: 0;
}

.sidebar-link:hover {
    color: #000;
    background: #b8bb87;
    border-left-color: #eef0d4;
    background-color: #f8f8f8;
    transform: translateY(-0.5px);
    transition: all 0.2s ease;
}

a.sidebar-link:hover {
    color: #000;
    background: #b8bb87;
    border-left-color: #d5d6b8;
}

.sidebar-link:hover i {
    color: #000;
}

.sidebar-link:hover svg {
    color: #000;
}

a.sidebar-link:hover i {
    color: #000;
}

a.sidebar-link:hover svg {
    color: #000;
}

.sidebar-link .sidebar-caret {
    margin-left: auto !important;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
}

a.sidebar-link .sidebar-caret {
    margin-left: auto !important;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
}

.sidebar-link[aria-expanded='true'] .sidebar-caret {
    transform: rotate(90deg);
}

a.sidebar-link[aria-expanded='true'] .sidebar-caret {
    transform: rotate(90deg);
}

.sidebar-item {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.sidebar-item.active > .sidebar-link {
    color: #5a7379;
}

.sidebar-item.active {
    color: #5a7379;
}

.sidebar-item.active > .sidebar-link i {
    color: #5a7379;
}

.sidebar-item.active > .sidebar-link svg {
    color: #5a7379;
}

.sidebar-item.active .sidebar-link:hover i {
    color: #5a7379;
}

.sidebar-item.active .sidebar-link:hover svg {
    color: #5a7379;
}

.sidebar-item > a.MyMenu {
    background-color: #d5d7bb;
    border-bottom-color: #e7e5de !important;
    border-bottom: 2px solid;
}

.sidebar-item > a.active {
    background-color: #eef0d4 !important;
    color: blue;
    font-weight: 500;
}

.sidebar-brand {
    font-weight: 600;
    font-size: 2.3rem;
    padding-top: 0rem;
    padding-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 39.2px;
    text-decoration: none;
}

.sidebar-brand:hover {
    text-decoration: none;
    color: #000;
}

.sidebar-logo {
    height: 20px;
    margin-right: 8px;
}

.sidebar-brand:focus {
    outline: 0;
}

.sidebar-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    margin-right: 1rem;
}

.sidebar-header {
    background: transparent;
    padding: 0.375rem 0.25rem 0.375rem 1rem;
    font-size: 1rem;
    color: #495057;
    text-align: center;
}

.sidebar-badge {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
}

.sidebar-cta-content {
    /* padding: 1rem;
    margin: 1rem; */
    padding: 0.25rem;
    margin: 0.2rem;
    border-radius: 0.3rem;
    background: #dfe0c8;
    color: #000;
}

.sidebar-dropdown > .sidebar-item > .sidebar-link {
    padding-left: 1rem;
    font-size: 0.95rem;
}

.sidebar-dropdown .sidebar-dropdown > .sidebar-item > .sidebar-link {
    padding-left: 2rem;
    font-size: 0.95rem;
}

.min-vw-50 {
    min-width: 50vw !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.vw-50 {
    width: 50vw !important;
}

.vh-50 {
    height: 50vh !important;
}

.stat {
    background: #edf0e1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.stat svg {
    width: 18px;
    height: 18px;
    color: rgb(164, 180, 106) !important;
    stroke-width: 1.5;
}

.table thead {
    border-color: #f1f2e9;
}

.table tbody {
    border-color: #f1f2e9;
}

.table tfoot {
    border-color: #f1f2e9;
}

.table tr {
    border-color: #f1f2e9;
}

.table th {
    border-color: #f1f2e9;
}

.table > :not(:last-child) > :last-child > * {
    border-color: #e5e7d7;
}

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

.text-sm {
    font-size: 0.75rem;
}

.text-lg {
    font-size: 1rem;
}

pre.snippet {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
}

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
    background: #c2c497;
}

.cursor-grab {
    cursor: grab; /* standard */
    cursor: -webkit-grab; /* Chrome, Safari, Edge */
    cursor: -moz-grab;
}

.cursor-pointer {
    cursor: pointer;
}

.simplebar-content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    padding-bottom: 0 !important;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#overlay.first-load {
    background-color: rgba(181, 186, 117, 1); /* full opacity */
}

#overlay.subsequent-load {
    background-color: rgba(181, 186, 117, 0.7); /* semi-transparent */
}

#overlay.hidden {
    opacity: 0;
    pointer-events: none;
}
#overlay .loader {
    flex-direction: column;
    align-items: center;
    color: #fff;
}

/* Optional: If using image loader instead of spinner */
#overlay img {
    max-width: 100px;
    max-height: 100px;
    margin: 0;
}

/* Smooth fade animations */
.fade-in {
    animation: fadeIn 0.3s forwards;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (min-width: 576px) {
    .m-sm-6 {
        margin: 4.5rem !important;
    }

    .m-sm-7 {
        margin: 6rem !important;
    }

    .mx-sm-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-sm-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .my-sm-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-sm-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .mt-sm-6 {
        margin-top: 4.5rem !important;
    }

    .mt-sm-7 {
        margin-top: 6rem !important;
    }

    .me-sm-6 {
        margin-right: 4.5rem !important;
    }

    .me-sm-7 {
        margin-right: 6rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 6rem !important;
    }

    .ms-sm-6 {
        margin-left: 4.5rem !important;
    }

    .ms-sm-7 {
        margin-left: 6rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .m-sm-n6 {
        margin: -4.5rem !important;
    }

    .m-sm-n7 {
        margin: -6rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-sm-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-sm-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-sm-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    .mt-sm-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-sm-n7 {
        margin-top: -6rem !important;
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -3rem !important;
    }

    .me-sm-n6 {
        margin-right: -4.5rem !important;
    }

    .me-sm-n7 {
        margin-right: -6rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-sm-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-sm-n7 {
        margin-bottom: -6rem !important;
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -3rem !important;
    }

    .ms-sm-n6 {
        margin-left: -4.5rem !important;
    }

    .ms-sm-n7 {
        margin-left: -6rem !important;
    }

    .p-sm-6 {
        padding: 4.5rem !important;
    }

    .p-sm-7 {
        padding: 6rem !important;
    }

    .px-sm-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-sm-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-sm-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .pt-sm-6 {
        padding-top: 4.5rem !important;
    }

    .pt-sm-7 {
        padding-top: 6rem !important;
    }

    .pe-sm-6 {
        padding-right: 4.5rem !important;
    }

    .pe-sm-7 {
        padding-right: 6rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 4.5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 6rem !important;
    }

    .ps-sm-6 {
        padding-left: 4.5rem !important;
    }

    .ps-sm-7 {
        padding-left: 6rem !important;
    }

    .gap-sm-6 {
        gap: 4.5rem !important;
    }

    .gap-sm-7 {
        gap: 6rem !important;
    }

    .row-gap-sm-6 {
        row-gap: 4.5rem !important;
    }

    .row-gap-sm-7 {
        row-gap: 6rem !important;
    }

    .column-gap-sm-6 {
        column-gap: 4.5rem !important;
    }

    .column-gap-sm-7 {
        column-gap: 6rem !important;
    }
}

@media (min-width: 768px) {
    .content {
        width: auto;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .content {
        padding: 0.3rem 0.3rem 0 0.3rem;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .object-fit-xl-contain {
        object-fit: contain !important;
    }

    .object-fit-xl-cover {
        object-fit: cover !important;
    }

    .object-fit-xl-fill {
        object-fit: fill !important;
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }

    .object-fit-xl-none {
        object-fit: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-6 {
        margin: 4.5rem !important;
    }

    .m-xl-7 {
        margin: 6rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xl-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xl-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-6 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-7 {
        margin-top: 6rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-6 {
        margin-right: 4.5rem !important;
    }

    .me-xl-7 {
        margin-right: 6rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-6 {
        margin-left: 4.5rem !important;
    }

    .ms-xl-7 {
        margin-left: 6rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .m-xl-n6 {
        margin: -4.5rem !important;
    }

    .m-xl-n7 {
        margin: -6rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xl-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xl-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xl-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -3rem !important;
    }

    .mt-xl-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-xl-n7 {
        margin-top: -6rem !important;
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-right: -1rem !important;
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xl-n5 {
        margin-right: -3rem !important;
    }

    .me-xl-n6 {
        margin-right: -4.5rem !important;
    }

    .me-xl-n7 {
        margin-right: -6rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-xl-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xl-n7 {
        margin-bottom: -6rem !important;
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xl-n5 {
        margin-left: -3rem !important;
    }

    .ms-xl-n6 {
        margin-left: -4.5rem !important;
    }

    .ms-xl-n7 {
        margin-left: -6rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .p-xl-6 {
        padding: 4.5rem !important;
    }

    .p-xl-7 {
        padding: 6rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xl-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pt-xl-6 {
        padding-top: 4.5rem !important;
    }

    .pt-xl-7 {
        padding-top: 6rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pe-xl-6 {
        padding-right: 4.5rem !important;
    }

    .pe-xl-7 {
        padding-right: 6rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 6rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .ps-xl-6 {
        padding-left: 4.5rem !important;
    }

    .ps-xl-7 {
        padding-left: 6rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .gap-xl-6 {
        gap: 4.5rem !important;
    }

    .gap-xl-7 {
        gap: 6rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .row-gap-xl-6 {
        row-gap: 4.5rem !important;
    }

    .row-gap-xl-7 {
        row-gap: 6rem !important;
    }

    .column-gap-xl-0 {
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        column-gap: 3rem !important;
    }

    .column-gap-xl-6 {
        column-gap: 4.5rem !important;
    }

    .column-gap-xl-7 {
        column-gap: 6rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1440px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .object-fit-xxl-contain {
        object-fit: contain !important;
    }

    .object-fit-xxl-cover {
        object-fit: cover !important;
    }

    .object-fit-xxl-fill {
        object-fit: fill !important;
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }

    .object-fit-xxl-none {
        object-fit: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-6 {
        margin: 4.5rem !important;
    }

    .m-xxl-7 {
        margin: 6rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-6 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .mx-xxl-7 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-6 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

    .my-xxl-7 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-6 {
        margin-top: 4.5rem !important;
    }

    .mt-xxl-7 {
        margin-top: 6rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-6 {
        margin-right: 4.5rem !important;
    }

    .me-xxl-7 {
        margin-right: 6rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-6 {
        margin-left: 4.5rem !important;
    }

    .ms-xxl-7 {
        margin-left: 6rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .m-xxl-n6 {
        margin: -4.5rem !important;
    }

    .m-xxl-n7 {
        margin: -6rem !important;
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xxl-n6 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .mx-xxl-n7 {
        margin-right: -6rem !important;
        margin-left: -6rem !important;
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xxl-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xxl-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mt-xxl-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-xxl-n7 {
        margin-top: -6rem !important;
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -1rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n5 {
        margin-right: -3rem !important;
    }

    .me-xxl-n6 {
        margin-right: -4.5rem !important;
    }

    .me-xxl-n7 {
        margin-right: -6rem !important;
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-xxl-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xxl-n7 {
        margin-bottom: -6rem !important;
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }

    .ms-xxl-n6 {
        margin-left: -4.5rem !important;
    }

    .ms-xxl-n7 {
        margin-left: -6rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .p-xxl-6 {
        padding: 4.5rem !important;
    }

    .p-xxl-7 {
        padding: 6rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .px-xxl-7 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .py-xxl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pt-xxl-6 {
        padding-top: 4.5rem !important;
    }

    .pt-xxl-7 {
        padding-top: 6rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pe-xxl-6 {
        padding-right: 4.5rem !important;
    }

    .pe-xxl-7 {
        padding-right: 6rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 6rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .ps-xxl-6 {
        padding-left: 4.5rem !important;
    }

    .ps-xxl-7 {
        padding-left: 6rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .gap-xxl-6 {
        gap: 4.5rem !important;
    }

    .gap-xxl-7 {
        gap: 6rem !important;
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }

    .row-gap-xxl-6 {
        row-gap: 4.5rem !important;
    }

    .row-gap-xxl-7 {
        row-gap: 6rem !important;
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }

    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-xxl-5 {
        column-gap: 3rem !important;
    }

    .column-gap-xxl-6 {
        column-gap: 4.5rem !important;
    }

    .column-gap-xxl-7 {
        column-gap: 6rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        padding: 0.75rem;
    }

    .nav-icon {
        padding: 0.1rem 0.75rem;
    }

    .dropdown {
        position: inherit;
    }

    .dropleft {
        position: inherit;
    }

    .dropright {
        position: inherit;
    }

    .dropup {
        position: inherit;
    }

    .navbar-expand .navbar-nav .dropdown-menu-lg {
        min-width: 100%;
    }

    .nav-item .nav-link:after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        width: 100vw;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .card-img {
        height: 100%;
    }

    .card-img-top {
        height: 100%;
    }

    .card-img-bottom {
        height: 100%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow-x: hidden;
    }
}

@media (min-width: 1px) and (max-width: 991.98px) {
    .sidebar {
        margin-left: -260px;
    }

    .sidebar.collapsed {
        margin-left: 0;
    }
}

.dt-length select.form-select {
    appearance: auto;
    background-image: none;
}

div.dt-container div.dt-search input {
    width: 20rem;
}

ul.pagination li {
    margin-right: 0.15rem;
}

.pagination .page-item .page-link {
    border-radius: 0.3rem !important;
    background-color: #6d6e60;
    min-width: 60px;
    line-height: 8px;
}

.pagination {
    --bs-pagination-color: rgb(252, 251, 251);
    --bs-pagination-active-color: #96a4b7;
    --bs-pagination-focus-bg: #71ade9;
    --bs-pagination-hover-color: #cbe79e;
}

table.dataTable thead th {
    text-align: center;
}

table.dataTable thead td {
    text-align: center;
}

table.dataTable tfoot th {
    text-align: center;
}

table.dataTable tfoot td {
    text-align: center;
}

table.dataTable th.dt-type-numeric {
    text-align: center;
}

table.dataTable th.dt-type-date {
    text-align: center;
}

.btn-back {
    font-size: 1rem;
}

.FormErrorMessage {
    font-size: 14px;
    margin-top: 5px;
    background-color: #f29b9b;
    padding-left: 10px;
    border-radius: 5px;
    font-weight: bold;
}

/* Base alert styles */
.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    min-width: 300px;
    text-align: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    font-style: italic;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Alert types */
.custom-alert.error {
    background-color: #f44336;
}

.custom-alert.success {
    background-color: #4caf50;
}

.custom-alert.normal {
    background-color: white;
    color: black;
}

/* Button styles */
.custom-alert button {
    margin-top: 15px;
    padding: 8px 15px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-alert button.ok {
    background-color: white;
    color: black;
    min-width: 75px;
    line-height: 15px;
    font-weight: inherit;
}

#D_Table {
    visibility: hidden;
}

.num-input {
    text-align: right !important;
    max-width: 150px !important;
    font-variant-numeric: tabular-nums !important;
}

input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    padding: 0.3rem 0.25rem 0.3rem 0.5rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px !important;
}

.select2-container--default .select2-selection__arrow b {
    border-color: #343a40 transparent transparent transparent;
}

#sidebar {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
}

#sidebar.loaded {
    opacity: 1;
    transform: translateX(0);
}

.form-select.selectize-control {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.form-control.selectize-control {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}

.selectize-dropdown .selected {
    background-color: #c5c5bd;
    color: #fff;
}

.form-select-sm.selectize-control {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    border-radius: 0.2rem !important;
    height: calc(1.5em + 0.3rem + 2px) !important;
}

.form-select-sm.selectize-control .selectize-input {
    min-height: calc(1rem + 2px) !important;
    /* padding: 0.2rem 0.5rem !important; */
    font-size: 0.875rem !important;
    line-height: 1rem !important;
    font-size: 0.875rem !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    /* min-height: auto !important; */
    /* line-height: 1.3 !important; */
    border: 0 !important;
    border-radius: 0 !important;
}

.form-control-sm.selectize-control .selectize-input {
    min-height: calc(1rem + 2px) !important;
    /* padding: 0.2rem 0.5rem !important; */
    font-size: 0.875rem !important;
    line-height: 1rem !important;
    font-size: 0.875rem !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.5rem !important;
    /* min-height: auto !important; */
    /* line-height: 1.3 !important; */
    border: 0 !important;
    border-radius: 0 !important;
}

.table-wrapper {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#ItemTable thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.fixed-table {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.dropdown-menu-body-appended {
    background-color: #e5e7e0;
    color: #000;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0.25rem 0;
    white-space: nowrap;
    z-index: 2000 !important;
}

.dropdown-menu-body-appended .dropdown-item {
    color: #c8c7b8;
    padding: 0.25rem 0.5rem;
}

.dropdown-menu-body-appended .dropdown-item:hover {
    background-color: #cccdc6;
    color: #0b0b0b;
}

.dropdown-menu-body-appended .dropdown-divider {
    height: 1px;
    margin: 0.25rem 0;
    background-color: #dedede;
    overflow: hidden;
}

.modal-content {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 1);
    overflow: hidden;
}

.modal-header {
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #d8dd9d;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: #aeb091;
}

@media (max-width: 992px) {
    .pagination .page-item .page-link {
        min-width: 50px;
    }
}

@media (max-width: 576px) {
    .pagination .page-item .page-link {
        min-width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.simplebar-content {
    padding-top: 2px !important;
}

.chat-body {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.msg {
    display: flex;
    margin-bottom: 8px;
}

.msg.sent {
    justify-content: flex-end;
}

.msg.received {
    justify-content: flex-start;
}

.bubble {
    padding: 8px 12px;
    border-radius: 12px;
    max-width: 70%;
    position: relative;
}

.sent .bubble {
    background: #cfc5c5;
    color: #0f0e0e;
}

.received .bubble {
    background: #f1f1f1;
    color: #000;
}

.ts {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 4px;
}

#msgList {
    max-height: 200px;
    /* adjust height as needed */
    overflow-y: auto;
}

.text-fit {
    white-space: normal;
    /* default */
}

@media (min-width: 992px) {
    /* lg and above */
    .text-fit {
        white-space: nowrap !important;
    }
}

/* Level 1 - main menu */
.sidebar-nav > .sidebar-item > .sidebar-link {
    background-color: #c2c497;
    /* base theme */
    color: #1a1a1a;
    padding-left: 0.75rem;
}

/* Level 2 - first submenu */
.sidebar-dropdown > .sidebar-item > .sidebar-link {
    background-color: #d0d2ad;
    /* slightly lighter than level 1 */
    padding-left: 1.5rem;
    border-bottom-color: #e7e5de !important;
    border-bottom: 2px solid;
}

/* Level 3 - submenu inside level 2 */
.sidebar-dropdown > .sidebar-item > .sidebar-dropdown > .sidebar-item > .sidebar-link {
    background-color: #dfe0c8;
    /* slightly lighter than level 2 */
    border-bottom-color: #e7e5de !important;
    border-bottom: 2px solid;
    padding-left: 2.25rem;
}

/* Optional hover effect */
.sidebar-link:hover {
    background-color: #d2d5b6;
    color: #1a1a1a;
}

/* Active link */
.sidebar-link.active {
    background-color: #b8bb7f;
    color: #1a1a1a;
}

.menu-icon {
    display: inline-block;
    /* allows width to apply */
    min-width: 36px;
    /* minimum width for alignment */
    text-align: left;
    margin-left: 25px;
    /* center the icon inside the box */

    /* space between icon and menu name */
}

#sidebar .menu-icon {
    margin-left: 0px !important;
}

#menuNestable {
    max-height: 60vh;
    min-height: 500px;
    overflow-y: auto;
    border: 1px solid black;
    padding: 0 10px;
    min-width: 800px;
}

/* dd-content: flex wrapper for handle + buttons */
.dd-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

/* dd-handle: left draggable area */
.dd-handle {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1px 0 !important;
    cursor: grab;
    padding: 10px 30px;
    box-sizing: border-box;
}

/* Level-specific handle colors */
#menuNestable > .dd-list > .dd-item > .dd-content > .dd-handle {
    background-color: #c2c497;
    /* Level 1 */
    color: #000;
}

#menuNestable .dd-list .dd-list > .dd-item > .dd-content > .dd-handle {
    background-color: #d0d2ad;
    /* Level 2 */
    color: #000;
}

#menuNestable .dd-list .dd-list .dd-list > .dd-item > .dd-content > .dd-handle {
    background-color: #dfe0c8;
    /* Level 3 */
    color: #000;
}

#menuNestable .dd-list .dd-list .dd-list .dd-list > .dd-item > .dd-content > .dd-handle {
    background-color: #e74a3b;
    /* Level 4 */
    color: #000;
}

/* Optional: additional indentation for legacy support */
.dd-handle {
    padding-left: 30px;
}

/* Menu actions (buttons on right) */
.menu-actions {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}

/* Buttons inside menu-actions */
.menu-actions button {
    font-size: 0.85rem;
    padding: 3px 8px;
}

/* dd-item styling */
.dd-item {
    font-size: 1rem !important;
    position: relative;
}

/* .handle-left container for icons + text inside handle */
.handle-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Placeholder styling */
#menuNestable .dd-placeholder {
    height: 40px;
    margin: 4px 0;
    border: 2px dashed #999;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.05);
}

/* Placeholder indentation per level */
#menuNestable .dd-list > .dd-placeholder {
    margin-left: 0;
}

#menuNestable .dd-list .dd-list > .dd-placeholder {
    margin-left: 30px;
    background-color: rgba(66, 160, 115, 0.05);
}

#menuNestable .dd-list .dd-list .dd-list > .dd-placeholder {
    margin-left: 60px;
    background-color: rgba(210, 54, 54, 0.05);
}

#menuNestable .dd-list .dd-list .dd-list .dd-list > .dd-placeholder {
    margin-left: 90px;
    background-color: rgba(87, 6, 6, 0.05);
}

/* Optional: modal z-index fix */
.modal {
    z-index: 2000 !important;
}

.modal-backdrop {
    z-index: 1990 !important;
}

.dd-item > button.dd-collapse,
.dd-item > button.dd-expand {
    position: absolute !important;
    font-size: 25px !important;
    margin-top: 2px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.sidebar-link.expanded {
    font-weight: 600;
    /* Make parent text bold */
    color: #0d6efd;
    /* Bootstrap primary color */
}

.menu-text {
    display: flex;
    justify-content: space-between;
    /* keeps name on left, route on right */
    align-items: center;
    width: 400px;
    /* fixed width for all rows */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-name {
    flex: 0 0 250px;
    /* fixed width for name */
    margin-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-route {
    flex: 0 0 350px;
    /* fixed width for route */
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
:root {
    --col-0-5: 4.1667%;
    --col-1-5: 12.5%;
    --col-2-5: 20.8333%;
    --col-3-5: 29.1667%;
    --col-4-5: 37.5%;
    --col-5-5: 45.8333%;
    --col-6-5: 54.1667%;
    --col-7-5: 62.5%;
    --col-8-5: 70.8333%;
    --col-9-5: 79.1667%;
    --col-10-5: 87.5%;
    --col-11-5: 95.8333%;
}

/* ======================
   Extra Small (<576px)
   ====================== */
.col-0-5 {
    flex: 0 0 auto;
    width: var(--col-0-5);
}
.col-1-5 {
    flex: 0 0 auto;
    width: var(--col-1-5);
}
.col-2-5 {
    flex: 0 0 auto;
    width: var(--col-2-5);
}
.col-3-5 {
    flex: 0 0 auto;
    width: var(--col-3-5);
}
.col-4-5 {
    flex: 0 0 auto;
    width: var(--col-4-5);
}
.col-5-5 {
    flex: 0 0 auto;
    width: var(--col-5-5);
}
.col-6-5 {
    flex: 0 0 auto;
    width: var(--col-6-5);
}
.col-7-5 {
    flex: 0 0 auto;
    width: var(--col-7-5);
}
.col-8-5 {
    flex: 0 0 auto;
    width: var(--col-8-5);
}
.col-9-5 {
    flex: 0 0 auto;
    width: var(--col-9-5);
}
.col-10-5 {
    flex: 0 0 auto;
    width: var(--col-10-5);
}
.col-11-5 {
    flex: 0 0 auto;
    width: var(--col-11-5);
}

.offset-0-5 {
    margin-left: var(--col-0-5);
}
.offset-1-5 {
    margin-left: var(--col-1-5);
}
.offset-2-5 {
    margin-left: var(--col-2-5);
}
.offset-3-5 {
    margin-left: var(--col-3-5);
}
.offset-4-5 {
    margin-left: var(--col-4-5);
}
.offset-5-5 {
    margin-left: var(--col-5-5);
}
.offset-6-5 {
    margin-left: var(--col-6-5);
}
.offset-7-5 {
    margin-left: var(--col-7-5);
}
.offset-8-5 {
    margin-left: var(--col-8-5);
}
.offset-9-5 {
    margin-left: var(--col-9-5);
}
.offset-10-5 {
    margin-left: var(--col-10-5);
}
.offset-11-5 {
    margin-left: var(--col-11-5);
}

/* ======================
   Small (≥576px)
   ====================== */
@media (min-width: 576px) {
    .col-sm-0-5 {
        flex: 0 0 auto;
        width: var(--col-0-5);
    }
    .col-sm-1-5 {
        flex: 0 0 auto;
        width: var(--col-1-5);
    }
    .col-sm-2-5 {
        flex: 0 0 auto;
        width: var(--col-2-5);
    }
    .col-sm-3-5 {
        flex: 0 0 auto;
        width: var(--col-3-5);
    }
    .col-sm-4-5 {
        flex: 0 0 auto;
        width: var(--col-4-5);
    }
    .col-sm-5-5 {
        flex: 0 0 auto;
        width: var(--col-5-5);
    }
    .col-sm-6-5 {
        flex: 0 0 auto;
        width: var(--col-6-5);
    }
    .col-sm-7-5 {
        flex: 0 0 auto;
        width: var(--col-7-5);
    }
    .col-sm-8-5 {
        flex: 0 0 auto;
        width: var(--col-8-5);
    }
    .col-sm-9-5 {
        flex: 0 0 auto;
        width: var(--col-9-5);
    }
    .col-sm-10-5 {
        flex: 0 0 auto;
        width: var(--col-10-5);
    }
    .col-sm-11-5 {
        flex: 0 0 auto;
        width: var(--col-11-5);
    }

    .offset-sm-0-5 {
        margin-left: var(--col-0-5);
    }
    .offset-sm-1-5 {
        margin-left: var(--col-1-5);
    }
    .offset-sm-2-5 {
        margin-left: var(--col-2-5);
    }
    .offset-sm-3-5 {
        margin-left: var(--col-3-5);
    }
    .offset-sm-4-5 {
        margin-left: var(--col-4-5);
    }
    .offset-sm-5-5 {
        margin-left: var(--col-5-5);
    }
    .offset-sm-6-5 {
        margin-left: var(--col-6-5);
    }
    .offset-sm-7-5 {
        margin-left: var(--col-7-5);
    }
    .offset-sm-8-5 {
        margin-left: var(--col-8-5);
    }
    .offset-sm-9-5 {
        margin-left: var(--col-9-5);
    }
    .offset-sm-10-5 {
        margin-left: var(--col-10-5);
    }
    .offset-sm-11-5 {
        margin-left: var(--col-11-5);
    }
}

/* ======================
   Medium (≥768px)
   ====================== */
@media (min-width: 768px) {
    .col-md-0-5 {
        flex: 0 0 auto;
        width: var(--col-0-5);
    }
    .col-md-1-5 {
        flex: 0 0 auto;
        width: var(--col-1-5);
    }
    .col-md-2-5 {
        flex: 0 0 auto;
        width: var(--col-2-5);
    }
    .col-md-3-5 {
        flex: 0 0 auto;
        width: var(--col-3-5);
    }
    .col-md-4-5 {
        flex: 0 0 auto;
        width: var(--col-4-5);
    }
    .col-md-5-5 {
        flex: 0 0 auto;
        width: var(--col-5-5);
    }
    .col-md-6-5 {
        flex: 0 0 auto;
        width: var(--col-6-5);
    }
    .col-md-7-5 {
        flex: 0 0 auto;
        width: var(--col-7-5);
    }
    .col-md-8-5 {
        flex: 0 0 auto;
        width: var(--col-8-5);
    }
    .col-md-9-5 {
        flex: 0 0 auto;
        width: var(--col-9-5);
    }
    .col-md-10-5 {
        flex: 0 0 auto;
        width: var(--col-10-5);
    }
    .col-md-11-5 {
        flex: 0 0 auto;
        width: var(--col-11-5);
    }

    .offset-md-0-5 {
        margin-left: var(--col-0-5);
    }
    .offset-md-1-5 {
        margin-left: var(--col-1-5);
    }
    .offset-md-2-5 {
        margin-left: var(--col-2-5);
    }
    .offset-md-3-5 {
        margin-left: var(--col-3-5);
    }
    .offset-md-4-5 {
        margin-left: var(--col-4-5);
    }
    .offset-md-5-5 {
        margin-left: var(--col-5-5);
    }
    .offset-md-6-5 {
        margin-left: var(--col-6-5);
    }
    .offset-md-7-5 {
        margin-left: var(--col-7-5);
    }
    .offset-md-8-5 {
        margin-left: var(--col-8-5);
    }
    .offset-md-9-5 {
        margin-left: var(--col-9-5);
    }
    .offset-md-10-5 {
        margin-left: var(--col-10-5);
    }
    .offset-md-11-5 {
        margin-left: var(--col-11-5);
    }
}

/* ======================
   Large (≥992px)
   ====================== */
@media (min-width: 992px) {
    .col-lg-0-5 {
        flex: 0 0 auto;
        width: var(--col-0-5);
    }
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: var(--col-1-5);
    }
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: var(--col-2-5);
    }
    .col-lg-3-5 {
        flex: 0 0 auto;
        width: var(--col-3-5);
    }
    .col-lg-4-5 {
        flex: 0 0 auto;
        width: var(--col-4-5);
    }
    .col-lg-5-5 {
        flex: 0 0 auto;
        width: var(--col-5-5);
    }
    .col-lg-6-5 {
        flex: 0 0 auto;
        width: var(--col-6-5);
    }
    .col-lg-7-5 {
        flex: 0 0 auto;
        width: var(--col-7-5);
    }
    .col-lg-8-5 {
        flex: 0 0 auto;
        width: var(--col-8-5);
    }
    .col-lg-9-5 {
        flex: 0 0 auto;
        width: var(--col-9-5);
    }
    .col-lg-10-5 {
        flex: 0 0 auto;
        width: var(--col-10-5);
    }
    .col-lg-11-5 {
        flex: 0 0 auto;
        width: var(--col-11-5);
    }

    .offset-lg-0-5 {
        margin-left: var(--col-0-5);
    }
    .offset-lg-1-5 {
        margin-left: var(--col-1-5);
    }
    .offset-lg-2-5 {
        margin-left: var(--col-2-5);
    }
    .offset-lg-3-5 {
        margin-left: var(--col-3-5);
    }
    .offset-lg-4-5 {
        margin-left: var(--col-4-5);
    }
    .offset-lg-5-5 {
        margin-left: var(--col-5-5);
    }
    .offset-lg-6-5 {
        margin-left: var(--col-6-5);
    }
    .offset-lg-7-5 {
        margin-left: var(--col-7-5);
    }
    .offset-lg-8-5 {
        margin-left: var(--col-8-5);
    }
    .offset-lg-9-5 {
        margin-left: var(--col-9-5);
    }
    .offset-lg-10-5 {
        margin-left: var(--col-10-5);
    }
    .offset-lg-11-5 {
        margin-left: var(--col-11-5);
    }
}

/* ======================
   Extra Large (≥1200px)
   ====================== */
@media (min-width: 1200px) {
    .col-xl-0-5 {
        flex: 0 0 auto;
        width: var(--col-0-5);
    }
    .col-xl-1-5 {
        flex: 0 0 auto;
        width: var(--col-1-5);
    }
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: var(--col-2-5);
    }
    .col-xl-3-5 {
        flex: 0 0 auto;
        width: var(--col-3-5);
    }
    .col-xl-4-5 {
        flex: 0 0 auto;
        width: var(--col-4-5);
    }
    .col-xl-5-5 {
        flex: 0 0 auto;
        width: var(--col-5-5);
    }
    .col-xl-6-5 {
        flex: 0 0 auto;
        width: var(--col-6-5);
    }
    .col-xl-7-5 {
        flex: 0 0 auto;
        width: var(--col-7-5);
    }
    .col-xl-8-5 {
        flex: 0 0 auto;
        width: var(--col-8-5);
    }
    .col-xl-9-5 {
        flex: 0 0 auto;
        width: var(--col-9-5);
    }
    .col-xl-10-5 {
        flex: 0 0 auto;
        width: var(--col-10-5);
    }
    .col-xl-11-5 {
        flex: 0 0 auto;
        width: var(--col-11-5);
    }

    .offset-xl-0-5 {
        margin-left: var(--col-0-5);
    }
    .offset-xl-1-5 {
        margin-left: var(--col-1-5);
    }
    .offset-xl-2-5 {
        margin-left: var(--col-2-5);
    }
    .offset-xl-3-5 {
        margin-left: var(--col-3-5);
    }
    .offset-xl-4-5 {
        margin-left: var(--col-4-5);
    }
    .offset-xl-5-5 {
        margin-left: var(--col-5-5);
    }
    .offset-xl-6-5 {
        margin-left: var(--col-6-5);
    }
    .offset-xl-7-5 {
        margin-left: var(--col-7-5);
    }
    .offset-xl-8-5 {
        margin-left: var(--col-8-5);
    }
    .offset-xl-9-5 {
        margin-left: var(--col-9-5);
    }
    .offset-xl-10-5 {
        margin-left: var(--col-10-5);
    }
    .offset-xl-11-5 {
        margin-left: var(--col-11-5);
    }
}

/* ======================
   XXL (≥1400px)
   ====================== */
@media (min-width: 1400px) {
    .col-xxl-0-5 {
        flex: 0 0 auto;
        width: var(--col-0-5);
    }
    .col-xxl-1-5 {
        flex: 0 0 auto;
        width: var(--col-1-5);
    }
    .col-xxl-2-5 {
        flex: 0 0 auto;
        width: var(--col-2-5);
    }
    .col-xxl-3-5 {
        flex: 0 0 auto;
        width: var(--col-3-5);
    }
    .col-xxl-4-5 {
        flex: 0 0 auto;
        width: var(--col-4-5);
    }
    .col-xxl-5-5 {
        flex: 0 0 auto;
        width: var(--col-5-5);
    }
    .col-xxl-6-5 {
        flex: 0 0 auto;
        width: var(--col-6-5);
    }
    .col-xxl-7-5 {
        flex: 0 0 auto;
        width: var(--col-7-5);
    }
    .col-xxl-8-5 {
        flex: 0 0 auto;
        width: var(--col-8-5);
    }
    .col-xxl-9-5 {
        flex: 0 0 auto;
        width: var(--col-9-5);
    }
    .col-xxl-10-5 {
        flex: 0 0 auto;
        width: var(--col-10-5);
    }
    .col-xxl-11-5 {
        flex: 0 0 auto;
        width: var(--col-11-5);
    }

    .offset-xxl-0-5 {
        margin-left: var(--col-0-5);
    }
    .offset-xxl-1-5 {
        margin-left: var(--col-1-5);
    }
    .offset-xxl-2-5 {
        margin-left: var(--col-2-5);
    }
    .offset-xxl-3-5 {
        margin-left: var(--col-3-5);
    }
    .offset-xxl-4-5 {
        margin-left: var(--col-4-5);
    }
    .offset-xxl-5-5 {
        margin-left: var(--col-5-5);
    }
    .offset-xxl-6-5 {
        margin-left: var(--col-6-5);
    }
    .offset-xxl-7-5 {
        margin-left: var(--col-7-5);
    }
    .offset-xxl-8-5 {
        margin-left: var(--col-8-5);
    }
    .offset-xxl-9-5 {
        margin-left: var(--col-9-5);
    }
    .offset-xxl-10-5 {
        margin-left: var(--col-10-5);
    }
    .offset-xxl-11-5 {
        margin-left: var(--col-11-5);
    }
}
.ItemTable > tbody > tr > td {
    border: 1px solid black !important;
}
#addMenuModal .modal-dialog {
    max-width: 900px; /* fixed width */
    width: 90%; /* relative width */
}

#editMenuModal .modal-dialog {
    max-width: 900px; /* fixed width */
    width: 90%; /* relative width */
}
.preview-file-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    /* space between previews */
}

.preview-file-wrapper .btn-remove {
    position: absolute;
    /* top: -12px; */
    /* a bit further up */
    right: -25px;
    /* a bit further right */
    background: transparent;
    /* transparent background */
    color: red;
    border: 2px solid red;
    /* border-radius: 50%; */
    width: 22px;
    height: 22px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.filepond--credits {
    display: none !important;
}

.selectize-input.focus {
    background-color: #f0e9e9 !important;
    border-color: #d2dab5;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}
.selectize-input > input:focus {
    background-color: #f0e9e9 !important;
    border-color: #d2dab5;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
}
.highest-rate-row > * {
    --bs-table-bg-type: #ffe5e5 !important; /* light red */
    /* background-color: var(--bs-table-bg-type) !important; */
}

.lowest-rate-row > * {
    --bs-table-bg-type: #e6ffe6 !important; /* light green */
    /* background-color: var(--bs-table-bg-type) !important; */
}

.highest-rate-row td,
.lowest-rate-row td {
    font-weight: 400;
}

.Stock-label {
    width: 100%;
    pointer-events: none;
    user-select: text;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 0.125rem 0.25rem rgba(64, 60, 60, 0.6);
    min-height: calc(1.525rem + 2px);
    padding: 0.2rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
}
/* .table-striped > tbody > tr:not(.highest-rate-row):not(.lowest-rate-row):nth-of-type(odd) > * {
    background-color: var(--bs-table-striped-bg) !important;
} */
