/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./resources/sass/app.scss ***!
  \****************************************************************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #f4f6f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
p, ol, ul, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #212121;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #1976d2;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
a:hover, a:focus {
  color: #0d47a1;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 0.875rem;
}

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", "Monaco", monospace;
  font-size: 0.875rem;
}

code {
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  color: #d32f2f;
}

pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212121;
  background-color: #212121;
  border-radius: 0.375rem;
  overflow: auto;
}
pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: inherit;
}

blockquote {
  padding: 1rem 1.5rem;
  margin: 0 0 1rem;
  border-left: 4px solid #1976d2;
  background-color: #fafafa;
  font-style: italic;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

mark {
  padding: 0.25rem;
  background-color: #ffecb3;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dt {
  font-weight: 600;
}

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

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

th {
  text-align: inherit;
  font-weight: 600;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
  border-radius: 0;
}
button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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;
  overflow: auto;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

::-moz-selection {
  background-color: rgba(25, 118, 210, 0.2);
  color: #212121;
}

::selection {
  background-color: rgba(25, 118, 210, 0.2);
  color: #212121;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0.375rem;
}
body::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 0.375rem;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(163.5, 163.5, 163.5);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.container--fluid {
  max-width: none;
}
.container--sm {
  max-width: 640px;
}
.container--md {
  max-width: 768px;
}
.container--lg {
  max-width: 1024px;
}
.container--xl {
  max-width: 1280px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col {
  flex: 1 0 0%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.app-wrapper {
  display: flex;
  min-height: 100vh;
}

.app-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-left: 260px;
  transition: margin-left 250ms ease-in-out;
}
@media (max-width: 991.98px) {
  .app-main {
    margin-left: 0;
  }
}
.sidebar--collapsed ~ .app-main {
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .sidebar--collapsed ~ .app-main {
    margin-left: 0;
  }
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .app-header {
    padding: 0 1rem;
  }
}

.app-header__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.app-header__toggle {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #757575;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.app-header__toggle:hover {
  color: #212121;
  background-color: #f5f5f5;
}
.app-header__toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.app-header__search {
  position: relative;
  width: 320px;
}
@media (max-width: 991.98px) {
  .app-header__search {
    display: none;
  }
}
.app-header__search input {
  padding-left: 2.5rem;
}
.app-header__search svg {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #bdbdbd;
}

.app-header__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.app-header__icon-btn {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  color: #757575;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.app-header__icon-btn:hover {
  color: #212121;
  background-color: #f5f5f5;
}
.app-header__icon-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.app-header__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 150ms ease-in-out;
}
.app-header__user:hover {
  background-color: #f5f5f5;
}

.app-header__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #bbdefb;
  color: #1976d2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .app-header__user-info {
    display: none;
  }
}

.app-header__user-name {
  font-weight: 500;
  font-size: 0.875rem;
  color: #212121;
}

.app-header__user-role {
  font-size: 0.75rem;
  color: #9e9e9e;
}

.app-content {
  flex: 1;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .app-content {
    padding: 1rem;
  }
}

.app-footer {
  height: 56px;
  padding: 0 1.5rem;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .app-footer {
    padding: 0 1rem;
    flex-direction: column;
    height: auto;
    padding: 1rem;
    gap: 0.5rem;
    text-align: center;
  }
}

.app-footer__copyright {
  font-size: 0.875rem;
  color: #9e9e9e;
}

.app-footer__links {
  display: flex;
  gap: 1rem;
}
.app-footer__links a {
  font-size: 0.875rem;
  color: #9e9e9e;
}
.app-footer__links a:hover {
  color: #1976d2;
}

.page-header {
  margin-bottom: 1.5rem;
}

.page-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 1.5rem;
  }
}

.page-subtitle {
  font-size: 1rem;
  color: #757575;
}

.page-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .page-actions {
    margin-top: 0;
  }
}

.page-header--with-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.auth-layout {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d47a1 0%, #062a6e 100%);
  padding: 1rem;
}

.auth-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 420px;
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .auth-card {
    padding: 1.5rem;
  }
}

.auth-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.auth-logo img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}

.auth-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #212121;
  margin-bottom: 0.5rem;
}

.auth-subtitle {
  font-size: 1rem;
  text-align: center;
  color: #757575;
  margin-bottom: 1.5rem;
}

.auth-divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: #9e9e9e;
  font-size: 0.875rem;
}
.auth-divider::before, .auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
}
.auth-divider span {
  padding: 0 1rem;
}

.auth-footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eeeeee;
  font-size: 0.875rem;
  color: #757575;
}
.auth-footer a {
  color: #1976d2;
  font-weight: 500;
}

.health-banner {
  background: linear-gradient(135deg, #1565c0 0%, #0a3d91 100%);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .health-banner {
    padding: 2.5rem 0;
  }
}

.health-banner__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.health-banner__logo {
  margin-bottom: 1.5rem;
}
.health-banner__logo img {
  height: 80px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .health-banner__logo img {
    height: 60px;
  }
}

.health-banner__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .health-banner__title {
    font-size: 1.875rem;
  }
}

.health-banner__subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .health-banner__subtitle {
    font-size: 1.25rem;
  }
}

.health-banner__cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.section {
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .section {
    padding: 2.5rem 0;
  }
}
.section--gray {
  background-color: #fafafa;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.section-subtitle {
  font-size: 1.25rem;
  color: #757575;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  text-align: center;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
}
.feature-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.feature-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
  border-radius: 1rem;
  color: #1976d2;
}
.feature-card__icon svg {
  width: 2rem;
  height: 2rem;
}

.feature-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.feature-card__description {
  color: #757575;
  font-size: 0.875rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.btn:focus {
  outline: none;
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.btn--lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}
.btn--primary {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #ffffff;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: rgb(20.6595744681, 97.5131914894, 173.5404255319);
  border-color: rgb(20.6595744681, 97.5131914894, 173.5404255319);
  color: #ffffff;
}
.btn--primary:focus {
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25);
}
.btn--primary:active {
  background-color: rgb(18.4893617021, 87.269787234, 155.3106382979);
}
.btn--secondary {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}
.btn--secondary:hover, .btn--secondary:focus {
  background-color: rgb(214.2, 127.68, 0);
  border-color: rgb(214.2, 127.68, 0);
  color: #ffffff;
}
.btn--secondary:focus {
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25);
}
.btn--secondary:active {
  background-color: rgb(193.8, 115.52, 0);
}
.btn--success {
  background-color: #138808;
  border-color: #138808;
  color: #ffffff;
}
.btn--success:hover, .btn--success:focus {
  background-color: rgb(13.6166666667, 97.4666666667, 5.7333333333);
  border-color: rgb(13.6166666667, 97.4666666667, 5.7333333333);
  color: #ffffff;
}
.btn--success:focus {
  box-shadow: 0 0 0 3px rgba(19, 136, 8, 0.25);
}
.btn--success:active {
  background-color: rgb(10.925, 78.2, 4.6);
}
.btn--danger {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #ffffff;
}
.btn--danger:hover, .btn--danger:focus {
  background-color: rgb(179.2761904762, 37.9238095238, 37.9238095238);
  border-color: rgb(179.2761904762, 37.9238095238, 37.9238095238);
  color: #ffffff;
}
.btn--danger:focus {
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25);
}
.btn--danger:active {
  background-color: rgb(162.4380952381, 34.3619047619, 34.3619047619);
}
.btn--warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212121;
}
.btn--warning:hover, .btn--warning:focus {
  background-color: rgb(221.2, 165.9, 0);
  border-color: rgb(221.2, 165.9, 0);
  color: #212121;
}
.btn--warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25);
}
.btn--warning:active {
  background-color: rgb(200.8, 150.6, 0);
}
.btn--info {
  background-color: #0288d1;
  border-color: #0288d1;
  color: #ffffff;
}
.btn--info:hover, .btn--info:focus {
  background-color: rgb(1.6132701422, 109.7023696682, 168.5867298578);
  border-color: rgb(1.6132701422, 109.7023696682, 168.5867298578);
  color: #ffffff;
}
.btn--info:focus {
  box-shadow: 0 0 0 3px rgba(2, 136, 209, 0.25);
}
.btn--info:active {
  background-color: rgb(1.4199052133, 96.5535545024, 148.3800947867);
}
.btn--light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #212121;
}
.btn--light:hover, .btn--light:focus {
  background-color: rgb(224.6, 224.6, 224.6);
  border-color: rgb(224.6, 224.6, 224.6);
  color: #212121;
}
.btn--light:focus {
  box-shadow: 0 0 0 3px rgba(245, 245, 245, 0.25);
}
.btn--light:active {
  background-color: rgb(214.4, 214.4, 214.4);
}
.btn--dark {
  background-color: #424242;
  border-color: #424242;
  color: #ffffff;
}
.btn--dark:hover, .btn--dark:focus {
  background-color: rgb(45.6, 45.6, 45.6);
  border-color: rgb(45.6, 45.6, 45.6);
  color: #ffffff;
}
.btn--dark:focus {
  box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.25);
}
.btn--dark:active {
  background-color: rgb(35.4, 35.4, 35.4);
}
.btn--outline-primary {
  background-color: transparent;
  border-color: #1976d2;
  color: #1976d2;
}
.btn--outline-primary:hover, .btn--outline-primary:focus {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #ffffff;
}
.btn--outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25);
}
.btn--outline-secondary {
  background-color: transparent;
  border-color: #ff9800;
  color: #ff9800;
}
.btn--outline-secondary:hover, .btn--outline-secondary:focus {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #ffffff;
}
.btn--outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25);
}
.btn--outline-success {
  background-color: transparent;
  border-color: #138808;
  color: #138808;
}
.btn--outline-success:hover, .btn--outline-success:focus {
  background-color: #138808;
  border-color: #138808;
  color: #ffffff;
}
.btn--outline-success:focus {
  box-shadow: 0 0 0 3px rgba(19, 136, 8, 0.25);
}
.btn--outline-danger {
  background-color: transparent;
  border-color: #d32f2f;
  color: #d32f2f;
}
.btn--outline-danger:hover, .btn--outline-danger:focus {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #ffffff;
}
.btn--outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25);
}
.btn--outline-warning {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.btn--outline-warning:hover, .btn--outline-warning:focus {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212121;
}
.btn--outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25);
}
.btn--outline-info {
  background-color: transparent;
  border-color: #0288d1;
  color: #0288d1;
}
.btn--outline-info:hover, .btn--outline-info:focus {
  background-color: #0288d1;
  border-color: #0288d1;
  color: #ffffff;
}
.btn--outline-info:focus {
  box-shadow: 0 0 0 3px rgba(2, 136, 209, 0.25);
}
.btn--outline-light {
  background-color: transparent;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn--outline-light:hover, .btn--outline-light:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #212121;
}
.btn--outline-light:focus {
  box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.25);
}
.btn--outline-dark {
  background-color: transparent;
  border-color: #424242;
  color: #424242;
}
.btn--outline-dark:hover, .btn--outline-dark:focus {
  background-color: #424242;
  border-color: #424242;
  color: #ffffff;
}
.btn--outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.25);
}
.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #1976d2;
}
.btn--ghost:hover, .btn--ghost:focus {
  background-color: rgba(25, 118, 210, 0.1);
  color: #0d47a1;
}
.btn--link {
  background-color: transparent;
  border-color: transparent;
  color: #1976d2;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
.btn--link:hover, .btn--link:focus {
  color: #0d47a1;
  background-color: transparent;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn--icon {
  padding: 0.625rem;
  aspect-ratio: 1;
}
.btn--icon.btn--sm {
  padding: 0.375rem;
}
.btn--icon.btn--lg {
  padding: 0.875rem;
}
.btn .btn__icon {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}
.btn .btn__icon--left {
  margin-right: 0.5rem;
}
.btn .btn__icon--right {
  margin-left: 0.5rem;
}
.btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn--loading::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 9999px;
  animation: spin 0.75s linear infinite;
}
.btn--loading.btn--primary::after, .btn--loading.btn--secondary::after, .btn--loading.btn--success::after, .btn--loading.btn--danger::after, .btn--loading.btn--info::after, .btn--loading.btn--dark::after {
  border-color: #ffffff;
  border-right-color: transparent;
}
.btn--pill {
  border-radius: 9999px;
}

.btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}
.btn-group--vertical {
  flex-direction: column;
}
.btn-group--vertical > .btn:not(:first-child) {
  margin-left: 0;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.375rem;
}
.btn-group--vertical > .btn:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0.375rem;
}

.btn-close {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  color: #757575;
  background-color: transparent;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.btn-close:hover {
  color: #212121;
  background-color: #f5f5f5;
}
.btn-close:focus {
  box-shadow: 0 0 0 3px rgba(158, 158, 158, 0.25);
}
.btn-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.form-row > .form-group,
.form-row > [class*=col-] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
}
.form-label--required::after {
  content: " *";
  color: #d32f2f;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0.5rem 0.75rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.form-control::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form-control::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form-control:focus {
  border-color: #1976d2;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
}
.form-control--sm {
  height: 34px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-control--lg {
  height: 50px;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
}
.form-control.is-valid {
  border-color: #138808;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23138808%27 d=%27M2.3 6.73L.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}
.form-control.is-valid:focus {
  border-color: #138808;
  box-shadow: 0 0 0 3px rgba(19, 136, 8, 0.15);
}
.form-control.is-invalid {
  border-color: #d32f2f;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23d32f2f%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23d32f2f%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}
.form-control.is-invalid:focus {
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15);
}
.form-control--plaintext {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.form-control--plaintext:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  min-height: 84px;
  resize: vertical;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23616161%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 0.75rem;
}
select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%231976d2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
}
select.form-control[multiple], select.form-control[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #9e9e9e;
}

.valid-feedback,
.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.valid-feedback {
  color: #138808;
}

.invalid-feedback {
  color: #d32f2f;
}

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

.form-check {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.form-check:last-child {
  margin-bottom: 0;
}

.form-check-input {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #bdbdbd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25rem;
}
.form-check-input[type=radio] {
  border-radius: 9999px;
}
.form-check-input:checked {
  background-color: #1976d2;
  border-color: #1976d2;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input:focus {
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}
.form-check-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-check-input.is-invalid {
  border-color: #d32f2f;
}
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.15);
}

.form-check-label {
  cursor: pointer;
  color: #212121;
  font-size: 1rem;
}

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

.form-switch .form-check-input {
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23bdbdbd%27/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 150ms ease-in-out, background-color 150ms ease-in-out;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.input-group-text:first-child {
  border-right: 0;
  border-radius: 0.375rem 0 0 0.375rem;
}
.input-group-text:last-child {
  border-left: 0;
  border-radius: 0 0.375rem 0.375rem 0;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control {
  height: calc(42px + 1rem);
  padding: 1.25rem 0.75rem 0.5rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem);
  color: #9e9e9e;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem);
  color: #9e9e9e;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: transform 150ms ease-in-out, color 150ms ease-in-out;
  color: #757575;
  display: flex;
  align-items: center;
}

.form-file {
  position: relative;
}
.form-file .form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 42px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.form-file .form-file-input:focus ~ .form-file-label {
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}
.form-file .form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  background-color: #ffffff;
}
.form-file .form-file-label .form-file-text {
  flex: 1;
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #757575;
}
.form-file .form-file-label .form-file-button {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #212121;
  background-color: #f5f5f5;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 0.375rem 0.375rem 0;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.25);
}
.form-range::-webkit-slider-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eeeeee;
  border-color: transparent;
  border-radius: 9999px;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1976d2;
  border: 0;
  border-radius: 9999px;
  -webkit-appearance: none;
          appearance: none;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #0d47a1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eeeeee;
  border-color: transparent;
  border-radius: 9999px;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1976d2;
  border: 0;
  border-radius: 9999px;
  -moz-appearance: none;
       appearance: none;
  -moz-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.form-range::-moz-range-thumb:active {
  background-color: #0d47a1;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #bdbdbd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #bdbdbd;
}

.card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
}
.card--hover {
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
}
.card--hover:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card--clickable {
  cursor: pointer;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
}
.card--clickable:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card--bordered {
  border-width: 2px;
}
.card--primary {
  border-left: 4px solid #1976d2;
}
.card--success {
  border-left: 4px solid #138808;
}
.card--warning {
  border-left: 4px solid #ffc107;
}
.card--danger {
  border-left: 4px solid #d32f2f;
}
.card--info {
  border-left: 4px solid #0288d1;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0.75rem 0.75rem 0 0;
}
.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-header--transparent {
  background-color: transparent;
}

.card-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212121;
}

.card-subtitle {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #9e9e9e;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

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

.card-footer {
  padding: 1rem 1.5rem;
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  border-radius: 0 0 0.75rem 0.75rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}
.card-footer--transparent {
  background-color: transparent;
}

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

.card-img-top {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

.card-img-bottom {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  border-radius: calc(0.75rem - 1px);
}

.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(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0;
}

.stats-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.stats-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
.stats-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.stats-card__icon--primary {
  background-color: rgba(25, 118, 210, 0.1);
  color: #1976d2;
}
.stats-card__icon--success {
  background-color: rgba(19, 136, 8, 0.1);
  color: #138808;
}
.stats-card__icon--warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}
.stats-card__icon--danger {
  background-color: rgba(211, 47, 47, 0.1);
  color: #d32f2f;
}
.stats-card__icon--info {
  background-color: rgba(2, 136, 209, 0.1);
  color: #0288d1;
}
.stats-card__value {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  margin-bottom: 0.5rem;
}
.stats-card__label {
  font-size: 0.875rem;
  color: #9e9e9e;
  margin-bottom: 0.5rem;
}
.stats-card__trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.stats-card__trend--up {
  color: #138808;
}
.stats-card__trend--down {
  color: #d32f2f;
}
.stats-card__trend svg {
  width: 1rem;
  height: 1rem;
}
.stats-card--horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.stats-card--horizontal .stats-card__icon {
  margin-bottom: 0;
}
.stats-card--horizontal .stats-card__content {
  text-align: right;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
.table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0.375rem;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 0.375rem;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: rgb(163.5, 163.5, 163.5);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
  vertical-align: top;
  border-color: #eeeeee;
  background-color: transparent;
}
.table:last-child {
  margin-bottom: 0;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 1rem;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
}
.table > thead {
  vertical-align: bottom;
}
.table > thead th {
  font-weight: 600;
  text-align: left;
  background-color: #fafafa;
  color: #212121;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.table > tbody {
  vertical-align: inherit;
}
.table > tbody > tr:last-child > * {
  border-bottom: 0;
}
.table > tfoot {
  vertical-align: middle;
}
.table > tfoot th, .table > tfoot td {
  font-weight: 600;
  background-color: #fafafa;
}
.table--bordered {
  border: 1px solid #eeeeee;
}
.table--bordered > :not(caption) > * > * {
  border: 1px solid #eeeeee;
}
.table--borderless > :not(caption) > * > * {
  border-bottom: 0;
}
.table--striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(245, 245, 245, 0.5);
}
.table--hover > tbody > tr:hover > * {
  background-color: rgba(245, 245, 245, 0.75);
}
.table--sm > :not(caption) > * > * {
  padding: 0.5rem 0.75rem;
}
.table--middle > :not(caption) > * > * {
  vertical-align: middle;
}

.table-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.table-card .table {
  margin-bottom: 0;
}
.table-card .table > thead th:first-child {
  border-top-left-radius: calc(0.75rem - 1px);
}
.table-card .table > thead th:last-child {
  border-top-right-radius: calc(0.75rem - 1px);
}
.table-card__header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.table-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.table-card__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.table-card__footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eeeeee;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.table-sortable th[data-sortable] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 2rem;
}
.table-sortable th[data-sortable]::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #bdbdbd;
  opacity: 0.3;
}
.table-sortable th[data-sortable]::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%) translateY(4px);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #bdbdbd;
  opacity: 0.3;
}
.table-sortable th[data-sortable]:hover {
  background-color: #f5f5f5;
}
.table-sortable th[data-sortable]:hover::after, .table-sortable th[data-sortable]:hover::before {
  opacity: 0.6;
}
.table-sortable th[data-sortable][data-sort=asc]::after {
  opacity: 1;
  border-bottom-color: #1976d2;
}
.table-sortable th[data-sortable][data-sort=asc]::before {
  opacity: 0.3;
}
.table-sortable th[data-sortable][data-sort=desc]::before {
  opacity: 1;
  border-top-color: #1976d2;
}
.table-sortable th[data-sortable][data-sort=desc]::after {
  opacity: 0.3;
}

.table-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.25rem;
  justify-content: flex-end;
}
.table-actions .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.table-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.table-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.table-status__dot--success {
  background-color: #138808;
}
.table-status__dot--warning {
  background-color: #ffc107;
}
.table-status__dot--danger {
  background-color: #d32f2f;
}
.table-status__dot--info {
  background-color: #0288d1;
}
.table-status__dot--pending {
  background-color: #bdbdbd;
}

.table-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #9e9e9e;
}
.table-empty__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  color: #e0e0e0;
}
.table-empty__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #757575;
  margin-bottom: 0.5rem;
}
.table-empty__message {
  margin-bottom: 1rem;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.25rem;
}
.pagination__item .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #757575;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.pagination__item .pagination__link:hover:not(.pagination__link--disabled) {
  color: #1976d2;
  border-color: #1976d2;
  background-color: #e3f2fd;
}
.pagination__item .pagination__link--active {
  color: #ffffff;
  background-color: #1976d2;
  border-color: #1976d2;
}
.pagination__item .pagination__link--active:hover {
  color: #ffffff;
  background-color: #0d47a1;
  border-color: #0d47a1;
}
.pagination__item .pagination__link--disabled {
  color: #bdbdbd;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-info {
  font-size: 0.875rem;
  color: #9e9e9e;
}

.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert--with-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.alert--dismissible {
  padding-right: 3rem;
}
.alert--dismissible .alert__close {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.alert__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}

.alert__content {
  flex: 1;
}

.alert__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.alert__message {
  margin: 0;
}

.alert__close {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  opacity: 0.5;
  transition: opacity 150ms ease-in-out;
}
.alert__close:hover {
  opacity: 1;
}
.alert__close svg {
  width: 1rem;
  height: 1rem;
}

.alert--success {
  background-color: #e8f5e9;
  border-color: #a5d6a7;
  color: #2e7d32;
}
.alert--success .alert__icon {
  color: #138808;
}
.alert--success a {
  color: #388e3c;
  font-weight: 600;
}
.alert--success a:hover {
  color: #1b5e20;
}

.alert--danger,
.alert--error {
  background-color: #ffebee;
  border-color: #ef9a9a;
  color: #b71c1c;
}
.alert--danger .alert__icon,
.alert--error .alert__icon {
  color: #d32f2f;
}
.alert--danger a,
.alert--error a {
  color: #c62828;
  font-weight: 600;
}
.alert--danger a:hover,
.alert--error a:hover {
  color: #8b0000;
}

.alert--warning {
  background-color: #fff8e1;
  border-color: #ffe082;
  color: #ff6f00;
}
.alert--warning .alert__icon {
  color: #ffb300;
}
.alert--warning a {
  color: #ff8f00;
  font-weight: 600;
}
.alert--warning a:hover {
  color: #ff6f00;
}

.alert--info {
  background-color: #e1f5fe;
  border-color: #81d4fa;
  color: #01579b;
}
.alert--info .alert__icon {
  color: #0288d1;
}
.alert--info a {
  color: #0277bd;
  font-weight: 600;
}
.alert--info a:hover {
  color: #004c8c;
}

.alert--primary {
  background-color: #e3f2fd;
  border-color: #90caf9;
  color: #0a3d91;
}
.alert--primary .alert__icon {
  color: #1976d2;
}
.alert--primary a {
  color: #0d47a1;
  font-weight: 600;
}
.alert--primary a:hover {
  color: #062a6e;
}

.toast-container {
  position: fixed;
  z-index: 1080;
  padding: 1rem;
  pointer-events: none;
}
.toast-container--top-right {
  top: 0;
  right: 0;
}
.toast-container--top-left {
  top: 0;
  left: 0;
}
.toast-container--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.toast-container--bottom-right {
  bottom: 0;
  right: 0;
}
.toast-container--bottom-left {
  bottom: 0;
  left: 0;
}
.toast-container--bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.toast {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  width: 350px;
  max-width: 100%;
  padding: 1rem;
  margin-bottom: 0.75rem;
  pointer-events: auto;
  animation: fadeIn 250ms ease-in-out;
}
.toast:last-child {
  margin-bottom: 0;
}
.toast__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.toast__content {
  flex: 1;
  min-width: 0;
}
.toast__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.toast__message {
  font-size: 0.875rem;
  color: #757575;
  margin: 0;
}
.toast__close {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  color: #9e9e9e;
  opacity: 0.5;
  transition: opacity 150ms ease-in-out;
}
.toast__close:hover {
  opacity: 1;
}
.toast__close svg {
  width: 1rem;
  height: 1rem;
}
.toast--success {
  border-left: 4px solid #138808;
}
.toast--success .toast__icon {
  color: #138808;
}
.toast--error, .toast--danger {
  border-left: 4px solid #d32f2f;
}
.toast--error .toast__icon, .toast--danger .toast__icon {
  color: #d32f2f;
}
.toast--warning {
  border-left: 4px solid #ffc107;
}
.toast--warning .toast__icon {
  color: #ffc107;
}
.toast--info {
  border-left: 4px solid #0288d1;
}
.toast--info .toast__icon {
  color: #0288d1;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  gap: 0.25rem;
}
.badge:empty {
  display: none;
}
.badge--pill {
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
}
.badge--dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 9999px;
}
.badge--sm {
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
}
.badge--lg {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.badge--primary {
  background-color: #1976d2;
  color: #ffffff;
}
.badge--secondary {
  background-color: #ff9800;
  color: #ffffff;
}
.badge--success {
  background-color: #138808;
  color: #ffffff;
}
.badge--danger {
  background-color: #d32f2f;
  color: #ffffff;
}
.badge--warning {
  background-color: #ffc107;
  color: #212121;
}
.badge--info {
  background-color: #0288d1;
  color: #ffffff;
}
.badge--light {
  background-color: #eeeeee;
  color: #212121;
}
.badge--dark {
  background-color: #424242;
  color: #ffffff;
}
.badge--primary-soft {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.badge--secondary-soft {
  background-color: #fff3e0;
  color: #f57c00;
}
.badge--success-soft {
  background-color: #e8f5e9;
  color: #388e3c;
}
.badge--danger-soft {
  background-color: #ffebee;
  color: #c62828;
}
.badge--warning-soft {
  background-color: #fff8e1;
  color: #ff8f00;
}
.badge--info-soft {
  background-color: #e1f5fe;
  color: #0277bd;
}
.badge--outline-primary {
  background-color: transparent;
  border: 1px solid #1976d2;
  color: #1976d2;
}
.badge--outline-secondary {
  background-color: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
}
.badge--outline-success {
  background-color: transparent;
  border: 1px solid #138808;
  color: #138808;
}
.badge--outline-danger {
  background-color: transparent;
  border: 1px solid #d32f2f;
  color: #d32f2f;
}
.badge--outline-warning {
  background-color: transparent;
  border: 1px solid #ffc107;
  color: #ffa000;
}
.badge--outline-info {
  background-color: transparent;
  border: 1px solid #0288d1;
  color: #0288d1;
}
.badge svg {
  width: 0.875em;
  height: 0.875em;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  background-color: #f5f5f5;
  color: #212121;
}
.status-badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  flex-shrink: 0;
}
.status-badge--active, .status-badge--success {
  background-color: #e8f5e9;
  color: #388e3c;
}
.status-badge--active .status-badge__dot, .status-badge--success .status-badge__dot {
  background-color: #138808;
}
.status-badge--pending, .status-badge--warning {
  background-color: #fff8e1;
  color: #ff8f00;
}
.status-badge--pending .status-badge__dot, .status-badge--warning .status-badge__dot {
  background-color: #ffc107;
}
.status-badge--inactive, .status-badge--danger {
  background-color: #ffebee;
  color: #c62828;
}
.status-badge--inactive .status-badge__dot, .status-badge--danger .status-badge__dot {
  background-color: #d32f2f;
}
.status-badge--draft {
  background-color: #f5f5f5;
  color: #757575;
}
.status-badge--draft .status-badge__dot {
  background-color: #bdbdbd;
}
.status-badge--info {
  background-color: #e1f5fe;
  color: #0277bd;
}
.status-badge--info .status-badge__dot {
  background-color: #0288d1;
}

.notification-badge {
  position: relative;
  display: inline-flex;
}
.notification-badge__count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #d32f2f;
  border-radius: 9999px;
  border: 2px solid #ffffff;
}
.notification-badge__count:empty {
  min-width: 0.625rem;
  height: 0.625rem;
  padding: 0;
}
.notification-badge--pulse .notification-badge__count {
  animation: pulse 2s infinite;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #212121;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.tag__remove {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-left: 0.25rem;
  color: #9e9e9e;
  border-radius: 9999px;
  transition: all 150ms ease-in-out;
}
.tag__remove:hover {
  color: #d32f2f;
  background-color: #ffebee;
}
.tag__remove svg {
  width: 0.75rem;
  height: 0.75rem;
}
.tag--primary {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.tag--success {
  background-color: #e8f5e9;
  color: #388e3c;
}
.tag--warning {
  background-color: #fff8e1;
  color: #ff8f00;
}
.tag--danger {
  background-color: #ffebee;
  color: #c62828;
}

.tag-input {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  min-height: 42px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.tag-input:focus-within {
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}
.tag-input__input {
  flex: 1;
  min-width: 100px;
  padding: 0.25rem 0.5rem;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: #212121;
}
.tag-input__input::-moz-placeholder {
  color: #bdbdbd;
}
.tag-input__input::placeholder {
  color: #bdbdbd;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
.modal::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0.375rem;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 0.375rem;
}
.modal::-webkit-scrollbar-thumb:hover {
  background-color: rgb(163.5, 163.5, 163.5);
}
.modal.show {
  display: block;
}
.modal--centered .modal__dialog {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.modal--scrollable .modal__dialog {
  height: 100%;
}
.modal--scrollable .modal__content {
  max-height: 100%;
  overflow: hidden;
}
.modal--scrollable .modal__body {
  overflow-y: auto;
}
.modal--fullscreen .modal__dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal--fullscreen .modal__content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal__dialog {
  position: relative;
  width: auto;
  margin: 2rem auto;
  pointer-events: none;
  max-width: 500px;
  padding: 1rem;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
}
.modal.show .modal__dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal__dialog--sm {
  max-width: 350px;
}
.modal__dialog--lg {
  max-width: 800px;
}
.modal__dialog--xl {
  max-width: 1140px;
}

.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eeeeee;
  border-radius: 1rem 1rem 0 0;
}

.modal__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #212121;
}

.modal__close {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: -0.5rem -0.5rem -0.5rem auto;
  color: #9e9e9e;
  background-color: transparent;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.modal__close:hover {
  color: #212121;
  background-color: #f5f5f5;
}
.modal__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.modal__body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal__footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  border-radius: 0 0 1rem 1rem;
}
.modal__footer--left {
  justify-content: flex-start;
}
.modal__footer--center {
  justify-content: center;
}
.modal__footer--between {
  justify-content: space-between;
}

.modal-confirm {
  text-align: center;
}
.modal-confirm .modal__body {
  padding: 2rem 1.5rem;
}
.modal-confirm__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  border-radius: 9999px;
}
.modal-confirm__icon svg {
  width: 2rem;
  height: 2rem;
}
.modal-confirm__icon--warning {
  background-color: #ffecb3;
  color: #ffb300;
}
.modal-confirm__icon--danger {
  background-color: #ffcdd2;
  color: #d32f2f;
}
.modal-confirm__icon--success {
  background-color: #c8e6c9;
  color: #138808;
}
.modal-confirm__icon--info {
  background-color: #b3e5fc;
  color: #0288d1;
}
.modal-confirm__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #212121;
}
.modal-confirm__message {
  color: #757575;
  margin-bottom: 0;
}
.modal-confirm .modal__footer {
  justify-content: center;
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
}

.modal-image .modal__dialog {
  max-width: 90vw;
}
.modal-image .modal__content {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.modal-image .modal__header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  border: 0;
  background-color: transparent;
  z-index: 1;
}
.modal-image .modal__close {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.modal-image .modal__close:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.modal-image .modal__body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-image img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 0.375rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 150ms ease-in-out;
}
.dropdown-toggle--no-caret::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: 0.5rem 0;
  margin: 0.25rem 0 0;
  font-size: 1rem;
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}
.dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.dropdown-menu--right {
  right: 0;
  left: auto;
}
.dropdown-menu--center {
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
}
.dropdown-menu--center.show {
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu--up {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.25rem;
  transform: translateY(10px);
}
.dropdown-menu--up.show {
  transform: translateY(0);
}
.dropdown-menu--sm {
  min-width: 8rem;
  font-size: 0.875rem;
}
.dropdown-menu--lg {
  min-width: 18rem;
}
.dropdown-menu--full {
  width: 100%;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #212121;
  background-color: #fafafa;
}
.dropdown-item:active {
  background-color: #f5f5f5;
}
.dropdown-item.active {
  color: #ffffff;
  background-color: #1976d2;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #bdbdbd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-item--danger {
  color: #d32f2f;
}
.dropdown-item--danger:hover, .dropdown-item--danger:focus {
  color: #ffffff;
  background-color: #d32f2f;
}
.dropdown-item svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #9e9e9e;
}
.dropdown-item:hover svg, .dropdown-item.active svg {
  color: inherit;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.dropdown-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #757575;
}

.dropdown-user .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 150ms ease-in-out;
}
.dropdown-user .dropdown-toggle:hover {
  background-color: #f5f5f5;
}
.dropdown-user .dropdown-toggle::after {
  display: none;
}
.dropdown-user .dropdown-menu {
  min-width: 14rem;
  padding: 0.75rem 0;
}

.dropdown-user__info {
  padding: 0 1rem 0.75rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.5rem;
}
.dropdown-user__info-name {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0.25rem;
}
.dropdown-user__info-email {
  font-size: 0.875rem;
  color: #9e9e9e;
}

.dropdown-notifications .dropdown-menu {
  min-width: 20rem;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
.dropdown-notifications .dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0.375rem;
}
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 0.375rem;
}
.dropdown-notifications .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgb(163.5, 163.5, 163.5);
}
.dropdown-notifications__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-notifications__title {
  font-weight: 600;
}
.dropdown-notifications__clear {
  font-size: 0.875rem;
  color: #1976d2;
  cursor: pointer;
}
.dropdown-notifications__clear:hover {
  text-decoration: underline;
}
.dropdown-notifications__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  transition: background-color 150ms ease-in-out;
}
.dropdown-notifications__item:hover {
  background-color: #fafafa;
}
.dropdown-notifications__item--unread {
  background-color: #e3f2fd;
}
.dropdown-notifications__item--unread:hover {
  background-color: #bbdefb;
}
.dropdown-notifications__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  flex-shrink: 0;
}
.dropdown-notifications__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dropdown-notifications__content {
  flex: 1;
  min-width: 0;
}
.dropdown-notifications__message {
  font-size: 0.875rem;
  color: #212121;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dropdown-notifications__time {
  font-size: 0.75rem;
  color: #9e9e9e;
}
.dropdown-notifications__footer {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #1976d2;
  border-top: 1px solid #eeeeee;
}
.dropdown-notifications__footer:hover {
  background-color: #fafafa;
}
.dropdown-notifications__empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #9e9e9e;
}
.dropdown-notifications__empty svg {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  color: #e0e0e0;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .navbar {
    padding: 1rem 1.5rem;
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1976d2;
  text-decoration: none;
}
.navbar-brand:hover {
  color: #0d47a1;
}
.navbar-brand img {
  height: 2.5rem;
  width: auto;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
  }
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #757575;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.nav-link:hover, .nav-link:focus {
  color: #1976d2;
  background-color: rgba(25, 118, 210, 0.05);
}
.nav-link.active {
  color: #1976d2;
  background-color: rgba(25, 118, 210, 0.1);
}
.nav-link svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.navbar-toggler {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #212121;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.navbar-toggler:hover {
  background-color: #f5f5f5;
}
.navbar-toggler svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-collapse {
  display: none;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  padding-top: 1rem;
}
.navbar-collapse.show {
  display: block;
}
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: auto;
    padding-top: 0;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 100vh;
  background-color: #0d47a1;
  transition: width 250ms ease-in-out, transform 250ms ease-in-out;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .sidebar {
    transform: translateX(-100%);
  }
  .sidebar.show {
    transform: translateX(0);
  }
}
.sidebar--collapsed {
  width: 70px;
}
.sidebar--collapsed .sidebar__brand-text,
.sidebar--collapsed .sidebar-nav__text,
.sidebar--collapsed .sidebar-nav__badge,
.sidebar--collapsed .sidebar-nav__arrow {
  display: none;
}
.sidebar--collapsed .sidebar-nav__link {
  justify-content: center;
  padding: 0.75rem;
}
.sidebar--collapsed .sidebar-nav__icon {
  margin-right: 0;
}

.sidebar__header {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  text-decoration: none;
}
.sidebar__brand img {
  height: 2rem;
  width: auto;
}

.sidebar__brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.sidebar__content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.sidebar__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sidebar__content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.375rem;
}
.sidebar__content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.375rem;
}
.sidebar__content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(229.5, 229.5, 229.5, 0.3);
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav__section {
  padding: 1rem 1.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.sidebar-nav__item {
  margin: 0.25rem 0.75rem;
}

.sidebar-nav__link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 150ms ease-in-out;
}
.sidebar-nav__link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav__link.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.sidebar-nav__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.sidebar-nav__text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-nav__badge {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #1976d2;
  color: #ffffff;
  border-radius: 9999px;
  margin-left: auto;
}

.sidebar-nav__arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: transform 150ms ease-in-out;
}

.sidebar-nav__item--open > .sidebar-nav__link .sidebar-nav__arrow {
  transform: rotate(90deg);
}

.sidebar-nav__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 2.5rem;
  margin-top: 0.25rem;
  display: none;
}
.sidebar-nav__item--open > .sidebar-nav__submenu {
  display: block;
}
.sidebar-nav__submenu .sidebar-nav__link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.sidebar__footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
.sidebar-overlay.show {
  display: block;
}
@media (min-width: 992px) {
  .sidebar-overlay.show {
    display: none;
  }
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #9e9e9e;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
  color: #bdbdbd;
}
.breadcrumb-item a {
  color: #757575;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
.breadcrumb-item a:hover {
  color: #1976d2;
}
.breadcrumb-item.active {
  color: #212121;
  font-weight: 500;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
.tabs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tabs::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0.375rem;
}
.tabs::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 0.375rem;
}
.tabs::-webkit-scrollbar-thumb:hover {
  background-color: rgb(163.5, 163.5, 163.5);
}
.tabs--pills {
  border-bottom: 0;
  gap: 0.5rem;
}
.tabs--pills .tab {
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.tabs--pills .tab.active {
  background-color: #1976d2;
  color: #ffffff;
  border-color: #1976d2;
}
.tabs--vertical {
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid #e0e0e0;
}
.tabs--vertical .tab {
  border-bottom: 0;
  border-right: 2px solid transparent;
  margin-bottom: 0;
  margin-right: -1px;
}
.tabs--vertical .tab.active {
  border-right-color: #1976d2;
}

.tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #757575;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.tab:hover {
  color: #1976d2;
  border-bottom-color: rgba(25, 118, 210, 0.3);
}
.tab.active {
  color: #1976d2;
  border-bottom-color: #1976d2;
}
.tab.disabled {
  color: #bdbdbd;
  cursor: not-allowed;
  pointer-events: none;
}
.tab svg {
  width: 1rem;
  height: 1rem;
}

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

.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 9999px;
  animation: spin 0.75s linear infinite;
}
.spinner--sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}
.spinner--lg {
  width: 3rem;
  height: 3rem;
  border-width: 4px;
}
.spinner--xl {
  width: 4rem;
  height: 4rem;
  border-width: 5px;
}
.spinner--primary {
  color: #1976d2;
}
.spinner--white {
  color: #ffffff;
}
.spinner--dark {
  color: #424242;
}

.spinner-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.spinner-dots span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: currentColor;
  border-radius: 9999px;
  animation: bounce 1.4s infinite ease-in-out both;
}
.spinner-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.spinner-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.spinner-dots--lg span {
  width: 0.75rem;
  height: 0.75rem;
}
.spinner-dots--primary {
  color: #1976d2;
}
.spinner-dots--white {
  color: #ffffff;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eeeeee;
  border-radius: 9999px;
}
.progress--sm {
  height: 0.25rem;
}
.progress--lg {
  height: 1rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #1976d2;
  transition: width 250ms ease-in-out;
}
.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: 1rem 1rem;
}
.progress-bar--animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar--success {
  background-color: #138808;
}
.progress-bar--warning {
  background-color: #ffc107;
}
.progress-bar--danger {
  background-color: #d32f2f;
}
.progress-bar--info {
  background-color: #0288d1;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1050;
  animation: fadeIn 250ms ease-in-out;
}
.loading-overlay--dark {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.loading-overlay--fullscreen {
  position: fixed;
}

.loading-text {
  font-size: 0.875rem;
  color: #757575;
}
.loading-overlay--dark .loading-text {
  color: rgba(255, 255, 255, 0.8);
}

.skeleton {
  display: block;
  background: linear-gradient(90deg, #eeeeee 0%, #f5f5f5 50%, #eeeeee 100%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 0.375rem;
}
.skeleton--text {
  height: 1em;
  margin-bottom: 0.5rem;
}
.skeleton--text:last-child {
  width: 80%;
}
.skeleton--title {
  height: 1.5em;
  width: 60%;
  margin-bottom: 0.75rem;
}
.skeleton--avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}
.skeleton--avatar-lg {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}
.skeleton--image {
  width: 100%;
  padding-top: 56.25%;
}
.skeleton--card {
  height: 200px;
}
.skeleton--button {
  height: 2.5rem;
  width: 120px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.skeleton-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.skeleton-card__content .skeleton--text:nth-child(1) {
  width: 100%;
}
.skeleton-card__content .skeleton--text:nth-child(2) {
  width: 90%;
}
.skeleton-card__content .skeleton--text:nth-child(3) {
  width: 75%;
}

.skeleton-table__row {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eeeeee;
}
.skeleton-table__cell {
  flex: 1;
}
.skeleton-table__cell--sm {
  flex: 0.5;
}
.skeleton-table__cell--lg {
  flex: 2;
}

.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #f4f6f9;
  z-index: 1060;
}
.page-loading__logo {
  width: 80px;
  height: 80px;
  animation: pulse 2s ease-in-out infinite;
}
.page-loading__text {
  font-size: 1.25rem;
  color: #757575;
}

.wizard {
  width: 100%;
}

.wizard-header {
  margin-bottom: 2rem;
}

.wizard-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: step;
}
.wizard-steps::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 2.5rem;
  right: 2.5rem;
  height: 2px;
  background-color: #eeeeee;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .wizard-steps::before {
    display: none;
  }
}

.wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .wizard-step {
    display: none;
  }
  .wizard-step.active, .wizard-step.completed {
    display: flex;
  }
}
.wizard-step__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  transition: all 250ms ease-in-out;
  counter-increment: step;
}
.wizard-step__indicator::before {
  content: counter(step);
}
.wizard-step__indicator svg {
  width: 1rem;
  height: 1rem;
  display: none;
}
.wizard-step__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #9e9e9e;
  max-width: 120px;
  transition: color 250ms ease-in-out;
}
@media (max-width: 991.98px) {
  .wizard-step__label {
    display: none;
  }
}
.wizard-step.active .wizard-step__indicator {
  border-color: #1976d2;
  background-color: #1976d2;
  color: #ffffff;
}
.wizard-step.active .wizard-step__label {
  color: #1976d2;
}
.wizard-step.completed .wizard-step__indicator {
  border-color: #138808;
  background-color: #138808;
  color: #ffffff;
}
.wizard-step.completed .wizard-step__indicator::before {
  display: none;
}
.wizard-step.completed .wizard-step__indicator svg {
  display: block;
}
.wizard-step.completed .wizard-step__label {
  color: #138808;
}
.wizard-step.completed::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 50%;
  right: -50%;
  height: 2px;
  background-color: #138808;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .wizard-step.completed::after {
    display: none;
  }
}
.wizard-step.completed:last-child::after {
  display: none;
}
.wizard-step.error .wizard-step__indicator {
  border-color: #d32f2f;
  background-color: #ffebee;
  color: #d32f2f;
}
.wizard-step.error .wizard-step__label {
  color: #d32f2f;
}

.wizard-content {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 2rem;
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .wizard-content {
    padding: 1.25rem;
  }
}

.wizard-content__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0.5rem;
}

.wizard-content__description {
  font-size: 1rem;
  color: #757575;
  margin-bottom: 1.5rem;
}

.wizard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 0;
  margin-top: 1.5rem;
  border-top: 1px solid #eeeeee;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .wizard-footer {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .wizard-footer__prev,
  .wizard-footer__next {
    width: 100%;
  }
}

.wizard-footer__info {
  font-size: 0.875rem;
  color: #9e9e9e;
  text-align: center;
}
@media (max-width: 575.98px) {
  .wizard-footer__info {
    order: -1;
    width: 100%;
  }
}

.stepper-mini {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stepper-mini__step {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background-color: #e0e0e0;
  transition: all 150ms ease-in-out;
}
.stepper-mini__step.active {
  background-color: #1976d2;
  transform: scale(1.2);
}
.stepper-mini__step.completed {
  background-color: #138808;
}

.wizard--vertical {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .wizard--vertical {
    flex-direction: column;
  }
}
.wizard--vertical .wizard-header {
  flex-shrink: 0;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .wizard--vertical .wizard-header {
    width: 100%;
  }
}
.wizard--vertical .wizard-steps {
  flex-direction: column;
  gap: 0;
}
.wizard--vertical .wizard-steps::before {
  top: 2.5rem;
  bottom: 2.5rem;
  left: 1.25rem;
  right: auto;
  width: 2px;
  height: auto;
}
@media (max-width: 991.98px) {
  .wizard--vertical .wizard-steps::before {
    display: none;
  }
}
.wizard--vertical .wizard-step {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .wizard--vertical .wizard-step {
    display: flex;
  }
}
.wizard--vertical .wizard-step__indicator {
  margin-bottom: 0;
  margin-right: 1rem;
}
.wizard--vertical .wizard-step__label {
  max-width: none;
}
@media (max-width: 991.98px) {
  .wizard--vertical .wizard-step__label {
    display: block;
  }
}
.wizard--vertical .wizard-step.completed::after {
  top: 3.5rem;
  bottom: -1rem;
  left: 1.25rem;
  right: auto;
  width: 2px;
  height: auto;
}
.wizard--vertical .wizard-content {
  flex: 1;
  min-width: 0;
}

.ocr-upload {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.ocr-upload__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .ocr-upload__grid {
    grid-template-columns: 1fr;
  }
}

.ocr-upload__zone {
  position: relative;
  border: 2px dashed #e0e0e0;
  border-radius: 0.75rem;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.ocr-upload__zone:hover {
  border-color: #1976d2;
  background-color: rgba(25, 118, 210, 0.02);
}
.ocr-upload__zone.dragover {
  border-color: #1976d2;
  background-color: rgba(25, 118, 210, 0.05);
}
.ocr-upload__zone.has-file {
  border-style: solid;
  border-color: #138808;
  background-color: #e8f5e9;
}
.ocr-upload__zone.error {
  border-color: #d32f2f;
  background-color: #ffebee;
}

.ocr-upload__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #bdbdbd;
}
.has-file .ocr-upload__icon {
  color: #138808;
}

.ocr-upload__label {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0.5rem;
}

.ocr-upload__hint {
  font-size: 0.875rem;
  color: #9e9e9e;
}

.ocr-upload__input {
  position: absolute !important;
  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;
}

.ocr-upload__preview {
  position: relative;
  max-width: 100%;
  margin-top: 1rem;
}
.ocr-upload__preview img {
  max-width: 100%;
  max-height: 150px;
  border-radius: 0.375rem;
}

.ocr-upload__remove {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d32f2f;
  color: #ffffff;
  border-radius: 9999px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: transform 150ms ease-in-out;
}
.ocr-upload__remove:hover {
  transform: scale(1.1);
}
.ocr-upload__remove svg {
  width: 0.75rem;
  height: 0.75rem;
}

.ocr-upload__actions {
  margin-top: 1.5rem;
  text-align: center;
}

.ocr-results {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

.ocr-results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.ocr-results__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.ocr-results__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.ocr-results__status--success {
  color: #138808;
}
.ocr-results__status--error {
  color: #d32f2f;
}
.ocr-results__status--processing {
  color: #0288d1;
}

.ocr-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
}
@media (max-width: 767.98px) {
  .ocr-results__grid {
    grid-template-columns: 1fr;
  }
}
.ocr-results__grid--single {
  grid-template-columns: 1fr;
}

.ocr-results__field--full {
  grid-column: 1/-1;
}

.ocr-results__confidence {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #9e9e9e;
  margin-top: 0.25rem;
}
.ocr-results__confidence .progress {
  width: 50px;
  height: 4px;
}
.ocr-results__confidence--high .progress-bar {
  background-color: #138808;
}
.ocr-results__confidence--medium .progress-bar {
  background-color: #ffc107;
}
.ocr-results__confidence--low .progress-bar {
  background-color: #d32f2f;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-grid {
    display: grid !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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !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;
}

.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-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem !important;
}

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

.ml-3 {
  margin-left: 0.75rem !important;
}

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

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

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

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

.pr-3 {
  padding-right: 0.75rem !important;
}

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

.pl-3 {
  padding-left: 0.75rem !important;
}

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

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

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

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

.mr-4 {
  margin-right: 1rem !important;
}

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

.ml-4 {
  margin-left: 1rem !important;
}

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

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

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

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

.pr-4 {
  padding-right: 1rem !important;
}

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

.pl-4 {
  padding-left: 1rem !important;
}

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

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

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

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

.mr-5 {
  margin-right: 1.25rem !important;
}

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

.ml-5 {
  margin-left: 1.25rem !important;
}

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

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

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

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

.pr-5 {
  padding-right: 1.25rem !important;
}

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

.pl-5 {
  padding-left: 1.25rem !important;
}

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

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

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

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

.mr-6 {
  margin-right: 1.5rem !important;
}

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

.ml-6 {
  margin-left: 1.5rem !important;
}

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

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

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

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

.pr-6 {
  padding-right: 1.5rem !important;
}

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

.pl-6 {
  padding-left: 1.5rem !important;
}

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

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

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

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

.mr-8 {
  margin-right: 2rem !important;
}

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

.ml-8 {
  margin-left: 2rem !important;
}

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

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

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

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

.pr-8 {
  padding-right: 2rem !important;
}

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

.pl-8 {
  padding-left: 2rem !important;
}

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

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

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

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

.mr-12 {
  margin-right: 3rem !important;
}

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

.ml-12 {
  margin-left: 3rem !important;
}

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

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

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

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

.pr-12 {
  padding-right: 3rem !important;
}

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

.pl-12 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-none {
  text-transform: none !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-nowrap {
  white-space: nowrap !important;
}

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

.fs-xs {
  font-size: 0.75rem !important;
}

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

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

.fs-md {
  font-size: 1.125rem !important;
}

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

.fs-xl {
  font-size: 1.5rem !important;
}

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

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

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

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

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

.lh-relaxed {
  line-height: 1.75 !important;
}

.text-primary {
  color: #1976d2 !important;
}

.text-secondary {
  color: #757575 !important;
}

.text-success {
  color: #138808 !important;
}

.text-danger {
  color: #d32f2f !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #0288d1 !important;
}

.text-light {
  color: #e0e0e0 !important;
}

.text-dark {
  color: #424242 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #9e9e9e !important;
}

.text-body {
  color: #212121 !important;
}

.bg-primary {
  background-color: #1976d2 !important;
}

.bg-secondary {
  background-color: #757575 !important;
}

.bg-success {
  background-color: #138808 !important;
}

.bg-danger {
  background-color: #d32f2f !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-info {
  background-color: #0288d1 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #424242 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-body {
  background-color: #f4f6f9 !important;
}

.bg-primary-soft {
  background-color: #e3f2fd !important;
}

.bg-success-soft {
  background-color: #e8f5e9 !important;
}

.bg-danger-soft {
  background-color: #ffebee !important;
}

.bg-warning-soft {
  background-color: #fff8e1 !important;
}

.bg-info-soft {
  background-color: #e1f5fe !important;
}

.border {
  border: 1px solid #e0e0e0 !important;
}

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

.border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.border-right {
  border-right: 1px solid #e0e0e0 !important;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

.border-left {
  border-left: 1px solid #e0e0e0 !important;
}

.border-primary {
  border-color: #1976d2 !important;
}

.border-success {
  border-color: #138808 !important;
}

.border-danger {
  border-color: #d32f2f !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-info {
  border-color: #0288d1 !important;
}

.border-light {
  border-color: #eeeeee !important;
}

.border-dark {
  border-color: #424242 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 0.75rem !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.rounded-circle {
  border-radius: 9999px !important;
}

.rounded-pill {
  border-radius: 9999px !important;
}

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

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

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.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;
}

.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;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

.translate-middle-y {
  transform: translateY(-50%) !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-y-auto {
  overflow-y: auto !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-move {
  cursor: move !important;
}

.sr-only {
  position: absolute !important;
  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;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.dashboard-charts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .dashboard-charts {
    grid-template-columns: 1fr;
  }
}

.dashboard-recent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .dashboard-recent {
    grid-template-columns: 1fr;
  }
}

.registration-info {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.registration-info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
}

.registration-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .registration-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .registration-info__grid {
    grid-template-columns: 1fr;
  }
}

.registration-info__item-label {
  font-size: 0.875rem;
  color: #9e9e9e;
  margin-bottom: 0.25rem;
}
.registration-info__item-value {
  font-weight: 500;
  color: #212121;
}

.clinical-case-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid #e0e0e0;
}
.clinical-case-card--abnormal {
  border-left-color: #d32f2f;
}
.clinical-case-card--normal {
  border-left-color: #138808;
}
.clinical-case-card--pending {
  border-left-color: #ffc107;
}

.followup-timeline {
  position: relative;
  padding-left: 2rem;
}
.followup-timeline::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #eeeeee;
}

.followup-item {
  position: relative;
  padding-bottom: 1.5rem;
}
.followup-item::before {
  content: "";
  position: absolute;
  left: calc(-2rem + 1rem - 4px);
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #bdbdbd;
  border: 2px solid #ffffff;
}
.followup-item--completed::before {
  background-color: #138808;
}
.followup-item--pending::before {
  background-color: #ffc107;
}
.followup-item--overdue::before {
  background-color: #d32f2f;
}

.report-filters {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.report-filters__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .report-filters__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .report-filters__grid {
    grid-template-columns: 1fr;
  }
}

.report-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .report-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .report-summary {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.admin-tabs {
  margin-bottom: 1.5rem;
}

.admin-user-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.admin-user-card:last-child {
  margin-bottom: 0;
}

.admin-user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-user-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #bbdefb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #1976d2;
}

.empty-state {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 4rem 1.5rem;
  text-align: center;
}
.empty-state__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  color: #e0e0e0;
}
.empty-state__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 0.5rem;
}
.empty-state__message {
  color: #757575;
  max-width: 400px;
  margin: 0 auto 1.5rem;
}

@media print {
  .sidebar,
  .app-header,
  .app-footer,
  .btn,
  .no-print {
    display: none !important;
  }
  .app-main {
    margin-left: 0 !important;
  }
  .card {
    box-shadow: none;
    border: 1px solid #e0e0e0;
  }
  body {
    background-color: #ffffff;
  }
}

/*# sourceMappingURL=app.css.map*/