:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #006587;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #7acdd8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 101, 135;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 122, 205, 216;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #006587;
  --bs-link-hover-color: #004e67;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #004e67;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1 0 auto;
}
body a {
  color: #6F8992;
}
body a:hover {
  color: #566d75;
}
body .btn-outline-primary {
  --bs-btn-color: #6F8992;
  --bs-btn-border-color: #6F8992;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6F8992;
  --bs-btn-hover-border-color: #6F8992;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6F8992;
  --bs-btn-active-border-color: #6F8992;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6F8992;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6F8992;
  --bs-gradient: none;
}
body .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6F8992;
  --bs-btn-border-color: #6F8992;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #566d75;
  --bs-btn-hover-border-color: #566d75;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #64838d;
  --bs-btn-active-border-color: #64838d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6F8992;
  --bs-btn-disabled-border-color: #6F8992;
}
body .accordion {
  --bs-accordion-btn-focus-border-color: #9fc4d2;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-active-color: #304146;
  --bs-accordion-active-bg: #bddfea;
}
body .navbar {
  background-color: #6F8992;
}
body h1 {
  color: #6F8992;
}
body h1 small {
  font-size: 50%;
  color: #888;
}
body h2,
body h3,
body h4 {
  color: #ffae87;
}
body h2 small,
body h3 small,
body h4 small {
  font-size: 50%;
  color: #888;
}
body .form-control:disabled,
body .form-control[readonly] {
  background-color: rgba(55, 55, 55, 0.3);
  opacity: 1;
  cursor: not-allowed;
}
body footer {
  flex-shrink: 0;
  margin-top: 10px;
  background-color: #6F8992;
  color: #fff;
}
body footer a {
  color: #fff;
}
body footer a:hover {
  color: #fff;
}
body #flashes {
  position: fixed;
  top: 70px;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  height: 0;
  z-index: 99999;
}
body #flashes .alert {
  display: inline-block;
}
body select.form-control {
  appearance: auto;
}
body .alert-form p {
  margin: 0;
}
body .formContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
body .formContainer .help-block {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 0.8em;
  opacity: 0.5;
  border-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.1);
}
body .formContainer .help-block:before {
  content: "\25B2 ";
}
#enableLight {
  display: none;
}
#enableDark {
  display: inline-block;
}
[data-bs-theme="dark"] #enableLight {
  display: inline-block;
}
[data-bs-theme="dark"] #enableDark {
  display: none;
}
[data-bs-theme="light"] #enableLight {
  display: none;
}
[data-bs-theme="light"] #enableDark {
  display: inline-block;
}
.formContainer input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.colorBox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 5px 5px -4px 0px;
  cursor: pointer;
}
.newForm fieldset {
  display: block;
  min-inline-size: min-content;
  margin-inline: 2px;
  border-width: 2px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding-block: 0.35em 0.625em;
  padding-inline: 0.75em;
  margin-bottom: 0;
  border-radius: 0.3em;
  height: calc(100% - 0.1em);
}
.newForm legend {
  box-sizing: border-box;
  color: #adadad;
  color-scheme: dark;
  display: block;
  width: auto;
  float: none;
  font-size: 16px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
  padding-inline-end: 2px;
  padding-inline-start: 2px;
  text-align: start;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
}
.newForm .form-text {
  font-size: 0.8em;
  margin: 2px 0 0 0;
  background: #f2f2f2;
  padding: 5px;
}
.newForm .nav-link {
  width: 150px;
}
.newForm .tabInput {
  width: 125px;
}
@media (min-width: 992px) {
  .stickyMode {
    height: calc(100vh - 175px);
    overflow-y: unset;
    padding: 0 5px 0 0;
    position: sticky;
    top: 89px;
  }
  .stickyMode::-webkit-scrollbar {
    width: 5px;
  }
  .stickyMode::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
}
.sidebar .dropdown-toggle {
  outline: 0;
}
.sidebar .btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.sidebar .btn-toggle:hover,
.sidebar .btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
  background-color: var(--bs-tertiary-bg);
}
.sidebar .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.sidebar .btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
.sidebar .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
.sidebar .btn-toggle .btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}
.sidebar .btn-toggle .btn-toggle-nav:hover,
.sidebar .btn-toggle .btn-toggle-nav:focus {
  background-color: var(--bs-tertiary-bg);
}
.datagrid form > .row-filters {
  background: #f9f9f9;
  padding: 8px;
  border: 1px solid #ddd;
  border-bottom: 0 none;
}
body[data-bs-theme="dark"] .datagrid {
  background-color: #333;
}
body[data-bs-theme="dark"] .datagrid .row-grid-bottom {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #333;
}
body[data-bs-theme="dark"] .datagrid form > .row-filters {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #333;
}
#hotOverflow {
  width: 100%;
  max-width: 100%;
  height: 350px;
  overflow: hidden;
}
#hot {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/*# sourceMappingURL=admin.css.map */