@charset "UTF-8";

/*!
 * Color Admin v5.1.4 (https://seantheme.com/color-admin/)
 * Copyright 2022 SeanTheme
 */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-default: #e9e9e9;
  --bs-primary: #ee792c;
  --bs-success: #009688;
  --bs-info: #00BCD4;
  --bs-warning: #ff9800;
  --bs-danger: #ea4335;
  --bs-light: #f2f3f4;
  --bs-dark: #212121;
  --bs-blue: #ee792c;
  --bs-red: #ea4335;
  --bs-orange: #ff9800;
  --bs-yellow: #fecf4a;
  --bs-white: #FFFFFF;
  --bs-gray: #7a7a7a;
  --bs-black: #000000;
  --bs-silver: #EEEEEE;
  --bs-gray-100: #f4f4f4;
  --bs-gray-200: #e9e9e9;
  --bs-gray-300: lightgray;
  --bs-gray-400: #b1b1b1;
  --bs-gray-500: #909090;
  --bs-gray-600: #7a7a7a;
  --bs-gray-700: #595959;
  --bs-gray-800: #373737;
  --bs-gray-900: #212121;
  --bs-default-rgb: 233, 233, 233;
  --bs-primary-rgb: 66, 133, 244;
  --bs-success-rgb: 0, 150, 136;
  --bs-info-rgb: 0, 188, 212;
  --bs-warning-rgb: 255, 152, 0;
  --bs-danger-rgb: 234, 67, 53;
  --bs-light-rgb: 242, 243, 244;
  --bs-dark-rgb: 33, 33, 33;
  --bs-blue-rgb: 66, 133, 244;
  --bs-red-rgb: 234, 67, 53;
  --bs-orange-rgb: 255, 152, 0;
  --bs-yellow-rgb: 254, 207, 74;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-silver-rgb: 238, 238, 238;
  --bs-gray-100-rgb: 244, 244, 244;
  --bs-gray-200-rgb: 233, 233, 233;
  --bs-gray-300-rgb: 211, 211, 211;
  --bs-gray-400-rgb: 177, 177, 177;
  --bs-gray-500-rgb: 144, 144, 144;
  --bs-gray-600-rgb: 122, 122, 122;
  --bs-gray-700-rgb: 89, 89, 89;
  --bs-gray-800-rgb: 55, 55, 55;
  --bs-gray-900-rgb: 33, 33, 33;
  --bs-body-color-rgb: 33, 33, 33;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212121;
  --bs-body-bg: #FFFFFF
}

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

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

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

hr {
  margin: 1rem 0;
  color: #909090;
  background-color: currentColor;
  border: 0;
  opacity: .4
}

hr:not([size]) {
  height: 1px
}

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

.h1, h1 {
  font-size: calc(1.34375rem + 1.125vw)
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.1875rem
  }
}

.h2, h2 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 1.75rem
  }
}

.h3, h3 {
  font-size: calc(1.278125rem + .3375vw)
}

@media (min-width:1200px) {
  .h3, h3 {
    font-size: 1.53125rem
  }
}

.h4, h4 {
  font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {
  .h4, h4 {
    font-size: 1.3125rem
  }
}

.h5, h5 {
  font-size: 1.09375rem
}

.h6, h6 {
  font-size: .875rem
}

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

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

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

ol, ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 500
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b, strong {
  font-weight: 700
}

.small, small {
  font-size: .875em
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #ee792c;
  text-decoration: none
}

a:hover {
  color: #ED9A63
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 90%
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212121;
  border-radius: 4px
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500
}

figure {
  margin: 0 0 1rem
}

img, svg {
  vertical-align: middle
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #b1b1b1;
  text-align: left
}

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

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

label {
  display: inline-block
}

button {
  border-radius: 0
}

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

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

button, select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

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

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

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

[hidden] {
  display: none !important
}

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

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

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

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

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #7a7a7a
}

.blockquote-footer::before {
  content: "— "
}

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

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

.figure {
  display: inline-block
}

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

.figure-caption {
  font-size: .875em;
  color: #7a7a7a
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 750px
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px
  }
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

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

.col {
  flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1800px) {
  .col-xxxl {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
  margin-bottom: .25rem;
  font-weight: 500
}

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

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1rem
}

.col-form-label-sm {
  padding-top: calc(.3125rem + 1px);
  padding-bottom: calc(.3125rem + 1px);
  font-size: .75rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #b1b1b1
}

.form-control {
  display: block;
  width: 100%;
  padding: .4375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
  background-clip: padding-box;
  border: 1px solid #dadce0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
  border-color: #ec8e50;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1
}

.form-control::placeholder {
  color: #7a7a7a;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: var(--app-component-disabled-bg);
  opacity: 1
}

.form-control::-webkit-file-upload-button {
  padding: .4375rem .75rem;
  margin: -.4375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--app-component-color);
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
  padding: .4375rem .75rem;
  margin: -.4375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--app-component-color);
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .4375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  min-height: calc(1.5em + .625rem + 2px);
  padding: .3125rem .625rem;
  font-size: .75rem;
  border-radius: 4px
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 8px
}

textarea.form-control {
  min-height: calc(1.5em + .875rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + .625rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .4375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 6px
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 6px
}

.form-select {
  display: block;
  width: 100%;
  padding: .4375rem 2.25rem .4375rem .75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a7a7a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none
  }
}

.form-select:focus {
  border-color: #ec8e50;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  background-color: #e9e9e9
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--app-component-color)
}

.form-select-sm {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  padding-left: .625rem;
  font-size: .75rem;
  border-radius: 4px
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 8px
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 2em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -2em
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: var(--app-component-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(var(--bs-black-rgb), .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #ec8e50;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.form-check-input:checked {
  background-color: #ee792c;
  border-color: #ee792c
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #ee792c;
  border-color: #ee792c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-switch {
  padding-left: 2.8em
}

.form-switch .form-check-input {
  width: 2.3em;
  margin-left: -2.8em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.3em;
  transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2371a4f7'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: var(--app-component-active-bg);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #a1c2fa
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-light);
  border-color: transparent;
  border-radius: 1rem
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--app-component-active-bg);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #a1c2fa
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-light);
  border-color: transparent;
  border-radius: 1rem
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #909090
}

.form-range:disabled::-moz-range-thumb {
  background-color: #909090
}

.form-floating {
  position: relative
}

.form-floating>.form-control, .form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control {
  padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
  color: transparent
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control, .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .4375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--app-component-color);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(var(--app-component-border-color-rgb), 1);
  border: 1px solid var(--app-component-border-color);
  border-radius: 6px
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 8px
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
  padding: .3125rem .625rem;
  font-size: .75rem;
  border-radius: 4px
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .83125rem;
  color: #009688
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #000;
  background-color: rgba(0, 150, 136, .95);
  border-radius: 6px
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #009688;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009688' 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(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #009688;
  box-shadow: 0 0 0 .25rem rgba(0, 150, 136, .25)
}

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

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #009688
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a7a7a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009688' 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-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #009688;
  box-shadow: 0 0 0 .25rem rgba(0, 150, 136, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #009688
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #009688
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 150, 136, .25)
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #009688
}

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

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .83125rem;
  color: #ea4335
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #000;
  background-color: rgba(234, 67, 53, .95);
  border-radius: 6px
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #ea4335;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea4335'%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='%23ea4335' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #ea4335;
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .25)
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #ea4335
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a7a7a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea4335'%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='%23ea4335' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .4375rem) calc(.75em + .4375rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #ea4335;
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #ea4335
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #ea4335
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .25)
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #ea4335
}

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

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4375rem .75rem;
  font-size: .875rem;
  border-radius: 6px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212121
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65
}

.btn-default {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-default:hover {
  color: #000;
  background-color: #ececec;
  border-color: #ebebeb
}

.btn-default:focus {
  color: #000;
  background-color: #ececec;
  border-color: #ebebeb;
  box-shadow: 0 0 0 .25rem rgba(198, 198, 198, .5)
}

.btn-default.disabled, .btn-default:disabled {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-primary {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-primary:hover {
  color: #000;
  background-color: #dd722a;
  border-color: #d36d28
}

.btn-primary:focus {
  color: #000;
  background-color: #dd722a;
  border-color: #d36d28;
  box-shadow: 0 0 0 .25rem rgba(56, 113, 207, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-success {
  color: #000;
  background-color: #009688;
  border-color: #009688
}

.btn-success:hover {
  color: #000;
  background-color: #26a69a;
  border-color: #1aa194
}

.btn-success:focus {
  color: #000;
  background-color: #26a69a;
  border-color: #1aa194;
  box-shadow: 0 0 0 .25rem rgba(0, 128, 116, .5)
}

.btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
  color: #000;
  background-color: #33aba0;
  border-color: #1aa194
}

.btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 128, 116, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #000;
  background-color: #009688;
  border-color: #009688
}

.btn-info {
  color: #000;
  background-color: #00bcd4;
  border-color: #00bcd4
}

.btn-info:hover {
  color: #000;
  background-color: #26c6da;
  border-color: #1ac3d8
}

.btn-info:focus {
  color: #000;
  background-color: #26c6da;
  border-color: #1ac3d8;
  box-shadow: 0 0 0 .25rem rgba(0, 160, 180, .5)
}

.btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #33c9dd;
  border-color: #1ac3d8
}

.btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 160, 180, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #00bcd4;
  border-color: #00bcd4
}

.btn-warning {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-warning:hover {
  color: #000;
  background-color: #ffa726;
  border-color: #ffa21a
}

.btn-warning:focus {
  color: #000;
  background-color: #ffa726;
  border-color: #ffa21a;
  box-shadow: 0 0 0 .25rem rgba(217, 129, 0, .5)
}

.btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffad33;
  border-color: #ffa21a
}

.btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 129, 0, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-danger {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-danger:hover {
  color: #000;
  background-color: #ed5f53;
  border-color: #ec5649
}

.btn-danger:focus {
  color: #000;
  background-color: #ed5f53;
  border-color: #ec5649;
  box-shadow: 0 0 0 .25rem rgba(199, 57, 45, .5)
}

.btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #000;
  background-color: #ee695d;
  border-color: #ec5649
}

.btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(199, 57, 45, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-light {
  color: #000;
  background-color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-light:hover {
  color: #000;
  background-color: #f4f5f6;
  border-color: #f3f4f5
}

.btn-light:focus {
  color: #000;
  background-color: #f4f5f6;
  border-color: #f3f4f5;
  box-shadow: 0 0 0 .25rem rgba(206, 207, 207, .5)
}

.btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f5f5f6;
  border-color: #f3f4f5
}

.btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(206, 207, 207, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1a1a1a
}

.btn-dark:focus {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #191919
}

.btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121
}

.btn-blue {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-blue:hover {
  color: #000;
  background-color: #dd722a;
  border-color: #d36d28
}

.btn-blue:focus, {
  color: #000;
  background-color: #dd722a;
  border-color: #d36d28;
  box-shadow: 0 0 0 .25rem rgba(56, 113, 207, .5)
}

.btn-blue.active, .btn-blue:active, .show>.btn-blue.dropdown-toggle {
  color: #000;
  background-color: #689df6;
  border-color: #d36d28
}

.btn-blue.active:focus, .btn-blue:active:focus, .show>.btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(56, 113, 207, .5)
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-red {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-red:hover {
  color: #000;
  background-color: #ed5f53;
  border-color: #ec5649
}

.btn-red.disabled, .btn-red:disabled {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-orange {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-orange:hover {
  color: #000;
  background-color: #ffa726;
  border-color: #ffa21a
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-yellow {
  color: #000;
  background-color: #fecf4a;
  border-color: #fecf4a
}

.btn-yellow:hover {
  color: #000;
  background-color: #fed665;
  border-color: #fed45c
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #000;
  background-color: #fecf4a;
  border-color: #fecf4a
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn-white.disabled, .btn-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn-gray {
  color: #000;
  background-color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-gray:hover {
  color: #000;
  background-color: #8e8e8e;
  border-color: #878787
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #000;
  background-color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-default {
  color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-outline-default:hover {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-outline-default:focus {
  box-shadow: 0 0 0 .25rem rgba(233, 233, 233, .5)
}

.btn-outline-default.active, .btn-outline-default.dropdown-toggle.show, .btn-outline-default:active {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-outline-default.active:focus, .btn-outline-default.dropdown-toggle.show:focus, .btn-outline-default:active:focus {
  box-shadow: 0 0 0 .25rem rgba(233, 233, 233, .5)
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #e9e9e9;
  background-color: transparent
}

.btn-outline-primary {
  color: #ee792c;
  border-color: #ee792c
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .5)
}

.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ee792c;
  background-color: transparent
}

.btn-outline-success {
  color: #009688;
  border-color: #009688
}

.btn-outline-success:hover {
  color: #000;
  background-color: #009688;
  border-color: #009688
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 150, 136, .5)
}

.btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #000;
  background-color: #009688;
  border-color: #009688
}

.btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 150, 136, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #009688;
  background-color: transparent
}

.btn-outline-info {
  color: #00bcd4;
  border-color: #00bcd4
}

.btn-outline-info:hover {
  color: #000;
  background-color: #00bcd4;
  border-color: #00bcd4
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 188, 212, .5)
}

.btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #00bcd4;
  border-color: #00bcd4
}

.btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 188, 212, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00bcd4;
  background-color: transparent
}

.btn-outline-warning {
  color: #ff9800;
  border-color: #ff9800
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 152, 0, .5)
}

.btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 152, 0, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9800;
  background-color: transparent
}

.btn-outline-danger {
  color: #ea4335;
  border-color: #ea4335
}

.btn-outline-danger:hover {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .5)
}

.btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ea4335;
  background-color: transparent
}

.btn-outline-light {
  color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(242, 243, 244, .5)
}

.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(242, 243, 244, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f3f4;
  background-color: transparent
}

.btn-outline-dark {
  color: #212121;
  border-color: #212121
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121
}

.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 33, 33, .5)
}

.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212121;
  border-color: #212121
}

.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 33, 33, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212121;
  background-color: transparent
}

.btn-outline-blue {
  color: #ee792c;
  border-color: #ee792c
}

.btn-outline-blue:hover {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-outline-blue:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .5)
}

.btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active {
  color: #000;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus, .btn-outline-blue:active:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .5)
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #ee792c;
  background-color: transparent
}

.btn-outline-red {
  color: #ea4335;
  border-color: #ea4335
}

.btn-outline-red:hover {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-outline-red:focus {
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .5)
}

.btn-outline-red.active, .btn-outline-red.dropdown-toggle.show, .btn-outline-red:active {
  color: #000;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus, .btn-outline-red:active:focus {
  box-shadow: 0 0 0 .25rem rgba(234, 67, 53, .5)
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ea4335;
  background-color: transparent
}

.btn-outline-orange {
  color: #ff9800;
  border-color: #ff9800
}

.btn-outline-orange:hover {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-outline-orange:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 152, 0, .5)
}

.btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show, .btn-outline-orange:active {
  color: #000;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus, .btn-outline-orange:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 152, 0, .5)
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ff9800;
  background-color: transparent
}

.btn-outline-yellow {
  color: #fecf4a;
  border-color: #fecf4a
}

.btn-outline-yellow:hover {
  color: #000;
  background-color: #fecf4a;
  border-color: #fecf4a
}

.btn-outline-yellow:focus {
  box-shadow: 0 0 0 .25rem rgba(254, 207, 74, .5)
}

.btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show, .btn-outline-yellow:active {
  color: #000;
  background-color: #fecf4a;
  border-color: #fecf4a
}

.btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus, .btn-outline-yellow:active:focus {
  box-shadow: 0 0 0 .25rem rgba(254, 207, 74, .5)
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fecf4a;
  background-color: transparent
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white:active {
  color: #000;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-gray {
  color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-outline-gray:hover {
  color: #000;
  background-color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-outline-gray:focus {
  box-shadow: 0 0 0 .25rem rgba(122, 122, 122, .5)
}

.btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show, .btn-outline-gray:active {
  color: #000;
  background-color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus, .btn-outline-gray:active:focus {
  box-shadow: 0 0 0 .25rem rgba(122, 122, 122, .5)
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #7a7a7a;
  background-color: transparent
}

.btn-outline-black {
  color: #000;
  border-color: #000
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-black:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-black.active, .btn-outline-black.dropdown-toggle.show, .btn-outline-black:active {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus, .btn-outline-black:active:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #ee792c;
  text-decoration: underline
}

.btn-link:hover {
  color: #ED9A63
}

.btn-link.disabled, .btn-link:disabled {
  color: #7a7a7a
}

.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 8px
}

.btn-group-sm>.btn, .btn-sm {
  padding: .3125rem .625rem;
  font-size: .75rem;
  border-radius: 4px
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn-group-vertical>.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 1
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

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

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.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-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

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

.nav-link {
  display: block;
  padding: .75rem 1rem;
  font-weight: 500;
  color: rgba(var(--app-component-color-rgb), .65);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--app-component-color)
}

.nav-link.disabled {
  color: #b1b1b1;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid transparent
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate
}

.nav-tabs .nav-link.disabled {
  color: #b1b1b1;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--app-component-active-bg);
  background-color: var(--app-component-bg);
  border-color: var(--app-component-border-color)
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 6px
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--app-component-active-color);
  background-color: var(--app-component-active-bg)
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  white-space: nowrap
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-text {
  padding-top: .75rem;
  padding-bottom: .75rem
}

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: rgba(var(--app-component-color-rgb), .75);
  text-decoration: none;
  background-color: var(--app-component-bg);
  border: 1px solid var(--app-component-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--app-component-hover-color);
  background-color: var(--app-component-hover-bg);
  border-color: var(--app-component-border-color)
}

.page-link:focus {
  z-index: 3;
  color: #212121;
  background-color: #e9e9e9;
  outline: 0;
  box-shadow: 0
}

.page-item:not(:first-child) .page-link {
  margin-left: .4rem
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--app-component-active-color);
  background-color: var(--app-component-active-bg);
  border-color: var(--app-component-active-bg)
}

.page-item.disabled .page-link {
  color: var(--app-component-disabled-color);
  pointer-events: none;
  background-color: var(--app-component-disabled-bg);
  border-color: var(--app-component-disabled-border-color)
}

.page-link {
  padding: .375rem .75rem
}

.page-item .page-link {
  border-radius: 6px
}

.pagination-lg .page-link {
  padding: .75rem 1.35rem;
  font-size: 1rem
}

.pagination-lg .page-item .page-link {
  border-radius: 8px
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .8125rem
}

.pagination-sm .page-item .page-link {
  border-radius: 4px
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 6px
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 500
}

.alert-dismissible {
  padding-right: 3rem
}

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

.alert-default {
  color: #464646;
  background-color: #f8f8f8;
  border-color: #f8f8f8
}

.alert-default .alert-link {
  color: #383838
}

.alert-primary {
  color: #142849;
  background-color: #c6dafc;
  border-color: #c6dafc
}

.alert-primary .alert-link {
  color: #10203a
}

.alert-success {
  color: #002d29;
  background-color: #b3e0db;
  border-color: #b3e0db
}

.alert-success .alert-link {
  color: #002421
}

.alert-info {
  color: #003840;
  background-color: #b3ebf2;
  border-color: #b3ebf2
}

.alert-info .alert-link {
  color: #002d33
}

.alert-warning {
  color: #4d2e00;
  background-color: #ffe0b3;
  border-color: #ffe0b3
}

.alert-warning .alert-link {
  color: #3e2500
}

.alert-danger {
  color: #461410;
  background-color: #f9c7c2;
  border-color: #f9c7c2
}

.alert-danger .alert-link {
  color: #38100d
}

.alert-light {
  color: #494949;
  background-color: #fbfbfc;
  border-color: #fbfbfc
}

.alert-light .alert-link {
  color: #3a3a3a
}

.alert-dark {
  color: #0a0a0a;
  background-color: #bcbcbc;
  border-color: #bcbcbc
}

.alert-dark .alert-link {
  color: #080808
}

.alert-blue {
  color: #142849;
  background-color: #c6dafc;
  border-color: #c6dafc
}

.alert-blue .alert-link {
  color: #10203a
}

.alert-red {
  color: #461410;
  background-color: #f9c7c2;
  border-color: #f9c7c2
}

.alert-red .alert-link {
  color: #38100d
}

.alert-orange {
  color: #4d2e00;
  background-color: #ffe0b3;
  border-color: #ffe0b3
}

.alert-orange .alert-link {
  color: #3e2500
}

.alert-yellow {
  color: #4c3e16;
  background-color: #fff1c9;
  border-color: #fff1c9
}

.alert-yellow .alert-link {
  color: #3d3212
}

.alert-white {
  color: #4d4d4d;
  background-color: #fff;
  border-color: #fff
}

.alert-white .alert-link {
  color: #3e3e3e
}

.alert-gray {
  color: #252525;
  background-color: #d7d7d7;
  border-color: #d7d7d7
}

.alert-gray .alert-link {
  color: #1e1e1e
}

.alert-black {
  color: #000;
  background-color: #b3b3b3;
  border-color: #b3b3b3
}

.alert-black .alert-link {
  color: #000
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 6px;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(66, 133, 244, .25);
  opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--app-component-modal-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid var(--app-component-modal-border-color);
  transform: translateX(-100%)
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid var(--app-component-modal-border-color);
  transform: translateX(100%)
}

.offcanvas.show {
  transform: none
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .8em
}

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

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

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

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

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

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

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

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

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 6px !important
}

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

.rounded-1 {
  border-radius: 4px !important
}

.rounded-2 {
  border-radius: 6px !important
}

.rounded-3 {
  border-radius: 8px !important
}

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

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

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important
}

.rounded-end {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important
}

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important
}

.rounded-start {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

:root {
  --app-theme: #ee792c;
  --app-theme-rgb: 66, 133, 244;
  --app-theme-color: #FFFFFF;
  --app-theme-color-rgb: 255, 255, 255;
  --app-border-color: #dadce0;
  --app-border-color-rgb: 218, 220, 224;
  --app-header-bg: #FFFFFF;
  --app-header-bg-rgb: 255, 255, 255;
  --app-header-color: #212121;
  --app-header-color-rgb: 33, 33, 33;
  --app-header-input-bg: #f2f3f4;
  --app-header-input-border: #f2f3f4;
  --app-header-mobile-divider-bg: #fbfbfb;
  --app-header-divider-bg: lightgray;
  --app-sidebar-component-color: #FFFFFF;
  --app-sidebar-component-color-rgb: 255, 255, 255;
  --app-sidebar-active-component-bg: #212121;
  --app-sidebar-active-component-bg-rgb: 33, 33, 33;
  --app-sidebar-menu-header-color: rgba(255, 255, 255, 0.45);
  --app-sidebar-menu-divider-bg: #212121;
  --app-component-bg: #FFFFFF;
  --app-component-bg-rgb: 255, 255, 255;
  --app-component-color: #373737;
  --app-component-color-rgb: 55, 55, 55;
  --app-component-border-color: #dadce0;
  --app-component-border-color-rgb: 218, 220, 224;
  --app-component-border-color-transparent: rgba(100, 120, 140, 0.25);
  --app-component-active-bg: #ee792c;
  --app-component-active-bg-rgb: 66, 133, 244;
  --app-component-active-color: #FFFFFF;
  --app-component-active-color-rgb: 255, 255, 255;
  --app-component-hover-bg: #efefef;
  --app-component-hover-color: #212121;
  --app-component-hover-border-color: lightgray;
  --app-component-focus-border-color: #ec8e50;
  --app-component-disabled-bg: #e9e9e9;
  --app-component-disabled-color: #909090;
  --app-component-disabled-border-color: lightgray;
  --app-pos-bg: #e9e9e9;
  --form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0, 0.25)'/></svg>")
}

html {
  height: 100%
}

body {
  height: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

b {
  font-weight: 700
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 60%;
  font-weight: 400;
  color: #6e6e6e
}

a:focus {
  outline: 0
}

.app-content {
  margin-left: 180px;
  padding: 24px 36px
}

.app-content .app-content-container {
  margin: -24px -36px;
  padding: 24px 36px
}


@media (max-width:1199.98px) {
  .app-content .app-content-container {
    margin: -20px -20px;
    padding: 20px 20px
  }
}

.app-content .app-content-margin {
  margin: -24px -36px
}

@media (max-width:1199.98px) {
  .app-content .app-content-margin {
    margin: -20px -20px
  }
}

.app-content .app-content-padding {
  padding: 24px 36px
}

@media (max-width:1199.98px) {
  .app-content .app-content-padding {
    padding: 20px 20px
  }
}

@media (max-width:1199.98px) {
  .app-content {
    margin-left: 0;
    padding: 20px 20px
  }
}

.app-footer {
  padding: 1rem 36px;
  margin: 0 -36px -24px;
  border-top: 1px solid var(--app-component-border-color);
  font-weight: 500;
  color: #7a7a7a
}

.app-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  margin-bottom: 0;
  padding: 0;
  background: var(--app-header-bg);
  box-shadow: 0 1px var(--app-component-border-color-transparent);
  transition: box-shadow .2s linear;
  display: flex;
  flex: 1
}

@media (max-width:1199.98px) {
  .app-header {
    display: block
  }
}

.app-header .navbar-desktop-toggler, .app-header .navbar-mobile-toggler {
  position: relative;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: 0;
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: block;
  color: var(--app-component-color);
  border-radius: 6px
}

@media (max-width:1199.98px) {
  .app-header .navbar-desktop-toggler, .app-header .navbar-mobile-toggler {
    height: 44px
  }
}

.app-header .navbar-desktop-toggler:hover, .app-header .navbar-mobile-toggler:hover {
  background: 0 0;
  opacity: .75
}

.app-header .navbar-mobile-toggler {
  min-width: auto;
  padding: 0 10px;
  width: auto;
  left: 0
}

@media (min-width:1200px) {
  .app-header .navbar-mobile-toggler {
    display: none
  }
}

.app-header .navbar-mobile-toggler.navbar-mobile-toggler-end {
  left: auto;
  right: 0
}

.app-header .navbar-mobile-toggler+.navbar-brand {
  padding-left: 0
}

@media (min-width:1200px) {
  .app-header .navbar-desktop-toggler+.navbar-brand {
    padding-left: 0
  }
}

@media (max-width:1199.98px) {
  .app-header .navbar-desktop-toggler {
    display: none
  }
}

.app-header .navbar-header {
  display: flex;
  align-items: center
}

@media (min-width:1200px) {
  .app-header .navbar-header {
    width: 180px
  }
}

@media (max-width:1199.98px) {
  .app-header .navbar-header {
    padding: 0 10px
  }
}

.app-header .navbar-brand {
  padding: 13px 20px;
  height: 52px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  margin: 0;
  color: var(--app-header-color);
  align-items: center;
  display: flex;
  margin-right: auto
}

@media (max-width:1199.98px) {
  .app-header .navbar-brand {
    padding: 10px 10px;
    height: 44px
  }
}

.app-header .navbar-brand img {
  max-width: 100%;
  max-height: 100%
}

.app-header .navbar-brand b {
  font-weight: 700
}

.app-header .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center
}

@media (max-width:1199.98px) {
  .app-header .navbar-nav {
    padding: 0 20px
  }
}

.app-header .navbar-nav .navbar-item {
  position: relative
}

.app-header .navbar-nav .navbar-item .navbar-link {
  display: block;
  text-decoration: none;
  line-height: 20px;
  padding: 16px 20px;
  border: none;
  color: var(--app-header-color)
}

@media (max-width:1199.98px) {
  .app-header .navbar-nav .navbar-item .navbar-link {
    padding: 15px 15px;
    height: 50px
  }
}

.app-header .navbar-nav .navbar-item .navbar-link i {
  position: relative;
  font-size: 20px
}

.app-header .navbar-nav .navbar-item .navbar-link:focus, .app-header .navbar-nav .navbar-item .navbar-link:hover {
  opacity: .75
}

.app-header .navbar-nav .navbar-item .navbar-link.show .app-header .navbar-nav .navbar-item .navbar-link.show:hover, .app-header .navbar-nav .navbar-item .navbar-link.show:focus {
  color: var(--app-header-color);
  opacity: 1
}

@media (max-width:1199.98px) {
  .app-header .navbar-nav .navbar-item:last-child .navbar-link {
    padding-right: 0
  }
}

.app-header .navbar-nav .navbar-item.active>a {
  background: var(--bs-light);
  opacity: 1
}

.app-header .navbar-nav.navbar-end {
  margin-left: auto
}

.app-header .navbar-form {
  padding: 0 36px;
  max-width: 800px;
  width: 80%;
  margin-right: auto
}

@media (max-width:1199.98px) {
  .app-header .navbar-form {
    padding: 0;
    margin: 2px 0 5px;
    flex: 1
  }

  .app-header .navbar-form+.navbar-item {
    padding-left: 10px
  }
}

.app-header .navbar-form .form-group {
  margin: 0;
  position: relative
}

.app-header .navbar-form .form-control {
  padding: 8px 30px;
  height: 38px;
  background: var(--bs-light);
  border-color: var(--bs-light);
  font-size: 15px;
  border-radius: 10px;
}

@media (max-width:1199.98px) {
  .app-header .navbar-form .form-control {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border-radius: 8px;
    padding-left: 25px
  }
}

.app-header .navbar-form .form-control:focus {
  border-color: var(--bs-light);
  box-shadow: none
}

.app-header .navbar-user img {
  width: 34px;
  height: 34px;
  margin-top: -7px;
  margin-bottom: -7px;
  border-radius: 40px;
  margin-right: 10px
}

@media (max-width:1199.98px) {
  .app-header .navbar-user img {
    margin-right: 5px
  }
}

.app-header .navbar-user .image {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin-right: 10px
}

@media (max-width:1199.98px) {
  .app-header .navbar-user .image {
    margin-right: 5px
  }
}

@media (min-width:1200px) {
  .app-header .navbar-collapse {
    display: flex
  }
}

@media (max-width:1199.98px) {
  .app-header .navbar-collapse .navbar-nav>li {
    flex: 1
  }

  .app-header .navbar-collapse .navbar-nav>li>a {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.app-header-shadow .app-header, .has-scroll .app-header {
  box-shadow: 0 0 16px rgba(0, 0, 0, .15)
}

@-webkit-keyframes appLoaderFadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes appLoaderFadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.app-sidebar-end.app-with-wide-sidebar .app-sidebar-end.app-sidebar {
  right: -260px
}

.app-sidebar {
  width: 180px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 52px;
  z-index: 1010
}

@media (max-width:1199.98px) {
  .app-sidebar {
    visibility: hidden;
    z-index: 1041
  }
}

.app-sidebar .menu .menu-header {
  margin: 0;
  padding: 15px 45px 5px;
  line-height: 26px;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
  font-weight: 500
}

.app-sidebar .menu .menu-divider {
  height: 1px;
  background: #212121;
  margin: 6px 0
}

.app-sidebar .menu .menu-search {
  padding: 20px
}

.app-sidebar .menu .menu-search+.menu-item {
  padding-top: 0
}

.app-sidebar .menu .menu-search .form-control {
  background: 0 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: 0
}

.app-sidebar .menu .menu-search .form-control:focus {
  border-color: rgba(255, 255, 255, .5);
  box-shadow: none
}

.app-sidebar .menu .menu-item {
  position: relative
}

.app-sidebar .menu .menu-item .menu-link {
  line-height: 26px;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  margin-right: 12px;
  padding-right: 12px;
  padding-left: 58px;
  border-radius: 0 24px 24px 0
}

.app-sidebar .menu .menu-item .menu-link .menu-text {
  flex: 1
}

.app-sidebar .menu .menu-item .menu-link .menu-label {
  padding: .35em .65em;
  font-size: 75%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-left: 5px;
  background-color: #ee792c;
  border-radius: 4px
}

.app-gradient-enabled .app-sidebar .menu .menu-item .menu-link .menu-label {
  background-image: var(--bs-gradient)
}

.app-sidebar .menu .menu-item .menu-link:focus, .app-sidebar .menu .menu-item .menu-link:hover {
  background: 0 0;
  color: #fff
}

.app-sidebar .menu .menu-item.active:not(.has-sub)>.menu-link {
  position: relative;
  z-index: 10;
  color: #fff;
  background: #ee792c;
  font-weight: 500
}

.app-sidebar .menu .menu-item.active:not(.has-sub)>.menu-link .menu-label {
  background: rgba(0, 0, 0, .65)
}

.app-sidebar .app-sidebar-content {
  position: relative
}

.app-sidebar .app-sidebar-minify-btn {
  margin: 10px 0;
  padding: 5px 20px 5px 10px !important;
  background: #171717;
  color: #fff;
  border-radius: 30px 0 0 30px
}

.app-sidebar .app-sidebar-minify-btn i {
  margin: 0 !important;
  color: #fff
}

.app-sidebar .app-sidebar-minify-btn:focus, .app-sidebar .app-sidebar-minify-btn:hover {
  background: #212121
}

.app-sidebar.app-sidebar-grid .menu>.menu-item+.menu-item {
  margin-top: -1px
}

.app-sidebar.app-sidebar-grid .menu>.menu-item>.menu-link {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434
}

.app-sidebar.app-sidebar-grid .menu>.menu-item.expand>a, .app-sidebar.app-sidebar-grid .menu>.menu-item.expanding>a {
  border-bottom-color: transparent
}

.app-sidebar.app-sidebar-grid .menu>.menu-item.active>.menu-link {
  border-color: #373737
}

@-webkit-keyframes topMenuControlSlideInLeft {
  from {
    left: -50px
  }

  to {
    left: 0
  }
}

@keyframes topMenuControlSlideInLeft {
  from {
    left: -50px
  }

  to {
    left: 0
  }
}

@-webkit-keyframes topMenuControlSlideInRight {
  from {
    right: -50px
  }

  to {
    right: 0
  }
}

@keyframes topMenuControlSlideInRight {
  from {
    right: -50px
  }

  to {
    right: 0
  }
}

.app-content-full-height {
  height: 100%
}

@media (min-width:1200px) {
  .app-content-full-height .app-content {
    height: calc(100vh - 52px)
  }
}

@media (max-width:1199.98px) {
  .app-content-full-height .app-content {
    min-height: calc(100vh - 129px)
  }
}

@media (min-width:1200px) {
  .app-content-full-height.app-empty .app-content, .app-content-full-height.app-without-header .app-content {
    height: 100vh
  }
}

.app-empty .app-content {
  margin: 0;
  top: 0
}

.app-header-fixed {
  padding-top: 52px
}

@media (max-width:1199.98px) {
  .app-header-fixed {
    padding-top: 101px
  }
}

.app-header-fixed .app-header {
  position: fixed
}

.app-with-end-sidebar .app-sidebar {
  left: auto;
  right: 0
}

.app-with-end-sidebar .app-content {
  margin-left: 0;
  margin-right: 180px
}

@media (max-width:1199.98px) {
  .app-with-end-sidebar .app-content {
    margin-right: 0
  }
}

@media (min-width:1200px) {
  .app-with-top-menu {
    padding-top: 110px
  }
}

@media (min-width:1200px) {
  .app-with-top-menu .app-sidebar {
    padding-top: 110px
  }
}

@media (min-width:1200px) {
  .app-with-top-menu.app-header-fixed {
    padding-top: 110px
  }
}

.app-with-two-sidebar .app-header .navbar-toggle.pull-start+.navbar-header {
  margin: 0;
  justify-content: center
}

@media (max-width:1199.98px) {
  .app-with-two-sidebar .app-header .navbar-brand {
    margin: 0 auto;
    padding: 0
  }
}

.app-with-two-sidebar.app-with-wide-sidebar .app-sidebar-end.app-sidebar {
  right: -260px
}

.app-with-wide-sidebar .app-header .navbar-header {
  width: 260px
}

@media (max-width:1199.98px) {
  .app-with-wide-sidebar .app-header .navbar-header {
    width: auto
  }
}

.app-with-wide-sidebar .app-sidebar {
  width: 260px
}

@media (max-width:1199.98px) {
  .app-with-wide-sidebar .app-sidebar {
    width: 260px;
    left: -260px
  }
}

@media (max-width:1199.98px) {
  .app-with-wide-sidebar .app-sidebar-end.app-sidebar {
    right: -260px;
    left: auto
  }
}

@media (min-width:1200px) {
  .app-with-wide-sidebar .app-content {
    margin-left: 260px
  }
}

@media (min-width:1200px) {
  .app-with-wide-sidebar.app-with-end-sidebar .app-content {
    margin-right: 260px;
    margin-left: 0
  }
}

.app-without-sidebar .app-content {
  margin: 0
}

@media (max-width:575.98px) {
  .app-without-sidebar:not(.app-with-top-menu) .app-header .navbar-brand {
    justify-content: center
  }
}

@media (min-width:1200px) {
  .app-sidebar-end-toggled .app-sidebar-end.app-sidebar {
    right: 0
  }
}

@media (min-width:1200px) {
  .app-sidebar-end-toggled .app-content {
    margin-right: 180px
  }
}

@media (min-width:1200px) {
  .app-sidebar-end-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar {
    right: 0
  }
}

@media (min-width:1200px) {
  .app-sidebar-end-toggled.app-with-wide-sidebar .app-content {
    margin-right: 260px
  }
}

@-webkit-keyframes appSidebarEndMobileSlideInLeft {
  from {
    left: -180px
  }

  to {
    left: 0
  }
}

@keyframes appSidebarEndMobileSlideInLeft {
  from {
    left: -180px
  }

  to {
    left: 0
  }
}

@-webkit-keyframes appSidebarEndMobileSlideInRight {
  from {
    right: -180px
  }

  to {
    right: 0
  }
}

@keyframes appSidebarEndMobileSlideInRight {
  from {
    right: -180px
  }

  to {
    right: 0
  }
}

@-webkit-keyframes appSidebarEndWideMobileSlideInLeft {
  from {
    left: -260px
  }

  to {
    left: 0
  }
}

@keyframes appSidebarEndWideMobileSlideInLeft {
  from {
    left: -260px
  }

  to {
    left: 0
  }
}

@-webkit-keyframes appSidebarEndWideMobileSlideInRight {
  from {
    right: -260px
  }

  to {
    right: 0
  }
}

@keyframes appSidebarEndWideMobileSlideInRight {
  from {
    right: -260px
  }

  to {
    right: 0
  }
}

@-webkit-keyframes appSidebarEndMobileBackdrop {
  from {
    background: 0 0
  }

  to {
    background: rgba(33, 33, 33, .5)
  }
}

@keyframes appSidebarEndMobileBackdrop {
  from {
    background: 0 0
  }

  to {
    background: rgba(33, 33, 33, .5)
  }
}

@media (max-width:1199.98px) {
  .app-sidebar-end-mobile-toggled .app-sidebar-end.app-sidebar {
    right: 0;
    left: auto;
    -webkit-animation: appSidebarEndMobileSlideInRight .2s ease;
    animation: appSidebarEndMobileSlideInRight .2s ease
  }

  .app-sidebar-end-mobile-toggled.app-with-wide-sidebar .app-sidebar-end.app-sidebar {
    right: 0;
    left: auto;
    -webkit-animation: appSidebarEndWideMobileSlideInRight .2s ease;
    animation: appSidebarEndWideMobileSlideInRight .2s ease
  }
}

@-webkit-keyframes appSidebarEndMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -180px
  }
}

@keyframes appSidebarEndMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -180px
  }
}

@-webkit-keyframes appSidebarEndMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -180px
  }
}

@keyframes appSidebarEndMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -180px
  }
}

@-webkit-keyframes appSidebarEndWideMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -260px
  }
}

@keyframes appSidebarEndWideMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -260px
  }
}

@-webkit-keyframes appSidebarEndWideMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -260px
  }
}

@keyframes appSidebarEndWideMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -260px
  }
}

@-webkit-keyframes appSidebarEndMobileRemoveBackdrop {
  from {
    background: rgba(33, 33, 33, .5)
  }

  to {
    background: 0 0
  }
}

@keyframes appSidebarEndMobileRemoveBackdrop {
  from {
    background: rgba(33, 33, 33, .5)
  }

  to {
    background: 0 0
  }
}

@media (max-width:1199.98px) {
  .app-sidebar-end-mobile-closed .app-sidebar-end.app-sidebar {
    right: -180px;
    left: auto;
    -webkit-animation: appSidebarEndMobileSlideOutRight .2s ease;
    animation: appSidebarEndMobileSlideOutRight .2s ease
  }

  .app-sidebar-end-mobile-closed.app-with-wide-sidebar .app-sidebar-end.app-sidebar {
    right: -260px;
    -webkit-animation: appSidebarEndWideMobileSlideOutRight .2s ease;
    animation: appSidebarEndWideMobileSlideOutRight .2s ease
  }
}


@-webkit-keyframes appSidebarMobileSlideInLeft {
  from {
    left: -180px
  }

  to {
    left: 0
  }
}

@keyframes appSidebarMobileSlideInLeft {
  from {
    left: -180px
  }

  to {
    left: 0
  }
}

@-webkit-keyframes appSidebarMobileSlideInRight {
  from {
    right: -180px
  }

  to {
    right: 0
  }
}

@keyframes appSidebarMobileSlideInRight {
  from {
    right: -180px
  }

  to {
    right: 0
  }
}

@-webkit-keyframes appSidebarWideMobileSlideInLeft {
  from {
    left: -260px
  }

  to {
    left: 0
  }
}

@keyframes appSidebarWideMobileSlideInLeft {
  from {
    left: -260px
  }

  to {
    left: 0
  }
}

@-webkit-keyframes appSidebarWideMobileSlideInRight {
  from {
    right: -260px
  }

  to {
    right: 0
  }
}

@keyframes appSidebarWideMobileSlideInRight {
  from {
    right: -260px
  }

  to {
    right: 0
  }
}

@-webkit-keyframes appSidebarMobileBackdrop {
  from {
    background: 0 0
  }

  to {
    background: rgba(33, 33, 33, .5)
  }
}

@keyframes appSidebarMobileBackdrop {
  from {
    background: 0 0
  }

  to {
    background: rgba(33, 33, 33, .5)
  }
}

@-webkit-keyframes appSidebarMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -180px
  }
}

@keyframes appSidebarMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -180px
  }
}

@-webkit-keyframes appSidebarMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -180px
  }
}

@keyframes appSidebarMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -180px
  }
}

@-webkit-keyframes appSidebarWideMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -260px
  }
}

@keyframes appSidebarWideMobileSlideOutLeft {
  from {
    left: 0
  }

  to {
    left: -260px
  }
}

@-webkit-keyframes appSidebarWideMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -260px
  }
}

@keyframes appSidebarWideMobileSlideOutRight {
  from {
    right: 0
  }

  to {
    right: -260px
  }
}

@-webkit-keyframes appSidebarMobileRemoveBackdrop {
  from {
    background: rgba(33, 33, 33, .5)
  }

  to {
    background: 0 0
  }
}

@keyframes appSidebarMobileRemoveBackdrop {
  from {
    background: rgba(33, 33, 33, .5)
  }

  to {
    background: 0 0
  }
}

@-webkit-keyframes btnFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes btnFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.btn[class*=btn-outline-]:not(.btn-yellow):not(.btn-white):hover {
  color: #fff
}

.btn-default {
  color: #212121;
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

.btn-default:hover {
  color: #212121;
  background-color: #d3d3d3;
  border-color: #d3d3d3
}

.btn-default:focus {
  color: #212121;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  box-shadow: 0 0 0 .25rem rgba(203, 203, 203, .5)
}

.btn-default.active, .btn-default:active, .show>.btn-default.dropdown-toggle {
  color: #212121;
  background-color: #b1b1b1;
  border-color: #b1b1b1
}

.btn-default.active:focus, .btn-default:active:focus, .show>.btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(203, 203, 203, .5)
}

.btn-default.disabled, .btn-default:disabled {
  color: #212121;
  background-color: #efefef;
  border-color: #efefef
}

.btn-group>.btn+.btn-default, .input-group>.btn+.btn-default, .input-group>.btn+.dropdown-menu+.btn-default {
  border-left: 1px solid #d3d3d3
}

.btn-primary {
  color: #fff;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-primary:hover {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11
}

.btn-primary:focus {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11;
  box-shadow: 0 0 0 .25rem rgba(214, 95, 17, .5)
}

.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11
}

.btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(214, 95, 17, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ec8e50;
  border-color: #ec8e50
}

.btn-group>.btn+.btn-primary, .input-group>.btn+.btn-primary, .input-group>.btn+.dropdown-menu+.btn-primary {
  border-left: 1px solid #d65f11
}

.btn-success {
  color: #fff;
  background-color: #009688;
  border-color: #009688
}

.btn-success:hover {
  color: #fff;
  background-color: #007166;
  border-color: #007166
}

.btn-success:focus {
  color: #fff;
  background-color: #007166;
  border-color: #007166;
  box-shadow: 0 0 0 .25rem rgba(38, 166, 154, .5)
}

.btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007166;
  border-color: #007166
}

.btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(38, 166, 154, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #40b0a6;
  border-color: #40b0a6
}

.btn-group>.btn+.btn-success, .input-group>.btn+.btn-success, .input-group>.btn+.dropdown-menu+.btn-success {
  border-left: 1px solid #007166
}

.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4
}

.btn-info:hover {
  color: #fff;
  background-color: #008d9f;
  border-color: #008d9f
}

.btn-info:focus {
  color: #fff;
  background-color: #008d9f;
  border-color: #008d9f;
  box-shadow: 0 0 0 .25rem rgba(38, 198, 218, .5)
}

.btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008d9f;
  border-color: #008d9f
}

.btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(38, 198, 218, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #40cddf;
  border-color: #40cddf
}

.btn-group>.btn+.btn-info, .input-group>.btn+.btn-info, .input-group>.btn+.dropdown-menu+.btn-info {
  border-left: 1px solid #008d9f
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-warning:hover {
  color: #fff;
  background-color: #bf7200;
  border-color: #bf7200
}

.btn-warning:focus {
  color: #fff;
  background-color: #bf7200;
  border-color: #bf7200;
  box-shadow: 0 0 0 .25rem rgba(255, 167, 38, .5)
}

.btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bf7200;
  border-color: #bf7200
}

.btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 167, 38, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffb240;
  border-color: #ffb240
}

.btn-group>.btn+.btn-warning, .input-group>.btn+.btn-warning, .input-group>.btn+.dropdown-menu+.btn-warning {
  border-left: 1px solid #bf7200
}

.btn-danger {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-danger:hover {
  color: #fff;
  background-color: #b03228;
  border-color: #b03228
}

.btn-danger:focus {
  color: #fff;
  background-color: #b03228;
  border-color: #b03228;
  box-shadow: 0 0 0 .25rem rgba(237, 95, 83, .5)
}

.btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b03228;
  border-color: #b03228
}

.btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(237, 95, 83, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef7268;
  border-color: #ef7268
}

.btn-group>.btn+.btn-danger, .input-group>.btn+.btn-danger, .input-group>.btn+.dropdown-menu+.btn-danger {
  border-left: 1px solid #b03228
}

.btn-light {
  color: #fff;
  background-color: #f2f3f4;
  border-color: #f2f3f4
}

.btn-light:hover {
  color: #fff;
  background-color: #b6b6b7;
  border-color: #b6b6b7
}

.btn-light:focus {
  color: #fff;
  background-color: #b6b6b7;
  border-color: #b6b6b7;
  box-shadow: 0 0 0 .25rem rgba(244, 245, 246, .5)
}

.btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #b6b6b7;
  border-color: #b6b6b7
}

.btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(244, 245, 246, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #f5f6f7;
  border-color: #f5f6f7
}

.btn-group>.btn+.btn-light, .input-group>.btn+.btn-light, .input-group>.btn+.dropdown-menu+.btn-light {
  border-left: 1px solid #b6b6b7
}

.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121
}

.btn-dark:hover {
  color: #fff;
  background-color: #191919;
  border-color: #191919
}

.btn-dark:focus {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
  box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #191919;
  border-color: #191919
}

.btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 66, 66, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #595959;
  border-color: #595959
}

.btn-group>.btn+.btn-dark, .input-group>.btn+.btn-dark, .input-group>.btn+.dropdown-menu+.btn-dark {
  border-left: 1px solid #191919
}

.btn-blue {
  color: #fff;
  background-color: #ee792c;
  border-color: #ee792c
}

.btn-blue:hover {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11
}

.btn-blue:focus, {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11;
  box-shadow: 0 0 0 .25rem rgba(214, 95, 17, .5)
}

.btn-blue.active, .btn-blue:active, .show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #d65f11;
  border-color: #d65f11
}

.btn-blue.active:focus, .btn-blue:active:focus, .show>.btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(214, 95, 17, .5)
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #ec8e50;
  border-color: #ec8e50
}

.btn-group>.btn+.btn-blue, .input-group>.btn+.btn-blue, .input-group>.btn+.dropdown-menu+.btn-blue {
  border-left: 1px solid #d65f11
}

.btn-red {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335
}

.btn-red:hover {
  color: #fff;
  background-color: #b03228;
  border-color: #b03228
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ef7268;
  border-color: #ef7268
}

.btn-group>.btn+.btn-red, .input-group>.btn+.btn-red, .input-group>.btn+.dropdown-menu+.btn-red {
  border-left: 1px solid #b03228
}

.btn-orange {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800
}

.btn-orange:hover {
  color: #fff;
  background-color: #bf7200;
  border-color: #bf7200
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #ffb240;
  border-color: #ffb240
}

.btn-group>.btn+.btn-orange, .input-group>.btn+.btn-orange, .input-group>.btn+.dropdown-menu+.btn-orange {
  border-left: 1px solid #bf7200
}

.btn-yellow {
  color: #212121;
  background-color: #fecf4a;
  border-color: #fecf4a
}

.btn-yellow:hover {
  color: #212121;
  background-color: #bf9b38;
  border-color: #bf9b38
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212121;
  background-color: #fedb77;
  border-color: #fedb77
}

.btn-group>.btn+.btn-yellow, .input-group>.btn+.btn-yellow, .input-group>.btn+.dropdown-menu+.btn-yellow {
  border-left: 1px solid #bf9b38
}

.btn-white {
  color: #212121;
  background-color: #fff;
  border-color: #d3d3d3
}

.btn-white:hover {
  color: #212121;
  background-color: #e9e9e9;
  border-color: #d3d3d3
}

.btn-white:focus {
  color: #212121;
  background-color: #e9e9e9;
  border-color: #d3d3d3;
  box-shadow: 0 0 0 .25rem rgba(184, 184, 184, .5)
}

.btn-group>.btn+.btn-white, .input-group>.btn+.btn-white, .input-group>.btn+.dropdown-menu+.btn-white {
  border-left: 1px solid #d3d3d3
}

.btn-gray {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a
}

.btn-gray:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b
}

.btn-group>.btn+.btn-gray, .input-group>.btn+.btn-gray, .input-group>.btn+.dropdown-menu+.btn-gray {
  border-left: 1px solid #5c5c5c
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040
}

.btn-group>.btn+.btn-black, .input-group>.btn+.btn-black, .input-group>.btn+.dropdown-menu+.btn-black {
  border-left: 1px solid #000
}

.form-control, .form-select {
  border-color: var(--app-border-color)
}

.form-select:not([multiple]) option {
  color: var(--app-component-color)
}

.form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid rgba(var(--app-component-border-color-rgb), .5);
  margin: 0
}

.form-horizontal.form-bordered .form-group .col-form-label {
  padding: 1rem;
  display: flex;
  align-items: center
}

@media (max-width:767.98px) {
  .form-horizontal.form-bordered .form-group .col-form-label {
    padding-bottom: .5rem
  }
}

.form-horizontal.form-bordered .form-group .col-form-label+div {
  border-left: 1px solid rgba(var(--app-component-border-color-rgb), .5)
}

@media (max-width:767.98px) {
  .form-horizontal.form-bordered .form-group .col-form-label+div {
    padding-top: 0;
    border-left: none
  }
}

.form-horizontal.form-bordered .form-group>div {
  padding: 1rem
}

.form-horizontal.form-bordered .form-group:last-child {
  border-bottom: 0
}

.form-switch .form-check-input {
  background-image: var(--form-switch-bg-image)
}

.invalid-tooltip, .valid-tooltip {
  color: #fff
}

.nav.nav-tabs .nav-item .nav-link {
  margin-bottom: -2px
}

.nav.nav-tabs .nav-item .nav-link.active {
  border-bottom-color: var(--app-component-bg)
}

.nav.nav-tabs.nav-tabs-v2 {
  border-bottom: 1px solid var(--app-component-border-color)
}

.nav.nav-tabs.nav-tabs-v2>.nav-item {
  margin-bottom: -1px
}

.nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  padding: 1rem 1rem .875rem
}

.nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link:hover {
  border-bottom-color: rgba(var(--app-component-color-rgb), .25)
}

.nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link.active {
  border-bottom-color: var(--app-component-active-bg);
  background: 0 0
}

.nav.nav-tabs.nav-tabs-v2>.nav-item.show>.nav-link {
  background: 0 0;
  border-bottom-color: #d3d3d3;
  color: #212121
}

.navbar.navbar-sticky {
  top: 88px;
  position: -webkit-sticky;
  position: sticky;
  border-left: 1px solid #b1b1b1;
  padding: 0;
  padding-left: .5rem;
  margin-left: .5rem
}

.navbar.navbar-sticky .nav {
  width: 100%;
  position: relative;
  flex-direction: column
}

.navbar.navbar-sticky .nav .nav-link {
  color: #7a7a7a;
  padding: .375rem 1rem
}

.navbar.navbar-sticky .nav .nav-link:hover {
  color: #595959
}

.navbar.navbar-sticky .nav .nav-link.active {
  color: #212121;
  font-weight: 700
}

.page-header {
  font-size: 24px;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  line-height: 1.35;
  font-weight: 400
}

.page-header .small, .page-header small {
  line-height: 20px
}

.pagination {
  font-weight: 500;
  flex-wrap: wrap
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: .9
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: .9
  }
}

.error {
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.error .error-code, .error .error-content {
  flex: 1;
  transform: translateZ(0)
}

.error .error-code {
  color: var(--app-component-color);
  font-size: 200px;
  line-height: 1;
  text-shadow: 10px 10px 0 rgba(var(--app-component-color-rgb), .2);
  padding: 2rem;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

@media (max-width:767.98px) {
  .error .error-code {
    font-size: 160px
  }
}

@media (max-width:575.98px) {
  .error .error-code {
    font-size: 120px
  }
}

.error .error-content {
  bottom: 0;
  padding: 2rem;
  background: #373737;
  background-image: url("images/error-page-pattern.png")
}

.error .error-message {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: .5px;
  margin-bottom: .5rem
}

.error .error-desc {
  font-size: .875rem;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .5px
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

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

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

.d-flex {
  display: flex !important
}

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

.d-none {
  display: none !important
}


@media (min-width:576px) {
  .float-sm-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .float-md-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .float-lg-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .float-xl-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1800px) {
  .float-xxxl-start {
    float: left !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

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

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

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .85
}

.panel {
  background-color: var(--app-component-bg);
  border: none;
  margin-bottom: 1.33rem;
  box-shadow: inset 0 0 0 1px var(--app-component-border-color-transparent);
  border-radius: 6px;
  display: flex;
  flex-direction: column
}

.panel .panel-body, .panel .panel-footer, .panel .panel-toolbar {
  flex: 1 1 auto
}

.panel .panel-heading {
  padding: .8rem 1rem;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.panel .panel-heading .panel-title {
  font-size: .875rem;
  margin: 0;
  line-height: 1.35;
  flex: 1
}

.panel .panel-heading .panel-title>a {
  color: inherit;
  display: block
}

.panel .panel-heading .panel-title>a:focus, .panel .panel-heading .panel-title>a:hover {
  text-decoration: none
}

.panel .panel-heading .panel-heading-btn {
  display: flex;
  align-items: center
}

.panel .panel-heading .panel-heading-btn>a+a {
  margin-left: 5px
}

.panel .panel-heading .panel-heading-btn .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.panel .panel-heading .tab-overflow {
  flex: 1
}

.panel .panel-body {
  padding: 1rem 1rem
}

.panel .panel-body:after, .panel .panel-body:before {
  content: "";
  display: table;
  clear: both
}

.panel .panel-toolbar {
  padding: .8rem 1rem
}

.panel .panel-footer {
  border-top: 1px solid rgba(var(--app-component-border-color-rgb), .75);
  padding: .8rem 1rem
}

.panel [class^=col-].ui-sortable {
  min-height: 0
}

.panel.panel-default>.panel-heading {
  color: var(--app-component-color)
}

.panel.panel-inverse>.panel-heading {
  background: var(--bs-gray-900);
  color: var(--bs-white)
}

.dark-mode .panel.panel-inverse>.panel-heading {
  background: rgba(255, 255, 255, .1)
}

.panel.panel-loading .panel-body {
  position: relative;
  z-index: 0;
  overflow: hidden
}

.panel.panel-loading .panel-body .panel-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--app-component-bg);
  opacity: .9;
  z-index: 1030;
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center
}

.panel.panel-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1080;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 0
}

.panel.panel-expand>.panel-body, .panel.panel-expand>.panel-footer, .panel.panel-expand>.panel-heading {
  border-radius: 0
}

.panel.panel-expand>.panel-body {
  overflow-x: scroll;
  flex: 1
}

.panel.panel-expand>.panel-body>.slimScrollDiv {
  height: 100% !important
}

.panel.panel-expand>.panel-body>.slimScrollDiv>div:not(.slimScrollBar):not(.slimScrollRail) {
  height: 100% !important
}

.panel.panel-expand>.panel-heading {
  flex: 0
}

.panel.panel-expand>.panel-heading .fa-expand:before {
  content: "\f066"
}

.panel.panel-expand>.hljs-wrapper {
  max-height: 50%;
  overflow: scroll
}

.panel.panel-hover-icon .panel-heading .panel-heading-btn .btn i {
  visibility: hidden
}

.panel.panel-hover-icon .panel-heading:focus .panel-heading-btn .btn i, .panel.panel-hover-icon .panel-heading:hover .panel-heading-btn .btn i {
  visibility: visible
}

.panel.panel-with-tabs .panel-heading {
  border-bottom: 1px solid var(--app-component-border-color-transparent)
}

.panel.panel-with-tabs .panel-heading>.nav-tabs {
  margin-top: -.4rem;
  margin-bottom: -.8rem;
  border-bottom: none
}

.panel.panel-with-tabs .panel-heading>.nav-tabs .nav-item .nav-link {
  border: none;
  margin: 0
}

.panel-expand .app-content {
  z-index: 9999
}

.panel-expand .app-content .panel.panel-expand {
  background: var(--app-component-bg)
}