@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes strafeRight {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 0.2rem;
  }
}
@keyframes strafeLeft {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 0.2rem;
  }
}
@keyframes strafeUp {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0.2rem;
  }
}
@keyframes strafeDown {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 0.2rem;
  }
}
/*──────────────────────────────────
  COLORS
──────────────────────────────────*/
/*──────────────────────────────────
  THEME COLOR
──────────────────────────────────*/
/*──────────────────────────────────
  FONT
──────────────────────────────────*/
/*──────────────────────────────────
  Z‑INDEX
──────────────────────────────────*/
/*──────────────────────────────────
  BREAKPOINT
──────────────────────────────────*/
/*──────────────────────────────────
  ENCODE COLOR  (for inline SVGs)
──────────────────────────────────*/
/*──────────────────────────────────
  MEDIA BREAKPOINT UP
──────────────────────────────────*/
/*──────────────────────────────────
  SVG ICON BACKGROUND MIXIN
──────────────────────────────────*/
.bg-light {
  background-color: #f7f7f7 !important;
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-info {
  background-color: #0000FF !important;
}
.bg-primary {
  background-color: #539CC2 !important;
}
.bg-success {
  background-color: #9EDA4A !important;
}
.bg-error {
  background-color: #DA4A4A !important;
}
.bg-warn {
  background-color: #FFA500 !important;
}
.bg-yellow {
  background-color: #EEDD4A !important;
}

.border {
  border-color: #d1d1d1 !important;
}
.border-top, .border-left, .border-right, .border-bottom {
  border-color: #d1d1d1 !important;
}

@media (min-width: 94em) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}

.img-logo {
  display: block;
  max-width: 250px;
  max-height: 10vh;
  min-height: 50px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .img-logo {
    margin: 0;
  }
}

#calculationPreloader {
  position: fixed;
  height: 29px;
  width: 120px;
  top: 41px;
  background-color: #ffffff;
  border-radius: 5rem;
  padding: 0.5rem 0.8rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ececec;
  pointer-events: none;
}

.text-default, .text-black {
  color: #04030F !important;
}
.text-orange {
  color: #FFA500 !important;
}
.text-info, .text-wet, .text-blue {
  color: #0000E6 !important;
}
.text-green {
  color: #9EDA4A !important;
}
.text-primary {
  color: #539CC2 !important;
}
.text-secondary {
  color: #777777 !important;
}
.text-success {
  color: #9EDA4A !important;
}
.text-danger {
  color: #DA4A4A !important;
}
.text-warning {
  color: #EEDD4A !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #04030F;
}

.bootstrap-select .no-results {
  background-color: transparent;
  color: #04030F;
}

.bs-searchbox .form-control {
  height: calc(3em + 2px);
  min-height: calc(3em + 2px);
  max-height: calc(3em + 2px);
  padding: 0.375rem 1.5rem;
}
.bs-searchbox .form-control::placeholder, .bs-searchbox .form-control::-webkit-input-placeholder {
  opacity: 0.3;
}

button:not(:disabled).form-control {
  cursor: text;
}
button:not(:disabled).form-control.dropdown-toggle::after {
  position: absolute;
  border: 0;
  margin: 0;
  top: -5px;
  left: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2304030F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
}
button:not(:disabled).form-control-sm.dropdown-toggle::after {
  background-size: 1.2rem;
  background-position: top 1rem right 0.7rem;
}

.bootstrap-select .filter-option-inner, .bootstrap-select .filter-option-inner-inner {
  height: 100%;
}
.bootstrap-select .filter-option-inner-inner {
  display: inline-flex;
  align-items: center;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 0;
  margin: 0 0 5px;
}

.dropdown-menu.show {
  border-radius: 8px;
}

.dropdown-menu.inner {
  margin: -1rem -1rem -1rem;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-transform: initial;
}

select.searchable.form-control[size],
select.searchable.form-control[multiple] {
  height: calc(3rem + 2px);
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

.leaflet-control,
.leaflet-top,
.leaflet-bottom {
  z-index: z-index(map-control);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.container {
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media (min-width: 62em) {
  body {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

hr {
  border-top-color: #d1d1d1;
  opacity: 1;
}

@font-face {
  font-display: fallback;
  font-family: "Boston";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BostonThin.otf") format("opentype");
}
@font-face {
  font-display: fallback;
  font-family: "Boston";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BostonRegular.otf") format("opentype");
}
@font-face {
  font-display: fallback;
  font-family: "Boston";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BostonSemiBold.otf") format("opentype");
}
@font-face {
  font-display: fallback;
  font-family: "Boston";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/BostonBold.otf") format("opentype");
}
@font-face {
  font-display: fallback;
  font-family: "Boston";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/BostonBlack.otf") format("opentype");
}
html {
  font-size: 96%;
  line-height: 1.5em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 34em) {
  html {
    font-size: 80%;
  }
}

body {
  font-family: "Boston", "helvetica neue", "helvetica", "calibri", "arial", sans-serif;
  color: #04030F;
}

input, button, select, textarea {
  font-family: "Boston", "helvetica neue", "helvetica", "calibri", "arial", sans-serif;
  color: #04030F;
}

body, input, button, select, textarea, label, small {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  color: #539CC2;
}

h1, .h1 {
  font-size: 1.8rem;
  font-family: "Boston", "helvetica neue", "helvetica", "calibri", "arial", sans-serif;
}

h2, .h2 {
  font-size: 1.2rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 1.1rem;
  font-style: oblique;
}

h5, .h5 {
  font-size: 1rem;
  font-style: oblique;
}

h6, .h6 {
  font-size: 0.9rem;
  font-style: oblique;
}

dd {
  margin-bottom: 0.5rem;
}
dd[class*=col] {
  margin-bottom: 0rem;
}

.form-group + h1, .form-group + h2, .form-group + h3, .form-group + h4, .form-group + h5, .form-group + h6 {
  margin-top: 2rem;
}

a {
  color: #539CC2;
  font-weight: 600;
}
a:hover, a:focus, a:active {
  color: rgb(120.6480686695, 177.669527897, 207.3519313305);
}

p {
  max-width: 30rem;
}

.font-family-head {
  font-family: "Boston", "helvetica neue", "helvetica", "calibri", "arial", sans-serif;
  letter-spacing: 0.16px;
}

small,
.small {
  font-size: 90%;
  font-weight: unset;
}

.error {
  color: #DA4A4A;
  font-weight: 600;
}

.app {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.app-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 48em) {
  .app-content {
    flex-direction: row;
  }
}
.app-content .content {
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
.app-noauth {
  align-items: center;
  justify-content: center;
}
.app-noauth .logo {
  width: 150px;
  margin-bottom: 3vh;
}
.app-noauth .app-content {
  flex-grow: 0;
}
@media (min-width: 34em) {
  .app-noauth .app-content {
    min-width: 400px;
  }
}
@media (min-width: 62em) {
  .app {
    position: relative;
    width: 100%;
    border-top-width: 0;
  }
}

.content {
  grid-area: main;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.content-header {
  display: flex;
  background-color: #f7f7f7;
  padding: 1rem 2rem 0;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .content-header {
    flex-wrap: nowrap;
  }
}
.content-header h1, .content-header h2, .content-header h3 {
  margin-bottom: 0;
}
.content-header-title {
  margin-bottom: 0;
}
.content-header-list ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .content-header-list ul {
    flex-direction: row;
  }
}
.content-header-list ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 62em) {
  .content-header-list ul li {
    margin-bottom: 0;
  }
}
.content-header-list ul li::marker {
  color: #f7f7f7;
}
.content-header-buttons {
  white-space: nowrap;
}
.content-header-buttons .btn-label:not(:only-child) {
  display: none;
}
.content-header-buttons .btn-label + .fas, .content-header-buttons .btn-label + .far {
  margin: 0;
}
@media (min-width: 48em) {
  .content-header-buttons .btn-label:not(:only-child) {
    display: inline;
  }
  .content-header-buttons .btn-label + .fas, .content-header-buttons .btn-label + .far {
    margin-left: 1rem;
  }
}
.content-header-buttons .btn + .btn {
  margin-left: 0.5rem;
}
.content-nav {
  padding: 1.75rem 2rem 0;
}
.content-form {
  padding: 2rem;
}
.content-form h1, .content-form h2 {
  padding-bottom: 1.5rem;
}
.content-form h3, .content-form h4, .content-form h5, .content-form h6 {
  padding-bottom: 0.5rem;
}
.content-dashboard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: -1rem -2rem;
}
@media (min-width: 62em) {
  .content-dashboard {
    flex-direction: row;
  }
}
.content-dashboard-main, .content-dashboard-side {
  padding: 1rem 2rem;
}
.content-dashboard-side {
  order: -1;
  background-color: rgba(247, 247, 247, 0.5);
  border-left: 2px solid #ececec;
}
@media (min-width: 62em) {
  .content-dashboard-side {
    order: unset;
  }
}
.content-body {
  padding: 2rem 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.content-body .content-dashboard {
  margin-top: -2rem;
}
.content-body > .table-responsive {
  width: auto;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  flex-shrink: 0;
}
.content-body > .table-responsive .table th:first-of-type,
.content-body > .table-responsive .table td:first-of-type {
  padding-left: 2rem;
}
.content-body > .table-responsive .table th:last-of-type,
.content-body > .table-responsive .table td:last-of-type {
  padding-right: 2rem;
}
.content-body > .table-responsive thead th {
  font-weight: 600;
}

.dashboard {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem 3rem;
  margin: -1rem -2rem -2rem;
  flex-direction: column;
  gap: 1.5rem;
  --trans-duration: .2s;
  --trans-timing: ease-in-out;
  transition: padding var(--trans-duration) var(--trans-timing);
}
@media (min-width: 62em) {
  .dashboard {
    flex-direction: row;
  }
}
.dashboard-column {
  flex-grow: 1;
  gap: 1rem;
  max-width: 100%;
}
.dashboard-chart {
  transition: padding var(--trans-duration) var(--trans-timing);
}
.dashboard-chart .chart-container {
  height: 450px;
  transition: height var(--trans-duration) var(--trans-timing);
}
.dashboard-chart-legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: max-width var(--trans-duration) var(--trans-timing);
}
.dashboard-chart-legend .h2 {
  white-space: nowrap;
  transition: font-size var(--trans-duration) var(--trans-timing) margin var(--trans-duration) var(--trans-timing);
}
@media (min-width: 62em) {
  .dashboard-image {
    max-width: 20%;
    transition: max-width var(--trans-duration) var(--trans-timing);
  }
}
@media (min-width: 62em) {
  .dashboard-form {
    max-width: 33.3333333333%;
    transition: max-width var(--trans-duration) var(--trans-timing);
  }
}

.header {
  grid-area: header;
}

.map {
  min-height: 300px;
  flex-grow: 1;
}
.map-popup {
  padding: 0.5rem 0.25rem;
}
.map-popup-footer {
  margin-top: 1rem;
}

.leaflet-popup-content {
  padding: 1.4rem 2.2rem 1.4rem 1.4rem;
  margin: 0;
}
.leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  border: 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}
.leaflet-popup-tip {
  width: 14px;
  height: 14px;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 1.3rem;
  right: 1.3rem;
  font-size: 14px;
  opacity: 0.5;
  padding: 0;
}

.pagination li {
  font-size: 1rem;
  color: #04030F;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.pagination li:only-child {
  display: none;
}
.pagination li + li {
  margin-left: 0.3rem;
}
.pagination li a {
  display: inline-block;
  padding: 0.65rem 1.2rem 0.55rem;
  border-radius: 0.5rem;
  line-height: 1.5;
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px #f7f7f7;
  text-decoration: none;
}
.pagination li.active {
  padding: 0.65rem 1.2rem 0.55rem;
  border-radius: 0.5rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #539CC2;
}

body {
  scrollbar-color: #539CC2 #f7f7f7;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #f7f7f7;
  background-color: #539CC2;
  border-radius: 0;
}

.sheet {
  flex-grow: 1;
  background-color: #f7f7f7;
  margin: 0 -2rem -2rem;
  padding: 0 4rem 4rem;
}
.sheet-toggle {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.sheet-grid {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 75em) {
  .sheet-grid {
    flex-wrap: nowrap;
  }
}
.sheet-column {
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 34em) {
  .sheet-column {
    min-width: auto;
  }
}

.sidebar {
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .sidebar {
    border-right: 1px solid #d1d1d1;
  }
}

.accordion {
  --bs-accordion-active-color: #777777;
  --bs-accordion-active-bg: #f7f7f7;
  --bs-accordion-border-color: #d1d1d1;
}

.alert {
  border-radius: 1rem;
}
.alert-info {
  background-color: theme-color("backgroundLight");
  border-color: theme-color("border");
  color: theme-color("textBody");
}
.alert-success {
  background-color: theme-color("success", 0.2);
  border-color: theme-color("success", 0.5);
}
.alert-danger {
  background-color: theme-color("danger", 0.1);
  border-color: theme-color("danger", 0.4);
}
.alert-warning {
  background-color: theme-color("warning", 0.1);
  border-color: theme-color("warning", 0.4);
}

.badge {
  display: inline-flex;
  position: relative;
  background-color: transparent;
  color: #04030F;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  align-content: center;
  justify-content: center;
  border-radius: 0;
}
.badge-blue {
  color: #04030F;
  background-color: #0000FF;
}
.badge-green {
  color: #04030F;
  background-color: #9EDA4A;
}
.badge-orange {
  color: #04030F;
  background-color: #FFA500;
}
.badge-red {
  color: #ffffff;
  background-color: #DA4A4A;
}
.badge-primary {
  color: #ffffff;
  background-color: #539CC2;
}
.badge-secondary {
  color: #ffffff;
  background-color: #777777;
}
.badge-tertiary {
  color: #04030F;
  background-color: #f7f7f7;
}
.badge-default {
  color: #04030F;
  background-color: #f7f7f7;
}
.badge-success {
  color: #04030F;
  background-color: #9EDA4A;
}
.badge-warning {
  color: #04030F;
  background-color: #EEDD4A;
}
.badge-danger {
  color: #ffffff;
  background-color: #DA4A4A;
}
.badge-sm {
  font-size: 0.8rem;
}
.badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 0;
}
.badge-circle-sm {
  font-size: 0.8rem;
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.badge-circle-xs {
  font-size: 0.7rem;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.badge-spinner {
  width: 60%;
  height: 60%;
}
.badge.badge-counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
.badge-column {
  flex-direction: column;
  width: 5rem;
  background: none;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.badge-column::before {
  border-radius: 0.325rem;
}
.table .badge-column {
  margin: -1rem 0;
  vertical-align: middle;
}

.badge-column-header, .badge-column-body {
  position: relative;
}
.badge-column-header {
  opacity: 0.3;
  font-size: 0.7rem;
}

button:focus,
a:focus {
  outline: 2px solid #ececec;
}
button:hover:focus, button:active:focus,
a:hover:focus,
a:active:focus {
  outline: 0;
}

.btn {
  font-size: 1rem;
  color: #04030F;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.table .btn:not(.btn-icon) {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 20rem;
}
.table .btn:not(.btn-icon) .btn-label {
  text-align: left;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-sm {
  font-size: 0.9rem;
  padding: 0.5rem 1rem 0.4rem;
}
.btn-xl {
  font-size: 1.2rem;
  padding: 1.15rem 2rem 1.05rem;
}
.btn-label + .fas,
.btn-label + .far {
  margin-left: 1rem;
}
.btn-close {
  background: none;
}
.btn-block {
  max-width: 300px;
  margin: 0 auto 0.5rem;
}
@media (min-width: 62em) {
  .btn-block {
    margin: 0;
  }
}
.btn-center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .btn-center {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 0.35;
  filter: grayscale(100);
}
.btn-default:not(:disabled):not(.disabled) {
  color: black;
  background-color: #f7f7f7;
  box-shadow: 0 0 0 0 #f7f7f7;
  border-color: #f7f7f7;
}
.btn-default:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: rgb(234.25, 234.25, 234.25);
  box-shadow: 0 0 0 1px rgb(234.25, 234.25, 234.25);
}
.btn-default:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(234.25, 234.25, 234.25);
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active:focus {
  color: black;
  border-color: #f7f7f7;
  background-color: rgb(234.25, 234.25, 234.25);
  box-shadow: 0 0 0 0 rgb(234.25, 234.25, 234.25);
}
.btn-default:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-default:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-default:not(:disabled):not(.disabled).active:active, .btn-default:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-white:not(:disabled):not(.disabled) {
  color: black;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 1px rgb(242.25, 242.25, 242.25);
}
.btn-white:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(242.25, 242.25, 242.25);
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus {
  color: black;
  border-color: #ffffff;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 0 rgb(242.25, 242.25, 242.25);
}
.btn-white:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-white:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-white:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-white:not(:disabled):not(.disabled).active:active, .btn-white:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-primary:not(:disabled):not(.disabled) {
  color: white;
  background-color: #04030F;
  box-shadow: 0 0 0 0 #04030F;
  border-color: #04030F;
}
.btn-primary:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: hsl(245, 66.6666666667%, -1.4705882353%);
  box-shadow: 0 0 0 1px hsl(245, 66.6666666667%, -1.4705882353%);
}
.btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px hsl(245, 66.6666666667%, -1.4705882353%);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  color: white;
  border-color: #04030F;
  background-color: hsl(245, 66.6666666667%, -1.4705882353%);
  box-shadow: 0 0 0 0 hsl(245, 66.6666666667%, -1.4705882353%);
}
.btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}
.btn-primary:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #777777;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #777777;
}
.btn-primary:not(:disabled):not(.disabled).active:active, .btn-primary:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #777777;
}
.btn-outline:not(:disabled):not(.disabled) {
  color: black;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  border-color: #539CC2;
}
.btn-outline:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 1px rgb(242.25, 242.25, 242.25);
}
.btn-outline:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(242.25, 242.25, 242.25);
}
.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled):active:focus {
  color: black;
  border-color: #539CC2;
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 0 0 0 rgb(242.25, 242.25, 242.25);
}
.btn-outline:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-outline:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-outline:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-outline:not(:disabled):not(.disabled).active:active, .btn-outline:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-secondary:not(:disabled):not(.disabled) {
  color: white;
  background-color: #777777;
  box-shadow: 0 0 0 0 #777777;
  border-color: #777777;
}
.btn-secondary:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: rgb(106.25, 106.25, 106.25);
  box-shadow: 0 0 0 1px rgb(106.25, 106.25, 106.25);
}
.btn-secondary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(106.25, 106.25, 106.25);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  color: white;
  border-color: #777777;
  background-color: rgb(106.25, 106.25, 106.25);
  box-shadow: 0 0 0 0 rgb(106.25, 106.25, 106.25);
}
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-secondary:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-secondary:not(:disabled):not(.disabled).active:active, .btn-secondary:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-success:not(:disabled):not(.disabled) {
  color: white;
  background-color: #9EDA4A;
  box-shadow: 0 0 0 0 #9EDA4A;
  border-color: #9EDA4A;
}
.btn-success:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: rgb(146.6536697248, 213.6720183486, 52.8279816514);
  box-shadow: 0 0 0 1px rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-success:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus {
  color: white;
  border-color: #9EDA4A;
  background-color: rgb(146.6536697248, 213.6720183486, 52.8279816514);
  box-shadow: 0 0 0 0 rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-success:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-success:not(:disabled):not(.disabled).active:active, .btn-success:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-warning:not(:disabled):not(.disabled) {
  color: white;
  background-color: #9EDA4A;
  box-shadow: 0 0 0 0 #9EDA4A;
  border-color: #9EDA4A;
}
.btn-warning:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: rgb(146.6536697248, 213.6720183486, 52.8279816514);
  box-shadow: 0 0 0 1px rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-warning:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus {
  color: white;
  border-color: #9EDA4A;
  background-color: rgb(146.6536697248, 213.6720183486, 52.8279816514);
  box-shadow: 0 0 0 0 rgb(146.6536697248, 213.6720183486, 52.8279816514);
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-warning:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-warning:not(:disabled):not(.disabled).active:active, .btn-warning:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-danger:not(:disabled):not(.disabled) {
  color: white;
  background-color: #DA4A4A;
  box-shadow: 0 0 0 0 #DA4A4A;
  border-color: #DA4A4A;
}
.btn-danger:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: rgb(213.6720183486, 52.8279816514, 52.8279816514);
  box-shadow: 0 0 0 1px rgb(213.6720183486, 52.8279816514, 52.8279816514);
}
.btn-danger:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 2px rgb(213.6720183486, 52.8279816514, 52.8279816514);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus {
  color: white;
  border-color: #DA4A4A;
  background-color: rgb(213.6720183486, 52.8279816514, 52.8279816514);
  box-shadow: 0 0 0 0 rgb(213.6720183486, 52.8279816514, 52.8279816514);
}
.btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #539CC2;
  border-color: #539CC2;
}
.btn-danger:not(:disabled):not(.disabled).active:hover {
  box-shadow: 0 0 0 1px #539CC2;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px #539CC2;
}
.btn-danger:not(:disabled):not(.disabled).active:active, .btn-danger:not(:disabled):not(.disabled).active:active:focus {
  box-shadow: 0 0 0 0 #539CC2;
}
.btn-link {
  color: #539CC2;
  cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: rgb(39.1394849785, 85.9785407725, 110.3605150215);
}
.btn-link:focus {
  box-shadow: 0 0 0 2px rgba(83, 156, 194, 0.2);
}
.btn-link-danger {
  color: #DA4A4A;
}
.btn-link-danger:hover, .btn-link-danger:focus {
  color: rgb(136.5802752294, 27.9197247706, 27.9197247706);
}
.btn-link-danger:focus {
  box-shadow: 0 0 0 2px rgba(218, 74, 74, 0.2);
}
.btn-link-switch {
  opacity: 0.5;
  text-transform: initial;
  color: #539CC2;
}
.btn-link-switch.active {
  opacity: 1;
}
.btn-icon {
  height: 2.7rem;
  width: 2.7rem;
  min-width: 2.7rem;
  max-width: 2.7rem;
  padding: 0;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.btn-icon-sm {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  font-size: 0.8rem;
}

.card {
  --x-padding: 2.5rem;
  --y-padding: 2.5rem;
  border: 0;
  border-radius: 0;
  box-shadow: 6px 0 60px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.card-sm {
  --x-padding: 2rem;
  --y-padding: 2rem;
}
.card-header, .card-footer {
  background-color: transparent;
}
.card-header {
  border-bottom: 0;
  padding: calc(var(--y-padding) * 0.8) var(--x-padding) calc(var(--y-padding) * 0.3);
}
.card-body {
  padding: calc(var(--y-padding) * 0.3) var(--x-padding);
}
.card-body:first-child {
  padding: calc(var(--y-padding) * 0.8) var(--x-padding) calc(var(--y-padding) * 0.3);
}
.card-body:last-child {
  padding: calc(var(--y-padding) * 0.3) var(--x-padding) var(--y-padding);
}
.card.card-body, .card-body:only-child {
  padding: calc(var(--y-padding) * 0.8) var(--x-padding);
}
.card-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 0;
  padding: calc(var(--y-padding) * 0.3) var(--x-padding) calc(var(--y-padding) * 0.8);
}

.cluster-0 {
  background-color: #04030F;
}

.cluster-1 {
  background-color: #8AC03F;
}

.cluster-2 {
  background-color: #DA4A4A;
}

.cluster {
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  border: 1px solid transparent;
  font-family: monospace;
  padding-bottom: 1px;
}
.cluster::before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
}

.digit-1 {
  font-size: 14px;
  height: 28px;
  width: 28px;
  margin-top: 14px;
  margin-left: 14px;
}

.digit-2 {
  font-size: 16px;
  height: 38px;
  width: 38px;
  margin-top: 19px;
  margin-left: 19px;
}
.digit-2::before {
  border-width: 2px;
}

.digit-3 {
  font-size: 18px;
  height: 48px;
  width: 48px;
  margin-top: 24px;
  margin-left: 24px;
  border-width: 3px;
}
.digit-3::before {
  border-width: 3px;
}

.digit-4 {
  font-size: 20px;
  height: 58px;
  width: 58px;
  margin-top: 29px;
  margin-left: 29px;
  border-width: 4px;
}
.digit-4::before {
  border-width: 4px;
}

.digit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.draggable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.draggable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.dropdown-toggle-nocaret::after {
  content: none;
}
.dropdown-menu {
  padding: 1rem;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 30px 10px rgba(4, 3, 15, 0.1);
  z-index: 1000;
  margin-top: 8px;
  min-width: 20rem;
  z-index: calc(1000 + 2);
  right: -50px !important;
}
.dropdown-menu-center {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown-item {
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  border-radius: 0.5rem;
}
.dropdown-item.active, .dropdown-item:active {
  color: #539CC2;
  background-color: rgba(83, 156, 194, 0.1);
}
.dropdown.show .dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  bottom: 0;
  transform: translate(50%, 130%);
  z-index: calc(1000 + 1);
}

.filters {
  display: flex;
  grid-gap: 0.5rem;
  flex-wrap: wrap;
}
.filters-column {
  position: relative;
  width: 16rem;
}
.filters + .btn {
  margin-left: 0.75rem;
}

.form-check {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}
.form-check-input {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgb(195.9442060086, 221.008583691, 234.0557939914);
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.form-check-input:checked {
  background-color: #539CC2;
  border-color: #539CC2;
}
.form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(83, 156, 194, 0.25);
}
.form-check-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: hsl(0, 0%, 106.862745098%);
}
.form-check-label {
  margin-left: 0.5rem;
  font-weight: 600;
  color: #04030F;
  cursor: pointer;
}

.form-checkbox {
  margin: 0 0.5rem;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.form-group {
  position: relative;
  max-width: 26rem;
}
.form-group:last-child:not(:only-child) {
  margin-bottom: 0;
}
.form-group .control-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  pointer-events: none;
  background-color: #f9fafb;
  padding: 0 0.25rem;
}
.form-group .input-label {
  transition: all 0.15s ease-in-out;
  font-size: 0.8rem;
  font-weight: 500;
  pointer-events: none;
  padding: 0 0.25rem;
  color: #539CC2;
}
.form-group .form-control:focus + .control-label,
.form-group .form-control:not(:placeholder-shown) + .control-label {
  font-size: 0.75rem;
  color: #2563eb;
}
.form-check .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
}
.form-check .checkbox-wrapper:has(.form-check-input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-check .checkbox-wrapper .form-check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-check .checkbox-wrapper .checkbox-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.125rem;
  background-color: #f9fafb;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.form-check .checkbox-wrapper .form-check-input:checked + .checkbox-indicator {
  background-color: #2563eb;
  border-color: #2563eb;
}
.form-check .checkbox-wrapper .checkbox-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control {
  font-size: 1rem;
  min-height: 40px;
  max-height: 40px;
  height: auto;
  font-weight: 500;
  color: #111827;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  transition: all 0.15s ease-in-out;
  outline: none;
}
.form-control::file-selector-button {
  background: white;
  border-radius: 0.5rem;
  color: #6b7280;
  margin-left: -0.25rem;
}
.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb, 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.form-control:focus + .control-label {
  top: -0.5rem;
  font-size: 0.75rem;
  color: #2563eb;
}
.form-control:not(:placeholder-shown) + .control-label {
  top: -0.5rem;
  font-size: 0.75rem;
  color: #2563eb;
}
.form-control-sm {
  padding: 0 1.25rem;
  font-size: 0.9rem;
  min-height: 32px;
  max-height: 32px;
  height: auto;
}
.form-bullet {
  position: relative;
}
.form-bullet::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-bullet .form-control {
  padding-left: calc(2.5rem + 10px);
}
.form-bullet .control-label {
  padding-left: calc(1rem + 10px);
}
.form-bullet-blue::before {
  background-color: #3b82f6;
}
.form-bullet-green::before {
  background-color: #10b981;
}
.form-bullet-orange::before {
  background-color: #f97316;
}
.form-bullet-red::before {
  background-color: #ef4444;
}

select.form-control {
  padding-left: 1.5rem;
  padding-right: 3.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 1.4rem right 1rem;
  background-size: 1.5rem;
}
select.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb, 0 0 0 3px rgba(37, 99, 235, 0.2);
}
select.form-control-sm {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  background-size: 1.2rem;
  background-position: right 1rem center;
}

textarea.form-control {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
  max-height: none;
  border-radius: 1rem;
}
textarea.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb, 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.control-label ~ textarea.form-control {
  padding-top: 2rem;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-radius: 0.5rem;
}

.gauge {
  position: relative;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  margin: 0 auto;
}

.icon {
  display: inline-block;
  width: 2rem;
  padding-top: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.custom-control label {
  font-size: 1rem;
}

label.required::after {
  content: "*";
  color: #DA4A4A;
  margin-left: 0.2rem;
}

.control-label {
  position: absolute;
  left: calc(1.5rem + 1px);
  top: 0.45rem;
  color: #777777;
  font-weight: 600;
  font-size: 0.8rem;
  z-index: 4;
  max-width: calc(100% - 3rem + 1px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  transition: font-size 0.1s ease-in-out, top 0.1s ease-in-out;
}
.control-label-sm {
  left: calc(1.25rem + 1px);
  top: 0.45rem;
  font-weight: 600;
  font-size: 0.7rem;
}
.control-label-down .control-label {
  font-size: 1.1rem;
  top: 1.3rem;
}
.control-label-down .control-label-sm {
  font-size: 1rem;
  top: 0.9rem;
}
.control-label-down-onload .control-label {
  transition-duration: 0s;
}

.list-group {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.list-group-item {
  display: -webkit-box;
  display: flex;
  padding: 1.2rem 1.4rem;
  border: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  grid-gap: 1rem;
}
.list-group-item-sm {
  padding: 1rem 1.2rem;
}
.list-group-item h5 {
  font-size: 0.9rem;
}
.list-group-item + .list-group-item {
  border-top: 1px solid #f7f7f7;
}
.list-group-item-column {
  min-width: 0;
  color: #04030F;
}
.list-group-item-column:hover, .list-group-item-column:focus {
  text-decoration: none;
  outline: 0;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group-item-image {
  width: 2.25rem;
  font-size: 1.5rem;
  color: #539CC2;
  text-align: center;
}
.list-group-item-image .icon {
  width: 1.875rem;
}
.list-group-item-title, .list-group-item-subtitle {
  font-weight: 600;
}
.list-group-item-subtitle {
  opacity: 0.3;
}
.list-group-item-body {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-right: -1.2rem;
}
.list-group-item-active {
  background-color: #f7f7f7;
}
.list-group-item-action {
  color: #04030F;
  padding-right: 2rem;
}
.list-group-item-action:focus {
  outline: 0;
}
.list-group-item-action:hover {
  background-color: #f7f7f7;
}

.modal {
  z-index: 3020;
}
.modal-content {
  border: 0;
  border-radius: 1.25rem;
}
.modal-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-style: normal;
}
.modal-header {
  border-bottom: 0;
  padding: 2rem 2rem 1rem;
}
@media (min-width: 48em) {
  .modal-header {
    padding: 2rem 3rem 1rem;
  }
}
.modal-header .btn-close {
  font-size: 1rem;
  opacity: 0.3;
  margin: -1rem -2rem -2rem auto;
}
.modal-body {
  padding: 1rem 2rem;
}
@media (min-width: 48em) {
  .modal-body {
    padding: 1rem 3rem;
  }
}
.modal-body .modal-footer {
  padding: 1rem 0 0;
}
.modal-body:only-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.modal-body:first-child {
  padding-top: 2rem;
}
.modal-body:last-child {
  padding-bottom: 2rem;
}
.modal-footer {
  padding: 1rem 2rem 2rem;
  border-top: 0;
}
@media (min-width: 48em) {
  .modal-footer {
    padding: 1rem 3rem 2rem;
  }
}
.modal-backdrop {
  z-index: 3019;
}

.navbar .nav-item {
  font-family: font-family(head);
}

.nav-link {
  color: #bdbbbb;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.navbar .nav-link.active {
  position: relative;
  color: #DA4A4A;
}

.navbar .nav-link.active:not(.lvl2)::before {
  content: "";
  position: absolute;
  background-color: #DA4A4A;
  height: 100%;
  width: 4px;
  left: -1.5rem;
}
@media (max-width: 75em) {
  .navbar .nav-link.active:not(.lvl2)::before {
    top: 0;
  }
}
@media (min-width: 75em) {
  .navbar .nav-link.active:not(.lvl2)::before {
    width: 100%;
    height: 3px;
    bottom: calc(-1rem - 1px);
    left: 0;
  }
}
.navbar .nav-link.active:not(.lvl2)::before {
  border-radius: 2rem 2rem 0 0;
}

.nav-link.active, .nav-link:focus, .nav-link:hover:focus, .nav-link:hover {
  color: #539CC2;
}
.nav-link:active, .nav-link:active:focus {
  color: rgb(59.1673819742, 129.974248927, 166.8326180258);
}
.nav-link-alt {
  color: #DA4A4A;
}
.nav-link-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.nav-link-icon .fas {
  font-size: 1.3rem;
}
@media (min-width: 75em) {
  .nav-link-underline::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 95%;
    bottom: -0.6rem;
    height: 0.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0.3rem 0.3rem 0 0;
    transition: background 0.2s ease-in-out;
    pointer-events: none;
  }
  .nav-link-underline:hover {
    color: #04030F;
  }
  .nav-link-underline:hover:focus {
    color: #04030F;
  }
  .nav-link-underline:hover::before {
    background-color: #ececec;
    transition-duration: 0s;
  }
  .nav-link-underline.active {
    color: #04030F;
  }
  .nav-link-underline.active::before {
    background-color: #777777;
  }
}
.nav-item {
  position: relative;
  padding-inline: 0.5rem;
  height: 100%;
}
.nav-form {
  position: relative;
}
.nav-icon + .nav-label, .nav-label + .nav-icon {
  margin-left: 0.5rem;
}
.nav-tabs {
  flex-wrap: nowrap;
  border: 0;
}
.nav-tabs .nav-link {
  border: 0;
  font-size: 0.9rem;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  opacity: 0.5;
  margin-bottom: 0;
}
.nav-tabs .nav-link:hover {
  opacity: 1;
  color: #04030F;
}
.nav-tabs .nav-link.active {
  color: #539CC2;
  box-shadow: 0 -0.5rem 2rem 0 rgba(4, 3, 15, 0.05);
  opacity: 1;
}
.nav-tabs .nav-link.active::after {
  content: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ffffff;
}

.navbar {
  flex-wrap: nowrap;
  background-color: #ffffff;
  padding: 1rem;
}
.navbar-border-bottom {
  border-bottom: 1px solid #d1d1d1;
}
.navbar-nav {
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}
.navbar-brand {
  margin-left: 1rem;
  font-size: 1rem;
  color: #04030F;
  font-weight: 600;
  padding: 0;
}
.navbar-brand img {
  height: 2.5rem;
}
.navbar-title {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0;
}
.navbar-title-main {
  margin: 0;
  padding: 0 1rem;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
}
.navbar-filters {
  padding: 0;
}
@media (max-width: 75em) {
  .navbar-collapse {
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 3010;
    padding: 2rem;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .navbar-collapse .navbar-nav {
    align-items: flex-start;
    height: 100%;
  }
  .navbar-collapse .navbar-nav .nav-item {
    height: auto;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 20px 0 70px 0px rgba(4, 3, 15, 0.2);
  }
}

.note {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.6rem 1.2rem;
  background: #FFA500;
  border-radius: 0;
  color: #ffffff;
  font-weight: 600;
  pointer-events: none;
  z-index: 3000;
}
.note-label {
  display: none;
}
@media (min-width: 34em) {
  .note-label {
    display: inline;
    margin-left: 0.5rem;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #04030F;
  height: 100%;
  background-color: white;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0 30px 10px rgba(4, 3, 15, 0.1);
  transition: transform 0.3s ease-in-out;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.75rem;
  margin-top: -0.5rem;
  margin-right: -0.75rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1.5rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: translateX(0);
}

.progress {
  height: auto;
  line-height: normal;
  font-size: 1rem;
  position: relative;
  padding: 0.25rem 0.6rem;
  margin: -0.25rem 0;
}
.progress-bar {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  background-color: #539CC2;
}
.progress-body {
  text-align: left;
  font-weight: 600;
}
.progress-success .progress-bar {
  background-color: #9EDA4A;
}
.progress-success .progress-body {
  color: #04030F;
}
.progress-warning .progress-bar {
  background-color: #EEDD4A;
}
.progress-warning .progress-body {
  color: #ffffff;
}
.progress-danger .progress-bar {
  background-color: #DA4A4A;
}
.progress-danger .progress-body {
  color: #ffffff;
}

.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table th,
.table td {
  padding: 1rem 1.2rem;
  vertical-align: middle;
}
.table-shrink-last-column th:last-child, .table-shrink-last-column td:last-child {
  width: 1px;
  white-space: nowrap;
}
.table tfoot td {
  border-bottom-width: 0;
}
.table-small th,
.table-small td {
  padding: 0.6rem 0.8rem;
  font-size: 0.9rem;
}
.table thead th {
  border-top: none;
  border-bottom-color: #d1d1d1;
  border-bottom-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8rem;
  font-weight: 400;
}
.content-body > .table-responsive thead th {
  background-color: #f7f7f7;
}

.table td {
  border-top: none;
}
.table td .btn:not(.btn-icon) {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.table td .btn-sm {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.table td .btn-icon {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.table td .btn-icon-sm {
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}
.table tr.active {
  background-color: #539CC2;
  color: #ffffff;
}
.table tbody td {
  border-bottom: 2px solid #f7f7f7;
}
.table tfoot {
  font-size: 0.8rem;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #04030F;
  --bs-table-bg-type: #f7f7f7;
}
.table-borderless th:first-child, .table-borderless td:first-child {
  padding-left: 0;
}
.table-borderless th:last-child, .table-borderless td:last-child {
  padding-right: 0;
}
.table-borderless tbody td {
  border: 0;
}
.table-sm {
  line-height: 1;
}
.table-sm thead th,
.table-sm .thead th,
.table-sm td {
  padding: 0.5rem 0.6rem;
}
.table-sm .thead th,
.table-sm thead th {
  color: #777777;
  font-weight: 400;
}
.table-sm .thead th h1, .table-sm .thead th h2, .table-sm .thead th h3, .table-sm .thead th h4, .table-sm .thead th h5, .table-sm .thead th h6,
.table-sm thead th h1,
.table-sm thead th h2,
.table-sm thead th h3,
.table-sm thead th h4,
.table-sm thead th h5,
.table-sm thead th h6 {
  color: #ececec;
}
.table-sm thead tr:first-child th,
.table-sm .thead tr:first-child th {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}
.table-responsive {
  margin-bottom: 1rem;
}
.table-responsive .table {
  margin-bottom: 0;
}

.tab-content {
  height: 100%;
  min-height: 0;
}
.tab-pane {
  height: 100%;
}

.timeline-marker {
  width: 30px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
}
.timeline-item {
  position: relative;
  padding-left: 0;
}
.timeline-item + .timeline-item {
  border-top: 0;
}
.timeline-item:not(:only-child)::before {
  content: "";
  position: absolute;
  top: calc(3px - 50%);
  left: 15px;
  width: 4px;
  height: 100%;
  background-color: #ececec;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-item:first-child::before {
  content: none;
}
.timeline-blue:not(:only-child)::before {
  background-color: #0000FF;
  width: 6px;
}
.timeline-green-dark:not(:only-child)::before {
  background-color: #9EDA4A;
  width: 6px;
}
.timeline-green:not(:only-child)::before {
  background-color: #8AC03F;
  width: 6px;
}
.timeline-orange:not(:only-child)::before {
  background-color: #FFA500;
  width: 6px;
}
.timeline-red:not(:only-child)::before {
  background-color: #DA4A4A;
  width: 6px;
}
.timeline-primary:not(:only-child)::before {
  background-color: #539CC2;
  width: 6px;
}
.timeline-secondary:not(:only-child)::before {
  background-color: #777777;
  width: 6px;
}
.timeline-tertiary:not(:only-child)::before {
  background-color: #f7f7f7;
  width: 6px;
}
.timeline-success:not(:only-child)::before {
  background-color: #9EDA4A;
  width: 6px;
}
.timeline-warning:not(:only-child)::before {
  background-color: #EEDD4A;
  width: 6px;
}
.timeline-danger:not(:only-child)::before {
  background-color: #DA4A4A;
  width: 6px;
}

#formhelper-toast-container > div.formhelper-toast {
  box-shadow: none;
  opacity: 1;
  cursor: default;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
  width: 25rem;
  line-height: 1.2;
  background-position: 1.8rem center;
  background-size: 2rem;
  border-radius: 0;
}
#formhelper-toast-container > div.formhelper-toast:hover {
  box-shadow: none;
}
#formhelper-toast-container > div.formhelper-toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239EDA4A' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'></polyline></svg>")  !important;
  background-color: #04030F;
}
#formhelper-toast-container > div.formhelper-toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'><path fill='%23DA4A4A' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.19 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.19 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/></svg>")  !important;
  background-color: #04030F;
}

.formhelper-toast {
  border: 0;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: none;
}
.formhelper-toast-container {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2090;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  pointer-events: none;
  top: auto;
  right: auto;
}
@media (min-width: 48em) {
  .formhelper-toast-container {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
.formhelper-toast-container .formhelper-toast {
  pointer-events: all;
  margin-bottom: 0;
}
.formhelper-toast-container .formhelper-toast + .formhelper-toast {
  margin-top: 1rem;
}
.formhelper-toast-title {
  background-color: transparent;
  padding: 1.2rem 1.5rem 0.2rem;
  border: 0;
  color: inherit;
  font-size: 1.2rem;
}
.formhelper-toast-message {
  font-size: 1rem;
  padding: 0.2rem 3.5rem 1.2rem 1.5rem;
}
.formhelper-toast ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style-type: circle;
}

.tooltip {
  z-index: z-index(tooltips);
  pointer-events: none;
  border-radius: 0;
}
.tooltip.bs-tooltip-right {
  animation: strafeRight 0.2s ease-in-out forwards;
}
.tooltip.bs-tooltip-left {
  animation: strafeLeft 0.2s ease-in-out forwards;
}
.tooltip.bs-tooltip-top {
  animation: strafeUp 0.2s ease-in-out forwards;
}
.tooltip.bs-tooltip-bottom {
  animation: strafeDown 0.2s ease-in-out forwards;
}

.form-group .fas[data-bs-toggle=tooltip] {
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  font-size: 1.2rem;
  width: 1rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field-validation-error,
.validation-summary-errors {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: #DA4A4A !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.field-validation-error {
  padding-left: 1rem;
  padding-right: 1rem;
}
.field-validation-error::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #DA4A4A;
  border-radius: 50%;
  top: -2.35rem;
  right: 3rem;
}

.app-login {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.app-login a {
  text-decoration: none;
}
.app-login a:hover {
  text-decoration: underline;
}
.app-login h1 {
  color: #222222;
  font-weight: 600;
}
.app-login p {
  color: #777777;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}
.app-login .login {
  min-width: 400px;
  flex: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-login .login .login-container {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-login .login .login-container .logo {
  height: 64px;
  aspect-ratio: 1/1;
  border-radius: 30%;
}
.app-login .side-image {
  flex: 1;
  background-color: rgba(83, 156, 194, 0.1);
  box-sizing: border-box;
  padding: 8px;
}
.app-login .side-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 992px) {
  .app-login .login {
    min-width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .app-login {
    flex-direction: column;
    height: 100vh;
  }
  .app-login .side-image {
    display: none;
  }
  .app-login .login {
    width: 100%;
    min-width: unset;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
  }
  .app-login .login-container {
    max-width: 320px;
    width: 100%;
  }
  .app-login h1 {
    font-size: 1.5rem;
  }
  .app-login p {
    font-size: 0.9rem;
  }
}

.app {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}

.app-sidebar {
  flex: 0 0 260px;
  max-width: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.app-sidebar .sidebar-title {
  width: 100%;
  padding: 20px;
  background-color: #539CC2;
}
.app-sidebar .sidebar-title h1 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: white;
}
.app-sidebar .sidebar-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.app-sidebar .sidebar-content .navigation {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.app-sidebar .sidebar-content .profile-card {
  padding: 8px;
}
.app-sidebar .sidebar-content > div:last-child {
  flex-shrink: 0;
}

.app-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 8px;
  background-color: #edf5f9;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-body {
  padding: 0 !important;
}

.navigation-tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation-tabs li button {
  padding: 8px 16px;
  font-weight: normal;
}

.chart-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.chart-header {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 16px;
}

.chart-wrapper {
  flex: 1 1 0;
  min-height: 0;
  padding: 0;
}

#map {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  gap: 8px;
}

.tabs-section {
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
}
.tabs-section .navigation-tabs {
  width: 100%;
}
.tabs-section .navigation-tabs ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs-section .navigation-tabs ul li button {
  padding: 8px 16px;
  font-weight: normal;
}
.tabs-section .tab-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.tabs-section .tab-content ol li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-section .tab-content .actions-column {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.tabs-section .tab-content .actions-column a {
  border-radius: 8px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs-section .tab-content .actions-column a:hover {
  /*background-color: #9bcc60;*/
  background-color: rgba(0, 0, 0, 0.05);
}
.tabs-section .table-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 4px;
}

.map-chart-section {
  flex: 1;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  gap: 8px;
}
.map-chart-section .map-container,
.map-chart-section .chart-container {
  flex: 1;
  border-radius: 8px;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.location-display {
  max-width: 240px;
  width: 100%;
  text-align: center;
  background-color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
  padding: 7px 16px;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.filters {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.filters .form-check {
  margin: 0;
}

.filters-column {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.content-wrapper .tab-navigation {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.content-wrapper .tab-navigation button {
  padding: 8px 16px;
  font-weight: normal;
}

.tab-content {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

#main {
  flex: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: "stack";
  place-items: start end;
}
.map-wrapper #map {
  height: 100%;
  width: 100%;
  background: white;
  border: 1px solid white;
  border-radius: 8px;
  grid-area: stack;
}
.map-wrapper .map-menu {
  width: 250px;
  height: auto;
  padding: 8px;
  margin: 8px;
  border-radius: 6px;
  background: #ffffff;
  grid-area: stack;
  z-index: 1000;
}
.map-wrapper .map-menu form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.layout-row {
  display: flex;
  gap: 8px;
  width: 100%;
}
.layout-row .layout-main {
  flex: 1.2;
}
.layout-row .layout-side {
  flex: 1;
}
@media (max-width: 992px) {
  .layout-row {
    flex-direction: column;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

.main-wrapper {
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.container-box {
  border-radius: 8px;
  background-color: white;
  padding: 16px;
}

.container-box-spaced {
  border-radius: 8px;
  background-color: white;
  padding: 4px;
}

.pill {
  border-radius: 100px;
  padding: 4px 8px;
}

.limited-url {
  max-width: 200px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

.center-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
