@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/@fortawesome/fontawesome-svg-core/styles.css */
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone";
}
svg.svg-inline--fa:not(:root),
svg.svg-inline--fa:not(:host) {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}
.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

/* node_modules/cropperjs/dist/cropper.css */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css */
.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font:
    12px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/sweetalert2/dist/sweetalert2.min.css */
:root {
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-footer-border-color: #eee;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-input-background: transparent;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
}
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
}
@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup,
div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup,
div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup,
div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup,
div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup,
div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, .5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  color: inherit;
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: var(--swal2-border-radius);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em .3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s, box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: var(--swal2-input-background);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: .25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: var(--swal2-show-animation);
}
.swal2-hide {
  animation: var(--swal2-hide-animation);
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: var(--swal2-background);
  box-shadow:
    0 0 1px rgba(0, 0, 0, .075),
    0 1px 2px rgba(0, 0, 0, .075),
    1px 2px 4px rgba(0, 0, 0, .075),
    1px 3px 8px rgba(0, 0, 0, .075),
    2px 4px 16px rgba(0, 0, 0, .075);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}
.swal2-toast.swal2-show {
  animation: swal2-toast-show .5s;
}
.swal2-toast.swal2-hide {
  animation: swal2-toast-hide .1s forwards;
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

/* node_modules/tinymce/skins/ui/oxide/skin.css */
.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}
.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
.tox *:not(svg):not(rect) {
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
.tox-tinymce {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}
.tox-tinymce-aux {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  z-index: 1300;
}
.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
@keyframes tox-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox #accessibility-issue__subheader {
  font-size: 16px;
  color: #222f3e;
}
.tox .accessbility-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  justify-content: space-between;
}
.tox .accessibility-issue__description > div {
  padding-bottom: 16px;
}
.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}
.tox #accessibility-issue__contentID {
  margin-top: 16px;
  margin-bottom: 16px;
}
.tox #accessibility-issue__contentID span:first-child {
  font-weight: bold;
}
.tox #accessibility-issue__document {
  padding-bottom: 8px;
}
.tox .accessibility-issue__repair {
  margin-top: 8px;
}
.tox .accessibility-issue__repair .tox-form__group .tox-form__group--error {
  color: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: #e6f0fd;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  font-size: 14px;
  color: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
  fill: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: #fffae6;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  font-size: 14px;
  color: #7a6e25;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
  fill: #7a6e25;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: #fae6e6;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  font-size: 14px;
  color: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
  fill: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
  fill: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 8px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
.tox .mce-codemirror {
  background: #fff;
  bottom: 0;
  font-size: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tox .mce-codemirror.tox-inline-codemirror {
  margin: 8px;
  position: absolute;
}
.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
.tox .tox-advtemplate iframe {
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}
.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:focus:not(:disabled)::before {
  opacity: 1;
}
.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button--icon-and-text,
.tox .tox-button.tox-button--icon-and-text,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}
.tox .tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox-context-form__group .tox-button--icon,
.tox-context-form__group .tox-button.tox-button--icon {
  margin: 6px 1px 5px 0;
  padding: 0;
}
.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tox .tox-button-link--sm {
  font-size: 14px;
}
.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}
.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
.tox .tox-checkbox__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}
@media (forced-colors: active) {
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: currentColor !important;
  }
}
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}
.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #fff;
  color: #222f3e;
}
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #006ce7;
  color: #fff;
}
@media (forced-colors: active) {
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    border: solid 1px;
  }
}
.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #f0f0f0;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
  background-color: #fff;
  position: relative;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
  background-color: #f0f0f0;
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
  background-color: #f0f0f0;
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}
.tox .tox-collection__item-accessory {
  color: currentColor;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
.tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}
.tox .tox-collection__item-caret svg {
  fill: currentColor;
}
.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
.tox .tox-collection__item-container {
  display: flex;
}
.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
@media (forced-colors: active) {
  .tox .tox-hue-slider,
  .tox .tox-rgb-form .tox-rgba-preview {
    background-color: currentColor !important;
    border: 1px solid highlight !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.tox .tox-sv-palette-spectrum {
  height: 100%;
}
.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}
.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
.tox .tox-hue-slider-spectrum {
  background:
    linear-gradient(
      to bottom,
      #f00,
      #ff0080,
      #f0f,
      #8000ff,
      #00f,
      #0080ff,
      #0ff,
      #00ff80,
      #0f0,
      #80ff00,
      #ff0,
      #ff8000,
      #f00);
  height: 100%;
  width: 100%;
}
.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}
.tox .tox-hue-slider-spectrum:focus,
.tox .tox-sv-palette-spectrum:focus {
  outline: #08f solid;
}
.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
.tox .tox-rgb-form input {
  min-width: 6em;
}
.tox .tox-rgb-form input.tox-invalid {
  border: 1px solid #f00 !important;
  box-shadow: 0 0 0 1px #f00;
}
.tox .tox-rgb-container {
  position: relative;
}
.tox .tox-rgb-form .tox-invalid-icon {
  align-content: center;
  align-items: center;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
  margin: 0;
}
.tox .tox-rgb-warning-note {
  background-color: #f5cccc;
  border: 1px solid #f0b3b3;
  border-radius: 3px;
  color: #77181f;
  padding: 3px;
}
.tox input.tox-invalid + .tox-invalid-icon {
  display: flex;
}
.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}
.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}
.tox .tox-swatches__row {
  display: flex;
}
@media (forced-colors: active) {
  .tox .tox-swatches__row {
    forced-color-adjust: none;
  }
}
.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}
.tox .tox-swatches__picker-btn:hover {
  background: #f0f0f0;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}
.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}
.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
.tox {
}
.tox .tox-conversations {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.tox .tox-conversations__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
  padding: 8px 12px;
  background: #fff;
  z-index: 1;
}
.tox .tox-conversations__title {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0 8px 0;
  color: #222f3e;
  line-height: 28px;
}
.tox .tox-comment {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 8px 8px 16px 8px;
  position: relative;
}
.tox .tox-comment:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}
.tox .tox-comment.tox-comment--selected {
  background-color: #fff2c9;
  border: 1px solid #ffcf30;
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
}
.tox .tox-comment.tox-comment--selected:focus {
  border: 2px solid #006ce7;
  margin: -1px;
}
.tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
  margin-top: 7px;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single {
  margin-bottom: 12px;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
  position: relative;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
  top: -9px;
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border-radius: 6px;
  border: 2px solid #006ce7;
}
.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}
.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}
.tox .tox-comment__body {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  white-space: pre-wrap;
}
.tox .tox-comment__body.tox-comment__body--expanded {
  max-height: 100em;
  transition: max-height 1s ease-in-out;
}
.tox .tox-comment__body.tox-comment__body--pending {
  transition: max-height 0s;
}
.tox .tox-comment__body p {
  margin: 0;
}
.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}
.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}
.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
.tox .tox-comment__expander {
  padding-top: 8px;
}
.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}
.tox .tox-comment__expander p:focus {
  font-weight: bold;
}
.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
.tox .tox-tbtn.tox-comment__mention-btn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: transparent;
}
.tox .tox-comment-thread {
  background: #fff;
  position: relative;
  border-radius: 6px;
  background-color: transparent;
}
.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
  padding: 12px;
  scroll-behavior: smooth;
}
.tox .tox-comment__scroll:has(textarea:focus) {
  scroll-behavior: auto;
}
.tox .tox-comment--disappearing {
  transition: opacity 0.5s ease;
}
.tox .tox-comment[data-transitioning-destination=deleting] {
  opacity: 0;
}
.tox .tox-skeleton .tox-skeleton__line {
  height: 16px;
  width: 100%;
  background:
    linear-gradient(
      to right,
      rgba(240, 240, 240, 0.5) 8%,
      rgba(240, 240, 240, 0.7) 18%,
      rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}
.tox .tox-skeleton .tox-skeleton__circle {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  border-radius: 100%;
  background:
    linear-gradient(
      to right,
      rgba(240, 240, 240, 0.5) 8%,
      rgba(240, 240, 240, 0.7) 18%,
      rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}
@keyframes wave {
  0% {
    background-position: -268px 0;
  }
  100% {
    background-position: 268px 0;
  }
}
.tox .tox-ring-loader {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: tox-rotation 1s linear infinite;
}
.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
.tox .tox-user {
  align-items: center;
  display: flex;
}
.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}
.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}
.tox:not([dir=rtl]) .tox-user__avatar svg,
.tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}
.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar svg,
.tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
.tox {
}
.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}
.tox .tox-dialog {
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}
.tox .tox-dialog-inline {
  z-index: 1100;
}
.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
.tox .tox-dialog__header .tox-button {
  z-index: 1;
}
.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}
.tox .tox-dialog__dismiss {
  margin-left: auto;
}
.tox .tox-dialog__title {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px) {
  .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}
.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #144782;
  color: #144782;
}
@media (forced-colors: active) {
  .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid highlight;
    color: highlight;
  }
}
.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, calc(100vh - 110px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content a {
  color: #144782;
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #071729;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #144782;
  outline-offset: 2px;
}
.tox .tox-dialog__body-content a:active {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}
.tox .tox-dialog__body-content strong {
  font-weight: bold;
}
.tox .tox-dialog__body-content ul {
  list-style-type: disc;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dd {
  padding-inline-start: 2.5rem;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl,
.tox .tox-dialog__body-content dd,
.tox .tox-dialog__body-content dt {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}
.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}
.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}
.tox .tox-dialog--width-md {
  max-width: 800px;
}
.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
.tox .tox-dialog__body-content--centered {
  text-align: center;
}
.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}
.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}
.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__iframe {
  min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}
.tox .tox-navobj-bordered {
  position: relative;
}
.tox .tox-navobj-bordered::before {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.tox .tox-navobj-bordered iframe {
  border-radius: 6px;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
body.tox-dialog__disable-scroll {
  overflow: hidden;
}
.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}
.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}
.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.tox .tox-edit-area::before {
  border: 2px solid #006ce7;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}
@media (forced-colors: active) {
  .tox .tox-edit-area::before {
    border: 2px solid highlight;
  }
}
.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
.tox.tox-inline-edit-area {
  border: 1px dotted #eeeeee;
}
.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}
.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
.tox .tox-control-wrap svg {
  display: block;
}
.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
.tox .tox-custom-preview {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  padding: 8px;
}
.tox .tox-autocompleter {
  max-width: 25em;
}
.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}
.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
.tox .tox-color-input .tox-textfield {
  z-index: -1;
}
.tox .tox-color-input span {
  border-color: rgba(34 47 3.1%);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
@media (forced-colors: active) {
  .tox .tox-color-input span {
    border-color: currentColor;
    border-width: 2px !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}
.tox .tox-color-input span::before {
  background-image:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.25) 25%,
      transparent 25%),
    linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.25) 25%,
      transparent 25%),
    linear-gradient(
      45deg,
      transparent 75%,
      rgba(0, 0, 0, 0.25) 75%),
    linear-gradient(
      -45deg,
      transparent 75%,
      rgba(0, 0, 0, 0.25) 75%);
  background-position:
    0 0,
    0 6px,
    6px -6px,
    -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
@media (forced-colors: active) {
  .tox .tox-color-input span::before {
    border: none;
  }
}
.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
.tox[dir=rtl] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
.tox[dir=rtl] .tox-color-input span {
  right: 6px;
}
.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-toolbar-label {
  padding: 0 8px;
}
.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
.tox .tox-form-group--maximize {
  flex: 1;
}
.tox .tox-form__group--error {
  color: #c00;
}
.tox .tox-form__group--collection {
  display: flex;
}
.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea,
.tox .tox-textarea-wrap .tox-textarea:focus {
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-textfield[disabled],
.tox .tox-toolbar-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-textfield:focus,
.tox .tox-toolbar-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea-wrap:focus-within,
.tox .tox-textarea:focus,
.tox .tox-focusable-wrapper:focus,
.tox .tox-custom-editor:focus-within {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-toolbar-textfield {
  max-width: 250px;
  min-height: unset;
  height: 28px;
  margin: 5px 0 6px 0;
}
.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-textfield-size {
  width: 80px;
}
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-listbox__select-chevron svg {
    fill: currentColor !important;
  }
}
.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-selectfield select {
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-selectfield select::-ms-expand {
  display: none;
}
.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
.tox .tox-textarea-wrap {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
.tox .tox-textarea {
  appearance: textarea;
  white-space: pre-wrap;
}
.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}
.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}
.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}
.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}
.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
.tox .tox-image-tools .tox-spacer {
  flex: 1;
}
.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
.tox .tox-image-tools .tox-imagepreview,
.tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}
.tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
.tox .tox-insert-table-picker {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
.tox .tox-insert-table-picker > div {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: #006ce7;
  border-color: #eeeeee;
}
@media (forced-colors: active) {
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    border-color: Highlight;
    filter: contrast(50%);
  }
}
.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
.tox {
}
.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}
.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}
.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}
.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}
.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}
.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}
.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}
.tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}
.tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}
.tox .tox-mbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
.tox .tox-mbtn[disabled] {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-mbtn:focus:not(:disabled) {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-mbtn:focus:not(:disabled)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-mbtn:focus:not(:disabled)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-mbtn--active,
.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
  width: max-content;
}
.tox .tox-notification a {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
.tox .tox-notification:focus {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
}
.tox .tox-notification--in {
  opacity: 1;
}
.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}
.tox .tox-notification--success p {
  color: #222f3e;
}
.tox .tox-notification--success a {
  color: #517342;
}
.tox .tox-notification--success a:hover,
.tox .tox-notification--success a:focus {
  color: #24321d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--success a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #517342;
  outline-offset: 2px;
}
.tox .tox-notification--success a:active {
  color: #0d120a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--success svg {
  fill: #222f3e;
}
.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
}
.tox .tox-notification--error p {
  color: #222f3e;
}
.tox .tox-notification--error a {
  color: #77181f;
}
.tox .tox-notification--error a:hover,
.tox .tox-notification--error a:focus {
  color: #220709;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--error a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #77181f;
  outline-offset: 2px;
}
.tox .tox-notification--error a:active {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--error svg {
  fill: #222f3e;
}
.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
}
.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}
.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #7a6e25;
}
.tox .tox-notification--warn a:hover,
.tox .tox-notification--warning a:hover,
.tox .tox-notification--warn a:focus,
.tox .tox-notification--warning a:focus {
  color: #2c280d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--warn a:focus-visible,
.tox .tox-notification--warning a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #7a6e25;
  outline-offset: 2px;
}
.tox .tox-notification--warn a:active,
.tox .tox-notification--warning a:active {
  color: #050502;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}
.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
}
.tox .tox-notification--info p {
  color: #222f3e;
}
.tox .tox-notification--info a {
  color: #2a64a6;
}
.tox .tox-notification--info a:hover,
.tox .tox-notification--info a:focus {
  color: #163355;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--info a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #2a64a6;
  outline-offset: 2px;
}
.tox .tox-notification--info a:active {
  color: #0b1a2c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--info svg {
  fill: #222f3e;
}
.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
.tox .tox-notification__body > * {
  margin: 0;
}
.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification__icon svg {
  display: block;
}
.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
.tox .tox-notification-container-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox .tox-notification-container-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox .tox-notification-container-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
  transition-delay: 0s;
}
.tox .tox-pop {
  display: inline-block;
  position: relative;
}
.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property:
    left,
    right,
    top,
    bottom;
}
.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition:
    all 0.15s,
    visibility 0s,
    opacity 0.075s ease 0.075s;
}
.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}
.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
@media (forced-colors: active) {
  .tox .tox-pop::before,
  .tox .tox-pop::after {
    content: none;
  }
}
.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition:
    all 0s 0.15s,
    visibility 0s,
    opacity 0.075s ease;
}
.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eeeeee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eeeeee transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eeeeee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eeeeee;
  border-width: 10px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}
.tox .tox-sidebar {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
.tox .tox-sidebar__pane-container {
  display: flex;
}
.tox .tox-sidebar__pane {
  display: flex;
}
.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
.tox .tox-sidebar--sliding-open {
  opacity: 1;
}
.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}
.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}
.tox .tox-toolbar-slider {
  align-items: center;
  display: inline-flex;
  height: 16px;
}
.tox .tox-toolbar-slider__input {
  appearance: none;
  background: #eeeeee;
  border-radius: 16px;
  width: 130px;
  height: 2px;
}
.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
  background-color: transparent;
  height: 16px;
}
.tox .tox-toolbar-slider__input::-moz-range-track {
  background-color: transparent;
  height: 16px;
}
.tox .tox-toolbar-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}
.tox .tox-toolbar-slider__input::-moz-range-thumb {
  appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}
.tox .tox-toolbar-slider__input:focus-visible {
  outline: none;
}
.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}
.tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}
.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
  background-color: #0060ce;
}
.tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
  background-color: #0060ce;
}
.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
  background-color: #0054b4;
}
.tox .tox-toolbar-slider__input:active::-moz-range-thumb {
  background-color: #0054b4;
}
.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.tox .tox-source-code {
  overflow: auto;
}
.tox .tox-spinner {
  display: flex;
}
.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes tam-bouncing-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.tox .tox-statusbar__help-text {
  text-align: center;
}
.tox .tox-statusbar__text-container {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  height: 16px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
    flex: 0 0 calc(100% / 3);
  }
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}
.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
@media only screen and (max-width: 767px) {
  .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}
.tox .tox-statusbar a:focus-visible::after,
.tox .tox-statusbar__path-item:focus-visible::after,
.tox .tox-statusbar__wordcount:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-statusbar a:focus-visible::after,
  .tox .tox-statusbar__path-item:focus-visible::after,
  .tox .tox-statusbar__wordcount:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1em;
  margin-left: 0.3em;
  width: auto;
}
@media (forced-colors: active) {
  .tox .tox-statusbar__branding svg {
    fill: currentColor;
  }
}
.tox .tox-statusbar__branding a {
  align-items: center;
  display: inline-flex;
}
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}
.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: calc(3px - 8px);
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-statusbar__resize-handle:hover svg,
.tox .tox-statusbar__resize-handle:focus svg {
  fill: #222f3e;
}
.tox .tox-statusbar__resize-handle:focus-visible {
  background-color: transparent;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px transparent;
}
.tox .tox-statusbar__resize-handle:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-statusbar__resize-handle:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__resize-handle:only-child {
  margin-left: auto;
}
.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}
.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-statusbar__branding svg {
  margin-left: 0;
  margin-right: 0.3em;
}
.tox .tox-throbber {
  z-index: 1299;
}
.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tox .tox-tbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  padding: 0;
  text-transform: none;
  width: 34px;
}
@media (forced-colors: active) {
  .tox .tox-tbtn:hover,
  .tox .tox-tbtn.tox-tbtn:hover {
    outline: 1px dashed currentColor;
  }
  .tox .tox-tbtn.tox-tbtn--active,
  .tox .tox-tbtn.tox-tbtn--enabled,
  .tox .tox-tbtn.tox-tbtn--enabled:hover,
  .tox .tox-tbtn.tox-tbtn--enabled:focus,
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    outline: 1px solid currentColor;
    position: relative;
  }
}
.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-tbtn svg {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg.tox-tbtn--enabled,
  .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg.tox-tbtn--disabled,
  .tox .tox-tbtn svg.tox-tbtn--disabled:hover,
  .tox .tox-tbtn svg .tox-tbtn:disabled,
  .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
    filter: contrast(0%);
  }
}
.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
.tox .tox-tbtn:focus {
  background: #fff;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.tox .tox-tbtn:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-tbtn:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--active,
.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover,
.tox .tox-tbtn--enabled:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
}
.tox .tox-tbtn--active > *,
.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > *,
.tox .tox-tbtn--enabled:focus > * {
  transform: none;
}
.tox .tox-tbtn--active svg,
.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg,
.tox .tox-tbtn--enabled:focus svg {
  fill: #222f3e;
}
.tox .tox-tbtn--active.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--enabled:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-tbtn--enabled:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active > * {
  transform: none;
}
.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}
.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}
.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-label--context-toolbar {
  margin: 6px 1px 5px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.tox .tox-number-input {
  background: #f7f7f7;
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  position: relative;
  width: auto;
}
.tox .tox-number-input:focus {
  background: #f7f7f7;
}
.tox .tox-number-input:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper {
  display: flex;
  pointer-events: none;
  position: relative;
  text-align: center;
}
.tox .tox-number-input .tox-input-wrapper:focus {
  background-color: #f7f7f7;
  z-index: 1;
}
.tox .tox-number-input .tox-input-wrapper:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  position: relative;
  width: 60px;
}
.tox .tox-number-input input:hover {
  background: #f0f0f0;
  color: #222f3e;
}
.tox .tox-number-input input:focus {
  background-color: #f7f7f7;
}
.tox .tox-number-input input:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button {
  color: #222f3e;
  height: 28px;
  position: relative;
  text-align: center;
  width: 24px;
}
@media (forced-colors: active) {
  .tox .tox-number-input button:hover,
  .tox .tox-number-input button:focus,
  .tox .tox-number-input button:active {
    outline: 1px solid currentColor !important;
  }
}
.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}
@media (forced-colors: active) {
  .tox .tox-number-input button svg,
  .tox .tox-number-input button svg:active,
  .tox .tox-number-input button svg:hover {
    fill: currentColor !important;
  }
  .tox .tox-number-input button svg:disabled {
    filter: contrast(0);
  }
}
.tox .tox-number-input button:focus {
  background: #f7f7f7;
  z-index: 1;
}
.tox .tox-number-input button:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input button:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}
.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:active svg {
  fill: #222f3e;
}
.tox .tox-number-input button:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}
.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}
.tox .tox-number-input:focus:not(:active) > button,
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #f7f7f7;
}
.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}
.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}
.tox .tox-tbtn--bespoke:focus {
  background: #f7f7f7;
}
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
}
.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #f0f0f0 inset;
}
.tox .tox-split-button:focus {
  background: #fff;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-split-button:focus::after {
  pointer-events: none;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-split-button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-split-button > * {
  border-radius: 0;
}
.tox .tox-split-button > *:nth-child(1) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tox .tox-split-button > *:nth-child(2) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tox .tox-split-button__chevron {
  width: 16px;
}
.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  .tox .tox-split-button__chevron svg {
    fill: currentColor;
  }
}
.tox .tox-split-button .tox-tbtn {
  margin: 0;
}
.tox .tox-split-button:focus .tox-tbtn {
  background-color: transparent;
}
.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: #fff;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}
.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color {
  opacity: 0.3;
}
.tox .tox-toolbar-overlord {
  background-color: #fff;
}
.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}
.tox .tox-toolbar-overlord > .tox-toolbar,
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
.tox .tox-toolbar__overflow--shrinking {
  transition:
    opacity 0.3s ease,
    height 0.2s linear 0.1s,
    visibility 0s linear 0.3s;
}
.tox .tox-toolbar-overlord,
.tox .tox-anchorbar {
  grid-column: 1 / -1;
}
.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
@media (forced-colors: active) {
  .tox .tox-menubar + .tox-toolbar,
  .tox .tox-menubar + .tox-toolbar-overlord {
    outline: 1px solid currentColor;
  }
}
.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-pop .tox-toolbar {
  border-width: 0;
}
.tox .tox-toolbar--no-divider {
  background-image: none;
}
.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}
.tox .tox-editor-header > .tox-toolbar--scrolling,
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}
.tox .tox-focusable-wrapper {
  border: 1px solid transparent;
  margin-right: 2px;
  pointer-events: none;
}
.tox .tox-focusable-wrapper .tox-textfield-size {
  pointer-events: all;
}
.tox .tox-focusable-wrapper:focus {
  background-color: #f7f7f7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
}
.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}
@media (forced-colors: active) {
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
    border: solid;
  }
}
.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}
.tox-context-form__group {
  display: flex;
  align-items: center;
}
.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}
.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox .tox-tooltip {
  display: inline-block;
  max-width: 15em;
  padding: 8px;
  pointer-events: none;
  position: relative;
  width: max-content;
  z-index: 1150;
}
.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 4px 6px;
  text-transform: none;
}
@media (forced-colors: active) {
  .tox .tox-tooltip__body {
    outline: outset 1px;
  }
}
.tox .tox-tooltip__arrow {
  position: absolute;
}
.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tree {
  display: flex;
  flex-direction: column;
}
.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}
.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
}
.tox .tox-tree .tox-trbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn--disabled,
.tox .tox-tree .tox-trbtn--disabled:hover,
.tox .tox-tree .tox-trbtn:disabled,
.tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tree .tox-trbtn--disabled svg,
.tox .tox-tree .tox-trbtn--disabled:hover svg,
.tox .tox-tree .tox-trbtn:disabled svg,
.tox .tox-tree .tox-trbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tree .tox-trbtn--enabled,
.tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn--enabled > *,
.tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--enabled svg,
.tox .tox-tree .tox-trbtn--enabled:hover svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}
.tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-icon-custom-state {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}
.tox .tox-revisionhistory__pane {
  padding: 0 !important;
}
.tox .tox-revisionhistory__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tox .tox-revisionhistory {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex: 1;
  height: 100%;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.tox .tox-revisionhistory--align-right {
  margin-left: auto;
}
.tox .tox-revisionhistory__iframe {
  flex: 1;
}
.tox .tox-revisionhistory__sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 248px;
  width: 316px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  color: #222f3e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
  background-color: #f0f0f0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 10px 12px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
  height: 100%;
  position: relative;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 12px;
  padding: 12px;
  width: 100%;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
  position: relative;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #006ce7;
  box-shadow: 0 0 0 2px #006ce7 !important;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
  background-color: #fff5cc;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  position: relative;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #e3b82a;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #e3b82a;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
  font-size: 16px;
  line-height: 24px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  height: 36px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
  color: rgba(34, 47, 62, 0.7);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 5.5px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
  color: #222f3e;
  height: 24px;
}
.tox .tox-view-wrap,
.tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 10px 2px 10px;
  position: relative;
}
.tox .tox-view__label {
  color: #222f3e;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}
.tox .tox-view__label--normal {
  font-size: 16px;
}
.tox .tox-view__label--large {
  font-size: 20px;
}
.tox .tox-view--mobile.tox-view__header,
.tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}
.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 10px 10px 2px 10px;
}
.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.tox .tox-view__header-start,
.tox .tox-view__header-end {
  display: flex;
}
.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  position: relative;
  width: 100%;
}
.tox .tox-view__pane_panel {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
.tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}
.tox .tox-well {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}
.tox .tox-well > *:first-child {
  margin-top: 0;
}
.tox .tox-well > *:last-child {
  margin-bottom: 0;
}
.tox .tox-well > *:only-child {
  margin: 0;
}
.tox .tox-custom-editor {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.tox {
}
.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.tox .tox-tab {
  cursor: pointer;
}
.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

/* node_modules/ui-select/dist/select.css */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
}
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
.selectize-control.single > .selectize-input > input {
  width: 100%;
}
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}
.selectize-control > .selectize-dropdown {
  width: 100%;
}
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}
.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/* src/styles.scss */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --tw-font-sans: Inter, sans-serif;
    --tw-font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --tw-color-red-50: oklch(97.1% 0.013 17.38);
    --tw-color-red-100: oklch(93.6% 0.032 17.717);
    --tw-color-red-300: oklch(80.8% 0.114 19.571);
    --tw-color-red-400: oklch(70.4% 0.191 22.216);
    --tw-color-red-500: oklch(63.7% 0.237 25.331);
    --tw-color-red-600: oklch(57.7% 0.245 27.325);
    --tw-color-red-700: oklch(50.5% 0.213 27.518);
    --tw-color-red-800: oklch(44.4% 0.177 26.899);
    --tw-color-red-900: oklch(39.6% 0.141 25.723);
    --tw-color-orange-50: oklch(98% 0.016 73.684);
    --tw-color-orange-100: oklch(95.4% 0.038 75.164);
    --tw-color-orange-300: oklch(83.7% 0.128 66.29);
    --tw-color-orange-400: oklch(75% 0.183 55.934);
    --tw-color-orange-500: oklch(70.5% 0.213 47.604);
    --tw-color-orange-600: oklch(64.6% 0.222 41.116);
    --tw-color-orange-700: oklch(55.3% 0.195 38.402);
    --tw-color-orange-800: oklch(47% 0.157 37.304);
    --tw-color-green-100: oklch(96.2% 0.044 156.743);
    --tw-color-green-200: oklch(92.5% 0.084 155.995);
    --tw-color-green-300: oklch(87.1% 0.15 154.449);
    --tw-color-green-400: oklch(79.2% 0.209 151.711);
    --tw-color-green-500: oklch(72.3% 0.219 149.579);
    --tw-color-green-600: oklch(62.7% 0.194 149.214);
    --tw-color-green-700: oklch(52.7% 0.154 150.069);
    --tw-color-green-800: oklch(44.8% 0.119 151.328);
    --tw-color-blue-50: oklch(97% 0.014 254.604);
    --tw-color-blue-100: oklch(93.2% 0.032 255.585);
    --tw-color-blue-300: oklch(80.9% 0.105 251.813);
    --tw-color-blue-400: oklch(70.7% 0.165 254.624);
    --tw-color-blue-500: oklch(62.3% 0.214 259.815);
    --tw-color-blue-600: oklch(54.6% 0.245 262.881);
    --tw-color-blue-700: oklch(48.8% 0.243 264.376);
    --tw-color-blue-800: oklch(42.4% 0.199 265.638);
    --tw-color-purple-50: oklch(97.7% 0.014 308.299);
    --tw-color-purple-200: oklch(90.2% 0.063 306.703);
    --tw-color-purple-300: oklch(82.7% 0.119 306.383);
    --tw-color-purple-400: oklch(71.4% 0.203 305.504);
    --tw-color-purple-500: oklch(62.7% 0.265 303.9);
    --tw-color-purple-600: oklch(55.8% 0.288 302.321);
    --tw-color-purple-700: oklch(49.6% 0.265 301.924);
    --tw-color-rose-50: oklch(96.9% 0.015 12.422);
    --tw-color-rose-600: oklch(58.6% 0.253 17.585);
    --tw-color-slate-100: oklch(96.8% 0.007 247.896);
    --tw-color-gray-50: oklch(98.5% 0.002 247.839);
    --tw-color-gray-100: oklch(96.7% 0.003 264.542);
    --tw-color-gray-200: oklch(92.8% 0.006 264.531);
    --tw-color-gray-300: oklch(87.2% 0.01 258.338);
    --tw-color-gray-400: oklch(70.7% 0.022 261.325);
    --tw-color-gray-500: oklch(55.1% 0.027 264.364);
    --tw-color-gray-600: oklch(44.6% 0.03 256.802);
    --tw-color-gray-700: oklch(37.3% 0.034 259.733);
    --tw-color-gray-800: oklch(27.8% 0.033 256.848);
    --tw-color-gray-900: oklch(21% 0.034 264.665);
    --tw-color-zinc-500: oklch(55.2% 0.016 285.938);
    --tw-color-neutral-600: oklch(43.9% 0 0);
    --tw-color-stone-50: oklch(98.5% 0.001 106.423);
    --tw-color-stone-100: oklch(97% 0.001 106.424);
    --tw-color-stone-200: oklch(92.3% 0.003 48.717);
    --tw-color-stone-500: oklch(55.3% 0.013 58.071);
    --tw-color-stone-600: oklch(44.4% 0.011 73.639);
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-container-sm: 24rem;
    --tw-container-md: 28rem;
    --tw-container-lg: 32rem;
    --tw-container-xl: 36rem;
    --tw-container-2xl: 42rem;
    --tw-container-4xl: 56rem;
    --tw-container-5xl: 64rem;
    --tw-container-7xl: 80rem;
    --tw-text-xs: 0.75rem;
    --tw-text-xs--line-height: calc(1 / 0.75);
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-base: 1rem;
    --tw-text-base--line-height: calc(1.5 / 1);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-text-3xl: 1.875rem;
    --tw-text-3xl--line-height: calc(2.25 / 1.875);
    --tw-text-4xl: 2.25rem;
    --tw-text-4xl--line-height: calc(2.5 / 2.25);
    --tw-font-weight-light: 300;
    --tw-font-weight-normal: 400;
    --tw-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-leading-relaxed: 1.625;
    --tw-radius-sm: 0.25rem;
    --tw-radius-md: 0.375rem;
    --tw-radius-lg: 0.5rem;
    --tw-radius-xl: 0.75rem;
    --tw-radius-2xl: 1rem;
    --tw-radius-3xl: 1.5rem;
    --tw-ease-in: cubic-bezier(0.4, 0, 1, 1);
    --tw-ease-out: cubic-bezier(0, 0, 0.2, 1);
    --tw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --tw-animate-bounce: bounce 1s infinite;
    --tw-blur-xs: 4px;
    --tw-aspect-video: 16 / 9;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
    --tw-animate-sparkle: sparkle 6s cubic-bezier(0.5, 1.5, .6, -0.5) infinite;
    --tw-aspect-cinema: 23/9;
    --tw-aspect-double: 2/1;
    --tw-aspect-photo: 4/3;
    --tw-color-marianne: #007CB0;
    --tw-color-noty-green: #65d5c5;
    --tw-color-septeo-blue-500: #8288A1;
    --tw-color-septeo-blue-700: #586081;
    --tw-color-septeo-blue-800: #434C72;
    --tw-color-septeo-blue-900: #2E3862;
    --tw-text-2xs: .625rem;
    --tw-text-2xs--line-height: .75rem;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
       {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .tw\:\@container {
    container-type: inline-size;
  }
  .tw\:pointer-events-none {
    pointer-events: none;
  }
  .tw\:invisible {
    visibility: hidden;
  }
  .tw\:absolute {
    position: absolute;
  }
  .tw\:fixed {
    position: fixed;
  }
  .tw\:relative {
    position: relative;
  }
  .tw\:sticky {
    position: sticky;
  }
  .tw\:-inset-3 {
    inset: calc(var(--tw-spacing) * -3);
  }
  .tw\:inset-0 {
    inset: calc(var(--tw-spacing) * 0);
  }
  .tw\:inset-1\/2 {
    inset: calc(1/2 * 100%);
  }
  .tw\:inset-x-0 {
    inset-inline: calc(var(--tw-spacing) * 0);
  }
  .tw\:inset-y-0 {
    inset-block: calc(var(--tw-spacing) * 0);
  }
  .tw\:-top-1 {
    top: calc(var(--tw-spacing) * -1);
  }
  .tw\:-top-2 {
    top: calc(var(--tw-spacing) * -2);
  }
  .tw\:-top-10 {
    top: calc(var(--tw-spacing) * -10);
  }
  .tw\:top-0 {
    top: calc(var(--tw-spacing) * 0);
  }
  .tw\:top-1 {
    top: calc(var(--tw-spacing) * 1);
  }
  .tw\:top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .tw\:top-\[100\%\] {
    top: 100%;
  }
  .tw\:top-full {
    top: 100%;
  }
  .tw\:right-0 {
    right: calc(var(--tw-spacing) * 0);
  }
  .tw\:right-1 {
    right: calc(var(--tw-spacing) * 1);
  }
  .tw\:right-2 {
    right: calc(var(--tw-spacing) * 2);
  }
  .tw\:right-4 {
    right: calc(var(--tw-spacing) * 4);
  }
  .tw\:right-\[15px\] {
    right: 15px;
  }
  .tw\:bottom-0 {
    bottom: calc(var(--tw-spacing) * 0);
  }
  .tw\:bottom-1 {
    bottom: calc(var(--tw-spacing) * 1);
  }
  .tw\:left-0 {
    left: calc(var(--tw-spacing) * 0);
  }
  .tw\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .tw\:left-28 {
    left: calc(var(--tw-spacing) * 28);
  }
  .tw\:z-1 {
    z-index: 1;
  }
  .tw\:z-10 {
    z-index: 10;
  }
  .tw\:z-30 {
    z-index: 30;
  }
  .tw\:z-50 {
    z-index: 50;
  }
  .tw\:z-100 {
    z-index: 100;
  }
  .tw\:z-\[500\] {
    z-index: 500;
  }
  .tw\:z-\[1400\] {
    z-index: 1400;
  }
  .tw\:z-\[9999\] {
    z-index: 9999;
  }
  .tw\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .tw\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .tw\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .tw\:col-start-2 {
    grid-column-start: 2;
  }
  .tw\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .tw\:float-left {
    float: left;
  }
  .tw\:float-right {
    float: right;
  }
  .tw\:\!m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:m-0 {
    margin: calc(var(--tw-spacing) * 0);
  }
  .tw\:m-2 {
    margin: calc(var(--tw-spacing) * 2);
  }
  .tw\:m-6 {
    margin: calc(var(--tw-spacing) * 6);
  }
  .tw\:m-8 {
    margin: calc(var(--tw-spacing) * 8);
  }
  .tw\:m-auto {
    margin: auto;
  }
  .tw\:m-px {
    margin: 1px;
  }
  .tw\:\!mx-6 {
    margin-inline: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:-mx-\[15px\] {
    margin-inline: calc(15px * -1);
  }
  .tw\:mx-2 {
    margin-inline: calc(var(--tw-spacing) * 2);
  }
  .tw\:mx-4 {
    margin-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:mx-6 {
    margin-inline: calc(var(--tw-spacing) * 6);
  }
  .tw\:mx-24 {
    margin-inline: calc(var(--tw-spacing) * 24);
  }
  .tw\:mx-\[17\%\] {
    margin-inline: 17%;
  }
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:-my-4 {
    margin-block: calc(var(--tw-spacing) * -4);
  }
  .tw\:my-1 {
    margin-block: calc(var(--tw-spacing) * 1);
  }
  .tw\:my-2 {
    margin-block: calc(var(--tw-spacing) * 2);
  }
  .tw\:my-4 {
    margin-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:my-8 {
    margin-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:-mt-12 {
    margin-top: calc(var(--tw-spacing) * -12);
  }
  .tw\:-mt-\[15\%\] {
    margin-top: calc(15% * -1);
  }
  .tw\:mt-0 {
    margin-top: calc(var(--tw-spacing) * 0);
  }
  .tw\:mt-1 {
    margin-top: calc(var(--tw-spacing) * 1);
  }
  .tw\:mt-2 {
    margin-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:mt-3 {
    margin-top: calc(var(--tw-spacing) * 3);
  }
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:mt-5 {
    margin-top: calc(var(--tw-spacing) * 5);
  }
  .tw\:mt-6 {
    margin-top: calc(var(--tw-spacing) * 6);
  }
  .tw\:mt-8 {
    margin-top: calc(var(--tw-spacing) * 8);
  }
  .tw\:mt-10 {
    margin-top: calc(var(--tw-spacing) * 10);
  }
  .tw\:mt-12 {
    margin-top: calc(var(--tw-spacing) * 12);
  }
  .tw\:mt-px {
    margin-top: 1px;
  }
  .tw\:\!mr-8 {
    margin-right: calc(var(--tw-spacing) * 8) !important;
  }
  .tw\:mr-1 {
    margin-right: calc(var(--tw-spacing) * 1);
  }
  .tw\:mr-2 {
    margin-right: calc(var(--tw-spacing) * 2);
  }
  .tw\:mr-3 {
    margin-right: calc(var(--tw-spacing) * 3);
  }
  .tw\:mr-4 {
    margin-right: calc(var(--tw-spacing) * 4);
  }
  .tw\:mr-8 {
    margin-right: calc(var(--tw-spacing) * 8);
  }
  .tw\:mr-10 {
    margin-right: calc(var(--tw-spacing) * 10);
  }
  .tw\:mr-auto {
    margin-right: auto;
  }
  .tw\:\!mb-0 {
    margin-bottom: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:\!mb-12 {
    margin-bottom: calc(var(--tw-spacing) * 12) !important;
  }
  .tw\:-mb-\[3px\] {
    margin-bottom: calc(3px * -1);
  }
  .tw\:mb-1 {
    margin-bottom: calc(var(--tw-spacing) * 1);
  }
  .tw\:mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:mb-5 {
    margin-bottom: calc(var(--tw-spacing) * 5);
  }
  .tw\:mb-8 {
    margin-bottom: calc(var(--tw-spacing) * 8);
  }
  .tw\:mb-10 {
    margin-bottom: calc(var(--tw-spacing) * 10);
  }
  .tw\:mb-16 {
    margin-bottom: calc(var(--tw-spacing) * 16);
  }
  .tw\:ml-1 {
    margin-left: calc(var(--tw-spacing) * 1);
  }
  .tw\:ml-2 {
    margin-left: calc(var(--tw-spacing) * 2);
  }
  .tw\:ml-3 {
    margin-left: calc(var(--tw-spacing) * 3);
  }
  .tw\:ml-4 {
    margin-left: calc(var(--tw-spacing) * 4);
  }
  .tw\:ml-6 {
    margin-left: calc(var(--tw-spacing) * 6);
  }
  .tw\:ml-8 {
    margin-left: calc(var(--tw-spacing) * 8);
  }
  .tw\:ml-12 {
    margin-left: calc(var(--tw-spacing) * 12);
  }
  .tw\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .tw\:\!block {
    display: block !important;
  }
  .tw\:\!hidden {
    display: none !important;
  }
  .tw\:block {
    display: block;
  }
  .tw\:contents {
    display: contents;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:grid {
    display: grid;
  }
  .tw\:hidden {
    display: none;
  }
  .tw\:inline {
    display: inline;
  }
  .tw\:inline-block {
    display: inline-block;
  }
  .tw\:inline-flex {
    display: inline-flex;
  }
  .tw\:aspect-cinema {
    aspect-ratio: var(--tw-aspect-cinema);
  }
  .tw\:aspect-double {
    aspect-ratio: var(--tw-aspect-double);
  }
  .tw\:aspect-photo {
    aspect-ratio: var(--tw-aspect-photo);
  }
  .tw\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .tw\:aspect-video {
    aspect-ratio: var(--tw-aspect-video);
  }
  .tw\:h-0 {
    height: calc(var(--tw-spacing) * 0);
  }
  .tw\:h-1 {
    height: calc(var(--tw-spacing) * 1);
  }
  .tw\:h-1\/3 {
    height: calc(1/3 * 100%);
  }
  .tw\:h-2 {
    height: calc(var(--tw-spacing) * 2);
  }
  .tw\:h-4 {
    height: calc(var(--tw-spacing) * 4);
  }
  .tw\:h-5 {
    height: calc(var(--tw-spacing) * 5);
  }
  .tw\:h-5\/6 {
    height: calc(5/6 * 100%);
  }
  .tw\:h-6 {
    height: calc(var(--tw-spacing) * 6);
  }
  .tw\:h-7 {
    height: calc(var(--tw-spacing) * 7);
  }
  .tw\:h-8 {
    height: calc(var(--tw-spacing) * 8);
  }
  .tw\:h-10 {
    height: calc(var(--tw-spacing) * 10);
  }
  .tw\:h-12 {
    height: calc(var(--tw-spacing) * 12);
  }
  .tw\:h-14 {
    height: calc(var(--tw-spacing) * 14);
  }
  .tw\:h-16 {
    height: calc(var(--tw-spacing) * 16);
  }
  .tw\:h-20 {
    height: calc(var(--tw-spacing) * 20);
  }
  .tw\:h-24 {
    height: calc(var(--tw-spacing) * 24);
  }
  .tw\:h-28 {
    height: calc(var(--tw-spacing) * 28);
  }
  .tw\:h-40 {
    height: calc(var(--tw-spacing) * 40);
  }
  .tw\:h-44 {
    height: calc(var(--tw-spacing) * 44);
  }
  .tw\:h-56 {
    height: calc(var(--tw-spacing) * 56);
  }
  .tw\:h-80 {
    height: calc(var(--tw-spacing) * 80);
  }
  .tw\:h-\[4\.75rem\] {
    height: 4.75rem;
  }
  .tw\:h-\[11px\] {
    height: 11px;
  }
  .tw\:h-\[12px\] {
    height: 12px;
  }
  .tw\:h-\[14px\] {
    height: 14px;
  }
  .tw\:h-\[16px\] {
    height: 16px;
  }
  .tw\:h-\[17px\] {
    height: 17px;
  }
  .tw\:h-\[20px\] {
    height: 20px;
  }
  .tw\:h-\[23px\] {
    height: 23px;
  }
  .tw\:h-\[25rem\] {
    height: 25rem;
  }
  .tw\:h-\[28rem\] {
    height: 28rem;
  }
  .tw\:h-\[50rem\] {
    height: 50rem;
  }
  .tw\:h-\[51px\] {
    height: 51px;
  }
  .tw\:h-\[70vh\] {
    height: 70vh;
  }
  .tw\:h-\[80\%\] {
    height: 80%;
  }
  .tw\:h-\[100vh\] {
    height: 100vh;
  }
  .tw\:h-\[calc\(100\%_\+_2rem\)\] {
    height: calc(100% + 2rem);
  }
  .tw\:h-\[calc\(100\%_-_2rem\)\] {
    height: calc(100% - 2rem);
  }
  .tw\:h-\[calc\(100\%_-_3rem\)\] {
    height: calc(100% - 3rem);
  }
  .tw\:h-\[calc\(100\%_-_5px\)\] {
    height: calc(100% - 5px);
  }
  .tw\:h-\[calc\(100\%_-_62px\)\] {
    height: calc(100% - 62px);
  }
  .tw\:h-\[calc\(100\%_-_70px\)\] {
    height: calc(100% - 70px);
  }
  .tw\:h-full {
    height: 100%;
  }
  .tw\:h-px {
    height: 1px;
  }
  .tw\:max-h-\[60vh\] {
    max-height: 60vh;
  }
  .tw\:min-h-0 {
    min-height: calc(var(--tw-spacing) * 0);
  }
  .tw\:min-h-8 {
    min-height: calc(var(--tw-spacing) * 8);
  }
  .tw\:min-h-12 {
    min-height: calc(var(--tw-spacing) * 12);
  }
  .tw\:min-h-16 {
    min-height: calc(var(--tw-spacing) * 16);
  }
  .tw\:min-h-80 {
    min-height: calc(var(--tw-spacing) * 80);
  }
  .tw\:min-h-\[6rem\] {
    min-height: 6rem;
  }
  .tw\:min-h-\[7rem\] {
    min-height: 7rem;
  }
  .tw\:min-h-full {
    min-height: 100%;
  }
  .tw\:min-h-screen {
    min-height: 100vh;
  }
  .tw\:w-0 {
    width: calc(var(--tw-spacing) * 0);
  }
  .tw\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .tw\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .tw\:w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .tw\:w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .tw\:w-1\/6 {
    width: calc(1/6 * 100%);
  }
  .tw\:w-2 {
    width: calc(var(--tw-spacing) * 2);
  }
  .tw\:w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .tw\:w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .tw\:w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .tw\:w-4 {
    width: calc(var(--tw-spacing) * 4);
  }
  .tw\:w-5 {
    width: calc(var(--tw-spacing) * 5);
  }
  .tw\:w-6 {
    width: calc(var(--tw-spacing) * 6);
  }
  .tw\:w-8 {
    width: calc(var(--tw-spacing) * 8);
  }
  .tw\:w-10 {
    width: calc(var(--tw-spacing) * 10);
  }
  .tw\:w-12 {
    width: calc(var(--tw-spacing) * 12);
  }
  .tw\:w-14 {
    width: calc(var(--tw-spacing) * 14);
  }
  .tw\:w-16 {
    width: calc(var(--tw-spacing) * 16);
  }
  .tw\:w-20 {
    width: calc(var(--tw-spacing) * 20);
  }
  .tw\:w-24 {
    width: calc(var(--tw-spacing) * 24);
  }
  .tw\:w-28 {
    width: calc(var(--tw-spacing) * 28);
  }
  .tw\:w-32 {
    width: calc(var(--tw-spacing) * 32);
  }
  .tw\:w-36 {
    width: calc(var(--tw-spacing) * 36);
  }
  .tw\:w-40 {
    width: calc(var(--tw-spacing) * 40);
  }
  .tw\:w-48 {
    width: calc(var(--tw-spacing) * 48);
  }
  .tw\:w-56 {
    width: calc(var(--tw-spacing) * 56);
  }
  .tw\:w-60 {
    width: calc(var(--tw-spacing) * 60);
  }
  .tw\:w-80 {
    width: calc(var(--tw-spacing) * 80);
  }
  .tw\:w-\[5\.5rem\] {
    width: 5.5rem;
  }
  .tw\:w-\[7\.75rem\] {
    width: 7.75rem;
  }
  .tw\:w-\[22rem\] {
    width: 22rem;
  }
  .tw\:w-\[25px\] {
    width: 25px;
  }
  .tw\:w-\[35rem\] {
    width: 35rem;
  }
  .tw\:w-\[80vw\] {
    width: 80vw;
  }
  .tw\:w-\[90vw\] {
    width: 90vw;
  }
  .tw\:w-\[calc\(100\%_-_1rem\)\] {
    width: calc(100% - 1rem);
  }
  .tw\:w-\[calc\(100\%_-_68px_-_1rem\)\] {
    width: calc(100% - 68px - 1rem);
  }
  .tw\:w-\[calc\(100vw_-_2rem\)\] {
    width: calc(100vw - 2rem);
  }
  .tw\:w-fit {
    width: fit-content;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:w-max {
    width: max-content;
  }
  .tw\:w-min {
    width: min-content;
  }
  .tw\:w-px {
    width: 1px;
  }
  .tw\:max-w-2xl {
    max-width: var(--tw-container-2xl);
  }
  .tw\:max-w-4xl {
    max-width: var(--tw-container-4xl);
  }
  .tw\:max-w-5xl {
    max-width: var(--tw-container-5xl);
  }
  .tw\:max-w-7xl {
    max-width: var(--tw-container-7xl);
  }
  .tw\:max-w-\[6rem\] {
    max-width: 6rem;
  }
  .tw\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  .tw\:max-w-\[21rem\] {
    max-width: 21rem;
  }
  .tw\:max-w-\[40rem\] {
    max-width: 40rem;
  }
  .tw\:max-w-\[41rem\] {
    max-width: 41rem;
  }
  .tw\:max-w-\[45rem\] {
    max-width: 45rem;
  }
  .tw\:max-w-\[50rem\] {
    max-width: 50rem;
  }
  .tw\:max-w-\[80rem\] {
    max-width: 80rem;
  }
  .tw\:max-w-\[400px\] {
    max-width: 400px;
  }
  .tw\:max-w-\[680px\] {
    max-width: 680px;
  }
  .tw\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .tw\:max-w-full {
    max-width: 100%;
  }
  .tw\:max-w-lg {
    max-width: var(--tw-container-lg);
  }
  .tw\:max-w-none {
    max-width: none;
  }
  .tw\:max-w-sm {
    max-width: var(--tw-container-sm);
  }
  .tw\:min-w-8 {
    min-width: calc(var(--tw-spacing) * 8);
  }
  .tw\:min-w-\[3rem\] {
    min-width: 3rem;
  }
  .tw\:min-w-\[6rem\] {
    min-width: 6rem;
  }
  .tw\:min-w-\[10rem\] {
    min-width: 10rem;
  }
  .tw\:min-w-\[20rem\] {
    min-width: 20rem;
  }
  .tw\:min-w-\[80vw\] {
    min-width: 80vw;
  }
  .tw\:min-w-full {
    min-width: 100%;
  }
  .tw\:min-w-max {
    min-width: max-content;
  }
  .tw\:flex-1 {
    flex: 1;
  }
  .tw\:flex-auto {
    flex: auto;
  }
  .tw\:shrink-0 {
    flex-shrink: 0;
  }
  .tw\:table-fixed {
    table-layout: fixed;
  }
  .tw\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:translate-x-0 {
    --tw-translate-x: calc(var(--tw-spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:translate-x-6 {
    --tw-translate-x: calc(var(--tw-spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tw\:-rotate-25 {
    rotate: calc(25deg * -1);
  }
  .tw\:transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .tw\:animate-pulse {
    animation: var(--tw-animate-pulse);
  }
  .tw\:animate-sparkle {
    animation: var(--tw-animate-sparkle);
  }
  .tw\:cursor-default {
    cursor: default;
  }
  .tw\:cursor-ns-resize {
    cursor: ns-resize;
  }
  .tw\:cursor-pointer {
    cursor: pointer;
  }
  .tw\:\!list-inside {
    list-style-position: inside !important;
  }
  .tw\:\!list-disc {
    list-style-type: disc !important;
  }
  .tw\:list-decimal {
    list-style-type: decimal;
  }
  .tw\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  .tw\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .tw\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .tw\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tw\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tw\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:flex-row {
    flex-direction: row;
  }
  .tw\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .tw\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap;
  }
  .tw\:content-center {
    align-content: center;
  }
  .tw\:items-baseline {
    align-items: baseline;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:items-end {
    align-items: flex-end;
  }
  .tw\:items-start {
    align-items: flex-start;
  }
  .tw\:justify-between {
    justify-content: space-between;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:justify-end {
    justify-content: flex-end;
  }
  .tw\:justify-evenly {
    justify-content: space-evenly;
  }
  .tw\:gap-1 {
    gap: calc(var(--tw-spacing) * 1);
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-5 {
    gap: calc(var(--tw-spacing) * 5);
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:gap-12 {
    gap: calc(var(--tw-spacing) * 12);
  }
  .tw\:gap-x-3 {
    column-gap: calc(var(--tw-spacing) * 3);
  }
  :where(.tw\:-space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * -2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-0 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 0) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.tw\:space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--tw-spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--tw-spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }
  .tw\:gap-y-4 {
    row-gap: calc(var(--tw-spacing) * 4);
  }
  .tw\:gap-y-24 {
    row-gap: calc(var(--tw-spacing) * 24);
  }
  :where(.tw\:divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  :where(.tw\:divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.tw\:divide-y-2 > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.tw\:divide-solid > :not(:last-child)) {
    --tw-border-style: solid;
    border-style: solid;
  }
  :where(.tw\:divide-gray-200 > :not(:last-child)) {
    border-color: var(--tw-color-gray-200);
  }
  :where(.tw\:divide-septeo-blue-900 > :not(:last-child)) {
    border-color: var(--tw-color-septeo-blue-900);
  }
  .tw\:self-center {
    align-self: center;
  }
  .tw\:self-end {
    align-self: flex-end;
  }
  .tw\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tw\:overflow-auto {
    overflow: auto;
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .tw\:overflow-y-auto {
    overflow-y: auto;
  }
  .tw\:rounded-2xl {
    border-radius: var(--tw-radius-2xl);
  }
  .tw\:rounded-3xl {
    border-radius: var(--tw-radius-3xl);
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg);
  }
  .tw\:rounded-md {
    border-radius: var(--tw-radius-md);
  }
  .tw\:rounded-none {
    border-radius: 0;
  }
  .tw\:rounded-sm {
    border-radius: var(--tw-radius-sm);
  }
  .tw\:rounded-xl {
    border-radius: var(--tw-radius-xl);
  }
  .tw\:rounded-l-md {
    border-top-left-radius: var(--tw-radius-md);
    border-bottom-left-radius: var(--tw-radius-md);
  }
  .tw\:rounded-r-md {
    border-top-right-radius: var(--tw-radius-md);
    border-bottom-right-radius: var(--tw-radius-md);
  }
  .tw\:rounded-b-lg {
    border-bottom-right-radius: var(--tw-radius-lg);
    border-bottom-left-radius: var(--tw-radius-lg);
  }
  .tw\:rounded-b-md {
    border-bottom-right-radius: var(--tw-radius-md);
    border-bottom-left-radius: var(--tw-radius-md);
  }
  .tw\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .tw\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .tw\:border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .tw\:border-x-2 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 2px;
  }
  .tw\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .tw\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .tw\:border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .tw\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .tw\:border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .tw\:border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .tw\:border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .tw\:border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .tw\:\!border-noty-green {
    border-color: var(--tw-color-noty-green) !important;
  }
  .tw\:border-blue-50 {
    border-color: var(--tw-color-blue-50);
  }
  .tw\:border-blue-300 {
    border-color: var(--tw-color-blue-300);
  }
  .tw\:border-blue-500 {
    border-color: var(--tw-color-blue-500);
  }
  .tw\:border-gray-200 {
    border-color: var(--tw-color-gray-200);
  }
  .tw\:border-gray-300 {
    border-color: var(--tw-color-gray-300);
  }
  .tw\:border-green-300 {
    border-color: var(--tw-color-green-300);
  }
  .tw\:border-orange-300 {
    border-color: var(--tw-color-orange-300);
  }
  .tw\:border-purple-300 {
    border-color: var(--tw-color-purple-300);
  }
  .tw\:border-red-900 {
    border-color: var(--tw-color-red-900);
  }
  .tw\:border-septeo-blue-900 {
    border-color: var(--tw-color-septeo-blue-900);
  }
  .tw\:border-stone-200 {
    border-color: var(--tw-color-stone-200);
  }
  .tw\:border-transparent {
    border-color: transparent;
  }
  .tw\:border-b-transparent {
    border-bottom-color: transparent;
  }
  .tw\:bg-black {
    background-color: var(--tw-color-black);
  }
  .tw\:bg-black\/50 {
    background-color: var(--tw-color-black);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .tw\:bg-black\/50 {
      background-color: color-mix(in oklab, var(--tw-color-black) 50%, transparent);
    }
  }
  .tw\:bg-blue-50 {
    background-color: var(--tw-color-blue-50);
  }
  .tw\:bg-blue-100 {
    background-color: var(--tw-color-blue-100);
  }
  .tw\:bg-blue-500 {
    background-color: var(--tw-color-blue-500);
  }
  .tw\:bg-blue-600 {
    background-color: var(--tw-color-blue-600);
  }
  .tw\:bg-gray-50 {
    background-color: var(--tw-color-gray-50);
  }
  .tw\:bg-gray-100 {
    background-color: var(--tw-color-gray-100);
  }
  .tw\:bg-gray-200 {
    background-color: var(--tw-color-gray-200);
  }
  .tw\:bg-gray-500\/50 {
    background-color: var(--tw-color-gray-500);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .tw\:bg-gray-500\/50 {
      background-color: color-mix(in oklab, var(--tw-color-gray-500) 50%, transparent);
    }
  }
  .tw\:bg-green-100 {
    background-color: var(--tw-color-green-100);
  }
  .tw\:bg-marianne {
    background-color: var(--tw-color-marianne);
  }
  .tw\:bg-noty-green {
    background-color: var(--tw-color-noty-green);
  }
  .tw\:bg-orange-50 {
    background-color: var(--tw-color-orange-50);
  }
  .tw\:bg-orange-100 {
    background-color: var(--tw-color-orange-100);
  }
  .tw\:bg-orange-400 {
    background-color: var(--tw-color-orange-400);
  }
  .tw\:bg-purple-200 {
    background-color: var(--tw-color-purple-200);
  }
  .tw\:bg-red-50 {
    background-color: var(--tw-color-red-50);
  }
  .tw\:bg-red-100 {
    background-color: var(--tw-color-red-100);
  }
  .tw\:bg-red-600 {
    background-color: var(--tw-color-red-600);
  }
  .tw\:bg-red-700 {
    background-color: var(--tw-color-red-700);
  }
  .tw\:bg-red-900 {
    background-color: var(--tw-color-red-900);
  }
  .tw\:bg-rose-50 {
    background-color: var(--tw-color-rose-50);
  }
  .tw\:bg-septeo-blue-700 {
    background-color: var(--tw-color-septeo-blue-700);
  }
  .tw\:bg-septeo-blue-800 {
    background-color: var(--tw-color-septeo-blue-800);
  }
  .tw\:bg-septeo-blue-900 {
    background-color: var(--tw-color-septeo-blue-900);
  }
  .tw\:bg-stone-50 {
    background-color: var(--tw-color-stone-50);
  }
  .tw\:bg-stone-200 {
    background-color: var(--tw-color-stone-200);
  }
  .tw\:bg-stone-600 {
    background-color: var(--tw-color-stone-600);
  }
  .tw\:bg-transparent {
    background-color: transparent;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white);
  }
  .tw\:bg-\[url\(\'\/assets\/images\/ia-loading\.svg\'\)\] {
    background-image: url(/assets/images/ia-loading.svg);
  }
  .tw\:bg-cover {
    background-size: cover;
  }
  .tw\:object-contain {
    object-fit: contain;
  }
  .tw\:object-cover {
    object-fit: cover;
  }
  .tw\:object-fill {
    object-fit: fill;
  }
  .tw\:object-center {
    object-position: center;
  }
  .tw\:\!p-0 {
    padding: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:p-0 {
    padding: calc(var(--tw-spacing) * 0);
  }
  .tw\:p-2 {
    padding: calc(var(--tw-spacing) * 2);
  }
  .tw\:p-3 {
    padding: calc(var(--tw-spacing) * 3);
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4);
  }
  .tw\:p-6 {
    padding: calc(var(--tw-spacing) * 6);
  }
  .tw\:p-8 {
    padding: calc(var(--tw-spacing) * 8);
  }
  .tw\:p-16 {
    padding: calc(var(--tw-spacing) * 16);
  }
  .tw\:p-\[2\%\] {
    padding: 2%;
  }
  .tw\:p-\[6\%\] {
    padding: 6%;
  }
  .tw\:px-1 {
    padding-inline: calc(var(--tw-spacing) * 1);
  }
  .tw\:px-2 {
    padding-inline: calc(var(--tw-spacing) * 2);
  }
  .tw\:px-3 {
    padding-inline: calc(var(--tw-spacing) * 3);
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:px-6 {
    padding-inline: calc(var(--tw-spacing) * 6);
  }
  .tw\:px-8 {
    padding-inline: calc(var(--tw-spacing) * 8);
  }
  .tw\:px-12 {
    padding-inline: calc(var(--tw-spacing) * 12);
  }
  .tw\:px-32 {
    padding-inline: calc(var(--tw-spacing) * 32);
  }
  .tw\:py-0 {
    padding-block: calc(var(--tw-spacing) * 0);
  }
  .tw\:py-0\.5 {
    padding-block: calc(var(--tw-spacing) * 0.5);
  }
  .tw\:py-1 {
    padding-block: calc(var(--tw-spacing) * 1);
  }
  .tw\:py-1\.5 {
    padding-block: calc(var(--tw-spacing) * 1.5);
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2);
  }
  .tw\:py-2\.5 {
    padding-block: calc(var(--tw-spacing) * 2.5);
  }
  .tw\:py-3 {
    padding-block: calc(var(--tw-spacing) * 3);
  }
  .tw\:py-4 {
    padding-block: calc(var(--tw-spacing) * 4);
  }
  .tw\:py-5 {
    padding-block: calc(var(--tw-spacing) * 5);
  }
  .tw\:py-6 {
    padding-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:py-8 {
    padding-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:py-12 {
    padding-block: calc(var(--tw-spacing) * 12);
  }
  .tw\:pt-1 {
    padding-top: calc(var(--tw-spacing) * 1);
  }
  .tw\:pt-2 {
    padding-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:pt-4 {
    padding-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:pt-6 {
    padding-top: calc(var(--tw-spacing) * 6);
  }
  .tw\:pt-8 {
    padding-top: calc(var(--tw-spacing) * 8);
  }
  .tw\:pt-24 {
    padding-top: calc(var(--tw-spacing) * 24);
  }
  .tw\:pt-px {
    padding-top: 1px;
  }
  .tw\:pr-0 {
    padding-right: calc(var(--tw-spacing) * 0);
  }
  .tw\:pr-1 {
    padding-right: calc(var(--tw-spacing) * 1);
  }
  .tw\:pr-2 {
    padding-right: calc(var(--tw-spacing) * 2);
  }
  .tw\:pr-4 {
    padding-right: calc(var(--tw-spacing) * 4);
  }
  .tw\:pr-8 {
    padding-right: calc(var(--tw-spacing) * 8);
  }
  .tw\:pr-12 {
    padding-right: calc(var(--tw-spacing) * 12);
  }
  .tw\:pr-\[5\.5rem\] {
    padding-right: 5.5rem;
  }
  .tw\:pr-\[100px\] {
    padding-right: 100px;
  }
  .tw\:pb-1 {
    padding-bottom: calc(var(--tw-spacing) * 1);
  }
  .tw\:pb-2 {
    padding-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:pb-4 {
    padding-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:pb-6 {
    padding-bottom: calc(var(--tw-spacing) * 6);
  }
  .tw\:pb-8 {
    padding-bottom: calc(var(--tw-spacing) * 8);
  }
  .tw\:pb-32 {
    padding-bottom: calc(var(--tw-spacing) * 32);
  }
  .tw\:pb-40 {
    padding-bottom: calc(var(--tw-spacing) * 40);
  }
  .tw\:pl-1 {
    padding-left: calc(var(--tw-spacing) * 1);
  }
  .tw\:pl-2 {
    padding-left: calc(var(--tw-spacing) * 2);
  }
  .tw\:pl-3 {
    padding-left: calc(var(--tw-spacing) * 3);
  }
  .tw\:pl-4 {
    padding-left: calc(var(--tw-spacing) * 4);
  }
  .tw\:pl-12 {
    padding-left: calc(var(--tw-spacing) * 12);
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:text-justify {
    text-align: justify;
  }
  .tw\:text-left {
    text-align: left;
  }
  .tw\:text-right {
    text-align: right;
  }
  .tw\:align-\[-1px\] {
    vertical-align: -1px;
  }
  .tw\:align-baseline {
    vertical-align: baseline;
  }
  .tw\:font-sans {
    font-family: var(--tw-font-sans);
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  }
  .tw\:text-2xs {
    font-size: var(--tw-text-2xs);
    line-height: var(--tw-leading, var(--tw-text-2xs--line-height));
  }
  .tw\:text-3xl {
    font-size: var(--tw-text-3xl);
    line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
  }
  .tw\:text-base {
    font-size: var(--tw-text-base);
    line-height: var(--tw-leading, var(--tw-text-base--line-height));
  }
  .tw\:text-lg {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
  }
  .tw\:text-size-inherit {
    font-size: inherit;
    line-height: inherit;
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
  .tw\:text-sm\/6 {
    font-size: var(--tw-text-sm);
    line-height: calc(var(--tw-spacing) * 6);
  }
  .tw\:text-xl {
    font-size: var(--tw-text-xl);
    line-height: var(--tw-leading, var(--tw-text-xl--line-height));
  }
  .tw\:text-xs {
    font-size: var(--tw-text-xs);
    line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  }
  .tw\:text-\[100\%\] {
    font-size: 100%;
  }
  .tw\:leading-4 {
    --tw-leading: calc(var(--tw-spacing) * 4);
    line-height: calc(var(--tw-spacing) * 4);
  }
  .tw\:leading-6 {
    --tw-leading: calc(var(--tw-spacing) * 6);
    line-height: calc(var(--tw-spacing) * 6);
  }
  .tw\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .tw\:leading-relaxed {
    --tw-leading: var(--tw-leading-relaxed);
    line-height: var(--tw-leading-relaxed);
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:font-light {
    --tw-font-weight: var(--tw-font-weight-light);
    font-weight: var(--tw-font-weight-light);
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
  }
  .tw\:font-normal {
    --tw-font-weight: var(--tw-font-weight-normal);
    font-weight: var(--tw-font-weight-normal);
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tw\:\!text-orange-600 {
    color: var(--tw-color-orange-600) !important;
  }
  .tw\:text-blue-100 {
    color: var(--tw-color-blue-100);
  }
  .tw\:text-blue-500 {
    color: var(--tw-color-blue-500);
  }
  .tw\:text-blue-700 {
    color: var(--tw-color-blue-700);
  }
  .tw\:text-blue-800 {
    color: var(--tw-color-blue-800);
  }
  .tw\:text-gray-300 {
    color: var(--tw-color-gray-300);
  }
  .tw\:text-gray-400 {
    color: var(--tw-color-gray-400);
  }
  .tw\:text-gray-500 {
    color: var(--tw-color-gray-500);
  }
  .tw\:text-gray-600 {
    color: var(--tw-color-gray-600);
  }
  .tw\:text-gray-700 {
    color: var(--tw-color-gray-700);
  }
  .tw\:text-gray-800 {
    color: var(--tw-color-gray-800);
  }
  .tw\:text-gray-900 {
    color: var(--tw-color-gray-900);
  }
  .tw\:text-green-500 {
    color: var(--tw-color-green-500);
  }
  .tw\:text-green-700 {
    color: var(--tw-color-green-700);
  }
  .tw\:text-green-800 {
    color: var(--tw-color-green-800);
  }
  .tw\:text-inherit {
    color: inherit;
  }
  .tw\:text-neutral-600 {
    color: var(--tw-color-neutral-600);
  }
  .tw\:text-noty-green {
    color: var(--tw-color-noty-green);
  }
  .tw\:text-orange-300 {
    color: var(--tw-color-orange-300);
  }
  .tw\:text-orange-500 {
    color: var(--tw-color-orange-500);
  }
  .tw\:text-orange-600 {
    color: var(--tw-color-orange-600);
  }
  .tw\:text-orange-700 {
    color: var(--tw-color-orange-700);
  }
  .tw\:text-orange-800 {
    color: var(--tw-color-orange-800);
  }
  .tw\:text-purple-500 {
    color: var(--tw-color-purple-500);
  }
  .tw\:text-red-100 {
    color: var(--tw-color-red-100);
  }
  .tw\:text-red-400 {
    color: var(--tw-color-red-400);
  }
  .tw\:text-red-500 {
    color: var(--tw-color-red-500);
  }
  .tw\:text-red-600 {
    color: var(--tw-color-red-600);
  }
  .tw\:text-red-700 {
    color: var(--tw-color-red-700);
  }
  .tw\:text-red-800 {
    color: var(--tw-color-red-800);
  }
  .tw\:text-rose-600 {
    color: var(--tw-color-rose-600);
  }
  .tw\:text-septeo-blue-900 {
    color: var(--tw-color-septeo-blue-900);
  }
  .tw\:text-slate-100 {
    color: var(--tw-color-slate-100);
  }
  .tw\:text-stone-100 {
    color: var(--tw-color-stone-100);
  }
  .tw\:text-stone-500 {
    color: var(--tw-color-stone-500);
  }
  .tw\:text-white {
    color: var(--tw-color-white);
  }
  .tw\:text-zinc-500 {
    color: var(--tw-color-zinc-500);
  }
  .tw\:capitalize {
    text-transform: capitalize;
  }
  .tw\:lowercase {
    text-transform: lowercase;
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:italic {
    font-style: italic;
  }
  .tw\:line-through {
    text-decoration-line: line-through;
  }
  .tw\:underline {
    text-decoration-line: underline;
  }
  .tw\:opacity-0 {
    opacity: 0%;
  }
  .tw\:opacity-50 {
    opacity: 50%;
  }
  .tw\:opacity-75 {
    opacity: 75%;
  }
  .tw\:opacity-80 {
    opacity: 80%;
  }
  .tw\:opacity-100 {
    opacity: 100%;
  }
  .tw\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:shadow-septeo-blue-900 {
    --tw-shadow-color: var(--tw-color-septeo-blue-900);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .tw\:shadow-septeo-blue-900 {
      --tw-shadow-color: color-mix(in oklab, var(--tw-color-septeo-blue-900) var(--tw-shadow-alpha), transparent);
    }
  }
  .tw\:ring-black\/5 {
    --tw-ring-color: var(--tw-color-black);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .tw\:ring-black\/5 {
      --tw-ring-color: color-mix(in oklab, var(--tw-color-black) 5%, transparent);
    }
  }
  .tw\:ring-blue-500 {
    --tw-ring-color: var(--tw-color-blue-500);
  }
  .tw\:ring-white {
    --tw-ring-color: var(--tw-color-white);
  }
  .tw\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .tw\:ring-offset-gray-100 {
    --tw-ring-offset-color: var(--tw-color-gray-100);
  }
  .tw\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--tw-blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .tw\:transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:delay-0 {
    transition-delay: 0ms;
  }
  .tw\:duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .tw\:duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .tw\:duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .tw\:ease-in {
    --tw-ease: var(--tw-ease-in);
    transition-timing-function: var(--tw-ease-in);
  }
  .tw\:ease-in-out {
    --tw-ease: var(--tw-ease-in-out);
    transition-timing-function: var(--tw-ease-in-out);
  }
  .tw\:ease-out {
    --tw-ease: var(--tw-ease-out);
    transition-timing-function: var(--tw-ease-out);
  }
  .tw\:content-\[\'\'\] {
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .tw\:group-hover\:block:is(:where(.tw\:group):hover *) {
      display: block;
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:bg-septeo-blue-700:is(:where(.tw\:group):hover *) {
      background-color: var(--tw-color-septeo-blue-700);
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:text-blue-400:is(:where(.tw\:group):hover *) {
      color: var(--tw-color-blue-400);
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:text-blue-500:is(:where(.tw\:group):hover *) {
      color: var(--tw-color-blue-500);
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:text-gray-400:is(:where(.tw\:group):hover *) {
      color: var(--tw-color-gray-400);
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:text-gray-700:is(:where(.tw\:group):hover *) {
      color: var(--tw-color-gray-700);
    }
  }
  @media (hover: hover) {
    .tw\:group-hover\:opacity-75:is(:where(.tw\:group):hover *) {
      opacity: 75%;
    }
  }
  .tw\:group-focus\:text-blue-500:is(:where(.tw\:group):focus *) {
    color: var(--tw-color-blue-500);
  }
  .tw\:group-focus\:text-gray-800:is(:where(.tw\:group):focus *) {
    color: var(--tw-color-gray-800);
  }
  .tw\:group-active\:text-blue-600:is(:where(.tw\:group):active *) {
    color: var(--tw-color-blue-600);
  }
  .tw\:group-active\:text-gray-900:is(:where(.tw\:group):active *) {
    color: var(--tw-color-gray-900);
  }
  .tw\:peer-focus\:hidden:is(:where(.tw\:peer):focus ~ *) {
    display: none;
  }
  .tw\:peer-\[\.tw\:\\\!border-noty-green\]\:\!border-noty-green:is(:where(.tw\:peer):is(.tw:\!border-noty-green) ~ *) {
    border-color: var(--tw-color-noty-green) !important;
  }
  .tw\:peer-\[\.tw\\\:\\\!border-noty-green\]\:\!border-noty-green:is(:where(.tw\:peer):is(.tw\:\!border-noty-green) ~ *) {
    border-color: var(--tw-color-noty-green) !important;
  }
  .tw\:peer-\[\.tw\\\:bg-septeo-blue-700\]\:bg-septeo-blue-700:is(:where(.tw\:peer):is(.tw\:bg-septeo-blue-700) ~ *) {
    background-color: var(--tw-color-septeo-blue-700);
  }
  .tw\:first-letter\:uppercase::first-letter {
    text-transform: uppercase;
  }
  .tw\:placeholder\:\!text-purple-400::placeholder {
    color: var(--tw-color-purple-400) !important;
  }
  .tw\:placeholder\:text-purple-400::placeholder {
    color: var(--tw-color-purple-400);
  }
  .tw\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }
  .tw\:first\:flex:first-child {
    display: flex;
  }
  .tw\:first\:last\:flex:first-child:last-child {
    display: flex;
  }
  .tw\:even\:flex:nth-child(even) {
    display: flex;
  }
  .tw\:focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  @media (hover: hover) {
    .tw\:hover\:cursor-pointer:hover {
      cursor: pointer;
    }
  }
  @media (hover: hover) {
    .tw\:hover\:bg-blue-50:hover {
      background-color: var(--tw-color-blue-50);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:bg-gray-50:hover {
      background-color: var(--tw-color-gray-50);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:bg-gray-200:hover {
      background-color: var(--tw-color-gray-200);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:bg-septeo-blue-700:hover {
      background-color: var(--tw-color-septeo-blue-700);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:text-blue-400:hover {
      color: var(--tw-color-blue-400);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:text-blue-600:hover {
      color: var(--tw-color-blue-600);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:text-gray-500:hover {
      color: var(--tw-color-gray-500);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:text-gray-600:hover {
      color: var(--tw-color-gray-600);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:text-gray-900:hover {
      color: var(--tw-color-gray-900);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:opacity-75:hover {
      opacity: 75%;
    }
  }
  @media (hover: hover) {
    .tw\:hover\:shadow-sm:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:ring-0:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:ring-2:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:ring-blue-400:hover {
      --tw-ring-color: var(--tw-color-blue-400);
    }
  }
  @media (hover: hover) {
    .tw\:hover\:ring-offset-2:hover {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .tw\:focus\:border-blue-500:focus {
    border-color: var(--tw-color-blue-500);
  }
  .tw\:focus\:text-gray-600:focus {
    color: var(--tw-color-gray-600);
  }
  .tw\:focus\:text-gray-900:focus {
    color: var(--tw-color-gray-900);
  }
  .tw\:focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:focus\:ring-blue-100:focus {
    --tw-ring-color: var(--tw-color-blue-100);
  }
  .tw\:focus\:ring-blue-500:focus {
    --tw-ring-color: var(--tw-color-blue-500);
  }
  .tw\:focus\:ring-purple-400:focus {
    --tw-ring-color: var(--tw-color-purple-400);
  }
  .tw\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .tw\:focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    .tw\:focus\:outline-hidden:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .tw\:disabled\:text-inherit:disabled {
    color: inherit;
  }
  .tw\:disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .tw\:disabled\:opacity-75:disabled {
    opacity: 75%;
  }
  @media (width >= 40rem) {
    .tw\:sm\:top-4 {
      top: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:bottom-4 {
      bottom: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:-m-4 {
      margin: calc(var(--tw-spacing) * -4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:mx-0 {
      margin-inline: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:mx-4 {
      margin-inline: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:my-8 {
      margin-block: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:mt-0 {
      margin-top: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:mt-4 {
      margin-top: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:mb-8 {
      margin-bottom: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:ml-3 {
      margin-left: calc(var(--tw-spacing) * 3);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:grid {
      display: grid;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:hidden {
      display: none;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:inline {
      display: inline;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:inline-block {
      display: inline-block;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:table-cell {
      display: table-cell;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:h-10 {
      height: calc(var(--tw-spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:h-60 {
      height: calc(var(--tw-spacing) * 60);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-2\/3 {
      width: calc(2/3 * 100%);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-10 {
      width: calc(var(--tw-spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-60 {
      width: calc(var(--tw-spacing) * 60);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-72 {
      width: calc(var(--tw-spacing) * 72);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-80 {
      width: calc(var(--tw-spacing) * 80);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-96 {
      width: calc(var(--tw-spacing) * 96);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-\[30rem\] {
      width: 30rem;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-\[33rem\] {
      width: 33rem;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-\[37rem\] {
      width: 37rem;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-\[calc\(100\%_-_175px_-_1rem\)\] {
      width: calc(100% - 175px - 1rem);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:w-auto {
      width: auto;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:max-w-\[90\%\] {
      max-width: 90%;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:max-w-\[calc\(100\%_-_175px_-_1rem\)\] {
      max-width: calc(100% - 175px - 1rem);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:max-w-lg {
      max-width: var(--tw-container-lg);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:max-w-md {
      max-width: var(--tw-container-md);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:min-w-\[15rem\] {
      min-width: 15rem;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:min-w-lg {
      min-width: var(--tw-container-lg);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:flex-none {
      flex: none;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:items-center {
      align-items: center;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:gap-0 {
      gap: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:gap-4 {
      gap: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:gap-6 {
      gap: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:gap-8 {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:space-x-3 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:space-x-4 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:space-x-8 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:divide-x > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:divide-y > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:divide-y-0 > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:sm\:divide-gray-200 > :not(:last-child)) {
      border-color: var(--tw-color-gray-200);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:rounded-lg {
      border-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:p-0 {
      padding: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:p-4 {
      padding: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:p-6 {
      padding: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:px-3\.5 {
      padding-inline: calc(var(--tw-spacing) * 3.5);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:px-5 {
      padding-inline: calc(var(--tw-spacing) * 5);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:px-6 {
      padding-inline: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pt-4 {
      padding-top: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pr-4 {
      padding-right: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pr-40 {
      padding-right: calc(var(--tw-spacing) * 40);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pb-4 {
      padding-bottom: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pb-28 {
      padding-bottom: calc(var(--tw-spacing) * 28);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pl-0 {
      padding-left: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:pl-4 {
      padding-left: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:text-left {
      text-align: left;
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:text-2xl {
      font-size: var(--tw-text-2xl);
      line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:text-lg {
      font-size: var(--tw-text-lg);
      line-height: var(--tw-leading, var(--tw-text-lg--line-height));
    }
  }
  @media (width >= 40rem) {
    .tw\:sm\:text-sm {
      font-size: var(--tw-text-sm);
      line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:\!top-\[34\%\] {
      top: 34% !important;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:m-4 {
      margin: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:mx-0 {
      margin-inline: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:mx-4 {
      margin-inline: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:mt-0 {
      margin-top: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:mt-10 {
      margin-top: calc(var(--tw-spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:mr-16 {
      margin-right: calc(var(--tw-spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:grid {
      display: grid;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:table-cell {
      display: table-cell;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-20 {
      width: calc(var(--tw-spacing) * 20);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-\[40rem\] {
      width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-\[42rem\] {
      width: 42rem;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-\[650px\] {
      width: 650px;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-\[calc\(50\%_-_1rem\)\] {
      width: calc(50% - 1rem);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:w-auto {
      width: auto;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:min-w-\[20rem\] {
      min-width: 20rem;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:min-w-xl {
      min-width: var(--tw-container-xl);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:gap-0 {
      gap: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:gap-4 {
      gap: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:gap-6 {
      gap: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:gap-8 {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:gap-20 {
      gap: calc(var(--tw-spacing) * 20);
    }
  }
  @media (width >= 48rem) {
    :where(.tw\:md\:space-x-4 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 48rem) {
    :where(.tw\:md\:space-x-8 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:rounded-lg {
      border-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:rounded-md {
      border-radius: var(--tw-radius-md);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:p-4 {
      padding: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:p-6 {
      padding: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:px-0 {
      padding-inline: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:px-8 {
      padding-inline: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:pr-0 {
      padding-right: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:pb-40 {
      padding-bottom: calc(var(--tw-spacing) * 40);
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:text-3xl {
      font-size: var(--tw-text-3xl);
      line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .tw\:md\:text-xl {
      font-size: var(--tw-text-xl);
      line-height: var(--tw-leading, var(--tw-text-xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:\!top-1\/3 {
      top: calc(1/3 * 100%) !important;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:\!top-\[39\%\] {
      top: 39% !important;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:top-8 {
      top: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:bottom-0 {
      bottom: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:bottom-8 {
      bottom: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:col-start-3 {
      grid-column-start: 3;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:row-start-3 {
      grid-row-start: 3;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:mx-\[20\%\] {
      margin-inline: 20%;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:mr-4 {
      margin-right: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:ml-36 {
      margin-left: calc(var(--tw-spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:ml-\[10\%\] {
      margin-left: 10%;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:inline {
      display: inline;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:inline-block {
      display: inline-block;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:table-cell {
      display: table-cell;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:h-\[22rem\] {
      height: 22rem;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:h-\[27cm\] {
      height: 27cm;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:h-full {
      height: 100%;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-1\/3 {
      width: calc(1/3 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-1\/4 {
      width: calc(1/4 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-2\/3 {
      width: calc(2/3 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-2\/5 {
      width: calc(2/5 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-3\/5 {
      width: calc(3/5 * 100%);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-20 {
      width: calc(var(--tw-spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-32 {
      width: calc(var(--tw-spacing) * 32);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-48 {
      width: calc(var(--tw-spacing) * 48);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-72 {
      width: calc(var(--tw-spacing) * 72);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-\[12\.5rem\] {
      width: 12.5rem;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-\[39rem\] {
      width: 39rem;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-\[50rem\] {
      width: 50rem;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-\[calc\(21cm_\+_8rem\)\] {
      width: calc(21cm + 8rem);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:w-\[calc\(21cm_\+_15px_\+_2rem\)\] {
      width: calc(21cm + 15px + 2rem);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:min-w-2xl {
      min-width: var(--tw-container-2xl);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:flex-1 {
      flex: 1;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:flex-none {
      flex: none;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:grid-cols-none {
      grid-template-columns: none;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:gap-6 {
      gap: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:gap-8 {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    :where(.tw\:lg\:space-x-4 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:overflow-auto {
      overflow: auto;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:overflow-hidden {
      overflow: hidden;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:border-0 {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:p-4 {
      padding: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:px-4 {
      padding-inline: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:pb-24 {
      padding-bottom: calc(var(--tw-spacing) * 24);
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:text-right {
      text-align: right;
    }
  }
  @media (width >= 64rem) {
    .tw\:lg\:text-4xl {
      font-size: var(--tw-text-4xl);
      line-height: var(--tw-leading, var(--tw-text-4xl--line-height));
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:-mx-28 {
      margin-inline: calc(var(--tw-spacing) * -28);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:mx-28 {
      margin-inline: calc(var(--tw-spacing) * 28);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:mt-12 {
      margin-top: calc(var(--tw-spacing) * 12);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:ml-\[29rem\] {
      margin-left: 29rem;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:line-clamp-1 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:flex {
      display: flex;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:hidden {
      display: none;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:inline-block {
      display: inline-block;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:h-64 {
      height: calc(var(--tw-spacing) * 64);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-1\/3 {
      width: calc(1/3 * 100%);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-2\/3 {
      width: calc(2/3 * 100%);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-2\/5 {
      width: calc(2/5 * 100%);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-3\/5 {
      width: calc(3/5 * 100%);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-36 {
      width: calc(var(--tw-spacing) * 36);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-44 {
      width: calc(var(--tw-spacing) * 44);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-80 {
      width: calc(var(--tw-spacing) * 80);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-\[22rem\] {
      width: 22rem;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-\[37rem\] {
      width: 37rem;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-\[calc\(\(100\%_-_22rem_\+_21cm_\+_15px\)_\/_2\)\] {
      width: calc((100% - 22rem + 21cm + 15px) / 2);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-\[calc\(21cm_\+_15px\)\] {
      width: calc(21cm + 15px);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-\[calc\(33\%_-_1rem\)\] {
      width: calc(33% - 1rem);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:w-auto {
      width: auto;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:min-w-\[50rem\] {
      min-width: 50rem;
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:gap-x-8 {
      column-gap: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .tw\:xl\:pb-32 {
      padding-bottom: calc(var(--tw-spacing) * 32);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:\!top-1\/3 {
      top: calc(1/3 * 100%) !important;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:mr-8 {
      margin-right: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:ml-\[39rem\] {
      margin-left: 39rem;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:flex {
      display: flex;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:hidden {
      display: none;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:inline {
      display: inline;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:table-cell {
      display: table-cell;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-1\/3 {
      width: calc(1/3 * 100%);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-2\/3 {
      width: calc(2/3 * 100%);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-32 {
      width: calc(var(--tw-spacing) * 32);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-36 {
      width: calc(var(--tw-spacing) * 36);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-44 {
      width: calc(var(--tw-spacing) * 44);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-80 {
      width: calc(var(--tw-spacing) * 80);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-96 {
      width: calc(var(--tw-spacing) * 96);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-\[49rem\] {
      width: 49rem;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-\[calc\(\(100\%_-_24rem_\+_21cm_\+_15px\)_\/_2\)\] {
      width: calc((100% - 24rem + 21cm + 15px) / 2);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:w-\[calc\(25\%_-_1rem\)\] {
      width: calc(25% - 1rem);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:flex-wrap {
      flex-wrap: wrap;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:justify-center {
      justify-content: center;
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:gap-8 {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:gap-12 {
      gap: calc(var(--tw-spacing) * 12);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:pb-36 {
      padding-bottom: calc(var(--tw-spacing) * 36);
    }
  }
  @media (width >= 96rem) {
    .tw\:2xl\:text-2xl {
      font-size: var(--tw-text-2xl);
      line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
    }
  }
  @container (width >= 22rem) {
    .tw\:group-\[\:not\(\.tw\\\:4-children\)\]\:\@\[22rem\]\:inline-block:is(:where(.tw\:group):is(:not(.tw\:4-children)) *) {
      display: inline-block;
    }
  }
  @container (width >= 34rem) {
    .tw\:group-\[\.tw\\\:4-children\]\:\@\[34rem\]\:inline-block:is(:where(.tw\:group):is(.tw\:4-children) *) {
      display: inline-block;
    }
  }
  @media print {
    .tw\:print\:\!hidden {
      display: none !important;
    }
  }
  @media print {
    .tw\:print\:block {
      display: block;
    }
  }
  @media print {
    .tw\:print\:hidden {
      display: none;
    }
  }
  @media print {
    .tw\:print\:h-auto {
      height: auto;
    }
  }
  @media print {
    .tw\:print\:\!bg-blue-100 {
      background-color: var(--tw-color-blue-100) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-green-100 {
      background-color: var(--tw-color-green-100) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-orange-100 {
      background-color: var(--tw-color-orange-100) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-red-50 {
      background-color: var(--tw-color-red-50) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-red-600 {
      background-color: var(--tw-color-red-600) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-rose-50 {
      background-color: var(--tw-color-rose-50) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-stone-200 {
      background-color: var(--tw-color-stone-200) !important;
    }
  }
  @media print {
    .tw\:print\:\!bg-stone-600 {
      background-color: var(--tw-color-stone-600) !important;
    }
  }
  @media print {
    .tw\:print\:\!p-0 {
      padding: calc(var(--tw-spacing) * 0) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-blue-800 {
      color: var(--tw-color-blue-800) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-green-800 {
      color: var(--tw-color-green-800) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-orange-600 {
      color: var(--tw-color-orange-600) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-orange-800 {
      color: var(--tw-color-orange-800) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-red-100 {
      color: var(--tw-color-red-100) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-red-500 {
      color: var(--tw-color-red-500) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-rose-600 {
      color: var(--tw-color-rose-600) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-stone-100 {
      color: var(--tw-color-stone-100) !important;
    }
  }
  @media print {
    .tw\:print\:\!text-stone-500 {
      color: var(--tw-color-stone-500) !important;
    }
  }
}
@layer theme {
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format("woff2");
    unicode-range:
      U+0460-052F,
      U+1C80-1C8A,
      U+20B4,
      U+2DE0-2DFF,
      U+A640-A69F,
      U+FE2E-FE2F;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format("woff2");
    unicode-range:
      U+0301,
      U+0400-045F,
      U+0490-0491,
      U+04B0-04B1,
      U+2116;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format("woff2");
    unicode-range:
      U+0370-0377,
      U+037A-037F,
      U+0384-038A,
      U+038C,
      U+038E-03A1,
      U+03A3-03FF;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format("woff2");
    unicode-range:
      U+0102-0103,
      U+0110-0111,
      U+0128-0129,
      U+0168-0169,
      U+01A0-01A1,
      U+01AF-01B0,
      U+0300-0301,
      U+0303-0304,
      U+0308-0309,
      U+0323,
      U+0329,
      U+1EA0-1EF9,
      U+20AB;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format("woff2");
    unicode-range:
      U+0100-02BA,
      U+02BD-02C5,
      U+02C7-02CC,
      U+02CE-02D7,
      U+02DD-02FF,
      U+0304,
      U+0308,
      U+0329,
      U+1D00-1DBF,
      U+1E00-1E9F,
      U+1EF2-1EFF,
      U+2020,
      U+20A0-20AB,
      U+20AD-20C0,
      U+2113,
      U+2C60-2C7F,
      U+A720-A7FF;
  }
  @font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format("woff2");
    unicode-range:
      U+0000-00FF,
      U+0131,
      U+0152-0153,
      U+02BB-02BC,
      U+02C6,
      U+02DA,
      U+02DC,
      U+0304,
      U+0308,
      U+0329,
      U+2000-206F,
      U+20AC,
      U+2122,
      U+2191,
      U+2193,
      U+2212,
      U+2215,
      U+FEFF,
      U+FFFD;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2) format("woff2");
    unicode-range:
      U+0460-052F,
      U+1C80-1C8A,
      U+20B4,
      U+2DE0-2DFF,
      U+A640-A69F,
      U+FE2E-FE2F;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2) format("woff2");
    unicode-range:
      U+0301,
      U+0400-045F,
      U+0490-0491,
      U+04B0-04B1,
      U+2116;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2) format("woff2");
    unicode-range:
      U+0370-0377,
      U+037A-037F,
      U+0384-038A,
      U+038C,
      U+038E-03A1,
      U+03A3-03FF;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2) format("woff2");
    unicode-range:
      U+0102-0103,
      U+0110-0111,
      U+0128-0129,
      U+0168-0169,
      U+01A0-01A1,
      U+01AF-01B0,
      U+0300-0301,
      U+0303-0304,
      U+0308-0309,
      U+0323,
      U+0329,
      U+1EA0-1EF9,
      U+20AB;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2) format("woff2");
    unicode-range:
      U+0100-02BA,
      U+02BD-02C5,
      U+02C7-02CC,
      U+02CE-02D7,
      U+02DD-02FF,
      U+0304,
      U+0308,
      U+0329,
      U+1D00-1DBF,
      U+1E00-1E9F,
      U+1EF2-1EFF,
      U+2020,
      U+20A0-20AB,
      U+20AD-20C0,
      U+2113,
      U+2C60-2C7F,
      U+A720-A7FF;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format("woff2");
    unicode-range:
      U+0000-00FF,
      U+0131,
      U+0152-0153,
      U+02BB-02BC,
      U+02C6,
      U+02DA,
      U+02DC,
      U+0304,
      U+0308,
      U+0329,
      U+2000-206F,
      U+20AC,
      U+2122,
      U+2191,
      U+2193,
      U+2212,
      U+2215,
      U+FEFF,
      U+FFFD;
  }
}
@keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes sparkle {
  0%, 100% {
    filter: blur(4px);
    opacity: 0.05;
  }
  50% {
    filter: blur(1px);
    opacity: 0.7;
  }
}
.tw\:disabled\:disabled[disabled] {
  opacity: 60%;
}
.tw\:disabled\:disabled[disabled],
.tw\:disabled\:disabled[disabled] * {
  pointer-events: none;
}
.tw\:waiting,
.tw\:disabled\:waiting[disabled] {
  animation: var(--tw-animate-pulse);
  opacity: 80%;
}
.tw\:waiting,
.tw\:waiting *,
.tw\:disabled\:waiting[disabled],
.tw\:disabled\:waiting[disabled] * {
  pointer-events: none;
}
@layer components {
  .tw\:btn-tertiary-default,
  .tw\:btn-tertiary-info,
  .tw\:btn-tertiary-warning,
  .tw\:btn-tertiary-danger,
  .tw\:btn-secondary-default,
  .tw\:btn-secondary-info,
  .tw\:btn-secondary-danger,
  .tw\:btn-primary-default,
  .tw\:btn-primary-info,
  .tw\:btn-primary-septeo,
  .tw\:btn-primary-success,
  .tw\:btn-primary-warning,
  .tw\:btn-primary-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--tw-spacing) * 2);
    border-radius: var(--tw-radius-md);
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 2);
    white-space: nowrap;
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):disabled {
    cursor: default;
  }
  :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):disabled {
    color: inherit;
  }
  :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):disabled {
    opacity: 75%;
  }
  @media (hover: hover) {
    :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger, .tw\:btn-secondary-default, .tw\:btn-secondary-info, .tw\:btn-secondary-danger, .tw\:btn-primary-default, .tw\:btn-primary-info, .tw\:btn-primary-septeo, .tw\:btn-primary-success, .tw\:btn-primary-warning, .tw\:btn-primary-danger):hover:disabled {
      color: inherit;
    }
  }
  .tw\:btn-primary-default,
  .tw\:btn-primary-info,
  .tw\:btn-primary-septeo,
  .tw\:btn-primary-success,
  .tw\:btn-primary-warning,
  .tw\:btn-primary-danger {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-inset: inset;
  }
  .tw\:btn-secondary-default,
  .tw\:btn-secondary-info,
  .tw\:btn-secondary-danger {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-inset: inset;
  }
  .tw\:btn-tertiary-default,
  .tw\:btn-tertiary-info,
  .tw\:btn-tertiary-warning,
  .tw\:btn-tertiary-danger {
    background-color: transparent;
    --tw-ring-inset: inset;
  }
  @media (hover: hover) {
    :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger):hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger):hover:disabled {
      background-color: transparent;
    }
  }
  @media (hover: hover) {
    :is(.tw\:btn-tertiary-default, .tw\:btn-tertiary-info, .tw\:btn-tertiary-warning, .tw\:btn-tertiary-danger):hover:disabled {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .tw\:btn-primary-default {
    background-color: var(--tw-color-gray-600);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-default:hover {
      background-color: var(--tw-color-gray-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-default:hover:disabled {
      background-color: var(--tw-color-gray-600);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-default:hover:disabled {
      --tw-ring-color: var(--tw-color-gray-400);
    }
  }
  .tw\:btn-primary-default:focus {
    background-color: var(--tw-color-gray-500);
  }
  .tw\:btn-primary-default:focus {
    --tw-ring-color: var(--tw-color-gray-300);
  }
  .tw\:btn-primary-default:active {
    background-color: var(--tw-color-gray-50);
  }
  .tw\:btn-primary-default:active {
    color: var(--tw-color-gray-800);
  }
  .tw\:btn-secondary-default {
    background-color: var(--tw-color-white);
    color: var(--tw-color-gray-700);
    --tw-ring-color: var(--tw-color-gray-300);
  }
  @media (hover: hover) {
    .tw\:btn-secondary-default:hover {
      background-color: var(--tw-color-gray-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-secondary-default:hover:disabled {
      background-color: var(--tw-color-white);
    }
  }
  .tw\:btn-secondary-default:focus {
    background-color: var(--tw-color-gray-50);
  }
  .tw\:btn-secondary-default:focus {
    --tw-ring-color: var(--tw-color-gray-400);
  }
  .tw\:btn-secondary-default:active {
    background-color: var(--tw-color-gray-400);
  }
  .tw\:btn-secondary-default:active {
    color: var(--tw-color-gray-900);
  }
  .tw\:btn-tertiary-default {
    color: var(--tw-color-gray-700);
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-default:hover {
      background-color: var(--tw-color-gray-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-default:hover {
      color: var(--tw-color-gray-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-default:hover {
      --tw-ring-color: var(--tw-color-gray-300);
    }
  }
  .tw\:btn-tertiary-default:focus {
    --tw-ring-color: var(--tw-color-gray-400);
  }
  .tw\:btn-tertiary-default:active {
    color: var(--tw-color-gray-900);
  }
  .tw\:btn-primary-info {
    background-color: var(--tw-color-blue-500);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-info:hover {
      background-color: var(--tw-color-blue-400);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-info:hover:disabled {
      background-color: var(--tw-color-blue-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-info:hover:disabled {
      --tw-ring-color: var(--tw-color-blue-400);
    }
  }
  .tw\:btn-primary-info:focus {
    --tw-ring-color: var(--tw-color-blue-300);
  }
  .tw\:btn-primary-info:active {
    background-color: var(--tw-color-blue-600);
  }
  .tw\:btn-secondary-info {
    background-color: var(--tw-color-white);
    color: var(--tw-color-blue-500);
    --tw-ring-color: var(--tw-color-blue-400);
  }
  @media (hover: hover) {
    .tw\:btn-secondary-info:hover {
      background-color: var(--tw-color-blue-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-secondary-info:hover:disabled {
      background-color: var(--tw-color-white);
    }
  }
  .tw\:btn-secondary-info:focus {
    background-color: var(--tw-color-blue-50);
  }
  .tw\:btn-secondary-info:focus {
    --tw-ring-color: var(--tw-color-blue-500);
  }
  .tw\:btn-secondary-info:active {
    background-color: var(--tw-color-blue-300);
  }
  .tw\:btn-secondary-info:active {
    color: var(--tw-color-blue-700);
  }
  .tw\:btn-tertiary-info {
    color: var(--tw-color-blue-500);
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-info:hover {
      background-color: var(--tw-color-blue-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-info:hover {
      color: var(--tw-color-blue-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-info:hover {
      --tw-ring-color: var(--tw-color-blue-400);
    }
  }
  .tw\:btn-tertiary-info:focus {
    background-color: var(--tw-color-blue-50);
  }
  .tw\:btn-tertiary-info:focus {
    --tw-ring-color: var(--tw-color-blue-500);
  }
  .tw\:btn-tertiary-info:active {
    background-color: var(--tw-color-blue-300);
  }
  .tw\:btn-tertiary-info:active {
    color: var(--tw-color-blue-700);
  }
  .tw\:btn-primary-septeo {
    background-color: var(--tw-color-septeo-blue-800);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-septeo:hover {
      background-color: var(--tw-color-septeo-blue-700);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-septeo:hover:disabled {
      background-color: var(--tw-color-septeo-blue-800);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-septeo:hover:disabled {
      --tw-ring-color: var(--tw-color-septeo-blue-800);
    }
  }
  .tw\:btn-primary-septeo:focus {
    --tw-ring-color: var(--tw-color-septeo-blue-500);
  }
  .tw\:btn-primary-septeo:active {
    background-color: var(--tw-color-septeo-blue-900);
  }
  .tw\:btn-primary-success {
    background-color: var(--tw-color-green-500);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-success:hover {
      background-color: var(--tw-color-green-400);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-success:hover:disabled {
      background-color: var(--tw-color-green-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-success:hover:disabled {
      --tw-ring-color: var(--tw-color-green-500);
    }
  }
  .tw\:btn-primary-success:focus {
    --tw-ring-color: var(--tw-color-green-200);
  }
  .tw\:btn-primary-success:active {
    background-color: var(--tw-color-green-600);
  }
  .tw\:btn-primary-warning {
    background-color: var(--tw-color-orange-500);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-warning:hover {
      background-color: var(--tw-color-orange-400);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-warning:hover:disabled {
      background-color: var(--tw-color-orange-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-warning:hover:disabled {
      --tw-ring-color: var(--tw-color-orange-400);
    }
  }
  .tw\:btn-primary-warning:focus {
    --tw-ring-color: var(--tw-color-orange-300);
  }
  .tw\:btn-primary-warning:active {
    background-color: var(--tw-color-orange-600);
  }
  .tw\:btn-tertiary-warning {
    color: var(--tw-color-orange-500);
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-warning:hover {
      background-color: var(--tw-color-orange-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-warning:hover {
      color: var(--tw-color-orange-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-warning:hover {
      --tw-ring-color: var(--tw-color-orange-400);
    }
  }
  .tw\:btn-tertiary-warning:focus {
    background-color: var(--tw-color-orange-50);
  }
  .tw\:btn-tertiary-warning:focus {
    --tw-ring-color: var(--tw-color-orange-500);
  }
  .tw\:btn-tertiary-warning:active {
    background-color: var(--tw-color-orange-300);
  }
  .tw\:btn-tertiary-warning:active {
    color: var(--tw-color-orange-700);
  }
  .tw\:btn-primary-danger {
    background-color: var(--tw-color-red-600);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-danger:hover {
      background-color: var(--tw-color-red-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-danger:hover:disabled {
      background-color: var(--tw-color-red-600);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-danger:hover:disabled {
      --tw-ring-color: var(--tw-color-red-600);
    }
  }
  .tw\:btn-primary-danger:focus {
    background-color: var(--tw-color-red-500);
  }
  .tw\:btn-primary-danger:focus {
    --tw-ring-color: var(--tw-color-red-300);
  }
  .tw\:btn-primary-danger:active {
    background-color: var(--tw-color-red-50);
  }
  .tw\:btn-primary-danger:active {
    color: var(--tw-color-red-700);
  }
  .tw\:btn-secondary-danger {
    background-color: var(--tw-color-white);
    color: var(--tw-color-red-500);
    --tw-ring-color: var(--tw-color-red-400);
  }
  @media (hover: hover) {
    .tw\:btn-secondary-danger:hover {
      background-color: var(--tw-color-red-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-secondary-danger:hover:disabled {
      background-color: var(--tw-color-white);
    }
  }
  .tw\:btn-secondary-danger:focus {
    background-color: var(--tw-color-red-50);
  }
  .tw\:btn-secondary-danger:focus {
    --tw-ring-color: var(--tw-color-red-500);
  }
  .tw\:btn-secondary-danger:active {
    background-color: var(--tw-color-red-300);
  }
  .tw\:btn-secondary-danger:active {
    color: var(--tw-color-red-700);
  }
  .tw\:btn-tertiary-danger {
    color: var(--tw-color-red-500);
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-danger:hover {
      background-color: var(--tw-color-red-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-danger:hover {
      color: var(--tw-color-red-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-danger:hover {
      --tw-ring-color: var(--tw-color-red-400);
    }
  }
  .tw\:btn-tertiary-danger:focus {
    background-color: var(--tw-color-red-50);
  }
  .tw\:btn-tertiary-danger:focus {
    --tw-ring-color: var(--tw-color-red-500);
  }
  .tw\:btn-tertiary-danger:active {
    background-color: var(--tw-color-red-300);
  }
  .tw\:btn-tertiary-danger:active {
    color: var(--tw-color-red-700);
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=search]:focus::-webkit-search-cancel-button,
  input[type=search]:hover::-webkit-search-cancel-button {
    appearance: auto;
    opacity: 1;
    pointer-events: all;
  }
  input[class*="tw:input-"] {
    width: 100%;
    border-radius: var(--tw-radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--tw-color-gray-300);
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 2);
    color: var(--tw-color-gray-600);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    font-size: inherit;
    line-height: inherit;
  }
  input[class*="tw:input-"]:focus {
    border-color: var(--tw-color-blue-500);
  }
  input[class*="tw:input-"]:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  input[class*="tw:input-"]:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  input[class*="tw:input-"]:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    input[class*="tw:input-"]:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  input[class*="tw:input-"].tw\:input-checkbox {
    height: calc(var(--tw-spacing) * 4);
    width: calc(var(--tw-spacing) * 4);
    appearance: none;
    border-radius: var(--tw-radius-sm);
    border-color: var(--tw-color-gray-500);
    padding-inline: calc(var(--tw-spacing) * 0);
    padding-block: calc(var(--tw-spacing) * 0);
    color: var(--tw-color-blue-500);
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  input[class*="tw:input-"].tw\:input-checkbox:disabled {
    border-color: var(--tw-color-gray-300);
  }
  input[class*="tw:input-"].tw\:input-checkbox:disabled {
    background-color: var(--tw-color-gray-200);
  }
  input[class*="tw:input-"].tw\:input-checkbox:focus {
    border-color: var(--tw-color-gray-500);
  }
  input[class*="tw:input-"].tw\:input-checkbox:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  input[class*="tw:input-"].tw\:input-checkbox:focus {
    outline-offset: 2px;
  }
  input[class*="tw:input-"].tw\:input-checkbox:focus {
    outline-color: var(--tw-color-blue-500);
  }
  input[class*="tw:input-"].tw\:input-number {
    width: calc(var(--tw-spacing) * 32);
  }
  input[class*="tw:input-"].tw\:input-search {
    padding-left: calc(var(--tw-spacing) * 8);
  }
  .tw\:input-currency {
    display: flex;
  }
  @media (width >= 40rem) {
    .tw\:input-currency {
      font-size: var(--tw-text-sm);
      line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    }
  }
  .tw\:input-currency input {
    border-radius: 0;
    border-top-left-radius: var(--tw-radius-md);
    border-bottom-left-radius: var(--tw-radius-md);
  }
  .tw\:input-currency input ~ * {
    border-top-right-radius: var(--tw-radius-md);
    border-bottom-right-radius: var(--tw-radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
    border-color: var(--tw-color-gray-300);
    background-color: var(--tw-color-gray-200);
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 2);
    text-align: center;
    color: var(--tw-color-gray-600);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .tw\:form-2col {
    display: flex;
    flex-direction: column;
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:form-2col:not(.tw\:form-2col-without-pb):last-child {
    padding-bottom: calc(var(--tw-spacing) * 12);
  }
  @media (width >= 64rem) {
    .tw\:form-2col .tw\:form-2col-part {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .tw\:form-2col .tw\:form-2col-part {
      gap: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .tw\:form-2col .tw\:form-2col-part {
      grid-template-columns: 18rem 1fr;
    }
  }
  @media (width >= 80rem) {
    .tw\:form-2col .tw\:form-2col-part {
      grid-template-columns: 22rem 1fr;
    }
  }
  @media (width >= 96rem) {
    .tw\:form-2col .tw\:form-2col-part {
      grid-template-columns: 26rem 1fr;
    }
  }
  .tw\:form-2col .tw\:form-2col-part .tw\:form-left-col {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  @media (width >= 48rem) {
    .tw\:form-2col .tw\:form-2col-part .tw\:form-left-col {
      padding-inline: calc(var(--tw-spacing) * 0);
    }
  }
  .tw\:form-2col .tw\:form-2col-part .tw\:form-left-col .tw\:form-left-col-title {
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
    --tw-leading: calc(var(--tw-spacing) * 6);
    line-height: calc(var(--tw-spacing) * 6);
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
    color: var(--tw-color-gray-900);
  }
  .tw\:form-2col .tw\:form-2col-part .tw\:form-left-col .tw\:form-left-col-explain {
    margin-top: calc(var(--tw-spacing) * 1);
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    color: var(--tw-color-gray-600);
  }
  .tw\:form-2col .tw\:form-2col-part .tw\:form-right-col {
    margin-top: calc(var(--tw-spacing) * 5);
    background-color: var(--tw-color-white);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    padding-inline: calc(var(--tw-spacing) * 4);
    padding-block: calc(var(--tw-spacing) * 5);
  }
  @media (width >= 48rem) {
    .tw\:form-2col .tw\:form-2col-part .tw\:form-right-col {
      margin-top: calc(var(--tw-spacing) * 0);
    }
  }
  @media (width >= 48rem) {
    .tw\:form-2col .tw\:form-2col-part .tw\:form-right-col {
      border-radius: var(--tw-radius-md);
    }
  }
  @media (width >= 48rem) {
    .tw\:form-2col .tw\:form-2col-part .tw\:form-right-col {
      padding: calc(var(--tw-spacing) * 6);
    }
  }
  .tw\:grid-list {
    overflow: hidden;
    border-radius: var(--tw-radius-lg);
    background-color: var(--tw-color-gray-100);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  :where(.tw\:grid-list > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.tw\:grid-list > :not(:last-child)) {
    border-color: var(--tw-color-gray-200);
  }
  @media (width >= 40rem) {
    .tw\:grid-list {
      display: grid;
    }
  }
  @media (width >= 40rem) {
    .tw\:grid-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .tw\:grid-list {
      gap: 1px;
    }
  }
  @media (width >= 40rem) {
    :where(.tw\:grid-list > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .tw\:grid-list .tw\:grid-list-item {
    position: relative;
    background-color: var(--tw-color-white);
    padding: calc(var(--tw-spacing) * 2);
  }
  table.tw\:table-head-separate-body {
    margin-bottom: calc(var(--tw-spacing) * 8);
    width: 100%;
    table-layout: fixed;
  }
  table.tw\:table-head-separate-body thead > tr {
    text-align: left;
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    color: var(--tw-color-gray-700);
  }
  table.tw\:table-head-separate-body thead > tr th > div {
    margin-bottom: calc(var(--tw-spacing) * 4);
    background-color: var(--tw-color-gray-100);
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 3.5);
    --tw-font-weight: var(--tw-font-weight-normal);
    font-weight: var(--tw-font-weight-normal);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-color: transparent;
  }
  table.tw\:table-head-separate-body thead > tr th:first-child > div {
    padding-left: calc(var(--tw-spacing) * 4);
  }
  @media (width >= 40rem) {
    table.tw\:table-head-separate-body thead > tr th:first-child > div {
      padding-left: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body thead > tr th:first-child > div {
      border-top-left-radius: var(--tw-radius-lg);
      border-bottom-left-radius: var(--tw-radius-lg);
    }
  }
  table.tw\:table-head-separate-body thead > tr th:last-child > div {
    padding-right: calc(var(--tw-spacing) * 4);
  }
  @media (width >= 40rem) {
    table.tw\:table-head-separate-body thead > tr th:last-child > div {
      padding-right: calc(var(--tw-spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body thead > tr th:last-child > div {
      border-top-right-radius: var(--tw-radius-lg);
      border-bottom-right-radius: var(--tw-radius-lg);
    }
  }
  table.tw\:table-head-separate-body tbody {
    background-color: var(--tw-color-white);
  }
  :where(table.tw\:table-head-separate-body tbody > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(table.tw\:table-head-separate-body tbody > :not(:last-child)) {
    border-color: var(--tw-color-gray-200);
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      border-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      border-color: transparent;
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      --tw-ring-color: var(--tw-color-gray-200);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody {
      --tw-ring-inset: inset;
    }
  }
  table.tw\:table-head-separate-body tbody tr {
    break-inside: avoid;
  }
  table.tw\:table-head-separate-body tbody tr td {
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 4);
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    color: var(--tw-color-gray-500);
  }
  table.tw\:table-head-separate-body tbody tr td:first-child {
    padding-left: calc(var(--tw-spacing) * 4);
  }
  @media (width >= 40rem) {
    table.tw\:table-head-separate-body tbody tr td:first-child {
      padding-left: calc(var(--tw-spacing) * 6);
    }
  }
  table.tw\:table-head-separate-body tbody tr td:last-child {
    padding-right: calc(var(--tw-spacing) * 4);
  }
  @media (width >= 40rem) {
    table.tw\:table-head-separate-body tbody tr td:last-child {
      padding-right: calc(var(--tw-spacing) * 6);
    }
  }
  table.tw\:table-head-separate-body tbody tr td input[class*="tw:input-"]:not(.tw\:input-checkbox) {
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    background-color: var(--tw-color-gray-50);
  }
  @supports (color: color-mix(in lab, red, red)) {
    table.tw\:table-head-separate-body tbody tr td input[class*="tw:input-"]:not(.tw\:input-checkbox) {
      background-color: color-mix(in oklab, var(--tw-color-gray-50) 25%, transparent);
    }
  }
  table.tw\:table-head-separate-body tbody tr td.tw\:table-head-separate-body-img {
    padding-block: calc(var(--tw-spacing) * 3);
  }
  table.tw\:table-head-separate-body tbody tr td.tw\:table-head-separate-body-actions {
    width: 1px;
    padding-block: calc(var(--tw-spacing) * 2);
  }
  @media print {
    table.tw\:table-head-separate-body tbody tr td.tw\:table-head-separate-body-actions {
      display: none;
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody tr:first-child td:first-child {
      border-top-left-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody tr:first-child td:last-child {
      border-top-right-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody tr:last-child td:first-child {
      border-bottom-left-radius: var(--tw-radius-lg);
    }
  }
  @media (width >= 48rem) {
    table.tw\:table-head-separate-body tbody tr:last-child td:last-child {
      border-bottom-right-radius: var(--tw-radius-lg);
    }
  }
  .tw\:second-nav {
    margin-inline: calc(15px * -1);
    height: 100%;
  }
  .tw\:second-nav .tw\:second-nav-menus,
  .tw\:second-nav .tw\:second-nav-menus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--tw-spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--tw-color-gray-200);
    padding: calc(var(--tw-spacing) * 2);
  }
  @media (width >= 48rem) {
    .tw\:second-nav .tw\:second-nav-menus,
    .tw\:second-nav .tw\:second-nav-menus-header {
      gap: calc(var(--tw-spacing) * 4);
    }
  }
  @media (width >= 80rem) {
    .tw\:second-nav .tw\:second-nav-menus,
    .tw\:second-nav .tw\:second-nav-menus-header {
      gap: calc(var(--tw-spacing) * 8);
    }
  }
  .tw\:second-nav .tw\:second-nav-menus .tw\:second-nav-menus-title,
  .tw\:second-nav .tw\:second-nav-menus-header .tw\:second-nav-menus-title {
    display: flex;
    flex: 1;
    align-items: center;
  }
  .tw\:second-nav .tw\:second-nav-menus h1.tw\:second-nav-menus-title,
  .tw\:second-nav .tw\:second-nav-menus-header h1.tw\:second-nav-menus-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--tw-color-gray-700);
    text-transform: uppercase;
  }
  .tw\:second-nav .tw\:second-nav-menus {
    height: 50px;
  }
  .tw\:second-nav .tw\:second-nav-menus + .tw\:second-nav-content {
    height: calc(100% - 50px);
  }
  .tw\:second-nav .tw\:second-nav-menus-header {
    height: 73px;
  }
  .tw\:second-nav .tw\:second-nav-menus-header + .tw\:second-nav-content {
    height: calc(100% - 73px);
  }
}
.has-error .no-cadastre {
  color: #D43F3A;
}
table.table-collection {
  table-layout: fixed;
}
table.table-collection > thead > tr > th {
  border: 0;
  color: #8E8E93;
  text-align: center;
}
table.table-collection > tbody > tr > td {
  border: 0;
  position: relative;
}
table.table-collection > tbody > tr > td input {
  border: 0;
  border-bottom: 1px solid #DCDCDC;
}
table.table-collection > tbody > tr > td.has-error .form-control {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
table.table-collection > tbody > tr > td.has-error .error {
  position: absolute;
}
table.table-collection > tbody > tr > td .num-icon {
  position: absolute;
  bottom: 16px;
  right: 10px;
  color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
}
table.table-collection > tbody > tr > td .num-icon + input {
  padding-right: 25px;
}
@media (max-width: 767px) {
  table.table-collection > tbody > tr > td .num-icon {
    display: none;
  }
  table.table-collection > tbody > tr > td .num-icon + input {
    padding-right: 4px;
  }
}
.tw\:browser-indicator-offline {
  color: var(--tw-color-orange-700);
}
.tw\:browser-indicator-offline > * {
  color: var(--tw-color-orange-700);
}
.tw\:browser-indicator-offline .tw\:btn-tertiary-warning {
  display: block;
}
.tw\:browser-indicator-offline .pull-right {
  padding-right: calc(var(--tw-spacing) * 12);
}
.collection-sortable {
  position: relative;
}
.collection-sortable .collection-sortable-dragger {
  color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
  cursor: move;
}
.collection-sortable .collection-sortable-dragger > div {
  transform: rotate(90deg);
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  color: #E2E2E4;
}
.collection-sortable .collection-sortable-dragger > div:hover {
  color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
}
.collection-sortable .collection-sortable-release {
  display: none;
  position: absolute;
  inset: 0;
  border-radius: 0.25rem;
  background-color: #E2E2E4;
}
.collection-sortable .collection-sortable-release > div {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  width: 100%;
  margin-left: 1rem;
}
.collection-sortable.collection-sortable-dragover *:not(.collection-sortable-release) {
  pointer-events: none;
}
.collection-sortable.collection-sortable-dragover .collection-sortable-release {
  display: block;
}
.collection-sortable-table thead tr th:first-child {
  width: 28px;
}
.collection-sortable-table .collection-sortable-dragger {
  display: table-cell;
  width: 1rem;
}
.collection-sortable-table .collection-sortable-dragger > div {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
}
.collection-sortable-ul .collection-sortable {
  display: flex;
}
.collection-sortable-ul .collection-sortable > *:not(.collection-sortable-dragger, .collection-sortable-release, .collection-sortable-dragover) {
  flex: 1 1 0%;
}
.collection-sortable-ul .collection-sortable .collection-sortable-dragger {
  display: flex;
  align-items: center;
}
@layer components {
  .tw\:btn-tertiary-ia,
  .tw\:btn-secondary-ia,
  .tw\:btn-primary-ia {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--tw-spacing) * 2);
    border-radius: var(--tw-radius-md);
    padding-inline: calc(var(--tw-spacing) * 3);
    padding-block: calc(var(--tw-spacing) * 2);
    white-space: nowrap;
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):disabled {
    cursor: default;
  }
  :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):disabled {
    color: inherit;
  }
  :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):disabled {
    opacity: 75%;
  }
  @media (hover: hover) {
    :is(.tw\:btn-tertiary-ia, .tw\:btn-secondary-ia, .tw\:btn-primary-ia):hover:disabled {
      color: inherit;
    }
  }
  .tw\:btn-primary-ia {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-inset: inset;
  }
  .tw\:btn-secondary-ia {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-inset: inset;
  }
  .tw\:btn-tertiary-ia {
    background-color: transparent;
    --tw-ring-inset: inset;
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover:disabled {
      background-color: transparent;
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover:disabled {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .tw\:btn-tertiary-ia,
  .tw\:btn-secondary-ia,
  .tw\:btn-primary-ia {
    position: relative;
    z-index: 2;
  }
  .tw\:btn-primary-ia {
    background-color: var(--tw-color-purple-600);
    color: var(--tw-color-white);
  }
  @media (hover: hover) {
    .tw\:btn-primary-ia:hover {
      background-color: var(--tw-color-purple-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-ia:hover:disabled {
      background-color: var(--tw-color-purple-600);
    }
  }
  @media (hover: hover) {
    .tw\:btn-primary-ia:hover:disabled {
      --tw-ring-color: var(--tw-color-purple-600);
    }
  }
  .tw\:btn-primary-ia:focus {
    background-color: var(--tw-color-purple-500);
  }
  .tw\:btn-primary-ia:focus {
    --tw-ring-color: var(--tw-color-purple-300);
  }
  .tw\:btn-primary-ia:active {
    background-color: var(--tw-color-purple-50);
  }
  .tw\:btn-primary-ia:active {
    color: var(--tw-color-purple-700);
  }
  .tw\:btn-secondary-ia {
    background-color: var(--tw-color-white);
    color: var(--tw-color-purple-500);
    --tw-ring-color: var(--tw-color-purple-400);
  }
  @media (hover: hover) {
    .tw\:btn-secondary-ia:hover {
      background-color: var(--tw-color-purple-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-secondary-ia:hover:disabled {
      background-color: var(--tw-color-white);
    }
  }
  .tw\:btn-secondary-ia:focus {
    background-color: var(--tw-color-purple-50);
  }
  .tw\:btn-secondary-ia:focus {
    --tw-ring-color: var(--tw-color-purple-500);
  }
  .tw\:btn-secondary-ia:active {
    background-color: var(--tw-color-purple-300);
  }
  .tw\:btn-secondary-ia:active {
    color: var(--tw-color-purple-700);
  }
  .tw\:btn-tertiary-ia {
    color: var(--tw-color-purple-500);
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover {
      background-color: var(--tw-color-purple-50);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover {
      color: var(--tw-color-purple-500);
    }
  }
  @media (hover: hover) {
    .tw\:btn-tertiary-ia:hover {
      --tw-ring-color: var(--tw-color-purple-400);
    }
  }
  .tw\:btn-tertiary-ia:focus {
    background-color: var(--tw-color-purple-50);
  }
  .tw\:btn-tertiary-ia:focus {
    --tw-ring-color: var(--tw-color-purple-500);
  }
  .tw\:btn-tertiary-ia:active {
    background-color: var(--tw-color-purple-300);
  }
  .tw\:btn-tertiary-ia:active {
    color: var(--tw-color-purple-700);
  }
}
.marker-pin {
  position: absolute;
  height: calc(var(--tw-spacing) * 6);
  width: calc(var(--tw-spacing) * 6);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 8px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--tw-color-blue-500);
}
.marker-pin::after {
  content: var(--tw-content);
  position: absolute;
}
.marker-pin::after {
  content: var(--tw-content);
  bottom: calc(30px * -1);
}
.marker-pin::after {
  content: var(--tw-content);
  left: calc(6px * -1);
}
.marker-pin::after {
  content: var(--tw-content);
  height: calc(var(--tw-spacing) * 0);
}
.marker-pin::after {
  content: var(--tw-content);
  width: calc(var(--tw-spacing) * 0);
}
.marker-pin::after {
  content: var(--tw-content);
  border-style: var(--tw-border-style);
  border-width: 10px;
}
.marker-pin::after {
  content: var(--tw-content);
  border-top-style: var(--tw-border-style);
  border-top-width: 17px;
}
.marker-pin::after {
  content: var(--tw-content);
  --tw-border-style: solid;
  border-style: solid;
}
.marker-pin::after {
  content: var(--tw-content);
  border-color: transparent;
}
.marker-pin::after {
  content: var(--tw-content);
  border-top-color: var(--tw-color-blue-500);
}
.marker-pin::after {
  content: var(--tw-content);
  --tw-content: "";
  content: var(--tw-content);
}
.marker-pin.marker-actived {
  animation: var(--tw-animate-bounce);
  border-color: var(--tw-color-red-500);
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--tw-ease-out);
  transition-timing-function: var(--tw-ease-out);
}
.marker-pin.marker-actived::after {
  content: var(--tw-content);
  border-top-color: var(--tw-color-red-500);
}
.marker-pin.marker-actived::after {
  content: var(--tw-content);
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
}
.marker-pin.marker-actived::after {
  content: var(--tw-content);
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.marker-pin.marker-actived::after {
  content: var(--tw-content);
  --tw-ease: var(--tw-ease-out);
  transition-timing-function: var(--tw-ease-out);
}
.tox-tinymce {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tox-tinymce .tox-sidebar-wrap {
  padding: 10px 0;
  background-color: #F5F5F5;
}
.tox-tinymce .tox-sidebar-wrap .tox-edit-area {
  border-top: 0;
  padding-left: calc(-50% + 390px);
}
.tox-tinymce .tox-sidebar-wrap .tox-edit-area:before {
  border: none;
}
@media (max-width: 1199px) {
  .tox-tinymce .tox-sidebar-wrap .tox-edit-area {
    overflow: scroll;
  }
}
.tox-tinymce .tox-sidebar-wrap .tox-edit-area iframe {
  width: 213.96875mm !important;
  margin: 0 calc((100% - 213.96875mm) / 2);
}
.tw\:dropdown-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-inline: calc(var(--tw-spacing) * 4);
  padding-block: calc(var(--tw-spacing) * 2);
  font-size: var(--tw-text-sm);
  line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  white-space: nowrap;
  color: var(--tw-color-gray-700);
}
:where(.tw\:dropdown-link > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--tw-spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--tw-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
@media (hover: hover) {
  .tw\:dropdown-link:hover {
    background-color: var(--tw-color-gray-100);
  }
}
@media (hover: hover) {
  .tw\:dropdown-link:hover {
    color: var(--tw-color-gray-900);
  }
}
.tw\:dropdown-link:focus {
  background-color: var(--tw-color-gray-100);
}
.tw\:dropdown-link:focus {
  color: var(--tw-color-gray-900);
}
.tw\:dropdown-link:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (forced-colors: active) {
  .tw\:dropdown-link:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
.tw\:dropdown-link > fa-icon,
.tw\:dropdown-link > fa-stack,
.tw\:dropdown-link > .tw\:fa-custom-stack > .tw\:fa-custom-stack-main {
  width: calc(var(--tw-spacing) * 4) !important;
  height: auto;
  color: var(--tw-color-gray-500);
}
.tw\:dropdown-link > .tw\:fa-custom-stack {
  position: relative;
  display: flex;
}
.tw\:dropdown-link > .tw\:fa-custom-stack .tw\:fa-custom-stack-secondary {
  position: absolute;
  color: var(--tw-color-gray-500);
  right: -1px;
  bottom: -5px;
}
[appFormFileDropper].dragover {
  background-color: var(--tw-color-blue-300);
  transition-property:
    color,
    background-color,
    border-color,
    outline-color,
    text-decoration-color,
    fill,
    stroke,
    --tw-gradient-from,
    --tw-gradient-via,
    --tw-gradient-to,
    opacity,
    box-shadow,
    transform,
    translate,
    scale,
    rotate,
    filter,
    -webkit-backdrop-filter,
    backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
}
.tw\:in-error .tw\:in-error-message {
  font-size: var(--tw-text-xs);
  line-height: var(--tw-leading, var(--tw-text-xs--line-height));
  color: var(--tw-color-red-700);
}
.modal-without-overflow {
  max-height: calc(100vh - 0.5rem);
}
@media (min-width: 640px) {
  .modal-without-overflow {
    max-height: calc(100vh - 2rem);
  }
}
@media (min-width: 1024px) {
  .modal-without-overflow {
    max-height: calc(100vh - 4rem);
  }
}
mark.highlight {
  padding: calc(var(--tw-spacing) * 0);
  color: inherit;
  background-color: yellow;
}
tr:has(.tw\:collection-selection-head) > th > div {
  height: 48px;
}
.tw\:collection-selection-head {
  width: calc(var(--tw-spacing) * 12);
}
.tw\:collection-selection-head * > :has(input[type=checkbox]) {
  display: block;
  padding-top: 2px;
}
@media print {
  .tw\:collection-selection-head {
    display: none;
  }
}
.tw\:collection-selection-row *:has(input[type=checkbox]) {
  display: block;
  padding-top: 2px;
}
@media print {
  .tw\:collection-selection-row {
    display: none;
  }
}
ul,
ul[class*="tw:"] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bg-modules-fond {
  background-image: url(/assets/images/modules/background.svg);
}
textarea {
  resize: none;
}
@media print {
  *,
  *:before,
  *:after {
    color-adjust: exact;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .tw\:print\:overflow-initial {
    overflow: initial;
  }
}
@layer base {
  [type=text],
  input:where(:not([type])),
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  textarea,
  select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
  }
  :is([type=text], input:where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    border-color: oklch(54.6% 0.245 262.881);
  }
  input::placeholder,
  textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  [multiple],
  [size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
  }
  [type=checkbox],
  [type=radio] {
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type=checkbox] {
    border-radius: 0px;
  }
  [type=radio] {
    border-radius: 100%;
  }
  [type=checkbox]:focus,
  [type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  [type=checkbox]:checked,
  [type=radio]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  @media (forced-colors: active) {
    [type=checkbox]:checked {
      appearance: auto;
    }
  }
  [type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  @media (forced-colors: active) {
    [type=radio]:checked {
      appearance: auto;
    }
  }
  [type=checkbox]:checked:hover,
  [type=checkbox]:checked:focus,
  [type=radio]:checked:hover,
  [type=radio]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  @media (forced-colors: active) {
    [type=checkbox]:indeterminate {
      appearance: auto;
    }
  }
  [type=checkbox]:indeterminate:hover,
  [type=checkbox]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type=file]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; initial-value: rotateX(0); }
@property --tw-rotate-y { syntax: "*"; inherits: false; initial-value: rotateY(0); }
@property --tw-rotate-z { syntax: "*"; inherits: false; initial-value: rotateZ(0); }
@property --tw-skew-x { syntax: "*"; inherits: false; initial-value: skewX(0); }
@property --tw-skew-y { syntax: "*"; inherits: false; initial-value: skewY(0); }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-divide-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@property --tw-content { syntax: "*"; inherits: false; initial-value: ""; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-outline-style: solid;
    }
  }
}

/* src/app/legacy/scss/legacy_app.scss */
@layer base {
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  @font-face {
    font-family: "Glyphicons Halflings";
    src: url("./media/glyphicons-halflings-regular-PIHUWCJO.eot");
    src:
      url("./media/glyphicons-halflings-regular-PIHUWCJO.eot?#iefix") format("embedded-opentype"),
      url("./media/glyphicons-halflings-regular-W4DYDFZM.woff2") format("woff2"),
      url("./media/glyphicons-halflings-regular-JOUF32XT.woff") format("woff"),
      url("./media/glyphicons-halflings-regular-ACNUA6UY.ttf") format("truetype"),
      url("./media/glyphicons-halflings-regular-QXYEM3FU.svg#glyphicons_halflingsregular") format("svg");
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-asterisk:before {
    content: "*";
  }
  .glyphicon-plus:before {
    content: "+";
  }
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac";
  }
  .glyphicon-minus:before {
    content: "\2212";
  }
  .glyphicon-cloud:before {
    content: "\2601";
  }
  .glyphicon-envelope:before {
    content: "\2709";
  }
  .glyphicon-pencil:before {
    content: "\270f";
  }
  .glyphicon-glass:before {
    content: "\e001";
  }
  .glyphicon-music:before {
    content: "\e002";
  }
  .glyphicon-search:before {
    content: "\e003";
  }
  .glyphicon-heart:before {
    content: "\e005";
  }
  .glyphicon-star:before {
    content: "\e006";
  }
  .glyphicon-star-empty:before {
    content: "\e007";
  }
  .glyphicon-user:before {
    content: "\e008";
  }
  .glyphicon-film:before {
    content: "\e009";
  }
  .glyphicon-th-large:before {
    content: "\e010";
  }
  .glyphicon-th:before {
    content: "\e011";
  }
  .glyphicon-th-list:before {
    content: "\e012";
  }
  .glyphicon-ok:before {
    content: "\e013";
  }
  .glyphicon-remove:before {
    content: "\e014";
  }
  .glyphicon-zoom-in:before {
    content: "\e015";
  }
  .glyphicon-zoom-out:before {
    content: "\e016";
  }
  .glyphicon-off:before {
    content: "\e017";
  }
  .glyphicon-signal:before {
    content: "\e018";
  }
  .glyphicon-cog:before {
    content: "\e019";
  }
  .glyphicon-trash:before {
    content: "\e020";
  }
  .glyphicon-home:before {
    content: "\e021";
  }
  .glyphicon-file:before {
    content: "\e022";
  }
  .glyphicon-time:before {
    content: "\e023";
  }
  .glyphicon-road:before {
    content: "\e024";
  }
  .glyphicon-download-alt:before {
    content: "\e025";
  }
  .glyphicon-download:before {
    content: "\e026";
  }
  .glyphicon-upload:before {
    content: "\e027";
  }
  .glyphicon-inbox:before {
    content: "\e028";
  }
  .glyphicon-play-circle:before {
    content: "\e029";
  }
  .glyphicon-repeat:before {
    content: "\e030";
  }
  .glyphicon-refresh:before {
    content: "\e031";
  }
  .glyphicon-list-alt:before {
    content: "\e032";
  }
  .glyphicon-lock:before {
    content: "\e033";
  }
  .glyphicon-flag:before {
    content: "\e034";
  }
  .glyphicon-headphones:before {
    content: "\e035";
  }
  .glyphicon-volume-off:before {
    content: "\e036";
  }
  .glyphicon-volume-down:before {
    content: "\e037";
  }
  .glyphicon-volume-up:before {
    content: "\e038";
  }
  .glyphicon-qrcode:before {
    content: "\e039";
  }
  .glyphicon-barcode:before {
    content: "\e040";
  }
  .glyphicon-tag:before {
    content: "\e041";
  }
  .glyphicon-tags:before {
    content: "\e042";
  }
  .glyphicon-book:before {
    content: "\e043";
  }
  .glyphicon-bookmark:before {
    content: "\e044";
  }
  .glyphicon-print:before {
    content: "\e045";
  }
  .glyphicon-camera:before {
    content: "\e046";
  }
  .glyphicon-font:before {
    content: "\e047";
  }
  .glyphicon-bold:before {
    content: "\e048";
  }
  .glyphicon-italic:before {
    content: "\e049";
  }
  .glyphicon-text-height:before {
    content: "\e050";
  }
  .glyphicon-text-width:before {
    content: "\e051";
  }
  .glyphicon-align-left:before {
    content: "\e052";
  }
  .glyphicon-align-center:before {
    content: "\e053";
  }
  .glyphicon-align-right:before {
    content: "\e054";
  }
  .glyphicon-align-justify:before {
    content: "\e055";
  }
  .glyphicon-list:before {
    content: "\e056";
  }
  .glyphicon-indent-left:before {
    content: "\e057";
  }
  .glyphicon-indent-right:before {
    content: "\e058";
  }
  .glyphicon-facetime-video:before {
    content: "\e059";
  }
  .glyphicon-picture:before {
    content: "\e060";
  }
  .glyphicon-map-marker:before {
    content: "\e062";
  }
  .glyphicon-adjust:before {
    content: "\e063";
  }
  .glyphicon-tint:before {
    content: "\e064";
  }
  .glyphicon-edit:before {
    content: "\e065";
  }
  .glyphicon-share:before {
    content: "\e066";
  }
  .glyphicon-check:before {
    content: "\e067";
  }
  .glyphicon-move:before {
    content: "\e068";
  }
  .glyphicon-step-backward:before {
    content: "\e069";
  }
  .glyphicon-fast-backward:before {
    content: "\e070";
  }
  .glyphicon-backward:before {
    content: "\e071";
  }
  .glyphicon-play:before {
    content: "\e072";
  }
  .glyphicon-pause:before {
    content: "\e073";
  }
  .glyphicon-stop:before {
    content: "\e074";
  }
  .glyphicon-forward:before {
    content: "\e075";
  }
  .glyphicon-fast-forward:before {
    content: "\e076";
  }
  .glyphicon-step-forward:before {
    content: "\e077";
  }
  .glyphicon-eject:before {
    content: "\e078";
  }
  .glyphicon-chevron-left:before {
    content: "\e079";
  }
  .glyphicon-chevron-right:before {
    content: "\e080";
  }
  .glyphicon-plus-sign:before {
    content: "\e081";
  }
  .glyphicon-minus-sign:before {
    content: "\e082";
  }
  .glyphicon-remove-sign:before {
    content: "\e083";
  }
  .glyphicon-ok-sign:before {
    content: "\e084";
  }
  .glyphicon-question-sign:before {
    content: "\e085";
  }
  .glyphicon-info-sign:before {
    content: "\e086";
  }
  .glyphicon-screenshot:before {
    content: "\e087";
  }
  .glyphicon-remove-circle:before {
    content: "\e088";
  }
  .glyphicon-ok-circle:before {
    content: "\e089";
  }
  .glyphicon-ban-circle:before {
    content: "\e090";
  }
  .glyphicon-arrow-left:before {
    content: "\e091";
  }
  .glyphicon-arrow-right:before {
    content: "\e092";
  }
  .glyphicon-arrow-up:before {
    content: "\e093";
  }
  .glyphicon-arrow-down:before {
    content: "\e094";
  }
  .glyphicon-share-alt:before {
    content: "\e095";
  }
  .glyphicon-resize-full:before {
    content: "\e096";
  }
  .glyphicon-resize-small:before {
    content: "\e097";
  }
  .glyphicon-exclamation-sign:before {
    content: "\e101";
  }
  .glyphicon-gift:before {
    content: "\e102";
  }
  .glyphicon-leaf:before {
    content: "\e103";
  }
  .glyphicon-fire:before {
    content: "\e104";
  }
  .glyphicon-eye-open:before {
    content: "\e105";
  }
  .glyphicon-eye-close:before {
    content: "\e106";
  }
  .glyphicon-warning-sign:before {
    content: "\e107";
  }
  .glyphicon-plane:before {
    content: "\e108";
  }
  .glyphicon-calendar:before {
    content: "\e109";
  }
  .glyphicon-random:before {
    content: "\e110";
  }
  .glyphicon-comment:before {
    content: "\e111";
  }
  .glyphicon-magnet:before {
    content: "\e112";
  }
  .glyphicon-chevron-up:before {
    content: "\e113";
  }
  .glyphicon-chevron-down:before {
    content: "\e114";
  }
  .glyphicon-retweet:before {
    content: "\e115";
  }
  .glyphicon-shopping-cart:before {
    content: "\e116";
  }
  .glyphicon-folder-close:before {
    content: "\e117";
  }
  .glyphicon-folder-open:before {
    content: "\e118";
  }
  .glyphicon-resize-vertical:before {
    content: "\e119";
  }
  .glyphicon-resize-horizontal:before {
    content: "\e120";
  }
  .glyphicon-hdd:before {
    content: "\e121";
  }
  .glyphicon-bullhorn:before {
    content: "\e122";
  }
  .glyphicon-bell:before {
    content: "\e123";
  }
  .glyphicon-certificate:before {
    content: "\e124";
  }
  .glyphicon-thumbs-up:before {
    content: "\e125";
  }
  .glyphicon-thumbs-down:before {
    content: "\e126";
  }
  .glyphicon-hand-right:before {
    content: "\e127";
  }
  .glyphicon-hand-left:before {
    content: "\e128";
  }
  .glyphicon-hand-up:before {
    content: "\e129";
  }
  .glyphicon-hand-down:before {
    content: "\e130";
  }
  .glyphicon-circle-arrow-right:before {
    content: "\e131";
  }
  .glyphicon-circle-arrow-left:before {
    content: "\e132";
  }
  .glyphicon-circle-arrow-up:before {
    content: "\e133";
  }
  .glyphicon-circle-arrow-down:before {
    content: "\e134";
  }
  .glyphicon-globe:before {
    content: "\e135";
  }
  .glyphicon-wrench:before {
    content: "\e136";
  }
  .glyphicon-tasks:before {
    content: "\e137";
  }
  .glyphicon-filter:before {
    content: "\e138";
  }
  .glyphicon-briefcase:before {
    content: "\e139";
  }
  .glyphicon-fullscreen:before {
    content: "\e140";
  }
  .glyphicon-dashboard:before {
    content: "\e141";
  }
  .glyphicon-paperclip:before {
    content: "\e142";
  }
  .glyphicon-heart-empty:before {
    content: "\e143";
  }
  .glyphicon-link:before {
    content: "\e144";
  }
  .glyphicon-phone:before {
    content: "\e145";
  }
  .glyphicon-pushpin:before {
    content: "\e146";
  }
  .glyphicon-usd:before {
    content: "\e148";
  }
  .glyphicon-gbp:before {
    content: "\e149";
  }
  .glyphicon-sort:before {
    content: "\e150";
  }
  .glyphicon-sort-by-alphabet:before {
    content: "\e151";
  }
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
  }
  .glyphicon-sort-by-order:before {
    content: "\e153";
  }
  .glyphicon-sort-by-order-alt:before {
    content: "\e154";
  }
  .glyphicon-sort-by-attributes:before {
    content: "\e155";
  }
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
  }
  .glyphicon-unchecked:before {
    content: "\e157";
  }
  .glyphicon-expand:before {
    content: "\e158";
  }
  .glyphicon-collapse-down:before {
    content: "\e159";
  }
  .glyphicon-collapse-up:before {
    content: "\e160";
  }
  .glyphicon-log-in:before {
    content: "\e161";
  }
  .glyphicon-flash:before {
    content: "\e162";
  }
  .glyphicon-log-out:before {
    content: "\e163";
  }
  .glyphicon-new-window:before {
    content: "\e164";
  }
  .glyphicon-record:before {
    content: "\e165";
  }
  .glyphicon-save:before {
    content: "\e166";
  }
  .glyphicon-open:before {
    content: "\e167";
  }
  .glyphicon-saved:before {
    content: "\e168";
  }
  .glyphicon-import:before {
    content: "\e169";
  }
  .glyphicon-export:before {
    content: "\e170";
  }
  .glyphicon-send:before {
    content: "\e171";
  }
  .glyphicon-floppy-disk:before {
    content: "\e172";
  }
  .glyphicon-floppy-saved:before {
    content: "\e173";
  }
  .glyphicon-floppy-remove:before {
    content: "\e174";
  }
  .glyphicon-floppy-save:before {
    content: "\e175";
  }
  .glyphicon-floppy-open:before {
    content: "\e176";
  }
  .glyphicon-credit-card:before {
    content: "\e177";
  }
  .glyphicon-transfer:before {
    content: "\e178";
  }
  .glyphicon-cutlery:before {
    content: "\e179";
  }
  .glyphicon-header:before {
    content: "\e180";
  }
  .glyphicon-compressed:before {
    content: "\e181";
  }
  .glyphicon-earphone:before {
    content: "\e182";
  }
  .glyphicon-phone-alt:before {
    content: "\e183";
  }
  .glyphicon-tower:before {
    content: "\e184";
  }
  .glyphicon-stats:before {
    content: "\e185";
  }
  .glyphicon-sd-video:before {
    content: "\e186";
  }
  .glyphicon-hd-video:before {
    content: "\e187";
  }
  .glyphicon-subtitles:before {
    content: "\e188";
  }
  .glyphicon-sound-stereo:before {
    content: "\e189";
  }
  .glyphicon-sound-dolby:before {
    content: "\e190";
  }
  .glyphicon-sound-5-1:before {
    content: "\e191";
  }
  .glyphicon-sound-6-1:before {
    content: "\e192";
  }
  .glyphicon-sound-7-1:before {
    content: "\e193";
  }
  .glyphicon-copyright-mark:before {
    content: "\e194";
  }
  .glyphicon-registration-mark:before {
    content: "\e195";
  }
  .glyphicon-cloud-download:before {
    content: "\e197";
  }
  .glyphicon-cloud-upload:before {
    content: "\e198";
  }
  .glyphicon-tree-conifer:before {
    content: "\e199";
  }
  .glyphicon-tree-deciduous:before {
    content: "\e200";
  }
  .glyphicon-cd:before {
    content: "\e201";
  }
  .glyphicon-save-file:before {
    content: "\e202";
  }
  .glyphicon-open-file:before {
    content: "\e203";
  }
  .glyphicon-level-up:before {
    content: "\e204";
  }
  .glyphicon-copy:before {
    content: "\e205";
  }
  .glyphicon-paste:before {
    content: "\e206";
  }
  .glyphicon-alert:before {
    content: "\e209";
  }
  .glyphicon-equalizer:before {
    content: "\e210";
  }
  .glyphicon-king:before {
    content: "\e211";
  }
  .glyphicon-queen:before {
    content: "\e212";
  }
  .glyphicon-pawn:before {
    content: "\e213";
  }
  .glyphicon-bishop:before {
    content: "\e214";
  }
  .glyphicon-knight:before {
    content: "\e215";
  }
  .glyphicon-baby-formula:before {
    content: "\e216";
  }
  .glyphicon-tent:before {
    content: "\26fa";
  }
  .glyphicon-blackboard:before {
    content: "\e218";
  }
  .glyphicon-bed:before {
    content: "\e219";
  }
  .glyphicon-apple:before {
    content: "\f8ff";
  }
  .glyphicon-erase:before {
    content: "\e221";
  }
  .glyphicon-hourglass:before {
    content: "\231b";
  }
  .glyphicon-lamp:before {
    content: "\e223";
  }
  .glyphicon-duplicate:before {
    content: "\e224";
  }
  .glyphicon-piggy-bank:before {
    content: "\e225";
  }
  .glyphicon-scissors:before {
    content: "\e226";
  }
  .glyphicon-bitcoin:before {
    content: "\e227";
  }
  .glyphicon-btc:before {
    content: "\e227";
  }
  .glyphicon-xbt:before {
    content: "\e227";
  }
  .glyphicon-yen:before {
    content: "\a5";
  }
  .glyphicon-jpy:before {
    content: "\a5";
  }
  .glyphicon-ruble:before {
    content: "\20bd";
  }
  .glyphicon-rub:before {
    content: "\20bd";
  }
  .glyphicon-scale:before {
    content: "\e230";
  }
  .glyphicon-ice-lolly:before {
    content: "\e231";
  }
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
  }
  .glyphicon-education:before {
    content: "\e233";
  }
  .glyphicon-option-horizontal:before {
    content: "\e234";
  }
  .glyphicon-option-vertical:before {
    content: "\e235";
  }
  .glyphicon-menu-hamburger:before {
    content: "\e236";
  }
  .glyphicon-modal-window:before {
    content: "\e237";
  }
  .glyphicon-oil:before {
    content: "\e238";
  }
  .glyphicon-grain:before {
    content: "\e239";
  }
  .glyphicon-sunglasses:before {
    content: "\e240";
  }
  .glyphicon-text-size:before {
    content: "\e241";
  }
  .glyphicon-text-color:before {
    content: "\e242";
  }
  .glyphicon-text-background:before {
    content: "\e243";
  }
  .glyphicon-object-align-top:before {
    content: "\e244";
  }
  .glyphicon-object-align-bottom:before {
    content: "\e245";
  }
  .glyphicon-object-align-horizontal:before {
    content: "\e246";
  }
  .glyphicon-object-align-left:before {
    content: "\e247";
  }
  .glyphicon-object-align-vertical:before {
    content: "\e248";
  }
  .glyphicon-object-align-right:before {
    content: "\e249";
  }
  .glyphicon-triangle-right:before {
    content: "\e250";
  }
  .glyphicon-triangle-left:before {
    content: "\e251";
  }
  .glyphicon-triangle-bottom:before {
    content: "\e252";
  }
  .glyphicon-triangle-top:before {
    content: "\e253";
  }
  .glyphicon-console:before {
    content: "\e254";
  }
  .glyphicon-superscript:before {
    content: "\e255";
  }
  .glyphicon-subscript:before {
    content: "\e256";
  }
  .glyphicon-menu-left:before {
    content: "\e257";
  }
  .glyphicon-menu-right:before {
    content: "\e258";
  }
  .glyphicon-menu-down:before {
    content: "\e259";
  }
  .glyphicon-menu-up:before {
    content: "\e260";
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid rgb(238.425, 238.425, 238.425);
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role=button] {
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  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-weight: 400;
    line-height: 1;
    color: rgb(119.085, 119.085, 119.085);
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
  }
  h1 small,
  h1 .small,
  .h1 small,
  .h1 .small,
  h2 small,
  h2 .small,
  .h2 small,
  .h2 .small,
  h3 small,
  h3 .small,
  .h3 small,
  .h3 .small {
    font-size: 65%;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  h4 small,
  h4 .small,
  .h4 small,
  .h4 .small,
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 33px;
  }
  h2,
  .h2 {
    font-size: 27px;
  }
  h3,
  .h3 {
    font-size: 23px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 9px;
  }
  .lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px;
    }
  }
  small,
  .small {
    font-size: 84%;
  }
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase,
  .initialism {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: rgb(119.085, 119.085, 119.085);
  }
  .text-primary {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: rgb(42.808988764, 84.191011236, 43.5224719101);
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: rgb(35.984375, 82.25, 105.015625);
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover,
  a.text-danger:focus {
    color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  }
  .bg-primary {
    color: #fff;
  }
  .bg-primary {
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover,
  a.bg-success:focus {
    background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover,
  a.bg-info:focus {
    background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
  }
  .page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 9px;
  }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 18px;
  }
  dt,
  dd {
    line-height: 1.428571429;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
  }
  .initialism {
    font-size: 90%;
  }
  blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid rgb(238.425, 238.425, 238.425);
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: rgb(119.085, 119.085, 119.085);
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "\2014\a0";
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid rgb(238.425, 238.425, 238.425);
    border-left: 0;
  }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\a0\2014";
  }
  address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.428571429;
  }
  code,
  kbd,
  pre,
  samp {
    font-family:
      Menlo,
      Monaco,
      Consolas,
      "Courier New",
      monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
  }
  pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container:before,
  .container:after {
    display: table;
    content: " ";
  }
  .container:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 1010px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid:before,
  .container-fluid:after {
    display: table;
    content: " ";
  }
  .container-fluid:after {
    clear: both;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:before,
  .row:after {
    display: table;
    content: " ";
  }
  .row:after {
    clear: both;
  }
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
    .col-sm-1 {
      width: 8.3333333333%;
    }
    .col-sm-2 {
      width: 16.6666666667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.3333333333%;
    }
    .col-sm-5 {
      width: 41.6666666667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.3333333333%;
    }
    .col-sm-8 {
      width: 66.6666666667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.3333333333%;
    }
    .col-sm-11 {
      width: 91.6666666667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.3333333333%;
    }
    .col-sm-pull-2 {
      right: 16.6666666667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.3333333333%;
    }
    .col-sm-pull-5 {
      right: 41.6666666667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.3333333333%;
    }
    .col-sm-pull-8 {
      right: 66.6666666667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.3333333333%;
    }
    .col-sm-pull-11 {
      right: 91.6666666667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.3333333333%;
    }
    .col-sm-push-2 {
      left: 16.6666666667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.3333333333%;
    }
    .col-sm-push-5 {
      left: 41.6666666667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.3333333333%;
    }
    .col-sm-push-8 {
      left: 66.6666666667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.3333333333%;
    }
    .col-sm-push-11 {
      left: 91.6666666667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
    .col-sm-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1010px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
    .col-md-1 {
      width: 8.3333333333%;
    }
    .col-md-2 {
      width: 16.6666666667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.3333333333%;
    }
    .col-md-5 {
      width: 41.6666666667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.3333333333%;
    }
    .col-md-8 {
      width: 66.6666666667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.3333333333%;
    }
    .col-md-11 {
      width: 91.6666666667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.3333333333%;
    }
    .col-md-pull-2 {
      right: 16.6666666667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.3333333333%;
    }
    .col-md-pull-5 {
      right: 41.6666666667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.3333333333%;
    }
    .col-md-pull-8 {
      right: 66.6666666667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.3333333333%;
    }
    .col-md-pull-11 {
      right: 91.6666666667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.3333333333%;
    }
    .col-md-push-2 {
      left: 16.6666666667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.3333333333%;
    }
    .col-md-push-5 {
      left: 41.6666666667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.3333333333%;
    }
    .col-md-push-8 {
      left: 66.6666666667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.3333333333%;
    }
    .col-md-push-11 {
      left: 91.6666666667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
    .col-md-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: left;
    }
    .col-lg-1 {
      width: 8.3333333333%;
    }
    .col-lg-2 {
      width: 16.6666666667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.3333333333%;
    }
    .col-lg-5 {
      width: 41.6666666667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.3333333333%;
    }
    .col-lg-8 {
      width: 66.6666666667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.3333333333%;
    }
    .col-lg-11 {
      width: 91.6666666667%;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-pull-1 {
      right: 8.3333333333%;
    }
    .col-lg-pull-2 {
      right: 16.6666666667%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-4 {
      right: 33.3333333333%;
    }
    .col-lg-pull-5 {
      right: 41.6666666667%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-7 {
      right: 58.3333333333%;
    }
    .col-lg-pull-8 {
      right: 66.6666666667%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-10 {
      right: 83.3333333333%;
    }
    .col-lg-pull-11 {
      right: 91.6666666667%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-push-1 {
      left: 8.3333333333%;
    }
    .col-lg-push-2 {
      left: 16.6666666667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-4 {
      left: 33.3333333333%;
    }
    .col-lg-push-5 {
      left: 41.6666666667%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-7 {
      left: 58.3333333333%;
    }
    .col-lg-push-8 {
      left: 66.6666666667%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-10 {
      left: 83.3333333333%;
    }
    .col-lg-push-11 {
      left: 91.6666666667%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
    .col-lg-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  table {
    background-color: transparent;
  }
  table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
  }
  table td[class*=col-],
  table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgb(119.085, 119.085, 119.085);
    text-align: left;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  .table > thead > tr > td.active,
  .table > thead > tr > th.active,
  .table > thead > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: rgb(232.25, 232.25, 232.25);
  }
  .table > thead > tr > td.success,
  .table > thead > tr > th.success,
  .table > thead > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  }
  .table > thead > tr > td.info,
  .table > thead > tr > th.info,
  .table > thead > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  }
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  }
  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type=radio],
  input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \	;
    line-height: normal;
  }
  input[type=radio][disabled],
  input[type=radio].disabled,
  fieldset[disabled] input[type=radio],
  input[type=checkbox][disabled],
  input[type=checkbox].disabled,
  fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
  }
  input[type=file] {
    display: block;
  }
  input[type=range] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type=file]:focus,
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.428571429;
    color: rgb(85.425, 85.425, 85.425);
  }
  .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: rgb(85.425, 85.425, 85.425);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: rgb(238.425, 238.425, 238.425);
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
      line-height: 32px;
    }
    input[type=date].input-sm,
    .input-group-sm > .input-group-btn > input[type=date].btn,
    .input-group-sm input[type=date],
    input[type=time].input-sm,
    .input-group-sm > .input-group-btn > input[type=time].btn,
    .input-group-sm input[type=time],
    input[type=datetime-local].input-sm,
    .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
    .input-group-sm input[type=datetime-local],
    input[type=month].input-sm,
    .input-group-sm > .input-group-btn > input[type=month].btn,
    .input-group-sm input[type=month] {
      line-height: 28px;
    }
    input[type=date].input-lg,
    .input-group-lg > .input-group-btn > input[type=date].btn,
    .input-group-lg input[type=date],
    input[type=time].input-lg,
    .input-group-lg > .input-group-btn > input[type=time].btn,
    .input-group-lg input[type=time],
    input[type=datetime-local].input-lg,
    .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
    .input-group-lg input[type=datetime-local],
    input[type=month].input-lg,
    .input-group-lg > .input-group-btn > input[type=month].btn,
    .input-group-lg input[type=month] {
      line-height: 42px;
    }
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .radio input[type=radio],
  .radio-inline input[type=radio],
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \	;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  .form-control-static {
    min-height: 31px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .form-control-static.input-sm,
  .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
  }
  .input-sm,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm,
  .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
  }
  textarea.input-sm,
  .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-btn > textarea.btn,
  select[multiple].input-sm,
  .input-group-sm > select[multiple].form-control,
  .input-group-sm > select[multiple].input-group-addon,
  .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 28px;
    min-height: 29px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5;
  }
  .input-lg,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-lg,
  .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-btn > select.btn {
    height: 42px;
    line-height: 42px;
  }
  textarea.input-lg,
  .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-btn > textarea.btn,
  select[multiple].input-lg,
  .input-group-lg > select[multiple].form-control,
  .input-group-lg > select[multiple].input-group-addon,
  .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 42px;
    line-height: 42px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 42px;
    min-height: 33px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 40px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg > .form-control + .form-control-feedback,
  .input-group-lg > .input-group-addon + .form-control-feedback,
  .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm > .form-control + .form-control-feedback,
  .input-group-sm > .input-group-addon + .form-control-feedback,
  .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  }
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  }
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 23px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(114.75, 114.75, 114.75);
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 25px;
  }
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    display: table;
    content: " ";
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 15px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 11px;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    border-color: rgb(140.25, 140.25, 140.25);
  }
  .btn-default:hover {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    border-color: rgb(173.4, 173.4, 173.4);
  }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    background-image: none;
    border-color: rgb(173.4, 173.4, 173.4);
  }
  .btn-default:active:hover,
  .btn-default:active:focus,
  .btn-default:active.focus,
  .btn-default.active:hover,
  .btn-default.active:focus,
  .btn-default.active.focus,
  .open > .btn-default.dropdown-toggle:hover,
  .open > .btn-default.dropdown-toggle:focus,
  .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: rgb(211.65, 211.65, 211.65);
    border-color: rgb(140.25, 140.25, 140.25);
  }
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }
  .btn-primary {
    color: #fff;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
    border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
    border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
    background-image: none;
    border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  }
  .btn-primary:active:hover,
  .btn-primary:active:focus,
  .btn-primary:active.focus,
  .btn-primary.active:hover,
  .btn-primary.active:focus,
  .btn-primary.active.focus,
  .open > .btn-primary.dropdown-toggle:hover,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
    border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
  }
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
  }
  .btn-primary .badge {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    background-color: #fff;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
  }
  .btn-success:hover {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    background-image: none;
    border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  }
  .btn-success:active:hover,
  .btn-success:active:focus,
  .btn-success:active.focus,
  .btn-success.active:hover,
  .btn-success.active:focus,
  .btn-success.active.focus,
  .open > .btn-success.dropdown-toggle:hover,
  .open > .btn-success.dropdown-toggle:focus,
  .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
    border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
  }
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
  }
  .btn-info:hover {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    background-image: none;
    border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  }
  .btn-info:active:hover,
  .btn-info:active:focus,
  .btn-info:active.focus,
  .btn-info.active:hover,
  .btn-info.active:focus,
  .btn-info.active.focus,
  .open > .btn-info.dropdown-toggle:hover,
  .open > .btn-info.dropdown-toggle:focus,
  .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
    border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
  }
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: rgb(238.0078125, 162.109375, 54.4921875);
  }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    border-color: rgb(152.109375, 94.53125, 12.890625);
  }
  .btn-warning:hover {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    border-color: rgb(213.2296875, 132.515625, 18.0703125);
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    background-image: none;
    border-color: rgb(213.2296875, 132.515625, 18.0703125);
  }
  .btn-warning:active:hover,
  .btn-warning:active:focus,
  .btn-warning:active.focus,
  .btn-warning.active:hover,
  .btn-warning.active:focus,
  .btn-warning.active.focus,
  .open > .btn-warning.dropdown-toggle:hover,
  .open > .btn-warning.dropdown-toggle:focus,
  .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(213.2296875, 132.515625, 18.0703125);
    border-color: rgb(152.109375, 94.53125, 12.890625);
  }
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: rgb(238.0078125, 162.109375, 54.4921875);
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
  }
  .btn-danger:hover {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    background-image: none;
    border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  }
  .btn-danger:active:hover,
  .btn-danger:active:focus,
  .btn-danger:active.focus,
  .btn-danger.active:hover,
  .btn-danger.active:focus,
  .btn-danger.active.focus,
  .open > .btn-danger.dropdown-toggle:hover,
  .open > .btn-danger.dropdown-toggle:focus,
  .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
    border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
  }
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }
  .btn-link {
    font-weight: 400;
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: rgb(119.085, 119.085, 119.085);
    text-decoration: none;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type=submit].btn-block,
  input[type=reset].btn-block,
  input[type=button].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \	;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropup,
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: rgb(38.25, 38.25, 38.25);
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: rgb(119.085, 119.085, 119.085);
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.428571429;
    color: rgb(119.085, 119.085, 119.085);
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \	;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
    }
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar:before,
  .btn-toolbar:after {
    display: table;
    content: " ";
  }
  .btn-toolbar:after {
    clear: both;
  }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle,
  .btn-group.btn-group-lg > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
  }
  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret,
  .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret,
  .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
  }
  .btn-group-vertical > .btn-group:after {
    clear: both;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle=buttons] > .btn input[type=radio],
  [data-toggle=buttons] > .btn input[type=checkbox],
  [data-toggle=buttons] > .btn-group > .btn input[type=radio],
  [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group .form-control:focus {
    z-index: 3;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: rgb(85.425, 85.425, 85.425);
    text-align: center;
    background-color: rgb(238.425, 238.425, 238.425);
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px;
  }
  .input-group-addon input[type=radio],
  .input-group-addon input[type=checkbox] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav:before,
  .nav:after {
    display: table;
    content: " ";
  }
  .nav:after {
    clear: both;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .nav > li.disabled > a {
    color: rgb(119.085, 119.085, 119.085);
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: rgb(119.085, 119.085, 119.085);
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: rgb(238.425, 238.425, 238.425);
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: rgb(85.425, 85.425, 85.425);
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified,
  .nav-tabs.nav-justified {
    width: 100%;
  }
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified,
  .nav-tabs.nav-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
  }
  .navbar:before,
  .navbar:after {
    display: table;
    content: " ";
  }
  .navbar:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  .navbar-header:before,
  .navbar-header:after {
    display: table;
    content: " ";
  }
  .navbar-header:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse:before,
  .navbar-collapse:after {
    display: table;
    content: " ";
  }
  .navbar-collapse:after {
    clear: both;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 16px 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 8px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 18px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  }
  .navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .navbar-btn.btn-sm,
  .btn-group-sm > .navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .navbar-btn.btn-xs,
  .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: rgb(93.5, 93.5, 93.5);
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: rgb(231.425, 231.425, 231.425);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-default .btn-link {
    color: #777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333;
  }
  .navbar-default .btn-link[disabled]:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:hover,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-brand {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: rgb(8.5, 8.5, 8.5);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: rgb(8.5, 8.5, 8.5);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: rgb(157.335, 157.335, 157.335);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: rgb(8.5, 8.5, 8.5);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: rgb(16.15, 16.15, 16.15);
  }
  .navbar-inverse .navbar-link {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .navbar-inverse .btn-link {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #fff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\a0";
  }
  .breadcrumb > .active {
    color: rgb(119.085, 119.085, 119.085);
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
    background-color: rgb(238.425, 238.425, 238.425);
    border-color: #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: rgb(119.085, 119.085, 119.085);
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 18px 0;
    text-align: center;
    list-style: none;
  }
  .pager:before,
  .pager:after {
    display: table;
    content: " ";
  }
  .pager:after {
    clear: both;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: rgb(119.085, 119.085, 119.085);
    cursor: not-allowed;
    background-color: #fff;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  a.label:hover,
  a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label-default {
    background-color: rgb(119.085, 119.085, 119.085);
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: rgb(93.585, 93.585, 93.585);
  }
  .label-primary {
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  }
  .label-warning {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: rgb(236.015625, 151.21875, 30.984375);
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(119.085, 119.085, 119.085);
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    background-color: #fff;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200;
  }
  .jumbotron > hr {
    border-top-color: rgb(212.925, 212.925, 212.925);
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
  }
  .jumbotron .container {
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 59px;
    }
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333333;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .alert-success hr {
    border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
  }
  .alert-success .alert-link {
    color: rgb(42.808988764, 84.191011236, 43.5224719101);
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .alert-info hr {
    border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
  }
  .alert-info .alert-link {
    color: rgb(35.984375, 82.25, 105.015625);
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .alert-warning hr {
    border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
  }
  .alert-warning .alert-link {
    color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .alert-danger hr {
    border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
  }
  .alert-danger .alert-link {
    color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
    background-size: 40px 40px;
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image:
      linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent);
  }
  .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  .media-body {
    width: 10000px;
  }
  .media-object {
    display: block;
  }
  .media-object.img-thumbnail {
    max-width: none;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    color: rgb(119.085, 119.085, 119.085);
    cursor: not-allowed;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: rgb(119.085, 119.085, 119.085);
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
  }
  a.list-group-item,
  button.list-group-item {
    color: #555;
  }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-body:before,
  .panel-body:after {
    display: table;
    content: " ";
  }
  .panel-body:after {
    clear: both;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  .panel-group {
    margin-bottom: 18px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .panel-primary > .panel-heading .badge {
    color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
    background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  }
  .panel-success {
    border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .panel-info {
    border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .panel-warning {
    border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .panel-danger {
    border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid rgb(227.15, 227.15, 227.15);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header:before,
  .modal-header:after {
    display: table;
    content: " ";
  }
  .modal-header:after {
    clear: both;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.428571429;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 1010px) {
    .modal-lg {
      width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 11px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
  }
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
  }
  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 13px;
    background-color: rgb(247.35, 247.35, 247.35);
    border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: -moz-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel-control .icon-next:before {
    content: "\203a";
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \	;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -10px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: " ";
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs {
    display: none !important;
  }
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1009px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1009px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1009px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1009px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1009px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  html .label {
    font-size: 100%;
  }
  html .badge {
    font-size: 13px;
  }
  html body {
    font-family: "Inter", sans-serif;
    color: #8E8E93;
    background-color: #F0F3F4;
  }
  html body .panel.panel-white .panel-heading {
    border-color: rgba(0, 0, 0, 0.2);
  }
  html body .dropdown-menu {
    z-index: 1089;
    background-clip: unset;
  }
  .ui-select-placeholder,
  .ui-select-match-text > span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
  }
  .ui-select-bootstrap > .ui-select-choices {
    top: 32px !important;
  }
  .ui-select-bootstrap > .ui-select-match > .btn {
    overflow: hidden;
  }
  .ui-select-bootstrap .ui-select-match-text {
    padding-right: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ui-select-multiple .ui-select-match {
    display: block;
  }
  .ui-select-multiple .ui-select-match:not(:empty) {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 5px;
  }
  .ui-select-container:not(.ui-select-multiple) input.ui-select-search {
    width: 100% !important;
  }
  .ui-select-choices-group-label {
    text-transform: capitalize;
  }
  .ui-select-match .ui-select-toggle .btn-link {
    color: #007AFF;
  }
  .ui-select-match .ui-select-match-item {
    font-size: 13px;
  }
  .ui-select-match.btn-default-focus {
    outline: none;
  }
  .ui-select-no-choice .content {
    padding: 10px;
    font-style: italic;
    color: #C82E29;
    display: block;
  }
  .ui-select-no-choice.dropdown-menu {
    padding: 0;
  }
  body {
    padding: 0 !important;
  }
  .swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal {
    font-size: 17px;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox {
    margin-top: 20px;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox span {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 23px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox span:before {
    background-color: white;
    border: 1px solid #C8C7CC;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 0;
    top: 1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox span:after {
    display: inline-block;
    font-size: 12px;
    height: 19px;
    left: 6px;
    position: absolute;
    top: -1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    width: 19px;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox input[type=checkbox] {
    display: none;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox input[type=checkbox]:checked + span:before {
    border-width: 10px;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox input[type=checkbox]:checked + span:after {
    color: white;
    content: "\2713";
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-success input[type=checkbox]:checked + span:before {
    border-color: #5CB85C;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-primary input[type=checkbox]:checked + span:before {
    border-color: #007AFF;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-warning input[type=checkbox]:checked + span:before {
    border-color: #eea236;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-danger input[type=checkbox]:checked + span:before {
    border-color: #D43F3A;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-info input[type=checkbox]:checked + span:before {
    border-color: #46B8DA;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-purple input[type=checkbox]:checked + span:before {
    border-color: #804C75;
  }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-modal .swal2-checkbox.checkbox.check-green input[type=checkbox]:checked + span:before {
    border-color: #1FBBA6;
  }
  html,
  body {
    height: 100%;
    width: 100%;
  }
  body {
    direction: ltr;
    -webkit-font-smoothing: antialiased !important;
  }
  body > [class*="tw:"] {
    font-family: Inter, sans-serif;
  }
  ::selection {
    background: #1FBBA6;
    text-shadow: none;
    color: white;
  }
  a {
    color: #007AFF;
  }
  a:hover,
  a:focus,
  a:active {
    color: rgb(0, 97.6, 204);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
  }
  button {
    outline: 0;
  }
  h1[class*="tw:"],
  h2[class*="tw:"],
  h3[class*="tw:"],
  h4[class*="tw:"],
  h5[class*="tw:"] {
    margin: 0;
  }
  h1:where(:not([class*="tw:"])),
  h2:where(:not([class*="tw:"])),
  h3:where(:not([class*="tw:"])),
  h4:where(:not([class*="tw:"])),
  h5:where(:not([class*="tw:"])) {
    font-weight: 300;
    margin-top: 0;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    background-color: #007AFF;
    color: white;
  }
  .nav-pills > li > a {
    border-radius: 10px;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    background-color: #007AFF;
    border-color: #007AFF;
  }
  .container-fullw {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 30px 30px;
  }
  @media (max-width: 768px) {
    .container-fullw {
      padding: 15px 15px 30px;
    }
  }
  .btn {
    transition: all 0.3s ease 0s !important;
    background-image: none !important;
    box-shadow: none;
    outline: 0 !important;
    position: relative;
  }
  .btn > :not(first-child) {
    margin-left: 0.25rem;
  }
  .btn:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
  }
  .btn:hover,
  .btn:focus,
  .btn:active,
  .btn.active,
  .btn.disabled,
  .btn[disabled] {
    box-shadow: none;
  }
  .btn-o {
    background: none !important;
  }
  .btn-null {
    border: none;
    color: #707070;
    font-weight: bold;
    text-align: initial;
  }
  .btn-default {
    background-color: white;
    border-color: #C8C7CC;
    color: #8E8E93;
  }
  .btn-default:hover {
    background-color: white;
    border-color: rgb(186.8925233645, 185.6542056075, 191.8457943925);
    color: #8E8E93 !important;
  }
  .btn-default:active,
  .btn-default.active,
  .btn-default.active:focus,
  .btn-default:active:focus,
  .btn-default:active:hover {
    background-color: #F5F5F5;
    border-color: rgb(213.1074766355, 212.3457943925, 216.1542056075);
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154) !important;
  }
  .btn-default:focus {
    background-color: white;
    border-color: rgb(186.8925233645, 185.6542056075, 191.8457943925);
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154) !important;
  }
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #E2E2E4;
    color: rgb(207.1923076923, 207.1923076923, 209.3076923077);
  }
  .btn-default .caret {
    border-top-color: #8E8E93;
  }
  .dropup .btn-default .caret {
    border-bottom: 4px solid #8E8E93;
  }
  .btn-primary {
    background-color: #007AFF;
    border-color: #007AFF;
    color: white;
  }
  .open .btn-primary.dropdown-toggle {
    background-color: rgb(76.5, 161.9, 255);
    border-color: rgb(76.5, 161.9, 255);
  }
  .btn-primary:hover {
    background-color: rgb(51, 148.6, 255) !important;
    border-color: rgb(51, 148.6, 255);
    color: white;
  }
  .btn-primary:active,
  .btn-primary.active,
  .btn-primary.active:focus,
  .btn-primary:active:focus,
  .btn-primary:active:hover,
  .btn-primary.dropdown-toggle:active:hover {
    background-color: rgb(0, 109.8, 229.5) !important;
    border-color: rgb(0, 109.8, 229.5);
  }
  .btn-primary:focus {
    background-color: rgb(76.5, 161.9, 255);
    border-color: rgb(76.5, 161.9, 255);
  }
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: rgb(102, 175.2, 255);
    border-color: rgb(102, 175.2, 255);
    color: white;
  }
  .btn-primary.btn-o {
    border: 1px solid #007AFF;
    color: #007AFF;
  }
  .btn-primary.btn-o:hover {
    color: rgb(51, 148.6, 255);
    border-color: rgb(51, 148.6, 255);
    background: none !important;
  }
  .btn-primary.btn-o:active,
  .btn-primary.btn-o.active,
  .btn-primary.btn-o.active:focus,
  .btn-primary.btn-o:active:focus,
  .btn-primary.btn-o:active:hover {
    background-color: rgb(212.7946428571, 212.7946428571, 215.7053571429) !important;
  }
  .btn-primary.btn-o:focus {
    background-color: rgb(102, 175.2, 255);
    border-color: rgb(102, 175.2, 255);
    color: rgb(51, 148.6, 255);
  }
  .btn-primary.btn-o.disabled:hover,
  .btn-primary.btn-o.disabled:focus,
  .btn-primary.btn-o.disabled:active,
  .btn-primary.btn-o.disabled.active,
  .btn-primary.btn-o[disabled],
  .btn-primary.btn-o[disabled]:hover,
  .btn-primary.btn-o[disabled]:focus,
  .btn-primary.btn-o[disabled]:active,
  .btn-primary.btn-o[disabled].active,
  fieldset[disabled] .btn-primary.btn-o:hover,
  fieldset[disabled] .btn-primary.btn-o:focus,
  fieldset[disabled] .btn-primary.btn-o:active,
  fieldset[disabled] .btn-primary.btn-o.active {
    border-color: rgb(102, 175.2, 255);
    color: rgb(102, 175.2, 255);
  }
  .btn-primary.btn-o .caret {
    border-top-color: #007AFF;
  }
  .btn-primary .caret {
    border-top-color: white;
  }
  .dropup .btn-primary .caret {
    border-bottom: 4px solid white;
  }
  .btn-warning {
    background-color: #eea236;
    border-color: #eea236;
    color: white;
  }
  .open .btn-warning.dropdown-toggle {
    background-color: rgb(243.9655963303, 194.6353211009, 124.5344036697);
    border-color: rgb(243.9655963303, 194.6353211009, 124.5344036697);
  }
  .btn-warning:hover {
    background-color: rgb(241.9770642202, 183.7568807339, 101.0229357798) !important;
    border-color: rgb(241.9770642202, 183.7568807339, 101.0229357798);
    color: white;
  }
  .btn-warning:active,
  .btn-warning.active,
  .btn-warning.active:focus,
  .btn-warning:active:focus,
  .btn-warning:active:hover,
  .btn-warning.dropdown-toggle:active:hover {
    background-color: rgb(236.0114678899, 151.121559633, 30.4885321101) !important;
    border-color: rgb(236.0114678899, 151.121559633, 30.4885321101);
  }
  .btn-warning:focus {
    background-color: rgb(243.9655963303, 194.6353211009, 124.5344036697);
    border-color: rgb(243.9655963303, 194.6353211009, 124.5344036697);
  }
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
    border-color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
    color: white;
  }
  .btn-warning.btn-o {
    border: 1px solid #eea236;
    color: #eea236;
  }
  .btn-warning.btn-o:hover {
    color: rgb(241.9770642202, 183.7568807339, 101.0229357798);
    border-color: rgb(241.9770642202, 183.7568807339, 101.0229357798);
    background: none !important;
  }
  .btn-warning.btn-o:active,
  .btn-warning.btn-o.active,
  .btn-warning.btn-o.active:focus,
  .btn-warning.btn-o:active:focus,
  .btn-warning.btn-o:active:hover {
    background-color: rgb(212.7946428571, 212.7946428571, 215.7053571429) !important;
    border-color: rgb(198.6949541284, 123.5665137615, 16.8050458716) !important;
    color: rgb(198.6949541284, 123.5665137615, 16.8050458716) !important;
  }
  .btn-warning.btn-o:focus {
    background-color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
    border-color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
    color: rgb(241.9770642202, 183.7568807339, 101.0229357798);
  }
  .btn-warning.btn-o.disabled:hover,
  .btn-warning.btn-o.disabled:focus,
  .btn-warning.btn-o.disabled:active,
  .btn-warning.btn-o.disabled.active,
  .btn-warning.btn-o[disabled],
  .btn-warning.btn-o[disabled]:hover,
  .btn-warning.btn-o[disabled]:focus,
  .btn-warning.btn-o[disabled]:active,
  .btn-warning.btn-o[disabled].active,
  fieldset[disabled] .btn-warning.btn-o:hover,
  fieldset[disabled] .btn-warning.btn-o:focus,
  fieldset[disabled] .btn-warning.btn-o:active,
  fieldset[disabled] .btn-warning.btn-o.active {
    border-color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
    color: rgb(245.9541284404, 205.5137614679, 148.0458715596);
  }
  .btn-warning.btn-o .caret {
    border-top-color: #eea236;
  }
  .btn-warning .caret {
    border-top-color: white;
  }
  .dropup .btn-warning .caret {
    border-bottom: 4px solid white;
  }
  .btn-danger {
    background-color: #D43F3A;
    border-color: #D43F3A;
    color: white;
  }
  .open .btn-danger.dropdown-toggle {
    background-color: rgb(225.70625, 124.2, 120.79375);
    border-color: rgb(225.70625, 124.2, 120.79375);
  }
  .btn-danger:hover {
    background-color: rgb(221.1375, 103.8, 99.8625) !important;
    border-color: rgb(221.1375, 103.8, 99.8625);
    color: white;
  }
  .btn-danger:active,
  .btn-danger.active,
  .btn-danger.active:focus,
  .btn-danger:active:focus,
  .btn-danger:active:hover,
  .btn-danger.dropdown-toggle:active:hover {
    background-color: rgb(200.69375, 48.9, 43.80625) !important;
    border-color: rgb(200.69375, 48.9, 43.80625);
  }
  .btn-danger:focus {
    background-color: rgb(225.70625, 124.2, 120.79375);
    border-color: rgb(225.70625, 124.2, 120.79375);
  }
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: rgb(230.275, 144.6, 141.725);
    border-color: rgb(230.275, 144.6, 141.725);
    color: white;
  }
  .btn-danger.btn-o {
    border: 1px solid #D43F3A;
    color: #D43F3A;
  }
  .btn-danger.btn-o:hover {
    color: rgb(221.1375, 103.8, 99.8625);
    border-color: rgb(221.1375, 103.8, 99.8625);
    background: none !important;
  }
  .btn-danger.btn-o:active,
  .btn-danger.btn-o.active,
  .btn-danger.btn-o.active:focus,
  .btn-danger.btn-o:active:focus,
  .btn-danger.btn-o:active:hover {
    background-color: rgb(212.7946428571, 212.7946428571, 215.7053571429) !important;
    border-color: rgb(158.83125, 38.7, 34.66875) !important;
    color: rgb(158.83125, 38.7, 34.66875) !important;
  }
  .btn-danger.btn-o:focus {
    background-color: rgb(230.275, 144.6, 141.725);
    border-color: rgb(230.275, 144.6, 141.725);
    color: rgb(221.1375, 103.8, 99.8625);
  }
  .btn-danger.btn-o.disabled:hover,
  .btn-danger.btn-o.disabled:focus,
  .btn-danger.btn-o.disabled:active,
  .btn-danger.btn-o.disabled.active,
  .btn-danger.btn-o[disabled],
  .btn-danger.btn-o[disabled]:hover,
  .btn-danger.btn-o[disabled]:focus,
  .btn-danger.btn-o[disabled]:active,
  .btn-danger.btn-o[disabled].active,
  fieldset[disabled] .btn-danger.btn-o:hover,
  fieldset[disabled] .btn-danger.btn-o:focus,
  fieldset[disabled] .btn-danger.btn-o:active,
  fieldset[disabled] .btn-danger.btn-o.active {
    border-color: rgb(230.275, 144.6, 141.725);
    color: rgb(230.275, 144.6, 141.725);
  }
  .btn-danger.btn-o .caret {
    border-top-color: #D43F3A;
  }
  .btn-danger .caret {
    border-top-color: white;
  }
  .dropup .btn-danger .caret {
    border-bottom: 4px solid white;
  }
  .btn-azure {
    background-color: #0095C8;
    border-color: #0095C8;
    color: white;
  }
  .open .btn-azure.dropdown-toggle {
    background-color: rgb(21.5, 195.4575, 255);
    border-color: rgb(21.5, 195.4575, 255);
  }
  .btn-azure:hover {
    background-color: rgb(0, 186.995, 251) !important;
    border-color: rgb(0, 186.995, 251);
    color: white;
  }
  .btn-azure:active,
  .btn-azure.active,
  .btn-azure.active:focus,
  .btn-azure:active:focus,
  .btn-azure:active:hover,
  .btn-azure.dropdown-toggle:active:hover {
    background-color: rgb(0, 130.0025, 174.5) !important;
    border-color: rgb(0, 130.0025, 174.5);
  }
  .btn-azure:focus {
    background-color: rgb(21.5, 195.4575, 255);
    border-color: rgb(21.5, 195.4575, 255);
    color: white;
  }
  .btn-azure.disabled:hover,
  .btn-azure.disabled:focus,
  .btn-azure.disabled:active,
  .btn-azure.disabled.active,
  .btn-azure[disabled],
  .btn-azure[disabled]:hover,
  .btn-azure[disabled]:focus,
  .btn-azure[disabled]:active,
  .btn-azure[disabled].active,
  fieldset[disabled] .btn-azure:hover,
  fieldset[disabled] .btn-azure:focus,
  fieldset[disabled] .btn-azure:active,
  fieldset[disabled] .btn-azure.active {
    background-color: rgb(47, 201.96, 255);
    border-color: rgb(47, 201.96, 255);
    color: white;
  }
  .btn-azure.btn-o {
    border: 1px solid #0095C8;
    color: #0095C8;
  }
  .btn-azure.btn-o:hover {
    color: rgb(0, 186.995, 251);
    border-color: rgb(0, 186.995, 251);
    background: none !important;
  }
  .btn-azure.btn-o:active,
  .btn-azure.btn-o.active,
  .btn-azure.btn-o.active:focus,
  .btn-azure.btn-o:active:focus,
  .btn-azure.btn-o:active:hover {
    background-color: rgb(212.7946428571, 212.7946428571, 215.7053571429) !important;
    border-color: rgb(0, 92.0075, 123.5) !important;
    color: rgb(0, 92.0075, 123.5) !important;
  }
  .btn-azure.btn-o:focus {
    background-color: rgb(47, 201.96, 255);
    border-color: rgb(47, 201.96, 255);
    color: rgb(0, 186.995, 251);
  }
  .btn-azure.btn-o.disabled:hover,
  .btn-azure.btn-o.disabled:focus,
  .btn-azure.btn-o.disabled:active,
  .btn-azure.btn-o.disabled.active,
  .btn-azure.btn-o[disabled],
  .btn-azure.btn-o[disabled]:hover,
  .btn-azure.btn-o[disabled]:focus,
  .btn-azure.btn-o[disabled]:active,
  .btn-azure.btn-o[disabled].active,
  fieldset[disabled] .btn-azure.btn-o:hover,
  fieldset[disabled] .btn-azure.btn-o:focus,
  fieldset[disabled] .btn-azure.btn-o:active,
  fieldset[disabled] .btn-azure.btn-o.active {
    border-color: rgb(47, 201.96, 255);
    color: rgb(47, 201.96, 255);
  }
  .btn-azure.btn-o .caret {
    border-top-color: #0095C8;
  }
  .btn-azure .caret {
    border-top-color: white;
  }
  .dropup .btn-azure .caret {
    border-bottom: 4px solid white;
  }
  .btn-green {
    background-color: #1FBBA6;
    border-color: #1FBBA6;
    color: white;
  }
  .open .btn-green.dropdown-toggle {
    background-color: rgb(70.1444954128, 224.3555045872, 203.5963302752);
    border-color: rgb(70.1444954128, 224.3555045872, 203.5963302752);
  }
  .btn-green:hover {
    background-color: rgb(48.2706422018, 220.7293577982, 197.5137614679) !important;
    border-color: rgb(48.2706422018, 220.7293577982, 197.5137614679);
    color: white;
  }
  .btn-green:active,
  .btn-green.active,
  .btn-green.active:focus,
  .btn-green:active:focus,
  .btn-green:active:hover,
  .btn-green.dropdown-toggle:active:hover {
    background-color: rgb(27.373853211, 165.126146789, 146.5825688073) !important;
    border-color: rgb(27.373853211, 165.126146789, 146.5825688073);
  }
  .btn-green:focus {
    background-color: rgb(70.1444954128, 224.3555045872, 203.5963302752);
    border-color: rgb(70.1444954128, 224.3555045872, 203.5963302752);
    color: white;
  }
  .btn-green.disabled:hover,
  .btn-green.disabled:focus,
  .btn-green.disabled:active,
  .btn-green.disabled.active,
  .btn-green[disabled],
  .btn-green[disabled]:hover,
  .btn-green[disabled]:focus,
  .btn-green[disabled]:active,
  .btn-green[disabled].active,
  fieldset[disabled] .btn-green:hover,
  fieldset[disabled] .btn-green:focus,
  fieldset[disabled] .btn-green:active,
  fieldset[disabled] .btn-green.active {
    background-color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
    border-color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
    color: white;
  }
  .btn-green.btn-o {
    border: 1px solid #1FBBA6;
    color: #1FBBA6;
  }
  .btn-green.btn-o:hover {
    color: rgb(48.2706422018, 220.7293577982, 197.5137614679);
    border-color: rgb(48.2706422018, 220.7293577982, 197.5137614679);
    background: none !important;
  }
  .btn-green.btn-o:active,
  .btn-green.btn-o.active,
  .btn-green.btn-o.active:focus,
  .btn-green.btn-o:active:focus,
  .btn-green.btn-o:active:hover {
    background-color: rgb(212.7946428571, 212.7946428571, 215.7053571429) !important;
    border-color: rgb(20.121559633, 121.378440367, 107.747706422) !important;
    color: rgb(20.121559633, 121.378440367, 107.747706422) !important;
  }
  .btn-green.btn-o:focus {
    background-color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
    border-color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
    color: rgb(48.2706422018, 220.7293577982, 197.5137614679);
  }
  .btn-green.btn-o.disabled:hover,
  .btn-green.btn-o.disabled:focus,
  .btn-green.btn-o.disabled:active,
  .btn-green.btn-o.disabled.active,
  .btn-green.btn-o[disabled],
  .btn-green.btn-o[disabled]:hover,
  .btn-green.btn-o[disabled]:focus,
  .btn-green.btn-o[disabled]:active,
  .btn-green.btn-o[disabled].active,
  fieldset[disabled] .btn-green.btn-o:hover,
  fieldset[disabled] .btn-green.btn-o:focus,
  fieldset[disabled] .btn-green.btn-o:active,
  fieldset[disabled] .btn-green.btn-o.active {
    border-color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
    color: rgb(92.0183486239, 227.9816513761, 209.6788990826);
  }
  .btn-green.btn-o .caret {
    border-top-color: #1FBBA6;
  }
  .btn-green .caret {
    border-top-color: white;
  }
  .dropup .btn-green .caret {
    border-bottom: 4px solid white;
  }
  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file .svg-inject {
    vertical-align: middle;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    cursor: inherit;
    display: block;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin: 0;
  }
  label:where([class*="tw:"]) {
    margin: 0;
  }
  fieldset {
    background: white;
    border: 1px solid #C8C7CC;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 25px;
    position: relative;
  }
  fieldset .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  fieldset legend {
    background: inherit;
    color: #007AFF;
    font-size: 15px;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
  }
  textarea:where(:not([class*="tw:"])):where(:not([role=combobox])),
  select:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=text]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=password]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=datetime]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=datetime-local]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=date]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=month]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=time]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=week]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=number]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=email]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=url]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=search]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=tel]:where(:not([class*="tw:"])):where(:not([role=combobox])),
  input[type=color]:where(:not([class*="tw:"])):where(:not([role=combobox])) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: none;
    border: 1px solid #C8C7CC;
    border-radius: 0 0 0 0 !important;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
    font-family: inherit;
    line-height: 1.2;
    font-size: inherit;
    padding: 5px 4px;
    box-shadow: none !important;
  }
  textarea:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  select:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=text]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=password]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=datetime]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=datetime-local]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=date]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=month]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=time]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=week]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=number]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=email]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=url]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=search]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=tel]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover,
  input[type=color]:where(:not([class*="tw:"])):where(:not([role=combobox])):hover {
    border-color: rgb(173.785046729, 172.308411215, 179.691588785);
  }
  textarea:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  select:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=text]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=password]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=datetime]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=datetime-local]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=date]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=month]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=time]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=week]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=number]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=email]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=url]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=search]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=tel]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus,
  input[type=color]:where(:not([class*="tw:"])):where(:not([role=combobox])):focus {
    box-shadow: none !important;
    border-color: rgb(186.8925233645, 185.6542056075, 191.8457943925) !important;
    background-color: #F5F5F5 !important;
  }
  textarea[disabled]:where(:not([class*="tw:"])),
  input[disabled]:where(:not([class*="tw:"])),
  select[disabled]:where(:not([class*="tw:"])) {
    background: transparent !important;
    border-color: #F5F5F5 !important;
  }
  textarea[disabled]:where(:not([class*="tw:"])):hover,
  textarea[disabled]:where(:not([class*="tw:"])):focus,
  input[disabled]:where(:not([class*="tw:"])):hover,
  input[disabled]:where(:not([class*="tw:"])):focus,
  select[disabled]:where(:not([class*="tw:"])):hover,
  select[disabled]:where(:not([class*="tw:"])):focus {
    background: #E2E2E4 !important;
    border-color: #F5F5F5;
  }
  legend {
    color: inherit;
    font-size: 15px;
    font-weight: 300;
  }
  select[multiple=multiple]:focus option {
    background: #F5F5F5 !important;
  }
  .has-error .form-control:focus,
  .has-error .form-control:hover,
  .has-warning .form-control:focus,
  .has-warning .form-control:hover {
    box-shadow: none;
  }
  .has-error .error {
    color: #D43F3A;
  }
  .has-error input:where([class*="tw:"]),
  .has-error .form-control {
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
    border-color: #D43F3A !important;
    border-width: 1px !important;
    border-style: dotted;
  }
  .has-error input:where([class*="tw:"]):focus,
  .has-error input:where([class*="tw:"]):hover,
  .has-error .form-control:focus,
  .has-error .form-control:hover {
    border-color: #F5F5F5;
    border-bottom-color: #D43F3A !important;
  }
  .has-error label {
    color: #D43F3A !important;
  }
  .has-warning {
    color: #eea236;
  }
  .has-warning .form-control {
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
    border-color: #F5F5F5;
    border-bottom-color: #eea236 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted;
    border-color: #eea236 !important;
    border-width: 1px !important;
    border-style: dotted;
  }
  .has-warning .form-control:focus,
  .has-warning .form-control:hover {
    border-color: #F5F5F5;
    border-bottom-color: #eea236 !important;
  }
  .has-warning label {
    color: #eea236;
  }
  label {
    font-weight: normal;
    color: #858585;
  }
  span.input-icon {
    display: block;
    position: relative;
  }
  .input-icon > input {
    padding-left: 40px !important;
    padding-right: 6px;
  }
  .input-icon > .icon {
    bottom: 0;
    color: #007AFF;
    display: inline-block;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: -1px;
    z-index: 2;
  }
  select.form-control {
    background-color: white;
    border: 1px solid #C8C7CC;
    border-radius: 0 0 0 0;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  select.form-control option {
    padding: 3px 4px;
  }
  .radio label.radio-inline,
  .checkbox label.checkbox-inline {
    display: inline-block;
  }
  .radio-inline,
  .radio-inline + .radio-inline,
  .checkbox-inline,
  .checkbox-inline + .checkbox-inline {
    margin: 5px 10px 10px 0 !important;
  }
  .checkbox-table {
    display: inline-block;
    margin: 2px 0 0 0;
    line-height: 10px;
  }
  .checkbox-table label {
    margin-bottom: 0;
  }
  .form-group {
    position: relative;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: default;
  }
  input[type=radio],
  input[type=checkbox] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
  }
  input[type=radio]:where([class*="tw:"]),
  input[type=checkbox]:where([class*="tw:"]) {
    margin: 0;
  }
  input[type=file]:focus:where([class*="tw:"]),
  input[type=radio]:focus:where([class*="tw:"]),
  input[type=checkbox]:focus:where([class*="tw:"]) {
    outline: unset;
    outline-offset: unset;
  }
  .clip-check {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
  }
  .clip-check label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 23px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
  }
  .clip-check label:before {
    background-color: white;
    border: 1px solid #C8C7CC;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 0;
    top: 1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
  }
  .clip-check label:after {
    display: inline-block;
    font-size: 11px;
    height: 19px;
    left: 6px;
    position: absolute;
    top: -1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    width: 19px;
  }
  .clip-check input[type=checkbox] {
    display: none;
  }
  .clip-check input[type=checkbox]:checked + label:before {
    border-width: 10px;
  }
  .clip-check input[type=checkbox]:checked + label:after {
    color: white;
    content: "\2713";
  }
  .clip-check input[type=checkbox][disabled] + label {
    opacity: 0.65;
  }
  .clip-check input[type=checkbox][disabled] + label:before {
    background-color: #F5F5F5;
  }
  .clip-check.check-success input[type=checkbox]:checked + label:before {
    border-color: #5CB85C;
  }
  .clip-check.check-primary input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .clip-check.check-warning input[type=checkbox]:checked + label:before {
    border-color: #eea236;
  }
  .clip-check.check-danger input[type=checkbox]:checked + label:before {
    border-color: #D43F3A;
  }
  .clip-check.check-info input[type=checkbox]:checked + label:before {
    border-color: #46B8DA;
  }
  .clip-check.check-purple input[type=checkbox]:checked + label:before {
    border-color: #804C75;
  }
  .clip-check.check-green input[type=checkbox]:checked + label:before {
    border-color: #1FBBA6;
  }
  .clip-radio {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
  }
  .clip-radio label {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px !important;
    position: relative;
    margin-bottom: 6px;
  }
  .clip-radio label:where(:not([class*="tw:"])) {
    font-size: 13px;
    line-height: 23px;
  }
  .clip-radio label:before {
    background-color: white;
    border: 1px solid #C8C7CC;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
  }
  .clip-radio label:after {
    border: 1px solid #C8C7CC;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
  }
  .clip-radio input[type=radio] {
    display: none;
  }
  .clip-radio input[type=radio]:checked + label:before {
    border-width: 6px;
    background: #F5F5F5;
    border-color: white;
  }
  .clip-radio input[type=radio][disabled] + label {
    opacity: 0.65;
  }
  .clip-radio.radio-md label {
    padding-left: 30px !important;
    line-height: 28px;
  }
  .clip-radio.radio-md label:before {
    height: 25px;
    width: 25px;
  }
  .clip-radio.radio-md label:after {
    height: 25px;
    width: 25px;
  }
  .clip-radio.radio-md input[type=radio] {
    display: none;
  }
  .clip-radio.radio-md input[type=radio]:checked + label:before {
    border-width: 7px;
  }
  .clip-radio.radio-lg label {
    padding-left: 35px !important;
    line-height: 33px;
  }
  .clip-radio.radio-lg label:before {
    height: 30px;
    width: 30px;
  }
  .clip-radio.radio-lg label:after {
    height: 30px;
    width: 30px;
  }
  .clip-radio.radio-lg input[type=radio] {
    display: none;
  }
  .clip-radio.radio-lg input[type=radio]:checked + label:before {
    border-width: 8px;
  }
  .clip-radio.radio-success input[type=radio]:checked + label:before {
    background: #5CB85C;
  }
  .clip-radio.radio-primary input[type=radio]:checked + label:before {
    background: #007AFF;
  }
  .clip-radio.radio-info input[type=radio]:checked + label:before {
    background: #46B8DA;
  }
  .clip-radio.radio-warning input[type=radio]:checked + label:before {
    background: #eea236;
  }
  .clip-radio.radio-danger input[type=radio]:checked + label:before {
    background: #D43F3A;
  }
  .clip-radio.radio-purple input[type=radio]:checked + label:before {
    background: #804C75;
  }
  .clip-radio.radio-green input[type=radio]:checked + label:before {
    background: #1FBBA6;
  }
  .badge {
    background-color: #007AFF;
  }
  .badge-success {
    background-color: #5CB85C;
  }
  .badge-warning {
    background-color: #eea236;
  }
  .badge-info {
    background-color: #46B8DA;
  }
  .badge-danger {
    background-color: #D43F3A;
  }
  .badge-new {
    background-color: #007AFF;
    border-radius: 12px 12px 12px 12px !important;
    font-size: 12px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
  }
  .badge-inverse,
  .label-inverse {
    background-color: #555;
  }
  .label-default {
    background-color: #007AFF;
  }
  .label-price,
  .label-rent,
  .label-valeur {
    background-color: #485058;
  }
  .label-localisation {
    background-color: #46B8DA;
  }
  .label-nature {
    background-color: #1FBBA6;
  }
  .label-brouillon {
    background-color: rgb(212.2864321608, 47.7135678392, 97.9648241206);
  }
  .label-confrere {
    background-color: rgb(0, 167.9975, 225.5);
  }
  .label-results {
    color: white;
    margin: 2px;
  }
  #app {
    height: auto;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #app .app-content {
    height: 100%;
  }
  #app .app-content:before,
  #app .app-content:after {
    content: " ";
    display: table;
  }
  #app .app-content:after {
    clear: both;
  }
  @media (max-width: 991px) {
    #app {
      width: 100%;
    }
    #app .app-content {
      transition: transform 300ms ease 0s;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1050;
    }
  }
  .main-content {
    position: relative;
  }
  .main-content .container {
    max-width: none !important;
    width: 100% !important;
    display: inline-block;
  }
  .main-content > .container {
    padding-bottom: 0;
  }
  .messages-list {
    border-right: 1px solid hsl(240, 3.5714285714%, 109.0196078431%);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    bottom: 0;
  }
  .messages-list .messages-item {
    border-bottom: 1px solid #C8C7CC;
    padding: 10px 15px 5px 25px;
    position: relative;
  }
  .messages-list .messages-item:hover {
    background-color: hsl(240, 3.5714285714%, 119.0196078431%);
    cursor: pointer !important;
  }
  .messages-list .messages-item.active {
    background-color: hsl(240, 3.5714285714%, 119.0196078431%);
  }
  .messages-list .messages-item:last-child {
    padding-bottom: 3rem;
  }
  .no-messages {
    opacity: 0.5;
    text-align: center;
    margin-top: 200px;
  }
  .suivi-report .report-message .message-actions {
    width: calc(100% - 30px);
    border-bottom: 1px solid #DCDCDC;
    margin: 0 15px;
  }
  .suivi-report .report-message .message-actions .actions-list {
    height: 65px;
    padding: 15px 0;
  }
  .suivi-report .report-message .message-header {
    border-bottom: 1px solid hsl(240, 3.5714285714%, 109.0196078431%);
    padding: 25px 15px 10px;
  }
  .suivi-report .report-message .message-header .message-from {
    font-weight: bold;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  .suivi-report .report-message .message-header .message-time {
    color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
    font-size: 11px;
  }
  .suivi-report .report-message .message-subject {
    padding: 20px 10px 0;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  .suivi-report .report-message .message-content {
    padding: 20px 10px;
    color: #8E8E93;
  }
  .modal-backdrop {
    background-color: black;
    bottom: 0;
    position: fixed;
  }
  .modal-backdrop.in {
    opacity: 0.4;
  }
  .modal-content {
    box-shadow: none;
  }
  .modal-footer,
  .modal-header {
    border-color: #DCDCDC;
  }
  .pagination > li > a,
  .pagination > li > span {
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #007AFF;
  }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    background-color: #007AFF;
    border-color: #007AFF;
  }
  .panel {
    background: none;
    box-shadow: none;
    border-radius: 3px;
    color: #8E8E93;
    border: none;
    position: relative;
  }
  .panel .panel-heading {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-height: 40px;
  }
  .panel .panel-footer {
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    padding: 15px;
    background: none;
  }
  .panel-white {
    background-color: white;
    position: relative;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .table {
    border-collapse: separate;
  }
  .table > thead > tr > th {
    border-top: none;
  }
  .table-bordered.table > thead > tr > th {
    border-bottom: 1px solid #DCDCDC;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-bottom: 1px solid #C8C7CC;
    border-top: none;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: rgb(231.4579439252, 231.0299065421, 233.1700934579);
  }
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th {
    background-color: rgb(231.4579439252, 231.0299065421, 233.1700934579) !important;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154) !important;
  }
  .table > tbody > tr.active:hover > td,
  .table > tbody > tr.active:hover > th {
    background-color: rgb(220.9719626168, 220.353271028, 223.446728972) !important;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154) !important;
  }
  th.center,
  td.center {
    text-align: center;
  }
  td.center .dropdown-menu {
    text-align: left;
  }
  td.small-width {
    width: 15%;
  }
  .table thead tr {
    color: #707070;
    font-weight: normal;
  }
  .table.table-bordered {
    border-right: none;
    border-bottom: none;
  }
  .table.table-bordered > thead > tr > th,
  .table.table-bordered > tbody > tr > th,
  .table.table-bordered > tfoot > tr > th,
  .table.table-bordered > thead > tr > td,
  .table.table-bordered > tbody > tr > td,
  .table.table-bordered > tfoot > tr > td {
    border-top: none;
    border-left: none;
  }
  .table.table-bordered thead tr th,
  .table thead > tr > th,
  .table tbody > tr > th,
  .table tfoot > tr > th,
  .table thead > tr > td,
  .table tbody > tr > td,
  .table tfoot > tr > td {
    vertical-align: middle;
  }
  .tabbable {
    background: none;
    padding: 1px;
    margin-bottom: 15px;
  }
  .tabbable > .nav {
    margin-bottom: 10px;
  }
  .tabbable .tab-content {
    background-color: white;
    position: relative;
  }
  .tabbable .tab-content .tab-pane {
    display: none;
    padding: 15px;
  }
  .tabbable .tab-content .active {
    display: block;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-margin {
    margin: 0 !important;
  }
  .inline {
    display: inline;
  }
  .no-radius {
    border-radius: 0 !important;
  }
  .no-border {
    border: none !important;
  }
  .border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  .panel-white .border-light,
  .border-dark {
    border-color: rgba(0, 0, 0, 0.2) !important;
  }
  .panel-white .border-dark {
    border-color: rgba(0, 0, 0, 0.3) !important;
  }
  .inline-block {
    display: inline-block !important;
  }
  .no-display {
    display: none !important;
  }
  .padding-5 {
    padding: 5px !important;
  }
  .padding-10 {
    padding: 10px !important;
  }
  .padding-15 {
    padding: 15px !important;
  }
  .padding-20 {
    padding: 20px !important;
  }
  .padding-25 {
    padding: 25px !important;
  }
  .padding-30 {
    padding: 30px !important;
  }
  .padding-35 {
    padding: 35px !important;
  }
  .padding-40 {
    padding: 40px !important;
  }
  .padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .padding-bottom-5 {
    padding-bottom: 5px !important;
  }
  .padding-bottom-10 {
    padding-bottom: 10px !important;
  }
  .padding-bottom-15 {
    padding-bottom: 15px !important;
  }
  .padding-bottom-20 {
    padding-bottom: 20px !important;
  }
  .padding-bottom-25 {
    padding-bottom: 25px !important;
  }
  .padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  .padding-top-0 {
    padding-top: 0 !important;
  }
  .padding-top-5 {
    padding-top: 5px !important;
  }
  .padding-top-10 {
    padding-top: 10px !important;
  }
  .padding-top-15 {
    padding-top: 15px !important;
  }
  .padding-top-20 {
    padding-top: 20px !important;
  }
  .padding-top-25 {
    padding-top: 25px !important;
  }
  .padding-top-30 {
    padding-top: 30px !important;
  }
  .padding-left-0 {
    padding-left: 0 !important;
  }
  .padding-left-5 {
    padding-left: 5px !important;
  }
  .padding-left-10 {
    padding-left: 10px !important;
  }
  .padding-left-15 {
    padding-left: 15px !important;
  }
  .padding-left-20 {
    padding-left: 20px !important;
  }
  .padding-left-25 {
    padding-left: 25px !important;
  }
  .padding-left-30 {
    padding-left: 30px !important;
  }
  .padding-right-0 {
    padding-right: 0 !important;
  }
  .padding-right-5 {
    padding-right: 5px !important;
  }
  .padding-right-10 {
    padding-right: 10px !important;
  }
  .padding-right-15 {
    padding-right: 15px !important;
  }
  .padding-right-20 {
    padding-right: 20px !important;
  }
  .padding-right-25 {
    padding-right: 25px !important;
  }
  .padding-right-30 {
    padding-right: 30px !important;
  }
  .margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .margin-bottom-5 {
    margin-bottom: 5px !important;
  }
  .margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  .margin-bottom-15 {
    margin-bottom: 15px !important;
  }
  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  .margin-bottom-25 {
    margin-bottom: 25px !important;
  }
  .margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .margin-top-0 {
    margin-top: 0 !important;
  }
  .margin-top-5 {
    margin-top: 5px !important;
  }
  .margin-top-10 {
    margin-top: 10px !important;
  }
  .margin-top-15 {
    margin-top: 15px !important;
  }
  .margin-top-20 {
    margin-top: 20px !important;
  }
  .margin-top-25 {
    margin-top: 25px !important;
  }
  .margin-top-30 {
    margin-top: 30px !important;
  }
  .margin-right-0 {
    margin-right: 0 !important;
  }
  .margin-right-5 {
    margin-right: 5px !important;
  }
  .margin-right-10 {
    margin-right: 10px !important;
  }
  .margin-right-15 {
    margin-right: 15px !important;
  }
  .margin-right-20 {
    margin-right: 20px !important;
  }
  .margin-right-25 {
    margin-right: 25px !important;
  }
  .margin-right-30 {
    margin-right: 30px !important;
  }
  .margin-left-0 {
    margin-left: 0 !important;
  }
  .margin-left-5 {
    margin-left: 5px !important;
  }
  .margin-left-10 {
    margin-left: 10px !important;
  }
  .margin-left-15 {
    margin-left: 15px !important;
  }
  .margin-left-20 {
    margin-left: 20px !important;
  }
  .margin-left-25 {
    margin-left: 25px !important;
  }
  .margin-left-30 {
    margin-left: 30px !important;
  }
  .width-200 {
    width: 200px !important;
  }
  .vertical-align-middle {
    vertical-align: middle !important;
  }
  .text-muted {
    color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
  }
  .text-bold {
    font-weight: bold;
  }
  .text-extra-small {
    font-size: 9px !important;
  }
  .text-small {
    font-size: 11px !important;
  }
  .text-emphasis {
    font-style: italic;
  }
  .text-strike {
    text-decoration: line-through;
  }
  .text-large {
    font-size: 15px !important;
  }
  .text-extra-large {
    font-size: 17px !important;
  }
  .text-primary {
    color: #007AFF !important;
  }
  .text-grey {
    color: #C8C7CC !important;
  }
  .text-azure {
    color: #0095C8 !important;
  }
  .text-orange {
    color: #F60 !important;
  }
  .text-green {
    color: #1FBBA6 !important;
  }
  .text-pink {
    color: #DD5A82 !important;
  }
  .text-purple {
    color: #DD5A82 !important;
  }
  .text-bricky {
    color: #894550 !important;
  }
  .text-yellow {
    color: #FFB848 !important;
  }
  .text-red {
    color: #C82E29 !important;
  }
  a.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
  }
  a.text-white:hover {
    color: white !important;
  }
  .no-bg {
    background: none !important;
  }
  .full-height-screen-bg {
    height: 100vh;
  }
  .bg-triangle {
    background:
      linear-gradient(
        to bottom left,
        white 0%,
        white 50%,
        #FAFAFA 50%,
        #FAFAFA 100%);
  }
  .center {
    text-align: center;
  }
  .float-none {
    float: none;
  }
  [ng-click] {
    cursor: pointer;
  }
  @media print {
    *,
    *:before,
    *:after {
      transition: none !important;
    }
    table thead,
    table tfoot {
      display: table-row-group;
    }
    table {
      page-break-after: auto;
    }
    tr,
    td {
      page-break-inside: avoid;
      page-break-after: auto;
    }
    thead {
      display: table-header-group;
    }
    tfoot {
      display: table-footer-group;
    }
    #app .main-content .container {
      padding: 0;
    }
    .print-search-demandeur {
      width: 50%;
    }
  }
  .list-bien-photos > li {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 10px 10px;
    border: 1px solid #1FBBA6;
    display: inline-block;
  }
  .list-bien-photos > li.placeholder {
    text-align: center;
    padding-top: 139px;
    background-color: #E2E2E4;
    border-style: dashed;
  }
  .list-bien-photos > li.ui-sortable-placeholder {
    height: 300px;
  }
  .list-bien-photos > li.ui-sortable-placeholder.placeholder:after {
    left: 0;
  }
  .list-bien-photos > li > ul.toolbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 35px;
    text-align: right;
    padding-right: 5px;
  }
  .list-bien-photos > li > ul.toolbar > li {
    padding: 5px 5px;
    display: inline-block;
    color: white;
    font-size: 15px;
    width: 25px;
  }
  .list-bien-photos > li > ul.toolbar > li.loading {
    width: initial;
  }
  .list-bien-photos > li > ul.toolbar > li > *:hover,
  .list-bien-photos > li > ul.toolbar > li .dropdown-toggle:hover,
  .list-bien-photos > li > ul.toolbar > li .dropdown-toggle:focus {
    color: #1FBBA6;
    cursor: pointer;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions button {
    background: none;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-toggle {
    padding: 0;
    box-shadow: none;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu {
    color: #007AFF;
    width: 230px;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li > * {
    padding: 6px 12px;
    height: 32px;
    display: flex;
    gap: 0.25rem;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li > * > * {
    margin-left: 0;
    width: 18px;
    text-align: center;
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li > *:hover,
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li > *:focus,
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li > *:active {
    color: rgb(0, 97.6, 204);
  }
  .list-bien-photos > li > ul.toolbar > li.photo-more-actions .dropdown-menu ul li:not(:first-child) {
    margin-top: 5px;
  }
  .list-bien-photos > li .ribbon {
    background: #E2E2E4;
    z-index: 1;
    border-radius: 0 5px 5px 0;
  }
  .list-bien-photos > li .ribbon:before,
  .list-bien-photos > li .ribbon:after {
    content: "";
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
  }
  .list-bien-photos > li .ribbon:before {
    top: 0;
    border-top: 27px solid #E2E2E4;
  }
  .list-bien-photos > li .ribbon:after {
    bottom: 0;
    border-bottom: 27px solid #E2E2E4;
  }
  .list-bien-photos > li .ribbon span {
    display: block;
  }
  .list-bien-photos > li .ribbon span.ribbon-warning {
    color: #eea236;
  }
  .list-bien-photos > li .ribbon span.ribbon-danger {
    color: #D43F3A;
  }
  .list-bien-photos > li .ribbon {
    position: absolute;
    top: 20.5px;
    padding: 3px;
    width: 65px;
    text-align: center;
  }
  .list-bien-photos > li > img {
    width: 100%;
    height: 100%;
  }
  .list-bien-photos:after {
    clear: both;
  }
  .table-biens tr:hover {
    background-color: #E2E2E4;
  }
  .table-biens .line .validate {
    color: green;
  }
  .table-biens .line .photo {
    width: 70px;
    height: 70px;
  }
  .table-biens .line .text {
    max-height: 100px;
  }
  .table-biens .line .thin-text {
    max-height: 50px;
  }
  .table-biens .line .select label {
    margin: 0;
    padding-left: 20px;
  }
  .table-biens .line .col-nom {
    max-width: 350px;
  }
  .table-biens .line .col-nom .ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .table-biens .line .col-adresse {
    max-width: 400px;
  }
  @media (max-width: 1199px) {
    .table-biens .line .col-adresse {
      max-width: 300px;
    }
  }
  .table-biens .line .col-adresse .adresse {
    width: 100%;
  }
  .table-biens .line .col-adresse .adresse .number {
    max-width: 10%;
  }
  .table-biens .line .col-adresse .adresse .nom {
    max-width: 90%;
    padding-left: 5px;
  }
  .table-biens .line .angle-right a {
    color: #8E8E93;
  }
  .table-biens .line .angle-right a div {
    height: 70px;
    padding-top: 27px;
  }
  .table-photo-biens .line {
    height: auto;
    padding: 10px;
  }
  .table-photo-biens .line .photo-display {
    text-align: center;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .table-photo-biens .line .photo-display .photo {
    width: 200px;
    height: 200px;
  }
  .table-photo-biens .line .informations {
    display: inline-block;
    width: calc(100% - 220px);
  }
  .table-photo-biens .line .informations .resume {
    line-height: 27px;
  }
  .table-photo-biens .line .informations .descriptif {
    max-height: 70px;
    text-align: justify;
  }
  .table-photo-biens .line .informations .descriptif.ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .table-photo-biens .line .informations .second-line {
    max-height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
  }
  .table-photo-biens .line .informations .second-line .localisation > * {
    float: left;
    padding-left: 5px;
  }
  .table-photo-biens .line .informations .second-line .localisation p {
    max-height: 20px;
    display: inline-block;
  }
  .table-photo-biens .line .informations .second-line .localisation .adresse {
    max-width: 50%;
  }
  .table-photo-biens .line .informations .select {
    margin-top: -10px;
  }
  .table-photo-biens .line .informations .select .clip-check {
    margin-bottom: 0;
  }
  .table-photo-biens .line .informations .select .clip-check label {
    margin-right: 0;
    padding-left: 20px;
  }
  .table-photo-biens .line .informations .select .clip-check label:after {
    width: 0;
  }
  @media (max-width: 767px) {
    .table-photo-biens .line .photo-display {
      display: block;
      float: initial;
    }
    .table-photo-biens .line .informations {
      width: 100%;
    }
  }
  .collection-biens .public .thumbnail {
    height: 400px;
  }
  .collection-biens .private .thumbnail {
    height: 430px;
  }
  .collection-biens .content {
    padding-right: 10px;
    float: left;
  }
  .collection-biens .content .thumbnail {
    width: 300px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .collection-biens .content .thumbnail .content-photo {
    margin-bottom: 10px;
    position: relative;
  }
  .collection-biens .content .thumbnail .content-photo .photo-header,
  .collection-biens .content .thumbnail .content-photo .photo-price {
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .collection-biens .content .thumbnail .content-photo .photo-header .popover,
  .collection-biens .content .thumbnail .content-photo .photo-price .popover {
    width: 230px;
    height: 150px;
  }
  .collection-biens .content .thumbnail .content-photo .photo-header {
    top: 10px;
    left: 10px;
  }
  .collection-biens .content .thumbnail .content-photo .photo-price {
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 8px;
    padding-right: 8px;
    text-align: right;
  }
  .collection-biens .content .thumbnail .content-photo .select .checkbox {
    margin-top: 0;
  }
  .collection-biens .content .thumbnail .content-photo .select .checkbox label {
    margin: -2px;
    padding-left: 20px;
  }
  .collection-biens .content .thumbnail .content-photo .select .checkbox label:after {
    width: 0;
  }
  .collection-biens .content .thumbnail .content-photo .photo {
    width: 290px;
    height: 290px;
  }
  .collection-biens .content .thumbnail .localisation {
    margin-bottom: 10px;
    min-height: 52px;
  }
  .collection-biens .content .thumbnail .localisation .commune {
    max-height: 25px;
  }
  .collection-biens .content .thumbnail .owners {
    max-height: 20px;
    margin-bottom: 10px;
  }
  .collection-biens .content .thumbnail .last-line {
    position: relative;
  }
  .collection-biens .content .thumbnail .last-line > * {
    position: absolute;
    top: 10px;
  }
  .collection-biens .content .thumbnail .last-line .dossier {
    right: 5px;
  }
  .collection-biens .content .thumbnail:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .box-biens .line {
    padding: 10px 10px 0 10px;
  }
  .box-biens .line .media {
    display: grid;
    grid-template-columns: 80px auto;
  }
  .box-biens .line .media .media-left,
  .box-biens .line .media .media-body {
    display: block;
  }
  .box-biens .line .photo {
    width: 70px;
    height: 70px;
  }
  .box-biens .line .informations {
    padding-left: 10px;
    width: auto;
  }
  .box-biens .line .informations .resume {
    line-height: 27px;
  }
  .box-biens .line .informations .resume esk-estimation-label-valeur,
  .box-biens .line .informations .resume esk-location-label-rent {
    margin-right: 3px;
  }
  .box-biens .line .informations .resume esk-estimation-label-statut {
    margin-left: 4px;
  }
  .box-biens .line .informations .titre {
    max-height: 20px;
  }
  .box-biens .line .informations .descriptif {
    max-height: 85px;
    text-align: justify;
  }
  .box-biens .line .informations .localisation {
    max-height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
  }
  .box-biens .line .informations .localisation > * {
    float: left;
    padding-left: 5px;
  }
  .box-biens .line .informations .localisation p {
    max-height: 20px;
    display: inline-block;
  }
  .box-biens .line .informations .localisation .adresse {
    max-width: 50%;
  }
  .box-biens .line .informations .select {
    margin-top: -10px;
  }
  .box-biens .line .informations .select .clip-check {
    margin-bottom: 0;
  }
  .box-biens .line .informations .select .clip-check label {
    margin-right: 0;
    padding-left: 20px;
  }
  .box-biens .line .informations .select .clip-check label:after {
    width: 0;
  }
  .box-biens.list-group-pimped {
    margin-bottom: 0;
    padding-left: 0;
  }
  .box-biens .list-pimped {
    border-top: 1px solid #DCDCDC;
    background: white;
  }
  .box-biens .list-pimped:first-child {
    border-top: 0;
  }
  .edit-collections .row > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .edit-collections .row > * {
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  .edit-collections .legend {
    padding-left: 25px;
    text-align: center;
    font-weight: bold;
    min-height: auto;
  }
  .edit-collections .legend .legend-date {
    text-align: left;
    padding-left: 55px;
  }
  .edit-collections .list-group {
    padding: 0 5px;
    margin-right: -15px;
    margin-bottom: 10px;
  }
  .edit-collections .list-group .list-group-item {
    border: 0;
    padding: 10px 5px;
    cursor: default;
  }
  .edit-collections .list-group .list-group-item .drag-handler {
    left: 0;
    margin-top: 5px;
  }
  .edit-collections .list-group .list-group-item .checkbox {
    position: absolute;
    left: 0;
    margin-top: 5px;
  }
  .edit-collections .list-group .list-group-item .item {
    padding-left: 20px;
  }
  .edit-collections .list-group .list-group-item .item .form-control {
    box-shadow: unset;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    padding: 7px 5px;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .edit-collections .list-group .list-group-item .item .num-group .form-control {
    padding-right: 17px;
  }
  .edit-collections .list-group .list-group-item .item .num-group .form-control.large {
    padding-right: 25px;
  }
  @media (min-width: 1010px) and (max-width: 1199px) {
    .edit-collections .list-group .list-group-item .item .num-group .form-control.large {
      padding-right: 30px;
    }
  }
  @media (max-width: 767px) {
    .edit-collections .list-group .list-group-item .item .num-group .form-control {
      padding-right: 5px;
    }
    .edit-collections .list-group .list-group-item .item .num-group .form-control.large {
      padding-right: 5px;
    }
  }
  .edit-collections .list-group .list-group-item .item .num-group .num-icon {
    position: absolute;
    top: 7px;
    right: 15px;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  @media (max-width: 767px) {
    .edit-collections .list-group .list-group-item .item .num-group .num-icon {
      display: none;
    }
  }
  .edit-collections .list-group .list-group-item .item .other > * {
    width: 25px;
  }
  .edit-collections .list-group .list-group-item .item .other button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .edit-collections .list-group .list-group-item .item .other button.has-error {
    color: #D43F3A;
  }
  .edit-collections .list-group .list-group-item .item .other button.has-error i.error {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 9px;
  }
  .edit-collections .list-group .list-group-item .item .other .popover {
    width: 400px;
    max-width: 400px;
  }
  .edit-collections .list-group .list-group-item .item .other .popover label {
    font-weight: bold;
  }
  .edit-collections .list-group .list-group-item .item .error {
    font-weight: 200;
  }
  .edit-collections .list-group > li:focus,
  .edit-collections .list-group li:hover {
    background-color: transparent;
    cursor: default;
  }
  .edit-collections.cadastres {
    border-left: solid 1px #E2E2E4;
    padding-right: 0;
  }
  .edit-collections.cadastres ul li .item .other .popover .prefixe {
    opacity: 0.5;
  }
  @media (max-width: 767px) {
    .edit-collections {
      padding-left: 0;
    }
  }
  .display-photos .marianne {
    max-width: 20%;
  }
  .display-photos .main {
    padding: 1px 15px;
  }
  .display-photos .main .photo {
    max-width: 100%;
    max-height: 400px;
  }
  .display-photos ul {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .display-photos ul .one-column {
      width: 33%;
    }
    .display-photos ul .two-columns {
      width: 25%;
    }
    .display-photos ul .list-thumbnail {
      padding: 5px 0 0 5px;
    }
  }
  @media (min-width: 768px) {
    .display-photos ul .one-column {
      width: 100%;
    }
    .display-photos ul .two-columns {
      width: 50%;
    }
    .display-photos ul .list-thumbnail {
      padding: 1px 4px 3px 0;
    }
  }
  .display-photos ul .list-thumbnail {
    margin: 0;
    position: relative;
  }
  .display-photos ul .list-thumbnail .photo {
    display: inline;
    width: 100%;
  }
  .display-photos ul .list-thumbnail .sail {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 1px 4px 3px 0;
    font-size: 15px;
  }
  .display-photos ul .list-thumbnail .sail .photos-plus {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    color: white;
    font-size: 2em;
    display: flex;
  }
  .display-photos ul .list-thumbnail .sail .photos-plus p {
    margin: auto;
  }
  .modal-display-photos {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal-display-photos .modal-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0;
    position: absolute;
  }
  .modal-display-photos .modal-content .main {
    width: 100%;
    height: 100%;
  }
  .modal-display-photos .modal-content .main .photo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal-display-photos .modal-content .photo-number {
    position: fixed;
    top: 10px;
    left: 10px;
  }
  .modal-display-photos .modal-content .arrow {
    position: fixed;
    top: calc(50% - 30px);
    background-color: transparent;
    border: none;
    color: white;
    font-size: 20px;
  }
  .modal-display-photos .modal-content .left {
    left: 20px;
  }
  .modal-display-photos .modal-content .right {
    right: 20px;
  }
  .modal-display-photos .modal-content .btn-danger {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .diffusions h3 {
    margin-top: 15px;
  }
  .diffusions .panel .panel-heading {
    position: relative;
  }
  .diffusions .panel .collapse-toggler {
    color: #007AFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
  }
  .diffusions .panel.collapsed .panel-body {
    display: none;
  }
  .diffusions .panel.collapsed .panel-footer {
    border-top: none;
  }
  .diffusions .list-diffusion .diffusion-VI {
    text-align: justify;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  .diffusions .list-diffusion .diffusion-VI .VI-administration {
    margin-bottom: 0;
  }
  .diffusions .list-diffusion .diffusion-VI .VI-actions {
    padding-left: 5px;
  }
  .diffusions .list-diffusion .diffusion-VI .VI-actions .VI-children {
    padding-left: 10px;
  }
  .diffusions .list-diffusion .panel-heading {
    height: 60px;
  }
  .diffusions .list-diffusion .panel-heading .media {
    height: 100%;
  }
  .diffusions .list-diffusion .panel-heading .media .media-left {
    height: 100%;
  }
  .diffusions .list-diffusion .panel-heading .media .media-left .media-object {
    height: 100%;
  }
  .diffusions .list-diffusion .panel-heading .media .media-left .media-object img {
    max-height: 100%;
    max-width: 100%;
  }
  .diffusions .list-diffusion .panel-heading .media .media-body .media-heading {
    margin-top: 2px;
  }
  .diffusions .list-diffusion .panel-heading .media .media-body .media-heading a + .btn-null {
    padding-top: 0;
    padding-bottom: 0;
  }
  .diffusions .list-diffusion .panel-heading .media .media-body .media-heading a + .btn-null + .popover {
    max-width: 300px;
    width: 300px;
  }
  .diffusions .list-diffusion .panel-body .diffusion-VI {
    margin-top: 10px;
  }
  .template-item {
    cursor: pointer;
    margin: 10px 0;
    padding: 5px;
  }
  .template-item.selected {
    box-shadow: 0 0 8px 4px #46B8DA;
  }
  .modal-affichette .template-item {
    text-align: center;
  }
  .modal-affichette .template-item img {
    display: inline-block;
    width: 70%;
  }
  .modal-network .modal-body {
    padding: 0;
  }
  .modal-network .modal-body .list-photos {
    padding: 0;
  }
  .modal-network .modal-body .list-photos .photo {
    float: left;
    height: 140px;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #1FBBA6;
  }
  .modal-network .modal-body .list-photos .photo > img {
    width: 100%;
    opacity: 1;
  }
  .modal-network .modal-body .list-photos .photo > img.not-diffuse {
    opacity: 0.2;
  }
  .wallet .diffusions .only-mine {
    padding-left: 8px;
  }
  .wallet .diffusions table thead .diffusions-information th {
    border-bottom: 0;
  }
  .wallet .diffusions table thead .diffusions-biens-sended esk-passerelle-contrat {
    font-weight: initial;
  }
  .wallet .diffusions table thead .diffusions-biens-sended .clip-check input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .wallet .diffusions table .lastColumn {
    border: 0;
  }
  .wallet .diffusions table .dossier {
    cursor: pointer;
  }
  .wallet .diffusions table .dossier .reference {
    margin: 0 10px 0 0;
    width: 100px;
    float: left;
  }
  .wallet .diffusions table .dossier .photo {
    width: 150px;
    height: 150px;
  }
  .wallet .diffusions table td.select .checkbox {
    margin: 0;
  }
  .wallet .diffusions table td.diffusion {
    padding: 0;
  }
  .wallet .diffusions table button {
    border: 0;
    background-color: transparent;
  }
  .wallet .diffusions table button span .darker {
    color: rgb(52.7948717949, 121.2051282051, 52.7948717949);
  }
  @media (max-width: 1009px) {
    .collection-biens .content {
      padding-right: 8px;
    }
    .collection-biens .content .thumbnail {
      width: 290px;
    }
  }
  app-bien-edit-localisation .popover {
    max-width: 280px;
  }
  app-bien-edit-localisation .bien-commune-edit-help {
    float: right;
  }
  app-bien-edit-localisation .bien-commune-blocked {
    float: left;
    margin: 15px 15px 0;
    font-weight: bold;
    font-size: 17px;
  }
  app-bien-edit-localisation .bien-codepostal-edit-help {
    position: absolute;
    top: -8px;
    right: -10px;
  }
  app-bien-edit-localisation .bien-codepostal-edit-help .popover {
    width: 200px;
  }
  @media (max-width: 767px) {
    .contact-search-container {
      margin-top: 15px;
    }
  }
  .labels-line-height-25 {
    line-height: 25px;
  }
  .header-labels .header-labels-main {
    float: left;
  }
  .header-labels .header-labels-main > * {
    margin-right: 6px;
  }
  .header-labels .header-labels-localisation {
    max-width: 70%;
    margin-left: -4px;
    cursor: pointer;
  }
  .header-labels .header-labels-localisation a {
    padding: 0;
  }
  .header-labels .header-labels-localisation .popover {
    width: 400px;
    max-width: 400px;
  }
  .dossier-popover {
    min-width: 800px;
    max-width: 800px;
  }
  @media (max-width: 1199px) {
    .dossier-popover {
      min-width: 600px;
      max-width: 600px;
    }
  }
  @media (max-width: 1009px) {
    .dossier-popover {
      min-width: 500px;
      max-width: 500px;
    }
  }
  @media (max-width: 767px) {
    .dossier-popover {
      min-width: 60%;
      max-width: 60%;
    }
  }
  .dossier-popover h4 {
    color: #007AFF;
  }
  .dossier-popover .info-line {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  .dossier-popover .info-line > div {
    display: inline-block;
  }
  .dossier-popover .info-line .prices-info {
    width: 100%;
  }
  .dossier-popover .info-line .prices-info .price-group {
    margin-top: 5px;
  }
  .dossier-popover .info-line .prices-info .price-text {
    margin-top: 0;
    color: #1FBBA6;
  }
  .dossier-popover hr {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .virtual-visit .virtual-visit-logo img {
    width: 100%;
    max-width: 425px;
  }
  .virtual-visit .virtual-visit-video .video {
    position: relative;
    height: 420px;
    width: 560px;
    margin: auto;
  }
  @media (max-width: 1009px) {
    .virtual-visit .virtual-visit-video .video {
      height: 60vw;
      width: 80vw;
    }
  }
  .virtual-visit .virtual-visit-video .video iframe {
    height: 100%;
    width: 100%;
  }
  .virtual-visit .virtual-visit-video .video a {
    position: absolute;
    bottom: -25px;
    right: 0;
  }
  app-bien-edit-description .type .form-group {
    margin-bottom: 5px;
  }
  app-bien-edit-description .type .form-group label {
    margin: 0;
  }
  app-bien-edit-description .type .form-group .radio-inline {
    margin: 0 !important;
  }
  app-bien-edit-description .descriptifs .tabbable .tab-content .tab-pane {
    padding: 0;
  }
  app-bien-edit-description .descriptifs .tabbable .tab-content .tab-pane textarea {
    min-height: 140px;
  }
  .has-documents .documents {
    color: rgb(20.121559633, 121.378440367, 107.747706422);
  }
  esk-biens-wallet-display-photo {
    cursor: pointer;
  }
  .share-documents .modal-body .share-add-contact .add-contact-search {
    padding: 19px 0;
  }
  @media (max-width: 767px) {
    .share-documents .modal-body .share-add-contact .add-contact-search {
      padding: 0;
    }
    .share-documents .modal-body .share-add-contact .add-contact-search button {
      margin-top: 20px;
    }
  }
  @media (max-width: 1009px) {
    .share-documents .modal-body .share-add-contact .add-contact-new form .new-fields .row .col-xs-4 {
      padding-right: 0;
    }
  }
  .share-documents .modal-body .share-add-contact .add-contact-new button {
    margin-top: 19px;
  }
  .share-documents .modal-footer p {
    padding: 0;
  }
  esk-bien-details .container-fullw .details-title .title-lock {
    color: rgb(0, 167.9975, 225.5);
  }
  esk-bien-details .container-fullw .container .details-short > * {
    margin-right: 5px;
  }
  esk-bien-details .container-fullw .container .properties-description {
    background-color: #F5F5F5;
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-title {
    background-color: white;
    border-top: 1px dashed #DCDCDC;
    border-left: 1px dashed #DCDCDC;
    border-right: 1px dashed #DCDCDC;
    padding: 10px 10px;
    color: #007AFF;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details {
    padding: 0 20px 10px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details table th {
    font-weight: normal;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details table tr {
    font-weight: bold;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details table tr td p {
    min-height: 18px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul {
    margin-bottom: 0;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul li {
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul li .details-commodite {
    border: solid 1px rgb(255, 164.2131147541, 21);
    overflow: hidden;
    font-size: 15px;
    margin-top: 15px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul li .details-commodite .commodite-distance {
    background-color: rgb(255, 164.2131147541, 21);
    line-height: 3;
    text-align: center;
    color: white;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul li .details-commodite .commodite-label {
    line-height: 3;
    padding: 0 20px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details ul li .details-commodite .commodite-comments {
    border-top: inherit;
    font-size: 13px;
    padding: 10px 10px 0;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details .text-bold {
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  esk-bien-details .container-fullw .container .properties-description .description-details .details-item {
    margin-top: 30px;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details .details-item h3 {
    font-weight: bold;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details .details-item p[ng-bind-html] {
    text-align: justify;
    white-space: pre-wrap;
    font-weight: bold;
  }
  esk-bien-details .container-fullw .container .properties-description .description-details .details-item:first-child {
    margin-top: 0;
  }
  esk-bien-details .container-fullw .container .properties-description .description-virtual_visit {
    background-color: white;
    border: 1px solid #007AFF;
    color: #007AFF;
  }
  esk-bien-details .container-fullw .container .properties-description .description-price.vente .description-details .details-item .text-right {
    border-right: 1px solid #DCDCDC;
  }
  esk-bien-details .container-fullw .container .properties-description .description-price.location .description-details .details-item .item-price > *,
  esk-bien-details .container-fullw .container .properties-description .description-price.estimation .description-details .details-item .item-price > * {
    display: inline-block;
  }
  esk-bien-details .container-fullw .container .properties-description:first-child {
    margin-top: 0;
  }
  esk-bien-details .container-fullw .action .btn-group .dropdown-menu {
    left: auto;
    right: 0;
    margin-bottom: 2px;
  }
  esk-bien-details .container-fullw .action .inline-nav {
    display: inline-block;
  }
  esk-bien-details .container-fullw .footer-action .action {
    padding-top: 30px;
  }
  esk-bien-details .container-fullw .footer-action .action .btn-group .caret {
    border-top: 0;
    border-bottom: 4px dashed #0095C8;
  }
  esk-bien-details .container-fullw .footer-action .action .btn-group .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
  esk-bien-details .container-fullw esk-button-print .btn-group .btn {
    font-size: 15px;
    background: none;
    border: 1px solid rgb(0, 167.9975, 225.5);
    color: rgb(0, 167.9975, 225.5);
  }
  @media (min-width: 768px) {
    esk-bien-details .container-fullw .container .property-col-left {
      padding-left: 10px;
      padding-right: 30px;
    }
  }
  @media (max-width: 1009px) {
    esk-bien-details .container-fullw .container .properties-description .description-details {
      padding: 0 10px 10px;
    }
  }
  @media (max-width: 767px) {
    esk-bien-details .container-fullw .container .properties-description .description-details {
      padding: 0 10px 10px;
    }
    esk-bien-details .container-fullw .container .properties-description .description-price.vente .description-details .col-sm-6 {
      text-align: center;
    }
    esk-bien-details .container-fullw .container .properties-description .description-price.vente .description-details .details-item .text-right {
      border-right: 0;
    }
  }
  .box-biens-activity table {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .box-biens-activity table tbody tr:last-child td {
    border-bottom: none;
  }
  .bien-edit .fiche-link {
    text-align: right;
    padding-bottom: 15px;
  }
  .bien-edit .fiche-link,
  .bien-edit .tabs-container {
    display: inline-block;
  }
  @media (max-width: 767px) {
    .bien-edit .fiche-link,
    .bien-edit .tabs-container {
      width: 100%;
      display: block;
    }
  }
  .bien-edit .field-constraint label:first-child:after,
  .bien-edit .field-constraint > a:after {
    content: " *";
  }
  .bien-edit .edit-diagnostic .diagnostic-data .data-letter {
    position: relative;
  }
  .bien-edit .edit-diagnostic .diagnostic-data .data-letter esk-select-dictionary {
    display: block;
    max-width: 100px;
  }
  .bien-edit .edit-diagnostic .diagnostic-data .data-letter a.btn {
    position: absolute;
    top: 0;
    left: 120px;
  }
  .bien-edit .edit-diagnostic .diagnostic-data .data-letter .popover {
    width: 250px;
  }
  [appProvideParentForm] .surface-cadastrale label {
    height: 18px;
  }
  [appProvideParentForm] .surface-cadastrale label .surface-cadastrale-operate {
    padding: 0 5px;
  }
  .dossier-biens-search .actions .action-search .preparing {
    color: #1FBBA6;
  }
  .contact-initiales {
    background-color: white;
    color: #71717A;
  }
  .bg-grey-1 {
    background-color: #D3CDC5;
    color: #707070;
  }
  .bg-grey-2 {
    background-color: #BBB6AF;
    color: white;
  }
  .bg-grey-3 {
    background-color: #A09C96;
    color: white;
  }
  .bg-grey-4 {
    background-color: #7C7974;
    color: white;
  }
  .bg-grey-5 {
    background-color: #696763;
    color: white;
  }
  .bg-red-1 {
    background-color: #AE5C5E;
    color: white;
  }
  .bg-red-2 {
    background-color: #AE3F47;
    color: white;
  }
  .bg-red-3 {
    background-color: #AE242B;
    color: white;
  }
  .bg-red-4 {
    background-color: #C12A1C;
    color: white;
  }
  .bg-red-5 {
    background-color: #D50A34;
    color: white;
  }
  .bg-orange-1 {
    background-color: #EEAB7F;
    color: white;
  }
  .bg-orange-2 {
    background-color: #EE9C51;
    color: white;
  }
  .bg-orange-3 {
    background-color: #EE7A21;
    color: white;
  }
  .bg-orange-4 {
    background-color: #EE5F06;
    color: white;
  }
  .bg-orange-5 {
    background-color: #EE4607;
    color: white;
  }
  .bg-yellow-1 {
    background-color: #D8C15F;
    color: white;
  }
  .bg-yellow-2 {
    background-color: #D8C82D;
    color: white;
  }
  .bg-yellow-3 {
    background-color: #D8BA1B;
    color: white;
  }
  .bg-yellow-4 {
    background-color: #D8A516;
    color: white;
  }
  .bg-yellow-5 {
    background-color: #D89800;
    color: white;
  }
  .bg-green-1 {
    background-color: #AABF51;
    color: white;
  }
  .bg-green-2 {
    background-color: #48A444;
    color: white;
  }
  .bg-green-3 {
    background-color: #46A888;
    color: white;
  }
  .bg-green-4 {
    background-color: #357D65;
    color: white;
  }
  .bg-green-5 {
    background-color: #247D4E;
    color: white;
  }
  .bg-blue-1 {
    background-color: #93C8C6;
    color: white;
  }
  .bg-blue-2 {
    background-color: #47AAAA;
    color: white;
  }
  .bg-blue-3 {
    background-color: #478AAD;
    color: white;
  }
  .bg-blue-4 {
    background-color: #4666AE;
    color: white;
  }
  .bg-blue-5 {
    background-color: #34328A;
    color: white;
  }
  .bg-purple-1 {
    background-color: #7D358B;
    color: white;
  }
  .bg-purple-2 {
    background-color: #4F3689;
    color: white;
  }
  .bg-purple-3 {
    background-color: #5E4889;
    color: white;
  }
  .bg-purple-4 {
    background-color: #7D4A89;
    color: white;
  }
  .bg-purple-5 {
    background-color: #89486B;
    color: white;
  }
  .media-contact {
    margin: 0;
    height: 80px;
  }
  .media-contact .media-contact-left {
    float: left;
    padding-right: 10px;
  }
  .media-contact .media-contact-body .media-contact-heading {
    cursor: pointer;
  }
  .list-contacts .select-all .clip-check input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .list-contacts .table-contacts .line td:not(:first-child) {
    padding: 8px 12px;
  }
  .list-contacts .table-contacts .line .col-select {
    width: 60px;
  }
  .list-contacts .table-contacts .line .col-initiales {
    width: 60px;
  }
  .list-contacts .table-contacts .line .col-nom {
    max-width: 350px;
  }
  .list-contacts .table-contacts .line .col-nom .ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .list-contacts .table-contacts .line .col-phone {
    min-width: 150px;
  }
  .list-contacts .table-contacts .line .col-phone > * {
    display: block;
    padding: 5px;
  }
  .list-contacts .table-contacts .line .col-email button {
    padding: 0;
    background: 0;
    border: 0;
    color: #007AFF;
  }
  .list-contacts .table-contacts .line .col-actions .btn-group .btn {
    background-color: transparent;
    color: #007AFF;
  }
  .list-contacts .table-contacts .line .col-actions .btn-group .dropdown-menu {
    left: -200px;
    top: 0;
    bottom: auto;
    width: 200px;
  }
  .list-contacts .table-contacts .line .col-actions .btn-group .dropdown-menu ul {
    margin-bottom: 0;
  }
  .list-contacts .table-contacts .line .col-actions .btn-group .dropdown-menu ul li button {
    width: 100%;
    text-align: initial;
  }
  esk-contacts-search > * {
    float: left;
  }
  esk-contacts-search .contacts-search-field {
    width: calc(100% - 50px);
  }
  esk-contacts-search .contacts-search-help {
    width: 50px;
  }
  esk-contact-edit .help-email {
    position: absolute;
    top: -8px;
    left: 45px;
  }
  esk-contact-edit .help-email .popover {
    width: 200px;
  }
  esk-contact-initiales {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  esk-contact-initiales .contact-invalid-email-address {
    position: relative;
  }
  esk-contact-initiales .contact-invalid-email-address span {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 8px;
  }
  esk-contact-initiales .contact-initiales {
    text-align: center;
    padding: 16px 5px;
    font-size: 20px;
  }
  .resultat-green {
    background-color: #08BD44;
  }
  .resultat-orange {
    background-color: rgb(255, 132.6, 51);
  }
  .resultat-blue {
    background-color: #007AFF;
  }
  .resultat-red {
    background-color: rgb(217.9128630705, 78.6099585062, 74.0871369295);
  }
  .bullet-green {
    color: #08BD44;
  }
  .bullet-orange {
    color: rgb(255, 132.6, 51);
  }
  .bullet-blue {
    color: #007AFF;
  }
  .bullet-red {
    color: rgb(217.9128630705, 78.6099585062, 74.0871369295);
  }
  .bullet-red.compromis {
    margin-left: 2px;
  }
  .list-demandeurs .select-all .clip-check input[type=checkbox]:checked + label:before {
    border-color: #804C75;
  }
  .list-demandeurs .table-demandeurs thead .select label {
    margin: 0;
  }
  .list-demandeurs .table-demandeurs .line .select {
    padding-right: 0;
  }
  .list-demandeurs .table-demandeurs .line .select label {
    margin: 0;
    padding: 0;
  }
  .list-demandeurs .table-demandeurs .line .col-reference {
    width: 100px;
  }
  .list-demandeurs .table-demandeurs .line .col-initiales {
    width: 100px;
  }
  .list-demandeurs .table-demandeurs .line .col-nom {
    min-width: 150px;
  }
  .list-demandeurs .table-demandeurs .line .col-nom * {
    cursor: pointer;
  }
  .list-demandeurs .table-demandeurs .line .col-creation-date {
    width: 180px;
  }
  .list-demandeurs .table-demandeurs .line .col-phone {
    width: 150px;
  }
  .list-demandeurs .table-demandeurs .line .col-nature {
    min-width: 80px;
  }
  .list-demandeurs .table-demandeurs .line .col-localisation {
    min-width: 100px;
  }
  .list-demandeurs .table-demandeurs .line .col-results {
    width: 125px;
  }
  .list-demandeurs .table-demandeurs .line .col-results div {
    cursor: pointer;
  }
  .list-demandeurs .table-demandeurs .line .angle-right {
    width: 55px;
  }
  .list-demandeurs .table-demandeurs .line .angle-right a {
    color: inherit;
  }
  .list-demandeurs .table-demandeurs .line .angle-right div {
    cursor: pointer;
  }
  .list-demandeurs .table-demandeurs .line .ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list-demandeurs .collection-demandeurs .content {
    float: left;
    padding-right: 10px;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail {
    height: 230px;
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 6px;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .title-dossier {
    height: 50px;
    color: rgb(91.3846153846, 91.3846153846, 95.6153846154);
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .title-dossier div {
    cursor: pointer;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .title-dossier .ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .descriptif-dossier {
    height: 140px;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .descriptif-dossier .transaction {
    height: 20px;
    text-transform: capitalize;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .descriptif-dossier .localisation {
    height: 56px;
    overflow: hidden;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .descriptif-dossier .nature {
    height: 64px;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier {
    position: relative;
    height: 25px;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier .select {
    display: inline-block;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier .select .checkbox {
    margin: 0;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier .select .checkbox label {
    margin: 0;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier .label {
    position: absolute;
    top: 0;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail .footer-dossier .label div {
    cursor: pointer;
  }
  .list-demandeurs .collection-demandeurs .content .thumbnail:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .list .btn-group .btn-light-azure .caret {
    border-bottom: 4px dashed;
  }
  .demandeur-archive .modal-body .reference-vente .ventes-archivees {
    display: inline-block;
    margin-top: -3px;
  }
  .demandeur-archive .modal-body .reference-vente .ventes-archivees .checkbox {
    margin: 0 0 0 30px;
  }
  .demandeur-archive .modal-body .reference-vente .ventes-archivees .checkbox label {
    color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
  }
  .demandeurs .results .results-information > * {
    margin-bottom: 15px;
  }
  .demandeurs .results .results-information .ellipsis {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
  .demandeurs .results .results-information esk-select-sort {
    max-width: 220px;
    display: block;
  }
  .demandeurs .results .collection-biens .content:first-child {
    margin-left: 0;
  }
  .demandeurs .menu-item {
    position: relative;
  }
  .demandeurs .menu-item .badge {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .criteria .fieldset-sources {
    margin-bottom: 0;
    padding: 25px calc((100% - 310px) / 2);
  }
  .criteria .fieldset-transaction {
    height: 113px;
  }
  .criteria .fieldset-natures,
  .criteria .fieldset-budget,
  .criteria .fieldset-epoques {
    min-height: 113px;
    margin-bottom: 0;
  }
  .criteria .fieldset-construction .superficie .input-group {
    margin-bottom: 22px;
  }
  @media (max-width: 991px) {
    .criteria .fieldset-construction .superficie .input-group {
      margin-bottom: 0;
    }
  }
  .criteria .fieldset-localisation .tabbable .nav.nav-pills {
    margin: 0;
  }
  .criteria .fieldset-localisation .tabbable.no-menu .nav.nav-pills {
    display: none;
  }
  .criteria .fieldset-localisation .tabbable.no-menu .tab-pane {
    padding: 0;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane {
    padding: 15px 0 0 0;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations {
    position: relative;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations {
    overflow: hidden;
    height: 32px;
    padding-right: 80px;
    margin: 0 0 10px;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations .item-localisation {
    display: inline-block;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations .item-localisation .badge {
    margin: 2px;
    padding: 4px 8px;
    color: #804C75;
    background-color: rgb(236, 223, 233.25);
    cursor: default;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations .item-localisation .badge .badge-name.is-clickable {
    cursor: pointer;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations .item-localisation .badge button {
    border: 0;
    padding: 1px;
    background-color: transparent;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .list-localisations.all-localisations {
    height: auto;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .action-localisations {
    position: absolute;
    top: 0;
    right: 0;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .action-localisations button.badge {
    border: 0;
    margin: 2px 0;
    padding: 5px 10px;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .selected-localisations .action-localisations .more-localisations {
    background-color: #804C75;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .carte {
    padding-top: 40px;
  }
  .criteria .fieldset-localisation .tabbable .tab-pane .carte .carte-quartiers {
    height: 400px;
  }
  .demandeur-edit form .demandeur-envoi-auto-results {
    float: left;
    padding-left: 15px;
  }
  .demandeur-edit form .demandeur-envoi-auto-results .popover {
    width: 280px;
  }
  .dashboard .display-flex:before,
  .dashboard .display-flex:after {
    display: inline-block;
  }
  .dashboard .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard .row.display-flex .ui-sortable .ui-sortable-placeholder {
    margin-bottom: 15px;
  }
  .dashboard .row.display-flex .col-dnd {
    display: flex;
    flex-direction: column;
  }
  .dashboard .row.display-flex .col-dnd .ui-sortable-placeholder {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .dashboard .row.display-flex .col-dnd .ui-sortable-placeholder.placeholder:after {
    color: #8E8E93;
    content: "Rel\e2 cher pour placer \e0  cette position.";
  }
  .dashboard .row .panel .panel-heading {
    text-align: left;
  }
  .dashboard .row .panel .panel-heading .panel-title {
    display: inline-block;
    margin-left: 5px;
  }
  .dashboard .row .panel .panel-heading .panel-tools .btn {
    background-color: transparent;
    color: #007AFF;
    padding: 6px;
  }
  .dashboard .row .panel.box-news .panel-tools a {
    padding: 15px;
    cursor: default;
    color: #8E8E93;
  }
  .dashboard .row .panel.box-news .panel-body {
    text-align: center;
    padding: 0;
  }
  .dashboard .row .panel .twitter-box {
    max-height: 450px;
    overflow: auto;
  }
  .dashboard .row .panel .twitter-box .twitter-timeline {
    margin-right: auto;
    margin-left: auto;
  }
  esk-chart-negociation-revenus .negociation-revenus-header {
    margin-left: 60px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend {
    padding-top: 10px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars {
    display: inline-block;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars > * {
    display: inline-block;
    width: 30px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars .legend-bar-carre > * {
    height: 15px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars .legend-bar-carre .bar-solo {
    background-color: rgb(28, 51, 82);
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars .legend-bar-carre .bar-duo {
    background-color: rgb(233, 64, 97);
  }
  @media print {
    esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars .legend-bar-carre .bar-solo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgb(28, 51, 82) !important;
    }
    esk-chart-negociation-revenus .negociation-revenus-header .header-legend .legend-bars .legend-bar-carre .bar-duo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgb(233, 64, 97) !important;
    }
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-legend .btn-null {
    margin-top: -20px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-values > * {
    height: 20px;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-values .values-label,
  esk-chart-negociation-revenus .negociation-revenus-header .header-values .values-value {
    float: left;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-values .values-label {
    width: 130px;
    font-weight: 300;
  }
  esk-chart-negociation-revenus .negociation-revenus-header .header-values .values-value {
    width: 90px;
    text-align: right;
    font-weight: 500;
  }
  @media print {
    esk-chart-negociation-revenus .negociation-revenus-header > * {
      width: 50%;
    }
  }
  .negociation .negociation-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1010px) {
    .negociation .negociation-container {
      max-width: calc(1010px - 40px);
    }
  }
  .negociation .negociation-container .negociation-revenus .negociation-revenus-criteria {
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #DCDCDC;
  }
  .negociation .negociation-container .negociation-revenus .negociation-revenus-table {
    margin-top: 50px;
  }
  @media print {
    .negociation .negociation-container .negociation-revenus .negociation-revenus-criteria {
      display: none;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus {
      height: 450px;
      display: block;
      position: relative;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus > * {
      height: 100%;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus > * > * {
      height: 100%;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus .negociation-revenus-canvas {
      max-width: 100%;
      height: calc(100% - 60px - 20px) !important;
      position: relative;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus .negociation-revenus-canvas canvas {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
      height: 100% !important;
    }
    .negociation .negociation-container .negociation-revenus esk-chart-negociation-revenus p {
      bottom: 0;
      right: 0;
      position: absolute;
    }
    .negociation .negociation-container .negociation-revenus .negociation-revenus-table {
      margin-top: 20px;
    }
  }
  .calculator .calculator-form .types-ventes .radio-inline .radio {
    margin: 0 !important;
  }
  .calculator .calculator-display .calculator-col:first-child {
    border-right: 1px solid #DCDCDC;
    padding-bottom: 20px;
  }
  .calculator .calculator-display .calculator-col .calculator-line {
    margin-top: 5px;
  }
  .calculator .calculator-display .calculator-col .calculator-line span {
    color: #1FBBA6;
  }
  .barre-faire {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    padding: 10px 0;
    background: rgba(39, 179, 162, 0.9);
    color: #F0F3F4;
  }
  .barre-faire .dossiers-select-label {
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 15px;
  }
  @media (max-width: 767px) {
    .barre-faire .dossiers-select-label {
      display: none;
    }
  }
  .barre-faire .dossiers-select-actions {
    float: left;
    padding-left: 15px;
  }
  .barre-faire .dossiers-select-actions .loading {
    margin: 0;
    padding-top: 5px;
  }
  .barre-faire .dossiers-select-actions .actions button {
    margin-right: 3px;
    background-color: white;
    border-color: rgba(39, 179, 162, 0.9);
    color: rgba(39, 179, 162, 0.9);
  }
  .barre-faire .dossiers-select-actions .actions button.btn-dropdown {
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .barre-faire .dossiers-select-actions .actions button .btn-label {
      display: none;
    }
  }
  .dossier-selection .dossier-selected span:first-child {
    margin-left: 0;
  }
  .dossier-selection .dossier-selected span {
    width: initial;
    margin-left: 5px;
  }
  .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .menu-task-runner .popover {
    max-width: 400px;
    width: 400px;
  }
  .menu-task-runner .popover .task-runner .upload-files .upload-file {
    margin-top: 10px;
  }
  .menu-task-runner .popover .task-runner .upload-files .upload-file a {
    color: #007AFF;
  }
  .menu-task-runner .popover .task-runner .upload-files .upload-file .process-status .progress-striped {
    margin: 0;
  }
  .menu-task-runner .popover .task-runner .upload-files .upload-file button {
    padding: 0;
    border: 0;
    color: #D43F3A;
  }
  .menu-task-runner .popover .task-runner .upload-files .upload-file-more {
    margin-top: 10px;
  }
  esk-upload-files-info:where([class*="tw:"]) .upload-files fieldset.files-infos-process {
    background: rgb(249, 250, 251);
    margin: 1rem 0 0;
  }
  esk-upload-files-info:where([class*="tw:"]) .alert {
    margin: 1rem 0 0;
  }
  .upload-files .files-infos-process .file-process {
    margin-top: 5px;
  }
  .upload-files .files-infos-process .file-process .file-process-status .progress-striped {
    margin: 0;
  }
  .upload-files .files-infos-process .file-process button {
    padding: 0;
    border: 0;
    color: #D43F3A;
  }
  .upload-files .file-process-more {
    margin-top: 5px;
  }
  .upload-files .alert button {
    padding: 0;
    border: 0;
    color: #D43F3A;
  }
  .upload-files .alert .popover {
    max-width: 400px;
  }
  .upload-files .alert .files-errors .file-process {
    margin-top: 5px;
  }
  .upload-files .alert .files-errors .file-process .file-process-status a,
  .upload-files .alert .files-errors .file-process .file-process-status div {
    display: inline;
  }
  esk-contact .send {
    padding: 0;
    background: 0;
    border: 0;
    color: #007AFF;
    top: -1px;
    font-size: inherit;
  }
  esk-contact .send:hover {
    color: #0062cc;
  }
  .container-fluid-title {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid-title .row {
    background-color: #FAFAFA;
  }
  @media (min-width: 768px) {
    .container-fluid-title .row {
      height: 68px;
    }
  }
  .container-fluid-title .row h3 {
    font-size: 20px;
    padding-top: 4px;
  }
  .container-fluid-title .row p {
    padding-top: 4px;
  }
  .container-fluid-title h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
  }
  .menu-two-part {
    padding: 0;
  }
  .menu-two-part .menu-item {
    background-color: #E2E2E4;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
  }
  .menu-two-part .menu-item a {
    color: #485058;
    display: block;
  }
  .menu-two-part .menu-item a:hover {
    font-weight: bold;
    color: #1FBBA6;
  }
  .menu-two-part .menu-item.menu-item-active {
    background-color: #1FBBA6;
  }
  .menu-two-part .menu-item.menu-item-active a {
    color: white;
    font-weight: bold;
  }
  .menu-two-part .menu-item .menu-item-submenu {
    background-color: #E2E2E4;
  }
  .menu-two-part .horizontal-menu {
    text-align: right;
  }
  .menu-two-part .horizontal-menu .menu-item-more {
    cursor: pointer;
    height: 66px;
    line-height: 48px;
    float: right;
    display: none;
    position: relative;
  }
  .menu-two-part .vertical-menu {
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 2;
    width: auto;
  }
  .menu-two-part .vertical-menu .menu-item-nav {
    border: 1px solid #C8C7CC;
    display: none;
    width: 150px;
    padding: 10px 15px;
    line-height: 18px;
  }
  @media (max-width: 559px) {
    .menu-two-part .menu-item-nav {
      width: 28%;
    }
    .menu-two-part .menu-item-more {
      width: 16%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+4).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+4).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+4).menu-item.menu-item-more .vertical-menu.active :nth-child(n+4).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(4).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 560px) and (max-width: 799px) {
    .menu-two-part .menu-item-nav {
      width: 22%;
    }
    .menu-two-part .menu-item-more {
      width: 12%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item.menu-item-more .vertical-menu.active :nth-child(n+5).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(5).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 800px) and (max-width: 1009px) {
    .menu-two-part .menu-item-nav {
      width: 15.6%;
    }
    .menu-two-part .menu-item-more {
      width: 6.4%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item.menu-item-more .vertical-menu.active :nth-child(n+7).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(7).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 1010px) and (max-width: 1219px) {
    .menu-two-part .menu-item-nav {
      width: 22%;
    }
    .menu-two-part .menu-item-more {
      width: 12%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+5).menu-item.menu-item-more .vertical-menu.active :nth-child(n+5).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(5).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 1220px) and (max-width: 1399px) {
    .menu-two-part .menu-item-nav {
      width: 15.6%;
    }
    .menu-two-part .menu-item-more {
      width: 6.4%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+7).menu-item.menu-item-more .vertical-menu.active :nth-child(n+7).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(7).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 1400px) and (max-width: 1899px) {
    .menu-two-part .menu-item-nav {
      width: 13.7%;
    }
    .menu-two-part .menu-item-more {
      width: 4.1%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+8).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+8).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+8).menu-item.menu-item-more .vertical-menu.active :nth-child(n+8).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(8).menu-item.menu-item-more {
      display: none;
    }
  }
  @media (min-width: 1900px) {
    .menu-two-part .menu-item-nav {
      width: 12%;
    }
    .menu-two-part .menu-item-more {
      width: 4%;
    }
    .menu-two-part .horizontal-menu :nth-child(n+9).menu-item-nav {
      display: none;
    }
    .menu-two-part .horizontal-menu :nth-child(n+9).menu-item.menu-item-more {
      display: inline-block;
    }
    .menu-two-part .horizontal-menu :nth-child(n+9).menu-item.menu-item-more .vertical-menu.active :nth-child(n+9).menu-item {
      display: block;
    }
    .menu-two-part .horizontal-menu :nth-child(9).menu-item.menu-item-more {
      display: none;
    }
  }
  .shortcut .panel-white {
    height: 160px;
    line-height: 77px;
  }
  @media (min-width: 768px) {
    .shortcut .panel-white {
      height: 144px;
    }
  }
  .lifetime .lifetime-fiche .panel-body .date-responsable {
    display: inline-block;
    margin-left: 10px;
  }
  .lifetime .lifetime-matching-demandeurs .matching-demandeurs-loading,
  .lifetime .lifetime-matching-demandeurs .matching-demandeurs-null {
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    font-size: 15px;
  }
  esk-carte-quartiers #carte-quartiers {
    position: relative;
    height: 100%;
  }
  esk-carte-quartiers #carte-quartiers #actions-carte-quartiers {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    border-radius: 2px;
    background-color: #F5F5F5;
  }
  esk-carte-quartiers #carte-quartiers #actions-carte-quartiers button {
    display: block;
    background: none;
    border: 0;
    border-bottom: 1px solid #C8C7CC;
    width: 28px;
    height: 27px;
  }
  esk-carte-quartiers #carte-quartiers svg .quartier {
    cursor: pointer;
  }
  esk-carte-quartiers #carte-quartiers svg .quartier-hover path,
  esk-carte-quartiers #carte-quartiers svg .quartier-hover polygon,
  esk-carte-quartiers #carte-quartiers svg .quartier-hover polyline {
    fill: #0095C8;
    fill-opacity: 0.5;
  }
  esk-carte-quartiers #carte-quartiers svg .quartier-hover text {
    fill: white;
  }
  esk-carte-quartiers #carte-quartiers svg .quartier-selected path,
  esk-carte-quartiers #carte-quartiers svg .quartier-selected polygon,
  esk-carte-quartiers #carte-quartiers svg .quartier-selected polyline {
    fill: #0095C8;
  }
  esk-carte-quartiers #carte-quartiers svg .quartier-selected text {
    fill: white;
  }
  .list-infos .select-all {
    float: left;
    padding-left: 10px;
    margin-top: -10px;
  }
  .input-group.input-group-number {
    margin-right: 10px;
  }
  .input-group.input-group-number > input {
    width: 90px;
    float: right;
  }
  .input-group.input-group-number > .input-group-addon {
    width: inherit;
  }
  .input-group.input-group-number.input-group-currency > input {
    width: 90px;
  }
  .input-group.input-group-number.input-group-area > input {
    width: 90px;
  }
  .input-group.input-group-number.input-group-date > input {
    float: left;
  }
  .input-group.input-group-number.input-group-date > div {
    float: left;
  }
  .input-group.input-group-number.input-group-date > span {
    float: left;
  }
  .input-group .addon-left {
    font-size: 0.5em;
  }
  app-bien-edit-viabilisation-assainissement,
  app-form-radio-ynn,
  soq-input-radio-ynn {
    display: inline-block;
    width: 100%;
  }
  app-bien-edit-viabilisation-assainissement .clip-radio label,
  app-form-radio-ynn .clip-radio label,
  soq-input-radio-ynn .clip-radio label {
    float: left;
  }
  .img-container {
    position: relative;
    max-width: 120px;
  }
  .img-container .img-tools {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 35px;
    text-align: right;
    padding-right: 5px;
  }
  .img-container .img-tools span {
    cursor: pointer;
    padding: 5px 5px;
    display: inline-block;
    color: white;
    font-size: 15px;
  }
  .noty-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1200px - 30px);
  }
  @media (max-width: 1199px) {
    .noty-container {
      max-width: calc(1010px - 20px);
    }
  }
  @media (max-width: 1009px) {
    .noty-container {
      max-width: calc(768px - 20px);
    }
  }
  .my-account .crop-photo {
    width: 300px;
  }
  .my-account .user-photo {
    width: 300px;
  }
  .my-account .user-photo .thumbnail {
    position: relative;
  }
  .my-account .user-photo .thumbnail .handle {
    position: absolute;
    width: 100%;
    padding-right: 8px;
  }
  .my-account .user-photo .thumbnail .handle .buttons {
    background-color: rgba(0, 0, 0, 0.75);
    text-align: end;
  }
  .my-account .account-diffusions .diffusions-diffusion {
    position: relative;
  }
  .my-account .account-diffusions .diffusions-diffusion label {
    width: 250px;
  }
  .my-account .account-diffusions .diffusions-diffusion .diffusion-short-label {
    display: inline-block;
  }
  .my-account .account-diffusions .diffusions-diffusion .diffusion-autre {
    position: absolute;
    top: 0;
    left: 260px;
  }
  .my-account .account-diffusions .diffusions-diffusion .diffusion-autre input {
    border: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .my-account .account-dashboard .dashboard-boxes {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
  }
  @media (max-width: 767px) {
    .my-account .account-dashboard .dashboard-boxes {
      padding-left: 0;
    }
  }
  .my-account .account-dashboard .dashboard-boxes li:first-child {
    border-top: 0;
  }
  .my-account .account-dashboard .dashboard-boxes li {
    border-top: 1px solid #DCDCDC;
    min-height: 60px;
  }
  .my-account .account-dashboard .dashboard-boxes li .box-title {
    padding-top: 20px;
  }
  soq-input-file {
    border: 1px dashed #C8C7CC;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
  }
  soq-input-file.dnd-active {
    background-color: #C8C7CC;
  }
  soq-input-file h1 {
    margin-top: 20px;
  }
  soq-gmaps-free-draw ui-gmap-google-map .angular-google-map .angular-google-map-container {
    height: 400px;
  }
  soq-gmaps-free-draw ui-gmap-google-map .angular-google-map .angular-google-map-container .btns-drawing {
    margin: 10px;
    min-width: 400px;
    text-align: center;
  }
  @media (max-width: 480px) {
    soq-gmaps-free-draw ui-gmap-google-map .angular-google-map .angular-google-map-container .btns-drawing {
      margin-top: 55px;
    }
  }
  soq-gmaps-free-draw ui-gmap-google-map .angular-google-map .angular-google-map-container .btn-draw {
    background-color: white !important;
  }
  .ui-sortable .drag-handler {
    cursor: move;
  }
  .ui-sortable .drag-handler.handler-precise {
    position: absolute;
  }
  .ui-sortable .ui-sortable-placeholder {
    list-style: none;
    min-height: auto;
    background-color: #E2E2E4;
    padding: 15px;
    height: 50px;
  }
  .ui-sortable .ui-sortable-placeholder.placeholder:after {
    color: #8E8E93;
    content: "Rel\e2 cher pour placer \e0  cette position.";
    position: absolute;
    width: 100%;
    left: unset;
  }
  .collection-sortable-ul .ui-sortable-placeholder.placeholder {
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  @media (min-width: 768px) {
    .collection-sortable-ul .ui-sortable-placeholder.placeholder {
      width: calc(50% - 1rem);
    }
  }
  @media (min-width: 1280px) {
    .collection-sortable-ul .ui-sortable-placeholder.placeholder {
      width: calc(33% - 1rem);
    }
  }
  @media (min-width: 1536px) {
    .collection-sortable-ul .ui-sortable-placeholder.placeholder {
      width: calc(25% - 1rem);
    }
  }
  .collection-sortable-ul .ui-sortable-placeholder.placeholder:after {
    color: #8E8E93;
    content: "Rel\e2 cher pour placer \e0  cette position.";
    position: absolute;
    left: unset;
  }
  @media (min-width: 1009px) {
    .documents .panel-heading {
      min-height: 53px;
    }
  }
  .documents .noty-container {
    padding-top: 40px;
  }
  .documents .noty-container .documents-statuts {
    margin-bottom: 30px;
  }
  .documents .noty-container .documents-statuts .statuts-explanation .explanation-overload > * {
    margin-bottom: 30px;
  }
  .print-button {
    display: inline-block;
  }
  .print-button .btn-group.one-menu .btn.btn-dropdown {
    border-radius: 4px;
  }
  .print-button .dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #DCDCDC;
  }
  .print-button .dropdown-menu li:first-child {
    border-top: 0;
  }
  .dossier-suivi {
    height: 700px;
  }
  .dossier-suivi .list-details {
    border-spacing: 0;
    margin: 0 -15px;
  }
  .dossier-suivi .list-details > *,
  .dossier-suivi .list-details .col-list {
    height: 100%;
    background: white;
  }
  .dossier-suivi .list-details .col-list {
    float: left;
    vertical-align: top;
    width: 360px;
    border-right: 1px solid #DCDCDC;
  }
  @media (max-width: 767px) {
    .dossier-suivi .list-details .col-list {
      width: 100%;
      border-right: none;
      position: relative;
    }
  }
  .dossier-suivi .list-details .col-list .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .dossier-suivi .list-details .col-list .navigation .tabs-container {
    display: inline-block;
  }
  .dossier-suivi .list-details .col-list .wrap-list {
    width: 359px;
    height: 100%;
    position: relative;
  }
  @media (max-width: 768px) {
    .dossier-suivi .list-details .col-list .wrap-list {
      width: 100%;
    }
  }
  .dossier-suivi .list-details .details {
    overflow: hidden;
    padding: 0;
  }
  .dossier-suivi .list-details .details .no-messages {
    min-height: 400px;
  }
  .dossier-suivi .list-details .details .suivi-email {
    padding: 20px;
  }
  .dossier-suivi .list-details .details .suivi-email .email-recipients {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #8E8E93;
    cursor: pointer;
  }
  .dossier-suivi .list-details .details .suivi-email .email-subject {
    font-size: 17px;
    padding: 20px 10px 0;
  }
  .dossier-suivi .list-details .details .suivi-email .email-message {
    padding: 20px 10px 0;
  }
  .dossier-suivi .list-details .details .suivi-email .email-attachments {
    margin-top: 20px;
  }
  .dossier-suivi .list-details .details .suivi-email .email-attachments .email-attachment {
    margin-right: 10px;
    height: 40px;
  }
  .dossier-suivi .list-details .details .suivi-email .email-attachments .email-attachment a {
    border-radius: 4px;
    border: 1px solid #8E8E93;
    padding: 10px;
  }
  .search-keywords .input-group {
    max-width: 600px;
  }
  .search-keywords .input-group .form-control {
    border-right: 0;
    height: 32px;
  }
  .search-keywords .input-group .input-group-btn > *,
  .search-keywords .input-group .input-group-btn .search-filter > button {
    height: 32px;
  }
  .search-keywords .input-group .input-group-btn .popover {
    height: unset;
  }
  .search-keywords .input-group .input-group-btn .search-keywords-remove,
  .search-keywords .input-group .input-group-btn .search-keywords-help {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-color: #C8C7CC;
  }
  .search-keywords .input-group .input-group-btn .search-keywords-remove {
    padding-top: 6px;
  }
  .search-keywords .input-group .input-group-btn .search-keywords-help {
    padding-top: 5px;
  }
  .barre-search .search-keywords {
    max-width: calc(100% - 280px);
    float: left;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter {
    margin-right: 26px;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .filter-caret {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #DCDCDC;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a {
    max-width: 350px;
    padding: 0;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a:focus,
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a:hover {
    background-color: transparent;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a > * {
    display: inline-block;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a > *:focus,
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a > *:hover {
    background-color: #F5F5F5;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a .filter-update {
    position: absolute;
    right: 0;
    padding: 3px 13px 3px 13px;
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu .filter-item a .filter-select {
    margin-right: 40px;
    padding: 3px 10px 3px 20px;
    width: calc(100% - 40px);
  }
  .barre-search .search-keywords .input-group .input-group-btn .search-filter .dropdown-menu li:first-child {
    border-top: 0;
  }
  .barre-search esk-select-sort {
    width: 270px;
    float: left;
    margin-left: 10px;
  }
  @media (max-width: 767px) {
    .barre-search .search-keywords {
      max-width: 100%;
    }
    .barre-search esk-select-sort {
      float: none;
      display: inline-block;
      margin-left: 0;
      margin-top: 10px;
      width: 100%;
    }
  }
  .btn-sort {
    border: 0;
    background: 0;
    font-weight: inherit;
  }
  .configuration .configuration-passerelles .passerelle {
    max-width: 500px;
  }
  @media (min-width: 1200px) {
    .configuration .configuration-passerelles .passerelle {
      margin-left: calc((100% - 500px) / 2);
    }
  }
  .configuration .configuration-passerelles .passerelle .panel-heading {
    height: 60px;
  }
  .configuration .configuration-passerelles .passerelle .panel-heading .media {
    height: 100%;
  }
  .configuration .configuration-passerelles .passerelle .panel-heading .media .media-left {
    height: 100%;
  }
  .configuration .configuration-passerelles .passerelle .panel-heading .media .media-left .media-object {
    height: 100%;
  }
  .configuration .configuration-passerelles .passerelle .panel-heading .media .media-left .media-object img {
    max-height: 100%;
    max-width: 100%;
  }
  esk-configuration-facebook .popover {
    max-width: 400px;
    width: 400px;
  }
  esk-configuration-facebook .popover .passerelle-connect ul li {
    display: inline;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 10px;
    text-align: center;
  }
  esk-configuration-facebook .popover .passerelle-connect .connect-step {
    margin-top: 15px;
  }
  esk-configuration-facebook .popover .passerelle-connect .connect-step .step .step-img {
    text-align: center;
  }
  esk-configuration-facebook .popover .passerelle-connect .connect-step .step .step-txt {
    margin-top: 5px;
  }
  .noty-intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
    background-image: url(/assets/images/noty/background.jpg);
  }
  .noty-intro .rgba-noty-strong,
  .noty-intro .rgba-noty-strong:after {
    background-color: rgba(39, 179, 162, 0.62);
    height: 100%;
  }
  .noty-intro .noty-overlay-effect {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(39, 179, 162, 0.5));
    height: 100%;
  }
  .noty-intro .container-login {
    margin-top: 100px;
  }
  .noty-intro .container-login .main-login .box-login {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    margin-top: 15px;
  }
  .noty-intro .container-login .main-login .box-login legend {
    color: #1FBBA6;
  }
  .noty-intro .container-login .main-login .box-login input {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .noty-intro .container-login .main-login .box-login label {
    font-size: 15px;
  }
  .noty-intro .container-login .main-login .box-login .form-actions:before,
  .noty-intro .container-login .main-login .box-login .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .noty-intro .container-login .main-login .box-login .form-actions:after {
    clear: both;
  }
  .noty-intro .container-login .main-login .box-login .form-actions {
    padding-top: 10px;
    display: block;
  }
  .noty-intro .container-login .display-4 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.2;
    color: white;
  }
  .material-btn-primary {
    background-color: #007AFF;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 0.84rem 2.14rem;
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    margin: 0.375rem;
    border: 0;
    border-radius: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
  }
  .material-btn-primary:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: white;
  }
  esk-footer {
    bottom: 0;
    color: white;
    background-color: #485058;
    font-size: 15px;
    display: block;
  }
  @media (max-width: 767px) {
    esk-footer {
      text-align: center !important;
    }
  }
  esk-footer .container-footer {
    padding-top: 3rem;
  }
  esk-footer .container-footer .row > * {
    margin-bottom: 1.5rem;
  }
  esk-footer .container-footer .row :last-child .col-icon {
    float: left;
    width: 30px;
  }
  esk-footer .container-footer .row :last-child .col-info {
    float: left;
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  esk-footer .container-footer .row h6 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    font-size: 17px;
    height: 46px;
    margin: 0;
  }
  esk-footer .container-footer .row p {
    margin-bottom: 1rem;
  }
  esk-footer .container-footer .row .col-logo img {
    width: 30%;
    max-width: 110px;
  }
  esk-footer .container-footer .row hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.5rem;
    background-color: #1FBBA6;
    width: 60px;
  }
  esk-footer .footer-copyright {
    padding-bottom: 1rem;
    padding-top: 1rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    color: hsla(0, 0%, 100%, 0.6);
  }
  esk-footer a {
    color: white;
  }
  .pre-wrap {
    white-space: pre-wrap;
  }
  [appProvideParentForm] .ref-public a[uib-popover-template] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .report-edit .modal-body .drop-zone {
    height: 100px;
    border: 1px dashed #C8C7CC;
    padding-top: 30px;
  }
  .app-start {
    padding: 7%;
    height: 100%;
  }
  @media (max-width: 767px) {
    .app-start {
      margin-top: 0;
    }
  }
  [ng-transclude]:empty {
    display: none;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .recipient {
    display: inline-block;
    padding: 3px;
  }
  .pg-list-group {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgba(34, 36, 38, 0.15);
  }
  .pg-list-group .pg-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0 -2px 0 0;
    color: #555;
    text-align: right;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 2px;
  }
  .pg-list-group .pg-list-group-item.active,
  .pg-list-group .pg-list-group-item:hover {
    border-right-color: #555;
    background-color: rgba(192, 197, 202, 0.15);
  }
  input[type=number] {
    text-align: right;
  }
  .panel-tools {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: white;
    display: flex;
    height: 100%;
    align-items: center;
  }
  input.number,
  input[soq-only-digits] {
    text-align: right;
  }
  esk-select-date {
    display: block;
  }
  esk-select-date > * {
    float: left;
  }
  esk-select-date input[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] .uib-clear {
    display: none;
  }
  esk-cropper {
    display: block;
    width: 100%;
    height: 100%;
  }
  esk-cropper .esk-cropper-container {
    width: 100%;
    height: 100%;
  }
  esk-cropper .esk-cropper-container.esk-cropper-hidden {
    visibility: hidden;
  }
  esk-cropper .esk-cropper-container img {
    max-width: 100%;
    max-height: 100%;
  }
  .diagnostic svg {
    max-height: 250px;
  }
  .popover-email,
  .popover-report {
    min-width: 500px;
    max-width: 500px;
  }
  @media (max-width: 767px) {
    .popover-email,
    .popover-report {
      min-width: 60%;
      max-width: 60%;
    }
  }
  .procedure-edit table tr {
    height: 50px;
  }
  .procedure-edit table tr td {
    position: relative;
    padding: 0 15px;
    border: 0;
  }
  .procedure-edit table tr td.signataire-nom {
    min-width: 150px;
  }
  .procedure-edit table tr td.signataire-prenom {
    min-width: 150px;
  }
  .procedure-edit table tr td.signataire-email {
    min-width: 210px;
  }
  .procedure-edit table tr td.signataire-telephone {
    min-width: 130px;
  }
  .procedure-edit table tr td.signataire-status {
    min-width: 120px;
    text-transform: capitalize;
  }
  .procedure-edit table tr td.signataire-status .status-date {
    text-transform: lowercase;
    font-size: 10pt;
  }
  .procedure-edit table tr td.signataire-actions {
    width: 50px;
  }
  .procedure-edit table tr td .form-control {
    box-shadow: unset;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    padding: 7px 5px;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .procedure-edit table tr td .error {
    position: absolute;
  }
  .procedure-edit .procedure-status {
    display: flex;
    align-items: baseline;
  }
  .procedure-edit .modal-footer {
    position: relative;
    min-height: 63px;
  }
  .procedure-edit .modal-footer h4 {
    position: absolute;
  }
  .estimation tabs .tab-container {
    margin-bottom: 10px;
  }
  .estimation tabs .tab-container .tab-content {
    display: none;
  }
  .estimation .estimation-edit .estimation-type {
    width: 450px;
    position: relative;
  }
  .estimation .estimation-edit .estimation-type a {
    position: absolute;
    right: 70px;
    bottom: 25px;
  }
  .estimation .estimation-evaluation .evaluation-help {
    position: relative;
  }
  .estimation .estimation-evaluation .evaluation-help .help-popover {
    left: 140px;
    position: absolute;
    top: 25px;
  }
  .estimation .estimation-evaluation .evaluation-references esk-estimation-references-crud .crud-actions .btn-group.open .btn-primary.dropdown-toggle:focus {
    border-color: #007AFF;
  }
  .estimation .estimation-evaluation .evaluation-references .references-calculs {
    margin: 20px -15px 40px;
  }
  .estimation .estimation-evaluation .evaluation-references .references-calculs .calculs-value {
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }
  .estimation .estimation-evaluation .evaluation-references .references-calculs .calculs-value > * {
    display: inline;
  }
  .estimation .estimation-evaluation .evaluation-references .references-calculs .calculs-value a {
    padding-left: 5px;
  }
  .estimation .estimation-evaluation .evaluation-references .references-calculs .calculs-value a span {
    top: -3px;
  }
  .estimation .estimation-evaluation .evaluation-precisions .precisions-map .map-upload-infos {
    padding: 0 15px;
  }
  .estimation .estimation-evaluation .popover {
    top: 0;
    width: 250px;
    max-width: 250px;
  }
  .estimations .wallet .select-all .clip-check input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .estimations .estimations-references .collection-biens .content:first-child {
    margin-left: 0;
  }
  esk-estimation-reference-popover .reference-informations {
    font-weight: bold;
  }
  esk-estimation-reference-popover .reference-informations .row > * {
    margin-bottom: 5px;
  }
  esk-estimation-reference-popover .reference-informations .row > * span {
    font-weight: normal;
  }
  .location tabs .tab-container {
    margin-bottom: 10px;
  }
  .location tabs .tab-container .tab-content {
    display: none;
  }
  .location .location-edit fieldset .h5-fieldset {
    color: #007AFF;
    font-size: 15px;
    font-weight: 400;
  }
  .location .location-edit fieldset .charges-locatives {
    margin-top: 30px;
  }
  .location .location-edit fieldset .charges-locatives .form-group {
    margin-bottom: 5px;
  }
  .location .location-edit fieldset .charges-locatives .form-group a {
    padding: 0 5px;
  }
  .location .location-edit fieldset .charges-locatives .form-group label {
    margin-top: 5px;
  }
  .loyer-base a {
    padding: 0 10px;
  }
  .loyer-base .popover {
    width: max-content;
  }
  .list-locations .select-all .clip-check input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .list-locations .bullet-compromis {
    display: none;
  }
  .confrere-parent-alert {
    position: relative;
  }
  .confrere-parent-alert .confrere-alert {
    position: absolute;
    padding: 0 8px;
  }
  .btns-interest {
    position: fixed;
    right: 0;
    top: 50%;
    padding-right: 5px;
  }
  .btns-interest .btn-switch {
    background: #788290;
  }
  .btns-interest .like {
    background: #08BD44;
    height: 60px;
    width: 60px;
    border-radius: 41px;
    padding-top: 15px;
    border: 4px solid #DCDCDC;
    display: block;
    vertical-align: top;
    color: white;
  }
  .btns-interest .dislike {
    background: rgb(217.9128630705, 78.6099585062, 74.0871369295);
    height: 60px;
    width: 60px;
    border-radius: 41px;
    padding-top: 15px;
    border: 4px solid #DCDCDC;
    display: block;
    vertical-align: top;
    color: white;
  }
  .btns-interest .not-now {
    background: rgb(255, 132.6, 51);
    height: 60px;
    width: 60px;
    border-radius: 41px;
    padding-top: 15px;
    display: block;
    color: white;
    border: 4px solid #DCDCDC;
  }
  .select .btns-interest {
    position: initial;
    right: 0;
    top: 0;
    padding-right: 0;
    margin-left: -7px;
    margin-top: 7px;
    width: 20px;
  }
  .select .btns-interest .dislike {
    background: rgb(217.9128630705, 78.6099585062, 74.0871369295);
    height: 32px;
    width: 32px;
    border-radius: 16px;
    padding-top: 2px;
    border: 3px solid #DCDCDC;
    display: block;
    vertical-align: top;
    color: white;
  }
  .thumbnail .select .btns-interest {
    margin-top: -7px;
  }
  .box-ventes-search .tabbable {
    margin: 0;
  }
  .box-ventes-search .tabbable .search-criteria .price {
    margin-bottom: 0;
  }
  .box-ventes-search .tabbable .search-criteria .price .input-price .input-group {
    float: left;
  }
  .box-ventes-search .tabbable .search-criteria .price .input-price .prix-hni {
    display: inline-block;
  }
  @media (min-width: 1010px) {
    .box-ventes-search .tabbable .search-criteria .price .input-price .prix-hni {
      margin-left: 20px;
    }
  }
  .box-ventes-search .tabbable .search-criteria .price .input-price .prix-hni .checkbox {
    display: inline-block;
    margin: 5px 0;
  }
  .box-ventes-search .tabbable .search-criteria .ventes-etude {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .box-ventes-search .tabbable .search-criteria .ventes-etude .checkbox {
    margin: 0;
  }
  .box-ventes-search .tabbable .search-reference .input-group {
    width: 100%;
  }
  .box-ventes-search .tabbable .search-reference .input-group input {
    border-right: 0;
  }
  .box-ventes-search .tabbable .search-reference .input-group .input-group-btn {
    border: 1px solid #DCDCDC;
    border-left: 0;
  }
  @media (max-width: 1009px) {
    .box-ventes-search .tabbable .search-localisation .localisation-precision {
      height: 120px;
    }
    .box-ventes-search .tabbable .search-localisation .localisation-precision .radio-inline > * {
      margin: 0;
    }
  }
  @media (min-width: 1010px) {
    .box-ventes-search .tabbable .search-localisation .localisation-precision {
      height: 70px;
    }
    .box-ventes-search .tabbable .search-localisation .localisation-precision > * {
      float: left;
    }
    .box-ventes-search .tabbable .search-localisation .localisation-precision .radio-inline {
      padding: 0;
    }
    .box-ventes-search .tabbable .search-localisation .localisation-precision .precision-fields.quartier {
      width: calc(100% - 200px);
    }
    .box-ventes-search .tabbable .search-localisation .localisation-precision .precision-fields {
      width: 100%;
    }
  }
  .vente-contrats .contrats-mandats .mandats-type .form-group {
    margin: 0;
  }
  .vente-contrats .contrats-mandats .mandats-type .form-group .radio-inline {
    margin: 0 !important;
  }
  .vente-contrats .contrats-mandats .mandats-type .form-group .radio-inline .clip-radio {
    margin: 5px;
  }
  .vente-contrats .contrats-mandats .mandats-type .form-group .radio-inline .clip-radio label {
    margin: 0;
  }
  .vente-contrats .contrats-new .new-generate {
    display: none;
  }
  .vente-contrats .contrats-none .contrats-new .new-generate {
    display: inline;
  }
  .vente-contrats .contrats-none .contrats-new .new-create {
    display: none;
  }
  .vente-contrats .contractors-list {
    border-right: 1px solid rgb(168.0769230769, 168.0769230769, 171.9230769231);
    padding-left: 5px;
  }
  .vente-contrats .contractors-list .contrats-new {
    margin: 10px calc((100% - 170px) / 2);
  }
  .vente-contrats .contractors-list .contractors-item:first-child {
    border: none;
  }
  .vente-contrats .contractors-list .contractors-item {
    border: none;
    border-top: 1px solid #DCDCDC;
    padding: 15px 10px;
  }
  .vente-contrats .contractors-list .contractors-item button.btn-link {
    float: right;
    right: -5px;
    bottom: 25px;
    color: #8E8E93;
    padding: 0 12px;
    font-size: 20px;
  }
  .vente-contrats .contractors-list .contractors-item .contractor-contrats {
    margin: 10px 10px 0;
    color: #8E8E93;
  }
  .vente-contrats .contractors-list .contractors-item .contractor-contrats .contrats-none,
  .vente-contrats .contractors-list .contractors-item .contractor-contrats .contrats-total {
    border: none;
  }
  .vente-contrats .contractors-list .contractors-item .contractor-contrats .contrats-item {
    border-radius: 0;
    padding: 10px;
    z-index: 1;
  }
  .vente-contrats .contrats-edition .edition-actions {
    min-height: 50px;
  }
  .vente-contrats .contrats-edition .edition-actions .tabbable {
    margin-bottom: 0;
  }
  .vente-contrats .contrats-edition .edition-actions .tabbable .tab-content {
    display: none;
  }
  .vente-modal-contrats .modal-body .contrats-mandant {
    margin-top: 20px;
  }
  .vente-modal-contrats .modal-body .contrats-mandant .mandant-explanation {
    padding-top: 7px;
    padding-left: 0;
    color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
  }
  .vente-archive .modal-body .reference-demandeur .demandeurs-archives .checkbox label {
    color: rgb(168.0769230769, 168.0769230769, 171.9230769231);
  }
  .vente-archive .modal-body esk-select-date {
    display: inline-block;
  }
  .ventes .ventes-negociees .ventes-negociees-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1010px) {
    .ventes .ventes-negociees .ventes-negociees-container {
      max-width: calc(1010px - 40px);
    }
  }
  @media print {
    .ventes .ventes-negociees .ventes-negociees-container esk-ventes-chart-negociees {
      height: 530px;
      display: block;
      position: relative;
    }
    .ventes .ventes-negociees .ventes-negociees-container esk-ventes-chart-negociees .negociees-canvas {
      max-width: 100%;
      position: relative;
    }
    .ventes .ventes-negociees .ventes-negociees-container esk-ventes-chart-negociees .negociees-canvas canvas {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
    }
    .ventes .ventes-negociees .ventes-negociees-container esk-ventes-chart-negociees p {
      bottom: 0;
      right: 0;
      position: absolute;
    }
  }
  .ventes .ventes-negociees .ventes-negociees-etude .etude-table {
    margin-top: 50px;
  }
  .ventes .ventes-negociees .ventes-negociees-natures .natures-table .table-filter .filter-annee {
    margin-left: 30px;
  }
  @media (max-width: 767px) {
    .ventes .ventes-negociees .ventes-negociees-natures .natures-table .table-filter .filter-annee {
      margin-left: 0;
    }
  }
  .ventes .ventes-negociees .ventes-negociees-natures .natures-table .table-filter .filter-annee input {
    max-width: 120px;
  }
  @media print {
    .ventes .ventes-negociees .ventes-negociees-natures .natures-table .table-filter > * {
      width: 50%;
      float: left;
    }
  }
  .ventes .vente tabs .tab-container {
    margin-bottom: 10px;
  }
  .ventes .vente tabs .tab-container .tab-content {
    display: none;
  }
  .ventes .vente .vente-edit .prix-edit .prix-information {
    color: #8E8E93;
    width: 100px;
  }
  .ventes .vente .vente-edit .prix-edit .prix-information a {
    padding-right: 0;
  }
  .ventes .vente .vente-edit .prix-edit .prix-information .popover {
    width: 170px;
  }
  .ventes .vente .vente-edit .prix-edit .types-charges .radio-inline {
    margin: 0 !important;
  }
  .ventes .vente .vente-edit .prix-edit .types-charges .radio-inline .radio {
    margin: 0 !important;
  }
  .ventes .vente .vente-edit .prix-edit .interactive-pas-offre .btn-null,
  .ventes .vente .vente-edit .prix-edit .interactive-date-fin .btn-null {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ventes .vente .vente-edit .accessibilite_environnement-edit .accessibilite_environnement-plain_pied {
    max-width: 200px;
  }
  .list-ventes .select-all .clip-check input[type=checkbox]:checked + label:before {
    border-color: #007AFF;
  }
  .vente-price {
    cursor: default;
  }
  esk-box-new-ventes .panel .panel-body {
    padding: 0 15px;
  }
  esk-ventes-chart-negociees .negociees-legend > * {
    display: inline-block;
    margin-left: 40px;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars > * {
    display: inline-block;
    width: 30px;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-year {
    position: relative;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-year > * {
    position: absolute;
    top: -22px;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-previous > *,
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-current > * {
    height: 15px;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-previous .bar-solo {
    background-color: rgba(28, 51, 82, 0.7);
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-previous .bar-duo {
    background-color: rgba(233, 64, 97, 0.7);
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-current .bar-solo {
    background-color: rgb(28, 51, 82);
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-current .bar-duo {
    background-color: rgb(233, 64, 97);
  }
  @media print {
    esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-previous .bar-solo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgba(28, 51, 82, 0.7) !important;
    }
    esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-previous .bar-duo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgba(233, 64, 97, 0.7) !important;
    }
    esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-current .bar-solo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgb(28, 51, 82) !important;
    }
    esk-ventes-chart-negociees .negociees-legend .legend-bars .legend-bar-current .bar-duo {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px rgb(233, 64, 97) !important;
    }
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars.without-network .legend-bar-year > * {
    top: -15px;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-bars.without-network .legend-bar-text,
  esk-ventes-chart-negociees .negociees-legend .legend-bars.without-network .bar-duo {
    display: none;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-line {
    vertical-align: text-bottom;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-line > * {
    display: inline-block;
  }
  esk-ventes-chart-negociees .negociees-legend .legend-line .line-circle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #27B3A2;
    margin-bottom: -3px;
  }
  @media print {
    esk-ventes-chart-negociees .negociees-legend .legend-line .line-circle {
      background-color: unset;
      box-shadow: inset 0 0 0 1000px #27B3A2 !important;
    }
  }
  esk-ventes-table-negociees-natures table tr.table-total {
    font-weight: bold;
  }
  esk-ventes-table-negociees-natures table tr.table-total td {
    border-top: 1px solid #C8C7CC;
    border-bottom: 0;
  }
  .vente-modal-compromis .modal-body .compromis-first .first-dates {
    height: 32px;
    padding: 0 calc((100% - 62px - 290px) / 2) 60px;
    border-bottom: 1px #DCDCDC solid;
    margin-bottom: 30px;
  }
  .vente-modal-compromis .modal-body .compromis-first .first-dates > * {
    float: left;
  }
  .vente-modal-compromis .modal-body .compromis-first .first-dates h4 {
    margin-top: 8px;
    margin-right: 10px;
  }
  .vente-modal-compromis .modal-body .compromis-first .first-options {
    margin-bottom: 20px;
  }
  .vente-modal-compromis .modal-body .compromis-first .first-options button {
    display: block;
    width: 140px;
    margin: 40px 65px 0;
    font-size: 25px;
  }
  .vente-modal-compromis .modal-body .compromis-second > div.col-xs-12 {
    margin-top: 20px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-MIR2LHG7.css.map */
