@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import "//cdn.datatables.net/2.2.2/css/dataTables.dataTables.min.css";
@import "//cdn.jsdelivr.net/npm/air-datepicker@3.5.3/air-datepicker.css";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --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: #1657d9;
  --bs-secondary: #6c757d;
  --bs-success: #6fa621;
  --bs-info: #7c5dff;
  --bs-warning: #ffaa00;
  --bs-danger: #d93616;
  --bs-light: #f5f7fc;
  --bs-dark: #212529;
  --bs-primary-rgb: 22, 87, 217;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 111, 166, 33;
  --bs-info-rgb: 124, 93, 255;
  --bs-warning-rgb: 255, 170, 0;
  --bs-danger-rgb: 217, 54, 22;
  --bs-light-rgb: 245, 247, 252;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(8.8, 34.8, 86.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(44.4, 66.4, 13.2);
  --bs-info-text-emphasis: rgb(49.6, 37.2, 102);
  --bs-warning-text-emphasis: #664400;
  --bs-danger-text-emphasis: rgb(86.8, 21.6, 8.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(208.4, 221.4, 247.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(226.2, 237.2, 210.6);
  --bs-info-bg-subtle: rgb(228.8, 222.6, 255);
  --bs-warning-bg-subtle: #ffeecc;
  --bs-danger-bg-subtle: rgb(247.4, 214.8, 208.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(161.8, 187.8, 239.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(197.4, 219.4, 166.2);
  --bs-info-border-subtle: rgb(202.6, 190.2, 255);
  --bs-warning-border-subtle: #ffdd99;
  --bs-danger-border-subtle: rgb(239.8, 174.6, 161.8);
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1657d9;
  --bs-link-color-rgb: 22, 87, 217;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(17.6, 69.6, 173.6);
  --bs-link-hover-color-rgb: 18, 70, 174;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --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.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --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(22, 87, 217, 0.25);
  --bs-form-valid-color: #6fa621;
  --bs-form-valid-border-color: #6fa621;
  --bs-form-invalid-color: #d93616;
  --bs-form-invalid-border-color: #d93616;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(115.2, 154.2, 232.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(168.6, 201.6, 121.8);
  --bs-info-text-emphasis: rgb(176.4, 157.8, 255);
  --bs-warning-text-emphasis: #ffcc66;
  --bs-danger-text-emphasis: rgb(232.2, 134.4, 115.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(4.4, 17.4, 43.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(22.2, 33.2, 6.6);
  --bs-info-bg-subtle: rgb(24.8, 18.6, 51);
  --bs-warning-bg-subtle: #332200;
  --bs-danger-bg-subtle: rgb(43.4, 10.8, 4.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(13.2, 52.2, 130.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(66.6, 99.6, 19.8);
  --bs-info-border-subtle: rgb(74.4, 55.8, 153);
  --bs-warning-border-subtle: #996600;
  --bs-danger-border-subtle: rgb(130.2, 32.4, 13.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(115.2, 154.2, 232.2);
  --bs-link-hover-color: rgb(143.16, 174.36, 236.76);
  --bs-link-color-rgb: 115, 154, 232;
  --bs-link-hover-color-rgb: 143, 174, 237;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

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

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(208.4, 221.4, 247.4);
  --bs-table-border-color: rgb(166.72, 177.12, 197.92);
  --bs-table-striped-bg: rgb(197.98, 210.33, 235.03);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.56, 199.26, 222.66);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(192.77, 204.795, 228.845);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(226.2, 237.2, 210.6);
  --bs-table-border-color: rgb(180.96, 189.76, 168.48);
  --bs-table-striped-bg: rgb(214.89, 225.34, 200.07);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.58, 213.48, 189.54);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(209.235, 219.41, 194.805);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(228.8, 222.6, 255);
  --bs-table-border-color: rgb(183.04, 178.08, 204);
  --bs-table-striped-bg: rgb(217.36, 211.47, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(205.92, 200.34, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(211.64, 205.905, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #ffeecc;
  --bs-table-border-color: rgb(204, 190.4, 163.2);
  --bs-table-striped-bg: rgb(242.25, 226.1, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 214.2, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 220.15, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(247.4, 214.8, 208.4);
  --bs-table-border-color: rgb(197.92, 171.84, 166.72);
  --bs-table-striped-bg: rgb(235.03, 204.06, 197.98);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(222.66, 193.32, 187.56);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(228.845, 198.69, 192.77);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f5f7fc;
  --bs-table-border-color: rgb(196, 197.6, 201.6);
  --bs-table-striped-bg: rgb(232.75, 234.65, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(220.5, 222.3, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(226.625, 228.475, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) 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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(138.5, 171, 236);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) 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;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(138.5, 171, 236);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(138.5, 171, 236);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.form-check-input:checked {
  background-color: #1657d9;
  border-color: #1657d9;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1657d9;
  border-color: #1657d9;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28138.5, 171, 236%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #1657d9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(185.1, 204.6, 243.6);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #1657d9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(185.1, 204.6, 243.6);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236fa621' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236fa621' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d93616'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d93616' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d93616'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d93616' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1657d9;
  --bs-btn-border-color: #1657d9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(18.7, 73.95, 184.45);
  --bs-btn-hover-border-color: rgb(17.6, 69.6, 173.6);
  --bs-btn-focus-shadow-rgb: 57, 112, 223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17.6, 69.6, 173.6);
  --bs-btn-active-border-color: rgb(16.5, 65.25, 162.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1657d9;
  --bs-btn-disabled-border-color: #1657d9;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #6fa621;
  --bs-btn-border-color: #6fa621;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(132.6, 179.35, 66.3);
  --bs-btn-hover-border-color: rgb(125.4, 174.9, 55.2);
  --bs-btn-focus-shadow-rgb: 94, 141, 28;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(139.8, 183.8, 77.4);
  --bs-btn-active-border-color: rgb(125.4, 174.9, 55.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6fa621;
  --bs-btn-disabled-border-color: #6fa621;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #7c5dff;
  --bs-btn-border-color: #7c5dff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(143.65, 117.3, 255);
  --bs-btn-hover-border-color: rgb(137.1, 109.2, 255);
  --bs-btn-focus-shadow-rgb: 105, 79, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(150.2, 125.4, 255);
  --bs-btn-active-border-color: rgb(137.1, 109.2, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7c5dff;
  --bs-btn-disabled-border-color: #7c5dff;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffaa00;
  --bs-btn-border-color: #ffaa00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 182.75, 38.25);
  --bs-btn-hover-border-color: rgb(255, 178.5, 25.5);
  --bs-btn-focus-shadow-rgb: 217, 145, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffbb33;
  --bs-btn-active-border-color: rgb(255, 178.5, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffaa00;
  --bs-btn-disabled-border-color: #ffaa00;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d93616;
  --bs-btn-border-color: #d93616;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(184.45, 45.9, 18.7);
  --bs-btn-hover-border-color: rgb(173.6, 43.2, 17.6);
  --bs-btn-focus-shadow-rgb: 223, 84, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(173.6, 43.2, 17.6);
  --bs-btn-active-border-color: rgb(162.75, 40.5, 16.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d93616;
  --bs-btn-disabled-border-color: #d93616;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f7fc;
  --bs-btn-border-color: #f5f7fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(208.25, 209.95, 214.2);
  --bs-btn-hover-border-color: rgb(196, 197.6, 201.6);
  --bs-btn-focus-shadow-rgb: 208, 210, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(196, 197.6, 201.6);
  --bs-btn-active-border-color: rgb(183.75, 185.25, 189);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f7fc;
  --bs-btn-disabled-border-color: #f5f7fc;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #1657d9;
  --bs-btn-border-color: #1657d9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1657d9;
  --bs-btn-hover-border-color: #1657d9;
  --bs-btn-focus-shadow-rgb: 22, 87, 217;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1657d9;
  --bs-btn-active-border-color: #1657d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1657d9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1657d9;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #6fa621;
  --bs-btn-border-color: #6fa621;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6fa621;
  --bs-btn-hover-border-color: #6fa621;
  --bs-btn-focus-shadow-rgb: 111, 166, 33;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fa621;
  --bs-btn-active-border-color: #6fa621;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6fa621;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6fa621;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #7c5dff;
  --bs-btn-border-color: #7c5dff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7c5dff;
  --bs-btn-hover-border-color: #7c5dff;
  --bs-btn-focus-shadow-rgb: 124, 93, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7c5dff;
  --bs-btn-active-border-color: #7c5dff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7c5dff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7c5dff;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffaa00;
  --bs-btn-border-color: #ffaa00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffaa00;
  --bs-btn-hover-border-color: #ffaa00;
  --bs-btn-focus-shadow-rgb: 255, 170, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffaa00;
  --bs-btn-active-border-color: #ffaa00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffaa00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffaa00;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d93616;
  --bs-btn-border-color: #d93616;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d93616;
  --bs-btn-hover-border-color: #d93616;
  --bs-btn-focus-shadow-rgb: 217, 54, 22;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d93616;
  --bs-btn-active-border-color: #d93616;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d93616;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d93616;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f5f7fc;
  --bs-btn-border-color: #f5f7fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f7fc;
  --bs-btn-hover-border-color: #f5f7fc;
  --bs-btn-focus-shadow-rgb: 245, 247, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f7fc;
  --bs-btn-active-border-color: #f5f7fc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f7fc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f7fc;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 57, 112, 223;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1657d9;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1657d9;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #1657d9;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%288.8, 34.8, 86.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28115.2, 154.2, 232.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28115.2, 154.2, 232.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #1657d9;
  --bs-pagination-active-border-color: #1657d9;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #1657d9;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #1657d9;
  --bs-list-group-active-border-color: #1657d9;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.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'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(22, 87, 217, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(18, 70, 174, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 70, 174, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(140, 184, 77, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(140, 184, 77, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(150, 125, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(150, 125, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 187, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 187, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(174, 43, 18, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(174, 43, 18, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

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

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

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

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

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

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

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

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

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
i {
  display: inline-block;
}

svg.lucide {
  width: 1.5em;
  height: auto;
  vertical-align: middle;
}
svg.lucide-arrow-left, svg.lucide-arrow-right {
  width: 1.25em;
}

:root {
  font-size: 14px;
  --colorDark: #0a0f1e;
  --colorBlueLite: #3377ff;
  --colorBsText: #212529;
  --colorLight: #c7cbe1;
  --tag-green: #9acd32;
  --tag-indigo: #6a5cff;
  --tag-cyan: #16c7ea;
  --tag-violet: #9745d8;
  --tag-pink: #d442c1;
  --tag-red: #f14a4a;
  --tag-orange: #ff7a30;
  --tag-yellow: #ffb400;
  --tag-tan: #b18554;
  --tag-gray: #6f6f6f;
  --colorBorder: color-mix(in srgb, var(--bs-light), black 5%);
  --ffPrimary: "Inter", sans-serif;
  --ffIcon: bootstrap-icons;
  --headerCombinedHeight: 6.125rem;
  --contentAreaPadding: calc(1rem + .5vw);
  --containerWidth: 80rem;
  --easeInOut: .25s ease-in-out;
  --asideWidth: 15rem;
  --pipAsideWidth: 15rem;
  --asidePad: 1.25rem;
  --asideZindex: 10;
  --apTopHeaderH: 4.25rem;
}

[data-bs-theme=light] {
  --bs-light-rgb: #f5f7fc;
}

html, body {
  height: 100%;
}

body {
  font-family: var(--ffPrimary);
  font-weight: 400;
  background: var(--bs-light);
  color: var(--colorDark);
  line-height: 1.5;
  overflow: hidden;
  overflow-y: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

button, a {
  padding: 0;
  border: none;
  line-height: 1;
  background: none;
  color: currentColor;
  text-decoration: none;
  touch-action: manipulation;
}

.nav-tabs {
  border-bottom: 1px solid var(--bs-border-color);
  gap: 0;
  flex-wrap: nowrap;
}
.nav-tabs .nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #64748b;
  padding: 0.625rem 1.125rem;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  margin-bottom: -1px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.15s, border-color 0.15s;
}
.nav-tabs .nav-link:hover:not(.active) {
  color: #1e293b;
  border-bottom-color: #e2e8f0;
  background: none;
}
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  border-bottom-color: var(--bs-primary);
  background: none;
  font-weight: 600;
}

a[href^=tel], a[href^=mailto] {
  color: var(--bs-primary);
}

.btn {
  --bs-btn-padding-x: .8em;
  --bs-btn-padding-y: .4rem;
  --bs-btn-border-radius: .5em;
  box-shadow: none !important;
}
.btn:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.btn.btn-icon {
  --bs-btn-padding-x: .4em;
  --bs-btn-padding-y: .4rem;
  display: inline-block;
  text-align: center;
  aspect-ratio: 1/1;
}

.btn-light {
  --bs-btn-bg: color-mix(in srgb, var(--bs-light), black 6%);
  --bs-btn-border-color: color-mix(in srgb, var(--bs-light), black 6%);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-light), black 10%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-light), black 10%);
}

.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-x: 1.5em;
  --bs-btn-padding-y: .75em;
  --bs-btn-font-size: initial;
  --bs-btn-border-radius: .5em;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-lighter {
  background-color: var(--bs-light);
}
.btn-lighter:hover {
  background-color: color-mix(in srgb, var(--bs-light), black 2.5%);
}

.btn-outline-lt {
  border: var(--bs-gray-500) 1px solid !important;
}
.btn-outline-lt:hover {
  background-color: var(--bs-light);
}

.btn-success, .btn-danger {
  --bs-btn-color: white;
  --bs-btn-hover-color: white;
  --bs-btn-active-color: white;
}

.btn-outline-success, .btn-outline-danger {
  --bs-btn-hover-color: white;
  --bs-btn-active-color: white;
}

.form-group label {
  font-size: 0.95em;
}
.form-group label small, .form-group label .small {
  font-weight: 300;
}

.form-control, .form-select {
  --bs-border-color: color-mix(in srgb, var(--bs-light), black 15%);
  box-shadow: none !important;
}
.form-control:focus, .form-select:focus {
  border-color: var(--bs-primary);
}

.container {
  max-width: var(--containerWidth);
}
.container.sm {
  max-width: calc(var(--containerWidth) - 20rem);
}
.container.md {
  max-width: calc(var(--containerWidth) - 10rem);
}
.container.lg {
  max-width: calc(var(--containerWidth) + 10rem);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.42);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.56);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.aside_nav-wrap {
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}
.aside_nav-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
}
.aside_nav-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}
.aside_nav-wrap::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.62);
}

.panels_structure-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ap_top-main-herder {
  flex: 0 0 var(--apTopHeaderH);
  display: flex;
  align-items: center;
  gap: 1rem;
  height: var(--apTopHeaderH);
  padding: 0 1.25rem;
  color: var(--colorDark);
  background-color: white;
  border-bottom: var(--bs-gray-300) 1px solid;
  z-index: 10000;
}
@media screen and (max-width: 575.98px) {
  .ap_top-main-herder .ap_top-title {
    display: none !important;
  }
}

.ap_top-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.ap_top-title-meta {
  margin-left: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

.ap_top-main-herder .apt_notify {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: var(--bs-gray-400) 1px solid;
  border-radius: 50%;
  color: var(--colorDark);
  background-color: transparent;
  transition: background-color var(--easeInOut), border-color var(--easeInOut);
}
.ap_top-main-herder .apt_notify:hover, body:has(#ofcNotifications.showing) .ap_top-main-herder .apt_notify, body:has(#ofcNotifications.show:not(.hiding)) .ap_top-main-herder .apt_notify {
  background-color: var(--bs-light);
}
.ap_top-main-herder .apt_notify svg, .ap_top-main-herder .apt_notify i {
  width: 1.65rem;
  height: 1.65rem;
  opacity: 0.8;
}
.ap_top-main-herder .apt_notify-badge {
  position: absolute;
  top: -0.35em;
  right: -1.25em;
  min-width: 1.15em;
  padding: 0.5em 0.5em 0.45em;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: var(--bs-danger);
  border: 2px solid white;
  border-radius: 2em;
}
.ap_top-main-herder .apt_profile {
  width: auto;
  flex-shrink: 0;
}
.ap_top-main-herder .apt_profile .dropdown-toggle {
  width: auto;
  gap: 0.55rem;
  color: var(--colorDark);
  padding: 0.35rem 0.75rem 0.35rem 0.35rem;
  border: var(--bs-gray-400) 1px solid;
  border-radius: 2rem;
}
.ap_top-main-herder .apt_profile .dropdown-toggle:hover, .ap_top-main-herder .apt_profile .dropdown-toggle.show, .ap_top-main-herder .apt_profile .dropdown-toggle.active {
  background-color: var(--bs-gray-100);
}
.ap_top-main-herder .apt_profile .apt_profile-name {
  font-weight: 500;
  white-space: nowrap;
}
.ap_top-main-herder .apt_profile .dropdown-menu {
  width: auto;
  min-width: 13rem;
}
.ap_top-main-herder .aside_toggle-link {
  position: static;
  z-index: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--colorBorder);
  border-radius: 50%;
  color: var(--colorDark);
  background-color: transparent;
  transition: background-color var(--easeInOut), border-color var(--easeInOut);
}
.ap_top-main-herder .aside_toggle-link:hover {
  background-color: var(--bs-light);
  border-color: transparent;
}
.ap_top-main-herder .aside_toggle-link svg {
  width: auto;
  height: 1.9rem;
  opacity: 0.8;
}

.panels_structure-wrap > .inner_page-wrap {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  overflow: hidden auto;
}

@media (min-width: 992px) {
  .panels_structure-wrap .page_inner-panels .pip_aside {
    top: var(--apTopHeaderH);
  }
}
.offcanvas.offcanvas-start,
.offcanvas.offcanvas-end {
  top: var(--apTopHeaderH);
}

.aside_wrap {
  position: fixed;
  width: var(--asideWidth);
  height: 100%;
  padding: var(--asidePad);
  padding-right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  color: white;
  /* Accent-tinted dark surface: stays dark (80–90% black-mixed) but pulls
   * its hue from the active --bs-primary so the sidebar reads as part of
   * the theme. A subtle vertical gradient adds depth without shifting hue.
   * `var(--colorDark)` is kept as a solid fallback for any browser without
   * color-mix() support.                                                    */
  background-color: var(--colorDark);
  background-image: linear-gradient(180deg, color-mix(in srgb, var(--bs-primary), black 80%), color-mix(in srgb, var(--bs-primary), black 90%));
  transition: background-image var(--easeInOut), all var(--easeInOut);
  overflow: hidden;
  z-index: 10001;
  display: flex;
  flex-direction: column;
}
.aside_wrap a {
  transition: all var(--easeInOut);
}

body.modal-open .aside_wrap {
  z-index: 1000;
}
body.modal-open .ap_top-main-herder {
  z-index: 1000;
}

.aside_logo {
  display: block;
  flex-shrink: 0;
  width: fit-content;
  margin-block: 1rem;
}
.aside_logo img {
  width: auto;
  height: 1.75rem;
}

.aside_nav-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: var(--asidePad);
}

.quick_add-btn {
  display: flex;
  align-items: center;
}
.quick_add-btn:after {
  display: none !important;
}
.quick_add-btn i:first-child {
  font-size: 110%;
  margin-right: 0.45em;
}
.quick_add-btn span {
  font-weight: 500;
}
.quick_add-btn span + i {
  margin-left: auto;
  font-size: 75%;
}

.aside_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside_nav li:not(:last-child) {
  margin-bottom: 0.1em;
}
.aside_nav a {
  color: var(--colorLight);
}
.aside_nav .an_section {
  margin-top: 1.4em;
  padding: 0 1.15em 0.1em;
  pointer-events: none;
}
.aside_nav .an_section span {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--colorLight), transparent 55%);
}
.aside_nav .an_link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0.9em 1em;
  border-radius: 2rem;
  white-space: nowrap;
}
.aside_nav .an_link[data-bs-toggle=collapse] {
  padding-right: 1.25rem;
}
.aside_nav .an_link .an_caret {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: auto;
  transition: transform var(--easeInOut);
}
.aside_nav .an_link[aria-expanded=true] .an_caret {
  transform: rotate(90deg);
}
.aside_nav .an_link:hover, .aside_nav .an_link[aria-expanded=true], .aside_nav .an_link.active {
  color: white;
  background-color: color-mix(in srgb, var(--colorDark), white 10%);
}
.aside_nav .an_link > i:first-child, .aside_nav .an_link > svg:first-child {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
}
.aside_nav .an_link .action_counter {
  margin-left: auto;
  flex-shrink: 0;
}
.aside_nav .an_link .an_dropup-caret {
  width: 0.95rem;
  height: 0.95rem;
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0.6;
  transition: transform var(--easeInOut), opacity var(--easeInOut);
}
.aside_nav .an_link[aria-expanded=true] .an_dropup-caret {
  transform: rotate(180deg);
  opacity: 1;
}
.aside_nav .an_submenu {
  margin: 0;
  list-style: none;
  border-bottom: rgba(255, 255, 255, 0.1) 1px dotted;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.aside_nav .an_submenu li {
  padding: 1em;
  margin: 0;
}
.aside_nav .an_submenu li:not(:last-child) {
  padding-bottom: 0;
}
.aside_nav .an_submenu a {
  display: block;
  padding-block: 0.3em;
}
.aside_nav .an_submenu a:hover, .aside_nav .an_submenu a.active {
  color: white;
}
.aside_nav .an_submenu.collapsing {
  transition: height 0.24s ease;
}

.aside_bottom {
  flex-shrink: 0;
  margin-top: 1rem;
  padding-right: var(--asidePad);
}
.aside_bottom .an_link {
  border: 1px solid color-mix(in srgb, var(--colorLight), transparent 87%);
}
.aside_bottom .an_link:hover, .aside_bottom .an_link[aria-expanded=true] {
  border-color: transparent;
}

.aside_dropup-menu {
  --bs-dropdown-min-width: 0;
  width: 100%;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--bs-gray-200);
  border-radius: 0.85rem;
  box-shadow: 0 -14px 36px -12px rgba(15, 23, 42, 0.35), 0 -4px 12px -8px rgba(15, 23, 42, 0.2);
}
.aside_dropup-menu .dropdown-divider {
  margin: 0.35rem 0.25rem;
  border-color: var(--bs-gray-200);
}
.aside_dropup-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.7rem;
  border-radius: 0.55rem;
  font-size: 1rem;
  color: var(--bs-gray-800);
  white-space: nowrap;
}
.aside_dropup-menu .dropdown-item .lucide {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: var(--bs-gray-500);
}
.aside_dropup-menu .dropdown-item > span:not(.action_counter) {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside_dropup-menu .dropdown-item:hover, .aside_dropup-menu .dropdown-item:focus, .aside_dropup-menu .dropdown-item.active {
  background: var(--bs-gray-100);
  color: var(--bs-gray-900);
}
.aside_dropup-menu .dropdown-item:hover .lucide, .aside_dropup-menu .dropdown-item:focus .lucide, .aside_dropup-menu .dropdown-item.active .lucide {
  color: var(--bs-gray-700);
}
.aside_dropup-menu .action_counter {
  margin-left: auto;
  flex-shrink: 0;
}

.notify_counter {
  color: white;
  background-color: var(--bs-danger);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.5em;
  border-radius: 2em;
}

.action_counter {
  color: white;
  background-color: var(--bs-danger);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.45em 0.55em 0.35em;
  border-radius: 2em;
  line-height: 1;
}

.profile_options-drop {
  width: 100%;
}
.profile_options-drop .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  padding: 0.5em 1.2em 0.5em 0.5em;
  border-radius: 2rem;
  transition: all var(--easeInOut);
}
.profile_options-drop .dropdown-toggle:after {
  display: none !important;
}
.profile_options-drop .dropdown-toggle picture {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64"><path fill="%23ced1d8" d="M32,0c17.672,0,32,14.327,32,32s-14.327,32-32,32S0,49.673,0,32,14.327,0,32,0Z"/><path fill="%23ffffff" d="M52.368,51.779c-.182-.277-.389-.577-.625-.894-.235-.317-.498-.652-.789-.998-.292-.346-.612-.704-.963-1.067-.527-.545-1.123-1.103-1.793-1.655-.893-.736-1.918-1.46-3.088-2.126-.568-.324-1.172-.633-1.81-.924-.019-.008-.036-.018-.054-.026-2.963-1.344-6.689-2.278-11.322-2.278s-8.359.935-11.322,2.278c-.102.046-.198.096-.298.143-.433.204-.849.416-1.249.636-.217.119-.429.24-.636.362-1.035.613-1.959,1.268-2.769,1.935-.67.552-1.265,1.11-1.793,1.655-.351.363-.672.721-.963,1.067-.292.346-.554.681-.789.998-.235.317-.443.617-.625.894-.169.257-.313.491-.438.703-.01.017-.022.036-.031.053-.132.225-.239.421-.324.583-.169.323-.248.508-.248.508v.12c5.533,5.425,13.109,8.771,21.468,8.771s15.966-3.36,21.501-8.804v-.087s-.187-.439-.603-1.143c-.125-.212-.269-.446-.438-.703Z"/><path fill="%23ffffff" d="M31.925,37.825c.8,0,1.577-.077,2.324-.223.373-.073.739-.164,1.097-.271.536-.161,1.054-.359,1.549-.592.661-.311,1.284-.683,1.861-1.111.866-.641,1.631-1.406,2.272-2.272.214-.289.414-.589.599-.899.278-.466.523-.955.733-1.465.14-.34.264-.689.371-1.046.054-.179.103-.359.148-.542.09-.366.164-.739.219-1.12.083-.571.126-1.158.126-1.758s-.043-1.188-.126-1.758c-.056-.381-.129-.754-.219-1.12-.045-.183-.095-.364-.148-.543-.107-.357-.231-.707-.371-1.046-.21-.51-.455-.999-.733-1.465-.185-.31-.386-.61-.599-.899-.641-.866-1.406-1.631-2.272-2.272-.578-.427-1.2-.8-1.861-1.111-.496-.233-1.013-.432-1.549-.592-.357-.107-.723-.198-1.097-.271-.747-.146-1.524-.223-2.324-.223-6.404,0-11.301,4.897-11.301,11.301s4.897,11.3,11.301,11.3Z"/></svg>') no-repeat 50% 50%;
  background-size: cover;
  overflow: clip;
}
.profile_options-drop .dropdown-toggle picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.profile_options-drop .dropdown-toggle .pod_chevron {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0.55;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.profile_options-drop .dropdown-toggle:hover, .profile_options-drop .dropdown-toggle.show, .profile_options-drop .dropdown-toggle.active {
  background-color: color-mix(in srgb, var(--colorDark), white 10%);
}
.profile_options-drop .dropdown-toggle.show .pod_chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.profile_options-drop .dropdown-toggle.active .pod_chevron {
  opacity: 1;
}
.profile_options-drop .dropdown-menu {
  width: 100%;
}

.apt_profile .apt_profile-menu {
  width: 18rem;
  min-width: 18rem;
  padding: 0.4rem;
  margin-top: 0.5rem;
  border: 1px solid var(--bs-gray-200);
  border-radius: 0.85rem;
  box-shadow: 0 14px 36px -10px rgba(15, 23, 42, 0.2), 0 5px 12px -8px rgba(15, 23, 42, 0.1);
}
.apt_profile .apt_profile-menu .dropdown-divider {
  margin: 0.35rem 0.25rem;
  border-color: var(--bs-gray-200);
}
.apt_profile .apt_profile-menu .apt_pm-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.62rem 0.7rem;
  border-radius: 0.55rem;
  font-size: 1rem;
  color: var(--bs-gray-800);
}
.apt_profile .apt_profile-menu .apt_pm-item .lucide {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  color: var(--bs-gray-500);
}
.apt_profile .apt_profile-menu .apt_pm-item:hover, .apt_profile .apt_profile-menu .apt_pm-item:focus, .apt_profile .apt_profile-menu .apt_pm-item.active {
  background: var(--bs-gray-100);
  color: var(--bs-gray-900);
}
.apt_profile .apt_profile-menu .apt_pm-item:hover .lucide, .apt_profile .apt_profile-menu .apt_pm-item:focus .lucide, .apt_profile .apt_profile-menu .apt_pm-item.active .lucide {
  color: var(--bs-gray-700);
}
.apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger {
  color: var(--bs-danger);
}
.apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger .lucide {
  color: var(--bs-danger);
}
.apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger:hover, .apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger:focus {
  background: color-mix(in srgb, var(--bs-danger), white 90%);
  color: var(--bs-danger);
}
.apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger:hover .lucide, .apt_profile .apt_profile-menu .apt_pm-item.dropdown-item-danger:focus .lucide {
  color: var(--bs-danger);
}

.dropdown-toggle.dt_no-crt:after {
  display: none !important;
}

.dropdown-menu {
  --bs-dropdown-link-active-color: currentColor;
  --bs-dropdown-link-active-bg: color-mix(in srgb, var(--bs-light), black 5%);
  padding: 0.5em;
  border-radius: 0.75rem;
}
.dropdown-menu .dropdown-item {
  border-radius: 0.35em;
  padding: 0.75em;
}
.dropdown-menu .dropdown-item:has(svg.lucide) {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.dropdown-menu .dropdown-item.dropdown-item-danger {
  color: var(--bs-danger);
}
.dropdown-menu .dropdown-item.dropdown-item-danger:hover, .dropdown-menu .dropdown-item.dropdown-item-danger:focus {
  background-color: color-mix(in srgb, var(--bs-danger), white 92%);
  color: var(--bs-danger);
}

.aside_toggle-link {
  position: fixed;
  top: 1.1em;
  right: 1em;
  padding: 0.25em;
  border-radius: 0.5em;
  background-color: var(--bs-light);
  transition: all var(--easeInOut);
  z-index: 5;
}
.aside_toggle-link svg {
  width: auto;
  height: 2.2em;
}
.aside_toggle-link .nt_line {
  fill: none;
  stroke-width: 4;
  stroke: var(--colorDark);
  -webkit-transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.aside_toggle-link .nt_line-one {
  stroke-dasharray: 60 207;
}
.aside_toggle-link .nt_line-two {
  stroke-dasharray: 60 60;
}
.aside_toggle-link .nt_line-three {
  stroke-dasharray: 60 207;
}
.aside_toggle-link.aside_in .nt_line-one {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.aside_toggle-link.aside_in .nt_line-two {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.aside_toggle-link.aside_in .nt_line-three {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.offcanvas_notifications {
  --bs-offcanvas-width: 32rem;
  display: flex;
  flex-direction: column;
}
.offcanvas_notifications .offcanvas-header {
  padding: 1rem 1.25rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ntf_header-actions {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-left: auto;
}

.ntf_mark-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  border: 1px solid var(--bs-gray-300);
  background: none;
  color: var(--colorDark);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, opacity 0.15s;
}
.ntf_mark-all:hover {
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  border-color: color-mix(in srgb, var(--bs-primary), white 55%);
}
.ntf_mark-all.is-disabled {
  color: var(--bs-gray-400);
  pointer-events: none;
}
.ntf_mark-all .lucide {
  width: 1.28rem;
  height: auto;
}

.ntf_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  border: 1px solid var(--bs-gray-300);
  background: none;
  color: var(--colorDark);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ntf_close:hover {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-400);
}
.ntf_close .lucide {
  width: 1.28rem;
  height: auto;
}

.ntf_state-toggle {
  display: inline-flex;
  background: var(--bs-gray-100);
  border-radius: 2rem;
  padding: 0.25rem;
  gap: 0.15rem;
}

.ntf_state-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  border: none;
  background: transparent;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-gray-600);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.ntf_state-btn:hover {
  color: var(--bs-gray-900);
}
.ntf_state-btn.active {
  background: #fff;
  color: var(--bs-gray-900);
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ntf_state-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0.6em 0.7em 0.5em;
  background: var(--bs-gray-200);
  color: var(--bs-gray-700);
  border-radius: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}

.ntf_state-btn.active .ntf_state-count {
  background: var(--bs-danger);
  color: #fff;
}

.ntf_chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0 1.4rem 0.95rem;
  border-bottom: 1px solid var(--bs-gray-200);
  flex-shrink: 0;
}

.ntf_chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
  background: transparent;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.5em;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bs-gray-700);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ntf_chip:hover:not(.active) {
  border-color: var(--bs-gray-500);
  color: var(--bs-gray-900);
}
.ntf_chip.active {
  background: var(--bs-gray-900);
  color: #fff;
  border-color: var(--bs-gray-900);
}
.ntf_chip.active .ntf_chip-count {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.ntf_chip-label {
  line-height: 1;
}

.ntf_chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  padding: 0.45em 0.6em 0.35em;
  background: var(--bs-gray-200);
  color: var(--bs-body-color);
  border-radius: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}

.aside_notifications-list {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.aside_notifications-list .asn_ntf-item {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.5rem;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid var(--bs-gray-200);
}
.aside_notifications-list .asn_ntf-item:last-child {
  border-bottom: none;
}
.aside_notifications-list .asn_ntf-item:hover {
  background: color-mix(in srgb, var(--bs-gray-100), white 50%);
}
.aside_notifications-list .asn_ntf-item:hover .ntf_read-toggle {
  opacity: 1;
  pointer-events: auto;
}
.aside_notifications-list .asn_ntf-item[data-ntf-read=true] .antf_sentence {
  color: var(--bs-gray-500);
}
.aside_notifications-list .asn_ntf-item[data-ntf-read=true] .antf_sentence strong {
  color: var(--bs-gray-700);
  font-weight: 600;
}
.aside_notifications-list .asn_ntf-item[data-ntf-read=true] .antf_detail {
  color: var(--bs-gray-500);
}
.aside_notifications-list .asn_ntf-item[data-ntf-read=true] .antf_time {
  color: var(--bs-gray-400);
}
.aside_notifications-list .asn_ntf-item[data-ntf-read=true] .antf_meta {
  opacity: 0.7;
}
.aside_notifications-list .asn_ntf-item .ani_ntf-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.1rem;
}

.ntf_avatar {
  position: relative;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
}
.ntf_avatar picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
}
.ntf_avatar picture img[src=""],
.ntf_avatar picture img:not([src]) {
  display: none;
}
.ntf_avatar picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ntf_avatar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-primary), white 84%);
  color: var(--bs-primary);
}
.ntf_avatar-icon .lucide {
  width: 1.4rem;
  height: 1.4rem;
  stroke-width: 1.75;
}

.ntf_avatar[data-tone=profile] .ntf_avatar-icon {
  background: color-mix(in srgb, #ec4899, white 84%);
  color: #be185d;
}

.ntf_avatar[data-tone=fee] .ntf_avatar-icon {
  background: color-mix(in srgb, #e67e22, white 84%);
  color: #a04000;
}

.ntf_avatar[data-tone=overdue] .ntf_avatar-icon {
  background: color-mix(in srgb, #e74c3c, white 84%);
  color: #c0392b;
}

.ntf_avatar[data-tone=enrollment] .ntf_avatar-icon {
  background: color-mix(in srgb, #2980b9, white 84%);
  color: #1a5276;
}

.ntf_avatar[data-tone=attendance] .ntf_avatar-icon {
  background: color-mix(in srgb, #16a34a, white 84%);
  color: #15803d;
}

.ntf_avatar[data-tone=holiday] .ntf_avatar-icon {
  background: color-mix(in srgb, #d97706, white 84%);
  color: #b45309;
}

.ntf_avatar[data-tone=request] .ntf_avatar-icon {
  background: color-mix(in srgb, #0891b2, white 84%);
  color: #155e75;
}

.ntf_avatar[data-tone=exam] .ntf_avatar-icon {
  background: color-mix(in srgb, #2563eb, white 84%);
  color: #1d4ed8;
}

.ntf_avatar[data-tone=result] .ntf_avatar-icon {
  background: color-mix(in srgb, #efac00, white 84%);
  color: #efac00;
}

.ntf_avatar[data-tone=demo] .ntf_avatar-icon {
  background: color-mix(in srgb, #9745d8, white 84%);
  color: #6f1bc7;
}

.antf_sentence {
  display: block;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.4;
  color: var(--bs-gray-700);
  letter-spacing: -0.005em;
  word-break: break-word;
}
.antf_sentence strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--bs-gray-900);
}

.antf_subline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--bs-gray-500);
  line-height: 1.3;
}

.antf_time {
  font-weight: 500;
  color: var(--bs-gray-500);
  white-space: nowrap;
}

.antf_dotsep {
  color: var(--bs-gray-400);
  font-weight: 700;
}

.antf_detail {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--bs-gray-600);
  line-height: 1.4;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ntf_demo-actions {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.ntf_demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ntf_demo-btn .lucide {
  width: 0.85rem;
  height: 0.85rem;
  stroke-width: 2.25;
}

.ntf_demo-btn--continue {
  background: rgba(151, 69, 216, 0.12);
  border-color: rgba(151, 69, 216, 0.35);
  color: #6f1bc7;
}
.ntf_demo-btn--continue:hover {
  background: var(--tag-violet);
  border-color: var(--tag-violet);
  color: #fff;
}

.ntf_demo-btn--discontinue {
  background: rgba(241, 74, 74, 0.1);
  border-color: rgba(241, 74, 74, 0.35);
  color: var(--tag-red);
}
.ntf_demo-btn--discontinue:hover {
  background: var(--tag-red);
  border-color: var(--tag-red);
  color: #fff;
}

.antf_meta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-gray-600);
}
.antf_meta .lucide {
  width: 0.95rem;
  height: 0.95rem;
  stroke-width: 2;
  flex-shrink: 0;
}

.antf_meta[data-tone=profile] {
  color: #be185d;
}

.antf_meta[data-tone=fee] {
  color: #a04000;
}

.antf_meta[data-tone=overdue] {
  color: #c0392b;
}

.antf_meta[data-tone=enrollment] {
  color: #1a5276;
}

.antf_meta[data-tone=attendance] {
  color: #15803d;
}

.antf_meta[data-tone=holiday] {
  color: #b45309;
}

.antf_meta[data-tone=request] {
  color: #155e75;
}

.antf_meta[data-tone=exam] {
  color: #1d4ed8;
}

.antf_meta[data-tone=result] {
  color: #efac00;
}

.antf_meta[data-tone=demo] {
  color: #6f1bc7;
}

.ntf_read-toggle {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid var(--bs-gray-300);
  background: #fff;
  color: var(--bs-gray-500);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, opacity 0.15s;
}
.ntf_read-toggle .lucide {
  width: 0.95rem;
  height: 0.95rem;
  stroke-width: 2.5;
}
.ntf_read-toggle:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.ntf_read-toggle.ntf_unread-toggle {
  opacity: 1;
  pointer-events: auto;
  background: transparent;
  color: var(--bs-gray-400);
  border-color: transparent;
}
.ntf_read-toggle.ntf_unread-toggle:hover {
  color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 92%);
}

.no_notification-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3rem 1rem;
  color: var(--bs-gray-500);
}
.no_notification-msg .lucide {
  width: 4em;
  height: auto;
}
.no_notification-msg p {
  margin: 0;
  font-size: 0.9rem;
}

.ntf_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  border-top: 1px solid var(--bs-gray-200);
  flex-shrink: 0;
  background: #fff;
}

.ntf_footer-hint {
  font-size: 0.78rem;
  color: var(--bs-gray-500);
}

.ntf_footer-manage {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bs-gray-700);
  text-decoration: none;
  padding: 0.3rem 0.5rem;
  border-radius: 0.4rem;
  transition: background 0.15s, color 0.15s;
}
.ntf_footer-manage .lucide {
  width: 1rem;
  height: 1rem;
  stroke-width: 2;
}
.ntf_footer-manage:hover {
  color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 94%);
}

.page_login {
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  background: #f5f7fc;
}
.page_login .page_wrap {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  background: linear-gradient(180deg, #eef1f9 0%, #f5f7fc 60%);
}
.page_login .admin_logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 2.75rem;
}
.page_login .panels_structure-wrap {
  display: initial !important;
  padding: 0 !important;
}
.page_login .aside_wrap, .page_login .header_wrap, .page_login .footer_wrap, .page_login .aside_toggle-link {
  display: none !important;
}

.admin_form-wrap {
  width: 100%;
  max-width: 32rem;
  margin-inline: auto;
}

.admin_form-inner {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2.25rem;
  animation: signinCardIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 30rem) {
  .admin_form-inner {
    padding: 1.5rem 1.35rem;
  }
}

@keyframes signinCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .admin_form-inner {
    animation: none;
  }
}
.page_login .signin_heading {
  font-size: 1.3rem;
  font-weight: 500;
}
.page_login .signin_subtitle {
  font-size: 1rem;
  font-weight: 300;
  color: #667085;
}
.page_login .form-control {
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease;
}
.page_login .form-control:hover:not(:focus) {
  border-color: #aeb6c2;
}
.page_login .form-control:focus {
  border-color: var(--bs-primary);
}
.page_login .form-floating > label {
  color: #667085;
}
.page_login .btn-primary {
  padding-block: 1rem;
  font-weight: 500;
}
.page_login .signin_copyright {
  color: #353e4d;
  font-size: 0.9rem;
  font-weight: 300;
}

.page_login .alert_signin {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--bs-danger), white 80%);
  border-radius: 0.5rem;
  padding: 0.7rem 0.85rem;
  line-height: 1.4;
  font-size: 0.875rem;
  background: color-mix(in srgb, var(--bs-danger), white 93%);
  color: color-mix(in srgb, var(--bs-danger), black 15%);
}
.page_login .alert_signin .alert_signin-icon {
  color: var(--bs-danger);
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.05rem;
  flex-shrink: 0;
}
.page_login .password_field {
  position: relative;
}
.page_login .password_field .form-control {
  padding-right: 3rem;
}
.page_login .password_toggle {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: var(--bs-secondary-color);
  cursor: pointer;
  transition: color 0.15s, background-color 0.15s;
}
.page_login .password_toggle:hover, .page_login .password_toggle:focus-visible {
  color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  outline: none;
}
.page_login .password_toggle .password_toggle-hide {
  display: none;
}
.page_login .password_toggle[aria-pressed=true] .password_toggle-show {
  display: none;
}
.page_login .password_toggle[aria-pressed=true] .password_toggle-hide {
  display: inline-block;
}
.page_login .password_show-toggle {
  display: none;
  width: fit-content;
  margin: 0.4rem 0 0 auto;
  padding: 0;
  background: none;
  border: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--bs-primary);
  cursor: pointer;
}
.page_login .password_show-toggle.is-visible {
  display: block;
}
.page_login .password_show-toggle:hover, .page_login .password_show-toggle:focus-visible {
  text-decoration: underline;
  outline: none;
}
.page_login .takeover_confirm {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.05rem;
  background: color-mix(in srgb, var(--bs-primary), white 93%);
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 60%);
  border-radius: 0.85rem;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
  margin-bottom: 0;
}
.page_login .takeover_confirm:hover {
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  border-color: color-mix(in srgb, var(--bs-primary), white 40%);
}
.page_login .takeover_confirm:has(.takeover_confirm-check:checked) {
  background: color-mix(in srgb, var(--bs-primary), white 84%);
  border-color: var(--bs-primary);
}
.page_login .takeover_confirm .takeover_confirm-icon {
  display: inline-flex;
  color: var(--bs-primary);
  flex-shrink: 0;
}
.page_login .takeover_confirm .takeover_confirm-text {
  min-width: 0;
  line-height: 1.3;
}
.page_login .takeover_confirm .takeover_confirm-title {
  font-weight: 600;
  color: var(--bs-body-color);
  font-size: 0.95rem;
}
.page_login .takeover_confirm .takeover_confirm-check {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
  border-width: 1.5px;
  flex-shrink: 0;
}

.panels_structure-wrap {
  height: 100%;
}

.inner_page-wrap {
  height: 100%;
}

.page_inner-panels {
  height: 100%;
}
.page_inner-panels .pip_aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: var(--asideWidth);
  width: var(--pipAsideWidth);
  background-color: color-mix(in srgb, var(--bs-light), black 3%);
  border-right: color-mix(in srgb, var(--bs-light), black 8%) 1px solid;
  padding: var(--asidePad);
}
.page_inner-panels .pip_article {
  min-height: 100%;
  margin-left: var(--pipAsideWidth);
}

.pip_article-inner {
  padding: 1.5rem;
}

.dashboard_stats-pods {
  --gutterVal: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutterVal);
  --items: 4;
  --itemWidth: calc((100% - (var(--items) - 1) * var(--gutterVal)) / var(--items));
}
.dashboard_stats-pods .card {
  --bsCardPadding: calc(1rem + .5vw);
  --bs-card-border-radius: 1rem;
  width: var(--itemWidth);
}
.dashboard_stats-pods .card .card-header {
  border-radius: inherit;
  padding: var(--bsCardPadding);
  padding-bottom: 0;
}
.dashboard_stats-pods .card .card-title {
  font-size: 1.1rem;
  font-weight: 500;
}
.dashboard_stats-pods .card .text-muted {
  opacity: 0.75;
}
.dashboard_stats-pods .card .card-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: var(--bsCardPadding);
  gap: 0 var(--bsCardPadding);
}
.dashboard_stats-pods .card .card-body > .lucide {
  stroke-width: 1 !important;
  width: calc(3rem + 0.5vw);
  height: auto;
  opacity: 0.15;
}
.dashboard_stats-pods .card .card-stat-value {
  margin: 0;
}
@media screen and (max-width: 1599.98px) {
  .dashboard_stats-pods {
    --items: 3;
  }
}
@media screen and (max-width: 1399.98px) {
  .dashboard_stats-pods {
    --items: 2;
  }
}
.dashboard_stats-pods .dsp_compare-data {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 0.5em;
}
.dashboard_stats-pods .dsp_compare-data .lucide {
  vertical-align: bottom;
  stroke-width: 2 !important;
}
.dashboard_stats-pods .dsp_compare-data[data-progress=plus] .lucide {
  color: color-mix(in srgb, var(--bs-success), black 10%);
}
.dashboard_stats-pods .dsp_compare-data[data-progress=minus] .lucide {
  color: color-mix(in srgb, var(--bs-danger), black 10%);
}

.dash_nav-heading {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9ca3af;
  margin: 0 0 0.5rem 0.25rem;
}

.dash_header-info {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 1.4rem;
  padding-block: 0.25em;
}

.dash_stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1400px) {
  .dash_stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dash_stat-grid {
    grid-template-columns: 1fr;
  }
}

.dash_stat-card {
  background: white;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem 1.5rem;
  min-width: 0;
}

.dash_stat-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  margin: 0 0 0.875rem;
}

.dash_stat-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
}

.dash_stat-value {
  font-size: 1.85rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
  line-height: 1.1;
  color: #111827;
  word-break: break-word;
}

.dash_stat-trend {
  font-size: 0.85rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.dash_stat-trend .lucide {
  width: 0.875rem;
  height: 0.875rem;
  stroke-width: 2 !important;
}
.dash_stat-trend--up {
  color: #16a34a;
}
.dash_stat-trend--down {
  color: #dc2626;
}
.dash_stat-trend--flat {
  color: #6b7280;
}

.dash_stat-bg-icon {
  width: calc(2.25rem + 0.5vw);
  height: auto;
  flex-shrink: 0;
  opacity: 0.12;
  stroke-width: 1 !important;
}

.dash_chart-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
@media (max-width: 1700px) {
  .dash_chart-grid {
    grid-template-columns: 1fr;
  }
}

.dash_chart-card {
  background: white;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  min-width: 0;
  overflow: hidden;
}

.dash_chart-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 1rem;
}

.dash_chart-body {
  position: relative;
  height: 260px;
  overflow: hidden;
  min-width: 0;
}
.dash_chart-body > canvas {
  max-width: 100%;
  max-height: 100%;
}

.dash_kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1300px) {
  .dash_kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .dash_kpi-grid {
    grid-template-columns: 1fr;
  }
}

.dash_kpi-card {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  padding: 1.15rem 1.35rem 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}
.dash_kpi-card:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 60%);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  transform: translateY(-1px);
  color: inherit;
  text-decoration: none;
}
.dash_kpi-card--alert .dash_kpi-value {
  color: var(--bs-danger);
}
.dash_kpi-card--empty-good .dash_kpi-value {
  color: #0f172a;
}
.dash_kpi-card--empty-good.dash_kpi-card--alert .dash_kpi-value {
  color: #0f172a;
}
.dash_kpi-card--hero {
  background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary), white 88%) 0%, color-mix(in srgb, var(--bs-primary), white 96%) 100%);
  border-color: color-mix(in srgb, var(--bs-primary), white 75%);
}
.dash_kpi-card--hero .dash_kpi-label {
  color: color-mix(in srgb, var(--bs-primary), black 10%);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.dash_kpi-card--hero .dash_kpi-icon {
  color: var(--bs-primary);
  opacity: 0.6;
}
.dash_kpi-card--hero .dash_kpi-value {
  font-size: 2rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--bs-primary), black 15%);
}
.dash_kpi-card--hero .dash_kpi-trend {
  color: color-mix(in srgb, var(--bs-primary), black 20%);
  opacity: 0.8;
}
.dash_kpi-card--hero:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 55%);
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.12);
}
.dash_kpi-card--savings {
  --savings-accent: #6366f1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--savings-accent), white 88%) 0%, color-mix(in srgb, var(--savings-accent), white 96%) 100%);
  border-color: color-mix(in srgb, var(--savings-accent), white 75%);
}
.dash_kpi-card--savings .dash_kpi-label {
  color: color-mix(in srgb, var(--savings-accent), black 10%);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.dash_kpi-card--savings .dash_kpi-icon {
  color: var(--savings-accent);
  opacity: 0.6;
}
.dash_kpi-card--savings .dash_kpi-value {
  font-size: 2rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--savings-accent), black 15%);
}
.dash_kpi-card--savings .dash_kpi-trend {
  color: color-mix(in srgb, var(--savings-accent), black 20%);
  opacity: 0.8;
}
.dash_kpi-card--savings:hover {
  border-color: color-mix(in srgb, var(--savings-accent), white 55%);
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.15);
}
.dash_kpi-card--receivables {
  --receivables-accent: #d97706;
  background: linear-gradient(135deg, color-mix(in srgb, var(--receivables-accent), white 88%) 0%, color-mix(in srgb, var(--receivables-accent), white 96%) 100%);
  border-color: color-mix(in srgb, var(--receivables-accent), white 75%);
}
.dash_kpi-card--receivables .dash_kpi-label {
  color: color-mix(in srgb, var(--receivables-accent), black 10%);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.dash_kpi-card--receivables .dash_kpi-icon {
  color: var(--receivables-accent);
  opacity: 0.6;
}
.dash_kpi-card--receivables .dash_kpi-value {
  font-size: 2rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--receivables-accent), black 15%);
}
.dash_kpi-card--receivables .dash_kpi-trend {
  color: color-mix(in srgb, var(--receivables-accent), black 20%);
  opacity: 0.8;
}
.dash_kpi-card--receivables:hover {
  border-color: color-mix(in srgb, var(--receivables-accent), white 55%);
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.15);
}

.dash_kpi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.dash_kpi-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dash_kpi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: #94a3b8;
}
.dash_kpi-icon .lucide {
  width: 1.6rem;
  height: 1.6rem;
  stroke-width: 1.5;
}
.dash_kpi-icon--income, .dash_kpi-icon--expense, .dash_kpi-icon--neutral, .dash_kpi-icon--alert {
  background: transparent;
  color: #94a3b8;
}

.dash_kpi-value {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.1;
  color: #0f172a;
  margin: 0 0 0.3rem;
  letter-spacing: -0.015em;
  word-break: break-word;
}

/* Slash separator for combined-stat KPI values (e.g. "Visits / Registrations").
   Lighter, thinner, slightly smaller so the two numbers stay the visual hero. */
.dash_kpi-sep {
  color: #cbd5e1;
  font-weight: 400;
  margin: 0 0.15rem;
}

.dash_kpi-unit {
  font-size: 0.9rem;
  font-weight: 500;
  color: #64748b;
  margin-left: 0.35rem;
}

.dash_kpi-trend {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
}
.dash_kpi-trend--up {
  color: #059669;
}
.dash_kpi-trend--down {
  color: #e11d48;
}
.dash_kpi-trend--flat {
  color: #64748b;
}
.dash_kpi-trend--pending {
  color: #94a3b8;
  font-style: italic;
}

.dash_panel {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  padding: 1.15rem 1.35rem 1.25rem;
}

.dash_panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dash_panel-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.005em;
}

.dash_panel-sub {
  font-size: 0.78rem;
  color: #94a3b8;
}

.dash_alert {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.2rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 3px solid #f97316;
  border-radius: 0.65rem;
  color: #9a3412;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.dash_alert:hover {
  background: #ffedd5;
  color: #9a3412;
  text-decoration: none;
}
.dash_alert .lucide {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.dash_alert > div {
  flex: 1;
}
.dash_alert .dash_alert-action {
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.9rem;
}

.dash_highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.dash_highlights li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.dash_highlights li:last-child {
  border-bottom: 0;
}
.dash_highlights li:first-child {
  padding-top: 0.25rem;
}

.dash_highlights-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

.dash_highlights-value {
  text-align: right;
  line-height: 1.2;
}
.dash_highlights-value strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  display: block;
}
.dash_highlights-value small, .dash_highlights-value .small {
  font-size: 0.78rem;
  font-weight: 500;
  display: block;
  margin-top: 0.1rem;
}

.dash_leaderboard {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.dash_lb-row {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.dash_lb-rank {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.4rem;
  background: #f1f5f9;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.dash_lb-body {
  min-width: 0;
}

.dash_lb-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.dash_lb-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash_lb-meta {
  font-size: 0.78rem;
  color: #94a3b8;
  white-space: nowrap;
}

.dash_lb-bar {
  height: 4px;
  background: #f1f5f9;
  border-radius: 1px;
  overflow: hidden;
}

.dash_lb-bar-fill {
  height: 100%;
  background: color-mix(in srgb, var(--bs-primary), white 50%);
  border-radius: 1px;
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dash_lb-amount {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  letter-spacing: -0.005em;
}

.dash_chart-body--tall {
  height: 290px;
}

.dash_zone-title {
  letter-spacing: 0.06em;
}

.dash_stat-card {
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}
.dash_stat-card:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 70%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transform: translateY(-1px);
  color: inherit;
  text-decoration: none;
}
.dash_stat-card--alert {
  border-color: #fca5a5;
  background: linear-gradient(0deg, rgba(254, 226, 226, 0.35), rgba(254, 226, 226, 0.35)), white;
}
.dash_stat-card--alert .dash_stat-value {
  color: #b91c1c;
}
.dash_stat-card--empty-good {
  border-color: #bbf7d0;
  background: linear-gradient(0deg, rgba(220, 252, 231, 0.35), rgba(220, 252, 231, 0.35)), white;
}
.dash_stat-card--empty-good .dash_stat-value {
  color: #16a34a;
}
.dash_stat-card--empty-good.dash_stat-card--alert .dash_stat-value {
  color: #16a34a;
}

.dash_stat-grid--urgent {
  margin-bottom: 0;
}

.dash_chart-grid {
  grid-template-columns: 2fr 1fr 2fr 1fr;
  gap: 1rem;
}
@media (max-width: 1400px) {
  .dash_chart-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .dash_chart-grid {
    grid-template-columns: 1fr;
  }
}

.dash_chart-card--wide {
  grid-column: 1/-1;
}

.dash_ops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1400px) {
  .dash_ops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .dash_ops-grid {
    grid-template-columns: 1fr;
  }
}
.dash_ops-grid .dash_chart-card {
  display: flex;
  flex-direction: column;
  min-height: 17rem;
}

.dash_ops-list {
  list-style: none;
  margin: 0 0 0.25rem;
  padding: 0;
}
.dash_ops-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--bs-border-color);
  font-size: 0.85rem;
  line-height: 1.35;
}
.dash_ops-list li:last-child {
  border-bottom: none;
}
.dash_ops-list li strong {
  color: var(--bs-body-color);
  font-weight: 600;
}

.dash_ops-more {
  display: inline-block;
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-primary);
  text-decoration: none;
}
.dash_ops-more:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}

.dash_stat-grid--2up {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .dash_stat-grid--2up {
    grid-template-columns: 1fr;
  }
}

.dash_chart-grid--finance {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1100px) {
  .dash_chart-grid--finance {
    grid-template-columns: 1fr;
  }
}

.dash_chart-grid--7030 {
  grid-template-columns: 2.2fr 1fr;
}
@media (max-width: 1100px) {
  .dash_chart-grid--7030 {
    grid-template-columns: 1fr;
  }
}

.dash_chart-grid--quad {
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
@media (max-width: 1100px) {
  .dash_chart-grid--quad {
    grid-template-columns: 1fr;
  }
}
.dash_chart-grid--quad .dash_panel {
  padding: 1.25rem 1.5rem;
}

.dash_chart-body--mid {
  height: 260px;
}

.dash_hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #f1f5f9;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.dash_hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.25), transparent 55%);
  pointer-events: none;
}

.dash_hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.5rem 1.75rem;
}
@media (max-width: 900px) {
  .dash_hero-content {
    grid-template-columns: 1fr;
  }
}

.dash_hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dash_hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(241, 245, 249, 0.65);
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.dash_hero-value {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 0.65rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.dash_hero-sub {
  margin: 0;
  color: rgba(241, 245, 249, 0.75);
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.dash_hero-margin {
  color: #c4b5fd;
  font-weight: 700;
}

.dash_hero-sep {
  opacity: 0.35;
  margin: 0 0.25rem;
}

.dash_hero-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dash_hero-spark {
  position: relative;
  height: 88px;
}
.dash_hero-spark canvas {
  display: block;
}

.dash_hero-spark-label {
  margin: 0.35rem 0 0;
  color: rgba(241, 245, 249, 0.55) !important;
  text-align: right;
}

.dash_lifetime {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
}

.dash_lifetime-title {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
}

.dash_lifetime-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
}
.dash_lifetime-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.5rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed var(--bs-border-color);
}
.dash_lifetime-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.dash_lifetime-list > div dt {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
  margin: 0;
}
.dash_lifetime-list > div dd {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
  color: var(--bs-body-color);
}
.dash_lifetime-list > div small, .dash_lifetime-list > div .small {
  grid-column: 1/-1;
  font-size: 0.7rem;
  line-height: 1.2;
  margin-top: -0.2rem;
}

.dash_stat-card {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 1.2rem 1.4rem;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.dash_stat-card:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 60%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
  color: inherit;
  text-decoration: none;
}

.dash_stat-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.dash_stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.dash_stat-pill {
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dash_stat-pill .lucide {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 1.75;
}
.dash_stat-pill--income {
  background: #dcfce7;
  color: #15803d;
}
.dash_stat-pill--expense {
  background: #fee2e2;
  color: #b91c1c;
}
.dash_stat-pill--alert {
  background: #fef3c7;
  color: #b45309;
}
.dash_stat-pill--distribute {
  background: #dbeafe;
  color: #1d4ed8;
}

.dash_stat-value {
  font-size: 1.85rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.1;
  color: #111827;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.dash_stat-trend {
  font-size: 0.8rem;
  margin: 0;
  color: var(--bs-secondary-color);
}

.dash_stat-card--with-spark {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.85rem;
}
.dash_stat-card--with-spark .dash_stat-spark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  pointer-events: none;
  opacity: 0.65;
}

.dash_stat-card--alert {
  border-color: #fca5a5;
  background: linear-gradient(0deg, rgba(254, 226, 226, 0.25), rgba(254, 226, 226, 0.25)), white;
}
.dash_stat-card--alert .dash_stat-value {
  color: #b91c1c;
}

.dash_stat-card--empty-good {
  border-color: #bbf7d0;
  background: linear-gradient(0deg, rgba(220, 252, 231, 0.25), rgba(220, 252, 231, 0.25)), white;
}
.dash_stat-card--empty-good .dash_stat-value {
  color: #16a34a;
}
.dash_stat-card--empty-good.dash_stat-card--alert .dash_stat-value {
  color: #16a34a;
}

.dash_chart-card {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.dash_chart-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dash_chart-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bs-body-color);
}
.dash_chart-title small, .dash_chart-title .small {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  margin-left: 0.35rem;
}

.dash_chart-sub {
  line-height: 1.3;
}

.dash_chart-link {
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-primary);
  white-space: nowrap;
}
.dash_chart-link:hover {
  text-decoration: underline;
}

.dash_chart-body--tall {
  height: 290px;
}

.dash_table-card {
  display: flex;
  flex-direction: column;
}

.dash_alert {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.65rem;
  color: #9a3412;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.dash_alert:hover {
  background: #ffedd5;
  color: #9a3412;
  text-decoration: none;
}
.dash_alert .lucide {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.dash_alert > div {
  flex: 1;
}
.dash_alert .dash_alert-action {
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.9rem;
}

.dash_table-wrap {
  overflow-x: auto;
  margin: 0 -0.5rem;
  flex: 1;
}

.dash_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.dash_table thead th {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
  letter-spacing: 0.04em;
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  white-space: nowrap;
}
.dash_table tbody td {
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  vertical-align: middle;
}
.dash_table tbody tr:last-child td {
  border-bottom: none;
}
.dash_table .dash_table-rank {
  font-weight: 600;
  color: var(--bs-secondary-color);
  width: 1.5rem;
}
.dash_table .dash_table-date {
  white-space: nowrap;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
}
.dash_table .dash_table-desc {
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  max-width: 22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash_txn-badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.dash_txn-badge--income {
  background: #dcfce7;
  color: #166534;
}
.dash_txn-badge--expense {
  background: #fee2e2;
  color: #991b1b;
}
.dash_txn-badge--distribution {
  background: #dbeafe;
  color: #1e40af;
}
.dash_txn-badge--refund {
  background: #ffedd5;
  color: #9a3412;
}

.dash_txn-amount-income {
  color: #16a34a;
}

.dash_txn-amount-expense,
.dash_txn-amount-distribution,
.dash_txn-amount-refund {
  color: #dc2626;
}

.dash_stat-unit {
  font-size: 0.9rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
}

.dash_staff-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.dash_staff-grid > div {
  text-align: center;
  padding: 0.55rem 0.25rem;
  background: var(--bs-gray-100);
  border-radius: 0.5rem;
  line-height: 1.15;
}
.dash_staff-grid > div strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.dash_staff-grid > div span {
  font-size: 0.7rem;
  color: var(--bs-secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pip_article-header .dash_header-info {
  flex: 1;
}

.second_nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.second_nav-list li {
  margin-bottom: 0.15em;
}
.second_nav-list a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em 1em;
  border-radius: 0.4em;
  color: currentColor;
  white-space: nowrap;
}
.second_nav-list a:hover {
  background-color: color-mix(in srgb, var(--bs-light), black 5%);
}
.second_nav-list a.active {
  font-weight: 500;
  color: var(--bs-primary);
  background-color: color-mix(in srgb, var(--bs-primary), white 85%);
}
.second_nav-list .se_nav-count {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
}
.second_nav-list a.active .se_nav-count {
  color: var(--bs-primary);
}
.second_nav-list .second_nav-separator {
  height: 0;
  margin: 0.5em 0.75em;
  border-top: 1px solid var(--bs-gray-300);
}

#examsDataTable tbody tr.row-flash > * {
  background-color: #bbf7d0 !important;
}

#examsDataTable tbody tr.row-flash-fade > * {
  animation: examRowFlashFade 2s ease-out forwards;
}

@keyframes examRowFlashFade {
  from {
    background-color: #bbf7d0;
  }
  to {
    background-color: transparent;
  }
}
.pip_article-header {
  background-color: var(--bs-gray-100);
  padding: 0.7rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pip_article-header .form-control, .pip_article-header .form-select {
  padding: 0.5em 1em;
  min-width: 5rem;
}

body.page_delete-requests .pip_article-header,
body.page_recent-activity .pip_article-header {
  border-bottom: var(--bs-gray-300) 1px solid;
}

.show_nbr-select {
  width: 5rem;
}

.search_wrap {
  position: relative;
  max-width: 25rem;
}
.search_wrap .form-control {
  border-radius: var(--bs-border-radius) !important;
  padding-right: 2.5em;
}
.search_wrap button {
  position: absolute;
  top: 50%;
  right: 0.85em;
  transform: translateY(-50%);
  z-index: 5;
  outline: none !important;
  font-size: 85%;
  opacity: 0.25;
}

.stics_main-table-wrap {
  background-color: white;
}
.stics_main-table-wrap .table-responsive {
  min-height: 35rem;
}
.stics_main-table-wrap .dt-layout-row:has(.dt-paging) {
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: var(--bs-border-color) 1px solid;
}
.stics_main-table-wrap .dt-layout-row:has(.dt-paging) .dt-info {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}
.stics_main-table-wrap .dt-layout-row:has(.dt-length) {
  display: none;
}
.stics_main-table-wrap .dt-layout-table {
  margin-top: 0 !important;
}
.stics_main-table-wrap .te_name {
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.stics_main-table-wrap .te_name picture {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: clip;
  background-color: var(--bs-light);
}
.stics_main-table-wrap .table td {
  transition: background var(--easeInOut);
}
.stics_main-table-wrap .table tr td:first-child,
.stics_main-table-wrap .table tr th:first-child {
  border-left: none;
}
.stics_main-table-wrap .table tr td:last-child,
.stics_main-table-wrap .table tr th:last-child {
  border-left: none;
}
.stics_main-table-wrap .table tbody tr:hover td {
  background: color-mix(in srgb, var(--bs-light), white 10%);
}
.stics_main-table-wrap .table tbody td {
  white-space: nowrap;
}
.stics_main-table-wrap .table tbody td[role=button]:hover {
  background: color-mix(in srgb, var(--bs-light), black 2%);
}
.stics_main-table-wrap .table > :not(caption) > * > * {
  padding: 0.75em;
}
.stics_main-table-wrap .table-bordered {
  --bs-table-border-color: color-mix(in srgb, var(--bs-light), black 7.5%);
}

.modal_form-cols {
  --asideFlexVal: 17rem;
  --pnlPadding: calc(1rem + .5vw);
  display: flex;
}
.modal_form-cols article {
  flex: 1;
  padding: var(--pnlPadding);
}
.modal_form-cols aside {
  flex: var(--asideFlexVal);
  max-width: var(--asideFlexVal);
}

.asf_aside-fee-table-wrap {
  padding: var(--pnlPadding) 1.25em;
  position: sticky;
  top: 0;
}
.asf_aside-fee-table-wrap .form-floating label {
  transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}
.asf_aside-fee-table-wrap select[aria-label=Discount] {
  max-width: 6.25rem;
}

.student_ph-popover {
  --bs-popover-body-color: color-mix(in srgb, var(--bs-light), black 15%);
  --bs-popover-bg: var(--colorDark);
  --bs-popover-border-color: var(--colorDark);
}
.student_ph-popover .popover-body {
  padding: 1.75em 2.75em 1.75em 1.75em;
}
.student_ph-popover .popover-arrow:before {
  display: none;
}

.student_pop-phone {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.student_pop-phone:before {
  content: "✕";
  position: absolute;
  font-size: 85%;
  top: 0.75em;
  right: 0.8em;
  cursor: pointer;
  z-index: 1;
}
.student_pop-phone li:not(:last-child) {
  margin-bottom: 0.6em;
  padding-bottom: 0.75em;
  border-bottom: rgba(255, 255, 255, 0.2) 1px dashed;
}
.student_pop-phone b {
  display: inline-block;
  min-width: 5.25em;
}
.student_pop-phone a {
  color: inherit;
  letter-spacing: 0.05em;
  transition: color var(--easeInOut);
}
.student_pop-phone a:hover {
  color: white;
}

.student_phone-popover {
  display: none;
}

.fee_install-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fee_install-item:not(:last-child) {
  margin-bottom: 1em;
}
.fee_install-item .fii_due-date span {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
}
.fee_install-item .fii_due-date small, .fee_install-item .fii_due-date .small {
  font-size: 0.6em;
}

.fii_inner-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
.fii_inner-wrap .btn {
  white-space: nowrap;
}

.fee_month-select {
  width: initial;
}
.fee_month-select .form-control {
  max-width: 8.5rem;
}

.fee_rcpt-input-wrap {
  --inputSize: 6rem;
  max-width: 0;
  overflow: clip;
  transition: max-width var(--easeInOut);
}
.fee_rcpt-input-wrap input {
  max-width: var(--inputSize);
  min-height: 100%;
}

.show_rcpt-input .fee_rcpt-input-wrap {
  max-width: var(--inputSize);
}

.ofc_student-detail-dp {
  padding: 1em var(--offCanvasPadding);
  display: flex;
  align-items: center;
  gap: calc(1rem + 0.25vw);
}
.ofc_student-detail-dp picture {
  width: calc(4.5rem + 0.5vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ofc_student-detail-dp picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.ofc_student-detail-dp figcaption {
  flex: 1;
}

.ofc_sdt-foot {
  padding: 1rem var(--offCanvasPadding);
}

.ins_input-wrap {
  width: initial;
  user-select: none;
  border-radius: 0.35rem;
  border: var(--bs-border-color) 1px solid;
  overflow: clip;
}
.ins_input-wrap .form-control {
  font-size: 1rem;
  max-width: 3rem;
  text-align: center;
  background: white;
  border: none;
}
.ins_input-wrap .btn {
  border: none;
  --bs-btn-padding-x: .4rem;
  --bs-btn-padding-y: .4rem;
}

.ph_guardian-relation-select {
  flex: 10rem 0 0 !important;
}

.asf_aside-fee-table .form-group {
  margin-block: 0.5em;
}
.asf_aside-fee-table .form-group input {
  text-align: right;
}

.table_options-group {
  padding-inline: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.table_options-group > button,
.table_options-group > a,
.table_options-group > .dropdown > button,
.table_options-group > .dropdown > a {
  display: inline-block;
  padding: 0.5em;
  border-radius: 50%;
  background: var(--bs-light);
  color: inherit;
  text-decoration: none;
  transition: background-color var(--easeInOut);
}
.table_options-group > button:hover,
.table_options-group > a:hover,
.table_options-group > .dropdown > button:hover,
.table_options-group > .dropdown > a:hover {
  background: white;
}
.table_options-group > button:focus,
.table_options-group > a:focus,
.table_options-group > .dropdown > button:focus,
.table_options-group > .dropdown > a:focus {
  background: color-mix(in srgb, var(--bs-light), black 5%);
}
.table_options-group > button:disabled,
.table_options-group > a:disabled,
.table_options-group > .dropdown > button:disabled,
.table_options-group > .dropdown > a:disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.table_options-group .dropdown-menu .dropdown-item {
  background: transparent;
  border-radius: 0.5rem;
}
.table_options-group .dropdown-menu .dropdown-item:hover, .table_options-group .dropdown-menu .dropdown-item:focus, .table_options-group .dropdown-menu .dropdown-item:active {
  background: var(--bs-light);
}

.table_options-group .employee_attendance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  min-width: 6.75rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bs-body-color);
  background: var(--bs-light);
  border: transparent 1px solid;
}
.table_options-group .employee_attendance-btn .lucide {
  width: 1em;
  height: 1em;
}
.table_options-group .employee_attendance-btn:disabled {
  opacity: 1;
  pointer-events: none;
}
.table_options-group .employee_attendance-btn--checkin {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background: white;
}
.table_options-group .employee_attendance-btn--checkin:hover {
  color: white;
  background: var(--bs-dark);
}
.table_options-group .employee_attendance-btn--checkout {
  color: white;
  background: var(--bs-dark);
}
.table_options-group .employee_attendance-btn--checkout:hover {
  background: color-mix(in srgb, var(--bs-dark), white 12%);
}
.table_options-group .employee_attendance-btn--done {
  color: var(--bs-secondary-color);
  background: var(--bs-light);
}
.table_options-group .employee_attendance-btn--disabled {
  color: var(--bs-secondary-color);
  background: var(--bs-gray-200);
  opacity: 0.65;
}
.table_options-group .employee_attendance-btn--present {
  color: var(--bs-success);
  background: var(--bs-success-bg-subtle);
}
.table_options-group .employee_attendance-btn--late {
  color: color-mix(in srgb, var(--bs-warning), black 35%);
  background: var(--bs-warning-bg-subtle);
}
.table_options-group .employee_attendance-btn--leave {
  color: color-mix(in srgb, var(--bs-warning), black 35%);
  background: var(--bs-warning-bg-subtle);
}

.employee_late-note {
  display: inline-flex;
  align-items: center;
  margin-left: 0.45rem;
  padding: 0.18rem 0.5rem;
  border-radius: 2rem;
  color: color-mix(in srgb, var(--bs-warning), black 45%);
  background: var(--bs-warning-bg-subtle);
  font-size: 0.78rem;
  line-height: 1;
}

.student_detail-oc-table tbody tr {
  border-bottom: var(--bs-gray-200) 1px solid;
}
.student_detail-oc-table tbody td:first-child {
  white-space: nowrap;
}
.student_detail-oc-table th, .student_detail-oc-table td {
  padding: 0.75em 1.5em;
}

.student-tags-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#careerDataTable {
  width: 100%;
}
#careerDataTable th,
#careerDataTable td {
  width: 1%;
  white-space: nowrap;
}
#careerDataTable th:last-child,
#careerDataTable td:last-child {
  width: auto;
}

.sd_status-toggle.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  cursor: pointer;
}
.sd_status-toggle.dropdown-toggle::after {
  margin: 0;
  opacity: 0.75;
}

.tag-green {
  background-color: var(--tag-green);
}

.tag-indigo {
  background-color: var(--tag-indigo);
}

.tag-cyan {
  background-color: var(--tag-cyan);
}

.tag-violet {
  background-color: var(--tag-violet);
}

.tag-pink {
  background-color: var(--tag-pink);
}

.tag-red {
  background-color: var(--tag-red);
}

.tag-orange {
  background-color: var(--tag-orange);
}

.tag-yellow {
  background-color: var(--tag-yellow);
}

.tag-tan {
  background-color: var(--tag-tan);
}

.tag-gray {
  background-color: var(--tag-gray);
}

.tag-black {
  background-color: var(--bs-black);
}

/* ── Styled tag-picker dropdown ─────────────────────────────────────────
 *  Used on the Applications page (and reusable elsewhere) to replace the
 *  default native radio / checkbox dropdown with a coloured-dot list that
 *  matches the badge colours shown on each row. The native input is hidden
 *  but stays in the form, so submission semantics are unchanged.            */
.stics_tag-dropdown {
  min-width: 14rem;
  padding: 0.4rem;
  border-radius: 0.65rem;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
  border: 1px solid var(--bs-border-color);
  /* Bootstrap toggles .show to flip display: none -> display: block. We want a
   * column flex layout (tiny gap between rows) but only WHEN the dropdown is
   * open - applying display: flex unconditionally would defeat Bootstrap's
   * default `.dropdown-menu { display: none }` and leave the menu stuck open. */
}
.stics_tag-dropdown.show {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.stics_tag-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.6rem;
  margin: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.12s ease;
  /* Hide the native input — the visual dot below acts as both indicator
   * and click target. The wrapping <label> still routes clicks to the
   * input so radio/checkbox semantics stay intact for form submission.    */
}
.stics_tag-option input[type=radio],
.stics_tag-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.stics_tag-option:hover {
  background: color-mix(in srgb, var(--bs-light), black 2%);
}
.stics_tag-option {
  /* :has reads the hidden input's state. Selected row gets a stronger grey
   * fill, bolder/black label, and the dot reveals a white checkmark - the
   * combined cues make the selected state unmistakable at a glance.        */
}
.stics_tag-option:has(input:checked) {
  background: color-mix(in srgb, var(--bs-light), black 12%);
}
.stics_tag-option:has(input:checked) .stics_tag-label {
  color: #111;
  font-weight: 600;
}
.stics_tag-option:has(input:checked) .stics_tag-dot::after {
  display: block;
}
.stics_tag-option:has(input:checked) {
  /* Subtle outer ring around the dot reinforces "this one is on" even
   * when the bg darkening alone reads as a hover. */
}
.stics_tag-option:has(input:checked) .stics_tag-dot {
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 0 0 2px rgba(15, 23, 42, 0.06);
}

.stics_tag-dot {
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.12s ease;
  /* Checkmark drawn with two rotated borders - no SVG asset needed.       */
}
.stics_tag-dot::after {
  content: "";
  display: none;
  position: absolute;
  left: 30%;
  top: 12%;
  width: 36%;
  height: 60%;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}

.stics_tag-label {
  font-size: 0.9rem;
  color: var(--bs-body-color);
  line-height: 1.2;
  transition: color 0.12s ease;
}

.stics_tag-divider {
  margin: 0.5rem 0.25rem;
  border: 0;
  border-top: 1px solid var(--bs-border-color);
  opacity: 1;
}

.stics_tag-apply-btn {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.55rem;
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bs-body-color);
  cursor: pointer;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}
.stics_tag-apply-btn:hover {
  background: color-mix(in srgb, var(--bs-light), black 4%);
  border-color: color-mix(in srgb, var(--bs-border-color), black 8%);
}
.stics_tag-apply-btn:active {
  background: color-mix(in srgb, var(--bs-light), black 8%);
}

/* ------------------------------------------------------------------
   Modal form sections - reusable grouping for multi-section forms.
   Currently used by the Add/Edit Career Application modal to break a
   long flat list of inputs into themed steps (Position, Candidate,
   Experience, Documents, Notes, Pipeline). Keep the styling generic
   enough to drop into other long modals later.
   ------------------------------------------------------------------ */
.modal_form-section {
  padding: 1.25rem 0;
  border-top: 1px solid var(--bs-border-color);
}
.modal_form-section:first-of-type {
  padding-top: 0.25rem;
  border-top: 0;
}
.modal_form-section:last-of-type {
  padding-bottom: 0.25rem;
}

.modal_form-section-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.modal_form-section-head .step {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--bs-light);
  color: var(--bs-secondary);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.modal_form-section-head h5, .modal_form-section-head .h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.modal_form-section-head small, .modal_form-section-head .small {
  font-size: 0.8rem;
}

.career_cv-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--bs-light), white 50%);
  transition: border-color var(--easeInOut), background-color var(--easeInOut);
}
.career_cv-upload:hover {
  border-color: color-mix(in srgb, var(--bs-primary), transparent 60%);
  background: color-mix(in srgb, var(--bs-light), white 35%);
}

.career_cv-upload-empty,
.career_cv-upload-file {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex: 1;
  min-width: 0;
}
.career_cv-upload-empty [data-lucide],
.career_cv-upload-file [data-lucide] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--bs-secondary);
}

.career_cv-upload-file [data-lucide] {
  color: var(--bs-primary);
}

.career_cv-upload-meta {
  min-width: 0;
  flex: 1;
}
.career_cv-upload-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.career_cv-upload-actions {
  display: inline-flex;
  gap: 0.35rem;
}
.career_cv-upload-actions .btn i {
  width: 14px;
  height: 14px;
}

.career_cv-upload-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.9rem;
  border-radius: 0.5rem;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-body-color);
  cursor: pointer;
  transition: background-color var(--easeInOut), border-color var(--easeInOut);
}
.career_cv-upload-trigger:hover {
  background: var(--bs-light);
  border-color: color-mix(in srgb, var(--bs-border-color), black 8%);
}
.career_cv-upload-trigger i {
  width: 16px;
  height: 16px;
}

.student_phones-cell {
  position: relative;
}
.student_phones-cell .dropdown-toggle {
  position: absolute;
  inset: 0;
  transition: background-color var(--easeInOut);
}
.student_phones-cell .dropdown-toggle[aria-expanded=true] {
  background: var(--bs-light);
}
.student_phones-cell .dropdown-toggle:hover {
  background: color-mix(in srgb, var(--bs-light), black 2%);
}
.student_phones-cell .dropdown-menu {
  padding: 1em;
}
.student_phones-cell .dropdown-menu li {
  display: flex;
  align-items: center;
}
.student_phones-cell .dropdown-menu li strong {
  display: inline-block;
  min-width: 6.25em;
}
.student_phones-cell .dropdown-menu li:not(:last-child) {
  margin-bottom: 0.5em;
}

.copy_to-clipboard {
  flex: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.copy_to-clipboard a {
  flex: 1;
}
.copy_to-clipboard .copy_phone-btn {
  display: inline-block;
  background-color: var(--bs-light);
  border-radius: 0.5em;
  padding: 0.5em;
  font-size: 0.75em;
}
.copy_to-clipboard .copy_phone-btn:hover {
  background-color: color-mix(in srgb, var(--bs-light), black 5%);
}

/* ===== Multi-course fee modal ===== */
.sfm_course-tabs {
  display: flex;
  gap: 0.35rem;
  padding: 0.6rem 1rem 0.5rem;
  border-bottom: var(--bs-gray-200) 1px solid;
  overflow-x: auto;
  scrollbar-width: none;
}
.sfm_course-tabs::-webkit-scrollbar {
  display: none;
}

.sfm_course-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.55rem 1rem;
  border-radius: 0.5rem;
  border: var(--bs-gray-200) 1px solid;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s;
  min-width: 0;
  flex-shrink: 0;
}
.sfm_course-tab:hover {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-300);
}
.sfm_course-tab.active {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 92%);
}

.sfm_course-tab-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bs-gray-800);
}

.sfm_course-tab-meta {
  font-size: 0.75rem;
  color: var(--bs-gray-500);
}

.sfm_course-pane {
  padding: 0;
  display: none;
}
.sfm_course-pane.active {
  display: block;
}

.sfm_accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sfm_accordion-item {
  border: none !important;
  overflow: hidden;
}
.sfm_accordion-item:not(:last-of-type) {
  margin-bottom: 2rem;
}

.sfm_accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  background: none !important;
  font-size: 0.9rem;
  box-shadow: none !important;
  margin-bottom: 1.5rem;
}
.sfm_acc-course {
  font-weight: 600;
  flex: 1;
}

.sfm_acc-meta {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--bs-gray-500);
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.sfm_cleared-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.25rem;
  background: color-mix(in srgb, var(--bs-success), white 90%);
  border: var(--bs-success) 1px solid;
  border-radius: 0.6rem;
  color: var(--bs-success);
}
.sfm_cleared-badge .lucide {
  width: 1.4rem;
  height: 1.4rem;
}
.sfm_cleared-badge--discontinued {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}

.sfm_summary-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.sfm_summary-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.sfm_summary-course {
  font-weight: 600;
  flex: 1;
  min-width: 10rem;
}

.sfm_summary-balance, .sfm_summary-paid {
  font-size: 0.85rem;
}

.sfm_summary-total {
  font-size: 0.8rem;
}

.sfm_summary-progress {
  padding: 0 0.25rem 0.25rem;
}

.sfm_summary-totals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  border-top: var(--bs-gray-200) 1px solid;
  padding-top: 1.25rem;
}
.sfm_summary-totals > div {
  padding: 0.85rem 1rem;
  background: var(--bs-gray-50);
  border: var(--bs-gray-200) 1px solid;
  border-radius: 0.5rem;
}

.sfm_total-fee {
  position: relative;
}
.sfm_total-fee[data-discount]:before {
  content: attr(data-discount);
  font-size: 0.85em;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 1.5em;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  transform: translateY(-50%);
  background-color: white;
  border: var(--bs-primary) 1px solid;
  color: var(--bs-primary);
}

.course_batch-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.course_batch-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: var(--bs-border-color) 1px solid;
  border-radius: 0.75rem;
  background: var(--bs-white);
}

.course_batch-main {
  min-width: 0;
}
.course_batch-main strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.course_batch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
}

.course_batch-side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.course_batch-empty {
  padding: 1rem 1.1rem;
  border: var(--bs-border-color) 1px dashed;
  border-radius: 0.75rem;
  color: var(--bs-secondary-color);
  background: color-mix(in srgb, var(--bs-light), white 60%);
}

.course_batch-editor {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: var(--bs-border-color) 1px solid;
}

.batch_focus-banner,
.batch_editor-card {
  margin: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  background: #fff;
}

.batch_focus-banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary), white 88%) 0%, color-mix(in srgb, var(--bs-primary), white 96%) 100%);
  border-color: color-mix(in srgb, var(--bs-primary), white 75%);
}
.batch_focus-banner > div {
  min-width: 0;
}
.batch_focus-banner small, .batch_focus-banner .small {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000 !important;
}
.batch_focus-banner h5, .batch_focus-banner .h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: color-mix(in srgb, var(--bs-primary), black 15%);
  margin: 0 0 0.35rem;
}
.batch_focus-banner p {
  font-size: 0.9rem;
  color: var(--bs-secondary-color) !important;
}

.batch_focus-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.batch_header-actions {
  margin-left: auto;
}

.batch_editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--bs-border-color);
}

.course_batch-picker-note {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: var(--bs-border-color) 1px solid;
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--bs-light), white 70%);
}
.course_batch-picker-note small, .course_batch-picker-note .small {
  display: block;
  color: var(--bs-secondary-color);
  margin-bottom: 0.25rem;
}
.course_batch-picker-note strong {
  display: block;
  font-size: 0.98rem;
}

.fee_paid-modal-card {
  border: var(--bs-dark-border-subtle) 1px solid;
  overflow: clip;
}
.fee_paid-modal-card .fpm_card-title {
  color: white;
  background-color: var(--bs-dark-border-subtle);
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.fee_paid-modal-card .fpm_card-body {
  padding: 0.5rem 1rem;
}
.fee_paid-modal-card .fpm_card-body table {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 300;
}
.fee_paid-modal-card .fpm_card-body table td {
  padding: 0.5em 0;
}
.fee_paid-modal-card .fpm_card-body table tr:not(:last-child) {
  border-bottom: var(--bs-gray-300) 1px solid;
}
.fee_paid-modal-card .fpm_card-body .lucide-badge-check {
  color: var(--bs-success);
  vertical-align: bottom;
  font-size: 1rem;
}
.fee_paid-modal-card .fpm_card-body .lucide-badge-check path:first-child {
  fill: var(--bs-success);
}
.fee_paid-modal-card .fpm_card-body .lucide-badge-check path:nth-child(2) {
  stroke: white;
}

.fee_receipt-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.fee_receipt-print-btn {
  margin-left: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35em;
  height: 2.35em;
  padding: 0;
  color: var(--bs-gray-600);
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: color var(--easeInOut), background-color var(--easeInOut);
}
.fee_receipt-print-btn .lucide {
  width: 1.4em;
  height: 1.4em;
}
.fee_receipt-print-btn:hover, .fee_receipt-print-btn:focus-visible {
  background: var(--bs-gray-100);
}

/* Clickable receipt number — looks like bold text, opens slip in new tab on click */
.fee_receipt-no-btn {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px dashed transparent;
  transition: color var(--easeInOut), border-color var(--easeInOut);
}
.fee_receipt-no-btn:hover, .fee_receipt-no-btn:focus-visible {
  color: var(--bs-primary);
  border-bottom-color: var(--bs-primary);
  outline: none;
}

.fee_installment-counter {
  display: flex;
  align-items: center;
  border: var(--bs-gray-300) 1px solid;
  padding: 0.25em;
  border-radius: 2em;
  gap: 0.25em;
}
.fee_installment-counter button {
  font-size: 0.85rem;
  width: 2.5em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: var(--bs-dark-border-subtle);
  transition: background-color var(--easeInOut);
}
.fee_installment-counter input {
  width: 2.5rem;
  font-size: 1.25em;
  outline: none !important;
  text-align: center;
  border: none;
}

.fee_discount-input-group .input-group-text {
  flex-grow: 1;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  background-color: var(--bs-white);
  user-select: none;
}
.fee_discount-input-group .form-select {
  --selWidth: 5rem;
  min-width: var(--selWidth);
  max-width: var(--selWidth);
  background-image: none !important;
  font-size: 1.25rem;
  padding: 0.375rem 0.75rem !important;
  text-align-last: center;
  cursor: pointer;
}

.was-validated .fee_discount-input-group .form-select:valid,
.was-validated .fee_discount-input-group .form-select.is-valid {
  background-image: none !important;
}

.input-group.is-invalid > .form-control,
.input-group.is-invalid > .form-select {
  border-color: var(--bs-form-invalid-border-color);
}

.student_fee-breakup-wrap .form-control {
  --inputWidth: 7.5rem;
  min-width: var(--inputWidth);
  max-width: var(--inputWidth);
}

.files_upload-wrap .upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
  gap: 0.5rem;
  cursor: pointer;
  background-color: white;
  user-select: none;
  border-radius: var(--bs-border-radius-lg);
  border: currentColor 1px dashed;
  opacity: 0.6;
  transition: opacity var(--easeInOut);
}
.files_upload-wrap .upload-btn:hover {
  opacity: 1;
}

.add_updated-student-modal .modal-dialog {
  --bs-modal-width: 60rem;
}

.add_employee-modal .modal-body {
  padding: calc(1rem + 0.5vw);
}

.employee_wizard-modal .modal-dialog {
  --bs-modal-width: 66rem;
}
.employee_wizard-modal .modal-content {
  overflow: hidden;
}
.employee_wizard-modal .modal-header {
  padding: 1rem 1.5rem;
}
.employee_wizard-modal .modal-header p {
  display: none;
}
.employee_wizard-modal .form-group label {
  margin-bottom: 0.25rem;
  color: var(--bs-body-color);
  font-size: 0.95em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.employee_wizard-modal .form-control-lg,
.employee_wizard-modal .form-select-lg {
  min-height: 3.55rem;
  padding: 0.75rem 1rem;
  border-radius: 0.55rem;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--bs-body-color);
  border-color: color-mix(in srgb, var(--bs-border-color), black 6%);
}
.employee_wizard-modal .form-control-lg.is-invalid,
.employee_wizard-modal .form-select-lg.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.employee_wizard-modal .input-group.is-invalid > .form-control-lg,
.employee_wizard-modal .input-group.is-invalid > .form-select-lg {
  border-color: var(--bs-form-invalid-border-color);
}
.employee_wizard-modal .form-control-lg::placeholder {
  color: var(--bs-secondary-color);
}

.employee_wizard-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 2rem 1.5rem 1rem;
  border: none;
  background: white;
}

.employee_wizard-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0;
  text-align: left;
  color: var(--bs-secondary-color);
}
.employee_wizard-step:not(:last-child)::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 3rem;
  right: 0.75rem;
  top: 1.125rem;
  background: var(--bs-border-color);
}
.employee_wizard-step span {
  width: 2.5rem;
  height: 2.5rem;
  border: var(--bs-border-color) 1px solid;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.employee_wizard-step strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: white;
  padding-right: 0.5em;
}
.employee_wizard-step.active {
  color: var(--bs-body-color);
}
.employee_wizard-step.active span {
  color: white;
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}
.employee_wizard-step.completed {
  color: var(--bs-primary);
}
.employee_wizard-step.completed::after {
  background: var(--bs-primary);
}
.employee_wizard-step.completed span {
  color: var(--bs-primary);
  border-color: currentColor;
  background: var(--bs-primary-bg-subtle);
}
.employee_wizard-step:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.employee_wizard-body {
  padding: clamp(1.5rem, 2vw, 2rem) !important;
  background: white;
}

.employee_step-pane {
  display: none;
}
.employee_step-pane.active {
  display: block;
}

.employee_days-toggle .employee_day-btn {
  flex: 1 1 0;
  min-width: 4rem;
  text-align: center;
}

.employee_step-panel {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.employee_step-heading {
  display: none;
}

.employee_photo-upload-card {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  padding: 1rem 1.5rem;
  border: var(--bs-border-color) 1px dashed;
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--bs-light), white 70%);
}
.employee_photo-upload-card picture {
  --dpSize: 5.9rem;
  width: var(--dpSize);
  min-width: var(--dpSize);
  height: var(--dpSize);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  background: var(--bs-primary-bg-subtle);
}
.employee_photo-upload-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.employee_photo-upload-card .invalid-feedback {
  display: none;
  margin-top: 0.35rem;
}
.employee_photo-upload-card .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: .42rem;
  --bs-btn-border-radius: 2rem;
}

.srw_progress-wrap {
  margin-bottom: 1.25rem;
}
.srw_progress-wrap > small, .srw_progress-wrap > .small {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

.srw_progress-bar-track {
  position: relative;
}
.srw_progress-bar-track strong {
  position: absolute;
  bottom: calc(100% + 0.3rem);
  transform: translateX(-50%);
  font-size: 0.78rem;
  white-space: nowrap;
  transition: left 0.4s ease, color 0.3s;
  pointer-events: none;
}
.srw_progress-bar-track .progress {
  height: 7px;
  border-radius: 2px;
}
.srw_progress-bar-track .progress-bar {
  border-radius: 2px;
  transition: width 0.4s ease, background-color 0.3s;
}

.student_review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--bs-border-color);
  border-radius: 0.7rem;
  overflow: hidden;
}
.student_review-list > div {
  padding: 0.55rem 0.9rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.student_review-list > div:last-child {
  border-bottom: none;
}
.student_review-list > div.srw_full {
  grid-column: 1/-1;
}
.student_review-list > div small, .student_review-list > div .small {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bs-secondary-color);
  margin-bottom: 0.15rem;
}
.student_review-list > div span {
  font-size: 0.9rem;
  font-weight: 500;
  word-break: break-word;
}

.employee_permissions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border: var(--bs-border-color) 1px solid;
  border-radius: 0.7rem;
}

.employee_wizard-footer {
  gap: 1rem;
  padding: 1rem 1.5rem;
}
.employee_wizard-footer .employee_step-counter {
  margin-left: auto;
  color: var(--bs-secondary-color);
  font-size: 1rem;
}
.employee_wizard-footer #employeeWizardNext,
.employee_wizard-footer #employeeWizardSubmit {
  min-width: 9.75rem;
}

.student_wizard-modal .modal-dialog {
  --bs-modal-width: 60rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.student_wizard-modal .modal-dialog-centered {
  min-height: calc(100% - 2rem);
}
.student_wizard-modal .modal-content {
  max-height: calc(100vh - 2rem);
}
.student_wizard-modal .student_wizard-head {
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
}
.student_wizard-modal .student_wizard-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.student_wizard-modal .student_wizard-brand .modal-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.student_wizard-modal .student_wizard-regid {
  padding: 0.4em 0.7em;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
.student_wizard-modal .student_wizard-row {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
.student_wizard-modal .student_wizard-aside {
  flex: 0 0 15.5rem;
  width: 15.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.35rem;
  background: color-mix(in srgb, var(--bs-light), white 35%);
  border-right: 1px solid var(--bs-border-color);
  overflow-y: auto;
}
.student_wizard-modal .student_wizard-aside-note {
  margin: auto 0 0;
  padding-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--bs-secondary-color);
}
.student_wizard-modal .employee_wizard-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  background: transparent;
  gap: 0.75em;
  padding: 0;
}
.student_wizard-modal .employee_wizard-step {
  position: static;
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.1em 1em;
  align-items: center;
  padding: 0.55rem 0.6rem;
  border-radius: 0.6rem;
}
.student_wizard-modal .employee_wizard-step::after {
  display: none !important;
}
.student_wizard-modal .employee_wizard-step span {
  grid-row: 1/3;
  align-self: center;
  border-radius: 50%;
}
.student_wizard-modal .employee_wizard-step strong {
  grid-column: 2;
  align-self: end;
  padding: 0;
  background: transparent;
  white-space: normal;
  overflow: visible;
  line-height: 1.15;
  font-weight: 600;
}
.student_wizard-modal .employee_wizard-step small, .student_wizard-modal .employee_wizard-step .small {
  grid-column: 2;
  align-self: start;
  margin-top: 0.1rem;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--bs-secondary-color);
}
.student_wizard-modal .employee_wizard-step.active {
  background: color-mix(in srgb, var(--bs-primary), transparent 92%);
}
.student_wizard-modal .student_wizard-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.student_wizard-modal .employee_wizard-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.student_wizard-modal #studentGuardianRelationName {
  flex: 10.5rem 0 0 !important;
}

.emp_photo-upload-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.emp_photo-upload-wrap picture {
  --dpSize: calc(5rem + 1vw);
  width: var(--dpSize);
  min-width: var(--dpSize);
  height: var(--dpSize);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  background: var(--bs-primary-bg-subtle);
}
.emp_photo-upload-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.emp_photo-upload-wrap picture .emp_photo-cam-ico {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  opacity: 0.5;
  font-size: 1.5rem;
}
.emp_photo-upload-wrap .invalid-feedback {
  display: none;
  margin-top: 0.35rem;
}

/* Shared confirm modal - used by every "Are you sure?" prompt in the
 * portal (delete, logout, write-off, mark-resigned, etc.). Polish here
 * propagates to every callsite by design. Restrained, professional
 * styling: circular icon disc, clear hierarchy, comfortable spacing.   */
.confirm_modal .modal-dialog {
  max-width: 500px;
}
.confirm_modal .modal-content {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px -8px rgba(15, 23, 42, 0.18), 0 4px 12px -4px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.confirm_modal .modal-body {
  padding: 2rem 1.75rem 1.25rem !important;
}
.confirm_modal .modal-footer {
  padding: 0.5rem 1.75rem 1.75rem !important;
  gap: 0.75rem;
}
.confirm_modal h5, .confirm_modal .h5 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--bs-gray-900);
  margin: 0.65rem 0 0.35rem;
}
.confirm_modal .text-muted {
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 340px;
  margin: 0 auto;
  color: var(--bs-gray-600) !important;
}
.confirm_modal .btn-lg, .confirm_modal .btn-group-lg > .btn {
  padding: 0.8rem 1.85rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 9px;
  min-width: 135px;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.confirm_modal .btn-light {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-800);
}
.confirm_modal .btn-light:hover {
  background: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
}
.confirm_modal {
  /* Lucide icons inside buttons (e.g. Logout, Delete) - clean spacing
   * so the icon + label read as one unit.                             */
}
.confirm_modal .btn-lg .lucide, .confirm_modal .btn-group-lg > .btn .lucide {
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.45rem;
  vertical-align: -0.18em;
}

/* The delete-consent modal is the one confirmation prompt that doesn't
 * use the .confirm_modal component class, so without this it would fall
 * back to the project-wide 43rem default (.modal in _utilities.scss).
 * Pin it to the same 500px as every other confirmation modal.          */
#consentModal .modal-dialog,
#deleteHolidayModal .modal-dialog,
#deleteBlogPostModal .modal-dialog {
  max-width: 500px;
}

/* Circular icon disc. The wrapper's `bg-{variant}-subtle` Bootstrap
 * class still ships pastel-y, but we override it with the variant's
 * saturated colour (currentColor, which Bootstrap's `text-{variant}`
 * class sets on the same element). Icon glyph then renders white on
 * the dark filled disc, wrapped in a lighter halo ring of the same
 * variant colour for definition against the white modal body.         */
.confirm_ico-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.9rem;
  flex-shrink: 0;
  background-color: currentColor !important;
  position: relative;
  /* Creates a stacking context so the halo's `z-index: -1` sits behind
   * the disc but not behind the modal body itself.                   */
  isolation: isolate;
  /* Vertical breathing room around the disc — pushes the title down
   * and creates a clear "header zone" at the top of the modal.       */
  margin-block: 1.25rem 2rem;
  /* Lighter thick "border" ring around the disc — pure currentColor
   * with low opacity so each variant naturally gets its own halo
   * without per-variant rules (warning = orange halo, danger = red, …). */
}
.confirm_ico-wrap::before {
  content: "";
  position: absolute;
  inset: -0.85rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.22;
  z-index: -1;
}
.confirm_ico-wrap .lucide {
  width: 1em;
  height: 1em;
  stroke-width: 2.25;
  color: #fff;
  stroke: #fff;
}

.att_modal__dialog {
  max-width: 540px;
}
.att_modal__content {
  border: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 20px 48px -20px rgba(15, 23, 42, 0.32);
}
.att_modal__header {
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem 0.5rem;
  border: 0;
}
.att_modal__identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.att_modal__identity-text {
  line-height: 1.3;
  min-width: 0;
}
.att_modal__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #eff6ff;
  flex-shrink: 0;
}
.att_modal__avatar picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.att_modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.att_modal__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}
.att_modal__meta {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 300;
}
.att_modal__body {
  padding: 1.1rem 1.25rem;
}
.att_modal__footer {
  padding: 1rem 1.25rem;
  background: #f8fafc;
  border-top: 1px solid #eef2f7;
  display: flex;
  gap: 0.55rem;
  justify-content: flex-end;
}

.att_tabs {
  display: flex;
  gap: 0.3rem;
  background: #f1f5f9;
  padding: 0.35rem;
  border-radius: 0.65rem;
  margin-bottom: 1.1rem;
  border: 0;
}
.att_tabs__item {
  flex: 1;
}
.att_tabs__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  background: transparent;
  color: #64748b;
  border: 0;
  border-radius: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.15s, color 0.15s, box-shadow 0.15s;
}
.att_tabs__btn .lucide {
  width: 18px;
  height: 18px;
}
.att_tabs__btn:hover:not(.disabled):not(:disabled):not(.active) {
  background: rgba(255, 255, 255, 0.6);
  color: var(--bs-body-color);
}
.att_tabs__btn.active {
  background: #fff;
  color: #0f172a;
  cursor: default;
}
.att_tabs__btn--in.active {
  color: var(--bs-primary, #2563eb);
}
.att_tabs__btn--leave.active {
  color: #b45309;
}
.att_tabs__btn--absent.active {
  color: #b91c1c;
}
.att_tabs__btn.disabled, .att_tabs__btn:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
  pointer-events: auto;
}

.att_stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.att_stat {
  padding: 1.3rem 0.75rem 0.9em 1rem;
  border: 1px solid #e8edf3;
  border-radius: 0.6rem;
  background: #fcfdfe;
}
.att_stat__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #7b8595;
  margin-bottom: 0.15rem;
}
.att_stat__val {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}
.att_stat__valrow {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.att_stat__undo {
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--bs-primary, #2563eb);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.att_stat__undo:hover {
  color: #1d4ed8;
}
.att_stat__undo:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.35);
  outline-offset: 2px;
  border-radius: 2px;
}
.att_stat__undo[data-confirming="1"] {
  color: #b45309;
}
.att_stat__undo[data-confirming="1"]:hover {
  color: #92400e;
}
.att_stat--status {
  background: linear-gradient(135deg, #f0fdf4 0%, #fcfdfe 100%);
  border-color: #bbf7d0;
}
.att_stat--status .att_stat__val {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.att_stat--status .att_stat__val::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background: currentColor;
}
.att_stat--status:has(.text-warning) {
  background: linear-gradient(135deg, #fffbeb 0%, #fcfdfe 100%);
  border-color: #fde68a;
}
.att_stat--status:has(.text-danger) {
  background: linear-gradient(135deg, #fef2f2 0%, #fcfdfe 100%);
  border-color: #fecaca;
}

.att_note {
  margin-top: 1rem;
}
.att_note__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
  display: inline-block;
}
.att_note__field {
  border-color: #cbd5e1;
  background: #fff;
  font-size: 0.95rem;
  padding: 0.6rem 0.75rem;
  resize: vertical;
}
.att_note__field::placeholder {
  color: #cbd5e1;
}
.att_note__field:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 0.18rem rgba(37, 99, 235, 0.15);
}

.att_facts {
  list-style: none;
  padding: 0.75rem 1rem;
  margin: 0 0 1rem;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 0.6rem;
}
.att_facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.3rem 0;
  font-size: 0.87rem;
  color: #475569;
}
.att_facts li .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.att_facts li strong {
  color: #1e293b;
  font-weight: 600;
}
.att_facts--leave li .lucide {
  color: #d97706;
}
.att_facts--absent li .lucide {
  color: #dc2626;
}

.att_marked {
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}
.att_marked__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 0.85rem;
  background: #e2e8f0;
  color: #64748b;
}
.att_marked__icon .lucide {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.att_marked__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.25rem;
}
.att_marked__text {
  color: #475569;
  font-size: 0.92rem;
  margin: 0 0 0.75rem;
}
.att_marked__note {
  margin: 0 auto;
  padding: 0.65rem 0.85rem;
  background: #fcfdfe;
  border: 1px solid #e8edf3;
  border-radius: 0.55rem;
  max-width: 360px;
  text-align: left;
}
.att_marked__note-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 0.2rem;
}
.att_marked__note-text {
  color: #334155;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.45;
}
.att_marked--leave .att_marked__icon {
  background: #fef3c7;
  color: #b45309;
}
.att_marked--absent .att_marked__icon {
  background: #fee2e2;
  color: #b91c1c;
}
.att_marked--check .att_marked__icon {
  background: #dbeafe;
  color: #2563eb;
}
.att_marked--mute .att_marked__icon {
  background: #f1f5f9;
  color: #94a3b8;
}
.att_marked__meta {
  font-size: 0.8rem;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
}
.att_marked__meta-by {
  font-weight: 500;
}
.att_marked__meta-sep, .att_marked__undo-intro {
  color: #94a3b8;
}
.att_marked__undo-form {
  margin: 0;
}
.att_marked__undo {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: var(--bs-primary, #2563eb);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.att_marked__undo:hover {
  color: #1d4ed8;
}
.att_marked__undo:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
  border-radius: 2px;
}
.att_marked__undo[data-confirming="1"] {
  color: #b45309;
}
.att_marked__undo[data-confirming="1"]:hover {
  color: #92400e;
}

@media (max-width: 575.98px) {
  .att_stats {
    grid-template-columns: 1fr;
  }
  .att_modal__footer .btn {
    min-width: 0;
    flex: 1;
    justify-content: center;
  }
}
.attendance_modal .attendance_modal-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--bs-gray-100);
  border-radius: 0.6rem;
}
.attendance_modal .attendance_modal-head p {
  font-size: 0.95rem;
}

.att_table-outer {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
}

.att_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.att_table thead th {
  background: var(--bs-gray-100);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bs-gray-400);
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color);
  white-space: nowrap;
}
.att_table tbody tr {
  border-bottom: 1px solid var(--bs-gray-100);
  transition: background 0.1s;
}
.att_table tbody tr:last-child {
  border-bottom: none;
}
.att_table tbody tr td {
  padding: 0.75rem 1.25rem;
  vertical-align: middle;
}

.att_td-date {
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}

.att_td-day {
  font-size: 0.85rem;
  color: #9ca3af;
  white-space: nowrap;
}

.att_td-time {
  font-size: 0.875rem;
  color: #6b7280;
  white-space: nowrap;
}

.att_td-notes {
  font-size: 0.8375rem;
  color: #9ca3af;
}

.att_tr--weekend {
  background: #fafaf7;
}
.att_tr--weekend td {
  color: #c4c9d4 !important;
}

.att_tr--holiday {
  background: #f7f9ff;
}
.att_tr--holiday td {
  color: #c4c9d4 !important;
}

.att_tr--today {
  background: color-mix(in srgb, var(--bs-primary), white 94%);
}
.att_tr--today .att_td-date {
  color: var(--bs-primary) !important;
  font-weight: 600;
}

.att_tr--late .att_td-time--in {
  color: #b45309;
  font-weight: 500;
}

.att_tr--future td {
  color: #d1d5db !important;
}

.att_status-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 0.75em;
  border-radius: 2em;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.att_status-pill--present {
  background: #ecfdf5;
  color: #059669;
}
.att_status-pill--late {
  background: #fffbeb;
  color: #d97706;
}
.att_status-pill--absent {
  background: #fff1f2;
  color: #e11d48;
}
.att_status-pill--off {
  background: #f3f4f6;
  color: #9ca3af;
  font-weight: 400;
}

.delete_requests-list {
  padding: var(--contentAreaPadding);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.drq_bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem var(--contentAreaPadding);
  background: var(--bs-body-bg);
  border-bottom: 1px solid var(--bs-border-color);
  position: sticky;
  top: 0;
  z-index: 10;
}
.drq_bulk-bar .drq_bulk-select-all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bs-gray-700);
  user-select: none;
}
.drq_bulk-bar .drq_bulk-select-all .form-check-input {
  margin: 0;
  cursor: pointer;
}
.drq_bulk-bar .drq_bulk-actions {
  display: flex;
  gap: 0.4rem;
}
.drq_bulk-bar .drq_bulk-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
.drq_bulk-bar .drq_bulk-actions .btn .lucide {
  width: 1em;
  height: 1em;
}

.delete_request-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border: var(--bs-gray-200) 1px solid;
  border-radius: 0.6rem;
  padding: 1rem 1.25rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.delete_request-card:hover {
  border-color: var(--bs-gray-300);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.delete_request-card.is-selected {
  border-color: var(--bs-primary);
  background: var(--bs-primary-bg-subtle, #f0f4ff);
}
@media (width < 576px) {
  .delete_request-card {
    flex-direction: column;
  }
}

.drq_select-check {
  display: flex;
  align-items: flex-start;
  padding-top: 0.15rem;
  flex-shrink: 0;
  cursor: pointer;
}
.drq_select-check .form-check-input {
  cursor: pointer;
  margin: 0;
}

.delete_request-main {
  flex: 1;
  min-width: 0;
}

.delete_request-tags {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.delete_request-tags .badge {
  font-weight: 500;
  padding: 0.35em 0.6em;
}

.delete_request-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.delete_request-desc {
  margin-bottom: 0.65rem;
  color: var(--bs-gray-700);
  font-size: 0.9rem;
}

.delete_request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: var(--bs-gray-600);
}
.delete_request-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
.delete_request-meta .lucide {
  width: 0.9em;
  height: 0.9em;
}
.delete_request-meta strong {
  font-weight: 600;
  color: var(--bs-gray-800);
}

.delete_request-actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
.delete_request-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}

.delete_request-resolved {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}

/* ===== Create Report modal =====
 *  Visual rhythm: each form group gets a clear gap between sections so the
 *  form scans top-to-bottom (type → grain → date range) without crowding. */
.rpt_section {
  margin-bottom: 1.5rem;
}
.rpt_section:last-child {
  margin-bottom: 0;
}

.rpt_section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin: 0 0 0.55rem;
}

/* Inline helper text under the report-type select. Quiet, italic-free,
 * sized just larger than the section labels so it reads as a hint rather
 * than another field's label.                                               */
.rpt_type-desc {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #64748b;
}

.rpt_period-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rpt_period-pill {
  cursor: pointer;
  margin: 0;
}
.rpt_period-pill input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rpt_period-pill > span {
  display: block;
  padding: 0.55rem 1.15rem;
  border: #e5e7eb 1px solid;
  border-radius: 2rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: #6b7280;
  background: #f9fafb;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.rpt_period-pill:hover > span {
  border-color: #d1d5db;
  color: #374151;
}
.rpt_period-pill:has(input:checked) > span {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 90%);
  color: var(--bs-primary);
  font-weight: 600;
}

/* Date range row inside the Create Report modal.
 * Two equal-width date inputs separated by an "to" word — feels like a single
 * compound control rather than two unrelated fields.                          */
.rpt_date-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.rpt_date-row > .form-control {
  flex: 1 1 0;
  min-width: 0;
}

.rpt_date-sep {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 500;
}

/* Live "Will cover…" hint under the date inputs. Always reserves a line so
 * the modal doesn't jump when the hint appears/changes.                       */
.rpt_range-hint {
  margin: 0.5rem 0 0;
  min-height: 1.2em;
  font-size: 0.82rem;
  color: #64748b;
}

.rpt_type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.rpt_type-card {
  cursor: pointer;
  margin: 0;
}
.rpt_type-card input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rpt_type-card > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 0.5rem;
  border: #e5e7eb 1px solid;
  border-radius: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.rpt_type-card > span .lucide {
  transition: color 0.15s;
}
.rpt_type-card:hover > span {
  border-color: #d1d5db;
  background: #f9fafb;
  color: #374151;
}
.rpt_type-card:has(input:checked) > span {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 90%);
  color: var(--bs-primary);
  font-weight: 600;
}
.rpt_type-card:has(input:checked) > span .lucide {
  color: var(--bs-primary);
}

/* ===== Account page (unified) ===== */
.account_wrap {
  display: grid;
  grid-template-columns: 16rem 1fr;
  max-width: 80rem;
  margin-inline: auto;
  min-height: 100%;
}

.account_nav {
  border-right: var(--bs-gray-200) 1px solid;
  padding: 1.5rem 1rem;
  background: var(--bs-gray-50);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.account_nav-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.5rem 0.5rem 0.75rem;
  border-bottom: var(--bs-gray-200) 1px solid;
}
.account_nav-head strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}
.account_nav-head small, .account_nav-head .small {
  color: var(--bs-gray-500);
  font-size: 0.78rem;
}

.account_avatar {
  --sz: 2.5rem;
  width: var(--sz);
  height: var(--sz);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
  background: var(--bs-gray-200);
}
.account_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account_avatar--lg {
  --sz: 5rem;
}

.account_nav-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-gray-400);
  padding: 0.25rem 0.5rem 0;
  margin: 0.25rem 0 0.15rem;
}

.account_nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.45rem;
  color: var(--bs-gray-700);
  font-size: 0.9rem;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.account_nav-link .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.account_nav-link:hover {
  background: var(--bs-gray-200);
  color: var(--bs-gray-900);
}
.account_nav-link.active {
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  color: var(--bs-primary);
  font-weight: 600;
}
.account_nav-link--danger {
  color: var(--bs-danger);
}
.account_nav-link--danger:hover {
  background: color-mix(in srgb, var(--bs-danger), white 90%);
  color: var(--bs-danger);
}

.account_nav-divider {
  height: 1px;
  background: var(--bs-gray-200);
  margin: 0.5rem 0;
}

.account_panel {
  padding: 2rem 2.5rem;
  overflow-y: auto;
  max-width: 52rem;
}

.account_panel-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: var(--bs-gray-200) 1px solid;
}
.account_panel-header h3, .account_panel-header .h3 {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.account_panel-header p {
  color: var(--bs-gray-500);
  margin: 0;
  font-size: 0.9rem;
}

.account_section {
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: var(--bs-gray-200) 1px solid;
}
.account_section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.account_section h6, .account_section .h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bs-gray-800);
}

.account_section-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 1rem;
}

.account_avatar-upload {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* ===== Profile page ===== */
.emp_profile-banner {
  padding: 1.5rem;
  background: white;
  border-radius: var(--bs-border-radius-xl);
}

.profile_head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.profile_dp {
  --sz: 5.5rem;
  width: var(--sz);
  height: var(--sz);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.profile_dp--resigned {
  opacity: 0.85;
}
.profile_dp--resigned img {
  filter: grayscale(0.85);
}

.emp_status-banner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: var(--bs-border-radius-lg);
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.emp_status-banner .emp_status-banner-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.emp_status-banner .emp_status-banner-ico .lucide {
  width: 1.125rem;
  height: 1.125rem;
}
.emp_status-banner .emp_status-banner-text {
  flex: 1;
  min-width: 0;
}
.emp_status-banner .emp_status-banner-pill {
  display: inline-block;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.25rem;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
  vertical-align: 1px;
}
.emp_status-banner .emp_status-banner-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--bs-border-radius);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  flex-shrink: 0;
}
.emp_status-banner .emp_status-banner-action .lucide {
  width: 1rem;
  height: 1rem;
}
.emp_status-banner .emp_status-banner-action:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: var(--bs-emphasis-color);
}

.emp_status-banner--resigned {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
}
.emp_status-banner--resigned .emp_status-banner-ico {
  background: #cbd5e1;
  color: #1e293b;
}

.emp_status-banner--notice {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}
.emp_status-banner--notice .emp_status-banner-ico {
  background: #fde68a;
  color: #b45309;
}
.emp_status-banner--notice .emp_status-banner-pill {
  background: rgba(180, 83, 9, 0.15);
  color: #b45309;
}

.emp_status-off {
  display: inline-block;
  color: #94a3b8;
  font-size: 0.85rem;
  font-style: italic;
  letter-spacing: 0.01em;
}

#employeesDataTable td.emp_status-cell--off {
  background-image: repeating-linear-gradient(135deg, transparent 0 7px, rgba(148, 163, 184, 0.22) 7px 8px);
}

.emp_shift-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.emp_shift-sat {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
}
.emp_shift-sat strong {
  font-weight: 700;
  color: #1e293b;
  margin-right: 0.3rem;
}

.profile_head-info {
  flex: 1;
  min-width: 0;
}
.profile_head-info h3, .profile_head-info .h3 {
  font-weight: 600;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile_head-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.emp_more-btn {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.workday-picker {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.workday-chip {
  cursor: pointer;
  margin: 0;
}
.workday-chip input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.workday-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1.5px solid var(--bs-border-color);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #94a3b8;
  background: #fff;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.workday-chip input:checked + span {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.workday-chip:hover span {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.workday-chip input:checked + span:hover {
  color: #fff;
}

.workday-display {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.workday-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  font-size: 0.6875rem;
  font-weight: 700;
}
.workday-dot.workday-dot--on {
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  color: var(--bs-primary);
}
.workday-dot.workday-dot--off {
  background: #f1f5f9;
  color: #cbd5e1;
}

.profile_head-badges {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.profile_head-badges .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.profile_head-badges .badge .lucide {
  width: 0.75em;
  height: 0.75em;
}

.emp-section-heading {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bs-secondary-color);
  margin-bottom: 0.75rem;
}

.emp_info-card {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  height: 100%;
}

.emp_info-card-section + .emp_info-card-section {
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-border-color);
}

.emp_info-card-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 0.875rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.emp_info-card-title .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #64748b;
}

.emp_info-grid {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  column-gap: 1rem;
  margin: 0;
}
.emp_info-grid dt,
.emp_info-grid dd {
  padding: 0.55rem 0;
  margin: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color), white 55%);
  display: flex;
  align-items: center;
  min-width: 0;
}
.emp_info-grid dt:first-child,
.emp_info-grid dd:nth-child(2) {
  padding-top: 0;
}
.emp_info-grid dt:last-of-type,
.emp_info-grid dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.emp_info-grid dt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  white-space: nowrap;
}
.emp_info-grid dd {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0f172a;
  word-break: break-word;
}
.emp_info-grid dd a {
  color: inherit;
  text-decoration: none;
}
.emp_info-grid dd a[href^="tel:"], .emp_info-grid dd a[href^="mailto:"] {
  color: var(--bs-primary);
}
.emp_info-grid dd a:hover {
  text-decoration: underline;
}

.info_tile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border: var(--bs-gray-200) 1px solid;
  border-radius: 0.6rem;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.info_tile:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 70%);
}

a.info_tile--link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
a.info_tile--link:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 60%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
a.info_tile--link .info_tile-cta {
  margin-left: auto;
  color: #9ca3af;
  transition: transform 0.15s, color 0.15s;
  flex-shrink: 0;
}
a.info_tile--link:hover .info_tile-cta {
  color: var(--bs-primary);
  transform: translateX(2px);
}

.info_tile-body {
  line-height: 1.25;
}
.info_tile-body .info_tile-label {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: 0.01em;
}
.info_tile-body .info_tile-value {
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
}

.info_tile-ico {
  --sz: 2.5rem;
  width: var(--sz);
  height: var(--sz);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info_tile-ico .lucide {
  width: 1.1rem;
  height: 1.1rem;
}

/* ===== Settings toggle rows ===== */
.settings_toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: var(--bs-gray-200) 1px solid;
}
.settings_toggle-row:last-child {
  border-bottom: none;
}
.settings_toggle-row .form-check-input {
  width: 2.4rem;
  height: 1.35rem;
  cursor: pointer;
}

.integration_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: var(--bs-gray-200) 1px solid;
  border-radius: 0.6rem;
  margin-bottom: 0.65rem;
}

.integration_ico {
  --sz: 2.75rem;
  width: var(--sz);
  height: var(--sz);
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.integration_ico .lucide {
  width: 1.25rem;
  height: 1.25rem;
}

.danger_zone-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: var(--bs-danger) 1px solid;
  background: color-mix(in srgb, var(--bs-danger), white 95%);
  border-radius: 0.6rem;
  margin-bottom: 0.75rem;
}

/* ===== Theme page ===== */
.theme_section {
  padding-block: 1.5rem;
  border-bottom: var(--bs-gray-200) 1px solid;
}
.theme_section:first-child {
  padding-top: 0;
}
.theme_section:last-of-type {
  border-bottom: none;
}
.theme_section h5, .theme_section .h5 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.theme_mode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1rem;
}

.theme_mode-option {
  display: block;
  cursor: pointer;
  text-align: center;
}
.theme_mode-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.theme_mode-option strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
}
.theme_mode-option .theme_mode-preview {
  height: 7rem;
  border-radius: 0.6rem;
  border: var(--bs-gray-300) 2px solid;
  overflow: hidden;
  position: relative;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.theme_mode-option .theme_mode-preview .tmp-bar {
  display: block;
  height: 1.25rem;
  width: 100%;
}
.theme_mode-option .theme_mode-preview .tmp-body {
  display: block;
  height: calc(100% - 1.25rem);
  width: 100%;
}
.theme_mode-option:hover .theme_mode-preview {
  border-color: var(--bs-gray-500);
}
.theme_mode-option input:checked ~ .theme_mode-preview {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bs-primary), white 80%);
}
.theme_mode-option .light-preview .tmp-bar {
  background: #e9ecef;
}
.theme_mode-option .light-preview .tmp-body {
  background: #fff;
}
.theme_mode-option .dark-preview .tmp-bar {
  background: #0b1220;
}
.theme_mode-option .dark-preview .tmp-body {
  background: #111827;
}
.theme_mode-option .system-preview .tmp-bar {
  background: linear-gradient(90deg, #e9ecef 50%, #0b1220 50%);
}
.theme_mode-option .system-preview .tmp-body {
  background: linear-gradient(90deg, #fff 50%, #111827 50%);
}

.theme_accent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  gap: 0.75rem;
}

.theme_accent-option {
  cursor: pointer;
  text-align: center;
  padding: 0.65rem 0.5rem;
  border: var(--bs-gray-200) 2px solid;
  border-radius: 0.5rem;
  transition: border-color 0.15s;
}
.theme_accent-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.theme_accent-option .theme_accent-swatch {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 auto 0.35rem;
  background: var(--acc);
}
.theme_accent-option small, .theme_accent-option .small {
  font-size: 0.75rem;
  color: var(--bs-gray-700);
}
.theme_accent-option:hover, .theme_accent-option.active {
  border-color: var(--acc);
}
.theme_accent-option:has(input:checked) {
  border-color: var(--acc);
  background: color-mix(in srgb, var(--acc), white 92%);
}

.theme_fontsize-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.theme_fontsize-wrap .form-range {
  flex: 1;
  max-width: 24rem;
}
.theme_fontsize-wrap .theme_fontsize-val {
  font-weight: 600;
  color: var(--bs-primary);
  min-width: 3rem;
}

.load_more-btn .lucide {
  width: 1em;
  height: 1em;
  margin-right: 0.35em;
}

.upload_instruction-list {
  list-style: none;
  padding: 0;
  margin: 0.875rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  user-select: none;
}
.upload_instruction-list li {
  font-size: 0.75rem;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
  border-radius: 2em;
  padding: 0.75em 1.5em;
}

.f_upload-item {
  position: relative;
  border: var(--bs-gray-300) 1px solid;
  background-color: white;
  border-radius: 0.5em;
  padding: 0.5em 1.75em 0.5em 0.75em;
  margin-bottom: 0.5rem;
}
.f_upload-item strong {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.85rem;
  font-weight: 500 !important;
}
.f_upload-item small, .f_upload-item .small {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
}
.f_upload-item .upload_item-x {
  position: absolute;
  background: var(--bs-danger);
  opacity: 0.75;
  color: white;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0.7em;
  right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  width: 2em;
  height: 2em;
  z-index: 1;
}

.upload_file-error {
  font-size: 0.75rem;
  color: var(--bs-danger);
  background-color: white;
  border: var(--bs-danger) 1px solid;
  border-radius: 0.5em;
  padding: 0.5rem;
}
.upload_file-error span {
  display: block;
}
.upload_file-error span:not(:last-child) {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: var(--bs-danger-bg-subtle) 1px dashed;
}

.offcanvas_student-detail {
  display: flex;
  flex-direction: column;
}

.ofc_profile-header {
  flex-shrink: 0;
  background: #fff;
  border-bottom: 1px solid var(--bs-border-color);
}

.ofc_profile-header-top {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.5rem 1.5rem 1.125rem;
}
.ofc_profile-header-top .ofc_dp {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #e2e8f0;
}
.ofc_profile-header-top .ofc_profile-meta {
  flex: 1;
  min-width: 0;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  line-height: 1.25;
  color: #0f172a;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-regid {
  font-size: 0.875rem;
  color: #64748b;
  display: block;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.ofc_profile-header-top .ofc_profile-header-actions {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  /* Square the kebab dropdown button so it visually balances the
     round `btn-close` next to it - no more wider-than-tall pill. */
}
.ofc_profile-header-top .ofc_profile-header-actions > .dropdown > .btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ofc_profile-header-top .ofc_profile-header-actions > .dropdown > .btn .lucide {
  width: 1rem;
  height: 1rem;
}

.ofc_profile-header-foot {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.625rem 1.5rem;
  border-top: 1px solid var(--bs-border-color);
  background: color-mix(in srgb, var(--bs-light), white 50%);
}
.ofc_profile-header-foot span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #64748b;
}
.ofc_profile-header-foot span .lucide {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.ofc_tab-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--bs-light), white 40%);
}

.ofc_detail-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.875rem;
  overflow: hidden;
}
.ofc_detail-table td {
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  vertical-align: top;
  border-bottom: 1px solid color-mix(in srgb, var(--bs-border-color), white 40%);
  line-height: 1.5;
}
.ofc_detail-table td:first-child {
  white-space: nowrap;
  font-weight: 500;
  color: #64748b;
  width: 38%;
}
.ofc_detail-table td:last-child {
  color: #0f172a;
  word-break: break-word;
}
.ofc_detail-table .ofc_detail-rel {
  color: #94a3b8;
  font-weight: 400;
}
.ofc_detail-table tr:last-child td {
  border-bottom: none;
}
.ofc_detail-table .ofc_section-heading td {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  background: color-mix(in srgb, var(--bs-light), white 30%);
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.ofc_docs-section {
  margin-top: 1.25rem;
}
.ofc_docs-section .ofc_docs-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.875rem;
}

.sdc_card {
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid var(--bs-border-color);
  padding: 1.125rem;
  margin-bottom: 1rem;
}
.sdc_card:last-child {
  margin-bottom: 0;
}

.sdc_card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}

.sdc_menu-btn {
  color: #94a3b8;
  background: none;
  border: none;
  padding: 0.3rem;
  border-radius: 0.375rem;
  line-height: 1;
}
.sdc_menu-btn:hover {
  background: #f1f5f9;
  color: #475569;
}
.sdc_menu-btn .lucide {
  width: 18px;
  height: 18px;
}

.sdc_course-name {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
  color: #0f172a;
  line-height: 1.35;
}

.sdc_course-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0.75rem;
}
.sdc_course-meta span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.sdc_course-meta .lucide {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.sdc_course-remarks {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.sdc_result-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e2e8f0;
  margin: 1rem -1.125rem -1.125rem;
}
.sdc_result-strip > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.sdc_result-strip > div:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.sdc_result-strip > div span {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 0.3rem;
}
.sdc_result-strip > div strong {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.student_detail-docs-wrap {
  --itemFlexVal: 33.333333%;
  --itemGap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--itemGap) / -1);
  row-gap: calc(var(--itemGap) * 2);
}
.student_detail-docs-wrap li {
  flex: var(--itemFlexVal);
  max-width: var(--itemFlexVal);
  padding-inline: var(--itemGap);
}
.student_detail-docs-wrap .std_doc-img {
  display: block;
  overflow: clip;
}
.student_detail-docs-wrap .std_doc-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0.5rem;
}

.employee_tabs-wrap {
  display: flex;
  align-items: flex-start;
  gap: calc(1rem + 0.5vw);
}
.employee_tabs-wrap > .nav-tabs {
  --flexVal: 16rem;
  flex: var(--flexVal);
  max-width: var(--flexVal);
  flex-direction: column;
  border: none;
  position: sticky;
  top: 7rem;
}
.employee_tabs-wrap > .nav-tabs .nav-link {
  border: none;
  padding: 0.75em;
  border-radius: 0.5em;
  color: currentColor;
}
.employee_tabs-wrap > .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: white;
}
.employee_tabs-wrap > .nav-tabs .nav-link:not(:last-child) {
  border-bottom: white 1px solid;
}
.employee_tabs-wrap .tab-content {
  flex: 1;
  background-color: white;
  border-radius: 1em;
  overflow: hidden;
}
.employee_tab-link {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1em;
}
.employee_tab-link picture {
  --dpSize: calc(2.75rem + 0.25vw);
  width: var(--dpSize);
  height: var(--dpSize);
  border-radius: 50%;
  overflow: hidden;
}
.employee_tab-link picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.employee_tab-link strong {
  font-size: 1rem;
}
.employee_tab-link strong em {
  display: block;
  font-style: normal;
  margin-bottom: 0.25em;
}
.employee_tab-link strong small, .employee_tab-link strong .small {
  font-weight: 300;
}

.card_std-course {
  --borderColor: color-mix(in srgb, var(--bs-light), black 10%);
  border: var(--borderColor) 1px solid !important;
  margin-bottom: 1.5rem;
  overflow: clip;
}
.card_std-course .card-header {
  background: var(--bs-light);
}
.card_std-course .card-body {
  padding: calc(1rem + 0.25vw);
  font-weight: 300;
}
.card_std-course .card-body p:last-of-type {
  margin: 0;
}
.card_std-course table tr th:first-child, .card_std-course table tr td:first-child {
  border-left: none;
}
.card_std-course table tr th:last-child, .card_std-course table tr td:last-child {
  border-right: none;
}
.card_std-course table tr:last-child {
  border-bottom: none;
}
.card_std-course table tr:last-child th, .card_std-course table tr:last-child td {
  border-bottom: none;
}
.card_std-course thead th {
  background: var(--bs-light);
}

.student_detail-tabs-wrap .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.sdc_card-title {
  font-size: calc(1.2rem + 0.1vw);
  margin-bottom: 0.25em;
}

.sdc_options-list {
  --borderTb: color-mix(in srgb, var(--bs-light), black 10%) .1rem dotted;
  margin: 0 0 1.25rem;
  padding: 0.5em 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.85rem;
  justify-content: space-between;
  border-top: var(--borderTb);
  border-bottom: var(--borderTb);
  gap: 0.25em 1em;
}
.sdc_options-list li {
  white-space: nowrap;
}
.sdc_options-list li .lucide {
  vertical-align: sub;
  margin-right: 0.25em;
}
.sdc_options-list li span {
  display: inline-block;
}
.sdc_options-list li span:first-of-type {
  margin-right: 0.75em;
}
.sdc_options-list li span:last-of-type {
  margin-left: 0.75em;
}

.student_result-modal .input-group {
  flex-wrap: nowrap;
}
.student_result-modal .input-group-text.fs-5 {
  padding: 0.4195em 1em;
}
.student_result-modal .input-group-text.fs-5:first-child {
  flex: 1;
}

.info-ico {
  display: inline-block;
  cursor: pointer;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8,.5C3.858.5.5,3.858.5,8s3.358,7.5,7.5,7.5,7.5-3.358,7.5-7.5S12.142.5,8,.5ZM7.674,11.928c.045.047.098.071.159.071.071,0,.155-.038.254-.113.268-.212.539-.513.812-.904l.247.162c-.32.49-.697.902-1.13,1.236-.32.25-.626.374-.918.374-.193,0-.351-.058-.473-.173-.122-.115-.184-.26-.184-.434s.059-.464.177-.869l.918-3.164c.151-.518.226-.843.226-.974,0-.104-.036-.188-.109-.254-.073-.066-.173-.099-.3-.099-.104,0-.318.026-.643.078v-.275l2.436-.395-1.398,4.95c-.094.334-.141.534-.141.6,0,.075.022.137.067.184ZM9.307,4.697c-.167.167-.367.251-.6.251s-.433-.084-.6-.251-.251-.367-.251-.6c0-.238.082-.44.247-.604.165-.165.366-.247.604-.247s.44.082.604.247.247.366.247.604c0,.233-.084.433-.251.6Z"/></svg>') no-repeat 50% 50%;
  background-size: cover;
  margin-left: 0.5em;
}

.ear-readonly-box {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ear-grade-cell {
  display: flex;
  align-items: center;
}
.ear-grade-cell .info-ico {
  flex-shrink: 0;
}

.erb_rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.erb_row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.erb_name {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-emphasis-color);
  font-size: 1rem;
  font-weight: 300;
}

.erb_name-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erb_obtained-group {
  flex: 0 0 9.5rem;
  width: 9.5rem;
}
.erb_obtained-group .erb_obtained {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.erb_obtained-group .erb_max {
  flex: 0 0 3.75rem;
  width: 3.75rem;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
  background-color: var(--bs-tertiary-bg);
}
.erb_obtained-group.is-invalid .erb_obtained,
.erb_obtained-group.is-invalid .erb_max {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}
.erb_obtained-group.is-invalid .erb_obtained:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.erb_result {
  padding: 0.85rem 1rem;
  border-radius: 0.6rem;
  background: var(--bs-light, #f8f9fa);
  border: 1px solid var(--bs-border-color);
}

.erb_result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.erb_result-main {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.erb_result-pct {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--bs-emphasis-color);
}

.erb_result-score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.erb_result-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary-color);
}

.erb_result-marks {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--bs-emphasis-color);
}
.erb_result-marks small, .erb_result-marks .small {
  font-weight: 700;
  color: var(--bs-secondary-color);
}

.erb_result-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.35rem 0.55rem 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  border-radius: 0.45rem;
  color: var(--bs-secondary-color);
  background: var(--bs-secondary-bg);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.erb_result-chip.is-a {
  color: #fff;
  background: var(--bs-success);
}
.erb_result-chip.is-b {
  color: #fff;
  background: var(--bs-primary);
}
.erb_result-chip.is-c {
  color: #422006;
  background: var(--bs-warning);
}
.erb_result-chip.is-f {
  color: #fff;
  background: var(--bs-danger);
}

.erb_result-track {
  height: 8px;
  margin: 0.85rem 0 0.15rem;
  border-radius: 2px;
  background: var(--bs-border-color);
  overflow: hidden;
}

.erb_result-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: var(--bs-secondary);
  transition: width 0.35s ease, background-color 0.2s ease;
}
.erb_result-fill.is-pass {
  background: var(--bs-success);
}
.erb_result-fill.is-fail {
  background: var(--bs-danger);
}

.grade-scale-tooltip .tooltip-inner {
  max-width: none;
  padding: 0.5rem 0.7rem;
  text-align: left;
}
.grade-scale-tooltip .gst_row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  white-space: nowrap;
}
.grade-scale-tooltip .gst_row + .gst_row {
  margin-top: 0.15rem;
}
.grade-scale-tooltip .gst_row span:last-child {
  font-weight: 600;
}

.exam_date-time-is .form-select {
  --flexVal: 10rem;
  flex: var(--flexVal);
  max-width: var(--flexVal);
}

.ms_multiselect {
  position: relative;
}
.ms_multiselect.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.ms_field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  height: auto;
  min-height: calc(1.5em + 1rem + 2px);
  cursor: pointer;
}
.ms_field:focus, .ms_field:focus-visible {
  outline: none;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.ms_pills {
  display: contents;
}

.ms_placeholder {
  color: var(--bs-secondary-color);
}

.ms_pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.25rem 0.15rem 0.65rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
  background: var(--bs-gray-700);
  border: 1px solid var(--bs-gray-700);
  border-radius: 0.4em;
}
.ms_pill .ms_pill-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: 0;
  border-radius: 0.2em;
  cursor: pointer;
}
.ms_pill .ms_pill-x:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}
.ms_pill .ms_pill-x .lucide {
  width: 0.85em;
  height: 0.85em;
}

.ms_dropdown {
  display: none;
  /* Re-parented to the .modal element (see msOpen) and fixed-positioned so the
     scrollable modal body can't clip it - JS sets top/left/width from the field. */
  position: fixed;
  z-index: 1090;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.ms_dropdown.is-open {
  display: block;
}

.ms_search-wrap {
  padding: 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.ms_search-wrap .form-control {
  height: auto;
  padding: 0.4rem 0.6rem;
}

.ms_options {
  margin: 0;
  padding: 0.35rem;
  max-height: 16rem;
  list-style: none;
  overflow-y: auto;
}

.ms_option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.6rem;
  line-height: 1.25;
  border-radius: var(--bs-border-radius-sm);
  cursor: pointer;
  transition: background-color 0.12s ease;
}
.ms_option.is-active {
  background: var(--bs-tertiary-bg);
}
.ms_option.ms_empty {
  justify-content: center;
  color: var(--bs-secondary-color);
  cursor: default;
}
.ms_option.is-disabled {
  cursor: not-allowed;
}
.ms_option.is-disabled .ms_opt-id,
.ms_option.is-disabled .ms_opt-name {
  color: var(--bs-secondary-color);
}

.ms_opt-id {
  flex-shrink: 0;
  min-width: 2.9rem;
  font-family: var(--bs-font-monospace);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
}

.ms_opt-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bs-emphasis-color);
}

.ms_opt-fee {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  padding: 0.12rem 0.5rem;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--bs-danger);
  background: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-border-subtle);
  border-radius: 2rem;
}
.ms_opt-fee .ms_lock {
  width: 0.82em;
  height: 0.82em;
}

.ms_optsep {
  height: 1px;
  margin: 0.4rem 0.3rem;
  padding: 0;
  background: var(--bs-border-color);
  list-style: none;
  pointer-events: none;
}

.emp_detail-cols {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
.emp_detail-cols aside {
  border-right: var(--bs-border-color) 1px solid;
  padding: var(--contentAreaPadding);
}
.emp_detail-cols article {
  padding: var(--contentAreaPadding);
}
.emp_detail-cols article .nav-tabs {
  gap: 0.75em;
}
.emp_detail-cols article .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  padding: 0.5em 0.75em 0.75em;
  color: var(--bs-body-color);
  border-bottom: transparent 0.2rem solid;
}
.emp_detail-cols article .nav-tabs .nav-link.active {
  background: none;
  color: var(--bs-primary);
  border-color: currentColor;
}
.emp_detail-cols article .tab-content {
  padding-top: 2rem;
  border-radius: 0;
  overflow: initial;
}

.employee_quick-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.employee_quick-info-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.75em;
}
.employee_quick-info-list li .lucide {
  position: absolute;
  left: 0;
}

.emp_attendance-heatmap {
  display: grid;
  grid-template-columns: repeat(20, minmax(0.9rem, 1fr));
  gap: 0.35rem;
}

.emp_attendance-cell {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.emp_attendance-cell--present {
  background: color-mix(in srgb, var(--bs-success), black 8%);
}
.emp_attendance-cell--late {
  background: color-mix(in srgb, var(--bs-warning), white 30%);
  border-color: color-mix(in srgb, var(--bs-warning), black 15%);
}
.emp_attendance-cell--short-leave {
  background: color-mix(in srgb, var(--bs-success), white 58%);
}
.emp_attendance-cell--full-leave {
  background: var(--bs-warning-bg-subtle);
  border-color: color-mix(in srgb, var(--bs-warning), black 10%);
}
.emp_attendance-cell--absent {
  background: var(--bs-danger-bg-subtle);
  border-color: color-mix(in srgb, var(--bs-danger), white 25%);
}
.emp_attendance-cell--holiday {
  background: color-mix(in srgb, var(--bs-primary), white 70%);
  border-color: color-mix(in srgb, var(--bs-primary), white 40%);
}
.emp_attendance-cell--off {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-300);
}

.emp_attendance-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: var(--bs-secondary-color);
  font-size: 0.9rem;
}
.emp_attendance-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.emp_attendance-legend .emp_attendance-cell {
  width: 0.85rem;
  min-width: 0.85rem;
}

.emp_file-badge {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bs-secondary-color);
  background: var(--bs-light);
  font-size: 0.8rem;
  font-weight: 700;
}

.emp_file-badge--pdf {
  color: #dc2626;
  background: #fee2e2;
  border-color: #fecaca;
}
.emp_file-badge--pdf .lucide {
  width: 1.4rem;
  height: 1.4rem;
  stroke-width: 1.75;
}

/* File-type colour coding for the document vault badges. Driven by the
   data-ext attribute (lower-cased extension) so the badge instantly reads
   as a PDF / image / Word doc. */
.emp_file-badge[data-ext=pdf] {
  color: #dc2626;
  background: #fee2e2;
  border-color: #fecaca;
}

.emp_file-badge[data-ext=jpg],
.emp_file-badge[data-ext=jpeg],
.emp_file-badge[data-ext=png],
.emp_file-badge[data-ext=webp] {
  color: #2563eb;
  background: #dbeafe;
  border-color: #bfdbfe;
}

.emp_file-badge[data-ext=doc],
.emp_file-badge[data-ext=docx] {
  color: #1d4ed8;
  background: #e0e7ff;
  border-color: #c7d2fe;
}

/* ── Upload dropzone (multi-file) ────────────────────────────────────── */
.emp_dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  padding: 1.6rem 1rem;
  text-align: center;
  border: 1.5px dashed var(--bs-border-color);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--bs-light), white 40%);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.emp_dropzone .emp_dropzone-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.emp_dropzone .emp_dropzone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-primary), white 86%);
  color: var(--bs-primary);
  margin-bottom: 0.35rem;
}
.emp_dropzone .emp_dropzone-icon .lucide {
  width: 1.3rem;
  height: 1.3rem;
}
.emp_dropzone strong {
  font-size: 0.92rem;
  color: var(--bs-emphasis-color, #0f172a);
}
.emp_dropzone small, .emp_dropzone .small {
  font-size: 0.78rem;
}
.emp_dropzone:hover, .emp_dropzone:focus-visible {
  border-color: color-mix(in srgb, var(--bs-primary), white 45%);
  background: color-mix(in srgb, var(--bs-primary), white 93%);
  outline: none;
}
.emp_dropzone.is-dragover {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 88%);
}
.emp_dropzone.has-files {
  padding: 1rem;
}

.emp_dz-list {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.emp_dz-file {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.55rem;
  background: #fff;
  font-size: 0.85rem;
}
.emp_dz-file > .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: var(--bs-secondary-color);
}
.emp_dz-file .emp_dz-file-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bs-emphasis-color, #0f172a);
}
.emp_dz-file .emp_dz-file-size {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}
.emp_dz-file .emp_dz-file-remove {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border: none;
  border-radius: 50%;
  background: var(--bs-gray-200);
  color: var(--bs-gray-600);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.emp_dz-file .emp_dz-file-remove .lucide {
  width: 0.8rem;
  height: 0.8rem;
}
.emp_dz-file .emp_dz-file-remove:hover {
  background: var(--bs-danger);
  color: #fff;
}
.emp_dz-file.is-oversize {
  border-color: color-mix(in srgb, var(--bs-danger), white 60%);
  background: color-mix(in srgb, var(--bs-danger), white 94%);
}
.emp_dz-file.is-oversize > .lucide,
.emp_dz-file.is-oversize .emp_dz-file-size {
  color: var(--bs-danger);
}

/* ── Document vault list ─────────────────────────────────────────────── */
.emp_doc-cat-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
}
.emp_doc-cat-head .emp_doc-cat-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
}
.emp_doc-cat-head .emp_doc-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--bs-primary), black 10%);
  background: color-mix(in srgb, var(--bs-primary), white 86%);
}
.emp_doc-cat-head {
  /* Hairline trailing the label so each category reads as a section. */
}
.emp_doc-cat-head::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--bs-border-color);
}

.emp_doc-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.emp_doc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.emp_doc-item:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 55%);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}
.emp_doc-item .emp_doc-meta {
  flex: 1 1 auto;
  min-width: 0;
}
.emp_doc-item .emp_doc-meta strong {
  display: block;
  color: var(--bs-emphasis-color, #0f172a);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.emp_doc-item .emp_doc-meta small, .emp_doc-item .emp_doc-meta .small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--bs-secondary-color);
}
.emp_doc-item .emp_doc-meta .emp_doc-size {
  font-weight: 600;
  color: var(--bs-body-color);
}
.emp_doc-item .emp_doc-meta .emp_doc-dot {
  margin: 0 0.35rem;
  color: var(--bs-border-color);
}
.emp_doc-item .emp_doc-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.emp_doc-item .emp_doc-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.emp_doc-item .emp_doc-actions .btn .lucide {
  width: 0.9rem;
  height: 0.9rem;
}
.emp_doc-item .emp_doc-actions {
  /* Square the icon-only delete button so it balances the View pill. */
}
.emp_doc-item .emp_doc-actions .emp_doc-delete-btn {
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .emp_doc-item {
    flex-wrap: wrap;
  }
  .emp_doc-item .emp_doc-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
/* Empty state for an employee with no documents yet. */
.emp_docs-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 3rem 1.5rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--bs-light), white 40%);
  color: var(--bs-secondary-color);
}
.emp_docs-empty .lucide {
  width: 2.25rem;
  height: 2.25rem;
  stroke-width: 1.5;
  color: color-mix(in srgb, var(--bs-primary), white 45%);
  margin-bottom: 0.35rem;
}
.emp_docs-empty strong {
  color: var(--bs-emphasis-color, #0f172a);
  font-size: 1rem;
}
.emp_docs-empty small, .emp_docs-empty .small {
  max-width: 26rem;
}

.emp_card-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: transparent;
}
.emp_card-list .list-group-item {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem !important;
  padding: 1.15rem 1.25rem;
}
.emp_card-list .list-group-item + .list-group-item {
  border-top-width: 1px;
}

.emp_rights-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5em 2rem;
}
.emp_rights-wrap:not(:last-child) {
  margin-bottom: 2rem;
}

/* =============== Attendance Calendar */
.att-wrap {
  padding: 1rem 0;
}

/* PII obfuscation — applied to specific fields on the student-detail offcanvas
   when the viewer is a Teacher. Blurs the value while keeping the row visible. */
.pii-blur {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  transition: filter 0.15s ease;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: calc(2rem + 1vw);
}

.stat-card {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.625em;
  padding: 1.125rem 1.25rem;
}

.stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9ca3af;
  margin: 0 0 0.5rem;
}

.stat-val {
  font-size: 1.75rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  line-height: 1;
}

.stat-val.present {
  color: #16a34a;
}

.stat-val.absent {
  color: #e11d48;
}

.stat-val.late {
  color: #d97706;
}

.stat-val.pct {
  color: #2563eb;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.nav-btn {
  background: transparent;
  border: var(--bs-gray-300) 1px solid;
  border-radius: 6px;
  padding: 0.5em 0.75em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.nav-btn .lucide {
  font-size: 0.85em;
}

.nav-btn:hover {
  background: #f8f9fa;
}

.month-title {
  font-size: calc(1rem + 0.25vw);
  font-weight: 600;
}

/* ====================== Employee Docs */
.employee_doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1rem;
}
.employee_doc-list li {
  position: relative;
}
.employee_doc-list li .form-check-input {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
.employee_doc-list a {
  display: block;
  text-align: center;
  padding: 1.5em;
  border: var(--bs-border-color) 1px solid;
  border-radius: 0.75em;
}
.employee_doc-list a img {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: auto;
}
.employee_doc-list a span {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin: 1.25em 0 0;
  line-height: 1.4;
}

label.check_btn-outline {
  display: inline-flex;
  gap: 0.4em;
  padding: 0.4em 0.8em;
  border: var(--bs-gray-500) 1px solid;
  border-radius: var(--bs-border-radius-lg);
  background-color: white;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}

.employee_general-info-table tr:not(:last-child) {
  border-bottom: var(--bs-gray-300) 1px solid;
}
.employee_general-info-table td {
  padding: 0.75em;
}
.employee_general-info-table td:first-child {
  min-width: 15em;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Financial Overview page (/payments/distribution)
   --------------------------------------------------------------------------
   Layout: standard aside + article. Article carries a top header (matches the
   dashboard header pattern) and an inner body composed of stacked sections:
   - Cash Position KPI grid
   - Income / Expense breakdowns (two-column on lg)
   - Distribute Profit form (two-column: form left, live split right)
   - Shareholder position table
   - Distribution history table
   ═══════════════════════════════════════════════════════════════════════════ */
/* ── Article top header ──────────────────────────────────────────────────── */
.fo_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  background: linear-gradient(180deg, color-mix(in srgb, var(--bs-primary), white 96%), white);
}
.fo_header > .btn {
  flex-shrink: 0;
}

.fo_header-info {
  flex: 1;
  min-width: 0;
}

.fo_header-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.15rem;
  line-height: 1.2;
}

.fo_header-subtitle {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--bs-secondary-color);
}

.fo_header-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.fo_header-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--bs-body-color);
}
.fo_header-chip i {
  width: 14px;
  height: 14px;
  color: var(--bs-primary);
}
.fo_header-chip.fo_header-chip-muted i {
  color: var(--bs-secondary-color);
}

/* ── Body wrapper - matches the dashboard's padding so the page reads as
   "another portal page" rather than its own little island. ─────────────── */
.fo_body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── HERO: Cash on Hand ────────────────────────────────────────────────────
   Primary-tinted card so the headline number anchors the page. The rest of
   the page reads as flat white cards - this single accent draws the eye to
   the figure that everything else is computed against. */
.fo_hero {
  background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary), white 88%) 0%, color-mix(in srgb, var(--bs-primary), white 96%) 100%);
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 75%);
  border-radius: 0.85rem;
  padding: 1.5rem 1.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .fo_hero {
    grid-template-columns: 1fr;
  }
}
.fo_hero {
  /* Solo variant: Cash on Hand text left-aligned, soft ambient gradient
     art absolutely positioned on the right so it bleeds edge-to-edge of
     the card's rounded corners. The art is soft / non-literal so the text
     can extend further right without colliding visually. */
}
.fo_hero.fo_hero--solo {
  position: relative;
  grid-template-columns: 1fr;
  overflow: hidden;
}

/* ── Right-side decorative panel ────────────────────────────────────────────
   Pure CSS pseudo-element composition: two large blurred radial gradients
   floating on the right of the hero. Bleeds to the card's rounded corners
   via .fo_hero's overflow:hidden. No SVG complexity, no fake data, no
   visible content - just soft depth. */
.fo_hero-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .fo_hero-art {
    display: none;
  }
}
.fo_hero-art {
  /* Larger primary-tinted orb anchored to the top-right corner. */
}
.fo_hero-art::before {
  content: "";
  position: absolute;
  top: -45%;
  right: -15%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, color-mix(in srgb, var(--bs-primary), white 35%) 0%, color-mix(in srgb, var(--bs-primary), white 70%) 35%, transparent 72%);
  filter: blur(2px);
}
.fo_hero-art {
  /* Smaller, softer secondary orb anchored to the bottom-middle of the
     panel - just enough to give depth without competing with the first. */
}
.fo_hero-art::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 35%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--bs-primary), white 55%) 0%, transparent 65%);
  filter: blur(4px);
  opacity: 0.8;
}

.fo_hero-main {
  min-width: 0;
}

.fo_hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--bs-primary), black 10%);
  margin-bottom: 0.35rem;
}

.fo_hero-value {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  color: color-mix(in srgb, var(--bs-primary), black 15%);
}
@media (max-width: 991.98px) {
  .fo_hero-value {
    font-size: 2rem;
  }
}

.fo_hero-foot {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

/* Lifetime-savings chip pinned below the hero foot - same primary tint as
   the hero so it reads as part of the same composition, with a soft border
   to break it visually from the foot line above. */
.fo_hero-savings {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 80%);
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--bs-primary), black 25%);
}
.fo_hero-savings .lucide {
  width: 1rem;
  height: 1rem;
  stroke-width: 2;
  color: color-mix(in srgb, var(--bs-primary), black 10%);
}
.fo_hero-savings span {
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.fo_hero-savings strong {
  font-weight: 700;
  color: color-mix(in srgb, var(--bs-primary), black 15%);
}

.fo_hero-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .fo_hero-side {
    grid-template-columns: 1fr;
  }
}

/* 3-tile variant - Salaries / Rent / Bills row in the hero. Slight column
   tightening so all three fit comfortably alongside the Cash on Hand number. */
.fo_hero-side--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.fo_hero-side--3 .fo_hero-tile {
  padding: 0.7rem 0.85rem;
}
.fo_hero-side--3 .fo_hero-tile-value {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .fo_hero-side--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .fo_hero-side--3 {
    grid-template-columns: 1fr;
  }
}

/* The shared .stics_main-table-wrap rule strips the left border on the
   first-child cell of every row (and accidentally strips border-LEFT on the
   last-child too, but keeps border-right). On the Financial Overview history
   tables we want a fully-bordered look on both edges, so we restore the
   leftmost cell's left border here. */
.fo_section .stics_main-table-wrap .table tr td:first-child,
.fo_section .stics_main-table-wrap .table tr th:first-child {
  border-left: 1px solid var(--bs-table-border-color, var(--bs-border-color));
}

/* ── History tabs (Distributions / Savings) ─────────────────────────────
   Bootstrap nav-tabs, no underline track - just the per-tab indicator on
   the active tab. Sits cleanly inside the section card. */
.fo_history-tabs {
  border-bottom: 0;
  margin-bottom: 1rem;
  gap: 0.25rem;
}
.fo_history-tabs .nav-link {
  font-weight: 500;
  color: #64748b;
  padding: 0.65rem;
  border: 0;
  border-bottom: 2px solid var(--bs-border-color);
}
.fo_history-tabs .nav-link:hover {
  color: var(--bs-body-color);
  border-bottom-color: color-mix(in srgb, var(--bs-border-color), black 15%);
}
.fo_history-tabs .nav-link.active {
  color: var(--bs-primary);
  border-bottom-color: var(--bs-primary);
  background: transparent;
}

.fo_history-tab-content {
  padding-top: 1rem;
}

/* Small "Total set aside" bar above the Savings table - mirrors the
   compact summary strips used elsewhere on the page. */
.fo_savings-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem;
  margin-bottom: 0.75rem;
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 80%);
  border-radius: 0.55rem;
  font-size: 0.9rem;
}
.fo_savings-summary span {
  color: #475569;
}
.fo_savings-summary strong {
  color: var(--bs-primary);
  font-weight: 700;
}

/* ── Distribute modal: status strip ──────────────────────────────────────
   Sits below the Savings + Distribute inputs. Always visible, colour-coded
   by where the math lands relative to Cash on Hand:
     is-under: amber  - some cash stays unallocated
     is-exact: green  - allocated exactly equals cash
     is-over:  red    - allocated more than cash
*/
/* Status strip below the Distribute / Savings inputs.
   Hidden by default - only surfaces when the user has actually allocated
   money. Neutral pill shows the remaining cash; the strip switches to red
   ONLY when allocation exceeds Cash on Hand. */
.dist_status {
  padding: 0.65rem 0.9rem;
  border-radius: 0.55rem;
  border: 1px solid var(--bs-border-color);
  background: color-mix(in srgb, var(--bs-light), white 40%);
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
}
.dist_status > #distRemainingText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
}
.dist_status .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.dist_status strong {
  font-weight: 700;
  color: var(--bs-emphasis-color, #0f172a);
}
.dist_status .dist_status-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bs-secondary-color);
}
.dist_status {
  /* Error state - only when allocation exceeds Cash on Hand. Bold red
     across background, border, text, icon, and the highlighted amount so
     the warning is unmissable. */
}
.dist_status.is-error {
  background: color-mix(in srgb, var(--bs-danger), white 88%);
  border-color: color-mix(in srgb, var(--bs-danger), white 60%);
  color: color-mix(in srgb, var(--bs-danger), black 10%);
}
.dist_status.is-error > #distRemainingText {
  justify-content: flex-start;
}
.dist_status.is-error .lucide {
  color: var(--bs-danger);
}
.dist_status.is-error strong {
  color: var(--bs-danger);
}

/* ── Savings snapshot section ──────────────────────────────────────────── */
.fo_savings-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-primary), white 85%);
  color: var(--bs-primary);
  flex-shrink: 0;
}
.fo_savings-icon i {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.75;
}

.fo_hero-tile {
  background: white;
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 80%);
  border-radius: 0.65rem;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.fo_hero-tile-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bs-secondary-color);
}

.fo_hero-tile-value {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-body-color);
}

/* Each section is its own white card - same look as .dash_kpi-card so the
   page reads as a stack of consistent panels rather than full-bleed strips. */
.fo_section {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  padding: 1.25rem 1.35rem;
}

/* Sections that ALREADY contain card-shaped children (Period Activity = KPI
   tiles, Income/Expense breakdowns = two side-by-side cards) shouldn't wrap
   them in another card. The bare modifier strips the panel chrome and just
   acts as a layout/spacing container. */
.fo_section--bare {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Title for a bare section. Lives outside any card so it sits on the page
   background. Smaller and lighter than a card heading would be - this is a
   group label, not a panel title. */
.fo_block-head {
  margin-bottom: 1rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.fo_block-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
}

/* Card sub-component used inside .fo_two-col (income / expense breakdowns). */
.fo_section-card {
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  padding: 1.25rem 1.35rem;
}

.fo_card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.fo_card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.fo_card-title i {
  width: 1.125rem;
  height: 1.125rem;
}

.fo_card-total {
  font-size: 1.125rem;
  font-weight: 700;
}

/* ── Cash position KPI grid ─────────────────────────────────────────────────
   Mirrors .dash_kpi-card: plain white, single subtle border, muted slate
   icon, large neutral value text. No coloured stripes / backgrounds - the
   page should read as a flat, calm set of figures, not a coloured dashboard. */
.fo_kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  .fo_kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .fo_kpi-grid {
    grid-template-columns: 1fr;
  }
}

.fo_kpi {
  padding: 1rem 1.15rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.65rem;
  background: white;
}

.fo_kpi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.fo_kpi-head i {
  width: 1.1rem;
  height: 1.1rem;
  color: #94a3b8;
}

.fo_kpi-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.fo_kpi-value {
  margin: 0 0 0.2rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.fo_kpi-foot {
  margin: 0;
  font-size: 0.75rem;
  color: #64748b;
}

/* Secondary metric strip - same card treatment, just split into 3 columns. */
.fo_metric-strip {
  margin-top: 0.75rem;
  padding: 0.85rem 1.15rem;
  background: color-mix(in srgb, var(--bs-light), white 50%);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .fo_metric-strip {
    grid-template-columns: 1fr;
  }
}

.fo_metric {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.fo_metric-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.fo_metric-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

/* ── Two-column section grid (income + expense breakdowns) ──────────────── */
.fo_two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /* The wrapper itself isn't a card; the two cards inside are. */
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .fo_two-col {
    grid-template-columns: 1fr;
  }
}

/* ── Breakdown rows with inline progress bars ───────────────────────────── */
.fo_breakdown-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fo_breakdown-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "info amount" "bar  bar";
  gap: 0.35rem 1rem;
  align-items: center;
}

.fo_breakdown-info {
  grid-area: info;
  display: flex;
  flex-direction: column;
}
.fo_breakdown-info strong {
  font-weight: 600;
}
.fo_breakdown-info small, .fo_breakdown-info .small {
  font-size: 0.75rem;
}

.fo_breakdown-amount {
  grid-area: amount;
  text-align: right;
}
.fo_breakdown-amount strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}
.fo_breakdown-amount small, .fo_breakdown-amount .small {
  font-size: 0.75rem;
}

.fo_breakdown-bar {
  grid-area: bar;
  height: 6px;
  background: var(--bs-light);
  border-radius: 3px;
  overflow: hidden;
}

.fo_breakdown-fill {
  display: block;
  height: 100%;
  border-radius: 3px;
  transition: width 0.25s ease;
}

/* ── Shareholder position table ─────────────────────────────────────────── */
.fo_shareholders-table th {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
  background: color-mix(in srgb, var(--bs-light), white 40%);
}
.fo_shareholders-table td {
  vertical-align: middle;
}

.fo_sh-name {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.fo_sh-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-primary), white 80%);
  color: var(--bs-primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.fo_share-badge {
  background: color-mix(in srgb, var(--bs-info), white 80%);
  color: color-mix(in srgb, var(--bs-info), black 25%);
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.375rem;
}

/* ── Empty state for sections with no data yet ──────────────────────────── */
.fo_empty-state {
  padding: 2.5rem 1rem;
  text-align: center;
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--bs-light), white 50%);
}
.fo_empty-state i {
  width: 2rem;
  height: 2rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fo_empty-state strong {
  display: block;
  margin-bottom: 0.25rem;
}

/* ── Per-shareholder split chips (distribution history table column) ────── */
.pd_breakdown-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.pd_breakdown-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.pd_breakdown-chip strong {
  font-weight: 600;
}

.payment_summary-cards {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.payment_summary-cards .ps_card {
  border-radius: 0.875rem;
  padding: 1.125rem 1.25rem;
}
.payment_summary-cards .ps_card small, .payment_summary-cards .ps_card .small {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  opacity: 0.75;
}
.payment_summary-cards .ps_card strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.payment_summary-cards .ps_card {
  background-color: white;
  border: 1px solid #e5e7eb;
}
.payment_summary-cards .ps_card[data-type=income] small, .payment_summary-cards .ps_card[data-type=income] .small {
  color: #15803d;
}
.payment_summary-cards .ps_card[data-type=income] strong {
  color: #15803d;
}
.payment_summary-cards .ps_card[data-type=expense] small, .payment_summary-cards .ps_card[data-type=expense] .small {
  color: #be123c;
}
.payment_summary-cards .ps_card[data-type=expense] strong {
  color: #be123c;
}
.payment_summary-cards .ps_card[data-type=refund] small, .payment_summary-cards .ps_card[data-type=refund] .small {
  color: #b91c1c;
}
.payment_summary-cards .ps_card[data-type=refund] strong {
  color: #b91c1c;
}
.payment_summary-cards .ps_card[data-type=balance] small, .payment_summary-cards .ps_card[data-type=balance] .small {
  color: #1d4ed8;
}
.payment_summary-cards .ps_card[data-type=balance] strong {
  color: #1d4ed8;
}

/* ====================== Distribute Profit Modal */
.dist_date-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  padding: 0.25rem 0.7rem;
  border-radius: 2rem;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.dist_balance-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 72%);
  border-radius: 0.875rem;
  padding: 0.875rem 1.125rem;
}

.dist_balance-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--bs-primary), black 15%);
  margin-bottom: 0.2rem;
}

.dist_balance-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
}

.dist_balance-icon {
  width: 2rem;
  height: 2rem;
  color: color-mix(in srgb, var(--bs-primary), white 30%);
  flex-shrink: 0;
}

.dist_remaining-hint {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  color: #64748b;
}
.dist_remaining-hint strong {
  color: #1e293b;
  font-weight: 600;
}
.dist_remaining-hint.is-over {
  color: #e11d48;
}
.dist_remaining-hint.is-over strong {
  color: #e11d48;
}

.dist_partners-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.dist_partner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.dist_partner-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dist_partner-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--bs-primary), white 85%);
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dist_partner-amount {
  font-size: 1.05rem;
  font-weight: 600;
  white-space: nowrap;
}

/* ====================== Activity Feed */
.activity_date-heading {
  font-weight: 600;
  margin-bottom: 1rem;
}
.activity_date-heading:not(:first-child) {
  margin-top: 2rem;
}

.activity_feed-list {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.activity_feed-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: var(--bs-gray-200) 1px solid;
  border-radius: 0.6rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.activity_feed-list li:hover {
  border-color: var(--bs-gray-300);
}
.activity_feed-list li picture {
  --dpSize: 2.5rem;
  width: var(--dpSize);
  min-width: var(--dpSize);
  height: var(--dpSize);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.activity_feed-list li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity_feed-content {
  flex: 1;
  min-width: 0;
}
.activity_feed-content p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
}
.activity_feed-content p strong {
  font-weight: 600;
}
.activity_feed-content span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--bs-gray-600);
  margin-top: 0.15em;
}

.activity_feed-list time {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--bs-gray-500);
  white-space: nowrap;
  flex-shrink: 0;
}

.activity_feed-ico {
  --icoSize: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icoSize);
  min-width: var(--icoSize);
  height: var(--icoSize);
  border-radius: 50%;
  flex-shrink: 0;
}
.activity_feed-ico .lucide {
  width: 1rem;
  height: 1rem;
}
.activity_feed-ico[data-type=enrollment] {
  background: color-mix(in srgb, #2ecc71, white 82%);
  color: #1a8a4a;
}
.activity_feed-ico[data-type=payment] {
  background: color-mix(in srgb, var(--bs-primary), white 85%);
  color: var(--bs-primary);
}
.activity_feed-ico[data-type=result] {
  background: color-mix(in srgb, #e67e22, white 82%);
  color: #b35e13;
}
.activity_feed-ico[data-type=exam] {
  background: color-mix(in srgb, #e74c3c, white 82%);
  color: #c0392b;
}
.activity_feed-ico[data-type=status] {
  background: color-mix(in srgb, #3498db, white 82%);
  color: #2471a3;
}
.activity_feed-ico[data-type=checkin] {
  background: color-mix(in srgb, #2ecc71, white 82%);
  color: #1a8a4a;
}
.activity_feed-ico[data-type=course] {
  background: color-mix(in srgb, #8e44ad, white 82%);
  color: #6c3483;
}
.activity_feed-ico[data-type=salary] {
  background: color-mix(in srgb, #e74c3c, white 82%);
  color: #c0392b;
}
.activity_feed-ico[data-type=upload] {
  background: color-mix(in srgb, #3498db, white 82%);
  color: #2471a3;
}
.activity_feed-ico[data-type=absent] {
  background: color-mix(in srgb, #e74c3c, white 82%);
  color: #c0392b;
}
.activity_feed-ico[data-type=delete] {
  background: color-mix(in srgb, #e74c3c, white 82%);
  color: #c0392b;
}

/* ====================== Exam / Table Filter Bar */
.stics_filter-bar {
  gap: 0.75rem;
  margin-left: auto;
}

.employee_attendance-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.employee_attendance-pills .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.6rem 1.1rem;
  border-radius: 0.5rem;
  color: var(--bs-body-color);
  font-weight: 500;
  font-size: 1rem;
  background: transparent;
  border: 1px solid transparent;
  transition: background-color var(--easeInOut), color var(--easeInOut), border-color var(--easeInOut);
}
.employee_attendance-pills .nav-link .lucide {
  width: 1.1em;
  height: 1.1em;
}
.employee_attendance-pills .nav-link:hover {
  background: white;
  border-color: var(--bs-border-color);
}
.employee_attendance-pills .nav-link.active {
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  color: var(--bs-primary);
  border-color: color-mix(in srgb, var(--bs-primary), white 65%);
}

.stics_filter-bar-inner {
  max-width: 63.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}

.sfb_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 10rem;
}

.sfb_clear {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  white-space: nowrap;
  margin-bottom: 1px;
  margin-left: auto;
}
.sfb_clear .lucide {
  width: 0.9em;
  height: 0.9em;
}

.stics_main-table-wrap {
  padding-bottom: 1rem;
}
.stics_main-table-wrap .dt-layout-full {
  padding: 0 !important;
  margin-top: 0 !important;
  overflow-y: auto;
}

.table-responsive-wrap {
  overflow: hidden;
}

body.career .stics_main-table-wrap,
body.career .stics_main-table-wrap .dt-layout-full {
  overflow-y: visible;
}
body.career .table-responsive-wrap {
  overflow-x: auto;
  overflow-y: visible;
}

.career_salary-pair {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.career_salary-sep {
  color: var(--bs-gray-400);
  font-weight: 300;
}

.row.dt-layout-table {
  margin: 0 0 0 0 !important;
}

.row:has(.dt-layout-start, .dt-layout-end) {
  margin-inline: 0 !important;
}

.att_cal-wrap {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  overflow: hidden;
}

.att_cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
}

.att_cal-month {
  font-size: 1.25rem;
  font-weight: 600;
}

.att_cal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.att_cal-table thead tr {
  background: #f8fafc;
}
.att_cal-table th {
  padding: 0.75rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  border-bottom: 1px solid var(--bs-border-color);
  white-space: nowrap;
  text-align: left;
}
.att_cal-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--bs-border-color);
  color: #374151;
  white-space: nowrap;
  vertical-align: middle;
}
.att_cal-table td:nth-child(4),
.att_cal-table td:nth-child(5) {
  font-variant-numeric: tabular-nums;
  color: #475569;
}
.att_cal-table tbody tr:last-child td {
  border-bottom: none;
}
.att_cal-table tbody tr:hover td {
  background: #f8fafc;
}
.att_cal-table tr.att_row--holiday td {
  background: color-mix(in srgb, var(--bs-primary), white 92%);
}
.att_cal-table tr.att_row--holiday td:first-child {
  box-shadow: inset 3px 0 0 var(--bs-primary);
}
.att_cal-table tr.att_row--holiday:hover td {
  background: color-mix(in srgb, var(--bs-primary), white 92%);
}
.att_cal-table tr.att_row--weekend td {
  background: #f6f8fb;
  color: #64748b;
}
.att_cal-table tr.att_row--weekend td:first-child {
  box-shadow: inset 3px 0 0 #cbd5e1;
}
.att_cal-table tr.att_row--weekend:hover td {
  background: #f6f8fb;
}
.att_cal-table tr.att_row--off td {
  background: #fafafa;
  color: #64748b;
}
.att_cal-table tr.att_row--off:hover td {
  background: #fafafa;
}
.att_cal-table tr.att_row--future td {
  color: #cbd5e1;
}
.att_cal-table tr.att_row--future:hover td {
  background: transparent;
}
.att_cal-table tr.att_row--pending-delete td {
  background: color-mix(in srgb, var(--bs-warning), white 92%);
  color: #92400e;
}
.att_cal-table tr.att_row--pending-delete:hover td {
  background: color-mix(in srgb, var(--bs-warning), white 92%);
}

.att_status {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2em 0.65em;
  border-radius: 2rem;
}
.att_status.att_status--ontime {
  background: #f0fdf4;
  color: #16a34a;
}
.att_status.att_status--late {
  background: #fffbeb;
  color: #d97706;
}
.att_status.att_status--absent {
  background: #fff1f2;
  color: #e11d48;
}
.att_status.att_status--weekend {
  background: #f1f5f9;
  color: #94a3b8;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.pagination .page-item {
  background: none;
  border: none;
  padding: 0;
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid var(--bs-border-color);
  background-color: #fff;
  color: var(--bs-body-color);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: none;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.pagination .page-item .page-link:hover {
  background-color: color-mix(in srgb, var(--bs-primary), white 92%);
  border-color: color-mix(in srgb, var(--bs-primary), white 70%);
  color: var(--bs-primary);
}
.pagination .page-item .page-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--bs-primary), white 60%);
  outline-offset: 2px;
}
.pagination .page-item .page-link .lucide {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  font-weight: 600;
  cursor: default;
}
.pagination .page-item.active .page-link:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
  background-color: #fff;
  color: var(--bs-secondary-color);
}
.pagination .page-item.dt-paging-button.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
}

.acc_user-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  line-height: 1;
}

#employeesDataTable tr.emp_row--resigned td,
#payrollDataTable tr.emp_row--resigned td {
  color: var(--bs-secondary);
  background: #fafafa;
}
#employeesDataTable tr.emp_row--resigned .te_name,
#payrollDataTable tr.emp_row--resigned .te_name {
  color: var(--bs-secondary);
}
#employeesDataTable tr.emp_row--resigned .te_name picture,
#payrollDataTable tr.emp_row--resigned .te_name picture {
  opacity: 0.55;
}
#employeesDataTable tr.emp_row--resigned:hover td,
#payrollDataTable tr.emp_row--resigned:hover td {
  background: #f5f5f5;
}

#employeesDataTable tr.emp_row--future-resigned td,
#payrollDataTable tr.emp_row--future-resigned td {
  background: #f1f5f9;
}
#employeesDataTable tr.emp_row--future-resigned .te_name,
#payrollDataTable tr.emp_row--future-resigned .te_name {
  color: var(--bs-emphasis-color);
}
#employeesDataTable tr.emp_row--future-resigned:hover td,
#payrollDataTable tr.emp_row--future-resigned:hover td {
  background: #e9eef5;
}

.te_name-cell[data-href] {
  cursor: pointer;
  transition: background-color 0.15s ease;
}

#employeesDataTable tbody tr:hover .te_name-cell {
  background-color: #f8fafc;
}

.emp_row-actions-btn {
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.emp_row-actions-btn .lucide {
  width: 1rem;
  height: 1rem;
}

.payroll_table {
  font-size: 0.9rem;
}
.payroll_table thead th {
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  padding: 0.65rem 0.85rem;
  background: #f8fafc;
}
.payroll_table tbody td {
  padding: 0.55rem 0.85rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.3;
}
.payroll_table tbody td.text-end,
.payroll_table tbody td.font-monospace,
.payroll_table tbody td .font-monospace {
  font-variant-numeric: tabular-nums;
}
.payroll_table tfoot th {
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
}
.payroll_table .te_name {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  text-decoration: none;
}
.payroll_table .te_name picture {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bs-light);
  flex-shrink: 0;
}

.payroll-month-btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.payroll-month-btn .lucide {
  width: 1rem;
  height: 1rem;
}

.payroll_loader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  backdrop-filter: blur(1px);
}

.stics_main-table-wrap .dt-layout-full {
  min-height: 80vh;
}

/* Table-redraw loader overlay - opt-in via `.stics_table-loader` inside a
   `.stics_main-table-wrap`. Hidden by default; appears when the wrap is
   given the `.is-loading` class (e.g. on sort / filter / pagination draws).
   Centred spinner sits on a soft translucent backdrop so the rows behind
   still hint at the layout while the redraw lands. */
.stics_main-table-wrap .stics_table-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease;
}
.stics_main-table-wrap .stics_table-loader .spinner-border {
  width: 2.25rem;
  height: 2.25rem;
  border-width: 0.22rem;
}

.stics_main-table-wrap.is-loading .stics_table-loader {
  opacity: 1;
  pointer-events: auto;
}

/* Hide DataTables 2.x sort-direction arrows on the Students table. The
   Reg. ID column is still clickable for asc/desc - we just don't show the
   tiny indicator next to the label so the header reads cleanly. The cursor
   still flips to pointer so the user knows it's interactive. */
#studentsDataTable thead .dt-column-order {
  display: none !important;
}

#studentsDataTable thead .dt-orderable-asc,
#studentsDataTable thead .dt-orderable-desc,
#studentsDataTable thead .dt-orderable-none {
  background-image: none !important;
  padding-right: inherit !important;
}

#studentsDataTable thead th.dt-orderable-asc,
#studentsDataTable thead th.dt-orderable-desc {
  cursor: pointer;
}

/* DataTables 2.x adds a focus outline + a subtle hover background on
   orderable headers. We hide them so the header looks identical to the
   other (non-orderable) cells - only the cursor change hints it's clickable. */
#studentsDataTable thead th:focus,
#studentsDataTable thead th:focus-visible,
#studentsDataTable thead th:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

#studentsDataTable thead th.dt-orderable-asc:hover,
#studentsDataTable thead th.dt-orderable-desc:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Mirror of the Students-table sort-arrow rules above — hides DataTables'
   default chevrons on every #paymentsDataTable header, strips the focus
   ring, and neutralises the hover background so only the ID column (which
   the module SCSS re-enables) shows the .55em chevron indicator. */
#paymentsDataTable thead .dt-column-order {
  display: none !important;
}

#paymentsDataTable thead .dt-orderable-asc,
#paymentsDataTable thead .dt-orderable-desc,
#paymentsDataTable thead .dt-orderable-none {
  background-image: none !important;
  padding-right: inherit !important;
}

#paymentsDataTable thead th.dt-orderable-asc,
#paymentsDataTable thead th.dt-orderable-desc {
  cursor: pointer;
}

#paymentsDataTable thead th:focus,
#paymentsDataTable thead th:focus-visible,
#paymentsDataTable thead th:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

#paymentsDataTable thead th.dt-orderable-asc:hover,
#paymentsDataTable thead th.dt-orderable-desc:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.air-datepicker {
  --adp-font-family: inherit;
  --adp-font-size: .95rem;
  --adp-width: 20.5rem;
  --adp-z-index: 20000;
  --adp-padding: .875rem;
  --adp-cell-height: 2.5rem;
  --adp-color: #1e293b;
  --adp-color-secondary: #94a3b8;
  --adp-border-color: #e2e8f0;
  --adp-border-color-inner: transparent;
  --adp-border-radius: 1rem;
  --adp-background-color: #fff;
  --adp-nav-height: 2.75rem;
  --adp-nav-arrow-color: #475569;
  --adp-nav-color-secondary:#94a3b8;
  --adp-day-name-color: #94a3b8;
  --adp-day-name-color-hover: #475569;
  --adp-cell-border-radius: 50%;
  --adp-selected-color: #fff;
  --adp-selected-background-color: color-mix(in srgb, var(--bs-primary, #2962ff), white 18%);
  --adp-selected-background-color-hover: color-mix(in srgb, var(--bs-primary, #2962ff), white 8%);
  --adp-current-day-color: color-mix(in srgb, var(--bs-primary, #2962ff), white 84%);
  font-family: var(--adp-font-family);
  border-radius: var(--adp-border-radius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--adp-border-color);
}

.air-datepicker-nav {
  padding: 0.875rem 0.875rem 0.375rem;
  border-bottom: none;
  min-height: var(--adp-nav-height);
  gap: 0.5rem;
}
.air-datepicker-nav--action {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 90%);
  color: var(--adp-nav-arrow-color);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s;
}
.air-datepicker-nav--action svg {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  overflow: visible;
}
.air-datepicker-nav--action svg * {
  fill: none !important;
  stroke: var(--adp-nav-arrow-color) !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.air-datepicker-nav--action svg path {
  stroke-width: 1.6px;
}
.air-datepicker-nav--action:hover {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 82%);
}
.air-datepicker-nav--action.-disabled- {
  visibility: visible;
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}
.air-datepicker-nav--action.-disabled-:hover {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 90%);
}
.air-datepicker-nav--title {
  height: 2.125rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--adp-color);
  padding: 0 1rem;
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 90%);
  line-height: 1;
}
.air-datepicker-nav--title:hover {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 82%);
  color: var(--adp-color);
}
.air-datepicker-nav--title i {
  display: none;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.air-datepicker-body--day-name:nth-child(6), .air-datepicker-body--day-name:nth-child(7) {
  color: #94a3b8;
}

.air-datepicker--content {
  padding: 0.375rem 1rem 1rem;
}

.air-datepicker-cell {
  height: var(--adp-cell-height);
  border-radius: var(--adp-cell-border-radius);
  font-size: 0.9rem;
  font-weight: 450;
  color: var(--adp-color);
  transition: background 0.12s, color 0.12s;
}
.air-datepicker-cell:hover:not(.-selected-):not(.-current-) {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 94%);
  color: var(--adp-color);
}
.air-datepicker-cell.-other-month- {
  color: #cbd5e1;
}
.air-datepicker-cell.-other-month-:hover {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 96%);
  color: #94a3b8;
}
.air-datepicker-cell.-current-:not(.-selected-) {
  background: var(--adp-current-day-color);
  color: var(--adp-color);
  box-shadow: none;
  font-weight: 600;
}
.air-datepicker-cell.-selected- {
  background: var(--adp-selected-background-color);
  color: var(--adp-selected-color);
  font-weight: 600;
}
.air-datepicker-cell.-selected-:hover, .air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-selected-background-color-hover);
  color: var(--adp-selected-color);
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  background: var(--adp-selected-background-color);
  color: var(--adp-selected-color);
}
.air-datepicker-cell.-in-range- {
  background: color-mix(in srgb, var(--bs-primary, #2962ff), white 88%);
  color: var(--adp-color);
}
.air-datepicker-cell.-disabled- {
  color: #e2e8f0 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.air-datepicker-cell.-month-,
.air-datepicker-cell.-year- {
  border-radius: 0.5rem !important;
  font-size: 0.9375rem;
}

.air-datepicker--pointer {
  --adp-pointer-bg: #fff;
  border-color: var(--adp-border-color);
}

.footer_wrap {
  background: color-mix(in srgb, var(--bs-light), black 5%);
  padding: 0.5em 1em;
}

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

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

figure, picture {
  display: block;
  margin: 0;
}

picture[data-gender] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
picture[data-gender=male] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle fill="%23b7d7e5" cx="16" cy="16" r="16"/><path fill="%23ffffff" d="M9.781,12.567c.059-.015.281-.027.495-.027h.388v-.949c0-.824.013-.974.098-1.136.159-.303.249-.322,1.597-.341,1.385-.019,1.874-.095,2.973-.462,1.059-.353,2.544-1.144,3.278-1.745.631-.517,1.059-.35,1.256.489.138.59.606,1.503,1.13,2.208l.175.235.027.81.027.81.401.032c.219.017.437.048.481.067.139.061.585-.907.809-1.757.112-.427.127-.594.124-1.47-.003-.893-.016-1.04-.143-1.508-.351-1.299-1.104-2.146-2.015-2.266-.209-.027-.274-.063-.348-.189-.226-.384-.77-.991-1.171-1.308-.536-.423-1.465-.893-2.053-1.039-.24-.059-.658-.131-.936-.161-.812-.087-1.508-.023-2.369.215-1.208.335-2.288.968-3.183,1.865-1.358,1.362-1.931,2.679-1.936,4.444-.003,1.021.17,1.836.585,2.759.171.38.219.445.309.422Z"/><path fill="%23ffffff" d="M19.999,17.508c.114-.187.296-.559.401-.821l.193-.479.342-.008c.508-.012.924-.273,1.207-.756.127-.217.134-.265.116-.842-.018-.599-.022-.616-.177-.778-.261-.273-.403-.321-.954-.321-.476,0-.511-.008-.652-.15-.218-.218-.241-.326-.241-1.166,0-.85-.005-.869-.414-1.508-.108-.168-.325-.578-.485-.914-.259-.545-.312-.68-.326-.818-.008-.08-.101-.039-.443.195-.482.331-1.433.833-2.112,1.115-1.477.615-2.556.839-4.037.839h-.738v.968c0,1.337-.049,1.42-.861,1.47-.679.042-.826.094-.998.354-.119.18-.144.289-.163.684-.019.417-.006.503.114.759.26.557.64.822,1.26.879q.374.035.438.227c.035.105.135.348.22.535.6,1.321,2.17,2.664,3.47,2.97.491.115,1.273.105,1.775-.023,1.129-.288,2.36-1.257,3.064-2.412Z"/><path fill="%23ffffff" d="M17.16,20.857c-.397.117-.594.143-1.123.148-.353.003-.786-.026-.963-.065-.422-.092-1.037-.346-1.465-.604-.187-.113-.348-.203-.361-.203s-.017.425-.008.949l.016.949.294.428c.492.716,1.331,1.531,2.086,2.026.16.105.323.193.358.193.115,0,.85-.532,1.273-.922.454-.419,1.192-1.308,1.364-1.645.093-.183.107-.318.107-1.093,0-.556-.02-.885-.053-.885-.032,0-.053.017-.053.043,0,.08-.995.54-1.471.681Z"/><path fill="%23ffffff" d="M26.698,26.711c-.432-.833-.94-1.299-2.292-2.104-1.117-.665-1.471-.855-3.08-1.659-.679-.339-1.321-.651-1.425-.694l-.19-.077-.285.481c-.662,1.118-1.903,2.351-2.795,2.777-.433.207-.688.238-1.021.126-.596-.202-1.721-1.117-2.451-1.994-.361-.433-.837-1.136-.837-1.235,0-.149-.203-.088-.995.298-1.005.49-2.794,1.417-3.47,1.797-1.388.781-2.178,1.471-2.61,2.352,2.755,2.749,6.556,4.448,10.755,4.448s7.984-1.694,10.737-4.433c-.014-.029-.024-.053-.039-.083Z"/></svg>');
}
picture[data-gender=female] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle fill="%23f8b6c5" cx="16" cy="16" r="16"/><path fill="%23ffffff" d="M9.14,19.115c.89.397,1.687.56,2.724.558.405,0,.755-.015.773-.032.018-.017-.052-.12-.155-.229-.739-.778-1.47-1.89-1.742-2.654-.106-.297-.139-.339-.289-.377-.354-.089-.748-.528-.888-.99-.22-.726-.275-2.298-.091-2.611.173-.293.31-.357.758-.35.264.004.398-.012.401-.048.003-.03.002-.191-.002-.361-.009-.446.116-1.206.277-1.678.077-.226.157-.426.177-.445.021-.019.391-.123.82-.229,2.517-.624,4.27-1.528,5.788-2.985l.221-.212.17.318c-.02.434-.009.547.078.811.139.418.518.98.968,1.433.487.49.825.735,1.372.994l.438.208.138.363c.177.465.253.877.264,1.419l.009.434.33-.031c.845-.079,1.091.361.971,1.742-.121,1.395-.372,1.935-1.023,2.204-.236.098-.261.124-.348.355-.352.943-.822,1.686-1.586,2.512l-.371.401.448.04c.924.082,2.172-.116,3.007-.477.74-.319,1.211-.644,1.724-1.189.262-.278.593-.753.595-.853,0-.016-.174-.039-.391-.053-.641-.04-1.054-.286-1.264-.753-.098-.218-.112-.316-.108-.768.004-.473.024-.584.229-1.273.491-1.65.558-2.025.561-3.111.002-.806-.045-1.198-.228-1.914-.321-1.254-.968-2.418-1.868-3.361-1.026-1.075-1.934-1.54-2.879-1.477l-.382.026-.264-.224c-.646-.549-1.32-.858-2.215-1.016-1.885-.332-4.379.669-6.057,2.433-1.129,1.186-1.823,2.479-2.158,4.02-.089.409-.104.622-.106,1.513-.003,1.188.015,1.301.422,2.71.307,1.065.371,1.411.344,1.876-.046.795-.528,1.247-1.4,1.314l-.382.029.129.24c.299.558,1.304,1.41,2.063,1.748Z"/><path fill="%23ffffff" d="M16.05,20.127c1.733.003,3.804-1.776,4.58-3.935.066-.184.133-.366.152-.412.022-.056.085-.083.193-.083.231,0,.51-.155.63-.349.134-.217.23-.754.268-1.494l.031-.608-.255.002c-.14.001-.401.019-.58.039q-.518.058-.553-1.012c-.038-1.192-.078-1.311-.527-1.544-.877-.455-1.814-1.325-2.355-2.185-.137-.217-.257-.39-.27-.389-.013.001-.118.086-.236.191-.969.864-3.13,1.825-5.057,2.251-.226.05-.425.102-.438.115-.079.079-.157.867-.158,1.593-.002,1.056.042,1.002-.78.957l-.603-.033.035.514c.048.707.142,1.292.24,1.499.114.238.347.405.62.444q.226.032.312.291c.136.412.524,1.192.804,1.617.991,1.503,2.589,2.528,3.946,2.53Z"/><path fill="%23ffffff" d="M14.654,26.609c1.152,1.73,1.399,1.81,2.216.716.819-1.096,1.678-2.578,2.379-4.105l.152-.33-.215-.639c-.17-.507-.236-.799-.318-1.416-.057-.429-.11-.786-.118-.797-.008-.01-.118.047-.24.124-.428.27-.877.485-1.329.635-.424.141-.495.15-1.136.153-.518.002-.763-.019-1.013-.085-.381-.101-1.06-.41-1.452-.66-.146-.093-.277-.172-.288-.172-.01,0-.032.146-.049.32-.079.848-.231,1.546-.478,2.192l-.124.325.175.41c.391.917,1.168,2.324,1.837,3.328Z"/><path fill="%23ffffff" d="M24.694,24.773c-.181-.087-.976-.364-1.763-.615-.787-.251-1.731-.562-2.095-.69-.363-.128-.687-.224-.716-.212-.03.012-.068.078-.086.148-.051.203-.785,1.678-1.162,2.333-.637,1.108-1.539,2.424-2.204,3.214-.511.608-.765.63-1.215.104-.696-.814-1.684-2.243-2.295-3.323-.363-.641-1.081-2.064-1.171-2.319-.036-.104-.091-.173-.134-.172-.04.001-.422.128-.851.283-.428.154-1.371.474-2.097.709-.726.236-1.479.511-1.673.612-.743.385-1.318,1.13-1.698,2.195,2.73,2.589,6.408,4.187,10.467,4.187s7.749-1.603,10.48-4.199c-.424-1.151-.979-1.869-1.786-2.255Z"/></svg>');
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.user-photo {
  display: inline-block;
}
.user-photo.user-photo--xs {
  width: 2rem;
  height: 2rem;
}
.user-photo.user-photo--sm {
  width: 2.25rem;
  height: 2.25rem;
}
.user-photo.user-photo--md {
  width: 2.5rem;
  height: 2.5rem;
}
.user-photo.user-photo--lg {
  width: 3.25rem;
  height: 3.25rem;
}
.user-photo.user-photo--xl {
  width: 4rem;
  height: 4rem;
}
.user-photo.user-photo--square {
  border-radius: 0;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}

.offcanvas {
  --offCanvasPadding: calc(1rem + .5vw);
}

.offcanvas-header {
  border-bottom: var(--colorBorder) 1px solid;
  padding: 1rem var(--offCanvasPadding);
}

.offcanvas-body {
  padding: var(--offCanvasPadding);
}

.offcanvas_wide {
  --bs-offcanvas-width: 50rem;
}

.btn-close {
  box-shadow: none !important;
}

.modal {
  --bs-modal-width: 43rem;
  --newPaddingVal: calc(1rem + .25vw);
  --bs-modal-header-padding: var(--newPaddingVal);
  --bs-modal-padding: var(--newPaddingVal);
}

.modal-sm {
  --bs-modal-width: 33rem;
}

.modal_p-lg {
  --bs-modal-padding: calc(1.25rem + .5vw);
}

.lh-md {
  line-height: 1.75 !important;
}

.el_loader {
  overflow: clip;
  cursor: default;
  position: relative;
  pointer-events: none;
}
.el_loader:before, .el_loader:after {
  content: "";
  position: absolute;
}
.el_loader:before {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.2em);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.el_loader:after {
  display: inline-block;
  width: 2em;
  height: 2em;
  z-index: 2;
  top: calc(50% - 1em);
  left: calc(50% - 1em);
  border-radius: 50%;
  border: var(--colorBorder) 0.2rem solid;
  border-top-color: var(--bs-primary);
  -webkit-animation: loaderSpin 1s ease-in-out infinite;
  -moz-animation: loaderSpin 1s ease-in-out infinite;
  animation: loaderSpin 1s ease-in-out infinite;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
a[href^="mailto:"] {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.bg-transparent table, .bg-transparent thead, .bg-transparent tbody, .bg-transparent tr, .bg-transparent th, .bg-transparent td {
  background: none !important;
}

.card {
  border: none;
}

.card-header {
  background-color: white;
  border-color: var(--colorBorder);
  padding: 0.75rem 1rem;
}

.card-title {
  margin: 0;
  font-size: 1rem;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-select {
  color: rgba(0, 0, 0, 0.2);
}
.form-select:focus, .form-select:not(:has(option:checked[disabled])) {
  color: var(--colorBsText);
}
.form-select option {
  color: var(--colorBsText);
}
.form-select option[disabled] {
  color: rgba(0, 0, 0, 0.2);
}

table thead th,
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600 !important;
  white-space: nowrap !important;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td,
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-color: inherit !important;
}

td[align=left], th[align=left] {
  text-align: left !important;
}
td[align=center], th[align=center] {
  text-align: center !important;
}

.badge {
  --bs-badge-font-size: .85em;
  --bs-badge-font-weight: 400;
  --bs-badge-padding-x: 1em;
  --bs-badge-padding-y: .55em;
  --bs-badge-border-radius: 2em;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: var(--bs-light);
}

.dt-container .dt-layout-row:first-child {
  display: none !important;
}

.dropdown-menu {
  min-width: max(var(--bs-dropdown-min-width, 10rem), 100%);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.18), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
}

.pip_header-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.5em 1em;
  border-radius: var(--bs-border-radius);
}

.stics_filter-bar .btn {
  --bs-btn-border-radius: .35rem;
  --bs-btn-font-size: .9rem;
  padding: 0.85em 1em 0.75em;
  line-height: 1;
}
.stics_filter-bar .btn .lucide, .stics_filter-bar .btn [data-lucide],
.stics_filter-bar .nav-link .lucide, .stics_filter-bar .nav-link [data-lucide] {
  display: none;
}
.stics_filter-bar .dropdown-menu {
  width: max-content;
  max-width: 34rem;
}
.stics_filter-bar .btn-group .dropdown-menu {
  min-width: 100%;
}
.stics_filter-bar .filter-input-group > .dropdown-menu {
  min-width: 0;
}
.stics_filter-bar .filter-toggle-btn.active,
.stics_filter-bar .btn-group > .btn.dropdown-toggle.active,
.stics_filter-bar .btn-group > .btn.dropdown-toggle.show {
  background: #dee2e6;
  color: var(--bs-body-color);
  border-color: #ced4da !important;
  position: relative;
  z-index: 1;
}
.stics_filter-bar .btn-group > .btn,
.stics_filter-bar .btn-group > .btn-group,
.stics_filter-bar .btn-group > .btn-group > .btn {
  margin-left: 0;
  white-space: nowrap;
}
.stics_filter-bar .btn-group > .btn:not(:first-child),
.stics_filter-bar .btn-group > .btn-group:not(:first-child) > .btn {
  border-left: 0 !important;
}
.stics_filter-bar .filter-date-input {
  font-size: 1rem;
  border-radius: 0.35rem;
  width: 11rem;
  padding: 0.6rem 0.75rem;
}
.stics_filter-bar .filter-input-group {
  width: auto;
  flex-wrap: nowrap;
}
.stics_filter-bar .filter-input-group .filter-date-input {
  flex: 0 0 auto;
  width: 11rem;
}
.stics_filter-bar .filter-input-group > .dropdown-toggle:has(~ .dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.stics_filter-bar .filter-input-group .btn.active {
  background: #dee2e6;
  color: var(--bs-body-color);
  border-color: #ced4da !important;
}
.stics_filter-bar .employee_attendance-pills {
  gap: 0;
}
.stics_filter-bar .employee_attendance-pills .nav-link {
  padding: 0.4rem 0.8em;
  border-radius: 0.35rem;
  border: 1px solid var(--bs-gray-500);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
.stics_filter-bar .employee_attendance-pills .nav-link .lucide {
  width: 1em;
  height: 1em;
}
.stics_filter-bar .employee_attendance-pills .nav-link:hover {
  background: var(--bs-light);
  border-color: var(--bs-gray-500);
}
.stics_filter-bar .employee_attendance-pills .nav-link.active {
  background: #dee2e6;
  color: var(--bs-body-color);
  border-color: #ced4da;
}
.stics_filter-bar .employee_attendance-pills .nav-link:hover, .stics_filter-bar .employee_attendance-pills .nav-link.active, .stics_filter-bar .employee_attendance-pills .nav-link:focus {
  position: relative;
  z-index: 1;
}
.stics_filter-bar .employee_attendance-pills .nav-item:not(:first-child) {
  margin-left: 0;
}
.stics_filter-bar .employee_attendance-pills .nav-item:not(:first-child) .nav-link {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.stics_filter-bar .employee_attendance-pills .nav-item:not(:last-child) .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.stics_filter-bar > .btn-group > .btn-group:first-child > .btn:first-child {
  border-top-left-radius: var(--bs-btn-border-radius);
  border-bottom-left-radius: var(--bs-btn-border-radius);
}
.stics_filter-bar > .btn-group > .btn-group:last-child > .btn:last-child {
  border-top-right-radius: var(--bs-btn-border-radius);
  border-bottom-right-radius: var(--bs-btn-border-radius);
}

.btn-clear-filters {
  background-color: #dee2e6;
  border-color: #ced4da;
}
.btn-clear-filters:hover, .btn-clear-filters:focus, .btn-clear-filters:active {
  background-color: #ced4da;
  border-color: #adb5bd;
}

.dropdown-toggle:after {
  --crtSize: 1rem;
  border: none !important;
  width: var(--crtSize);
  height: var(--crtSize);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>') no-repeat center center;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>') no-repeat center center;
  background-color: currentColor;
  mask-size: cover;
  -webkit-mask-size: cover;
}

b, strong {
  font-weight: 600 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.tooltip {
  --themeColor: var(--colorDark);
}
.tooltip .tooltip-inner {
  background-color: var(--themeColor);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.25em 0.75em 0.35em;
}
.tooltip .tooltip-inner ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.tooltip .tooltip-inner ul span {
  display: inline-block;
  min-width: 8em;
}
.tooltip .tooltip-arrow:before {
  border-top-color: var(--themeColor) !important;
}

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><circle fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" cx="4" cy="4" r="3.25"/><line fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" x1="4" y1="2.205" x2="4" y2="4.392"/><line fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" x1="4" y1="5.018" x2="4" y2="5.795"/></svg>') !important;
}
.was-validated .form-select:invalid,
.was-validated .form-select.is-invalid {
  --bs-form-select-bg-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><circle fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" cx="4" cy="4" r="3.25"/><line fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" x1="4" y1="2.205" x2="4" y2="4.392"/><line fill="none" stroke="%23e52817" stroke-width=".5" stroke-miterlimit="10" x1="4" y1="5.018" x2="4" y2="5.795"/></svg>') !important;
}
.was-validated .form-control:valid,
.was-validated .form-control.is-valid {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><polyline fill="none" stroke="%237eb336" stroke-width=".75" stroke-miterlimit="10" points=".976 4.005 2.989 6.018 7.024 1.982"/></svg>') !important;
}
.was-validated .form-select:valid,
.was-validated .form-select.is-valid {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><polyline fill="none" stroke="%237eb336" stroke-width=".75" stroke-miterlimit="10" points=".976 4.005 2.989 6.018 7.024 1.982"/></svg>') !important;
  background-size: calc(0.75em + 0.375rem) !important;
}

.form-check-input {
  border-color: var(--bs-gray-600);
}

.fc_datepicker {
  cursor: default;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23888888" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4"/><path d="M16 2v4"/><rect width="18" height="18" x="3" y="4" rx="2"/><path d="M3 10h18"/><path d="M8 14h.01"/><path d="M12 14h.01"/><path d="M16 14h.01"/><path d="M8 18h.01"/><path d="M12 18h.01"/><path d="M16 18h.01"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: calc(100% - 0.5em) 50%;
}

.pai_short-width, .emp_profile-banner-outer {
  max-width: 90rem;
}

.emp_profile-banner-outer {
  padding: 1.5rem 1.5rem 0;
}

.dt-paging-button.page-item {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  filter: grayscale(1);
  opacity: 0.25;
}

.fee_install-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.65rem;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--bs-secondary-color);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  border-right: none;
}
.fee_install-edit-btn:hover, .fee_install-edit-btn:focus-visible {
  background: color-mix(in srgb, var(--bs-primary) 10%, var(--bs-tertiary-bg));
  color: var(--bs-primary);
  outline: none;
}
.fee_install-edit-btn[data-state=editing] {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.fee_install-edit-btn[data-state=editing]:hover, .fee_install-edit-btn[data-state=editing]:focus-visible {
  background: color-mix(in srgb, var(--bs-primary) 92%, #000);
  color: #fff;
}
.fee_install-edit-btn:disabled, .fee_install-edit-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  background: var(--bs-tertiary-bg);
  color: var(--bs-secondary-color);
}
.fee_install-edit-btn:disabled:hover, .fee_install-edit-btn:disabled:focus-visible, .fee_install-edit-btn[disabled]:hover, .fee_install-edit-btn[disabled]:focus-visible {
  background: var(--bs-tertiary-bg);
  color: var(--bs-secondary-color);
}
.fee_install-edit-btn i, .fee_install-edit-btn svg {
  width: 1rem;
  height: 1rem;
}

.fee_install-alert {
  grid-column: 1/-1;
  font-size: 0.85rem;
  padding: 0.55rem 0.85rem;
  margin: 0 0 0.25rem;
  border-radius: 0.55rem;
}

.fee_amount-ig {
  --bs-border-color: color-mix(in srgb, var(--bs-light), black 15%);
}
.fee_amount-ig > .input-group-text {
  border-top-left-radius: var(--bs-border-radius-lg, 0.5rem);
  border-bottom-left-radius: var(--bs-border-radius-lg, 0.5rem);
}
.fee_amount-ig > .fee_install-amount.form-control:has(+ .fee_install-edit-btn), .fee_amount-ig > .fee_install-amount.form-control:has(+ .fee_install-edit-wrap) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fee_amount-ig > .fee_install-amount.form-control.is-editing {
  background: #fff;
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
}
.fee_amount-ig > .fee_install-amount.form-control.is-invalid {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bs-danger) 18%, transparent);
  background-image: none;
  background-color: #fff;
  padding-right: 0.75rem;
}

.fee_install-edit-wrap {
  display: inline-flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.student_fee-modal .fee_install-item {
  display: grid;
  grid-template-columns: minmax(8rem, auto) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.student_fee-modal .fee_install-label {
  white-space: nowrap;
  font-size: 1.25rem;
}
.student_fee-modal .fee_install-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.student_fee-modal .fee_amount-ig {
  width: initial;
}
.student_fee-modal .fee_amount-ig .input-group-text {
  font-size: 1.25em;
  padding-inline: 0.75em 0.2em;
}
.student_fee-modal .fee_install-date {
  border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;
  width: 9em;
  padding-left: 0.65em;
  letter-spacing: -0.03em;
  font-weight: 300;
}
.student_fee-modal .ac_match-fee-check .ac_match-fee-text {
  color: var(--bs-body-color);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.student_fee-modal .ac_match-fee-check .ac_match-fee-input {
  cursor: pointer;
  width: 1.15em;
  height: 1.15em;
}
.student_fee-modal .fee_install-amount {
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  padding-left: 0;
  flex: 0 0 auto;
  width: 4.25em;
}
.student_fee-modal .fee_install-confirm {
  min-width: 7.5rem;
  white-space: nowrap;
  margin-left: 1em;
}
@media (max-width: 575.98px) {
  .student_fee-modal .fee_install-item {
    grid-template-columns: 1fr;
  }
  .student_fee-modal .fee_install-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) max-content;
    justify-content: stretch;
  }
}

.asf_aside-fee-table-wrap,
aside.bg-light {
  transition: opacity 0.2s ease;
}

aside#acFeeAside.is-demo-locked {
  position: relative;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}
aside#acFeeAside.is-demo-locked::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent 0, transparent 14px, rgba(151, 69, 216, 0.06) 14px, rgba(151, 69, 216, 0.06) 28px);
  border-radius: inherit;
  pointer-events: none;
}

.ac_promote-locked [disabled] {
  opacity: 0.85;
  cursor: not-allowed;
  background-color: var(--bs-tertiary-bg);
}

.acf_box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  --acf-ink: var(--bs-body-color);
  --acf-muted: var(--bs-secondary-color);
  --acf-rule: var(--bs-border-color);
  --acf-chip-bg: color-mix(in srgb, var(--bs-tertiary-bg) 75%, transparent);
  --acf-radius: .65rem;
  --acf-focus: 0 0 0 .2rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.acf_box-loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--bs-body-bg, #fff) 65%, transparent);
  backdrop-filter: blur(1px);
  border-radius: 0.65rem;
  pointer-events: none;
  z-index: 5;
}

.acf_box-spinner {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2.5px solid color-mix(in srgb, var(--bs-primary) 22%, transparent);
  border-top-color: var(--bs-primary);
  animation: acf-spin 0.7s linear infinite;
}

.acf_box.is-loading .acf_box-loader {
  display: flex;
}
.acf_box.is-loading .form-select, .acf_box.is-loading .form-control, .acf_box.is-loading .form-check-input, .acf_box.is-loading .input-group-text {
  pointer-events: none;
  user-select: none;
}

@keyframes acf-spin {
  to {
    transform: rotate(360deg);
  }
}
.acf_feeline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.75rem 0.15rem 0.25rem;
}

.acf_feeline-label {
  font-size: 1.05rem;
  color: var(--bs-body-color);
  font-weight: 400;
}

.acf_feeline-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--bs-body-color);
  white-space: nowrap;
}
.acf_feeline-amt .acf_cur {
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.acf_feeline-amt .acf_num {
  font-size: 1.2rem;
  font-weight: 700;
}

.acf_num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.005em;
}

.acf_cur {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
}

.acf_box .acf_select.form-select {
  width: 100%;
  height: 2.85rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.65rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-body-color);
  padding: 0 2.25rem 0 0.9rem;
}
.acf_box .acf_select.form-select:focus {
  border: 1px solid var(--bs-primary) !important;
  box-shadow: none !important;
}

.acf_discount-manual-row {
  display: none;
}
.acf_discount-manual-row[data-state=open] {
  display: block;
  animation: acf-slide-down 0.25s ease;
}

@keyframes acf-slide-down {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.acf_prefixed.input-group {
  width: 100%;
  height: 2.85rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.65rem;
  overflow: hidden;
  background: #fff;
  flex-wrap: nowrap;
  transition: border-color 0.15s ease;
}
.acf_prefixed.input-group:focus-within {
  border-color: var(--bs-primary);
}
.acf_prefixed.input-group > .input-group-text {
  background: #e8ebf3;
  border: 0;
  border-right: 1px solid var(--bs-border-color);
  border-radius: 0;
  color: var(--bs-secondary-color);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0 0.9rem;
  justify-content: flex-start;
}
.acf_prefixed.input-group > .form-control {
  border: 0;
  background: #fff;
  box-shadow: none;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--bs-body-color);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  padding: 0.55rem 0.9rem;
  border-radius: 0;
}
.acf_prefixed.input-group > .form-control:focus {
  box-shadow: none;
  background: #fff;
}
.acf_prefixed.input-group > .form-control::placeholder {
  color: color-mix(in srgb, var(--bs-secondary-color) 70%, transparent);
  font-weight: 500;
}
.acf_prefixed.input-group > .form-control:valid, .acf_prefixed.input-group > .form-control.is-valid, .acf_prefixed.input-group > .form-control:invalid, .acf_prefixed.input-group > .form-control.is-invalid {
  background-image: none !important;
  background-repeat: no-repeat !important;
  padding-right: 0.9rem;
}

.acf_card-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.75rem 0.15rem 0.25rem;
}

.acf_card-label {
  font-size: 1.05rem;
  color: var(--bs-body-color);
  font-weight: 400;
}

.acf_card-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--bs-body-color);
  white-space: nowrap;
}
.acf_card-amt .acf_cur {
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.acf_card-amt .acf_num {
  font-size: 1.2rem;
  font-weight: 700;
}

.acf_divider {
  height: 1px;
  border-bottom: var(--bs-gray-300) 1px solid;
  margin: 0.15rem 0;
}

.acf_match-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 1.75rem;
  margin: 0;
  padding: 0 0.15rem 0.35rem;
  border-top: 0;
}

.acf_match-input.form-check-input {
  margin: 0;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
}
.acf_match-input.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.acf_match-input.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.acf_match-text {
  font-size: 0.92rem;
  color: var(--bs-secondary-color);
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.acf_balance {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.15rem;
  padding: 0.95rem 1rem;
  background: color-mix(in srgb, var(--bs-primary) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--bs-primary) 14%, var(--bs-border-color));
  border-radius: 0.65rem;
}

.acf_balance-label {
  font-size: 1.05rem;
  color: var(--bs-body-color);
  font-weight: 500;
}

.acf_balance-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.38rem;
  color: var(--bs-primary);
  white-space: nowrap;
}
.acf_balance-amt .acf_cur {
  font-size: 0.85rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--bs-primary) 80%, var(--bs-body-color));
}
.acf_balance-amt .acf_num {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.005em;
}

.acf_stmt {
  --acf-gap: .9rem;
  --acf-pad: 1.1rem;
  --acf-rule: var(--bs-border-color);
  --acf-ink: var(--bs-body-color);
  --acf-muted: var(--bs-secondary-color);
  --acf-field-bg: var(--bs-tertiary-bg);
  --acf-rule-strong: color-mix(in srgb, var(--acf-ink) 24%, var(--acf-rule));
  --acf-rule-total: color-mix(in srgb, var(--acf-ink) 42%, var(--acf-rule));
  --acf-focus-ring: 0 0 0 .18rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
  display: flex;
  flex-direction: column;
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--acf-rule);
  border-radius: 0.9rem;
  padding: var(--acf-pad);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.acf_stmt-head {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-bottom: var(--acf-gap);
  border-bottom: 1px solid var(--acf-rule);
}

.acf_stmt-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--acf-ink);
}

.acf_stmt-sub {
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: var(--acf-muted);
}

.acf_lines {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--acf-gap) * 0.55);
}

.acf_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.5rem;
  padding: 0.2rem 0;
}
.acf_line + .acf_line:not(.acf_line--field) {
  border-top: 1px dashed var(--acf-rule);
}

.acf_line--field {
  align-items: center;
  gap: 0.65rem;
  margin: 0.1rem -0.4rem;
  padding: 0.25rem 0.4rem;
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--acf-field-bg) 45%, transparent);
}
.acf_line--field .acf_line-label {
  white-space: normal;
  font-weight: 500;
  color: var(--acf-ink);
}

.acf_line-label {
  font-size: 0.9rem;
  line-height: 1.25;
  color: var(--acf-muted);
  white-space: nowrap;
  margin: 0;
}

.acf_line-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
  font-weight: 600;
  color: var(--acf-ink);
  white-space: nowrap;
}

.acf_cur {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--acf-muted);
  letter-spacing: 0.01em;
}

.acf_num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.005em;
}

.acf_line-amt .acf_num {
  font-size: 1rem;
}

.acf_control {
  flex: 0 1 9rem;
  min-width: 6.5rem;
  max-width: 9.5rem;
  display: flex;
  align-items: stretch;
  background: var(--acf-field-bg);
  border: 1px solid var(--acf-rule);
  border-radius: 0.55rem;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.acf_control:focus-within {
  border-color: var(--bs-primary);
  box-shadow: var(--acf-focus-ring);
  background: var(--bs-body-bg, #fff);
}

.acf_control-cur {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--acf-muted);
  background: transparent;
  border-right: 1px solid var(--acf-rule);
  user-select: none;
}

.acf_input.form-control {
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--acf-ink);
  padding: 0.4rem 0.55rem;
  border-radius: 0;
}
.acf_input.form-control:focus {
  background: transparent;
  box-shadow: none;
  border: 0;
  color: var(--acf-ink);
}
.acf_input.form-control::placeholder {
  color: var(--acf-muted);
  opacity: 0.6;
  font-weight: 500;
}

.acf_select.form-select {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  min-width: 0;
  width: 100%;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--acf-ink);
  padding: 0.42rem 1.85rem 0.42rem 0.6rem;
  border-radius: 0;
}
.acf_select.form-select:focus {
  box-shadow: none;
  border: 0;
  color: var(--acf-ink);
}

.acf_subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: var(--acf-gap);
  padding-top: var(--acf-gap);
  border-top: 1.5px solid var(--acf-rule-strong);
}

.acf_subtotal-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--acf-ink);
}

.acf_subtotal-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  font-weight: 700;
  color: var(--acf-ink);
  white-space: nowrap;
}
.acf_subtotal-amt .acf_cur {
  font-size: 0.78rem;
  color: var(--acf-muted);
}
.acf_subtotal-amt .acf_num {
  font-size: 1.35rem;
}

.acf_lines--pay {
  margin-top: calc(var(--acf-gap) * 0.4);
}

.acf_match-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  padding-top: var(--acf-gap);
}

.acf_match-input.form-check-input {
  margin: 0;
  flex: 0 0 auto;
  cursor: pointer;
}
.acf_match-input.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.acf_match-input.form-check-input:focus {
  box-shadow: var(--acf-focus-ring);
}

.acf_match-text {
  font-size: 0.82rem;
  color: var(--acf-muted);
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.acf_total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: var(--acf-gap);
  padding-top: var(--acf-gap);
  border-top: 3px double var(--acf-rule-total);
}

.acf_total-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--acf-muted);
  align-self: center;
}

.acf_total-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
  color: var(--bs-primary);
  white-space: nowrap;
}
.acf_total-amt .acf_cur {
  font-size: 0.9rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--bs-primary) 70%, var(--acf-ink));
}
.acf_total-amt .acf_num {
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.ac_demo-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.3rem;
  margin: 0;
  border: 1px solid rgba(151, 69, 216, 0.6);
  border-radius: 1rem;
  background: rgba(151, 69, 216, 0.04);
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.ac_demo-check:has(.ac_demo-input:checked) {
  background: linear-gradient(135deg, rgba(151, 69, 216, 0.08) 0%, rgba(151, 69, 216, 0.18) 100%);
  border-color: var(--tag-violet);
}

.ac_demo-check .ac_demo-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.ac_demo-check .ac_demo-check-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  border: 1px solid rgba(151, 69, 216, 0.55);
  border-radius: 0.3rem;
  background: white;
  color: white;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ac_demo-check .ac_demo-check-indicator .lucide {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 3;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ac_demo-check:has(.ac_demo-input:checked) .ac_demo-check-indicator {
  background: linear-gradient(135deg, var(--tag-violet) 0%, #6f1bc7 100%);
  border-color: var(--tag-violet);
}
.ac_demo-check:has(.ac_demo-input:checked) .ac_demo-check-indicator .lucide {
  opacity: 1;
  transform: scale(1);
}

.ac_demo-check .ac_demo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tag-violet) 0%, #6f1bc7 100%);
  color: white;
  transition: transform 0.25s ease;
}
.ac_demo-check .ac_demo-icon .lucide {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2.25;
}

.ac_demo-check:has(.ac_demo-input:checked) .ac_demo-icon {
  transform: scale(1.06);
}

.ac_demo-check .ac_demo-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.35;
  flex-grow: 1;
  min-width: 0;
}

.ac_demo-check .ac_demo-titlerow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.ac_demo-check .ac_demo-title {
  color: var(--bs-body-color);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ac_demo-check .ac_demo-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.55rem;
  border-radius: 20rem;
  background: rgba(151, 69, 216, 0.18);
  color: var(--tag-violet);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.ac_demo-check .ac_demo-sub {
  color: var(--bs-secondary-color);
  font-size: 0.82rem;
}

.sdc_courses-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 1rem;
  background: white;
}
.sdc_courses-empty .sdc_courses-empty-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.1);
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
.sdc_courses-empty .sdc_courses-empty-ico .lucide {
  width: 2rem;
  height: 2rem;
}
.sdc_courses-empty strong {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  color: var(--bs-body-color);
}
.sdc_courses-empty p {
  color: var(--bs-secondary-color);
  max-width: 32em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.sdc_courses-empty .sdc_courses-empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sdc_courses-empty .sdc_courses-empty-cta .lucide {
  width: 1.05em;
  height: 1.05em;
}

.sdc_demo-confirm {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
}
.sdc_demo-confirm.sdc_dc-open {
  max-height: 260px;
  opacity: 1;
  margin-top: 0.875rem;
}
.sdc_demo-confirm .sdc_dc-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, rgba(151, 69, 216, 0.04) 0%, rgba(151, 69, 216, 0.11) 100%);
  border: 1px solid rgba(151, 69, 216, 0.35);
  border-radius: 0.75rem;
}
.sdc_demo-confirm .sdc_demo-confirm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tag-violet) 0%, #6f1bc7 100%);
  color: #fff;
  margin-top: 0.1rem;
}
.sdc_demo-confirm .sdc_demo-confirm-icon .lucide {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 2.25;
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-confirm-icon {
  background: linear-gradient(135deg, var(--tag-red) 0%, #c92a2a 100%);
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_dc-inner {
  background: linear-gradient(135deg, rgba(241, 74, 74, 0.04) 0%, rgba(241, 74, 74, 0.11) 100%);
  border-color: rgba(241, 74, 74, 0.35);
}
.sdc_demo-confirm .sdc_demo-confirm-content {
  flex-grow: 1;
  min-width: 0;
}
.sdc_demo-confirm .sdc_demo-confirm-head {
  display: block;
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
.sdc_demo-confirm .sdc_demo-confirm-text {
  color: var(--bs-secondary-color);
  font-size: 0.88rem;
  margin: 0 0 0.85rem;
  line-height: 1.5;
}
.sdc_demo-confirm .sdc_demo-confirm-text strong {
  color: var(--tag-violet);
  font-weight: 700;
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-confirm-text strong {
  color: var(--tag-red);
}
.sdc_demo-confirm .sdc_dc-actions {
  margin: 0;
}
.sdc_demo-confirm .sdc_dc-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sdc_demo-confirm .sdc_dc-actions .btn .lucide {
  width: 1em;
  height: 1em;
}
.sdc_demo-confirm .sdc_demo-cancel-btn {
  background: transparent;
  color: var(--bs-body-color);
  border: 1px solid rgba(151, 69, 216, 0.3);
}
.sdc_demo-confirm .sdc_demo-cancel-btn:hover {
  background: rgba(151, 69, 216, 0.08);
  border-color: rgba(151, 69, 216, 0.45);
  color: var(--bs-body-color);
}
.sdc_demo-confirm .sdc_demo-confirm-btn {
  background: var(--tag-violet);
  border: 1px solid var(--tag-violet);
  color: #fff;
  font-weight: 600;
}
.sdc_demo-confirm .sdc_demo-confirm-btn:hover, .sdc_demo-confirm .sdc_demo-confirm-btn:focus-visible {
  background: #6f1bc7;
  border-color: #6f1bc7;
  color: #fff;
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-cancel-btn {
  border-color: rgba(241, 74, 74, 0.3);
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-cancel-btn:hover {
  background: rgba(241, 74, 74, 0.08);
  border-color: rgba(241, 74, 74, 0.45);
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-confirm-btn {
  background: var(--tag-red);
  border-color: var(--tag-red);
}
.sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-confirm-btn:hover, .sdc_demo-confirm.sdc_demo-confirm--discontinue .sdc_demo-confirm-btn:focus-visible {
  background: #c92a2a;
  border-color: #c92a2a;
}

.sdc_delete-confirm {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.sdc_delete-confirm.sdc_dc-open {
  max-height: 120px;
  opacity: 1;
  margin-top: 0.875rem;
}

.sdc_dc-inner {
  padding: 0.75rem 1rem;
  background: #fff5f5;
  border: 1px solid #f5c2c7;
  border-radius: 0.625rem;
}
.sdc_dc-inner p {
  font-size: 0.875rem;
  color: #842029;
  margin-bottom: 0.625rem;
}

.sdc_dc-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

.sdc_card {
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-bottom 0.4s ease, padding 0.4s ease, border-color 0.3s ease;
}

.sdc_hold-confirm {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.sdc_hold-confirm.sdc_dc-open {
  max-height: 280px;
  opacity: 1;
  margin-top: 0.875rem;
}
.sdc_hold-confirm .sdc_dc-inner {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
}
.sdc_hold-confirm .sdc_dc-inner p {
  color: #374151;
  font-weight: 500;
}
.sdc_hold-confirm .sdc_hold-reason {
  font-size: 0.85rem;
  margin-bottom: 0.65rem;
  background: #fff;
  border-color: #d1d5db;
}

.sdc_disc-confirm {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
}
.sdc_disc-confirm.sdc_dc-open {
  max-height: 720px;
  opacity: 1;
  margin-top: 0.875rem;
}
.sdc_disc-confirm .sdc_dc-inner {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
}
.sdc_disc-confirm .sdc_dc-inner p {
  color: #374151;
  font-weight: 500;
  margin-bottom: 0.85rem;
}
.sdc_disc-confirm .sdc_disc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
  margin-bottom: 1rem;
}
.sdc_disc-confirm .sdc_disc-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}
.sdc_disc-confirm .sdc_disc-field--full {
  grid-column: 1/-1;
}
.sdc_disc-confirm .sdc_disc-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #6b7280;
}
.sdc_disc-confirm .form-control,
.sdc_disc-confirm .form-select {
  background-color: #fff;
  border-color: #d1d5db;
  color: #111827;
}
.sdc_disc-confirm .form-control:focus,
.sdc_disc-confirm .form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}
.sdc_disc-confirm .form-control.is-invalid,
.sdc_disc-confirm .form-select.is-invalid {
  border-color: var(--bs-danger);
}

.sr_section {
  margin-bottom: 1.5rem;
}
.sr_section:last-child {
  margin-bottom: 0;
}

.sr_section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  flex-wrap: wrap;
}

.sr_section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #6b7280;
}
.sr_section-eyebrow .lucide {
  width: 1em;
  height: 1em;
  color: #9ca3af;
}

.sr_card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}
.sr_card .form-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.35rem;
}
.sr_card .form-label .lucide {
  color: #9ca3af;
  margin-right: 0.15rem;
}
.sr_card .form-control:disabled,
.sr_card .form-select:disabled {
  background: #f9fafb;
  color: #4b5563;
}
.sr_card hr {
  border-color: #f3f4f6;
  margin: 0;
}

.sr_card--combined {
  padding: 0;
}
.sr_card--combined .sr_subsection {
  padding: 1.25rem 1.35rem;
}
.sr_card--combined .sr_subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.sr_card--combined .sr_divider {
  height: 1px;
  background: #f3f4f6;
  margin: 0 1.35rem;
}

.sr_pwd-manage .sr_pwd-manage-note {
  font-size: 0.9rem;
  color: #4b5563;
  max-width: 42rem;
}
.sr_pwd-manage .btn .lucide {
  width: 1.05em;
  height: 1.05em;
  vertical-align: -3px;
  margin-right: 0.3rem;
}

.sr_pwd-group .sr_pwd-toggle {
  background: #fff;
  border-color: #d1d5db;
  color: #6b7280;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.sr_pwd-group .sr_pwd-toggle .lucide {
  width: 1.05em;
  height: 1.05em;
}
.sr_pwd-group .sr_pwd-toggle:hover:not(:disabled) {
  background: #f3f4f6;
  color: #111827;
  border-color: #d1d5db;
}
.sr_pwd-group .sr_pwd-toggle:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.sr_pwd-rules li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #6b7280;
  line-height: 1.7;
}
.sr_pwd-rules li .lucide {
  width: 1em;
  height: 1em;
  color: #9ca3af;
}
.sr_pwd-rules li.is-met {
  color: #047857;
}
.sr_pwd-rules li.is-met .lucide {
  color: #10b981;
}

.sr_setpwd-generate {
  padding: 0;
  background: none;
  border: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--bs-primary);
  cursor: pointer;
}
.sr_setpwd-generate:hover, .sr_setpwd-generate:focus-visible {
  text-decoration: underline;
  outline: none;
}

.sr_chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid transparent;
}
.sr_chip .sr_chip-dot {
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  display: inline-block;
}
.sr_chip--on {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}
.sr_chip--on .sr_chip-dot {
  background: #10b981;
  box-shadow: 0 0 0 0.15rem rgba(16, 185, 129, 0.15);
}
.sr_chip--off {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}
.sr_chip--off .sr_chip-dot {
  background: #ef4444;
}

.sdc_pending-disc-note {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: #fff8e1;
  border: 1px solid #f6d365;
  color: #7a4f0a;
  font-size: 0.8rem;
  margin-top: 0.65rem;
  line-height: 1.4;
}
.sdc_pending-disc-note .sdc_pending-disc-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
}
.sdc_pending-disc-note .sdc_pending-disc-head .lucide {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.sdc_pending-disc-note .sdc_pending-disc-meta {
  font-size: 0.75rem;
  opacity: 0.85;
}
.sdc_pending-disc-note .sdc_pending-disc-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.sdc_lifecycle-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  margin-top: 0.65rem;
  line-height: 1.35;
  flex-wrap: wrap;
}
.sdc_lifecycle-note .lucide {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.sdc_lifecycle-note .sdc_lifecycle-note-reason {
  flex-basis: 100%;
  font-size: 0.75rem;
  opacity: 0.85;
  margin-top: 0.15rem;
}

.sdc_card[data-lifecycle=dropped] {
  opacity: 0.7;
}
.sdc_card[data-lifecycle=dropped] .sdc_course-name {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}

.fee_paid-row--refund {
  /* "Refund:" label + receipt no. + undo icon all share the same red.
     Print button keeps its own gray (defined on .fee_receipt-print-btn). */
}
.fee_paid-row--refund > td:nth-child(2) {
  color: #be123c;
}
.fee_paid-row--refund .fee_receipt-no-btn {
  color: #be123c;
}
.fee_paid-row--refund .fee_receipt-no-btn:hover, .fee_paid-row--refund .fee_receipt-no-btn:focus-visible {
  color: #9f0d33;
  border-bottom-color: #9f0d33;
}
.fee_paid-row--refund .lucide[data-lucide=undo-2] {
  color: #be123c;
}

.student_fee-modal .modal-content {
  background: #f5f7fc;
  border: 0;
  border-radius: 1.25rem;
}
.student_fee-modal .modal-header {
  background: transparent;
  border: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}
.student_fee-modal .modal-body {
  background: transparent;
  padding: 1.25rem 0 0;
}
.student_fee-modal .modal-footer {
  background: transparent !important;
  border: 0;
}
.student_fee-modal #studentFeeAccordion {
  background: white;
  padding: 1.25rem;
  margin-top: 0;
  min-height: 8rem;
}

.sfm_tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 1.25rem;
  gap: 0.2rem;
  border: 0;
}
.sfm_tab-nav:empty {
  display: none;
}

.sfm_tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  padding: 0.8rem 1.25rem 0.6rem;
  border-radius: 0.65rem 0.65rem 0 0;
  background: var(--bs-gray-300);
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.4;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, padding 0.15s ease;
}
.sfm_tab-btn.active {
  background: #fff;
}

.sfm_tab-add {
  padding: 0.85rem 1rem;
  background: var(--bs-gray-300);
}
.sfm_tab-add .lucide {
  width: 1.1em;
  height: 1.1em;
}

.sfm_tab-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 20rem;
  padding: 0.25em 0.75em 0.16em 0.35em;
  line-height: 1.4;
}

.sfm_tab-paid {
  background: #d1fae5;
  color: #065f46;
}

.sfm_tab-upcoming {
  background: #fff3cd;
  color: #92400e;
}

.sfm_tab-demo {
  background: rgba(151, 69, 216, 0.15);
  color: var(--tag-violet);
}

.sfm_demo-pane .sfm_demo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 1.5rem;
  gap: 0.85rem;
}
.sfm_demo-pane .sfm_demo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(151, 69, 216, 0.15);
  color: var(--tag-violet);
  margin-bottom: 0.35rem;
}
.sfm_demo-pane .sfm_demo-icon .lucide {
  width: 2rem;
  height: 2rem;
}
.sfm_demo-pane .sfm_demo-title {
  font-size: 1.2rem;
  color: var(--bs-body-color);
}
.sfm_demo-pane .sfm_demo-sub {
  color: var(--bs-secondary-color);
  max-width: 38em;
  margin: 0;
  line-height: 1.5;
}
.sfm_demo-pane .sfm_demo-sub strong {
  color: var(--bs-body-color);
  font-weight: 600;
}
.sfm_demo-pane .sfm_demo-choices {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.85rem;
}
.sfm_demo-pane .sfm_demo-choice {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.4rem;
  border: 1.5px solid var(--bs-border-color);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.sfm_demo-pane .sfm_demo-choice .lucide {
  width: 1.1em;
  height: 1.1em;
}
.sfm_demo-pane .sfm_demo-choice:hover:not(.is-selected) {
  background: var(--bs-tertiary-bg);
  border-color: var(--bs-secondary-color);
}
.sfm_demo-pane .sfm_demo-choice.sfm_demo-choice--yes.is-selected {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.sfm_demo-pane .sfm_demo-choice.sfm_demo-choice--no.is-selected {
  background: #4b5563;
  border-color: #4b5563;
  color: #fff;
}
.sfm_demo-pane .sfm_demo-foot {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  max-width: 40em;
  line-height: 1.4;
}

.te_name-str {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.te_avatar-wrap {
  position: relative;
  display: flex;
  flex-shrink: 0;
  cursor: default;
}

.prf_dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 35%;
  border: 2px solid #fff;
  transform: translate(15%, 15%);
}

.prf_dot--green {
  background: #22c55e;
}

.prf_dot--orange {
  background: #f59e0b;
}

.prf_dot--red {
  background: #ef4444;
}

.sdc_badge-count {
  font-size: inherit;
  font-weight: 700;
}

.student_courses-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sdc_card {
  position: relative;
  background: #fff;
  border: 1px solid #eaecf2;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-bottom 0.4s ease, padding 0.4s ease;
}

.sdc_card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.sdc_card-top-left {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.sdc_attempt {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  color: #667085;
  position: relative;
  padding-left: 0.65rem;
}
.sdc_attempt::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cbd2e0;
}
.sdc_attempt .lucide, .sdc_attempt svg {
  width: 13px;
  height: 13px;
  color: #98a2b3;
}

.ofc_profile-header {
  position: relative;
  background: #fff;
}

.ofc_profile-header-top {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 1.15rem;
  padding: 1.6rem 5.25rem 1.45rem 1.6rem;
}
.ofc_profile-header-top .ofc_dp {
  width: 4.5rem;
  height: 4.5rem;
  box-shadow: none;
  border: 0;
  object-fit: cover;
}
.ofc_profile-header-top .ofc_profile-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: #101828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-regid {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  font-size: 0.8rem;
  color: #667085;
  font-weight: 500;
  background: #f5f7fa;
  border: 1px solid #eaecf2;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
}
.ofc_profile-header-top .ofc_profile-meta .ofc_profile-regid strong {
  color: #1d2939;
  font-weight: 700;
}
.ofc_profile-header-top .ofc_profile-header-actions {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  gap: 0.5rem;
}

.ofc_profile-header-foot {
  padding: 0.7rem 1.6rem;
  background: #fbfcfe;
}

.sdc_course-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #101828;
  line-height: 1.35;
  margin: 0 0 0.35rem;
  letter-spacing: -0.012em;
}

.sdc_course-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.65rem;
  margin: 0 0 1.25rem;
  font-size: 0.84rem;
  color: #667085;
  line-height: 1.4;
}
.sdc_course-sub > span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.sdc_course-sub .lucide, .sdc_course-sub svg {
  width: 14px;
  height: 14px;
  color: #98a2b3;
  flex: 0 0 auto;
}
.sdc_course-sub .sdc_dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cbd2e0;
}

.sdc_facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem 1.5rem;
  padding-top: 1.15rem;
  border-top: var(--bs-gray-200) 1px solid;
}

.sdc_fact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.sdc_fact-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f5f7fa;
  color: #667085;
}
.sdc_fact-ico .lucide, .sdc_fact-ico svg {
  width: 17px;
  height: 17px;
}

.sdc_fact-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.sdc_fact-body span {
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #98a2b3;
  line-height: 1;
}
.sdc_fact-body strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1d2939;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sdc_fact-body strong em {
  font-style: normal;
  font-weight: 700;
  color: #c2410c;
}

.sdc_fee-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: #c2410c;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(194, 65, 12, 0.35);
  text-underline-offset: 2px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.sdc_fee-link:hover, .sdc_fee-link:focus-visible {
  color: #9a3412;
  text-decoration-color: #9a3412;
  outline: none;
}

.sdc_banner {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1.2rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.9rem;
}
.sdc_banner > i, .sdc_banner > .lucide, .sdc_banner > svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.sdc_banner--indigo {
  background: #eef2ff;
  border-color: #e0e7ff;
  color: #3f3cbb;
}
.sdc_banner--amber {
  background: #fffaeb;
  border-color: #fef0c7;
  color: #b54708;
}
.sdc_banner--red {
  background: #fef3f2;
  border-color: #fee4e2;
  color: #b42318;
}
.sdc_banner--green {
  background: #ecfdf3;
  border-color: #d1fadf;
  color: #027a48;
}
.sdc_banner--gray {
  background: #f9fafb;
  border-color: #eaecf0;
  color: #475467;
}

.sdc_banner-body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.sdc_banner-body strong {
  font-weight: 700;
  font-size: 0.9rem;
}
.sdc_banner-body span {
  opacity: 0.92;
  font-size: 0.84rem;
}

.sdc_stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.2rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eaecf0;
}
.sdc_stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.95rem 0.5rem;
  text-align: center;
}
.sdc_stats > div:not(:last-child) {
  border-right: 1px solid #eaecf0;
}
.sdc_stats > div span {
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #98a2b3;
}
.sdc_stats > div strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: #101828;
  letter-spacing: -0.02em;
}
.sdc_stats > div:nth-child(3) strong {
  font-size: 1.45rem;
}
.sdc_stats--good {
  background: #f6fef9;
  border-color: #d1fadf;
}
.sdc_stats--good > div:not(:last-child) {
  border-right-color: #d1fadf;
}
.sdc_stats--good > div:nth-child(3) strong, .sdc_stats--good > div:last-child strong {
  color: #027a48;
}
.sdc_stats--bad {
  background: #fffbfa;
  border-color: #fee4e2;
}
.sdc_stats--bad > div:not(:last-child) {
  border-right-color: #fee4e2;
}
.sdc_stats--bad > div:nth-child(3) strong, .sdc_stats--bad > div:last-child strong {
  color: #b42318;
}

.sdc_course-remarks {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed #eaecf2;
  font-size: 0.86rem;
  color: #667085;
  line-height: 1.6;
}
.sdc_course-remarks i, .sdc_course-remarks .lucide, .sdc_course-remarks svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: #98a2b3;
}

.sdc_card[data-lifecycle=dropped] {
  opacity: 1;
  background: #fcfcfd;
  border-color: #eef0f4;
}
.sdc_card[data-lifecycle=dropped] .sdc_course-name {
  text-decoration: none;
  color: #475467;
}

.sdc_menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid #eaecf2;
  border-radius: 10px;
  background: #fff;
  color: #98a2b3;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.sdc_menu-btn .lucide, .sdc_menu-btn svg {
  width: 18px;
  height: 18px;
}
.sdc_menu-btn::after {
  display: none;
}
.sdc_menu-btn:hover, .sdc_menu-btn[aria-expanded=true] {
  background: #f9fafb;
  border-color: #d0d5dd;
  color: #475467;
}

.sdc_menu.dropdown-menu {
  --bs-dropdown-min-width: 12.5rem;
  margin-top: 0.4rem;
  padding: 0.4rem;
  border: 1px solid #eaecf2;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12), 0 3px 8px rgba(16, 24, 40, 0.06);
}
.sdc_menu.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #344054;
}
.sdc_menu.dropdown-menu .dropdown-item .lucide, .sdc_menu.dropdown-menu .dropdown-item svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #98a2b3;
}
.sdc_menu.dropdown-menu .dropdown-item:hover, .sdc_menu.dropdown-menu .dropdown-item:focus {
  background: #f5f7fa;
  color: #101828;
}
.sdc_menu.dropdown-menu .dropdown-item:hover .lucide, .sdc_menu.dropdown-menu .dropdown-item:hover svg, .sdc_menu.dropdown-menu .dropdown-item:focus .lucide, .sdc_menu.dropdown-menu .dropdown-item:focus svg {
  color: #475467;
}
.sdc_menu.dropdown-menu .dropdown-item.text-danger {
  color: #d92d20;
}
.sdc_menu.dropdown-menu .dropdown-item.text-danger .lucide, .sdc_menu.dropdown-menu .dropdown-item.text-danger svg {
  color: #d92d20;
}
.sdc_menu.dropdown-menu .dropdown-item.text-danger:hover, .sdc_menu.dropdown-menu .dropdown-item.text-danger:focus {
  background: #fef3f2;
  color: #b42318;
}
.sdc_menu.dropdown-menu .dropdown-item.text-danger:hover .lucide, .sdc_menu.dropdown-menu .dropdown-item.text-danger:hover svg, .sdc_menu.dropdown-menu .dropdown-item.text-danger:focus .lucide, .sdc_menu.dropdown-menu .dropdown-item.text-danger:focus svg {
  color: #b42318;
}
.sdc_menu.dropdown-menu .dropdown-item.sdc_cert-option.active {
  background: #f4f6fa;
  color: #101828;
  font-weight: 600;
}
.sdc_menu.dropdown-menu .sdc_cert-check {
  margin-left: auto;
  color: #12b76a;
}
.sdc_menu.dropdown-menu .dropdown-divider {
  margin: 0.35rem 0.25rem;
  border-color: #eef0f4;
}
.sdc_menu.dropdown-menu .dropdown-header {
  padding: 0.4rem 0.65rem 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #98a2b3;
}

@media (max-width: 520px) {
  .sdc_card {
    padding: 1.2rem 1.15rem;
  }
  .sdc_facts {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }
  .sdc_stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .sdc_stats > div:nth-child(2) {
    border-right: 0;
  }
  .sdc_stats > div:nth-child(-n+2) {
    border-bottom: 1px solid #eaecf0;
  }
  .sdc_stats > div:nth-child(3) strong {
    font-size: 1.25rem;
  }
}
.sdc_fact-ico--cert.sdc_fact-ico--in_process {
  background: #eef2ff;
  color: #4338ca;
}
.sdc_fact-ico--cert.sdc_fact-ico--ready {
  background: #fffaeb;
  color: #b45309;
}
.sdc_fact-ico--cert.sdc_fact-ico--issued {
  background: #ecfdf3;
  color: #027a48;
}

.sdc_fact-body--cert strong {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

.sdc_cert-current {
  font-weight: 700;
}
.sdc_cert-current--in_process {
  color: #4338ca;
}
.sdc_cert-current--ready {
  color: #b45309;
}
.sdc_cert-current--issued {
  color: #027a48;
}

.sdc_fact-body strong + em.sdc_cert-since,
em.sdc_cert-since {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  color: #98a2b3;
  margin-top: 0.12rem;
  letter-spacing: 0;
}

.sdc_cert-header {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1d2939;
  padding: 0.55rem 0.9rem 0.35rem;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}

.sdc_cert-divider {
  margin: 0 0 0.25rem;
  opacity: 0.55;
}

.sdc_cert-option {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
}
.sdc_cert-option.active {
  background: #f4f6fa !important;
  color: #1d2939 !important;
  font-weight: 600;
}
.sdc_cert-option .sdc_cert-check {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: #12b76a;
}

#studentsDataTable thead th.dt-orderable-asc,
#studentsDataTable thead th.dt-orderable-desc,
#studentsDataTable thead th.dt-orderable-none {
  padding-right: 20px !important;
  position: relative;
}

#studentsDataTable thead th.dt-orderable-asc .dt-column-order,
#studentsDataTable thead th.dt-orderable-desc .dt-column-order,
#studentsDataTable thead th.dt-orderable-none .dt-column-order {
  display: block !important;
}

#studentsDataTable thead > tr > th .dt-column-order::before,
#studentsDataTable thead > tr > th .dt-column-order::after {
  font-size: 0.55em !important;
}

#studentsDataTable tbody tr.row-flash > * {
  background-color: #bbf7d0 !important;
}

#studentsDataTable tbody tr.row-flash-fade > * {
  animation: studentRowFlashFade 2s ease-out forwards;
}

@keyframes studentRowFlashFade {
  from {
    background-color: #bbf7d0;
  }
  to {
    background-color: transparent;
  }
}
.ac_match-fee-text {
  font-size: 0.9rem;
  font-weight: 300;
}

.sdc_attempts {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
}

.sdc_attempts-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 4px;
  background: #f4f6fa;
  border-radius: 11px;
}

.sdc_attempts-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #667085;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.sdc_attempts-tab:hover {
  color: #1d2939;
}
.sdc_attempts-tab.active {
  background: #fff;
  color: #101828;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08), 0 1px 3px rgba(16, 24, 40, 0.06);
}

.sdc_attempts-tab-grade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  padding: 0.5em 0.6em 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.35rem;
  color: var(--bs-secondary-color);
  background: var(--bs-secondary-bg);
}
.sdc_attempts-tab-grade.is-a {
  color: #fff;
  background: var(--bs-success);
}
.sdc_attempts-tab-grade.is-b {
  color: #fff;
  background: var(--bs-primary);
}
.sdc_attempts-tab-grade.is-c {
  color: #422006;
  background: var(--bs-warning);
}
.sdc_attempts-tab-grade.is-f {
  color: #fff;
  background: var(--bs-danger);
}

.sdc_attempts-pane {
  display: none;
}
.sdc_attempts-pane.active {
  display: block;
}

.sdc_attempt-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: 0.85rem 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f1f5;
}

.sdc_attempt-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.sdc_attempt-meta-item > span {
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #98a2b3;
  line-height: 1;
}
.sdc_attempt-meta-item > strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d2939;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sdc_marks {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.92rem;
}
.sdc_marks th {
  padding: 0 0.25rem 0.65rem;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #98a2b3;
  border-bottom: 1px solid #eef0f4;
}
.sdc_marks td {
  padding: 0.65rem 0.25rem;
  border-bottom: 1px solid #f4f5f8;
}
.sdc_marks tbody tr:last-child td {
  border-bottom: 0;
}
.sdc_marks .sdc_rt-name {
  text-align: left;
  color: #344054;
  font-weight: 500;
}
.sdc_marks .sdc_rt-score {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sdc_marks .sdc_rt-obt {
  font-weight: 700;
  color: #1d2939;
}
.sdc_marks .sdc_rt-max {
  color: #98a2b3;
}
.sdc_marks .sdc_rt-total td {
  border-top: 1px solid #eaecf2;
  border-bottom: 0;
  padding-top: 0.8rem;
}
.sdc_marks .sdc_rt-total .sdc_rt-name {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.sdc_marks .sdc_rt-total-word {
  font-size: 0.92rem;
  font-weight: 700;
  color: #101828;
}
.sdc_marks .sdc_rt-total .sdc_rt-obt {
  font-size: 1.05rem;
  color: #101828;
}
.sdc_marks .sdc_rt-grade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0.14rem 0.42rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.35rem;
  color: var(--bs-secondary-color);
  background: var(--bs-secondary-bg);
}
.sdc_marks .sdc_rt-grade.is-a {
  color: #fff;
  background: var(--bs-success);
}
.sdc_marks .sdc_rt-grade.is-b {
  color: #fff;
  background: var(--bs-primary);
}
.sdc_marks .sdc_rt-grade.is-c {
  color: #422006;
  background: var(--bs-warning);
}
.sdc_marks .sdc_rt-grade.is-f {
  color: #fff;
  background: var(--bs-danger);
}

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

.sdc_head-main {
  min-width: 0;
}
.sdc_head-main .sdc_course-name {
  margin-bottom: 0.3rem;
}
.sdc_head-main .sdc_course-sub {
  margin-bottom: 0;
}

.sdc_head-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.sdc_status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
}

.sdc_status-dot {
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
}

.sdc_fact--fees {
  grid-column: 1/-1;
}
.sdc_fact--fees .sdc_fact-body strong {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  overflow: visible;
  font-size: 0.95rem;
}
.sdc_fact--fees .sdc_fee-of {
  color: #98a2b3;
  font-weight: 600;
}
.sdc_fact--fees .sdc_fee-pill--clear {
  color: #067647;
}
.sdc_fact--fees .sdc_fee-pill--due {
  color: #b42318;
}

.sdc_fee-pill {
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  background: #fff;
  text-decoration: none;
}
.sdc_fee-pill--clear {
  color: #067647;
  border-color: #a6f4c5;
  background: #f6fef9;
}
.sdc_fee-pill--due {
  color: #b42318;
  border-color: #fecdca;
  background: #fffbfa;
  cursor: pointer;
  appearance: none;
}
.sdc_fee-pill--due:hover, .sdc_fee-pill--due:focus-visible {
  background: #fef3f2;
  border-color: #fda29b;
  color: #912018;
  outline: none;
}

.sdc_result-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  background: var(--bs-secondary-bg);
}
.sdc_result-band.is-a {
  background: #ecfdf3;
}
.sdc_result-band.is-b {
  background: #eff4ff;
}
.sdc_result-band.is-c {
  background: #fdf6e7;
}
.sdc_result-band.is-f {
  background: #fef3f2;
}
.sdc_result-band.is-scheduled {
  background: #eef2ff;
}

.sdc_rb-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.sdc_rb-grade {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  background: var(--bs-secondary);
}
.sdc_rb-grade.is-a {
  background: var(--bs-success);
}
.sdc_rb-grade.is-b {
  background: var(--bs-primary);
}
.sdc_rb-grade.is-c {
  background: var(--bs-warning);
  color: #422006;
}
.sdc_rb-grade.is-f {
  background: var(--bs-danger);
}
.sdc_rb-grade.is-scheduled {
  background: #e0eaff;
  color: #3538cd;
}
.sdc_rb-grade.is-scheduled .lucide, .sdc_rb-grade.is-scheduled svg {
  width: 18px;
  height: 18px;
}

.sdc_rb-pct {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #101828;
}

.sdc_rb-marks {
  font-size: 1rem;
  font-weight: 600;
  color: #667085;
}

.sdc_rb-note {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.sdc_rb-note strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #3538cd;
  line-height: 1.3;
}
.sdc_rb-note span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6166cf;
  line-height: 1.35;
}

.sdc_attempts-tab-grade.is-scheduled {
  color: #3538cd;
  background: #e0eaff;
}

.sdc_rb-verdict {
  flex: 0 0 auto;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
  color: #344054;
  white-space: nowrap;
}

.sdc_cert-cell {
  display: flex;
  align-items: center;
}

.sdc_cert-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}
.sdc_cert-toggle > .lucide, .sdc_cert-toggle > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.sdc_cert-toggle .sdc_cert-caret {
  width: 14px;
  height: 14px;
  margin-left: 0.1rem;
  opacity: 0.7;
}
.sdc_cert-toggle::after {
  display: none;
}
.sdc_cert-toggle:hover, .sdc_cert-toggle:focus-visible {
  filter: brightness(0.97);
  box-shadow: 0 0 0 3px rgba(16, 24, 40, 0.04);
  outline: none;
}
.sdc_cert-toggle--in_process {
  color: #b45309;
  background: #fef0c7;
  border-color: #fde08a;
}
.sdc_cert-toggle--ready {
  color: #3538cd;
  background: #e0eaff;
  border-color: #c7d4fe;
}
.sdc_cert-toggle--issued {
  color: #067647;
  background: #d1fadf;
  border-color: #a6f4c5;
}
.sdc_cert-toggle--static {
  cursor: default;
}
.sdc_cert-toggle--static:hover, .sdc_cert-toggle--static:focus-visible {
  filter: none;
  box-shadow: none;
}

/* ── Exam catalog (course exam structures) ───────────────── */
/* Catalog table - standard portal table chrome, just a 1-line course cell */
.exam_catalog-table .ec_course {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.exam_catalog-table .badge.tag-indigo {
  min-width: 3rem;
}

/* Marks breakdown - proportional distribution bar + colour legend */
.exam_seg-0 {
  background-color: #378ADD;
}

.exam_seg-1 {
  background-color: #1D9E75;
}

.exam_seg-2 {
  background-color: #BA7517;
}

.exam_seg-3 {
  background-color: #7F77DD;
}

.exam_seg-4 {
  background-color: #D85A30;
}

.exam_seg-5 {
  background-color: #D4537E;
}

.exam_bar {
  display: flex;
  height: 16px;
  border-radius: 4px;
  overflow: hidden;
}

.exam_bar-seg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem; /* keep even tiny segments wide enough for the number */
  overflow: hidden;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  cursor: default;
}
.exam_bar-seg + .exam_bar-seg {
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.4);
}

.cat_rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cat_row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cat_row input[type=text] {
  flex: 1;
}
.cat_row .cat_marks {
  flex: 0 0 5.5rem;
  width: 5.5rem;
  text-align: center;
}
.cat_row .cat_remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  line-height: 1;
  color: var(--bs-secondary-color, #6c757d);
}
.cat_row .cat_remove:hover {
  color: var(--bs-danger);
}

.cat_presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.cat_total-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--bs-light, #f8f9fa);
  border: 1px solid var(--bs-border-color);
}
.cat_total-bar strong {
  font-size: 1.25rem;
  line-height: 1;
}

#prevRecDataTable thead > tr > th .dt-column-order::before,
#prevRecDataTable thead > tr > th .dt-column-order::after {
  font-size: 0.55em !important;
}

#editPreviousRecordModal .modal-body {
  min-height: 60vh;
}
#editPreviousRecordModal .employee_wizard-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#editPreviousRecordModal .employee_wizard-footer #prWizardNext,
#editPreviousRecordModal .employee_wizard-footer #prSaveBtn {
  min-width: 9.75rem;
}

.pr-filter-menu {
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) rgba(0, 0, 0, 0.06);
}
.pr-filter-menu::-webkit-scrollbar {
  width: 8px;
}
.pr-filter-menu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-block: 4px;
}
.pr-filter-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: background-color 0.15s ease;
}
.pr-filter-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

#prDeleteRecordModal .modal-dialog {
  max-width: 500px;
}
#prDeleteRecordModal #prDeleteDesc {
  max-width: 46ch;
  margin-inline: auto;
}

#prevRecDataTable tbody td.prev_rec-spacer {
  padding: 0 0 0 1rem !important;
}

#prevRecDataTable .pr-status-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
}

.page_site-data .sd_name {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.page_site-data .sd_dp {
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  background-color: var(--bs-light);
}
.page_site-data .sd-table--wide > thead > tr > th,
.page_site-data .sd-table--wide > tbody > tr > td {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.page_site-data .sd-table--wide > thead > tr > th.sd-col-date {
  padding-right: 1.35rem;
}
.page_site-data .sd_sub {
  font-size: 0.8125rem;
  color: var(--bs-secondary-color);
}
.page_site-data .sd_msg-ico {
  width: 15px;
  height: 15px;
  color: var(--bs-primary);
  cursor: help;
  flex-shrink: 0;
}
.page_site-data .filter-toggle-btn > i,
.page_site-data .filter-toggle-btn > svg {
  width: 1em;
  height: 1em;
}
.page_site-data .badge.sd_pill-soft {
  padding: 0.35em 0.6em;
  font-weight: 500;
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-200);
}
.page_site-data .sd_status-toggle.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  cursor: pointer;
}
.page_site-data .sd_status-toggle.dropdown-toggle::after {
  margin: 0;
  opacity: 0.75;
}

.sd_dash-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 1300px) {
  .sd_dash-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .sd_dash-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .sd_dash-grid {
    grid-template-columns: 1fr;
  }
}

.page_site-data .dash_chart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .page_site-data .dash_chart-grid {
    grid-template-columns: 1fr;
  }
}

#sdByForm .dash_lb-bar-fill {
  width: 0;
}

.sd_feed {
  display: flex;
  flex-direction: column;
}

.sd_feed-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.4rem;
  border-radius: 0.5rem;
  border-top: 1px solid var(--bs-border-color);
  text-decoration: none;
  color: inherit;
  transition: background-color 0.12s ease;
}
.sd_feed-row:first-child {
  border-top: 0;
}
.sd_feed-row:hover {
  background: var(--bs-gray-100);
  color: inherit;
}

.sd_feed-tag {
  min-width: 4.75rem;
  text-align: center;
}

.sd_feed-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.sd_feed-title {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd_feed-sub {
  font-size: 0.8125rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd_feed-when {
  font-size: 0.78rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

body.page_certificates .cert_no {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: var(--bs-body-color);
}
body.page_certificates .cert_check-col {
  width: 44px;
  text-align: center;
}
body.page_certificates .cert_check-col .form-check-input {
  margin: 0;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
}
body.page_certificates .cert_bulk-bar {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.85rem;
  border-left: 1px solid var(--bs-gray-300);
}
body.page_certificates .cert_bulk-bar[hidden] {
  display: none;
}
body.page_certificates .cert_bulk-count {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}
body.page_certificates .cert_bulk-count strong {
  color: var(--bs-body-color);
}
body.page_certificates .cert_bulk-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.page_certificates .cert_bulk-btn > .lucide,
body.page_certificates .cert_bulk-btn > svg {
  width: 1em;
  height: 1em;
}

#certTable thead .dt-column-order {
  display: none !important;
}

#certTable thead .dt-orderable-asc,
#certTable thead .dt-orderable-desc,
#certTable thead .dt-orderable-none {
  background-image: none !important;
  padding-right: inherit !important;
}

#certTable thead th.dt-orderable-asc,
#certTable thead th.dt-orderable-desc {
  cursor: pointer;
}

#certTable thead th:focus,
#certTable thead th:focus-visible,
#certTable thead th:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

#certTable thead th.dt-orderable-asc:hover,
#certTable thead th.dt-orderable-desc:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#certTable thead th.dt-orderable-asc,
#certTable thead th.dt-orderable-desc {
  padding-right: 18px !important;
  position: relative;
}

#certTable thead th.dt-orderable-asc .dt-column-order,
#certTable thead th.dt-orderable-desc .dt-column-order {
  display: block !important;
}

#certTable thead > tr > th .dt-column-order::before,
#certTable thead > tr > th .dt-column-order::after {
  font-size: 0.55em !important;
}

#certTable thead th.cert_check-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.payment_summary-cards--top {
  flex-direction: row;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  background-color: var(--bs-gray-100);
}
.payment_summary-cards--top .ps_card {
  flex: 0 1 12rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.55rem;
}
.payment_summary-cards--top .ps_card small, .payment_summary-cards--top .ps_card .small {
  font-size: 0.68rem;
  margin-bottom: 0.15rem;
}
.payment_summary-cards--top .ps_card strong {
  font-size: 1.05rem;
}
@media (max-width: 575.98px) {
  .payment_summary-cards--top {
    flex-wrap: wrap;
  }
  .payment_summary-cards--top .ps_card {
    flex: 1 1 calc(50% - 0.3rem);
  }
}

.pay-info-icon {
  width: 12px;
  height: 12px;
  color: #6b7280;
  cursor: help;
  vertical-align: -1px;
}
.pay-info-icon--lg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.pay-days-cell {
  cursor: help;
  border-bottom: 1px dashed #cbd5e1;
}

.pay-days-prorated {
  font-size: 0.7rem;
  line-height: 1;
}

.pay-modal__dialog {
  max-width: 540px;
}

.pay-modal {
  border: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 20px 48px -20px rgba(15, 23, 42, 0.32);
}
.pay-modal .form-control:focus,
.pay-modal .form-check-input:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 0.18rem rgba(37, 99, 235, 0.15);
}
.pay-modal input[type=number]::-webkit-outer-spin-button,
.pay-modal input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pay-modal input[type=number] {
  -moz-appearance: textfield;
}
.pay-modal .invalid-feedback {
  display: none !important;
}
.pay-modal .form-control.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 0.18rem rgba(220, 38, 38, 0.12);
}

.pay-modal__header {
  position: relative;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem 0.5rem;
  border: 0;
}

.pay-modal__identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.pay-modal__identity-text {
  line-height: 1.3;
  min-width: 0;
}

.pay-modal__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.pay-modal__meta {
  color: #64748b;
  font-size: 0.8rem;
}

.proc_avatar picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background: #e2e8f0;
  flex-shrink: 0;
}
.proc_avatar picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proc_paid-stamp {
  position: absolute;
  top: 0.8rem;
  right: 1.25rem;
  border: 2px solid #16a34a;
  color: #16a34a;
  padding: 0.12rem 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0.35rem;
  transform: rotate(-4deg);
  pointer-events: none;
  user-select: none;
  z-index: 5;
}

.pay-modal__body {
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.pay-recap {
  border: 1px solid #e8edf3;
  border-radius: 0.7rem;
  background: #fcfdfe;
  padding: 0.3rem 0.9rem;
}

.pay-recap__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}
.pay-recap__row + .pay-recap__row {
  border-top: 1px dashed #eef2f7;
}

.pay-recap__label {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.pay-recap__k {
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
}

.pay-recap__sub {
  font-size: 0.7rem;
  color: #94a3b8;
}

.pay-recap__v {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.pay-recap__v--add {
  color: #16a34a;
}
.pay-recap__v--sub {
  color: #dc2626;
}

.pay-recap__net {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.1rem;
  padding: 0.7rem 0 0.55rem;
  border-top: 1.5px solid #e8edf3;
}

.pay-recap__net-k {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.pay-recap__net-v {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-primary, #2563eb);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.pay-fields {
  display: flex;
  flex-direction: column;
}

.pay-fields__head {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #94a3b8;
  margin-bottom: 0.65rem;
}

.pay-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pay-grid__row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
}

.pay-grid__amt {
  min-width: 0;
}
.pay-grid__amt .form-control {
  min-width: 0;
  border-color: #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
  padding: 0.5rem 0.7rem;
}
.pay-grid__amt .form-control::placeholder {
  color: #cbd5e1;
  font-weight: 600;
}

.pay-grid__tag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 132px;
  justify-content: flex-start;
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #1e293b;
  font-weight: 600;
  font-size: 0.875rem;
}
.pay-grid__tag .lucide {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.pay-grid__tag--add .lucide {
  color: #16a34a;
}
.pay-grid__tag--sub .lucide {
  color: #dc2626;
}

.pay-grid__reason {
  border-color: #cbd5e1;
  background: #fff;
  color: #334155;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 0.5rem 0.7rem;
}
.pay-grid__reason::placeholder {
  color: #aab4c2;
  font-weight: 400;
}

.pay-grid__note {
  font-size: 0.82rem;
  color: #94a3b8;
}

.pay-waive {
  margin-top: 0.65rem;
  border: 1px solid #e8edf3;
  background: #f8fafc;
  border-radius: 0.6rem;
  padding: 0.7rem 0.85rem;
}

.pay-waive__bar {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.85rem;
  flex-wrap: wrap;
}

.pay-waive__switch {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  min-height: auto;
}
.pay-waive__switch .form-check-input {
  float: none;
  margin: 0;
  width: 2.2em;
  height: 1.15em;
  cursor: pointer;
}
.pay-waive__switch .form-check-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  cursor: pointer;
}

.pay-waive__hint {
  color: #64748b;
  font-size: 0.76rem;
  margin-left: auto;
  text-align: right;
}

.pay-waive__reason {
  margin-top: 0.65rem;
}

@media (max-width: 575.98px) {
  .pay-grid__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .pay-waive__hint {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}
/* ============================================================
 *  Employee Advances
 *  resources/views/portal/employee-advances/{index,create,show}.blade.php
 *
 *  Reuses the portal's shared frame (.inner_page-wrap, .page_inner-panels,
 *  .pip_aside, .pip_article, .stics_main-table-wrap, .stics_filter-bar).
 *  Only the bits unique to this module live here.
 * ============================================================ */
/* ── DataTables sort-arrow normalisation (mirrors _payments.scss) ─────── */
#advancesDataTable thead th.dt-orderable-asc,
#advancesDataTable thead th.dt-orderable-desc,
#advancesDataTable thead th.dt-orderable-none {
  padding-right: 20px !important;
  position: relative;
}

#advancesDataTable thead th.dt-orderable-asc .dt-column-order,
#advancesDataTable thead th.dt-orderable-desc .dt-column-order,
#advancesDataTable thead th.dt-orderable-none .dt-column-order {
  display: block !important;
}

#advancesDataTable thead > tr > th .dt-column-order::before,
#advancesDataTable thead > tr > th .dt-column-order::after {
  font-size: 0.55em !important;
}

/* ── KPI tiles (index page header) ─────────────────────────────────────── */
.advances_kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 991.98px) {
  .advances_kpi-row {
    grid-template-columns: 1fr;
  }
}

.advances_kpi-tile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  background: #fff;
}
.advances_kpi-tile .akt_label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.advances_kpi-tile .akt_label i {
  width: 1em;
  height: 1em;
}
.advances_kpi-tile .akt_value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.1;
}
.advances_kpi-tile .akt_hint {
  font-size: 0.8rem;
  color: #9ca3af;
}
.advances_kpi-tile[data-kpi=outstanding] .akt_value {
  color: #b45309;
}
.advances_kpi-tile[data-kpi=issued] .akt_value {
  color: #b91c1c;
}
.advances_kpi-tile[data-kpi=recovered] .akt_value {
  color: #15803d;
}

.adv_employee-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.adv_employee-link:hover {
  text-decoration: underline;
}

/* ── Sidebar help card (create page) ───────────────────────────────────── */
.adv_help-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.85rem;
  color: #4b5563;
}
.adv_help-card h6, .adv_help-card .h6 {
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.adv_help-card h6 i, .adv_help-card .h6 i {
  width: 1em;
  height: 1em;
  color: #6b7280;
}
.adv_help-card strong {
  color: #111827;
}

/* ── Create form ───────────────────────────────────────────────────────── */
.adv_form-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
}

.adv_form-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

/* Snapshot card — appears once an employee is selected. */
.adv_snapshot {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 0.75rem;
  padding: 0.9rem 1.1rem;
}

.adv_snapshot-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.adv_snapshot-row:last-child {
  border-bottom: none;
}
.adv_snapshot-row .ass_label {
  font-size: 0.85rem;
  color: #6b7280;
}
.adv_snapshot-row .ass_value {
  font-weight: 500;
  color: #111827;
}

.adv_snapshot-cap .ass_value {
  color: #15803d;
}

/* ════════════════════════════════════════════════════════════════════
   Distribute Profit modal — per-shareholder cards
   ──────────────────────────────────────────────────────────────────
   Base layout lives in _page.scss; everything below builds the state
   variants (has-loan / skipped / bonus) plus polish: state colour
   moves to a 3px left bar, amount is bigger, avatar gets a soft
   gradient ring, info lines align cleanly.
   ════════════════════════════════════════════════════════════════════ */
.dist_partner-card {
  position: relative;
  padding: 0.85rem 1.1rem !important;
  border-radius: 0.85rem !important;
  background: #fff !important;
  border-color: #d1d5db !important;
  transition: border-color 0.18s;
}
.dist_partner-card + .dist_partner-card {
  margin-top: 0.55rem;
}

.dist_partner-info {
  align-items: flex-start !important;
  min-width: 0;
}
.dist_partner-info strong {
  font-size: 0.98rem;
  color: #0f172a;
  line-height: 1.2;
}
.dist_partner-info .text-muted {
  font-size: 0.78rem;
  margin-top: 0.05rem;
}

.dist_partner-avatar {
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary), white 88%), color-mix(in srgb, var(--bs-primary), white 78%)) !important;
  font-size: 0.92rem !important;
  margin-top: 0.1rem;
}

.dist_partner-amount {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-align: right;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.dist_partner-amount small, .dist_partner-amount .small {
  display: block;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  color: #94a3b8;
  margin-top: 0.15rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

/* ─── State variants ────────────────────────────────────────────────
   No left accent bar. No coloured backgrounds. State is signalled by
   border tint + the coloured amount + the coloured info pill below
   the name. Keeps the cards crisp and identical in mass to neutrals. */
.dist_partner-card--has-loan {
  background: linear-gradient(135deg, #fffaf2, #fffefa) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
}
.dist_partner-card--has-loan .dist_partner-amount {
  color: #b45309 !important;
}

.dist_partner-card--skipped {
  border-color: #d1d5db !important;
}
.dist_partner-card--skipped .dist_partner-amount {
  color: #15803d !important;
}

.dist_partner-card--bonus {
  border-color: rgba(22, 163, 74, 0.35) !important;
}
.dist_partner-card--bonus .dist_partner-amount {
  color: #15803d !important;
}

/* ─── Info pills + the prominent Skip / Restore button ──────────── */
.dist_partner-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.dist_partner-loan,
.dist_partner-bonus {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}
.dist_partner-loan i,
.dist_partner-bonus i {
  width: 12px;
  height: 12px;
  stroke-width: 2;
  flex-shrink: 0;
}
.dist_partner-loan .text-muted,
.dist_partner-bonus .text-muted {
  opacity: 0.8;
}

.dist_partner-loan {
  color: #92400e;
  background: rgba(217, 119, 6, 0.1);
}
.dist_partner-loan i {
  color: #b45309;
}
.dist_partner-loan .text-muted {
  color: #92400e !important;
}
.dist_partner-loan--skipped {
  color: #475569;
  background: #f1f5f9;
}
.dist_partner-loan--skipped i {
  color: #64748b;
}

.dist_partner-bonus {
  color: #166534;
  background: rgba(22, 163, 74, 0.1);
}
.dist_partner-bonus i {
  color: #16a34a;
}

/* Skip / Restore button — separate, prominent, looks like an action. */
.dist_loan-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--bs-primary), white 60%);
  background: #fff;
  color: var(--bs-primary);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, transform 0.12s;
}
.dist_loan-toggle:hover {
  background: rgba(var(--bs-primary-rgb), 0.08);
  border-color: var(--bs-primary);
}
.dist_loan-toggle:active {
  transform: scale(0.97);
}

/* Outstanding-loans tile on the shareholder Distributions tab.
   Clickable; jumps to the Loans tab when clicked. */
.emp_dist-loan-tile {
  color: #b45309 !important;
  background: rgba(217, 119, 6, 0.06);
  border-color: rgba(217, 119, 6, 0.25) !important;
  transition: background-color 0.15s, border-color 0.15s;
}
.emp_dist-loan-tile strong {
  color: #92400e;
}
.emp_dist-loan-tile:hover {
  background: rgba(217, 119, 6, 0.12);
  border-color: rgba(217, 119, 6, 0.45) !important;
}

/* Schedule preview shown beneath the recovery radio when the user
   picks how an advance will be paid back. Updates live in JS as the
   amount, plan, or months input changes. */
.adv_schedule-preview {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: rgba(var(--bs-primary-rgb), 0.06);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.18);
  border-radius: 0.6rem;
  color: #1e3a8a;
}
.adv_schedule-preview .asp_head {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bs-primary);
  margin-bottom: 0.2rem;
}
.adv_schedule-preview .asp_head i {
  width: 14px;
  height: 14px;
}
.adv_schedule-preview .asp_body {
  font-size: 0.88rem;
  line-height: 1.4;
  color: #1f2937;
}
.adv_schedule-preview .asp_body strong {
  color: #111827;
  font-weight: 700;
}

/* Recovery plan radio cards — three side-by-side options. The card
   itself is the label, the radio dot tucks in the top-right, and an
   icon tile up top gives the option a quick visual identity. */
.adv_recovery-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .adv_recovery-options {
    grid-template-columns: 1fr;
  }
}

.adv_recovery-option {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 0.95rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.85rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
  position: relative;
}
.adv_recovery-option:hover {
  border-color: #cbd5e1;
}
.adv_recovery-option {
  /* Hide the radio dot entirely — the card border carries the state. */
}
.adv_recovery-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.adv_recovery-option .aro_title {
  font-weight: 600;
  color: #111827;
  font-size: 0.95rem;
  line-height: 1.2;
}
.adv_recovery-option .aro_hint {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.4;
}
.adv_recovery-option .aro_extra {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
.adv_recovery-option .aro_extra input {
  max-width: 90px;
  text-align: center;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  /* Suppress the SVG validation icons inside this narrow input —
     they get cropped behind the centered placeholder. The border
     colour still conveys state. */
  background-image: none !important;
  padding-right: 0.65rem !important;
  /* Empty + valid (i.e. no `required` because split isn't picked,
     OR validator hasn't run): stay neutral so we don't show a
     misleading green ✓. Empty + invalid (split picked, missing)
     falls through to Bootstrap's :invalid rule and shows red. */
}
.adv_recovery-option .aro_extra input:placeholder-shown:valid {
  border-color: #cbd5e1 !important;
}
.adv_recovery-option .aro_extra .aro_extra-suffix {
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}
.adv_recovery-option {
  /* Selected state — primary border + tint, no outer ring. */
}
.adv_recovery-option:has(input:checked) {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.05);
}
.adv_recovery-option:has(input:checked) .aro_title {
  color: #111827;
}
.adv_recovery-option {
  /* Reveal the months input only when the split_months card is picked. */
}
.adv_recovery-option:has(input[value=split_months]:checked) .aro_extra {
  display: flex;
}

/* ── Show page ─────────────────────────────────────────────────────────── */
.adv_show-wrap {
  padding: 1.5rem 0;
}

.adv_show-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.25rem;
}
.adv_show-header .ash_employee h3, .adv_show-header .ash_employee .h3 {
  margin: 0;
  color: #111827;
}

.ash_balance {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.ash_balance .ash_balance-label {
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ash_balance .ash_balance-value {
  font-size: 1.75rem;
  font-weight: 600;
  color: #b45309;
  line-height: 1.1;
}

.adv_progress-wrap {
  margin-bottom: 1.5rem;
}

.adv_progress-bar {
  height: 8px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
}
.adv_progress-bar .adv_progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  border-radius: inherit;
  transition: width 0.3s ease;
}

.adv_progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #6b7280;
}
.adv_progress-labels strong {
  color: #111827;
}

.adv_meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #f9fafb;
  border-radius: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .adv_meta-grid {
    grid-template-columns: 1fr;
  }
}
.adv_meta-grid dt {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
}
.adv_meta-grid dd {
  margin: 0;
  color: #111827;
  font-weight: 500;
}

/* Timeline */
.adv_timeline {
  margin-top: 1rem;
}

.adv_timeline-title {
  margin-bottom: 1rem;
  color: #111827;
}

.adv_timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.adv_timeline-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #e5e7eb;
}

.adv_timeline-item {
  position: relative;
  padding: 0 0 1.1rem 2rem;
}
.adv_timeline-item .adv_timeline-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #9ca3af;
}
.adv_timeline-item .adv_timeline-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.adv_timeline-item .adv_timeline-meta {
  font-size: 0.85rem;
  color: #6b7280;
}
.adv_timeline-item .adv_timeline-note {
  font-size: 0.85rem;
  color: #4b5563;
  font-style: italic;
  margin-top: 0.15rem;
}
.adv_timeline-item {
  /* Variant colours */
}
.adv_timeline-item.adv_timeline-issued .adv_timeline-dot {
  border-color: var(--bs-primary);
}
.adv_timeline-item.adv_timeline-repayment .adv_timeline-dot {
  border-color: #16a34a;
}
.adv_timeline-item.adv_timeline-closed .adv_timeline-dot {
  border-color: #16a34a;
  background: #16a34a;
}
.adv_timeline-item.adv_timeline-writeoff .adv_timeline-dot {
  border-color: #6b7280;
  background: #9ca3af;
}

/* ════════════════════════════════════════════════════════════════════
   Receivables section (employee profile › Advance/Loan tab)
   ──────────────────────────────────────────────────────────────────
   Three-tile lifetime summary at the top, then sub-sections for
   Outstanding and History, each with their own card design. Cards
   expand inline to show metadata + activity timeline + write-off.
   ════════════════════════════════════════════════════════════════════ */
/* ── Lifetime summary tiles ─────────────────────────────────────── */
.rec_summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 767.98px) {
  .rec_summary {
    grid-template-columns: 1fr;
  }
}

.rec_summary-tile {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.rec_summary-tile:hover {
  border-color: #d1d5db;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.rec_summary-tile .rec_summary-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}
.rec_summary-tile .rec_summary-label i {
  width: 14px;
  height: 14px;
}
.rec_summary-tile .rec_summary-value {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #111827;
  font-variant-numeric: tabular-nums;
}
.rec_summary-tile .rec_summary-hint {
  font-size: 0.76rem;
  color: #9ca3af;
}
.rec_summary-tile[data-tone=outstanding] {
  background: linear-gradient(135deg, #fff, #fffaf3);
}
.rec_summary-tile[data-tone=outstanding] .rec_summary-label {
  color: #b45309;
}
.rec_summary-tile[data-tone=outstanding] .rec_summary-value {
  color: #92400e;
}
.rec_summary-tile[data-tone=issued] .rec_summary-label {
  color: #be123c;
}
.rec_summary-tile[data-tone=recovered] .rec_summary-label {
  color: #15803d;
}

/* ── Sub-section header (Outstanding / History) ─────────────────── */
.rec_subsection {
  margin-bottom: 1.75rem;
}
.rec_subsection--past {
  margin-top: 1.5rem;
}

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

.rec_subsection-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.01em;
}
.rec_subsection-title i {
  width: 18px;
  height: 18px;
  color: #b45309;
}

.rec_subsection--past .rec_subsection-title i {
  color: #9ca3af;
}

.rec_subsection-pill {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid transparent;
}
.rec_subsection-pill--warning {
  background: rgba(217, 119, 6, 0.08);
  color: #b45309;
  border-color: rgba(217, 119, 6, 0.25);
}
.rec_subsection-pill--muted {
  background: #f3f4f6;
  color: #6b7280;
  border-color: #e5e7eb;
}

/* ── Empty state ─────────────────────────────────────────────────── */
.rec_empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 2rem 1rem;
  background: white;
  border: 1px dashed #e5e7eb;
  border-radius: 0.85rem;
  color: #6b7280;
}
.rec_empty-state i {
  width: 32px;
  height: 32px;
  color: #16a34a;
  margin-bottom: 0.35rem;
}
.rec_empty-state strong {
  color: #111827;
  font-size: 1rem;
}
.rec_empty-state p {
  margin: 0;
  font-size: 0.85rem;
}
.rec_empty-state .btn {
  margin-top: 0.85rem;
}

/* ── Receivable card ─────────────────────────────────────────────── */
.rec_card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  margin-bottom: 0.65rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.rec_card:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.rec_card:last-child {
  margin-bottom: 0;
}
.rec_card--closed {
  background: #fff;
  border-color: #ececec;
}
.rec_card--closed:hover {
  border-color: #d1d5db;
}
.rec_card[data-status=written_off] {
  background: #fff;
}

.rec_card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 575.98px) {
  .rec_card-head {
    flex-direction: column;
    align-items: stretch;
  }
}

.rec_card-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  flex: 1;
}

.rec_card-meta-text {
  min-width: 0;
}

.rec_card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
}
.rec_card-icon i {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.rec_card-icon[data-tone=active] {
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
}
.rec_card-icon[data-tone=closed] {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}
.rec_card-icon[data-tone=written_off] {
  background: rgba(107, 114, 128, 0.12);
  color: #6b7280;
}

.rec_card-receipt {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.rec_card-issued {
  display: block;
  color: #6b7280;
  font-size: 0.8rem;
  margin-top: 0.1rem;
}

.rec_card-summary-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .rec_card-summary-block {
    align-items: flex-start;
    text-align: left;
  }
}

.rec_card-summary-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rec_card-balance {
  font-size: 1.35rem;
  font-weight: 700;
  color: #b45309;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.rec_card-balance-closed {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
}

.rec_card-summary-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.rec_card-summary-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .rec_card-summary-amount {
    align-items: flex-start;
  }
}

.rec_detail-chevron {
  --rec-chevron-bg: #fff7ed;
  --rec-chevron-fg: #b45309;
  --rec-chevron-border: #fed7aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--rec-chevron-border);
  background: var(--rec-chevron-bg);
  color: var(--rec-chevron-fg);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.rec_detail-chevron:hover {
  background: #ffedd5;
  border-color: #fdba74;
}
.rec_detail-chevron:focus-visible {
  outline: 2px solid var(--rec-chevron-fg);
  outline-offset: 2px;
}
.rec_detail-chevron .rec_detail-chevron-icon {
  width: 1.5em;
  height: 1.5em;
  transition: transform 0.2s ease;
}
.rec_detail-chevron:not(.collapsed) .rec_detail-chevron-icon, .rec_detail-chevron[aria-expanded=true] .rec_detail-chevron-icon {
  transform: rotate(180deg);
}

.rec_detail-chevron--muted {
  --rec-chevron-bg: #f3f4f6;
  --rec-chevron-fg: #6b7280;
  --rec-chevron-border: #e5e7eb;
}
.rec_detail-chevron--muted:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

.rec_card-status-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.rec_card-status-badge[data-status=closed] {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  border-color: rgba(22, 163, 74, 0.2);
}
.rec_card-status-badge[data-status=written_off] {
  background: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border-color: rgba(107, 114, 128, 0.2);
}

.rec_card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  padding: 1em 1.5em;
  background: #f9fafb;
  border-radius: 0.55rem;
}
.rec_card-stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.rec_card-stats > .rec_card-progress {
  grid-column: 1/-1;
  margin: 0.15rem 0 0;
}
.rec_card-stats small, .rec_card-stats .small {
  font-size: 0.68rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.rec_card-stats strong {
  font-size: 0.92rem;
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.rec_card-progress {
  height: 6px;
  background: #f3f4f6;
  border-radius: 2px;
  overflow: hidden;
}
.rec_card-progress .rec_card-progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  border-radius: inherit;
  transition: width 0.3s ease;
}
.rec_card-progress--written-off {
  background: rgba(220, 38, 38, 0.14);
}

.rec_card-writeoff-reason {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 0.5rem;
  color: #991b1b;
  font-size: 0.8rem;
  line-height: 1.4;
}
.rec_card-writeoff-reason i {
  flex-shrink: 0;
  color: #b91c1c;
  margin-top: 0.12rem;
}
.rec_card-writeoff-reason strong {
  color: #7f1d1d;
  font-weight: 600;
}

.rec_card-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.rec_card-foot--past {
  justify-content: space-between;
  gap: 0.75rem;
}

/* ── Inline detail accordion (kept from earlier iteration) ───────── */
.rec_detail-panel {
  margin-top: 1em;
  background: transparent;
  border: none;
  border-radius: 0;
}

.rec_detail-body {
  padding: 0;
}

.rec_detail-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.rec_detail-toggle:not(.collapsed) {
  background-color: rgba(var(--bs-primary-rgb), 0.06);
  border-color: rgba(var(--bs-primary-rgb), 0.25);
  color: var(--bs-primary);
}
.rec_detail-toggle .rec_detail-toggle-icon {
  transition: transform 0.2s ease;
}
.rec_detail-toggle:not(.collapsed) .rec_detail-toggle-icon {
  transform: rotate(180deg);
}

.rec_meta-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.55rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.rec_meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  padding: 0.75rem 1rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .rec_meta-grid {
    grid-template-columns: 1fr;
  }
}
.rec_meta-grid dt {
  font-size: 0.7rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.15rem;
}
.rec_meta-grid dd {
  margin: 0;
  color: #111827;
  font-weight: 500;
  font-size: 0.9rem;
  word-break: break-word;
}

.rec_meta-card-foot {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid #f1f1f1;
  background: #fafafa;
}

.rec_timeline-title {
  margin: 0.25rem 0 0.75rem;
  color: #111827;
  font-size: 0.9rem;
  font-weight: 600;
}

.rec_timeline-list {
  list-style: none;
  padding: 0.5em;
  margin: 0;
  position: relative;
}
.rec_timeline-list::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #e5e7eb;
}

.rec_timeline-item {
  position: relative;
  padding: 0 0 0.9rem 1.85rem;
}
.rec_timeline-item .rec_timeline-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 0.1rem solid #9ca3af;
}
.rec_timeline-item .rec_timeline-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.rec_timeline-item strong {
  font-size: 0.88rem;
  color: #111827;
}
.rec_timeline-item .rec_timeline-meta {
  font-size: 0.82rem;
  color: #6b7280;
}
.rec_timeline-item .rec_timeline-note {
  font-size: 0.82rem;
  color: #4b5563;
  font-style: italic;
  margin-top: 0.1rem;
}
.rec_timeline-item.rec_timeline-issued .rec_timeline-dot {
  border-color: var(--bs-primary);
}
.rec_timeline-item.rec_timeline-repayment .rec_timeline-dot {
  border-color: #16a34a;
}
.rec_timeline-item.rec_timeline-closed .rec_timeline-dot {
  border-color: #16a34a;
  background: #16a34a;
}
.rec_timeline-item.rec_timeline-writeoff .rec_timeline-dot {
  border-color: #6b7280;
  background: #9ca3af;
}

.rec_detail-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}

/* ============================================================
 *  Shareholder Loans
 *  resources/views/portal/shareholder-loans/{index,create,show}.blade.php
 *
 *  Mirrors the structure of _employee-advances.scss with the
 *  loans_* / loan_* class prefix.  Reuses the portal's shared
 *  frame; only the bits unique to this module live here.
 * ============================================================ */
#loansDataTable thead th.dt-orderable-asc,
#loansDataTable thead th.dt-orderable-desc,
#loansDataTable thead th.dt-orderable-none {
  padding-right: 20px !important;
  position: relative;
}

#loansDataTable thead th.dt-orderable-asc .dt-column-order,
#loansDataTable thead th.dt-orderable-desc .dt-column-order,
#loansDataTable thead th.dt-orderable-none .dt-column-order {
  display: block !important;
}

#loansDataTable thead > tr > th .dt-column-order::before,
#loansDataTable thead > tr > th .dt-column-order::after {
  font-size: 0.55em !important;
}

.loans_kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 991.98px) {
  .loans_kpi-row {
    grid-template-columns: 1fr;
  }
}

.loans_kpi-tile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  background: #fff;
}
.loans_kpi-tile .lkt_label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.loans_kpi-tile .lkt_label i {
  width: 1em;
  height: 1em;
}
.loans_kpi-tile .lkt_value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.1;
}
.loans_kpi-tile .lkt_hint {
  font-size: 0.8rem;
  color: #9ca3af;
}
.loans_kpi-tile[data-kpi=outstanding] .lkt_value {
  color: #b45309;
}
.loans_kpi-tile[data-kpi=issued] .lkt_value {
  color: #b91c1c;
}
.loans_kpi-tile[data-kpi=recovered] .lkt_value {
  color: #15803d;
}

.loan_shareholder-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.loan_shareholder-link:hover {
  text-decoration: underline;
}

.loan_help-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.85rem;
  color: #4b5563;
}
.loan_help-card h6, .loan_help-card .h6 {
  color: #111827;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.loan_help-card h6 i, .loan_help-card .h6 i {
  width: 1em;
  height: 1em;
  color: #6b7280;
}
.loan_help-card strong {
  color: #111827;
}

.loan_form-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
}

.loan_form-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.loan_snapshot {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 0.75rem;
  padding: 0.9rem 1.1rem;
}

.loan_snapshot-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.loan_snapshot-row:last-child {
  border-bottom: none;
}
.loan_snapshot-row .lss_label {
  font-size: 0.85rem;
  color: #6b7280;
}
.loan_snapshot-row .lss_value {
  font-weight: 500;
  color: #111827;
}

.loan_show-wrap {
  padding: 1.5rem 0;
}

.loan_show-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.25rem;
}
.loan_show-header .lsh_shareholder h3, .loan_show-header .lsh_shareholder .h3 {
  margin: 0;
  color: #111827;
}

.lsh_balance {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.lsh_balance .lsh_balance-label {
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.lsh_balance .lsh_balance-value {
  font-size: 1.75rem;
  font-weight: 600;
  color: #b45309;
  line-height: 1.1;
}

.loan_progress-wrap {
  margin-bottom: 1.5rem;
}

.loan_progress-bar {
  height: 8px;
  background: #f3f4f6;
  border-radius: 999px;
  overflow: hidden;
}
.loan_progress-bar .loan_progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  border-radius: inherit;
  transition: width 0.3s ease;
}

.loan_progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #6b7280;
}
.loan_progress-labels strong {
  color: #111827;
}

.loan_meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #f9fafb;
  border-radius: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .loan_meta-grid {
    grid-template-columns: 1fr;
  }
}
.loan_meta-grid dt {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
}
.loan_meta-grid dd {
  margin: 0;
  color: #111827;
  font-weight: 500;
}

.loan_timeline {
  margin-top: 1rem;
}

.loan_timeline-title {
  margin-bottom: 1rem;
  color: #111827;
}

.loan_timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.loan_timeline-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #e5e7eb;
}

.loan_timeline-item {
  position: relative;
  padding: 0 0 1.1rem 2rem;
}
.loan_timeline-item .loan_timeline-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #9ca3af;
}
.loan_timeline-item .loan_timeline-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.loan_timeline-item .loan_timeline-meta {
  font-size: 0.85rem;
  color: #6b7280;
}
.loan_timeline-item .loan_timeline-note {
  font-size: 0.85rem;
  color: #4b5563;
  font-style: italic;
  margin-top: 0.15rem;
}
.loan_timeline-item.loan_timeline-issued .loan_timeline-dot {
  border-color: var(--bs-primary);
}
.loan_timeline-item.loan_timeline-repayment .loan_timeline-dot {
  border-color: #16a34a;
}
.loan_timeline-item.loan_timeline-closed .loan_timeline-dot {
  border-color: #16a34a;
  background: #16a34a;
}
.loan_timeline-item.loan_timeline-writeoff .loan_timeline-dot {
  border-color: #6b7280;
  background: #9ca3af;
}

/* ============================================================
 *  Action Requests — full-width inbox: sticky toolbar + status
 *  tabs over flat, Gmail-style request rows.
 *  Used by: resources/views/portal/delete-requests/index.blade.php
 * ============================================================ */
.arq_page {
  background: #fff;
  min-height: 100%;
}

/* ── Sticky head (toolbar + tabs) ─────────────────────────── */
.arq_head {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}

/* Gray control bar — same treatment as .pip_article-header on every other list
   page: a gray-100 surface with a hairline bottom border. */
.arq_toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: var(--bs-gray-100);
  border-bottom: 1px solid var(--bs-gray-300);
}
.arq_toolbar .form-control,
.arq_toolbar .form-select {
  padding: 0.5em 0.9em;
}
.arq_toolbar {
  /* Level the whole control row: every button (filter, Clear, Reject, Approve)
     matches the search input / page-size select height. Fixed px because the
     inputs resolve to 37px here (the theme's root font-size is 14px, so a rem
     value wouldn't line up). */
}
.arq_toolbar .btn {
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.show_nbr-select {
  width: 4.75rem;
  flex: 0 0 auto;
}

/* Search keeps a comfortable fixed-ish width; the type filter's .stics_filter-bar
   (margin-left:auto) pushes itself to the right of the header, leaving the same
   gap the Courses / Students pages have between search and the pinned filter. */
.arq_search {
  /* Just width — the field keeps stock .form-control colours (white fill,
     default border, and crucially the default :focus ring) so it behaves
     exactly like the search box on every other page. */
  flex: 0 1 25rem;
}

/* Select-all — same left inset as the row checkboxes so they line up. The bulk
   JS toggles the `hidden` attribute (only 2+ pending rows earn a select-all). */
.drq_bulk-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  margin: 0;
}
.drq_bulk-toggle[hidden] {
  display: none;
}
.drq_bulk-toggle .form-check-input {
  margin: 0;
  cursor: pointer;
  width: 1.15rem;
  height: 1.15rem;
}

/* ── Bulk action cluster — "N selected · Reject · Approve" ──
 *  Pinned to the far right, revealed only once a row is picked
 *  (JS stamps .has-selection onto #drqBulkStrip). */
.arq_bulk-actions {
  display: none;
  align-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
}

.arq_toolbar:has(#drqBulkStrip.has-selection) .arq_bulk-actions {
  display: flex;
}

.arq_bulk-count {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

/* ── Shared button style (row actions + bulk actions) ─────── */
.arq_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.45rem 0.95rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.arq_btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Approve — primary, the lead action. */
.arq_btn--approve {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.arq_btn--approve:hover {
  background: color-mix(in srgb, var(--bs-primary), black 12%);
  border-color: color-mix(in srgb, var(--bs-primary), black 12%);
  color: #fff;
}

/* Reject — outlined neutral. */
.arq_btn--reject {
  background: #fff;
  border-color: var(--bs-gray-300);
  color: var(--bs-gray-700);
}
.arq_btn--reject:hover {
  background: var(--bs-gray-100);
  border-color: var(--bs-gray-400);
  color: var(--bs-gray-800);
}

/* ── Status tabs ──────────────────────────────────────────── */
.arq_tabs {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  /* Left inset lines the tabs up with the row content below: row padding
     (1.25) + checkbox column (1.15) + row gap (1) − the tab's own .35 padding
     = 3.05rem, so the first tab sits under the record names. NB: no overflow
     clipping here — it would shave off the active tab's 2px underline (which
     hangs 1px past the strip via margin-bottom:-1px). */
  padding: 0 1.25rem 0 3.05rem;
  background: #fff;
  border-bottom: 1px solid var(--bs-gray-200);
}

.arq_tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 0.35rem;
  margin-right: 1.1rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px; /* overlap the tab strip's 1px border so the underline sits on it */
  /* Only the text colour fades — the active underline must switch INSTANTLY.
     Transitioning border-color leaves the underline stuck on the old tab when
     the browser throttles the transition (e.g. a background/inactive tab). */
  transition: color 0.15s ease;
}
.arq_tab:hover {
  color: var(--bs-body-color);
}
.arq_tab.active {
  color: var(--bs-body-color);
  border-bottom-color: var(--bs-primary);
  font-weight: 600;
}

.arq_tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  background: var(--bs-gray-200);
  color: var(--bs-gray-600);
}

.arq_tab.active .arq_tab-count {
  background: color-mix(in srgb, var(--bs-primary), white 86%);
  color: var(--bs-primary);
}

/* ── Request rows ─────────────────────────────────────────── */
.arq_list {
  display: block;
}

.drq_row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid var(--bs-gray-200);
  transition: background-color 0.12s ease;
}
.drq_row:hover {
  background: var(--bs-gray-100);
}
.drq_row.is-selected {
  background: color-mix(in srgb, var(--bs-primary), white 94%);
}
.drq_row.is-selected:hover {
  background: color-mix(in srgb, var(--bs-primary), white 91%);
}

.drq_col-check {
  flex: 0 0 auto;
  width: 1.15rem;
  display: flex;
  align-items: center;
}

.drq_check-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.drq_check-wrap .form-check-input {
  margin: 0;
  cursor: pointer;
  width: 1.15rem;
  height: 1.15rem;
}

/* Requester / record title block */
.drq_col-title {
  flex: 0 0 auto;
  width: 12rem;
  min-width: 0;
}

.drq_title-text {
  font-weight: 600;
  color: var(--bs-body-color);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drq_title-meta {
  margin-top: 0.1rem;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drq_title-meta-name {
  color: var(--bs-gray-600);
  font-weight: 500;
}

.drq_meta-sep {
  color: var(--bs-gray-400);
  margin: 0 0.3rem;
}

/* Type pill + module — inline on a single row. */
.drq_col-tags {
  flex: 0 0 auto;
  width: 14rem;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.arq_type-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--bs-gray-300);
  border-radius: 999px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--bs-gray-700);
  white-space: nowrap;
}

.arq_type-dot {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--bs-gray-400);
}

/* Per-type dot colour — the row's primary categorical signal. */
.arq_type-pill[data-type=delete] .arq_type-dot {
  background: #ef4444;
}

.arq_type-pill[data-type=resign] .arq_type-dot {
  background: #8b5cf6;
}

.arq_type-pill[data-type=discontinue_refund] .arq_type-dot {
  background: #3b82f6;
}

.arq_module {
  font-size: 0.72rem;
  color: var(--bs-gray-500);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arq_flag-missing {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--bs-danger);
}
.arq_flag-missing .lucide {
  width: 0.85em;
  height: 0.85em;
}

/* Reason — a fixed-width column (like a real table cell) that truncates, so the
   status/actions land in a consistent spot instead of being flung to the far
   right by a growing reason column. */
.drq_col-reason {
  flex: 0 1 18rem;
  min-width: 0;
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drq_effective {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  color: var(--bs-gray-600);
}
.drq_effective strong {
  font-weight: 600;
  color: var(--bs-gray-700);
}
.drq_effective .lucide {
  width: 0.95em;
  height: 0.95em;
}

/* Actions / reviewed status — sits right after the reason column (packed left,
   table-style) rather than being pushed to the far right edge. */
.drq_col-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.arq_status-badge {
  font-weight: 500;
}

.arq_reviewer {
  font-size: 0.78rem;
  color: var(--bs-gray-500);
  white-space: nowrap;
}

/* ── Empty states (nothing-yet / no-match) ───────────────── */
.arq_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 20rem;
  padding: 3.5rem 1.5rem 4rem;
}

.arq_empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  margin-bottom: 1.1rem;
  background: var(--bs-gray-100);
  color: var(--bs-gray-500);
}
.arq_empty-icon .lucide {
  width: 1.6rem;
  height: 1.6rem;
  stroke-width: 1.75;
}
.arq_empty-icon {
  /* "All caught up" tone for the empty Pending queue. */
}
.arq_empty-icon--ok {
  background: color-mix(in srgb, var(--bs-success), white 86%);
  color: color-mix(in srgb, var(--bs-success), black 6%);
}

.arq_empty-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bs-body-color);
  margin: 0 0 0.4rem;
}

.arq_empty-text {
  max-width: 26rem;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--bs-secondary-color);
}

/* ── Pagination — DataTables-bs5 'simple_numbers' look ───── */
.drq_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
}
.drq_pagination .dt-info {
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}

/* ── Responsive: collapse the reason on narrow admin windows ─ */
@media screen and (max-width: 991.98px) {
  .drq_col-title {
    width: 12rem;
  }
  .drq_col-tags {
    width: auto;
  }
  .drq_col-reason {
    display: none;
  }
}
/* The global responsive rule hides .stics_filter-bar below 768px (other pages
   relocate their filters into the .pip_aside on mobile). This full-width page has
   no aside, so keep the type filter reachable — it just wraps under the search. */
@media screen and (max-width: 767.98px) {
  .arq_toolbar .stics_filter-bar {
    display: flex !important;
  }
}
@media screen and (max-width: 575.98px) {
  .arq_toolbar {
    flex-wrap: wrap;
  }
  .arq_search {
    order: 5;
    max-width: none;
    flex: 1 1 100%;
  }
  .drq_row {
    flex-wrap: wrap;
  }
  .drq_col-tags {
    order: 4;
  }
  .drq_col-actions {
    order: 3;
  }
}
/* ============================================================
 *  Full-page processing overlay — SHARED. Used here for bulk /
 *  single approve-reject, AND as the initial listing-page loader
 *  (Students, Old Students, Site Data, Courses, …) via
 *  <x-table-loader>. DO NOT rename these two classes.
 *
 *  z-index sits at the top header bar's OWN level (.ap_top-main-herder
 *  is z-index: 10000). Because this overlay is LATER in the DOM than the
 *  header, an equal z-index makes it paint OVER the header — so the
 *  backdrop covers the header + content region, not just the content.
 *  The fixed sidebar (.aside_wrap) is z-index: 10001, a hair above this,
 *  so it stays un-dimmed: the dark aside is deliberately never covered.
 *
 *  Caveat handled in JS: while a Bootstrap confirm modal is closing, body
 *  keeps `.modal-open` (which drops BOTH header and aside to z-index 1000)
 *  until the fade-out ends. The bulk/single flows therefore reveal this
 *  overlay only AFTER `hidden.bs.modal`, so it never dims the aside.
 * ============================================================ */
.drq_processing-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
}

.drq_processing-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  min-width: 22rem;
  max-width: 90vw;
}
.drq_processing-card .spinner-border {
  width: 2.25rem;
  height: 2.25rem;
  border-width: 0.25rem;
  flex-shrink: 0;
}
.drq_processing-card strong {
  display: block;
  font-size: 1rem;
  color: #0f172a;
}
.drq_processing-card small, .drq_processing-card .small {
  font-size: 0.8rem;
}

/* ============================================================
 *  Account Settings page
 *  resources/views/portal/account/index.blade.php
 * ============================================================ */
/* ── Live accent-colour rebinding ─────────────────────────────────────────
 *  Bootstrap's compiled .btn-primary / pagination / links bake the primary
 *  hex directly into per-component CSS variables (--bs-btn-bg etc.), so
 *  flipping --bs-primary at runtime doesn't cascade. We rebind the most
 *  visible primary-themed components to derive from --bs-primary using
 *  color-mix() for hover/active. Lives here because the Organization tab is
 *  the one place we need live preview while the picker is open.              */
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary), black 12%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary), black 15%);
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary), black 18%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary), black 22%);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
}

.page-link {
  --bs-pagination-color: var(--bs-primary);
  --bs-pagination-hover-color: color-mix(in srgb, var(--bs-primary), black 12%);
  --bs-pagination-focus-color: color-mix(in srgb, var(--bs-primary), black 12%);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
}

/* ── Per-tab section heading + paragraph (top of each tab pane) ────────────
 *  Sits on the light bg-light article body; the cards underneath are white.  */
.acc_section-head {
  margin-bottom: 1.5rem;
}

/* Email / phone contact links inside the Profile card's dl grid.
 *  Read as plain text colour so the data grid feels tabular, but pick up
 *  the accent on hover so they're clearly actionable (mailto / tel).      */
.acc_contact-link {
  color: var(--bs-body-color);
  text-decoration: none;
  transition: color 0.12s ease;
}
.acc_contact-link:hover {
  color: var(--bs-primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Username chip — sits inline next to the "Profile" label so the title and
 *  the identity tag read as one strip. Sized to match the surrounding card
 *  title (.875rem) so neither dominates the other.                          */
.acc_username-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-family: var(--bs-font-monospace), monospace;
  letter-spacing: -0.01em;
}
.acc_username-chip .lucide {
  width: 0.95rem !important;
  height: 0.95rem !important;
  color: #94a3b8 !important;
  stroke-width: 2;
}

.acc_section-title {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--colorDark);
  letter-spacing: -0.005em;
}

.acc_section-desc {
  margin: 0;
  color: var(--bs-secondary-color);
  font-size: 0.9rem;
  line-height: 1.5;
}
.acc_section-desc a {
  color: var(--bs-primary);
  text-decoration: none;
}
.acc_section-desc a:hover {
  text-decoration: underline;
}

/* ── Rights & Roles tab — role permission matrix ─────────────────────────── */
.role_matrix-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}

.role_matrix-table {
  margin: 0;
}
.role_matrix-table thead th {
  background: #f9fafb;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.65rem 0.85rem;
}
.role_matrix-table tbody td {
  border-bottom: 1px solid #f3f4f6;
  padding: 0.75rem 0.85rem;
}
.role_matrix-table tbody tr:last-child td {
  border-bottom: 0;
}

.role_matrix-module {
  font-weight: 500;
  color: var(--bs-body-color);
  min-width: 12rem;
}

/* Special Permissions tab - global feature toggles. Each row is a
 * settings-style line item with an icon tile, name + description + scope
 * sublabel, and a Bootstrap switch on the right. List sits on the same
 * page background as the other tab panes (no surrounding card) so the
 * toggles feel like first-class settings rather than buried form rows.   */
.acc_special-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* Each row is its own card now - a gapped flex column separates them. */
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.acc_special-row {
  display: flex;
  align-items: flex-start; /* icon hugs the title line; switch nudged to that line below */
  gap: 1.1rem;
  padding: 1.15rem 1.4rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  transition: background-color 0.12s ease;
}
.acc_special-row:hover {
  background: #fafbfc;
}

.acc_special-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.65rem;
  background: color-mix(in srgb, var(--bs-primary), white 92%);
  color: var(--bs-primary);
}
.acc_special-icon > .lucide {
  width: 1.15rem !important;
  height: 1.15rem !important;
  stroke-width: 1.85;
}

.acc_special-body {
  flex: 1 1 auto;
  min-width: 0;
}

.acc_special-name {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--bs-body-color);
  line-height: 1.3;
}

.acc_special-desc {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--bs-secondary-color);
}

/* "Applies to" line: plain-text strip - icon + label + three role tags.
 * No pill background; tags are the only chips, so the eye lands on the
 * roles, not the wrapper.                                                    */
.acc_special-applies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: var(--bs-secondary-color);
}

.acc_special-applies-icon {
  width: 0.9rem !important;
  height: 0.9rem !important;
  color: #94a3b8;
  stroke-width: 2;
  flex: 0 0 auto;
}

.acc_special-applies-label {
  font-weight: 500;
  margin-right: 0.1rem;
}

/* Role tags - identical chips for each role so they read as a set. Slate
 * background, slightly stronger text than the surrounding plain copy.       */
.acc_special-role-tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #334155;
  background: #f1f5f9;
  border-radius: 0.5rem;
  line-height: 1.35;
  white-space: nowrap;
}

/* Legacy pill container kept for any other callers (none right now). */
.acc_special-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.acc_special-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.15rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  border-radius: 999px;
}
.acc_special-pill > .lucide {
  width: 0.85rem !important;
  height: 0.85rem !important;
  color: #94a3b8;
  stroke-width: 2;
}
.acc_special-pill {
  /* Expiry pill picks up a warm tint so it reads as a status, not a
   * static label - it's the one piece of info that changes over time. */
}
.acc_special-pill--expiry {
  color: #92400e;
  background: #fef3c7;
}
.acc_special-pill--expiry > .lucide {
  color: #d97706;
}
.acc_special-pill[hidden] {
  display: none;
}

/* Right column - one decisive control: Off / On / On-for-N-hours dropdown.
 * No separate switch any more (the dropdown's "Off" option carries that
 * semantic), no duplicate expiry pill. The small expiry note underneath
 * only appears when an auto-disable is in effect.                          */
.acc_special-controls {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
}

.acc_special-state-select {
  width: auto;
  min-width: 12.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-color: #d1d5db;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.acc_special-state-select:focus {
  border-color: color-mix(in srgb, var(--bs-primary), white 35%);
  box-shadow: 0 0 0 0.18rem rgba(var(--bs-primary-rgb), 0.18);
}

/* When the toggle is "on" (any non-off state), the row picks up subtle
 * accent cues - the icon tile deepens, the select border tints toward the
 * accent - so live toggles are scannable at a glance without reading the
 * dropdown value.                                                          */
.acc_special-row--on .acc_special-icon {
  background: color-mix(in srgb, var(--bs-primary), white 84%);
}
.acc_special-row--on .acc_special-state-select {
  border-color: color-mix(in srgb, var(--bs-primary), white 55%);
  color: var(--bs-body-color);
  font-weight: 600;
}

/* Live countdown badge - amber by default, deepens to red in the final
 * 5 minutes, fades to slate once expired. Tabular-nums keeps the digits
 * from jittering as seconds tick.                                          */
.acc_special-expiry-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #92400e;
  background: #fef3c7;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.2);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  margin-block: 0.25em;
}
.acc_special-expiry-note[hidden] {
  display: none;
}
.acc_special-expiry-note .acc_special-expiry-icon {
  width: 1rem !important;
  height: 1rem !important;
  flex: 0 0 auto;
  color: #d97706;
}
.acc_special-expiry-note .acc_special-expiry-label {
  opacity: 0.85;
}
.acc_special-expiry-note .acc_special-expiry-clock,
.acc_special-expiry-note .js-expiry-clock {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum";
}
.acc_special-expiry-note--soon {
  color: #b91c1c;
  background: #fee2e2;
  animation: acc_special-pulse 1.4s ease-in-out infinite;
}
.acc_special-expiry-note--done {
  color: #475569;
  background: #e2e8f0;
  animation: none;
}

@keyframes acc_special-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.82;
    transform: scale(0.97);
  }
}
/* Absolute date+time of expiry sits underneath the live countdown so the
 * row tells you both how soon ("Expires in 5h 12m 03s") and exactly when
 * ("Thu, 12 Jun 2026 · 3:24 PM"). Static, no JS - good for memory + audit. */
.acc_special-expiry-when {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  color: var(--bs-secondary-color);
  font-variant-numeric: tabular-nums;
  padding-right: 0.25rem;
}
.acc_special-expiry-when > .lucide {
  width: 0.8rem !important;
  height: 0.8rem !important;
  color: #94a3b8;
}

/* When the live timer hits zero, the row dims its accent cues without
 * waiting for the next page load - matches how specialPermissionEnabled
 * reads it as "off" once expired.                                          */
.acc_special-row--expired .acc_special-icon {
  background: #f1f5f9;
  color: #94a3b8;
}
.acc_special-row--expired .acc_special-state-select {
  color: #94a3b8;
}
.acc_special-row--expired .acc_special-expiry-when {
  color: #94a3b8;
}

.role_matrix-tabs .role_matrix-tab {
  color: var(--bs-body-color);
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.55rem 1rem;
  font-weight: 500;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  transition: background-color var(--easeInOut), color var(--easeInOut), border-color var(--easeInOut);
}
.role_matrix-tabs .role_matrix-tab:hover {
  background: white;
  border-color: var(--bs-border-color);
}
.role_matrix-tabs .role_matrix-tab.active {
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  color: var(--bs-primary);
  border-color: color-mix(in srgb, var(--bs-primary), white 65%);
}

/* ── Organization tab ─────────────────────────────────────────────────────
 *  Deliberately plain: a single white card holds the entire form. Sub-sections
 *  are h6 headings separated by hairlines — no nested cards. Form-control
 *  refinements below are scoped to `.org_card` so they don't leak globally.   */
.org_card {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  padding: 1.75rem 1.75rem 1.4rem;
}
.org_card hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid var(--bs-border-color);
  opacity: 1;
}
.org_card {
  /* Consistent control sizing inside the card — slightly tighter than stock
   * Bootstrap so the dense settings grid feels considered, not chunky.       */
}
.org_card .form-control,
.org_card .form-select {
  padding: 0.5rem 0.75rem;
  font-size: 0.92rem;
  border-color: #d1d5db;
  border-radius: 0.5rem;
}
.org_card .form-control:focus,
.org_card .form-select:focus {
  border-color: color-mix(in srgb, var(--bs-primary), white 35%);
  box-shadow: 0 0 0 0.18rem rgba(var(--bs-primary-rgb), 0.14);
}
.org_card {
  /* Quiet, uppercase labels — same register as table headers elsewhere in
   * the portal so the form reads as a structured document.                   */
}
.org_card .form-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #475569;
  margin-bottom: 0.35rem;
}
.org_card .form-label small.fw-normal, .org_card .form-label .fw-normal.small,
.org_card .form-label .text-danger {
  text-transform: none;
  letter-spacing: 0;
}
.org_card .form-text,
.org_card small.text-muted,
.org_card .text-muted.small {
  font-size: 0.78rem;
}
.org_card {
  /* Native colour swatch — strip the white inner border so it fills the
   * input cleanly and reads as a solid colour chip beside the hex field.     */
}
.org_card .form-control-color {
  width: 2.75rem;
  padding: 0.2rem;
}
.org_card .form-control-color::-webkit-color-swatch-wrapper {
  padding: 0;
}
.org_card .form-control-color::-webkit-color-swatch {
  border-radius: 0.3rem;
  border: 0;
}
.org_card .form-control-color::-moz-color-swatch {
  border-radius: 0.3rem;
  border: 0;
}
.org_card {
  /* Native time picker — tighten the indicator so it doesn't dominate. */
}
.org_card input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0.45;
  cursor: pointer;
  padding: 0 0 0 0.25rem;
}
.org_card input[type=time]::-webkit-calendar-picker-indicator:hover {
  opacity: 0.8;
}
.org_card {
  /* Native file input — restyle the "Browse" segment to read as a button
   * rather than a raw OS chrome strip.                                       */
}
.org_card input[type=file].form-control {
  padding: 0;
  font-size: 0.88rem;
  overflow: hidden;
}
.org_card input[type=file].form-control::file-selector-button {
  padding: 0.5rem 0.9rem;
  margin-right: 0.85rem;
  border: 0;
  border-right: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #475569;
  font-weight: 500;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.org_card input[type=file].form-control::file-selector-button:hover {
  background: #f1f5f9;
}

/* Sub-section heading inside the Organization card. */
.org_section-title {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

/* ── Click-to-upload tiles for logo + favicon ─────────────────────────────
 *  The native <input type="file"> is hidden (.visually-hidden); the tile
 *  itself is the click target. Hover lifts the border with the accent so
 *  it reads as interactive without needing extra "Choose file" chrome.       */
.org_upload-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f8fafc;
  border: 1.5px dashed #cbd5e1;
  border-radius: 0.65rem;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.org_upload-tile:hover {
  border-color: var(--bs-primary);
  background: color-mix(in srgb, var(--bs-primary), white 95%);
}
.org_upload-tile:hover .org_upload-empty {
  color: var(--bs-primary);
}
.org_upload-tile img {
  max-width: calc(100% - 1rem);
  max-height: calc(100% - 1rem);
  object-fit: contain;
}
.org_upload-tile {
  /* Logo tile — wide landscape ratio, matches the sidebar/login mark. */
}
.org_upload-tile.org_upload-tile--logo {
  height: 6.5rem;
}
.org_upload-tile {
  /* Favicon tile — square, smaller. */
}
.org_upload-tile.org_upload-tile--sq {
  height: 6.5rem;
  max-width: 6.5rem;
}

.org_upload-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.org_upload-empty .lucide {
  width: 1.4rem;
  height: 1.4rem;
  stroke-width: 1.5;
}

/* ── Accent colour: preset palette + custom hex input ─────────────────── */
.org_palette {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.org_palette-swatch {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.5rem; /* rounded squares — matches the input controls below */
  border: 0;
  padding: 0;
  background: var(--swatch);
  cursor: pointer;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.18s ease;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.org_palette-swatch:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.15), 0 4px 10px rgba(15, 23, 42, 0.12);
}
.org_palette-swatch {
  /* Active ring — inner white halo, outer ring in the swatch's own colour
   * so it's obvious which one is currently selected without obscuring the
   * star marker.                                                            */
}
.org_palette-swatch.is-active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--swatch);
}
.org_palette-swatch {
  /* Recommended-default marker — small white badge tucked into the
   * top-right. Kept circular so it reads as a distinct badge against the
   * rounded-square swatch underneath.                                       */
}
.org_palette-swatch.is-recommended::after {
  content: "";
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
}
.org_palette-swatch .org_palette-star {
  position: absolute;
  top: -0.18rem;
  right: -0.18rem;
  width: 0.7rem;
  height: 0.7rem;
  color: #f59e0b; /* amber star — stands out on any swatch */
  fill: #f59e0b;
  stroke-width: 2;
  z-index: 1;
}

/* Active preset name caption — shown to the right of the "Accent Colour"
 * label so the admin knows which preset is selected (or "Custom" when they
 * drift off the palette via the hex input).                                 */
.org_palette-active-name {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #94a3b8;
}
.org_palette-active-name.is-recommended {
  color: #b45309;
}

/* ── Accent picker input-group ─────────────────────────────────────────
 *  Two inputs that read as one consolidated "colour value" control:
 *    [   ▮ swatch   ][   #1657d9   ]
 *  Two things need explicit handling:
 *    1) The native colour swatch has its own baked height that's shorter
 *       than our card-scoped .form-control padding — let flex stretch it.
 *    2) Bootstrap paints green check / red cross glyphs on :valid / :invalid
 *       inputs. They throw off alignment, and "valid hex" is redundant
 *       feedback since the colour previews live as you type. Suppress them. */
.org_accent-input {
  max-width: 100%;
}
.org_accent-input .form-control-color {
  width: 3rem;
  flex: 0 0 3rem;
  height: auto;
  min-height: 0;
  padding: 0.3rem;
  cursor: pointer;
}
.org_accent-input .form-control:valid,
.org_accent-input .form-control:invalid,
.org_accent-input .form-control.is-valid,
.org_accent-input .form-control.is-invalid {
  background-image: none;
  padding-right: 0.85rem;
  border-color: #d1d5db;
}
.org_accent-input {
  /* Restore the standard focus ring after we've overridden :valid above. */
}
.org_accent-input .form-control:valid:focus,
.org_accent-input .form-control.is-valid:focus {
  border-color: color-mix(in srgb, var(--bs-primary), white 35%);
  box-shadow: 0 0 0 0.18rem rgba(var(--bs-primary-rgb), 0.14);
}

/* ── Operating hours row ──────────────────────────────────────────────── */
.org_hours {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.org_hours > .form-control {
  flex: 1;
  min-width: 0;
}

.org_hours-sep {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 500;
  user-select: none;
}

/* ── Login Activity table ─────────────────────────────────────────────────
 *  This Bootstrap build doesn't expose the --bs-table-cell-padding-x var,
 *  so widen the cells directly. Scoped to this table so other .table uses
 *  are untouched.                                                           */
.acc_activity-table > thead > tr > th,
.acc_activity-table > tbody > tr > td {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Avatar + presence dot in the User column. The wrapper is positioned so
 * the dot sits on the bottom-right edge of the photo, ringed in white so
 * it reads cleanly against any avatar background.                           */
.acc_activity-avatar {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.acc_activity-status {
  position: absolute;
  right: -3px;
  bottom: -1px;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 0.15rem solid #fff;
}
.acc_activity-status--online {
  background: #22c55e;
}
.acc_activity-status {
  /* green — live session */
}
.acc_activity-status--offline {
  background: #cbd5e1;
}
.acc_activity-status {
  /* slate — no live session */
}

/* ============================================================
 *  Personal Dashboard (Teacher / Other Staff / No Rights)
 *  resources/views/portal/my-dashboard.blade.php
 *
 *  Reuses the main Dashboard's classes (.dash_stat-grid, .dash_stat-card,
 *  .dash_chart-grid, .dash_chart-card) so look-and-feel matches exactly.
 *  Only the bits unique to this page live here.
 * ============================================================ */
/* Welcome strip — sits between the stat-card grid and the bottom card row. */
.myd_greet {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
.myd_greet h5, .myd_greet .h5 {
  font-size: 1.05rem;
}

/* Inline icon next to the chart-card titles (Today / Upcoming Holidays) */
.myd_card-title-icon {
  width: 1em;
  height: 1em;
  color: #9ca3af;
  margin-right: 0.35em;
  vertical-align: -2px;
}

.myd_today-state {
  font-size: 1rem;
  margin-bottom: 0.85rem;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════════════════
   My Dashboard (employee view) - Snapshot + Workload cards
   ─────────────────────────────────────────────────────────────────────────────
   Design intent:
     • Snapshot: identity → leave balance → last payslip → CTA. One full-width
       block per "fact"; no two-up tile grids (they read as cramped and break
       the hierarchy). Joining date + tenure live on ONE inline line.
     • Workload: two stacked sections (Batches, Exams) separated by a hairline
       divider. Each row has a circular icon avatar so the list reads quickly,
       a name + supporting line, and a tag chip on the right.
   ═══════════════════════════════════════════════════════════════════════════ */
/* ── Snapshot card ──────────────────────────────────────────────────────── */
.myd_snapshot-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Identity header: role headline + a single muted meta line beneath. */
.myd_snap-identity {
  line-height: 1.25;
}

.myd_snap-role {
  margin: 0 0 0.15rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.005em;
}

.myd_snap-sub {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.myd_snap-inline-icon {
  width: 0.9rem;
  height: 0.9rem;
  color: color-mix(in srgb, var(--bs-success), black 10%);
  margin: 0 0.15rem 0 0.35rem;
}

.myd_snap-tenure {
  color: color-mix(in srgb, var(--bs-success), black 25%);
  font-weight: 600;
}

/* Full-width blocks: leave balance, last payslip. Each is a card-within-card
   with its own eyebrow + headline number, so they read as discrete facts. */
.myd_snap-block {
  background: color-mix(in srgb, var(--bs-light), white 40%);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 0.95rem 1.1rem;
  /* Pay block gets a soft primary tint - subtly elevates "money in"
     above "leave used" without screaming. */
}
.myd_snap-block--pay {
  background: color-mix(in srgb, var(--bs-primary), white 95%);
  border-color: color-mix(in srgb, var(--bs-primary), white 80%);
}

.myd_snap-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.myd_snap-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}
.myd_snap-eyebrow i {
  width: 0.9rem;
  height: 0.9rem;
  color: #94a3b8;
}

.myd_snap-value {
  display: block;
  margin: 0 0 0.55rem;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -0.015em;
}
.myd_snap-value small, .myd_snap-value .small {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  margin-left: 0.35rem;
  letter-spacing: 0;
}
.myd_snap-value--money {
  color: color-mix(in srgb, var(--bs-primary), black 15%);
}

.myd_snap-note {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 500;
}

.myd_snap-bar {
  height: 0.6rem;
  background: white;
  border-radius: 1px;
  border: 1px solid var(--bs-border-color);
  overflow: hidden;
  margin-top: 0.2rem;
}

.myd_snap-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--bs-success), white 25%), var(--bs-success));
  border-radius: 1px;
  transition: width 0.25s ease;
}

/* Footer: profile-jump CTA, right-aligned, pinned to bottom of the card. */
.myd_snap-foot {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--bs-border-color);
  display: flex;
  justify-content: flex-end;
}

.myd_today-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bs-primary);
  text-decoration: none;
}
.myd_today-link i {
  width: 0.95rem;
  height: 0.95rem;
  transition: transform 0.12s ease;
}
.myd_today-link:hover {
  color: color-mix(in srgb, var(--bs-primary), black 15%);
}
.myd_today-link:hover i {
  transform: translateX(2px);
}

/* ── Workload card ──────────────────────────────────────────────────────── */
.myd_workload-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.myd_work-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.myd_work-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
}
.myd_work-section-head small, .myd_work-section-head .small {
  font-size: 0.78rem;
  color: #64748b;
}

.myd_work-section-title {
  margin: 0 0 0.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.myd_work-count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.65rem;
  height: 1.65rem;
  padding: 0 0.55rem;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--bs-primary), white 88%);
  color: color-mix(in srgb, var(--bs-primary), black 10%);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.myd_work-divider {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--bs-border-color);
}

/* List rows: 3-column grid - avatar | text | tag. Avatar is a coloured
   circle with an icon so each row reads as a tile, not a flat list line. */
.myd_work-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.myd_work-row {
  display: grid;
  grid-template-columns: 2.5rem 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.85rem;
  background: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.65rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.myd_work-row:hover {
  border-color: color-mix(in srgb, var(--bs-primary), white 60%);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.myd_work-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.myd_work-avatar i {
  width: 1.15rem;
  height: 1.15rem;
}
.myd_work-avatar {
  /* Per-type tint so Batches and Exams are visually distinct. */
}
.myd_work-avatar--batch {
  background: color-mix(in srgb, var(--bs-info), white 85%);
  color: color-mix(in srgb, var(--bs-info), black 15%);
}
.myd_work-avatar--exam {
  background: color-mix(in srgb, var(--bs-warning), white 85%);
  color: color-mix(in srgb, var(--bs-warning), black 25%);
}

.myd_work-body {
  min-width: 0; /* allow truncation if needed */
}
.myd_work-body strong {
  display: block;
  font-weight: 600;
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1.25;
}
.myd_work-body small, .myd_work-body .small {
  display: block;
  font-size: 0.78rem;
  line-height: 1.3;
  margin-top: 0.1rem;
}

.myd_work-tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  background: color-mix(in srgb, var(--bs-light), white 35%);
  border: 1px solid var(--bs-border-color);
  border-radius: 2rem;
  font-size: 0.73rem;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
}
.myd_work-tag--date {
  background: color-mix(in srgb, var(--bs-warning), white 88%);
  border-color: color-mix(in srgb, var(--bs-warning), white 75%);
  color: color-mix(in srgb, var(--bs-warning), black 30%);
}

/* Empty state: dashed border, centered icon + headline + helper line. */
.myd_work-empty {
  padding: 1.25rem 1rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.65rem;
  text-align: center;
  background: color-mix(in srgb, var(--bs-light), white 55%);
}
.myd_work-empty i {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  margin: 0 auto 0.35rem;
  color: #94a3b8;
}
.myd_work-empty strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.15rem;
}
.myd_work-empty small, .myd_work-empty .small {
  display: block;
  font-size: 0.78rem;
  color: #94a3b8;
}

.myd_holidays li {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.9rem;
}
.myd_holidays li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.myd_holidays li:first-child {
  padding-top: 0;
}

/* Layout override scoped to the my-dashboard page so we don't disturb the
   shared .dash_chart-grid rules used by the main Dashboard. The layout
   prefixes the bodyClass attr with `page_` (see layouts/portal.blade.php),
   so the actual body class here is `page_my-dashboard` - not `my-dashboard`.
   The shared rules default to 2fr/1fr (and 2fr/1fr/2fr/1fr at higher
   breakpoints), which makes the right card (Upcoming Holidays here) too
   narrow and forces holiday titles to wrap word-by-word. 1:1 reads cleanly
   when there are only two cards. */
body.page_my-dashboard .dash_chart-grid {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
  body.page_my-dashboard .dash_chart-grid {
    grid-template-columns: 1fr;
  }
}

/* Solo variant — used for Other Staff / No Rights employees who don't get
   the My Workload card. The snapshot card spans the full row instead of
   leaving an awkward empty column on the right. */
body.page_my-dashboard .dash_chart-grid.myd_grid--solo {
  grid-template-columns: 1fr;
}

.myd_holiday-date {
  font-weight: 700;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.myd_holiday-title {
  color: #374151;
}

.myd_holiday-rel {
  font-size: 0.8rem;
}

/* Leave Balance card — full-width, with a horizontal usage bar and a small summary row. */
.myd_leave-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem 1.35rem;
}

.myd_leave-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.myd_leave-head .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.72rem;
  padding: 0.35em 0.75em;
}
.myd_leave-head .badge .lucide {
  width: 0.85em;
  height: 0.85em;
}

.myd_leave-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.myd_leave-bar {
  width: 100%;
  height: 0.55rem;
  border-radius: 1px;
  background: #e5e7eb;
  overflow: hidden;
}

.myd_leave-bar-fill {
  height: 100%;
  border-radius: 1px;
  transition: width 0.35s ease;
}

.myd_leave-summary {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.myd_leave-summary div {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.myd_leave-summary strong {
  font-size: 1.4rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
}
.myd_leave-summary span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  font-weight: 600;
  margin-top: 0.15rem;
}

/* Force the bottom row's two cards to sit side-by-side at all viewports
   (the main dashboard's chart-grid stacks on tablets — the snapshot cards here
   are slim enough to stay 2-up). */
@media (max-width: 1700px) {
  .pip_article-inner > .dash_chart-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .pip_article-inner > .dash_chart-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 60rem;
  }
  .ap_top-main-herder, .pip_article-header {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .aside_toggle-link {
    display: none;
  }
  .panels_structure-wrap {
    margin-left: var(--asideWidth);
  }
  .aside_toggle-link {
    display: none !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .aside_wrap:not(.aside_open) {
    transform: translateX(-100%);
  }
  .aside-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .page_inner-panels .pip_aside {
    left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  :root {
    --pipAsideWidth: initial;
  }
  .pip_aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .pip_aside .btn.btn-block {
    white-space: nowrap;
    display: inline-block;
    width: auto;
  }
  .pip_aside .second_nav-list {
    flex: 100%;
  }
  .pip_aside [class^=mb-] {
    margin: 0 !important;
  }
  .page_inner-panels .pip_aside {
    position: relative;
  }
  .second_nav-list {
    display: flex;
  }
  .second_nav-separator {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .student_detail-oc-table th,
  .student_detail-oc-table td {
    padding: 0.75em;
  }
  .employee_wizard-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student_wizard-modal .modal-content {
    max-height: calc(100vh - 2rem);
  }
  .student_wizard-modal .student_wizard-row {
    flex-direction: column;
    min-height: 0;
  }
  .student_wizard-modal .student_wizard-aside {
    flex: none;
    width: auto;
    padding: 1rem 1.25rem;
    border-right: none;
    border-bottom: 1px solid var(--bs-border-color);
    overflow-y: visible;
  }
  .student_wizard-modal .student_wizard-aside-note {
    display: none;
  }
  .student_wizard-modal .employee_wizard-steps {
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
  }
  .student_wizard-modal .employee_wizard-steps::before {
    display: none;
  }
  .student_wizard-modal .employee_wizard-step {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
  }
  .student_wizard-modal .employee_wizard-step strong {
    white-space: nowrap;
  }
  .student_wizard-modal .employee_wizard-step small, .student_wizard-modal .employee_wizard-step .small {
    display: none;
  }
  .student_wizard-modal .student_wizard-head {
    padding: 1rem 1.25rem;
  }
  .employee_permissions-grid,
  .employee_review-grid {
    grid-template-columns: 1fr;
  }
  .summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stics_filter-bar {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  .ap_top-main-herder {
    gap: 0.7rem;
  }
  .pip_article-inner {
    padding: 1rem;
  }
  .profile_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .profile_head-actions {
    width: 100%;
  }
  .profile_head-actions .btn:not(.emp_more-btn) {
    flex: 1;
    justify-content: center;
  }
  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dashboard_stats-pods {
    --items: 1;
  }
  .fee_install-item {
    justify-content: flex-end;
  }
  .fi_item-title {
    display: none;
  }
  .fee_rcpt-input-wrap {
    --inputSize: 5rem;
  }
  .asf_aside-fee-table-wrap {
    font-size: 0.8rem;
  }
  .student_fee-breakup-wrap .form-control {
    --inputWidth: 6.5rem;
  }
  .modal_form-cols {
    --asideFlexVal: 14rem;
  }
  .employee_photo-upload-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .employee_wizard-footer {
    align-items: stretch;
  }
  .employee_wizard-footer .employee_step-counter {
    order: -1;
    width: 100%;
    margin-left: 0;
  }
  .pip_aside .btn.btn-block {
    font-size: 0.95rem;
    padding-inline: 1em;
  }
  .second_nav-list {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  [data-hide=mobile] {
    display: none !important;
  }
  .offcanvas-aside {
    --bs-offcanvas-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
