/*!
 *
 * Bryntum TaskBoard 5.1.1
 *
 * Copyright(c) 2022 Bryntum AB
 * https://bryntum.com/contact
 * https://bryntum.com/license
 *
 */
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --b-fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.b-fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.b-content-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-theme-info:before {
  content: '{"name":"Classic-Light"}';
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --b-fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.b-fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.b-content-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-fa {
  font-family: var(--b-fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--b-fa-style, 900);
}

.b-fa,
.fas,
.b-fa-solid,
.far,
.b-fa-regular,
.fal,
.b-fa-light,
.fat,
.b-fa-thin,
.fad,
.b-fa-duotone,
.fab,
.b-fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--b-fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.b-fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.b-fa-xs {
  font-size: 0.75em;
}

.b-fa-sm {
  font-size: 0.875em;
}

.b-fa-1x {
  font-size: 1em;
}

.b-fa-2x {
  font-size: 2em;
}

.b-fa-3x {
  font-size: 3em;
}

.b-fa-4x {
  font-size: 4em;
}

.b-fa-5x {
  font-size: 5em;
}

.b-fa-6x {
  font-size: 6em;
}

.b-fa-7x {
  font-size: 7em;
}

.b-fa-8x {
  font-size: 8em;
}

.b-fa-9x {
  font-size: 9em;
}

.b-fa-10x {
  font-size: 10em;
}

.b-fa-fw, .b-fw-icon:before {
  text-align: center;
  width: 1.25em;
}

.b-fa-ul {
  list-style-type: none;
  margin-left: var(--b-fa-li-margin, 2.5em);
  padding-left: 0;
}
.b-fa-ul > li {
  position: relative;
}

.b-fa-li {
  left: calc(var(--b-fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--b-fa-li-width, 2em);
  line-height: inherit;
}

.b-fa-border {
  border-color: var(--b-fa-border-color, #eee);
  border-radius: var(--b-fa-border-radius, 0.1em);
  border-style: var(--b-fa-border-style, solid);
  border-width: var(--b-fa-border-width, 0.08em);
  padding: var(--b-fa-border-padding, 0.2em 0.25em 0.15em);
}

.b-fa-pull-left {
  float: left;
  margin-right: var(--b-fa-pull-margin, 0.3em);
}

.b-fa-pull-right {
  float: right;
  margin-left: var(--b-fa-pull-margin, 0.3em);
}

.b-fa-beat {
  animation-name: b-fa-beat;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, ease-in-out);
}

.b-fa-bounce {
  animation-name: b-fa-bounce;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.b-fa-fade {
  animation-name: b-fa-fade;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.b-fa-beat-fade {
  animation-name: b-fa-beat-fade;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.b-fa-flip {
  animation-name: b-fa-flip;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, ease-in-out);
}

.b-fa-shake {
  animation-name: b-fa-shake;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, linear);
}

.b-fa-spin {
  animation-name: b-fa-spin;
  animation-delay: var(--b-fa-animation-delay, 0);
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 2s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, linear);
}

.b-fa-spin-reverse {
  --b-fa-animation-direction: reverse;
}

.b-fa-pulse,
.b-fa-spin-pulse {
  animation-name: b-fa-spin;
  animation-direction: var(--b-fa-animation-direction, normal);
  animation-duration: var(--b-fa-animation-duration, 1s);
  animation-iteration-count: var(--b-fa-animation-iteration-count, infinite);
  animation-timing-function: var(--b-fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .b-fa-beat,
.b-fa-bounce,
.b-fa-fade,
.b-fa-beat-fade,
.b-fa-flip,
.b-fa-pulse,
.b-fa-shake,
.b-fa-spin,
.b-fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes b-fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--b-fa-beat-scale, 1.25));
  }
}
@keyframes b-fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--b-fa-bounce-start-scale-x, 1.1), var(--b-fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--b-fa-bounce-jump-scale-x, 0.9), var(--b-fa-bounce-jump-scale-y, 1.1)) translateY(var(--b-fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--b-fa-bounce-land-scale-x, 1.05), var(--b-fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--b-fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes b-fa-fade {
  50% {
    opacity: var(--b-fa-fade-opacity, 0.4);
  }
}
@keyframes b-fa-beat-fade {
  0%, 100% {
    opacity: var(--b-fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--b-fa-beat-fade-scale, 1.125));
  }
}
@keyframes b-fa-flip {
  50% {
    transform: rotate3d(var(--b-fa-flip-x, 0), var(--b-fa-flip-y, 1), var(--b-fa-flip-z, 0), var(--b-fa-flip-angle, -180deg));
  }
}
@keyframes b-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 b-fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.b-fa-rotate-90 {
  transform: rotate(90deg);
}

.b-fa-rotate-180 {
  transform: rotate(180deg);
}

.b-fa-rotate-270 {
  transform: rotate(270deg);
}

.b-fa-flip-horizontal {
  transform: scale(-1, 1);
}

.b-fa-flip-vertical {
  transform: scale(1, -1);
}

.b-fa-flip-both,
.b-fa-flip-horizontal.b-fa-flip-vertical {
  transform: scale(-1, -1);
}

.b-fa-rotate-by {
  transform: rotate(var(--b-fa-rotate-angle, none));
}

.b-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.b-fa-stack-1x,
.b-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--b-fa-stack-z-index, auto);
}

.b-fa-stack-1x {
  line-height: inherit;
}

.b-fa-stack-2x {
  font-size: 2em;
}

.b-fa-inverse {
  color: var(--b-fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.b-fa-0::before {
  content: "\30 ";
}

.b-fa-1::before {
  content: "\31 ";
}

.b-fa-2::before {
  content: "\32 ";
}

.b-fa-3::before {
  content: "\33 ";
}

.b-fa-4::before {
  content: "\34 ";
}

.b-fa-5::before {
  content: "\35 ";
}

.b-fa-6::before {
  content: "\36 ";
}

.b-fa-7::before {
  content: "\37 ";
}

.b-fa-8::before {
  content: "\38 ";
}

.b-fa-9::before {
  content: "\39 ";
}

.b-fa-a::before {
  content: "A";
}

.b-fa-address-book::before {
  content: "\f2b9";
}

.b-fa-contact-book::before {
  content: "\f2b9";
}

.b-fa-address-card::before {
  content: "\f2bb";
}

.b-fa-contact-card::before {
  content: "\f2bb";
}

.b-fa-vcard::before {
  content: "\f2bb";
}

.b-fa-align-center::before {
  content: "\f037";
}

.b-fa-align-justify::before {
  content: "\f039";
}

.b-fa-align-left::before {
  content: "\f036";
}

.b-fa-align-right::before {
  content: "\f038";
}

.b-fa-anchor::before {
  content: "\f13d";
}

.b-fa-anchor-circle-check::before {
  content: "\e4aa";
}

.b-fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.b-fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.b-fa-anchor-lock::before {
  content: "\e4ad";
}

.b-fa-angle-down::before {
  content: "\f107";
}

.b-fa-angle-left::before {
  content: "\f104";
}

.b-fa-angle-right::before {
  content: "\f105";
}

.b-fa-angle-up::before {
  content: "\f106";
}

.b-fa-angles-down::before {
  content: "\f103";
}

.b-fa-angle-double-down::before {
  content: "\f103";
}

.b-fa-angles-left::before {
  content: "\f100";
}

.b-fa-angle-double-left::before {
  content: "\f100";
}

.b-fa-angles-right::before {
  content: "\f101";
}

.b-fa-angle-double-right::before {
  content: "\f101";
}

.b-fa-angles-up::before {
  content: "\f102";
}

.b-fa-angle-double-up::before {
  content: "\f102";
}

.b-fa-ankh::before {
  content: "\f644";
}

.b-fa-apple-whole::before {
  content: "\f5d1";
}

.b-fa-apple-alt::before {
  content: "\f5d1";
}

.b-fa-archway::before {
  content: "\f557";
}

.b-fa-arrow-down::before {
  content: "\f063";
}

.b-fa-arrow-down-1-9::before {
  content: "\f162";
}

.b-fa-sort-numeric-asc::before {
  content: "\f162";
}

.b-fa-sort-numeric-down::before {
  content: "\f162";
}

.b-fa-arrow-down-9-1::before {
  content: "\f886";
}

.b-fa-sort-numeric-desc::before {
  content: "\f886";
}

.b-fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.b-fa-arrow-down-a-z::before {
  content: "\f15d";
}

.b-fa-sort-alpha-asc::before {
  content: "\f15d";
}

.b-fa-sort-alpha-down::before {
  content: "\f15d";
}

.b-fa-arrow-down-long::before {
  content: "\f175";
}

.b-fa-long-arrow-down::before {
  content: "\f175";
}

.b-fa-arrow-down-short-wide::before {
  content: "\f884";
}

.b-fa-sort-amount-desc::before {
  content: "\f884";
}

.b-fa-sort-amount-down-alt::before {
  content: "\f884";
}

.b-fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.b-fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.b-fa-arrow-down-wide-short::before {
  content: "\f160";
}

.b-fa-sort-amount-asc::before {
  content: "\f160";
}

.b-fa-sort-amount-down::before {
  content: "\f160";
}

.b-fa-arrow-down-z-a::before {
  content: "\f881";
}

.b-fa-sort-alpha-desc::before {
  content: "\f881";
}

.b-fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.b-fa-arrow-left::before {
  content: "\f060";
}

.b-fa-arrow-left-long::before {
  content: "\f177";
}

.b-fa-long-arrow-left::before {
  content: "\f177";
}

.b-fa-arrow-pointer::before {
  content: "\f245";
}

.b-fa-mouse-pointer::before {
  content: "\f245";
}

.b-fa-arrow-right::before {
  content: "\f061";
}

.b-fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.b-fa-exchange::before {
  content: "\f0ec";
}

.b-fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.b-fa-sign-out::before {
  content: "\f08b";
}

.b-fa-arrow-right-long::before {
  content: "\f178";
}

.b-fa-long-arrow-right::before {
  content: "\f178";
}

.b-fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.b-fa-sign-in::before {
  content: "\f090";
}

.b-fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.b-fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.b-fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.b-fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.b-fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.b-fa-undo::before {
  content: "\f0e2";
}

.b-fa-arrow-rotate-right::before {
  content: "\f01e";
}

.b-fa-arrow-right-rotate::before {
  content: "\f01e";
}

.b-fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.b-fa-redo::before {
  content: "\f01e";
}

.b-fa-arrow-trend-down::before {
  content: "\e097";
}

.b-fa-arrow-trend-up::before {
  content: "\e098";
}

.b-fa-arrow-turn-down::before {
  content: "\f149";
}

.b-fa-level-down::before {
  content: "\f149";
}

.b-fa-arrow-turn-up::before {
  content: "\f148";
}

.b-fa-level-up::before {
  content: "\f148";
}

.b-fa-arrow-up::before {
  content: "\f062";
}

.b-fa-arrow-up-1-9::before {
  content: "\f163";
}

.b-fa-sort-numeric-up::before {
  content: "\f163";
}

.b-fa-arrow-up-9-1::before {
  content: "\f887";
}

.b-fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.b-fa-arrow-up-a-z::before {
  content: "\f15e";
}

.b-fa-sort-alpha-up::before {
  content: "\f15e";
}

.b-fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.b-fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.b-fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.b-fa-arrow-up-long::before {
  content: "\f176";
}

.b-fa-long-arrow-up::before {
  content: "\f176";
}

.b-fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.b-fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.b-fa-external-link::before {
  content: "\f08e";
}

.b-fa-arrow-up-short-wide::before {
  content: "\f885";
}

.b-fa-sort-amount-up-alt::before {
  content: "\f885";
}

.b-fa-arrow-up-wide-short::before {
  content: "\f161";
}

.b-fa-sort-amount-up::before {
  content: "\f161";
}

.b-fa-arrow-up-z-a::before {
  content: "\f882";
}

.b-fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.b-fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.b-fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.b-fa-arrows-left-right::before {
  content: "\f07e";
}

.b-fa-arrows-h::before {
  content: "\f07e";
}

.b-fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.b-fa-arrows-rotate::before {
  content: "\f021";
}

.b-fa-refresh::before {
  content: "\f021";
}

.b-fa-sync::before {
  content: "\f021";
}

.b-fa-arrows-spin::before {
  content: "\e4bb";
}

.b-fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.b-fa-arrows-to-circle::before {
  content: "\e4bd";
}

.b-fa-arrows-to-dot::before {
  content: "\e4be";
}

.b-fa-arrows-to-eye::before {
  content: "\e4bf";
}

.b-fa-arrows-turn-right::before {
  content: "\e4c0";
}

.b-fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.b-fa-arrows-up-down::before {
  content: "\f07d";
}

.b-fa-arrows-v::before {
  content: "\f07d";
}

.b-fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.b-fa-arrows::before {
  content: "\f047";
}

.b-fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.b-fa-asterisk::before {
  content: "\*";
}

.b-fa-at::before {
  content: "\@";
}

.b-fa-atom::before {
  content: "\f5d2";
}

.b-fa-audio-description::before {
  content: "\f29e";
}

.b-fa-austral-sign::before {
  content: "\e0a9";
}

.b-fa-award::before {
  content: "\f559";
}

.b-fa-b::before {
  content: "B";
}

.b-fa-baby::before {
  content: "\f77c";
}

.b-fa-baby-carriage::before {
  content: "\f77d";
}

.b-fa-carriage-baby::before {
  content: "\f77d";
}

.b-fa-backward::before {
  content: "\f04a";
}

.b-fa-backward-fast::before {
  content: "\f049";
}

.b-fa-fast-backward::before {
  content: "\f049";
}

.b-fa-backward-step::before {
  content: "\f048";
}

.b-fa-step-backward::before {
  content: "\f048";
}

.b-fa-bacon::before {
  content: "\f7e5";
}

.b-fa-bacteria::before {
  content: "\e059";
}

.b-fa-bacterium::before {
  content: "\e05a";
}

.b-fa-bag-shopping::before {
  content: "\f290";
}

.b-fa-shopping-bag::before {
  content: "\f290";
}

.b-fa-bahai::before {
  content: "\f666";
}

.b-fa-baht-sign::before {
  content: "\e0ac";
}

.b-fa-ban::before {
  content: "\f05e";
}

.b-fa-cancel::before {
  content: "\f05e";
}

.b-fa-ban-smoking::before {
  content: "\f54d";
}

.b-fa-smoking-ban::before {
  content: "\f54d";
}

.b-fa-bandage::before {
  content: "\f462";
}

.b-fa-band-aid::before {
  content: "\f462";
}

.b-fa-barcode::before {
  content: "\f02a";
}

.b-fa-bars::before {
  content: "\f0c9";
}

.b-fa-navicon::before {
  content: "\f0c9";
}

.b-fa-bars-progress::before {
  content: "\f828";
}

.b-fa-tasks-alt::before {
  content: "\f828";
}

.b-fa-bars-staggered::before {
  content: "\f550";
}

.b-fa-reorder::before {
  content: "\f550";
}

.b-fa-stream::before {
  content: "\f550";
}

.b-fa-baseball::before {
  content: "\f433";
}

.b-fa-baseball-ball::before {
  content: "\f433";
}

.b-fa-baseball-bat-ball::before {
  content: "\f432";
}

.b-fa-basket-shopping::before {
  content: "\f291";
}

.b-fa-shopping-basket::before {
  content: "\f291";
}

.b-fa-basketball::before {
  content: "\f434";
}

.b-fa-basketball-ball::before {
  content: "\f434";
}

.b-fa-bath::before {
  content: "\f2cd";
}

.b-fa-bathtub::before {
  content: "\f2cd";
}

.b-fa-battery-empty::before {
  content: "\f244";
}

.b-fa-battery-0::before {
  content: "\f244";
}

.b-fa-battery-full::before {
  content: "\f240";
}

.b-fa-battery::before {
  content: "\f240";
}

.b-fa-battery-5::before {
  content: "\f240";
}

.b-fa-battery-half::before {
  content: "\f242";
}

.b-fa-battery-3::before {
  content: "\f242";
}

.b-fa-battery-quarter::before {
  content: "\f243";
}

.b-fa-battery-2::before {
  content: "\f243";
}

.b-fa-battery-three-quarters::before {
  content: "\f241";
}

.b-fa-battery-4::before {
  content: "\f241";
}

.b-fa-bed::before {
  content: "\f236";
}

.b-fa-bed-pulse::before {
  content: "\f487";
}

.b-fa-procedures::before {
  content: "\f487";
}

.b-fa-beer-mug-empty::before {
  content: "\f0fc";
}

.b-fa-beer::before {
  content: "\f0fc";
}

.b-fa-bell::before {
  content: "\f0f3";
}

.b-fa-bell-concierge::before {
  content: "\f562";
}

.b-fa-concierge-bell::before {
  content: "\f562";
}

.b-fa-bell-slash::before {
  content: "\f1f6";
}

.b-fa-bezier-curve::before {
  content: "\f55b";
}

.b-fa-bicycle::before {
  content: "\f206";
}

.b-fa-binoculars::before {
  content: "\f1e5";
}

.b-fa-biohazard::before {
  content: "\f780";
}

.b-fa-bitcoin-sign::before {
  content: "\e0b4";
}

.b-fa-blender::before {
  content: "\f517";
}

.b-fa-blender-phone::before {
  content: "\f6b6";
}

.b-fa-blog::before {
  content: "\f781";
}

.b-fa-bold::before {
  content: "\f032";
}

.b-fa-bolt::before {
  content: "\f0e7";
}

.b-fa-zap::before {
  content: "\f0e7";
}

.b-fa-bolt-lightning::before {
  content: "\e0b7";
}

.b-fa-bomb::before {
  content: "\f1e2";
}

.b-fa-bone::before {
  content: "\f5d7";
}

.b-fa-bong::before {
  content: "\f55c";
}

.b-fa-book::before {
  content: "\f02d";
}

.b-fa-book-atlas::before {
  content: "\f558";
}

.b-fa-atlas::before {
  content: "\f558";
}

.b-fa-book-bible::before {
  content: "\f647";
}

.b-fa-bible::before {
  content: "\f647";
}

.b-fa-book-bookmark::before {
  content: "\e0bb";
}

.b-fa-book-journal-whills::before {
  content: "\f66a";
}

.b-fa-journal-whills::before {
  content: "\f66a";
}

.b-fa-book-medical::before {
  content: "\f7e6";
}

.b-fa-book-open::before {
  content: "\f518";
}

.b-fa-book-open-reader::before {
  content: "\f5da";
}

.b-fa-book-reader::before {
  content: "\f5da";
}

.b-fa-book-quran::before {
  content: "\f687";
}

.b-fa-quran::before {
  content: "\f687";
}

.b-fa-book-skull::before {
  content: "\f6b7";
}

.b-fa-book-dead::before {
  content: "\f6b7";
}

.b-fa-bookmark::before {
  content: "\f02e";
}

.b-fa-border-all::before {
  content: "\f84c";
}

.b-fa-border-none::before {
  content: "\f850";
}

.b-fa-border-top-left::before {
  content: "\f853";
}

.b-fa-border-style::before {
  content: "\f853";
}

.b-fa-bore-hole::before {
  content: "\e4c3";
}

.b-fa-bottle-droplet::before {
  content: "\e4c4";
}

.b-fa-bottle-water::before {
  content: "\e4c5";
}

.b-fa-bowl-food::before {
  content: "\e4c6";
}

.b-fa-bowl-rice::before {
  content: "\e2eb";
}

.b-fa-bowling-ball::before {
  content: "\f436";
}

.b-fa-box::before {
  content: "\f466";
}

.b-fa-box-archive::before {
  content: "\f187";
}

.b-fa-archive::before {
  content: "\f187";
}

.b-fa-box-open::before {
  content: "\f49e";
}

.b-fa-box-tissue::before {
  content: "\e05b";
}

.b-fa-boxes-packing::before {
  content: "\e4c7";
}

.b-fa-boxes-stacked::before {
  content: "\f468";
}

.b-fa-boxes::before {
  content: "\f468";
}

.b-fa-boxes-alt::before {
  content: "\f468";
}

.b-fa-braille::before {
  content: "\f2a1";
}

.b-fa-brain::before {
  content: "\f5dc";
}

.b-fa-brazilian-real-sign::before {
  content: "\e46c";
}

.b-fa-bread-slice::before {
  content: "\f7ec";
}

.b-fa-bridge::before {
  content: "\e4c8";
}

.b-fa-bridge-circle-check::before {
  content: "\e4c9";
}

.b-fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.b-fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.b-fa-bridge-lock::before {
  content: "\e4cc";
}

.b-fa-bridge-water::before {
  content: "\e4ce";
}

.b-fa-briefcase::before {
  content: "\f0b1";
}

.b-fa-briefcase-medical::before {
  content: "\f469";
}

.b-fa-broom::before {
  content: "\f51a";
}

.b-fa-broom-ball::before {
  content: "\f458";
}

.b-fa-quidditch::before {
  content: "\f458";
}

.b-fa-quidditch-broom-ball::before {
  content: "\f458";
}

.b-fa-brush::before {
  content: "\f55d";
}

.b-fa-bucket::before {
  content: "\e4cf";
}

.b-fa-bug::before {
  content: "\f188";
}

.b-fa-bug-slash::before {
  content: "\e490";
}

.b-fa-bugs::before {
  content: "\e4d0";
}

.b-fa-building::before {
  content: "\f1ad";
}

.b-fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.b-fa-building-circle-check::before {
  content: "\e4d2";
}

.b-fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.b-fa-building-circle-xmark::before {
  content: "\e4d4";
}

.b-fa-building-columns::before {
  content: "\f19c";
}

.b-fa-bank::before {
  content: "\f19c";
}

.b-fa-institution::before {
  content: "\f19c";
}

.b-fa-museum::before {
  content: "\f19c";
}

.b-fa-university::before {
  content: "\f19c";
}

.b-fa-building-flag::before {
  content: "\e4d5";
}

.b-fa-building-lock::before {
  content: "\e4d6";
}

.b-fa-building-ngo::before {
  content: "\e4d7";
}

.b-fa-building-shield::before {
  content: "\e4d8";
}

.b-fa-building-un::before {
  content: "\e4d9";
}

.b-fa-building-user::before {
  content: "\e4da";
}

.b-fa-building-wheat::before {
  content: "\e4db";
}

.b-fa-bullhorn::before {
  content: "\f0a1";
}

.b-fa-bullseye::before {
  content: "\f140";
}

.b-fa-burger::before {
  content: "\f805";
}

.b-fa-hamburger::before {
  content: "\f805";
}

.b-fa-burst::before {
  content: "\e4dc";
}

.b-fa-bus::before {
  content: "\f207";
}

.b-fa-bus-simple::before {
  content: "\f55e";
}

.b-fa-bus-alt::before {
  content: "\f55e";
}

.b-fa-business-time::before {
  content: "\f64a";
}

.b-fa-briefcase-clock::before {
  content: "\f64a";
}

.b-fa-c::before {
  content: "C";
}

.b-fa-cake-candles::before {
  content: "\f1fd";
}

.b-fa-birthday-cake::before {
  content: "\f1fd";
}

.b-fa-cake::before {
  content: "\f1fd";
}

.b-fa-calculator::before {
  content: "\f1ec";
}

.b-fa-calendar::before {
  content: "\f133";
}

.b-fa-calendar-check::before {
  content: "\f274";
}

.b-fa-calendar-day::before {
  content: "\f783";
}

.b-fa-calendar-days::before {
  content: "\f073";
}

.b-fa-calendar-alt::before {
  content: "\f073";
}

.b-fa-calendar-minus::before {
  content: "\f272";
}

.b-fa-calendar-plus::before {
  content: "\f271";
}

.b-fa-calendar-week::before {
  content: "\f784";
}

.b-fa-calendar-xmark::before {
  content: "\f273";
}

.b-fa-calendar-times::before {
  content: "\f273";
}

.b-fa-camera::before {
  content: "\f030";
}

.b-fa-camera-alt::before {
  content: "\f030";
}

.b-fa-camera-retro::before {
  content: "\f083";
}

.b-fa-camera-rotate::before {
  content: "\e0d8";
}

.b-fa-campground::before {
  content: "\f6bb";
}

.b-fa-candy-cane::before {
  content: "\f786";
}

.b-fa-cannabis::before {
  content: "\f55f";
}

.b-fa-capsules::before {
  content: "\f46b";
}

.b-fa-car::before {
  content: "\f1b9";
}

.b-fa-automobile::before {
  content: "\f1b9";
}

.b-fa-car-battery::before {
  content: "\f5df";
}

.b-fa-battery-car::before {
  content: "\f5df";
}

.b-fa-car-burst::before {
  content: "\f5e1";
}

.b-fa-car-crash::before {
  content: "\f5e1";
}

.b-fa-car-on::before {
  content: "\e4dd";
}

.b-fa-car-rear::before {
  content: "\f5de";
}

.b-fa-car-alt::before {
  content: "\f5de";
}

.b-fa-car-side::before {
  content: "\f5e4";
}

.b-fa-car-tunnel::before {
  content: "\e4de";
}

.b-fa-caravan::before {
  content: "\f8ff";
}

.b-fa-caret-down::before {
  content: "\f0d7";
}

.b-fa-caret-left::before {
  content: "\f0d9";
}

.b-fa-caret-right::before {
  content: "\f0da";
}

.b-fa-caret-up::before {
  content: "\f0d8";
}

.b-fa-carrot::before {
  content: "\f787";
}

.b-fa-cart-arrow-down::before {
  content: "\f218";
}

.b-fa-cart-flatbed::before {
  content: "\f474";
}

.b-fa-dolly-flatbed::before {
  content: "\f474";
}

.b-fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.b-fa-luggage-cart::before {
  content: "\f59d";
}

.b-fa-cart-plus::before {
  content: "\f217";
}

.b-fa-cart-shopping::before {
  content: "\f07a";
}

.b-fa-shopping-cart::before {
  content: "\f07a";
}

.b-fa-cash-register::before {
  content: "\f788";
}

.b-fa-cat::before {
  content: "\f6be";
}

.b-fa-cedi-sign::before {
  content: "\e0df";
}

.b-fa-cent-sign::before {
  content: "\e3f5";
}

.b-fa-certificate::before {
  content: "\f0a3";
}

.b-fa-chair::before {
  content: "\f6c0";
}

.b-fa-chalkboard::before {
  content: "\f51b";
}

.b-fa-blackboard::before {
  content: "\f51b";
}

.b-fa-chalkboard-user::before {
  content: "\f51c";
}

.b-fa-chalkboard-teacher::before {
  content: "\f51c";
}

.b-fa-champagne-glasses::before {
  content: "\f79f";
}

.b-fa-glass-cheers::before {
  content: "\f79f";
}

.b-fa-charging-station::before {
  content: "\f5e7";
}

.b-fa-chart-area::before {
  content: "\f1fe";
}

.b-fa-area-chart::before {
  content: "\f1fe";
}

.b-fa-chart-bar::before {
  content: "\f080";
}

.b-fa-bar-chart::before {
  content: "\f080";
}

.b-fa-chart-column::before {
  content: "\e0e3";
}

.b-fa-chart-gantt::before {
  content: "\e0e4";
}

.b-fa-chart-line::before {
  content: "\f201";
}

.b-fa-line-chart::before {
  content: "\f201";
}

.b-fa-chart-pie::before {
  content: "\f200";
}

.b-fa-pie-chart::before {
  content: "\f200";
}

.b-fa-chart-simple::before {
  content: "\e473";
}

.b-fa-check::before {
  content: "\f00c";
}

.b-fa-check-double::before {
  content: "\f560";
}

.b-fa-check-to-slot::before {
  content: "\f772";
}

.b-fa-vote-yea::before {
  content: "\f772";
}

.b-fa-cheese::before {
  content: "\f7ef";
}

.b-fa-chess::before {
  content: "\f439";
}

.b-fa-chess-bishop::before {
  content: "\f43a";
}

.b-fa-chess-board::before {
  content: "\f43c";
}

.b-fa-chess-king::before {
  content: "\f43f";
}

.b-fa-chess-knight::before {
  content: "\f441";
}

.b-fa-chess-pawn::before {
  content: "\f443";
}

.b-fa-chess-queen::before {
  content: "\f445";
}

.b-fa-chess-rook::before {
  content: "\f447";
}

.b-fa-chevron-down::before {
  content: "\f078";
}

.b-fa-chevron-left::before {
  content: "\f053";
}

.b-fa-chevron-right::before {
  content: "\f054";
}

.b-fa-chevron-up::before {
  content: "\f077";
}

.b-fa-child::before {
  content: "\f1ae";
}

.b-fa-child-dress::before {
  content: "\e59c";
}

.b-fa-child-reaching::before {
  content: "\e59d";
}

.b-fa-child-rifle::before {
  content: "\e4e0";
}

.b-fa-children::before {
  content: "\e4e1";
}

.b-fa-church::before {
  content: "\f51d";
}

.b-fa-circle::before {
  content: "\f111";
}

.b-fa-circle-arrow-down::before {
  content: "\f0ab";
}

.b-fa-arrow-circle-down::before {
  content: "\f0ab";
}

.b-fa-circle-arrow-left::before {
  content: "\f0a8";
}

.b-fa-arrow-circle-left::before {
  content: "\f0a8";
}

.b-fa-circle-arrow-right::before {
  content: "\f0a9";
}

.b-fa-arrow-circle-right::before {
  content: "\f0a9";
}

.b-fa-circle-arrow-up::before {
  content: "\f0aa";
}

.b-fa-arrow-circle-up::before {
  content: "\f0aa";
}

.b-fa-circle-check::before {
  content: "\f058";
}

.b-fa-check-circle::before {
  content: "\f058";
}

.b-fa-circle-chevron-down::before {
  content: "\f13a";
}

.b-fa-chevron-circle-down::before {
  content: "\f13a";
}

.b-fa-circle-chevron-left::before {
  content: "\f137";
}

.b-fa-chevron-circle-left::before {
  content: "\f137";
}

.b-fa-circle-chevron-right::before {
  content: "\f138";
}

.b-fa-chevron-circle-right::before {
  content: "\f138";
}

.b-fa-circle-chevron-up::before {
  content: "\f139";
}

.b-fa-chevron-circle-up::before {
  content: "\f139";
}

.b-fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.b-fa-donate::before {
  content: "\f4b9";
}

.b-fa-circle-dot::before {
  content: "\f192";
}

.b-fa-dot-circle::before {
  content: "\f192";
}

.b-fa-circle-down::before {
  content: "\f358";
}

.b-fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.b-fa-circle-exclamation::before {
  content: "\f06a";
}

.b-fa-exclamation-circle::before {
  content: "\f06a";
}

.b-fa-circle-h::before {
  content: "\f47e";
}

.b-fa-hospital-symbol::before {
  content: "\f47e";
}

.b-fa-circle-half-stroke::before {
  content: "\f042";
}

.b-fa-adjust::before {
  content: "\f042";
}

.b-fa-circle-info::before {
  content: "\f05a";
}

.b-fa-info-circle::before {
  content: "\f05a";
}

.b-fa-circle-left::before {
  content: "\f359";
}

.b-fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.b-fa-circle-minus::before {
  content: "\f056";
}

.b-fa-minus-circle::before {
  content: "\f056";
}

.b-fa-circle-nodes::before {
  content: "\e4e2";
}

.b-fa-circle-notch::before {
  content: "\f1ce";
}

.b-fa-circle-pause::before {
  content: "\f28b";
}

.b-fa-pause-circle::before {
  content: "\f28b";
}

.b-fa-circle-play::before {
  content: "\f144";
}

.b-fa-play-circle::before {
  content: "\f144";
}

.b-fa-circle-plus::before {
  content: "\f055";
}

.b-fa-plus-circle::before {
  content: "\f055";
}

.b-fa-circle-question::before {
  content: "\f059";
}

.b-fa-question-circle::before {
  content: "\f059";
}

.b-fa-circle-radiation::before {
  content: "\f7ba";
}

.b-fa-radiation-alt::before {
  content: "\f7ba";
}

.b-fa-circle-right::before {
  content: "\f35a";
}

.b-fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.b-fa-circle-stop::before {
  content: "\f28d";
}

.b-fa-stop-circle::before {
  content: "\f28d";
}

.b-fa-circle-up::before {
  content: "\f35b";
}

.b-fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.b-fa-circle-user::before {
  content: "\f2bd";
}

.b-fa-user-circle::before {
  content: "\f2bd";
}

.b-fa-circle-xmark::before {
  content: "\f057";
}

.b-fa-times-circle::before {
  content: "\f057";
}

.b-fa-xmark-circle::before {
  content: "\f057";
}

.b-fa-city::before {
  content: "\f64f";
}

.b-fa-clapperboard::before {
  content: "\e131";
}

.b-fa-clipboard::before {
  content: "\f328";
}

.b-fa-clipboard-check::before {
  content: "\f46c";
}

.b-fa-clipboard-list::before {
  content: "\f46d";
}

.b-fa-clipboard-question::before {
  content: "\e4e3";
}

.b-fa-clipboard-user::before {
  content: "\f7f3";
}

.b-fa-clock::before {
  content: "\f017";
}

.b-fa-clock-four::before {
  content: "\f017";
}

.b-fa-clock-rotate-left::before {
  content: "\f1da";
}

.b-fa-history::before {
  content: "\f1da";
}

.b-fa-clone::before {
  content: "\f24d";
}

.b-fa-closed-captioning::before {
  content: "\f20a";
}

.b-fa-cloud::before {
  content: "\f0c2";
}

.b-fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.b-fa-cloud-download::before {
  content: "\f0ed";
}

.b-fa-cloud-download-alt::before {
  content: "\f0ed";
}

.b-fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.b-fa-cloud-upload::before {
  content: "\f0ee";
}

.b-fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.b-fa-cloud-bolt::before {
  content: "\f76c";
}

.b-fa-thunderstorm::before {
  content: "\f76c";
}

.b-fa-cloud-meatball::before {
  content: "\f73b";
}

.b-fa-cloud-moon::before {
  content: "\f6c3";
}

.b-fa-cloud-moon-rain::before {
  content: "\f73c";
}

.b-fa-cloud-rain::before {
  content: "\f73d";
}

.b-fa-cloud-showers-heavy::before {
  content: "\f740";
}

.b-fa-cloud-showers-water::before {
  content: "\e4e4";
}

.b-fa-cloud-sun::before {
  content: "\f6c4";
}

.b-fa-cloud-sun-rain::before {
  content: "\f743";
}

.b-fa-clover::before {
  content: "\e139";
}

.b-fa-code::before {
  content: "\f121";
}

.b-fa-code-branch::before {
  content: "\f126";
}

.b-fa-code-commit::before {
  content: "\f386";
}

.b-fa-code-compare::before {
  content: "\e13a";
}

.b-fa-code-fork::before {
  content: "\e13b";
}

.b-fa-code-merge::before {
  content: "\f387";
}

.b-fa-code-pull-request::before {
  content: "\e13c";
}

.b-fa-coins::before {
  content: "\f51e";
}

.b-fa-colon-sign::before {
  content: "\e140";
}

.b-fa-comment::before {
  content: "\f075";
}

.b-fa-comment-dollar::before {
  content: "\f651";
}

.b-fa-comment-dots::before {
  content: "\f4ad";
}

.b-fa-commenting::before {
  content: "\f4ad";
}

.b-fa-comment-medical::before {
  content: "\f7f5";
}

.b-fa-comment-slash::before {
  content: "\f4b3";
}

.b-fa-comment-sms::before {
  content: "\f7cd";
}

.b-fa-sms::before {
  content: "\f7cd";
}

.b-fa-comments::before {
  content: "\f086";
}

.b-fa-comments-dollar::before {
  content: "\f653";
}

.b-fa-compact-disc::before {
  content: "\f51f";
}

.b-fa-compass::before {
  content: "\f14e";
}

.b-fa-compass-drafting::before {
  content: "\f568";
}

.b-fa-drafting-compass::before {
  content: "\f568";
}

.b-fa-compress::before {
  content: "\f066";
}

.b-fa-computer::before {
  content: "\e4e5";
}

.b-fa-computer-mouse::before {
  content: "\f8cc";
}

.b-fa-mouse::before {
  content: "\f8cc";
}

.b-fa-cookie::before {
  content: "\f563";
}

.b-fa-cookie-bite::before {
  content: "\f564";
}

.b-fa-copy::before {
  content: "\f0c5";
}

.b-fa-copyright::before {
  content: "\f1f9";
}

.b-fa-couch::before {
  content: "\f4b8";
}

.b-fa-cow::before {
  content: "\f6c8";
}

.b-fa-credit-card::before {
  content: "\f09d";
}

.b-fa-credit-card-alt::before {
  content: "\f09d";
}

.b-fa-crop::before {
  content: "\f125";
}

.b-fa-crop-simple::before {
  content: "\f565";
}

.b-fa-crop-alt::before {
  content: "\f565";
}

.b-fa-cross::before {
  content: "\f654";
}

.b-fa-crosshairs::before {
  content: "\f05b";
}

.b-fa-crow::before {
  content: "\f520";
}

.b-fa-crown::before {
  content: "\f521";
}

.b-fa-crutch::before {
  content: "\f7f7";
}

.b-fa-cruzeiro-sign::before {
  content: "\e152";
}

.b-fa-cube::before {
  content: "\f1b2";
}

.b-fa-cubes::before {
  content: "\f1b3";
}

.b-fa-cubes-stacked::before {
  content: "\e4e6";
}

.b-fa-d::before {
  content: "D";
}

.b-fa-database::before {
  content: "\f1c0";
}

.b-fa-delete-left::before {
  content: "\f55a";
}

.b-fa-backspace::before {
  content: "\f55a";
}

.b-fa-democrat::before {
  content: "\f747";
}

.b-fa-desktop::before {
  content: "\f390";
}

.b-fa-desktop-alt::before {
  content: "\f390";
}

.b-fa-dharmachakra::before {
  content: "\f655";
}

.b-fa-diagram-next::before {
  content: "\e476";
}

.b-fa-diagram-predecessor::before {
  content: "\e477";
}

.b-fa-diagram-project::before {
  content: "\f542";
}

.b-fa-project-diagram::before {
  content: "\f542";
}

.b-fa-diagram-successor::before {
  content: "\e47a";
}

.b-fa-diamond::before {
  content: "\f219";
}

.b-fa-diamond-turn-right::before {
  content: "\f5eb";
}

.b-fa-directions::before {
  content: "\f5eb";
}

.b-fa-dice::before {
  content: "\f522";
}

.b-fa-dice-d20::before {
  content: "\f6cf";
}

.b-fa-dice-d6::before {
  content: "\f6d1";
}

.b-fa-dice-five::before {
  content: "\f523";
}

.b-fa-dice-four::before {
  content: "\f524";
}

.b-fa-dice-one::before {
  content: "\f525";
}

.b-fa-dice-six::before {
  content: "\f526";
}

.b-fa-dice-three::before {
  content: "\f527";
}

.b-fa-dice-two::before {
  content: "\f528";
}

.b-fa-disease::before {
  content: "\f7fa";
}

.b-fa-display::before {
  content: "\e163";
}

.b-fa-divide::before {
  content: "\f529";
}

.b-fa-dna::before {
  content: "\f471";
}

.b-fa-dog::before {
  content: "\f6d3";
}

.b-fa-dollar-sign::before {
  content: "\$";
}

.b-fa-dollar::before {
  content: "\$";
}

.b-fa-usd::before {
  content: "\$";
}

.b-fa-dolly::before {
  content: "\f472";
}

.b-fa-dolly-box::before {
  content: "\f472";
}

.b-fa-dong-sign::before {
  content: "\e169";
}

.b-fa-door-closed::before {
  content: "\f52a";
}

.b-fa-door-open::before {
  content: "\f52b";
}

.b-fa-dove::before {
  content: "\f4ba";
}

.b-fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.b-fa-compress-alt::before {
  content: "\f422";
}

.b-fa-down-long::before {
  content: "\f309";
}

.b-fa-long-arrow-alt-down::before {
  content: "\f309";
}

.b-fa-download::before {
  content: "\f019";
}

.b-fa-dragon::before {
  content: "\f6d5";
}

.b-fa-draw-polygon::before {
  content: "\f5ee";
}

.b-fa-droplet::before {
  content: "\f043";
}

.b-fa-tint::before {
  content: "\f043";
}

.b-fa-droplet-slash::before {
  content: "\f5c7";
}

.b-fa-tint-slash::before {
  content: "\f5c7";
}

.b-fa-drum::before {
  content: "\f569";
}

.b-fa-drum-steelpan::before {
  content: "\f56a";
}

.b-fa-drumstick-bite::before {
  content: "\f6d7";
}

.b-fa-dumbbell::before {
  content: "\f44b";
}

.b-fa-dumpster::before {
  content: "\f793";
}

.b-fa-dumpster-fire::before {
  content: "\f794";
}

.b-fa-dungeon::before {
  content: "\f6d9";
}

.b-fa-e::before {
  content: "E";
}

.b-fa-ear-deaf::before {
  content: "\f2a4";
}

.b-fa-deaf::before {
  content: "\f2a4";
}

.b-fa-deafness::before {
  content: "\f2a4";
}

.b-fa-hard-of-hearing::before {
  content: "\f2a4";
}

.b-fa-ear-listen::before {
  content: "\f2a2";
}

.b-fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.b-fa-earth-africa::before {
  content: "\f57c";
}

.b-fa-globe-africa::before {
  content: "\f57c";
}

.b-fa-earth-americas::before {
  content: "\f57d";
}

.b-fa-earth::before {
  content: "\f57d";
}

.b-fa-earth-america::before {
  content: "\f57d";
}

.b-fa-globe-americas::before {
  content: "\f57d";
}

.b-fa-earth-asia::before {
  content: "\f57e";
}

.b-fa-globe-asia::before {
  content: "\f57e";
}

.b-fa-earth-europe::before {
  content: "\f7a2";
}

.b-fa-globe-europe::before {
  content: "\f7a2";
}

.b-fa-earth-oceania::before {
  content: "\e47b";
}

.b-fa-globe-oceania::before {
  content: "\e47b";
}

.b-fa-egg::before {
  content: "\f7fb";
}

.b-fa-eject::before {
  content: "\f052";
}

.b-fa-elevator::before {
  content: "\e16d";
}

.b-fa-ellipsis::before {
  content: "\f141";
}

.b-fa-ellipsis-h::before {
  content: "\f141";
}

.b-fa-ellipsis-vertical::before {
  content: "\f142";
}

.b-fa-ellipsis-v::before {
  content: "\f142";
}

.b-fa-envelope::before {
  content: "\f0e0";
}

.b-fa-envelope-circle-check::before {
  content: "\e4e8";
}

.b-fa-envelope-open::before {
  content: "\f2b6";
}

.b-fa-envelope-open-text::before {
  content: "\f658";
}

.b-fa-envelopes-bulk::before {
  content: "\f674";
}

.b-fa-mail-bulk::before {
  content: "\f674";
}

.b-fa-equals::before {
  content: "\=";
}

.b-fa-eraser::before {
  content: "\f12d";
}

.b-fa-ethernet::before {
  content: "\f796";
}

.b-fa-euro-sign::before {
  content: "\f153";
}

.b-fa-eur::before {
  content: "\f153";
}

.b-fa-euro::before {
  content: "\f153";
}

.b-fa-exclamation::before {
  content: "\!";
}

.b-fa-expand::before {
  content: "\f065";
}

.b-fa-explosion::before {
  content: "\e4e9";
}

.b-fa-eye::before {
  content: "\f06e";
}

.b-fa-eye-dropper::before {
  content: "\f1fb";
}

.b-fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.b-fa-eyedropper::before {
  content: "\f1fb";
}

.b-fa-eye-low-vision::before {
  content: "\f2a8";
}

.b-fa-low-vision::before {
  content: "\f2a8";
}

.b-fa-eye-slash::before {
  content: "\f070";
}

.b-fa-f::before {
  content: "F";
}

.b-fa-face-angry::before {
  content: "\f556";
}

.b-fa-angry::before {
  content: "\f556";
}

.b-fa-face-dizzy::before {
  content: "\f567";
}

.b-fa-dizzy::before {
  content: "\f567";
}

.b-fa-face-flushed::before {
  content: "\f579";
}

.b-fa-flushed::before {
  content: "\f579";
}

.b-fa-face-frown::before {
  content: "\f119";
}

.b-fa-frown::before {
  content: "\f119";
}

.b-fa-face-frown-open::before {
  content: "\f57a";
}

.b-fa-frown-open::before {
  content: "\f57a";
}

.b-fa-face-grimace::before {
  content: "\f57f";
}

.b-fa-grimace::before {
  content: "\f57f";
}

.b-fa-face-grin::before {
  content: "\f580";
}

.b-fa-grin::before {
  content: "\f580";
}

.b-fa-face-grin-beam::before {
  content: "\f582";
}

.b-fa-grin-beam::before {
  content: "\f582";
}

.b-fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.b-fa-grin-beam-sweat::before {
  content: "\f583";
}

.b-fa-face-grin-hearts::before {
  content: "\f584";
}

.b-fa-grin-hearts::before {
  content: "\f584";
}

.b-fa-face-grin-squint::before {
  content: "\f585";
}

.b-fa-grin-squint::before {
  content: "\f585";
}

.b-fa-face-grin-squint-tears::before {
  content: "\f586";
}

.b-fa-grin-squint-tears::before {
  content: "\f586";
}

.b-fa-face-grin-stars::before {
  content: "\f587";
}

.b-fa-grin-stars::before {
  content: "\f587";
}

.b-fa-face-grin-tears::before {
  content: "\f588";
}

.b-fa-grin-tears::before {
  content: "\f588";
}

.b-fa-face-grin-tongue::before {
  content: "\f589";
}

.b-fa-grin-tongue::before {
  content: "\f589";
}

.b-fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.b-fa-grin-tongue-squint::before {
  content: "\f58a";
}

.b-fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.b-fa-grin-tongue-wink::before {
  content: "\f58b";
}

.b-fa-face-grin-wide::before {
  content: "\f581";
}

.b-fa-grin-alt::before {
  content: "\f581";
}

.b-fa-face-grin-wink::before {
  content: "\f58c";
}

.b-fa-grin-wink::before {
  content: "\f58c";
}

.b-fa-face-kiss::before {
  content: "\f596";
}

.b-fa-kiss::before {
  content: "\f596";
}

.b-fa-face-kiss-beam::before {
  content: "\f597";
}

.b-fa-kiss-beam::before {
  content: "\f597";
}

.b-fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.b-fa-kiss-wink-heart::before {
  content: "\f598";
}

.b-fa-face-laugh::before {
  content: "\f599";
}

.b-fa-laugh::before {
  content: "\f599";
}

.b-fa-face-laugh-beam::before {
  content: "\f59a";
}

.b-fa-laugh-beam::before {
  content: "\f59a";
}

.b-fa-face-laugh-squint::before {
  content: "\f59b";
}

.b-fa-laugh-squint::before {
  content: "\f59b";
}

.b-fa-face-laugh-wink::before {
  content: "\f59c";
}

.b-fa-laugh-wink::before {
  content: "\f59c";
}

.b-fa-face-meh::before {
  content: "\f11a";
}

.b-fa-meh::before {
  content: "\f11a";
}

.b-fa-face-meh-blank::before {
  content: "\f5a4";
}

.b-fa-meh-blank::before {
  content: "\f5a4";
}

.b-fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.b-fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.b-fa-face-sad-cry::before {
  content: "\f5b3";
}

.b-fa-sad-cry::before {
  content: "\f5b3";
}

.b-fa-face-sad-tear::before {
  content: "\f5b4";
}

.b-fa-sad-tear::before {
  content: "\f5b4";
}

.b-fa-face-smile::before {
  content: "\f118";
}

.b-fa-smile::before {
  content: "\f118";
}

.b-fa-face-smile-beam::before {
  content: "\f5b8";
}

.b-fa-smile-beam::before {
  content: "\f5b8";
}

.b-fa-face-smile-wink::before {
  content: "\f4da";
}

.b-fa-smile-wink::before {
  content: "\f4da";
}

.b-fa-face-surprise::before {
  content: "\f5c2";
}

.b-fa-surprise::before {
  content: "\f5c2";
}

.b-fa-face-tired::before {
  content: "\f5c8";
}

.b-fa-tired::before {
  content: "\f5c8";
}

.b-fa-fan::before {
  content: "\f863";
}

.b-fa-faucet::before {
  content: "\e005";
}

.b-fa-faucet-drip::before {
  content: "\e006";
}

.b-fa-fax::before {
  content: "\f1ac";
}

.b-fa-feather::before {
  content: "\f52d";
}

.b-fa-feather-pointed::before {
  content: "\f56b";
}

.b-fa-feather-alt::before {
  content: "\f56b";
}

.b-fa-ferry::before {
  content: "\e4ea";
}

.b-fa-file::before {
  content: "\f15b";
}

.b-fa-file-arrow-down::before {
  content: "\f56d";
}

.b-fa-file-download::before {
  content: "\f56d";
}

.b-fa-file-arrow-up::before {
  content: "\f574";
}

.b-fa-file-upload::before {
  content: "\f574";
}

.b-fa-file-audio::before {
  content: "\f1c7";
}

.b-fa-file-circle-check::before {
  content: "\e493";
}

.b-fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.b-fa-file-circle-minus::before {
  content: "\e4ed";
}

.b-fa-file-circle-plus::before {
  content: "\e4ee";
}

.b-fa-file-circle-question::before {
  content: "\e4ef";
}

.b-fa-file-circle-xmark::before {
  content: "\e494";
}

.b-fa-file-code::before {
  content: "\f1c9";
}

.b-fa-file-contract::before {
  content: "\f56c";
}

.b-fa-file-csv::before {
  content: "\f6dd";
}

.b-fa-file-excel::before {
  content: "\f1c3";
}

.b-fa-file-export::before {
  content: "\f56e";
}

.b-fa-arrow-right-from-file::before {
  content: "\f56e";
}

.b-fa-file-image::before {
  content: "\f1c5";
}

.b-fa-file-import::before {
  content: "\f56f";
}

.b-fa-arrow-right-to-file::before {
  content: "\f56f";
}

.b-fa-file-invoice::before {
  content: "\f570";
}

.b-fa-file-invoice-dollar::before {
  content: "\f571";
}

.b-fa-file-lines::before {
  content: "\f15c";
}

.b-fa-file-alt::before {
  content: "\f15c";
}

.b-fa-file-text::before {
  content: "\f15c";
}

.b-fa-file-medical::before {
  content: "\f477";
}

.b-fa-file-pdf::before {
  content: "\f1c1";
}

.b-fa-file-pen::before {
  content: "\f31c";
}

.b-fa-file-edit::before {
  content: "\f31c";
}

.b-fa-file-powerpoint::before {
  content: "\f1c4";
}

.b-fa-file-prescription::before {
  content: "\f572";
}

.b-fa-file-shield::before {
  content: "\e4f0";
}

.b-fa-file-signature::before {
  content: "\f573";
}

.b-fa-file-video::before {
  content: "\f1c8";
}

.b-fa-file-waveform::before {
  content: "\f478";
}

.b-fa-file-medical-alt::before {
  content: "\f478";
}

.b-fa-file-word::before {
  content: "\f1c2";
}

.b-fa-file-zipper::before {
  content: "\f1c6";
}

.b-fa-file-archive::before {
  content: "\f1c6";
}

.b-fa-fill::before {
  content: "\f575";
}

.b-fa-fill-drip::before {
  content: "\f576";
}

.b-fa-film::before {
  content: "\f008";
}

.b-fa-filter::before {
  content: "\f0b0";
}

.b-fa-filter-circle-dollar::before {
  content: "\f662";
}

.b-fa-funnel-dollar::before {
  content: "\f662";
}

.b-fa-filter-circle-xmark::before {
  content: "\e17b";
}

.b-fa-fingerprint::before {
  content: "\f577";
}

.b-fa-fire::before {
  content: "\f06d";
}

.b-fa-fire-burner::before {
  content: "\e4f1";
}

.b-fa-fire-extinguisher::before {
  content: "\f134";
}

.b-fa-fire-flame-curved::before {
  content: "\f7e4";
}

.b-fa-fire-alt::before {
  content: "\f7e4";
}

.b-fa-fire-flame-simple::before {
  content: "\f46a";
}

.b-fa-burn::before {
  content: "\f46a";
}

.b-fa-fish::before {
  content: "\f578";
}

.b-fa-fish-fins::before {
  content: "\e4f2";
}

.b-fa-flag::before {
  content: "\f024";
}

.b-fa-flag-checkered::before {
  content: "\f11e";
}

.b-fa-flag-usa::before {
  content: "\f74d";
}

.b-fa-flask::before {
  content: "\f0c3";
}

.b-fa-flask-vial::before {
  content: "\e4f3";
}

.b-fa-floppy-disk::before {
  content: "\f0c7";
}

.b-fa-save::before {
  content: "\f0c7";
}

.b-fa-florin-sign::before {
  content: "\e184";
}

.b-fa-folder::before {
  content: "\f07b";
}

.b-fa-folder-blank::before {
  content: "\f07b";
}

.b-fa-folder-closed::before {
  content: "\e185";
}

.b-fa-folder-minus::before {
  content: "\f65d";
}

.b-fa-folder-open::before {
  content: "\f07c";
}

.b-fa-folder-plus::before {
  content: "\f65e";
}

.b-fa-folder-tree::before {
  content: "\f802";
}

.b-fa-font::before {
  content: "\f031";
}

.b-fa-football::before {
  content: "\f44e";
}

.b-fa-football-ball::before {
  content: "\f44e";
}

.b-fa-forward::before {
  content: "\f04e";
}

.b-fa-forward-fast::before {
  content: "\f050";
}

.b-fa-fast-forward::before {
  content: "\f050";
}

.b-fa-forward-step::before {
  content: "\f051";
}

.b-fa-step-forward::before {
  content: "\f051";
}

.b-fa-franc-sign::before {
  content: "\e18f";
}

.b-fa-frog::before {
  content: "\f52e";
}

.b-fa-futbol::before {
  content: "\f1e3";
}

.b-fa-futbol-ball::before {
  content: "\f1e3";
}

.b-fa-soccer-ball::before {
  content: "\f1e3";
}

.b-fa-g::before {
  content: "G";
}

.b-fa-gamepad::before {
  content: "\f11b";
}

.b-fa-gas-pump::before {
  content: "\f52f";
}

.b-fa-gauge::before {
  content: "\f624";
}

.b-fa-dashboard::before {
  content: "\f624";
}

.b-fa-gauge-med::before {
  content: "\f624";
}

.b-fa-tachometer-alt-average::before {
  content: "\f624";
}

.b-fa-gauge-high::before {
  content: "\f625";
}

.b-fa-tachometer-alt::before {
  content: "\f625";
}

.b-fa-tachometer-alt-fast::before {
  content: "\f625";
}

.b-fa-gauge-simple::before {
  content: "\f629";
}

.b-fa-gauge-simple-med::before {
  content: "\f629";
}

.b-fa-tachometer-average::before {
  content: "\f629";
}

.b-fa-gauge-simple-high::before {
  content: "\f62a";
}

.b-fa-tachometer::before {
  content: "\f62a";
}

.b-fa-tachometer-fast::before {
  content: "\f62a";
}

.b-fa-gavel::before {
  content: "\f0e3";
}

.b-fa-legal::before {
  content: "\f0e3";
}

.b-fa-gear::before {
  content: "\f013";
}

.b-fa-cog::before {
  content: "\f013";
}

.b-fa-gears::before {
  content: "\f085";
}

.b-fa-cogs::before {
  content: "\f085";
}

.b-fa-gem::before {
  content: "\f3a5";
}

.b-fa-genderless::before {
  content: "\f22d";
}

.b-fa-ghost::before {
  content: "\f6e2";
}

.b-fa-gift::before {
  content: "\f06b";
}

.b-fa-gifts::before {
  content: "\f79c";
}

.b-fa-glass-water::before {
  content: "\e4f4";
}

.b-fa-glass-water-droplet::before {
  content: "\e4f5";
}

.b-fa-glasses::before {
  content: "\f530";
}

.b-fa-globe::before {
  content: "\f0ac";
}

.b-fa-golf-ball-tee::before {
  content: "\f450";
}

.b-fa-golf-ball::before {
  content: "\f450";
}

.b-fa-gopuram::before {
  content: "\f664";
}

.b-fa-graduation-cap::before {
  content: "\f19d";
}

.b-fa-mortar-board::before {
  content: "\f19d";
}

.b-fa-greater-than::before {
  content: "\>";
}

.b-fa-greater-than-equal::before {
  content: "\f532";
}

.b-fa-grip::before {
  content: "\f58d";
}

.b-fa-grip-horizontal::before {
  content: "\f58d";
}

.b-fa-grip-lines::before {
  content: "\f7a4";
}

.b-fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.b-fa-grip-vertical::before {
  content: "\f58e";
}

.b-fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.b-fa-guarani-sign::before {
  content: "\e19a";
}

.b-fa-guitar::before {
  content: "\f7a6";
}

.b-fa-gun::before {
  content: "\e19b";
}

.b-fa-h::before {
  content: "H";
}

.b-fa-hammer::before {
  content: "\f6e3";
}

.b-fa-hamsa::before {
  content: "\f665";
}

.b-fa-hand::before {
  content: "\f256";
}

.b-fa-hand-paper::before {
  content: "\f256";
}

.b-fa-hand-back-fist::before {
  content: "\f255";
}

.b-fa-hand-rock::before {
  content: "\f255";
}

.b-fa-hand-dots::before {
  content: "\f461";
}

.b-fa-allergies::before {
  content: "\f461";
}

.b-fa-hand-fist::before {
  content: "\f6de";
}

.b-fa-fist-raised::before {
  content: "\f6de";
}

.b-fa-hand-holding::before {
  content: "\f4bd";
}

.b-fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.b-fa-hand-holding-usd::before {
  content: "\f4c0";
}

.b-fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.b-fa-hand-holding-water::before {
  content: "\f4c1";
}

.b-fa-hand-holding-hand::before {
  content: "\e4f7";
}

.b-fa-hand-holding-heart::before {
  content: "\f4be";
}

.b-fa-hand-holding-medical::before {
  content: "\e05c";
}

.b-fa-hand-lizard::before {
  content: "\f258";
}

.b-fa-hand-middle-finger::before {
  content: "\f806";
}

.b-fa-hand-peace::before {
  content: "\f25b";
}

.b-fa-hand-point-down::before {
  content: "\f0a7";
}

.b-fa-hand-point-left::before {
  content: "\f0a5";
}

.b-fa-hand-point-right::before {
  content: "\f0a4";
}

.b-fa-hand-point-up::before {
  content: "\f0a6";
}

.b-fa-hand-pointer::before {
  content: "\f25a";
}

.b-fa-hand-scissors::before {
  content: "\f257";
}

.b-fa-hand-sparkles::before {
  content: "\e05d";
}

.b-fa-hand-spock::before {
  content: "\f259";
}

.b-fa-handcuffs::before {
  content: "\e4f8";
}

.b-fa-hands::before {
  content: "\f2a7";
}

.b-fa-sign-language::before {
  content: "\f2a7";
}

.b-fa-signing::before {
  content: "\f2a7";
}

.b-fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.b-fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.b-fa-asl-interpreting::before {
  content: "\f2a3";
}

.b-fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.b-fa-hands-bound::before {
  content: "\e4f9";
}

.b-fa-hands-bubbles::before {
  content: "\e05e";
}

.b-fa-hands-wash::before {
  content: "\e05e";
}

.b-fa-hands-clapping::before {
  content: "\e1a8";
}

.b-fa-hands-holding::before {
  content: "\f4c2";
}

.b-fa-hands-holding-child::before {
  content: "\e4fa";
}

.b-fa-hands-holding-circle::before {
  content: "\e4fb";
}

.b-fa-hands-praying::before {
  content: "\f684";
}

.b-fa-praying-hands::before {
  content: "\f684";
}

.b-fa-handshake::before {
  content: "\f2b5";
}

.b-fa-handshake-angle::before {
  content: "\f4c4";
}

.b-fa-hands-helping::before {
  content: "\f4c4";
}

.b-fa-handshake-simple::before {
  content: "\f4c6";
}

.b-fa-handshake-alt::before {
  content: "\f4c6";
}

.b-fa-handshake-simple-slash::before {
  content: "\e05f";
}

.b-fa-handshake-alt-slash::before {
  content: "\e05f";
}

.b-fa-handshake-slash::before {
  content: "\e060";
}

.b-fa-hanukiah::before {
  content: "\f6e6";
}

.b-fa-hard-drive::before {
  content: "\f0a0";
}

.b-fa-hdd::before {
  content: "\f0a0";
}

.b-fa-hashtag::before {
  content: "\#";
}

.b-fa-hat-cowboy::before {
  content: "\f8c0";
}

.b-fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.b-fa-hat-wizard::before {
  content: "\f6e8";
}

.b-fa-head-side-cough::before {
  content: "\e061";
}

.b-fa-head-side-cough-slash::before {
  content: "\e062";
}

.b-fa-head-side-mask::before {
  content: "\e063";
}

.b-fa-head-side-virus::before {
  content: "\e064";
}

.b-fa-heading::before {
  content: "\f1dc";
}

.b-fa-header::before {
  content: "\f1dc";
}

.b-fa-headphones::before {
  content: "\f025";
}

.b-fa-headphones-simple::before {
  content: "\f58f";
}

.b-fa-headphones-alt::before {
  content: "\f58f";
}

.b-fa-headset::before {
  content: "\f590";
}

.b-fa-heart::before {
  content: "\f004";
}

.b-fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.b-fa-heart-circle-check::before {
  content: "\e4fd";
}

.b-fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.b-fa-heart-circle-minus::before {
  content: "\e4ff";
}

.b-fa-heart-circle-plus::before {
  content: "\e500";
}

.b-fa-heart-circle-xmark::before {
  content: "\e501";
}

.b-fa-heart-crack::before {
  content: "\f7a9";
}

.b-fa-heart-broken::before {
  content: "\f7a9";
}

.b-fa-heart-pulse::before {
  content: "\f21e";
}

.b-fa-heartbeat::before {
  content: "\f21e";
}

.b-fa-helicopter::before {
  content: "\f533";
}

.b-fa-helicopter-symbol::before {
  content: "\e502";
}

.b-fa-helmet-safety::before {
  content: "\f807";
}

.b-fa-hard-hat::before {
  content: "\f807";
}

.b-fa-hat-hard::before {
  content: "\f807";
}

.b-fa-helmet-un::before {
  content: "\e503";
}

.b-fa-highlighter::before {
  content: "\f591";
}

.b-fa-hill-avalanche::before {
  content: "\e507";
}

.b-fa-hill-rockslide::before {
  content: "\e508";
}

.b-fa-hippo::before {
  content: "\f6ed";
}

.b-fa-hockey-puck::before {
  content: "\f453";
}

.b-fa-holly-berry::before {
  content: "\f7aa";
}

.b-fa-horse::before {
  content: "\f6f0";
}

.b-fa-horse-head::before {
  content: "\f7ab";
}

.b-fa-hospital::before {
  content: "\f0f8";
}

.b-fa-hospital-alt::before {
  content: "\f0f8";
}

.b-fa-hospital-wide::before {
  content: "\f0f8";
}

.b-fa-hospital-user::before {
  content: "\f80d";
}

.b-fa-hot-tub-person::before {
  content: "\f593";
}

.b-fa-hot-tub::before {
  content: "\f593";
}

.b-fa-hotdog::before {
  content: "\f80f";
}

.b-fa-hotel::before {
  content: "\f594";
}

.b-fa-hourglass::before {
  content: "\f254";
}

.b-fa-hourglass-2::before {
  content: "\f254";
}

.b-fa-hourglass-half::before {
  content: "\f254";
}

.b-fa-hourglass-empty::before {
  content: "\f252";
}

.b-fa-hourglass-end::before {
  content: "\f253";
}

.b-fa-hourglass-3::before {
  content: "\f253";
}

.b-fa-hourglass-start::before {
  content: "\f251";
}

.b-fa-hourglass-1::before {
  content: "\f251";
}

.b-fa-house::before {
  content: "\f015";
}

.b-fa-home::before {
  content: "\f015";
}

.b-fa-home-alt::before {
  content: "\f015";
}

.b-fa-home-lg-alt::before {
  content: "\f015";
}

.b-fa-house-chimney::before {
  content: "\e3af";
}

.b-fa-home-lg::before {
  content: "\e3af";
}

.b-fa-house-chimney-crack::before {
  content: "\f6f1";
}

.b-fa-house-damage::before {
  content: "\f6f1";
}

.b-fa-house-chimney-medical::before {
  content: "\f7f2";
}

.b-fa-clinic-medical::before {
  content: "\f7f2";
}

.b-fa-house-chimney-user::before {
  content: "\e065";
}

.b-fa-house-chimney-window::before {
  content: "\e00d";
}

.b-fa-house-circle-check::before {
  content: "\e509";
}

.b-fa-house-circle-exclamation::before {
  content: "\e50a";
}

.b-fa-house-circle-xmark::before {
  content: "\e50b";
}

.b-fa-house-crack::before {
  content: "\e3b1";
}

.b-fa-house-fire::before {
  content: "\e50c";
}

.b-fa-house-flag::before {
  content: "\e50d";
}

.b-fa-house-flood-water::before {
  content: "\e50e";
}

.b-fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.b-fa-house-laptop::before {
  content: "\e066";
}

.b-fa-laptop-house::before {
  content: "\e066";
}

.b-fa-house-lock::before {
  content: "\e510";
}

.b-fa-house-medical::before {
  content: "\e3b2";
}

.b-fa-house-medical-circle-check::before {
  content: "\e511";
}

.b-fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.b-fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.b-fa-house-medical-flag::before {
  content: "\e514";
}

.b-fa-house-signal::before {
  content: "\e012";
}

.b-fa-house-tsunami::before {
  content: "\e515";
}

.b-fa-house-user::before {
  content: "\e1b0";
}

.b-fa-home-user::before {
  content: "\e1b0";
}

.b-fa-hryvnia-sign::before {
  content: "\f6f2";
}

.b-fa-hryvnia::before {
  content: "\f6f2";
}

.b-fa-hurricane::before {
  content: "\f751";
}

.b-fa-i::before {
  content: "I";
}

.b-fa-i-cursor::before {
  content: "\f246";
}

.b-fa-ice-cream::before {
  content: "\f810";
}

.b-fa-icicles::before {
  content: "\f7ad";
}

.b-fa-icons::before {
  content: "\f86d";
}

.b-fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.b-fa-id-badge::before {
  content: "\f2c1";
}

.b-fa-id-card::before {
  content: "\f2c2";
}

.b-fa-drivers-license::before {
  content: "\f2c2";
}

.b-fa-id-card-clip::before {
  content: "\f47f";
}

.b-fa-id-card-alt::before {
  content: "\f47f";
}

.b-fa-igloo::before {
  content: "\f7ae";
}

.b-fa-image::before {
  content: "\f03e";
}

.b-fa-image-portrait::before {
  content: "\f3e0";
}

.b-fa-portrait::before {
  content: "\f3e0";
}

.b-fa-images::before {
  content: "\f302";
}

.b-fa-inbox::before {
  content: "\f01c";
}

.b-fa-indent::before {
  content: "\f03c";
}

.b-fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.b-fa-indian-rupee::before {
  content: "\e1bc";
}

.b-fa-inr::before {
  content: "\e1bc";
}

.b-fa-industry::before {
  content: "\f275";
}

.b-fa-infinity::before {
  content: "\f534";
}

.b-fa-info::before {
  content: "\f129";
}

.b-fa-italic::before {
  content: "\f033";
}

.b-fa-j::before {
  content: "J";
}

.b-fa-jar::before {
  content: "\e516";
}

.b-fa-jar-wheat::before {
  content: "\e517";
}

.b-fa-jedi::before {
  content: "\f669";
}

.b-fa-jet-fighter::before {
  content: "\f0fb";
}

.b-fa-fighter-jet::before {
  content: "\f0fb";
}

.b-fa-jet-fighter-up::before {
  content: "\e518";
}

.b-fa-joint::before {
  content: "\f595";
}

.b-fa-jug-detergent::before {
  content: "\e519";
}

.b-fa-k::before {
  content: "K";
}

.b-fa-kaaba::before {
  content: "\f66b";
}

.b-fa-key::before {
  content: "\f084";
}

.b-fa-keyboard::before {
  content: "\f11c";
}

.b-fa-khanda::before {
  content: "\f66d";
}

.b-fa-kip-sign::before {
  content: "\e1c4";
}

.b-fa-kit-medical::before {
  content: "\f479";
}

.b-fa-first-aid::before {
  content: "\f479";
}

.b-fa-kitchen-set::before {
  content: "\e51a";
}

.b-fa-kiwi-bird::before {
  content: "\f535";
}

.b-fa-l::before {
  content: "L";
}

.b-fa-land-mine-on::before {
  content: "\e51b";
}

.b-fa-landmark::before {
  content: "\f66f";
}

.b-fa-landmark-dome::before {
  content: "\f752";
}

.b-fa-landmark-alt::before {
  content: "\f752";
}

.b-fa-landmark-flag::before {
  content: "\e51c";
}

.b-fa-language::before {
  content: "\f1ab";
}

.b-fa-laptop::before {
  content: "\f109";
}

.b-fa-laptop-code::before {
  content: "\f5fc";
}

.b-fa-laptop-file::before {
  content: "\e51d";
}

.b-fa-laptop-medical::before {
  content: "\f812";
}

.b-fa-lari-sign::before {
  content: "\e1c8";
}

.b-fa-layer-group::before {
  content: "\f5fd";
}

.b-fa-leaf::before {
  content: "\f06c";
}

.b-fa-left-long::before {
  content: "\f30a";
}

.b-fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.b-fa-left-right::before {
  content: "\f337";
}

.b-fa-arrows-alt-h::before {
  content: "\f337";
}

.b-fa-lemon::before {
  content: "\f094";
}

.b-fa-less-than::before {
  content: "\<";
}

.b-fa-less-than-equal::before {
  content: "\f537";
}

.b-fa-life-ring::before {
  content: "\f1cd";
}

.b-fa-lightbulb::before {
  content: "\f0eb";
}

.b-fa-lines-leaning::before {
  content: "\e51e";
}

.b-fa-link::before {
  content: "\f0c1";
}

.b-fa-chain::before {
  content: "\f0c1";
}

.b-fa-link-slash::before {
  content: "\f127";
}

.b-fa-chain-broken::before {
  content: "\f127";
}

.b-fa-chain-slash::before {
  content: "\f127";
}

.b-fa-unlink::before {
  content: "\f127";
}

.b-fa-lira-sign::before {
  content: "\f195";
}

.b-fa-list::before {
  content: "\f03a";
}

.b-fa-list-squares::before {
  content: "\f03a";
}

.b-fa-list-check::before {
  content: "\f0ae";
}

.b-fa-tasks::before {
  content: "\f0ae";
}

.b-fa-list-ol::before {
  content: "\f0cb";
}

.b-fa-list-1-2::before {
  content: "\f0cb";
}

.b-fa-list-numeric::before {
  content: "\f0cb";
}

.b-fa-list-ul::before {
  content: "\f0ca";
}

.b-fa-list-dots::before {
  content: "\f0ca";
}

.b-fa-litecoin-sign::before {
  content: "\e1d3";
}

.b-fa-location-arrow::before {
  content: "\f124";
}

.b-fa-location-crosshairs::before {
  content: "\f601";
}

.b-fa-location::before {
  content: "\f601";
}

.b-fa-location-dot::before {
  content: "\f3c5";
}

.b-fa-map-marker-alt::before {
  content: "\f3c5";
}

.b-fa-location-pin::before {
  content: "\f041";
}

.b-fa-map-marker::before {
  content: "\f041";
}

.b-fa-location-pin-lock::before {
  content: "\e51f";
}

.b-fa-lock::before {
  content: "\f023";
}

.b-fa-lock-open::before {
  content: "\f3c1";
}

.b-fa-locust::before {
  content: "\e520";
}

.b-fa-lungs::before {
  content: "\f604";
}

.b-fa-lungs-virus::before {
  content: "\e067";
}

.b-fa-m::before {
  content: "M";
}

.b-fa-magnet::before {
  content: "\f076";
}

.b-fa-magnifying-glass::before {
  content: "\f002";
}

.b-fa-search::before {
  content: "\f002";
}

.b-fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.b-fa-magnifying-glass-chart::before {
  content: "\e522";
}

.b-fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.b-fa-search-dollar::before {
  content: "\f688";
}

.b-fa-magnifying-glass-location::before {
  content: "\f689";
}

.b-fa-search-location::before {
  content: "\f689";
}

.b-fa-magnifying-glass-minus::before {
  content: "\f010";
}

.b-fa-search-minus::before {
  content: "\f010";
}

.b-fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.b-fa-search-plus::before {
  content: "\f00e";
}

.b-fa-manat-sign::before {
  content: "\e1d5";
}

.b-fa-map::before {
  content: "\f279";
}

.b-fa-map-location::before {
  content: "\f59f";
}

.b-fa-map-marked::before {
  content: "\f59f";
}

.b-fa-map-location-dot::before {
  content: "\f5a0";
}

.b-fa-map-marked-alt::before {
  content: "\f5a0";
}

.b-fa-map-pin::before {
  content: "\f276";
}

.b-fa-marker::before {
  content: "\f5a1";
}

.b-fa-mars::before {
  content: "\f222";
}

.b-fa-mars-and-venus::before {
  content: "\f224";
}

.b-fa-mars-and-venus-burst::before {
  content: "\e523";
}

.b-fa-mars-double::before {
  content: "\f227";
}

.b-fa-mars-stroke::before {
  content: "\f229";
}

.b-fa-mars-stroke-right::before {
  content: "\f22b";
}

.b-fa-mars-stroke-h::before {
  content: "\f22b";
}

.b-fa-mars-stroke-up::before {
  content: "\f22a";
}

.b-fa-mars-stroke-v::before {
  content: "\f22a";
}

.b-fa-martini-glass::before {
  content: "\f57b";
}

.b-fa-glass-martini-alt::before {
  content: "\f57b";
}

.b-fa-martini-glass-citrus::before {
  content: "\f561";
}

.b-fa-cocktail::before {
  content: "\f561";
}

.b-fa-martini-glass-empty::before {
  content: "\f000";
}

.b-fa-glass-martini::before {
  content: "\f000";
}

.b-fa-mask::before {
  content: "\f6fa";
}

.b-fa-mask-face::before {
  content: "\e1d7";
}

.b-fa-mask-ventilator::before {
  content: "\e524";
}

.b-fa-masks-theater::before {
  content: "\f630";
}

.b-fa-theater-masks::before {
  content: "\f630";
}

.b-fa-mattress-pillow::before {
  content: "\e525";
}

.b-fa-maximize::before {
  content: "\f31e";
}

.b-fa-expand-arrows-alt::before {
  content: "\f31e";
}

.b-fa-medal::before {
  content: "\f5a2";
}

.b-fa-memory::before {
  content: "\f538";
}

.b-fa-menorah::before {
  content: "\f676";
}

.b-fa-mercury::before {
  content: "\f223";
}

.b-fa-message::before {
  content: "\f27a";
}

.b-fa-comment-alt::before {
  content: "\f27a";
}

.b-fa-meteor::before {
  content: "\f753";
}

.b-fa-microchip::before {
  content: "\f2db";
}

.b-fa-microphone::before {
  content: "\f130";
}

.b-fa-microphone-lines::before {
  content: "\f3c9";
}

.b-fa-microphone-alt::before {
  content: "\f3c9";
}

.b-fa-microphone-lines-slash::before {
  content: "\f539";
}

.b-fa-microphone-alt-slash::before {
  content: "\f539";
}

.b-fa-microphone-slash::before {
  content: "\f131";
}

.b-fa-microscope::before {
  content: "\f610";
}

.b-fa-mill-sign::before {
  content: "\e1ed";
}

.b-fa-minimize::before {
  content: "\f78c";
}

.b-fa-compress-arrows-alt::before {
  content: "\f78c";
}

.b-fa-minus::before {
  content: "\f068";
}

.b-fa-subtract::before {
  content: "\f068";
}

.b-fa-mitten::before {
  content: "\f7b5";
}

.b-fa-mobile::before {
  content: "\f3ce";
}

.b-fa-mobile-android::before {
  content: "\f3ce";
}

.b-fa-mobile-phone::before {
  content: "\f3ce";
}

.b-fa-mobile-button::before {
  content: "\f10b";
}

.b-fa-mobile-retro::before {
  content: "\e527";
}

.b-fa-mobile-screen::before {
  content: "\f3cf";
}

.b-fa-mobile-android-alt::before {
  content: "\f3cf";
}

.b-fa-mobile-screen-button::before {
  content: "\f3cd";
}

.b-fa-mobile-alt::before {
  content: "\f3cd";
}

.b-fa-money-bill::before {
  content: "\f0d6";
}

.b-fa-money-bill-1::before {
  content: "\f3d1";
}

.b-fa-money-bill-alt::before {
  content: "\f3d1";
}

.b-fa-money-bill-1-wave::before {
  content: "\f53b";
}

.b-fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.b-fa-money-bill-transfer::before {
  content: "\e528";
}

.b-fa-money-bill-trend-up::before {
  content: "\e529";
}

.b-fa-money-bill-wave::before {
  content: "\f53a";
}

.b-fa-money-bill-wheat::before {
  content: "\e52a";
}

.b-fa-money-bills::before {
  content: "\e1f3";
}

.b-fa-money-check::before {
  content: "\f53c";
}

.b-fa-money-check-dollar::before {
  content: "\f53d";
}

.b-fa-money-check-alt::before {
  content: "\f53d";
}

.b-fa-monument::before {
  content: "\f5a6";
}

.b-fa-moon::before {
  content: "\f186";
}

.b-fa-mortar-pestle::before {
  content: "\f5a7";
}

.b-fa-mosque::before {
  content: "\f678";
}

.b-fa-mosquito::before {
  content: "\e52b";
}

.b-fa-mosquito-net::before {
  content: "\e52c";
}

.b-fa-motorcycle::before {
  content: "\f21c";
}

.b-fa-mound::before {
  content: "\e52d";
}

.b-fa-mountain::before {
  content: "\f6fc";
}

.b-fa-mountain-city::before {
  content: "\e52e";
}

.b-fa-mountain-sun::before {
  content: "\e52f";
}

.b-fa-mug-hot::before {
  content: "\f7b6";
}

.b-fa-mug-saucer::before {
  content: "\f0f4";
}

.b-fa-coffee::before {
  content: "\f0f4";
}

.b-fa-music::before {
  content: "\f001";
}

.b-fa-n::before {
  content: "N";
}

.b-fa-naira-sign::before {
  content: "\e1f6";
}

.b-fa-network-wired::before {
  content: "\f6ff";
}

.b-fa-neuter::before {
  content: "\f22c";
}

.b-fa-newspaper::before {
  content: "\f1ea";
}

.b-fa-not-equal::before {
  content: "\f53e";
}

.b-fa-note-sticky::before {
  content: "\f249";
}

.b-fa-sticky-note::before {
  content: "\f249";
}

.b-fa-notes-medical::before {
  content: "\f481";
}

.b-fa-o::before {
  content: "O";
}

.b-fa-object-group::before {
  content: "\f247";
}

.b-fa-object-ungroup::before {
  content: "\f248";
}

.b-fa-oil-can::before {
  content: "\f613";
}

.b-fa-oil-well::before {
  content: "\e532";
}

.b-fa-om::before {
  content: "\f679";
}

.b-fa-otter::before {
  content: "\f700";
}

.b-fa-outdent::before {
  content: "\f03b";
}

.b-fa-dedent::before {
  content: "\f03b";
}

.b-fa-p::before {
  content: "P";
}

.b-fa-pager::before {
  content: "\f815";
}

.b-fa-paint-roller::before {
  content: "\f5aa";
}

.b-fa-paintbrush::before {
  content: "\f1fc";
}

.b-fa-paint-brush::before {
  content: "\f1fc";
}

.b-fa-palette::before {
  content: "\f53f";
}

.b-fa-pallet::before {
  content: "\f482";
}

.b-fa-panorama::before {
  content: "\e209";
}

.b-fa-paper-plane::before {
  content: "\f1d8";
}

.b-fa-paperclip::before {
  content: "\f0c6";
}

.b-fa-parachute-box::before {
  content: "\f4cd";
}

.b-fa-paragraph::before {
  content: "\f1dd";
}

.b-fa-passport::before {
  content: "\f5ab";
}

.b-fa-paste::before {
  content: "\f0ea";
}

.b-fa-file-clipboard::before {
  content: "\f0ea";
}

.b-fa-pause::before {
  content: "\f04c";
}

.b-fa-paw::before {
  content: "\f1b0";
}

.b-fa-peace::before {
  content: "\f67c";
}

.b-fa-pen::before {
  content: "\f304";
}

.b-fa-pen-clip::before {
  content: "\f305";
}

.b-fa-pen-alt::before {
  content: "\f305";
}

.b-fa-pen-fancy::before {
  content: "\f5ac";
}

.b-fa-pen-nib::before {
  content: "\f5ad";
}

.b-fa-pen-ruler::before {
  content: "\f5ae";
}

.b-fa-pencil-ruler::before {
  content: "\f5ae";
}

.b-fa-pen-to-square::before {
  content: "\f044";
}

.b-fa-edit::before {
  content: "\f044";
}

.b-fa-pencil::before {
  content: "\f303";
}

.b-fa-pencil-alt::before {
  content: "\f303";
}

.b-fa-people-arrows-left-right::before {
  content: "\e068";
}

.b-fa-people-arrows::before {
  content: "\e068";
}

.b-fa-people-carry-box::before {
  content: "\f4ce";
}

.b-fa-people-carry::before {
  content: "\f4ce";
}

.b-fa-people-group::before {
  content: "\e533";
}

.b-fa-people-line::before {
  content: "\e534";
}

.b-fa-people-pulling::before {
  content: "\e535";
}

.b-fa-people-robbery::before {
  content: "\e536";
}

.b-fa-people-roof::before {
  content: "\e537";
}

.b-fa-pepper-hot::before {
  content: "\f816";
}

.b-fa-percent::before {
  content: "\%";
}

.b-fa-percentage::before {
  content: "\%";
}

.b-fa-person::before {
  content: "\f183";
}

.b-fa-male::before {
  content: "\f183";
}

.b-fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.b-fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.b-fa-person-biking::before {
  content: "\f84a";
}

.b-fa-biking::before {
  content: "\f84a";
}

.b-fa-person-booth::before {
  content: "\f756";
}

.b-fa-person-breastfeeding::before {
  content: "\e53a";
}

.b-fa-person-burst::before {
  content: "\e53b";
}

.b-fa-person-cane::before {
  content: "\e53c";
}

.b-fa-person-chalkboard::before {
  content: "\e53d";
}

.b-fa-person-circle-check::before {
  content: "\e53e";
}

.b-fa-person-circle-exclamation::before {
  content: "\e53f";
}

.b-fa-person-circle-minus::before {
  content: "\e540";
}

.b-fa-person-circle-plus::before {
  content: "\e541";
}

.b-fa-person-circle-question::before {
  content: "\e542";
}

.b-fa-person-circle-xmark::before {
  content: "\e543";
}

.b-fa-person-digging::before {
  content: "\f85e";
}

.b-fa-digging::before {
  content: "\f85e";
}

.b-fa-person-dots-from-line::before {
  content: "\f470";
}

.b-fa-diagnoses::before {
  content: "\f470";
}

.b-fa-person-dress::before {
  content: "\f182";
}

.b-fa-female::before {
  content: "\f182";
}

.b-fa-person-dress-burst::before {
  content: "\e544";
}

.b-fa-person-drowning::before {
  content: "\e545";
}

.b-fa-person-falling::before {
  content: "\e546";
}

.b-fa-person-falling-burst::before {
  content: "\e547";
}

.b-fa-person-half-dress::before {
  content: "\e548";
}

.b-fa-person-harassing::before {
  content: "\e549";
}

.b-fa-person-hiking::before {
  content: "\f6ec";
}

.b-fa-hiking::before {
  content: "\f6ec";
}

.b-fa-person-military-pointing::before {
  content: "\e54a";
}

.b-fa-person-military-rifle::before {
  content: "\e54b";
}

.b-fa-person-military-to-person::before {
  content: "\e54c";
}

.b-fa-person-praying::before {
  content: "\f683";
}

.b-fa-pray::before {
  content: "\f683";
}

.b-fa-person-pregnant::before {
  content: "\e31e";
}

.b-fa-person-rays::before {
  content: "\e54d";
}

.b-fa-person-rifle::before {
  content: "\e54e";
}

.b-fa-person-running::before {
  content: "\f70c";
}

.b-fa-running::before {
  content: "\f70c";
}

.b-fa-person-shelter::before {
  content: "\e54f";
}

.b-fa-person-skating::before {
  content: "\f7c5";
}

.b-fa-skating::before {
  content: "\f7c5";
}

.b-fa-person-skiing::before {
  content: "\f7c9";
}

.b-fa-skiing::before {
  content: "\f7c9";
}

.b-fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.b-fa-skiing-nordic::before {
  content: "\f7ca";
}

.b-fa-person-snowboarding::before {
  content: "\f7ce";
}

.b-fa-snowboarding::before {
  content: "\f7ce";
}

.b-fa-person-swimming::before {
  content: "\f5c4";
}

.b-fa-swimmer::before {
  content: "\f5c4";
}

.b-fa-person-through-window::before {
  content: "\e433";
}

.b-fa-person-walking::before {
  content: "\f554";
}

.b-fa-walking::before {
  content: "\f554";
}

.b-fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.b-fa-person-walking-arrow-right::before {
  content: "\e552";
}

.b-fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.b-fa-person-walking-luggage::before {
  content: "\e554";
}

.b-fa-person-walking-with-cane::before {
  content: "\f29d";
}

.b-fa-blind::before {
  content: "\f29d";
}

.b-fa-peseta-sign::before {
  content: "\e221";
}

.b-fa-peso-sign::before {
  content: "\e222";
}

.b-fa-phone::before {
  content: "\f095";
}

.b-fa-phone-flip::before {
  content: "\f879";
}

.b-fa-phone-alt::before {
  content: "\f879";
}

.b-fa-phone-slash::before {
  content: "\f3dd";
}

.b-fa-phone-volume::before {
  content: "\f2a0";
}

.b-fa-volume-control-phone::before {
  content: "\f2a0";
}

.b-fa-photo-film::before {
  content: "\f87c";
}

.b-fa-photo-video::before {
  content: "\f87c";
}

.b-fa-piggy-bank::before {
  content: "\f4d3";
}

.b-fa-pills::before {
  content: "\f484";
}

.b-fa-pizza-slice::before {
  content: "\f818";
}

.b-fa-place-of-worship::before {
  content: "\f67f";
}

.b-fa-plane::before {
  content: "\f072";
}

.b-fa-plane-arrival::before {
  content: "\f5af";
}

.b-fa-plane-circle-check::before {
  content: "\e555";
}

.b-fa-plane-circle-exclamation::before {
  content: "\e556";
}

.b-fa-plane-circle-xmark::before {
  content: "\e557";
}

.b-fa-plane-departure::before {
  content: "\f5b0";
}

.b-fa-plane-lock::before {
  content: "\e558";
}

.b-fa-plane-slash::before {
  content: "\e069";
}

.b-fa-plane-up::before {
  content: "\e22d";
}

.b-fa-plant-wilt::before {
  content: "\e43b";
}

.b-fa-plate-wheat::before {
  content: "\e55a";
}

.b-fa-play::before {
  content: "\f04b";
}

.b-fa-plug::before {
  content: "\f1e6";
}

.b-fa-plug-circle-bolt::before {
  content: "\e55b";
}

.b-fa-plug-circle-check::before {
  content: "\e55c";
}

.b-fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.b-fa-plug-circle-minus::before {
  content: "\e55e";
}

.b-fa-plug-circle-plus::before {
  content: "\e55f";
}

.b-fa-plug-circle-xmark::before {
  content: "\e560";
}

.b-fa-plus::before {
  content: "\+";
}

.b-fa-add::before {
  content: "\+";
}

.b-fa-plus-minus::before {
  content: "\e43c";
}

.b-fa-podcast::before {
  content: "\f2ce";
}

.b-fa-poo::before {
  content: "\f2fe";
}

.b-fa-poo-storm::before {
  content: "\f75a";
}

.b-fa-poo-bolt::before {
  content: "\f75a";
}

.b-fa-poop::before {
  content: "\f619";
}

.b-fa-power-off::before {
  content: "\f011";
}

.b-fa-prescription::before {
  content: "\f5b1";
}

.b-fa-prescription-bottle::before {
  content: "\f485";
}

.b-fa-prescription-bottle-medical::before {
  content: "\f486";
}

.b-fa-prescription-bottle-alt::before {
  content: "\f486";
}

.b-fa-print::before {
  content: "\f02f";
}

.b-fa-pump-medical::before {
  content: "\e06a";
}

.b-fa-pump-soap::before {
  content: "\e06b";
}

.b-fa-puzzle-piece::before {
  content: "\f12e";
}

.b-fa-q::before {
  content: "Q";
}

.b-fa-qrcode::before {
  content: "\f029";
}

.b-fa-question::before {
  content: "\?";
}

.b-fa-quote-left::before {
  content: "\f10d";
}

.b-fa-quote-left-alt::before {
  content: "\f10d";
}

.b-fa-quote-right::before {
  content: "\f10e";
}

.b-fa-quote-right-alt::before {
  content: "\f10e";
}

.b-fa-r::before {
  content: "R";
}

.b-fa-radiation::before {
  content: "\f7b9";
}

.b-fa-radio::before {
  content: "\f8d7";
}

.b-fa-rainbow::before {
  content: "\f75b";
}

.b-fa-ranking-star::before {
  content: "\e561";
}

.b-fa-receipt::before {
  content: "\f543";
}

.b-fa-record-vinyl::before {
  content: "\f8d9";
}

.b-fa-rectangle-ad::before {
  content: "\f641";
}

.b-fa-ad::before {
  content: "\f641";
}

.b-fa-rectangle-list::before {
  content: "\f022";
}

.b-fa-list-alt::before {
  content: "\f022";
}

.b-fa-rectangle-xmark::before {
  content: "\f410";
}

.b-fa-rectangle-times::before {
  content: "\f410";
}

.b-fa-times-rectangle::before {
  content: "\f410";
}

.b-fa-window-close::before {
  content: "\f410";
}

.b-fa-recycle::before {
  content: "\f1b8";
}

.b-fa-registered::before {
  content: "\f25d";
}

.b-fa-repeat::before {
  content: "\f363";
}

.b-fa-reply::before {
  content: "\f3e5";
}

.b-fa-mail-reply::before {
  content: "\f3e5";
}

.b-fa-reply-all::before {
  content: "\f122";
}

.b-fa-mail-reply-all::before {
  content: "\f122";
}

.b-fa-republican::before {
  content: "\f75e";
}

.b-fa-restroom::before {
  content: "\f7bd";
}

.b-fa-retweet::before {
  content: "\f079";
}

.b-fa-ribbon::before {
  content: "\f4d6";
}

.b-fa-right-from-bracket::before {
  content: "\f2f5";
}

.b-fa-sign-out-alt::before {
  content: "\f2f5";
}

.b-fa-right-left::before {
  content: "\f362";
}

.b-fa-exchange-alt::before {
  content: "\f362";
}

.b-fa-right-long::before {
  content: "\f30b";
}

.b-fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.b-fa-right-to-bracket::before {
  content: "\f2f6";
}

.b-fa-sign-in-alt::before {
  content: "\f2f6";
}

.b-fa-ring::before {
  content: "\f70b";
}

.b-fa-road::before {
  content: "\f018";
}

.b-fa-road-barrier::before {
  content: "\e562";
}

.b-fa-road-bridge::before {
  content: "\e563";
}

.b-fa-road-circle-check::before {
  content: "\e564";
}

.b-fa-road-circle-exclamation::before {
  content: "\e565";
}

.b-fa-road-circle-xmark::before {
  content: "\e566";
}

.b-fa-road-lock::before {
  content: "\e567";
}

.b-fa-road-spikes::before {
  content: "\e568";
}

.b-fa-robot::before {
  content: "\f544";
}

.b-fa-rocket::before {
  content: "\f135";
}

.b-fa-rotate::before {
  content: "\f2f1";
}

.b-fa-sync-alt::before {
  content: "\f2f1";
}

.b-fa-rotate-left::before {
  content: "\f2ea";
}

.b-fa-rotate-back::before {
  content: "\f2ea";
}

.b-fa-rotate-backward::before {
  content: "\f2ea";
}

.b-fa-undo-alt::before {
  content: "\f2ea";
}

.b-fa-rotate-right::before {
  content: "\f2f9";
}

.b-fa-redo-alt::before {
  content: "\f2f9";
}

.b-fa-rotate-forward::before {
  content: "\f2f9";
}

.b-fa-route::before {
  content: "\f4d7";
}

.b-fa-rss::before {
  content: "\f09e";
}

.b-fa-feed::before {
  content: "\f09e";
}

.b-fa-ruble-sign::before {
  content: "\f158";
}

.b-fa-rouble::before {
  content: "\f158";
}

.b-fa-rub::before {
  content: "\f158";
}

.b-fa-ruble::before {
  content: "\f158";
}

.b-fa-rug::before {
  content: "\e569";
}

.b-fa-ruler::before {
  content: "\f545";
}

.b-fa-ruler-combined::before {
  content: "\f546";
}

.b-fa-ruler-horizontal::before {
  content: "\f547";
}

.b-fa-ruler-vertical::before {
  content: "\f548";
}

.b-fa-rupee-sign::before {
  content: "\f156";
}

.b-fa-rupee::before {
  content: "\f156";
}

.b-fa-rupiah-sign::before {
  content: "\e23d";
}

.b-fa-s::before {
  content: "S";
}

.b-fa-sack-dollar::before {
  content: "\f81d";
}

.b-fa-sack-xmark::before {
  content: "\e56a";
}

.b-fa-sailboat::before {
  content: "\e445";
}

.b-fa-satellite::before {
  content: "\f7bf";
}

.b-fa-satellite-dish::before {
  content: "\f7c0";
}

.b-fa-scale-balanced::before {
  content: "\f24e";
}

.b-fa-balance-scale::before {
  content: "\f24e";
}

.b-fa-scale-unbalanced::before {
  content: "\f515";
}

.b-fa-balance-scale-left::before {
  content: "\f515";
}

.b-fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.b-fa-balance-scale-right::before {
  content: "\f516";
}

.b-fa-school::before {
  content: "\f549";
}

.b-fa-school-circle-check::before {
  content: "\e56b";
}

.b-fa-school-circle-exclamation::before {
  content: "\e56c";
}

.b-fa-school-circle-xmark::before {
  content: "\e56d";
}

.b-fa-school-flag::before {
  content: "\e56e";
}

.b-fa-school-lock::before {
  content: "\e56f";
}

.b-fa-scissors::before {
  content: "\f0c4";
}

.b-fa-cut::before {
  content: "\f0c4";
}

.b-fa-screwdriver::before {
  content: "\f54a";
}

.b-fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.b-fa-tools::before {
  content: "\f7d9";
}

.b-fa-scroll::before {
  content: "\f70e";
}

.b-fa-scroll-torah::before {
  content: "\f6a0";
}

.b-fa-torah::before {
  content: "\f6a0";
}

.b-fa-sd-card::before {
  content: "\f7c2";
}

.b-fa-section::before {
  content: "\e447";
}

.b-fa-seedling::before {
  content: "\f4d8";
}

.b-fa-sprout::before {
  content: "\f4d8";
}

.b-fa-server::before {
  content: "\f233";
}

.b-fa-shapes::before {
  content: "\f61f";
}

.b-fa-triangle-circle-square::before {
  content: "\f61f";
}

.b-fa-share::before {
  content: "\f064";
}

.b-fa-arrow-turn-right::before {
  content: "\f064";
}

.b-fa-mail-forward::before {
  content: "\f064";
}

.b-fa-share-from-square::before {
  content: "\f14d";
}

.b-fa-share-square::before {
  content: "\f14d";
}

.b-fa-share-nodes::before {
  content: "\f1e0";
}

.b-fa-share-alt::before {
  content: "\f1e0";
}

.b-fa-sheet-plastic::before {
  content: "\e571";
}

.b-fa-shekel-sign::before {
  content: "\f20b";
}

.b-fa-ils::before {
  content: "\f20b";
}

.b-fa-shekel::before {
  content: "\f20b";
}

.b-fa-sheqel::before {
  content: "\f20b";
}

.b-fa-sheqel-sign::before {
  content: "\f20b";
}

.b-fa-shield::before {
  content: "\f132";
}

.b-fa-shield-blank::before {
  content: "\f132";
}

.b-fa-shield-cat::before {
  content: "\e572";
}

.b-fa-shield-dog::before {
  content: "\e573";
}

.b-fa-shield-halved::before {
  content: "\f3ed";
}

.b-fa-shield-alt::before {
  content: "\f3ed";
}

.b-fa-shield-heart::before {
  content: "\e574";
}

.b-fa-shield-virus::before {
  content: "\e06c";
}

.b-fa-ship::before {
  content: "\f21a";
}

.b-fa-shirt::before {
  content: "\f553";
}

.b-fa-t-shirt::before {
  content: "\f553";
}

.b-fa-tshirt::before {
  content: "\f553";
}

.b-fa-shoe-prints::before {
  content: "\f54b";
}

.b-fa-shop::before {
  content: "\f54f";
}

.b-fa-store-alt::before {
  content: "\f54f";
}

.b-fa-shop-lock::before {
  content: "\e4a5";
}

.b-fa-shop-slash::before {
  content: "\e070";
}

.b-fa-store-alt-slash::before {
  content: "\e070";
}

.b-fa-shower::before {
  content: "\f2cc";
}

.b-fa-shrimp::before {
  content: "\e448";
}

.b-fa-shuffle::before {
  content: "\f074";
}

.b-fa-random::before {
  content: "\f074";
}

.b-fa-shuttle-space::before {
  content: "\f197";
}

.b-fa-space-shuttle::before {
  content: "\f197";
}

.b-fa-sign-hanging::before {
  content: "\f4d9";
}

.b-fa-sign::before {
  content: "\f4d9";
}

.b-fa-signal::before {
  content: "\f012";
}

.b-fa-signal-5::before {
  content: "\f012";
}

.b-fa-signal-perfect::before {
  content: "\f012";
}

.b-fa-signature::before {
  content: "\f5b7";
}

.b-fa-signs-post::before {
  content: "\f277";
}

.b-fa-map-signs::before {
  content: "\f277";
}

.b-fa-sim-card::before {
  content: "\f7c4";
}

.b-fa-sink::before {
  content: "\e06d";
}

.b-fa-sitemap::before {
  content: "\f0e8";
}

.b-fa-skull::before {
  content: "\f54c";
}

.b-fa-skull-crossbones::before {
  content: "\f714";
}

.b-fa-slash::before {
  content: "\f715";
}

.b-fa-sleigh::before {
  content: "\f7cc";
}

.b-fa-sliders::before {
  content: "\f1de";
}

.b-fa-sliders-h::before {
  content: "\f1de";
}

.b-fa-smog::before {
  content: "\f75f";
}

.b-fa-smoking::before {
  content: "\f48d";
}

.b-fa-snowflake::before {
  content: "\f2dc";
}

.b-fa-snowman::before {
  content: "\f7d0";
}

.b-fa-snowplow::before {
  content: "\f7d2";
}

.b-fa-soap::before {
  content: "\e06e";
}

.b-fa-socks::before {
  content: "\f696";
}

.b-fa-solar-panel::before {
  content: "\f5ba";
}

.b-fa-sort::before {
  content: "\f0dc";
}

.b-fa-unsorted::before {
  content: "\f0dc";
}

.b-fa-sort-down::before {
  content: "\f0dd";
}

.b-fa-sort-desc::before {
  content: "\f0dd";
}

.b-fa-sort-up::before {
  content: "\f0de";
}

.b-fa-sort-asc::before {
  content: "\f0de";
}

.b-fa-spa::before {
  content: "\f5bb";
}

.b-fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.b-fa-pastafarianism::before {
  content: "\f67b";
}

.b-fa-spell-check::before {
  content: "\f891";
}

.b-fa-spider::before {
  content: "\f717";
}

.b-fa-spinner::before {
  content: "\f110";
}

.b-fa-splotch::before {
  content: "\f5bc";
}

.b-fa-spoon::before {
  content: "\f2e5";
}

.b-fa-utensil-spoon::before {
  content: "\f2e5";
}

.b-fa-spray-can::before {
  content: "\f5bd";
}

.b-fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.b-fa-air-freshener::before {
  content: "\f5d0";
}

.b-fa-square::before {
  content: "\f0c8";
}

.b-fa-square-arrow-up-right::before {
  content: "\f14c";
}

.b-fa-external-link-square::before {
  content: "\f14c";
}

.b-fa-square-caret-down::before {
  content: "\f150";
}

.b-fa-caret-square-down::before {
  content: "\f150";
}

.b-fa-square-caret-left::before {
  content: "\f191";
}

.b-fa-caret-square-left::before {
  content: "\f191";
}

.b-fa-square-caret-right::before {
  content: "\f152";
}

.b-fa-caret-square-right::before {
  content: "\f152";
}

.b-fa-square-caret-up::before {
  content: "\f151";
}

.b-fa-caret-square-up::before {
  content: "\f151";
}

.b-fa-square-check::before {
  content: "\f14a";
}

.b-fa-check-square::before {
  content: "\f14a";
}

.b-fa-square-envelope::before {
  content: "\f199";
}

.b-fa-envelope-square::before {
  content: "\f199";
}

.b-fa-square-full::before {
  content: "\f45c";
}

.b-fa-square-h::before {
  content: "\f0fd";
}

.b-fa-h-square::before {
  content: "\f0fd";
}

.b-fa-square-minus::before {
  content: "\f146";
}

.b-fa-minus-square::before {
  content: "\f146";
}

.b-fa-square-nfi::before {
  content: "\e576";
}

.b-fa-square-parking::before {
  content: "\f540";
}

.b-fa-parking::before {
  content: "\f540";
}

.b-fa-square-pen::before {
  content: "\f14b";
}

.b-fa-pen-square::before {
  content: "\f14b";
}

.b-fa-pencil-square::before {
  content: "\f14b";
}

.b-fa-square-person-confined::before {
  content: "\e577";
}

.b-fa-square-phone::before {
  content: "\f098";
}

.b-fa-phone-square::before {
  content: "\f098";
}

.b-fa-square-phone-flip::before {
  content: "\f87b";
}

.b-fa-phone-square-alt::before {
  content: "\f87b";
}

.b-fa-square-plus::before {
  content: "\f0fe";
}

.b-fa-plus-square::before {
  content: "\f0fe";
}

.b-fa-square-poll-horizontal::before {
  content: "\f682";
}

.b-fa-poll-h::before {
  content: "\f682";
}

.b-fa-square-poll-vertical::before {
  content: "\f681";
}

.b-fa-poll::before {
  content: "\f681";
}

.b-fa-square-root-variable::before {
  content: "\f698";
}

.b-fa-square-root-alt::before {
  content: "\f698";
}

.b-fa-square-rss::before {
  content: "\f143";
}

.b-fa-rss-square::before {
  content: "\f143";
}

.b-fa-square-share-nodes::before {
  content: "\f1e1";
}

.b-fa-share-alt-square::before {
  content: "\f1e1";
}

.b-fa-square-up-right::before {
  content: "\f360";
}

.b-fa-external-link-square-alt::before {
  content: "\f360";
}

.b-fa-square-virus::before {
  content: "\e578";
}

.b-fa-square-xmark::before {
  content: "\f2d3";
}

.b-fa-times-square::before {
  content: "\f2d3";
}

.b-fa-xmark-square::before {
  content: "\f2d3";
}

.b-fa-staff-aesculapius::before {
  content: "\e579";
}

.b-fa-rod-asclepius::before {
  content: "\e579";
}

.b-fa-rod-snake::before {
  content: "\e579";
}

.b-fa-staff-snake::before {
  content: "\e579";
}

.b-fa-stairs::before {
  content: "\e289";
}

.b-fa-stamp::before {
  content: "\f5bf";
}

.b-fa-star::before {
  content: "\f005";
}

.b-fa-star-and-crescent::before {
  content: "\f699";
}

.b-fa-star-half::before {
  content: "\f089";
}

.b-fa-star-half-stroke::before {
  content: "\f5c0";
}

.b-fa-star-half-alt::before {
  content: "\f5c0";
}

.b-fa-star-of-david::before {
  content: "\f69a";
}

.b-fa-star-of-life::before {
  content: "\f621";
}

.b-fa-sterling-sign::before {
  content: "\f154";
}

.b-fa-gbp::before {
  content: "\f154";
}

.b-fa-pound-sign::before {
  content: "\f154";
}

.b-fa-stethoscope::before {
  content: "\f0f1";
}

.b-fa-stop::before {
  content: "\f04d";
}

.b-fa-stopwatch::before {
  content: "\f2f2";
}

.b-fa-stopwatch-20::before {
  content: "\e06f";
}

.b-fa-store::before {
  content: "\f54e";
}

.b-fa-store-slash::before {
  content: "\e071";
}

.b-fa-street-view::before {
  content: "\f21d";
}

.b-fa-strikethrough::before {
  content: "\f0cc";
}

.b-fa-stroopwafel::before {
  content: "\f551";
}

.b-fa-subscript::before {
  content: "\f12c";
}

.b-fa-suitcase::before {
  content: "\f0f2";
}

.b-fa-suitcase-medical::before {
  content: "\f0fa";
}

.b-fa-medkit::before {
  content: "\f0fa";
}

.b-fa-suitcase-rolling::before {
  content: "\f5c1";
}

.b-fa-sun::before {
  content: "\f185";
}

.b-fa-sun-plant-wilt::before {
  content: "\e57a";
}

.b-fa-superscript::before {
  content: "\f12b";
}

.b-fa-swatchbook::before {
  content: "\f5c3";
}

.b-fa-synagogue::before {
  content: "\f69b";
}

.b-fa-syringe::before {
  content: "\f48e";
}

.b-fa-t::before {
  content: "T";
}

.b-fa-table::before {
  content: "\f0ce";
}

.b-fa-table-cells::before {
  content: "\f00a";
}

.b-fa-th::before {
  content: "\f00a";
}

.b-fa-table-cells-large::before {
  content: "\f009";
}

.b-fa-th-large::before {
  content: "\f009";
}

.b-fa-table-columns::before {
  content: "\f0db";
}

.b-fa-columns::before {
  content: "\f0db";
}

.b-fa-table-list::before {
  content: "\f00b";
}

.b-fa-th-list::before {
  content: "\f00b";
}

.b-fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.b-fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.b-fa-table-tennis::before {
  content: "\f45d";
}

.b-fa-tablet::before {
  content: "\f3fb";
}

.b-fa-tablet-android::before {
  content: "\f3fb";
}

.b-fa-tablet-button::before {
  content: "\f10a";
}

.b-fa-tablet-screen-button::before {
  content: "\f3fa";
}

.b-fa-tablet-alt::before {
  content: "\f3fa";
}

.b-fa-tablets::before {
  content: "\f490";
}

.b-fa-tachograph-digital::before {
  content: "\f566";
}

.b-fa-digital-tachograph::before {
  content: "\f566";
}

.b-fa-tag::before {
  content: "\f02b";
}

.b-fa-tags::before {
  content: "\f02c";
}

.b-fa-tape::before {
  content: "\f4db";
}

.b-fa-tarp::before {
  content: "\e57b";
}

.b-fa-tarp-droplet::before {
  content: "\e57c";
}

.b-fa-taxi::before {
  content: "\f1ba";
}

.b-fa-cab::before {
  content: "\f1ba";
}

.b-fa-teeth::before {
  content: "\f62e";
}

.b-fa-teeth-open::before {
  content: "\f62f";
}

.b-fa-temperature-arrow-down::before {
  content: "\e03f";
}

.b-fa-temperature-down::before {
  content: "\e03f";
}

.b-fa-temperature-arrow-up::before {
  content: "\e040";
}

.b-fa-temperature-up::before {
  content: "\e040";
}

.b-fa-temperature-empty::before {
  content: "\f2cb";
}

.b-fa-temperature-0::before {
  content: "\f2cb";
}

.b-fa-thermometer-0::before {
  content: "\f2cb";
}

.b-fa-thermometer-empty::before {
  content: "\f2cb";
}

.b-fa-temperature-full::before {
  content: "\f2c7";
}

.b-fa-temperature-4::before {
  content: "\f2c7";
}

.b-fa-thermometer-4::before {
  content: "\f2c7";
}

.b-fa-thermometer-full::before {
  content: "\f2c7";
}

.b-fa-temperature-half::before {
  content: "\f2c9";
}

.b-fa-temperature-2::before {
  content: "\f2c9";
}

.b-fa-thermometer-2::before {
  content: "\f2c9";
}

.b-fa-thermometer-half::before {
  content: "\f2c9";
}

.b-fa-temperature-high::before {
  content: "\f769";
}

.b-fa-temperature-low::before {
  content: "\f76b";
}

.b-fa-temperature-quarter::before {
  content: "\f2ca";
}

.b-fa-temperature-1::before {
  content: "\f2ca";
}

.b-fa-thermometer-1::before {
  content: "\f2ca";
}

.b-fa-thermometer-quarter::before {
  content: "\f2ca";
}

.b-fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.b-fa-temperature-3::before {
  content: "\f2c8";
}

.b-fa-thermometer-3::before {
  content: "\f2c8";
}

.b-fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.b-fa-tenge-sign::before {
  content: "\f7d7";
}

.b-fa-tenge::before {
  content: "\f7d7";
}

.b-fa-tent::before {
  content: "\e57d";
}

.b-fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.b-fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.b-fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.b-fa-tent-arrows-down::before {
  content: "\e581";
}

.b-fa-tents::before {
  content: "\e582";
}

.b-fa-terminal::before {
  content: "\f120";
}

.b-fa-text-height::before {
  content: "\f034";
}

.b-fa-text-slash::before {
  content: "\f87d";
}

.b-fa-remove-format::before {
  content: "\f87d";
}

.b-fa-text-width::before {
  content: "\f035";
}

.b-fa-thermometer::before {
  content: "\f491";
}

.b-fa-thumbs-down::before {
  content: "\f165";
}

.b-fa-thumbs-up::before {
  content: "\f164";
}

.b-fa-thumbtack::before {
  content: "\f08d";
}

.b-fa-thumb-tack::before {
  content: "\f08d";
}

.b-fa-ticket::before {
  content: "\f145";
}

.b-fa-ticket-simple::before {
  content: "\f3ff";
}

.b-fa-ticket-alt::before {
  content: "\f3ff";
}

.b-fa-timeline::before {
  content: "\e29c";
}

.b-fa-toggle-off::before {
  content: "\f204";
}

.b-fa-toggle-on::before {
  content: "\f205";
}

.b-fa-toilet::before {
  content: "\f7d8";
}

.b-fa-toilet-paper::before {
  content: "\f71e";
}

.b-fa-toilet-paper-slash::before {
  content: "\e072";
}

.b-fa-toilet-portable::before {
  content: "\e583";
}

.b-fa-toilets-portable::before {
  content: "\e584";
}

.b-fa-toolbox::before {
  content: "\f552";
}

.b-fa-tooth::before {
  content: "\f5c9";
}

.b-fa-torii-gate::before {
  content: "\f6a1";
}

.b-fa-tornado::before {
  content: "\f76f";
}

.b-fa-tower-broadcast::before {
  content: "\f519";
}

.b-fa-broadcast-tower::before {
  content: "\f519";
}

.b-fa-tower-cell::before {
  content: "\e585";
}

.b-fa-tower-observation::before {
  content: "\e586";
}

.b-fa-tractor::before {
  content: "\f722";
}

.b-fa-trademark::before {
  content: "\f25c";
}

.b-fa-traffic-light::before {
  content: "\f637";
}

.b-fa-trailer::before {
  content: "\e041";
}

.b-fa-train::before {
  content: "\f238";
}

.b-fa-train-subway::before {
  content: "\f239";
}

.b-fa-subway::before {
  content: "\f239";
}

.b-fa-train-tram::before {
  content: "\f7da";
}

.b-fa-tram::before {
  content: "\f7da";
}

.b-fa-transgender::before {
  content: "\f225";
}

.b-fa-transgender-alt::before {
  content: "\f225";
}

.b-fa-trash::before {
  content: "\f1f8";
}

.b-fa-trash-arrow-up::before {
  content: "\f829";
}

.b-fa-trash-restore::before {
  content: "\f829";
}

.b-fa-trash-can::before {
  content: "\f2ed";
}

.b-fa-trash-alt::before {
  content: "\f2ed";
}

.b-fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.b-fa-trash-restore-alt::before {
  content: "\f82a";
}

.b-fa-tree::before {
  content: "\f1bb";
}

.b-fa-tree-city::before {
  content: "\e587";
}

.b-fa-triangle-exclamation::before {
  content: "\f071";
}

.b-fa-exclamation-triangle::before {
  content: "\f071";
}

.b-fa-warning::before {
  content: "\f071";
}

.b-fa-trophy::before {
  content: "\f091";
}

.b-fa-trowel::before {
  content: "\e589";
}

.b-fa-trowel-bricks::before {
  content: "\e58a";
}

.b-fa-truck::before {
  content: "\f0d1";
}

.b-fa-truck-arrow-right::before {
  content: "\e58b";
}

.b-fa-truck-droplet::before {
  content: "\e58c";
}

.b-fa-truck-fast::before {
  content: "\f48b";
}

.b-fa-shipping-fast::before {
  content: "\f48b";
}

.b-fa-truck-field::before {
  content: "\e58d";
}

.b-fa-truck-field-un::before {
  content: "\e58e";
}

.b-fa-truck-front::before {
  content: "\e2b7";
}

.b-fa-truck-medical::before {
  content: "\f0f9";
}

.b-fa-ambulance::before {
  content: "\f0f9";
}

.b-fa-truck-monster::before {
  content: "\f63b";
}

.b-fa-truck-moving::before {
  content: "\f4df";
}

.b-fa-truck-pickup::before {
  content: "\f63c";
}

.b-fa-truck-plane::before {
  content: "\e58f";
}

.b-fa-truck-ramp-box::before {
  content: "\f4de";
}

.b-fa-truck-loading::before {
  content: "\f4de";
}

.b-fa-tty::before {
  content: "\f1e4";
}

.b-fa-teletype::before {
  content: "\f1e4";
}

.b-fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.b-fa-try::before {
  content: "\e2bb";
}

.b-fa-turkish-lira::before {
  content: "\e2bb";
}

.b-fa-turn-down::before {
  content: "\f3be";
}

.b-fa-level-down-alt::before {
  content: "\f3be";
}

.b-fa-turn-up::before {
  content: "\f3bf";
}

.b-fa-level-up-alt::before {
  content: "\f3bf";
}

.b-fa-tv::before {
  content: "\f26c";
}

.b-fa-television::before {
  content: "\f26c";
}

.b-fa-tv-alt::before {
  content: "\f26c";
}

.b-fa-u::before {
  content: "U";
}

.b-fa-umbrella::before {
  content: "\f0e9";
}

.b-fa-umbrella-beach::before {
  content: "\f5ca";
}

.b-fa-underline::before {
  content: "\f0cd";
}

.b-fa-universal-access::before {
  content: "\f29a";
}

.b-fa-unlock::before {
  content: "\f09c";
}

.b-fa-unlock-keyhole::before {
  content: "\f13e";
}

.b-fa-unlock-alt::before {
  content: "\f13e";
}

.b-fa-up-down::before {
  content: "\f338";
}

.b-fa-arrows-alt-v::before {
  content: "\f338";
}

.b-fa-up-down-left-right::before {
  content: "\f0b2";
}

.b-fa-arrows-alt::before {
  content: "\f0b2";
}

.b-fa-up-long::before {
  content: "\f30c";
}

.b-fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.b-fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.b-fa-expand-alt::before {
  content: "\f424";
}

.b-fa-up-right-from-square::before {
  content: "\f35d";
}

.b-fa-external-link-alt::before {
  content: "\f35d";
}

.b-fa-upload::before {
  content: "\f093";
}

.b-fa-user::before {
  content: "\f007";
}

.b-fa-user-astronaut::before {
  content: "\f4fb";
}

.b-fa-user-check::before {
  content: "\f4fc";
}

.b-fa-user-clock::before {
  content: "\f4fd";
}

.b-fa-user-doctor::before {
  content: "\f0f0";
}

.b-fa-user-md::before {
  content: "\f0f0";
}

.b-fa-user-gear::before {
  content: "\f4fe";
}

.b-fa-user-cog::before {
  content: "\f4fe";
}

.b-fa-user-graduate::before {
  content: "\f501";
}

.b-fa-user-group::before {
  content: "\f500";
}

.b-fa-user-friends::before {
  content: "\f500";
}

.b-fa-user-injured::before {
  content: "\f728";
}

.b-fa-user-large::before {
  content: "\f406";
}

.b-fa-user-alt::before {
  content: "\f406";
}

.b-fa-user-large-slash::before {
  content: "\f4fa";
}

.b-fa-user-alt-slash::before {
  content: "\f4fa";
}

.b-fa-user-lock::before {
  content: "\f502";
}

.b-fa-user-minus::before {
  content: "\f503";
}

.b-fa-user-ninja::before {
  content: "\f504";
}

.b-fa-user-nurse::before {
  content: "\f82f";
}

.b-fa-user-pen::before {
  content: "\f4ff";
}

.b-fa-user-edit::before {
  content: "\f4ff";
}

.b-fa-user-plus::before {
  content: "\f234";
}

.b-fa-user-secret::before {
  content: "\f21b";
}

.b-fa-user-shield::before {
  content: "\f505";
}

.b-fa-user-slash::before {
  content: "\f506";
}

.b-fa-user-tag::before {
  content: "\f507";
}

.b-fa-user-tie::before {
  content: "\f508";
}

.b-fa-user-xmark::before {
  content: "\f235";
}

.b-fa-user-times::before {
  content: "\f235";
}

.b-fa-users::before {
  content: "\f0c0";
}

.b-fa-users-between-lines::before {
  content: "\e591";
}

.b-fa-users-gear::before {
  content: "\f509";
}

.b-fa-users-cog::before {
  content: "\f509";
}

.b-fa-users-line::before {
  content: "\e592";
}

.b-fa-users-rays::before {
  content: "\e593";
}

.b-fa-users-rectangle::before {
  content: "\e594";
}

.b-fa-users-slash::before {
  content: "\e073";
}

.b-fa-users-viewfinder::before {
  content: "\e595";
}

.b-fa-utensils::before {
  content: "\f2e7";
}

.b-fa-cutlery::before {
  content: "\f2e7";
}

.b-fa-v::before {
  content: "V";
}

.b-fa-van-shuttle::before {
  content: "\f5b6";
}

.b-fa-shuttle-van::before {
  content: "\f5b6";
}

.b-fa-vault::before {
  content: "\e2c5";
}

.b-fa-vector-square::before {
  content: "\f5cb";
}

.b-fa-venus::before {
  content: "\f221";
}

.b-fa-venus-double::before {
  content: "\f226";
}

.b-fa-venus-mars::before {
  content: "\f228";
}

.b-fa-vest::before {
  content: "\e085";
}

.b-fa-vest-patches::before {
  content: "\e086";
}

.b-fa-vial::before {
  content: "\f492";
}

.b-fa-vial-circle-check::before {
  content: "\e596";
}

.b-fa-vial-virus::before {
  content: "\e597";
}

.b-fa-vials::before {
  content: "\f493";
}

.b-fa-video::before {
  content: "\f03d";
}

.b-fa-video-camera::before {
  content: "\f03d";
}

.b-fa-video-slash::before {
  content: "\f4e2";
}

.b-fa-vihara::before {
  content: "\f6a7";
}

.b-fa-virus::before {
  content: "\e074";
}

.b-fa-virus-covid::before {
  content: "\e4a8";
}

.b-fa-virus-covid-slash::before {
  content: "\e4a9";
}

.b-fa-virus-slash::before {
  content: "\e075";
}

.b-fa-viruses::before {
  content: "\e076";
}

.b-fa-voicemail::before {
  content: "\f897";
}

.b-fa-volcano::before {
  content: "\f770";
}

.b-fa-volleyball::before {
  content: "\f45f";
}

.b-fa-volleyball-ball::before {
  content: "\f45f";
}

.b-fa-volume-high::before {
  content: "\f028";
}

.b-fa-volume-up::before {
  content: "\f028";
}

.b-fa-volume-low::before {
  content: "\f027";
}

.b-fa-volume-down::before {
  content: "\f027";
}

.b-fa-volume-off::before {
  content: "\f026";
}

.b-fa-volume-xmark::before {
  content: "\f6a9";
}

.b-fa-volume-mute::before {
  content: "\f6a9";
}

.b-fa-volume-times::before {
  content: "\f6a9";
}

.b-fa-vr-cardboard::before {
  content: "\f729";
}

.b-fa-w::before {
  content: "W";
}

.b-fa-walkie-talkie::before {
  content: "\f8ef";
}

.b-fa-wallet::before {
  content: "\f555";
}

.b-fa-wand-magic::before {
  content: "\f0d0";
}

.b-fa-magic::before {
  content: "\f0d0";
}

.b-fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.b-fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.b-fa-wand-sparkles::before {
  content: "\f72b";
}

.b-fa-warehouse::before {
  content: "\f494";
}

.b-fa-water::before {
  content: "\f773";
}

.b-fa-water-ladder::before {
  content: "\f5c5";
}

.b-fa-ladder-water::before {
  content: "\f5c5";
}

.b-fa-swimming-pool::before {
  content: "\f5c5";
}

.b-fa-wave-square::before {
  content: "\f83e";
}

.b-fa-weight-hanging::before {
  content: "\f5cd";
}

.b-fa-weight-scale::before {
  content: "\f496";
}

.b-fa-weight::before {
  content: "\f496";
}

.b-fa-wheat-awn::before {
  content: "\e2cd";
}

.b-fa-wheat-alt::before {
  content: "\e2cd";
}

.b-fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.b-fa-wheelchair::before {
  content: "\f193";
}

.b-fa-wheelchair-move::before {
  content: "\e2ce";
}

.b-fa-wheelchair-alt::before {
  content: "\e2ce";
}

.b-fa-whiskey-glass::before {
  content: "\f7a0";
}

.b-fa-glass-whiskey::before {
  content: "\f7a0";
}

.b-fa-wifi::before {
  content: "\f1eb";
}

.b-fa-wifi-3::before {
  content: "\f1eb";
}

.b-fa-wifi-strong::before {
  content: "\f1eb";
}

.b-fa-wind::before {
  content: "\f72e";
}

.b-fa-window-maximize::before {
  content: "\f2d0";
}

.b-fa-window-minimize::before {
  content: "\f2d1";
}

.b-fa-window-restore::before {
  content: "\f2d2";
}

.b-fa-wine-bottle::before {
  content: "\f72f";
}

.b-fa-wine-glass::before {
  content: "\f4e3";
}

.b-fa-wine-glass-empty::before {
  content: "\f5ce";
}

.b-fa-wine-glass-alt::before {
  content: "\f5ce";
}

.b-fa-won-sign::before {
  content: "\f159";
}

.b-fa-krw::before {
  content: "\f159";
}

.b-fa-won::before {
  content: "\f159";
}

.b-fa-worm::before {
  content: "\e599";
}

.b-fa-wrench::before {
  content: "\f0ad";
}

.b-fa-x::before {
  content: "X";
}

.b-fa-x-ray::before {
  content: "\f497";
}

.b-fa-xmark::before {
  content: "\f00d";
}

.b-fa-close::before {
  content: "\f00d";
}

.b-fa-multiply::before {
  content: "\f00d";
}

.b-fa-remove::before {
  content: "\f00d";
}

.b-fa-times::before {
  content: "\f00d";
}

.b-fa-xmarks-lines::before {
  content: "\e59a";
}

.b-fa-y::before {
  content: "Y";
}

.b-fa-yen-sign::before {
  content: "\f157";
}

.b-fa-cny::before {
  content: "\f157";
}

.b-fa-jpy::before {
  content: "\f157";
}

.b-fa-rmb::before {
  content: "\f157";
}

.b-fa-yen::before {
  content: "\f157";
}

.b-fa-yin-yang::before {
  content: "\f6ad";
}

.b-fa-z::before {
  content: "Z";
}

.sr-only,
.b-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),
.b-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;
}

.b-fa {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-font-smoothing: inherit;
}

.b-fa:before {
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
}

.b-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  vertical-align: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.b-fw-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-icon-add:before {
  content: "+";
}

.b-icon-remove:before {
  content: "\f00d";
}

.b-icon-clear:before {
  content: "\f00d";
}

.b-icon-close:before, .b-popup-close:before {
  content: "\f00d";
}

.b-icon-collapse-down:before {
  content: "\f078";
}

.b-icon-collapse-left:before {
  content: "\f053";
}

.b-icon-collapse-right:before {
  content: "\f054";
}

.b-icon-collapse-up:before {
  content: "\f077";
}

.b-icon-search:before {
  content: "\f002";
}

.b-icon-search-plus:before {
  content: "\f00e";
}

.b-icon-search-minus:before {
  content: "\f010";
}

.b-icon-hide:before {
  content: "\f057";
}

.b-icon-trash:before {
  content: "\f1f8";
}

.b-icon-edit:before {
  content: "\f303";
}

.b-icon-copy:before {
  content: "\f0c5";
}

.b-icon-cut:before {
  content: "\f0c4";
}

.b-icon-paste:before {
  content: "\f0ea";
}

.b-icon-expand-row:before {
  content: "\f107";
}

.b-icon-expand-column:before {
  content: "\f105";
}

.b-icon-expand, .b-popup-expand:before {
  content: "\f065";
}

.b-icon-first:before {
  content: "\f100";
}

.b-rtl > .b-icon-first:before {
  transform: scaleX(-1);
}

.b-icon-last:before {
  content: "\f101";
}

.b-rtl > .b-icon-last:before {
  transform: scaleX(-1);
}

.b-icon-reload:before {
  content: "\f01e";
}

.b-icon-undo:before {
  content: "\f0e2";
}

.b-icon-redo:before {
  content: "\f01e";
}

.b-icon-code:before {
  content: "\f121";
}

.b-icon-clipboard:before {
  content: "\f328";
}

.b-icon-filter:before,
.b-icon-filter-equal:before {
  content: "\f0b0";
}

.b-icon-filter-less:before,
.b-icon-filter-before:before {
  content: "\f053";
}

.b-icon-filter-more:before,
.b-icon-filter-after:before {
  content: "\f054";
}

.b-icon-check:before {
  content: "\f00c";
}

.b-icon-checked:before {
  content: "\f14a";
}

.b-icon-unchecked:before {
  content: "\f0c8";
}

.b-icon-radio:before {
  content: "\f111";
}

.b-icon-radio-checked:before {
  content: "\f058";
}

.b-icon-radio-unchecked:before {
  content: "\f111";
}

.b-icon-calendar:before {
  content: "\f133";
}

.b-icon-clock:before {
  content: "\f017";
}

.b-icon-recurring:before {
  content: "\f021";
}

.b-icon-duration:before {
  content: "\f254";
}

.b-icon-milestone:before {
  content: "\f219";
}

.b-icon-user:before {
  content: "\f007";
}

.b-icon-menu:before {
  content: "\f0c9";
}

.b-icon-menu-horizontal:before {
  content: "\f141";
}

.b-icon-menu-vertical:before {
  content: "\f142";
}

.b-icon-info:before {
  content: "\f129";
}

.b-icon-sub-menu:before {
  content: "\f054";
}

.b-icon-star:before {
  content: "\f005";
}

.b-icon-warning:before {
  content: "\f071";
}

.b-icon-columns:before {
  content: "\f0db";
}

.b-icon-picker:before {
  content: "\f0d7";
  transition: transform 0.2s;
}

.b-icon-picker-rotated:before {
  content: "\f0d7";
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.b-icon-resize-horizontal:before {
  content: "\f337";
}

.b-icon-fullscreen:before {
  content: "\f0b2";
}

.b-icon-cog:before {
  content: "\f013";
}

.b-icon-file-download:before {
  content: "\f56d";
}

.b-icon-sync:before {
  content: "\f2f1";
}

.b-icon-bad-mood-emoji:before {
  content: "\f119";
}

.b-icon-circle:before {
  content: "\f111";
}

.b-icon-square:before {
  content: "\f0c8";
}

.b-icon-merge-cells:before {
  content: "\f5fd";
}

.b-icon-up:before {
  content: "\f062";
}

.b-icon-down:before {
  content: "\f063";
}

.b-icon-left:before {
  content: "\f060";
}

.b-icon-right:before {
  content: "\f061";
}

.b-icon-angle-left:before {
  content: "\f104";
}

.b-icon-angle-right:before {
  content: "\f105";
}

.b-icon-previous:before {
  content: "\f053";
}

.b-rtl > .b-icon-previous:before {
  transform: scaleX(-1);
}

.b-icon-next:before {
  content: "\f054";
}

.b-rtl > .b-icon-next:before {
  transform: scaleX(-1);
}

.b-icon-move-left-right:before {
  content: "\f337";
}

.b-icon-move-up-down:before {
  content: "\f338";
}

.b-icon-spinner:before {
  content: "\f110";
  animation: rotate 2s infinite linear;
}

.b-icon-column-move-left:before {
  content: "\f0a8";
}

.b-icon-column-move-right:before {
  content: "\f0a9";
}

.b-icon-hide-column:before {
  content: "\f057";
}

.b-icon-sort:before {
  content: "\f0dc";
}

.b-icon-sort-asc:before {
  content: "\f15e";
}

.b-icon-sort-desc:before {
  content: "\f15d";
}

.b-icon-sorted-asc:before {
  content: "\f062";
}

.b-icon-group-asc:before {
  content: "\f885";
}

.b-icon-group-desc:before {
  content: "\f160";
}

.b-icon-group-collapse:before {
  content: "\f056";
}

.b-icon-group-expand:before {
  content: "\f055";
}

.b-icon-grouped-asc:before {
  content: "\f012";
}

.b-icon-tree-expand:before {
  content: "\f105";
}

.b-icon-tree-collapse:before {
  content: "\f107";
}

.b-icon-tree-folder:before {
  content: "\f07b";
}

.b-icon-tree-folder-open:before {
  content: "\f07c";
}

.b-icon-tree-leaf:before {
  content: "\f111";
}

.b-icon-expand-gridregion:before {
  content: "\f054";
}

.b-icon-collapse-gridregion:before {
  content: "\f053";
}

.b-icon-unassign:before {
  content: "\f506";
}

.b-icon-valid:before {
  content: "\f00c";
}

.b-icon-invalid:before {
  content: "\f05e";
}

.b-icon-checking:before {
  content: "\f110";
}

.b-icon-expand-resource:before {
  content: "\f103";
}

.b-icon-note:before {
  content: "\f249";
}

.b-icon-advanced:before {
  content: "\f085";
}

.b-icon-renumber:before {
  content: "\f884";
}

.b-icon-indent:before {
  content: "\f03c";
}

.b-icon-outdent:before {
  content: "\f03b";
}

.b-icon-subtask::before {
  content: "\e476";
}

.b-icon-predecessor::before {
  content: "\e477";
}

.b-icon-successor::before {
  content: "\e47a";
}

.b-icon-calendar-week:before {
  content: "\f784";
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-color-blue {
  background-color: #64b5f6;
}

.b-color-deep-orange {
  background-color: #ff5722;
}

.b-color-orange {
  background-color: #ffcc80;
}

.b-color-amber {
  background-color: #ffd54f;
}

.b-color-indigo {
  background-color: #3f51b5;
}

.b-color-lime {
  background-color: #cddc39;
}

.b-color-teal {
  background-color: #009688;
}

.b-color-green {
  background-color: #a5d6a7;
}

.b-color-light-green {
  background-color: #8bc34a;
}

.b-color-purple {
  background-color: #9c27b0;
}

.b-color-yellow {
  background-color: #fff176;
}

.b-color-red {
  background-color: #ef9a9a;
}

.b-color-dark-gray {
  background-color: #757575;
}

.b-color-gray {
  background-color: #cccccc;
}

.b-color-light-gray {
  background-color: #f9f9f9;
}

.b-color-white {
  background-color: #fff;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-noselect {
  -webkit-user-select: none;
  user-select: none;
}

body {
  --rtl-negate: 1;
}

.b-rtl {
  --rtl-negate: -1;
}

.b-released,
.b-hide-display,
.b-theme-info {
  display: none !important;
}

.b-hide-visibility {
  visibility: hidden !important;
}

.b-hide-offscreen {
  visibility: hidden !important;
  position: absolute !important;
  top: -10000em;
  left: -10000em;
}

.b-yscroll-pad {
  display: none;
}

.b-visible-scrollbar .b-show-yscroll-padding > .b-yscroll-pad {
  display: block;
  order: 9999;
  border-inline-start: 1px solid #ddd;
}
.b-visible-scrollbar .b-show-yscroll-padding > .b-yscroll-pad .b-yscroll-pad-sizer {
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  margin-inline-start: -1px;
  height: 0;
}

.b-fx-highlight {
  z-index: 9999;
  animation-name: b-fx-highlight-animation;
  animation-duration: 1s;
  animation: b-fx-highlight-animation 1s ease 0s 1;
}

@keyframes b-fx-highlight-animation {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(253, 126, 20, 0.5);
  }
  100% {
    box-shadow: none;
  }
}
/**
 * DomHelper size monitoring polyfill for when ResizeObserver not available
 * now only necessary on IE.
 */
.b-no-resizeobserver.b-resize-monitored {
  position: relative;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > .b-resize-monitor-expand:after {
  content: "";
  display: block;
  width: 100000px;
  height: 100000px;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > .b-resize-monitor-shrink:after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  min-width: 1px;
  min-height: 1px;
}

.b-float-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  overflow: clip;
  z-index: 11000;
  contain: strict;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-float-root.b-safari {
  -webkit-user-select: none;
  user-select: none;
}
.b-float-root > .b-floating {
  position: absolute;
  contain: layout style;
  pointer-events: all;
  transition: opacity 0.2s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 11001;
}
.b-firefox .b-float-root > .b-floating {
  contain: layout;
}
.b-float-root > .b-floating.b-hidden {
  opacity: 0;
}
.b-float-root > .b-floating.b-aligned-above:not(.b-anchored) {
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.1);
}

/*
    The Gripper
    ===========
    The Hoverable mixin applies various b-hover classes to a hoverTarget element. Based on these classes, a resize
    gripper element inside the target is styled. This element may be always present, or (as with CalendarDrag), moved
    in to the active hoverTarget on hoverEnter.

    Hoverable may set the following classes simultaneously. Within each are the classes that are mutually exclusive:

     - b-hover-(top|bottom)
     - b-hover-(right|left)
     - b-hover-edge   (set when hovering near any edge)

   It may be that none of the above are present if hoverEdges is used. When hoverEdges is not used, these classes will
   be present on the hoverTarget no matter where the cursor is inside it.

   To facilitate animations, the b-hover-anim class is added in a way such that transitions for styles activated by it
   will be animated.
*/
.b-gripper {
  position: absolute;
  /*
   Horizontal gripper (top and bottom):
          +---------------------------+
          |           =====           |
          |                           |
          |                           |
          |           =====           |
          +---------------------------+
   */
  /*
   Vertical gripper (left and right):
          +---------------------------+
          |                           |
          | ||                     || |
          | ||                     || |
          |                           |
          +---------------------------+
   */
}
.b-gripper:after {
  content: " ";
  position: absolute;
  opacity: 0;
}
.b-hover-top .b-gripper.b-gripper-horz, .b-hover-bottom .b-gripper.b-gripper-horz {
  cursor: ns-resize;
  height: 1em;
  left: 0;
  right: 0;
}
.b-hover-bottom .b-gripper.b-gripper-horz {
  bottom: 0;
}
.b-gripper.b-gripper-horz:after {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 0;
  height: 0.25em;
  left: 50%;
  margin-inline-start: 0;
}
.b-hover-top .b-gripper.b-gripper-horz:after {
  top: 0.4em;
}
.b-hover-bottom .b-gripper.b-gripper-horz:after {
  bottom: 0.4em;
}
.b-hover-anim.b-hover-edge .b-gripper.b-gripper-horz:after {
  transition: opacity 0.2s, margin-inline-start 0.2s, width 0.2s;
  opacity: 1;
  margin-inline-start: -0.6em;
  width: 1.2em;
}
.b-hover-left .b-gripper.b-gripper-vert, .b-hover-right .b-gripper.b-gripper-vert {
  cursor: ew-resize;
  width: 1em;
  top: 0;
  bottom: 0;
}
.b-hover-right .b-gripper.b-gripper-vert {
  right: 0;
}
.b-hover-left .b-gripper.b-gripper-vert {
  left: 0;
}
.b-gripper.b-gripper-vert:after {
  background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 3px);
  height: 0;
  width: 0.5em;
  top: 50%;
  margin-top: 0;
}
.b-hover-left .b-gripper.b-gripper-vert:after {
  left: 4px;
}
.b-hover-right .b-gripper.b-gripper-vert:after {
  right: 4px;
}
.b-hover-anim.b-hover-edge .b-gripper.b-gripper-vert:after {
  transition: opacity 0.2s, margin-top 0.2s, height 0.2s;
  opacity: 1;
  margin-top: -6px;
  height: 12px;
}

.b-dragging {
  z-index: 100;
  pointer-events: none !important;
  opacity: 0.8;
  box-sizing: border-box;
}
.b-dragging.b-drag-unified-proxy {
  opacity: 0.65;
}
.b-dragging.b-drag-main {
  z-index: 101;
  opacity: 1;
}

/*
 Used when Drag code is creating a separate proxy element representing the dragged element,
   as opposed to the 'inline' drag of the actual element
*/
.b-drag-proxy {
  position: absolute !important;
  top: 0;
  left: 0;
  pointer-events: none !important;
  box-sizing: border-box;
}
.b-drag-proxy * {
  box-sizing: border-box;
}

.b-aborting,
.b-drag-final-transition {
  transition-duration: 0.3s;
  transition-property: all !important;
}

.b-drag-unified-animation {
  transition: transform 0.2s;
}

.b-drag-original.b-hidden {
  display: none !important;
}

.b-draghelper-active * {
  -webkit-user-select: none;
  user-select: none;
}

.simulated-mouse {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  transition: top 0.5s, left 0.5s;
  pointer-events: none;
  font-size: 16px;
}
.simulated-mouse.quick {
  transition: top 0.05s, left 0.05s;
}
.simulated-mouse:after {
  position: absolute;
  content: "\f245";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 102;
}
.simulated-mouse.drag:before, .simulated-mouse.mousedown:before, .simulated-mouse.dblclick:before, .simulated-mouse.click:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  animation-name: click;
  animation-duration: 0.2s;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 0.7;
}
.simulated-mouse.drag:after {
  content: "\f25a";
  left: -3px;
}
.simulated-mouse.dblclick:before {
  animation-name: dblclick;
  animation-duration: 0.3s;
}
.simulated-mouse.mousedown:before, .simulated-mouse.drag:before {
  animation-name: none;
  width: 1.5em;
  height: 1.5em;
  border-color: red;
}

@keyframes click {
  0% {
    width: 0;
    height: 0;
  }
  90% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  100% {
    width: 0;
    height: 0;
    border-color: transparent;
  }
}
@keyframes dblclick {
  0% {
    width: 0;
    height: 0;
  }
  40% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  100% {
    width: 0;
    height: 0;
    border-color: transparent;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-widget {
  display: inline-flex;
  overflow: hidden;
  line-height: initial;
  font-weight: 400;
  font-size: 1em;
  box-sizing: border-box;
  color-scheme: light;
}
.b-widget.b-measure {
  display: block !important;
}
.b-widget.b-anchored {
  overflow: visible;
}
.b-widget.b-maximized {
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.b-widget * {
  box-sizing: border-box;
}
.b-widget:before, .b-widget:after,
.b-widget *:before,
.b-widget *:after {
  box-sizing: border-box;
}
.b-widget.b-positioned {
  position: absolute;
  top: 0;
  left: 0;
}
.b-widget.b-floating.b-centered, .b-widget.b-positioned.b-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.b-widget > .b-focus-trap {
  position: absolute;
  display: none;
  clip: rect(0, 0, 0, 0);
}
.b-widget.b-focus-trapped.b-contains-focus > .b-focus-trap {
  display: inherit;
}
.b-widget.b-hidden {
  display: none !important;
}
.b-widget.b-hiding {
  pointer-events: none;
}
.b-widget .b-aria-desc-element {
  position: absolute;
  clip-path: polygon(0 0);
  contain: strict;
}
.b-widget .b-widget-inner {
  width: 100%;
  position: relative;
  flex: 1;
}
.b-widget .b-anchor {
  width: 16px;
  height: 8px;
  position: absolute;
  z-index: -1;
}
.b-widget .b-anchor svg {
  position: absolute;
  top: 0;
  overflow: visible;
}
.b-widget .b-anchor.b-anchor-top {
  left: 0;
  bottom: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-bottom {
  left: 0;
  top: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-bottom svg {
  transform: rotate(180deg);
}
.b-widget .b-anchor.b-anchor-left {
  top: 0;
  width: 8px;
  height: 16px;
  right: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-left svg {
  transform: rotate(270deg);
  transform-origin: 8px 8px;
}
.b-widget .b-anchor.b-anchor-right {
  top: 0;
  width: 8px;
  height: 16px;
  left: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-right svg {
  transform: rotate(90deg);
  transform-origin: 4px 4px;
}
.b-widget.b-rtl > .b-anchor.b-anchor-left {
  right: calc(100% - 1px - 8px);
}
.b-widget.b-rtl > .b-anchor.b-anchor-right {
  left: calc(100% - 1px + 8px);
}

.b-widget-scroller {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  /* without this we see weird issues in Mac Chrome <= 63 with no scrollbar, covered in Tree.t.js */
  position: relative;
}
.b-widget-scroller.b-hide-scroll {
  scrollbar-width: none;
}
.b-widget-scroller.b-hide-scroll::-webkit-scrollbar {
  display: none;
}

.b-scroller-stretcher {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0;
  left: 0;
}
.b-rtl > .b-scroller-stretcher {
  left: auto;
  right: 0;
}

.b-text-align-start,
.b-text-align-left {
  text-align: start;
}

.b-text-align-center {
  text-align: center;
}

.b-text-align-end,
.b-text-align-right {
  text-align: end;
}

.b-rtl {
  direction: rtl;
}

.b-ltr {
  direction: ltr;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-widget.b-badge {
  overflow: visible;
}

.b-badge::before {
  content: attr(data-badge);
  position: absolute;
  min-width: 2.223em;
  min-height: 2.223em;
  right: -1em;
  top: -1em;
  padding: 0.5em;
  background-color: #ef9a9a;
  color: #616161;
  border-radius: 50%;
  font-size: 0.6em;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: b-badge-show;
  animation-duration: 0.3s;
}

.b-badge.b-rtl::before {
  left: -1em;
  right: auto;
}

.b-button.b-badge:before {
  font-size: 0.7em;
}

@keyframes b-badge-show {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-button {
  position: relative;
  padding: 0 1em;
  min-height: 3em;
  border: 1px solid;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  transition: background-color 200ms, color 200ms, border 200ms;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
}
.b-button.b-text {
  min-width: 3.3em;
}
.b-button:not(.b-tab) {
  border-radius: 2px;
}
.b-button::-moz-focus-inner {
  border: 0;
}
.b-button label {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-button.b-rotate-vertical {
  min-height: 3em;
  min-width: 3em;
  padding: 1em 0 1em 0;
}
.b-button.b-rotate-vertical label {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.b-button.b-rotate-left {
  flex-direction: column-reverse;
}
.b-button.b-rotate-left label {
  transform: rotate(180deg);
}
.b-button.b-rotate-left i {
  transform: rotate(270deg);
}
.b-button.b-rotate-right {
  flex-direction: column;
}
.b-button.b-rotate-right i {
  transform: rotate(90deg);
}
.b-button.b-icon-align-start i:not(.b-button-menu-icon) {
  order: -100;
}
.b-button.b-icon-align-start:not(.b-rotate-vertical) label {
  margin-inline-start: 0.5em;
}
.b-button.b-icon-align-start.b-rotate-right label {
  margin-inline-end: 0.5em;
}
.b-button.b-icon-align-start.b-rotate-left label {
  margin-inline-start: 0.5em;
}
.b-button.b-icon-align-end i {
  order: 100;
}
.b-button.b-icon-align-end:not(.b-rotate-vertical) label {
  margin-inline-end: 0.5em;
}
.b-button.b-icon-align-end.b-rotate-right label {
  margin-inline-start: 0.5em;
}
.b-button.b-icon-align-end.b-rotate-left label {
  margin-inline-end: 0.5em;
}
.b-button .b-button-menu-icon {
  margin-inline-start: 0.5em;
}
.b-button i {
  font-size: 1em;
}
.b-button label:empty {
  display: none;
}
.b-button.b-badge {
  overflow: visible !important;
}
.b-button.b-rounded {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.b-button:focus {
  outline: none;
}
.b-button:disabled {
  cursor: default;
}
.b-button.b-borderless {
  border: none;
}

.b-popup .b-bottom-toolbar .b-button.b-text {
  min-width: 8em;
}

button.b-button.b-transparent:not(.b-tab) {
  background-color: transparent;
  border: none;
}

a.b-button {
  text-decoration: none;
}

.b-button.b-white:not(.b-tab) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}
.b-using-keyboard .b-button.b-white:not(.b-tab):focus, .b-button.b-white:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.b-button.b-white:not(.b-tab).b-pressed.b-transparent {
  color: #cccccc;
}
.b-button.b-white:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.b-button.b-white:not(.b-tab):active:not(.b-disabled), .b-button.b-white:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #f2f2f2;
  border-color: rgba(242, 242, 242, 0.3);
  color: #fff;
}
.b-button.b-white:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}

.b-button.b-blue:not(.b-tab) {
  color: #64b5f6;
  border-color: rgba(100, 181, 246, 0.3);
  background-color: rgba(100, 181, 246, 0.05);
}
.b-using-keyboard .b-button.b-blue:not(.b-tab):focus, .b-button.b-blue:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(100, 181, 246, 0.3);
}
.b-button.b-blue:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(100, 181, 246, 0.8);
}
.b-button.b-blue:not(.b-tab).b-pressed.b-transparent {
  color: #0d86e7;
}
.b-button.b-blue:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(100, 181, 246, 0.3);
}
.b-button.b-blue:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(100, 181, 246, 0.3);
}
.b-button.b-blue:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(100, 181, 246, 0.7);
}
.b-button.b-blue:not(.b-tab):active:not(.b-disabled), .b-button.b-blue:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #4ca9f5;
  border-color: rgba(76, 169, 245, 0.3);
  color: #fff;
}
.b-button.b-blue:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(100, 181, 246, 0.3);
  border-color: rgba(100, 181, 246, 0.1);
}

.b-button.b-deep-orange:not(.b-tab) {
  color: #ff5722;
  border-color: rgba(255, 87, 34, 0.3);
  background-color: rgba(255, 87, 34, 0.05);
}
.b-using-keyboard .b-button.b-deep-orange:not(.b-tab):focus, .b-button.b-deep-orange:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.8);
}
.b-button.b-deep-orange:not(.b-tab).b-pressed.b-transparent {
  color: #bb2d00;
}
.b-button.b-deep-orange:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.7);
}
.b-button.b-deep-orange:not(.b-tab):active:not(.b-disabled), .b-button.b-deep-orange:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ff4409;
  border-color: rgba(255, 68, 9, 0.3);
  color: #fff;
}
.b-button.b-deep-orange:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 87, 34, 0.3);
  border-color: rgba(255, 87, 34, 0.1);
}

.b-button.b-orange:not(.b-tab) {
  color: #ffcc80;
  border-color: rgba(255, 204, 128, 0.3);
  background-color: rgba(255, 204, 128, 0.05);
}
.b-using-keyboard .b-button.b-orange:not(.b-tab):focus, .b-button.b-orange:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 204, 128, 0.3);
}
.b-button.b-orange:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 204, 128, 0.8);
}
.b-button.b-orange:not(.b-tab).b-pressed.b-transparent {
  color: #ffa31a;
}
.b-button.b-orange:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 204, 128, 0.3);
}
.b-button.b-orange:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 204, 128, 0.3);
}
.b-button.b-orange:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 204, 128, 0.7);
}
.b-button.b-orange:not(.b-tab):active:not(.b-disabled), .b-button.b-orange:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ffc267;
  border-color: rgba(255, 194, 103, 0.3);
  color: #fff;
}
.b-button.b-orange:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 204, 128, 0.3);
  border-color: rgba(255, 204, 128, 0.1);
}

.b-button.b-amber:not(.b-tab) {
  color: #ffd54f;
  border-color: rgba(255, 213, 79, 0.3);
  background-color: rgba(255, 213, 79, 0.05);
}
.b-using-keyboard .b-button.b-amber:not(.b-tab):focus, .b-button.b-amber:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 213, 79, 0.3);
}
.b-button.b-amber:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 213, 79, 0.8);
}
.b-button.b-amber:not(.b-tab).b-pressed.b-transparent {
  color: #e8b100;
}
.b-button.b-amber:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 213, 79, 0.3);
}
.b-button.b-amber:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 213, 79, 0.3);
}
.b-button.b-amber:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 213, 79, 0.7);
}
.b-button.b-amber:not(.b-tab):active:not(.b-disabled), .b-button.b-amber:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ffcf36;
  border-color: rgba(255, 207, 54, 0.3);
  color: #fff;
}
.b-button.b-amber:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 213, 79, 0.3);
  border-color: rgba(255, 213, 79, 0.1);
}

.b-button.b-indigo:not(.b-tab) {
  color: #3f51b5;
  border-color: rgba(63, 81, 181, 0.3);
  background-color: rgba(63, 81, 181, 0.05);
}
.b-using-keyboard .b-button.b-indigo:not(.b-tab):focus, .b-button.b-indigo:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(63, 81, 181, 0.8);
}
.b-button.b-indigo:not(.b-tab).b-pressed.b-transparent {
  color: #252f69;
}
.b-button.b-indigo:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(63, 81, 181, 0.7);
}
.b-button.b-indigo:not(.b-tab):active:not(.b-disabled), .b-button.b-indigo:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #3849a2;
  border-color: rgba(56, 73, 162, 0.3);
  color: #fff;
}
.b-button.b-indigo:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(63, 81, 181, 0.3);
  border-color: rgba(63, 81, 181, 0.1);
}

.b-button.b-lime:not(.b-tab) {
  color: #cddc39;
  border-color: rgba(205, 220, 57, 0.3);
  background-color: rgba(205, 220, 57, 0.05);
}
.b-using-keyboard .b-button.b-lime:not(.b-tab):focus, .b-button.b-lime:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(205, 220, 57, 0.8);
}
.b-button.b-lime:not(.b-tab).b-pressed.b-transparent {
  color: #89951a;
}
.b-button.b-lime:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(205, 220, 57, 0.7);
}
.b-button.b-lime:not(.b-tab):active:not(.b-disabled), .b-button.b-lime:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #c6d626;
  border-color: rgba(198, 214, 38, 0.3);
  color: #fff;
}
.b-button.b-lime:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(205, 220, 57, 0.3);
  border-color: rgba(205, 220, 57, 0.1);
}

.b-button.b-teal:not(.b-tab) {
  color: #009688;
  border-color: rgba(0, 150, 136, 0.3);
  background-color: rgba(0, 150, 136, 0.05);
}
.b-using-keyboard .b-button.b-teal:not(.b-tab):focus, .b-button.b-teal:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(0, 150, 136, 0.8);
}
.b-button.b-teal:not(.b-tab).b-pressed.b-transparent {
  color: #00302c;
}
.b-button.b-teal:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(0, 150, 136, 0.7);
}
.b-button.b-teal:not(.b-tab):active:not(.b-disabled), .b-button.b-teal:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #007d71;
  border-color: rgba(0, 125, 113, 0.3);
  color: #fff;
}
.b-button.b-teal:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(0, 150, 136, 0.3);
  border-color: rgba(0, 150, 136, 0.1);
}

.b-button.b-green:not(.b-tab) {
  color: #a5d6a7;
  border-color: rgba(165, 214, 167, 0.3);
  background-color: rgba(165, 214, 167, 0.05);
}
.b-using-keyboard .b-button.b-green:not(.b-tab):focus, .b-button.b-green:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(165, 214, 167, 0.3);
}
.b-button.b-green:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(165, 214, 167, 0.8);
}
.b-button.b-green:not(.b-tab).b-pressed.b-transparent {
  color: #5fb662;
}
.b-button.b-green:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(165, 214, 167, 0.3);
}
.b-button.b-green:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(165, 214, 167, 0.3);
}
.b-button.b-green:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(165, 214, 167, 0.7);
}
.b-button.b-green:not(.b-tab):active:not(.b-disabled), .b-button.b-green:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #93ce96;
  border-color: rgba(147, 206, 150, 0.3);
  color: #fff;
}
.b-button.b-green:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(165, 214, 167, 0.3);
  border-color: rgba(165, 214, 167, 0.1);
}

.b-button.b-light-green:not(.b-tab) {
  color: #8bc34a;
  border-color: rgba(139, 195, 74, 0.3);
  background-color: rgba(139, 195, 74, 0.05);
}
.b-using-keyboard .b-button.b-light-green:not(.b-tab):focus, .b-button.b-light-green:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(139, 195, 74, 0.8);
}
.b-button.b-light-green:not(.b-tab).b-pressed.b-transparent {
  color: #577d2a;
}
.b-button.b-light-green:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(139, 195, 74, 0.7);
}
.b-button.b-light-green:not(.b-tab):active:not(.b-disabled), .b-button.b-light-green:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #7eb73d;
  border-color: rgba(126, 183, 61, 0.3);
  color: #fff;
}
.b-button.b-light-green:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(139, 195, 74, 0.3);
  border-color: rgba(139, 195, 74, 0.1);
}

.b-button.b-purple:not(.b-tab) {
  color: #9c27b0;
  border-color: rgba(156, 39, 176, 0.3);
  background-color: rgba(156, 39, 176, 0.05);
}
.b-using-keyboard .b-button.b-purple:not(.b-tab):focus, .b-button.b-purple:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(156, 39, 176, 0.8);
}
.b-button.b-purple:not(.b-tab).b-pressed.b-transparent {
  color: #52145d;
}
.b-button.b-purple:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(156, 39, 176, 0.7);
}
.b-button.b-purple:not(.b-tab):active:not(.b-disabled), .b-button.b-purple:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #89229b;
  border-color: rgba(137, 34, 155, 0.3);
  color: #fff;
}
.b-button.b-purple:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(156, 39, 176, 0.3);
  border-color: rgba(156, 39, 176, 0.1);
}

.b-button.b-yellow:not(.b-tab) {
  color: #fff176;
  border-color: rgba(255, 241, 118, 0.3);
  background-color: rgba(255, 241, 118, 0.05);
}
.b-using-keyboard .b-button.b-yellow:not(.b-tab):focus, .b-button.b-yellow:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 241, 118, 0.3);
}
.b-button.b-yellow:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 241, 118, 0.8);
}
.b-button.b-yellow:not(.b-tab).b-pressed.b-transparent {
  color: #ffe710;
}
.b-button.b-yellow:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 241, 118, 0.3);
}
.b-button.b-yellow:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 241, 118, 0.3);
}
.b-button.b-yellow:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 241, 118, 0.7);
}
.b-button.b-yellow:not(.b-tab):active:not(.b-disabled), .b-button.b-yellow:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ffee5d;
  border-color: rgba(255, 238, 93, 0.3);
  color: #fff;
}
.b-button.b-yellow:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 241, 118, 0.3);
  border-color: rgba(255, 241, 118, 0.1);
}

.b-button.b-red:not(.b-tab) {
  color: #ef9a9a;
  border-color: rgba(239, 154, 154, 0.3);
  background-color: rgba(239, 154, 154, 0.05);
}
.b-using-keyboard .b-button.b-red:not(.b-tab):focus, .b-button.b-red:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(239, 154, 154, 0.3);
}
.b-button.b-red:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(239, 154, 154, 0.8);
}
.b-button.b-red:not(.b-tab).b-pressed.b-transparent {
  color: #e14242;
}
.b-button.b-red:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(239, 154, 154, 0.3);
}
.b-button.b-red:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(239, 154, 154, 0.3);
}
.b-button.b-red:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(239, 154, 154, 0.7);
}
.b-button.b-red:not(.b-tab):active:not(.b-disabled), .b-button.b-red:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ec8484;
  border-color: rgba(236, 132, 132, 0.3);
  color: #fff;
}
.b-button.b-red:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(239, 154, 154, 0.3);
  border-color: rgba(239, 154, 154, 0.1);
}

.b-button.b-dark-gray:not(.b-tab) {
  color: #757575;
  border-color: rgba(117, 117, 117, 0.3);
  background-color: rgba(117, 117, 117, 0.05);
}
.b-using-keyboard .b-button.b-dark-gray:not(.b-tab):focus, .b-button.b-dark-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(117, 117, 117, 0.3);
}
.b-button.b-dark-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(117, 117, 117, 0.8);
}
.b-button.b-dark-gray:not(.b-tab).b-pressed.b-transparent {
  color: #424242;
}
.b-button.b-dark-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(117, 117, 117, 0.3);
}
.b-button.b-dark-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(117, 117, 117, 0.3);
}
.b-button.b-dark-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(117, 117, 117, 0.7);
}
.b-button.b-dark-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-dark-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #686868;
  border-color: rgba(104, 104, 104, 0.3);
  color: #fff;
}
.b-button.b-dark-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(117, 117, 117, 0.3);
  border-color: rgba(117, 117, 117, 0.1);
}

.b-button.b-gray:not(.b-tab) {
  color: #cccccc;
  border-color: rgba(204, 204, 204, 0.3);
  background-color: rgba(204, 204, 204, 0.05);
}
.b-using-keyboard .b-button.b-gray:not(.b-tab):focus, .b-button.b-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(204, 204, 204, 0.3);
}
.b-button.b-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(204, 204, 204, 0.8);
}
.b-button.b-gray:not(.b-tab).b-pressed.b-transparent {
  color: #999999;
}
.b-button.b-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(204, 204, 204, 0.3);
}
.b-button.b-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(204, 204, 204, 0.3);
}
.b-button.b-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(204, 204, 204, 0.7);
}
.b-button.b-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.3);
  color: #fff;
}
.b-button.b-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(204, 204, 204, 0.3);
  border-color: rgba(204, 204, 204, 0.1);
}

.b-button.b-light-gray:not(.b-tab) {
  color: #f9f9f9;
  border-color: rgba(249, 249, 249, 0.3);
  background-color: rgba(249, 249, 249, 0.05);
}
.b-using-keyboard .b-button.b-light-gray:not(.b-tab):focus, .b-button.b-light-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(249, 249, 249, 0.3);
}
.b-button.b-light-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(249, 249, 249, 0.8);
}
.b-button.b-light-gray:not(.b-tab).b-pressed.b-transparent {
  color: #c6c6c6;
}
.b-button.b-light-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(249, 249, 249, 0.3);
}
.b-button.b-light-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(249, 249, 249, 0.3);
}
.b-button.b-light-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(249, 249, 249, 0.7);
}
.b-button.b-light-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-light-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ececec;
  border-color: rgba(236, 236, 236, 0.3);
  color: #fff;
}
.b-button.b-light-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(249, 249, 249, 0.3);
  border-color: rgba(249, 249, 249, 0.1);
}

.b-button:not(.b-tab) {
  color: #8f8f8f;
  border-color: rgba(143, 143, 143, 0.3);
  background-color: rgba(143, 143, 143, 0.05);
}
.b-using-keyboard .b-button:not(.b-tab):focus, .b-button:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(143, 143, 143, 0.3);
}
.b-button:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(143, 143, 143, 0.8);
}
.b-button:not(.b-tab).b-pressed.b-transparent {
  color: #5c5c5c;
}
.b-button:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(143, 143, 143, 0.3);
}
.b-button:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(143, 143, 143, 0.3);
}
.b-button:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(143, 143, 143, 0.7);
}
.b-button:not(.b-tab):active:not(.b-disabled), .b-button:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #828282;
  border-color: rgba(130, 130, 130, 0.3);
  color: #fff;
}
.b-button:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(143, 143, 143, 0.3);
  border-color: rgba(143, 143, 143, 0.1);
}

.b-ie.b-button:not(.b-rotate-vertical),
.b-ie .b-button:not(.b-rotate-vertical) {
  height: 3em;
}

.b-button.b-raised.b-blue {
  color: #fff;
  border: none;
  background-color: #64b5f6;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-blue:focus, .b-button.b-raised.b-blue.b-outer.b-using-keyboard:focus {
  background-color: #8fcaf9;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-blue:focus:hover:not(.b-disabled), .b-button.b-raised.b-blue.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-blue:hover:not(.b-disabled) {
  background-color: #74bcf7;
}
.b-button.b-raised.b-blue.b-pressed, .b-button.b-raised.b-blue.b-pressed[data-group]:hover {
  background-color: #339ef3;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-blue.b-pressed:focus:hover, .b-button.b-raised.b-blue.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-blue.b-pressed:focus, .b-button.b-raised.b-blue.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #54adf5;
}
.b-button.b-raised.b-blue.b-pressed:active {
  background-color: #0c7bd5;
}
.b-button.b-raised.b-blue.b-pressed:active:hover {
  background-color: #128ef1;
}
.b-button.b-raised.b-blue:active:not(.b-disabled) {
  background-color: #2396f2;
  border-color: #2396f2;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue:active:hover:not(.b-disabled) {
  background-color: #43a5f4;
  border-color: #43a5f4;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue:disabled:hover, .b-button.b-raised.b-blue:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #0d86e7;
  cursor: default;
}

.b-button.b-raised.b-deep-orange {
  color: #fff;
  border: none;
  background-color: #ff5722;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange:focus, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard:focus {
  background-color: #ff7a50;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange:focus:hover:not(.b-disabled), .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-deep-orange:hover:not(.b-disabled) {
  background-color: #ff6838;
}
.b-button.b-raised.b-deep-orange.b-pressed, .b-button.b-raised.b-deep-orange.b-pressed[data-group]:hover {
  background-color: #f63b00;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange.b-pressed:focus:hover, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange.b-pressed:focus, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ff4c14;
}
.b-button.b-raised.b-deep-orange.b-pressed:active {
  background-color: #bc2d00;
}
.b-button.b-raised.b-deep-orange.b-pressed:active:hover {
  background-color: #d93400;
}
.b-button.b-raised.b-deep-orange:active:not(.b-disabled) {
  background-color: #e73700;
  border-color: #e73700;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange:active:hover:not(.b-disabled) {
  background-color: #ff4105;
  border-color: #ff4105;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange:disabled:hover, .b-button.b-raised.b-deep-orange:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #bb2d00;
  cursor: default;
}

.b-button.b-raised.b-orange {
  color: #fff;
  border: none;
  background-color: #ffcc80;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-orange:focus, .b-button.b-raised.b-orange.b-outer.b-using-keyboard:focus {
  background-color: #ffdeae;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-orange:focus:hover:not(.b-disabled), .b-button.b-raised.b-orange.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-orange:hover:not(.b-disabled) {
  background-color: #ffd18d;
}
.b-button.b-raised.b-orange.b-pressed, .b-button.b-raised.b-orange.b-pressed[data-group]:hover {
  background-color: #ffb547;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-orange.b-pressed:focus:hover, .b-button.b-raised.b-orange.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-orange.b-pressed:focus, .b-button.b-raised.b-orange.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ffc46d;
}
.b-button.b-raised.b-orange.b-pressed:active {
  background-color: #f99500;
}
.b-button.b-raised.b-orange.b-pressed:active:hover {
  background-color: #ffa620;
}
.b-button.b-raised.b-orange:active:not(.b-disabled) {
  background-color: #ffad33;
  border-color: #ffad33;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange:active:hover:not(.b-disabled) {
  background-color: #ffbd5a;
  border-color: #ffbd5a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange:disabled:hover, .b-button.b-raised.b-orange:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #ffa31a;
  cursor: default;
}

.b-button.b-raised.b-amber {
  color: #fff;
  border: none;
  background-color: #ffd54f;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-amber:focus, .b-button.b-raised.b-amber.b-outer.b-using-keyboard:focus {
  background-color: #ffe07d;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-amber:focus:hover:not(.b-disabled), .b-button.b-raised.b-amber.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-amber:hover:not(.b-disabled) {
  background-color: #ffd961;
}
.b-button.b-raised.b-amber.b-pressed, .b-button.b-raised.b-amber.b-pressed[data-group]:hover {
  background-color: #ffc91d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-amber.b-pressed:focus:hover, .b-button.b-raised.b-amber.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-amber.b-pressed:focus, .b-button.b-raised.b-amber.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ffd13e;
}
.b-button.b-raised.b-amber.b-pressed:active {
  background-color: #d9a500;
}
.b-button.b-raised.b-amber.b-pressed:active:hover {
  background-color: #fbbf00;
}
.b-button.b-raised.b-amber:active:not(.b-disabled) {
  background-color: #ffc50c;
  border-color: #ffc50c;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber:active:hover:not(.b-disabled) {
  background-color: #ffcd2e;
  border-color: #ffcd2e;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber:disabled:hover, .b-button.b-raised.b-amber:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #e8b100;
  cursor: default;
}

.b-button.b-raised.b-indigo {
  color: #fff;
  border: none;
  background-color: #3f51b5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-indigo:focus, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard:focus {
  background-color: #5c6cc6;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-indigo:focus:hover:not(.b-disabled), .b-button.b-raised.b-indigo.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-indigo:hover:not(.b-disabled) {
  background-color: #4d5fc1;
}
.b-button.b-raised.b-indigo.b-pressed, .b-button.b-raised.b-indigo.b-pressed[data-group]:hover {
  background-color: #36459a;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-indigo.b-pressed:focus:hover, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-indigo.b-pressed:focus, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #3c4dac;
}
.b-button.b-raised.b-indigo.b-pressed:active {
  background-color: #293576;
}
.b-button.b-raised.b-indigo.b-pressed:active:hover {
  background-color: #2f3d88;
}
.b-button.b-raised.b-indigo:active:not(.b-disabled) {
  background-color: #324191;
  border-color: #324191;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo:active:hover:not(.b-disabled) {
  background-color: #3949a3;
  border-color: #3949a3;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo:disabled:hover, .b-button.b-raised.b-indigo:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #252f69;
  cursor: default;
}

.b-button.b-raised.b-lime {
  color: #fff;
  border: none;
  background-color: #cddc39;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-lime:focus, .b-button.b-raised.b-lime.b-outer.b-using-keyboard:focus {
  background-color: #d7e360;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-lime:focus:hover:not(.b-disabled), .b-button.b-raised.b-lime.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-lime:hover:not(.b-disabled) {
  background-color: #d2e04d;
}
.b-button.b-raised.b-lime.b-pressed, .b-button.b-raised.b-lime.b-pressed[data-group]:hover {
  background-color: #b9c823;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-lime.b-pressed:focus:hover, .b-button.b-raised.b-lime.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-lime.b-pressed:focus, .b-button.b-raised.b-lime.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #cada2d;
}
.b-button.b-raised.b-lime.b-pressed:active {
  background-color: #8d991b;
}
.b-button.b-raised.b-lime.b-pressed:active:hover {
  background-color: #a3b11f;
}
.b-button.b-raised.b-lime:active:not(.b-disabled) {
  background-color: #aebc21;
  border-color: #aebc21;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime:active:hover:not(.b-disabled) {
  background-color: #c4d425;
  border-color: #c4d425;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime:disabled:hover, .b-button.b-raised.b-lime:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #89951a;
  cursor: default;
}

.b-button.b-raised.b-teal {
  color: #fff;
  border: none;
  background-color: #009688;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-teal:focus, .b-button.b-raised.b-teal.b-outer.b-using-keyboard:focus {
  background-color: #00c4b2;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-teal:focus:hover:not(.b-disabled), .b-button.b-raised.b-teal.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-teal:hover:not(.b-disabled) {
  background-color: #00baa9;
}
.b-button.b-raised.b-teal.b-pressed, .b-button.b-raised.b-teal.b-pressed[data-group]:hover {
  background-color: #008074;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-teal.b-pressed:focus:hover, .b-button.b-raised.b-teal.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-teal.b-pressed:focus, .b-button.b-raised.b-teal.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #008f81;
}
.b-button.b-raised.b-teal.b-pressed:active {
  background-color: #006258;
}
.b-button.b-raised.b-teal.b-pressed:active:hover {
  background-color: #007166;
}
.b-button.b-raised.b-teal:active:not(.b-disabled) {
  background-color: #00786d;
  border-color: #00786d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal:active:hover:not(.b-disabled) {
  background-color: #00877a;
  border-color: #00877a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal:disabled:hover, .b-button.b-raised.b-teal:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #00302c;
  cursor: default;
}

.b-button.b-raised.b-green {
  color: #fff;
  border: none;
  background-color: #a5d6a7;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-green:focus, .b-button.b-raised.b-green.b-outer.b-using-keyboard:focus {
  background-color: #c5e4c6;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-green:focus:hover:not(.b-disabled), .b-button.b-raised.b-green.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-green:hover:not(.b-disabled) {
  background-color: #aedab0;
}
.b-button.b-raised.b-green.b-pressed, .b-button.b-raised.b-green.b-pressed[data-group]:hover {
  background-color: #7ec481;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-green.b-pressed:focus:hover, .b-button.b-raised.b-green.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-green.b-pressed:focus, .b-button.b-raised.b-green.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #98d09a;
}
.b-button.b-raised.b-green.b-pressed:active {
  background-color: #4da951;
}
.b-button.b-raised.b-green.b-pressed:active:hover {
  background-color: #64b867;
}
.b-button.b-raised.b-green:active:not(.b-disabled) {
  background-color: #71be74;
  border-color: #71be74;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green:active:hover:not(.b-disabled) {
  background-color: #8bca8e;
  border-color: #8bca8e;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green:disabled:hover, .b-button.b-raised.b-green:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #5fb662;
  cursor: default;
}

.b-button.b-raised.b-light-green {
  color: #fff;
  border: none;
  background-color: #8bc34a;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-green:focus, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard:focus {
  background-color: #a1ce6c;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-green:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-green.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-green:hover:not(.b-disabled) {
  background-color: #97c95c;
}
.b-button.b-raised.b-light-green.b-pressed, .b-button.b-raised.b-light-green.b-pressed[data-group]:hover {
  background-color: #77ac39;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-green.b-pressed:focus:hover, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-green.b-pressed:focus, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #85c040;
}
.b-button.b-raised.b-light-green.b-pressed:active {
  background-color: #5b832c;
}
.b-button.b-raised.b-light-green.b-pressed:active:hover {
  background-color: #699832;
}
.b-button.b-raised.b-light-green:active:not(.b-disabled) {
  background-color: #70a236;
  border-color: #70a236;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green:active:hover:not(.b-disabled) {
  background-color: #7eb63c;
  border-color: #7eb63c;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green:disabled:hover, .b-button.b-raised.b-light-green:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #577d2a;
  cursor: default;
}

.b-button.b-raised.b-purple {
  color: #fff;
  border: none;
  background-color: #9c27b0;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-purple:focus, .b-button.b-raised.b-purple.b-outer.b-using-keyboard:focus {
  background-color: #bb33d2;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-purple:focus:hover:not(.b-disabled), .b-button.b-raised.b-purple.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-purple:hover:not(.b-disabled) {
  background-color: #b12cc8;
}
.b-button.b-raised.b-purple.b-pressed, .b-button.b-raised.b-purple.b-pressed[data-group]:hover {
  background-color: #852196;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-purple.b-pressed:focus:hover, .b-button.b-raised.b-purple.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-purple.b-pressed:focus, .b-button.b-raised.b-purple.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #9425a7;
}
.b-button.b-raised.b-purple.b-pressed:active {
  background-color: #651972;
}
.b-button.b-raised.b-purple.b-pressed:active:hover {
  background-color: #751d84;
}
.b-button.b-raised.b-purple:active:not(.b-disabled) {
  background-color: #7d1f8d;
  border-color: #7d1f8d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple:active:hover:not(.b-disabled) {
  background-color: #8c239e;
  border-color: #8c239e;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple:disabled:hover, .b-button.b-raised.b-purple:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #52145d;
  cursor: default;
}

.b-button.b-raised.b-yellow {
  color: #fff;
  border: none;
  background-color: #fff176;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-yellow:focus, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard:focus {
  background-color: #fff6a4;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-yellow:focus:hover:not(.b-disabled), .b-button.b-raised.b-yellow.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-yellow:hover:not(.b-disabled) {
  background-color: #fff284;
}
.b-button.b-raised.b-yellow.b-pressed, .b-button.b-raised.b-yellow.b-pressed[data-group]:hover {
  background-color: #ffeb3e;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-yellow.b-pressed:focus:hover, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-yellow.b-pressed:focus, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ffef63;
}
.b-button.b-raised.b-yellow.b-pressed:active {
  background-color: #f2da00;
}
.b-button.b-raised.b-yellow.b-pressed:active:hover {
  background-color: #ffe719;
}
.b-button.b-raised.b-yellow:active:not(.b-disabled) {
  background-color: #ffe92b;
  border-color: #ffe92b;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow:active:hover:not(.b-disabled) {
  background-color: #ffed51;
  border-color: #ffed51;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow:disabled:hover, .b-button.b-raised.b-yellow:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #ffe710;
  cursor: default;
}

.b-button.b-raised.b-red {
  color: #fff;
  border: none;
  background-color: #ef9a9a;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-red:focus, .b-button.b-raised.b-red.b-outer.b-using-keyboard:focus {
  background-color: #f5c2c2;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-red:focus:hover:not(.b-disabled), .b-button.b-raised.b-red.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-red:hover:not(.b-disabled) {
  background-color: #f1a4a4;
}
.b-button.b-raised.b-red.b-pressed, .b-button.b-raised.b-red.b-pressed[data-group]:hover {
  background-color: #e76767;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-red.b-pressed:focus:hover, .b-button.b-raised.b-red.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-red.b-pressed:focus, .b-button.b-raised.b-red.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ec8989;
}
.b-button.b-raised.b-red.b-pressed:active {
  background-color: #dc2323;
}
.b-button.b-raised.b-red.b-pressed:active:hover {
  background-color: #e24545;
}
.b-button.b-raised.b-red:active:not(.b-disabled) {
  background-color: #e45656;
  border-color: #e45656;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red:active:hover:not(.b-disabled) {
  background-color: #ea7878;
  border-color: #ea7878;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red:disabled:hover, .b-button.b-raised.b-red:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #e14242;
  cursor: default;
}

.b-button.b-raised.b-dark-gray {
  color: #fff;
  border: none;
  background-color: #757575;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray:focus, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard:focus {
  background-color: #8c8c8c;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-dark-gray:hover:not(.b-disabled) {
  background-color: #838383;
}
.b-button.b-raised.b-dark-gray.b-pressed, .b-button.b-raised.b-dark-gray.b-pressed[data-group]:hover {
  background-color: #636363;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray.b-pressed:focus:hover, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray.b-pressed:focus, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #6f6f6f;
}
.b-button.b-raised.b-dark-gray.b-pressed:active {
  background-color: #4c4c4c;
}
.b-button.b-raised.b-dark-gray.b-pressed:active:hover {
  background-color: #585858;
}
.b-button.b-raised.b-dark-gray:active:not(.b-disabled) {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray:active:hover:not(.b-disabled) {
  background-color: dimgray;
  border-color: dimgray;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray:disabled:hover, .b-button.b-raised.b-dark-gray:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #424242;
  cursor: default;
}

.b-button.b-raised.b-gray {
  color: #fff;
  border: none;
  background-color: #cccccc;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-gray:focus, .b-button.b-raised.b-gray.b-outer.b-using-keyboard:focus {
  background-color: #e3e3e3;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-gray:hover:not(.b-disabled) {
  background-color: #d1d1d1;
}
.b-button.b-raised.b-gray.b-pressed, .b-button.b-raised.b-gray.b-pressed[data-group]:hover {
  background-color: #adadad;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-gray.b-pressed:focus:hover, .b-button.b-raised.b-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-gray.b-pressed:focus, .b-button.b-raised.b-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #c2c2c2;
}
.b-button.b-raised.b-gray.b-pressed:active {
  background-color: #858585;
}
.b-button.b-raised.b-gray.b-pressed:active:hover {
  background-color: #999999;
}
.b-button.b-raised.b-gray:active:not(.b-disabled) {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray:active:hover:not(.b-disabled) {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray:disabled:hover, .b-button.b-raised.b-gray:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #999999;
  cursor: default;
}

.b-button.b-raised.b-light-gray {
  color: #fff;
  border: none;
  background-color: #f9f9f9;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-gray:focus, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard:focus {
  background-color: white;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-gray:hover:not(.b-disabled) {
  background-color: #fafafa;
}
.b-button.b-raised.b-light-gray.b-pressed, .b-button.b-raised.b-light-gray.b-pressed[data-group]:hover {
  background-color: #d4d4d4;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-gray.b-pressed:focus:hover, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-gray.b-pressed:focus, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ededed;
}
.b-button.b-raised.b-light-gray.b-pressed:active {
  background-color: #a2a2a2;
}
.b-button.b-raised.b-light-gray.b-pressed:active:hover {
  background-color: #bbbbbb;
}
.b-button.b-raised.b-light-gray:active:not(.b-disabled) {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray:active:hover:not(.b-disabled) {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray:disabled:hover, .b-button.b-raised.b-light-gray:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #c6c6c6;
  cursor: default;
}

.b-button.b-raised {
  color: #fff;
  border: none;
  background-color: #8f8f8f;
}
.b-outer.b-using-keyboard .b-button.b-raised:focus, .b-button.b-raised.b-outer.b-using-keyboard:focus {
  background-color: #a6a6a6;
}
.b-outer.b-using-keyboard .b-button.b-raised:focus:hover:not(.b-disabled), .b-button.b-raised.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised:hover:not(.b-disabled) {
  background-color: #9a9a9a;
}
.b-button.b-raised.b-pressed, .b-button.b-raised.b-pressed[data-group]:hover {
  background-color: #797979;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus:hover, .b-button.b-raised.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus, .b-button.b-raised.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #888888;
}
.b-button.b-raised.b-pressed:active {
  background-color: #5d5d5d;
}
.b-button.b-raised.b-pressed:active:hover {
  background-color: #6b6b6b;
}
.b-button.b-raised:active:not(.b-disabled) {
  background-color: #727272;
  border-color: #727272;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised:active:hover:not(.b-disabled) {
  background-color: #818181;
  border-color: #818181;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised:disabled:hover, .b-button.b-raised:disabled {
  background-color: #f9f9f9;
  color: #757575;
  border-color: #5c5c5c;
  cursor: default;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-buttongroup {
  overflow: visible;
  flex-shrink: 0;
}
.b-buttongroup.b-content-element {
  display: inline-flex;
  flex-flow: row nowrap;
}
.b-buttongroup.b-content-element.b-rotate-vertical {
  flex-direction: column;
}
.b-buttongroup .b-button {
  margin: 0;
}
.b-buttongroup .b-button:not(.b-pressed) {
  box-shadow: none !important;
}
.b-buttongroup .b-button.b-pressed, .b-buttongroup .b-button:active {
  z-index: 2;
}
.b-buttongroup .b-button:not(:first-child) {
  margin-inline-start: -1px;
}
.b-buttongroup.b-columned.b-content-element {
  flex: 1;
  flex-wrap: wrap;
}
.b-buttongroup.b-columned.b-content-element .b-button {
  margin-inline-start: 0;
}
.b-buttongroup .b-button:not(.b-first-visible-child):not(.b-last-visible-child) {
  border-radius: 0;
}
.b-buttongroup .b-button:first-child:not(.b-last-visible-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-buttongroup .b-button:last-child:not(.b-first-visible-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-buttongroup.b-rtl .b-button:first-child:not(.b-last-visible-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-buttongroup.b-rtl .b-button:last-child:not(.b-first-visible-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b-calendarpanel {
  --min-row-height: 75;
  --min-column-width: 75;
  -webkit-user-select: none;
  user-select: none;
}
.b-calendarpanel.b-outer {
  display: inline-flex;
}
.b-calendarpanel .b-week-number-cell {
  display: none;
}
.b-calendarpanel.b-show-week-column .b-week-number-cell {
  display: flex;
  flex-direction: column;
}
.b-calendarpanel.b-hide-othermonth-cells .b-calendar-cell.b-other-month {
  visibility: hidden;
  pointer-events: none;
}
.b-calendarpanel.b-disable-othermonth-cells .b-calendar-cell.b-other-month {
  opacity: 0.7;
  pointer-events: none;
}
.b-calendarpanel.b-disable-othermonth-cells .b-calendar-cell.b-other-month.b-first-visible-cell .b-cal-event-wrap {
  pointer-events: all;
}
.b-calendarpanel .b-calendar-weekdays .b-calendar-day-header {
  flex: 1 0 0;
  text-align: center;
}
.b-calendarpanel .b-calendarpanel-content {
  flex-flow: column nowrap;
  align-items: stretch;
}
.b-calendarpanel .b-calendarpanel-content.b-hide-nonworking-days .b-calendar-day-header.b-nonworking-day, .b-calendarpanel .b-calendarpanel-content.b-hide-nonworking-days .b-calendar-cell.b-nonworking-day {
  display: none;
}
.b-calendarpanel .b-calendar-row {
  display: flex;
}
.b-calendarpanel .b-calendar-cell {
  display: flex;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-calendarpanel .b-calendar-days {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.b-calendarpanel .b-weeks-container {
  display: flex;
  flex-direction: column;
}
.b-calendarpanel .b-weeks-container.b-min-columnwidth.b-horizontal-overflow {
  align-items: flex-start;
}
.b-calendarpanel .b-weeks-container.b-min-columnwidth.b-horizontal-overflow .b-calendar-row {
  overflow: hidden;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-container .b-checkbox-label:before {
  margin: 0.675em;
  margin-inline-end: 0.4em;
  margin-inline-start: 0;
  margin-top: 0.5em;
}

.b-checkbox {
  position: relative;
  align-items: center;
  --checkbox-label-transition: color 0.2s, background-color 0.2s;
  --checkbox-input-transition: color 0.5s, background-color 0.5s;
}
.b-checkbox > .b-field-inner {
  border: none;
  background-color: transparent;
  white-space: nowrap;
  word-break: break-all;
}
.b-checkbox > .b-field-inner .b-checkbox-label {
  position: relative;
  font-size: inherit;
  cursor: pointer;
  color: #262626;
  white-space: normal;
}
.b-container .b-checkbox > .b-field-inner .b-checkbox-label {
  color: #616161;
}
.b-checkbox > .b-field-inner .b-checkbox-label:before {
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 0.4em;
  font-size: inherit;
  width: 1.6em;
  height: 1.6em;
  padding: 0.15em;
  border-radius: 2px;
  transition: var(--checkbox-label-transition);
  background-color: transparent;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.b-checkbox > .b-field-inner .b-checkbox-label:not(.b-radio-label):before {
  content: "\f00c";
  color: rgba(204, 204, 204, 0.2);
}
.b-checkbox > .b-field-inner input[type=checkbox] {
  z-index: 1;
  opacity: 0;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  margin: 0;
  cursor: pointer;
  transition: var(--checkbox-input-transition);
}
.b-checkbox > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.b-checkbox.b-disabled > .b-field-inner .b-checkbox-label {
  color: #cccccc;
}
.b-checkbox.b-disabled > .b-field-inner .b-checkbox-label::before {
  border-color: rgba(204, 204, 204, 0.2);
  background-color: transparent;
}
.b-checkbox.b-disabled > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(204, 204, 204, 0.2);
  border-color: rgba(204, 204, 204, 0.2);
}

.b-checkbox.b-field-container:not(.b-field-container-inline) > .b-field-container-wrap {
  margin-inline-start: 2.2em;
}

.b-checkbox:not(.b-radio).b-blue > .b-field-inner .b-checkbox-label:before {
  color: rgba(100, 181, 246, 0.1);
  border-color: rgba(100, 181, 246, 0.5);
}
.b-checkbox:not(.b-radio).b-blue > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #64b5f6;
  border-color: #64b5f6;
}
.b-checkbox:not(.b-radio).b-blue > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(100, 181, 246, 0.2);
}
.b-checkbox:not(.b-radio).b-blue > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(100, 181, 246, 0.2);
  border-color: rgba(100, 181, 246, 0.2);
}

.b-checkbox:not(.b-radio).b-deep-orange > .b-field-inner .b-checkbox-label:before {
  color: rgba(255, 87, 34, 0.1);
  border-color: rgba(255, 87, 34, 0.5);
}
.b-checkbox:not(.b-radio).b-deep-orange > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}
.b-checkbox:not(.b-radio).b-deep-orange > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 87, 34, 0.2);
}
.b-checkbox:not(.b-radio).b-deep-orange > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(255, 87, 34, 0.2);
  border-color: rgba(255, 87, 34, 0.2);
}

.b-checkbox:not(.b-radio).b-orange > .b-field-inner .b-checkbox-label:before {
  color: rgba(255, 204, 128, 0.1);
  border-color: rgba(255, 204, 128, 0.5);
}
.b-checkbox:not(.b-radio).b-orange > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #ffcc80;
  border-color: #ffcc80;
}
.b-checkbox:not(.b-radio).b-orange > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 204, 128, 0.2);
}
.b-checkbox:not(.b-radio).b-orange > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(255, 204, 128, 0.2);
  border-color: rgba(255, 204, 128, 0.2);
}

.b-checkbox:not(.b-radio).b-indigo > .b-field-inner .b-checkbox-label:before {
  color: rgba(63, 81, 181, 0.1);
  border-color: rgba(63, 81, 181, 0.5);
}
.b-checkbox:not(.b-radio).b-indigo > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}
.b-checkbox:not(.b-radio).b-indigo > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(63, 81, 181, 0.2);
}
.b-checkbox:not(.b-radio).b-indigo > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(63, 81, 181, 0.2);
  border-color: rgba(63, 81, 181, 0.2);
}

.b-checkbox:not(.b-radio).b-green > .b-field-inner .b-checkbox-label:before {
  color: rgba(165, 214, 167, 0.1);
  border-color: rgba(165, 214, 167, 0.5);
}
.b-checkbox:not(.b-radio).b-green > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #a5d6a7;
  border-color: #a5d6a7;
}
.b-checkbox:not(.b-radio).b-green > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(165, 214, 167, 0.2);
}
.b-checkbox:not(.b-radio).b-green > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(165, 214, 167, 0.2);
  border-color: rgba(165, 214, 167, 0.2);
}

.b-checkbox:not(.b-radio).b-purple > .b-field-inner .b-checkbox-label:before {
  color: rgba(156, 39, 176, 0.1);
  border-color: rgba(156, 39, 176, 0.5);
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(156, 39, 176, 0.2);
  border-color: rgba(156, 39, 176, 0.2);
}

.b-checkbox:not(.b-radio).b-yellow > .b-field-inner .b-checkbox-label:before {
  color: rgba(255, 241, 118, 0.1);
  border-color: rgba(255, 241, 118, 0.5);
}
.b-checkbox:not(.b-radio).b-yellow > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #fff176;
  border-color: #fff176;
}
.b-checkbox:not(.b-radio).b-yellow > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 241, 118, 0.2);
}
.b-checkbox:not(.b-radio).b-yellow > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(255, 241, 118, 0.2);
  border-color: rgba(255, 241, 118, 0.2);
}

.b-checkbox:not(.b-radio).b-red > .b-field-inner .b-checkbox-label:before {
  color: rgba(239, 154, 154, 0.1);
  border-color: rgba(239, 154, 154, 0.5);
}
.b-checkbox:not(.b-radio).b-red > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #ef9a9a;
  border-color: #ef9a9a;
}
.b-checkbox:not(.b-radio).b-red > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(239, 154, 154, 0.2);
}
.b-checkbox:not(.b-radio).b-red > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(239, 154, 154, 0.2);
  border-color: rgba(239, 154, 154, 0.2);
}

.b-checkbox:not(.b-radio).b-amber > .b-field-inner .b-checkbox-label:before {
  color: rgba(255, 213, 79, 0.1);
  border-color: rgba(255, 213, 79, 0.5);
}
.b-checkbox:not(.b-radio).b-amber > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #ffd54f;
  border-color: #ffd54f;
}
.b-checkbox:not(.b-radio).b-amber > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 213, 79, 0.2);
}
.b-checkbox:not(.b-radio).b-amber > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(255, 213, 79, 0.2);
  border-color: rgba(255, 213, 79, 0.2);
}

.b-checkbox:not(.b-radio).b-lime > .b-field-inner .b-checkbox-label:before {
  color: rgba(205, 220, 57, 0.1);
  border-color: rgba(205, 220, 57, 0.5);
}
.b-checkbox:not(.b-radio).b-lime > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #cddc39;
  border-color: #cddc39;
}
.b-checkbox:not(.b-radio).b-lime > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(205, 220, 57, 0.2);
}
.b-checkbox:not(.b-radio).b-lime > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(205, 220, 57, 0.2);
  border-color: rgba(205, 220, 57, 0.2);
}

.b-checkbox:not(.b-radio).b-teal > .b-field-inner .b-checkbox-label:before {
  color: rgba(0, 150, 136, 0.1);
  border-color: rgba(0, 150, 136, 0.5);
}
.b-checkbox:not(.b-radio).b-teal > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}
.b-checkbox:not(.b-radio).b-teal > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(0, 150, 136, 0.2);
}
.b-checkbox:not(.b-radio).b-teal > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(0, 150, 136, 0.2);
  border-color: rgba(0, 150, 136, 0.2);
}

.b-checkbox:not(.b-radio).b-light-green > .b-field-inner .b-checkbox-label:before {
  color: rgba(139, 195, 74, 0.1);
  border-color: rgba(139, 195, 74, 0.5);
}
.b-checkbox:not(.b-radio).b-light-green > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.b-checkbox:not(.b-radio).b-light-green > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(139, 195, 74, 0.2);
}
.b-checkbox:not(.b-radio).b-light-green > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(139, 195, 74, 0.2);
  border-color: rgba(139, 195, 74, 0.2);
}

.b-checkbox:not(.b-radio).b-purple > .b-field-inner .b-checkbox-label:before {
  color: rgba(156, 39, 176, 0.1);
  border-color: rgba(156, 39, 176, 0.5);
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner.b-disabled .b-checkbox-label::before {
  border-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox:not(.b-radio).b-purple > .b-field-inner.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background-color: rgba(156, 39, 176, 0.2);
  border-color: rgba(156, 39, 176, 0.2);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-combo .b-fieldtrigger.b-icon-picker:before {
  transition: transform 0.3s;
}
.b-combo.b-open .b-fieldtrigger.b-icon-picker:before {
  transform: rotate(180deg);
}
.b-combo.b-inline-picker:not(.b-label-above) {
  flex-wrap: wrap;
  align-content: flex-start;
}
.b-combo.b-inline-picker:not(.b-label-above) .b-field-inner {
  flex-shrink: 0;
  align-self: flex-start;
}
.b-combo.b-inline-picker:not(.b-label-above) .b-combo-picker {
  flex: 1 0 100%;
}
.b-combo .b-field-inner .b-fieldtrigger.b-icon-remove {
  font-size: 0.8em;
}
.b-combo.b-hide-trigger .b-fieldtrigger.b-icon-picker, .b-combo.b-readonly .b-fieldtrigger.b-icon-picker {
  display: none;
}
.b-combo.b-uses-chipview .b-field-inner {
  align-self: stretch;
}
.b-combo.b-uses-chipview .b-chipview {
  align-self: stretch;
  display: flex;
  flex-flow: wrap;
  flex: 1 1 auto;
  align-items: center;
  margin: 0.25em 0.3em 0.1em;
}
.b-combo.b-uses-chipview .b-chipview:not(.b-empty) input {
  padding-inline-start: 0.2em;
  order: 99999;
}
.b-combo.b-uses-chipview.b-not-editable input {
  order: -1;
  min-width: 0;
  padding-inline: 0;
  flex: 0 1 0;
  margin-inline-start: -0.3em;
}
.b-combo.b-uses-chipview.b-not-editable:not(.b-empty) .b-chipview .b-chip {
  padding-block: calc(0.3em + 0.5px);
  padding-inline: 0.7em;
}
.b-combo.b-uses-chipview.b-not-editable:not(.b-empty) input {
  padding: 0;
  height: 0;
}

.b-list.b-combo-picker.b-empty:not(.b-masked)[data-add-new-value]::after {
  content: attr(data-add-new-value);
  display: block;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-container.b-outer, .b-auto-container:not(.b-toolbar-content).b-single-child > .b-container {
  align-self: stretch;
  flex: 1 1 auto;
}

body.b-container.b-outer {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.b-container:focus {
  outline: none;
}

.b-content-element {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.b-content-element.b-flex-row {
  align-content: start;
}
.b-content-element.b-text-content {
  display: block;
  overflow: auto;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-datepicker:focus {
  outline: 0;
}
.b-datepicker .b-datepicker-title {
  font-weight: bold;
  gap: 0;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 !important;
}
.b-datepicker .b-datepicker-title [data-ref=monthField] {
  margin-inline-end: 0.5ex;
}
.b-datepicker .b-field {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  min-width: 0;
  display: inline-flex;
  flex: none !important;
  width: auto;
  margin-bottom: 0 !important;
  height: 100%;
  cursor: pointer;
}
.b-datepicker .b-field:not(.b-readonly):hover {
  opacity: 0.7;
}
.b-datepicker .b-field .b-field-inner {
  flex: none;
  border: 0 none;
  background-color: transparent;
  align-self: stretch;
  padding: 0;
  box-shadow: none;
}
.b-datepicker .b-field div[type=text] {
  outline: none;
}
.b-datepicker .b-toolbar.b-dock-top {
  background-color: #64b5f6;
  color: #fff;
  border-bottom: none;
  min-height: 0;
  font-size: 1.2em;
}
.b-datepicker .b-toolbar.b-dock-top .b-toolbar-content {
  padding: 0.5em 0.5ex !important;
  gap: 0.5ex;
}
.b-datepicker .b-toolbar.b-dock-top .b-icon {
  color: #616161;
}
.b-datepicker .b-toolbar.b-dock-top .b-icon:before {
  line-height: normal;
}
.b-datepicker .b-toolbar.b-dock-top .b-button {
  border: none;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  width: 2em;
  height: 2em;
  font-size: 80%;
}
.b-datepicker .b-toolbar.b-dock-top .b-button, .b-datepicker .b-toolbar.b-dock-top .b-button:not(.b-tab):active:not([disabled]), .b-datepicker .b-toolbar.b-dock-top .b-button:not(.b-tab):active:focus:not([disabled]) {
  color: #fff;
}
.b-datepicker .b-toolbar.b-dock-top .b-button:hover {
  opacity: 0.7;
}
.b-datepicker .b-toolbar.b-dock-top .b-button:not(.b-contains-focus) {
  background: transparent !important;
}
.b-datepicker .b-calendar-weekdays {
  background-color: #64b5f6;
  color: #fff;
  font-size: 0.85em;
}
.b-datepicker .b-calendar-weekdays .b-calendar-day-header {
  padding: 0.4em 0;
}
.b-datepicker.b-show-week-column .b-week-number-cell {
  line-height: 2.2em;
  width: 2.2em;
  margin: 4px 5px;
  text-align: center;
}
.b-datepicker .b-calendarpanel-content {
  padding: 0;
  justify-content: flex-start;
}
.b-datepicker .b-week-number-cell {
  color: #76c579;
}
.b-datepicker .b-calendar-cell {
  align-items: center;
  height: 2.2em;
  width: 2.2em;
  margin: 4px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
}
.b-datepicker .b-calendar-cell.b-today {
  border-color: #ffcc80;
  border-width: 1px;
}
.b-datepicker .b-calendar-cell.b-active-date:not(.b-selected-date) {
  border-color: #64b5f6;
}
.b-datepicker .b-calendar-cell.b-selected-date {
  color: #fff;
  background-color: #64b5f6;
  border-color: #64b5f6;
}
.b-datepicker .b-calendar-cell.b-other-month {
  color: #bbb;
}
.b-datepicker .b-calendar-cell:not(.b-disabled-date, .b-selected-date):hover {
  background-color: rgba(100, 181, 246, 0.5);
  border-color: rgba(100, 181, 246, 0.5);
}
.b-datepicker .b-calendar-cell:not(.b-disabled-date, .b-selected-date):hover.b-today {
  background-color: #ffcc80;
  border-color: #ffcc80;
}
.b-datepicker .b-calendar-cell.b-out-of-range {
  color: #aaa;
}
.b-datepicker .b-calendar-cell.b-disabled-date {
  cursor: default;
  color: #aaa;
  opacity: 0.4;
}
.b-datepicker.b-rtl .b-icon::before {
  transform: scaleX(-1);
}

.b-readonly-combo-list.b-empty {
  display: none;
}
.b-readonly-combo-list .b-list-item {
  min-width: auto;
}
.b-visible-scrollbar .b-readonly-combo-list .b-list-item {
  padding-inline-end: 2em;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-editor {
  background-color: #fff;
  border-radius: 2px;
}
.b-editor.b-positioned {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.b-editor.b-content-element > .b-widget.b-field {
  margin: 0;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-field-updated {
  0% {
    color: #262626;
  }
  25% {
    color: #737373;
  }
  75% {
    color: #737373;
  }
  100% {
    color: #262626;
  }
}
.b-has-label.b-label-above {
  flex-direction: column;
}
.b-has-label.b-label-before .b-label {
  align-self: center;
  margin-inline-end: 1em;
}
.b-has-label.b-label-above .b-label {
  align-self: flex-start;
  flex: none !important;
  margin: 0 0 0.4em 0.1em;
}
.b-has-label.b-open .b-label, .b-has-label:focus-within .b-label, .b-has-label.b-ie:focus .b-label {
  color: #262626;
}
.b-container .b-has-label .b-label.b-align-end {
  margin-inline-start: 1em;
  text-align: left;
}
.b-container .b-has-label.b-open .b-label, .b-container .b-has-label:focus-within .b-label, .b-container .b-has-label.b-ie:focus .b-label {
  color: #212121;
}
.b-has-label.b-invalid .b-label {
  color: #ef9a9a !important;
}
.b-has-label.b-disabled .b-label {
  color: #cccccc;
}

.b-field-updated {
  animation-name: b-field-updated;
  animation-duration: 0.5s;
}

.b-vbox.b-box-justify-stretch > .b-field,
.b-flex-column > .b-field {
  width: auto;
}

.b-flex-row > .b-field {
  align-self: flex-start;
  flex: 1 0 100%;
  margin-bottom: 0.6em;
}
.b-flex-row > .b-field.b-label-above {
  margin-bottom: 1.2em;
}
.b-flex-row > .b-field.b-inline .b-field-inner {
  margin-inline-end: 0.6em;
}
.b-flex-row > .b-field.b-last-visible-child, .b-flex-row > .b-field.b-last-row {
  margin-bottom: 0;
}

.b-vbox > .b-field {
  margin-bottom: 0.6em;
}
.b-vbox > .b-field.b-label-above {
  margin-bottom: 1.2em;
}
.b-vbox > .b-field:last-child {
  margin-bottom: 0;
}

.b-field-inner {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(189, 189, 189, 0.5);
  min-width: 0;
  position: relative;
}
.b-field-container-inline > .b-field-inner {
  flex: 0 1 auto;
}

.b-field-container:not(.b-field-container-inline) {
  flex-wrap: wrap;
}

.b-field-container-wrap {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.b-field-container-wrap > .b-container {
  width: 100%;
}
.b-field.b-collapsed:not(.b-field-container-inline) > .b-field-container-wrap {
  height: 0;
}
.b-field.b-collapsed.b-field-container-inline > .b-field-container-wrap {
  opacity: 0;
}

.b-field.b-collapsed:not(.b-field-container-inline) > .b-field-container-wrap > .b-container, .b-field.b-collapsing:not(.b-field-container-inline) > .b-field-container-wrap > .b-container {
  position: absolute;
  bottom: 0;
}

.b-field-container-inline:not(.b-no-input) > .b-field-container-wrap {
  margin-inline-start: 1em;
}

.b-field-hint {
  align-self: stretch;
  overflow: visible;
  pointer-events: none;
  position: relative;
  white-space: nowrap;
  width: 0;
}
.b-field-hint .b-field-hint-content {
  position: absolute;
  inset-inline-end: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
}
.b-legacy-inset .b-field-hint .b-field-hint-content {
  left: 0.6em;
}
.b-legacy-inset .b-field-hint .b-field-hint-content.b-rtl {
  right: 0.6em;
}
.b-field-no-hint .b-field-hint {
  display: none;
}

.b-numberfield,
.b-textareafield,
.b-textfield {
  align-items: stretch;
  min-width: 3em;
  color: #262626;
  border-radius: 2px;
  position: relative;
  width: 12.5em;
}
.b-numberfield.b-has-width,
.b-textareafield.b-has-width,
.b-textfield.b-has-width {
  width: auto;
}
.b-numberfield.b-contains-focus .b-field-inner,
.b-textareafield.b-contains-focus .b-field-inner,
.b-textfield.b-contains-focus .b-field-inner {
  border-color: #ffcc80;
}
.b-numberfield .b-fieldtrigger,
.b-textareafield .b-fieldtrigger,
.b-textfield .b-fieldtrigger {
  color: rgba(189, 189, 189, 0.5);
  cursor: pointer;
  flex: 0 0 auto;
  align-items: center;
}
.b-numberfield .b-fieldtrigger.b-align-start,
.b-textareafield .b-fieldtrigger.b-align-start,
.b-textfield .b-fieldtrigger.b-align-start {
  padding-inline: 0.8em 0;
}
.b-numberfield .b-fieldtrigger.b-align-end,
.b-textareafield .b-fieldtrigger.b-align-end,
.b-textfield .b-fieldtrigger.b-align-end {
  padding-inline: 0 0.8em;
}
.b-numberfield .b-fieldtrigger:before,
.b-textareafield .b-fieldtrigger:before,
.b-textfield .b-fieldtrigger:before {
  font-size: 1.3em;
  transition: all 0.3s;
}
.b-numberfield .b-spintrigger,
.b-textareafield .b-spintrigger,
.b-textfield .b-spintrigger {
  flex-direction: column;
  font-size: 1em;
}
.b-numberfield .b-spintrigger .b-spin-up:before,
.b-textareafield .b-spintrigger .b-spin-up:before,
.b-textfield .b-spintrigger .b-spin-up:before {
  content: "\f0d8";
  vertical-align: bottom;
}
.b-numberfield .b-spintrigger .b-spin-down:before,
.b-textareafield .b-spintrigger .b-spin-down:before,
.b-textfield .b-spintrigger .b-spin-down:before {
  content: "\f0d7";
  vertical-align: top;
}
.b-numberfield.b-hide-spinner .b-spintrigger,
.b-textareafield.b-hide-spinner .b-spintrigger,
.b-textfield.b-hide-spinner .b-spintrigger {
  display: none;
}
.b-numberfield input, .b-numberfield textarea,
.b-textareafield input,
.b-textareafield textarea,
.b-textfield input,
.b-textfield textarea {
  background-color: transparent;
  color: inherit;
  padding: 0.8em;
  font-weight: 400;
  flex: 1 1 0;
  border: 0 none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  min-width: 1em;
  text-align: inherit;
}
.b-numberfield input:focus, .b-numberfield textarea:focus,
.b-textareafield input:focus,
.b-textareafield textarea:focus,
.b-textfield input:focus,
.b-textfield textarea:focus {
  outline: none;
}
.b-numberfield input::-ms-clear, .b-numberfield textarea::-ms-clear,
.b-textareafield input::-ms-clear,
.b-textareafield textarea::-ms-clear,
.b-textfield input::-ms-clear,
.b-textfield textarea::-ms-clear {
  display: none;
}
.b-numberfield textarea,
.b-textareafield textarea,
.b-textfield textarea {
  align-self: stretch;
}
.b-numberfield ::-webkit-input-placeholder,
.b-textareafield ::-webkit-input-placeholder,
.b-textfield ::-webkit-input-placeholder {
  color: #cccccc;
}
.b-numberfield.b-empty .b-fieldtrigger.b-icon-remove,
.b-textareafield.b-empty .b-fieldtrigger.b-icon-remove,
.b-textfield.b-empty .b-fieldtrigger.b-icon-remove {
  visibility: hidden;
}
.b-numberfield:focus-within .b-label i,
.b-textareafield:focus-within .b-label i,
.b-textfield:focus-within .b-label i {
  color: #ffcc80;
}
.b-numberfield:not(.b-disabled):hover .b-label i,
.b-textareafield:not(.b-disabled):hover .b-label i,
.b-textfield:not(.b-disabled):hover .b-label i {
  color: #ffcc80;
}
.b-numberfield:not(.b-disabled):hover .b-field-inner,
.b-textareafield:not(.b-disabled):hover .b-field-inner,
.b-textfield:not(.b-disabled):hover .b-field-inner {
  border-color: #ffcc80;
}
.b-numberfield.b-invalid .b-field-inner,
.b-textareafield.b-invalid .b-field-inner,
.b-textfield.b-invalid .b-field-inner {
  border-color: #ef9a9a !important;
}
.b-numberfield.b-disabled,
.b-textareafield.b-disabled,
.b-textfield.b-disabled {
  color: #cccccc;
  cursor: default;
}
.b-numberfield.b-disabled input,
.b-textareafield.b-disabled input,
.b-textfield.b-disabled input {
  cursor: text;
}
.b-numberfield.b-disabled .b-fieldtrigger,
.b-textareafield.b-disabled .b-fieldtrigger,
.b-textfield.b-disabled .b-fieldtrigger {
  color: rgba(240, 240, 240, 0.5);
}
.b-numberfield.b-disabled .b-fieldtrigger,
.b-textareafield.b-disabled .b-fieldtrigger,
.b-textfield.b-disabled .b-fieldtrigger {
  cursor: default;
}
.b-numberfield.b-disabled .b-field-inner,
.b-textareafield.b-disabled .b-field-inner,
.b-textfield.b-disabled .b-field-inner {
  border-style: solid;
}
.b-numberfield.b-readonly,
.b-textareafield.b-readonly,
.b-textfield.b-readonly {
  cursor: default;
}
.b-numberfield.b-readonly input,
.b-textareafield.b-readonly input,
.b-textfield.b-readonly input {
  cursor: text;
}
.b-numberfield.b-readonly .b-fieldtrigger,
.b-textareafield.b-readonly .b-fieldtrigger,
.b-textfield.b-readonly .b-fieldtrigger {
  color: rgba(240, 240, 240, 0.5);
  cursor: default;
}

.b-numberfield input[type=number]::-webkit-inner-spin-button,
.b-numberfield input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-numberfield input[type=number] {
  -moz-appearance: textfield;
}
.b-numberfield .b-field-inner .b-fieldtrigger.b-icon-remove {
  font-size: 0.8em;
}

.b-tooltip.b-field-error-tip {
  border: 1px solid #ef9a9a;
}
.b-tooltip.b-field-error-tip .b-popup-content {
  background-color: #fffef6;
  color: #ef9a9a;
  font-weight: bold;
}

.b-divider {
  position: relative;
  justify-content: center;
  margin: 1em 0 1.5em 0;
}
.b-divider::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
  position: absolute;
  top: 50%;
}
.b-divider::after {
  display: flex;
  content: attr(data-text);
  color: #616161;
  background: #fefefe;
  padding: 0 1em;
  z-index: 1;
  font-size: 0.8em;
}

.b-filepicker {
  overflow: visible;
}
.b-filepicker.b-content-element {
  align-content: stretch;
}

.b-displayfield {
  color: inherit;
}
.b-displayfield .b-field-inner {
  border: 0;
  background: transparent;
}
.b-displayfield .b-field-inner span {
  padding: 0.8em;
}

.b-pickerfield.b-open .b-field-inner {
  border-color: #64b5f6;
}
.b-pickerfield:not(.b-readonly):not(.b-disabled) input[readonly] {
  cursor: pointer;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-datefield.b-open .b-fieldtrigger {
  color: #64b5f6 !important;
}
.b-datefield.b-no-steppers .b-step-trigger {
  display: none;
}
.b-datefield.b-rtl .b-step-trigger::before {
  transform: scaleX(-1);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-datetimefield {
  align-items: center;
  position: relative;
}
.b-datetimefield input {
  text-align: center;
}
.b-datetimefield .b-field-inner {
  height: 100%;
}
.b-datetimefield .b-datefield {
  flex: 1 1 55%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-datetimefield .b-datefield .b-field-inner {
  border: none;
  border-inline-end: 1px solid rgba(209, 209, 209, 0.5);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-datetimefield .b-timefield {
  flex: 1 1 45%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-datetimefield .b-timefield .b-field-inner {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-datetimefield:not(.b-disabled):hover .b-field-inner, .b-datetimefield:focus-within .b-field-inner {
  border-color: #ffcc80;
}
.b-datetimefield:not(.b-disabled):hover .b-datefield .b-field-inner, .b-datetimefield:focus-within .b-datefield .b-field-inner {
  border-inline-end: 1px solid rgba(209, 209, 209, 0.5);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-label {
  align-items: center;
  color: #262626;
  font-size: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-container .b-label {
  color: #616161;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-list {
  display: block;
  background-color: white;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
}
.b-list.b-floating {
  border-radius: 2px;
}
.b-list.b-empty:not(.b-masked) {
  min-height: initial !important;
}
.b-list.b-empty:not(.b-masked)[data-empty-text]::after {
  content: attr(data-empty-text);
  display: block;
  padding: 0.8em;
  color: #616161;
}
.b-list.b-masked {
  padding: 2em 0;
}
.b-list .b-selected-icon {
  margin-inline-end: 0.5em;
  display: none;
}
.b-list .b-select-all-item {
  border-bottom: 1px solid;
  font-weight: bold;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}
.b-list.b-multiselect .b-list-item .b-selected-icon {
  display: initial;
  visibility: hidden;
}
.b-list.b-multiselect .b-list-item.b-selected .b-selected-icon {
  visibility: visible;
}

.b-list-item {
  position: relative;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s;
  border-top: 1px dotted rgba(224, 224, 224, 0.8);
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.b-list-item.b-hidden {
  display: none;
}
.b-list-item:first-child {
  border-top: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-list-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-list-item.b-active, .b-list-item:focus {
  outline: none;
}
.b-list-item.b-active:not(.b-disabled), .b-list-item:focus:not(.b-disabled) {
  background-color: #64b5f6;
  color: #616161;
}
.b-list-item.b-list-item-group-header {
  font-weight: bold;
}
.b-list-item.b-list-item-group-header .b-icon-check {
  display: none;
}
.b-grouped .b-list-item:not(.b-list-item-group-header) {
  padding-inline-start: 2em;
}

.b-chipview {
  background-color: transparent;
  gap: 0.3em;
}
.b-chipview.b-empty::after {
  display: none;
}
.b-chipview input {
  padding-top: 0.6em;
  padding-bottom: calc(0.6em + 1px);
}
.b-chipview .b-chip {
  display: flex;
  align-items: center;
  padding-block: 0.3em;
  padding-inline: 0.7em;
  border-radius: 1em;
  background-color: #f9f9f9;
  color: #333333;
  transition: background-color 0.3s, color 0.3s;
}
.b-chipview .b-chip .b-icon {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #757575;
}
.b-chipview .b-chip .b-icon:first-child:not(.b-close-icon) {
  margin-inline-end: 0.5em;
  margin-inline-start: -0.4em;
}
.b-chipview .b-chip:hover {
  background-color: #ececec;
  color: #262626;
}
.b-chipview .b-chip:hover .b-icon {
  background-color: white;
  color: #757575;
}
.b-chipview .b-chip.b-selected {
  background-color: #64b5f6;
  color: #616161;
}
.b-chipview .b-chip.b-selected .b-icon {
  background-color: white;
  color: #64b5f6;
}
.b-chipview .b-chip.b-selected:hover {
  background-color: #4ca9f5;
  color: #616161;
}
.b-chipview .b-chip.b-selected:hover .b-icon {
  background-color: white;
  color: #4ca9f5;
}
.b-chipview .b-chip .b-close-icon {
  margin-inline-start: 0.5em;
  cursor: pointer;
}
.b-chipview.b-chips-closable .b-chip {
  padding-inline-end: 0.3em;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maskOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-masked {
  position: relative;
}

.b-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: transparent;
}
.b-mask:not(.b-prevent-transitions) {
  transition: opacity 1s;
}
.b-mask.b-visible {
  pointer-events: all;
  opacity: 1;
}
.b-mask.b-visible:not(.b-prevent-transitions):not(.b-delayed-show) {
  animation: maskOpacity 0.3s ease 0s 1;
}
.b-mask.b-hidden {
  pointer-events: none;
  opacity: 0;
}
.b-mask.b-hidden:not(.b-prevent-transitions) {
  animation: maskOpacity 0.2s ease 0s 1 reverse;
}
.b-mask.b-delayed-show {
  opacity: 0;
}
.b-mask.b-mask-bright, .b-mask.b-mask-bright-blur {
  background-color: #FFFFFFB2;
}
.b-mask.b-mask-dark, .b-mask.b-mask-dark-blur {
  background-color: #0000004C;
}

.b-mask-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  color: #616161;
  background-color: #64b5f6;
  border-radius: 2px;
}

.b-mask-text {
  padding: 1em;
  display: flex;
  align-items: center;
}

.b-mask-progress-bar {
  height: 3px;
  background-color: #ffcc80;
}

.b-mask-icon {
  margin-inline-end: 0.5em;
}

.b-masked-dark-blur,
.b-masked-bright-blur {
  filter: blur(3px);
  transform: scale(1.01);
  transition: all 0.5s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-messagedialog.b-popup {
  min-width: 18em;
}
.b-messagedialog.b-popup .b-button {
  min-width: 9em;
}
.b-messagedialog.b-popup .b-messagedialog-header,
.b-messagedialog.b-popup .b-messagedialog-content {
  padding: 1em;
}
.b-messagedialog.b-popup .b-messagedialog-content.b-panel-content {
  border-radius: 0;
  min-height: 4em;
}
.b-messagedialog.b-popup .b-messagedialog-input,
.b-messagedialog.b-popup .b-messagedialog-okbutton,
.b-messagedialog.b-popup .b-messagedialog-cancelbutton {
  display: none;
}
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-okbutton,
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-cancelbutton, .b-messagedialog.b-popup.b-messagedialog-confirm .b-messagedialog-okbutton,
.b-messagedialog.b-popup.b-messagedialog-confirm .b-messagedialog-cancelbutton {
  display: initial;
}
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-input {
  display: initial;
  margin: 1em 0 0 0;
}
.b-messagedialog.b-popup.b-messagedialog-alert .b-messagedialog-okbutton {
  display: initial;
}
.b-messagedialog.b-popup .b-panel-body-wrap {
  background: #f9f9f9;
}
.b-messagedialog.b-popup .b-popup-content,
.b-messagedialog.b-popup .b-toolbar {
  background: transparent;
}
.b-messagedialog.b-popup .b-toolbar .b-toolbar-content {
  justify-content: flex-end;
}
.b-messagedialog.b-popup .b-toolbar .b-toolbar-content .b-button:not(:first-child) {
  margin-inline-start: 1em;
}

.b-pagingtoolbar .b-toolbar-content {
  justify-content: center;
}
.b-pagingtoolbar .b-toolbar-content .b-numberfield {
  width: unset;
}
.b-pagingtoolbar .b-toolbar-content .b-numberfield input {
  width: 4em;
  text-align: center;
}
.b-pagingtoolbar .b-toolbar-content .b-disabled.b-html {
  color: #cccccc;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-panel.b-floating {
  border-radius: 2px;
}
.b-panel.b-floating > .b-panel-body-wrap > .b-panel-content {
  border-radius: 2px;
}
.b-panel.b-floating > .b-panel-header.b-dock-top, .b-panel.b-floating:not(.b-has-header) > .b-panel-body-wrap > .b-toolbar.b-dock-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.b-panel.b-floating > .b-panel-body-wrap > .b-toolbar.b-dock-bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating.b-panel-has-header > .b-panel-body-wrap > .b-panel-content, .b-panel.b-floating.b-panel-has-top-toolbar > .b-panel-body-wrap > .b-panel-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-panel.b-floating.b-panel-has-bottom-toolbar > .b-panel-body-wrap > .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.b-panel {
  padding: 0;
  color: #616161;
  z-index: 0;
}
.b-panel > .b-panel-body-wrap {
  background-color: #fafafa;
  overflow: hidden;
}
.b-panel > .b-panel-overlay,
.b-panel > .b-panel-body-wrap {
  z-index: 0;
}
.b-panel > .b-panel-collapse-size-locker {
  position: absolute !important;
}
.b-panel:not(.b-panel-collapsible-overlay).b-collapsed > .b-panel-collapse-size-locker {
  clip: rect(0, 0, 0, 0);
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-down:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-bottom.b-panel-collapse-down > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-bottom.b-panel-collapse-up > .b-panel-collapse-size-locker {
  top: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-up:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-top.b-panel-collapse-up > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-top.b-panel-collapse-down > .b-panel-collapse-size-locker {
  bottom: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-left:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-left.b-panel-collapse-left > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-left.b-panel-collapse-right > .b-panel-collapse-size-locker {
  right: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-right:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-right.b-panel-collapse-left > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-right.b-panel-collapse-right > .b-panel-collapse-size-locker {
  left: 0;
}
.b-panel.b-panel-collapsible-overlay:not(.b-collapsing, .b-expanding, .b-panel-overlay-revealed, .b-panel-overlay-revealing) > .b-panel-overlay > .b-panel-overlay-header {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealed > .b-panel-overlay {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow: visible;
}
.b-panel.b-panel-collapsible-overlay > .b-panel-header {
  transition: transform 0.2s ease-in-out;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed > .b-panel-header > .b-collapsify-hide {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing > .b-panel-header, .b-panel.b-panel-collapsible-overlay.b-expanding > .b-panel-header {
  opacity: 0;
}
.b-panel.b-panel-collapsible-overlay:not(.b-collapsed, .b-collapsing) > .b-panel-overlay > .b-panel-overlay-header {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing, .b-panel.b-panel-collapsible-overlay.b-expanding, .b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealing, .b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealed {
  overflow: visible;
  z-index: 1;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-down > .b-panel-collapse-size-locker {
  bottom: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-up > .b-panel-collapse-size-locker {
  top: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-left > .b-panel-collapse-size-locker {
  left: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-right > .b-panel-collapse-size-locker {
  right: 0;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing {
  overflow: visible;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing > .b-panel-header {
  z-index: -1;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-up > .b-panel-header {
  transform: translate(0, -100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-down > .b-panel-header {
  transform: translate(0, 100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-right > .b-panel-header {
  transform: translate(100%, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-left > .b-panel-header {
  transform: translate(-100%, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding) > .b-panel-collapse-size-locker {
  transition: transform 0.2s ease-in-out, clip-path 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up > .b-panel-collapse-size-locker {
  transform: translate(0, -100%);
  clip-path: inset(0 0 100% 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 0 -10px 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-top) {
  top: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down > .b-panel-collapse-size-locker {
  transform: translate(0, 100%);
  clip-path: inset(100% 0 0 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(-10px 0 0 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-bottom) {
  bottom: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left > .b-panel-collapse-size-locker {
  transform: translate(-100%, 0);
  clip-path: inset(0 0 0 100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 -10px 0 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-left) {
  left: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right > .b-panel-collapse-size-locker {
  transform: translate(100%, 0);
  clip-path: inset(0 100% 0 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 0 0 -10px);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-right) {
  right: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-expanding {
  flex: none !important;
  overflow: visible;
}
.b-panel.b-header-dock-right, .b-panel.b-header-dock-bottom {
  justify-content: flex-end;
}
.b-panel.b-collapsed:not(.b-expanding):not(.b-panel-overlay-revealed):not(.b-panel-overlay-revealing) {
  visibility: hidden;
}
.b-panel.b-collapsed > .b-panel-collapse-revealer {
  visibility: visible;
  cursor: pointer;
}
.b-panel.b-collapsed, .b-panel.b-collapsing {
  flex-grow: unset !important;
  flex-basis: unset !important;
  flex-shrink: 0 !important;
}
.b-panel.b-collapsed.b-header-dock-top, .b-panel.b-collapsed.b-header-dock-bottom, .b-panel.b-collapsing.b-header-dock-top, .b-panel.b-collapsing.b-header-dock-bottom {
  min-height: auto !important;
}
.b-panel.b-collapsed.b-header-dock-top.b-panel-collapsible-overlay, .b-panel.b-collapsed.b-header-dock-bottom.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-top.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-bottom.b-panel-collapsible-overlay {
  height: unset !important;
}
.b-vbox > .b-panel.b-collapsed.b-header-dock-top, .b-vbox > .b-panel.b-collapsed.b-header-dock-bottom, .b-vbox > .b-panel.b-collapsing.b-header-dock-top, .b-vbox > .b-panel.b-collapsing.b-header-dock-bottom {
  flex: none !important;
}
.b-panel.b-collapsed.b-header-dock-right, .b-panel.b-collapsed.b-header-dock-left, .b-panel.b-collapsing.b-header-dock-right, .b-panel.b-collapsing.b-header-dock-left {
  min-width: auto !important;
}
.b-panel.b-collapsed.b-header-dock-right.b-panel-collapsible-overlay, .b-panel.b-collapsed.b-header-dock-left.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-right.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-left.b-panel-collapsible-overlay {
  width: unset !important;
}
.b-hbox > .b-panel.b-collapsed.b-header-dock-right, .b-hbox > .b-panel.b-collapsed.b-header-dock-left, .b-hbox > .b-panel.b-collapsing.b-header-dock-right, .b-hbox > .b-panel.b-collapsing.b-header-dock-left {
  flex: none !important;
}
.b-panel.b-collapsed:not(.b-expanding).b-header-dock-right, .b-panel.b-collapsed:not(.b-expanding).b-header-dock-left {
  width: unset !important;
}
.b-panel.b-header-dock-top .b-panel-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.b-panel.b-header-dock-right .b-panel-content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-header-dock-bottom .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-header-dock-left .b-panel-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-panel.b-panel-has-bottom-toolbar .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-floating > .b-dock-top {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-panel.b-floating > .b-dock-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating > .b-dock-bottom {
  position: static;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating > .b-dock-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.b-panel-content {
  justify-content: space-between;
  overflow: hidden;
  padding: 1em;
}
.b-panel-content + .b-toolbar.b-bottom-toolbar {
  min-height: 3.8em;
}
.b-panel-content + .b-toolbar.b-bottom-toolbar .b-toolbar-content {
  padding-top: 0;
}
.b-panel-content.b-auto-container.b-single-child > .b-container {
  flex: 1 1 auto;
}
.b-panel-content.b-fit-container {
  padding: 0;
}

.b-tabpanel .b-panel-content {
  background-color: #fefefe;
}

.b-panel-header {
  display: flex;
  background-color: #64b5f6;
  color: #fff;
  padding: 1em;
  flex: 0 0 auto;
  align-items: center;
  z-index: 1;
}
.b-panel-header.b-panel-ui-toolbar {
  background-color: #f9f9f9;
  color: #616161;
  padding: 0.5em;
}
.b-panel-header.b-panel-ui-toolbar.b-dock-top, .b-panel-header.b-panel-ui-toolbar.b-dock-bottom {
  min-height: 4em;
}
.b-panel-header.b-panel-ui-toolbar.b-dock-left, .b-panel-header.b-panel-ui-toolbar.b-dock-right {
  min-width: 4em;
}
.b-panel-header.b-panel-ui-toolbar .b-header-title {
  font-size: unset;
  font-weight: unset;
}
.b-panel-header.b-panel-ui-toolbar.b-dock-top {
  border-bottom: 1px solid #e0e0e0;
}
.b-panel-header.b-dock-right {
  flex-flow: column nowrap;
}
.b-panel-header.b-dock-left {
  flex-flow: column-reverse nowrap;
}
.b-panel-header.b-dock-left .b-header-title {
  transform: rotate(180deg);
}
.b-panel-header .b-header-title {
  flex: 1 1 auto;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-panel-header .b-header-title:not(:last-child) {
  padding-inline-end: 1em;
}
.b-panel-header .b-header-title.b-align-start {
  text-align: start;
  justify-content: flex-start;
}
.b-panel-header .b-header-title.b-align-center {
  text-align: center;
  justify-content: center;
  padding-inline-end: 0;
}
.b-panel-header .b-header-title.b-align-end {
  text-align: end;
  justify-content: flex-end;
}
.b-panel-header .b-header-title.b-align-end:not(:last-child) {
  margin-inline-end: 1em;
}
.b-panel-header.b-dock-right .b-header-title, .b-panel-header.b-dock-left .b-header-title {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.b-panel-header.b-dock-right, .b-panel-header.b-dock-bottom {
  order: 100;
}

.b-button.b-tool,
.b-tool {
  cursor: pointer;
  color: #fff;
  height: 2em;
  width: 2em;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0 none;
  background-color: transparent;
  flex-shrink: 0;
  contain: paint;
}
.b-button.b-tool::-moz-focus-inner,
.b-tool::-moz-focus-inner {
  border: 0;
}
.b-button.b-tool:focus,
.b-tool:focus {
  outline: none;
}
.b-using-keyboard .b-button.b-tool:focus,
.b-using-keyboard .b-tool:focus {
  background-color: rgba(220, 220, 220, 0.5);
}
.b-button.b-tool.b-icon:before,
.b-tool.b-icon:before {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: inherit;
}
.b-button.b-tool:hover,
.b-tool:hover {
  opacity: 0.8;
}
.b-button.b-tool.b-disabled,
.b-tool.b-disabled {
  opacity: 0.4;
}
.b-button.b-tool.b-rotate-left:before,
.b-tool.b-rotate-left:before {
  transform: rotate(270deg);
}
.b-button.b-tool.b-rotate-right:before,
.b-tool.b-rotate-right:before {
  transform: rotate(90deg);
}
.b-button.b-tool i,
.b-tool i {
  display: flex;
}
.b-button.b-tool a,
.b-tool a {
  color: #fff;
}

.b-button.b-tool {
  min-height: 2em;
  min-width: 2em;
}

.b-collapsetool:not(.b-collapsing):before {
  transition: all 0.2s ease-in-out;
}
.b-collapsetool.b-icon-collapse-down:not(.b-collapsed):before {
  transform: rotate(180deg);
}
.b-collapsetool.b-icon-collapse-down.b-collapsed:before {
  transform: rotate(0deg);
}
.b-collapsetool.b-icon-collapse-right:not(.b-collapsed):before {
  transform: rotate(0deg);
}
.b-collapsetool.b-icon-collapse-right.b-collapsed:before {
  transform: rotate(180deg);
}

.b-dock-top .b-header-title:not(:last-child), .b-dock-bottom .b-header-title:not(:last-child) {
  padding-inline-end: 0.2em;
}
.b-dock-top .b-tool.b-align-start, .b-dock-bottom .b-tool.b-align-start {
  margin-block: 0;
  margin-inline: 0 0.4em;
}
.b-dock-top .b-tool.b-align-end, .b-dock-bottom .b-tool.b-align-end {
  margin-block: 0;
  margin-inline: 0.4em 0;
}

.b-dock-right .b-header-title:not(:last-child), .b-dock-left .b-header-title:not(:last-child) {
  padding: 0.2em 0;
}
.b-dock-right .b-tool.b-align-start, .b-dock-left .b-tool.b-align-start {
  margin-block-end: 0.4em;
}
.b-dock-right .b-tool.b-align-end, .b-dock-left .b-tool.b-align-end {
  margin-block-start: 0.4em;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-fieldset.b-has-label {
  align-items: center;
}
.b-fieldset.b-has-label.b-label-before > .b-panel-body-wrap {
  flex: 1 1 100%;
}
.b-fieldset.b-has-label > label {
  flex-shrink: 0;
}

.b-fieldset-header {
  background-color: transparent;
  padding: 0.5em;
  color: #262626;
}
.b-fieldset-header .b-header-title {
  font-weight: 600;
}

fieldset.b-fieldset-content {
  border: none;
  background-color: transparent;
  margin-inline-start: 0;
  margin-inline-end: 0;
  overflow: unset;
  padding-block-end: 0;
}
.b-panel-has-header > .b-radiogroup-body-wrap > fieldset.b-fieldset-content {
  padding-block-start: 1em;
  padding-inline-start: 1em;
  padding-inline-end: 1em;
}
.b-fieldset:not(.b-panel-has-header) > .b-radiogroup-body-wrap > fieldset.b-fieldset-content {
  padding: 0;
}
fieldset.b-fieldset-content.b-inline > .b-field:not(:first-child) {
  margin-inline-start: 1em;
}
fieldset.b-fieldset-content > legend.b-fieldset-legend {
  position: absolute;
  top: -10000px;
  clip: rect(0, 0, 0, 0);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-popup {
  color: #616161;
}
.b-popup.b-text-popup {
  max-width: 25em;
}
.b-popup.b-positioned {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.b-popup-content {
  background: #f9f9f9;
}
.b-popup-content a {
  color: #2e2e2e;
}

.b-popup-header {
  background-color: #64b5f6;
  color: #fff;
}

.b-modal-mask {
  background-color: rgba(100, 100, 100, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: all;
  z-index: 11001;
}

@media (max-width: 480px) {
  .b-popup {
    max-width: 100% !important;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-menu {
  min-height: 20px;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  -webkit-user-select: none;
  user-select: none;
}
.b-menu .b-panel-content {
  background-color: white;
}
.b-menu.b-empty::after {
  content: attr(data-empty-text);
  display: block;
  padding: 0.8em;
  color: #616161;
}
.b-menu .b-icon:before, .b-menu .b-icon-fw:before {
  min-width: 1.3em;
}
.b-menu.b-menu-with-submenu .b-menuitem:not(.b-has-submenu) .b-menu-text {
  margin-inline-end: 2em;
}

.b-sub-menu .b-anchor:before {
  position: absolute;
  height: 2.7em;
  width: 11px;
  left: -2px;
  content: " ";
  margin-top: -0.8em;
}

.b-menu-content {
  flex-flow: column nowrap;
  justify-content: start;
  align-items: stretch;
  padding: 0;
}
.b-menu-content > :not(.b-menuitem) {
  margin: 0.2em 0.6em;
  display: flex;
}
.b-menu-content > :not(.b-menuitem):first-child {
  margin-top: 0.4em;
}
.b-menu-content > :not(.b-menuitem):last-child {
  margin-bottom: 0.4em;
}
.b-menu-content > .b-button {
  justify-content: flex-start;
}

.b-menuitem {
  flex-shrink: 0;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  border-top: 1px dotted rgba(224, 224, 224, 0.8);
  font-size: 1em;
  min-width: 7em;
  display: flex;
  align-items: center;
}
.b-menuitem.b-disabled {
  opacity: 0.5;
}
.b-menuitem:first-child {
  border-top: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-menuitem:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-menuitem.b-separator:not(:first-child) {
  border-top: 1px solid #f9f9f9;
}
.b-menuitem.b-contains-focus, .b-menuitem:focus {
  outline: none;
  background-color: #64b5f6;
  color: #616161;
}
.b-menuitem span.b-menu-text {
  flex: 1 1 auto;
  white-space: nowrap;
  margin-inline-start: 0.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 5em;
}
.b-menuitem.b-has-submenu .b-icon-sub-menu {
  margin-inline-start: 0.3em;
}
.b-menuitem.b-rtl .b-icon-sub-menu::before {
  transform: scaleX(-1);
}

a.b-menuitem:hover .b-menu-text {
  text-decoration: underline;
}

.b-menu-with-icon .b-menuitem-icon {
  width: 1.25em;
  text-align: center;
  flex-shrink: 0;
  margin-inline-end: 0.5em;
}
.b-menu-with-icon span.b-menu-text {
  margin-inline-start: 1.75em;
}
.b-menu-with-icon .b-menuitem-icon ~ span.b-menu-text {
  margin-inline-start: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-resolution: 120dpi) {
  .b-firefox .b-radio input {
    transform: rotate(1deg);
    margin: calc(1px + 0.5px);
  }
}
.b-radio {
  /* forcing keyboard focus appearance */
  /* Overrides checkbox css */
}
.b-radio input[type=radio] {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cccccc;
  border: 0.25em solid #fff;
  background-color: #fff;
  height: 1.3em;
  width: 1.3em;
  /* Margin as large as border so not to be clipped by overflow hidden parent el */
  margin: 1px;
  z-index: 1;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.b-radio input[type=radio]:focus-visible {
  outline: 1px solid #ffcc80;
  outline-offset: 0;
}
.b-radio input[type=radio]:checked {
  background-color: #64b5f6;
}
.b-radio.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px #f9f9f9;
  background-color: transparent;
}
.b-radio > .b-field-inner label.b-radio-label {
  margin-inline-start: 0.4em;
}
.b-radio > .b-field-inner label.b-radio-label:before {
  content: none;
}

.b-radio.b-blue input[type=radio] {
  box-shadow: 0 0 0 1px #64b5f6;
  background-color: rgba(100, 181, 246, 0.1);
}
.b-radio.b-blue input[type=radio]:checked {
  background-color: #64b5f6;
}
.b-radio.b-blue.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(100, 181, 246, 0.2);
  background-color: transparent;
}

.b-radio.b-deep-orange input[type=radio] {
  box-shadow: 0 0 0 1px #ff5722;
  background-color: rgba(255, 87, 34, 0.1);
}
.b-radio.b-deep-orange input[type=radio]:checked {
  background-color: #ff5722;
}
.b-radio.b-deep-orange.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(255, 87, 34, 0.2);
  background-color: transparent;
}

.b-radio.b-orange input[type=radio] {
  box-shadow: 0 0 0 1px #ffcc80;
  background-color: rgba(255, 204, 128, 0.1);
}
.b-radio.b-orange input[type=radio]:checked {
  background-color: #ffcc80;
}
.b-radio.b-orange.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(255, 204, 128, 0.2);
  background-color: transparent;
}

.b-radio.b-indigo input[type=radio] {
  box-shadow: 0 0 0 1px #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
.b-radio.b-indigo input[type=radio]:checked {
  background-color: #3f51b5;
}
.b-radio.b-indigo.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.2);
  background-color: transparent;
}

.b-radio.b-green input[type=radio] {
  box-shadow: 0 0 0 1px #a5d6a7;
  background-color: rgba(165, 214, 167, 0.1);
}
.b-radio.b-green input[type=radio]:checked {
  background-color: #a5d6a7;
}
.b-radio.b-green.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(165, 214, 167, 0.2);
  background-color: transparent;
}

.b-radio.b-purple input[type=radio] {
  box-shadow: 0 0 0 1px #9c27b0;
  background-color: rgba(156, 39, 176, 0.1);
}
.b-radio.b-purple input[type=radio]:checked {
  background-color: #9c27b0;
}
.b-radio.b-purple.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(156, 39, 176, 0.2);
  background-color: transparent;
}

.b-radio.b-yellow input[type=radio] {
  box-shadow: 0 0 0 1px #fff176;
  background-color: rgba(255, 241, 118, 0.1);
}
.b-radio.b-yellow input[type=radio]:checked {
  background-color: #fff176;
}
.b-radio.b-yellow.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(255, 241, 118, 0.2);
  background-color: transparent;
}

.b-radio.b-red input[type=radio] {
  box-shadow: 0 0 0 1px #ef9a9a;
  background-color: rgba(239, 154, 154, 0.1);
}
.b-radio.b-red input[type=radio]:checked {
  background-color: #ef9a9a;
}
.b-radio.b-red.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(239, 154, 154, 0.2);
  background-color: transparent;
}

.b-radio.b-amber input[type=radio] {
  box-shadow: 0 0 0 1px #ffd54f;
  background-color: rgba(255, 213, 79, 0.1);
}
.b-radio.b-amber input[type=radio]:checked {
  background-color: #ffd54f;
}
.b-radio.b-amber.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(255, 213, 79, 0.2);
  background-color: transparent;
}

.b-radio.b-lime input[type=radio] {
  box-shadow: 0 0 0 1px #cddc39;
  background-color: rgba(205, 220, 57, 0.1);
}
.b-radio.b-lime input[type=radio]:checked {
  background-color: #cddc39;
}
.b-radio.b-lime.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(205, 220, 57, 0.2);
  background-color: transparent;
}

.b-radio.b-teal input[type=radio] {
  box-shadow: 0 0 0 1px #009688;
  background-color: rgba(0, 150, 136, 0.1);
}
.b-radio.b-teal input[type=radio]:checked {
  background-color: #009688;
}
.b-radio.b-teal.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(0, 150, 136, 0.2);
  background-color: transparent;
}

.b-radio.b-light-green input[type=radio] {
  box-shadow: 0 0 0 1px #8bc34a;
  background-color: rgba(139, 195, 74, 0.1);
}
.b-radio.b-light-green input[type=radio]:checked {
  background-color: #8bc34a;
}
.b-radio.b-light-green.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(139, 195, 74, 0.2);
  background-color: transparent;
}

.b-radio.b-purple input[type=radio] {
  box-shadow: 0 0 0 1px #9c27b0;
  background-color: rgba(156, 39, 176, 0.1);
}
.b-radio.b-purple input[type=radio]:checked {
  background-color: #9c27b0;
}
.b-radio.b-purple.b-disabled input[type=radio] {
  box-shadow: 0 0 0 1px rgba(156, 39, 176, 0.2);
  background-color: transparent;
}

.b-ripple {
  display: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-slider {
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.b-slider label {
  transition: color 0.2s;
}
.b-slider.b-rtl > [type=range] {
  direction: rtl;
}
.b-slider [type=range] {
  align-self: stretch;
  max-width: 100%;
  -webkit-appearance: none;
  margin: 10px 0;
  padding: 0;
  font-size: inherit;
  background-color: transparent;
}
.b-slider [type=range]:focus {
  outline: 0;
}
.b-slider [type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
.b-slider [type=range]:focus::-moz-range-track {
  background: white;
}
.b-slider [type=range]:focus::-ms-fill-lower, .b-slider [type=range]:focus::-ms-fill-upper {
  background: white;
}
.b-slider [type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.b-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.b-slider [type=range]::-ms-tooltip {
  display: none;
}
.b-slider [type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: #f9f9f9;
  border: none;
  border-radius: 2px;
}
.b-slider [type=range]::-webkit-slider-thumb {
  background: #64b5f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: -6px;
  transition: all 0.5s;
}
.b-slider [type=range]::-moz-range-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: #f9f9f9;
  border: none;
  border-radius: 2px;
}
.b-slider [type=range]::-moz-range-thumb {
  background: #64b5f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.b-slider [type=range]::-ms-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.b-slider [type=range]::-ms-fill-lower, .b-slider [type=range]::-ms-fill-upper {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
}
.b-slider [type=range]::-ms-thumb {
  background: #64b5f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 0;
}
.b-slider.b-disabled [type=range]::-ms-thumb, .b-slider.b-disabled [type=range]::-ms-fill-lower, .b-slider.b-disabled [type=range]::-ms-fill-upper {
  background: #ececec;
  cursor: default;
}
.b-slider.b-disabled [type=range]::-moz-range-thumb, .b-slider.b-disabled [type=range]::-moz-range-track {
  background: #ececec;
  cursor: default;
}
.b-slider.b-disabled [type=range]::-webkit-slider-thumb, .b-slider.b-disabled [type=range]::-webkit-slider-runnable-track {
  background: #ececec;
  cursor: default;
}
.b-grid-cell .b-slider {
  width: 100%;
}

.b-container .b-slider label {
  margin: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-container .b-slidetoggle .b-slidetoggle-label {
  margin-inline-start: 0;
}

.b-slidetoggle {
  height: 3.25em;
}
.b-slidetoggle .b-field-inner::before {
  width: 2.4em;
}
.b-slidetoggle input,
.b-slidetoggle .b-slidetoggle-toggle {
  width: 2.4em;
  height: 1.4em;
  font-size: inherit;
  flex-shrink: 0;
}
.b-slidetoggle input {
  top: -0.4em;
}
.b-slidetoggle input:checked + .b-slidetoggle-toggle {
  opacity: 1;
}
.b-slidetoggle input:checked + .b-slidetoggle-toggle .b-slidetoggle-thumb {
  background-color: #fff;
  transform: translate(1.2em, 0.2em);
}
.b-slidetoggle .b-slidetoggle-toggle {
  transition: background-color 0.2s, opacity 0.2s;
  opacity: 0.7;
  border-radius: 0.7em;
  margin-inline-end: 0.4em;
}
.b-slidetoggle:hover .b-slidetoggle-toggle {
  opacity: 1;
}
.b-slidetoggle .b-slidetoggle-thumb {
  height: 1em;
  width: 1em;
  background-color: white;
  border-radius: 0.5em;
  position: absolute;
  transform: translate(0.2em, 0.2em);
  transition: transform 0.3s ease;
}
.b-slidetoggle.b-rtl .b-slidetoggle-thumb {
  transform: translate(-0.2em, 0.2em);
}
.b-slidetoggle.b-rtl input:checked + .b-slidetoggle-toggle .b-slidetoggle-thumb {
  transform: translate(-1.2em, 0.2em);
}

.b-slidetoggle-label {
  cursor: pointer;
}

.b-slidetoggle.b-white input:checked + .b-slidetoggle-toggle {
  background-color: #fff;
}
.b-slidetoggle.b-white .b-slidetoggle-toggle {
  background-color: white;
}

.b-slidetoggle.b-blue input:checked + .b-slidetoggle-toggle {
  background-color: #64b5f6;
}
.b-slidetoggle.b-blue .b-slidetoggle-toggle {
  background-color: #b1dafb;
}

.b-slidetoggle.b-deep-orange input:checked + .b-slidetoggle-toggle {
  background-color: #ff5722;
}
.b-slidetoggle.b-deep-orange .b-slidetoggle-toggle {
  background-color: #ffab91;
}

.b-slidetoggle.b-orange input:checked + .b-slidetoggle-toggle {
  background-color: #ffcc80;
}
.b-slidetoggle.b-orange .b-slidetoggle-toggle {
  background-color: #ffe6c0;
}

.b-slidetoggle.b-amber input:checked + .b-slidetoggle-toggle {
  background-color: #ffd54f;
}
.b-slidetoggle.b-amber .b-slidetoggle-toggle {
  background-color: #ffeaa7;
}

.b-slidetoggle.b-indigo input:checked + .b-slidetoggle-toggle {
  background-color: #3f51b5;
}
.b-slidetoggle.b-indigo .b-slidetoggle-toggle {
  background-color: #9ba5de;
}

.b-slidetoggle.b-lime input:checked + .b-slidetoggle-toggle {
  background-color: #cddc39;
}
.b-slidetoggle.b-lime .b-slidetoggle-toggle {
  background-color: #e7ee9b;
}

.b-slidetoggle.b-teal input:checked + .b-slidetoggle-toggle {
  background-color: #009688;
}
.b-slidetoggle.b-teal .b-slidetoggle-toggle {
  background-color: #4bffee;
}

.b-slidetoggle.b-green input:checked + .b-slidetoggle-toggle {
  background-color: #a5d6a7;
}
.b-slidetoggle.b-green .b-slidetoggle-toggle {
  background-color: #d1ecd2;
}

.b-slidetoggle.b-light-green input:checked + .b-slidetoggle-toggle {
  background-color: #8bc34a;
}
.b-slidetoggle.b-light-green .b-slidetoggle-toggle {
  background-color: #c5e3a3;
}

.b-slidetoggle.b-purple input:checked + .b-slidetoggle-toggle {
  background-color: #9c27b0;
}
.b-slidetoggle.b-purple .b-slidetoggle-toggle {
  background-color: #d785e6;
}

.b-slidetoggle.b-yellow input:checked + .b-slidetoggle-toggle {
  background-color: #fff176;
}
.b-slidetoggle.b-yellow .b-slidetoggle-toggle {
  background-color: #fff8bb;
}

.b-slidetoggle.b-red input:checked + .b-slidetoggle-toggle {
  background-color: #ef9a9a;
}
.b-slidetoggle.b-red .b-slidetoggle-toggle {
  background-color: #f7cccc;
}

.b-slidetoggle.b-dark-gray input:checked + .b-slidetoggle-toggle {
  background-color: #757575;
}
.b-slidetoggle.b-dark-gray .b-slidetoggle-toggle {
  background-color: #bdb7b7;
}

.b-slidetoggle.b-gray input:checked + .b-slidetoggle-toggle {
  background-color: #cccccc;
}
.b-slidetoggle.b-gray .b-slidetoggle-toggle {
  background-color: #e7e4e4;
}

.b-slidetoggle.b-light-gray input:checked + .b-slidetoggle-toggle {
  background-color: #f9f9f9;
}
.b-slidetoggle.b-light-gray .b-slidetoggle-toggle {
  background-color: #fcfcfc;
}

.b-slidetoggle input:checked + .b-slidetoggle-toggle {
  background-color: #8f8f8f;
}
.b-slidetoggle .b-slidetoggle-toggle {
  background-color: #cac4c4;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-splitter {
  background-color: #f0f0f0;
  flex: 0 0 0.5em;
  position: relative;
  touch-action: none;
}
@media (pointer: coarse) {
  .b-splitter {
    --splitter-inner-size: 2em;
  }
}
@media (pointer: fine) {
  .b-splitter {
    --splitter-inner-size: 0;
  }
}
.b-splitter.b-disabled {
  flex: 0 0 1px;
  pointer-events: none;
}
.b-splitter:not(.b-disabled) {
  overflow: visible;
}
.b-splitter::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.b-splitter:hover::after, .b-splitter.b-moving::after {
  background-color: #f0f0f0;
}
.b-splitter.b-horizontal {
  cursor: ns-resize;
  min-height: 0.5em;
}
.b-splitter.b-horizontal.b-disabled {
  min-height: 1px;
}
.b-splitter.b-horizontal::after {
  height: var(--splitter-inner-size);
  width: 100%;
}
.b-splitter.b-horizontal:hover::after, .b-splitter.b-horizontal.b-moving::after {
  top: calc((10px - 0.5em) / -2);
  height: 10px;
}
.b-splitter.b-vertical {
  cursor: ew-resize;
  min-width: 0.5em;
}
.b-splitter.b-vertical.b-disabled {
  min-width: 1px;
}
.b-splitter.b-vertical::after {
  width: var(--splitter-inner-size);
  height: 100%;
}
.b-splitter.b-vertical:hover::after, .b-splitter.b-vertical.b-moving::after {
  left: calc((10px - 0.5em) / -2);
  width: 10px;
}
.b-splitter:last-child, .b-splitter:first-child {
  visibility: hidden;
  flex: 0;
  min-width: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-timefield.b-open .b-icon-clock-live {
  background-color: #64b5f6 !important;
}
.b-timefield.b-empty .b-fieldtrigger {
  animation-delay: -300s;
}
.b-timefield.b-disabled .b-icon-clock-live, .b-timefield.b-readonly .b-icon-clock-live {
  background-color: rgba(240, 240, 240, 0.5);
}
.b-timefield:not(.b-disabled):not(.b-readonly) .b-icon-angle-left:hover,
.b-timefield:not(.b-disabled):not(.b-readonly) .b-icon-angle-right:hover {
  color: #64b5f6;
}
.b-timefield.b-no-steppers .b-step-trigger {
  display: none;
}
.b-timefield .b-step-trigger::before {
  transition: color 0.3s;
}
.b-timefield.b-rtl .b-step-trigger::before {
  transform: scaleX(-1);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-timepicker {
  width: 21em;
}
.b-timepicker.b-24h {
  width: 12.8em;
}
.b-timepicker .b-panel-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.3em;
  flex-wrap: nowrap;
}
.b-timepicker .b-panel-content .b-field > .b-label {
  clip-path: inset(0, 100%, 100%, 0);
  position: absolute;
  contain: strict;
}
.b-timepicker .b-panel-content .b-widget {
  margin: 0.3em;
}
.b-timepicker .b-panel-content .b-widget.b-html {
  margin: 0;
}
.b-timepicker .b-panel-content .b-widget label {
  font-weight: bold;
}
.b-timepicker .b-panel-content .b-numberfield {
  flex: 0 1 5.3em;
}
.b-timepicker .b-panel-content .b-button {
  flex: 0 0 3em;
  padding: 0;
}
.b-timepicker .b-panel-content .b-button label {
  text-overflow: clip;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.b-float-root > .b-floating.b-toast {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  top: auto;
  inset-inline-end: 2em;
  inset-inline-start: auto;
  max-width: 60%;
  max-height: 60%;
  line-height: 1.4em;
  transition: bottom 0.25s ease-in, transform 0.25s ease-in;
  padding: 1em;
  background-color: #fafafa;
  color: #616161;
  border-radius: 2px;
  cursor: pointer;
}
.b-legacy-inset .b-float-root > .b-floating.b-toast {
  left: auto;
  right: 2em;
}
.b-legacy-inset .b-float-root > .b-floating.b-toast.b-rtl {
  left: 2em;
  right: auto;
}
.b-float-root > .b-floating.b-toast.b-toast-hide {
  bottom: 0 !important;
  transform: translateY(100%) !important;
}
.b-float-root > .b-floating.b-toast.b-icon:before {
  margin-inline-end: 0.5em;
}

.b-toast-progress {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 3px;
  background: #64b5f6;
  animation-name: progress;
  animation-timing-function: linear;
}
.b-legacy-inset .b-toast-progress {
  left: 0;
}
.b-legacy-inset .b-toast-progress.b-rtl {
  right: 0;
}

.b-float-root > .b-floating.b-toast.b-white {
  background-color: #fff;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-white .b-toast-progress {
  background: white;
}

.b-float-root > .b-floating.b-toast.b-blue {
  background-color: #64b5f6;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-blue .b-toast-progress {
  background: #a2d3fa;
}

.b-float-root > .b-floating.b-toast.b-deep-orange {
  background-color: #ff5722;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-deep-orange .b-toast-progress {
  background: #ff9a7a;
}

.b-float-root > .b-floating.b-toast.b-orange {
  background-color: #ffcc80;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-orange .b-toast-progress {
  background: #ffe0b3;
}

.b-float-root > .b-floating.b-toast.b-amber {
  background-color: #ffd54f;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-amber .b-toast-progress {
  background: #ffe695;
}

.b-float-root > .b-floating.b-toast.b-indigo {
  background-color: #3f51b5;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-indigo .b-toast-progress {
  background: #8994d6;
}

.b-float-root > .b-floating.b-toast.b-lime {
  background-color: #cddc39;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-lime .b-toast-progress {
  background: #e1ea88;
}

.b-float-root > .b-floating.b-toast.b-teal {
  background-color: #009688;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-teal .b-toast-progress {
  background: #27ffeb;
}

.b-float-root > .b-floating.b-toast.b-green {
  background-color: #a5d6a7;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-green .b-toast-progress {
  background: #c9e6ca;
}

.b-float-root > .b-floating.b-toast.b-light-green {
  background-color: #8bc34a;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-light-green .b-toast-progress {
  background: #b9db92;
}

.b-float-root > .b-floating.b-toast.b-purple {
  background-color: #9c27b0;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-purple .b-toast-progress {
  background: #ce6edf;
}

.b-float-root > .b-floating.b-toast.b-yellow {
  background-color: #fff176;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-yellow .b-toast-progress {
  background: #fff7ad;
}

.b-float-root > .b-floating.b-toast.b-red {
  background-color: #ef9a9a;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-red .b-toast-progress {
  background: #f5c2c2;
}

.b-float-root > .b-floating.b-toast.b-dark-gray {
  background-color: #757575;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-dark-gray .b-toast-progress {
  background: #acacac;
}

.b-float-root > .b-floating.b-toast.b-gray {
  background-color: #cccccc;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-gray .b-toast-progress {
  background: #e0e0e0;
}

.b-float-root > .b-floating.b-toast.b-light-gray {
  background-color: #f9f9f9;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-light-gray .b-toast-progress {
  background: #fbfbfb;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-tooltip:not(.b-allow-over) {
  -webkit-user-select: none;
  user-select: none;
}
.b-tooltip .b-tooltip-loading .b-icon {
  display: inline-block;
  margin-inline-end: 0.5em;
}

.b-tooltip-content {
  background: #fffef6;
  color: #616161;
  font-size: 1em;
  line-height: 1.4em;
  padding: 1em;
}
.b-tooltip-content a {
  color: #616161;
}

.b-textareafield textarea,
.b-textareapickerfield textarea {
  padding: 0.8em;
  align-self: stretch;
}

.b-textareapickerfield-picker {
  display: flex;
  flex: 1;
  min-height: 10em;
}
.b-textareapickerfield-picker:focus {
  outline: none;
  border-color: #ffcc80;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-toolbar {
  background-color: #f9f9f9;
  color: #616161;
  flex-shrink: 0;
}
.b-toolbar.b-dock-header, .b-toolbar.b-dock-pre-header {
  background-color: transparent;
}
.b-toolbar.b-dock-header .b-toolbar-content, .b-toolbar.b-dock-pre-header .b-toolbar-content {
  padding: 0;
}
.b-toolbar.b-dock-header > .b-button, .b-toolbar.b-dock-pre-header > .b-button {
  margin: 0;
}
.b-toolbar.b-dock-header .b-button, .b-toolbar.b-dock-pre-header .b-button {
  min-height: auto;
}
.b-toolbar.b-dock-header {
  margin-inline-start: 1em;
}
.b-toolbar.b-dock-pre-header {
  margin-inline-end: 1em;
}
.b-toolbar > .b-tool {
  align-self: center;
  background-color: transparent;
}
.b-toolbar > .b-tool.b-pressed {
  background-color: rgba(50, 50, 50, 0.2);
}
.b-toolbar .b-button:not(.b-text) {
  flex-shrink: 0;
}
.b-toolbar .b-row-start-scroller {
  margin: 0;
  margin-inline-end: 0.5em;
}
.b-toolbar.b-dock-left .b-row-start-scroller {
  margin: 0;
  margin-inline-start: 0.5em;
}
.b-toolbar.b-dock-right .b-row-start-scroller {
  margin: 0;
  margin-inline-start: 0.5em;
}
.b-toolbar .b-row-end-scroller, .b-toolbar .b-row-menu {
  margin: 0;
  margin-inline-start: 0.5em;
}
.b-toolbar .b-column-start-scroller {
  margin: 0 0 0.5em 0;
}
.b-toolbar .b-column-end-scroller, .b-toolbar .b-column-menu {
  margin: 0.5em 0 0 0;
}
.b-toolbar > .b-overflow-button {
  margin: 0.5em;
}
.b-toolbar.b-rtl > .b-overflow-button::before {
  transform: scaleX(-1);
}
.b-toolbar .b-toolbar-content {
  overflow: hidden;
  padding: 0.5em;
  gap: 0.5em;
}
.b-toolbar .b-toolbar-content .b-field {
  margin-bottom: 0;
}
.b-toolbar .b-toolbar-content > .b-toolbar-fill {
  flex: 1 1 0%;
}
.b-toolbar .b-toolbar-content .b-html {
  align-items: center;
}
.b-toolbar .b-toolbar-content .b-html code {
  margin: 0 0.5em;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field, .b-toolbar .b-toolbar-content.b-overflow .b-button {
  flex-shrink: 0;
}
.b-toolbar.b-dock-top, .b-toolbar.b-dock-bottom {
  min-height: 4em;
}
.b-toolbar.b-dock-top .b-toolbar-content > .b-toolbar-separator, .b-toolbar.b-dock-bottom .b-toolbar-content > .b-toolbar-separator {
  margin-block: 0.2em;
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-inline-start-color: #e0e0e0;
  border-inline-end-color: #ececec;
}
.b-toolbar.b-dock-top .b-toolbar-content > .b-widget:not(.b-button), .b-toolbar.b-dock-bottom .b-toolbar-content > .b-widget:not(.b-button) {
  min-height: 0;
}
.b-toolbar.b-dock-bottom .b-toolbar-content {
  padding: 1em;
}
.b-toolbar.b-dock-top {
  border-bottom: 1px solid #e0e0e0;
}
.b-toolbar.b-dock-left, .b-toolbar.b-dock-right {
  min-width: 4em;
}
.b-toolbar.b-dock-left .b-toolbar-content > .b-toolbar-separator, .b-toolbar.b-dock-right .b-toolbar-content > .b-toolbar-separator {
  margin: 0 0.5em 0.2em 0.2em;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-top-color: #e0e0e0;
  border-bottom-color: #ececec;
}
.b-toolbar.b-dock-left .b-toolbar-content > .b-widget:not(.b-button), .b-toolbar.b-dock-right .b-toolbar-content > .b-widget:not(.b-button) {
  min-width: 0;
}

.b-tabpanel .b-panel .b-toolbar {
  background-color: #fefefe;
}

.b-toolbar.b-outer {
  background-color: #f9f9f9;
}

.b-toolbar-overflow-menu > .b-panel-body-wrap > .b-menu-content .b-widget {
  flex: 0 0 auto !important;
  width: auto;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-tabpanel-tabs {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin-bottom: 0;
  background-color: transparent;
}
.b-toolbar .b-tabpanel-tabs {
  gap: 0;
}
.b-tabpanel-tab {
  display: flex;
  padding: 0.6em;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: none;
  color: #777;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.b-tabpanel-tab.b-rotate-vertical {
  min-width: auto;
  min-height: 3em;
}
.b-tabpanel-tab:not(.b-rotate-vertical) {
  min-height: auto;
  min-width: 3em;
}
.b-tabpanel-tab.b-active {
  background-color: #fefefe;
  border-color: transparent;
  color: #616161;
  z-index: 1;
}
.b-dock-left > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 0 0 0 0;
}
.b-dock-right > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 0 0 0 0;
}
.b-dock-bottom > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 0 0 0 0;
}
.b-tabpanel-tab.b-hidden {
  display: none !important;
}
.b-tabpanel-tab.b-disabled {
  background-color: transparent;
  color: rgba(119, 119, 119, 0.3);
  border-color: rgba(0, 0, 0, 0);
}
.b-tabpanel-tab:focus {
  outline: none;
}
.b-tabpanel-tab:hover:not(.b-active):not(.b-disabled), .b-tabpanel-tab:focus:not(.b-active):not(.b-disabled) {
  background-color: #f4f4f4;
  color: #616161;
}
.b-tabpanel-body.b-card-container {
  background-color: #fefefe;
  border-radius: 2px;
  border: 0 solid transparent;
  flex: 1 0 auto;
  padding: 1em;
}
.b-tabpanel[data-active-index="0"] .b-tabpanel-body {
  border-top-left-radius: 0;
}
.b-tabpanel .b-html {
  color: #616161;
}

.b-toolbar.b-tabbar {
  background-color: transparent;
  min-height: auto;
}
.b-toolbar.b-tabbar > .b-tabpanel-tabs {
  padding: 0;
}
.b-tabbar.b-dock-top .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-bottom .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-left .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-right .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child) {
  margin-inline-end: 0;
  margin-bottom: 0;
}

.b-toolbar.b-undoredo {
  padding: 0;
}
.b-toolbar.b-undoredo > * {
  border-radius: 0;
}
.b-buttongroup .b-toolbar.b-undoredo:not(:first-child) > button:first-child {
  margin-inline-start: -1px;
}
.b-buttongroup .b-toolbar.b-undoredo > .b-widget {
  margin-inline-end: 0;
}
.b-toolbar.b-undoredo .b-widget.b-combo {
  flex: 1 1 250px;
  margin: 0 0.5em;
}
.b-theme-material .b-toolbar.b-undoredo .b-widget.b-combo .b-field-inner {
  padding-inline: 0.7em;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-histogram {
  background-color: #fff;
  padding: 1px;
  contain: strict;
}
.b-histogram svg * {
  vector-effect: non-scaling-stroke;
}
.b-histogram rect {
  fill: #a5d6a7;
  transition-property: x, y, width, height, fill;
  transition-duration: 1000ms;
}
.b-histogram rect.b-exceeds-top {
  fill: #ef9a9a;
}
.b-histogram text.b-bar-legend {
  writing-mode: tb;
  text-anchor: end;
  font-size: 75%;
}
.b-histogram svg {
  overflow: visible;
}
.b-histogram path {
  fill: transparent;
  stroke: #f99;
  transition: d 1000ms;
  pointer-events: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-scale {
  contain: strict;
}
.b-scale svg * {
  vector-effect: non-scaling-stroke;
}
.b-scale.b-scale-vertical text.b-scale-tick-label {
  transform: translateY(0.3em);
}
.b-scale.b-scale-vertical.b-align-right {
  text-anchor: end;
}
.b-scale.b-scale-horizontal text.b-scale-tick-label {
  text-anchor: middle;
}
.b-scale path {
  stroke: #9c9c9c;
  pointer-events: none;
}
.b-scale text {
  fill: #808080;
}

.b-hbox,
.b-vbox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.b-hbox > .b-box-center,
.b-vbox > .b-box-center {
  flex: 1 1 auto;
}

.b-hbox {
  flex-flow: row nowrap;
}

.b-vbox {
  flex-flow: column nowrap;
}

.b-box-justify-stretch {
  justify-content: stretch;
}

.b-card-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.b-card-container.b-animating {
  overflow: hidden;
}
.b-card-container > .b-card-item {
  flex: 1 0 100%;
  align-items: stretch;
  max-width: 100%;
}
.b-card-container.b-hide-child-headers > .b-panel:not(.b-positioned) > .b-panel-header {
  display: none;
}

@keyframes b-card-slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes b-card-slide-out-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes b-card-slide-in-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes b-card-slide-out-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.b-slide-in-left {
  animation: b-card-slide-in-left 0.3s ease 0s 1;
}

.b-slide-out-right {
  pointer-events: none;
  left: 1em;
  animation: b-card-slide-out-right 0.3s ease 0s 1;
}

.b-slide-in-right {
  animation: b-card-slide-in-right 0.3s ease 0s 1;
}

.b-slide-out-left {
  pointer-events: none;
  margin-inline-start: -1em;
  margin-inline-end: 1em;
  animation: b-card-slide-out-left 0.3s ease 0s 1;
}

.b-fit-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
.b-fit-container > .b-fit-item {
  flex: 1 0 auto;
  margin: 0;
  max-width: 100%;
  align-self: stretch !important;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-resource-avatar {
  touch-action: pan-x pan-y;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  flex-shrink: 0;
}
.b-resource-avatar.b-resource-icon:before {
  font-size: 1.5em;
}

.b-resource-initials {
  background: #64b5f6;
  color: #fff;
  text-transform: uppercase;
}

.b-icon-clock-live {
  background-color: rgba(189, 189, 189, 0.5);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: relative;
  animation-delay: 0s;
}
.b-icon-clock-live:before, .b-icon-clock-live:after {
  position: absolute;
  display: block;
  font-size: 1em !important;
  content: "";
  width: 0.1em !important;
  left: 0.44em;
  /* half width of clock - half width of hand */
  background: #fff;
  border-radius: 0.5em;
}
.b-icon-clock-live:before {
  top: 0.15em;
  height: 0.4em !important;
  /* half the width/height of the clock */
  transform-origin: 0.05em 0.35em;
  animation: rotate 6s infinite linear;
  animation-play-state: paused;
  animation-delay: inherit;
}
.b-icon-clock-live:after {
  top: 0.22em;
  height: 0.33em;
  /* top + height for little hand must = top + height for big hand */
  transform-origin: 0.05em 0.3em;
  animation: rotate 72s infinite linear;
  /* time should be big-hand time * 12 */
  animation-play-state: paused;
  animation-delay: inherit;
}

/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --b-fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.b-fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.b-content-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-theme-info:before {
  content: '{"name":"Classic-Light"}';
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-background: #e9e9e9;
  --taskboard-color: #222;
  --taskboard-font-size: null;
  --taskboard-gap: 1em;
  --taskboard-header-text-transform: uppercase;
  --taskboard-body-padding: null;
  --taskboard-column-headers-sticky-background: var(--taskboard-background);
  --taskboard-column-count-color: var(--taskboard-column-header-icon-color);
  --taskboard-column-count-font-size: .9em;
  --taskboard-column-gap: var(--taskboard-gap);
  --taskboard-column-padding: var(--taskboard-gap);
  --taskboard-column-background: #f2f2f2;
  --taskboard-column-border-radius: null;
  --taskboard-column-box-shadow: null;
  --taskboard-column-min-width: 12em;
  --taskboard-column-header-background: var(--taskboard-column-background);
  --taskboard-column-header-border-radius: null;
  --taskboard-column-header-border-top: null;
  --taskboard-column-header-box-shadow: null;
  --taskboard-column-header-color: var(--taskboard-color);
  --taskboard-column-header-icon-color: #666;
  --taskboard-column-header-font-size: 1.2em;
  --taskboard-column-header-font-weight: 400;
  --taskboard-column-header-gap: var(--taskboard-gap);
  --taskboard-column-header-sticky-height: 4em;
  --taskboard-column-header-text-align: null;
  --taskboard-column-header-text-transform: var(--taskboard-header-text-transform);
  --taskboard-column-header-padding: var(--taskboard-column-padding);
  --taskboard-column-header-collapsed-title-top: 2.5em;
  --taskboard-swimlane-header-background: #e0e0e0;
  --taskboard-swimlane-header-border-radius: null;
  --taskboard-swimlane-header-border-bottom: null;
  --taskboard-swimlane-header-border-top: null;
  --taskboard-swimlane-header-box-shadow: null;
  --taskboard-swimlane-header-color: var(--taskboard-column-header-color);
  --taskboard-swimlane-header-font-size: .9em;
  --taskboard-swimlane-header-icon-color: var(----taskboard-column-header-icon-color);
  --taskboard-swimlane-header-padding: var(--taskboard-gap);
  --taskboard-swimlane-header-text-transform: var(--taskboard-header-text-transform);
  --taskboard-swimlane-background: null;
  --taskboard-card-background: #fcfcfc;
  --taskboard-card-border-top: null;
  --taskboard-card-border-right: null;
  --taskboard-card-border-bottom: null;
  --taskboard-card-border-left: null;
  --taskboard-card-border-top-radius: 3px;
  --taskboard-card-border-bottom-radius: 3px;
  --taskboard-card-box-shadow: 0 2px 1px -1px #00000020, 0 1px 1px #00000015;
  --taskboard-card-gap: var(--taskboard-gap);
  --taskboard-card-inline-height: 6em;
  --taskboard-card-inline-large-height: 8em;
  --taskboard-card-padding: var(--taskboard-gap);
  --taskboard-card-readonly-color: var(--taskboard-light-gray);
  --taskboard-card-readonly-background: var(--taskboard-card-background) repeating-linear-gradient(45deg, #f0f0f0ff, #f0f0f0ff 10px, #ffffff00 10px, #ffffff00 20px);
  --taskboard-card-hover-background: #fff;
  --taskboard-card-hover-box-shadow: 0 3px 2px -2px #00000020, 0 3px 3px #00000015;
  --taskboard-card-hover-transform: translateY(-1px);
  --taskboard-card-focus-background: var(--taskboard-card-selected-background);
  --taskboard-card-focus-outline-offset: -1px;
  --taskboard-card-focus-outline: 2px solid #64b5f6;
  --taskboard-card-selected-background: #fff9eb;
  --taskboard-card-selected-box-shadow: 0 3px 2px -2px #00000030, 0 3px 3px #00000023;
  --taskboard-card-selected-transform: translateY(-1px);
  --taskboard-card-selected-animation: null;
  --taskboard-card-selected-outline: null;
  --taskboard-card-unselected-opacity: null;
  --taskboard-card-unselected-hover-opacity: null;
  --taskboard-card-unselected-box-shadow: var(--taskboard-card-box-shadow);
  --taskboard-card-header-background: null;
  --taskboard-card-header-color: var(--taskboard-color);
  --taskboard-card-header-font-size: null;
  --taskboard-card-header-font-weight: null;
  --taskboard-card-header-gap: .5em;
  --taskboard-card-header-padding: var(--taskboard-card-padding);
  --taskboard-card-body-color: #666;
  --taskboard-card-body-gap: var(--taskboard-card-padding);
  --taskboard-card-body-padding: 0 var(--taskboard-card-padding) var(--taskboard-card-padding) var(--taskboard-card-padding);
  --taskboard-card-footer-color: #999;
  --taskboard-card-footer-font-size: 1em;
  --taskboard-card-footer-gap: var(--taskboard-card-padding);
  --taskboard-card-footer-padding: 0 var(--taskboard-gap) var(--taskboard-gap) var(--taskboard-gap);
  --taskboard-card-highlight-color: var(--taskboard-orange);
  -webkit-user-select: none;
  user-select: none;
}

.b-taskboardbase {
  -webkit-user-select: none;
  user-select: none;
  font-size: var(--taskboard-font-size);
}

.b-taskboard-body {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  overflow: auto;
  position: relative;
  background: var(--taskboard-background);
}
.b-taskboard-body.b-dom-transition * {
  transition: all 0.3s;
  pointer-events: none;
}

.b-taskboard-column-headers {
  display: flex;
  width: 100%;
  z-index: 2;
  gap: var(--taskboard-column-gap);
  padding: var(--taskboard-body-padding);
  padding-bottom: 0;
}
.b-sticky-headers .b-taskboard-column-headers {
  position: sticky;
  top: 0;
  background: var(--taskboard-column-headers-sticky-background);
  height: var(--taskboard-column-header-sticky-height);
  min-height: var(--taskboard-column-header-sticky-height);
}
.b-taskboard-body.b-horizontal-overflow .b-taskboard-column-headers {
  width: fit-content;
  width: -moz-fit-content;
}

.b-taskboard-column-header {
  display: flex;
  transition: width 0.2s;
  overflow: hidden;
  align-items: center;
  background-color: var(--taskboard-column-header-background);
  border-radius: var(--taskboard-column-header-border-radius);
  border-top: var(--taskboard-column-header-border-top);
  box-shadow: var(--taskboard-column-header-box-shadow);
  font-weight: var(--taskboard-column-header-font-weight);
  text-align: var(--taskboard-column-header-text-align);
  text-transform: var(--taskboard-column-header-text-transform);
}
.b-taskboard-column-header.b-collapsed .b-taskboard-column-expander {
  margin: 0;
  transform: rotate(0deg);
}
.b-rtl .b-taskboard-column-header.b-collapsed .b-taskboard-column-expander {
  transform: rotate(180deg);
}
.b-taskboard-column-header.b-rotate-title:not(.b-collapsing) {
  overflow: visible;
}
.b-taskboard-column-header.b-rotate-title:not(.b-collapsing) .b-taskboard-column-header-padder {
  position: relative;
  overflow: visible;
}
.b-taskboard-column-header.b-rotate-title:not(.b-collapsing) .b-taskboard-column-title {
  position: absolute;
  top: var(--taskboard-column-header-collapsed-title-top);
  transform: rotate(90deg);
  overflow: visible;
  padding-inline-start: var(--taskboard-column-header-padding);
}
.b-rtl .b-taskboard-column-header.b-rotate-title:not(.b-collapsing) .b-taskboard-column-title {
  transform: rotate(270deg);
}
.b-taskboard-column-header i {
  color: var(--taskboard-column-header-icon-color);
}
.b-taskboard-column-header i:hover {
  color: var(--taskboard-column-header-color);
}

.b-taskboard-column-header-padder {
  display: flex;
  flex: 1;
  align-items: stretch;
  overflow: hidden;
  width: 0;
  gap: var(--taskboard-column-header-gap);
  padding: var(--taskboard-column-header-padding);
}
.b-collapsed:not(.b-collapsing) > .b-taskboard-column-header-padder {
  justify-content: center;
}
.b-taskboard-column-header-padder > * {
  display: flex;
  align-items: center;
}
.b-collapsed > .b-taskboard-column-header-padder::before {
  display: none;
}
.b-collapsed:not(.b-rotate-title) > .b-taskboard-column-header-padder > :not(.b-taskboard-column-expander) {
  display: none;
}

.b-taskboard-column-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
  color: var(--taskboard-column-header-color);
  font-size: var(--taskboard-column-header-font-size);
  font-weight: var(--taskboard-column-header-font-weight);
}

.b-taskboard-column-count {
  transform: none;
  transition: transform 0.2s;
  margin-inline-start: 0.4em;
  font-size: var(--taskboard-column-count-font-size);
  color: var(--taskboard-column-count-color);
}

.b-taskboard-swimlane {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  width: fit-content;
  width: -moz-fit-content;
  background-color: var(--taskboard-swimlane-background);
}
.b-taskboard-swimlane > .b-taskboard-column {
  min-height: 2em;
}
.b-taskboard-swimlane.b-collapsed .b-taskboard-swimlane-body {
  height: 0 !important;
}
.b-taskboard-swimlane.b-collapsed .b-taskboard-swimlane-expander {
  transform: rotate(0deg);
}
.b-taskboard-swimlane.b-collapsed .b-taskboard-column {
  overflow: hidden;
}
.b-taskboard-swimlane.b-collapsing .b-taskboard-column-body, .b-taskboard-swimlane.b-expanding .b-taskboard-column-body {
  overflow: hidden;
}
.b-taskboard-swimlane.b-last .b-taskboard-swimlane-body {
  padding-bottom: var(--taskboard-body-padding);
}

.b-taskboard-swimlane[data-lane=default] {
  flex: 1;
  overflow: hidden;
}
.b-taskboard-swimlane[data-lane=default] .b-taskboard-swimlane-body {
  flex: 1;
  overflow: hidden;
}

.b-taskboard-swimlane-header {
  display: flex;
  align-items: center;
  z-index: 1;
  margin: 0 var(--taskboard-body-padding);
  background: var(--taskboard-swimlane-header-background);
  border-radius: var(--taskboard-swimlane-header-border-radius);
  border-top: var(--taskboard-swimlane-header-border-top);
  border-bottom: var(--taskboard-swimlane-header-border-bottom);
  box-shadow: var(--taskboard-swimlane-header-box-shadow);
  gap: var(--taskboard-column-header-gap);
  padding: var(--taskboard-swimlane-header-padding);
  text-transform: var(--taskboard-swimlane-header-text-transform);
}
.b-taskboard-swimlane-header * {
  font-size: var(--taskboard-swimlane-header-font-size);
}
.b-sticky-headers .b-taskboard-swimlane-header {
  position: sticky;
  top: var(--taskboard-column-header-sticky-height);
}
.b-taskboard-swimlane-header i {
  color: var(--taskboard-swimlane-header-icon-color);
}
.b-taskboard-swimlane-header i:hover {
  color: var(--taskboard-swimlane-header-color);
}
.b-collapsible > .b-taskboard-swimlane-header {
  cursor: pointer;
}

.b-taskboard-swimlane-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--taskboard-swimlane-header-color);
}
.b-sticky-headers .b-taskboard-swimlane-title {
  position: sticky;
  left: var(--taskboard-swimlane-header-padding);
}
.b-rtl .b-sticky-headers .b-taskboard-swimlane-title {
  left: auto;
  right: var(--taskboard-swimlane-header-padding);
}

.b-taskboard-swimlane-count {
  font-size: var(--taskboard-column-count-font-size);
}

.b-taskboard-column-expander,
.b-taskboard-swimlane-expander {
  cursor: pointer;
  font-size: 1.4em;
  transform: rotate(180deg);
  transition: transform 0.2s;
  position: relative;
}
.b-rtl .b-taskboard-column-expander,
.b-rtl .b-taskboard-swimlane-expander {
  transform: rotate(0deg);
}

.b-taskboard-column-expander {
  margin-inline-end: -0.5em;
  order: 500;
}

.b-taskboard-swimlane-body {
  display: flex;
  flex-direction: row;
  transition: height 0.2s, flex 0.2s;
  gap: var(--taskboard-column-gap);
  padding: 0 var(--taskboard-body-padding);
}

.b-taskboard-column-header,
.b-taskboard-column {
  min-width: var(--taskboard-column-min-width);
}
.b-taskboard-column-header.b-fixed-width,
.b-taskboard-column.b-fixed-width {
  flex-shrink: 0;
}
.b-taskboard-column-header:not(.b-fixed-width),
.b-taskboard-column:not(.b-fixed-width) {
  flex: 1;
}
.b-taskboard-column-header.b-collapsed,
.b-taskboard-column.b-collapsed {
  flex: unset;
  width: 0 !important;
  min-width: 2em;
  justify-content: center;
}
.b-taskboard-column-header.b-expanding,
.b-taskboard-column.b-expanding {
  flex: unset;
}

.b-taskboard-column {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  transition: width 0.2s;
  background-color: var(--taskboard-column-background);
  border-radius: var(--taskboard-column-border-radius);
  box-shadow: var(--taskboard-column-box-shadow);
}
.b-taskboard-column.b-collapsed:not(.b-collapsing) .b-taskboard-column-bbar,
.b-taskboard-column.b-collapsed:not(.b-collapsing) .b-taskboard-card {
  display: none;
}

.b-inline .b-taskboard-card {
  overflow: hidden;
  height: var(--taskboard-card-inline-height);
}
.b-inline.b-2-tasks-per-row .b-taskboard-card {
  height: var(--taskboard-card-inline-large-height);
}

.b-taskboard-column-body {
  display: grid;
  flex: 1;
  grid-auto-rows: min-content;
  align-items: start;
  height: fit-content;
  height: -moz-fit-content;
  overflow: auto;
  min-height: calc(2 * var(--taskboard-column-padding) + var(--taskboard-card-gap));
  gap: var(--taskboard-card-gap);
  padding: var(--taskboard-column-padding);
}

.b-taskboard-card {
  position: relative;
  cursor: pointer;
  min-height: 2em;
  min-width: 0;
  opacity: 1;
  transition: background 0.2s linear, transform 0.2s ease, box-shadow 0.2s linear, opacity 0.2s linear, height 0.2s ease-in;
  background: var(--taskboard-card-background);
  border-radius: var(--taskboard-card-border-top-radius) var(--taskboard-card-border-top-radius) var(--taskboard-card-border-bottom-radius) var(--taskboard-card-border-bottom-radius);
  border-block-start: var(--taskboard-card-border-top);
  border-inline-end: var(--taskboard-card-border-right);
  border-block-end: var(--taskboard-card-border-bottom);
  border-inline-start: var(--taskboard-card-border-left);
  box-shadow: var(--taskboard-card-box-shadow);
}
.b-taskboard-card:hover {
  background: var(--taskboard-card-hover-background);
  box-shadow: var(--taskboard-card-hover-box-shadow);
  transform: var(--taskboard-card-hover-transform);
}
.b-taskboardbase.b-dragging-task .b-taskboard-card:hover {
  background: var(--taskboard-card-background);
  box-shadow: var(--taskboard-card-box-shadow);
  transform: none;
}
.b-taskboard-card.b-selected {
  animation-name: var(--taskboard-card-selected-animation);
  animation-duration: 0.2s;
  transform: var(--taskboard-card-selected-transform);
  background: var(--taskboard-card-selected-background);
  box-shadow: var(--taskboard-card-selected-box-shadow);
}
.b-taskboard-card.b-selected::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: var(--taskboard-card-selected-outline);
  border-radius: var(--taskboard-card-border-top-radius) var(--taskboard-card-border-top-radius) var(--taskboard-card-border-bottom-radius) var(--taskboard-card-border-bottom-radius);
  top: var(--taskboard-card-focus-outline-offset);
  right: var(--taskboard-card-focus-outline-offset);
  bottom: var(--taskboard-card-focus-outline-offset);
  left: var(--taskboard-card-focus-outline-offset);
}
.b-taskboard-card.b-selected:hover {
  animation-duration: -1;
}
.b-taskboard-card:focus-within {
  background: var(--taskboard-card-focus-background);
}
.b-using-keyboard .b-taskboard-card:focus-within {
  outline: var(--taskboard-card-focus-outline);
  outline-offset: var(--taskboard-card-focus-outline-offset);
}
.b-has-selection .b-taskboard-card:not(.b-selected) {
  box-shadow: var(--taskboard-card-unselected-box-shadow);
  opacity: var(--taskboard-card-unselected-opacity);
}
.b-has-selection .b-taskboard-card:not(.b-selected):hover {
  box-shadow: var(--taskboard-card-hover-box-shadow);
  opacity: var(--taskboard-card-unselected-hover-opacity);
}
.b-taskboard-card.b-fx-highlight {
  animation: b-fx-highlight-card-animation 1s ease-out;
}
.b-taskboard-card.b-readonly {
  background: var(--taskboard-card-readonly-background);
  color: var(--taskboard-card-readonly-color);
}
.b-taskboard-card.b-readonly .b-taskboard-card-header::before {
  content: "\f023";
  font-family: "Font Awesome 6 Free", FontAwesome6Free;
  font-weight: 900;
}

@keyframes b-fx-highlight-card-animation {
  0% {
    box-shadow: var(--taskboard-card-box-shadow);
  }
  50% {
    box-shadow: 0 0 3px 1px var(--taskboard-card-highlight-color);
  }
  100% {
    box-shadow: var(--taskboard-card-box-shadow);
  }
}
.b-medium-cards .b-taskboard-card-header .b-taskboard-text[data-role=item-name],
.b-small-cards .b-taskboard-card-header .b-taskboard-text[data-role=item-name],
.b-tiny-cards .b-taskboard-card-header .b-taskboard-text[data-role=item-name] {
  white-space: nowrap;
  width: 0;
}

.b-taskboard-column.b-micro-cards .b-taskboard-card {
  height: 2em;
  min-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-taskboard-column.b-micro-cards .b-taskboard-card-header,
.b-taskboard-column.b-micro-cards .b-taskboard-card-body {
  display: none;
}
.b-taskboard-column.b-micro-cards .b-taskboard-card-footer {
  padding: 0;
}

.b-taskboard-card-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: background 0.2s linear;
  overflow: hidden;
  background: var(--taskboard-card-header-background);
  border-radius: var(--taskboard-card-border-top-radius) var(--taskboard-card-border-top-radius) 0 0;
  font-size: var(--taskboard-card-header-font-size);
  font-weight: var(--taskboard-card-header-font-weight);
  gap: var(--taskboard-card-header-gap);
  padding: var(--taskboard-card-header-padding);
}
.b-taskboard-card-header .b-taskboard-text {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--taskboard-card-header-color);
}
.b-taskboard-card-header .b-taskboard-text[data-ref=text] {
  flex: 1;
}

.b-taskboard-card-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: var(--taskboard-card-body-gap);
  padding: var(--taskboard-card-body-padding);
}
.b-taskboard-card-body .b-taskboard-text {
  color: var(--taskboard-card-body-color);
}

.b-taskboard-card-header + .b-taskboard-card-footer {
  padding-top: 0;
}

.b-taskboard-card-footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: var(--taskboard-card-footer-gap);
  padding: var(--taskboard-card-footer-padding);
}
.b-taskboard-card-footer .b-taskboard-text {
  flex: 1;
}
.b-taskboard-card-footer .b-taskboard-taskitem {
  font-size: var(--taskboard-card-footer-font-size);
  color: var(--taskboard-card-footer-color);
}

@keyframes selected {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
@media (max-width: 736px) {
  .b-taskboard-column-header-padder > i:not(.b-icon-menu-horizontal) {
    display: none;
  }
}
@media (max-width: 480px) {
  .b-taskboard-column-header-padder > i {
    display: none;
  }
}
.b-taskboard-taskitem {
  position: relative;
}

.b-taskboard-image {
  width: 100%;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-progressitem-background: #eee;
  --taskboard-progressitem-color: currentColor;
  --taskboard-progressitem-height: 3px;
  --taskboard-progressitem-border: null;
  --taskboard-progressitem-border-radius: 2px;
}

.b-taskboard-progress {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--taskboard-progressitem-color);
  height: var(--taskboard-progressitem-height);
}

.b-taskboard-progress-outline {
  width: 100%;
  height: 100%;
  border-radius: var(--taskboard-progressitem-border-radius);
  background: var(--taskboard-progressitem-background);
  border: var(--taskboard-progressitem-border);
}

.b-taskboard-progress-progress {
  border-radius: 2px;
  transition: width 0.2s;
  height: 100%;
  background: var(--taskboard-progressitem-color);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-resourceavatars-avatar-font-size: .8em;
  --taskboard-resourceavatars-avatar-size: 2em;
  --taskboard-resourceavatars-avatar-gap: .5em;
  --taskboard-resourceavatars-overflow-color: #fff;
  --taskboard-resourceavatars-overflow-background: #00000077;
  --taskboard-resourceavatars-overlap: var(--taskboard-resourceavatars-avatar-size) / 3;
}

.b-taskboard-resource-avatars {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  font-size: var(--taskboard-resourceavatars-avatar-font-size);
  gap: var(--taskboard-resourceavatars-avatar-gap);
  min-height: var(--taskboard-resourceavatars-avatar-size);
}
.b-taskboard-resource-avatars .b-resource-avatar {
  transition: transform 0.1s;
  height: var(--taskboard-resourceavatars-avatar-size);
  width: var(--taskboard-resourceavatars-avatar-size);
}
.b-taskboard-resource-avatars .b-resource-avatar:hover {
  transform: scale(1.1);
}
.b-taskboard-resource-avatars.b-overlap {
  gap: 0;
}
.b-taskboard-resource-avatars.b-overlap .b-taskboard-resource-avatar-wrap:not(:last-child) {
  width: calc(var(--taskboard-resourceavatars-avatar-size) - var(--taskboard-resourceavatars-overlap));
}

.b-taskboard-resource-avatar-overflow {
  position: relative;
  transition: transform 0.1s;
}
.b-taskboard-resource-avatar-overflow::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  content: attr(data-count);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--taskboard-resourceavatars-overflow-background);
  color: var(--taskboard-resourceavatars-overflow-color);
}
.b-taskboard-resource-avatar-overflow:hover {
  transform: scale(1.1);
}

.b-taskboard-column.b-micro-cards .b-taskboard-resource-avatars {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-separatoritem-color: var(--taskboard-card-footer-color);
}

.b-taskboard-separator {
  margin: 0;
  border: none;
  border-top: 1px solid var(--taskboard-separatoritem-color);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-ratingitem-color: var(--taskboard-progressitem-background);
  --taskboard-ratingitem-filled-color: currentColor;
}

.b-taskboard-rating i:not(.b-filled) {
  color: var(--taskboard-ratingitem-color);
}
.b-taskboard-rating i.b-filled {
  color: var(--taskboard-ratingitem-filled-color);
}

.b-taskboardbase {
  --taskboard-tag-color: var(--taskboard-card-footer-color);
  --taskboard-tag-border: 1px solid currentColor;
  --taskboard-tag-border-radius: 1em;
  --taskboard-tag-font-size: .7em;
  --taskboard-tag-gap: .25em;
  --taskboard-tag-padding: .4em .5em;
}

.b-taskboard-tags {
  display: flex;
  flex-flow: row wrap;
  gap: var(--taskboard-tag-gap);
}

.b-taskboard-tags-tag {
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  border: var(--taskboard-tag-border);
  border-radius: var(--taskboard-tag-border-radius);
  color: var(--taskboard-tag-color);
  font-size: var(--taskboard-tag-font-size);
  padding: var(--taskboard-tag-padding);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboard-template,
.b-taskboard-text {
  color: var(--taskboard-card-body-color);
}

.b-taskboard-card-footer .b-taskboard-template,
.b-taskboard-card-footer .b-taskboard-text {
  color: var(--taskboard-card-footer-color);
}

.b-taskboardbase {
  --taskboard-todolist-color: var(--taskboard-card-body-color);
  --taskboard-todolist-checked-color: var(--taskboard-card-footer-color);
}

.b-taskboard-todolist-todo {
  cursor: pointer;
}
.b-taskboard-todolist-todo i {
  margin-inline-end: 0.5em;
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
}
.b-taskboard-todolist-todo span {
  transition: color 0.2s;
  color: var(--taskboard-todolist-color);
}
.b-taskboard-todolist-todo.b-checked i, .b-taskboard-todolist-todo.b-checked span {
  color: var(--taskboard-todolist-checked-color);
}

.b-taskboard-card:not(.b-readonly) .b-taskboard-todolist-todo:hover {
  color: var(--taskboard-todolist-hover-color);
}
.b-taskboard-card:not(.b-readonly) .b-taskboard-todolist-todo:hover i {
  opacity: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-columndrag-background: var(--taskboard-background);
  --taskboard-columndrag-box-shadow: var(--taskboard-taskdrag-card-box-shadow);
  --taskboard-columndrag-drop-background: var(--taskboard-taskdrag-drop-background);
  --taskboard-columndrag-drop-border: var(--taskboard-taskdrag-drop-border);
  --taskboard-columndrag-invalid-background: #c6282811;
  --taskboard-columndrag-invalid-color: var(--taskboard-red);
}

.b-taskboard-column-header.b-drag-original,
.b-taskboard-column.b-drag-original {
  display: none;
}

.b-taskboard-column-drag-proxy {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background: var(--taskboard-columndrag-background);
  border-radius: var(--taskboard-column-header-border-radius);
  box-shadow: var(--taskboard-columndrag-box-shadow);
}
.b-taskboard-column-drag-proxy .b-taskboard-swimlane-expander,
.b-taskboard-column-drag-proxy .b-taskboard-swimlane-title {
  visibility: hidden;
}
.b-taskboard-column-drag-proxy.b-dropping {
  transition: transform 0.2s;
}
.b-sticky-headers .b-taskboard-column-drag-proxy .b-taskboard-column-header {
  height: var(--taskboard-column-header-sticky-height);
  min-height: var(--taskboard-column-header-sticky-height);
}
.b-taskboard-column-drag-proxy .b-taskboard-column-header {
  flex: unset;
  flex-shrink: 0;
}
.b-taskboard-column-drag-proxy .b-taskboard-swimlane-header {
  margin: 0;
}
.b-taskboard-column-drag-proxy .b-taskboard-swimlane .b-taskboard-swimlane-body {
  flex: 1 0 0;
  padding-inline: 0;
}
.b-taskboard-column-drag-proxy .b-taskboard-swimlane.b-last .b-taskboard-swimlane-body {
  padding-bottom: 0;
}

.b-taskboard-column-drop-indicator {
  background: var(--taskboard-columndrag-drop-background);
}
.b-taskboard-column-drop-indicator.b-invalid {
  background: var(--taskboard-columndrag-invalid-background);
}

.b-taskboard-column-headers .b-taskboard-column-drop-indicator {
  border: var(--taskboard-columndrag-drop-border);
  border-bottom: none;
  border-radius: var(--taskboard-column-header-border-radius);
}
.b-taskboard-column-headers .b-taskboard-column-drop-indicator.b-invalid {
  border-color: var(--taskboard-columndrag-invalid-color);
}

.b-taskboard-swimlane .b-taskboard-column-drop-indicator {
  border: var(--taskboard-columndrag-drop-border);
  border-top: none;
  border-bottom: none;
}
.b-taskboard-swimlane .b-taskboard-column-drop-indicator.b-invalid {
  border-color: var(--taskboard-columndrag-invalid-color);
}

.b-taskboard-swimlane.b-last .b-taskboard-column-drop-indicator {
  border: var(--taskboard-columndrag-drop-border);
  border-top: none;
  border-radius: var(--taskboard-column-border-radius);
}
.b-taskboard-swimlane.b-last .b-taskboard-column-drop-indicator.b-invalid {
  border-color: var(--taskboard-columndrag-invalid-color);
}

.b-column-header-button {
  cursor: pointer;
  font-size: 1.2em;
  order: 600;
}

.b-rotate-title:not(.b-collapsing) .b-column-header-button {
  display: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-columntoolbars-color: #666;
}

.b-taskboard-column-tbar.b-toolbar,
.b-taskboard-column-bbar.b-toolbar {
  border: none;
  background: transparent;
}
.b-taskboard-column-tbar.b-toolbar .b-toolbar-content,
.b-taskboard-column-bbar.b-toolbar .b-toolbar-content {
  justify-content: center;
  align-items: center;
  padding: var(--taskboard-column-padding);
}
.b-taskboard-column-tbar.b-toolbar .b-button,
.b-taskboard-column-bbar.b-toolbar .b-button {
  border: none;
  background: transparent;
  min-height: 2.7em;
  min-width: 2.7em;
  color: var(--taskboard-columntoolbars-color);
}
.b-taskboard-column-tbar.b-toolbar .b-button:not(.b-text),
.b-taskboard-column-bbar.b-toolbar .b-button:not(.b-text) {
  border-radius: 50%;
}

.b-taskboard-column.b-collapsed:not(.b-collapsing) .b-taskboard-column-tbar.b-toolbar,
.b-taskboard-column.b-collapsed:not(.b-collapsing) .b-taskboard-column-bbar.b-toolbar {
  display: none;
}

.b-taskboard-body > .b-taskboard-column-tbar.b-toolbar,
.b-taskboard-body > .b-taskboard-column-bbar.b-toolbar {
  display: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --takboard-simple-task-edit-background-color: #dddddd50;
  --takboard-simple-task-edit-border: null;
  --takboard-simple-task-edit-box-shadow: null;
}

.b-simple-task-editor.b-editor {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  height: auto !important;
  overflow: visible;
  z-index: 3;
}
.b-simple-task-editor.b-editor .b-widget.b-field > .b-field-inner {
  background: transparent;
  border: none;
  padding-inline: 0;
}
.b-simple-task-editor.b-editor .b-widget.b-textfield .b-field-inner::before {
  bottom: -0.5em;
  left: -0.5em;
  right: -0.5em;
  border-radius: 0 0 3px 3px;
  background-color: #aaa;
}
.b-simple-task-editor.b-editor input {
  padding: 0;
}
.b-simple-task-editor.b-editor::before {
  content: "";
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
  left: -0.5em;
  border-radius: 3px;
  border: var(--takboard-simple-task-edit-border);
  box-shadow: var(--takboard-simple-task-edit-box-shadow);
  background-color: var(--takboard-simple-task-edit-background-color);
}
.b-simple-task-editor.b-editor .b-resourcescombo.b-combo {
  overflow: visible;
}
.b-simple-task-editor.b-editor .b-resourcescombo.b-combo .b-chipview {
  overflow: visible;
  padding: 0;
}
.b-simple-task-editor.b-editor [data-ref=expand] {
  padding-inline: 0.5em 0;
}

.b-taskboard-taskitem.b-editing {
  opacity: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-swimlanedrag-box-shadow: var(--taskboard-taskdrag-card-box-shadow);
  --taskboard-swimlanedrag-drop-background: var(--taskboard-taskdrag-drop-background);
  --taskboard-swimlanedrag-drop-border: var(--taskboard-taskdrag-drop-border);
}

.b-taskboard-swimlane.b-drag-original {
  display: none;
}

.b-taskboard-swimlane-drag-proxy {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  animation: swimlane-drag-proxy 0.3s;
  background: var(--taskboard-background);
  box-shadow: var(--taskboard-swimlanedrag-box-shadow);
}
.b-taskboard-swimlane-drag-proxy.b-dropping {
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: none;
}
.b-taskboard-swimlane-drag-proxy .b-taskboard-swimlane-header {
  position: static;
  margin-inline: 0;
}
.b-taskboard-swimlane-drag-proxy .b-taskboard-swimlane-body {
  padding-inline: 0;
}

.b-taskboard-swimlane-drop-indicator {
  flex-shrink: 0;
  z-index: 1;
  background: var(--taskboard-swimlanedrag-drop-background);
  border: var(--taskboard-swimlanedrag-drop-border);
  margin-inline: var(--taskboard-body-padding);
}

@keyframes swimlane-drag-proxy {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: var(--taskboard-swimlanedrag-box-shadow);
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskboardbase {
  --taskboard-taskdrag-card-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  --taskboard-taskdrag-card-transform: rotate(5deg);
  --taskboard-taskdrag-drop-background: #e3e3e399;
  --taskboard-taskdrag-drop-border: 1px dashed #aaa;
  --taskboard-taskdrag-invalid-background: #c6282811;
  --taskboard-taskdrag-invalid-color: var(--taskboard-red);
}

.b-taskboard-card.b-drag-original {
  display: none;
}

.b-taskboard-drag-proxy {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.b-taskboard-drag-proxy .b-taskboard-card {
  animation: none;
  position: absolute;
  transition: transform 0.2s, left 0.2s, top 0.2s, color 0.2s, background-color 0.2s, border 0.2s;
  transform: var(--taskboard-taskdrag-card-transform);
  box-shadow: var(--taskboard-taskdrag-card-box-shadow);
}
.b-taskboard-drag-proxy .b-taskboard-card:first-child {
  transform: none;
}
.b-taskboard-drag-proxy.b-pre-dropping .b-taskboard-card {
  transform: none;
  transition: none;
}
.b-taskboard-drag-proxy.b-dropping .b-taskboard-card {
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: var(--taskboard-card-box-shadow);
}

.b-taskboard-card-drop-indicator {
  border-radius: var(--taskboard-card-border-top-radius) var(--taskboard-card-border-top-radius) var(--taskboard-card-border-bottom-radius) var(--taskboard-card-border-bottom-radius);
  background: var(--taskboard-taskdrag-drop-background);
  border: var(--taskboard-taskdrag-drop-border);
}
.b-taskboard-card-drop-indicator.b-invalid {
  background: var(--taskboard-taskdrag-invalid-background);
  border-color: var(--taskboard-taskdrag-invalid-color);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root, :host {
  --taskboard-drag-select-border: 2px dashed #64b5f6;
}

.b-dragselect-rect {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  z-index: 100;
  border: var(--taskboard-drag-select-border);
  border-radius: 3px;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-resource-menu-item .b-resource-menu-item-inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.b-resource-menu-item .b-resource-avatar {
  width: 1.5em;
  height: 1.5em;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.b-resource-menu-item.b-checked .b-resource-avatar {
  opacity: 1;
}
.b-resource-menu-item i.b-icon-unchecked::before {
  content: "";
}
.b-resource-menu-item i.b-icon-checked::before {
  content: "\f00c";
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root, :host {
  --taskboard-tooltip-label-font-size: .8em;
  --taskboard-tooltip-label-font-weight: null;
  --taskboard-tooltip-title-font-size: 1.1em;
  --taskboard-tooltip-title-font-weight: 700;
}

.b-taskboard-tooltip .b-tooltip-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 1em;
}

.b-taskboard-tooltip-title {
  grid-column: span 2;
  font-size: var(--taskboard-tooltip-title-font-size);
  font-weight: var(--taskboard-tooltip-title-font-weight);
}

.b-taskboard-tooltip-label {
  font-size: var(--taskboard-tooltip-label-font-size);
  font-weight: var(--taskboard-tooltip-label-font-weight);
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-colorbox {
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background: currentColor;
  margin-inline-end: 0.5em;
}
.b-colorbox.b-inline {
  display: inline-block;
  position: relative;
  top: 0.15em;
  margin-inline-end: 0.3em;
}

.b-colorboxcombo:not(.b-colorless) .b-colorbox {
  margin-inline: 0.8em 0.4em;
}
.b-colorboxcombo:not(.b-colorless) input {
  padding-inline-start: 0;
}
.b-colorboxcombo.b-colorless .b-colorbox {
  display: none;
}
.b-colorboxcombo.b-empty {
  color: #ccc;
}
.b-colorboxcombo.b-empty ::-webkit-input-placeholder {
  color: #262626;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-resources-picker .b-selected-icon {
  display: none;
}
.b-resources-picker .b-resource-avatar {
  font-size: 0.8em;
  margin-inline-end: 0.625em;
  opacity: 0.5;
  transition: opacity 2s;
}
.b-resources-picker .b-selected {
  font-weight: 700;
}
.b-resources-picker .b-selected .b-resource-avatar {
  opacity: 1;
}

.b-resourcescombo.b-combo.b-uses-chipview.b-not-editable input {
  width: 0;
  margin-inline-end: -0.5em;
}
.b-resourcescombo.b-combo.b-uses-chipview.b-not-editable .b-chipview .b-chip {
  padding: 0;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview {
  margin: 0;
  padding: 0.5em 0.8em 0.5em 0.8em;
  gap: 0.5em;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 0.8em;
  position: relative;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip:hover, .b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip.b-selected {
  background-color: transparent;
  color: #262626;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip:hover .b-close-icon, .b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip.b-selected .b-close-icon {
  display: flex;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview .b-chip .b-close-icon {
  display: none;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  font-size: 0.8em;
}
.b-resourcescombo.b-combo.b-uses-chipview .b-chipview input {
  padding: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-tagcombo .b-chip {
  background: transparent;
  border: 1px solid #bbb;
  font-size: 0.8em;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-taskeditor-content {
  padding: 1em;
  gap: 1em;
  background-color: #fafafa;
}
.b-taskeditor-content.b-flex-row > .b-field {
  margin-bottom: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root, :host {
  --taskboard-todolistfield-background-color: null;
  --taskboard-todolistfield-color: null;
}

.b-todolistfield .b-list {
  background-color: var(--taskboard-todolistfield-background-color);
}
.b-todolistfield .b-list-item {
  color: var(--taskboard-todolistfield-color);
}
.b-todolistfield .b-list-item.b-active:not(.b-disabled), .b-todolistfield .b-list-item:focus:not(.b-disabled) {
  color: var(--taskboard-todolistfield-color);
}
.b-todolistfield .b-todo-checkbox {
  margin-inline-end: 0.5em;
}
.b-todolistfield .b-todo-checkbox::before {
  content: "\f0c8";
}
.b-todolistfield .b-todo-text {
  flex: 1;
}
body:not(.b-using-keyboard) .b-todolistfield .b-list-item.b-active:not(.b-disabled), body:not(.b-using-keyboard) .b-todolistfield .b-list-item:focus:not(.b-disabled) {
  background-color: transparent;
}
body:not(.b-using-keyboard) .b-todolistfield .b-list-item.b-active:not(.b-disabled).b-selected, body:not(.b-using-keyboard) .b-todolistfield .b-list-item:focus:not(.b-disabled).b-selected {
  color: #999;
}
.b-todolistfield .b-selected {
  color: #999;
}
.b-todolistfield .b-selected .b-todo-checkbox::before {
  content: "\f14a";
}
.b-todolistfield > .b-field-inner {
  flex-direction: column;
  align-items: stretch;
}
.b-todolistfield .b-todo-add {
  border: none;
  border-top: 1px dotted rgba(224, 224, 224, 0.8);
  border-radius: 0;
  background: transparent;
}
.b-todolistfield:not(.b-editable) .b-todo-edit,
.b-todolistfield:not(.b-editable) .b-todo-add {
  display: none;
}

.b-todo-editor .b-field {
  height: 100%;
}
.b-todo-editor .b-icon-trash {
  color: var(--taskboard-red);
}

:root, :host {
  --taskboard-red: #c62828;
  --taskboard-pink: #ad1457;
  --taskboard-purple: #6a1b9a;
  --taskboard-deep-purple: #4527a0;
  --taskboard-indigo: #283593;
  --taskboard-blue: #1565c0;
  --taskboard-light-blue: #0282cc;
  --taskboard-cyan: #00838f;
  --taskboard-teal: #00695c;
  --taskboard-green: #2e7d32;
  --taskboard-light-green: #66a638;
  --taskboard-lime: #9e9d24;
  --taskboard-yellow: #fab23e;
  --taskboard-amber: #ff8f00;
  --taskboard-orange: #ef6c00;
  --taskboard-deep-orange: #d84315;
  --taskboard-gray: #424242;
  --taskboard-light-gray: #828282;
}

.b-taskboard-color-red {
  color: var(--taskboard-red);
}

.b-taskboard-color-pink {
  color: var(--taskboard-pink);
}

.b-taskboard-color-purple {
  color: var(--taskboard-purple);
}

.b-taskboard-color-deep-purple {
  color: var(--taskboard-deep-purple);
}

.b-taskboard-color-indigo {
  color: var(--taskboard-indigo);
}

.b-taskboard-color-blue {
  color: var(--taskboard-blue);
}

.b-taskboard-color-light-blue {
  color: var(--taskboard-light-blue);
}

.b-taskboard-color-cyan {
  color: var(--taskboard-cyan);
}

.b-taskboard-color-teal {
  color: var(--taskboard-teal);
}

.b-taskboard-color-green {
  color: var(--taskboard-green);
}

.b-taskboard-color-light-green {
  color: var(--taskboard-light-green);
}

.b-taskboard-color-lime {
  color: var(--taskboard-lime);
}

.b-taskboard-color-yellow {
  color: var(--taskboard-yellow);
}

.b-taskboard-color-amber {
  color: var(--taskboard-amber);
}

.b-taskboard-color-orange {
  color: var(--taskboard-orange);
}

.b-taskboard-color-deep-orange {
  color: var(--taskboard-deep-orange);
}

.b-taskboard-color-gray {
  color: var(--taskboard-gray);
}

.b-taskboard-background-color-red {
  background-color: var(--taskboard-red);
}

.b-taskboard-background-color-pink {
  background-color: var(--taskboard-pink);
}

.b-taskboard-background-color-purple {
  background-color: var(--taskboard-purple);
}

.b-taskboard-background-color-deep-purple {
  background-color: var(--taskboard-deep-purple);
}

.b-taskboard-background-color-indigo {
  background-color: var(--taskboard-indigo);
}

.b-taskboard-background-color-blue {
  background-color: var(--taskboard-blue);
}

.b-taskboard-background-color-light-blue {
  background-color: var(--taskboard-light-blue);
}

.b-taskboard-background-color-cyan {
  background-color: var(--taskboard-cyan);
}

.b-taskboard-background-color-teal {
  background-color: var(--taskboard-teal);
}

.b-taskboard-background-color-green {
  background-color: var(--taskboard-green);
}

.b-taskboard-background-color-light-green {
  background-color: var(--taskboard-light-green);
}

.b-taskboard-background-color-lime {
  background-color: var(--taskboard-lime);
}

.b-taskboard-background-color-yellow {
  background-color: var(--taskboard-yellow);
}

.b-taskboard-background-color-amber {
  background-color: var(--taskboard-amber);
}

.b-taskboard-background-color-orange {
  background-color: var(--taskboard-orange);
}

.b-taskboard-background-color-deep-orange {
  background-color: var(--taskboard-deep-orange);
}

.b-taskboard-background-color-gray {
  background-color: var(--taskboard-gray);
}

:root, :host {
  --taskboard-red: #e04343;
  --taskboard-pink: #c72c6f;
  --taskboard-purple: #8132b3;
  --taskboard-deep-purple: #5e3fba;
  --taskboard-indigo: #404dad;
  --taskboard-blue: #2e7dd9;
  --taskboard-light-blue: #1890d6;
  --taskboard-cyan: #119ca8;
  --taskboard-teal: #0d8274;
  --taskboard-green: #47964b;
  --taskboard-light-green: #70a649;
  --taskboard-lime: #b8b83d;
  --taskboard-yellow: #ffbf59;
  --taskboard-amber: #ff9c1a;
  --taskboard-orange: #ff811a;
  --taskboard-deep-orange: #f25e30;
}

.b-taskboardbase {
  --taskboard-background: #fff;
  --taskboard-color: #666;
  --taskboard-card-background: #fff;
  --taskboard-card-body-color: #888;
  --taskboard-header-text-transform: none;
  --taskboard-column-background: #f7f7f7;
  --taskboard-column-header-font-size: 1.1em;
  --taskboard-swimlane-header-background: #eee;
  --taskboard-swimlane-header-font-size: 1em;
}
.b-taskboardbase.b-taskdrag {
  --taskboard-taskdrag-drop-background: #eee;
  --taskboard-taskdrag-drop-border: 1px dashed #ddd;
}

/*# sourceMappingURL=taskboard.classic-light.css.map */
