@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: rgb(51, 51, 51);
  --primary: rgb(50, 74, 102);
  --secondary: #ed663e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: rgb(51, 51, 51);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(50, 74, 102);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(24.8355263158, 36.7565789474, 50.6644736842);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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.5rem;
  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: none;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(197.6, 204.32, 212.16);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(148.4, 160.88, 175.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(182.9980446927, 191.4275418994, 201.2619553073);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(182.9980446927, 191.4275418994, 201.2619553073);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(249.96, 212.16, 200.96);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(245.64, 175.44, 154.64);
}

.table-hover .table-secondary:hover {
  background-color: rgb(247.7846445498, 193.669478673, 177.6353554502);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(247.7846445498, 193.669478673, 177.6353554502);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(197.88, 197.88, 197.88);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(148.92, 148.92, 148.92);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-color: rgb(70.125, 70.125, 70.125);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: rgb(51, 51, 51);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(70.125, 70.125, 70.125);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='rgb%2851, 51, 51%29' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='rgb%2851, 51, 51%29' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(37.4177631579, 55.3782894737, 76.3322368421);
  border-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(37.4177631579, 55.3782894737, 76.3322368421);
  border-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
  box-shadow: 0 0 0 0.2rem rgba(80.75, 101.15, 124.95, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
  border-color: rgb(29.0296052632, 42.9638157895, 59.2203947368);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80.75, 101.15, 124.95, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #ed663e;
  border-color: #ed663e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(233.7369668246, 74.2642180095, 27.0130331754);
  border-color: rgb(226.8436018957, 68.1706161137, 21.1563981043);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(233.7369668246, 74.2642180095, 27.0130331754);
  border-color: rgb(226.8436018957, 68.1706161137, 21.1563981043);
  box-shadow: 0 0 0 0.2rem rgba(239.7, 124.95, 90.95, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #ed663e;
  border-color: #ed663e;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(226.8436018957, 68.1706161137, 21.1563981043);
  border-color: rgb(215.1812796209, 64.6658767773, 20.0687203791);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 124.95, 90.95, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
  box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}

.btn-outline-primary {
  color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(50, 74, 102);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.5);
}

.btn-outline-secondary {
  color: #ed663e;
  border-color: #ed663e;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ed663e;
  border-color: #ed663e;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ed663e;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ed663e;
  border-color: #ed663e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: rgb(51, 51, 51);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-link {
  font-weight: 400;
  color: rgb(50, 74, 102);
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(24.8355263158, 36.7565789474, 50.6644736842);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(50, 74, 102);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgb(50, 74, 102);
  background-color: rgb(50, 74, 102);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(134.5460526316, 162.8881578947, 195.9539473684);
  border-color: rgb(134.5460526316, 162.8881578947, 195.9539473684);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(50, 74, 102);
  background-color: rgb(50, 74, 102);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 74, 102, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(50, 74, 102, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 74, 102, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 74, 102, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='rgb%2851, 51, 51%29' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(50, 74, 102);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(134.5460526316, 162.8881578947, 195.9539473684);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(50, 74, 102);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(134.5460526316, 162.8881578947, 195.9539473684);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: rgb(50, 74, 102);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(134.5460526316, 162.8881578947, 195.9539473684);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(50, 74, 102);
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(50, 74, 102);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(24.8355263158, 36.7565789474, 50.6644736842);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: rgb(50, 74, 102);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #ed663e;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(226.8436018957, 68.1706161137, 21.1563981043);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: rgb(51, 51, 51);
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(26, 38.48, 53.04);
  background-color: rgb(214, 218.8, 224.4);
  border-color: rgb(197.6, 204.32, 212.16);
}
.alert-primary hr {
  border-top-color: rgb(182.9980446927, 191.4275418994, 201.2619553073);
}
.alert-primary .alert-link {
  color: rgb(9.2236842105, 13.6510526316, 18.8163157895);
}

.alert-secondary {
  color: rgb(123.24, 53.04, 32.24);
  background-color: rgb(251.4, 224.4, 216.4);
  border-color: rgb(249.96, 212.16, 200.96);
}
.alert-secondary hr {
  border-top-color: rgb(247.7846445498, 193.669478673, 177.6353554502);
}
.alert-secondary .alert-link {
  color: rgb(82.8152508361, 35.642006689, 21.6647491639);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(214.2, 214.2, 214.2);
  border-color: rgb(197.88, 197.88, 197.88);
}
.alert-dark hr {
  border-top-color: rgb(185.13, 185.13, 185.13);
}
.alert-dark .alert-link {
  color: rgb(1.02, 1.02, 1.02);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(50, 74, 102);
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: rgb(50, 74, 102);
  border-color: rgb(50, 74, 102);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: rgb(26, 38.48, 53.04);
  background-color: rgb(197.6, 204.32, 212.16);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(26, 38.48, 53.04);
  background-color: rgb(182.9980446927, 191.4275418994, 201.2619553073);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26, 38.48, 53.04);
  border-color: rgb(26, 38.48, 53.04);
}

.list-group-item-secondary {
  color: rgb(123.24, 53.04, 32.24);
  background-color: rgb(249.96, 212.16, 200.96);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(123.24, 53.04, 32.24);
  background-color: rgb(247.7846445498, 193.669478673, 177.6353554502);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 53.04, 32.24);
  border-color: rgb(123.24, 53.04, 32.24);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(197.88, 197.88, 197.88);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(185.13, 185.13, 185.13);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 26.52, 26.52);
  border-color: rgb(26.52, 26.52, 26.52);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.4rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: rgb(50, 74, 102) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(33.2236842105, 49.1710526316, 67.7763157895) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(226.8436018957, 68.1706161137, 21.1563981043) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: rgb(51, 51, 51) !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: rgb(50, 74, 102) !important;
}

.border-secondary {
  border-color: #ed663e !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: rgb(51, 51, 51) !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: rgb(50, 74, 102) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(24.8355263158, 36.7565789474, 50.6644736842) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(203.518957346, 61.1611374408, 18.981042654) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: rgb(51, 51, 51) !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(12.75, 12.75, 12.75) !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner, .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner,
.slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-auto[x-placement^=left] .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner, .slider.bs-tooltip-auto[x-placement^=right] .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .slider .tooltip.bs-tooltip-bottom .arrow, .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top, .slider .tooltip.bs-tooltip-auto[x-placement^=top] {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom, .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-auto[x-placement^=left], .slider .tooltip.bs-tooltip-right, .slider .tooltip.bs-tooltip-auto[x-placement^=right] {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .slider .tooltip.bs-tooltip-right .arrow, .slider .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: -moz-linear-gradient(top, #0480BE, #036fa5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
  background-image: -webkit-linear-gradient(top, #0480BE, #036fa5);
  background-image: -o-linear-gradient(top, #0480BE, #036fa5);
  background-image: linear-gradient(to bottom, #0480BE, #036fa5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5",GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480BE;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
  opacity: 1;
}


/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.24.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4286;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.bootstrap-table .fixed-table-container .table thead th,
.bootstrap-table .fixed-table-container .table tfoot th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.bootstrap-table .fixed-table-container .table thead th:focus,
.bootstrap-table .fixed-table-container .table tfoot th:focus {
  outline: 0 solid transparent;
}

.bootstrap-table .fixed-table-container .table thead th.detail,
.bootstrap-table .fixed-table-container .table tfoot th.detail {
  width: 30px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner,
.bootstrap-table .fixed-table-container .table tfoot th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th .sortable,
.bootstrap-table .fixed-table-container .table tfoot th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center,
.bootstrap-table .fixed-table-container .table tfoot th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23dcdcdc"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>');
  background-size: 16px 16px;
  background-position: center right 2px;
}

.bootstrap-table .fixed-table-container .table thead th .asc,
.bootstrap-table .fixed-table-container .table tfoot th .asc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.9496,41.4c-9.3763,-12.5 -24.60342,-12.5 -33.97972,0l-96.01334,128c-6.90096,9.2 -8.92624,22.9 -5.17572,34.9s12.45173,19.8 22.20309,19.8l192.02668,0c9.67634,0 18.45256,-7.8 22.20309,-19.8s1.65023,-25.7 -5.17572,-34.9l-96.01334,-128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table thead th .desc,
.bootstrap-table .fixed-table-container .table tfoot th .desc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.94959,471.6c-9.3763,12.5 -24.60342,12.5 -33.97972,0l-96.01334,-128c-6.90096,-9.2 -8.92624,-22.9 -5.17572,-34.9s12.45173,-19.8 22.20308,-19.8l192.02667,0c9.67634,0 18.45256,7.8 22.20308,19.8s1.65023,25.7 -5.17572,34.9l-96.01334,128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
  margin: 0 auto !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.25rem;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow: auto;
  height: 100%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: 0.5rem 1rem;
}

.bootstrap-table.bootstrap5 .float-left {
  float: left;
}

.bootstrap-table.bootstrap5 .float-right {
  float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-RegularItalic-93cc7707.woff2") format("woff2"), url("/assets/fonts/Gibson-RegularItalic-2081d9f2.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-Regular-c124bcb8.woff2") format("woff2"), url("/assets/fonts/Gibson-Regular-02adb4af.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-BoldItalic-50de85ec.woff2") format("woff2"), url("/assets/fonts/Gibson-BoldItalic-2820085f.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-SemiBold-26972229.woff2") format("woff2"), url("/assets/fonts/Gibson-SemiBold-cec3f3ea.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-Bold-d6fbc867.woff2") format("woff2"), url("/assets/fonts/Gibson-Bold-d7aae408.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gibson";
  src: url("/assets/fonts/Gibson-Light-824416de.woff2") format("woff2"), url("/assets/fonts/Gibson-Light-e5b108c1.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Axia";
  src: url("/assets/fonts/AxiaBlack-Regular-e579e242.woff2") format("woff2"), url("/assets/fonts/AxiaBlack-Regular-91ae1af0.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html * {
  font-family: "Gibson", "Helvetica Neue", "Helvetica";
}

html *:not(em, del, b, strong) {
  font-style: normal;
  font-weight: 300;
}

p {
  font-family: "Gibson", "Helvetica Neue", "Helvetica";
  font-weight: 300 !important;
  font-style: normal;
}

p a {
  text-decoration: none;
  line-height: 1;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 2px 0px;
  overflow: hidden;
  color: #333;
  vertical-align: bottom;
  transition: color 0.3s ease-out;
}

p a:not(.toggle_button)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateY(calc(100% - 2px));
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
  transition: transform 0.25s ease-out;
}

b {
  font-weight: 600;
}

.btn {
  font-weight: 300 !important;
  font-style: normal !important;
}

h1 {
  font-family: "Gibson", "Helvetica Neue", "Helvetica";
  font-weight: 900;
  font-style: normal;
}

h2, h3, h4 {
  margin-bottom: 0.2rem;
  font-family: "Gibson", "Helvetica Neue", "Helvetica";
  font-weight: normal;
  font-style: normal;
}

h5, h6 {
  margin-bottom: 0.2rem;
  font-family: "Gibson", "Helvetica Neue", "Helvetica";
  font-weight: 300 !important;
  font-style: normal;
}

h5 {
  font-size: 1rem;
}

.light {
  font-weight: 300;
  font-style: normal;
}

.axia {
  font-family: "Axia";
  font-weight: 900;
  font-style: normal;
}

.pass-graybar {
  height: 3px;
  background-color: #ccc;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url("/assets/passwordstrength-b8f53797.jpg");
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-size: 1em;
}

.pass-percent {
  margin-right: 5px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("images/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("images/layers-2x.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url("images/marker-icon.png");
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!@preserve
 * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2020 Jonathan Peterson and contributors
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.tempusdominus-bootstrap-datetimepicker-widget-day-click, body.tempusdominus-bootstrap-datetimepicker-widget-day-click * {
  cursor: pointer !important;
}

body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
  position: relative !important;
}

.tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel {
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer !important;
}

.bootstrap-datetimepicker-widget .datepicker-days tbody td {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 16rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks {
  width: 16rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 17rem;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod] {
  text-align: center;
  font-family: Arial, sans-serif, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 38px;
  height: 38px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span {
  line-height: 2.8;
  height: 2.8em;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
  cursor: default;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  color: #007bff;
  color: var(--blue, #007bff);
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover {
  color: #0056b3;
}

.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second {
  pointer-events: none;
  cursor: default;
}

.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover {
  background: 0 0;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* tetherboxes */
/* companies */
.tetherbox-marker {
  margin-left: -8px !important;
  margin-top: -8px !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 8px;
  outline: none;
}
.tetherbox-marker div {
  width: 11.2px;
  height: 11.2px;
  border-radius: 5.6px;
  margin-left: 2.4px;
  margin-top: 2.4px;
}

.marker-cluster {
  margin-left: -13px !important;
  margin-top: -13px !important;
  width: 26px !important;
  height: 26px !important;
  background-clip: padding-box;
  border-radius: 13px;
}
.marker-cluster div {
  width: 18.2px;
  height: 18.2px;
  margin-left: 3.9px;
  margin-top: 3.9px;
  text-align: center;
  border-radius: 9.1px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 20.8px;
  font-size: 10.4px;
}

.tetherbox-marker.marker-default {
  background-color: rgb(90.75, 90.75, 96.25);
}
.tetherbox-marker.marker-default .marker-default {
  background-color: #424246;
}

.marker-cluster.marker-default {
  background-color: rgb(103.125, 103.125, 109.375);
}
.marker-cluster.marker-default div {
  background-color: #424246;
}

.tetherbox-marker.marker-warning {
  background-color: rgb(255, 203.8, 51);
}
.tetherbox-marker.marker-warning .marker-warning {
  background-color: #ffbf00;
}

.marker-cluster.marker-warning {
  background-color: rgb(255, 210.2, 76.5);
}
.marker-cluster.marker-warning div {
  background-color: #ffbf00;
}

.tetherbox-marker.marker-danger {
  background-color: rgb(255, 178.5, 178.5);
}
.tetherbox-marker.marker-danger .marker-danger {
  background-color: rgb(255, 127.5, 127.5);
}

.marker-cluster.marker-danger {
  background-color: #ffcccc;
}
.marker-cluster.marker-danger div {
  background-color: rgb(255, 127.5, 127.5);
}

.tetherbox-marker.marker-demo {
  background-color: #3333ff;
}
.tetherbox-marker.marker-demo .marker-demo {
  background-color: #0000FF;
}

.marker-cluster.marker-demo {
  background-color: rgb(76.5, 76.5, 255);
}
.marker-cluster.marker-demo div {
  background-color: #0000FF;
}

.tetherbox-marker.marker-success {
  background-color: rgb(112.6244897959, 184.2489795918, 111.7510204082);
}
.tetherbox-marker.marker-success .marker-success {
  background-color: #52a451;
}

.marker-cluster.marker-success {
  background-color: rgb(129.5897959184, 192.6795918367, 128.8204081633);
}
.marker-cluster.marker-success div {
  background-color: #52a451;
}

.tetherbox-marker.marker-failed {
  background-color: #ff3333;
}
.tetherbox-marker.marker-failed .marker-failed {
  background-color: red;
}

.marker-cluster.marker-failed {
  background-color: rgb(255, 76.5, 76.5);
}
.marker-cluster.marker-failed div {
  background-color: red;
}

.tetherbox-marker.marker-silver {
  background-color: rgb(217.5, 217.5, 217.5);
}
.tetherbox-marker.marker-silver .marker-silver {
  background-color: #c0c0c0;
}

.marker-cluster.marker-silver {
  background-color: rgb(230.25, 230.25, 230.25);
}
.marker-cluster.marker-silver div {
  background-color: #c0c0c0;
}

.tetherbox-marker.marker-gold {
  background-color: #ffdf33;
}
.tetherbox-marker.marker-gold .marker-gold {
  background-color: #ffd700;
}

.marker-cluster.marker-gold {
  background-color: rgb(255, 227, 76.5);
}
.marker-cluster.marker-gold div {
  background-color: #ffd700;
}

.tetherbox-marker.marker-bronze {
  background-color: rgb(215, 152.6, 91);
}
.tetherbox-marker.marker-bronze .marker-bronze {
  background-color: #cd7f32;
}

.marker-cluster.marker-bronze {
  background-color: rgb(220, 165.4, 111.5);
}
.marker-cluster.marker-bronze div {
  background-color: #cd7f32;
}

.tetherbox-marker.marker-authorised {
  background-color: #3333ff;
}
.tetherbox-marker.marker-authorised .marker-authorised {
  background-color: #0000FF;
}

.marker-cluster.marker-authorised {
  background-color: rgb(76.5, 76.5, 255);
}
.marker-cluster.marker-authorised div {
  background-color: #0000FF;
}

.tetherbox-marker.marker-oem {
  background-color: rgb(94.2169811321, 196.7452830189, 66.2547169811);
}
.tetherbox-marker.marker-oem .marker-oem {
  background-color: #4aa232;
}

.marker-cluster.marker-oem {
  background-color: rgb(110.8160377358, 202.7594339623, 85.7405660377);
}
.marker-cluster.marker-oem div {
  background-color: #4aa232;
}

.marker-default, .marker-authorised {
  color: white;
}

.ts-dropdown {
  z-index: 1060 !important;
}

.ts-wrapper.multi .ts-control .item {
  font-size: 0.91rem !important;
  line-height: 1.2 !important;
  animation: itemSlideIn 0.3s ease-out;
  transition: all 0.25s ease;
}
.ts-wrapper.multi .ts-control .item:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ts-wrapper:not(.multi) .ts-control .item {
  font-size: 0.91rem !important;
  line-height: 1.2 !important;
  animation: none !important;
  transition: none !important;
}
.ts-wrapper:not(.multi) .ts-control .item:hover {
  opacity: 0.9;
}

.ts-wrapper.multi .ts-control .item a.remove,
.ts-wrapper.multi .ts-control .item .remove,
.ts-control .item a.remove,
.ts-control .item .remove {
  font-size: 0.7rem !important;
  line-height: 1 !important;
  padding: 2px 4px !important;
  margin-left: 4px !important;
  width: auto !important;
  height: auto !important;
  font-family: inherit !important;
  transition: all 0.2s ease;
  opacity: 0.7;
  border-radius: 3px;
}
.ts-wrapper.multi .ts-control .item a.remove:hover,
.ts-wrapper.multi .ts-control .item .remove:hover,
.ts-control .item a.remove:hover,
.ts-control .item .remove:hover {
  opacity: 1;
  background-color: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  transform: scale(1.1);
}
.ts-wrapper.multi .ts-control .item a.remove:active,
.ts-wrapper.multi .ts-control .item .remove:active,
.ts-control .item a.remove:active,
.ts-control .item .remove:active {
  transform: scale(0.95);
}

.ts-wrapper .ts-control .item a[class=remove],
.ts-wrapper .ts-control .item [class=remove] {
  font-size: 0.7rem !important;
  line-height: 1 !important;
}

.ts-dropdown:not(.ts-dropdown-hidden) .ts-dropdown-content {
  animation: dropdownFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top center;
}

@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
.ts-dropdown-content .option {
  transition: all 0.15s ease !important;
}
.ts-dropdown-content .option:hover {
  background-color: rgba(237, 102, 62, 0.1) !important; /* Faded $secondary (#ed663e) */
  transform: translateX(2px) !important; /* Subtle slide */
}
.ts-dropdown-content .option.active, .ts-dropdown-content .option.selected {
  background-color: rgba(237, 102, 62, 0.1) !important; /* Same as hover - no grey */
  position: relative !important;
  overflow: hidden !important;
}
.ts-dropdown-content .option.active::after, .ts-dropdown-content .option.selected::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 3px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #ed663e, #d1572a) !important; /* Beautiful orange gradient bar */
  animation: selectedSlide 0.3s ease-out !important;
}
.ts-dropdown-content .option:active {
  transform: translateX(1px) !important;
}

.ts-wrapper.multi .ts-control {
  transition: all 0.25s ease;
}
.ts-wrapper.multi .ts-control:focus-within {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(237, 102, 62, 0.15); /* $secondary with transparency */
}

.ts-wrapper:not(.multi) .ts-control {
  transition: box-shadow 0.15s ease; /* Only animate the focus shadow */
}
.ts-wrapper:not(.multi) .ts-control:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.25); /* Beautiful focus outline */
}

@keyframes itemSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px) scale(0.8);
  }
  50% {
    transform: translateX(2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes selectedSlide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes thumbnailContextFadeIn {
  0% {
    opacity: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  100% {
    opacity: 1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
.dropdown-menu.safe-transform-animation:not([hidden]) .dropdown-item, .dropdown-menu:not([hidden]) .dropdown-item {
  transition: all 0.15s ease !important;
  position: relative !important;
}
.dropdown-menu:not([hidden]) .dropdown-item:hover, .dropdown-menu:not([hidden]) .dropdown-item:focus {
  background-color: rgba(237, 102, 62, 0.1) !important; /* Faded $secondary (#ed663e) */
  transform: translateX(2px) !important; /* Subtle slide */
}
.dropdown-menu:not([hidden]) .dropdown-item:hover::before, .dropdown-menu:not([hidden]) .dropdown-item:focus::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 3px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #ed663e, #d1572a) !important; /* Beautiful orange gradient bar */
  animation: selectedSlide 0.3s ease-out !important;
}
.dropdown-menu:not([hidden]) .dropdown-item:active {
  transform: translateX(1px) !important;
}

.dropdown-menu:not([hidden]) {
  animation: thumbnailContextFadeIn 0.2s ease-out;
}
.dropdown-menu:not([hidden]) .dropdown-item-marker.disabled {
  color: inherit !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.dropdown-menu:not([hidden]) .dropdown-item-marker input[type=checkbox] {
  pointer-events: auto !important;
}
.dropdown-menu:not([hidden]) .dropdown-item-marker input[type=checkbox]:focus, .dropdown-menu:not([hidden]) .dropdown-item-marker input[type=checkbox]:active {
  outline: none;
}
.dropdown-menu:not([hidden]) .dropdown-item-marker {
  cursor: pointer;
  user-select: none;
}

.dropdown-menu.safe-transform-animation:not([hidden]) {
  animation: dropdownFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top center;
}
@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-wrapper.multi .item-highlight {
  animation: itemPulse 0.6s ease-out;
}

@keyframes itemPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(237, 102, 62, 0.4); /* $secondary with transparency */
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(237, 102, 62, 0); /* $secondary fading to transparent */
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ts-wrapper.multi.focus .ts-control {
  border-color: #ed663e !important; /* $secondary */
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.25) !important; /* $secondary with transparency */
  transition: all 0.15s ease-in-out;
}

.ts-wrapper:not(.multi).focus .ts-control {
  border-color: #ed663e !important; /* $secondary */
  box-shadow: 0 0 0 0.2rem rgba(237, 102, 62, 0.25) !important; /* $secondary with transparency */
  transition: all 0.15s ease-in-out; /* Beautiful focus transition */
}

.all-option-hint {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: #6c757d;
  cursor: pointer;
  padding: 1px 4px;
  border-radius: 2px;
  background: rgba(108, 117, 125, 0.1);
  transition: all 0.15s ease;
  z-index: 10;
  pointer-events: auto;
}
.all-option-hint:hover {
  background: rgba(0, 123, 255, 0.1) !important;
  color: #007bff !important;
  transform: translateY(-50%) scale(1.05);
}
.all-option-hint:active {
  transform: translateY(-50%) scale(1);
  background: rgba(0, 123, 255, 0.2) !important;
}

table {
  border-collapse: collapse;
}

table {
  border: 1px solid #ebebeb;
}
table tr td, table tr th {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
}
table tr td {
  color: #949494 !important;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
}
table tr.even, table table tr.alt, table table tr:nth-of-type(even) {
  background-color: #fff;
}
table thead > tr th {
  padding-right: 20px;
  white-space: nowrap;
}
table thead > tr th {
  color: #a6a7aa !important;
  font-size: 1em;
}
table tbody > tr td.controls {
  vertical-align: middle !important;
}
table tbody > tr td.toggle {
  vertical-align: middle !important;
}
table tbody > tr td.nowrap {
  width: 100%;
  min-width: 220px;
  text-overflow: clip;
  white-space: nowrap;
  word-break: keep-all;
}
table .has-tip.warning {
  color: orange !important;
}
table .has-tip.alert {
  color: red !important;
}
table .progress .meter {
  opacity: 0.85;
  position: relative;
  top: 1px;
  left: 0px;
}
table .progress .progress-meter-text {
  color: rgb(0, 0, 0) !important;
}
table .label, table .button, table .meter, table .progress {
  border-radius: 3px !important;
}
table .label .has-tip, table .button .has-tip, table .meter .has-tip, table .progress .has-tip {
  position: relative;
  top: 0px;
  color: #949494 !important;
  opacity: 0.85 !important;
  font-size: 1.02em !important;
}
table .progress.alert > .meter {
  background-color: Tomato !important;
}

.dataTables_wrapper {
  width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a.page-link {
  border: none;
}
.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_info {
  margin-top: 1rem !important;
}

@media (min-width: 640px) {
  .dataTables_wrapper .dt-bootstrap4 .row:first-child .col-sm-12 {
    max-width: 50%;
  }
}
.dataTables_wrapper .dt-bootstrap4 .row:nth-child(2) {
  overflow: auto;
}

@media (min-width: 640px) {
  .dataTables_filter {
    float: right;
  }
}

.dataTables_length {
  margin-bottom: 5px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc:before {
  bottom: 0.1em !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after {
  bottom: 0.1em !important;
}

.table th {
  padding-top: 0.35rem !important;
  padding-bottom: 0.2rem !important;
  font-weight: normal;
}

.dataTables_scrollBody table thead {
  visibility: collapse;
}

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

.datetimepicker {
  z-index: 999;
}

.tooltip p {
  margin-bottom: 0px;
  font-size: 100%;
}

aside.left-off-canvas-menu {
  background-color: rgb(248, 248, 250);
  border-right: 1px solid rgb(232, 232, 232);
}
aside.left-off-canvas-menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

#sidebar-nav {
  height: 100%;
}

.progress {
  min-width: 50px;
  position: relative;
}

.meter {
  float: left;
  position: absolute !important;
  height: 90% !important;
}

.progress-meter-text {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  white-space: nowrap;
  color: black !important;
}

.progress.amber > .meter {
  color: #ff7f00;
  background: #ff7f00;
}

.clear {
  clear: both;
}

.hide {
  display: none !important;
}

.small-icon {
  position: relative;
  top: -1px;
  max-width: 24px;
  max-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.table {
  width: 100%;
}

form span.hint {
  opacity: 0.7;
  font-size: 90%;
  display: block;
  margin-bottom: 10px;
  color: #737373;
}

table.simple_table {
  border: none;
  padding: 0px;
  margin: 0px;
  background: none !important;
}
table.simple_table td {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: white;
}
table.simple_table .key {
  font-weight: bold;
}
table.simple_table .val {
  text-align: left;
  padding-left: 3px;
}

.no-underline {
  text-decoration: none !important;
  border-bottom: none !important;
}

input[type=checkbox] {
  margin-right: 5px;
}

.button {
  border-radius: 5px !important;
}

.button-group label.button, .button-group a.button, .button-group span.button {
  border-left: 1px solid !important;
  border-bottom: 1px solid !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.button-group > li {
  margin: 0 1px;
}

.thumbnail, .thumbnail * {
  -moz-box-sizing: content-box;
  -webkit-touch-callout: none;
}

.reveal-modal-bg {
  z-index: 10004;
}

.reveal-modal {
  z-index: 10005;
}

.tooltip {
  z-index: 10006;
}

.choices__list--dropdown {
  z-index: 10051;
}

.tooltip {
  z-index: 10052;
}

.tooltip > .tooltip-inner {
  background-color: #333333;
}

.tooltip .arrow:before {
  border-bottom-color: #333333 !important;
}

.tooltip a {
  color: #ff774f;
}

.overlay-div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.overlay.loading {
  position: sticky;
  top: calc(50% - 35px - 40px - env(safe-area-inset-top));
  left: calc(50% - 35px);
  z-index: 10000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overlay.loading {
    top: calc(50% - 35px - 40px - 65px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
.overlay.loading:not(.small):before {
  margin: 0;
}

#events .thumbnails.with-opacity {
  opacity: 0.3;
}

.alert.alert-info.flat {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px;
}
.alert.alert-info.flat h5 {
  color: #1c5b64;
}

.row.no-padding {
  padding: 0 !important;
}

p {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

kbd {
  background-color: #e0f3f6 !important;
  border-color: #bbe5ec !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #333333 !important;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.error small.error {
  display: block;
  font-size: 75%;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input),
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input),
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input),
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input),
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input) {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 2px !important;
  background-color: white !important;
  cursor: pointer !important;
  position: relative !important;
  vertical-align: middle !important;
  margin-right: 6px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
}
input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):hover,
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):hover,
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):hover,
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):hover,
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):hover {
  border-color: rgb(237, 102, 62) !important;
  transform: scale(1.05) !important;
}
input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked,
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked,
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked,
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked,
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked {
  background-color: rgb(237, 102, 62) !important;
  border-color: rgb(237, 102, 62) !important;
  transform: scale(1) !important;
}
input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked::after,
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked::after,
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked::after,
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked::after,
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):checked::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 3px !important;
  height: 7px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: translate(-50%, -60%) rotate(45deg) !important;
  animation: checkmark 0.2s ease-in-out !important;
}
input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):focus,
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):focus,
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):focus,
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):focus,
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(237, 102, 62, 0.2) !important;
}
input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):disabled,
input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):disabled,
.form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):disabled,
.dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):disabled,
[data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):not(.tetherx-checkbox input):not(.switcher input):disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

@keyframes checkmark {
  0% {
    transform: translate(-50%, -60%) rotate(45deg) scale(0);
  }
  50% {
    transform: translate(-50%, -60%) rotate(45deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -60%) rotate(45deg) scale(1);
  }
}
.form-check-input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]) {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 2px !important;
  background-color: white !important;
}
.form-check-input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked {
  background-color: rgb(237, 102, 62) !important;
  border-color: rgb(237, 102, 62) !important;
  background-image: none !important;
}
.form-check-input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 3px !important;
  height: 7px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: translate(-50%, -60%) rotate(45deg) !important;
  animation: checkmark 0.2s ease-in-out !important;
}

blockquote {
  margin: 1rem 40px !important;
}

.signin-button {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.signin-button > div[role=button] {
  max-width: 210px !important;
  width: 210px !important;
}

.signin-button svg {
  height: 40px !important;
  width: 210px !important;
  max-width: 210px !important;
}

.signin-button text {
  font-family: "applied-button-font-0";
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.alert-wrapper {
  width: 100%;
  display: flow-root;
}
.alert-wrapper .alert {
  float: left;
  padding: 0.25rem 1rem 0.25rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1.5rem;
  display: flex;
  font-size: 0.9rem;
}
.alert-wrapper .alert.alert-dismissible .close {
  position: relative;
  padding: 0;
  margin-left: 0.25rem;
}
.alert-wrapper .alert b {
  font-weight: 700;
}
.alert-wrapper .alert p {
  margin-bottom: auto !important;
  margin-top: auto !important;
  line-height: 1.5;
  float: left;
}

.no-bullet {
  list-style-type: none;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
  margin: 0;
}
.no-bullet li {
  margin: 0;
}
.no-bullet ul {
  margin-left: 1.25rem;
}
.no-bullet li, .no-bullet ul, .no-bullet ol {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.radio-button-group label.btn input, .radio-button-group label.btn .tetherx-checkbox, .radio-button-group label.quote-btn input, .radio-button-group label.quote-btn .tetherx-checkbox {
  width: 0px;
  opacity: 0;
  margin: 0;
}

.list-group {
  width: 100%;
}

.small-icon {
  position: relative;
  top: -1px;
  max-width: 24px;
  max-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

body label {
  margin-bottom: 0;
  display: block;
}

ul, ol, dl {
  font-family: inherit;
}

form span.hint {
  opacity: 0.7;
  font-size: 90%;
  display: block;
  margin-bottom: 10px;
  color: #737373;
}

a.toggle_button.alert {
  position: inherit;
  padding: 0;
  margin-bottom: inherit;
  border: inherit;
  border-radius: inherit;
}

.dataTables_length label {
  float: left;
}

#perspectives_filter #layouts img,
#timelapse_filter img {
  max-width: 100%;
}

#timelapse_filter {
  margin-bottom: 200px;
}

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.filter-styles .btn-block + .btn-block {
  margin-top: 0;
}
.filter-styles .col-6:nth-child(even) {
  padding-left: 0.125rem;
}
.filter-styles .col-6:nth-child(odd) {
  padding-right: 0.125rem;
}
.filter-styles a.nav-link {
  padding-right: 9px;
  padding-left: 9px;
}

.nav-tabs a.nav-link {
  padding-left: 11px;
  padding-right: 11px;
  color: #333;
}
.nav-tabs a.nav-link:hover {
  background-color: rgb(72.75, 72.75, 72.75);
  color: white;
}
.nav-tabs a.nav-link.active {
  background-color: #3c3c3c;
  color: white;
  opacity: 0.9;
}

#help-page img {
  max-width: 100%;
}

span.has-tip {
  display: inline-block;
}
span.has-tip .fa-map-marker-alt {
  display: inline-block;
  height: 20px;
  margin-top: 4px;
}

span.has-tip.alert {
  padding: 0;
}

span.has-tip.warning {
  padding: 0;
}

.tooltip {
  pointer-events: none;
}
.tooltip.show {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  max-width: 390px;
  text-align: left;
}
.tooltip .tooltip-inner table {
  border: none;
}
.tooltip .tooltip-inner table tr td {
  color: white !important;
  border: none;
}
.tooltip img {
  max-width: 100%;
}

body a {
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}
body .alert a:hover {
  text-decoration: underline;
}
body .alert a {
  text-decoration: underline;
}

.btn.btn-primary.active,
.btn.btn-primary[aria-pressed=true],
.btn.btn-primary:checked,
.btn.btn-primary.disabled.active {
  color: #fff !important;
  background-color: rgb(50, 74, 102) !important;
  border-color: rgb(50, 74, 102) !important;
  opacity: 0.9 !important;
}

.btn.btn-primary:not(.active):not([aria-pressed=true]):not(:checked) {
  color: #333333;
  background-color: white;
  border: solid 0.8px #c3c3c3;
}
.btn.btn-primary:not(.active):not([aria-pressed=true]):not(:checked):hover, .btn.btn-primary:not(.active):not([aria-pressed=true]):not(:checked):focus {
  border-color: #0f0f0f !important;
  background-color: rgb(72.75, 72.75, 72.75) !important;
  color: white !important;
}
.btn.btn-primary:not(.active):not([aria-pressed=true]):not(:checked).disabled {
  box-shadow: none;
  cursor: default;
  opacity: 0.9;
  border-color: #0f0f0f;
  background-color: rgb(50, 74, 102);
  color: white;
}

body .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 14rem;
}
body .bootstrap-datetimepicker-widget.dropdown-menu table {
  border: none;
}
body .bootstrap-datetimepicker-widget.dropdown-menu tbody {
  border-collapse: unset;
}
body .bootstrap-datetimepicker-widget.dropdown-menu thead tr:not(:first-child) {
  background-color: transparent;
}
body .bootstrap-datetimepicker-widget.dropdown-menu .table thead th {
  border: none;
}
body .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days td {
  padding: 0;
}
body .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days td.active {
  background-color: rgb(50, 74, 102);
  color: white !important;
  border-radius: 50%;
}
body .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days td.day {
  border: none;
  line-height: 1.9rem;
  width: 33px;
}

#content p a {
  display: inline;
  vertical-align: unset;
  text-decoration: underline;
}
#content p a:before {
  content: none;
}
#content .alert-primary a, #content .alert-primary a:hover {
  color: #002752 !important;
  font-weight: 500;
}
#content .alert-secondary a, #content .alert-secondary a:hover {
  color: #202326 !important;
  font-weight: 500;
}
#content .alert-success a, #content .alert-success a:hover {
  color: #0b2e13 !important;
  font-weight: 500;
}
#content .alert-danger a, #content .alert-danger a:hover {
  color: #491217 !important;
  font-weight: 500;
}
#content .alert-warning a, #content .alert-warning a:hover {
  color: #533f03 !important;
  font-weight: 500;
}
#content .alert-info a, #content .alert-info a:hover {
  color: #062c33 !important;
  font-weight: 500;
}
#content .alert-light a, #content .alert-light a:hover {
  color: #686868 !important;
  font-weight: 500;
}
#content .alert-dark a, #content .alert-dark a:hover {
  color: #040505 !important;
  font-weight: 500;
}

#timelapse-video-content .slider {
  position: absolute;
  left: 35px;
  top: 15px;
  width: auto;
  right: 15px;
}

.slider.slider-horizontal {
  width: 100%;
}

nav.navbar.navbar-expand {
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar.navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
}
nav.navbar.navbar-expand .dropdown-menu {
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
nav.navbar.navbar-expand .dropdown-menu .dropdown-item:hover {
  background-color: rgb(72.75, 72.75, 72.75);
  background: #555555;
}
nav.navbar.navbar-expand .navbar-brand {
  font-size: inherit;
  border-color: #787878 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
nav.navbar.navbar-expand .nav-item:not(:last-child) a:not(.dropdown-item) {
  border-right: 1px solid #787878;
}
nav.navbar.navbar-expand .nav-item:hover:not(#cable-status-item) {
  background-color: #555555;
}
nav.navbar.navbar-expand .nav-item a.nav-link {
  color: white;
}
nav.navbar.navbar-expand .nav-item a.nav-link.active {
  background-color: rgb(50, 74, 102);
}
nav.navbar.navbar-expand .nav-item .dropdown-menu {
  background-color: #3c3c3c;
  border-color: #343a40;
}
nav.navbar.navbar-expand .nav-item .dropdown-menu .dropdown-item {
  color: white;
}

ul.pagination li.paginate_button.page-item.active a.page-link {
  background: rgb(50, 74, 102);
  border-color: #d0d0d0;
  color: #333333;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 70%;
  line-height: 0;
}

.inner-wrap .dataTables_wrapper:first-child {
  overflow: hidden;
}
.inner-wrap .dataTables_wrapper:first-child .row:first-child div:not(.btn-export-dropdown):not(.btn-export-group) {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.delete_button {
  padding-left: 5px;
}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .foundation-grid-4-col {
    max-width: 25% !important;
    float: left;
  }
}
@media (min-width: 1681px) {
  .foundation-grid-5-col {
    max-width: 20% !important;
    float: left;
  }
}
@media (max-width: 576px) {
  #view_menu #display-mode {
    padding-right: 0 !important;
  }
  #view_menu .grid_size {
    margin-left: 10px !important;
    margin-top: 0.5rem !important;
  }
  #view_menu .grid_size > span {
    width: 100%;
  }
  #view_menu .grid_size > span .slider.slider-horizontal {
    width: calc(100% - 33px);
  }
}
@media (max-width: 640px) {
  .foundation-grid-2-col {
    max-width: 50% !important;
    float: left;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 640px) and (max-width: 380px) {
  .foundation-grid-1-col {
    max-width: 100% !important;
    float: left;
    flex: 0 0 100% !important;
  }
}
span.loading {
  margin: auto;
}

i.help-tooltip {
  margin-left: 2px;
  opacity: 0.35;
  font-size: 0.8em;
  font-weight: 100;
  position: relative;
  top: -1px;
}

table thead tr {
  background-color: rgba(0, 0, 0, 0.05);
}
table tr td, table tr th {
  white-space: nowrap;
}

body .progress {
  height: 1.6rem;
}

#clear_layout {
  margin-top: -5px;
}

@media (max-width: 768px) {
  body .container {
    max-width: 100%;
  }
  .intercom-launcher {
    bottom: 80px !important;
    margin-bottom: env(safe-area-inset-bottom) !important;
  }
  .intercom-launcher-frame-slide-menu {
    bottom: 145px !important;
    margin-bottom: env(safe-area-inset-bottom) !important;
  }
}
.has-tip:not(#cable-status):not(.pointer) {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
}

.bottom-border {
  border-bottom: dotted 1px #CCCCCC;
}

.badge i {
  color: inherit;
}

@media screen and (max-width: 900px) {
  .livebox .camera-show-ptz-btn {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.pricing-table .description {
  background-color: #FFFFFF;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

.input-group-prepend .input-group-text {
  background-color: #3c3c3c;
  color: white;
  opacity: 0.9;
}

.trix-button-group--file-tools {
  display: none !important;
}

.primary-colour {
  color: rgb(237, 102, 62) !important;
}

.thumbnail-tooltip {
  display: block !important;
}

/* Customize the label (the container) */
.tetherx-checkbox {
  display: inline-block;
  padding-right: 18px;
  padding-left: 0;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.tetherx-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tetherx-checkbox {
  /* Create a custom checkbox */
}
.tetherx-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: solid 1px #808080;
  border-radius: 3px;
}
.tetherx-checkbox {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a primary background */
}
.tetherx-checkbox input:checked ~ .checkmark {
  background-color: #ed663e;
  border-color: #ed663e;
}
.tetherx-checkbox {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.tetherx-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tetherx-checkbox {
  /* Show the checkmark when checked */
}
.tetherx-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.tetherx-checkbox {
  /* Style the checkmark/indicator */
}
.tetherx-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(35deg);
}
.tetherx-checkbox {
  /* Indeterminate state styling */
}
.tetherx-checkbox input:indeterminate ~ .checkmark {
  background-color: #ed663e;
  border-color: #ed663e;
}
.tetherx-checkbox input:indeterminate ~ .checkmark:after {
  display: block;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 2px;
  border: none;
  background-color: white;
  transform: none;
  -webkit-transform: none;
}

table.white-space-normal td, .white-space-normal {
  white-space: normal !important;
}

table.tetherx-bootstrap-table {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
}

/* Modal spacing for mobile portrait - Bootstrap 4 */
@media (max-width: 767px) {
  .modal.show #global-application-modal .modal-dialog .modal-content .modal-body,
  #global-application-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 0.3rem !important;
  }
  /* Remove container-fluid padding but keep centering in modals */
  #global-application-modal .container-fluid,
  #global-application-modal .container,
  #global-application-modal .container-xl,
  #global-application-modal .container-lg,
  #global-application-modal .container-md,
  #global-application-modal .container-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Bootstrap 4 gutter override - tighter spacing */
  #global-application-modal .row {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  #global-application-modal [class*=col-] {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
/* Modal spacing for mobile landscape - Bootstrap 4 */
@media (min-width: 768px) and (max-width: 1023px) {
  .modal.show #global-application-modal .modal-dialog .modal-content .modal-body,
  #global-application-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 0.5rem !important;
  }
  /* Remove container-fluid padding but keep centering in modals */
  #global-application-modal .container-fluid,
  #global-application-modal .container,
  #global-application-modal .container-xl,
  #global-application-modal .container-lg,
  #global-application-modal .container-md,
  #global-application-modal .container-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Bootstrap 4 gutter override - tighter spacing */
  #global-application-modal .row {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  #global-application-modal [class*=col-] {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
/* Modal responsive sizing for tablets */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .modal-dialog {
    max-width: 90% !important;
    width: 90% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #global-application-modal.modal .modal-dialog {
    min-width: auto !important;
    max-width: 95% !important;
    width: 95% !important;
  }
}
table:not(.table-striped):not(#camera_schedule_table) .fullfill a:not(.show_button):not(.edit_button):not(.delete_button) {
  color: #949494 !important;
}
table:not(.table-striped):not(#camera_schedule_table) .fullfill a:not(.show_button):not(.edit_button):not(.delete_button):hover {
  text-decoration: underline;
}
table:not(.table-striped):not(#camera_schedule_table) tr.even, table:not(.table-striped):not(#camera_schedule_table) tr.alt, table:not(.table-striped):not(#camera_schedule_table) tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill), table:not(.table-striped):not(#camera_schedule_table) thead tr, table:not(.table-striped):not(#camera_schedule_table) .thead-light th {
  background-color: rgb(248, 248, 248) !important;
}
table:not(.table-striped):not(#camera_schedule_table) tr.even td:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) tr.even th:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) tr.alt td:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) tr.alt th:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill) td:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill) th:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) thead tr td:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) thead tr th:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) .thead-light th td:nth-of-type(even), table:not(.table-striped):not(#camera_schedule_table) .thead-light th th:nth-of-type(even) {
  background-color: rgb(243, 243, 243) !important;
}
table:not(.table-striped):not(#camera_schedule_table) tr:nth-of-type(odd):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill) td:nth-of-type(even) {
  background-color: rgb(250, 250, 250);
}
table:not(.table-striped):not(#camera_schedule_table).table {
  border: none;
}
table:not(.table-striped):not(#camera_schedule_table).table td, table:not(.table-striped):not(#camera_schedule_table).table th {
  border: none;
}

.table, .table td, .table th {
  border: none;
}

.primary-btn-background {
  background-color: rgb(237, 102, 62) !important;
  color: white !important;
}

.camera-state-option {
  margin-left: 21px;
}

.camera-state-selected-option, .tetherx-select-selected-option {
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 10px;
  margin-left: 3px;
  margin-bottom: 2px;
  border: solid #343434;
  border-width: 0 2px 2px 0px;
  transform: rotate(35deg);
}

.tetherx-select-options-list {
  border-radius: 0 0 4px 4px;
}
.tetherx-select-options-list .tetherx-select-option {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.tetherx-select-options-list .tetherx-select-selected-option {
  margin-left: auto;
  margin-right: 7px;
}
.tetherx-select-options-list i {
  font-size: 0.8rem;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
}

.dataTables_filter input {
  border-radius: 0.2rem 0 0 0.2rem;
  border-color: #ced4da;
  margin-left: 0;
}
.dataTables_filter label {
  width: 203px;
  padding-right: 30px;
  background: url("/assets/icons/black-search-icon-e2845a87.png") no-repeat 179px 8px, linear-gradient(to right, transparent 50%, #ced4da 50%);
  border-radius: 0 0.2rem 0.2rem 0;
}

.in-progress-icon i {
  color: #dc3545 !important;
  opacity: 0.9;
}

.staff-notes-icon form {
  display: inline-block;
}

.with_preview {
  cursor: pointer;
  display: inline-block;
}

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

#filter-bar {
  display: flex;
}

#events {
  user-select: none;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.react-selectable {
  position: relative;
}
.react-selectable .severity-notice {
  box-shadow: 0px 0px 5px rgba(255, 193, 7, 0.9);
  border-radius: 4px;
}
.react-selectable .severity-alert {
  box-shadow: 0px 0px 5px rgba(220, 53, 70, 0.9);
  border-radius: 4px;
}
.react-selectable.severity-notice {
  box-shadow: inset 0px 0px 5px rgba(255, 193, 7, 0.9);
  border-radius: 4px;
}
.react-selectable.severity-alert {
  box-shadow: inset 0px 0px 5px rgba(220, 53, 70, 0.9);
  border-radius: 4px;
}
.react-selectable .event-select {
  color: #ed663e;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 8;
  cursor: pointer;
  opacity: 1;
  display: none;
}
.react-selectable .event-select.show {
  display: block;
}
.react-selectable .event-select:hover {
  text-shadow: 1px 1px #323236;
}
.react-selectable.react-selectable-selected {
  background-color: rgba(237, 103, 62, 0.1);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: none !important;
  animation: none !important;
}
.react-selectable.react-selectable-selected .event-select {
  display: block;
}

.selectable-selectbox {
  z-index: 9000;
  position: absolute;
  cursor: default;
  background: none;
}

#bulk-operations-nav-bar {
  background-color: #324a66;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: white;
  padding: 0.2rem 1rem;
  border-radius: 4px;
  position: sticky;
  top: 0;
  z-index: 9;
}
#bulk-operations-nav-bar .nav-bar-item {
  padding: 0 0.5rem;
}

#billing-overdue-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

#tetherboxes-map-content, #companies-map-content {
  min-height: calc(100vh - 100px);
}

#perspective {
  height: calc(100vh - 40px - env(safe-area-inset-top));
}

#timelapse {
  height: calc(100vh - 40px - env(safe-area-inset-top) - 45px);
}

@media screen and (max-width: 767px) {
  #perspective {
    height: calc(100vh - 65px - 40px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
  }
  #timelapse {
    height: calc(100vh - 65px - 40px - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 45px);
  }
}
.form-control.is-warning {
  border-color: #ffc107;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23BF360C' d='M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-warning:focus {
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.custom-select.is-warning {
  border-color: #ffc107;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23BF360C' d='M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23BF360C' d='M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16'/%3E%3C/svg%3E") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-warning:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-warning ~ .form-check-label {
  color: #ffc107;
}

.custom-control-input.is-warning ~ .custom-control-label {
  color: #ffc107;
}

.custom-control-input.is-warning ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-control-input.is-warning:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-warning:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.custom-control-input.is-warning:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-file-input.is-warning ~ .custom-file-label {
  border-color: #ffc107;
}

.custom-file-input.is-warning:focus ~ .custom-file-label {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bootstrap-table .fixed-height .fixed-table-header {
  height: 55px !important;
}

.table-rented,
.table-rented > th,
.table-rented > td {
  background-color: lime;
}

.table-hover .table-rented:hover {
  background-color: limegreen;
}

.table-hover .table-rented:hover > td,
.table-hover .table-rented:hover > th {
  background-color: limegreen;
}

.bypassed-row {
  background-color: #ffcb71;
}

.has-slash:after {
  position: absolute;
  content: "\f715";
  color: tomato;
  top: 6px;
  margin-left: -15px;
}

#acu-events-table tbody > tr > td:last-of-type {
  padding: 3px 0 3px 0;
}
#acu-events-table .list-group {
  font-size: 13px;
}
#acu-events-table .list-group .list-group-item {
  padding: 0.2rem 0.3rem;
}

body {
  background-color: #f9f8f6 !important; /* Very light slightly less warm gray body background */
}

/* Ensure cards stay white on light gray background */
.card {
  background-color: #ffffff !important;
  border-color: #e9ecef !important;
}

/* Style card headers to match table headers */
.card .card-header {
  background-color: rgb(50, 74, 102) !important;
  color: white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
  font-size: 0.8rem !important;
}
.card .card-header h5 {
  font-size: 1rem !important;
}
.card .card-header i {
  position: relative;
  top: -1px;
  padding-right: 4px;
  font-size: 0.7em; /* 30% smaller */
}
.card .card-header .text-muted {
  color: white !important;
}
.card .card-header {
  /* Ensure links and buttons in card headers are visible */
}
.card .card-header a, .card .card-header .btn-link {
  color: white !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.card .card-header a:hover, .card .card-header .btn-link:hover {
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  transform: translateY(-0.5px);
}
.card .card-header .btn-link {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}
.card .card-header .btn-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Make modal background match body background */
.modal .modal-dialog .modal-content {
  background-color: #f9f8f6 !important;
}

/* Custom sidebar background - light warm gray */
.bg-sidebar {
  background-color: #f5f4f2 !important;
}

/* Card border-radius styling */
.card {
  border-radius: 0.75rem !important;
}

.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0 !important;
}

/* Compact buttons in card headers to prevent height increase */
.card-header .btn {
  line-height: 1;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.card-header .btn-sm, .card-header .btn-group-sm > .btn {
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
}

/* Compact inline edit controls - target the actual structure */
[data-inline-edit-target=form] .input-group {
  height: auto !important;
}

[data-inline-edit-target=form] .form-control[data-inline-edit-target=input]:not(trix-editor) {
  font-size: 0.9rem !important;
  padding: 0.15rem 0.4rem !important;
  height: 28px !important;
  line-height: 1.1 !important;
  min-height: 28px !important;
}

[data-inline-edit-target=form] .input-group-append .btn {
  padding: 0.1rem 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  height: 28px !important;
  width: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

[data-inline-edit-target=form] .input-group-append .btn i {
  font-size: 0.65rem !important;
  margin: 0 !important;
}

.overview-card {
  padding: 0.5rem 0.25rem;
}
.overview-card h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .overview-card {
    padding: 0.4rem 0.1rem;
  }
  .overview-card h6 {
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
  }
  .tab-pane .col-sm-12,
  .tab-pane .container-fluid,
  .tab-pane .container-sm,
  .tab-pane .container-md,
  .tab-pane .container-lg,
  .tab-pane .container-xl,
  .overview-metrics .col-sm-12,
  .overview-metrics .container-fluid,
  .overview-metrics .container-sm,
  .overview-metrics .container-md,
  .overview-metrics .container-lg,
  .overview-metrics .container-xl {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .overview-metrics .row {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .overview-metrics .row [class*=col-] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .card .row:not(#global-application-modal .row) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .card .row:not(#global-application-modal .row) [class*=col-] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .tab-pane > .row:has(.card):not(#global-application-modal .row) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .tab-pane > .row:has(.card):not(#global-application-modal .row) [class*=col-] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (max-width: 350px) {
  .overview-card {
    padding: 0.3rem 0.05rem;
  }
  .overview-card h6 {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .overview-card .badge-lg {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
  }
}
.page-loading #sidebar-nav,
.page-loading #content,
.disable-sidebar-transitions #sidebar-nav,
.disable-sidebar-transitions #content {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#sidebar-nav {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 40px);
  margin-left: -260px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 260px;
  position: absolute;
  z-index: 10;
  min-height: 100%;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
#sidebar-nav::-webkit-scrollbar {
  width: 0 !important;
}
#sidebar-nav {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  /* Fix scrolling issue - prevent sidebar scroll from affecting main page */
  overscroll-behavior: contain;
  /* Ensure sidebar scroll is completely isolated */
  touch-action: pan-y;
  /* Fixed positioning only for map page to prevent scrolling past map */
}
body[data-current-path="/tetherboxes/map"] #sidebar-nav {
  position: fixed;
}
#sidebar-nav .sidebar-heading {
  padding: 0.875rem 1.25rem;
}
#sidebar-nav .btn i {
  opacity: 0.4;
}
#sidebar-nav .logo {
  padding-top: 7px;
  padding-bottom: 0.5rem;
  text-align: center;
}
#sidebar-nav .logo img {
  width: 80%;
}
#sidebar-nav h1, #sidebar-nav h2, #sidebar-nav h3, #sidebar-nav h5 {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
#sidebar-nav .nav-tabs {
  padding-top: 1rem;
}
#sidebar-nav h5 {
  font-size: 100%;
  font-weight: 400;
}
#sidebar-nav #reset_button {
  width: 100%;
  margin-bottom: 10px !important;
}

.d-flex {
  position: relative;
}

#content {
  margin-left: 0;
  width: 100%;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --sab: env(safe-area-inset-bottom);
}
#content #events, #content #recordings {
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
#content #events {
  user-select: none;
}

#wrapper.toggled #sidebar-nav {
  margin-left: 0;
}
#wrapper.toggled #content {
  margin-left: 260px;
  min-width: 0;
  width: 100%;
}

@media screen and (max-width: 740px) {
  #sidebar-nav {
    margin-left: -100%;
    width: 100%;
  }
  #content {
    margin-left: 0 !important;
  }
}
.with-scrollable-content {
  overflow: hidden;
  max-height: 100vh;
}
.with-scrollable-content .xan-footer-top, .with-scrollable-content .xan-footer-bottom {
  display: none;
}
.with-scrollable-content #content {
  height: calc(100vh - 60px);
  min-height: 50vh !important;
  overflow: auto;
}
.with-scrollable-content #sidebar-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: auto;
  height: calc(100vh - 60px);
}

.tab-content {
  padding-top: 16px !important;
}

small.error i {
  color: white;
}

.tethtitle {
  clear: both;
  position: relative;
  top: 10px;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  text-align: left;
  line-height: 26px;
  margin-top: 8px;
  font-size: 105%;
  margin-right: env(safe-area-inset-right);
}
.tethtitle .weather {
  color: #959595;
  font-size: 90%;
}
.tethtitle .weather img.weather-icon {
  width: 32px;
  margin-top: -20px;
  margin-bottom: -18px;
  margin-right: 5px;
  opacity: 0.5;
}
.tethtitle .weather img.weather-icon[src$=".png"] {
  width: 30px;
  margin-top: -22px;
  filter: grayscale(1);
}
.tethtitle .date i {
  position: relative;
  top: 1px;
  opacity: 0.2;
}
.tethtitle .date {
  font-weight: normal;
  color: #333333;
}
.tethtitle .time_ago {
  font-size: 90%;
  color: #333333;
  opacity: 0.5;
}
.tethtitle .scroll_to_top {
  font-size: 20px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  right: env(safe-area-inset-right);
}

.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

.three-col {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
}

video::-webkit-media-controls-overlay-play-button {
  display: none;
}

.recording-pagination ul.pagination, .audit-pagination ul.pagination, .event-pagination ul.pagination {
  visibility: hidden;
}

#mainmenu {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  border-radius: 0px;
  background-color: rgb(237, 102, 62);
}
#mainmenu .menu-toggle {
  background-color: #d35631;
  width: 65px;
}
#mainmenu a.nav-link {
  border: none;
}
#mainmenu a.nav-link.dropdown-toggle:after {
  content: none;
}
#mainmenu a.nav-link img {
  border-radius: 50%;
  width: 22px;
}
#mainmenu i {
  font-size: 1em;
  vertical-align: middle;
}
#mainmenu #cable-status i {
  background-color: rgb(237, 102, 62);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 102, 62);
  border-radius: 50%;
  display: inline-block;
  height: 11px;
  width: 11px;
}
#mainmenu #logout i {
  padding-right: 15px;
}

#side-menu {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-bottom: 40px;
  background-color: #324a66;
  min-width: 65px;
  position: absolute;
  height: 100%;
  font-size: 0.65rem;
  z-index: 20;
  overflow: auto;
}
#side-menu ul.nav {
  width: 100%;
}
#side-menu ul.nav .nav-item {
  margin-left: unset !important;
  margin-right: unset !important;
}
#side-menu ul.nav .nav-link {
  font-size: 120%;
  font-weight: 400;
}
#side-menu ul.nav .nav-link.active {
  background: #536681;
  border-left: 2px solid #ed663e;
}

#bottom-menu {
  background-color: #324a66;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  min-height: 65px;
  font-size: 0.65rem;
  z-index: 20;
}
#bottom-menu.sub {
  background-color: #536681;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
}
#bottom-menu.sub-1 {
  margin-bottom: 65px;
}
#bottom-menu.sub-2 {
  margin-bottom: 130px;
}
#bottom-menu ul.navbar-nav {
  display: flex;
}
#bottom-menu ul.navbar-nav .nav-item {
  width: 80px;
}
#bottom-menu ul.navbar-nav .nav-link {
  font-size: 115%;
  font-weight: 400;
  border: none;
  height: 65px;
  padding-top: calc(0.5rem + 6px);
}
#bottom-menu ul.navbar-nav .nav-link.active {
  padding-top: calc(0.5rem + 3px);
  background-color: #536681;
  border-top: 3px solid #ed663e;
}

.off-canvas-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .off-canvas-wrap #wrapper.with-menu {
    left: constant(safe-area-inset-left);
    left: env(safe-area-inset-left);
    margin-left: 65px;
  }
}

.modal .modal-dialog {
  margin-top: 2.8rem;
  margin-bottom: 2rem;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 18px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-success {
  background-color: #c3e6cb;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.modal .modal-dialog .modal-content .modal-body .modal-success .fa {
  color: #0c5460;
}
.modal .modal-dialog .modal-content .modal-body .modal-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.modal .modal-dialog .modal-content .modal-body .modal-info .fa {
  color: #0c5460;
}
.modal .modal-dialog .modal-content .modal-body .modal-error {
  background-color: #f8d7da;
  color: #491217;
  border: 1px solid #f5c6cb;
}
.modal .modal-dialog .modal-content .modal-body .modal-error .fa {
  color: #491217;
}
.modal .modal-dialog .modal-content .modal-body .modal-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.modal .modal-dialog .modal-content .modal-body .modal-warning .fa {
  color: #856404;
}
.modal .modal-dialog .modal-content .modal-body .modal-default {
  padding: 10px 20px 10px 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .modal-default svg {
  width: 60px;
  margin: 0.5rem 0 1rem 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-default .fa, .modal .modal-dialog .modal-content .modal-body .modal-default .far {
  font-size: 75px;
  margin: 0.5rem 0 1rem 0;
}
.modal .modal-dialog .modal-content .modal-body .content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .content strong a {
  font-weight: bold;
}
@media (min-width: 900px) {
  .modal .modal-dialog {
    min-width: 800px;
  }
}
.paper {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-top: 30px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  position: relative;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  transition: border 0.15s linear, transform 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, opacity 0.15s linear;
}

[class*=block-grid-] > li {
  padding-bottom: 32px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.custom-row .custom-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.thumbnail {
  background-color: white;
  margin-left: 0px;
}

.xanthumb:before {
  display: block;
  content: "";
  border: 0px solid white;
  padding-top: 59.25%;
}

.xanthumb {
  box-sizing: content-box;
  box-shadow: 0;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  width: 100%;
  color: #282727;
  border: 0;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0;
}
.xanthumb .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.xanthumb .content .img-wrap:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.18);
}
.xanthumb .content .img-wrap {
  background-color: rgb(208, 208, 210);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.xanthumb .content .img-wrap .img {
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
}
.xanthumb .content .img-wrap .img .img-inner {
  display: table-cell;
  vertical-align: middle;
}
.xanthumb .content .img-wrap .img .img-inner img {
  border-radius: 4px;
  width: 100%;
}
.xanthumb .content .img-wrap .img .img-inner .loading, .xanthumb .content .img-wrap .img .img-inner .loading-failed {
  position: relative;
  top: 5px;
}
.xanthumb .in_progress .has-tip:not(#cable-status) {
  border-bottom: none !important;
  color: #dc3545;
}
.xanthumb .in_progress {
  color: #fafafa;
  position: absolute;
  top: 8px;
  right: 8px;
}
.xanthumb .items_count {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 0px 0px 7px;
  padding: 3px 4px 3px 3px;
  opacity: 0.8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  line-height: 25px;
  color: white;
  margin-left: 3px;
}
.xanthumb .duration {
  display: block;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  border-radius: 4px 0;
  line-height: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 0.8em;
}
.xanthumb .text-event {
  overflow: hidden;
  width: 90%;
  height: 100%;
  display: table;
  position: absolute;
  left: 4%;
  top: 20%;
  padding: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.xanthumb .text-event table {
  width: 100%;
}
.xanthumb .text-event table td.success {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #43AC6A;
}
.xanthumb .text-event table td.alert {
  color: #f04124;
}
.xanthumb .text-event table, .xanthumb .text-event td, .xanthumb .text-event tr, .xanthumb .text-event th {
  background: none;
  border: 0;
  color: gray;
}
.xanthumb .text-event .title {
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.description a {
  outline: none;
}
.description {
  margin-left: 10px;
  padding-top: 2px;
  padding-peft: 2px;
  line-height: 1.2;
}
.description .name {
  opacity: 0.9;
  font-size: 0.95em;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.description.with-menu .name {
  width: 85%;
}
.description.with-menu .dropdown-menu i {
  width: 27px;
}

.time {
  opacity: 0.6;
  position: relative;
  top: -4px;
  margin-left: -1px;
  font-size: 0.9em;
}
.time i {
  margin-right: 5px !important;
  font-size: 0.8em;
  opacity: 0.45;
}

.xanthumb-card .xanthumb .content .img-wrap .img .img-inner .thumb {
  display: block;
}
.xanthumb-card .xanthumb .content .img-wrap .img .img-inner .thumb img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.xanthumb-card.fill .xanthumb .content .img-wrap .img .img-inner .thumb img,
#player-wrapper.fill video {
  object-fit: cover;
  object-position: top;
}

#events .thumbnails.grid-1 .custom-row .custom-col {
  max-width: 100% !important;
  flex: none;
}
#events .thumbnails.grid-2 .custom-row .custom-col {
  max-width: 50% !important;
  flex: none;
}
#events .thumbnails.grid-3 .custom-row .custom-col {
  max-width: 33.3333333333% !important;
  flex: none;
}
#events .thumbnails.grid-4 .custom-row .custom-col {
  max-width: 25% !important;
  flex: none;
}
#events .thumbnails.grid-5 .custom-row .custom-col {
  max-width: 20% !important;
  flex: none;
}

.xanthumb .tags .has-tip:not(#cable-status), #events-list .tags .has-tip:not(#cable-status) {
  border-bottom: none !important;
}
.xanthumb .tags span.icon-group, #events-list .tags span.icon-group {
  margin-left: -4px;
}
.xanthumb .tags span.icon-group i:last-child, #events-list .tags span.icon-group i:last-child {
  padding: 5px;
  background: rgba(150, 150, 150, 0.4);
}
.xanthumb .tags span.icon-group i, #events-list .tags span.icon-group i {
  font-size: 0.8em;
  padding: 0;
  background: none;
}
.xanthumb .tags span.icon-wrapper, #events-list .tags span.icon-wrapper {
  padding: 3px;
  border-radius: 4px;
  margin-right: 4px;
  padding-top: 2px;
}
.xanthumb .tags span.icon-wrapper i, #events-list .tags span.icon-wrapper i {
  margin: 0;
  background: none;
}
.xanthumb .tags .has-tip, #events-list .tags .has-tip {
  border: 0;
}
.xanthumb .tags i, #events-list .tags i {
  font-size: 0.8em;
  color: #fafafa;
  margin-left: 4px;
  background: rgba(150, 150, 150, 0.4);
  padding: 5px;
  border-radius: 4px;
}
.xanthumb .tags i.fa-move, #events-list .tags i.fa-move {
  color: rgb(114.3738317757, 188.1168224299, 212.1261682243);
}
.xanthumb .tags i.fa-bell-alt, #events-list .tags i.fa-bell-alt {
  color: #ffff33;
}
.xanthumb .tags i.fa-exclamation-circle, #events-list .tags i.fa-exclamation-circle {
  color: #ff3333;
}
#events-list .tags span.icon-group i {
  background: none;
}
#events-list .tags span.icon-group i:last-child {
  background: rgb(150, 150, 150);
}
#events-list .tags i {
  background: rgb(150, 150, 150);
}

.xanthumb .tags {
  position: absolute;
  bottom: 0;
}

#events-list .tags i {
  color: black;
}

.xanthumb-card.closed .xanthumb, .xanthumb-card.closed .description > span, #events-list .table tr.closed {
  opacity: 0.4;
}

#clip_share_button.zeroclipboard-is-hover {
  cursor: hand;
}

.context-menu-btn {
  z-index: 9;
}
.context-menu-btn[aria-expanded=true] {
  z-index: 11;
}

.thumbnail-context-menu {
  margin-right: 4px;
  left: 9px !important;
}
.thumbnail-context-menu.dropdown-menu {
  min-width: auto;
  width: 155px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.thumbnail-context-menu .dropdown-item {
  width: 34px;
  height: 14px;
  font-family: Gibson;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  padding-left: 14px;
  width: 100%;
  height: 25px;
}
.thumbnail-context-menu .dropdown-item span {
  vertical-align: middle;
}
.thumbnail-context-menu .dropdown-item i {
  vertical-align: middle;
  width: 14.4px !important;
  font-size: 12px;
  object-fit: contain;
  margin-right: 8px;
}
.thumbnail-context-menu .dropdown-item:hover {
  background-color: rgba(179, 179, 179, 0.5764705882) !important;
  color: #333333 !important;
}
.thumbnail-context-menu[x-placement=bottom-end] {
  padding-top: 25px;
  margin-top: -24px;
  z-index: 10;
}
.thumbnail-context-menu[x-placement=top-end] {
  padding-bottom: 25px;
  margin-bottom: -24px;
  top: -3px !important;
  z-index: 10;
}

#view_menu {
  padding: 0 0.3rem;
  border-radius: 4px;
  background-color: #f8f8f8;
  min-height: 40px;
}
#view_menu .slider.slider-horizontal {
  width: 70px;
}
#view_menu .switcher {
  display: flex;
  align-items: center;
}
#view_menu .switcher .d-inline {
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
}

#events-list .table td {
  padding: 0.2rem 0.75rem;
  vertical-align: middle;
  height: 3.5rem;
}
#events-list .table tr.closed {
  opacity: 0.3;
}
#events-list .thumb img {
  max-height: 100%;
}

.events-selectable-group {
  min-height: calc(100vh - 200px);
}

.xan-footer-top {
  color: white;
}
.xan-footer-top .row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.xan-footer-top .property {
  text-align: left;
}
.xan-footer-top .property h3, .xan-footer-top .property h4 {
  margin-bottom: 0.5rem;
}
.xan-footer-top .property h3 {
  padding-top: 10px;
  font-size: 140%;
  font-weight: bold;
  color: white;
}
.xan-footer-top .property h4 {
  padding-top: 10px;
  font-size: 110%;
  font-weight: 200;
  color: white;
  margin-bottom: 10px;
}
.xan-footer-top .property a {
  color: white;
}
.xan-footer-top .learn-links, .xan-footer-top .support-links, .xan-footer-top .connect-links {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}
.xan-footer-top .learn-links ul, .xan-footer-top .support-links ul, .xan-footer-top .connect-links ul {
  margin-left: 0px !important;
  list-style: none;
  padding-left: 0;
}
.xan-footer-top .connect-links .button {
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  color: white !important;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 6px 16px;
}
.xan-footer-top .global .footer-link-block span.title {
  margin-bottom: 5px;
}
.xan-footer-top .global .footer-link-block span {
  display: block;
  color: white;
  font-size: 75%;
  padding-left: 40px;
  line-height: 18px;
}

.xan-footer-top.bg-fblue {
  background: rgb(237, 102, 62);
}

.xan-footer-bottom {
  background: #333333;
  padding: 24px 0 10px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .xan-footer-bottom.with-menu {
    margin-bottom: 65px;
  }
}
.xan-footer-bottom ul.xan-links {
  margin: 0;
  display: inline-block;
  padding-bottom: 0px;
  padding-left: 0px;
}
.xan-footer-bottom ul.xan-links li {
  display: block;
  float: left;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.77778rem;
}
.xan-footer-bottom ul.xan-links li a {
  color: #666666;
  padding: 3px 6px;
}
.xan-footer-bottom ul.xan-links li a:hover {
  color: #777777;
}
.xan-footer-bottom ul.xan-terms {
  margin: 0;
  display: inline-block;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-position: inside;
}
.xan-footer-bottom ul.xan-terms li {
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.77778rem;
  color: #666666;
}
.xan-footer-bottom ul.xan-terms li a {
  color: #666666;
  padding: 3px 6px;
}
.xan-footer-bottom ul.xan-terms li a:hover {
  color: #777777;
}
.xan-footer-bottom h3.terms {
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
  font-size: 0.77778rem;
}
.xan-footer-bottom p.copyright {
  margin: 6px 0 0;
  font-size: 0.66667rem;
  color: #666666;
}
.xan-footer-bottom a.logo {
  display: inline-block;
}
.xan-footer-bottom a.logo img {
  position: relative;
  top: -5px;
  width: 70px;
}
.xan-footer-bottom ul.home-social {
  display: flex;
  float: right;
  margin-bottom: 8px;
  list-style: none;
  padding: 0;
}
.xan-footer-bottom ul.home-social li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.xan-footer-bottom ul.home-social li a {
  display: block;
  height: 50px;
  width: 50px;
  background: url("/assets/icons/social-retina-f254b0ed.png") no-repeat center 0;
  background-size: 50px 600px;
}
.xan-footer-bottom ul.home-social li a.linkedin {
  background-position: center -200px;
}
.xan-footer-bottom ul.home-social li a.twitter {
  background-position: center 0;
}
.xan-footer-bottom ul.home-social li a.mail {
  background-position: center -400px;
}
.xan-footer-bottom ul.home-social li a:hover {
  opacity: 0.8;
}

.fader {
  display: inline-block;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.failed {
  display: none;
}

.loaded {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

#events .thumbnail .loading:before {
  opacity: 0.5;
  width: 50px;
  height: 50px;
}

.loading:not(.small):before {
  content: "";
  background-image: url("/assets/tetherx-spinner-ba37bb1d.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  margin-top: -25px;
  margin-left: -35px;
}
.loading:not(.small).loading-centered {
  margin-left: calc(50% - 35px);
  padding: 30px 0;
}

.tooltip .loading:before {
  content: "";
  background-size: 70%;
  margin: 0;
  background-position: center;
}

.loading.small:before {
  content: "\f110";
  font-size: 90%;
  color: rgb(50, 74, 102);
  opacity: 0.5;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  position: relative;
  top: 2%;
  display: inline-block;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.loading.thumb:before {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#events-list.grid-1 .thumbnail-cell, #events-list.grid-null .thumbnail-cell {
  height: 40px;
  width: 67px;
}
#events-list.grid-1 .thumbnail-cell .thumb:before, #events-list.grid-null .thumbnail-cell .thumb:before {
  font-size: 14px;
}
#events-list.grid-1 .thumbnail-cell .loading-failed:before, #events-list.grid-null .thumbnail-cell .loading-failed:before {
  top: -2px;
}
#events-list.grid-2 .thumbnail-cell {
  height: 80px;
  width: 134px;
}
#events-list.grid-3 .thumbnail-cell {
  height: 120px;
  width: 201px;
}
#events-list.grid-4 .thumbnail-cell {
  height: 160px;
  width: 268px;
}
#events-list.grid-5 .thumbnail-cell {
  height: 200px;
  width: 335px;
}
#events-list .thumbnail-cell {
  max-height: 200px;
  max-width: 335px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
#events-list .thumbnail-cell .event-select {
  top: -5px;
  left: -10px;
}
#events-list .thumbnail-cell .xanthumb-card {
  width: 100%;
  max-height: 100%;
}

.loading.white:before {
  color: white;
  padding: 22px 40px;
}

.loading {
  display: inline-block;
}

.no-camera-text {
  display: none !important;
}

.loading-failed:before {
  opacity: 0.5;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #524835;
  font-size: 20px;
  position: relative;
  top: 2%;
  content: "\f00d  Offline?";
}
.loading-failed:before.only-monitor {
  content: "";
}

.loading-failed.only-monitor .no-camera-text {
  display: inline-block !important;
  opacity: 0.5;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #524835;
  font-size: 20px;
  position: relative;
  top: 2%;
}

.loading-failed {
  display: inline-block;
}

.loading-modal {
  position: relative;
  padding: 5px;
}

.loading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.5803921569);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.logo-wrapper {
  margin-right: 10px;
  vertical-align: top;
}
.logo-wrapper img {
  border-radius: 50%;
  height: 35px;
  max-width: none;
}

.logo-text {
  display: inline-block;
  line-height: 1.2;
}

#snap {
  display: inline-block;
  font-weight: 900;
  font-size: 32px;
  margin-top: 10px;
  right: 32px;
  position: absolute;
  perspective: 400;
  z-index: 1;
  opacity: 0.7;
}

#quoteCalculatorContainer .slider_label {
  width: 95%;
  text-align: center;
}
#quoteCalculatorContainer .slider {
  width: 80%;
  margin-right: 50px;
  margin-left: 50px;
}

#selected-items {
  font-size: 0.9em;
}

#new-help-page *:not(code) {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  color: #33475b;
}
#new-help-page img {
  max-width: 100%;
}
#new-help-page h1, #new-help-page h2, #new-help-page h3, #new-help-page h4, #new-help-page h5, #new-help-page h6 {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#new-help-page h5 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.625rem;
}
#new-help-page ul, #new-help-page ul ul {
  list-style-type: square;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
}
#new-help-page li, #new-help-page p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625rem;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
}

#help-filter *:not(i) {
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#help-filter .hover-menu-item {
  padding: 0.75rem;
  color: #33475b;
  font-size: 0.875rem;
}
#help-filter .hover-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#help-filter ul {
  padding-left: 0;
}
#help-filter ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#help-filter ul li {
  list-style-type: none;
  line-height: 1rem;
}

.collapse-with-arrow {
  display: flex;
  cursor: pointer;
}
.collapse-with-arrow i {
  margin-left: auto;
}
.collapse-with-arrow i.fa-angle-down {
  display: none;
}
.collapse-with-arrow[aria-expanded=true] i.fa-angle-right {
  display: none;
}
.collapse-with-arrow[aria-expanded=true] i.fa-angle-down {
  display: block;
}

#help-page #datasheets .card, #help-page #marketing_pdfs .card, #help-page #partner_program .card, #help-page #price_list .card {
  border: none !important;
  background-color: rgba(214, 214, 214, 0.0823529412);
  border-radius: 15px;
  width: 255px;
  margin-bottom: 35px;
}
#help-page #datasheets .card:hover, #help-page #marketing_pdfs .card:hover, #help-page #partner_program .card:hover, #help-page #price_list .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
#help-page #datasheets .card:hover span, #help-page #marketing_pdfs .card:hover span, #help-page #partner_program .card:hover span, #help-page #price_list .card:hover span {
  color: rgb(237, 102, 62);
}
#help-page #datasheets .card .card-body, #help-page #marketing_pdfs .card .card-body, #help-page #partner_program .card .card-body, #help-page #price_list .card .card-body {
  padding: 0;
  cursor: pointer;
  text-align: center;
  height: 290px;
}
#help-page #datasheets .card .card-body img, #help-page #marketing_pdfs .card .card-body img, #help-page #partner_program .card .card-body img, #help-page #price_list .card .card-body img {
  max-width: 175px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#help-page #datasheets .card .card-body .format, #help-page #marketing_pdfs .card .card-body .format, #help-page #partner_program .card .card-body .format, #help-page #price_list .card .card-body .format {
  position: absolute;
  padding: 4px 12px 2px 12px;
  top: 275px;
  right: 15px;
  background-color: #d6d6d6;
  border-radius: 10px;
  color: white;
  font-size: 12px;
}
#help-page #datasheets .card .card-footer, #help-page #marketing_pdfs .card .card-footer, #help-page #partner_program .card .card-footer, #help-page #price_list .card .card-footer {
  text-align: center;
  padding: 20px 0 0 0;
  background-color: transparent;
  border-top: none;
}
@media (max-width: 640px) {
  #help-page #datasheets .card, #help-page #marketing_pdfs .card, #help-page #partner_program .card, #help-page #price_list .card {
    width: 142px;
  }
  #help-page #datasheets .card .card-body, #help-page #marketing_pdfs .card .card-body, #help-page #partner_program .card .card-body, #help-page #price_list .card .card-body {
    height: 198px;
    position: relative;
  }
  #help-page #datasheets .card .card-body img, #help-page #marketing_pdfs .card .card-body img, #help-page #partner_program .card .card-body img, #help-page #price_list .card .card-body img {
    max-width: 138px;
  }
  #help-page #datasheets .card .card-body .format, #help-page #marketing_pdfs .card .card-body .format, #help-page #partner_program .card .card-body .format, #help-page #price_list .card .card-body .format {
    top: 180px;
    right: 0px;
  }
  #help-page #datasheets .card .card-footer, #help-page #marketing_pdfs .card .card-footer, #help-page #partner_program .card .card-footer, #help-page #price_list .card .card-footer {
    padding-top: 10px;
  }
}

table.bootstrap_table .choices__inner {
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
}

#login_form button i {
  margin-right: 5px;
}

table tr.staff {
  opacity: 0.5;
}

table .thumbnail {
  min-width: 100px;
}

table i {
  font-size: 0.8em;
  opacity: 0.8;
}

.audit-log-tab {
  overflow-x: auto;
}

#login_to_see_calculator a {
  text-decoration: underline;
}

#camera_schedule_table th {
  text-align: center;
  font-size: 10px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}
#camera_schedule_table input {
  display: none;
}
#camera_schedule_table td {
  font-size: 10px !important;
}
#camera_schedule_table td.schedulebox {
  background-color: red;
}
#camera_schedule_table td.schedulebox.full {
  background-color: green;
}
#camera_schedule_table td.schedulebox.live {
  background-color: black;
}

#select_mode_table td, #schedule_selection_table td, #camera_schedule_table td {
  padding: 0.5rem 0.625rem 0.625rem;
}

#schedule_selection_table {
  width: auto;
}
#schedule_selection_table .schedule_selector {
  cursor: pointer;
}

#select_mode_table {
  width: auto;
}

#mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

#maskload {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#maskwrap {
  width: 100%;
  height: 100%;
  min-height: 200px !important;
  border: 1px solid lightgray;
  display: inline-block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

#maskpreview {
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#maskcanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: crosshair;
  opacity: 0.8;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
}

.camera_toggle .fa-2x {
  font-size: 1.2em;
}
.camera_toggle {
  display: inline;
}

form.camera .accordion .accordion-navigation > a, form.camera .accordion dd > a {
  background: none;
  padding-left: 0;
}
form.camera .accordion .accordion-navigation > a:hover, form.camera .accordion dd > a:hover {
  background: none;
}
form.camera .accordion .accordion-navigation > .content, form.camera .accordion dd > .content {
  padding: 0;
}

.camera_status {
  float: right;
  opacity: 0.4;
}
.camera_status .red {
  color: red;
}
.camera_status .green {
  color: green;
}
.camera_status .grey {
  color: grey;
}

.nav-pills .nav-link.quote-btn, .quote-btn {
  border: 1px solid rgb(50, 74, 102);
  padding: 20px;
  height: 6rem;
  text-align: center;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.quote-btn.active, .nav-pills .nav-link.quote-btn[aria-expanded=true], .quote-btn.active, .quote-btn[aria-expanded=true] {
  font-weight: bold;
  color: white;
  background-color: rgb(50, 74, 102);
}
.nav-pills .nav-link.quote-btn:hover, .quote-btn:hover {
  background-color: rgb(237, 102, 62);
  border-color: rgb(237, 102, 62);
}

#quote-calculation .slider-handle.min-slider-handle.round {
  width: 20px;
}

.addition {
  min-height: 20rem;
}

.pointer {
  cursor: pointer !important;
}

#ukStorage .active-tab-line, #euStorage .active-tab-line {
  display: none;
}
#ukStorage.active .active-tab-line, #euStorage.active .active-tab-line {
  display: block;
  border: 2px solid #ed663e;
  margin-top: -15%;
}
#ukStorage img, #euStorage img {
  width: 100%;
  cursor: pointer;
  margin-top: -14%;
}

#calipsa-block, #deepalert-block {
  min-height: 125px;
  position: relative;
}

#calipsa-block {
  background-color: white !important;
}
#calipsa-block .card-body {
  background: url("/assets/calipsa_logo-b1bd9c69.png") no-repeat center;
  background-size: 80%;
  position: relative;
  min-height: 125px;
}

#deepalert-block {
  background: linear-gradient(90deg, #4773b8, rgba(57, 72, 158, 0.98));
}
#deepalert-block .card-body {
  background: url("/assets/deepalert_logo-ce9d1815.png") no-repeat center top;
  background-position-y: 25px;
  background-size: 90%;
  position: relative;
}

.deepalert-option {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.im-interested-btn,
.alarm-filtering-more-info-btn {
  position: absolute !important;
  top: 8px !important;
  z-index: 10;
}

.im-interested-btn {
  left: 8px !important;
}

.alarm-filtering-more-info-btn {
  right: 8px !important;
}

table .button {
  margin: 0 0 0;
}

.codepen-wrapper {
  width: 25%;
}

.anpr-eu-ui, .anpr-noneu-ui {
  position: relative;
  background: white;
  color: black !important;
  font-weight: bold;
  display: inline-grid;
  height: 35px;
  font-size: 1em;
  border-radius: 6px;
  border: 1px solid #000;
  position: relative;
  font-family: helvetica, ariel, sans-serif;
  white-space: nowrap;
  line-height: 1rem;
  padding-left: 29px;
  padding-right: 7px;
  text-align: justify;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: scale(0.9, 1.3);
  transform: scale(1, 1.2);
}

.anpr-noneu-ui.anpr-uk {
  color: black !important;
}

.anpr-reverse {
  background: #ebd84a !important;
}
.anpr-reverse .anpr-country_code {
  color: #ebd84a;
}

.anpr-noneu-ui {
  color: #949494 !important;
}

.anpr-eu-ui:before, .anpr-noneu-ui:before {
  content: "";
  display: block;
  width: 25px;
  height: 101%;
  background: #063298;
  position: absolute;
  top: 0px;
  border-radius: 5px 0 0 5px;
  color: #f8d038;
  font-size: 0.5em;
  line-height: 85px;
}

.anpr-eu-ui:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 26px;
  border: 1px dashed #f8d038;
  transform: scale(1.2, 1);
}

.anpr-noneu-ui {
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
}

.anpr-country_code {
  position: absolute;
  color: white;
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: bold;
  bottom: 2px;
  left: 7px;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: break-all !important;
  -webkit-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.btn-export {
  margin: 0 0 0 10px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-export:focus {
  box-shadow: none !important;
}

.btn-export-dropdown {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
.btn-export-dropdown .dropdown-toggle:focus {
  box-shadow: none !important;
}

.leaflet-popup-content-wrapper {
  width: 450px;
  min-height: 120px;
}
.leaflet-popup-content-wrapper button a {
  color: black;
}
.leaflet-popup-content-wrapper button:hover a {
  color: white;
}

.leaflet-popup-content {
  min-height: 220px !important;
  display: block;
  align-items: center;
  justify-content: center;
}
.leaflet-popup-content .loading:not(.small):before {
  margin-left: 0;
  margin-top: 0;
}

#deploy_log {
  font-family: Helvetica Neue;
  font-size: 0.85rem;
  overflow-y: scroll;
  height: 600px;
  border: 1px solid #ccc;
  padding: 8px;
  background-color: #000;
  color: #fff;
}

.leaflet-map-pane {
  z-index: 8;
}

.leaflet-top {
  z-index: 9;
}

#tetherboxes-map,
#companies-map,
div[data-react-class=TetherBoxesMap],
div[data-react-class=CompaniesMap] {
  height: 100%;
}

#companies-map {
  max-height: 100%;
}

#tetherboxes-map-content .leaflet-popup-content-wrapper {
  width: 300px;
}
#tetherboxes-map-content .leaflet-popup-content {
  margin-left: 0;
  width: 100% !important;
  font-size: 14px;
}

#companies-map-container, #tetherboxes-map-container {
  position: relative;
}
#companies-map-container .container-loader, #tetherboxes-map-container .container-loader {
  background-color: rgba(50, 74, 102, 0.5);
  position: fixed;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#companies-map-container .container-loader .loading, #tetherboxes-map-container .container-loader .loading {
  position: absolute;
  top: 43%;
  left: 50%;
}

.keypad tr td {
  width: 80px;
  text-align: center;
}

.virtual-keypad {
  margin: 0 auto;
}
.virtual-keypad td {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  border: none;
}

#oauth-applications {
  overflow: auto;
}

.scrolable-x {
  overflow: auto;
}

#image-uploader-wrapper img {
  border-radius: 50%;
  width: 120px;
  border: 4px solid #dee2e6;
}
#image-uploader-wrapper i {
  position: absolute;
  bottom: 20px;
  left: 100px;
  color: white;
  background-color: rgba(85, 85, 85, 0.7);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2em;
}
#image-uploader-wrapper input[type=file] {
  position: absolute;
  bottom: 20px;
  left: 100px;
  opacity: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
}
#image-uploader-wrapper input[type=file]:hover + i {
  background-color: rgb(85, 85, 85);
}

.logo-wrapper-user-preview img {
  max-width: 250px;
  max-height: 250px;
}

.user-form-wrapper {
  background: transparent;
}

.user-form-container {
  padding: 0;
  max-width: 100%;
}

.user-form-card .card-header .card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.user-form-card .card-header .card-title i {
  width: 1.25rem;
  text-align: center;
}
.user-form-card .card-header small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.user-form-card .card-body h6 {
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.user-form-card .card-body h6 i {
  margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
  .user-form-card .row .col-md-6 {
    margin-bottom: 1rem;
  }
}
#permissions-content select[name="user[timeline_ids][]"] + .ts-wrapper .ts-control,
#permissions-content .timeline_selection + .ts-wrapper .ts-control {
  min-height: 150px !important;
}

.timeline-selection-input .ts-control {
  min-height: 150px !important;
}

.timeline-selection-dropdown .ts-dropdown {
  max-height: 150px;
}

#permissions-content select[name="user[company_ids][]"] + .ts-wrapper .ts-control,
#permissions-content .company_selection + .ts-wrapper .ts-control {
  min-height: 90px !important;
}

.company-selection-input .ts-control {
  min-height: 90px !important;
}

.company-selection-dropdown .ts-dropdown {
  max-height: 90px;
}

select.timeline_selection:not(.tomselected),
select.company_selection:not(.tomselected),
select.distributor_selection:not(.tomselected) {
  opacity: 0;
  pointer-events: none;
}

select.timeline_selection:not(.tomselected):before {
  content: "Loading...";
  display: block;
  opacity: 1;
  pointer-events: auto;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  min-height: 150px;
  line-height: 1.5;
}

select.company_selection:not(.tomselected):before,
select.distributor_selection:not(.tomselected):before {
  content: "Loading...";
  display: block;
  opacity: 1;
  pointer-events: auto;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  min-height: 90px;
  line-height: 1.5;
}

.ts-wrapper[data-type*=select-multiple] .ts-control {
  min-height: 38px;
}

select[data-type=timeline] + .ts-wrapper .ts-control {
  min-height: 150px !important;
}

.zone-permissions-table td,
.zone-permissions-table th {
  padding: 0.25rem 0.75rem !important;
}

turbo-frame[id*=zone_selection] .table td,
turbo-frame[id*=zone_selection] .table th {
  padding: 0.25rem 0.75rem !important;
}

turbo-frame[id*=zone_selection] .table .zone-name-cell {
  padding-left: 3rem !important;
}

.subscription-page-content:not(.loading) {
  overflow: auto;
}

.hold-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.35rem 0.35rem;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.hold-progress-fill {
  height: 100%;
  background: #28a745;
  width: 0%;
  transition: width 0.016s linear;
  border-radius: 0 0 0.35rem 0.35rem;
}

.btn {
  position: relative;
  transition: all 0.3s ease;
}
.btn.holding-active {
  filter: brightness(1.1) saturate(1.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.btn.holding-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  pointer-events: none;
}

[data-action-button-require-hold-confirmation-value=true] .btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
[data-action-button-require-hold-confirmation-value=true] .btn:hover:not(.holding-active) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
[data-action-button-require-hold-confirmation-value=true] .btn.confirmation-state {
  filter: brightness(1.05);
}

/* Modern minimal copy-to-clipboard styling */
.copy-container {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  width: 100%;
}

.copy-container:hover {
  background: #e9ecef;
}

.copy-text {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Courier New", monospace;
  font-size: 0.875rem;
  color: #495057;
  flex: 1;
  word-break: break-all;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1.5;
}

.copy-btn {
  background: none;
  border: none;
  color: #ed663e;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  font-size: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.copy-btn:hover {
  opacity: 1;
  background: rgba(237, 102, 62, 0.1);
}

.copy-btn:active {
  transform: scale(0.95);
}

#slider_timestamp {
  position: absolute;
  margin-top: -3px;
  margin-left: 50px;
}

a.play {
  display: block;
  float: left;
  font-size: 25px;
  margin-top: 6px;
  margin-right: 10px;
}

.range-slider {
  float: left;
}

.slider-selection {
  background: #eee;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

.slider-track {
  border-radius: 5px;
}

.slider-handle.min-slider-handle.round {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #ce5835;
}

.slider-handle.min-slider-handle.round, .slider-selection {
  border-radius: 5;
  background: #ed663e;
}

.overlapLoading.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 54, 0.2);
  z-index: 10;
}
.overlapLoading.loading:before {
  color: #ed663e;
  opacity: 1;
  color: #ed663e;
  opacity: 1;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
}

form#camera_selection {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.perspective-wall {
  --cols: 2;
  --gap: 2px;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: var(--gap);
  width: 100%;
  height: 100%;
  position: relative;
  background: #f5f5f5;
  container-type: inline-size;
}
.perspective-wall.loading {
  pointer-events: none;
  position: relative;
}
.perspective-wall.loading::before {
  content: "";
  background-image: url("/assets/tetherx-spinner-ba37bb1d.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  z-index: 1000;
  display: block;
}
.perspective-wall.layout-01 {
  --cols: 1 !important;
  grid-template-rows: 1fr;
}
.perspective-wall.layout-04 {
  --cols: 2;
  grid-template-rows: 1fr 1fr;
}
.perspective-wall.layout-09 {
  --cols: 3;
  grid-template-rows: 1fr 1fr 1fr;
}
.perspective-wall.layout-16 {
  --cols: 4;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.perspective-wall.layout-25 {
  --cols: 5;
  grid-template-rows: repeat(5, 1fr);
}
.perspective-wall.layout-36 {
  --cols: 6;
  grid-template-rows: repeat(6, 1fr);
}
.perspective-wall.layout-49 {
  --cols: 7;
  grid-template-rows: repeat(7, 1fr);
}
.perspective-wall.layout-64 {
  --cols: 8;
  grid-template-rows: repeat(8, 1fr);
}
.perspective-wall.layout-81 {
  --cols: 9;
  grid-template-rows: repeat(9, 1fr);
}
.perspective-wall.layout-100 {
  --cols: 10;
  grid-template-rows: repeat(10, 1fr);
}
.perspective-wall.layout-144 {
  --cols: 12;
  grid-template-rows: repeat(12, 1fr);
}
.perspective-wall.layout-06-1big-5small {
  --cols: 3;
  grid-template-rows: repeat(3, 1fr);
}
.perspective-wall.layout-06-1big-5small .livebox[data-grid-area="1"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-08-1big-7small {
  --cols: 4;
  grid-template-rows: repeat(4, 1fr);
}
.perspective-wall.layout-08-1big-7small .livebox[data-grid-area="1"] {
  grid-column: span 3;
  grid-row: span 3;
}
.perspective-wall.layout-10-2big-8small {
  --cols: 4;
  grid-template-rows: repeat(4, 1fr);
}
.perspective-wall.layout-10-2big-8small .livebox[data-grid-area="1"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-10-2big-8small .livebox[data-grid-area="2"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-13-1big-12small {
  --cols: 4;
  grid-template-rows: repeat(4, 1fr);
}
.perspective-wall.layout-13-1big-12small .livebox[data-grid-area="6"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-24-4big-20small {
  --cols: 6;
  grid-template-rows: repeat(6, 1fr);
}
.perspective-wall.layout-24-4big-20small .livebox[data-grid-area="8"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-24-4big-20small .livebox[data-grid-area="9"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-24-4big-20small .livebox[data-grid-area="14"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-24-4big-20small .livebox[data-grid-area="15"] {
  grid-column: span 2;
  grid-row: span 2;
}
.perspective-wall.layout-33-1big-32small {
  --cols: 6;
  grid-template-rows: repeat(6, 1fr);
}
.perspective-wall.layout-33-1big-32small .livebox[data-grid-area="15"] {
  grid-column: span 2;
  grid-row: span 2;
}

@media (orientation: portrait) {
  .perspective-wall.layout-04 {
    --cols: 2;
    grid-template-rows: 1fr 1fr;
  }
  .perspective-wall.layout-09 {
    --cols: 3;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .perspective-wall.layout-16 {
    --cols: 4;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .perspective-wall.layout-25 {
    --cols: 5;
    grid-template-rows: repeat(5, 1fr);
  }
  .perspective-wall.layout-36 {
    --cols: 6;
    grid-template-rows: repeat(6, 1fr);
  }
}
@media (orientation: landscape) {
  .perspective-wall.layout-04 {
    --cols: 2;
    grid-template-rows: 1fr 1fr;
  }
  .perspective-wall.layout-09 {
    --cols: 3;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .perspective-wall.layout-16 {
    --cols: 4;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .perspective-wall.layout-25 {
    --cols: 5;
    grid-template-rows: repeat(5, 1fr);
  }
  .perspective-wall.layout-36 {
    --cols: 6;
    grid-template-rows: repeat(6, 1fr);
  }
}
@container (max-width: 250px) {
  .perspective-wall.layout-04 {
    --cols: 2;
    grid-template-rows: 1fr 1fr;
  }
  .perspective-wall.layout-09 {
    --cols: 3;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .perspective-wall.layout-16 {
    --cols: 4;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .perspective-wall.layout-25 {
    --cols: 5;
    grid-template-rows: repeat(5, 1fr);
  }
}
@container (min-width: 1200px) {
  .perspective-wall.layout-04 {
    --cols: 2;
    grid-template-rows: 1fr 1fr;
  }
  .perspective-wall.layout-09 {
    --cols: 3;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .perspective-wall.layout-16 {
    --cols: 4;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .perspective-wall.layout-25 {
    --cols: 5;
    grid-template-rows: repeat(5, 1fr);
  }
  .perspective-wall.layout-36 {
    --cols: 6;
    grid-template-rows: repeat(6, 1fr);
  }
}
.image .controls, #player-wrapper .controls {
  display: block;
  position: absolute;
  font-size: 20px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 4px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  top: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .image .controls, #player-wrapper .controls {
    top: 8px;
    right: 8px;
  }
}
.image .controls a, #player-wrapper .controls a {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 4px;
  color: white;
  text-decoration: none;
}
.image .controls a:hover, #player-wrapper .controls a:hover {
  background: rgba(255, 255, 255, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.05);
  text-decoration: none;
}
.image .controls a:active, #player-wrapper .controls a:active {
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  transform: scale(0.95);
}
.image .controls a i, #player-wrapper .controls a i {
  color: white;
  font-size: 12px !important;
  opacity: 1;
  width: auto;
  height: auto;
  display: inline;
}
.image .controls .hd-toggle, #player-wrapper .controls .hd-toggle {
  font-size: 10px !important;
  font-weight: bold;
}
.image .controls .audio-toggle, #player-wrapper .controls .audio-toggle {
  cursor: pointer;
}
.image .controls .audio-toggle:hover i, #player-wrapper .controls .audio-toggle:hover i {
  opacity: 0.7;
}
.image .controls .audio-toggle.muted i::before, #player-wrapper .controls .audio-toggle.muted i::before {
  content: "\f6a9";
}
.image .controls .audio-toggle:not(.muted) i::before, #player-wrapper .controls .audio-toggle:not(.muted) i::before {
  content: "\f028";
}

.fullscreen .controls a.move, #player-wrapper .controls a.move {
  display: none;
}

.livebox:hover .controls {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.image#player-wrapper .controls, #player-wrapper#player-wrapper .controls {
  top: calc(1.5625rem + 8px);
  right: 8px;
}
.image#player-wrapper.for-partners .controls, #player-wrapper#player-wrapper.for-partners .controls {
  top: 8px;
}
.image:hover .controls:not(.hide), #player-wrapper:hover .controls:not(.hide) {
  display: inline-block;
}

@media (max-width: 767px) and (orientation: landscape) {
  #perspective td .ptz {
    display: none;
  }
}
#perspective .image.loading:before {
  margin-top: calc(1.5rem + 8px) !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 767px) and (orientation: portrait) {
  #perspective td:not(.fullscreen) .ptz {
    display: none;
  }
  #perspective .livebox[show-ptz-controls=true] .ptz {
    display: block;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .livebox_controls {
    display: flex;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .image {
    height: 50%;
    position: fixed !important;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .image.loading:before {
    top: 50%;
    z-index: 1 !important;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] div[data-player] {
    height: 100% !important;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button {
    width: 100px;
    height: 100px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-up {
    left: 73px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-left {
    top: 73px;
    left: 0px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-right {
    top: 73px;
    left: 145px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down {
    left: 73px;
    top: 145px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-left {
    left: 51px;
    top: 51px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-right {
    left: 123px;
    top: 51px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-left {
    left: 51px;
    top: 123px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-right {
    left: 123px;
    top: 123px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-return {
    width: 50px;
    height: 50px;
    left: 98px;
    top: 98px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-return i {
    font-size: 20px;
    padding-top: 12px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-left, #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-right,
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-left, #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-right {
    width: 70px;
    height: 70px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-left .ptz-move-control-arrow, #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-top-right .ptz-move-control-arrow,
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-left .ptz-move-control-arrow, #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-button-down-right .ptz-move-control-arrow {
    margin-left: 33px;
    margin-bottom: -26px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-move-control-arrow {
    width: 10px;
    height: 10px;
    margin-left: 35px;
    margin-bottom: -33px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .move-ptz-controls {
    width: 240px;
    height: 225px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] #perspective table .livebox .image {
    position: fixed;
    top: 0;
    height: 50%;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz {
    position: fixed;
    top: 51%;
    width: 100%;
    left: 0;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .move-ptz-controls, #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-action-icons-block:not(:first-child) {
    margin-left: auto;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-action-icons-block .ptz-action-icon {
    width: 40px;
    height: 40px;
  }
  #perspective td.fullscreen .livebox[show-ptz-controls=true] .ptz-action-icons-block .ptz-action-icon i {
    font-size: 20px;
    padding-top: 5px;
  }
}
.perspective-wall .livebox {
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  min-height: 120px;
}
.perspective-wall .livebox .image {
  width: 100%;
  height: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #eeeeee;
  overflow: hidden;
}
.perspective-wall .livebox .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
}
.perspective-wall .livebox .image img:not([src]), .perspective-wall .livebox .image img[src=""] {
  display: none !important;
}
.perspective-wall .livebox .image .container[data-container] {
  background-color: transparent !important;
}
.perspective-wall .livebox .image .player-poster[data-poster] {
  background-size: contain !important;
}
.perspective-wall .livebox .livebox_controls {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}
.perspective-wall .livebox .alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0;
  border-radius: 0;
}
.perspective-wall .livebox .error_msg.alert-wrapper {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.perspective-wall .livebox .error_msg.alert-wrapper .has-tip {
  padding: 0 !important;
  margin: 0 !important;
}
.perspective-wall .livebox .error_msg.alert-wrapper .has-tip i {
  font-size: 48px !important;
  color: #dc3545 !important;
  opacity: 0.2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.perspective-wall .livebox .error-message {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 11px;
  color: #333;
  text-align: center;
  padding: 4px 8px;
  max-width: 90%;
  z-index: 5;
}
.perspective-wall .livebox .image.error .error_msg.alert-wrapper {
  display: block !important;
}
.perspective-wall .livebox .livebox_loading {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -24px !important;
  margin-left: -16px !important;
  width: 32px !important;
  height: 32px !important;
  z-index: 10 !important;
}
.perspective-wall .livebox .livebox_loading:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(237, 102, 62, 0.15);
  border-top-color: #ed663e;
  animation: livebox-spin 2s linear infinite;
  will-change: transform;
}

.perspective-wall .livebox .tooltip.show .tooltip-inner {
  background: rgba(0, 0, 0, 0.95) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  max-width: 300px !important;
}
.perspective-wall .livebox .tooltip.show .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.95) !important;
}
.perspective-wall .livebox .tooltip.bs-tooltip-bottom, .perspective-wall .livebox .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  margin-top: 15px !important;
}
.perspective-wall .livebox .tooltip.bs-tooltip-top, .perspective-wall .livebox .tooltip.bs-tooltip-auto[x-placement^=top] {
  margin-bottom: 15px !important;
}

.perspective-wall .livebox .drag-label {
  position: absolute;
  bottom: -2px;
  right: 8px;
  font-size: 11px;
  padding: 2px 6px;
  z-index: 6;
  display: block;
}

.perspective-wall .livebox .description:not(.hidden) ~ .drag-label,
.perspective-wall .livebox .description[style*="display: flex"] ~ .drag-label {
  display: none !important;
}

@keyframes livebox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.perspective-wall .livebox .camera-name-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 6px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
:root:not([data-theme=dark]) .perspective-wall .livebox .camera-name-panel {
  background: rgba(50, 74, 102, 0.85);
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .stream-selector .btn,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .btn.camera-control-buttons {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 4px;
  font-size: 11px;
  line-height: 24px;
  border-radius: 0;
  height: 24px;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn:hover,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .stream-selector .btn:hover,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .btn.camera-control-buttons:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn:focus, .perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn:active,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .stream-selector .btn:focus,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .stream-selector .btn:active,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .btn.camera-control-buttons:focus,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .btn.camera-control-buttons:active {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn i,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .stream-selector .btn i,
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .btn.camera-control-buttons i {
  font-size: 11px;
  line-height: 1;
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn {
  flex: 1;
  text-align: left;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  position: relative;
}
.perspective-wall .livebox .camera-name-panel > .camera-selection-wrapper .camera-selection-btn .fas.fa-chevron-down {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  opacity: 0.7;
}
.perspective-wall .livebox .camera-name-panel .latency-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 4px;
  margin: 0 2px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  min-width: 28px;
  height: 16px;
  justify-content: center;
  align-self: center;
}
.perspective-wall .livebox .camera-name-panel .latency-pill.latency-good {
  background-color: #28a745;
  color: white;
}
.perspective-wall .livebox .camera-name-panel .latency-pill.latency-medium {
  background-color: #ffc107;
  color: #212529;
}
.perspective-wall .livebox .camera-name-panel .latency-pill.latency-poor {
  background-color: #dc3545;
  color: white;
}
.perspective-wall .livebox .camera-name-panel .latency-pill.latency-unknown {
  background-color: #6c757d;
  color: white;
}
.perspective-wall .livebox .camera-name-panel .live-timestamp {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Courier New", monospace;
  vertical-align: middle;
}
.perspective-wall .livebox .camera-name-panel .live-timestamp.stale {
  color: #ff4444 !important;
  font-weight: 700;
}
.perspective-wall .livebox .camera-name-panel .separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.perspective-wall .livebox .camera-name-panel .camera-show-ptz-btn.ptz-only {
  flex: 0 0 auto;
  min-width: 32px;
  height: 28px;
  padding: 2px 8px;
  margin: 0 !important;
  display: none;
  align-items: center;
  justify-content: center;
}
.perspective-wall .livebox .camera-name-panel .camera-show-ptz-btn.ptz-only .camera-show-ptz-icon {
  font-size: 14px;
}

.stream-dropdown-menu {
  z-index: 9999;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.camera-picker-menu,
#live-zone-selector {
  z-index: 9999 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: left !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}
.camera-picker-menu .camera-option,
#live-zone-selector .camera-option {
  display: flex;
  width: 100%;
  padding: 0.25rem 0.375rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #dee2e6;
  text-decoration: none;
  cursor: pointer;
  margin: 1px;
  border-radius: 0.25rem;
}
.camera-picker-menu .camera-option:hover, .camera-picker-menu .camera-option:focus,
#live-zone-selector .camera-option:hover,
#live-zone-selector .camera-option:focus {
  color: #16181b;
  background-color: #f8f9fa;
  text-decoration: none;
  border-color: #adb5bd;
}
.camera-picker-menu .camera-option i,
#live-zone-selector .camera-option i {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.25rem;
}

#live-zone-selector .camera-site-group {
  margin-bottom: 0.75rem !important;
}
#live-zone-selector .camera-site-group .site-header {
  font-size: 0.75rem;
  font-weight: 600;
  color: #495057;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem 0.375rem 0 0;
  border-bottom: none;
}
#live-zone-selector .camera-site-group .site-header:hover {
  color: #495057 !important;
  background-color: #f8f9fa !important;
}
#live-zone-selector .camera-site-group .site-header .badge {
  font-size: 0.65rem;
  padding: 0.2rem 0.4rem;
}
#live-zone-selector .camera-site-group .camera-list {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  overflow: hidden;
}
#live-zone-selector .camera-site-group .camera-list .camera-option {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0.35rem 0.75rem;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease; /* Matching TomSelect timing */
  cursor: pointer;
}
#live-zone-selector .camera-site-group .camera-list .camera-option:first-child {
  border-top: none;
}
#live-zone-selector .camera-site-group .camera-list .camera-option:hover, #live-zone-selector .camera-site-group .camera-list .camera-option:focus {
  background-color: rgba(237, 102, 62, 0.1); /* Faded $secondary (#ed663e) - matching TomSelect */
  border-color: rgba(237, 102, 62, 0.15);
  transform: translateX(2px); /* Subtle slide - matching TomSelect */
  outline: none; /* Remove default focus outline */
}
#live-zone-selector .camera-site-group .camera-list .camera-option:active {
  background-color: rgba(237, 102, 62, 0.15);
  border-color: rgba(237, 102, 62, 0.2);
  transform: translateX(1px);
}
#live-zone-selector .input-group {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.5rem;
}

.dark-mode .camera-picker-menu {
  background-color: #2d3748;
  border-color: #4a5568;
  color: #e2e8f0;
}
.dark-mode .camera-picker-menu .camera-option {
  color: #e2e8f0;
  border-color: #4a5568;
}
.dark-mode .camera-picker-menu .camera-option:hover, .dark-mode .camera-picker-menu .camera-option:focus {
  color: #f7fafc;
  background-color: #4a5568;
  border-color: #718096;
}
.dark-mode .camera-picker-menu .site-header {
  color: #a0aec0;
  background-color: #4a5568;
  border-bottom-color: #718096;
}
.dark-mode .camera-picker-menu .site-header:hover {
  color: #a0aec0 !important;
  background-color: #4a5568 !important;
}
.dark-mode .camera-picker-menu .input-group {
  border-bottom-color: #4a5568;
}
.dark-mode .camera-picker-menu .form-control,
.dark-mode .camera-picker-menu .input-group-text {
  background-color: #4a5568;
  border-color: #718096;
  color: #e2e8f0;
}
.dark-mode .camera-picker-menu .form-control::placeholder,
.dark-mode .camera-picker-menu .input-group-text::placeholder {
  color: #a0aec0;
}

.stream-selector-dropdown {
  font-size: 0.75rem;
}
.stream-selector-dropdown .dropdown-item {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  line-height: 1.2;
}
.stream-selector-dropdown .dropdown-item i {
  font-size: 0.7rem;
  margin-right: 0.5rem;
}
.stream-selector-dropdown .dropdown-item small {
  font-size: 0.65rem;
  line-height: 1.1;
  margin-top: 0.1rem;
}

.livebox {
  container-type: inline-size;
}
@container (max-width: 249px) {
  .livebox .live-timestamp,
  .livebox .latency-pill,
  .livebox .stream-selector {
    display: none !important;
  }
}

.stream-selector-dropdown .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #e9ecef;
}
.stream-selector-dropdown .stream-type-option {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
.stream-selector-dropdown .stream-type-option:hover, .stream-selector-dropdown .stream-type-option:focus {
  color: #16181b;
  background-color: #f8f9fa;
  text-decoration: none;
}
.stream-selector-dropdown .stream-type-option.active {
  color: #fff;
  background-color: rgb(50, 74, 102);
}
.stream-selector-dropdown .stream-type-option.active:hover {
  color: #fff;
  background-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
}
.stream-selector-dropdown .stream-type-option.auto-selected {
  position: relative;
  font-weight: 500;
}
.stream-selector-dropdown .stream-type-option.auto-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: rgb(50, 74, 102);
  opacity: 0.6;
}
.stream-selector-dropdown .stream-type-option small {
  font-size: 0.7rem;
}
.stream-selector-dropdown .stream-type-option i {
  width: 1.2rem;
  text-align: center;
}
.stream-selector-dropdown .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.stream-selector-dropdown .dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #6c757d;
}
.stream-selector-dropdown .current-stream-type {
  font-weight: 600;
  color: #495057;
}

.dark-mode .stream-selector-dropdown {
  background-color: #2d3748;
  border-color: #4a5568;
  color: #e2e8f0;
}
.dark-mode .stream-selector-dropdown .dropdown-header {
  color: #a0aec0;
  border-bottom-color: #4a5568;
}
.dark-mode .stream-selector-dropdown .stream-type-option {
  color: #e2e8f0;
}
.dark-mode .stream-selector-dropdown .stream-type-option:hover, .dark-mode .stream-selector-dropdown .stream-type-option:focus {
  color: #f7fafc;
  background-color: #4a5568;
}
.dark-mode .stream-selector-dropdown .stream-type-option.active {
  background-color: rgb(50, 74, 102);
}
.dark-mode .stream-selector-dropdown .stream-type-option.active:hover {
  background-color: rgb(33.2236842105, 49.1710526316, 67.7763157895);
}
.dark-mode .stream-selector-dropdown .stream-type-option.auto-selected {
  font-weight: 500;
}
.dark-mode .stream-selector-dropdown .stream-type-option.auto-selected::before {
  background-color: rgb(66.7763157895, 98.8289473684, 136.2236842105);
}
.dark-mode .stream-selector-dropdown .dropdown-divider {
  border-top-color: #4a5568;
}
.dark-mode .stream-selector-dropdown .dropdown-item-text {
  color: #a0aec0;
}
.dark-mode .stream-selector-dropdown .current-stream-type {
  color: #cbd5e0;
}

.fullscreen-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1049;
  background: black !important;
  padding: 0;
  margin: 0;
}
.fullscreen-overlay .container, .fullscreen-overlay .player-poster {
  background: black !important;
}
.fullscreen-overlay .livebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.fullscreen-overlay .livebox .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  position: relative;
}
.fullscreen-overlay .livebox .image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  margin: 0 !important;
}
.fullscreen-overlay .livebox .image img:not([data-zoom-setup]) {
  transform: none !important;
}
.fullscreen-overlay .livebox .image video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fullscreen-overlay .livebox .image .player-container, .fullscreen-overlay .livebox .image [data-player] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
}
.fullscreen-overlay .livebox .image .player-container video, .fullscreen-overlay .livebox .image [data-player] video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.fullscreen-overlay .livebox .image .player-container .media-control, .fullscreen-overlay .livebox .image [data-player] .media-control {
  z-index: 1055 !important;
}
.fullscreen-overlay .livebox .image .controls {
  z-index: 1055 !important;
  position: absolute !important;
}
.fullscreen-overlay .livebox .image .player-container:not([style*="display: none"]) ~ .error_msg,
.fullscreen-overlay .livebox .image [data-player]:not([style*="display: none"]) ~ .error_msg {
  display: none !important;
}
.fullscreen-overlay .livebox .image .player-container:not([style*="display: none"]) ~ img,
.fullscreen-overlay .livebox .image [data-player]:not([style*="display: none"]) ~ img {
  display: none !important;
}
.fullscreen-overlay .livebox .latency-pill {
  position: absolute;
  top: 12px;
  right: 120px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 8px;
  min-width: 35px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fullscreen-overlay .livebox .latency-pill.latency-good {
  color: #28a745;
}
.fullscreen-overlay .livebox .latency-pill.latency-medium {
  color: #ffc107;
}
.fullscreen-overlay .livebox .latency-pill.latency-poor {
  color: #dc3545;
}
.fullscreen-overlay .livebox .latency-pill.latency-unknown {
  color: #6c757d;
}
.fullscreen-overlay .livebox .live-timestamp {
  position: absolute;
  top: 12px;
  right: 180px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Courier New", monospace;
}
.fullscreen-overlay .livebox .live-timestamp.stale {
  color: #ff4444 !important;
  border-color: rgba(255, 68, 68, 0.4);
  font-weight: 700;
}
.fullscreen-overlay .livebox .exit-fullscreen-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
}
.fullscreen-overlay .livebox .exit-fullscreen-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.fullscreen-overlay .livebox .exit-fullscreen-btn i {
  font-size: 14px;
}
.fullscreen-overlay .livebox[show-ptz-controls=true] .camera-show-ptz-btn {
  display: none;
}
.fullscreen-overlay .livebox[show-ptz-controls=true] .ptz {
  display: block;
}
.fullscreen-overlay:hover .exit-fullscreen-btn {
  opacity: 1;
}

.perspective-wall .fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1049;
  background: black !important;
}
.perspective-wall .fullscreen .container, .perspective-wall .fullscreen .player-poster {
  background: black !important;
}
.perspective-wall .fullscreen .livebox {
  width: 100%;
  height: 100%;
  background-color: black;
}
.perspective-wall .fullscreen .livebox .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  position: relative;
}
.perspective-wall .fullscreen .livebox .image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  margin: 0 !important;
}
.perspective-wall .fullscreen .livebox .image img:not([data-zoom-setup]) {
  transform: none !important;
}
.perspective-wall .fullscreen .livebox .image video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.perspective-wall .fullscreen .livebox .image .player-container, .perspective-wall .fullscreen .livebox .image [data-player] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
}
.perspective-wall .fullscreen .livebox .image .player-container video, .perspective-wall .fullscreen .livebox .image [data-player] video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.perspective-wall .fullscreen .livebox .image .player-container .media-control, .perspective-wall .fullscreen .livebox .image [data-player] .media-control {
  z-index: 1055 !important;
}
.perspective-wall .fullscreen .livebox .image .controls {
  z-index: 1055 !important;
  position: absolute !important;
}
.perspective-wall .fullscreen .livebox .image .player-container:not([style*="display: none"]) ~ .error_msg,
.perspective-wall .fullscreen .livebox .image [data-player]:not([style*="display: none"]) ~ .error_msg {
  display: none !important;
}
.perspective-wall .fullscreen .livebox .image .player-container:not([style*="display: none"]) ~ img,
.perspective-wall .fullscreen .livebox .image [data-player]:not([style*="display: none"]) ~ img {
  display: none !important;
}
.perspective-wall .fullscreen .livebox[show-ptz-controls=true] .camera-show-ptz-btn {
  display: none;
}
.perspective-wall .fullscreen .livebox[show-ptz-controls=true] .ptz {
  display: block;
}
.perspective-wall .fullscreen .livebox[show-ptz-controls=true].livebox-mobile-portrait .ptz-mobile-portrait-badge {
  display: block;
}
.perspective-wall .fullscreen .livebox[show-ptz-controls=true].livebox-mobile-portrait .ptz {
  display: none;
}

#sidebar-nav {
  margin-right: 0px;
}
#sidebar-nav #perspectives_list {
  padding-inline-start: 0;
  list-style-type: none;
  margin-left: 1px;
  margin-right: 1px;
}
#sidebar-nav #perspectives_list li {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar-nav #perspectives_list a.perspective > i {
  opacity: 0.7;
  display: inline;
  position: relative;
  float: left;
  cursor: move;
}
#sidebar-nav #perspectives_list, #sidebar-nav #new_user_perspective {
  padding: 0;
}
#sidebar-nav #perspectives_list table td, #sidebar-nav #new_user_perspective table td {
  border: none;
}
#sidebar-nav #perspectives_list table.perspective, #sidebar-nav #new_user_perspective table.perspective {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-spacing: 0;
}
#sidebar-nav #perspectives_list table.perspective td, #sidebar-nav #perspectives_list table.perspective tr, #sidebar-nav #new_user_perspective table.perspective td, #sidebar-nav #new_user_perspective table.perspective tr {
  padding: 0;
  margin: 0;
}
#sidebar-nav #perspectives_list table.perspective td.name, #sidebar-nav #new_user_perspective table.perspective td.name {
  width: 100%;
}
#sidebar-nav #perspectives_list table.perspective td.name a, #sidebar-nav #new_user_perspective table.perspective td.name a {
  text-align: left;
  margin-top: 0;
  martin-bottom: 0;
  margin-right: 0;
}
#sidebar-nav #perspectives_list table.perspective td.name i, #sidebar-nav #new_user_perspective table.perspective td.name i {
  margin-left: -1px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  #sidebar-nav #perspectives_filter {
    margin-bottom: 110px;
  }
}
#sidebar-nav #perspectives_filter .section, #sidebar-nav #perspectives_filter ul #perspectives {
  text-align: center;
}
#sidebar-nav #perspectives_filter span.error {
  margin-top: -1em;
  margin-left: 1px;
}
#sidebar-nav #perspectives_filter #perspectives_list .button {
  border-radius: 0px;
  margin-right: 0;
  width: inherit !important;
}
#sidebar-nav .thin-button {
  float: none;
  padding-left: 10px;
  padding-right: 20px;
}

#sidebar-nav #layouts {
  text-align: center;
}
#sidebar-nav #layouts .layout input {
  display: none;
}
#sidebar-nav #layouts .layout {
  margin: 2px;
  width: 53px;
}
#sidebar-nav #layouts .layout img {
  opacity: 0.5;
}
#sidebar-nav #layouts .layout img.active {
  opacity: 0.8;
}
#sidebar-nav #layouts .layout img:hover {
  opacity: 0.8;
  transition-property: opacity;
  transition-duration: 0.3s;
}
#sidebar-nav #layouts .layout {
  cursor: pointer;
  display: inline-block;
  box-sizing: content-box !important;
}

.livebox_controls {
  position: absolute;
  display: flex;
  z-index: 1;
}

#perspective .livebox .livebox_controls {
  display: flex;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#perspective .livebox:hover .livebox_controls, #perspective .livebox_controls.focus {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#perspective .livebox_controls.ptz-dropdown-open {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

#perspective td:not(.fullscreen) .livebox_controls.small {
  top: 40px;
  left: 5px;
}

.ptz {
  font-size: 11px;
  color: white;
}
.ptz .ptz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 6px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 6px;
  transition: all 0.2s ease;
  min-height: 16px;
}
.ptz .ptz-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ptz .ptz-header .ptz-header-text {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: white;
}
.ptz .ptz-header .ptz-chevron {
  font-size: 6px;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease;
}
.ptz .ptz-header.collapsed {
  margin-bottom: 0;
  border-bottom: none;
  padding: 1px 4px;
  min-height: 12px;
}
.ptz .ptz-header.collapsed .ptz-chevron {
  transform: rotate(180deg);
}
.ptz .ptz-content {
  transition: all 0.3s ease;
  overflow: hidden;
}
.ptz .ptz-content.collapsed {
  height: 0 !important;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.ptz span {
  color: white !important;
  text-shadow: none !important;
}
.ptz div {
  color: white !important;
  text-shadow: none !important;
}
.ptz .fas.fa-info-circle {
  display: block;
  margin-bottom: 2px;
  cursor: help;
}
.ptz .fas.fa-info-circle:hover {
  opacity: 1 !important;
}
.ptz .ptz-speed-control {
  position: relative;
  height: 12px;
  display: flex;
  align-items: center;
}
.ptz .ptz-speed-control .ptz-speed-track {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  cursor: pointer;
}
.ptz .ptz-speed-control .ptz-speed-track .ptz-speed-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  transition: width 0.1s ease;
}
.ptz .ptz-speed-control .ptz-speed-track .ptz-speed-handle {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: left 0.1s ease;
}
.ptz .ptz-speed-control .ptz-speed-track .ptz-speed-handle:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.ptz .ptz-speed-control .ptz-speed-track .ptz-speed-handle:active {
  transform: translateX(-50%) scale(1.1);
}
.ptz .switcher,
.ptz .switcher.disabled {
  display: inline-block !important;
  opacity: 1 !important;
}
.ptz .switcher .slider,
.ptz .switcher.disabled .slider {
  opacity: 1 !important;
  display: block !important;
}
.ptz .switcher input,
.ptz .switcher.disabled input {
  opacity: 0 !important;
}
.ptz .ptz-action-icons-block {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  margin: 2px;
}
.ptz .ptz-action-icons-block .ptz-action-icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ptz .ptz-action-icons-block .ptz-action-icon:hover {
  background: rgba(255, 255, 255, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.05);
}
.ptz .ptz-action-icons-block .ptz-action-icon:active, .ptz .ptz-action-icons-block .ptz-action-icon.ptz-move-control-button-clicked {
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  transform: scale(0.95);
}
.ptz .ptz-action-icons-block .ptz-action-icon i {
  color: white;
  font-size: 12px;
  opacity: 1;
}
.ptz .move-ptz-controls {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 6px auto;
}
.ptz .move-ptz-controls .ptz-move-control-button {
  position: absolute;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.ptz .move-ptz-controls .ptz-move-control-button:hover {
  background: rgba(255, 255, 255, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.05);
}
.ptz .move-ptz-controls .ptz-move-control-button:active, .ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-clicked {
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  transform: scale(0.95);
}
.ptz .move-ptz-controls .ptz-move-control-button .ptz-move-control-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-up {
  top: 4px;
  left: 24px;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-up .ptz-move-control-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid white;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-left {
  top: 24px;
  left: 4px;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-left .ptz-move-control-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid white;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-right {
  top: 24px;
  right: 4px;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-right .ptz-move-control-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid white;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-down {
  bottom: 4px;
  left: 24px;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-down .ptz-move-control-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-top-left, .ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-top-right, .ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-down-left, .ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-down-right {
  display: none;
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-return {
  top: 24px;
  left: 24px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.25);
}
.ptz .move-ptz-controls .ptz-move-control-button.ptz-move-control-button-return i {
  color: white;
  font-size: 10px;
  opacity: 1;
}
.ptz .presets-section,
.ptz .relays-section {
  margin-top: 6px;
  overflow: visible;
}
.ptz .presets-section .ptz-dropdown-container,
.ptz .relays-section .ptz-dropdown-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 85px;
  max-width: 85px;
  overflow: visible;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown {
  flex: 1;
  min-width: 60px;
  max-width: 60px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 9px;
  color: white;
  cursor: pointer;
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown:focus,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown:focus {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -1px;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown:hover,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-text,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-arrow,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-arrow {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 3px solid white;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu {
  min-width: 90px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-height: 200px;
  height: auto;
  overflow-y: auto;
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item {
  padding: 4px 8px;
  font-size: 10px;
  color: white;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item:hover,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ptz .presets-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item:last-child,
.ptz .relays-section .ptz-dropdown-container .ptz-dropdown .ptz-dropdown-menu .ptz-dropdown-item:last-child {
  border-bottom: none;
}
.ptz .presets-section .ptz-dropdown-container .ptz-refresh-btn,
.ptz .relays-section .ptz-dropdown-container .ptz-refresh-btn {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ptz .presets-section .ptz-dropdown-container .ptz-refresh-btn:hover,
.ptz .relays-section .ptz-dropdown-container .ptz-refresh-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.ptz .presets-section .ptz-dropdown-container .ptz-refresh-btn:active,
.ptz .relays-section .ptz-dropdown-container .ptz-refresh-btn:active {
  transform: scale(0.95);
}
.ptz .presets-section .ptz-dropdown-container .ptz-refresh-btn i,
.ptz .relays-section .ptz-dropdown-container .ptz-refresh-btn i {
  color: white;
  font-size: 8px;
}
.ptz .presets-section .btn,
.ptz .presets-section .form-control,
.ptz .relays-section .btn,
.ptz .relays-section .form-control {
  display: none !important;
}
.ptz .ptz-mobile-portrait-badge {
  font-size: 11px;
  padding: 6px;
  margin-bottom: 8px;
}

.livebox_controls .ptz {
  position: relative;
}

.fullscreen-overlay .livebox .livebox_controls {
  z-index: 1055 !important;
  top: 50px;
  left: 8px;
}

.livebox:not([show-ptz-controls=true]) .livebox_controls .ptz {
  display: none;
}

.livebox[show-ptz-controls=true] .livebox_controls:has(.ptz) {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 8px;
}

.livebox[style*="height:"]:not([style*="height: 21"]):not([style*="height: 22"]):not([style*="height: 23"]):not([style*="height: 24"]) .livebox_controls .ptz, .livebox[style*="height: 1"] .livebox_controls .ptz, .livebox[style*="height: 20"] .livebox_controls .ptz {
  display: none !important;
}

.ptz-preset-dropdown,
.ptz-relay-dropdown {
  min-width: 90px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.ptz-preset-dropdown .dropdown-item,
.ptz-relay-dropdown .dropdown-item {
  padding: 4px 8px;
  font-size: 10px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.ptz-preset-dropdown .dropdown-item:hover,
.ptz-relay-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ptz-preset-dropdown .dropdown-item:last-child,
.ptz-relay-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

@container (height < 215px) {
  .livebox .livebox_controls .ptz {
    display: none !important;
  }
}
.audio-challenge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: none;
}
.audio-challenge .btn {
  position: relative;
  top: 2px;
}
.audio-challenge .audio-challenge-btn {
  width: 42px;
  height: 42px;
  padding: 2px 10px;
  border-radius: 50%;
  border: 1px solid #ed663e;
  color: #ed663e;
  cursor: pointer;
  z-index: 1;
}
.audio-challenge .audio-challenge-btn i {
  opacity: 1;
}
.audio-challenge .audio-challenge-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.audio-challenge .audio-challenge-btn:active {
  transform: scale(0.98);
  background-color: #ed663e;
  color: white;
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.8);
}

#idle-modal {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#perspective .media-control[data-media-control] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#perspective .media-control-background {
  background: none !important;
  display: none !important;
}
#perspective .bar-container {
  display: none !important;
}
#perspective .media-control-layer {
  display: none !important;
}
#perspective .player-error-screen[data-error-screen] {
  display: none !important;
}

#perspective .media-control-button.media-control-icon {
  background: url("/assets/icons/hd_btn-2a3baf64.png") 2px 2px no-repeat;
}
#perspective .media-control-button.media-control-icon.player-paused {
  background-image: url("/assets/icons/sd_btn-8db0fdad.png");
}
#perspective .media-control-button.media-control-icon svg {
  display: none;
}

.livebox .drag-handle-group {
  display: flex;
  align-items: center;
  gap: 0;
}
.livebox .drag-handle-group.hidden {
  display: none !important;
}
.livebox .drag-handle-group .drag-separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  flex-shrink: 0;
}
.livebox .drag-handle-group .drag-handle {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 4px;
  font-size: 11px;
  line-height: 24px;
  border-radius: 0;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}
.livebox .drag-handle-group .drag-handle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.livebox .drag-handle-group .drag-handle:focus, .livebox .drag-handle-group .drag-handle:active {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}
.livebox .drag-handle-group .drag-handle i {
  font-size: 11px;
  line-height: 1;
}
.livebox .drag-handle-group .drag-handle:active {
  cursor: grabbing;
}
.livebox .drag-handle-group .drag-handle.disabled, .livebox .drag-handle-group .drag-handle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.livebox .drag-handle-group .drag-handle.disabled:hover, .livebox .drag-handle-group .drag-handle:disabled:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.draggable {
  cursor: grab;
}
.draggable:active {
  cursor: grabbing;
}
.draggable.drag-disabled {
  cursor: default;
  opacity: 0.7;
}

.droppable {
  position: relative;
}

.dragging {
  opacity: 0.8;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.1s ease;
}

.drop-target {
  background-color: rgba(0, 123, 255, 0.1) !important;
  border: 2px dashed rgba(0, 123, 255, 0.5) !important;
  transition: all 0.2s ease;
}

.drag-hover {
  background-color: rgba(0, 123, 255, 0.2) !important;
  border-color: rgba(0, 123, 255, 0.8) !important;
}

.livebox-dragging {
  opacity: 0.9;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.15s ease;
}

.livebox-drop-target {
  background: radial-gradient(ellipse at center, rgba(40, 167, 69, 0.25), rgba(40, 167, 69, 0.1)) !important;
  box-shadow: inset 0 0 20px rgba(40, 167, 69, 0.3), inset 0 0 0 2px rgba(40, 167, 69, 0.6);
  transition: all 0.25s ease;
  position: relative;
  filter: brightness(1.1);
}
.livebox-drop-target::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px dashed rgba(40, 167, 69, 0.8);
  border-radius: 3px;
  animation: borderPulse 2s infinite;
  pointer-events: none;
}
.livebox-drop-target::after {
  content: "Drop here to swap";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(237, 102, 62, 0.9);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  z-index: 10;
  opacity: 0.9;
}

.livebox-drag-hover {
  background: radial-gradient(ellipse at center, rgba(40, 167, 69, 0.4), rgba(40, 167, 69, 0.2)) !important;
  box-shadow: inset 0 0 30px rgba(40, 167, 69, 0.5), inset 0 0 0 3px rgba(40, 167, 69, 0.9);
  filter: brightness(1.2);
}
.livebox-drag-hover::before {
  animation: borderPulse 1s infinite;
  border-color: rgb(40, 167, 69);
  border-width: 2px;
}
.livebox-drag-hover::after {
  opacity: 1;
  background: #ed663e;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@keyframes borderPulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.swap-success {
  position: relative;
  z-index: 1002;
  animation: swapSuccess 0.6s ease-out;
}
.swap-success::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-color: rgba(50, 74, 102, 0.2);
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  animation: swapSuccessOverlay 0.6s ease-out;
}
@keyframes swapSuccess {
  0% {
    transform: scale(1);
    background-color: transparent;
    box-shadow: none;
  }
  30% {
    transform: scale(1.015);
    background-color: rgba(50, 74, 102, 0.15);
    box-shadow: 0 2px 12px rgba(50, 74, 102, 0.2);
  }
  60% {
    transform: scale(1.01);
    background-color: rgba(50, 74, 102, 0.1);
    box-shadow: 0 1px 8px rgba(50, 74, 102, 0.15);
  }
  100% {
    transform: scale(1);
    background-color: transparent;
    box-shadow: none;
  }
}
@keyframes swapSuccessOverlay {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  30% {
    opacity: 0.6;
    transform: scale(1.02);
  }
  60% {
    opacity: 0.3;
    transform: scale(1.01);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.swap-error {
  position: relative;
  z-index: 1002;
  animation: swapError 1s ease-in-out;
}
.swap-error::before {
  content: "";
  position: absolute;
  inset: -8px;
  background-color: rgba(220, 53, 69, 0.2);
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  animation: swapErrorOverlay 1s ease-in-out;
}
@keyframes swapError {
  0% {
    transform: scale(1);
    background-color: transparent;
    box-shadow: none;
  }
  25% {
    transform: scale(1.02);
    background-color: rgba(220, 53, 69, 0.3);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
  }
  50% {
    transform: scale(1.01);
    background-color: rgba(220, 53, 69, 0.2);
    box-shadow: 0 2px 10px rgba(220, 53, 69, 0.3);
  }
  75% {
    transform: scale(1.005);
    background-color: rgba(220, 53, 69, 0.1);
    box-shadow: 0 1px 8px rgba(220, 53, 69, 0.2);
  }
  100% {
    transform: scale(1);
    background-color: transparent;
    box-shadow: none;
  }
}
@keyframes swapErrorOverlay {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  25% {
    opacity: 1;
    transform: scale(1.08);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.04);
  }
  75% {
    opacity: 0.4;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

[data-theme=dark] .drag-handle-group .drag-separator {
  background-color: rgba(255, 255, 255, 0.2);
}
[data-theme=dark] .drag-handle-group .drag-handle {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme=dark] .drag-handle-group .drag-handle:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}
[data-theme=dark] .drop-target {
  background-color: rgba(0, 123, 255, 0.15) !important;
  border-color: rgba(0, 123, 255, 0.7) !important;
}
[data-theme=dark] .livebox-drop-target {
  background-color: rgba(40, 167, 69, 0.2) !important;
  border-color: rgba(40, 167, 69, 0.8) !important;
}

@media (max-width: 768px) {
  .drag-handle-group .drag-handle {
    min-width: 28px;
    padding: 0 6px;
    font-size: 12px;
  }
  .livebox-drop-target::after {
    font-size: 11px;
    padding: 3px 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dragging,
  .drag-hover,
  .livebox-dragging,
  .livebox-drag-hover,
  .drop-target,
  .livebox-drop-target {
    transition: none;
    transform: none;
  }
  .swap-success,
  .swap-error {
    animation: none;
    background-color: rgba(40, 167, 69, 0.1);
  }
  .swap-error {
    background-color: rgba(220, 53, 69, 0.1);
  }
}
.info-item {
  margin-bottom: 0.5rem;
}
.info-item strong {
  color: #495057;
  font-weight: 600;
}
.info-item .value {
  margin-left: 0.5rem;
}

.technical-details summary {
  cursor: pointer;
  outline: none;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
}
.technical-details summary:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
.technical-details summary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.help-tooltip {
  font-size: 0.875rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.help-tooltip:hover {
  opacity: 1;
}

.turbo-progress-bar {
  visibility: hidden;
}

.bs-bars {
  display: flex;
}

.popover .popover-header {
  padding: 4px 12px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  background-color: #ed663e !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.popover.popover-large {
  max-width: 450px !important;
  min-width: 320px !important;
  width: auto !important;
}
.popover.popover-large .popover-body {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
  word-wrap: break-word;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.24.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4286;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.bootstrap-table .fixed-table-container .table thead th,
.bootstrap-table .fixed-table-container .table tfoot th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.bootstrap-table .fixed-table-container .table thead th:focus,
.bootstrap-table .fixed-table-container .table tfoot th:focus {
  outline: 0 solid transparent;
}

.bootstrap-table .fixed-table-container .table thead th.detail,
.bootstrap-table .fixed-table-container .table tfoot th.detail {
  width: 30px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner,
.bootstrap-table .fixed-table-container .table tfoot th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th .sortable,
.bootstrap-table .fixed-table-container .table tfoot th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center,
.bootstrap-table .fixed-table-container .table tfoot th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23dcdcdc"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>');
  background-size: 16px 16px;
  background-position: center right 2px;
}

.bootstrap-table .fixed-table-container .table thead th .asc,
.bootstrap-table .fixed-table-container .table tfoot th .asc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.9496,41.4c-9.3763,-12.5 -24.60342,-12.5 -33.97972,0l-96.01334,128c-6.90096,9.2 -8.92624,22.9 -5.17572,34.9s12.45173,19.8 22.20309,19.8l192.02668,0c9.67634,0 18.45256,-7.8 22.20309,-19.8s1.65023,-25.7 -5.17572,-34.9l-96.01334,-128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table thead th .desc,
.bootstrap-table .fixed-table-container .table tfoot th .desc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.94959,471.6c-9.3763,12.5 -24.60342,12.5 -33.97972,0l-96.01334,-128c-6.90096,-9.2 -8.92624,-22.9 -5.17572,-34.9s12.45173,-19.8 22.20308,-19.8l192.02667,0c9.67634,0 18.45256,7.8 22.20308,19.8s1.65023,25.7 -5.17572,34.9l-96.01334,128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
  margin: 0 auto !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.25rem;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow: auto;
  height: 100%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: 0.5rem 1rem;
}

.bootstrap-table.bootstrap5 .float-left {
  float: left;
}

.bootstrap-table.bootstrap5 .float-right {
  float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* TetherX Bootstrap Table Customizations */
/* This file contains TetherX-specific modifications to bootstrap-table */
/* Keep this separate from the main bootstrap_table.css to preserve during updates */
/* Enhanced table body with minimum height */
.bootstrap-table .fixed-table-container .fixed-table-body {
  min-height: 200px; /* Ensure minimum height for empty tables */
}

/* ========== CONSOLIDATED HEADER STYLING ========== */
/* All bootstrap-table and tetherx-bootstrap-table header styling */
.bootstrap-table .fixed-table-header thead th,
.bootstrap-table .fixed-table-container .fixed-table-header table thead th,
.bootstrap-table .fixed-table-header thead td,
.bootstrap-table .fixed-table-container .fixed-table-header table thead td,
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) thead tr th,
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) thead tr td,
.bootstrap-table .fixed-table-header table:not(.table-striped):not(#camera_schedule_table) thead tr th,
.bootstrap-table .fixed-table-header table:not(.table-striped):not(#camera_schedule_table) thead tr td,
.bootstrap-table .fixed-table-container .fixed-table-header table:not(.table-striped):not(#camera_schedule_table) thead tr th,
.bootstrap-table .fixed-table-container .fixed-table-header table:not(.table-striped):not(#camera_schedule_table) thead tr td,
.tetherx-bootstrap-table thead th {
  background-color: var(--primary) !important;
  color: var(--primary-color, #fff) !important;
  border-color: var(--primary) !important;
  font-weight: 600 !important;
  height: 42px !important;
  vertical-align: middle !important;
  border-width: 1px !important;
  border-style: solid !important;
}

/* ========== CONSOLIDATED HOVER STYLING ========== */
/* All bootstrap-table and tetherx-bootstrap-table hover styling - same pattern as headers */
.bootstrap-table tbody tr:hover,
.bootstrap-table tbody tr:hover td,
.bootstrap-table tbody tr:hover th,
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) tbody tr:hover td:nth-of-type(even),
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) tbody tr:hover th:nth-of-type(even),
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) tbody tr:hover td:nth-of-type(odd),
.bootstrap-table table:not(.table-striped):not(#camera_schedule_table) tbody tr:hover th:nth-of-type(odd),
.tetherx-bootstrap-table tbody tr:hover,
.tetherx-bootstrap-table tbody tr:hover td,
.tetherx-bootstrap-table tbody tr:hover th,
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr.even:hover td:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr.even:hover th:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr.alt:hover td:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr.alt:hover th:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover td:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover th:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(odd):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover td:nth-of-type(odd),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(odd):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover th:nth-of-type(odd),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(even):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover td:nth-of-type(odd),
table.tetherx-bootstrap-table:not(.table-striped):not(#camera_schedule_table) tbody tr:nth-of-type(odd):not(.react-selectable-selected):not(.severity-notice):not(.severity-alert):not(.fullfill):hover td:nth-of-type(even) {
  background-color: rgba(0, 123, 255, 0.03) !important;
}

/* Header inner content styling */
.bootstrap-table .fixed-table-header thead th .th-inner,
.bootstrap-table .fixed-table-container .fixed-table-header table thead th .th-inner,
.tetherx-bootstrap-table thead th .th-inner {
  font-weight: 600 !important;
  padding: 0.15rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

/* Header border styling */
.tetherx-bootstrap-table thead th:first-child {
  border-left: 1px solid var(--primary) !important;
  border-top-left-radius: 0.75rem !important;
}

.tetherx-bootstrap-table thead th:last-child {
  border-right: 1px solid var(--primary) !important;
  border-top-right-radius: 0.75rem !important;
}

/* CRITICAL: Override zebra striping for headers - ensure ALL header columns have same color */
.tetherx-bootstrap-table thead th:nth-of-type(even),
.tetherx-bootstrap-table thead th:nth-of-type(odd),
table.tetherx-bootstrap-table:not(.table-striped) thead tr th:nth-of-type(even),
table.tetherx-bootstrap-table:not(.table-striped) thead tr th:nth-of-type(odd) {
  background-color: var(--primary) !important;
  color: var(--primary-color, #fff) !important;
  border-color: var(--primary) !important;
}

/* ========== TETHERX BOOTSTRAP TABLE BODY STYLING ========== */
.tetherx-bootstrap-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.tetherx-bootstrap-table tbody td {
  padding: 0.5rem 0.75rem !important;
  vertical-align: middle !important;
  border-color: #e9ecef !important;
  font-size: 0.875rem !important;
}

.tetherx-bootstrap-table tbody tr {
  height: 48px !important;
}

/* ========== SORT ARROWS ========== */
.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ffffff"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>') !important;
}

.bootstrap-table .fixed-table-container .table thead th .asc,
.bootstrap-table .fixed-table-container .table tfoot th .asc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ffffff"><path d="m136.9496,41.4c-9.3763,-12.5 -24.60342,-12.5 -33.97972,0l-96.01334,128c-6.90096,9.2 -8.92624,22.9 -5.17572,34.9s12.45173,19.8 22.20309,19.8l192.02668,0c9.67634,0 18.45256,-7.8 22.20309,-19.8s1.65023,-25.7 -5.17572,-34.9l-96.01334,-128l-0.07501,0z"/></svg>') !important;
}

.bootstrap-table .fixed-table-container .table thead th .desc,
.bootstrap-table .fixed-table-container .table tfoot th .desc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ffffff"><path d="m136.94959,471.6c-9.3763,12.5 -24.60342,12.5 -33.97972,0l-96.01334,-128c-6.90096,-9.2 -8.92624,-22.9 -5.17572,-34.9s12.45173,-19.8 22.20308,-19.8l192.02667,0c9.67634,0 18.45256,7.8 22.20308,19.8s1.65023,25.7 -5.17572,34.9l-96.01334,128l-0.07501,0z"/></svg>') !important;
}

/* ========== LOADING OVERLAYS ========== */
/* Hide the fixed-table-loading element that causes visual artifacts */
.bootstrap-table .fixed-table-loading,
.tetherx-bootstrap-table .fixed-table-loading {
  display: none !important;
}

/* DataTable loading overlay that preserves content */
.tetherx-datatable-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.5px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  /* Improve blur rendering */
  -webkit-backdrop-filter: blur(0.5px);
  will-change: backdrop-filter;
  transform: translateZ(0);
}

.tetherx-datatable-loading-overlay.show {
  opacity: 1;
  visibility: visible;
}

.tetherx-datatable-loading-overlay.show::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/tetherx-spinner-ba37bb1d.gif") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1001;
}

/* ========== OVERVIEW SECTIONS ========== */
.tetherx-overview-loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 20px;
  position: relative;
}

turbo-frame[id*=-overview-metrics] {
  position: relative;
}

/* Show spinner when frame is loading (contains only the loading container) */
turbo-frame[id*=-overview-metrics]:has(.tetherx-overview-loading-container)::after,
turbo-frame[id*=-overview-metrics][busy]::after,
turbo-frame[id*=-overview-metrics][aria-busy=true]::after,
turbo-frame[id*=-overview-metrics].overview-loading::after,
.overview-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  z-index: 100;
  opacity: 1;
}

/* Show loading spinner until real content replaces the loading container */
turbo-frame[id*=-overview-metrics]:has(.tetherx-overview-loading-container)::before,
turbo-frame[id*=-overview-metrics][busy]::before,
turbo-frame[id*=-overview-metrics][aria-busy=true]::before,
turbo-frame[id*=-overview-metrics].overview-loading::before,
.overview-loading::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/assets/tetherx-spinner-ba37bb1d.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  z-index: 101;
}

/* ========== INDEX OVERVIEW SPECIFIC LOADING ========== */
/* Override for index_overview sections to center spinner vertically */
.index-overview turbo-frame[id*=-overview-metrics]:has(.tetherx-overview-loading-container)::before,
.index-overview-loading::before,
.index-overview .overview-loading::before,
.index-overview turbo-frame[busy]::before,
.index-overview turbo-frame[aria-busy=true]::before,
.index-overview turbo-frame.overview-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/tetherx-spinner-ba37bb1d.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  z-index: 101;
}

/* ========== INLINE EDIT STYLING ========== */
.fa-edit {
  padding-left: 4px;
}

/* ========== MAP POPOVER STYLING ========== */
/* Target all popovers containing leaflet maps */
.popover .popover-body .leaflet_map {
  width: 427px !important;
  height: 300px !important;
  min-width: 427px !important;
  min-height: 300px !important;
}

/* Size the popover body to fit the map with padding */
.popover .popover-body:has(.leaflet_map),
.popover:has(.leaflet_map) .popover-body {
  padding: 5px !important;
  width: 430px !important;
  height: 310px !important;
  box-sizing: border-box !important;
}

/* Size the entire popover */
.popover:has(.leaflet_map) {
  max-width: 440px !important;
  width: 440px !important;
}

/* ========== PROGRESS BAR TOOLTIP STYLING ========== */
/* Make tooltip icons more visible when inside progress bars */
.progress .help-tooltip,
.progress .has-tip,
.progress-meter-text .help-tooltip,
.progress-meter-text .has-tip {
  color: #333 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  font-size: 10px !important;
  margin-left: 4px !important;
}

/* Replace the question-circle icon with a solid version inside progress bars */
.progress .help-tooltip.fa-question-circle::before,
.progress .has-tip.fa-question-circle::before,
.progress-meter-text .help-tooltip.fa-question-circle::before,
.progress-meter-text .has-tip.fa-question-circle::before {
  content: "?" !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: bold !important;
}

.progress .help-tooltip:hover,
.progress .has-tip:hover,
.progress-meter-text .help-tooltip:hover,
.progress-meter-text .has-tip:hover {
  background: rgb(255, 255, 255) !important;
  color: #007bff !important;
}

/* ========== PROGRESS BAR TEXT COLOR ========== */
/* Make text white on dark progress bars for better readability */
.progress.danger .progress-meter-text,
.progress-bar.bg-danger + .progress-meter-text,
.progress-bar.bg-warning + .progress-meter-text {
  color: #ffffff !important;
}

/* ========== MAP LOADING OVERLAY ========== */
/* Specific overlay for map with enhanced blur and visibility */
.tetherx-map-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  /* Improve blur rendering */
  -webkit-backdrop-filter: blur(2px);
  will-change: backdrop-filter;
  transform: translateZ(0);
}

.tetherx-map-loading-overlay.show {
  opacity: 1;
  visibility: visible;
}

.tetherx-map-loading-overlay.show::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/tetherx-spinner-ba37bb1d.gif") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1001;
}

.tetherx-row-updated {
  animation: tetherx-row-update 2s ease-in-out;
}

@keyframes tetherx-row-update {
  0% {
    box-shadow: 0 0 0 rgba(237, 102, 62, 0);
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 15px rgba(237, 102, 62, 0.4);
    transform: scale(1.002);
  }
  100% {
    box-shadow: 0 0 0 rgba(237, 102, 62, 0);
    transform: scale(1);
  }
}
.tetherx-row-deleted {
  animation: tetherx-row-delete 0.5s ease-out forwards;
}

@keyframes tetherx-row-delete {
  0% {
    opacity: 1;
    transform: scale(1);
    background-color: transparent;
  }
  50% {
    background-color: rgba(220, 53, 69, 0.1);
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
    background-color: rgba(220, 53, 69, 0.2);
  }
}
.spinner-three-bounce[data-spinner] {
  background: url("/assets/tetherx-spinner-ba37bb1d.gif") no-repeat center center !important;
  background-size: contain !important;
  width: 70px !important;
  height: 70px !important;
}
.spinner-three-bounce[data-spinner] > div {
  display: none !important;
}

body[data-current-path^="/events"] {
  overflow-x: hidden !important;
}

#content {
  overflow-x: hidden;
  overflow-y: scroll; /* Always show scrollbar to prevent layout shifts */
}

#view_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(245, 244, 242, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 6px 10px !important;
  container-type: inline-size;
  container-name: view_menu;
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}
#view_menu::-webkit-scrollbar {
  display: none !important;
}
#view_menu > * {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
#view_menu * {
  white-space: nowrap !important;
}
#view_menu .separator {
  padding: 0px;
  color: #999;
}
@media (max-width: 600px) {
  #view_menu .separator {
    display: none !important;
  }
  #view_menu .grid_size {
    display: none !important;
  }
}
#view_menu .live_preview {
  padding-right: 8px;
}
#view_menu #events-realtime-updates-switcher {
  padding-right: 8px;
}
#view_menu #events-view-mode {
  margin-right: 0px;
}
#view_menu #events-view-mode button {
  padding: 4px 6px;
  margin-right: 2px;
}
#view_menu #events-view-mode button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#view_menu .grid_size {
  padding: 0 6px;
}
#view_menu .grid_size i {
  margin-right: 14px !important;
  margin-left: 6px;
}
#view_menu .audio-toggle {
  padding: 0 4px;
}
#view_menu .audio-toggle button {
  padding-left: 0px !important;
  padding-right: 6px !important;
}
#view_menu .audio-toggle button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#view_menu .scaling {
  padding: 0 4px;
}
#view_menu .scaling a {
  padding: 4px 6px;
  display: inline-block;
}
#view_menu .scaling a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#view_menu #reset-grid {
  margin-left: 8px;
}
#view_menu #display-mode {
  margin-left: 8px;
  margin-right: 8px;
}

/*!@preserve
 * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2020 Jonathan Peterson and contributors
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.tempusdominus-bootstrap-datetimepicker-widget-day-click, body.tempusdominus-bootstrap-datetimepicker-widget-day-click * {
  cursor: pointer !important;
}

body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
  position: relative !important;
}

.tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel {
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer !important;
}

.bootstrap-datetimepicker-widget .datepicker-days tbody td {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 16rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks {
  width: 16rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 17rem;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod] {
  text-align: center;
  font-family: Arial, sans-serif, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 38px;
  height: 38px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span {
  line-height: 2.8;
  height: 2.8em;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
  cursor: default;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: 0 0;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  color: #007bff;
  color: var(--blue, #007bff);
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover {
  color: #0056b3;
}

.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod], .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second {
  pointer-events: none;
  cursor: default;
}

.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover, .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover {
  background: 0 0;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

:root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-header-align-items: center;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable tbody td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable tbody td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: var(--dt-header-align-items);
  gap: 4px;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(2, 117, 216);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-left div.dt-column-header,
table.dataTable th.dt-left div.dt-column-footer,
table.dataTable td.dt-left div.dt-column-header,
table.dataTable td.dt-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-justify div.dt-column-header,
table.dataTable th.dt-justify div.dt-column-footer,
table.dataTable td.dt-justify div.dt-column-header,
table.dataTable td.dt-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-left div.dt-column-header,
table.dataTable thead th.dt-head-left div.dt-column-footer,
table.dataTable thead td.dt-head-left div.dt-column-header,
table.dataTable thead td.dt-head-left div.dt-column-footer,
table.dataTable tfoot th.dt-head-left div.dt-column-header,
table.dataTable tfoot th.dt-head-left div.dt-column-footer,
table.dataTable tfoot td.dt-head-left div.dt-column-header,
table.dataTable tfoot td.dt-head-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-justify div.dt-column-header,
table.dataTable thead th.dt-head-justify div.dt-column-footer,
table.dataTable thead td.dt-head-justify div.dt-column-header,
table.dataTable thead td.dt-head-justify div.dt-column-footer,
table.dataTable tfoot th.dt-head-justify div.dt-column-header,
table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
table.dataTable tfoot td.dt-head-justify div.dt-column-header,
table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-header-align-items: flex-end;
}

table.dataTable.table {
  clear: both;
  max-width: none;
  border-spacing: 0;
  margin-bottom: 0;
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}

table.dataTable.table > tbody > tr {
  background-color: transparent;
}

table.dataTable.table > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable.table > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

table.dataTable.table.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}

table.dataTable.table.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
div.dt-container {
  position: relative;
}

div.dt-container > div.row {
  margin-bottom: 0.5rem;
}

div.dt-container > div.row:last-child {
  margin-bottom: 0;
}

div.dt-container div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
}

div.dt-container div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}

div.dt-container div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
}

div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dt-container div.dt-info {
  white-space: nowrap;
}

div.dt-container div.dt-paging {
  margin: 0;
}

div.dt-container div.dt-paging ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}

div.dt-container div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dt-container div.dt-scroll-body {
  border-bottom: 1px solid #dee2e6;
}

div.dt-container div.dt-scroll-body table,
div.dt-container div.dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table thead .dt-orderable-asc:before,
div.dt-scroll-body > table thead .dt-orderable-desc:after {
  display: none;
}

div.dt-scroll-body > table > tbody tr:first-child th,
div.dt-scroll-body > table > tbody tr:first-child td {
  border-top: none;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}

div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-length,
  div.dt-container div.dt-search,
  div.dt-container div.dt-info,
  div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container div.row {
    margin-bottom: 0;
  }
  div.dt-container div.row > * {
    margin-bottom: 0.5rem;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
  padding-right: 4px;
}

table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
  right: 4px;
}

table.dataTable.table-sm > thead > tr th.dt-type-date span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
  left: 4px;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
  margin: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

.inline-edit-container .inline-edit-trigger {
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-left: 4px;
}
.inline-edit-container .inline-edit-trigger:hover {
  color: #007bff !important;
}
.inline-edit-container:hover .inline-edit-trigger {
  opacity: 1;
}
.inline-edit-container .name-edit .input-group {
  min-width: 200px;
  max-width: 300px;
}
.inline-edit-container .name-edit .form-control {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.inline-edit-container .name-edit .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.inline-edit-container .name-edit .btn.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
.inline-edit-container .name-edit .btn.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.inline-edit-container .name-edit .btn.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.inline-edit-container .name-edit .btn.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.inline-edit-container .name-edit .invalid-feedback {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #dc3545;
}
.inline-edit-container .name-edit .is-invalid ~ .invalid-feedback {
  display: block !important;
}
.inline-edit-container .name-display {
  display: flex;
  align-items: center;
}
.inline-edit-container .name-display .camera_href {
  text-decoration: none;
}
.inline-edit-container .name-display .camera_href:hover {
  text-decoration: underline;
}
.inline-edit-container .save-name:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dataTables_wrapper .inline-edit-container .name-edit .input-group {
  min-width: 180px;
  max-width: 250px;
}

[data-inline-edit-type-value=select] .input-group {
  width: 100%;
}

@media (max-width: 768px) {
  .inline-edit-container .name-edit .input-group {
    min-width: 150px;
    max-width: 200px;
  }
  .inline-edit-container .inline-edit-trigger {
    opacity: 1;
  }
}
.switcher input[type=checkbox],
.switcher input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]),
.switcher input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]),
.switcher .form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]),
.switcher .dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]),
.switcher [data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]) {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  cursor: default !important;
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.switcher input[type=checkbox]:checked::after,
.switcher input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after,
.switcher input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after,
.switcher .form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after,
.switcher .dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after,
.switcher [data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly]):checked::after {
  display: none !important;
}
.switcher input[type=checkbox]::after,
.switcher input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly])::after,
.switcher input[type=checkbox]:not(.form-check-input):not([style*="display: none"]):not(.tetherx-checkbox):not([readonly])::after,
.switcher .form-control input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly])::after,
.switcher .dataTables_wrapper input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly])::after,
.switcher [data-field] input[type=checkbox]:not([style*="display: none"]):not(.tetherx-checkbox):not([readonly])::after {
  display: none !important;
}

.switcher.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.switcher input[type=checkbox] {
  display: none;
}
.switcher label {
  cursor: pointer;
}
.switcher label.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  margin-left: 10px;
  vertical-align: text-bottom;
  border-radius: 11px;
  background-color: #dee2e6;
  transition: background-color 0.4s ease-in-out;
}
.switcher label.switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(0);
}
.switcher input[type=checkbox]:checked + .switch {
  background-color: #ed663e;
}
.switcher input[type=checkbox]:checked + .switch::after {
  transform: translateX(22px);
}

.switcher.error-state .switch {
  outline: 2px solid #dc3545 !important;
  outline-offset: -1px !important;
  background-color: #f8d7da !important;
}
.switcher.error-state .switch::after {
  background-color: #dc3545 !important;
}
.switcher.error-state .switch:hover {
  outline-color: #c82333 !important;
  background-color: #f5c6cb !important;
}
.switcher.error-state .switch.error {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
/**
 * Tom Select Bootstrap 4
 */
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(0.375rem - 1px - 0) 0.75rem calc(0.375rem - 1px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  background: #efefef;
  color: rgb(51, 51, 51);
  border: 0 solid #dee2e6;
}
.ts-wrapper.multi .ts-control > div.active {
  background: rgb(50, 74, 102);
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(127.5, 127.5, 127.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: calc(0.75rem + 5px);
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #e9ecef;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.25rem 0.25rem;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 3px 0.75rem;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #6c757d;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #e9ecef;
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.ts-dropdown .active.create {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.ts-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 0.75rem;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(0.75rem - 5px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 0.75rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 0.25rem 0.25rem 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: rgb(51, 51, 51);
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 0.375rem 0.75rem;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #dee2e6;
  margin-left: 5px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #dee2e6;
  margin-right: 5px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: rgb(51, 51, 51);
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgb(51, 51, 51) transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: calc(0.75rem + 5px);
}
.ts-wrapper.single .ts-control.rtl::after {
  left: calc(0.75rem + 5px);
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgb(51, 51, 51) transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
  padding: 0 !important;
}

.ts-dropdown,
.ts-dropdown.form-control {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ts-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ts-dropdown .optgroup:first-child::before {
  display: none;
}
.ts-dropdown .optgroup::before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ts-dropdown .create {
  padding-left: 0.75rem;
}

.ts-dropdown-content {
  padding: 5px 0;
}

.ts-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ts-control {
    transition: none;
  }
}
.ts-control {
  display: flex;
  align-items: center;
}
.focus .ts-control {
  border-color: rgb(100.3223684211, 136.7171052632, 179.1776315789);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 74, 102, 0.25);
}

.is-invalid .ts-control,
.was-validated .invalid .ts-control {
  border-color: #dc3545;
}
.focus .is-invalid .ts-control,
.focus .was-validated .invalid .ts-control {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.is-valid .ts-control {
  border-color: #28a745;
}
.focus .is-valid .ts-control {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-control-sm .ts-control {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.75rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  font-size: 0.875rem;
  padding-bottom: 0;
}
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
  padding-top: calc((calc(1.5em + 0.5rem + 2px) - 1.5 * 0.875rem - 4px) / 2) !important;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: calc(0.75rem - 5px);
  --ts-pr-min: calc(0.75rem - 5px);
}
.ts-wrapper.multi .ts-control > div {
  border-radius: calc(0.25rem - 1px);
}
.input-group-lg > .ts-wrapper > .ts-control, .ts-wrapper.form-control-lg .ts-control {
  min-height: calc(1.5em + 1rem + 2px);
  border-radius: 0.3rem;
  font-size: 1.25rem;
}

.form-control.ts-wrapper {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  border-radius: 0;
}

.input-group > .ts-wrapper {
  flex-grow: 1;
}
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[data-action*="inline-edit#start"] {
  cursor: pointer !important;
}
[data-action*="inline-edit#start"]:hover {
  filter: brightness(1.15) !important;
}

.loading-small i {
  display: none;
}
.loading-small::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 0.3rem;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
code {
  color: #6c757d !important;
}

.tempus-dominus-widget .table-condensed td.active,
.tempus-dominus-widget .table-condensed td.active:hover,
.tempus-dominus-widget .table-condensed td span.active,
.tempus-dominus-widget .table-condensed td span.active:hover,
.bootstrap-datetimepicker-widget .table-condensed td.active,
.bootstrap-datetimepicker-widget .table-condensed td.active:hover,
.bootstrap-datetimepicker-widget .table-condensed td span.active,
.bootstrap-datetimepicker-widget .table-condensed td span.active:hover {
  background-color: #ed663e !important;
  border-color: #ed663e !important;
  color: #fff !important;
}

.tempus-dominus-widget .table-condensed td.today:before,
.bootstrap-datetimepicker-widget .table-condensed td.today:before {
  border-bottom-color: #ed663e !important;
}

.datepicker .datepicker-cell.selected,
.datepicker .datepicker-cell.selected:hover,
.datepicker .selected,
.datepicker .selected:hover,
.datepicker span.selected,
.datepicker span.selected:hover {
  background-color: #ed663e !important;
  border-color: #ed663e !important;
  color: #fff !important;
}

.datepicker .datepicker-grid span[class*=bg-blue],
.datepicker .datepicker-grid span[class*="!bg-primary"],
.datepicker .datepicker-cell[class*=bg-blue],
.datepicker .datepicker-cell[class*="!bg-primary"],
.datepicker .datepicker-cell.selected.bg-blue-700,
.datepicker .datepicker-cell.selected.\!bg-primary-700,
.datepicker .datepicker-cell.bg-blue-700.selected,
.datepicker .datepicker-cell.\!bg-primary-700.selected,
.datepicker .datepicker-grid span.selected.bg-blue-700,
.datepicker .datepicker-grid span.selected.\!bg-primary-700,
.datepicker .datepicker-grid .bg-blue-700.selected,
.datepicker .datepicker-grid .\!bg-primary-700.selected,
.datepicker .datepicker-grid span.bg-blue-700,
.datepicker .datepicker-grid span.\!bg-primary-700 {
  background-color: #ed663e !important;
  color: #fff !important;
}

.datepicker [style*="background-color: rgb(29, 78, 216)"],
.datepicker [style*="background-color: #1d4ed8"],
.datepicker [style*="background-color: #2563eb"] {
  background-color: #ed663e !important;
}

.datepicker *.bg-blue-700, .datepicker *[class*=bg-blue-7] {
  background-color: #ed663e !important;
  color: white !important;
}
.datepicker *.\!bg-primary-700, .datepicker *[class*="!bg-primary-7"] {
  background-color: #ed663e !important;
  color: white !important;
}

.datepicker .datepicker-cell.selected.dark\:bg-blue-600,
.datepicker .datepicker-cell.selected.dark\:\!bg-primary-600 {
  background-color: #ed663e !important;
  color: #fff !important;
}

.inline-edit-container {
  min-width: 200px;
  position: relative;
}

.spinner-three-bounce [data-bounce1],
.spinner-three-bounce [data-bounce2],
.spinner-three-bounce [data-bounce3] {
  background-color: #ed663e !important;
}
.spinner-three-bounce div {
  background-color: #ed663e !important;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog.show {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  animation: dialogBackdropFadeIn 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog.hiding {
  display: flex;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  animation: dialogBackdropFadeOut 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.dialog-content {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 20px 60px rgba(0, 0, 0, 0.15);
  min-width: 320px;
  max-width: 400px;
  position: relative;
  transform: scale(0.9) translateY(-20px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog.show .dialog-content {
  transform: scale(1) translateY(0);
  opacity: 1;
  animation: dialogSlideIn 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog.hiding .dialog-content {
  transform: scale(0.95) translateY(-10px);
  opacity: 0;
  animation: dialogSlideOut 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes dialogSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes dialogSlideOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
}
@keyframes dialogBackdropFadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(3px);
  }
}
@keyframes dialogBackdropFadeOut {
  0% {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(3px);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
}
.dialog-header {
  text-align: center;
  margin-bottom: 1rem;
}
.dialog-header.type-danger h4 {
  color: #dc3545;
}
.dialog-header.type-warning h4 {
  color: #ffc107;
}
.dialog-header.type-info h4 {
  color: #17a2b8;
}
.dialog-header.type-success h4 {
  color: #28a745;
}
.dialog-header h4 {
  margin-bottom: 0.5rem;
}
.dialog-header p {
  color: #6c757d;
  margin-bottom: 0;
}

.dialog-form .form-group {
  margin-bottom: 1rem;
}
.dialog-form .form-control {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 2px solid #e9ecef;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #fff;
}
.dialog-form .form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25), 0 2px 8px rgba(220, 53, 69, 0.1);
  transform: translateY(-1px);
}
.dialog-form .form-control:hover:not(:focus) {
  border-color: #ced4da;
  transform: translateY(-0.5px);
}
.dialog-form .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog-form .error-message.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.dialog-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.dialog-actions .btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
}
.dialog-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dialog-actions .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dialog-actions .btn.btn-danger:hover {
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.dialog-actions .btn.btn-secondary:hover {
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.2);
}

.dialog-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1070;
  backdrop-filter: blur(2px);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.dialog-loading.show {
  display: flex;
  opacity: 1;
  animation: dialogLoadingFadeIn 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dialog-loading .spinner-border {
  color: #dc3545;
  animation: dialogSpinnerPulse 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
}

@keyframes dialogLoadingFadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(2px);
  }
}
@keyframes dialogSpinnerPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
.dialog-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.dialog-icon.type-danger {
  color: #dc3545;
}
.dialog-icon.type-warning {
  color: #ffc107;
}
.dialog-icon.type-info {
  color: #17a2b8;
}
.dialog-icon.type-success {
  color: #28a745;
}
