@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&amp;display=swap"; /*!
 * Font Awesome Free 6.3.0 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 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1)
      translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1)
      translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "";
}
.fa-arrows-to-circle:before {
  content: "";
}
.fa-circle-chevron-right:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-at:before {
  content: "@";
}
.fa-trash-can:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-user-xmark:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-message:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-down-left-and-up-right-to-center:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-explosion:before {
  content: "";
}
.fa-file-lines:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-building-un:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-calendar-days:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-anchor-circle-check:before {
  content: "";
}
.fa-building-circle-arrow-right:before {
  content: "";
}
.fa-volleyball:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-arrows-up-to-line:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-desc:before {
  content: "";
}
.fa-circle-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-right-from-bracket:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-soap:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-heart-music-camera-bolt:before {
  content: "";
}
.fa-microphone-lines-slash:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-bridge-circle-check:before {
  content: "";
}
.fa-pump-medical:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-magnifying-glass-location:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-forward-step:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-face-smile-beam:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-football:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-school-circle-exclamation:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-angles-down:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-users-rectangle:before {
  content: "";
}
.fa-people-roof:before {
  content: "";
}
.fa-people-line:before {
  content: "";
}
.fa-beer-mug-empty:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-diagram-predecessor:before {
  content: "";
}
.fa-arrow-up-long:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-fire-flame-simple:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-person:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-truck-plane:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-face-grin-stars:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-spaghetti-monster-flying:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-arrow-down-up-across-line:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-jar-wheat:before {
  content: "";
}
.fa-envelopes-bulk:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-file-circle-exclamation:before {
  content: "";
}
.fa-circle-h:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-contact-book:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-file-clipboard:before {
  content: "";
}
.fa-code-pull-request:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-truck-ramp-box:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-vial-virus:before {
  content: "";
}
.fa-sheet-plastic:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-person-arrow-up-from-line:before {
  content: "";
}
.fa-scroll-torah:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-broom-ball:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quidditch-broom-ball:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-box-archive:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-person-drowning:before {
  content: "";
}
.fa-arrow-down-9-1:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-face-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-tablet-screen-button:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-trowel-bricks:before {
  content: "";
}
.fa-face-flushed:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-tent-arrow-left-right:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-legal:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-box-tissue:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-bell-concierge:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-pen-ruler:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-people-arrows:before {
  content: "";
}
.fa-people-arrows-left-right:before {
  content: "";
}
.fa-mars-and-venus-burst:before {
  content: "";
}
.fa-square-caret-right:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-scissors:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-sun-plant-wilt:before {
  content: "";
}
.fa-toilets-portable:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magnifying-glass-arrow-right:before {
  content: "";
}
.fa-tachograph-digital:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-users-slash:before {
  content: "";
}
.fa-clover:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-mail-reply:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-house-fire:before {
  content: "";
}
.fa-square-minus:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-square-caret-down:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-file-circle-question:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-navicon:before {
  content: "";
}
.fa-people-group:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-3:before {
  content: "";
}
.fa-heart-crack:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-square-up-right:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-face-kiss-beam:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-people-robbery:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-circle-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-school-circle-xmark:before {
  content: "";
}
.fa-arrow-right-from-bracket:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-circle-chevron-down:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-unlock-keyhole:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-headphones-simple:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-circle-dollar-to-slot:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-road-spikes:before {
  content: "";
}
.fa-fire-burner:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-volume-low:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-wheat-awn:before {
  content: "";
}
.fa-wheat-alt:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-hands-holding-child:before {
  content: "";
}
.fa-asterisk:before {
  content: "*";
}
.fa-square-check:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-peseta-sign:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-squares:before {
  content: "";
}
.fa-square-phone-flip:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-circle-dot:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-face-dizzy:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-house-medical-circle-xmark:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-futbol-ball:before {
  content: "";
}
.fa-soccer-ball:before {
  content: "";
}
.fa-paintbrush:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-hot-tub-person:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-map-location:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-house-flood-water:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-bridge-lock:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-pen-to-square:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-share-nodes:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-heart-circle-minus:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-2:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-sink:before {
  content: "";
}
.fa-bag-shopping:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-arrow-down-z-a:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-person-rays:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-flask-vial:before {
  content: "";
}
.fa-hand:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-worm:before {
  content: "";
}
.fa-house-circle-xmark:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-face-kiss:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-bridge-circle-xmark:before {
  content: "";
}
.fa-face-grin-tongue:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-face-grin-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-ear-deaf:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-deafness:before {
  content: "";
}
.fa-hard-of-hearing:before {
  content: "";
}
.fa-road-circle-check:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-square-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-land-mine-on:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-stairs:before {
  content: "";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-face-grin-wide:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-staff-snake:before {
  content: "";
}
.fa-rod-asclepius:before {
  content: "";
}
.fa-rod-snake:before {
  content: "";
}
.fa-staff-aesculapius:before {
  content: "";
}
.fa-head-side-cough-slash:before {
  content: "";
}
.fa-truck-medical:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-road-barrier:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "";
}
.fa-temperature-half:before {
  content: "";
}
.fa-temperature-2:before {
  content: "";
}
.fa-thermometer-2:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-dong-sign:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poo-bolt:before {
  content: "";
}
.fa-face-frown-open:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-helmet-un:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-arrow-up-from-bracket:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-blank:before {
  content: "";
}
.fa-file-waveform:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-chart-simple:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-gauge:before {
  content: "";
}
.fa-dashboard:before {
  content: "";
}
.fa-gauge-med:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-wand-magic-sparkles:before {
  content: "";
}
.fa-magic-wand-sparkles:before {
  content: "";
}
.fa-e:before {
  content: "E";
}
.fa-pen-clip:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-bridge-circle-exclamation:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-school-circle-check:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-van-shuttle:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-building-user:before {
  content: "";
}
.fa-square-caret-left:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-person-half-dress:before {
  content: "";
}
.fa-road-bridge:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "";
}
.fa-building-lock:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-house-flag:before {
  content: "";
}
.fa-person-circle-minus:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-cancel:before {
  content: "";
}
.fa-camera-rotate:before {
  content: "";
}
.fa-spray-can-sparkles:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-arrow-pointer:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-maximize:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-triangle-circle-square:before {
  content: "";
}
.fa-shuffle:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-person-running:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-mobile-retro:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-hands-bound:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-plane-circle-exclamation:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-computer-mouse:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-arrow-right-to-bracket:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-shop-slash:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-virus-covid-slash:before {
  content: "";
}
.fa-shop-lock:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-1:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-building-wheat:before {
  content: "";
}
.fa-person-breastfeeding:before {
  content: "";
}
.fa-right-to-bracket:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-heart-pulse:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-people-carry-box:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-xmarks-lines:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-weight-scale:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-user-group:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-arrow-up-a-z:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-face-laugh-squint:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-circle-arrow-up:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-person-walking:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "";
}
.fa-bed-pulse:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-shuttle-space:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-face-laugh:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-heart-circle-plus:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-microphone-lines:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-colon-sign:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-store-slash:before {
  content: "";
}
.fa-road-circle-xmark:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-mars-stroke-up:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-champagne-glasses:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-house-circle-exclamation:before {
  content: "";
}
.fa-file-arrow-up:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-3:before {
  content: "";
}
.fa-wifi-strong:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-bathtub:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-user-pen:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-anchor-lock:before {
  content: "";
}
.fa-building-ngo:before {
  content: "";
}
.fa-manat-sign:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-border-top-left:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-map-location-dot:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-square-poll-vertical:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-battery-car:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-building-circle-check:before {
  content: "";
}
.fa-person-chalkboard:before {
  content: "";
}
.fa-mars-stroke-right:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-hand-back-fist:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-square-caret-up:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-cloud-showers-water:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-bar-chart:before {
  content: "";
}
.fa-hands-bubbles:before {
  content: "";
}
.fa-hands-wash:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-eye-low-vision:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-sailboat:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-square-plus:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-bucket:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-folder-closed:before {
  content: "";
}
.fa-house-tsunami:before {
  content: "";
}
.fa-square-nfi:before {
  content: "";
}
.fa-arrow-up-from-ground-water:before {
  content: "";
}
.fa-martini-glass:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-rotate-left:before {
  content: "";
}
.fa-rotate-back:before {
  content: "";
}
.fa-rotate-backward:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-table-columns:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-box:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-minimize:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-angles-right:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-circle-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-eur:before {
  content: "";
}
.fa-euro:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-circle-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-circle-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-compass-drafting:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-plate-wheat:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-person-shelter:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-face-laugh-beam:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-helicopter-symbol:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-circle-chevron-up:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-lari-sign:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "";
}
.fa-sterling-sign:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-viruses:before {
  content: "";
}
.fa-square-person-confined:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-arrow-down-long:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-tent-arrow-down-to-line:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-mail-reply-all:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-person-skating:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-filter-circle-dollar:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-circle-arrow-down:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-arrow-right-to-file:before {
  content: "";
}
.fa-square-arrow-up-right:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-location-pin-lock:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-hill-avalanche:before {
  content: "";
}
.fa-temperature-empty:before {
  content: "";
}
.fa-temperature-0:before {
  content: "";
}
.fa-thermometer-0:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-contact-card:before {
  content: "";
}
.fa-vcard:before {
  content: "";
}
.fa-scale-unbalanced-flip:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-diamond-turn-right:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-burst:before {
  content: "";
}
.fa-house-laptop:before {
  content: "";
}
.fa-laptop-house:before {
  content: "";
}
.fa-face-tired:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-money-bills:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-cloud-arrow-up:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-arrows-turn-right:before {
  content: "";
}
.fa-vest:before {
  content: "";
}
.fa-ferry:before {
  content: "";
}
.fa-arrows-down-to-people:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sprout:before {
  content: "";
}
.fa-left-right:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-boxes-packing:before {
  content: "";
}
.fa-circle-arrow-left:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-group-arrows-rotate:before {
  content: "";
}
.fa-bowl-food:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-arrow-down-wide-short:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-cloud-bolt:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-text-slash:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-face-smile-wink:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-arrows-left-right:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-house-lock:before {
  content: "";
}
.fa-cloud-arrow-down:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-children:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-blackboard:before {
  content: "";
}
.fa-user-large-slash:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-handshake-simple-slash:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "";
}
.fa-mattress-pillow:before {
  content: "";
}
.fa-guarani-sign:before {
  content: "";
}
.fa-arrows-rotate:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-cruzeiro-sign:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-shield-halved:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-book-atlas:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-virus:before {
  content: "";
}
.fa-envelope-circle-check:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-arrows-to-dot:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-heart-circle-check:before {
  content: "";
}
.fa-house-chimney-crack:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-file-zipper:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-martini-glass-empty:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cedi-sign:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-road-lock:before {
  content: "";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before {
  content: "";
}
.fa-temperature-down:before {
  content: "";
}
.fa-feather-pointed:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-rectangle-ad:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-circle-arrow-right:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-filter-circle-xmark:before {
  content: "";
}
.fa-locust:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-unsorted:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-1-2:before {
  content: "";
}
.fa-list-numeric:before {
  content: "";
}
.fa-person-dress-burst:before {
  content: "";
}
.fa-money-check-dollar:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-face-kiss-wink-heart:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "";
}
.fa-up-down-left-right:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-house-chimney-user:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-star-half-stroke:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-whiskey-glass:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-building-circle-exclamation:before {
  content: "";
}
.fa-magnifying-glass-chart:before {
  content: "";
}
.fa-arrow-up-right-from-square:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-cubes-stacked:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-krw:before {
  content: "";
}
.fa-won:before {
  content: "";
}
.fa-virus-covid:before {
  content: "";
}
.fa-austral-sign:before {
  content: "";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-cab:before {
  content: "";
}
.fa-person-circle-plus:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-bolt-lightning:before {
  content: "";
}
.fa-sack-xmark:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-fish-fins:before {
  content: "";
}
.fa-building-flag:before {
  content: "";
}
.fa-face-grin-beam:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-location-pin:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-helmet-safety:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hat-hard:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-plane-circle-check:before {
  content: "";
}
.fa-face-rolling-eyes:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-mask-ventilator:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-signs-post:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-person-circle-question:before {
  content: "";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "";
}
.fa-screwdriver-wrench:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-arrows-to-eye:before {
  content: "";
}
.fa-plug-circle-bolt:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-mars-and-venus:before {
  content: "";
}
.fa-house-user:before {
  content: "";
}
.fa-home-user:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-house-crack:before {
  content: "";
}
.fa-martini-glass-citrus:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-face-surprise:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-bottle-water:before {
  content: "";
}
.fa-circle-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "";
}
.fa-apple-whole:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-kitchen-set:before {
  content: "";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-quarter:before {
  content: "";
}
.fa-temperature-1:before {
  content: "";
}
.fa-thermometer-1:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-bitcoin-sign:before {
  content: "";
}
.fa-shield-dog:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-elevator:before {
  content: "";
}
.fa-money-bill-transfer:before {
  content: "";
}
.fa-money-bill-trend-up:before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "";
}
.fa-square-poll-horizontal:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-backward-fast:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-plane-slash:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-basketball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-circle-up:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-mobile-screen-button:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-volume-high:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-users-rays:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-burger:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-bugs:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rupee:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-circle-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-handshake-slash:before {
  content: "";
}
.fa-book-bookmark:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-bridge:before {
  content: "";
}
.fa-phone-flip:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-truck-front:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-anchor-circle-exclamation:before {
  content: "";
}
.fa-truck-field:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-clipboard-question:before {
  content: "";
}
.fa-panorama:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-file-circle-minus:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-forward-fast:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-face-meh-blank:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-square-parking:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-house-signal:before {
  content: "";
}
.fa-bars-progress:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-faucet-drip:before {
  content: "";
}
.fa-cart-flatbed:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-ban-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-mobile-button:before {
  content: "";
}
.fa-house-medical-flag:before {
  content: "";
}
.fa-basket-shopping:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-bus-simple:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-face-sad-cry:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-person-military-to-person:before {
  content: "";
}
.fa-file-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-tower-observation:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-5:before {
  content: "";
}
.fa-signal-perfect:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-heart-circle-xmark:before {
  content: "";
}
.fa-house-chimney:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-face-frown:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-shop:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-floppy-disk:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-scale-unbalanced:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-sort-asc:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-plant-wilt:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-face-grin-squint:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-hand-holding-dollar:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-bacterium:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hands-praying:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-arrow-rotate-right:before {
  content: "";
}
.fa-arrow-right-rotate:before {
  content: "";
}
.fa-arrow-rotate-forward:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-location-crosshairs:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-child-dress:before {
  content: "";
}
.fa-users-between-lines:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "";
}
.fa-face-grin-tears:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-calendar-xmark:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-child-reaching:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "";
}
.fa-user-gear:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-arrow-up-1-9:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-shield-virus:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-mosquito-net:before {
  content: "";
}
.fa-bridge-water:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-person-digging:before {
  content: "";
}
.fa-digging:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-gauge-simple:before {
  content: "";
}
.fa-gauge-simple-med:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quote-right-alt:before {
  content: "";
}
.fa-shirt:before {
  content: "";
}
.fa-t-shirt:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-tenge-sign:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-hands-holding:before {
  content: "";
}
.fa-hands-clapping:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-person-circle-xmark:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-up-right-from-square:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-table-cells:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-book-bible:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-o:before {
  content: "O";
}
.fa-suitcase-medical:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-person-dress:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-briefcase-clock:before {
  content: "";
}
.fa-table-cells-large:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-book-tanakh:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-plane-lock:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-cake-candles:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-cake:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-angles-up:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-arrow-right-to-city:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-arrow-up-9-1:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-litecoin-sign:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-circle-nodes:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-truck-field-un:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-empty:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-user-doctor:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-circle-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-square-virus:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-car-on:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-arrow-down-1-9:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-hand-holding-droplet:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-prescription-bottle-medical:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-person-cane:before {
  content: "";
}
.fa-tent:before {
  content: "";
}
.fa-vest-patches:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-arrow-down-a-z:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-money-bill-wheat:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-arrow-rotate-left:before {
  content: "";
}
.fa-arrow-left-rotate:before {
  content: "";
}
.fa-arrow-rotate-back:before {
  content: "";
}
.fa-arrow-rotate-backward:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-hard-drive:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-face-grin-squint-tears:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-rectangle-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-tarp-droplet:before {
  content: "";
}
.fa-house-medical-circle-check:before {
  content: "";
}
.fa-person-skiing-nordic:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-train-subway:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-chart-gantt:before {
  content: "";
}
.fa-indian-rupee-sign:before {
  content: "";
}
.fa-indian-rupee:before {
  content: "";
}
.fa-inr:before {
  content: "";
}
.fa-crop-simple:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-money-bill-1:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-left-long:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-virus-slash:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-subtract:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-arrow-left-long:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-plug-circle-check:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-franc-sign:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-hands-asl-interpreting:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-asl-interpreting:before {
  content: "";
}
.fa-hands-american-sign-language-interpreting:before {
  content: "";
}
.fa-gear:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-droplet-slash:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-mosquito:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-person-military-rifle:before {
  content: "";
}
.fa-cart-shopping:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-plug-circle-plus:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-arrow-turn-up:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-variable:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clock-four:before {
  content: "";
}
.fa-backward-step:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-faucet:before {
  content: "";
}
.fa-baseball-bat-ball:before {
  content: "";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-house-chimney-medical:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-temperature-three-quarters:before {
  content: "";
}
.fa-temperature-3:before {
  content: "";
}
.fa-thermometer-3:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-mobile-screen:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-plane-up:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-3:before {
  content: "";
}
.fa-mountain-city:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-cent-sign:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-person-pregnant:before {
  content: "";
}
.fa-wand-sparkles:before {
  content: "";
}
.fa-ellipsis-vertical:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-right-long:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-laptop-file:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-teletype:before {
  content: "";
}
.fa-diagram-next:before {
  content: "";
}
.fa-person-rifle:before {
  content: "";
}
.fa-house-medical-circle-exclamation:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-person-hiking:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-people-pulling:before {
  content: "";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-building-circle-xmark:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-arrows-down-to-line:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-face-grin:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-delete-left:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-dropper-empty:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-file-circle-check:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-phone:before {
  content: "";
}
.fa-face-meh:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-book-skull:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-drivers-license:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-dedent:before {
  content: "";
}
.fa-heart-circle-exclamation:before {
  content: "";
}
.fa-house:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-arrow-right-arrow-left:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-rotate-right:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-rotate-forward:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-arrow-up-wide-short:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-mill-sign:before {
  content: "";
}
.fa-bowl-rice:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-tower-broadcast:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-up-long:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-mound:before {
  content: "";
}
.fa-toilet-portable:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-file-arrow-down:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-shield-cat:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-zap:before {
  content: "";
}
.fa-glass-water:before {
  content: "";
}
.fa-oil-well:before {
  content: "";
}
.fa-vault:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-plane-circle-xmark:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-cny:before {
  content: "";
}
.fa-jpy:before {
  content: "";
}
.fa-rmb:before {
  content: "";
}
.fa-yen:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-rouble:before {
  content: "";
}
.fa-rub:before {
  content: "";
}
.fa-ruble:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-face-laugh-wink:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-bore-hole:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrows-turn-to-dots:before {
  content: "";
}
.fa-florin-sign:before {
  content: "";
}
.fa-arrow-down-short-wide:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "";
}
.fa-car-tunnel:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-arrow-right-long:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-anchor-circle-xmark:before {
  content: "";
}
.fa-ellipsis:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-kit-medical:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-person-through-window:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-hands-holding-circle:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-automobile:before {
  content: "";
}
.fa-hand-holding-hand:before {
  content: "";
}
.fa-book-open-reader:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-mountain-sun:before {
  content: "";
}
.fa-arrows-left-right-to-line:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-truck-droplet:before {
  content: "";
}
.fa-file-circle-xmark:before {
  content: "";
}
.fa-temperature-arrow-up:before {
  content: "";
}
.fa-temperature-up:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-square-h:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-temperature-full:before {
  content: "";
}
.fa-temperature-4:before {
  content: "";
}
.fa-thermometer-4:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-plug-circle-xmark:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-handshake-angle:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-location-dot:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-droplet:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-earth-americas:before {
  content: "";
}
.fa-earth:before {
  content: "";
}
.fa-earth-america:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-person-burst:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-0:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-section:before {
  content: "";
}
.fa-gauge-high:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-wide:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-bars-staggered:before {
  content: "";
}
.fa-reorder:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-person-walking-with-cane:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-heart-circle-bolt:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-check-to-slot:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-boxes-stacked:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-chain:before {
  content: "";
}
.fa-ear-listen:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-tree-city:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-rupiah-sign:before {
  content: "";
}
.fa-magnifying-glass:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-table-tennis-paddle-ball:before {
  content: "";
}
.fa-ping-pong-paddle-ball:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-person-dots-from-line:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-trash-can-arrow-up:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-naira-sign:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-walkie-talkie:before {
  content: "";
}
.fa-file-pen:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-square-pen:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-person-circle-exclamation:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery:before {
  content: "";
}
.fa-battery-5:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-code-compare:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-dots:before {
  content: "";
}
.fa-school-lock:before {
  content: "";
}
.fa-tower-cell:before {
  content: "";
}
.fa-down-long:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-ranking-star:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-person-harassing:before {
  content: "";
}
.fa-brazilian-real-sign:before {
  content: "";
}
.fa-landmark-dome:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-television:before {
  content: "";
}
.fa-tv-alt:before {
  content: "";
}
.fa-shrimp:before {
  content: "";
}
.fa-list-check:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-jug-detergent:before {
  content: "";
}
.fa-circle-user:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-car-burst:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-truck-fast:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-circle-half-stroke:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-clapperboard:before {
  content: "";
}
.fa-circle-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-jet-fighter-up:before {
  content: "";
}
.fa-diagram-project:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-volume-xmark:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-times:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "";
}
.fa-grip:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-share-from-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-child-combatant:before {
  content: "";
}
.fa-child-rifle:before {
  content: "";
}
.fa-gun:before {
  content: "";
}
.fa-square-phone:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-plus:before {
  content: "+";
}
.fa-add:before {
  content: "+";
}
.fa-expand:before {
  content: "";
}
.fa-computer:before {
  content: "";
}
.fa-xmark:before {
  content: "";
}
.fa-close:before {
  content: "";
}
.fa-multiply:before {
  content: "";
}
.fa-remove:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-arrows-up-down-left-right:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-chalkboard-user:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-peso-sign:before {
  content: "";
}
.fa-building-shield:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-users-line:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-left-alt:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trash-arrow-up:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-arrow-down-up-lock:before {
  content: "";
}
.fa-lines-leaning:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-ils:before {
  content: "";
}
.fa-shekel:before {
  content: "";
}
.fa-sheqel:before {
  content: "";
}
.fa-sheqel-sign:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-photo-film:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-arrow-trend-up:before {
  content: "";
}
.fa-plug-circle-minus:before {
  content: "";
}
.fa-sign-hanging:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-school-flag:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-bacteria:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-notdef:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-car-rear:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-pump-soap:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-2:before {
  content: "";
}
.fa-radio:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-carriage-baby:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-percent:before {
  content: "%";
}
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "";
}
.fa-glass-water-droplet:before {
  content: "";
}
.fa-display:before {
  content: "";
}
.fa-face-smile:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-person-praying:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-rotate:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-gears:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-arrow-up-right-dots:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-face-grin-hearts:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-arrow-turn-down:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-person-falling-burst:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-ticket-simple:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-angles-left:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-clock-rotate-left:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-face-grin-beam-sweat:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-arrow-right-from-file:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-blank:before {
  content: "";
}
.fa-arrow-up-short-wide:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-house-medical:before {
  content: "";
}
.fa-golf-ball-tee:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-circle-chevron-left:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-house-chimney-window:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-tent-arrow-turn-left:before {
  content: "";
}
.fa-tents:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-wine-glass-empty:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-person-biking:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-shield-heart:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-earth-oceania:before {
  content: "";
}
.fa-globe-oceania:before {
  content: "";
}
.fa-square-xmark:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-xmark-square:before {
  content: "";
}
.fa-hashtag:before {
  content: "#";
}
.fa-up-right-and-down-left-from-center:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "";
}
.fa-chart-column:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-vial-circle-check:before {
  content: "";
}
.fa-person-arrow-down-to-line:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-person-walking-luggage:before {
  content: "";
}
.fa-up-down:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-trailer:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-haykal:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-circle-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-face-grin-tongue-wink:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-plug-circle-exclamation:before {
  content: "";
}
.fa-link-slash:before {
  content: "";
}
.fa-chain-broken:before {
  content: "";
}
.fa-chain-slash:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-person-walking-arrow-loop-left:before {
  content: "";
}
.fa-arrow-up-z-a:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-fire-flame-curved:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-file-circle-plus:before {
  content: "";
}
.fa-book-quran:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-face-angry:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-arrow-trend-down:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-feed:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-scale-balanced:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-gauge-simple-high:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-comment-sms:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-4:before {
  content: "";
}
.fa-house-circle-check:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-diagram-successor:before {
  content: "";
}
.fa-truck-arrow-right:before {
  content: "";
}
.fa-arrows-split-up-and-left:before {
  content: "";
}
.fa-hand-fist:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-person-falling:before {
  content: "";
}
.fa-image-portrait:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-rug:before {
  content: "";
}
.fa-earth-europe:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-cart-flatbed-suitcase:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-rectangle-xmark:before {
  content: "";
}
.fa-rectangle-times:before {
  content: "";
}
.fa-times-rectangle:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-baht-sign:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-journal-whills:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-handcuffs:before {
  content: "";
}
.fa-triangle-exclamation:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-warning:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-arrow-turn-right:before {
  content: "";
}
.fa-mail-forward:before {
  content: "";
}
.fa-bottle-droplet:before {
  content: "";
}
.fa-mask-face:before {
  content: "";
}
.fa-hill-rockslide:before {
  content: "";
}
.fa-right-left:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-road-circle-exclamation:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-money-bill-1-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-signing:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-water-ladder:before {
  content: "";
}
.fa-ladder-water:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-arrows-up-down:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-face-grimace:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-wheelchair-move:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-turn-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-person-walking-arrow-right:before {
  content: "";
}
.fa-square-envelope:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bandage:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-circle-xmark:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-xmark-circle:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-earth-asia:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-id-card-clip:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-magnifying-glass-plus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-hand-dots:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-mug-saucer:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-magnifying-glass-minus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-user-large:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-train-tram:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-jar:before {
  content: "";
}
.fa-note-sticky:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-bug-slash:before {
  content: "";
}
.fa-arrow-up-from-water-pump:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-face-sad-tear:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-tent-arrows-down:before {
  content: "";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-turkish-lira-sign:before {
  content: "";
}
.fa-try:before {
  content: "";
}
.fa-turkish-lira:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "$";
}
.fa-dollar:before {
  content: "$";
}
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-users-gear:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-person-military-pointing:before {
  content: "";
}
.fa-building-columns:before {
  content: "";
}
.fa-bank:before {
  content: "";
}
.fa-institution:before {
  content: "";
}
.fa-museum:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-trowel:before {
  content: "";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "";
}
.fa-masks-theater:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-kip-sign:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-handshake-simple:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-jet-fighter:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-square-share-nodes:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-plus-minus:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-mortar-board:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "";
}
.fa-person-circle-check:before {
  content: "";
}
.fa-turn-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fa-brands-400.woff2) format("woff2"),
    url(fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-cloudflare:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-guilded:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-square-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-square-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-square-font-awesome:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-square-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-square-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-square-snapchat:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-square-font-awesome-stroke:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-watchman-monitoring:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-square-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-square-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-instalod:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-square-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-golang:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-uncharted:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-square-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-nfc-directional:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-meta:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-square-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-square-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-hive:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-padlet:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-square-github:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-square-gitlab:before {
  content: "";
}
.fa-gitlab-square:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-square-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-hashnode:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-square-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-nfc-symbol:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-square-google-plus:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-square-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-bilibili:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-42-group:before {
  content: "";
}
.fa-innosoft:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-square-pied-piper:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-square-facebook:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-square-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-cmplid:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-screenpal:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-wirsindhandwerk:before {
  content: "";
}
.fa-wsh:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-octopus-deploy:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-square-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-space-awesome:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-square-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-square-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-perbyte:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-bots:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-stubber:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-odysee:before {
  content: "";
}
.fa-square-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-sitrox:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-wodu:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-pix:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fa-regular-400.woff2) format("woff2"),
    url(fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --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(fa-solid-900.woff2) format("woff2"),
    url(fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(fa-brands-400.woff2) format("woff2"),
    url(fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(fa-solid-900.woff2) format("woff2"),
    url(fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(fa-regular-400.woff2) format("woff2"),
    url(fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(fa-solid-900.woff2) format("woff2"),
    url(fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(fa-brands-400.woff2) format("woff2"),
    url(fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(fa-regular-400.woff2) format("woff2"),
    url(fa-regular-400.ttf) format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D,
    U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088,
    U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5,
    U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A,
    U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E,
    U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7,
    U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D,
    U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA,
    U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: Material Design Icons;
  src: url(materialdesignicons-webfont3ba9.eot?v=7.1.96);
  src: url(materialdesignicons-webfontd41d.eot?#iefix&v=7.1.96)
      format("embedded-opentype"),
    url(materialdesignicons-webfont3ba9.woff2?v=7.1.96) format("woff2"),
    url(materialdesignicons-webfont3ba9.woff?v=7.1.96) format("woff"),
    url(materialdesignicons-webfont3ba9.ttf?v=7.1.96) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-ab-testing:before {
  content: "󰇉";
}
.mdi-abacus:before {
  content: "󱛠";
}
.mdi-abjad-arabic:before {
  content: "󱌨";
}
.mdi-abjad-hebrew:before {
  content: "󱌩";
}
.mdi-abugida-devanagari:before {
  content: "󱌪";
}
.mdi-abugida-thai:before {
  content: "󱌫";
}
.mdi-access-point:before {
  content: "󰀃";
}
.mdi-access-point-check:before {
  content: "󱔸";
}
.mdi-access-point-minus:before {
  content: "󱔹";
}
.mdi-access-point-network:before {
  content: "󰀂";
}
.mdi-access-point-network-off:before {
  content: "󰯡";
}
.mdi-access-point-off:before {
  content: "󱔑";
}
.mdi-access-point-plus:before {
  content: "󱔺";
}
.mdi-access-point-remove:before {
  content: "󱔻";
}
.mdi-account:before {
  content: "󰀄";
}
.mdi-account-alert:before {
  content: "󰀅";
}
.mdi-account-alert-outline:before {
  content: "󰭐";
}
.mdi-account-arrow-down:before {
  content: "󱡨";
}
.mdi-account-arrow-down-outline:before {
  content: "󱡩";
}
.mdi-account-arrow-left:before {
  content: "󰭑";
}
.mdi-account-arrow-left-outline:before {
  content: "󰭒";
}
.mdi-account-arrow-right:before {
  content: "󰭓";
}
.mdi-account-arrow-right-outline:before {
  content: "󰭔";
}
.mdi-account-arrow-up:before {
  content: "󱡧";
}
.mdi-account-arrow-up-outline:before {
  content: "󱡪";
}
.mdi-account-badge:before {
  content: "󱬊";
}
.mdi-account-badge-outline:before {
  content: "󱬋";
}
.mdi-account-box:before {
  content: "󰀆";
}
.mdi-account-box-multiple:before {
  content: "󰤴";
}
.mdi-account-box-multiple-outline:before {
  content: "󱀊";
}
.mdi-account-box-outline:before {
  content: "󰀇";
}
.mdi-account-cancel:before {
  content: "󱋟";
}
.mdi-account-cancel-outline:before {
  content: "󱋠";
}
.mdi-account-card:before {
  content: "󱮤";
}
.mdi-account-card-outline:before {
  content: "󱮥";
}
.mdi-account-cash:before {
  content: "󱂗";
}
.mdi-account-cash-outline:before {
  content: "󱂘";
}
.mdi-account-check:before {
  content: "󰀈";
}
.mdi-account-check-outline:before {
  content: "󰯢";
}
.mdi-account-child:before {
  content: "󰪉";
}
.mdi-account-child-circle:before {
  content: "󰪊";
}
.mdi-account-child-outline:before {
  content: "󱃈";
}
.mdi-account-circle:before {
  content: "󰀉";
}
.mdi-account-circle-outline:before {
  content: "󰭕";
}
.mdi-account-clock:before {
  content: "󰭖";
}
.mdi-account-clock-outline:before {
  content: "󰭗";
}
.mdi-account-cog:before {
  content: "󱍰";
}
.mdi-account-cog-outline:before {
  content: "󱍱";
}
.mdi-account-convert:before {
  content: "󰀊";
}
.mdi-account-convert-outline:before {
  content: "󱌁";
}
.mdi-account-cowboy-hat:before {
  content: "󰺛";
}
.mdi-account-cowboy-hat-outline:before {
  content: "󱟳";
}
.mdi-account-credit-card:before {
  content: "󱮦";
}
.mdi-account-credit-card-outline:before {
  content: "󱮧";
}
.mdi-account-details:before {
  content: "󰘱";
}
.mdi-account-details-outline:before {
  content: "󱍲";
}
.mdi-account-edit:before {
  content: "󰚼";
}
.mdi-account-edit-outline:before {
  content: "󰿻";
}
.mdi-account-eye:before {
  content: "󰐠";
}
.mdi-account-eye-outline:before {
  content: "󱉻";
}
.mdi-account-filter:before {
  content: "󰤶";
}
.mdi-account-filter-outline:before {
  content: "󰾝";
}
.mdi-account-group:before {
  content: "󰡉";
}
.mdi-account-group-outline:before {
  content: "󰭘";
}
.mdi-account-hard-hat:before {
  content: "󰖵";
}
.mdi-account-hard-hat-outline:before {
  content: "󱨟";
}
.mdi-account-heart:before {
  content: "󰢙";
}
.mdi-account-heart-outline:before {
  content: "󰯣";
}
.mdi-account-injury:before {
  content: "󱠕";
}
.mdi-account-injury-outline:before {
  content: "󱠖";
}
.mdi-account-key:before {
  content: "󰀋";
}
.mdi-account-key-outline:before {
  content: "󰯤";
}
.mdi-account-lock:before {
  content: "󱅞";
}
.mdi-account-lock-open:before {
  content: "󱥠";
}
.mdi-account-lock-open-outline:before {
  content: "󱥡";
}
.mdi-account-lock-outline:before {
  content: "󱅟";
}
.mdi-account-minus:before {
  content: "󰀍";
}
.mdi-account-minus-outline:before {
  content: "󰫬";
}
.mdi-account-multiple:before {
  content: "󰀎";
}
.mdi-account-multiple-check:before {
  content: "󰣅";
}
.mdi-account-multiple-check-outline:before {
  content: "󱇾";
}
.mdi-account-multiple-minus:before {
  content: "󰗓";
}
.mdi-account-multiple-minus-outline:before {
  content: "󰯥";
}
.mdi-account-multiple-outline:before {
  content: "󰀏";
}
.mdi-account-multiple-plus:before {
  content: "󰀐";
}
.mdi-account-multiple-plus-outline:before {
  content: "󰠀";
}
.mdi-account-multiple-remove:before {
  content: "󱈊";
}
.mdi-account-multiple-remove-outline:before {
  content: "󱈋";
}
.mdi-account-music:before {
  content: "󰠃";
}
.mdi-account-music-outline:before {
  content: "󰳩";
}
.mdi-account-network:before {
  content: "󰀑";
}
.mdi-account-network-off:before {
  content: "󱫱";
}
.mdi-account-network-off-outline:before {
  content: "󱫲";
}
.mdi-account-network-outline:before {
  content: "󰯦";
}
.mdi-account-off:before {
  content: "󰀒";
}
.mdi-account-off-outline:before {
  content: "󰯧";
}
.mdi-account-outline:before {
  content: "󰀓";
}
.mdi-account-plus:before {
  content: "󰀔";
}
.mdi-account-plus-outline:before {
  content: "󰠁";
}
.mdi-account-question:before {
  content: "󰭙";
}
.mdi-account-question-outline:before {
  content: "󰭚";
}
.mdi-account-reactivate:before {
  content: "󱔫";
}
.mdi-account-reactivate-outline:before {
  content: "󱔬";
}
.mdi-account-remove:before {
  content: "󰀕";
}
.mdi-account-remove-outline:before {
  content: "󰫭";
}
.mdi-account-school:before {
  content: "󱨠";
}
.mdi-account-school-outline:before {
  content: "󱨡";
}
.mdi-account-search:before {
  content: "󰀖";
}
.mdi-account-search-outline:before {
  content: "󰤵";
}
.mdi-account-settings:before {
  content: "󰘰";
}
.mdi-account-settings-outline:before {
  content: "󱃉";
}
.mdi-account-star:before {
  content: "󰀗";
}
.mdi-account-star-outline:before {
  content: "󰯨";
}
.mdi-account-supervisor:before {
  content: "󰪋";
}
.mdi-account-supervisor-circle:before {
  content: "󰪌";
}
.mdi-account-supervisor-circle-outline:before {
  content: "󱓬";
}
.mdi-account-supervisor-outline:before {
  content: "󱄭";
}
.mdi-account-switch:before {
  content: "󰀙";
}
.mdi-account-switch-outline:before {
  content: "󰓋";
}
.mdi-account-sync:before {
  content: "󱤛";
}
.mdi-account-sync-outline:before {
  content: "󱤜";
}
.mdi-account-tag:before {
  content: "󱰛";
}
.mdi-account-tag-outline:before {
  content: "󱰜";
}
.mdi-account-tie:before {
  content: "󰳣";
}
.mdi-account-tie-hat:before {
  content: "󱢘";
}
.mdi-account-tie-hat-outline:before {
  content: "󱢙";
}
.mdi-account-tie-outline:before {
  content: "󱃊";
}
.mdi-account-tie-voice:before {
  content: "󱌈";
}
.mdi-account-tie-voice-off:before {
  content: "󱌊";
}
.mdi-account-tie-voice-off-outline:before {
  content: "󱌋";
}
.mdi-account-tie-voice-outline:before {
  content: "󱌉";
}
.mdi-account-tie-woman:before {
  content: "󱪌";
}
.mdi-account-voice:before {
  content: "󰗋";
}
.mdi-account-voice-off:before {
  content: "󰻔";
}
.mdi-account-wrench:before {
  content: "󱢚";
}
.mdi-account-wrench-outline:before {
  content: "󱢛";
}
.mdi-adjust:before {
  content: "󰀚";
}
.mdi-advertisements:before {
  content: "󱤪";
}
.mdi-advertisements-off:before {
  content: "󱤫";
}
.mdi-air-conditioner:before {
  content: "󰀛";
}
.mdi-air-filter:before {
  content: "󰵃";
}
.mdi-air-horn:before {
  content: "󰶬";
}
.mdi-air-humidifier:before {
  content: "󱂙";
}
.mdi-air-humidifier-off:before {
  content: "󱑦";
}
.mdi-air-purifier:before {
  content: "󰵄";
}
.mdi-air-purifier-off:before {
  content: "󱭗";
}
.mdi-airbag:before {
  content: "󰯩";
}
.mdi-airballoon:before {
  content: "󰀜";
}
.mdi-airballoon-outline:before {
  content: "󱀋";
}
.mdi-airplane:before {
  content: "󰀝";
}
.mdi-airplane-alert:before {
  content: "󱡺";
}
.mdi-airplane-check:before {
  content: "󱡻";
}
.mdi-airplane-clock:before {
  content: "󱡼";
}
.mdi-airplane-cog:before {
  content: "󱡽";
}
.mdi-airplane-edit:before {
  content: "󱡾";
}
.mdi-airplane-landing:before {
  content: "󰗔";
}
.mdi-airplane-marker:before {
  content: "󱡿";
}
.mdi-airplane-minus:before {
  content: "󱢀";
}
.mdi-airplane-off:before {
  content: "󰀞";
}
.mdi-airplane-plus:before {
  content: "󱢁";
}
.mdi-airplane-remove:before {
  content: "󱢂";
}
.mdi-airplane-search:before {
  content: "󱢃";
}
.mdi-airplane-settings:before {
  content: "󱢄";
}
.mdi-airplane-takeoff:before {
  content: "󰗕";
}
.mdi-airport:before {
  content: "󰡋";
}
.mdi-alarm:before {
  content: "󰀠";
}
.mdi-alarm-bell:before {
  content: "󰞎";
}
.mdi-alarm-check:before {
  content: "󰀡";
}
.mdi-alarm-light:before {
  content: "󰞏";
}
.mdi-alarm-light-off:before {
  content: "󱜞";
}
.mdi-alarm-light-off-outline:before {
  content: "󱜟";
}
.mdi-alarm-light-outline:before {
  content: "󰯪";
}
.mdi-alarm-multiple:before {
  content: "󰀢";
}
.mdi-alarm-note:before {
  content: "󰹱";
}
.mdi-alarm-note-off:before {
  content: "󰹲";
}
.mdi-alarm-off:before {
  content: "󰀣";
}
.mdi-alarm-panel:before {
  content: "󱗄";
}
.mdi-alarm-panel-outline:before {
  content: "󱗅";
}
.mdi-alarm-plus:before {
  content: "󰀤";
}
.mdi-alarm-snooze:before {
  content: "󰚎";
}
.mdi-album:before {
  content: "󰀥";
}
.mdi-alert:before {
  content: "󰀦";
}
.mdi-alert-box:before {
  content: "󰀧";
}
.mdi-alert-box-outline:before {
  content: "󰳤";
}
.mdi-alert-circle:before {
  content: "󰀨";
}
.mdi-alert-circle-check:before {
  content: "󱇭";
}
.mdi-alert-circle-check-outline:before {
  content: "󱇮";
}
.mdi-alert-circle-outline:before {
  content: "󰗖";
}
.mdi-alert-decagram:before {
  content: "󰚽";
}
.mdi-alert-decagram-outline:before {
  content: "󰳥";
}
.mdi-alert-minus:before {
  content: "󱒻";
}
.mdi-alert-minus-outline:before {
  content: "󱒾";
}
.mdi-alert-octagon:before {
  content: "󰀩";
}
.mdi-alert-octagon-outline:before {
  content: "󰳦";
}
.mdi-alert-octagram:before {
  content: "󰝧";
}
.mdi-alert-octagram-outline:before {
  content: "󰳧";
}
.mdi-alert-outline:before {
  content: "󰀪";
}
.mdi-alert-plus:before {
  content: "󱒺";
}
.mdi-alert-plus-outline:before {
  content: "󱒽";
}
.mdi-alert-remove:before {
  content: "󱒼";
}
.mdi-alert-remove-outline:before {
  content: "󱒿";
}
.mdi-alert-rhombus:before {
  content: "󱇎";
}
.mdi-alert-rhombus-outline:before {
  content: "󱇏";
}
.mdi-alien:before {
  content: "󰢚";
}
.mdi-alien-outline:before {
  content: "󱃋";
}
.mdi-align-horizontal-center:before {
  content: "󱇃";
}
.mdi-align-horizontal-distribute:before {
  content: "󱥢";
}
.mdi-align-horizontal-left:before {
  content: "󱇂";
}
.mdi-align-horizontal-right:before {
  content: "󱇄";
}
.mdi-align-vertical-bottom:before {
  content: "󱇅";
}
.mdi-align-vertical-center:before {
  content: "󱇆";
}
.mdi-align-vertical-distribute:before {
  content: "󱥣";
}
.mdi-align-vertical-top:before {
  content: "󱇇";
}
.mdi-all-inclusive:before {
  content: "󰚾";
}
.mdi-all-inclusive-box:before {
  content: "󱢍";
}
.mdi-all-inclusive-box-outline:before {
  content: "󱢎";
}
.mdi-allergy:before {
  content: "󱉘";
}
.mdi-alpha:before {
  content: "󰀫";
}
.mdi-alpha-a:before {
  content: "󰫮";
}
.mdi-alpha-a-box:before {
  content: "󰬈";
}
.mdi-alpha-a-box-outline:before {
  content: "󰯫";
}
.mdi-alpha-a-circle:before {
  content: "󰯬";
}
.mdi-alpha-a-circle-outline:before {
  content: "󰯭";
}
.mdi-alpha-b:before {
  content: "󰫯";
}
.mdi-alpha-b-box:before {
  content: "󰬉";
}
.mdi-alpha-b-box-outline:before {
  content: "󰯮";
}
.mdi-alpha-b-circle:before {
  content: "󰯯";
}
.mdi-alpha-b-circle-outline:before {
  content: "󰯰";
}
.mdi-alpha-c:before {
  content: "󰫰";
}
.mdi-alpha-c-box:before {
  content: "󰬊";
}
.mdi-alpha-c-box-outline:before {
  content: "󰯱";
}
.mdi-alpha-c-circle:before {
  content: "󰯲";
}
.mdi-alpha-c-circle-outline:before {
  content: "󰯳";
}
.mdi-alpha-d:before {
  content: "󰫱";
}
.mdi-alpha-d-box:before {
  content: "󰬋";
}
.mdi-alpha-d-box-outline:before {
  content: "󰯴";
}
.mdi-alpha-d-circle:before {
  content: "󰯵";
}
.mdi-alpha-d-circle-outline:before {
  content: "󰯶";
}
.mdi-alpha-e:before {
  content: "󰫲";
}
.mdi-alpha-e-box:before {
  content: "󰬌";
}
.mdi-alpha-e-box-outline:before {
  content: "󰯷";
}
.mdi-alpha-e-circle:before {
  content: "󰯸";
}
.mdi-alpha-e-circle-outline:before {
  content: "󰯹";
}
.mdi-alpha-f:before {
  content: "󰫳";
}
.mdi-alpha-f-box:before {
  content: "󰬍";
}
.mdi-alpha-f-box-outline:before {
  content: "󰯺";
}
.mdi-alpha-f-circle:before {
  content: "󰯻";
}
.mdi-alpha-f-circle-outline:before {
  content: "󰯼";
}
.mdi-alpha-g:before {
  content: "󰫴";
}
.mdi-alpha-g-box:before {
  content: "󰬎";
}
.mdi-alpha-g-box-outline:before {
  content: "󰯽";
}
.mdi-alpha-g-circle:before {
  content: "󰯾";
}
.mdi-alpha-g-circle-outline:before {
  content: "󰯿";
}
.mdi-alpha-h:before {
  content: "󰫵";
}
.mdi-alpha-h-box:before {
  content: "󰬏";
}
.mdi-alpha-h-box-outline:before {
  content: "󰰀";
}
.mdi-alpha-h-circle:before {
  content: "󰰁";
}
.mdi-alpha-h-circle-outline:before {
  content: "󰰂";
}
.mdi-alpha-i:before {
  content: "󰫶";
}
.mdi-alpha-i-box:before {
  content: "󰬐";
}
.mdi-alpha-i-box-outline:before {
  content: "󰰃";
}
.mdi-alpha-i-circle:before {
  content: "󰰄";
}
.mdi-alpha-i-circle-outline:before {
  content: "󰰅";
}
.mdi-alpha-j:before {
  content: "󰫷";
}
.mdi-alpha-j-box:before {
  content: "󰬑";
}
.mdi-alpha-j-box-outline:before {
  content: "󰰆";
}
.mdi-alpha-j-circle:before {
  content: "󰰇";
}
.mdi-alpha-j-circle-outline:before {
  content: "󰰈";
}
.mdi-alpha-k:before {
  content: "󰫸";
}
.mdi-alpha-k-box:before {
  content: "󰬒";
}
.mdi-alpha-k-box-outline:before {
  content: "󰰉";
}
.mdi-alpha-k-circle:before {
  content: "󰰊";
}
.mdi-alpha-k-circle-outline:before {
  content: "󰰋";
}
.mdi-alpha-l:before {
  content: "󰫹";
}
.mdi-alpha-l-box:before {
  content: "󰬓";
}
.mdi-alpha-l-box-outline:before {
  content: "󰰌";
}
.mdi-alpha-l-circle:before {
  content: "󰰍";
}
.mdi-alpha-l-circle-outline:before {
  content: "󰰎";
}
.mdi-alpha-m:before {
  content: "󰫺";
}
.mdi-alpha-m-box:before {
  content: "󰬔";
}
.mdi-alpha-m-box-outline:before {
  content: "󰰏";
}
.mdi-alpha-m-circle:before {
  content: "󰰐";
}
.mdi-alpha-m-circle-outline:before {
  content: "󰰑";
}
.mdi-alpha-n:before {
  content: "󰫻";
}
.mdi-alpha-n-box:before {
  content: "󰬕";
}
.mdi-alpha-n-box-outline:before {
  content: "󰰒";
}
.mdi-alpha-n-circle:before {
  content: "󰰓";
}
.mdi-alpha-n-circle-outline:before {
  content: "󰰔";
}
.mdi-alpha-o:before {
  content: "󰫼";
}
.mdi-alpha-o-box:before {
  content: "󰬖";
}
.mdi-alpha-o-box-outline:before {
  content: "󰰕";
}
.mdi-alpha-o-circle:before {
  content: "󰰖";
}
.mdi-alpha-o-circle-outline:before {
  content: "󰰗";
}
.mdi-alpha-p:before {
  content: "󰫽";
}
.mdi-alpha-p-box:before {
  content: "󰬗";
}
.mdi-alpha-p-box-outline:before {
  content: "󰰘";
}
.mdi-alpha-p-circle:before {
  content: "󰰙";
}
.mdi-alpha-p-circle-outline:before {
  content: "󰰚";
}
.mdi-alpha-q:before {
  content: "󰫾";
}
.mdi-alpha-q-box:before {
  content: "󰬘";
}
.mdi-alpha-q-box-outline:before {
  content: "󰰛";
}
.mdi-alpha-q-circle:before {
  content: "󰰜";
}
.mdi-alpha-q-circle-outline:before {
  content: "󰰝";
}
.mdi-alpha-r:before {
  content: "󰫿";
}
.mdi-alpha-r-box:before {
  content: "󰬙";
}
.mdi-alpha-r-box-outline:before {
  content: "󰰞";
}
.mdi-alpha-r-circle:before {
  content: "󰰟";
}
.mdi-alpha-r-circle-outline:before {
  content: "󰰠";
}
.mdi-alpha-s:before {
  content: "󰬀";
}
.mdi-alpha-s-box:before {
  content: "󰬚";
}
.mdi-alpha-s-box-outline:before {
  content: "󰰡";
}
.mdi-alpha-s-circle:before {
  content: "󰰢";
}
.mdi-alpha-s-circle-outline:before {
  content: "󰰣";
}
.mdi-alpha-t:before {
  content: "󰬁";
}
.mdi-alpha-t-box:before {
  content: "󰬛";
}
.mdi-alpha-t-box-outline:before {
  content: "󰰤";
}
.mdi-alpha-t-circle:before {
  content: "󰰥";
}
.mdi-alpha-t-circle-outline:before {
  content: "󰰦";
}
.mdi-alpha-u:before {
  content: "󰬂";
}
.mdi-alpha-u-box:before {
  content: "󰬜";
}
.mdi-alpha-u-box-outline:before {
  content: "󰰧";
}
.mdi-alpha-u-circle:before {
  content: "󰰨";
}
.mdi-alpha-u-circle-outline:before {
  content: "󰰩";
}
.mdi-alpha-v:before {
  content: "󰬃";
}
.mdi-alpha-v-box:before {
  content: "󰬝";
}
.mdi-alpha-v-box-outline:before {
  content: "󰰪";
}
.mdi-alpha-v-circle:before {
  content: "󰰫";
}
.mdi-alpha-v-circle-outline:before {
  content: "󰰬";
}
.mdi-alpha-w:before {
  content: "󰬄";
}
.mdi-alpha-w-box:before {
  content: "󰬞";
}
.mdi-alpha-w-box-outline:before {
  content: "󰰭";
}
.mdi-alpha-w-circle:before {
  content: "󰰮";
}
.mdi-alpha-w-circle-outline:before {
  content: "󰰯";
}
.mdi-alpha-x:before {
  content: "󰬅";
}
.mdi-alpha-x-box:before {
  content: "󰬟";
}
.mdi-alpha-x-box-outline:before {
  content: "󰰰";
}
.mdi-alpha-x-circle:before {
  content: "󰰱";
}
.mdi-alpha-x-circle-outline:before {
  content: "󰰲";
}
.mdi-alpha-y:before {
  content: "󰬆";
}
.mdi-alpha-y-box:before {
  content: "󰬠";
}
.mdi-alpha-y-box-outline:before {
  content: "󰰳";
}
.mdi-alpha-y-circle:before {
  content: "󰰴";
}
.mdi-alpha-y-circle-outline:before {
  content: "󰰵";
}
.mdi-alpha-z:before {
  content: "󰬇";
}
.mdi-alpha-z-box:before {
  content: "󰬡";
}
.mdi-alpha-z-box-outline:before {
  content: "󰰶";
}
.mdi-alpha-z-circle:before {
  content: "󰰷";
}
.mdi-alpha-z-circle-outline:before {
  content: "󰰸";
}
.mdi-alphabet-aurebesh:before {
  content: "󱌬";
}
.mdi-alphabet-cyrillic:before {
  content: "󱌭";
}
.mdi-alphabet-greek:before {
  content: "󱌮";
}
.mdi-alphabet-latin:before {
  content: "󱌯";
}
.mdi-alphabet-piqad:before {
  content: "󱌰";
}
.mdi-alphabet-tengwar:before {
  content: "󱌷";
}
.mdi-alphabetical:before {
  content: "󰀬";
}
.mdi-alphabetical-off:before {
  content: "󱀌";
}
.mdi-alphabetical-variant:before {
  content: "󱀍";
}
.mdi-alphabetical-variant-off:before {
  content: "󱀎";
}
.mdi-altimeter:before {
  content: "󰗗";
}
.mdi-ambulance:before {
  content: "󰀯";
}
.mdi-ammunition:before {
  content: "󰳨";
}
.mdi-ampersand:before {
  content: "󰪍";
}
.mdi-amplifier:before {
  content: "󰀰";
}
.mdi-amplifier-off:before {
  content: "󱆵";
}
.mdi-anchor:before {
  content: "󰀱";
}
.mdi-android:before {
  content: "󰀲";
}
.mdi-android-studio:before {
  content: "󰀴";
}
.mdi-angle-acute:before {
  content: "󰤷";
}
.mdi-angle-obtuse:before {
  content: "󰤸";
}
.mdi-angle-right:before {
  content: "󰤹";
}
.mdi-angular:before {
  content: "󰚲";
}
.mdi-angularjs:before {
  content: "󰚿";
}
.mdi-animation:before {
  content: "󰗘";
}
.mdi-animation-outline:before {
  content: "󰪏";
}
.mdi-animation-play:before {
  content: "󰤺";
}
.mdi-animation-play-outline:before {
  content: "󰪐";
}
.mdi-ansible:before {
  content: "󱂚";
}
.mdi-antenna:before {
  content: "󱄙";
}
.mdi-anvil:before {
  content: "󰢛";
}
.mdi-apache-kafka:before {
  content: "󱀏";
}
.mdi-api:before {
  content: "󱂛";
}
.mdi-api-off:before {
  content: "󱉗";
}
.mdi-apple:before {
  content: "󰀵";
}
.mdi-apple-finder:before {
  content: "󰀶";
}
.mdi-apple-icloud:before {
  content: "󰀸";
}
.mdi-apple-ios:before {
  content: "󰀷";
}
.mdi-apple-keyboard-caps:before {
  content: "󰘲";
}
.mdi-apple-keyboard-command:before {
  content: "󰘳";
}
.mdi-apple-keyboard-control:before {
  content: "󰘴";
}
.mdi-apple-keyboard-option:before {
  content: "󰘵";
}
.mdi-apple-keyboard-shift:before {
  content: "󰘶";
}
.mdi-apple-safari:before {
  content: "󰀹";
}
.mdi-application:before {
  content: "󰣆";
}
.mdi-application-array:before {
  content: "󱃵";
}
.mdi-application-array-outline:before {
  content: "󱃶";
}
.mdi-application-braces:before {
  content: "󱃷";
}
.mdi-application-braces-outline:before {
  content: "󱃸";
}
.mdi-application-brackets:before {
  content: "󰲋";
}
.mdi-application-brackets-outline:before {
  content: "󰲌";
}
.mdi-application-cog:before {
  content: "󰙵";
}
.mdi-application-cog-outline:before {
  content: "󱕷";
}
.mdi-application-edit:before {
  content: "󰂮";
}
.mdi-application-edit-outline:before {
  content: "󰘙";
}
.mdi-application-export:before {
  content: "󰶭";
}
.mdi-application-import:before {
  content: "󰶮";
}
.mdi-application-outline:before {
  content: "󰘔";
}
.mdi-application-parentheses:before {
  content: "󱃹";
}
.mdi-application-parentheses-outline:before {
  content: "󱃺";
}
.mdi-application-settings:before {
  content: "󰭠";
}
.mdi-application-settings-outline:before {
  content: "󱕕";
}
.mdi-application-variable:before {
  content: "󱃻";
}
.mdi-application-variable-outline:before {
  content: "󱃼";
}
.mdi-approximately-equal:before {
  content: "󰾞";
}
.mdi-approximately-equal-box:before {
  content: "󰾟";
}
.mdi-apps:before {
  content: "󰀻";
}
.mdi-apps-box:before {
  content: "󰵆";
}
.mdi-arch:before {
  content: "󰣇";
}
.mdi-archive:before {
  content: "󰀼";
}
.mdi-archive-alert:before {
  content: "󱓽";
}
.mdi-archive-alert-outline:before {
  content: "󱓾";
}
.mdi-archive-arrow-down:before {
  content: "󱉙";
}
.mdi-archive-arrow-down-outline:before {
  content: "󱉚";
}
.mdi-archive-arrow-up:before {
  content: "󱉛";
}
.mdi-archive-arrow-up-outline:before {
  content: "󱉜";
}
.mdi-archive-cancel:before {
  content: "󱝋";
}
.mdi-archive-cancel-outline:before {
  content: "󱝌";
}
.mdi-archive-check:before {
  content: "󱝍";
}
.mdi-archive-check-outline:before {
  content: "󱝎";
}
.mdi-archive-clock:before {
  content: "󱝏";
}
.mdi-archive-clock-outline:before {
  content: "󱝐";
}
.mdi-archive-cog:before {
  content: "󱝑";
}
.mdi-archive-cog-outline:before {
  content: "󱝒";
}
.mdi-archive-edit:before {
  content: "󱝓";
}
.mdi-archive-edit-outline:before {
  content: "󱝔";
}
.mdi-archive-eye:before {
  content: "󱝕";
}
.mdi-archive-eye-outline:before {
  content: "󱝖";
}
.mdi-archive-lock:before {
  content: "󱝗";
}
.mdi-archive-lock-open:before {
  content: "󱝘";
}
.mdi-archive-lock-open-outline:before {
  content: "󱝙";
}
.mdi-archive-lock-outline:before {
  content: "󱝚";
}
.mdi-archive-marker:before {
  content: "󱝛";
}
.mdi-archive-marker-outline:before {
  content: "󱝜";
}
.mdi-archive-minus:before {
  content: "󱝝";
}
.mdi-archive-minus-outline:before {
  content: "󱝞";
}
.mdi-archive-music:before {
  content: "󱝟";
}
.mdi-archive-music-outline:before {
  content: "󱝠";
}
.mdi-archive-off:before {
  content: "󱝡";
}
.mdi-archive-off-outline:before {
  content: "󱝢";
}
.mdi-archive-outline:before {
  content: "󱈎";
}
.mdi-archive-plus:before {
  content: "󱝣";
}
.mdi-archive-plus-outline:before {
  content: "󱝤";
}
.mdi-archive-refresh:before {
  content: "󱝥";
}
.mdi-archive-refresh-outline:before {
  content: "󱝦";
}
.mdi-archive-remove:before {
  content: "󱝧";
}
.mdi-archive-remove-outline:before {
  content: "󱝨";
}
.mdi-archive-search:before {
  content: "󱝩";
}
.mdi-archive-search-outline:before {
  content: "󱝪";
}
.mdi-archive-settings:before {
  content: "󱝫";
}
.mdi-archive-settings-outline:before {
  content: "󱝬";
}
.mdi-archive-star:before {
  content: "󱝭";
}
.mdi-archive-star-outline:before {
  content: "󱝮";
}
.mdi-archive-sync:before {
  content: "󱝯";
}
.mdi-archive-sync-outline:before {
  content: "󱝰";
}
.mdi-arm-flex:before {
  content: "󰿗";
}
.mdi-arm-flex-outline:before {
  content: "󰿖";
}
.mdi-arrange-bring-forward:before {
  content: "󰀽";
}
.mdi-arrange-bring-to-front:before {
  content: "󰀾";
}
.mdi-arrange-send-backward:before {
  content: "󰀿";
}
.mdi-arrange-send-to-back:before {
  content: "󰁀";
}
.mdi-arrow-all:before {
  content: "󰁁";
}
.mdi-arrow-bottom-left:before {
  content: "󰁂";
}
.mdi-arrow-bottom-left-bold-box:before {
  content: "󱥤";
}
.mdi-arrow-bottom-left-bold-box-outline:before {
  content: "󱥥";
}
.mdi-arrow-bottom-left-bold-outline:before {
  content: "󰦷";
}
.mdi-arrow-bottom-left-thick:before {
  content: "󰦸";
}
.mdi-arrow-bottom-left-thin:before {
  content: "󱦶";
}
.mdi-arrow-bottom-left-thin-circle-outline:before {
  content: "󱖖";
}
.mdi-arrow-bottom-right:before {
  content: "󰁃";
}
.mdi-arrow-bottom-right-bold-box:before {
  content: "󱥦";
}
.mdi-arrow-bottom-right-bold-box-outline:before {
  content: "󱥧";
}
.mdi-arrow-bottom-right-bold-outline:before {
  content: "󰦹";
}
.mdi-arrow-bottom-right-thick:before {
  content: "󰦺";
}
.mdi-arrow-bottom-right-thin:before {
  content: "󱦷";
}
.mdi-arrow-bottom-right-thin-circle-outline:before {
  content: "󱖕";
}
.mdi-arrow-collapse:before {
  content: "󰘕";
}
.mdi-arrow-collapse-all:before {
  content: "󰁄";
}
.mdi-arrow-collapse-down:before {
  content: "󰞒";
}
.mdi-arrow-collapse-horizontal:before {
  content: "󰡌";
}
.mdi-arrow-collapse-left:before {
  content: "󰞓";
}
.mdi-arrow-collapse-right:before {
  content: "󰞔";
}
.mdi-arrow-collapse-up:before {
  content: "󰞕";
}
.mdi-arrow-collapse-vertical:before {
  content: "󰡍";
}
.mdi-arrow-decision:before {
  content: "󰦻";
}
.mdi-arrow-decision-auto:before {
  content: "󰦼";
}
.mdi-arrow-decision-auto-outline:before {
  content: "󰦽";
}
.mdi-arrow-decision-outline:before {
  content: "󰦾";
}
.mdi-arrow-down:before {
  content: "󰁅";
}
.mdi-arrow-down-bold:before {
  content: "󰜮";
}
.mdi-arrow-down-bold-box:before {
  content: "󰜯";
}
.mdi-arrow-down-bold-box-outline:before {
  content: "󰜰";
}
.mdi-arrow-down-bold-circle:before {
  content: "󰁇";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "󰁈";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "󰁉";
}
.mdi-arrow-down-bold-outline:before {
  content: "󰦿";
}
.mdi-arrow-down-box:before {
  content: "󰛀";
}
.mdi-arrow-down-circle:before {
  content: "󰳛";
}
.mdi-arrow-down-circle-outline:before {
  content: "󰳜";
}
.mdi-arrow-down-drop-circle:before {
  content: "󰁊";
}
.mdi-arrow-down-drop-circle-outline:before {
  content: "󰁋";
}
.mdi-arrow-down-left:before {
  content: "󱞡";
}
.mdi-arrow-down-left-bold:before {
  content: "󱞢";
}
.mdi-arrow-down-right:before {
  content: "󱞣";
}
.mdi-arrow-down-right-bold:before {
  content: "󱞤";
}
.mdi-arrow-down-thick:before {
  content: "󰁆";
}
.mdi-arrow-down-thin:before {
  content: "󱦳";
}
.mdi-arrow-down-thin-circle-outline:before {
  content: "󱖙";
}
.mdi-arrow-expand:before {
  content: "󰘖";
}
.mdi-arrow-expand-all:before {
  content: "󰁌";
}
.mdi-arrow-expand-down:before {
  content: "󰞖";
}
.mdi-arrow-expand-horizontal:before {
  content: "󰡎";
}
.mdi-arrow-expand-left:before {
  content: "󰞗";
}
.mdi-arrow-expand-right:before {
  content: "󰞘";
}
.mdi-arrow-expand-up:before {
  content: "󰞙";
}
.mdi-arrow-expand-vertical:before {
  content: "󰡏";
}
.mdi-arrow-horizontal-lock:before {
  content: "󱅛";
}
.mdi-arrow-left:before {
  content: "󰁍";
}
.mdi-arrow-left-bold:before {
  content: "󰜱";
}
.mdi-arrow-left-bold-box:before {
  content: "󰜲";
}
.mdi-arrow-left-bold-box-outline:before {
  content: "󰜳";
}
.mdi-arrow-left-bold-circle:before {
  content: "󰁏";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "󰁐";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "󰁑";
}
.mdi-arrow-left-bold-outline:before {
  content: "󰧀";
}
.mdi-arrow-left-bottom:before {
  content: "󱞥";
}
.mdi-arrow-left-bottom-bold:before {
  content: "󱞦";
}
.mdi-arrow-left-box:before {
  content: "󰛁";
}
.mdi-arrow-left-circle:before {
  content: "󰳝";
}
.mdi-arrow-left-circle-outline:before {
  content: "󰳞";
}
.mdi-arrow-left-drop-circle:before {
  content: "󰁒";
}
.mdi-arrow-left-drop-circle-outline:before {
  content: "󰁓";
}
.mdi-arrow-left-right:before {
  content: "󰹳";
}
.mdi-arrow-left-right-bold:before {
  content: "󰹴";
}
.mdi-arrow-left-right-bold-outline:before {
  content: "󰧁";
}
.mdi-arrow-left-thick:before {
  content: "󰁎";
}
.mdi-arrow-left-thin:before {
  content: "󱦱";
}
.mdi-arrow-left-thin-circle-outline:before {
  content: "󱖚";
}
.mdi-arrow-left-top:before {
  content: "󱞧";
}
.mdi-arrow-left-top-bold:before {
  content: "󱞨";
}
.mdi-arrow-projectile:before {
  content: "󱡀";
}
.mdi-arrow-projectile-multiple:before {
  content: "󱠿";
}
.mdi-arrow-right:before {
  content: "󰁔";
}
.mdi-arrow-right-bold:before {
  content: "󰜴";
}
.mdi-arrow-right-bold-box:before {
  content: "󰜵";
}
.mdi-arrow-right-bold-box-outline:before {
  content: "󰜶";
}
.mdi-arrow-right-bold-circle:before {
  content: "󰁖";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "󰁗";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "󰁘";
}
.mdi-arrow-right-bold-outline:before {
  content: "󰧂";
}
.mdi-arrow-right-bottom:before {
  content: "󱞩";
}
.mdi-arrow-right-bottom-bold:before {
  content: "󱞪";
}
.mdi-arrow-right-box:before {
  content: "󰛂";
}
.mdi-arrow-right-circle:before {
  content: "󰳟";
}
.mdi-arrow-right-circle-outline:before {
  content: "󰳠";
}
.mdi-arrow-right-drop-circle:before {
  content: "󰁙";
}
.mdi-arrow-right-drop-circle-outline:before {
  content: "󰁚";
}
.mdi-arrow-right-thick:before {
  content: "󰁕";
}
.mdi-arrow-right-thin:before {
  content: "󱦰";
}
.mdi-arrow-right-thin-circle-outline:before {
  content: "󱖘";
}
.mdi-arrow-right-top:before {
  content: "󱞫";
}
.mdi-arrow-right-top-bold:before {
  content: "󱞬";
}
.mdi-arrow-split-horizontal:before {
  content: "󰤻";
}
.mdi-arrow-split-vertical:before {
  content: "󰤼";
}
.mdi-arrow-top-left:before {
  content: "󰁛";
}
.mdi-arrow-top-left-bold-box:before {
  content: "󱥨";
}
.mdi-arrow-top-left-bold-box-outline:before {
  content: "󱥩";
}
.mdi-arrow-top-left-bold-outline:before {
  content: "󰧃";
}
.mdi-arrow-top-left-bottom-right:before {
  content: "󰹵";
}
.mdi-arrow-top-left-bottom-right-bold:before {
  content: "󰹶";
}
.mdi-arrow-top-left-thick:before {
  content: "󰧄";
}
.mdi-arrow-top-left-thin:before {
  content: "󱦵";
}
.mdi-arrow-top-left-thin-circle-outline:before {
  content: "󱖓";
}
.mdi-arrow-top-right:before {
  content: "󰁜";
}
.mdi-arrow-top-right-bold-box:before {
  content: "󱥪";
}
.mdi-arrow-top-right-bold-box-outline:before {
  content: "󱥫";
}
.mdi-arrow-top-right-bold-outline:before {
  content: "󰧅";
}
.mdi-arrow-top-right-bottom-left:before {
  content: "󰹷";
}
.mdi-arrow-top-right-bottom-left-bold:before {
  content: "󰹸";
}
.mdi-arrow-top-right-thick:before {
  content: "󰧆";
}
.mdi-arrow-top-right-thin:before {
  content: "󱦴";
}
.mdi-arrow-top-right-thin-circle-outline:before {
  content: "󱖔";
}
.mdi-arrow-u-down-left:before {
  content: "󱞭";
}
.mdi-arrow-u-down-left-bold:before {
  content: "󱞮";
}
.mdi-arrow-u-down-right:before {
  content: "󱞯";
}
.mdi-arrow-u-down-right-bold:before {
  content: "󱞰";
}
.mdi-arrow-u-left-bottom:before {
  content: "󱞱";
}
.mdi-arrow-u-left-bottom-bold:before {
  content: "󱞲";
}
.mdi-arrow-u-left-top:before {
  content: "󱞳";
}
.mdi-arrow-u-left-top-bold:before {
  content: "󱞴";
}
.mdi-arrow-u-right-bottom:before {
  content: "󱞵";
}
.mdi-arrow-u-right-bottom-bold:before {
  content: "󱞶";
}
.mdi-arrow-u-right-top:before {
  content: "󱞷";
}
.mdi-arrow-u-right-top-bold:before {
  content: "󱞸";
}
.mdi-arrow-u-up-left:before {
  content: "󱞹";
}
.mdi-arrow-u-up-left-bold:before {
  content: "󱞺";
}
.mdi-arrow-u-up-right:before {
  content: "󱞻";
}
.mdi-arrow-u-up-right-bold:before {
  content: "󱞼";
}
.mdi-arrow-up:before {
  content: "󰁝";
}
.mdi-arrow-up-bold:before {
  content: "󰜷";
}
.mdi-arrow-up-bold-box:before {
  content: "󰜸";
}
.mdi-arrow-up-bold-box-outline:before {
  content: "󰜹";
}
.mdi-arrow-up-bold-circle:before {
  content: "󰁟";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "󰁠";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "󰁡";
}
.mdi-arrow-up-bold-outline:before {
  content: "󰧇";
}
.mdi-arrow-up-box:before {
  content: "󰛃";
}
.mdi-arrow-up-circle:before {
  content: "󰳡";
}
.mdi-arrow-up-circle-outline:before {
  content: "󰳢";
}
.mdi-arrow-up-down:before {
  content: "󰹹";
}
.mdi-arrow-up-down-bold:before {
  content: "󰹺";
}
.mdi-arrow-up-down-bold-outline:before {
  content: "󰧈";
}
.mdi-arrow-up-drop-circle:before {
  content: "󰁢";
}
.mdi-arrow-up-drop-circle-outline:before {
  content: "󰁣";
}
.mdi-arrow-up-left:before {
  content: "󱞽";
}
.mdi-arrow-up-left-bold:before {
  content: "󱞾";
}
.mdi-arrow-up-right:before {
  content: "󱞿";
}
.mdi-arrow-up-right-bold:before {
  content: "󱟀";
}
.mdi-arrow-up-thick:before {
  content: "󰁞";
}
.mdi-arrow-up-thin:before {
  content: "󱦲";
}
.mdi-arrow-up-thin-circle-outline:before {
  content: "󱖗";
}
.mdi-arrow-vertical-lock:before {
  content: "󱅜";
}
.mdi-artboard:before {
  content: "󱮚";
}
.mdi-artstation:before {
  content: "󰭛";
}
.mdi-aspect-ratio:before {
  content: "󰨤";
}
.mdi-assistant:before {
  content: "󰁤";
}
.mdi-asterisk:before {
  content: "󰛄";
}
.mdi-asterisk-circle-outline:before {
  content: "󱨧";
}
.mdi-at:before {
  content: "󰁥";
}
.mdi-atlassian:before {
  content: "󰠄";
}
.mdi-atm:before {
  content: "󰵇";
}
.mdi-atom:before {
  content: "󰝨";
}
.mdi-atom-variant:before {
  content: "󰹻";
}
.mdi-attachment:before {
  content: "󰁦";
}
.mdi-attachment-check:before {
  content: "󱫁";
}
.mdi-attachment-lock:before {
  content: "󱧄";
}
.mdi-attachment-minus:before {
  content: "󱫂";
}
.mdi-attachment-off:before {
  content: "󱫃";
}
.mdi-attachment-plus:before {
  content: "󱫄";
}
.mdi-attachment-remove:before {
  content: "󱫅";
}
.mdi-atv:before {
  content: "󱭰";
}
.mdi-audio-input-rca:before {
  content: "󱡫";
}
.mdi-audio-input-stereo-minijack:before {
  content: "󱡬";
}
.mdi-audio-input-xlr:before {
  content: "󱡭";
}
.mdi-audio-video:before {
  content: "󰤽";
}
.mdi-audio-video-off:before {
  content: "󱆶";
}
.mdi-augmented-reality:before {
  content: "󰡐";
}
.mdi-aurora:before {
  content: "󱮹";
}
.mdi-auto-download:before {
  content: "󱍾";
}
.mdi-auto-fix:before {
  content: "󰁨";
}
.mdi-auto-upload:before {
  content: "󰁩";
}
.mdi-autorenew:before {
  content: "󰁪";
}
.mdi-autorenew-off:before {
  content: "󱧧";
}
.mdi-av-timer:before {
  content: "󰁫";
}
.mdi-awning:before {
  content: "󱮇";
}
.mdi-awning-outline:before {
  content: "󱮈";
}
.mdi-aws:before {
  content: "󰸏";
}
.mdi-axe:before {
  content: "󰣈";
}
.mdi-axe-battle:before {
  content: "󱡂";
}
.mdi-axis:before {
  content: "󰵈";
}
.mdi-axis-arrow:before {
  content: "󰵉";
}
.mdi-axis-arrow-info:before {
  content: "󱐎";
}
.mdi-axis-arrow-lock:before {
  content: "󰵊";
}
.mdi-axis-lock:before {
  content: "󰵋";
}
.mdi-axis-x-arrow:before {
  content: "󰵌";
}
.mdi-axis-x-arrow-lock:before {
  content: "󰵍";
}
.mdi-axis-x-rotate-clockwise:before {
  content: "󰵎";
}
.mdi-axis-x-rotate-counterclockwise:before {
  content: "󰵏";
}
.mdi-axis-x-y-arrow-lock:before {
  content: "󰵐";
}
.mdi-axis-y-arrow:before {
  content: "󰵑";
}
.mdi-axis-y-arrow-lock:before {
  content: "󰵒";
}
.mdi-axis-y-rotate-clockwise:before {
  content: "󰵓";
}
.mdi-axis-y-rotate-counterclockwise:before {
  content: "󰵔";
}
.mdi-axis-z-arrow:before {
  content: "󰵕";
}
.mdi-axis-z-arrow-lock:before {
  content: "󰵖";
}
.mdi-axis-z-rotate-clockwise:before {
  content: "󰵗";
}
.mdi-axis-z-rotate-counterclockwise:before {
  content: "󰵘";
}
.mdi-babel:before {
  content: "󰨥";
}
.mdi-baby:before {
  content: "󰁬";
}
.mdi-baby-bottle:before {
  content: "󰼹";
}
.mdi-baby-bottle-outline:before {
  content: "󰼺";
}
.mdi-baby-buggy:before {
  content: "󱏠";
}
.mdi-baby-buggy-off:before {
  content: "󱫳";
}
.mdi-baby-carriage:before {
  content: "󰚏";
}
.mdi-baby-carriage-off:before {
  content: "󰾠";
}
.mdi-baby-face:before {
  content: "󰹼";
}
.mdi-baby-face-outline:before {
  content: "󰹽";
}
.mdi-backburger:before {
  content: "󰁭";
}
.mdi-backspace:before {
  content: "󰁮";
}
.mdi-backspace-outline:before {
  content: "󰭜";
}
.mdi-backspace-reverse:before {
  content: "󰹾";
}
.mdi-backspace-reverse-outline:before {
  content: "󰹿";
}
.mdi-backup-restore:before {
  content: "󰁯";
}
.mdi-bacteria:before {
  content: "󰻕";
}
.mdi-bacteria-outline:before {
  content: "󰻖";
}
.mdi-badge-account:before {
  content: "󰶧";
}
.mdi-badge-account-alert:before {
  content: "󰶨";
}
.mdi-badge-account-alert-outline:before {
  content: "󰶩";
}
.mdi-badge-account-horizontal:before {
  content: "󰸍";
}
.mdi-badge-account-horizontal-outline:before {
  content: "󰸎";
}
.mdi-badge-account-outline:before {
  content: "󰶪";
}
.mdi-badminton:before {
  content: "󰡑";
}
.mdi-bag-carry-on:before {
  content: "󰼻";
}
.mdi-bag-carry-on-check:before {
  content: "󰵥";
}
.mdi-bag-carry-on-off:before {
  content: "󰼼";
}
.mdi-bag-checked:before {
  content: "󰼽";
}
.mdi-bag-personal:before {
  content: "󰸐";
}
.mdi-bag-personal-off:before {
  content: "󰸑";
}
.mdi-bag-personal-off-outline:before {
  content: "󰸒";
}
.mdi-bag-personal-outline:before {
  content: "󰸓";
}
.mdi-bag-personal-tag:before {
  content: "󱬌";
}
.mdi-bag-personal-tag-outline:before {
  content: "󱬍";
}
.mdi-bag-suitcase:before {
  content: "󱖋";
}
.mdi-bag-suitcase-off:before {
  content: "󱖍";
}
.mdi-bag-suitcase-off-outline:before {
  content: "󱖎";
}
.mdi-bag-suitcase-outline:before {
  content: "󱖌";
}
.mdi-baguette:before {
  content: "󰼾";
}
.mdi-balcony:before {
  content: "󱠗";
}
.mdi-balloon:before {
  content: "󰨦";
}
.mdi-ballot:before {
  content: "󰧉";
}
.mdi-ballot-outline:before {
  content: "󰧊";
}
.mdi-ballot-recount:before {
  content: "󰰹";
}
.mdi-ballot-recount-outline:before {
  content: "󰰺";
}
.mdi-bandage:before {
  content: "󰶯";
}
.mdi-bank:before {
  content: "󰁰";
}
.mdi-bank-check:before {
  content: "󱙕";
}
.mdi-bank-circle:before {
  content: "󱰃";
}
.mdi-bank-circle-outline:before {
  content: "󱰄";
}
.mdi-bank-minus:before {
  content: "󰶰";
}
.mdi-bank-off:before {
  content: "󱙖";
}
.mdi-bank-off-outline:before {
  content: "󱙗";
}
.mdi-bank-outline:before {
  content: "󰺀";
}
.mdi-bank-plus:before {
  content: "󰶱";
}
.mdi-bank-remove:before {
  content: "󰶲";
}
.mdi-bank-transfer:before {
  content: "󰨧";
}
.mdi-bank-transfer-in:before {
  content: "󰨨";
}
.mdi-bank-transfer-out:before {
  content: "󰨩";
}
.mdi-barcode:before {
  content: "󰁱";
}
.mdi-barcode-off:before {
  content: "󱈶";
}
.mdi-barcode-scan:before {
  content: "󰁲";
}
.mdi-barley:before {
  content: "󰁳";
}
.mdi-barley-off:before {
  content: "󰭝";
}
.mdi-barn:before {
  content: "󰭞";
}
.mdi-barrel:before {
  content: "󰁴";
}
.mdi-barrel-outline:before {
  content: "󱨨";
}
.mdi-baseball:before {
  content: "󰡒";
}
.mdi-baseball-bat:before {
  content: "󰡓";
}
.mdi-baseball-diamond:before {
  content: "󱗬";
}
.mdi-baseball-diamond-outline:before {
  content: "󱗭";
}
.mdi-bash:before {
  content: "󱆃";
}
.mdi-basket:before {
  content: "󰁶";
}
.mdi-basket-check:before {
  content: "󱣥";
}
.mdi-basket-check-outline:before {
  content: "󱣦";
}
.mdi-basket-fill:before {
  content: "󰁷";
}
.mdi-basket-minus:before {
  content: "󱔣";
}
.mdi-basket-minus-outline:before {
  content: "󱔤";
}
.mdi-basket-off:before {
  content: "󱔥";
}
.mdi-basket-off-outline:before {
  content: "󱔦";
}
.mdi-basket-outline:before {
  content: "󱆁";
}
.mdi-basket-plus:before {
  content: "󱔧";
}
.mdi-basket-plus-outline:before {
  content: "󱔨";
}
.mdi-basket-remove:before {
  content: "󱔩";
}
.mdi-basket-remove-outline:before {
  content: "󱔪";
}
.mdi-basket-unfill:before {
  content: "󰁸";
}
.mdi-basketball:before {
  content: "󰠆";
}
.mdi-basketball-hoop:before {
  content: "󰰻";
}
.mdi-basketball-hoop-outline:before {
  content: "󰰼";
}
.mdi-bat:before {
  content: "󰭟";
}
.mdi-bathtub:before {
  content: "󱠘";
}
.mdi-bathtub-outline:before {
  content: "󱠙";
}
.mdi-battery:before {
  content: "󰁹";
}
.mdi-battery-10:before {
  content: "󰁺";
}
.mdi-battery-10-bluetooth:before {
  content: "󰤾";
}
.mdi-battery-20:before {
  content: "󰁻";
}
.mdi-battery-20-bluetooth:before {
  content: "󰤿";
}
.mdi-battery-30:before {
  content: "󰁼";
}
.mdi-battery-30-bluetooth:before {
  content: "󰥀";
}
.mdi-battery-40:before {
  content: "󰁽";
}
.mdi-battery-40-bluetooth:before {
  content: "󰥁";
}
.mdi-battery-50:before {
  content: "󰁾";
}
.mdi-battery-50-bluetooth:before {
  content: "󰥂";
}
.mdi-battery-60:before {
  content: "󰁿";
}
.mdi-battery-60-bluetooth:before {
  content: "󰥃";
}
.mdi-battery-70:before {
  content: "󰂀";
}
.mdi-battery-70-bluetooth:before {
  content: "󰥄";
}
.mdi-battery-80:before {
  content: "󰂁";
}
.mdi-battery-80-bluetooth:before {
  content: "󰥅";
}
.mdi-battery-90:before {
  content: "󰂂";
}
.mdi-battery-90-bluetooth:before {
  content: "󰥆";
}
.mdi-battery-alert:before {
  content: "󰂃";
}
.mdi-battery-alert-bluetooth:before {
  content: "󰥇";
}
.mdi-battery-alert-variant:before {
  content: "󱃌";
}
.mdi-battery-alert-variant-outline:before {
  content: "󱃍";
}
.mdi-battery-arrow-down:before {
  content: "󱟞";
}
.mdi-battery-arrow-down-outline:before {
  content: "󱟟";
}
.mdi-battery-arrow-up:before {
  content: "󱟠";
}
.mdi-battery-arrow-up-outline:before {
  content: "󱟡";
}
.mdi-battery-bluetooth:before {
  content: "󰥈";
}
.mdi-battery-bluetooth-variant:before {
  content: "󰥉";
}
.mdi-battery-charging:before {
  content: "󰂄";
}
.mdi-battery-charging-10:before {
  content: "󰢜";
}
.mdi-battery-charging-100:before {
  content: "󰂅";
}
.mdi-battery-charging-20:before {
  content: "󰂆";
}
.mdi-battery-charging-30:before {
  content: "󰂇";
}
.mdi-battery-charging-40:before {
  content: "󰂈";
}
.mdi-battery-charging-50:before {
  content: "󰢝";
}
.mdi-battery-charging-60:before {
  content: "󰂉";
}
.mdi-battery-charging-70:before {
  content: "󰢞";
}
.mdi-battery-charging-80:before {
  content: "󰂊";
}
.mdi-battery-charging-90:before {
  content: "󰂋";
}
.mdi-battery-charging-high:before {
  content: "󱊦";
}
.mdi-battery-charging-low:before {
  content: "󱊤";
}
.mdi-battery-charging-medium:before {
  content: "󱊥";
}
.mdi-battery-charging-outline:before {
  content: "󰢟";
}
.mdi-battery-charging-wireless:before {
  content: "󰠇";
}
.mdi-battery-charging-wireless-10:before {
  content: "󰠈";
}
.mdi-battery-charging-wireless-20:before {
  content: "󰠉";
}
.mdi-battery-charging-wireless-30:before {
  content: "󰠊";
}
.mdi-battery-charging-wireless-40:before {
  content: "󰠋";
}
.mdi-battery-charging-wireless-50:before {
  content: "󰠌";
}
.mdi-battery-charging-wireless-60:before {
  content: "󰠍";
}
.mdi-battery-charging-wireless-70:before {
  content: "󰠎";
}
.mdi-battery-charging-wireless-80:before {
  content: "󰠏";
}
.mdi-battery-charging-wireless-90:before {
  content: "󰠐";
}
.mdi-battery-charging-wireless-alert:before {
  content: "󰠑";
}
.mdi-battery-charging-wireless-outline:before {
  content: "󰠒";
}
.mdi-battery-check:before {
  content: "󱟢";
}
.mdi-battery-check-outline:before {
  content: "󱟣";
}
.mdi-battery-clock:before {
  content: "󱧥";
}
.mdi-battery-clock-outline:before {
  content: "󱧦";
}
.mdi-battery-heart:before {
  content: "󱈏";
}
.mdi-battery-heart-outline:before {
  content: "󱈐";
}
.mdi-battery-heart-variant:before {
  content: "󱈑";
}
.mdi-battery-high:before {
  content: "󱊣";
}
.mdi-battery-lock:before {
  content: "󱞜";
}
.mdi-battery-lock-open:before {
  content: "󱞝";
}
.mdi-battery-low:before {
  content: "󱊡";
}
.mdi-battery-medium:before {
  content: "󱊢";
}
.mdi-battery-minus:before {
  content: "󱟤";
}
.mdi-battery-minus-outline:before {
  content: "󱟥";
}
.mdi-battery-minus-variant:before {
  content: "󰂌";
}
.mdi-battery-negative:before {
  content: "󰂍";
}
.mdi-battery-off:before {
  content: "󱉝";
}
.mdi-battery-off-outline:before {
  content: "󱉞";
}
.mdi-battery-outline:before {
  content: "󰂎";
}
.mdi-battery-plus:before {
  content: "󱟦";
}
.mdi-battery-plus-outline:before {
  content: "󱟧";
}
.mdi-battery-plus-variant:before {
  content: "󰂏";
}
.mdi-battery-positive:before {
  content: "󰂐";
}
.mdi-battery-remove:before {
  content: "󱟨";
}
.mdi-battery-remove-outline:before {
  content: "󱟩";
}
.mdi-battery-sync:before {
  content: "󱠴";
}
.mdi-battery-sync-outline:before {
  content: "󱠵";
}
.mdi-battery-unknown:before {
  content: "󰂑";
}
.mdi-battery-unknown-bluetooth:before {
  content: "󰥊";
}
.mdi-beach:before {
  content: "󰂒";
}
.mdi-beaker:before {
  content: "󰳪";
}
.mdi-beaker-alert:before {
  content: "󱈩";
}
.mdi-beaker-alert-outline:before {
  content: "󱈪";
}
.mdi-beaker-check:before {
  content: "󱈫";
}
.mdi-beaker-check-outline:before {
  content: "󱈬";
}
.mdi-beaker-minus:before {
  content: "󱈭";
}
.mdi-beaker-minus-outline:before {
  content: "󱈮";
}
.mdi-beaker-outline:before {
  content: "󰚐";
}
.mdi-beaker-plus:before {
  content: "󱈯";
}
.mdi-beaker-plus-outline:before {
  content: "󱈰";
}
.mdi-beaker-question:before {
  content: "󱈱";
}
.mdi-beaker-question-outline:before {
  content: "󱈲";
}
.mdi-beaker-remove:before {
  content: "󱈳";
}
.mdi-beaker-remove-outline:before {
  content: "󱈴";
}
.mdi-bed:before {
  content: "󰋣";
}
.mdi-bed-clock:before {
  content: "󱮔";
}
.mdi-bed-double:before {
  content: "󰿔";
}
.mdi-bed-double-outline:before {
  content: "󰿓";
}
.mdi-bed-empty:before {
  content: "󰢠";
}
.mdi-bed-king:before {
  content: "󰿒";
}
.mdi-bed-king-outline:before {
  content: "󰿑";
}
.mdi-bed-outline:before {
  content: "󰂙";
}
.mdi-bed-queen:before {
  content: "󰿐";
}
.mdi-bed-queen-outline:before {
  content: "󰿛";
}
.mdi-bed-single:before {
  content: "󱁭";
}
.mdi-bed-single-outline:before {
  content: "󱁮";
}
.mdi-bee:before {
  content: "󰾡";
}
.mdi-bee-flower:before {
  content: "󰾢";
}
.mdi-beehive-off-outline:before {
  content: "󱏭";
}
.mdi-beehive-outline:before {
  content: "󱃎";
}
.mdi-beekeeper:before {
  content: "󱓢";
}
.mdi-beer:before {
  content: "󰂘";
}
.mdi-beer-outline:before {
  content: "󱌌";
}
.mdi-bell:before {
  content: "󰂚";
}
.mdi-bell-alert:before {
  content: "󰵙";
}
.mdi-bell-alert-outline:before {
  content: "󰺁";
}
.mdi-bell-badge:before {
  content: "󱅫";
}
.mdi-bell-badge-outline:before {
  content: "󰅸";
}
.mdi-bell-cancel:before {
  content: "󱏧";
}
.mdi-bell-cancel-outline:before {
  content: "󱏨";
}
.mdi-bell-check:before {
  content: "󱇥";
}
.mdi-bell-check-outline:before {
  content: "󱇦";
}
.mdi-bell-circle:before {
  content: "󰵚";
}
.mdi-bell-circle-outline:before {
  content: "󰵛";
}
.mdi-bell-cog:before {
  content: "󱨩";
}
.mdi-bell-cog-outline:before {
  content: "󱨪";
}
.mdi-bell-minus:before {
  content: "󱏩";
}
.mdi-bell-minus-outline:before {
  content: "󱏪";
}
.mdi-bell-off:before {
  content: "󰂛";
}
.mdi-bell-off-outline:before {
  content: "󰪑";
}
.mdi-bell-outline:before {
  content: "󰂜";
}
.mdi-bell-plus:before {
  content: "󰂝";
}
.mdi-bell-plus-outline:before {
  content: "󰪒";
}
.mdi-bell-remove:before {
  content: "󱏫";
}
.mdi-bell-remove-outline:before {
  content: "󱏬";
}
.mdi-bell-ring:before {
  content: "󰂞";
}
.mdi-bell-ring-outline:before {
  content: "󰂟";
}
.mdi-bell-sleep:before {
  content: "󰂠";
}
.mdi-bell-sleep-outline:before {
  content: "󰪓";
}
.mdi-beta:before {
  content: "󰂡";
}
.mdi-betamax:before {
  content: "󰧋";
}
.mdi-biathlon:before {
  content: "󰸔";
}
.mdi-bicycle:before {
  content: "󱂜";
}
.mdi-bicycle-basket:before {
  content: "󱈵";
}
.mdi-bicycle-cargo:before {
  content: "󱢜";
}
.mdi-bicycle-electric:before {
  content: "󱖴";
}
.mdi-bicycle-penny-farthing:before {
  content: "󱗩";
}
.mdi-bike:before {
  content: "󰂣";
}
.mdi-bike-fast:before {
  content: "󱄟";
}
.mdi-billboard:before {
  content: "󱀐";
}
.mdi-billiards:before {
  content: "󰭡";
}
.mdi-billiards-rack:before {
  content: "󰭢";
}
.mdi-binoculars:before {
  content: "󰂥";
}
.mdi-bio:before {
  content: "󰂦";
}
.mdi-biohazard:before {
  content: "󰂧";
}
.mdi-bird:before {
  content: "󱗆";
}
.mdi-bitbucket:before {
  content: "󰂨";
}
.mdi-bitcoin:before {
  content: "󰠓";
}
.mdi-black-mesa:before {
  content: "󰂩";
}
.mdi-blender:before {
  content: "󰳫";
}
.mdi-blender-outline:before {
  content: "󱠚";
}
.mdi-blender-software:before {
  content: "󰂫";
}
.mdi-blinds:before {
  content: "󰂬";
}
.mdi-blinds-horizontal:before {
  content: "󱨫";
}
.mdi-blinds-horizontal-closed:before {
  content: "󱨬";
}
.mdi-blinds-open:before {
  content: "󱀑";
}
.mdi-blinds-vertical:before {
  content: "󱨭";
}
.mdi-blinds-vertical-closed:before {
  content: "󱨮";
}
.mdi-block-helper:before {
  content: "󰂭";
}
.mdi-blood-bag:before {
  content: "󰳬";
}
.mdi-bluetooth:before {
  content: "󰂯";
}
.mdi-bluetooth-audio:before {
  content: "󰂰";
}
.mdi-bluetooth-connect:before {
  content: "󰂱";
}
.mdi-bluetooth-off:before {
  content: "󰂲";
}
.mdi-bluetooth-settings:before {
  content: "󰂳";
}
.mdi-bluetooth-transfer:before {
  content: "󰂴";
}
.mdi-blur:before {
  content: "󰂵";
}
.mdi-blur-linear:before {
  content: "󰂶";
}
.mdi-blur-off:before {
  content: "󰂷";
}
.mdi-blur-radial:before {
  content: "󰂸";
}
.mdi-bolt:before {
  content: "󰶳";
}
.mdi-bomb:before {
  content: "󰚑";
}
.mdi-bomb-off:before {
  content: "󰛅";
}
.mdi-bone:before {
  content: "󰂹";
}
.mdi-bone-off:before {
  content: "󱧠";
}
.mdi-book:before {
  content: "󰂺";
}
.mdi-book-account:before {
  content: "󱎭";
}
.mdi-book-account-outline:before {
  content: "󱎮";
}
.mdi-book-alert:before {
  content: "󱙼";
}
.mdi-book-alert-outline:before {
  content: "󱙽";
}
.mdi-book-alphabet:before {
  content: "󰘝";
}
.mdi-book-arrow-down:before {
  content: "󱙾";
}
.mdi-book-arrow-down-outline:before {
  content: "󱙿";
}
.mdi-book-arrow-left:before {
  content: "󱚀";
}
.mdi-book-arrow-left-outline:before {
  content: "󱚁";
}
.mdi-book-arrow-right:before {
  content: "󱚂";
}
.mdi-book-arrow-right-outline:before {
  content: "󱚃";
}
.mdi-book-arrow-up:before {
  content: "󱚄";
}
.mdi-book-arrow-up-outline:before {
  content: "󱚅";
}
.mdi-book-cancel:before {
  content: "󱚆";
}
.mdi-book-cancel-outline:before {
  content: "󱚇";
}
.mdi-book-check:before {
  content: "󱓳";
}
.mdi-book-check-outline:before {
  content: "󱓴";
}
.mdi-book-clock:before {
  content: "󱚈";
}
.mdi-book-clock-outline:before {
  content: "󱚉";
}
.mdi-book-cog:before {
  content: "󱚊";
}
.mdi-book-cog-outline:before {
  content: "󱚋";
}
.mdi-book-cross:before {
  content: "󰂢";
}
.mdi-book-edit:before {
  content: "󱚌";
}
.mdi-book-edit-outline:before {
  content: "󱚍";
}
.mdi-book-education:before {
  content: "󱛉";
}
.mdi-book-education-outline:before {
  content: "󱛊";
}
.mdi-book-heart:before {
  content: "󱨝";
}
.mdi-book-heart-outline:before {
  content: "󱨞";
}
.mdi-book-information-variant:before {
  content: "󱁯";
}
.mdi-book-lock:before {
  content: "󰞚";
}
.mdi-book-lock-open:before {
  content: "󰞛";
}
.mdi-book-lock-open-outline:before {
  content: "󱚎";
}
.mdi-book-lock-outline:before {
  content: "󱚏";
}
.mdi-book-marker:before {
  content: "󱚐";
}
.mdi-book-marker-outline:before {
  content: "󱚑";
}
.mdi-book-minus:before {
  content: "󰗙";
}
.mdi-book-minus-multiple:before {
  content: "󰪔";
}
.mdi-book-minus-multiple-outline:before {
  content: "󰤋";
}
.mdi-book-minus-outline:before {
  content: "󱚒";
}
.mdi-book-multiple:before {
  content: "󰂻";
}
.mdi-book-multiple-outline:before {
  content: "󰐶";
}
.mdi-book-music:before {
  content: "󰁧";
}
.mdi-book-music-outline:before {
  content: "󱚓";
}
.mdi-book-off:before {
  content: "󱚔";
}
.mdi-book-off-outline:before {
  content: "󱚕";
}
.mdi-book-open:before {
  content: "󰂽";
}
.mdi-book-open-blank-variant:before {
  content: "󰂾";
}
.mdi-book-open-outline:before {
  content: "󰭣";
}
.mdi-book-open-page-variant:before {
  content: "󰗚";
}
.mdi-book-open-page-variant-outline:before {
  content: "󱗖";
}
.mdi-book-open-variant:before {
  content: "󱓷";
}
.mdi-book-outline:before {
  content: "󰭤";
}
.mdi-book-play:before {
  content: "󰺂";
}
.mdi-book-play-outline:before {
  content: "󰺃";
}
.mdi-book-plus:before {
  content: "󰗛";
}
.mdi-book-plus-multiple:before {
  content: "󰪕";
}
.mdi-book-plus-multiple-outline:before {
  content: "󰫞";
}
.mdi-book-plus-outline:before {
  content: "󱚖";
}
.mdi-book-refresh:before {
  content: "󱚗";
}
.mdi-book-refresh-outline:before {
  content: "󱚘";
}
.mdi-book-remove:before {
  content: "󰪗";
}
.mdi-book-remove-multiple:before {
  content: "󰪖";
}
.mdi-book-remove-multiple-outline:before {
  content: "󰓊";
}
.mdi-book-remove-outline:before {
  content: "󱚙";
}
.mdi-book-search:before {
  content: "󰺄";
}
.mdi-book-search-outline:before {
  content: "󰺅";
}
.mdi-book-settings:before {
  content: "󱚚";
}
.mdi-book-settings-outline:before {
  content: "󱚛";
}
.mdi-book-sync:before {
  content: "󱚜";
}
.mdi-book-sync-outline:before {
  content: "󱛈";
}
.mdi-book-variant:before {
  content: "󰂿";
}
.mdi-bookmark:before {
  content: "󰃀";
}
.mdi-bookmark-box:before {
  content: "󱭵";
}
.mdi-bookmark-box-multiple:before {
  content: "󱥬";
}
.mdi-bookmark-box-multiple-outline:before {
  content: "󱥭";
}
.mdi-bookmark-box-outline:before {
  content: "󱭶";
}
.mdi-bookmark-check:before {
  content: "󰃁";
}
.mdi-bookmark-check-outline:before {
  content: "󱍻";
}
.mdi-bookmark-minus:before {
  content: "󰧌";
}
.mdi-bookmark-minus-outline:before {
  content: "󰧍";
}
.mdi-bookmark-multiple:before {
  content: "󰸕";
}
.mdi-bookmark-multiple-outline:before {
  content: "󰸖";
}
.mdi-bookmark-music:before {
  content: "󰃂";
}
.mdi-bookmark-music-outline:before {
  content: "󱍹";
}
.mdi-bookmark-off:before {
  content: "󰧎";
}
.mdi-bookmark-off-outline:before {
  content: "󰧏";
}
.mdi-bookmark-outline:before {
  content: "󰃃";
}
.mdi-bookmark-plus:before {
  content: "󰃅";
}
.mdi-bookmark-plus-outline:before {
  content: "󰃄";
}
.mdi-bookmark-remove:before {
  content: "󰃆";
}
.mdi-bookmark-remove-outline:before {
  content: "󱍺";
}
.mdi-bookshelf:before {
  content: "󱉟";
}
.mdi-boom-gate:before {
  content: "󰺆";
}
.mdi-boom-gate-alert:before {
  content: "󰺇";
}
.mdi-boom-gate-alert-outline:before {
  content: "󰺈";
}
.mdi-boom-gate-arrow-down:before {
  content: "󰺉";
}
.mdi-boom-gate-arrow-down-outline:before {
  content: "󰺊";
}
.mdi-boom-gate-arrow-up:before {
  content: "󰺌";
}
.mdi-boom-gate-arrow-up-outline:before {
  content: "󰺍";
}
.mdi-boom-gate-outline:before {
  content: "󰺋";
}
.mdi-boom-gate-up:before {
  content: "󱟹";
}
.mdi-boom-gate-up-outline:before {
  content: "󱟺";
}
.mdi-boombox:before {
  content: "󰗜";
}
.mdi-boomerang:before {
  content: "󱃏";
}
.mdi-bootstrap:before {
  content: "󰛆";
}
.mdi-border-all:before {
  content: "󰃇";
}
.mdi-border-all-variant:before {
  content: "󰢡";
}
.mdi-border-bottom:before {
  content: "󰃈";
}
.mdi-border-bottom-variant:before {
  content: "󰢢";
}
.mdi-border-color:before {
  content: "󰃉";
}
.mdi-border-horizontal:before {
  content: "󰃊";
}
.mdi-border-inside:before {
  content: "󰃋";
}
.mdi-border-left:before {
  content: "󰃌";
}
.mdi-border-left-variant:before {
  content: "󰢣";
}
.mdi-border-none:before {
  content: "󰃍";
}
.mdi-border-none-variant:before {
  content: "󰢤";
}
.mdi-border-outside:before {
  content: "󰃎";
}
.mdi-border-radius:before {
  content: "󱫴";
}
.mdi-border-right:before {
  content: "󰃏";
}
.mdi-border-right-variant:before {
  content: "󰢥";
}
.mdi-border-style:before {
  content: "󰃐";
}
.mdi-border-top:before {
  content: "󰃑";
}
.mdi-border-top-variant:before {
  content: "󰢦";
}
.mdi-border-vertical:before {
  content: "󰃒";
}
.mdi-bottle-soda:before {
  content: "󱁰";
}
.mdi-bottle-soda-classic:before {
  content: "󱁱";
}
.mdi-bottle-soda-classic-outline:before {
  content: "󱍣";
}
.mdi-bottle-soda-outline:before {
  content: "󱁲";
}
.mdi-bottle-tonic:before {
  content: "󱄮";
}
.mdi-bottle-tonic-outline:before {
  content: "󱄯";
}
.mdi-bottle-tonic-plus:before {
  content: "󱄰";
}
.mdi-bottle-tonic-plus-outline:before {
  content: "󱄱";
}
.mdi-bottle-tonic-skull:before {
  content: "󱄲";
}
.mdi-bottle-tonic-skull-outline:before {
  content: "󱄳";
}
.mdi-bottle-wine:before {
  content: "󰡔";
}
.mdi-bottle-wine-outline:before {
  content: "󱌐";
}
.mdi-bow-arrow:before {
  content: "󱡁";
}
.mdi-bow-tie:before {
  content: "󰙸";
}
.mdi-bowl:before {
  content: "󰊎";
}
.mdi-bowl-mix:before {
  content: "󰘗";
}
.mdi-bowl-mix-outline:before {
  content: "󰋤";
}
.mdi-bowl-outline:before {
  content: "󰊩";
}
.mdi-bowling:before {
  content: "󰃓";
}
.mdi-box:before {
  content: "󰃔";
}
.mdi-box-cutter:before {
  content: "󰃕";
}
.mdi-box-cutter-off:before {
  content: "󰭊";
}
.mdi-box-shadow:before {
  content: "󰘷";
}
.mdi-boxing-glove:before {
  content: "󰭥";
}
.mdi-braille:before {
  content: "󰧐";
}
.mdi-brain:before {
  content: "󰧑";
}
.mdi-bread-slice:before {
  content: "󰳮";
}
.mdi-bread-slice-outline:before {
  content: "󰳯";
}
.mdi-bridge:before {
  content: "󰘘";
}
.mdi-briefcase:before {
  content: "󰃖";
}
.mdi-briefcase-account:before {
  content: "󰳰";
}
.mdi-briefcase-account-outline:before {
  content: "󰳱";
}
.mdi-briefcase-arrow-left-right:before {
  content: "󱪍";
}
.mdi-briefcase-arrow-left-right-outline:before {
  content: "󱪎";
}
.mdi-briefcase-arrow-up-down:before {
  content: "󱪏";
}
.mdi-briefcase-arrow-up-down-outline:before {
  content: "󱪐";
}
.mdi-briefcase-check:before {
  content: "󰃗";
}
.mdi-briefcase-check-outline:before {
  content: "󱌞";
}
.mdi-briefcase-clock:before {
  content: "󱃐";
}
.mdi-briefcase-clock-outline:before {
  content: "󱃑";
}
.mdi-briefcase-download:before {
  content: "󰃘";
}
.mdi-briefcase-download-outline:before {
  content: "󰰽";
}
.mdi-briefcase-edit:before {
  content: "󰪘";
}
.mdi-briefcase-edit-outline:before {
  content: "󰰾";
}
.mdi-briefcase-eye:before {
  content: "󱟙";
}
.mdi-briefcase-eye-outline:before {
  content: "󱟚";
}
.mdi-briefcase-minus:before {
  content: "󰨪";
}
.mdi-briefcase-minus-outline:before {
  content: "󰰿";
}
.mdi-briefcase-off:before {
  content: "󱙘";
}
.mdi-briefcase-off-outline:before {
  content: "󱙙";
}
.mdi-briefcase-outline:before {
  content: "󰠔";
}
.mdi-briefcase-plus:before {
  content: "󰨫";
}
.mdi-briefcase-plus-outline:before {
  content: "󰱀";
}
.mdi-briefcase-remove:before {
  content: "󰨬";
}
.mdi-briefcase-remove-outline:before {
  content: "󰱁";
}
.mdi-briefcase-search:before {
  content: "󰨭";
}
.mdi-briefcase-search-outline:before {
  content: "󰱂";
}
.mdi-briefcase-upload:before {
  content: "󰃙";
}
.mdi-briefcase-upload-outline:before {
  content: "󰱃";
}
.mdi-briefcase-variant:before {
  content: "󱒔";
}
.mdi-briefcase-variant-off:before {
  content: "󱙚";
}
.mdi-briefcase-variant-off-outline:before {
  content: "󱙛";
}
.mdi-briefcase-variant-outline:before {
  content: "󱒕";
}
.mdi-brightness-1:before {
  content: "󰃚";
}
.mdi-brightness-2:before {
  content: "󰃛";
}
.mdi-brightness-3:before {
  content: "󰃜";
}
.mdi-brightness-4:before {
  content: "󰃝";
}
.mdi-brightness-5:before {
  content: "󰃞";
}
.mdi-brightness-6:before {
  content: "󰃟";
}
.mdi-brightness-7:before {
  content: "󰃠";
}
.mdi-brightness-auto:before {
  content: "󰃡";
}
.mdi-brightness-percent:before {
  content: "󰳲";
}
.mdi-broadcast:before {
  content: "󱜠";
}
.mdi-broadcast-off:before {
  content: "󱜡";
}
.mdi-broom:before {
  content: "󰃢";
}
.mdi-brush:before {
  content: "󰃣";
}
.mdi-brush-off:before {
  content: "󱝱";
}
.mdi-brush-outline:before {
  content: "󱨍";
}
.mdi-brush-variant:before {
  content: "󱠓";
}
.mdi-bucket:before {
  content: "󱐕";
}
.mdi-bucket-outline:before {
  content: "󱐖";
}
.mdi-buffet:before {
  content: "󰕸";
}
.mdi-bug:before {
  content: "󰃤";
}
.mdi-bug-check:before {
  content: "󰨮";
}
.mdi-bug-check-outline:before {
  content: "󰨯";
}
.mdi-bug-outline:before {
  content: "󰨰";
}
.mdi-bug-pause:before {
  content: "󱫵";
}
.mdi-bug-pause-outline:before {
  content: "󱫶";
}
.mdi-bug-play:before {
  content: "󱫷";
}
.mdi-bug-play-outline:before {
  content: "󱫸";
}
.mdi-bug-stop:before {
  content: "󱫹";
}
.mdi-bug-stop-outline:before {
  content: "󱫺";
}
.mdi-bugle:before {
  content: "󰶴";
}
.mdi-bulkhead-light:before {
  content: "󱨯";
}
.mdi-bulldozer:before {
  content: "󰬢";
}
.mdi-bullet:before {
  content: "󰳳";
}
.mdi-bulletin-board:before {
  content: "󰃥";
}
.mdi-bullhorn:before {
  content: "󰃦";
}
.mdi-bullhorn-outline:before {
  content: "󰬣";
}
.mdi-bullhorn-variant:before {
  content: "󱥮";
}
.mdi-bullhorn-variant-outline:before {
  content: "󱥯";
}
.mdi-bullseye:before {
  content: "󰗝";
}
.mdi-bullseye-arrow:before {
  content: "󰣉";
}
.mdi-bulma:before {
  content: "󱋧";
}
.mdi-bunk-bed:before {
  content: "󱌂";
}
.mdi-bunk-bed-outline:before {
  content: "󰂗";
}
.mdi-bus:before {
  content: "󰃧";
}
.mdi-bus-alert:before {
  content: "󰪙";
}
.mdi-bus-articulated-end:before {
  content: "󰞜";
}
.mdi-bus-articulated-front:before {
  content: "󰞝";
}
.mdi-bus-clock:before {
  content: "󰣊";
}
.mdi-bus-double-decker:before {
  content: "󰞞";
}
.mdi-bus-electric:before {
  content: "󱤝";
}
.mdi-bus-marker:before {
  content: "󱈒";
}
.mdi-bus-multiple:before {
  content: "󰼿";
}
.mdi-bus-school:before {
  content: "󰞟";
}
.mdi-bus-side:before {
  content: "󰞠";
}
.mdi-bus-stop:before {
  content: "󱀒";
}
.mdi-bus-stop-covered:before {
  content: "󱀓";
}
.mdi-bus-stop-uncovered:before {
  content: "󱀔";
}
.mdi-butterfly:before {
  content: "󱖉";
}
.mdi-butterfly-outline:before {
  content: "󱖊";
}
.mdi-button-cursor:before {
  content: "󱭏";
}
.mdi-button-pointer:before {
  content: "󱭐";
}
.mdi-cabin-a-frame:before {
  content: "󱢌";
}
.mdi-cable-data:before {
  content: "󱎔";
}
.mdi-cached:before {
  content: "󰃨";
}
.mdi-cactus:before {
  content: "󰶵";
}
.mdi-cake:before {
  content: "󰃩";
}
.mdi-cake-layered:before {
  content: "󰃪";
}
.mdi-cake-variant:before {
  content: "󰃫";
}
.mdi-cake-variant-outline:before {
  content: "󱟰";
}
.mdi-calculator:before {
  content: "󰃬";
}
.mdi-calculator-variant:before {
  content: "󰪚";
}
.mdi-calculator-variant-outline:before {
  content: "󱖦";
}
.mdi-calendar:before {
  content: "󰃭";
}
.mdi-calendar-account:before {
  content: "󰻗";
}
.mdi-calendar-account-outline:before {
  content: "󰻘";
}
.mdi-calendar-alert:before {
  content: "󰨱";
}
.mdi-calendar-alert-outline:before {
  content: "󱭢";
}
.mdi-calendar-arrow-left:before {
  content: "󱄴";
}
.mdi-calendar-arrow-right:before {
  content: "󱄵";
}
.mdi-calendar-badge:before {
  content: "󱮝";
}
.mdi-calendar-badge-outline:before {
  content: "󱮞";
}
.mdi-calendar-blank:before {
  content: "󰃮";
}
.mdi-calendar-blank-multiple:before {
  content: "󱁳";
}
.mdi-calendar-blank-outline:before {
  content: "󰭦";
}
.mdi-calendar-check:before {
  content: "󰃯";
}
.mdi-calendar-check-outline:before {
  content: "󰱄";
}
.mdi-calendar-clock:before {
  content: "󰃰";
}
.mdi-calendar-clock-outline:before {
  content: "󱛡";
}
.mdi-calendar-collapse-horizontal:before {
  content: "󱢝";
}
.mdi-calendar-collapse-horizontal-outline:before {
  content: "󱭣";
}
.mdi-calendar-cursor:before {
  content: "󱕻";
}
.mdi-calendar-cursor-outline:before {
  content: "󱭤";
}
.mdi-calendar-edit:before {
  content: "󰢧";
}
.mdi-calendar-edit-outline:before {
  content: "󱭥";
}
.mdi-calendar-end:before {
  content: "󱙬";
}
.mdi-calendar-end-outline:before {
  content: "󱭦";
}
.mdi-calendar-expand-horizontal:before {
  content: "󱢞";
}
.mdi-calendar-expand-horizontal-outline:before {
  content: "󱭧";
}
.mdi-calendar-export:before {
  content: "󰬤";
}
.mdi-calendar-export-outline:before {
  content: "󱭨";
}
.mdi-calendar-filter:before {
  content: "󱨲";
}
.mdi-calendar-filter-outline:before {
  content: "󱨳";
}
.mdi-calendar-heart:before {
  content: "󰧒";
}
.mdi-calendar-heart-outline:before {
  content: "󱭩";
}
.mdi-calendar-import:before {
  content: "󰬥";
}
.mdi-calendar-import-outline:before {
  content: "󱭪";
}
.mdi-calendar-lock:before {
  content: "󱙁";
}
.mdi-calendar-lock-open:before {
  content: "󱭛";
}
.mdi-calendar-lock-open-outline:before {
  content: "󱭜";
}
.mdi-calendar-lock-outline:before {
  content: "󱙂";
}
.mdi-calendar-minus:before {
  content: "󰵜";
}
.mdi-calendar-minus-outline:before {
  content: "󱭫";
}
.mdi-calendar-month:before {
  content: "󰸗";
}
.mdi-calendar-month-outline:before {
  content: "󰸘";
}
.mdi-calendar-multiple:before {
  content: "󰃱";
}
.mdi-calendar-multiple-check:before {
  content: "󰃲";
}
.mdi-calendar-multiselect:before {
  content: "󰨲";
}
.mdi-calendar-multiselect-outline:before {
  content: "󱭕";
}
.mdi-calendar-outline:before {
  content: "󰭧";
}
.mdi-calendar-plus:before {
  content: "󰃳";
}
.mdi-calendar-plus-outline:before {
  content: "󱭬";
}
.mdi-calendar-question:before {
  content: "󰚒";
}
.mdi-calendar-question-outline:before {
  content: "󱭭";
}
.mdi-calendar-range:before {
  content: "󰙹";
}
.mdi-calendar-range-outline:before {
  content: "󰭨";
}
.mdi-calendar-refresh:before {
  content: "󰇡";
}
.mdi-calendar-refresh-outline:before {
  content: "󰈃";
}
.mdi-calendar-remove:before {
  content: "󰃴";
}
.mdi-calendar-remove-outline:before {
  content: "󰱅";
}
.mdi-calendar-search:before {
  content: "󰥌";
}
.mdi-calendar-search-outline:before {
  content: "󱭮";
}
.mdi-calendar-star:before {
  content: "󰧓";
}
.mdi-calendar-star-outline:before {
  content: "󱭓";
}
.mdi-calendar-start:before {
  content: "󱙭";
}
.mdi-calendar-start-outline:before {
  content: "󱭯";
}
.mdi-calendar-sync:before {
  content: "󰺎";
}
.mdi-calendar-sync-outline:before {
  content: "󰺏";
}
.mdi-calendar-text:before {
  content: "󰃵";
}
.mdi-calendar-text-outline:before {
  content: "󰱆";
}
.mdi-calendar-today:before {
  content: "󰃶";
}
.mdi-calendar-today-outline:before {
  content: "󱨰";
}
.mdi-calendar-week:before {
  content: "󰨳";
}
.mdi-calendar-week-begin:before {
  content: "󰨴";
}
.mdi-calendar-week-begin-outline:before {
  content: "󱨱";
}
.mdi-calendar-week-outline:before {
  content: "󱨴";
}
.mdi-calendar-weekend:before {
  content: "󰻙";
}
.mdi-calendar-weekend-outline:before {
  content: "󰻚";
}
.mdi-call-made:before {
  content: "󰃷";
}
.mdi-call-merge:before {
  content: "󰃸";
}
.mdi-call-missed:before {
  content: "󰃹";
}
.mdi-call-received:before {
  content: "󰃺";
}
.mdi-call-split:before {
  content: "󰃻";
}
.mdi-camcorder:before {
  content: "󰃼";
}
.mdi-camcorder-off:before {
  content: "󰃿";
}
.mdi-camera:before {
  content: "󰄀";
}
.mdi-camera-account:before {
  content: "󰣋";
}
.mdi-camera-burst:before {
  content: "󰚓";
}
.mdi-camera-control:before {
  content: "󰭩";
}
.mdi-camera-document:before {
  content: "󱡱";
}
.mdi-camera-document-off:before {
  content: "󱡲";
}
.mdi-camera-enhance:before {
  content: "󰄁";
}
.mdi-camera-enhance-outline:before {
  content: "󰭪";
}
.mdi-camera-flip:before {
  content: "󱗙";
}
.mdi-camera-flip-outline:before {
  content: "󱗚";
}
.mdi-camera-front:before {
  content: "󰄂";
}
.mdi-camera-front-variant:before {
  content: "󰄃";
}
.mdi-camera-gopro:before {
  content: "󰞡";
}
.mdi-camera-image:before {
  content: "󰣌";
}
.mdi-camera-iris:before {
  content: "󰄄";
}
.mdi-camera-lock:before {
  content: "󱨔";
}
.mdi-camera-lock-open:before {
  content: "󱰍";
}
.mdi-camera-lock-open-outline:before {
  content: "󱰎";
}
.mdi-camera-lock-outline:before {
  content: "󱨕";
}
.mdi-camera-marker:before {
  content: "󱦧";
}
.mdi-camera-marker-outline:before {
  content: "󱦨";
}
.mdi-camera-metering-center:before {
  content: "󰞢";
}
.mdi-camera-metering-matrix:before {
  content: "󰞣";
}
.mdi-camera-metering-partial:before {
  content: "󰞤";
}
.mdi-camera-metering-spot:before {
  content: "󰞥";
}
.mdi-camera-off:before {
  content: "󰗟";
}
.mdi-camera-off-outline:before {
  content: "󱦿";
}
.mdi-camera-outline:before {
  content: "󰵝";
}
.mdi-camera-party-mode:before {
  content: "󰄅";
}
.mdi-camera-plus:before {
  content: "󰻛";
}
.mdi-camera-plus-outline:before {
  content: "󰻜";
}
.mdi-camera-rear:before {
  content: "󰄆";
}
.mdi-camera-rear-variant:before {
  content: "󰄇";
}
.mdi-camera-retake:before {
  content: "󰸙";
}
.mdi-camera-retake-outline:before {
  content: "󰸚";
}
.mdi-camera-switch:before {
  content: "󰄈";
}
.mdi-camera-switch-outline:before {
  content: "󰡊";
}
.mdi-camera-timer:before {
  content: "󰄉";
}
.mdi-camera-wireless:before {
  content: "󰶶";
}
.mdi-camera-wireless-outline:before {
  content: "󰶷";
}
.mdi-campfire:before {
  content: "󰻝";
}
.mdi-cancel:before {
  content: "󰜺";
}
.mdi-candelabra:before {
  content: "󱟒";
}
.mdi-candelabra-fire:before {
  content: "󱟓";
}
.mdi-candle:before {
  content: "󰗢";
}
.mdi-candy:before {
  content: "󱥰";
}
.mdi-candy-off:before {
  content: "󱥱";
}
.mdi-candy-off-outline:before {
  content: "󱥲";
}
.mdi-candy-outline:before {
  content: "󱥳";
}
.mdi-candycane:before {
  content: "󰄊";
}
.mdi-cannabis:before {
  content: "󰞦";
}
.mdi-cannabis-off:before {
  content: "󱙮";
}
.mdi-caps-lock:before {
  content: "󰪛";
}
.mdi-car:before {
  content: "󰄋";
}
.mdi-car-2-plus:before {
  content: "󱀕";
}
.mdi-car-3-plus:before {
  content: "󱀖";
}
.mdi-car-arrow-left:before {
  content: "󱎲";
}
.mdi-car-arrow-right:before {
  content: "󱎳";
}
.mdi-car-back:before {
  content: "󰸛";
}
.mdi-car-battery:before {
  content: "󰄌";
}
.mdi-car-brake-abs:before {
  content: "󰱇";
}
.mdi-car-brake-alert:before {
  content: "󰱈";
}
.mdi-car-brake-fluid-level:before {
  content: "󱤉";
}
.mdi-car-brake-hold:before {
  content: "󰵞";
}
.mdi-car-brake-low-pressure:before {
  content: "󱤊";
}
.mdi-car-brake-parking:before {
  content: "󰵟";
}
.mdi-car-brake-retarder:before {
  content: "󱀗";
}
.mdi-car-brake-temperature:before {
  content: "󱤋";
}
.mdi-car-brake-worn-linings:before {
  content: "󱤌";
}
.mdi-car-child-seat:before {
  content: "󰾣";
}
.mdi-car-clock:before {
  content: "󱥴";
}
.mdi-car-clutch:before {
  content: "󱀘";
}
.mdi-car-cog:before {
  content: "󱏌";
}
.mdi-car-connected:before {
  content: "󰄍";
}
.mdi-car-convertible:before {
  content: "󰞧";
}
.mdi-car-coolant-level:before {
  content: "󱀙";
}
.mdi-car-cruise-control:before {
  content: "󰵠";
}
.mdi-car-defrost-front:before {
  content: "󰵡";
}
.mdi-car-defrost-rear:before {
  content: "󰵢";
}
.mdi-car-door:before {
  content: "󰭫";
}
.mdi-car-door-lock:before {
  content: "󱂝";
}
.mdi-car-electric:before {
  content: "󰭬";
}
.mdi-car-electric-outline:before {
  content: "󱖵";
}
.mdi-car-emergency:before {
  content: "󱘏";
}
.mdi-car-esp:before {
  content: "󰱉";
}
.mdi-car-estate:before {
  content: "󰞨";
}
.mdi-car-hatchback:before {
  content: "󰞩";
}
.mdi-car-info:before {
  content: "󱆾";
}
.mdi-car-key:before {
  content: "󰭭";
}
.mdi-car-lifted-pickup:before {
  content: "󱔭";
}
.mdi-car-light-alert:before {
  content: "󱤍";
}
.mdi-car-light-dimmed:before {
  content: "󰱊";
}
.mdi-car-light-fog:before {
  content: "󰱋";
}
.mdi-car-light-high:before {
  content: "󰱌";
}
.mdi-car-limousine:before {
  content: "󰣍";
}
.mdi-car-multiple:before {
  content: "󰭮";
}
.mdi-car-off:before {
  content: "󰸜";
}
.mdi-car-outline:before {
  content: "󱓭";
}
.mdi-car-parking-lights:before {
  content: "󰵣";
}
.mdi-car-pickup:before {
  content: "󰞪";
}
.mdi-car-search:before {
  content: "󱮍";
}
.mdi-car-search-outline:before {
  content: "󱮎";
}
.mdi-car-seat:before {
  content: "󰾤";
}
.mdi-car-seat-cooler:before {
  content: "󰾥";
}
.mdi-car-seat-heater:before {
  content: "󰾦";
}
.mdi-car-select:before {
  content: "󱡹";
}
.mdi-car-settings:before {
  content: "󱏍";
}
.mdi-car-shift-pattern:before {
  content: "󰽀";
}
.mdi-car-side:before {
  content: "󰞫";
}
.mdi-car-speed-limiter:before {
  content: "󱤎";
}
.mdi-car-sports:before {
  content: "󰞬";
}
.mdi-car-tire-alert:before {
  content: "󰱍";
}
.mdi-car-traction-control:before {
  content: "󰵤";
}
.mdi-car-turbocharger:before {
  content: "󱀚";
}
.mdi-car-wash:before {
  content: "󰄎";
}
.mdi-car-windshield:before {
  content: "󱀛";
}
.mdi-car-windshield-outline:before {
  content: "󱀜";
}
.mdi-car-wireless:before {
  content: "󱡸";
}
.mdi-car-wrench:before {
  content: "󱠔";
}
.mdi-carabiner:before {
  content: "󱓀";
}
.mdi-caravan:before {
  content: "󰞭";
}
.mdi-card:before {
  content: "󰭯";
}
.mdi-card-account-details:before {
  content: "󰗒";
}
.mdi-card-account-details-outline:before {
  content: "󰶫";
}
.mdi-card-account-details-star:before {
  content: "󰊣";
}
.mdi-card-account-details-star-outline:before {
  content: "󰛛";
}
.mdi-card-account-mail:before {
  content: "󰆎";
}
.mdi-card-account-mail-outline:before {
  content: "󰺘";
}
.mdi-card-account-phone:before {
  content: "󰺙";
}
.mdi-card-account-phone-outline:before {
  content: "󰺚";
}
.mdi-card-bulleted:before {
  content: "󰭰";
}
.mdi-card-bulleted-off:before {
  content: "󰭱";
}
.mdi-card-bulleted-off-outline:before {
  content: "󰭲";
}
.mdi-card-bulleted-outline:before {
  content: "󰭳";
}
.mdi-card-bulleted-settings:before {
  content: "󰭴";
}
.mdi-card-bulleted-settings-outline:before {
  content: "󰭵";
}
.mdi-card-minus:before {
  content: "󱘀";
}
.mdi-card-minus-outline:before {
  content: "󱘁";
}
.mdi-card-multiple:before {
  content: "󱟱";
}
.mdi-card-multiple-outline:before {
  content: "󱟲";
}
.mdi-card-off:before {
  content: "󱘂";
}
.mdi-card-off-outline:before {
  content: "󱘃";
}
.mdi-card-outline:before {
  content: "󰭶";
}
.mdi-card-plus:before {
  content: "󱇿";
}
.mdi-card-plus-outline:before {
  content: "󱈀";
}
.mdi-card-remove:before {
  content: "󱘄";
}
.mdi-card-remove-outline:before {
  content: "󱘅";
}
.mdi-card-search:before {
  content: "󱁴";
}
.mdi-card-search-outline:before {
  content: "󱁵";
}
.mdi-card-text:before {
  content: "󰭷";
}
.mdi-card-text-outline:before {
  content: "󰭸";
}
.mdi-cards:before {
  content: "󰘸";
}
.mdi-cards-club:before {
  content: "󰣎";
}
.mdi-cards-club-outline:before {
  content: "󱢟";
}
.mdi-cards-diamond:before {
  content: "󰣏";
}
.mdi-cards-diamond-outline:before {
  content: "󱀝";
}
.mdi-cards-heart:before {
  content: "󰣐";
}
.mdi-cards-heart-outline:before {
  content: "󱢠";
}
.mdi-cards-outline:before {
  content: "󰘹";
}
.mdi-cards-playing:before {
  content: "󱢡";
}
.mdi-cards-playing-club:before {
  content: "󱢢";
}
.mdi-cards-playing-club-multiple:before {
  content: "󱢣";
}
.mdi-cards-playing-club-multiple-outline:before {
  content: "󱢤";
}
.mdi-cards-playing-club-outline:before {
  content: "󱢥";
}
.mdi-cards-playing-diamond:before {
  content: "󱢦";
}
.mdi-cards-playing-diamond-multiple:before {
  content: "󱢧";
}
.mdi-cards-playing-diamond-multiple-outline:before {
  content: "󱢨";
}
.mdi-cards-playing-diamond-outline:before {
  content: "󱢩";
}
.mdi-cards-playing-heart:before {
  content: "󱢪";
}
.mdi-cards-playing-heart-multiple:before {
  content: "󱢫";
}
.mdi-cards-playing-heart-multiple-outline:before {
  content: "󱢬";
}
.mdi-cards-playing-heart-outline:before {
  content: "󱢭";
}
.mdi-cards-playing-outline:before {
  content: "󰘺";
}
.mdi-cards-playing-spade:before {
  content: "󱢮";
}
.mdi-cards-playing-spade-multiple:before {
  content: "󱢯";
}
.mdi-cards-playing-spade-multiple-outline:before {
  content: "󱢰";
}
.mdi-cards-playing-spade-outline:before {
  content: "󱢱";
}
.mdi-cards-spade:before {
  content: "󰣑";
}
.mdi-cards-spade-outline:before {
  content: "󱢲";
}
.mdi-cards-variant:before {
  content: "󰛇";
}
.mdi-carrot:before {
  content: "󰄏";
}
.mdi-cart:before {
  content: "󰄐";
}
.mdi-cart-arrow-down:before {
  content: "󰵦";
}
.mdi-cart-arrow-right:before {
  content: "󰱎";
}
.mdi-cart-arrow-up:before {
  content: "󰵧";
}
.mdi-cart-check:before {
  content: "󱗪";
}
.mdi-cart-heart:before {
  content: "󱣠";
}
.mdi-cart-minus:before {
  content: "󰵨";
}
.mdi-cart-off:before {
  content: "󰙫";
}
.mdi-cart-outline:before {
  content: "󰄑";
}
.mdi-cart-percent:before {
  content: "󱮮";
}
.mdi-cart-plus:before {
  content: "󰄒";
}
.mdi-cart-remove:before {
  content: "󰵩";
}
.mdi-cart-variant:before {
  content: "󱗫";
}
.mdi-case-sensitive-alt:before {
  content: "󰄓";
}
.mdi-cash:before {
  content: "󰄔";
}
.mdi-cash-100:before {
  content: "󰄕";
}
.mdi-cash-check:before {
  content: "󱓮";
}
.mdi-cash-clock:before {
  content: "󱪑";
}
.mdi-cash-fast:before {
  content: "󱡜";
}
.mdi-cash-lock:before {
  content: "󱓪";
}
.mdi-cash-lock-open:before {
  content: "󱓫";
}
.mdi-cash-marker:before {
  content: "󰶸";
}
.mdi-cash-minus:before {
  content: "󱉠";
}
.mdi-cash-multiple:before {
  content: "󰄖";
}
.mdi-cash-plus:before {
  content: "󱉡";
}
.mdi-cash-refund:before {
  content: "󰪜";
}
.mdi-cash-register:before {
  content: "󰳴";
}
.mdi-cash-remove:before {
  content: "󱉢";
}
.mdi-cash-sync:before {
  content: "󱪒";
}
.mdi-cassette:before {
  content: "󰧔";
}
.mdi-cast:before {
  content: "󰄘";
}
.mdi-cast-audio:before {
  content: "󱀞";
}
.mdi-cast-audio-variant:before {
  content: "󱝉";
}
.mdi-cast-connected:before {
  content: "󰄙";
}
.mdi-cast-education:before {
  content: "󰸝";
}
.mdi-cast-off:before {
  content: "󰞊";
}
.mdi-cast-variant:before {
  content: "󰀟";
}
.mdi-castle:before {
  content: "󰄚";
}
.mdi-cat:before {
  content: "󰄛";
}
.mdi-cctv:before {
  content: "󰞮";
}
.mdi-cctv-off:before {
  content: "󱡟";
}
.mdi-ceiling-fan:before {
  content: "󱞗";
}
.mdi-ceiling-fan-light:before {
  content: "󱞘";
}
.mdi-ceiling-light:before {
  content: "󰝩";
}
.mdi-ceiling-light-multiple:before {
  content: "󱣝";
}
.mdi-ceiling-light-multiple-outline:before {
  content: "󱣞";
}
.mdi-ceiling-light-outline:before {
  content: "󱟇";
}
.mdi-cellphone:before {
  content: "󰄜";
}
.mdi-cellphone-arrow-down:before {
  content: "󰧕";
}
.mdi-cellphone-arrow-down-variant:before {
  content: "󱧅";
}
.mdi-cellphone-basic:before {
  content: "󰄞";
}
.mdi-cellphone-charging:before {
  content: "󱎗";
}
.mdi-cellphone-check:before {
  content: "󱟽";
}
.mdi-cellphone-cog:before {
  content: "󰥑";
}
.mdi-cellphone-dock:before {
  content: "󰄟";
}
.mdi-cellphone-information:before {
  content: "󰽁";
}
.mdi-cellphone-key:before {
  content: "󰥎";
}
.mdi-cellphone-link:before {
  content: "󰄡";
}
.mdi-cellphone-link-off:before {
  content: "󰄢";
}
.mdi-cellphone-lock:before {
  content: "󰥏";
}
.mdi-cellphone-marker:before {
  content: "󱠺";
}
.mdi-cellphone-message:before {
  content: "󰣓";
}
.mdi-cellphone-message-off:before {
  content: "󱃒";
}
.mdi-cellphone-nfc:before {
  content: "󰺐";
}
.mdi-cellphone-nfc-off:before {
  content: "󱋘";
}
.mdi-cellphone-off:before {
  content: "󰥐";
}
.mdi-cellphone-play:before {
  content: "󱀟";
}
.mdi-cellphone-remove:before {
  content: "󰥍";
}
.mdi-cellphone-screenshot:before {
  content: "󰨵";
}
.mdi-cellphone-settings:before {
  content: "󰄣";
}
.mdi-cellphone-sound:before {
  content: "󰥒";
}
.mdi-cellphone-text:before {
  content: "󰣒";
}
.mdi-cellphone-wireless:before {
  content: "󰠕";
}
.mdi-centos:before {
  content: "󱄚";
}
.mdi-certificate:before {
  content: "󰄤";
}
.mdi-certificate-outline:before {
  content: "󱆈";
}
.mdi-chair-rolling:before {
  content: "󰽈";
}
.mdi-chair-school:before {
  content: "󰄥";
}
.mdi-chandelier:before {
  content: "󱞓";
}
.mdi-charity:before {
  content: "󰱏";
}
.mdi-chart-arc:before {
  content: "󰄦";
}
.mdi-chart-areaspline:before {
  content: "󰄧";
}
.mdi-chart-areaspline-variant:before {
  content: "󰺑";
}
.mdi-chart-bar:before {
  content: "󰄨";
}
.mdi-chart-bar-stacked:before {
  content: "󰝪";
}
.mdi-chart-bell-curve:before {
  content: "󰱐";
}
.mdi-chart-bell-curve-cumulative:before {
  content: "󰾧";
}
.mdi-chart-box:before {
  content: "󱕍";
}
.mdi-chart-box-outline:before {
  content: "󱕎";
}
.mdi-chart-box-plus-outline:before {
  content: "󱕏";
}
.mdi-chart-bubble:before {
  content: "󰗣";
}
.mdi-chart-donut:before {
  content: "󰞯";
}
.mdi-chart-donut-variant:before {
  content: "󰞰";
}
.mdi-chart-gantt:before {
  content: "󰙬";
}
.mdi-chart-histogram:before {
  content: "󰄩";
}
.mdi-chart-line:before {
  content: "󰄪";
}
.mdi-chart-line-stacked:before {
  content: "󰝫";
}
.mdi-chart-line-variant:before {
  content: "󰞱";
}
.mdi-chart-multiline:before {
  content: "󰣔";
}
.mdi-chart-multiple:before {
  content: "󱈓";
}
.mdi-chart-pie:before {
  content: "󰄫";
}
.mdi-chart-pie-outline:before {
  content: "󱯟";
}
.mdi-chart-ppf:before {
  content: "󱎀";
}
.mdi-chart-sankey:before {
  content: "󱇟";
}
.mdi-chart-sankey-variant:before {
  content: "󱇠";
}
.mdi-chart-scatter-plot:before {
  content: "󰺒";
}
.mdi-chart-scatter-plot-hexbin:before {
  content: "󰙭";
}
.mdi-chart-timeline:before {
  content: "󰙮";
}
.mdi-chart-timeline-variant:before {
  content: "󰺓";
}
.mdi-chart-timeline-variant-shimmer:before {
  content: "󱖶";
}
.mdi-chart-tree:before {
  content: "󰺔";
}
.mdi-chart-waterfall:before {
  content: "󱤘";
}
.mdi-chat:before {
  content: "󰭹";
}
.mdi-chat-alert:before {
  content: "󰭺";
}
.mdi-chat-alert-outline:before {
  content: "󱋉";
}
.mdi-chat-minus:before {
  content: "󱐐";
}
.mdi-chat-minus-outline:before {
  content: "󱐓";
}
.mdi-chat-outline:before {
  content: "󰻞";
}
.mdi-chat-plus:before {
  content: "󱐏";
}
.mdi-chat-plus-outline:before {
  content: "󱐒";
}
.mdi-chat-processing:before {
  content: "󰭻";
}
.mdi-chat-processing-outline:before {
  content: "󱋊";
}
.mdi-chat-question:before {
  content: "󱜸";
}
.mdi-chat-question-outline:before {
  content: "󱜹";
}
.mdi-chat-remove:before {
  content: "󱐑";
}
.mdi-chat-remove-outline:before {
  content: "󱐔";
}
.mdi-chat-sleep:before {
  content: "󱋑";
}
.mdi-chat-sleep-outline:before {
  content: "󱋒";
}
.mdi-check:before {
  content: "󰄬";
}
.mdi-check-all:before {
  content: "󰄭";
}
.mdi-check-bold:before {
  content: "󰸞";
}
.mdi-check-circle:before {
  content: "󰗠";
}
.mdi-check-circle-outline:before {
  content: "󰗡";
}
.mdi-check-decagram:before {
  content: "󰞑";
}
.mdi-check-decagram-outline:before {
  content: "󱝀";
}
.mdi-check-network:before {
  content: "󰱓";
}
.mdi-check-network-outline:before {
  content: "󰱔";
}
.mdi-check-outline:before {
  content: "󰡕";
}
.mdi-check-underline:before {
  content: "󰸟";
}
.mdi-check-underline-circle:before {
  content: "󰸠";
}
.mdi-check-underline-circle-outline:before {
  content: "󰸡";
}
.mdi-checkbook:before {
  content: "󰪝";
}
.mdi-checkbox-blank:before {
  content: "󰄮";
}
.mdi-checkbox-blank-badge:before {
  content: "󱅶";
}
.mdi-checkbox-blank-badge-outline:before {
  content: "󰄗";
}
.mdi-checkbox-blank-circle:before {
  content: "󰄯";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "󰄰";
}
.mdi-checkbox-blank-off:before {
  content: "󱋬";
}
.mdi-checkbox-blank-off-outline:before {
  content: "󱋭";
}
.mdi-checkbox-blank-outline:before {
  content: "󰄱";
}
.mdi-checkbox-intermediate:before {
  content: "󰡖";
}
.mdi-checkbox-intermediate-variant:before {
  content: "󱭔";
}
.mdi-checkbox-marked:before {
  content: "󰄲";
}
.mdi-checkbox-marked-circle:before {
  content: "󰄳";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "󰄴";
}
.mdi-checkbox-marked-circle-plus-outline:before {
  content: "󱤧";
}
.mdi-checkbox-marked-outline:before {
  content: "󰄵";
}
.mdi-checkbox-multiple-blank:before {
  content: "󰄶";
}
.mdi-checkbox-multiple-blank-circle:before {
  content: "󰘻";
}
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "󰘼";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "󰄷";
}
.mdi-checkbox-multiple-marked:before {
  content: "󰄸";
}
.mdi-checkbox-multiple-marked-circle:before {
  content: "󰘽";
}
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "󰘾";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "󰄹";
}
.mdi-checkbox-multiple-outline:before {
  content: "󰱑";
}
.mdi-checkbox-outline:before {
  content: "󰱒";
}
.mdi-checkerboard:before {
  content: "󰄺";
}
.mdi-checkerboard-minus:before {
  content: "󱈂";
}
.mdi-checkerboard-plus:before {
  content: "󱈁";
}
.mdi-checkerboard-remove:before {
  content: "󱈃";
}
.mdi-cheese:before {
  content: "󱊹";
}
.mdi-cheese-off:before {
  content: "󱏮";
}
.mdi-chef-hat:before {
  content: "󰭼";
}
.mdi-chemical-weapon:before {
  content: "󰄻";
}
.mdi-chess-bishop:before {
  content: "󰡜";
}
.mdi-chess-king:before {
  content: "󰡗";
}
.mdi-chess-knight:before {
  content: "󰡘";
}
.mdi-chess-pawn:before {
  content: "󰡙";
}
.mdi-chess-queen:before {
  content: "󰡚";
}
.mdi-chess-rook:before {
  content: "󰡛";
}
.mdi-chevron-double-down:before {
  content: "󰄼";
}
.mdi-chevron-double-left:before {
  content: "󰄽";
}
.mdi-chevron-double-right:before {
  content: "󰄾";
}
.mdi-chevron-double-up:before {
  content: "󰄿";
}
.mdi-chevron-down:before {
  content: "󰅀";
}
.mdi-chevron-down-box:before {
  content: "󰧖";
}
.mdi-chevron-down-box-outline:before {
  content: "󰧗";
}
.mdi-chevron-down-circle:before {
  content: "󰬦";
}
.mdi-chevron-down-circle-outline:before {
  content: "󰬧";
}
.mdi-chevron-left:before {
  content: "󰅁";
}
.mdi-chevron-left-box:before {
  content: "󰧘";
}
.mdi-chevron-left-box-outline:before {
  content: "󰧙";
}
.mdi-chevron-left-circle:before {
  content: "󰬨";
}
.mdi-chevron-left-circle-outline:before {
  content: "󰬩";
}
.mdi-chevron-right:before {
  content: "󰅂";
}
.mdi-chevron-right-box:before {
  content: "󰧚";
}
.mdi-chevron-right-box-outline:before {
  content: "󰧛";
}
.mdi-chevron-right-circle:before {
  content: "󰬪";
}
.mdi-chevron-right-circle-outline:before {
  content: "󰬫";
}
.mdi-chevron-triple-down:before {
  content: "󰶹";
}
.mdi-chevron-triple-left:before {
  content: "󰶺";
}
.mdi-chevron-triple-right:before {
  content: "󰶻";
}
.mdi-chevron-triple-up:before {
  content: "󰶼";
}
.mdi-chevron-up:before {
  content: "󰅃";
}
.mdi-chevron-up-box:before {
  content: "󰧜";
}
.mdi-chevron-up-box-outline:before {
  content: "󰧝";
}
.mdi-chevron-up-circle:before {
  content: "󰬬";
}
.mdi-chevron-up-circle-outline:before {
  content: "󰬭";
}
.mdi-chili-alert:before {
  content: "󱟪";
}
.mdi-chili-alert-outline:before {
  content: "󱟫";
}
.mdi-chili-hot:before {
  content: "󰞲";
}
.mdi-chili-hot-outline:before {
  content: "󱟬";
}
.mdi-chili-medium:before {
  content: "󰞳";
}
.mdi-chili-medium-outline:before {
  content: "󱟭";
}
.mdi-chili-mild:before {
  content: "󰞴";
}
.mdi-chili-mild-outline:before {
  content: "󱟮";
}
.mdi-chili-off:before {
  content: "󱑧";
}
.mdi-chili-off-outline:before {
  content: "󱟯";
}
.mdi-chip:before {
  content: "󰘚";
}
.mdi-church:before {
  content: "󰅄";
}
.mdi-church-outline:before {
  content: "󱬂";
}
.mdi-cigar:before {
  content: "󱆉";
}
.mdi-cigar-off:before {
  content: "󱐛";
}
.mdi-circle:before {
  content: "󰝥";
}
.mdi-circle-box:before {
  content: "󱗜";
}
.mdi-circle-box-outline:before {
  content: "󱗝";
}
.mdi-circle-double:before {
  content: "󰺕";
}
.mdi-circle-edit-outline:before {
  content: "󰣕";
}
.mdi-circle-expand:before {
  content: "󰺖";
}
.mdi-circle-half:before {
  content: "󱎕";
}
.mdi-circle-half-full:before {
  content: "󱎖";
}
.mdi-circle-medium:before {
  content: "󰧞";
}
.mdi-circle-multiple:before {
  content: "󰬸";
}
.mdi-circle-multiple-outline:before {
  content: "󰚕";
}
.mdi-circle-off-outline:before {
  content: "󱃓";
}
.mdi-circle-opacity:before {
  content: "󱡓";
}
.mdi-circle-outline:before {
  content: "󰝦";
}
.mdi-circle-slice-1:before {
  content: "󰪞";
}
.mdi-circle-slice-2:before {
  content: "󰪟";
}
.mdi-circle-slice-3:before {
  content: "󰪠";
}
.mdi-circle-slice-4:before {
  content: "󰪡";
}
.mdi-circle-slice-5:before {
  content: "󰪢";
}
.mdi-circle-slice-6:before {
  content: "󰪣";
}
.mdi-circle-slice-7:before {
  content: "󰪤";
}
.mdi-circle-slice-8:before {
  content: "󰪥";
}
.mdi-circle-small:before {
  content: "󰧟";
}
.mdi-circular-saw:before {
  content: "󰸢";
}
.mdi-city:before {
  content: "󰅆";
}
.mdi-city-variant:before {
  content: "󰨶";
}
.mdi-city-variant-outline:before {
  content: "󰨷";
}
.mdi-clipboard:before {
  content: "󰅇";
}
.mdi-clipboard-account:before {
  content: "󰅈";
}
.mdi-clipboard-account-outline:before {
  content: "󰱕";
}
.mdi-clipboard-alert:before {
  content: "󰅉";
}
.mdi-clipboard-alert-outline:before {
  content: "󰳷";
}
.mdi-clipboard-arrow-down:before {
  content: "󰅊";
}
.mdi-clipboard-arrow-down-outline:before {
  content: "󰱖";
}
.mdi-clipboard-arrow-left:before {
  content: "󰅋";
}
.mdi-clipboard-arrow-left-outline:before {
  content: "󰳸";
}
.mdi-clipboard-arrow-right:before {
  content: "󰳹";
}
.mdi-clipboard-arrow-right-outline:before {
  content: "󰳺";
}
.mdi-clipboard-arrow-up:before {
  content: "󰱗";
}
.mdi-clipboard-arrow-up-outline:before {
  content: "󰱘";
}
.mdi-clipboard-check:before {
  content: "󰅎";
}
.mdi-clipboard-check-multiple:before {
  content: "󱉣";
}
.mdi-clipboard-check-multiple-outline:before {
  content: "󱉤";
}
.mdi-clipboard-check-outline:before {
  content: "󰢨";
}
.mdi-clipboard-clock:before {
  content: "󱛢";
}
.mdi-clipboard-clock-outline:before {
  content: "󱛣";
}
.mdi-clipboard-edit:before {
  content: "󱓥";
}
.mdi-clipboard-edit-outline:before {
  content: "󱓦";
}
.mdi-clipboard-file:before {
  content: "󱉥";
}
.mdi-clipboard-file-outline:before {
  content: "󱉦";
}
.mdi-clipboard-flow:before {
  content: "󰛈";
}
.mdi-clipboard-flow-outline:before {
  content: "󱄗";
}
.mdi-clipboard-list:before {
  content: "󱃔";
}
.mdi-clipboard-list-outline:before {
  content: "󱃕";
}
.mdi-clipboard-minus:before {
  content: "󱘘";
}
.mdi-clipboard-minus-outline:before {
  content: "󱘙";
}
.mdi-clipboard-multiple:before {
  content: "󱉧";
}
.mdi-clipboard-multiple-outline:before {
  content: "󱉨";
}
.mdi-clipboard-off:before {
  content: "󱘚";
}
.mdi-clipboard-off-outline:before {
  content: "󱘛";
}
.mdi-clipboard-outline:before {
  content: "󰅌";
}
.mdi-clipboard-play:before {
  content: "󰱙";
}
.mdi-clipboard-play-multiple:before {
  content: "󱉩";
}
.mdi-clipboard-play-multiple-outline:before {
  content: "󱉪";
}
.mdi-clipboard-play-outline:before {
  content: "󰱚";
}
.mdi-clipboard-plus:before {
  content: "󰝑";
}
.mdi-clipboard-plus-outline:before {
  content: "󱌟";
}
.mdi-clipboard-pulse:before {
  content: "󰡝";
}
.mdi-clipboard-pulse-outline:before {
  content: "󰡞";
}
.mdi-clipboard-remove:before {
  content: "󱘜";
}
.mdi-clipboard-remove-outline:before {
  content: "󱘝";
}
.mdi-clipboard-search:before {
  content: "󱘞";
}
.mdi-clipboard-search-outline:before {
  content: "󱘟";
}
.mdi-clipboard-text:before {
  content: "󰅍";
}
.mdi-clipboard-text-clock:before {
  content: "󱣹";
}
.mdi-clipboard-text-clock-outline:before {
  content: "󱣺";
}
.mdi-clipboard-text-multiple:before {
  content: "󱉫";
}
.mdi-clipboard-text-multiple-outline:before {
  content: "󱉬";
}
.mdi-clipboard-text-off:before {
  content: "󱘠";
}
.mdi-clipboard-text-off-outline:before {
  content: "󱘡";
}
.mdi-clipboard-text-outline:before {
  content: "󰨸";
}
.mdi-clipboard-text-play:before {
  content: "󰱛";
}
.mdi-clipboard-text-play-outline:before {
  content: "󰱜";
}
.mdi-clipboard-text-search:before {
  content: "󱘢";
}
.mdi-clipboard-text-search-outline:before {
  content: "󱘣";
}
.mdi-clippy:before {
  content: "󰅏";
}
.mdi-clock:before {
  content: "󰥔";
}
.mdi-clock-alert:before {
  content: "󰥕";
}
.mdi-clock-alert-outline:before {
  content: "󰗎";
}
.mdi-clock-check:before {
  content: "󰾨";
}
.mdi-clock-check-outline:before {
  content: "󰾩";
}
.mdi-clock-digital:before {
  content: "󰺗";
}
.mdi-clock-edit:before {
  content: "󱦺";
}
.mdi-clock-edit-outline:before {
  content: "󱦻";
}
.mdi-clock-end:before {
  content: "󰅑";
}
.mdi-clock-fast:before {
  content: "󰅒";
}
.mdi-clock-in:before {
  content: "󰅓";
}
.mdi-clock-minus:before {
  content: "󱡣";
}
.mdi-clock-minus-outline:before {
  content: "󱡤";
}
.mdi-clock-out:before {
  content: "󰅔";
}
.mdi-clock-outline:before {
  content: "󰅐";
}
.mdi-clock-plus:before {
  content: "󱡡";
}
.mdi-clock-plus-outline:before {
  content: "󱡢";
}
.mdi-clock-remove:before {
  content: "󱡥";
}
.mdi-clock-remove-outline:before {
  content: "󱡦";
}
.mdi-clock-start:before {
  content: "󰅕";
}
.mdi-clock-time-eight:before {
  content: "󱑆";
}
.mdi-clock-time-eight-outline:before {
  content: "󱑒";
}
.mdi-clock-time-eleven:before {
  content: "󱑉";
}
.mdi-clock-time-eleven-outline:before {
  content: "󱑕";
}
.mdi-clock-time-five:before {
  content: "󱑃";
}
.mdi-clock-time-five-outline:before {
  content: "󱑏";
}
.mdi-clock-time-four:before {
  content: "󱑂";
}
.mdi-clock-time-four-outline:before {
  content: "󱑎";
}
.mdi-clock-time-nine:before {
  content: "󱑇";
}
.mdi-clock-time-nine-outline:before {
  content: "󱑓";
}
.mdi-clock-time-one:before {
  content: "󱐿";
}
.mdi-clock-time-one-outline:before {
  content: "󱑋";
}
.mdi-clock-time-seven:before {
  content: "󱑅";
}
.mdi-clock-time-seven-outline:before {
  content: "󱑑";
}
.mdi-clock-time-six:before {
  content: "󱑄";
}
.mdi-clock-time-six-outline:before {
  content: "󱑐";
}
.mdi-clock-time-ten:before {
  content: "󱑈";
}
.mdi-clock-time-ten-outline:before {
  content: "󱑔";
}
.mdi-clock-time-three:before {
  content: "󱑁";
}
.mdi-clock-time-three-outline:before {
  content: "󱑍";
}
.mdi-clock-time-twelve:before {
  content: "󱑊";
}
.mdi-clock-time-twelve-outline:before {
  content: "󱑖";
}
.mdi-clock-time-two:before {
  content: "󱑀";
}
.mdi-clock-time-two-outline:before {
  content: "󱑌";
}
.mdi-close:before {
  content: "󰅖";
}
.mdi-close-box:before {
  content: "󰅗";
}
.mdi-close-box-multiple:before {
  content: "󰱝";
}
.mdi-close-box-multiple-outline:before {
  content: "󰱞";
}
.mdi-close-box-outline:before {
  content: "󰅘";
}
.mdi-close-circle:before {
  content: "󰅙";
}
.mdi-close-circle-multiple:before {
  content: "󰘪";
}
.mdi-close-circle-multiple-outline:before {
  content: "󰢃";
}
.mdi-close-circle-outline:before {
  content: "󰅚";
}
.mdi-close-network:before {
  content: "󰅛";
}
.mdi-close-network-outline:before {
  content: "󰱟";
}
.mdi-close-octagon:before {
  content: "󰅜";
}
.mdi-close-octagon-outline:before {
  content: "󰅝";
}
.mdi-close-outline:before {
  content: "󰛉";
}
.mdi-close-thick:before {
  content: "󱎘";
}
.mdi-closed-caption:before {
  content: "󰅞";
}
.mdi-closed-caption-outline:before {
  content: "󰶽";
}
.mdi-cloud:before {
  content: "󰅟";
}
.mdi-cloud-alert:before {
  content: "󰧠";
}
.mdi-cloud-alert-outline:before {
  content: "󱯠";
}
.mdi-cloud-arrow-down:before {
  content: "󱯡";
}
.mdi-cloud-arrow-down-outline:before {
  content: "󱯢";
}
.mdi-cloud-arrow-left:before {
  content: "󱯣";
}
.mdi-cloud-arrow-left-outline:before {
  content: "󱯤";
}
.mdi-cloud-arrow-right:before {
  content: "󱯥";
}
.mdi-cloud-arrow-right-outline:before {
  content: "󱯦";
}
.mdi-cloud-arrow-up:before {
  content: "󱯧";
}
.mdi-cloud-arrow-up-outline:before {
  content: "󱯨";
}
.mdi-cloud-braces:before {
  content: "󰞵";
}
.mdi-cloud-cancel:before {
  content: "󱯩";
}
.mdi-cloud-cancel-outline:before {
  content: "󱯪";
}
.mdi-cloud-check:before {
  content: "󱯫";
}
.mdi-cloud-check-outline:before {
  content: "󱯬";
}
.mdi-cloud-check-variant:before {
  content: "󰅠";
}
.mdi-cloud-check-variant-outline:before {
  content: "󱋌";
}
.mdi-cloud-circle:before {
  content: "󰅡";
}
.mdi-cloud-circle-outline:before {
  content: "󱯭";
}
.mdi-cloud-clock:before {
  content: "󱯮";
}
.mdi-cloud-clock-outline:before {
  content: "󱯯";
}
.mdi-cloud-cog:before {
  content: "󱯰";
}
.mdi-cloud-cog-outline:before {
  content: "󱯱";
}
.mdi-cloud-download:before {
  content: "󰅢";
}
.mdi-cloud-download-outline:before {
  content: "󰭽";
}
.mdi-cloud-lock:before {
  content: "󱇱";
}
.mdi-cloud-lock-open:before {
  content: "󱯲";
}
.mdi-cloud-lock-open-outline:before {
  content: "󱯳";
}
.mdi-cloud-lock-outline:before {
  content: "󱇲";
}
.mdi-cloud-minus:before {
  content: "󱯴";
}
.mdi-cloud-minus-outline:before {
  content: "󱯵";
}
.mdi-cloud-off:before {
  content: "󱯶";
}
.mdi-cloud-off-outline:before {
  content: "󰅤";
}
.mdi-cloud-outline:before {
  content: "󰅣";
}
.mdi-cloud-percent:before {
  content: "󱨵";
}
.mdi-cloud-percent-outline:before {
  content: "󱨶";
}
.mdi-cloud-plus:before {
  content: "󱯷";
}
.mdi-cloud-plus-outline:before {
  content: "󱯸";
}
.mdi-cloud-print:before {
  content: "󰅥";
}
.mdi-cloud-print-outline:before {
  content: "󰅦";
}
.mdi-cloud-question:before {
  content: "󰨹";
}
.mdi-cloud-question-outline:before {
  content: "󱯹";
}
.mdi-cloud-refresh:before {
  content: "󱯺";
}
.mdi-cloud-refresh-outline:before {
  content: "󱯻";
}
.mdi-cloud-refresh-variant:before {
  content: "󰔪";
}
.mdi-cloud-refresh-variant-outline:before {
  content: "󱯼";
}
.mdi-cloud-remove:before {
  content: "󱯽";
}
.mdi-cloud-remove-outline:before {
  content: "󱯾";
}
.mdi-cloud-search:before {
  content: "󰥖";
}
.mdi-cloud-search-outline:before {
  content: "󰥗";
}
.mdi-cloud-sync:before {
  content: "󰘿";
}
.mdi-cloud-sync-outline:before {
  content: "󱋖";
}
.mdi-cloud-tags:before {
  content: "󰞶";
}
.mdi-cloud-upload:before {
  content: "󰅧";
}
.mdi-cloud-upload-outline:before {
  content: "󰭾";
}
.mdi-clouds:before {
  content: "󱮕";
}
.mdi-clover:before {
  content: "󰠖";
}
.mdi-coach-lamp:before {
  content: "󱀠";
}
.mdi-coach-lamp-variant:before {
  content: "󱨷";
}
.mdi-coat-rack:before {
  content: "󱂞";
}
.mdi-code-array:before {
  content: "󰅨";
}
.mdi-code-braces:before {
  content: "󰅩";
}
.mdi-code-braces-box:before {
  content: "󱃖";
}
.mdi-code-brackets:before {
  content: "󰅪";
}
.mdi-code-equal:before {
  content: "󰅫";
}
.mdi-code-greater-than:before {
  content: "󰅬";
}
.mdi-code-greater-than-or-equal:before {
  content: "󰅭";
}
.mdi-code-json:before {
  content: "󰘦";
}
.mdi-code-less-than:before {
  content: "󰅮";
}
.mdi-code-less-than-or-equal:before {
  content: "󰅯";
}
.mdi-code-not-equal:before {
  content: "󰅰";
}
.mdi-code-not-equal-variant:before {
  content: "󰅱";
}
.mdi-code-parentheses:before {
  content: "󰅲";
}
.mdi-code-parentheses-box:before {
  content: "󱃗";
}
.mdi-code-string:before {
  content: "󰅳";
}
.mdi-code-tags:before {
  content: "󰅴";
}
.mdi-code-tags-check:before {
  content: "󰚔";
}
.mdi-codepen:before {
  content: "󰅵";
}
.mdi-coffee:before {
  content: "󰅶";
}
.mdi-coffee-maker:before {
  content: "󱂟";
}
.mdi-coffee-maker-check:before {
  content: "󱤱";
}
.mdi-coffee-maker-check-outline:before {
  content: "󱤲";
}
.mdi-coffee-maker-outline:before {
  content: "󱠛";
}
.mdi-coffee-off:before {
  content: "󰾪";
}
.mdi-coffee-off-outline:before {
  content: "󰾫";
}
.mdi-coffee-outline:before {
  content: "󰛊";
}
.mdi-coffee-to-go:before {
  content: "󰅷";
}
.mdi-coffee-to-go-outline:before {
  content: "󱌎";
}
.mdi-coffin:before {
  content: "󰭿";
}
.mdi-cog:before {
  content: "󰒓";
}
.mdi-cog-box:before {
  content: "󰒔";
}
.mdi-cog-clockwise:before {
  content: "󱇝";
}
.mdi-cog-counterclockwise:before {
  content: "󱇞";
}
.mdi-cog-off:before {
  content: "󱏎";
}
.mdi-cog-off-outline:before {
  content: "󱏏";
}
.mdi-cog-outline:before {
  content: "󰢻";
}
.mdi-cog-pause:before {
  content: "󱤳";
}
.mdi-cog-pause-outline:before {
  content: "󱤴";
}
.mdi-cog-play:before {
  content: "󱤵";
}
.mdi-cog-play-outline:before {
  content: "󱤶";
}
.mdi-cog-refresh:before {
  content: "󱑞";
}
.mdi-cog-refresh-outline:before {
  content: "󱑟";
}
.mdi-cog-stop:before {
  content: "󱤷";
}
.mdi-cog-stop-outline:before {
  content: "󱤸";
}
.mdi-cog-sync:before {
  content: "󱑠";
}
.mdi-cog-sync-outline:before {
  content: "󱑡";
}
.mdi-cog-transfer:before {
  content: "󱁛";
}
.mdi-cog-transfer-outline:before {
  content: "󱁜";
}
.mdi-cogs:before {
  content: "󰣖";
}
.mdi-collage:before {
  content: "󰙀";
}
.mdi-collapse-all:before {
  content: "󰪦";
}
.mdi-collapse-all-outline:before {
  content: "󰪧";
}
.mdi-color-helper:before {
  content: "󰅹";
}
.mdi-comma:before {
  content: "󰸣";
}
.mdi-comma-box:before {
  content: "󰸫";
}
.mdi-comma-box-outline:before {
  content: "󰸤";
}
.mdi-comma-circle:before {
  content: "󰸥";
}
.mdi-comma-circle-outline:before {
  content: "󰸦";
}
.mdi-comment:before {
  content: "󰅺";
}
.mdi-comment-account:before {
  content: "󰅻";
}
.mdi-comment-account-outline:before {
  content: "󰅼";
}
.mdi-comment-alert:before {
  content: "󰅽";
}
.mdi-comment-alert-outline:before {
  content: "󰅾";
}
.mdi-comment-arrow-left:before {
  content: "󰧡";
}
.mdi-comment-arrow-left-outline:before {
  content: "󰧢";
}
.mdi-comment-arrow-right:before {
  content: "󰧣";
}
.mdi-comment-arrow-right-outline:before {
  content: "󰧤";
}
.mdi-comment-bookmark:before {
  content: "󱖮";
}
.mdi-comment-bookmark-outline:before {
  content: "󱖯";
}
.mdi-comment-check:before {
  content: "󰅿";
}
.mdi-comment-check-outline:before {
  content: "󰆀";
}
.mdi-comment-edit:before {
  content: "󱆿";
}
.mdi-comment-edit-outline:before {
  content: "󱋄";
}
.mdi-comment-eye:before {
  content: "󰨺";
}
.mdi-comment-eye-outline:before {
  content: "󰨻";
}
.mdi-comment-flash:before {
  content: "󱖰";
}
.mdi-comment-flash-outline:before {
  content: "󱖱";
}
.mdi-comment-minus:before {
  content: "󱗟";
}
.mdi-comment-minus-outline:before {
  content: "󱗠";
}
.mdi-comment-multiple:before {
  content: "󰡟";
}
.mdi-comment-multiple-outline:before {
  content: "󰆁";
}
.mdi-comment-off:before {
  content: "󱗡";
}
.mdi-comment-off-outline:before {
  content: "󱗢";
}
.mdi-comment-outline:before {
  content: "󰆂";
}
.mdi-comment-plus:before {
  content: "󰧥";
}
.mdi-comment-plus-outline:before {
  content: "󰆃";
}
.mdi-comment-processing:before {
  content: "󰆄";
}
.mdi-comment-processing-outline:before {
  content: "󰆅";
}
.mdi-comment-question:before {
  content: "󰠗";
}
.mdi-comment-question-outline:before {
  content: "󰆆";
}
.mdi-comment-quote:before {
  content: "󱀡";
}
.mdi-comment-quote-outline:before {
  content: "󱀢";
}
.mdi-comment-remove:before {
  content: "󰗞";
}
.mdi-comment-remove-outline:before {
  content: "󰆇";
}
.mdi-comment-search:before {
  content: "󰨼";
}
.mdi-comment-search-outline:before {
  content: "󰨽";
}
.mdi-comment-text:before {
  content: "󰆈";
}
.mdi-comment-text-multiple:before {
  content: "󰡠";
}
.mdi-comment-text-multiple-outline:before {
  content: "󰡡";
}
.mdi-comment-text-outline:before {
  content: "󰆉";
}
.mdi-compare:before {
  content: "󰆊";
}
.mdi-compare-horizontal:before {
  content: "󱒒";
}
.mdi-compare-remove:before {
  content: "󱢳";
}
.mdi-compare-vertical:before {
  content: "󱒓";
}
.mdi-compass:before {
  content: "󰆋";
}
.mdi-compass-off:before {
  content: "󰮀";
}
.mdi-compass-off-outline:before {
  content: "󰮁";
}
.mdi-compass-outline:before {
  content: "󰆌";
}
.mdi-compass-rose:before {
  content: "󱎂";
}
.mdi-compost:before {
  content: "󱨸";
}
.mdi-cone:before {
  content: "󱥌";
}
.mdi-cone-off:before {
  content: "󱥍";
}
.mdi-connection:before {
  content: "󱘖";
}
.mdi-console:before {
  content: "󰆍";
}
.mdi-console-line:before {
  content: "󰞷";
}
.mdi-console-network:before {
  content: "󰢩";
}
.mdi-console-network-outline:before {
  content: "󰱠";
}
.mdi-consolidate:before {
  content: "󱃘";
}
.mdi-contactless-payment:before {
  content: "󰵪";
}
.mdi-contactless-payment-circle:before {
  content: "󰌡";
}
.mdi-contactless-payment-circle-outline:before {
  content: "󰐈";
}
.mdi-contacts:before {
  content: "󰛋";
}
.mdi-contacts-outline:before {
  content: "󰖸";
}
.mdi-contain:before {
  content: "󰨾";
}
.mdi-contain-end:before {
  content: "󰨿";
}
.mdi-contain-start:before {
  content: "󰩀";
}
.mdi-content-copy:before {
  content: "󰆏";
}
.mdi-content-cut:before {
  content: "󰆐";
}
.mdi-content-duplicate:before {
  content: "󰆑";
}
.mdi-content-paste:before {
  content: "󰆒";
}
.mdi-content-save:before {
  content: "󰆓";
}
.mdi-content-save-alert:before {
  content: "󰽂";
}
.mdi-content-save-alert-outline:before {
  content: "󰽃";
}
.mdi-content-save-all:before {
  content: "󰆔";
}
.mdi-content-save-all-outline:before {
  content: "󰽄";
}
.mdi-content-save-check:before {
  content: "󱣪";
}
.mdi-content-save-check-outline:before {
  content: "󱣫";
}
.mdi-content-save-cog:before {
  content: "󱑛";
}
.mdi-content-save-cog-outline:before {
  content: "󱑜";
}
.mdi-content-save-edit:before {
  content: "󰳻";
}
.mdi-content-save-edit-outline:before {
  content: "󰳼";
}
.mdi-content-save-minus:before {
  content: "󱭃";
}
.mdi-content-save-minus-outline:before {
  content: "󱭄";
}
.mdi-content-save-move:before {
  content: "󰸧";
}
.mdi-content-save-move-outline:before {
  content: "󰸨";
}
.mdi-content-save-off:before {
  content: "󱙃";
}
.mdi-content-save-off-outline:before {
  content: "󱙄";
}
.mdi-content-save-outline:before {
  content: "󰠘";
}
.mdi-content-save-plus:before {
  content: "󱭁";
}
.mdi-content-save-plus-outline:before {
  content: "󱭂";
}
.mdi-content-save-settings:before {
  content: "󰘛";
}
.mdi-content-save-settings-outline:before {
  content: "󰬮";
}
.mdi-contrast:before {
  content: "󰆕";
}
.mdi-contrast-box:before {
  content: "󰆖";
}
.mdi-contrast-circle:before {
  content: "󰆗";
}
.mdi-controller:before {
  content: "󰊴";
}
.mdi-controller-classic:before {
  content: "󰮂";
}
.mdi-controller-classic-outline:before {
  content: "󰮃";
}
.mdi-controller-off:before {
  content: "󰊵";
}
.mdi-cookie:before {
  content: "󰆘";
}
.mdi-cookie-alert:before {
  content: "󱛐";
}
.mdi-cookie-alert-outline:before {
  content: "󱛑";
}
.mdi-cookie-check:before {
  content: "󱛒";
}
.mdi-cookie-check-outline:before {
  content: "󱛓";
}
.mdi-cookie-clock:before {
  content: "󱛤";
}
.mdi-cookie-clock-outline:before {
  content: "󱛥";
}
.mdi-cookie-cog:before {
  content: "󱛔";
}
.mdi-cookie-cog-outline:before {
  content: "󱛕";
}
.mdi-cookie-edit:before {
  content: "󱛦";
}
.mdi-cookie-edit-outline:before {
  content: "󱛧";
}
.mdi-cookie-lock:before {
  content: "󱛨";
}
.mdi-cookie-lock-outline:before {
  content: "󱛩";
}
.mdi-cookie-minus:before {
  content: "󱛚";
}
.mdi-cookie-minus-outline:before {
  content: "󱛛";
}
.mdi-cookie-off:before {
  content: "󱛪";
}
.mdi-cookie-off-outline:before {
  content: "󱛫";
}
.mdi-cookie-outline:before {
  content: "󱛞";
}
.mdi-cookie-plus:before {
  content: "󱛖";
}
.mdi-cookie-plus-outline:before {
  content: "󱛗";
}
.mdi-cookie-refresh:before {
  content: "󱛬";
}
.mdi-cookie-refresh-outline:before {
  content: "󱛭";
}
.mdi-cookie-remove:before {
  content: "󱛘";
}
.mdi-cookie-remove-outline:before {
  content: "󱛙";
}
.mdi-cookie-settings:before {
  content: "󱛜";
}
.mdi-cookie-settings-outline:before {
  content: "󱛝";
}
.mdi-coolant-temperature:before {
  content: "󰏈";
}
.mdi-copyleft:before {
  content: "󱤹";
}
.mdi-copyright:before {
  content: "󰗦";
}
.mdi-cordova:before {
  content: "󰥘";
}
.mdi-corn:before {
  content: "󰞸";
}
.mdi-corn-off:before {
  content: "󱏯";
}
.mdi-cosine-wave:before {
  content: "󱑹";
}
.mdi-counter:before {
  content: "󰆙";
}
.mdi-countertop:before {
  content: "󱠜";
}
.mdi-countertop-outline:before {
  content: "󱠝";
}
.mdi-cow:before {
  content: "󰆚";
}
.mdi-cow-off:before {
  content: "󱣼";
}
.mdi-cpu-32-bit:before {
  content: "󰻟";
}
.mdi-cpu-64-bit:before {
  content: "󰻠";
}
.mdi-cradle:before {
  content: "󱦋";
}
.mdi-cradle-outline:before {
  content: "󱦑";
}
.mdi-crane:before {
  content: "󰡢";
}
.mdi-creation:before {
  content: "󰙴";
}
.mdi-creative-commons:before {
  content: "󰵫";
}
.mdi-credit-card:before {
  content: "󰿯";
}
.mdi-credit-card-check:before {
  content: "󱏐";
}
.mdi-credit-card-check-outline:before {
  content: "󱏑";
}
.mdi-credit-card-chip:before {
  content: "󱤏";
}
.mdi-credit-card-chip-outline:before {
  content: "󱤐";
}
.mdi-credit-card-clock:before {
  content: "󰻡";
}
.mdi-credit-card-clock-outline:before {
  content: "󰻢";
}
.mdi-credit-card-edit:before {
  content: "󱟗";
}
.mdi-credit-card-edit-outline:before {
  content: "󱟘";
}
.mdi-credit-card-fast:before {
  content: "󱤑";
}
.mdi-credit-card-fast-outline:before {
  content: "󱤒";
}
.mdi-credit-card-lock:before {
  content: "󱣧";
}
.mdi-credit-card-lock-outline:before {
  content: "󱣨";
}
.mdi-credit-card-marker:before {
  content: "󰚨";
}
.mdi-credit-card-marker-outline:before {
  content: "󰶾";
}
.mdi-credit-card-minus:before {
  content: "󰾬";
}
.mdi-credit-card-minus-outline:before {
  content: "󰾭";
}
.mdi-credit-card-multiple:before {
  content: "󰿰";
}
.mdi-credit-card-multiple-outline:before {
  content: "󰆜";
}
.mdi-credit-card-off:before {
  content: "󰿱";
}
.mdi-credit-card-off-outline:before {
  content: "󰗤";
}
.mdi-credit-card-outline:before {
  content: "󰆛";
}
.mdi-credit-card-plus:before {
  content: "󰿲";
}
.mdi-credit-card-plus-outline:before {
  content: "󰙶";
}
.mdi-credit-card-refresh:before {
  content: "󱙅";
}
.mdi-credit-card-refresh-outline:before {
  content: "󱙆";
}
.mdi-credit-card-refund:before {
  content: "󰿳";
}
.mdi-credit-card-refund-outline:before {
  content: "󰪨";
}
.mdi-credit-card-remove:before {
  content: "󰾮";
}
.mdi-credit-card-remove-outline:before {
  content: "󰾯";
}
.mdi-credit-card-scan:before {
  content: "󰿴";
}
.mdi-credit-card-scan-outline:before {
  content: "󰆝";
}
.mdi-credit-card-search:before {
  content: "󱙇";
}
.mdi-credit-card-search-outline:before {
  content: "󱙈";
}
.mdi-credit-card-settings:before {
  content: "󰿵";
}
.mdi-credit-card-settings-outline:before {
  content: "󰣗";
}
.mdi-credit-card-sync:before {
  content: "󱙉";
}
.mdi-credit-card-sync-outline:before {
  content: "󱙊";
}
.mdi-credit-card-wireless:before {
  content: "󰠂";
}
.mdi-credit-card-wireless-off:before {
  content: "󰕺";
}
.mdi-credit-card-wireless-off-outline:before {
  content: "󰕻";
}
.mdi-credit-card-wireless-outline:before {
  content: "󰵬";
}
.mdi-cricket:before {
  content: "󰵭";
}
.mdi-crop:before {
  content: "󰆞";
}
.mdi-crop-free:before {
  content: "󰆟";
}
.mdi-crop-landscape:before {
  content: "󰆠";
}
.mdi-crop-portrait:before {
  content: "󰆡";
}
.mdi-crop-rotate:before {
  content: "󰚖";
}
.mdi-crop-square:before {
  content: "󰆢";
}
.mdi-cross:before {
  content: "󰥓";
}
.mdi-cross-bolnisi:before {
  content: "󰳭";
}
.mdi-cross-celtic:before {
  content: "󰳵";
}
.mdi-cross-outline:before {
  content: "󰳶";
}
.mdi-crosshairs:before {
  content: "󰆣";
}
.mdi-crosshairs-gps:before {
  content: "󰆤";
}
.mdi-crosshairs-off:before {
  content: "󰽅";
}
.mdi-crosshairs-question:before {
  content: "󱄶";
}
.mdi-crowd:before {
  content: "󱥵";
}
.mdi-crown:before {
  content: "󰆥";
}
.mdi-crown-circle:before {
  content: "󱟜";
}
.mdi-crown-circle-outline:before {
  content: "󱟝";
}
.mdi-crown-outline:before {
  content: "󱇐";
}
.mdi-cryengine:before {
  content: "󰥙";
}
.mdi-crystal-ball:before {
  content: "󰬯";
}
.mdi-cube:before {
  content: "󰆦";
}
.mdi-cube-off:before {
  content: "󱐜";
}
.mdi-cube-off-outline:before {
  content: "󱐝";
}
.mdi-cube-outline:before {
  content: "󰆧";
}
.mdi-cube-scan:before {
  content: "󰮄";
}
.mdi-cube-send:before {
  content: "󰆨";
}
.mdi-cube-unfolded:before {
  content: "󰆩";
}
.mdi-cup:before {
  content: "󰆪";
}
.mdi-cup-off:before {
  content: "󰗥";
}
.mdi-cup-off-outline:before {
  content: "󱍽";
}
.mdi-cup-outline:before {
  content: "󱌏";
}
.mdi-cup-water:before {
  content: "󰆫";
}
.mdi-cupboard:before {
  content: "󰽆";
}
.mdi-cupboard-outline:before {
  content: "󰽇";
}
.mdi-cupcake:before {
  content: "󰥚";
}
.mdi-curling:before {
  content: "󰡣";
}
.mdi-currency-bdt:before {
  content: "󰡤";
}
.mdi-currency-brl:before {
  content: "󰮅";
}
.mdi-currency-btc:before {
  content: "󰆬";
}
.mdi-currency-cny:before {
  content: "󰞺";
}
.mdi-currency-eth:before {
  content: "󰞻";
}
.mdi-currency-eur:before {
  content: "󰆭";
}
.mdi-currency-eur-off:before {
  content: "󱌕";
}
.mdi-currency-fra:before {
  content: "󱨹";
}
.mdi-currency-gbp:before {
  content: "󰆮";
}
.mdi-currency-ils:before {
  content: "󰱡";
}
.mdi-currency-inr:before {
  content: "󰆯";
}
.mdi-currency-jpy:before {
  content: "󰞼";
}
.mdi-currency-krw:before {
  content: "󰞽";
}
.mdi-currency-kzt:before {
  content: "󰡥";
}
.mdi-currency-mnt:before {
  content: "󱔒";
}
.mdi-currency-ngn:before {
  content: "󰆰";
}
.mdi-currency-php:before {
  content: "󰧦";
}
.mdi-currency-rial:before {
  content: "󰺜";
}
.mdi-currency-rub:before {
  content: "󰆱";
}
.mdi-currency-rupee:before {
  content: "󱥶";
}
.mdi-currency-sign:before {
  content: "󰞾";
}
.mdi-currency-thb:before {
  content: "󱰅";
}
.mdi-currency-try:before {
  content: "󰆲";
}
.mdi-currency-twd:before {
  content: "󰞿";
}
.mdi-currency-uah:before {
  content: "󱮛";
}
.mdi-currency-usd:before {
  content: "󰇁";
}
.mdi-currency-usd-off:before {
  content: "󰙺";
}
.mdi-current-ac:before {
  content: "󱒀";
}
.mdi-current-dc:before {
  content: "󰥜";
}
.mdi-cursor-default:before {
  content: "󰇀";
}
.mdi-cursor-default-click:before {
  content: "󰳽";
}
.mdi-cursor-default-click-outline:before {
  content: "󰳾";
}
.mdi-cursor-default-gesture:before {
  content: "󱄧";
}
.mdi-cursor-default-gesture-outline:before {
  content: "󱄨";
}
.mdi-cursor-default-outline:before {
  content: "󰆿";
}
.mdi-cursor-move:before {
  content: "󰆾";
}
.mdi-cursor-pointer:before {
  content: "󰆽";
}
.mdi-cursor-text:before {
  content: "󰗧";
}
.mdi-curtains:before {
  content: "󱡆";
}
.mdi-curtains-closed:before {
  content: "󱡇";
}
.mdi-cylinder:before {
  content: "󱥎";
}
.mdi-cylinder-off:before {
  content: "󱥏";
}
.mdi-dance-ballroom:before {
  content: "󱗻";
}
.mdi-dance-pole:before {
  content: "󱕸";
}
.mdi-data-matrix:before {
  content: "󱔼";
}
.mdi-data-matrix-edit:before {
  content: "󱔽";
}
.mdi-data-matrix-minus:before {
  content: "󱔾";
}
.mdi-data-matrix-plus:before {
  content: "󱔿";
}
.mdi-data-matrix-remove:before {
  content: "󱕀";
}
.mdi-data-matrix-scan:before {
  content: "󱕁";
}
.mdi-database:before {
  content: "󰆼";
}
.mdi-database-alert:before {
  content: "󱘺";
}
.mdi-database-alert-outline:before {
  content: "󱘤";
}
.mdi-database-arrow-down:before {
  content: "󱘻";
}
.mdi-database-arrow-down-outline:before {
  content: "󱘥";
}
.mdi-database-arrow-left:before {
  content: "󱘼";
}
.mdi-database-arrow-left-outline:before {
  content: "󱘦";
}
.mdi-database-arrow-right:before {
  content: "󱘽";
}
.mdi-database-arrow-right-outline:before {
  content: "󱘧";
}
.mdi-database-arrow-up:before {
  content: "󱘾";
}
.mdi-database-arrow-up-outline:before {
  content: "󱘨";
}
.mdi-database-check:before {
  content: "󰪩";
}
.mdi-database-check-outline:before {
  content: "󱘩";
}
.mdi-database-clock:before {
  content: "󱘿";
}
.mdi-database-clock-outline:before {
  content: "󱘪";
}
.mdi-database-cog:before {
  content: "󱙋";
}
.mdi-database-cog-outline:before {
  content: "󱙌";
}
.mdi-database-edit:before {
  content: "󰮆";
}
.mdi-database-edit-outline:before {
  content: "󱘫";
}
.mdi-database-export:before {
  content: "󰥞";
}
.mdi-database-export-outline:before {
  content: "󱘬";
}
.mdi-database-eye:before {
  content: "󱤟";
}
.mdi-database-eye-off:before {
  content: "󱤠";
}
.mdi-database-eye-off-outline:before {
  content: "󱤡";
}
.mdi-database-eye-outline:before {
  content: "󱤢";
}
.mdi-database-import:before {
  content: "󰥝";
}
.mdi-database-import-outline:before {
  content: "󱘭";
}
.mdi-database-lock:before {
  content: "󰪪";
}
.mdi-database-lock-outline:before {
  content: "󱘮";
}
.mdi-database-marker:before {
  content: "󱋶";
}
.mdi-database-marker-outline:before {
  content: "󱘯";
}
.mdi-database-minus:before {
  content: "󰆻";
}
.mdi-database-minus-outline:before {
  content: "󱘰";
}
.mdi-database-off:before {
  content: "󱙀";
}
.mdi-database-off-outline:before {
  content: "󱘱";
}
.mdi-database-outline:before {
  content: "󱘲";
}
.mdi-database-plus:before {
  content: "󰆺";
}
.mdi-database-plus-outline:before {
  content: "󱘳";
}
.mdi-database-refresh:before {
  content: "󰗂";
}
.mdi-database-refresh-outline:before {
  content: "󱘴";
}
.mdi-database-remove:before {
  content: "󰴀";
}
.mdi-database-remove-outline:before {
  content: "󱘵";
}
.mdi-database-search:before {
  content: "󰡦";
}
.mdi-database-search-outline:before {
  content: "󱘶";
}
.mdi-database-settings:before {
  content: "󰴁";
}
.mdi-database-settings-outline:before {
  content: "󱘷";
}
.mdi-database-sync:before {
  content: "󰳿";
}
.mdi-database-sync-outline:before {
  content: "󱘸";
}
.mdi-death-star:before {
  content: "󰣘";
}
.mdi-death-star-variant:before {
  content: "󰣙";
}
.mdi-deathly-hallows:before {
  content: "󰮇";
}
.mdi-debian:before {
  content: "󰣚";
}
.mdi-debug-step-into:before {
  content: "󰆹";
}
.mdi-debug-step-out:before {
  content: "󰆸";
}
.mdi-debug-step-over:before {
  content: "󰆷";
}
.mdi-decagram:before {
  content: "󰝬";
}
.mdi-decagram-outline:before {
  content: "󰝭";
}
.mdi-decimal:before {
  content: "󱂡";
}
.mdi-decimal-comma:before {
  content: "󱂢";
}
.mdi-decimal-comma-decrease:before {
  content: "󱂣";
}
.mdi-decimal-comma-increase:before {
  content: "󱂤";
}
.mdi-decimal-decrease:before {
  content: "󰆶";
}
.mdi-decimal-increase:before {
  content: "󰆵";
}
.mdi-delete:before {
  content: "󰆴";
}
.mdi-delete-alert:before {
  content: "󱂥";
}
.mdi-delete-alert-outline:before {
  content: "󱂦";
}
.mdi-delete-circle:before {
  content: "󰚃";
}
.mdi-delete-circle-outline:before {
  content: "󰮈";
}
.mdi-delete-clock:before {
  content: "󱕖";
}
.mdi-delete-clock-outline:before {
  content: "󱕗";
}
.mdi-delete-empty:before {
  content: "󰛌";
}
.mdi-delete-empty-outline:before {
  content: "󰺝";
}
.mdi-delete-forever:before {
  content: "󰗨";
}
.mdi-delete-forever-outline:before {
  content: "󰮉";
}
.mdi-delete-off:before {
  content: "󱂧";
}
.mdi-delete-off-outline:before {
  content: "󱂨";
}
.mdi-delete-outline:before {
  content: "󰧧";
}
.mdi-delete-restore:before {
  content: "󰠙";
}
.mdi-delete-sweep:before {
  content: "󰗩";
}
.mdi-delete-sweep-outline:before {
  content: "󰱢";
}
.mdi-delete-variant:before {
  content: "󰆳";
}
.mdi-delta:before {
  content: "󰇂";
}
.mdi-desk:before {
  content: "󱈹";
}
.mdi-desk-lamp:before {
  content: "󰥟";
}
.mdi-desk-lamp-off:before {
  content: "󱬟";
}
.mdi-desk-lamp-on:before {
  content: "󱬠";
}
.mdi-deskphone:before {
  content: "󰇃";
}
.mdi-desktop-classic:before {
  content: "󰟀";
}
.mdi-desktop-tower:before {
  content: "󰇅";
}
.mdi-desktop-tower-monitor:before {
  content: "󰪫";
}
.mdi-details:before {
  content: "󰇆";
}
.mdi-dev-to:before {
  content: "󰵮";
}
.mdi-developer-board:before {
  content: "󰚗";
}
.mdi-deviantart:before {
  content: "󰇇";
}
.mdi-devices:before {
  content: "󰾰";
}
.mdi-dharmachakra:before {
  content: "󰥋";
}
.mdi-diabetes:before {
  content: "󱄦";
}
.mdi-dialpad:before {
  content: "󰘜";
}
.mdi-diameter:before {
  content: "󰱣";
}
.mdi-diameter-outline:before {
  content: "󰱤";
}
.mdi-diameter-variant:before {
  content: "󰱥";
}
.mdi-diamond:before {
  content: "󰮊";
}
.mdi-diamond-outline:before {
  content: "󰮋";
}
.mdi-diamond-stone:before {
  content: "󰇈";
}
.mdi-dice-1:before {
  content: "󰇊";
}
.mdi-dice-1-outline:before {
  content: "󱅊";
}
.mdi-dice-2:before {
  content: "󰇋";
}
.mdi-dice-2-outline:before {
  content: "󱅋";
}
.mdi-dice-3:before {
  content: "󰇌";
}
.mdi-dice-3-outline:before {
  content: "󱅌";
}
.mdi-dice-4:before {
  content: "󰇍";
}
.mdi-dice-4-outline:before {
  content: "󱅍";
}
.mdi-dice-5:before {
  content: "󰇎";
}
.mdi-dice-5-outline:before {
  content: "󱅎";
}
.mdi-dice-6:before {
  content: "󰇏";
}
.mdi-dice-6-outline:before {
  content: "󱅏";
}
.mdi-dice-d10:before {
  content: "󱅓";
}
.mdi-dice-d10-outline:before {
  content: "󰝯";
}
.mdi-dice-d12:before {
  content: "󱅔";
}
.mdi-dice-d12-outline:before {
  content: "󰡧";
}
.mdi-dice-d20:before {
  content: "󱅕";
}
.mdi-dice-d20-outline:before {
  content: "󰗪";
}
.mdi-dice-d4:before {
  content: "󱅐";
}
.mdi-dice-d4-outline:before {
  content: "󰗫";
}
.mdi-dice-d6:before {
  content: "󱅑";
}
.mdi-dice-d6-outline:before {
  content: "󰗭";
}
.mdi-dice-d8:before {
  content: "󱅒";
}
.mdi-dice-d8-outline:before {
  content: "󰗬";
}
.mdi-dice-multiple:before {
  content: "󰝮";
}
.mdi-dice-multiple-outline:before {
  content: "󱅖";
}
.mdi-digital-ocean:before {
  content: "󱈷";
}
.mdi-dip-switch:before {
  content: "󰟁";
}
.mdi-directions:before {
  content: "󰇐";
}
.mdi-directions-fork:before {
  content: "󰙁";
}
.mdi-disc:before {
  content: "󰗮";
}
.mdi-disc-alert:before {
  content: "󰇑";
}
.mdi-disc-player:before {
  content: "󰥠";
}
.mdi-dishwasher:before {
  content: "󰪬";
}
.mdi-dishwasher-alert:before {
  content: "󱆸";
}
.mdi-dishwasher-off:before {
  content: "󱆹";
}
.mdi-disqus:before {
  content: "󰇒";
}
.mdi-distribute-horizontal-center:before {
  content: "󱇉";
}
.mdi-distribute-horizontal-left:before {
  content: "󱇈";
}
.mdi-distribute-horizontal-right:before {
  content: "󱇊";
}
.mdi-distribute-vertical-bottom:before {
  content: "󱇋";
}
.mdi-distribute-vertical-center:before {
  content: "󱇌";
}
.mdi-distribute-vertical-top:before {
  content: "󱇍";
}
.mdi-diversify:before {
  content: "󱡷";
}
.mdi-diving:before {
  content: "󱥷";
}
.mdi-diving-flippers:before {
  content: "󰶿";
}
.mdi-diving-helmet:before {
  content: "󰷀";
}
.mdi-diving-scuba:before {
  content: "󱭷";
}
.mdi-diving-scuba-flag:before {
  content: "󰷂";
}
.mdi-diving-scuba-mask:before {
  content: "󰷁";
}
.mdi-diving-scuba-tank:before {
  content: "󰷃";
}
.mdi-diving-scuba-tank-multiple:before {
  content: "󰷄";
}
.mdi-diving-snorkel:before {
  content: "󰷅";
}
.mdi-division:before {
  content: "󰇔";
}
.mdi-division-box:before {
  content: "󰇕";
}
.mdi-dlna:before {
  content: "󰩁";
}
.mdi-dna:before {
  content: "󰚄";
}
.mdi-dns:before {
  content: "󰇖";
}
.mdi-dns-outline:before {
  content: "󰮌";
}
.mdi-dock-bottom:before {
  content: "󱂩";
}
.mdi-dock-left:before {
  content: "󱂪";
}
.mdi-dock-right:before {
  content: "󱂫";
}
.mdi-dock-top:before {
  content: "󱔓";
}
.mdi-dock-window:before {
  content: "󱂬";
}
.mdi-docker:before {
  content: "󰡨";
}
.mdi-doctor:before {
  content: "󰩂";
}
.mdi-dog:before {
  content: "󰩃";
}
.mdi-dog-service:before {
  content: "󰪭";
}
.mdi-dog-side:before {
  content: "󰩄";
}
.mdi-dog-side-off:before {
  content: "󱛮";
}
.mdi-dolby:before {
  content: "󰚳";
}
.mdi-dolly:before {
  content: "󰺞";
}
.mdi-dolphin:before {
  content: "󱢴";
}
.mdi-domain:before {
  content: "󰇗";
}
.mdi-domain-off:before {
  content: "󰵯";
}
.mdi-domain-plus:before {
  content: "󱂭";
}
.mdi-domain-remove:before {
  content: "󱂮";
}
.mdi-dome-light:before {
  content: "󱐞";
}
.mdi-domino-mask:before {
  content: "󱀣";
}
.mdi-donkey:before {
  content: "󰟂";
}
.mdi-door:before {
  content: "󰠚";
}
.mdi-door-closed:before {
  content: "󰠛";
}
.mdi-door-closed-lock:before {
  content: "󱂯";
}
.mdi-door-open:before {
  content: "󰠜";
}
.mdi-door-sliding:before {
  content: "󱠞";
}
.mdi-door-sliding-lock:before {
  content: "󱠟";
}
.mdi-door-sliding-open:before {
  content: "󱠠";
}
.mdi-doorbell:before {
  content: "󱋦";
}
.mdi-doorbell-video:before {
  content: "󰡩";
}
.mdi-dot-net:before {
  content: "󰪮";
}
.mdi-dots-circle:before {
  content: "󱥸";
}
.mdi-dots-grid:before {
  content: "󱗼";
}
.mdi-dots-hexagon:before {
  content: "󱗿";
}
.mdi-dots-horizontal:before {
  content: "󰇘";
}
.mdi-dots-horizontal-circle:before {
  content: "󰟃";
}
.mdi-dots-horizontal-circle-outline:before {
  content: "󰮍";
}
.mdi-dots-square:before {
  content: "󱗽";
}
.mdi-dots-triangle:before {
  content: "󱗾";
}
.mdi-dots-vertical:before {
  content: "󰇙";
}
.mdi-dots-vertical-circle:before {
  content: "󰟄";
}
.mdi-dots-vertical-circle-outline:before {
  content: "󰮎";
}
.mdi-download:before {
  content: "󰇚";
}
.mdi-download-box:before {
  content: "󱑢";
}
.mdi-download-box-outline:before {
  content: "󱑣";
}
.mdi-download-circle:before {
  content: "󱑤";
}
.mdi-download-circle-outline:before {
  content: "󱑥";
}
.mdi-download-lock:before {
  content: "󱌠";
}
.mdi-download-lock-outline:before {
  content: "󱌡";
}
.mdi-download-multiple:before {
  content: "󰧩";
}
.mdi-download-network:before {
  content: "󰛴";
}
.mdi-download-network-outline:before {
  content: "󰱦";
}
.mdi-download-off:before {
  content: "󱂰";
}
.mdi-download-off-outline:before {
  content: "󱂱";
}
.mdi-download-outline:before {
  content: "󰮏";
}
.mdi-drag:before {
  content: "󰇛";
}
.mdi-drag-horizontal:before {
  content: "󰇜";
}
.mdi-drag-horizontal-variant:before {
  content: "󱋰";
}
.mdi-drag-variant:before {
  content: "󰮐";
}
.mdi-drag-vertical:before {
  content: "󰇝";
}
.mdi-drag-vertical-variant:before {
  content: "󱋱";
}
.mdi-drama-masks:before {
  content: "󰴂";
}
.mdi-draw:before {
  content: "󰽉";
}
.mdi-draw-pen:before {
  content: "󱦹";
}
.mdi-drawing:before {
  content: "󰇞";
}
.mdi-drawing-box:before {
  content: "󰇟";
}
.mdi-dresser:before {
  content: "󰽊";
}
.mdi-dresser-outline:before {
  content: "󰽋";
}
.mdi-drone:before {
  content: "󰇢";
}
.mdi-dropbox:before {
  content: "󰇣";
}
.mdi-drupal:before {
  content: "󰇤";
}
.mdi-duck:before {
  content: "󰇥";
}
.mdi-dumbbell:before {
  content: "󰇦";
}
.mdi-dump-truck:before {
  content: "󰱧";
}
.mdi-ear-hearing:before {
  content: "󰟅";
}
.mdi-ear-hearing-loop:before {
  content: "󱫮";
}
.mdi-ear-hearing-off:before {
  content: "󰩅";
}
.mdi-earbuds:before {
  content: "󱡏";
}
.mdi-earbuds-off:before {
  content: "󱡐";
}
.mdi-earbuds-off-outline:before {
  content: "󱡑";
}
.mdi-earbuds-outline:before {
  content: "󱡒";
}
.mdi-earth:before {
  content: "󰇧";
}
.mdi-earth-arrow-right:before {
  content: "󱌑";
}
.mdi-earth-box:before {
  content: "󰛍";
}
.mdi-earth-box-minus:before {
  content: "󱐇";
}
.mdi-earth-box-off:before {
  content: "󰛎";
}
.mdi-earth-box-plus:before {
  content: "󱐆";
}
.mdi-earth-box-remove:before {
  content: "󱐈";
}
.mdi-earth-minus:before {
  content: "󱐄";
}
.mdi-earth-off:before {
  content: "󰇨";
}
.mdi-earth-plus:before {
  content: "󱐃";
}
.mdi-earth-remove:before {
  content: "󱐅";
}
.mdi-egg:before {
  content: "󰪯";
}
.mdi-egg-easter:before {
  content: "󰪰";
}
.mdi-egg-fried:before {
  content: "󱡊";
}
.mdi-egg-off:before {
  content: "󱏰";
}
.mdi-egg-off-outline:before {
  content: "󱏱";
}
.mdi-egg-outline:before {
  content: "󱏲";
}
.mdi-eiffel-tower:before {
  content: "󱕫";
}
.mdi-eight-track:before {
  content: "󰧪";
}
.mdi-eject:before {
  content: "󰇪";
}
.mdi-eject-circle:before {
  content: "󱬣";
}
.mdi-eject-circle-outline:before {
  content: "󱬤";
}
.mdi-eject-outline:before {
  content: "󰮑";
}
.mdi-electric-switch:before {
  content: "󰺟";
}
.mdi-electric-switch-closed:before {
  content: "󱃙";
}
.mdi-electron-framework:before {
  content: "󱀤";
}
.mdi-elephant:before {
  content: "󰟆";
}
.mdi-elevation-decline:before {
  content: "󰇫";
}
.mdi-elevation-rise:before {
  content: "󰇬";
}
.mdi-elevator:before {
  content: "󰇭";
}
.mdi-elevator-down:before {
  content: "󱋂";
}
.mdi-elevator-passenger:before {
  content: "󱎁";
}
.mdi-elevator-passenger-off:before {
  content: "󱥹";
}
.mdi-elevator-passenger-off-outline:before {
  content: "󱥺";
}
.mdi-elevator-passenger-outline:before {
  content: "󱥻";
}
.mdi-elevator-up:before {
  content: "󱋁";
}
.mdi-ellipse:before {
  content: "󰺠";
}
.mdi-ellipse-outline:before {
  content: "󰺡";
}
.mdi-email:before {
  content: "󰇮";
}
.mdi-email-alert:before {
  content: "󰛏";
}
.mdi-email-alert-outline:before {
  content: "󰵂";
}
.mdi-email-arrow-left:before {
  content: "󱃚";
}
.mdi-email-arrow-left-outline:before {
  content: "󱃛";
}
.mdi-email-arrow-right:before {
  content: "󱃜";
}
.mdi-email-arrow-right-outline:before {
  content: "󱃝";
}
.mdi-email-box:before {
  content: "󰴃";
}
.mdi-email-check:before {
  content: "󰪱";
}
.mdi-email-check-outline:before {
  content: "󰪲";
}
.mdi-email-edit:before {
  content: "󰻣";
}
.mdi-email-edit-outline:before {
  content: "󰻤";
}
.mdi-email-fast:before {
  content: "󱡯";
}
.mdi-email-fast-outline:before {
  content: "󱡰";
}
.mdi-email-lock:before {
  content: "󰇱";
}
.mdi-email-lock-outline:before {
  content: "󱭡";
}
.mdi-email-mark-as-unread:before {
  content: "󰮒";
}
.mdi-email-minus:before {
  content: "󰻥";
}
.mdi-email-minus-outline:before {
  content: "󰻦";
}
.mdi-email-multiple:before {
  content: "󰻧";
}
.mdi-email-multiple-outline:before {
  content: "󰻨";
}
.mdi-email-newsletter:before {
  content: "󰾱";
}
.mdi-email-off:before {
  content: "󱏣";
}
.mdi-email-off-outline:before {
  content: "󱏤";
}
.mdi-email-open:before {
  content: "󰇯";
}
.mdi-email-open-multiple:before {
  content: "󰻩";
}
.mdi-email-open-multiple-outline:before {
  content: "󰻪";
}
.mdi-email-open-outline:before {
  content: "󰗯";
}
.mdi-email-outline:before {
  content: "󰇰";
}
.mdi-email-plus:before {
  content: "󰧫";
}
.mdi-email-plus-outline:before {
  content: "󰧬";
}
.mdi-email-remove:before {
  content: "󱙡";
}
.mdi-email-remove-outline:before {
  content: "󱙢";
}
.mdi-email-seal:before {
  content: "󱥛";
}
.mdi-email-seal-outline:before {
  content: "󱥜";
}
.mdi-email-search:before {
  content: "󰥡";
}
.mdi-email-search-outline:before {
  content: "󰥢";
}
.mdi-email-sync:before {
  content: "󱋇";
}
.mdi-email-sync-outline:before {
  content: "󱋈";
}
.mdi-email-variant:before {
  content: "󰗰";
}
.mdi-ember:before {
  content: "󰬰";
}
.mdi-emby:before {
  content: "󰚴";
}
.mdi-emoticon:before {
  content: "󰱨";
}
.mdi-emoticon-angry:before {
  content: "󰱩";
}
.mdi-emoticon-angry-outline:before {
  content: "󰱪";
}
.mdi-emoticon-confused:before {
  content: "󱃞";
}
.mdi-emoticon-confused-outline:before {
  content: "󱃟";
}
.mdi-emoticon-cool:before {
  content: "󰱫";
}
.mdi-emoticon-cool-outline:before {
  content: "󰇳";
}
.mdi-emoticon-cry:before {
  content: "󰱬";
}
.mdi-emoticon-cry-outline:before {
  content: "󰱭";
}
.mdi-emoticon-dead:before {
  content: "󰱮";
}
.mdi-emoticon-dead-outline:before {
  content: "󰚛";
}
.mdi-emoticon-devil:before {
  content: "󰱯";
}
.mdi-emoticon-devil-outline:before {
  content: "󰇴";
}
.mdi-emoticon-excited:before {
  content: "󰱰";
}
.mdi-emoticon-excited-outline:before {
  content: "󰚜";
}
.mdi-emoticon-frown:before {
  content: "󰽌";
}
.mdi-emoticon-frown-outline:before {
  content: "󰽍";
}
.mdi-emoticon-happy:before {
  content: "󰱱";
}
.mdi-emoticon-happy-outline:before {
  content: "󰇵";
}
.mdi-emoticon-kiss:before {
  content: "󰱲";
}
.mdi-emoticon-kiss-outline:before {
  content: "󰱳";
}
.mdi-emoticon-lol:before {
  content: "󱈔";
}
.mdi-emoticon-lol-outline:before {
  content: "󱈕";
}
.mdi-emoticon-neutral:before {
  content: "󰱴";
}
.mdi-emoticon-neutral-outline:before {
  content: "󰇶";
}
.mdi-emoticon-outline:before {
  content: "󰇲";
}
.mdi-emoticon-poop:before {
  content: "󰇷";
}
.mdi-emoticon-poop-outline:before {
  content: "󰱵";
}
.mdi-emoticon-sad:before {
  content: "󰱶";
}
.mdi-emoticon-sad-outline:before {
  content: "󰇸";
}
.mdi-emoticon-sick:before {
  content: "󱕼";
}
.mdi-emoticon-sick-outline:before {
  content: "󱕽";
}
.mdi-emoticon-tongue:before {
  content: "󰇹";
}
.mdi-emoticon-tongue-outline:before {
  content: "󰱷";
}
.mdi-emoticon-wink:before {
  content: "󰱸";
}
.mdi-emoticon-wink-outline:before {
  content: "󰱹";
}
.mdi-engine:before {
  content: "󰇺";
}
.mdi-engine-off:before {
  content: "󰩆";
}
.mdi-engine-off-outline:before {
  content: "󰩇";
}
.mdi-engine-outline:before {
  content: "󰇻";
}
.mdi-epsilon:before {
  content: "󱃠";
}
.mdi-equal:before {
  content: "󰇼";
}
.mdi-equal-box:before {
  content: "󰇽";
}
.mdi-equalizer:before {
  content: "󰺢";
}
.mdi-equalizer-outline:before {
  content: "󰺣";
}
.mdi-eraser:before {
  content: "󰇾";
}
.mdi-eraser-variant:before {
  content: "󰙂";
}
.mdi-escalator:before {
  content: "󰇿";
}
.mdi-escalator-box:before {
  content: "󱎙";
}
.mdi-escalator-down:before {
  content: "󱋀";
}
.mdi-escalator-up:before {
  content: "󱊿";
}
.mdi-eslint:before {
  content: "󰱺";
}
.mdi-et:before {
  content: "󰪳";
}
.mdi-ethereum:before {
  content: "󰡪";
}
.mdi-ethernet:before {
  content: "󰈀";
}
.mdi-ethernet-cable:before {
  content: "󰈁";
}
.mdi-ethernet-cable-off:before {
  content: "󰈂";
}
.mdi-ev-plug-ccs1:before {
  content: "󱔙";
}
.mdi-ev-plug-ccs2:before {
  content: "󱔚";
}
.mdi-ev-plug-chademo:before {
  content: "󱔛";
}
.mdi-ev-plug-tesla:before {
  content: "󱔜";
}
.mdi-ev-plug-type1:before {
  content: "󱔝";
}
.mdi-ev-plug-type2:before {
  content: "󱔞";
}
.mdi-ev-station:before {
  content: "󰗱";
}
.mdi-evernote:before {
  content: "󰈄";
}
.mdi-excavator:before {
  content: "󱀥";
}
.mdi-exclamation:before {
  content: "󰈅";
}
.mdi-exclamation-thick:before {
  content: "󱈸";
}
.mdi-exit-run:before {
  content: "󰩈";
}
.mdi-exit-to-app:before {
  content: "󰈆";
}
.mdi-expand-all:before {
  content: "󰪴";
}
.mdi-expand-all-outline:before {
  content: "󰪵";
}
.mdi-expansion-card:before {
  content: "󰢮";
}
.mdi-expansion-card-variant:before {
  content: "󰾲";
}
.mdi-exponent:before {
  content: "󰥣";
}
.mdi-exponent-box:before {
  content: "󰥤";
}
.mdi-export:before {
  content: "󰈇";
}
.mdi-export-variant:before {
  content: "󰮓";
}
.mdi-eye:before {
  content: "󰈈";
}
.mdi-eye-arrow-left:before {
  content: "󱣽";
}
.mdi-eye-arrow-left-outline:before {
  content: "󱣾";
}
.mdi-eye-arrow-right:before {
  content: "󱣿";
}
.mdi-eye-arrow-right-outline:before {
  content: "󱤀";
}
.mdi-eye-check:before {
  content: "󰴄";
}
.mdi-eye-check-outline:before {
  content: "󰴅";
}
.mdi-eye-circle:before {
  content: "󰮔";
}
.mdi-eye-circle-outline:before {
  content: "󰮕";
}
.mdi-eye-lock:before {
  content: "󱰆";
}
.mdi-eye-lock-open:before {
  content: "󱰇";
}
.mdi-eye-lock-open-outline:before {
  content: "󱰈";
}
.mdi-eye-lock-outline:before {
  content: "󱰉";
}
.mdi-eye-minus:before {
  content: "󱀦";
}
.mdi-eye-minus-outline:before {
  content: "󱀧";
}
.mdi-eye-off:before {
  content: "󰈉";
}
.mdi-eye-off-outline:before {
  content: "󰛑";
}
.mdi-eye-outline:before {
  content: "󰛐";
}
.mdi-eye-plus:before {
  content: "󰡫";
}
.mdi-eye-plus-outline:before {
  content: "󰡬";
}
.mdi-eye-refresh:before {
  content: "󱥼";
}
.mdi-eye-refresh-outline:before {
  content: "󱥽";
}
.mdi-eye-remove:before {
  content: "󱗣";
}
.mdi-eye-remove-outline:before {
  content: "󱗤";
}
.mdi-eye-settings:before {
  content: "󰡭";
}
.mdi-eye-settings-outline:before {
  content: "󰡮";
}
.mdi-eyedropper:before {
  content: "󰈊";
}
.mdi-eyedropper-minus:before {
  content: "󱏝";
}
.mdi-eyedropper-off:before {
  content: "󱏟";
}
.mdi-eyedropper-plus:before {
  content: "󱏜";
}
.mdi-eyedropper-remove:before {
  content: "󱏞";
}
.mdi-eyedropper-variant:before {
  content: "󰈋";
}
.mdi-face-agent:before {
  content: "󰵰";
}
.mdi-face-man:before {
  content: "󰙃";
}
.mdi-face-man-outline:before {
  content: "󰮖";
}
.mdi-face-man-profile:before {
  content: "󰙄";
}
.mdi-face-man-shimmer:before {
  content: "󱗌";
}
.mdi-face-man-shimmer-outline:before {
  content: "󱗍";
}
.mdi-face-mask:before {
  content: "󱖆";
}
.mdi-face-mask-outline:before {
  content: "󱖇";
}
.mdi-face-recognition:before {
  content: "󰱻";
}
.mdi-face-woman:before {
  content: "󱁷";
}
.mdi-face-woman-outline:before {
  content: "󱁸";
}
.mdi-face-woman-profile:before {
  content: "󱁶";
}
.mdi-face-woman-shimmer:before {
  content: "󱗎";
}
.mdi-face-woman-shimmer-outline:before {
  content: "󱗏";
}
.mdi-facebook:before {
  content: "󰈌";
}
.mdi-facebook-gaming:before {
  content: "󰟝";
}
.mdi-facebook-messenger:before {
  content: "󰈎";
}
.mdi-facebook-workplace:before {
  content: "󰬱";
}
.mdi-factory:before {
  content: "󰈏";
}
.mdi-family-tree:before {
  content: "󱘎";
}
.mdi-fan:before {
  content: "󰈐";
}
.mdi-fan-alert:before {
  content: "󱑬";
}
.mdi-fan-auto:before {
  content: "󱜝";
}
.mdi-fan-chevron-down:before {
  content: "󱑭";
}
.mdi-fan-chevron-up:before {
  content: "󱑮";
}
.mdi-fan-clock:before {
  content: "󱨺";
}
.mdi-fan-minus:before {
  content: "󱑰";
}
.mdi-fan-off:before {
  content: "󰠝";
}
.mdi-fan-plus:before {
  content: "󱑯";
}
.mdi-fan-remove:before {
  content: "󱑱";
}
.mdi-fan-speed-1:before {
  content: "󱑲";
}
.mdi-fan-speed-2:before {
  content: "󱑳";
}
.mdi-fan-speed-3:before {
  content: "󱑴";
}
.mdi-fast-forward:before {
  content: "󰈑";
}
.mdi-fast-forward-10:before {
  content: "󰵱";
}
.mdi-fast-forward-15:before {
  content: "󱤺";
}
.mdi-fast-forward-30:before {
  content: "󰴆";
}
.mdi-fast-forward-45:before {
  content: "󱬒";
}
.mdi-fast-forward-5:before {
  content: "󱇸";
}
.mdi-fast-forward-60:before {
  content: "󱘋";
}
.mdi-fast-forward-outline:before {
  content: "󰛒";
}
.mdi-faucet:before {
  content: "󱬩";
}
.mdi-faucet-variant:before {
  content: "󱬪";
}
.mdi-fax:before {
  content: "󰈒";
}
.mdi-feather:before {
  content: "󰛓";
}
.mdi-feature-search:before {
  content: "󰩉";
}
.mdi-feature-search-outline:before {
  content: "󰩊";
}
.mdi-fedora:before {
  content: "󰣛";
}
.mdi-fence:before {
  content: "󱞚";
}
.mdi-fence-electric:before {
  content: "󱟶";
}
.mdi-fencing:before {
  content: "󱓁";
}
.mdi-ferris-wheel:before {
  content: "󰺤";
}
.mdi-ferry:before {
  content: "󰈓";
}
.mdi-file:before {
  content: "󰈔";
}
.mdi-file-account:before {
  content: "󰜻";
}
.mdi-file-account-outline:before {
  content: "󱀨";
}
.mdi-file-alert:before {
  content: "󰩋";
}
.mdi-file-alert-outline:before {
  content: "󰩌";
}
.mdi-file-arrow-left-right:before {
  content: "󱪓";
}
.mdi-file-arrow-left-right-outline:before {
  content: "󱪔";
}
.mdi-file-arrow-up-down:before {
  content: "󱪕";
}
.mdi-file-arrow-up-down-outline:before {
  content: "󱪖";
}
.mdi-file-cabinet:before {
  content: "󰪶";
}
.mdi-file-cad:before {
  content: "󰻫";
}
.mdi-file-cad-box:before {
  content: "󰻬";
}
.mdi-file-cancel:before {
  content: "󰷆";
}
.mdi-file-cancel-outline:before {
  content: "󰷇";
}
.mdi-file-certificate:before {
  content: "󱆆";
}
.mdi-file-certificate-outline:before {
  content: "󱆇";
}
.mdi-file-chart:before {
  content: "󰈕";
}
.mdi-file-chart-check:before {
  content: "󱧆";
}
.mdi-file-chart-check-outline:before {
  content: "󱧇";
}
.mdi-file-chart-outline:before {
  content: "󱀩";
}
.mdi-file-check:before {
  content: "󰈖";
}
.mdi-file-check-outline:before {
  content: "󰸩";
}
.mdi-file-clock:before {
  content: "󱋡";
}
.mdi-file-clock-outline:before {
  content: "󱋢";
}
.mdi-file-cloud:before {
  content: "󰈗";
}
.mdi-file-cloud-outline:before {
  content: "󱀪";
}
.mdi-file-code:before {
  content: "󰈮";
}
.mdi-file-code-outline:before {
  content: "󱀫";
}
.mdi-file-cog:before {
  content: "󱁻";
}
.mdi-file-cog-outline:before {
  content: "󱁼";
}
.mdi-file-compare:before {
  content: "󰢪";
}
.mdi-file-delimited:before {
  content: "󰈘";
}
.mdi-file-delimited-outline:before {
  content: "󰺥";
}
.mdi-file-document:before {
  content: "󰈙";
}
.mdi-file-document-alert:before {
  content: "󱪗";
}
.mdi-file-document-alert-outline:before {
  content: "󱪘";
}
.mdi-file-document-arrow-right:before {
  content: "󱰏";
}
.mdi-file-document-arrow-right-outline:before {
  content: "󱰐";
}
.mdi-file-document-check:before {
  content: "󱪙";
}
.mdi-file-document-check-outline:before {
  content: "󱪚";
}
.mdi-file-document-edit:before {
  content: "󰷈";
}
.mdi-file-document-edit-outline:before {
  content: "󰷉";
}
.mdi-file-document-minus:before {
  content: "󱪛";
}
.mdi-file-document-minus-outline:before {
  content: "󱪜";
}
.mdi-file-document-multiple:before {
  content: "󱔗";
}
.mdi-file-document-multiple-outline:before {
  content: "󱔘";
}
.mdi-file-document-outline:before {
  content: "󰧮";
}
.mdi-file-document-plus:before {
  content: "󱪝";
}
.mdi-file-document-plus-outline:before {
  content: "󱪞";
}
.mdi-file-document-remove:before {
  content: "󱪟";
}
.mdi-file-document-remove-outline:before {
  content: "󱪠";
}
.mdi-file-download:before {
  content: "󰥥";
}
.mdi-file-download-outline:before {
  content: "󰥦";
}
.mdi-file-edit:before {
  content: "󱇧";
}
.mdi-file-edit-outline:before {
  content: "󱇨";
}
.mdi-file-excel:before {
  content: "󰈛";
}
.mdi-file-excel-box:before {
  content: "󰈜";
}
.mdi-file-excel-box-outline:before {
  content: "󱀬";
}
.mdi-file-excel-outline:before {
  content: "󱀭";
}
.mdi-file-export:before {
  content: "󰈝";
}
.mdi-file-export-outline:before {
  content: "󱀮";
}
.mdi-file-eye:before {
  content: "󰷊";
}
.mdi-file-eye-outline:before {
  content: "󰷋";
}
.mdi-file-find:before {
  content: "󰈞";
}
.mdi-file-find-outline:before {
  content: "󰮗";
}
.mdi-file-gif-box:before {
  content: "󰵸";
}
.mdi-file-hidden:before {
  content: "󰘓";
}
.mdi-file-image:before {
  content: "󰈟";
}
.mdi-file-image-marker:before {
  content: "󱝲";
}
.mdi-file-image-marker-outline:before {
  content: "󱝳";
}
.mdi-file-image-minus:before {
  content: "󱤻";
}
.mdi-file-image-minus-outline:before {
  content: "󱤼";
}
.mdi-file-image-outline:before {
  content: "󰺰";
}
.mdi-file-image-plus:before {
  content: "󱤽";
}
.mdi-file-image-plus-outline:before {
  content: "󱤾";
}
.mdi-file-image-remove:before {
  content: "󱤿";
}
.mdi-file-image-remove-outline:before {
  content: "󱥀";
}
.mdi-file-import:before {
  content: "󰈠";
}
.mdi-file-import-outline:before {
  content: "󱀯";
}
.mdi-file-jpg-box:before {
  content: "󰈥";
}
.mdi-file-key:before {
  content: "󱆄";
}
.mdi-file-key-outline:before {
  content: "󱆅";
}
.mdi-file-link:before {
  content: "󱅷";
}
.mdi-file-link-outline:before {
  content: "󱅸";
}
.mdi-file-lock:before {
  content: "󰈡";
}
.mdi-file-lock-open:before {
  content: "󱧈";
}
.mdi-file-lock-open-outline:before {
  content: "󱧉";
}
.mdi-file-lock-outline:before {
  content: "󱀰";
}
.mdi-file-marker:before {
  content: "󱝴";
}
.mdi-file-marker-outline:before {
  content: "󱝵";
}
.mdi-file-minus:before {
  content: "󱪡";
}
.mdi-file-minus-outline:before {
  content: "󱪢";
}
.mdi-file-move:before {
  content: "󰪹";
}
.mdi-file-move-outline:before {
  content: "󱀱";
}
.mdi-file-multiple:before {
  content: "󰈢";
}
.mdi-file-multiple-outline:before {
  content: "󱀲";
}
.mdi-file-music:before {
  content: "󰈣";
}
.mdi-file-music-outline:before {
  content: "󰸪";
}
.mdi-file-outline:before {
  content: "󰈤";
}
.mdi-file-pdf-box:before {
  content: "󰈦";
}
.mdi-file-percent:before {
  content: "󰠞";
}
.mdi-file-percent-outline:before {
  content: "󱀳";
}
.mdi-file-phone:before {
  content: "󱅹";
}
.mdi-file-phone-outline:before {
  content: "󱅺";
}
.mdi-file-plus:before {
  content: "󰝒";
}
.mdi-file-plus-outline:before {
  content: "󰻭";
}
.mdi-file-png-box:before {
  content: "󰸭";
}
.mdi-file-powerpoint:before {
  content: "󰈧";
}
.mdi-file-powerpoint-box:before {
  content: "󰈨";
}
.mdi-file-powerpoint-box-outline:before {
  content: "󱀴";
}
.mdi-file-powerpoint-outline:before {
  content: "󱀵";
}
.mdi-file-presentation-box:before {
  content: "󰈩";
}
.mdi-file-question:before {
  content: "󰡯";
}
.mdi-file-question-outline:before {
  content: "󱀶";
}
.mdi-file-refresh:before {
  content: "󰤘";
}
.mdi-file-refresh-outline:before {
  content: "󰕁";
}
.mdi-file-remove:before {
  content: "󰮘";
}
.mdi-file-remove-outline:before {
  content: "󱀷";
}
.mdi-file-replace:before {
  content: "󰬲";
}
.mdi-file-replace-outline:before {
  content: "󰬳";
}
.mdi-file-restore:before {
  content: "󰙰";
}
.mdi-file-restore-outline:before {
  content: "󱀸";
}
.mdi-file-rotate-left:before {
  content: "󱨻";
}
.mdi-file-rotate-left-outline:before {
  content: "󱨼";
}
.mdi-file-rotate-right:before {
  content: "󱨽";
}
.mdi-file-rotate-right-outline:before {
  content: "󱨾";
}
.mdi-file-search:before {
  content: "󰱼";
}
.mdi-file-search-outline:before {
  content: "󰱽";
}
.mdi-file-send:before {
  content: "󰈪";
}
.mdi-file-send-outline:before {
  content: "󱀹";
}
.mdi-file-settings:before {
  content: "󱁹";
}
.mdi-file-settings-outline:before {
  content: "󱁺";
}
.mdi-file-sign:before {
  content: "󱧃";
}
.mdi-file-star:before {
  content: "󱀺";
}
.mdi-file-star-outline:before {
  content: "󱀻";
}
.mdi-file-swap:before {
  content: "󰾴";
}
.mdi-file-swap-outline:before {
  content: "󰾵";
}
.mdi-file-sync:before {
  content: "󱈖";
}
.mdi-file-sync-outline:before {
  content: "󱈗";
}
.mdi-file-table:before {
  content: "󰱾";
}
.mdi-file-table-box:before {
  content: "󱃡";
}
.mdi-file-table-box-multiple:before {
  content: "󱃢";
}
.mdi-file-table-box-multiple-outline:before {
  content: "󱃣";
}
.mdi-file-table-box-outline:before {
  content: "󱃤";
}
.mdi-file-table-outline:before {
  content: "󰱿";
}
.mdi-file-tree:before {
  content: "󰙅";
}
.mdi-file-tree-outline:before {
  content: "󱏒";
}
.mdi-file-undo:before {
  content: "󰣜";
}
.mdi-file-undo-outline:before {
  content: "󱀼";
}
.mdi-file-upload:before {
  content: "󰩍";
}
.mdi-file-upload-outline:before {
  content: "󰩎";
}
.mdi-file-video:before {
  content: "󰈫";
}
.mdi-file-video-outline:before {
  content: "󰸬";
}
.mdi-file-word:before {
  content: "󰈬";
}
.mdi-file-word-box:before {
  content: "󰈭";
}
.mdi-file-word-box-outline:before {
  content: "󱀽";
}
.mdi-file-word-outline:before {
  content: "󱀾";
}
.mdi-file-xml-box:before {
  content: "󱭋";
}
.mdi-film:before {
  content: "󰈯";
}
.mdi-filmstrip:before {
  content: "󰈰";
}
.mdi-filmstrip-box:before {
  content: "󰌲";
}
.mdi-filmstrip-box-multiple:before {
  content: "󰴘";
}
.mdi-filmstrip-off:before {
  content: "󰈱";
}
.mdi-filter:before {
  content: "󰈲";
}
.mdi-filter-check:before {
  content: "󱣬";
}
.mdi-filter-check-outline:before {
  content: "󱣭";
}
.mdi-filter-cog:before {
  content: "󱪣";
}
.mdi-filter-cog-outline:before {
  content: "󱪤";
}
.mdi-filter-menu:before {
  content: "󱃥";
}
.mdi-filter-menu-outline:before {
  content: "󱃦";
}
.mdi-filter-minus:before {
  content: "󰻮";
}
.mdi-filter-minus-outline:before {
  content: "󰻯";
}
.mdi-filter-multiple:before {
  content: "󱨿";
}
.mdi-filter-multiple-outline:before {
  content: "󱩀";
}
.mdi-filter-off:before {
  content: "󱓯";
}
.mdi-filter-off-outline:before {
  content: "󱓰";
}
.mdi-filter-outline:before {
  content: "󰈳";
}
.mdi-filter-plus:before {
  content: "󰻰";
}
.mdi-filter-plus-outline:before {
  content: "󰻱";
}
.mdi-filter-remove:before {
  content: "󰈴";
}
.mdi-filter-remove-outline:before {
  content: "󰈵";
}
.mdi-filter-settings:before {
  content: "󱪥";
}
.mdi-filter-settings-outline:before {
  content: "󱪦";
}
.mdi-filter-variant:before {
  content: "󰈶";
}
.mdi-filter-variant-minus:before {
  content: "󱄒";
}
.mdi-filter-variant-plus:before {
  content: "󱄓";
}
.mdi-filter-variant-remove:before {
  content: "󱀿";
}
.mdi-finance:before {
  content: "󰠟";
}
.mdi-find-replace:before {
  content: "󰛔";
}
.mdi-fingerprint:before {
  content: "󰈷";
}
.mdi-fingerprint-off:before {
  content: "󰺱";
}
.mdi-fire:before {
  content: "󰈸";
}
.mdi-fire-alert:before {
  content: "󱗗";
}
.mdi-fire-circle:before {
  content: "󱠇";
}
.mdi-fire-extinguisher:before {
  content: "󰻲";
}
.mdi-fire-hydrant:before {
  content: "󱄷";
}
.mdi-fire-hydrant-alert:before {
  content: "󱄸";
}
.mdi-fire-hydrant-off:before {
  content: "󱄹";
}
.mdi-fire-off:before {
  content: "󱜢";
}
.mdi-fire-truck:before {
  content: "󰢫";
}
.mdi-firebase:before {
  content: "󰥧";
}
.mdi-firefox:before {
  content: "󰈹";
}
.mdi-fireplace:before {
  content: "󰸮";
}
.mdi-fireplace-off:before {
  content: "󰸯";
}
.mdi-firewire:before {
  content: "󰖾";
}
.mdi-firework:before {
  content: "󰸰";
}
.mdi-firework-off:before {
  content: "󱜣";
}
.mdi-fish:before {
  content: "󰈺";
}
.mdi-fish-off:before {
  content: "󱏳";
}
.mdi-fishbowl:before {
  content: "󰻳";
}
.mdi-fishbowl-outline:before {
  content: "󰻴";
}
.mdi-fit-to-page:before {
  content: "󰻵";
}
.mdi-fit-to-page-outline:before {
  content: "󰻶";
}
.mdi-fit-to-screen:before {
  content: "󱣴";
}
.mdi-fit-to-screen-outline:before {
  content: "󱣵";
}
.mdi-flag:before {
  content: "󰈻";
}
.mdi-flag-checkered:before {
  content: "󰈼";
}
.mdi-flag-minus:before {
  content: "󰮙";
}
.mdi-flag-minus-outline:before {
  content: "󱂲";
}
.mdi-flag-off:before {
  content: "󱣮";
}
.mdi-flag-off-outline:before {
  content: "󱣯";
}
.mdi-flag-outline:before {
  content: "󰈽";
}
.mdi-flag-plus:before {
  content: "󰮚";
}
.mdi-flag-plus-outline:before {
  content: "󱂳";
}
.mdi-flag-remove:before {
  content: "󰮛";
}
.mdi-flag-remove-outline:before {
  content: "󱂴";
}
.mdi-flag-triangle:before {
  content: "󰈿";
}
.mdi-flag-variant:before {
  content: "󰉀";
}
.mdi-flag-variant-minus:before {
  content: "󱮴";
}
.mdi-flag-variant-minus-outline:before {
  content: "󱮵";
}
.mdi-flag-variant-off:before {
  content: "󱮰";
}
.mdi-flag-variant-off-outline:before {
  content: "󱮱";
}
.mdi-flag-variant-outline:before {
  content: "󰈾";
}
.mdi-flag-variant-plus:before {
  content: "󱮲";
}
.mdi-flag-variant-plus-outline:before {
  content: "󱮳";
}
.mdi-flag-variant-remove:before {
  content: "󱮶";
}
.mdi-flag-variant-remove-outline:before {
  content: "󱮷";
}
.mdi-flare:before {
  content: "󰵲";
}
.mdi-flash:before {
  content: "󰉁";
}
.mdi-flash-alert:before {
  content: "󰻷";
}
.mdi-flash-alert-outline:before {
  content: "󰻸";
}
.mdi-flash-auto:before {
  content: "󰉂";
}
.mdi-flash-off:before {
  content: "󰉃";
}
.mdi-flash-off-outline:before {
  content: "󱭅";
}
.mdi-flash-outline:before {
  content: "󰛕";
}
.mdi-flash-red-eye:before {
  content: "󰙻";
}
.mdi-flash-triangle:before {
  content: "󱬝";
}
.mdi-flash-triangle-outline:before {
  content: "󱬞";
}
.mdi-flashlight:before {
  content: "󰉄";
}
.mdi-flashlight-off:before {
  content: "󰉅";
}
.mdi-flask:before {
  content: "󰂓";
}
.mdi-flask-empty:before {
  content: "󰂔";
}
.mdi-flask-empty-minus:before {
  content: "󱈺";
}
.mdi-flask-empty-minus-outline:before {
  content: "󱈻";
}
.mdi-flask-empty-off:before {
  content: "󱏴";
}
.mdi-flask-empty-off-outline:before {
  content: "󱏵";
}
.mdi-flask-empty-outline:before {
  content: "󰂕";
}
.mdi-flask-empty-plus:before {
  content: "󱈼";
}
.mdi-flask-empty-plus-outline:before {
  content: "󱈽";
}
.mdi-flask-empty-remove:before {
  content: "󱈾";
}
.mdi-flask-empty-remove-outline:before {
  content: "󱈿";
}
.mdi-flask-minus:before {
  content: "󱉀";
}
.mdi-flask-minus-outline:before {
  content: "󱉁";
}
.mdi-flask-off:before {
  content: "󱏶";
}
.mdi-flask-off-outline:before {
  content: "󱏷";
}
.mdi-flask-outline:before {
  content: "󰂖";
}
.mdi-flask-plus:before {
  content: "󱉂";
}
.mdi-flask-plus-outline:before {
  content: "󱉃";
}
.mdi-flask-remove:before {
  content: "󱉄";
}
.mdi-flask-remove-outline:before {
  content: "󱉅";
}
.mdi-flask-round-bottom:before {
  content: "󱉋";
}
.mdi-flask-round-bottom-empty:before {
  content: "󱉌";
}
.mdi-flask-round-bottom-empty-outline:before {
  content: "󱉍";
}
.mdi-flask-round-bottom-outline:before {
  content: "󱉎";
}
.mdi-fleur-de-lis:before {
  content: "󱌃";
}
.mdi-flip-horizontal:before {
  content: "󱃧";
}
.mdi-flip-to-back:before {
  content: "󰉇";
}
.mdi-flip-to-front:before {
  content: "󰉈";
}
.mdi-flip-vertical:before {
  content: "󱃨";
}
.mdi-floor-lamp:before {
  content: "󰣝";
}
.mdi-floor-lamp-dual:before {
  content: "󱁀";
}
.mdi-floor-lamp-dual-outline:before {
  content: "󱟎";
}
.mdi-floor-lamp-outline:before {
  content: "󱟈";
}
.mdi-floor-lamp-torchiere:before {
  content: "󱝇";
}
.mdi-floor-lamp-torchiere-outline:before {
  content: "󱟖";
}
.mdi-floor-lamp-torchiere-variant:before {
  content: "󱁁";
}
.mdi-floor-lamp-torchiere-variant-outline:before {
  content: "󱟏";
}
.mdi-floor-plan:before {
  content: "󰠡";
}
.mdi-floppy:before {
  content: "󰉉";
}
.mdi-floppy-variant:before {
  content: "󰧯";
}
.mdi-flower:before {
  content: "󰉊";
}
.mdi-flower-outline:before {
  content: "󰧰";
}
.mdi-flower-pollen:before {
  content: "󱢅";
}
.mdi-flower-pollen-outline:before {
  content: "󱢆";
}
.mdi-flower-poppy:before {
  content: "󰴈";
}
.mdi-flower-tulip:before {
  content: "󰧱";
}
.mdi-flower-tulip-outline:before {
  content: "󰧲";
}
.mdi-focus-auto:before {
  content: "󰽎";
}
.mdi-focus-field:before {
  content: "󰽏";
}
.mdi-focus-field-horizontal:before {
  content: "󰽐";
}
.mdi-focus-field-vertical:before {
  content: "󰽑";
}
.mdi-folder:before {
  content: "󰉋";
}
.mdi-folder-account:before {
  content: "󰉌";
}
.mdi-folder-account-outline:before {
  content: "󰮜";
}
.mdi-folder-alert:before {
  content: "󰷌";
}
.mdi-folder-alert-outline:before {
  content: "󰷍";
}
.mdi-folder-arrow-down:before {
  content: "󱧨";
}
.mdi-folder-arrow-down-outline:before {
  content: "󱧩";
}
.mdi-folder-arrow-left:before {
  content: "󱧪";
}
.mdi-folder-arrow-left-outline:before {
  content: "󱧫";
}
.mdi-folder-arrow-left-right:before {
  content: "󱧬";
}
.mdi-folder-arrow-left-right-outline:before {
  content: "󱧭";
}
.mdi-folder-arrow-right:before {
  content: "󱧮";
}
.mdi-folder-arrow-right-outline:before {
  content: "󱧯";
}
.mdi-folder-arrow-up:before {
  content: "󱧰";
}
.mdi-folder-arrow-up-down:before {
  content: "󱧱";
}
.mdi-folder-arrow-up-down-outline:before {
  content: "󱧲";
}
.mdi-folder-arrow-up-outline:before {
  content: "󱧳";
}
.mdi-folder-cancel:before {
  content: "󱧴";
}
.mdi-folder-cancel-outline:before {
  content: "󱧵";
}
.mdi-folder-check:before {
  content: "󱥾";
}
.mdi-folder-check-outline:before {
  content: "󱥿";
}
.mdi-folder-clock:before {
  content: "󰪺";
}
.mdi-folder-clock-outline:before {
  content: "󰪻";
}
.mdi-folder-cog:before {
  content: "󱁿";
}
.mdi-folder-cog-outline:before {
  content: "󱂀";
}
.mdi-folder-download:before {
  content: "󰉍";
}
.mdi-folder-download-outline:before {
  content: "󱃩";
}
.mdi-folder-edit:before {
  content: "󰣞";
}
.mdi-folder-edit-outline:before {
  content: "󰷎";
}
.mdi-folder-eye:before {
  content: "󱞊";
}
.mdi-folder-eye-outline:before {
  content: "󱞋";
}
.mdi-folder-file:before {
  content: "󱧶";
}
.mdi-folder-file-outline:before {
  content: "󱧷";
}
.mdi-folder-google-drive:before {
  content: "󰉎";
}
.mdi-folder-heart:before {
  content: "󱃪";
}
.mdi-folder-heart-outline:before {
  content: "󱃫";
}
.mdi-folder-hidden:before {
  content: "󱞞";
}
.mdi-folder-home:before {
  content: "󱂵";
}
.mdi-folder-home-outline:before {
  content: "󱂶";
}
.mdi-folder-image:before {
  content: "󰉏";
}
.mdi-folder-information:before {
  content: "󱂷";
}
.mdi-folder-information-outline:before {
  content: "󱂸";
}
.mdi-folder-key:before {
  content: "󰢬";
}
.mdi-folder-key-network:before {
  content: "󰢭";
}
.mdi-folder-key-network-outline:before {
  content: "󰲀";
}
.mdi-folder-key-outline:before {
  content: "󱃬";
}
.mdi-folder-lock:before {
  content: "󰉐";
}
.mdi-folder-lock-open:before {
  content: "󰉑";
}
.mdi-folder-lock-open-outline:before {
  content: "󱪧";
}
.mdi-folder-lock-outline:before {
  content: "󱪨";
}
.mdi-folder-marker:before {
  content: "󱉭";
}
.mdi-folder-marker-outline:before {
  content: "󱉮";
}
.mdi-folder-minus:before {
  content: "󱭉";
}
.mdi-folder-minus-outline:before {
  content: "󱭊";
}
.mdi-folder-move:before {
  content: "󰉒";
}
.mdi-folder-move-outline:before {
  content: "󱉆";
}
.mdi-folder-multiple:before {
  content: "󰉓";
}
.mdi-folder-multiple-image:before {
  content: "󰉔";
}
.mdi-folder-multiple-outline:before {
  content: "󰉕";
}
.mdi-folder-multiple-plus:before {
  content: "󱑾";
}
.mdi-folder-multiple-plus-outline:before {
  content: "󱑿";
}
.mdi-folder-music:before {
  content: "󱍙";
}
.mdi-folder-music-outline:before {
  content: "󱍚";
}
.mdi-folder-network:before {
  content: "󰡰";
}
.mdi-folder-network-outline:before {
  content: "󰲁";
}
.mdi-folder-off:before {
  content: "󱧸";
}
.mdi-folder-off-outline:before {
  content: "󱧹";
}
.mdi-folder-open:before {
  content: "󰝰";
}
.mdi-folder-open-outline:before {
  content: "󰷏";
}
.mdi-folder-outline:before {
  content: "󰉖";
}
.mdi-folder-play:before {
  content: "󱧺";
}
.mdi-folder-play-outline:before {
  content: "󱧻";
}
.mdi-folder-plus:before {
  content: "󰉗";
}
.mdi-folder-plus-outline:before {
  content: "󰮝";
}
.mdi-folder-pound:before {
  content: "󰴉";
}
.mdi-folder-pound-outline:before {
  content: "󰴊";
}
.mdi-folder-question:before {
  content: "󱧊";
}
.mdi-folder-question-outline:before {
  content: "󱧋";
}
.mdi-folder-refresh:before {
  content: "󰝉";
}
.mdi-folder-refresh-outline:before {
  content: "󰕂";
}
.mdi-folder-remove:before {
  content: "󰉘";
}
.mdi-folder-remove-outline:before {
  content: "󰮞";
}
.mdi-folder-search:before {
  content: "󰥨";
}
.mdi-folder-search-outline:before {
  content: "󰥩";
}
.mdi-folder-settings:before {
  content: "󱁽";
}
.mdi-folder-settings-outline:before {
  content: "󱁾";
}
.mdi-folder-star:before {
  content: "󰚝";
}
.mdi-folder-star-multiple:before {
  content: "󱏓";
}
.mdi-folder-star-multiple-outline:before {
  content: "󱏔";
}
.mdi-folder-star-outline:before {
  content: "󰮟";
}
.mdi-folder-swap:before {
  content: "󰾶";
}
.mdi-folder-swap-outline:before {
  content: "󰾷";
}
.mdi-folder-sync:before {
  content: "󰴋";
}
.mdi-folder-sync-outline:before {
  content: "󰴌";
}
.mdi-folder-table:before {
  content: "󱋣";
}
.mdi-folder-table-outline:before {
  content: "󱋤";
}
.mdi-folder-text:before {
  content: "󰲂";
}
.mdi-folder-text-outline:before {
  content: "󰲃";
}
.mdi-folder-upload:before {
  content: "󰉙";
}
.mdi-folder-upload-outline:before {
  content: "󱃭";
}
.mdi-folder-wrench:before {
  content: "󱧼";
}
.mdi-folder-wrench-outline:before {
  content: "󱧽";
}
.mdi-folder-zip:before {
  content: "󰛫";
}
.mdi-folder-zip-outline:before {
  content: "󰞹";
}
.mdi-font-awesome:before {
  content: "󰀺";
}
.mdi-food:before {
  content: "󰉚";
}
.mdi-food-apple:before {
  content: "󰉛";
}
.mdi-food-apple-outline:before {
  content: "󰲄";
}
.mdi-food-croissant:before {
  content: "󰟈";
}
.mdi-food-drumstick:before {
  content: "󱐟";
}
.mdi-food-drumstick-off:before {
  content: "󱑨";
}
.mdi-food-drumstick-off-outline:before {
  content: "󱑩";
}
.mdi-food-drumstick-outline:before {
  content: "󱐠";
}
.mdi-food-fork-drink:before {
  content: "󰗲";
}
.mdi-food-halal:before {
  content: "󱕲";
}
.mdi-food-hot-dog:before {
  content: "󱡋";
}
.mdi-food-kosher:before {
  content: "󱕳";
}
.mdi-food-off:before {
  content: "󰗳";
}
.mdi-food-off-outline:before {
  content: "󱤕";
}
.mdi-food-outline:before {
  content: "󱤖";
}
.mdi-food-steak:before {
  content: "󱑪";
}
.mdi-food-steak-off:before {
  content: "󱑫";
}
.mdi-food-takeout-box:before {
  content: "󱠶";
}
.mdi-food-takeout-box-outline:before {
  content: "󱠷";
}
.mdi-food-turkey:before {
  content: "󱜜";
}
.mdi-food-variant:before {
  content: "󰉜";
}
.mdi-food-variant-off:before {
  content: "󱏥";
}
.mdi-foot-print:before {
  content: "󰽒";
}
.mdi-football:before {
  content: "󰉝";
}
.mdi-football-australian:before {
  content: "󰉞";
}
.mdi-football-helmet:before {
  content: "󰉟";
}
.mdi-forest:before {
  content: "󱢗";
}
.mdi-forklift:before {
  content: "󰟉";
}
.mdi-form-dropdown:before {
  content: "󱐀";
}
.mdi-form-select:before {
  content: "󱐁";
}
.mdi-form-textarea:before {
  content: "󱂕";
}
.mdi-form-textbox:before {
  content: "󰘎";
}
.mdi-form-textbox-lock:before {
  content: "󱍝";
}
.mdi-form-textbox-password:before {
  content: "󰟵";
}
.mdi-format-align-bottom:before {
  content: "󰝓";
}
.mdi-format-align-center:before {
  content: "󰉠";
}
.mdi-format-align-justify:before {
  content: "󰉡";
}
.mdi-format-align-left:before {
  content: "󰉢";
}
.mdi-format-align-middle:before {
  content: "󰝔";
}
.mdi-format-align-right:before {
  content: "󰉣";
}
.mdi-format-align-top:before {
  content: "󰝕";
}
.mdi-format-annotation-minus:before {
  content: "󰪼";
}
.mdi-format-annotation-plus:before {
  content: "󰙆";
}
.mdi-format-bold:before {
  content: "󰉤";
}
.mdi-format-clear:before {
  content: "󰉥";
}
.mdi-format-color-fill:before {
  content: "󰉦";
}
.mdi-format-color-highlight:before {
  content: "󰸱";
}
.mdi-format-color-marker-cancel:before {
  content: "󱌓";
}
.mdi-format-color-text:before {
  content: "󰚞";
}
.mdi-format-columns:before {
  content: "󰣟";
}
.mdi-format-float-center:before {
  content: "󰉧";
}
.mdi-format-float-left:before {
  content: "󰉨";
}
.mdi-format-float-none:before {
  content: "󰉩";
}
.mdi-format-float-right:before {
  content: "󰉪";
}
.mdi-format-font:before {
  content: "󰛖";
}
.mdi-format-font-size-decrease:before {
  content: "󰧳";
}
.mdi-format-font-size-increase:before {
  content: "󰧴";
}
.mdi-format-header-1:before {
  content: "󰉫";
}
.mdi-format-header-2:before {
  content: "󰉬";
}
.mdi-format-header-3:before {
  content: "󰉭";
}
.mdi-format-header-4:before {
  content: "󰉮";
}
.mdi-format-header-5:before {
  content: "󰉯";
}
.mdi-format-header-6:before {
  content: "󰉰";
}
.mdi-format-header-decrease:before {
  content: "󰉱";
}
.mdi-format-header-equal:before {
  content: "󰉲";
}
.mdi-format-header-increase:before {
  content: "󰉳";
}
.mdi-format-header-pound:before {
  content: "󰉴";
}
.mdi-format-horizontal-align-center:before {
  content: "󰘞";
}
.mdi-format-horizontal-align-left:before {
  content: "󰘟";
}
.mdi-format-horizontal-align-right:before {
  content: "󰘠";
}
.mdi-format-indent-decrease:before {
  content: "󰉵";
}
.mdi-format-indent-increase:before {
  content: "󰉶";
}
.mdi-format-italic:before {
  content: "󰉷";
}
.mdi-format-letter-case:before {
  content: "󰬴";
}
.mdi-format-letter-case-lower:before {
  content: "󰬵";
}
.mdi-format-letter-case-upper:before {
  content: "󰬶";
}
.mdi-format-letter-ends-with:before {
  content: "󰾸";
}
.mdi-format-letter-matches:before {
  content: "󰾹";
}
.mdi-format-letter-spacing:before {
  content: "󱥖";
}
.mdi-format-letter-spacing-variant:before {
  content: "󱫻";
}
.mdi-format-letter-starts-with:before {
  content: "󰾺";
}
.mdi-format-line-height:before {
  content: "󱫼";
}
.mdi-format-line-spacing:before {
  content: "󰉸";
}
.mdi-format-line-style:before {
  content: "󰗈";
}
.mdi-format-line-weight:before {
  content: "󰗉";
}
.mdi-format-list-bulleted:before {
  content: "󰉹";
}
.mdi-format-list-bulleted-square:before {
  content: "󰷐";
}
.mdi-format-list-bulleted-triangle:before {
  content: "󰺲";
}
.mdi-format-list-bulleted-type:before {
  content: "󰉺";
}
.mdi-format-list-checkbox:before {
  content: "󰥪";
}
.mdi-format-list-checks:before {
  content: "󰝖";
}
.mdi-format-list-group:before {
  content: "󱡠";
}
.mdi-format-list-group-plus:before {
  content: "󱭖";
}
.mdi-format-list-numbered:before {
  content: "󰉻";
}
.mdi-format-list-numbered-rtl:before {
  content: "󰴍";
}
.mdi-format-list-text:before {
  content: "󱉯";
}
.mdi-format-overline:before {
  content: "󰺳";
}
.mdi-format-page-break:before {
  content: "󰛗";
}
.mdi-format-page-split:before {
  content: "󱤗";
}
.mdi-format-paint:before {
  content: "󰉼";
}
.mdi-format-paragraph:before {
  content: "󰉽";
}
.mdi-format-paragraph-spacing:before {
  content: "󱫽";
}
.mdi-format-pilcrow:before {
  content: "󰛘";
}
.mdi-format-pilcrow-arrow-left:before {
  content: "󰊆";
}
.mdi-format-pilcrow-arrow-right:before {
  content: "󰊅";
}
.mdi-format-quote-close:before {
  content: "󰉾";
}
.mdi-format-quote-close-outline:before {
  content: "󱆨";
}
.mdi-format-quote-open:before {
  content: "󰝗";
}
.mdi-format-quote-open-outline:before {
  content: "󱆧";
}
.mdi-format-rotate-90:before {
  content: "󰚪";
}
.mdi-format-section:before {
  content: "󰚟";
}
.mdi-format-size:before {
  content: "󰉿";
}
.mdi-format-strikethrough:before {
  content: "󰊀";
}
.mdi-format-strikethrough-variant:before {
  content: "󰊁";
}
.mdi-format-subscript:before {
  content: "󰊂";
}
.mdi-format-superscript:before {
  content: "󰊃";
}
.mdi-format-text:before {
  content: "󰊄";
}
.mdi-format-text-rotation-angle-down:before {
  content: "󰾻";
}
.mdi-format-text-rotation-angle-up:before {
  content: "󰾼";
}
.mdi-format-text-rotation-down:before {
  content: "󰵳";
}
.mdi-format-text-rotation-down-vertical:before {
  content: "󰾽";
}
.mdi-format-text-rotation-none:before {
  content: "󰵴";
}
.mdi-format-text-rotation-up:before {
  content: "󰾾";
}
.mdi-format-text-rotation-vertical:before {
  content: "󰾿";
}
.mdi-format-text-variant:before {
  content: "󰸲";
}
.mdi-format-text-variant-outline:before {
  content: "󱔏";
}
.mdi-format-text-wrapping-clip:before {
  content: "󰴎";
}
.mdi-format-text-wrapping-overflow:before {
  content: "󰴏";
}
.mdi-format-text-wrapping-wrap:before {
  content: "󰴐";
}
.mdi-format-textbox:before {
  content: "󰴑";
}
.mdi-format-title:before {
  content: "󰗴";
}
.mdi-format-underline:before {
  content: "󰊇";
}
.mdi-format-underline-wavy:before {
  content: "󱣩";
}
.mdi-format-vertical-align-bottom:before {
  content: "󰘡";
}
.mdi-format-vertical-align-center:before {
  content: "󰘢";
}
.mdi-format-vertical-align-top:before {
  content: "󰘣";
}
.mdi-format-wrap-inline:before {
  content: "󰊈";
}
.mdi-format-wrap-square:before {
  content: "󰊉";
}
.mdi-format-wrap-tight:before {
  content: "󰊊";
}
.mdi-format-wrap-top-bottom:before {
  content: "󰊋";
}
.mdi-forum:before {
  content: "󰊌";
}
.mdi-forum-minus:before {
  content: "󱪩";
}
.mdi-forum-minus-outline:before {
  content: "󱪪";
}
.mdi-forum-outline:before {
  content: "󰠢";
}
.mdi-forum-plus:before {
  content: "󱪫";
}
.mdi-forum-plus-outline:before {
  content: "󱪬";
}
.mdi-forum-remove:before {
  content: "󱪭";
}
.mdi-forum-remove-outline:before {
  content: "󱪮";
}
.mdi-forward:before {
  content: "󰊍";
}
.mdi-forwardburger:before {
  content: "󰵵";
}
.mdi-fountain:before {
  content: "󰥫";
}
.mdi-fountain-pen:before {
  content: "󰴒";
}
.mdi-fountain-pen-tip:before {
  content: "󰴓";
}
.mdi-fraction-one-half:before {
  content: "󱦒";
}
.mdi-freebsd:before {
  content: "󰣠";
}
.mdi-french-fries:before {
  content: "󱥗";
}
.mdi-frequently-asked-questions:before {
  content: "󰺴";
}
.mdi-fridge:before {
  content: "󰊐";
}
.mdi-fridge-alert:before {
  content: "󱆱";
}
.mdi-fridge-alert-outline:before {
  content: "󱆲";
}
.mdi-fridge-bottom:before {
  content: "󰊒";
}
.mdi-fridge-industrial:before {
  content: "󱗮";
}
.mdi-fridge-industrial-alert:before {
  content: "󱗯";
}
.mdi-fridge-industrial-alert-outline:before {
  content: "󱗰";
}
.mdi-fridge-industrial-off:before {
  content: "󱗱";
}
.mdi-fridge-industrial-off-outline:before {
  content: "󱗲";
}
.mdi-fridge-industrial-outline:before {
  content: "󱗳";
}
.mdi-fridge-off:before {
  content: "󱆯";
}
.mdi-fridge-off-outline:before {
  content: "󱆰";
}
.mdi-fridge-outline:before {
  content: "󰊏";
}
.mdi-fridge-top:before {
  content: "󰊑";
}
.mdi-fridge-variant:before {
  content: "󱗴";
}
.mdi-fridge-variant-alert:before {
  content: "󱗵";
}
.mdi-fridge-variant-alert-outline:before {
  content: "󱗶";
}
.mdi-fridge-variant-off:before {
  content: "󱗷";
}
.mdi-fridge-variant-off-outline:before {
  content: "󱗸";
}
.mdi-fridge-variant-outline:before {
  content: "󱗹";
}
.mdi-fruit-cherries:before {
  content: "󱁂";
}
.mdi-fruit-cherries-off:before {
  content: "󱏸";
}
.mdi-fruit-citrus:before {
  content: "󱁃";
}
.mdi-fruit-citrus-off:before {
  content: "󱏹";
}
.mdi-fruit-grapes:before {
  content: "󱁄";
}
.mdi-fruit-grapes-outline:before {
  content: "󱁅";
}
.mdi-fruit-pear:before {
  content: "󱨎";
}
.mdi-fruit-pineapple:before {
  content: "󱁆";
}
.mdi-fruit-watermelon:before {
  content: "󱁇";
}
.mdi-fuel:before {
  content: "󰟊";
}
.mdi-fuel-cell:before {
  content: "󱢵";
}
.mdi-fullscreen:before {
  content: "󰊓";
}
.mdi-fullscreen-exit:before {
  content: "󰊔";
}
.mdi-function:before {
  content: "󰊕";
}
.mdi-function-variant:before {
  content: "󰡱";
}
.mdi-furigana-horizontal:before {
  content: "󱂁";
}
.mdi-furigana-vertical:before {
  content: "󱂂";
}
.mdi-fuse:before {
  content: "󰲅";
}
.mdi-fuse-alert:before {
  content: "󱐭";
}
.mdi-fuse-blade:before {
  content: "󰲆";
}
.mdi-fuse-off:before {
  content: "󱐬";
}
.mdi-gamepad:before {
  content: "󰊖";
}
.mdi-gamepad-circle:before {
  content: "󰸳";
}
.mdi-gamepad-circle-down:before {
  content: "󰸴";
}
.mdi-gamepad-circle-left:before {
  content: "󰸵";
}
.mdi-gamepad-circle-outline:before {
  content: "󰸶";
}
.mdi-gamepad-circle-right:before {
  content: "󰸷";
}
.mdi-gamepad-circle-up:before {
  content: "󰸸";
}
.mdi-gamepad-down:before {
  content: "󰸹";
}
.mdi-gamepad-left:before {
  content: "󰸺";
}
.mdi-gamepad-outline:before {
  content: "󱤙";
}
.mdi-gamepad-right:before {
  content: "󰸻";
}
.mdi-gamepad-round:before {
  content: "󰸼";
}
.mdi-gamepad-round-down:before {
  content: "󰸽";
}
.mdi-gamepad-round-left:before {
  content: "󰸾";
}
.mdi-gamepad-round-outline:before {
  content: "󰸿";
}
.mdi-gamepad-round-right:before {
  content: "󰹀";
}
.mdi-gamepad-round-up:before {
  content: "󰹁";
}
.mdi-gamepad-square:before {
  content: "󰺵";
}
.mdi-gamepad-square-outline:before {
  content: "󰺶";
}
.mdi-gamepad-up:before {
  content: "󰹂";
}
.mdi-gamepad-variant:before {
  content: "󰊗";
}
.mdi-gamepad-variant-outline:before {
  content: "󰺷";
}
.mdi-gamma:before {
  content: "󱃮";
}
.mdi-gantry-crane:before {
  content: "󰷑";
}
.mdi-garage:before {
  content: "󰛙";
}
.mdi-garage-alert:before {
  content: "󰡲";
}
.mdi-garage-alert-variant:before {
  content: "󱋕";
}
.mdi-garage-lock:before {
  content: "󱟻";
}
.mdi-garage-open:before {
  content: "󰛚";
}
.mdi-garage-open-variant:before {
  content: "󱋔";
}
.mdi-garage-variant:before {
  content: "󱋓";
}
.mdi-garage-variant-lock:before {
  content: "󱟼";
}
.mdi-gas-burner:before {
  content: "󱨛";
}
.mdi-gas-cylinder:before {
  content: "󰙇";
}
.mdi-gas-station:before {
  content: "󰊘";
}
.mdi-gas-station-off:before {
  content: "󱐉";
}
.mdi-gas-station-off-outline:before {
  content: "󱐊";
}
.mdi-gas-station-outline:before {
  content: "󰺸";
}
.mdi-gate:before {
  content: "󰊙";
}
.mdi-gate-alert:before {
  content: "󱟸";
}
.mdi-gate-and:before {
  content: "󰣡";
}
.mdi-gate-arrow-left:before {
  content: "󱟷";
}
.mdi-gate-arrow-right:before {
  content: "󱅩";
}
.mdi-gate-buffer:before {
  content: "󱫾";
}
.mdi-gate-nand:before {
  content: "󰣢";
}
.mdi-gate-nor:before {
  content: "󰣣";
}
.mdi-gate-not:before {
  content: "󰣤";
}
.mdi-gate-open:before {
  content: "󱅪";
}
.mdi-gate-or:before {
  content: "󰣥";
}
.mdi-gate-xnor:before {
  content: "󰣦";
}
.mdi-gate-xor:before {
  content: "󰣧";
}
.mdi-gatsby:before {
  content: "󰹃";
}
.mdi-gauge:before {
  content: "󰊚";
}
.mdi-gauge-empty:before {
  content: "󰡳";
}
.mdi-gauge-full:before {
  content: "󰡴";
}
.mdi-gauge-low:before {
  content: "󰡵";
}
.mdi-gavel:before {
  content: "󰊛";
}
.mdi-gender-female:before {
  content: "󰊜";
}
.mdi-gender-male:before {
  content: "󰊝";
}
.mdi-gender-male-female:before {
  content: "󰊞";
}
.mdi-gender-male-female-variant:before {
  content: "󱄿";
}
.mdi-gender-non-binary:before {
  content: "󱅀";
}
.mdi-gender-transgender:before {
  content: "󰊟";
}
.mdi-gentoo:before {
  content: "󰣨";
}
.mdi-gesture:before {
  content: "󰟋";
}
.mdi-gesture-double-tap:before {
  content: "󰜼";
}
.mdi-gesture-pinch:before {
  content: "󰪽";
}
.mdi-gesture-spread:before {
  content: "󰪾";
}
.mdi-gesture-swipe:before {
  content: "󰵶";
}
.mdi-gesture-swipe-down:before {
  content: "󰜽";
}
.mdi-gesture-swipe-horizontal:before {
  content: "󰪿";
}
.mdi-gesture-swipe-left:before {
  content: "󰜾";
}
.mdi-gesture-swipe-right:before {
  content: "󰜿";
}
.mdi-gesture-swipe-up:before {
  content: "󰝀";
}
.mdi-gesture-swipe-vertical:before {
  content: "󰫀";
}
.mdi-gesture-tap:before {
  content: "󰝁";
}
.mdi-gesture-tap-box:before {
  content: "󱊩";
}
.mdi-gesture-tap-button:before {
  content: "󱊨";
}
.mdi-gesture-tap-hold:before {
  content: "󰵷";
}
.mdi-gesture-two-double-tap:before {
  content: "󰝂";
}
.mdi-gesture-two-tap:before {
  content: "󰝃";
}
.mdi-ghost:before {
  content: "󰊠";
}
.mdi-ghost-off:before {
  content: "󰧵";
}
.mdi-ghost-off-outline:before {
  content: "󱙜";
}
.mdi-ghost-outline:before {
  content: "󱙝";
}
.mdi-gift:before {
  content: "󰹄";
}
.mdi-gift-off:before {
  content: "󱛯";
}
.mdi-gift-off-outline:before {
  content: "󱛰";
}
.mdi-gift-open:before {
  content: "󱛱";
}
.mdi-gift-open-outline:before {
  content: "󱛲";
}
.mdi-gift-outline:before {
  content: "󰊡";
}
.mdi-git:before {
  content: "󰊢";
}
.mdi-github:before {
  content: "󰊤";
}
.mdi-gitlab:before {
  content: "󰮠";
}
.mdi-glass-cocktail:before {
  content: "󰍖";
}
.mdi-glass-cocktail-off:before {
  content: "󱗦";
}
.mdi-glass-flute:before {
  content: "󰊥";
}
.mdi-glass-fragile:before {
  content: "󱡳";
}
.mdi-glass-mug:before {
  content: "󰊦";
}
.mdi-glass-mug-off:before {
  content: "󱗧";
}
.mdi-glass-mug-variant:before {
  content: "󱄖";
}
.mdi-glass-mug-variant-off:before {
  content: "󱗨";
}
.mdi-glass-pint-outline:before {
  content: "󱌍";
}
.mdi-glass-stange:before {
  content: "󰊧";
}
.mdi-glass-tulip:before {
  content: "󰊨";
}
.mdi-glass-wine:before {
  content: "󰡶";
}
.mdi-glasses:before {
  content: "󰊪";
}
.mdi-globe-light:before {
  content: "󰙯";
}
.mdi-globe-light-outline:before {
  content: "󱋗";
}
.mdi-globe-model:before {
  content: "󰣩";
}
.mdi-gmail:before {
  content: "󰊫";
}
.mdi-gnome:before {
  content: "󰊬";
}
.mdi-go-kart:before {
  content: "󰵹";
}
.mdi-go-kart-track:before {
  content: "󰵺";
}
.mdi-gog:before {
  content: "󰮡";
}
.mdi-gold:before {
  content: "󱉏";
}
.mdi-golf:before {
  content: "󰠣";
}
.mdi-golf-cart:before {
  content: "󱆤";
}
.mdi-golf-tee:before {
  content: "󱂃";
}
.mdi-gondola:before {
  content: "󰚆";
}
.mdi-goodreads:before {
  content: "󰵻";
}
.mdi-google:before {
  content: "󰊭";
}
.mdi-google-ads:before {
  content: "󰲇";
}
.mdi-google-analytics:before {
  content: "󰟌";
}
.mdi-google-assistant:before {
  content: "󰟍";
}
.mdi-google-cardboard:before {
  content: "󰊮";
}
.mdi-google-chrome:before {
  content: "󰊯";
}
.mdi-google-circles:before {
  content: "󰊰";
}
.mdi-google-circles-communities:before {
  content: "󰊱";
}
.mdi-google-circles-extended:before {
  content: "󰊲";
}
.mdi-google-circles-group:before {
  content: "󰊳";
}
.mdi-google-classroom:before {
  content: "󰋀";
}
.mdi-google-cloud:before {
  content: "󱇶";
}
.mdi-google-downasaur:before {
  content: "󱍢";
}
.mdi-google-drive:before {
  content: "󰊶";
}
.mdi-google-earth:before {
  content: "󰊷";
}
.mdi-google-fit:before {
  content: "󰥬";
}
.mdi-google-glass:before {
  content: "󰊸";
}
.mdi-google-hangouts:before {
  content: "󰋉";
}
.mdi-google-keep:before {
  content: "󰛜";
}
.mdi-google-lens:before {
  content: "󰧶";
}
.mdi-google-maps:before {
  content: "󰗵";
}
.mdi-google-my-business:before {
  content: "󱁈";
}
.mdi-google-nearby:before {
  content: "󰊹";
}
.mdi-google-play:before {
  content: "󰊼";
}
.mdi-google-plus:before {
  content: "󰊽";
}
.mdi-google-podcast:before {
  content: "󰺹";
}
.mdi-google-spreadsheet:before {
  content: "󰧷";
}
.mdi-google-street-view:before {
  content: "󰲈";
}
.mdi-google-translate:before {
  content: "󰊿";
}
.mdi-gradient-horizontal:before {
  content: "󱝊";
}
.mdi-gradient-vertical:before {
  content: "󰚠";
}
.mdi-grain:before {
  content: "󰵼";
}
.mdi-graph:before {
  content: "󱁉";
}
.mdi-graph-outline:before {
  content: "󱁊";
}
.mdi-graphql:before {
  content: "󰡷";
}
.mdi-grass:before {
  content: "󱔐";
}
.mdi-grave-stone:before {
  content: "󰮢";
}
.mdi-grease-pencil:before {
  content: "󰙈";
}
.mdi-greater-than:before {
  content: "󰥭";
}
.mdi-greater-than-or-equal:before {
  content: "󰥮";
}
.mdi-greenhouse:before {
  content: "󰀭";
}
.mdi-grid:before {
  content: "󰋁";
}
.mdi-grid-large:before {
  content: "󰝘";
}
.mdi-grid-off:before {
  content: "󰋂";
}
.mdi-grill:before {
  content: "󰹅";
}
.mdi-grill-outline:before {
  content: "󱆊";
}
.mdi-group:before {
  content: "󰋃";
}
.mdi-guitar-acoustic:before {
  content: "󰝱";
}
.mdi-guitar-electric:before {
  content: "󰋄";
}
.mdi-guitar-pick:before {
  content: "󰋅";
}
.mdi-guitar-pick-outline:before {
  content: "󰋆";
}
.mdi-guy-fawkes-mask:before {
  content: "󰠥";
}
.mdi-gymnastics:before {
  content: "󱩁";
}
.mdi-hail:before {
  content: "󰫁";
}
.mdi-hair-dryer:before {
  content: "󱃯";
}
.mdi-hair-dryer-outline:before {
  content: "󱃰";
}
.mdi-halloween:before {
  content: "󰮣";
}
.mdi-hamburger:before {
  content: "󰚅";
}
.mdi-hamburger-check:before {
  content: "󱝶";
}
.mdi-hamburger-minus:before {
  content: "󱝷";
}
.mdi-hamburger-off:before {
  content: "󱝸";
}
.mdi-hamburger-plus:before {
  content: "󱝹";
}
.mdi-hamburger-remove:before {
  content: "󱝺";
}
.mdi-hammer:before {
  content: "󰣪";
}
.mdi-hammer-screwdriver:before {
  content: "󱌢";
}
.mdi-hammer-sickle:before {
  content: "󱢇";
}
.mdi-hammer-wrench:before {
  content: "󱌣";
}
.mdi-hand-back-left:before {
  content: "󰹆";
}
.mdi-hand-back-left-off:before {
  content: "󱠰";
}
.mdi-hand-back-left-off-outline:before {
  content: "󱠲";
}
.mdi-hand-back-left-outline:before {
  content: "󱠬";
}
.mdi-hand-back-right:before {
  content: "󰹇";
}
.mdi-hand-back-right-off:before {
  content: "󱠱";
}
.mdi-hand-back-right-off-outline:before {
  content: "󱠳";
}
.mdi-hand-back-right-outline:before {
  content: "󱠭";
}
.mdi-hand-clap:before {
  content: "󱥋";
}
.mdi-hand-clap-off:before {
  content: "󱩂";
}
.mdi-hand-coin:before {
  content: "󱢏";
}
.mdi-hand-coin-outline:before {
  content: "󱢐";
}
.mdi-hand-cycle:before {
  content: "󱮜";
}
.mdi-hand-extended:before {
  content: "󱢶";
}
.mdi-hand-extended-outline:before {
  content: "󱢷";
}
.mdi-hand-front-left:before {
  content: "󱠫";
}
.mdi-hand-front-left-outline:before {
  content: "󱠮";
}
.mdi-hand-front-right:before {
  content: "󰩏";
}
.mdi-hand-front-right-outline:before {
  content: "󱠯";
}
.mdi-hand-heart:before {
  content: "󱃱";
}
.mdi-hand-heart-outline:before {
  content: "󱕾";
}
.mdi-hand-okay:before {
  content: "󰩐";
}
.mdi-hand-peace:before {
  content: "󰩑";
}
.mdi-hand-peace-variant:before {
  content: "󰩒";
}
.mdi-hand-pointing-down:before {
  content: "󰩓";
}
.mdi-hand-pointing-left:before {
  content: "󰩔";
}
.mdi-hand-pointing-right:before {
  content: "󰋇";
}
.mdi-hand-pointing-up:before {
  content: "󰩕";
}
.mdi-hand-saw:before {
  content: "󰹈";
}
.mdi-hand-wash:before {
  content: "󱕿";
}
.mdi-hand-wash-outline:before {
  content: "󱖀";
}
.mdi-hand-water:before {
  content: "󱎟";
}
.mdi-hand-wave:before {
  content: "󱠡";
}
.mdi-hand-wave-outline:before {
  content: "󱠢";
}
.mdi-handball:before {
  content: "󰽓";
}
.mdi-handcuffs:before {
  content: "󱄾";
}
.mdi-hands-pray:before {
  content: "󰕹";
}
.mdi-handshake:before {
  content: "󱈘";
}
.mdi-handshake-outline:before {
  content: "󱖡";
}
.mdi-hanger:before {
  content: "󰋈";
}
.mdi-hard-hat:before {
  content: "󰥯";
}
.mdi-harddisk:before {
  content: "󰋊";
}
.mdi-harddisk-plus:before {
  content: "󱁋";
}
.mdi-harddisk-remove:before {
  content: "󱁌";
}
.mdi-hat-fedora:before {
  content: "󰮤";
}
.mdi-hazard-lights:before {
  content: "󰲉";
}
.mdi-hdmi-port:before {
  content: "󱮸";
}
.mdi-hdr:before {
  content: "󰵽";
}
.mdi-hdr-off:before {
  content: "󰵾";
}
.mdi-head:before {
  content: "󱍞";
}
.mdi-head-alert:before {
  content: "󱌸";
}
.mdi-head-alert-outline:before {
  content: "󱌹";
}
.mdi-head-check:before {
  content: "󱌺";
}
.mdi-head-check-outline:before {
  content: "󱌻";
}
.mdi-head-cog:before {
  content: "󱌼";
}
.mdi-head-cog-outline:before {
  content: "󱌽";
}
.mdi-head-dots-horizontal:before {
  content: "󱌾";
}
.mdi-head-dots-horizontal-outline:before {
  content: "󱌿";
}
.mdi-head-flash:before {
  content: "󱍀";
}
.mdi-head-flash-outline:before {
  content: "󱍁";
}
.mdi-head-heart:before {
  content: "󱍂";
}
.mdi-head-heart-outline:before {
  content: "󱍃";
}
.mdi-head-lightbulb:before {
  content: "󱍄";
}
.mdi-head-lightbulb-outline:before {
  content: "󱍅";
}
.mdi-head-minus:before {
  content: "󱍆";
}
.mdi-head-minus-outline:before {
  content: "󱍇";
}
.mdi-head-outline:before {
  content: "󱍟";
}
.mdi-head-plus:before {
  content: "󱍈";
}
.mdi-head-plus-outline:before {
  content: "󱍉";
}
.mdi-head-question:before {
  content: "󱍊";
}
.mdi-head-question-outline:before {
  content: "󱍋";
}
.mdi-head-remove:before {
  content: "󱍌";
}
.mdi-head-remove-outline:before {
  content: "󱍍";
}
.mdi-head-snowflake:before {
  content: "󱍎";
}
.mdi-head-snowflake-outline:before {
  content: "󱍏";
}
.mdi-head-sync:before {
  content: "󱍐";
}
.mdi-head-sync-outline:before {
  content: "󱍑";
}
.mdi-headphones:before {
  content: "󰋋";
}
.mdi-headphones-bluetooth:before {
  content: "󰥰";
}
.mdi-headphones-box:before {
  content: "󰋌";
}
.mdi-headphones-off:before {
  content: "󰟎";
}
.mdi-headphones-settings:before {
  content: "󰋍";
}
.mdi-headset:before {
  content: "󰋎";
}
.mdi-headset-dock:before {
  content: "󰋏";
}
.mdi-headset-off:before {
  content: "󰋐";
}
.mdi-heart:before {
  content: "󰋑";
}
.mdi-heart-box:before {
  content: "󰋒";
}
.mdi-heart-box-outline:before {
  content: "󰋓";
}
.mdi-heart-broken:before {
  content: "󰋔";
}
.mdi-heart-broken-outline:before {
  content: "󰴔";
}
.mdi-heart-circle:before {
  content: "󰥱";
}
.mdi-heart-circle-outline:before {
  content: "󰥲";
}
.mdi-heart-cog:before {
  content: "󱙣";
}
.mdi-heart-cog-outline:before {
  content: "󱙤";
}
.mdi-heart-flash:before {
  content: "󰻹";
}
.mdi-heart-half:before {
  content: "󰛟";
}
.mdi-heart-half-full:before {
  content: "󰛞";
}
.mdi-heart-half-outline:before {
  content: "󰛠";
}
.mdi-heart-minus:before {
  content: "󱐯";
}
.mdi-heart-minus-outline:before {
  content: "󱐲";
}
.mdi-heart-multiple:before {
  content: "󰩖";
}
.mdi-heart-multiple-outline:before {
  content: "󰩗";
}
.mdi-heart-off:before {
  content: "󰝙";
}
.mdi-heart-off-outline:before {
  content: "󱐴";
}
.mdi-heart-outline:before {
  content: "󰋕";
}
.mdi-heart-plus:before {
  content: "󱐮";
}
.mdi-heart-plus-outline:before {
  content: "󱐱";
}
.mdi-heart-pulse:before {
  content: "󰗶";
}
.mdi-heart-remove:before {
  content: "󱐰";
}
.mdi-heart-remove-outline:before {
  content: "󱐳";
}
.mdi-heart-settings:before {
  content: "󱙥";
}
.mdi-heart-settings-outline:before {
  content: "󱙦";
}
.mdi-heat-pump:before {
  content: "󱩃";
}
.mdi-heat-pump-outline:before {
  content: "󱩄";
}
.mdi-heat-wave:before {
  content: "󱩅";
}
.mdi-heating-coil:before {
  content: "󱪯";
}
.mdi-helicopter:before {
  content: "󰫂";
}
.mdi-help:before {
  content: "󰋖";
}
.mdi-help-box:before {
  content: "󰞋";
}
.mdi-help-box-multiple:before {
  content: "󱰊";
}
.mdi-help-box-multiple-outline:before {
  content: "󱰋";
}
.mdi-help-box-outline:before {
  content: "󱰌";
}
.mdi-help-circle:before {
  content: "󰋗";
}
.mdi-help-circle-outline:before {
  content: "󰘥";
}
.mdi-help-network:before {
  content: "󰛵";
}
.mdi-help-network-outline:before {
  content: "󰲊";
}
.mdi-help-rhombus:before {
  content: "󰮥";
}
.mdi-help-rhombus-outline:before {
  content: "󰮦";
}
.mdi-hexadecimal:before {
  content: "󱊧";
}
.mdi-hexagon:before {
  content: "󰋘";
}
.mdi-hexagon-multiple:before {
  content: "󰛡";
}
.mdi-hexagon-multiple-outline:before {
  content: "󱃲";
}
.mdi-hexagon-outline:before {
  content: "󰋙";
}
.mdi-hexagon-slice-1:before {
  content: "󰫃";
}
.mdi-hexagon-slice-2:before {
  content: "󰫄";
}
.mdi-hexagon-slice-3:before {
  content: "󰫅";
}
.mdi-hexagon-slice-4:before {
  content: "󰫆";
}
.mdi-hexagon-slice-5:before {
  content: "󰫇";
}
.mdi-hexagon-slice-6:before {
  content: "󰫈";
}
.mdi-hexagram:before {
  content: "󰫉";
}
.mdi-hexagram-outline:before {
  content: "󰫊";
}
.mdi-high-definition:before {
  content: "󰟏";
}
.mdi-high-definition-box:before {
  content: "󰡸";
}
.mdi-highway:before {
  content: "󰗷";
}
.mdi-hiking:before {
  content: "󰵿";
}
.mdi-history:before {
  content: "󰋚";
}
.mdi-hockey-puck:before {
  content: "󰡹";
}
.mdi-hockey-sticks:before {
  content: "󰡺";
}
.mdi-hololens:before {
  content: "󰋛";
}
.mdi-home:before {
  content: "󰋜";
}
.mdi-home-account:before {
  content: "󰠦";
}
.mdi-home-alert:before {
  content: "󰡻";
}
.mdi-home-alert-outline:before {
  content: "󱗐";
}
.mdi-home-analytics:before {
  content: "󰺺";
}
.mdi-home-assistant:before {
  content: "󰟐";
}
.mdi-home-automation:before {
  content: "󰟑";
}
.mdi-home-battery:before {
  content: "󱤁";
}
.mdi-home-battery-outline:before {
  content: "󱤂";
}
.mdi-home-circle:before {
  content: "󰟒";
}
.mdi-home-circle-outline:before {
  content: "󱁍";
}
.mdi-home-city:before {
  content: "󰴕";
}
.mdi-home-city-outline:before {
  content: "󰴖";
}
.mdi-home-clock:before {
  content: "󱨒";
}
.mdi-home-clock-outline:before {
  content: "󱨓";
}
.mdi-home-edit:before {
  content: "󱅙";
}
.mdi-home-edit-outline:before {
  content: "󱅚";
}
.mdi-home-export-outline:before {
  content: "󰾛";
}
.mdi-home-flood:before {
  content: "󰻺";
}
.mdi-home-floor-0:before {
  content: "󰷒";
}
.mdi-home-floor-1:before {
  content: "󰶀";
}
.mdi-home-floor-2:before {
  content: "󰶁";
}
.mdi-home-floor-3:before {
  content: "󰶂";
}
.mdi-home-floor-a:before {
  content: "󰶃";
}
.mdi-home-floor-b:before {
  content: "󰶄";
}
.mdi-home-floor-g:before {
  content: "󰶅";
}
.mdi-home-floor-l:before {
  content: "󰶆";
}
.mdi-home-floor-negative-1:before {
  content: "󰷓";
}
.mdi-home-group:before {
  content: "󰷔";
}
.mdi-home-group-minus:before {
  content: "󱧁";
}
.mdi-home-group-plus:before {
  content: "󱧀";
}
.mdi-home-group-remove:before {
  content: "󱧂";
}
.mdi-home-heart:before {
  content: "󰠧";
}
.mdi-home-import-outline:before {
  content: "󰾜";
}
.mdi-home-lightbulb:before {
  content: "󱉑";
}
.mdi-home-lightbulb-outline:before {
  content: "󱉒";
}
.mdi-home-lightning-bolt:before {
  content: "󱤃";
}
.mdi-home-lightning-bolt-outline:before {
  content: "󱤄";
}
.mdi-home-lock:before {
  content: "󰣫";
}
.mdi-home-lock-open:before {
  content: "󰣬";
}
.mdi-home-map-marker:before {
  content: "󰗸";
}
.mdi-home-minus:before {
  content: "󰥴";
}
.mdi-home-minus-outline:before {
  content: "󱏕";
}
.mdi-home-modern:before {
  content: "󰋝";
}
.mdi-home-off:before {
  content: "󱩆";
}
.mdi-home-off-outline:before {
  content: "󱩇";
}
.mdi-home-outline:before {
  content: "󰚡";
}
.mdi-home-plus:before {
  content: "󰥵";
}
.mdi-home-plus-outline:before {
  content: "󱏖";
}
.mdi-home-remove:before {
  content: "󱉇";
}
.mdi-home-remove-outline:before {
  content: "󱏗";
}
.mdi-home-roof:before {
  content: "󱄫";
}
.mdi-home-search:before {
  content: "󱎰";
}
.mdi-home-search-outline:before {
  content: "󱎱";
}
.mdi-home-silo:before {
  content: "󱮠";
}
.mdi-home-silo-outline:before {
  content: "󱮡";
}
.mdi-home-switch:before {
  content: "󱞔";
}
.mdi-home-switch-outline:before {
  content: "󱞕";
}
.mdi-home-thermometer:before {
  content: "󰽔";
}
.mdi-home-thermometer-outline:before {
  content: "󰽕";
}
.mdi-home-variant:before {
  content: "󰋞";
}
.mdi-home-variant-outline:before {
  content: "󰮧";
}
.mdi-hook:before {
  content: "󰛢";
}
.mdi-hook-off:before {
  content: "󰛣";
}
.mdi-hoop-house:before {
  content: "󰹖";
}
.mdi-hops:before {
  content: "󰋟";
}
.mdi-horizontal-rotate-clockwise:before {
  content: "󱃳";
}
.mdi-horizontal-rotate-counterclockwise:before {
  content: "󱃴";
}
.mdi-horse:before {
  content: "󱖿";
}
.mdi-horse-human:before {
  content: "󱗀";
}
.mdi-horse-variant:before {
  content: "󱗁";
}
.mdi-horse-variant-fast:before {
  content: "󱡮";
}
.mdi-horseshoe:before {
  content: "󰩘";
}
.mdi-hospital:before {
  content: "󰿶";
}
.mdi-hospital-box:before {
  content: "󰋠";
}
.mdi-hospital-box-outline:before {
  content: "󰿷";
}
.mdi-hospital-building:before {
  content: "󰋡";
}
.mdi-hospital-marker:before {
  content: "󰋢";
}
.mdi-hot-tub:before {
  content: "󰠨";
}
.mdi-hours-24:before {
  content: "󱑸";
}
.mdi-hubspot:before {
  content: "󰴗";
}
.mdi-hulu:before {
  content: "󰠩";
}
.mdi-human:before {
  content: "󰋦";
}
.mdi-human-baby-changing-table:before {
  content: "󱎋";
}
.mdi-human-cane:before {
  content: "󱖁";
}
.mdi-human-capacity-decrease:before {
  content: "󱖛";
}
.mdi-human-capacity-increase:before {
  content: "󱖜";
}
.mdi-human-child:before {
  content: "󰋧";
}
.mdi-human-dolly:before {
  content: "󱦀";
}
.mdi-human-edit:before {
  content: "󱓨";
}
.mdi-human-female:before {
  content: "󰙉";
}
.mdi-human-female-boy:before {
  content: "󰩙";
}
.mdi-human-female-dance:before {
  content: "󱗉";
}
.mdi-human-female-female:before {
  content: "󰩚";
}
.mdi-human-female-girl:before {
  content: "󰩛";
}
.mdi-human-greeting:before {
  content: "󱟄";
}
.mdi-human-greeting-proximity:before {
  content: "󱖝";
}
.mdi-human-greeting-variant:before {
  content: "󰙊";
}
.mdi-human-handsdown:before {
  content: "󰙋";
}
.mdi-human-handsup:before {
  content: "󰙌";
}
.mdi-human-male:before {
  content: "󰙍";
}
.mdi-human-male-board:before {
  content: "󰢐";
}
.mdi-human-male-board-poll:before {
  content: "󰡆";
}
.mdi-human-male-boy:before {
  content: "󰩜";
}
.mdi-human-male-child:before {
  content: "󱎌";
}
.mdi-human-male-female:before {
  content: "󰋨";
}
.mdi-human-male-female-child:before {
  content: "󱠣";
}
.mdi-human-male-girl:before {
  content: "󰩝";
}
.mdi-human-male-height:before {
  content: "󰻻";
}
.mdi-human-male-height-variant:before {
  content: "󰻼";
}
.mdi-human-male-male:before {
  content: "󰩞";
}
.mdi-human-non-binary:before {
  content: "󱡈";
}
.mdi-human-pregnant:before {
  content: "󰗏";
}
.mdi-human-queue:before {
  content: "󱕱";
}
.mdi-human-scooter:before {
  content: "󱇩";
}
.mdi-human-walker:before {
  content: "󱭱";
}
.mdi-human-wheelchair:before {
  content: "󱎍";
}
.mdi-human-white-cane:before {
  content: "󱦁";
}
.mdi-humble-bundle:before {
  content: "󰝄";
}
.mdi-hvac:before {
  content: "󱍒";
}
.mdi-hvac-off:before {
  content: "󱖞";
}
.mdi-hydraulic-oil-level:before {
  content: "󱌤";
}
.mdi-hydraulic-oil-temperature:before {
  content: "󱌥";
}
.mdi-hydro-power:before {
  content: "󱋥";
}
.mdi-hydrogen-station:before {
  content: "󱢔";
}
.mdi-ice-cream:before {
  content: "󰠪";
}
.mdi-ice-cream-off:before {
  content: "󰹒";
}
.mdi-ice-pop:before {
  content: "󰻽";
}
.mdi-id-card:before {
  content: "󰿀";
}
.mdi-identifier:before {
  content: "󰻾";
}
.mdi-ideogram-cjk:before {
  content: "󱌱";
}
.mdi-ideogram-cjk-variant:before {
  content: "󱌲";
}
.mdi-image:before {
  content: "󰋩";
}
.mdi-image-album:before {
  content: "󰋪";
}
.mdi-image-area:before {
  content: "󰋫";
}
.mdi-image-area-close:before {
  content: "󰋬";
}
.mdi-image-auto-adjust:before {
  content: "󰿁";
}
.mdi-image-broken:before {
  content: "󰋭";
}
.mdi-image-broken-variant:before {
  content: "󰋮";
}
.mdi-image-check:before {
  content: "󱬥";
}
.mdi-image-check-outline:before {
  content: "󱬦";
}
.mdi-image-edit:before {
  content: "󱇣";
}
.mdi-image-edit-outline:before {
  content: "󱇤";
}
.mdi-image-filter-black-white:before {
  content: "󰋰";
}
.mdi-image-filter-center-focus:before {
  content: "󰋱";
}
.mdi-image-filter-center-focus-strong:before {
  content: "󰻿";
}
.mdi-image-filter-center-focus-strong-outline:before {
  content: "󰼀";
}
.mdi-image-filter-center-focus-weak:before {
  content: "󰋲";
}
.mdi-image-filter-drama:before {
  content: "󰋳";
}
.mdi-image-filter-drama-outline:before {
  content: "󱯿";
}
.mdi-image-filter-frames:before {
  content: "󰋴";
}
.mdi-image-filter-hdr:before {
  content: "󰋵";
}
.mdi-image-filter-none:before {
  content: "󰋶";
}
.mdi-image-filter-tilt-shift:before {
  content: "󰋷";
}
.mdi-image-filter-vintage:before {
  content: "󰋸";
}
.mdi-image-frame:before {
  content: "󰹉";
}
.mdi-image-lock:before {
  content: "󱪰";
}
.mdi-image-lock-outline:before {
  content: "󱪱";
}
.mdi-image-marker:before {
  content: "󱝻";
}
.mdi-image-marker-outline:before {
  content: "󱝼";
}
.mdi-image-minus:before {
  content: "󱐙";
}
.mdi-image-minus-outline:before {
  content: "󱭇";
}
.mdi-image-move:before {
  content: "󰧸";
}
.mdi-image-multiple:before {
  content: "󰋹";
}
.mdi-image-multiple-outline:before {
  content: "󰋯";
}
.mdi-image-off:before {
  content: "󰠫";
}
.mdi-image-off-outline:before {
  content: "󱇑";
}
.mdi-image-outline:before {
  content: "󰥶";
}
.mdi-image-plus:before {
  content: "󰡼";
}
.mdi-image-plus-outline:before {
  content: "󱭆";
}
.mdi-image-refresh:before {
  content: "󱧾";
}
.mdi-image-refresh-outline:before {
  content: "󱧿";
}
.mdi-image-remove:before {
  content: "󱐘";
}
.mdi-image-remove-outline:before {
  content: "󱭈";
}
.mdi-image-search:before {
  content: "󰥷";
}
.mdi-image-search-outline:before {
  content: "󰥸";
}
.mdi-image-size-select-actual:before {
  content: "󰲍";
}
.mdi-image-size-select-large:before {
  content: "󰲎";
}
.mdi-image-size-select-small:before {
  content: "󰲏";
}
.mdi-image-sync:before {
  content: "󱨀";
}
.mdi-image-sync-outline:before {
  content: "󱨁";
}
.mdi-image-text:before {
  content: "󱘍";
}
.mdi-import:before {
  content: "󰋺";
}
.mdi-inbox:before {
  content: "󰚇";
}
.mdi-inbox-arrow-down:before {
  content: "󰋻";
}
.mdi-inbox-arrow-down-outline:before {
  content: "󱉰";
}
.mdi-inbox-arrow-up:before {
  content: "󰏑";
}
.mdi-inbox-arrow-up-outline:before {
  content: "󱉱";
}
.mdi-inbox-full:before {
  content: "󱉲";
}
.mdi-inbox-full-outline:before {
  content: "󱉳";
}
.mdi-inbox-multiple:before {
  content: "󰢰";
}
.mdi-inbox-multiple-outline:before {
  content: "󰮨";
}
.mdi-inbox-outline:before {
  content: "󱉴";
}
.mdi-inbox-remove:before {
  content: "󱖟";
}
.mdi-inbox-remove-outline:before {
  content: "󱖠";
}
.mdi-incognito:before {
  content: "󰗹";
}
.mdi-incognito-circle:before {
  content: "󱐡";
}
.mdi-incognito-circle-off:before {
  content: "󱐢";
}
.mdi-incognito-off:before {
  content: "󰁵";
}
.mdi-induction:before {
  content: "󱡌";
}
.mdi-infinity:before {
  content: "󰛤";
}
.mdi-information:before {
  content: "󰋼";
}
.mdi-information-off:before {
  content: "󱞌";
}
.mdi-information-off-outline:before {
  content: "󱞍";
}
.mdi-information-outline:before {
  content: "󰋽";
}
.mdi-information-variant:before {
  content: "󰙎";
}
.mdi-instagram:before {
  content: "󰋾";
}
.mdi-instrument-triangle:before {
  content: "󱁎";
}
.mdi-integrated-circuit-chip:before {
  content: "󱤓";
}
.mdi-invert-colors:before {
  content: "󰌁";
}
.mdi-invert-colors-off:before {
  content: "󰹊";
}
.mdi-iobroker:before {
  content: "󱋨";
}
.mdi-ip:before {
  content: "󰩟";
}
.mdi-ip-network:before {
  content: "󰩠";
}
.mdi-ip-network-outline:before {
  content: "󰲐";
}
.mdi-ip-outline:before {
  content: "󱦂";
}
.mdi-ipod:before {
  content: "󰲑";
}
.mdi-iron:before {
  content: "󱠤";
}
.mdi-iron-board:before {
  content: "󱠸";
}
.mdi-iron-outline:before {
  content: "󱠥";
}
.mdi-island:before {
  content: "󱁏";
}
.mdi-iv-bag:before {
  content: "󱂹";
}
.mdi-jabber:before {
  content: "󰷕";
}
.mdi-jeepney:before {
  content: "󰌂";
}
.mdi-jellyfish:before {
  content: "󰼁";
}
.mdi-jellyfish-outline:before {
  content: "󰼂";
}
.mdi-jira:before {
  content: "󰌃";
}
.mdi-jquery:before {
  content: "󰡽";
}
.mdi-jsfiddle:before {
  content: "󰌄";
}
.mdi-jump-rope:before {
  content: "󱋿";
}
.mdi-kabaddi:before {
  content: "󰶇";
}
.mdi-kangaroo:before {
  content: "󱕘";
}
.mdi-karate:before {
  content: "󰠬";
}
.mdi-kayaking:before {
  content: "󰢯";
}
.mdi-keg:before {
  content: "󰌅";
}
.mdi-kettle:before {
  content: "󰗺";
}
.mdi-kettle-alert:before {
  content: "󱌗";
}
.mdi-kettle-alert-outline:before {
  content: "󱌘";
}
.mdi-kettle-off:before {
  content: "󱌛";
}
.mdi-kettle-off-outline:before {
  content: "󱌜";
}
.mdi-kettle-outline:before {
  content: "󰽖";
}
.mdi-kettle-pour-over:before {
  content: "󱜼";
}
.mdi-kettle-steam:before {
  content: "󱌙";
}
.mdi-kettle-steam-outline:before {
  content: "󱌚";
}
.mdi-kettlebell:before {
  content: "󱌀";
}
.mdi-key:before {
  content: "󰌆";
}
.mdi-key-alert:before {
  content: "󱦃";
}
.mdi-key-alert-outline:before {
  content: "󱦄";
}
.mdi-key-arrow-right:before {
  content: "󱌒";
}
.mdi-key-chain:before {
  content: "󱕴";
}
.mdi-key-chain-variant:before {
  content: "󱕵";
}
.mdi-key-change:before {
  content: "󰌇";
}
.mdi-key-link:before {
  content: "󱆟";
}
.mdi-key-minus:before {
  content: "󰌈";
}
.mdi-key-outline:before {
  content: "󰷖";
}
.mdi-key-plus:before {
  content: "󰌉";
}
.mdi-key-remove:before {
  content: "󰌊";
}
.mdi-key-star:before {
  content: "󱆞";
}
.mdi-key-variant:before {
  content: "󰌋";
}
.mdi-key-wireless:before {
  content: "󰿂";
}
.mdi-keyboard:before {
  content: "󰌌";
}
.mdi-keyboard-backspace:before {
  content: "󰌍";
}
.mdi-keyboard-caps:before {
  content: "󰌎";
}
.mdi-keyboard-close:before {
  content: "󰌏";
}
.mdi-keyboard-close-outline:before {
  content: "󱰀";
}
.mdi-keyboard-esc:before {
  content: "󱊷";
}
.mdi-keyboard-f1:before {
  content: "󱊫";
}
.mdi-keyboard-f10:before {
  content: "󱊴";
}
.mdi-keyboard-f11:before {
  content: "󱊵";
}
.mdi-keyboard-f12:before {
  content: "󱊶";
}
.mdi-keyboard-f2:before {
  content: "󱊬";
}
.mdi-keyboard-f3:before {
  content: "󱊭";
}
.mdi-keyboard-f4:before {
  content: "󱊮";
}
.mdi-keyboard-f5:before {
  content: "󱊯";
}
.mdi-keyboard-f6:before {
  content: "󱊰";
}
.mdi-keyboard-f7:before {
  content: "󱊱";
}
.mdi-keyboard-f8:before {
  content: "󱊲";
}
.mdi-keyboard-f9:before {
  content: "󱊳";
}
.mdi-keyboard-off:before {
  content: "󰌐";
}
.mdi-keyboard-off-outline:before {
  content: "󰹋";
}
.mdi-keyboard-outline:before {
  content: "󰥻";
}
.mdi-keyboard-return:before {
  content: "󰌑";
}
.mdi-keyboard-settings:before {
  content: "󰧹";
}
.mdi-keyboard-settings-outline:before {
  content: "󰧺";
}
.mdi-keyboard-space:before {
  content: "󱁐";
}
.mdi-keyboard-tab:before {
  content: "󰌒";
}
.mdi-keyboard-tab-reverse:before {
  content: "󰌥";
}
.mdi-keyboard-variant:before {
  content: "󰌓";
}
.mdi-khanda:before {
  content: "󱃽";
}
.mdi-kickstarter:before {
  content: "󰝅";
}
.mdi-kite:before {
  content: "󱦅";
}
.mdi-kite-outline:before {
  content: "󱦆";
}
.mdi-kitesurfing:before {
  content: "󱝄";
}
.mdi-klingon:before {
  content: "󱍛";
}
.mdi-knife:before {
  content: "󰧻";
}
.mdi-knife-military:before {
  content: "󰧼";
}
.mdi-knob:before {
  content: "󱮖";
}
.mdi-koala:before {
  content: "󱜿";
}
.mdi-kodi:before {
  content: "󰌔";
}
.mdi-kubernetes:before {
  content: "󱃾";
}
.mdi-label:before {
  content: "󰌕";
}
.mdi-label-multiple:before {
  content: "󱍵";
}
.mdi-label-multiple-outline:before {
  content: "󱍶";
}
.mdi-label-off:before {
  content: "󰫋";
}
.mdi-label-off-outline:before {
  content: "󰫌";
}
.mdi-label-outline:before {
  content: "󰌖";
}
.mdi-label-percent:before {
  content: "󱋪";
}
.mdi-label-percent-outline:before {
  content: "󱋫";
}
.mdi-label-variant:before {
  content: "󰫍";
}
.mdi-label-variant-outline:before {
  content: "󰫎";
}
.mdi-ladder:before {
  content: "󱖢";
}
.mdi-ladybug:before {
  content: "󰠭";
}
.mdi-lambda:before {
  content: "󰘧";
}
.mdi-lamp:before {
  content: "󰚵";
}
.mdi-lamp-outline:before {
  content: "󱟐";
}
.mdi-lamps:before {
  content: "󱕶";
}
.mdi-lamps-outline:before {
  content: "󱟑";
}
.mdi-lan:before {
  content: "󰌗";
}
.mdi-lan-check:before {
  content: "󱊪";
}
.mdi-lan-connect:before {
  content: "󰌘";
}
.mdi-lan-disconnect:before {
  content: "󰌙";
}
.mdi-lan-pending:before {
  content: "󰌚";
}
.mdi-land-fields:before {
  content: "󱪲";
}
.mdi-land-plots:before {
  content: "󱪳";
}
.mdi-land-plots-circle:before {
  content: "󱪴";
}
.mdi-land-plots-circle-variant:before {
  content: "󱪵";
}
.mdi-land-rows-horizontal:before {
  content: "󱪶";
}
.mdi-land-rows-vertical:before {
  content: "󱪷";
}
.mdi-landslide:before {
  content: "󱩈";
}
.mdi-landslide-outline:before {
  content: "󱩉";
}
.mdi-language-c:before {
  content: "󰙱";
}
.mdi-language-cpp:before {
  content: "󰙲";
}
.mdi-language-csharp:before {
  content: "󰌛";
}
.mdi-language-css3:before {
  content: "󰌜";
}
.mdi-language-fortran:before {
  content: "󱈚";
}
.mdi-language-go:before {
  content: "󰟓";
}
.mdi-language-haskell:before {
  content: "󰲒";
}
.mdi-language-html5:before {
  content: "󰌝";
}
.mdi-language-java:before {
  content: "󰬷";
}
.mdi-language-javascript:before {
  content: "󰌞";
}
.mdi-language-kotlin:before {
  content: "󱈙";
}
.mdi-language-lua:before {
  content: "󰢱";
}
.mdi-language-markdown:before {
  content: "󰍔";
}
.mdi-language-markdown-outline:before {
  content: "󰽛";
}
.mdi-language-php:before {
  content: "󰌟";
}
.mdi-language-python:before {
  content: "󰌠";
}
.mdi-language-r:before {
  content: "󰟔";
}
.mdi-language-ruby:before {
  content: "󰴭";
}
.mdi-language-ruby-on-rails:before {
  content: "󰫏";
}
.mdi-language-rust:before {
  content: "󱘗";
}
.mdi-language-swift:before {
  content: "󰛥";
}
.mdi-language-typescript:before {
  content: "󰛦";
}
.mdi-language-xaml:before {
  content: "󰙳";
}
.mdi-laptop:before {
  content: "󰌢";
}
.mdi-laptop-account:before {
  content: "󱩊";
}
.mdi-laptop-off:before {
  content: "󰛧";
}
.mdi-laravel:before {
  content: "󰫐";
}
.mdi-laser-pointer:before {
  content: "󱒄";
}
.mdi-lasso:before {
  content: "󰼃";
}
.mdi-lastpass:before {
  content: "󰑆";
}
.mdi-latitude:before {
  content: "󰽗";
}
.mdi-launch:before {
  content: "󰌧";
}
.mdi-lava-lamp:before {
  content: "󰟕";
}
.mdi-layers:before {
  content: "󰌨";
}
.mdi-layers-edit:before {
  content: "󱢒";
}
.mdi-layers-minus:before {
  content: "󰹌";
}
.mdi-layers-off:before {
  content: "󰌩";
}
.mdi-layers-off-outline:before {
  content: "󰧽";
}
.mdi-layers-outline:before {
  content: "󰧾";
}
.mdi-layers-plus:before {
  content: "󰹍";
}
.mdi-layers-remove:before {
  content: "󰹎";
}
.mdi-layers-search:before {
  content: "󱈆";
}
.mdi-layers-search-outline:before {
  content: "󱈇";
}
.mdi-layers-triple:before {
  content: "󰽘";
}
.mdi-layers-triple-outline:before {
  content: "󰽙";
}
.mdi-lead-pencil:before {
  content: "󰙏";
}
.mdi-leaf:before {
  content: "󰌪";
}
.mdi-leaf-circle:before {
  content: "󱤅";
}
.mdi-leaf-circle-outline:before {
  content: "󱤆";
}
.mdi-leaf-maple:before {
  content: "󰲓";
}
.mdi-leaf-maple-off:before {
  content: "󱋚";
}
.mdi-leaf-off:before {
  content: "󱋙";
}
.mdi-leak:before {
  content: "󰷗";
}
.mdi-leak-off:before {
  content: "󰷘";
}
.mdi-lectern:before {
  content: "󱫰";
}
.mdi-led-off:before {
  content: "󰌫";
}
.mdi-led-on:before {
  content: "󰌬";
}
.mdi-led-outline:before {
  content: "󰌭";
}
.mdi-led-strip:before {
  content: "󰟖";
}
.mdi-led-strip-variant:before {
  content: "󱁑";
}
.mdi-led-strip-variant-off:before {
  content: "󱩋";
}
.mdi-led-variant-off:before {
  content: "󰌮";
}
.mdi-led-variant-on:before {
  content: "󰌯";
}
.mdi-led-variant-outline:before {
  content: "󰌰";
}
.mdi-leek:before {
  content: "󱅽";
}
.mdi-less-than:before {
  content: "󰥼";
}
.mdi-less-than-or-equal:before {
  content: "󰥽";
}
.mdi-library:before {
  content: "󰌱";
}
.mdi-library-outline:before {
  content: "󱨢";
}
.mdi-library-shelves:before {
  content: "󰮩";
}
.mdi-license:before {
  content: "󰿃";
}
.mdi-lifebuoy:before {
  content: "󰡾";
}
.mdi-light-flood-down:before {
  content: "󱦇";
}
.mdi-light-flood-up:before {
  content: "󱦈";
}
.mdi-light-recessed:before {
  content: "󱞛";
}
.mdi-light-switch:before {
  content: "󰥾";
}
.mdi-light-switch-off:before {
  content: "󱨤";
}
.mdi-lightbulb:before {
  content: "󰌵";
}
.mdi-lightbulb-alert:before {
  content: "󱧡";
}
.mdi-lightbulb-alert-outline:before {
  content: "󱧢";
}
.mdi-lightbulb-auto:before {
  content: "󱠀";
}
.mdi-lightbulb-auto-outline:before {
  content: "󱠁";
}
.mdi-lightbulb-cfl:before {
  content: "󱈈";
}
.mdi-lightbulb-cfl-off:before {
  content: "󱈉";
}
.mdi-lightbulb-cfl-spiral:before {
  content: "󱉵";
}
.mdi-lightbulb-cfl-spiral-off:before {
  content: "󱋃";
}
.mdi-lightbulb-fluorescent-tube:before {
  content: "󱠄";
}
.mdi-lightbulb-fluorescent-tube-outline:before {
  content: "󱠅";
}
.mdi-lightbulb-group:before {
  content: "󱉓";
}
.mdi-lightbulb-group-off:before {
  content: "󱋍";
}
.mdi-lightbulb-group-off-outline:before {
  content: "󱋎";
}
.mdi-lightbulb-group-outline:before {
  content: "󱉔";
}
.mdi-lightbulb-multiple:before {
  content: "󱉕";
}
.mdi-lightbulb-multiple-off:before {
  content: "󱋏";
}
.mdi-lightbulb-multiple-off-outline:before {
  content: "󱋐";
}
.mdi-lightbulb-multiple-outline:before {
  content: "󱉖";
}
.mdi-lightbulb-night:before {
  content: "󱩌";
}
.mdi-lightbulb-night-outline:before {
  content: "󱩍";
}
.mdi-lightbulb-off:before {
  content: "󰹏";
}
.mdi-lightbulb-off-outline:before {
  content: "󰹐";
}
.mdi-lightbulb-on:before {
  content: "󰛨";
}
.mdi-lightbulb-on-10:before {
  content: "󱩎";
}
.mdi-lightbulb-on-20:before {
  content: "󱩏";
}
.mdi-lightbulb-on-30:before {
  content: "󱩐";
}
.mdi-lightbulb-on-40:before {
  content: "󱩑";
}
.mdi-lightbulb-on-50:before {
  content: "󱩒";
}
.mdi-lightbulb-on-60:before {
  content: "󱩓";
}
.mdi-lightbulb-on-70:before {
  content: "󱩔";
}
.mdi-lightbulb-on-80:before {
  content: "󱩕";
}
.mdi-lightbulb-on-90:before {
  content: "󱩖";
}
.mdi-lightbulb-on-outline:before {
  content: "󰛩";
}
.mdi-lightbulb-outline:before {
  content: "󰌶";
}
.mdi-lightbulb-question:before {
  content: "󱧣";
}
.mdi-lightbulb-question-outline:before {
  content: "󱧤";
}
.mdi-lightbulb-spot:before {
  content: "󱟴";
}
.mdi-lightbulb-spot-off:before {
  content: "󱟵";
}
.mdi-lightbulb-variant:before {
  content: "󱠂";
}
.mdi-lightbulb-variant-outline:before {
  content: "󱠃";
}
.mdi-lighthouse:before {
  content: "󰧿";
}
.mdi-lighthouse-on:before {
  content: "󰨀";
}
.mdi-lightning-bolt:before {
  content: "󱐋";
}
.mdi-lightning-bolt-circle:before {
  content: "󰠠";
}
.mdi-lightning-bolt-outline:before {
  content: "󱐌";
}
.mdi-line-scan:before {
  content: "󰘤";
}
.mdi-lingerie:before {
  content: "󱑶";
}
.mdi-link:before {
  content: "󰌷";
}
.mdi-link-box:before {
  content: "󰴚";
}
.mdi-link-box-outline:before {
  content: "󰴛";
}
.mdi-link-box-variant:before {
  content: "󰴜";
}
.mdi-link-box-variant-outline:before {
  content: "󰴝";
}
.mdi-link-lock:before {
  content: "󱂺";
}
.mdi-link-off:before {
  content: "󰌸";
}
.mdi-link-plus:before {
  content: "󰲔";
}
.mdi-link-variant:before {
  content: "󰌹";
}
.mdi-link-variant-minus:before {
  content: "󱃿";
}
.mdi-link-variant-off:before {
  content: "󰌺";
}
.mdi-link-variant-plus:before {
  content: "󱄀";
}
.mdi-link-variant-remove:before {
  content: "󱄁";
}
.mdi-linkedin:before {
  content: "󰌻";
}
.mdi-linux:before {
  content: "󰌽";
}
.mdi-linux-mint:before {
  content: "󰣭";
}
.mdi-lipstick:before {
  content: "󱎵";
}
.mdi-liquid-spot:before {
  content: "󱠦";
}
.mdi-liquor:before {
  content: "󱤞";
}
.mdi-list-box:before {
  content: "󱭻";
}
.mdi-list-box-outline:before {
  content: "󱭼";
}
.mdi-list-status:before {
  content: "󱖫";
}
.mdi-litecoin:before {
  content: "󰩡";
}
.mdi-loading:before {
  content: "󰝲";
}
.mdi-location-enter:before {
  content: "󰿄";
}
.mdi-location-exit:before {
  content: "󰿅";
}
.mdi-lock:before {
  content: "󰌾";
}
.mdi-lock-alert:before {
  content: "󰣮";
}
.mdi-lock-alert-outline:before {
  content: "󱗑";
}
.mdi-lock-check:before {
  content: "󱎚";
}
.mdi-lock-check-outline:before {
  content: "󱚨";
}
.mdi-lock-clock:before {
  content: "󰥿";
}
.mdi-lock-minus:before {
  content: "󱚩";
}
.mdi-lock-minus-outline:before {
  content: "󱚪";
}
.mdi-lock-off:before {
  content: "󱙱";
}
.mdi-lock-off-outline:before {
  content: "󱙲";
}
.mdi-lock-open:before {
  content: "󰌿";
}
.mdi-lock-open-alert:before {
  content: "󱎛";
}
.mdi-lock-open-alert-outline:before {
  content: "󱗒";
}
.mdi-lock-open-check:before {
  content: "󱎜";
}
.mdi-lock-open-check-outline:before {
  content: "󱚫";
}
.mdi-lock-open-minus:before {
  content: "󱚬";
}
.mdi-lock-open-minus-outline:before {
  content: "󱚭";
}
.mdi-lock-open-outline:before {
  content: "󰍀";
}
.mdi-lock-open-plus:before {
  content: "󱚮";
}
.mdi-lock-open-plus-outline:before {
  content: "󱚯";
}
.mdi-lock-open-remove:before {
  content: "󱚰";
}
.mdi-lock-open-remove-outline:before {
  content: "󱚱";
}
.mdi-lock-open-variant:before {
  content: "󰿆";
}
.mdi-lock-open-variant-outline:before {
  content: "󰿇";
}
.mdi-lock-outline:before {
  content: "󰍁";
}
.mdi-lock-pattern:before {
  content: "󰛪";
}
.mdi-lock-percent:before {
  content: "󱰒";
}
.mdi-lock-percent-open:before {
  content: "󱰓";
}
.mdi-lock-percent-open-outline:before {
  content: "󱰔";
}
.mdi-lock-percent-open-variant:before {
  content: "󱰕";
}
.mdi-lock-percent-open-variant-outline:before {
  content: "󱰖";
}
.mdi-lock-percent-outline:before {
  content: "󱰗";
}
.mdi-lock-plus:before {
  content: "󰗻";
}
.mdi-lock-plus-outline:before {
  content: "󱚲";
}
.mdi-lock-question:before {
  content: "󰣯";
}
.mdi-lock-remove:before {
  content: "󱚳";
}
.mdi-lock-remove-outline:before {
  content: "󱚴";
}
.mdi-lock-reset:before {
  content: "󰝳";
}
.mdi-lock-smart:before {
  content: "󰢲";
}
.mdi-locker:before {
  content: "󰟗";
}
.mdi-locker-multiple:before {
  content: "󰟘";
}
.mdi-login:before {
  content: "󰍂";
}
.mdi-login-variant:before {
  content: "󰗼";
}
.mdi-logout:before {
  content: "󰍃";
}
.mdi-logout-variant:before {
  content: "󰗽";
}
.mdi-longitude:before {
  content: "󰽚";
}
.mdi-looks:before {
  content: "󰍄";
}
.mdi-lotion:before {
  content: "󱖂";
}
.mdi-lotion-outline:before {
  content: "󱖃";
}
.mdi-lotion-plus:before {
  content: "󱖄";
}
.mdi-lotion-plus-outline:before {
  content: "󱖅";
}
.mdi-loupe:before {
  content: "󰍅";
}
.mdi-lumx:before {
  content: "󰍆";
}
.mdi-lungs:before {
  content: "󱂄";
}
.mdi-mace:before {
  content: "󱡃";
}
.mdi-magazine-pistol:before {
  content: "󰌤";
}
.mdi-magazine-rifle:before {
  content: "󰌣";
}
.mdi-magic-staff:before {
  content: "󱡄";
}
.mdi-magnet:before {
  content: "󰍇";
}
.mdi-magnet-on:before {
  content: "󰍈";
}
.mdi-magnify:before {
  content: "󰍉";
}
.mdi-magnify-close:before {
  content: "󰦀";
}
.mdi-magnify-expand:before {
  content: "󱡴";
}
.mdi-magnify-minus:before {
  content: "󰍊";
}
.mdi-magnify-minus-cursor:before {
  content: "󰩢";
}
.mdi-magnify-minus-outline:before {
  content: "󰛬";
}
.mdi-magnify-plus:before {
  content: "󰍋";
}
.mdi-magnify-plus-cursor:before {
  content: "󰩣";
}
.mdi-magnify-plus-outline:before {
  content: "󰛭";
}
.mdi-magnify-remove-cursor:before {
  content: "󱈌";
}
.mdi-magnify-remove-outline:before {
  content: "󱈍";
}
.mdi-magnify-scan:before {
  content: "󱉶";
}
.mdi-mail:before {
  content: "󰺻";
}
.mdi-mailbox:before {
  content: "󰛮";
}
.mdi-mailbox-open:before {
  content: "󰶈";
}
.mdi-mailbox-open-outline:before {
  content: "󰶉";
}
.mdi-mailbox-open-up:before {
  content: "󰶊";
}
.mdi-mailbox-open-up-outline:before {
  content: "󰶋";
}
.mdi-mailbox-outline:before {
  content: "󰶌";
}
.mdi-mailbox-up:before {
  content: "󰶍";
}
.mdi-mailbox-up-outline:before {
  content: "󰶎";
}
.mdi-manjaro:before {
  content: "󱘊";
}
.mdi-map:before {
  content: "󰍍";
}
.mdi-map-check:before {
  content: "󰺼";
}
.mdi-map-check-outline:before {
  content: "󰺽";
}
.mdi-map-clock:before {
  content: "󰴞";
}
.mdi-map-clock-outline:before {
  content: "󰴟";
}
.mdi-map-legend:before {
  content: "󰨁";
}
.mdi-map-marker:before {
  content: "󰍎";
}
.mdi-map-marker-account:before {
  content: "󱣣";
}
.mdi-map-marker-account-outline:before {
  content: "󱣤";
}
.mdi-map-marker-alert:before {
  content: "󰼅";
}
.mdi-map-marker-alert-outline:before {
  content: "󰼆";
}
.mdi-map-marker-check:before {
  content: "󰲕";
}
.mdi-map-marker-check-outline:before {
  content: "󱋻";
}
.mdi-map-marker-circle:before {
  content: "󰍏";
}
.mdi-map-marker-distance:before {
  content: "󰣰";
}
.mdi-map-marker-down:before {
  content: "󱄂";
}
.mdi-map-marker-left:before {
  content: "󱋛";
}
.mdi-map-marker-left-outline:before {
  content: "󱋝";
}
.mdi-map-marker-minus:before {
  content: "󰙐";
}
.mdi-map-marker-minus-outline:before {
  content: "󱋹";
}
.mdi-map-marker-multiple:before {
  content: "󰍐";
}
.mdi-map-marker-multiple-outline:before {
  content: "󱉷";
}
.mdi-map-marker-off:before {
  content: "󰍑";
}
.mdi-map-marker-off-outline:before {
  content: "󱋽";
}
.mdi-map-marker-outline:before {
  content: "󰟙";
}
.mdi-map-marker-path:before {
  content: "󰴠";
}
.mdi-map-marker-plus:before {
  content: "󰙑";
}
.mdi-map-marker-plus-outline:before {
  content: "󱋸";
}
.mdi-map-marker-question:before {
  content: "󰼇";
}
.mdi-map-marker-question-outline:before {
  content: "󰼈";
}
.mdi-map-marker-radius:before {
  content: "󰍒";
}
.mdi-map-marker-radius-outline:before {
  content: "󱋼";
}
.mdi-map-marker-remove:before {
  content: "󰼉";
}
.mdi-map-marker-remove-outline:before {
  content: "󱋺";
}
.mdi-map-marker-remove-variant:before {
  content: "󰼊";
}
.mdi-map-marker-right:before {
  content: "󱋜";
}
.mdi-map-marker-right-outline:before {
  content: "󱋞";
}
.mdi-map-marker-star:before {
  content: "󱘈";
}
.mdi-map-marker-star-outline:before {
  content: "󱘉";
}
.mdi-map-marker-up:before {
  content: "󱄃";
}
.mdi-map-minus:before {
  content: "󰦁";
}
.mdi-map-outline:before {
  content: "󰦂";
}
.mdi-map-plus:before {
  content: "󰦃";
}
.mdi-map-search:before {
  content: "󰦄";
}
.mdi-map-search-outline:before {
  content: "󰦅";
}
.mdi-mapbox:before {
  content: "󰮪";
}
.mdi-margin:before {
  content: "󰍓";
}
.mdi-marker:before {
  content: "󰙒";
}
.mdi-marker-cancel:before {
  content: "󰷙";
}
.mdi-marker-check:before {
  content: "󰍕";
}
.mdi-mastodon:before {
  content: "󰫑";
}
.mdi-material-design:before {
  content: "󰦆";
}
.mdi-material-ui:before {
  content: "󰍗";
}
.mdi-math-compass:before {
  content: "󰍘";
}
.mdi-math-cos:before {
  content: "󰲖";
}
.mdi-math-integral:before {
  content: "󰿈";
}
.mdi-math-integral-box:before {
  content: "󰿉";
}
.mdi-math-log:before {
  content: "󱂅";
}
.mdi-math-norm:before {
  content: "󰿊";
}
.mdi-math-norm-box:before {
  content: "󰿋";
}
.mdi-math-sin:before {
  content: "󰲗";
}
.mdi-math-tan:before {
  content: "󰲘";
}
.mdi-matrix:before {
  content: "󰘨";
}
.mdi-medal:before {
  content: "󰦇";
}
.mdi-medal-outline:before {
  content: "󱌦";
}
.mdi-medical-bag:before {
  content: "󰛯";
}
.mdi-medical-cotton-swab:before {
  content: "󱪸";
}
.mdi-medication:before {
  content: "󱬔";
}
.mdi-medication-outline:before {
  content: "󱬕";
}
.mdi-meditation:before {
  content: "󱅻";
}
.mdi-memory:before {
  content: "󰍛";
}
.mdi-menorah:before {
  content: "󱟔";
}
.mdi-menorah-fire:before {
  content: "󱟕";
}
.mdi-menu:before {
  content: "󰍜";
}
.mdi-menu-down:before {
  content: "󰍝";
}
.mdi-menu-down-outline:before {
  content: "󰚶";
}
.mdi-menu-left:before {
  content: "󰍞";
}
.mdi-menu-left-outline:before {
  content: "󰨂";
}
.mdi-menu-open:before {
  content: "󰮫";
}
.mdi-menu-right:before {
  content: "󰍟";
}
.mdi-menu-right-outline:before {
  content: "󰨃";
}
.mdi-menu-swap:before {
  content: "󰩤";
}
.mdi-menu-swap-outline:before {
  content: "󰩥";
}
.mdi-menu-up:before {
  content: "󰍠";
}
.mdi-menu-up-outline:before {
  content: "󰚷";
}
.mdi-merge:before {
  content: "󰽜";
}
.mdi-message:before {
  content: "󰍡";
}
.mdi-message-alert:before {
  content: "󰍢";
}
.mdi-message-alert-outline:before {
  content: "󰨄";
}
.mdi-message-arrow-left:before {
  content: "󱋲";
}
.mdi-message-arrow-left-outline:before {
  content: "󱋳";
}
.mdi-message-arrow-right:before {
  content: "󱋴";
}
.mdi-message-arrow-right-outline:before {
  content: "󱋵";
}
.mdi-message-badge:before {
  content: "󱥁";
}
.mdi-message-badge-outline:before {
  content: "󱥂";
}
.mdi-message-bookmark:before {
  content: "󱖬";
}
.mdi-message-bookmark-outline:before {
  content: "󱖭";
}
.mdi-message-bulleted:before {
  content: "󰚢";
}
.mdi-message-bulleted-off:before {
  content: "󰚣";
}
.mdi-message-check:before {
  content: "󱮊";
}
.mdi-message-check-outline:before {
  content: "󱮋";
}
.mdi-message-cog:before {
  content: "󰛱";
}
.mdi-message-cog-outline:before {
  content: "󱅲";
}
.mdi-message-draw:before {
  content: "󰍣";
}
.mdi-message-fast:before {
  content: "󱧌";
}
.mdi-message-fast-outline:before {
  content: "󱧍";
}
.mdi-message-flash:before {
  content: "󱖩";
}
.mdi-message-flash-outline:before {
  content: "󱖪";
}
.mdi-message-image:before {
  content: "󰍤";
}
.mdi-message-image-outline:before {
  content: "󱅬";
}
.mdi-message-lock:before {
  content: "󰿌";
}
.mdi-message-lock-outline:before {
  content: "󱅭";
}
.mdi-message-minus:before {
  content: "󱅮";
}
.mdi-message-minus-outline:before {
  content: "󱅯";
}
.mdi-message-off:before {
  content: "󱙍";
}
.mdi-message-off-outline:before {
  content: "󱙎";
}
.mdi-message-outline:before {
  content: "󰍥";
}
.mdi-message-plus:before {
  content: "󰙓";
}
.mdi-message-plus-outline:before {
  content: "󱂻";
}
.mdi-message-processing:before {
  content: "󰍦";
}
.mdi-message-processing-outline:before {
  content: "󱅰";
}
.mdi-message-question:before {
  content: "󱜺";
}
.mdi-message-question-outline:before {
  content: "󱜻";
}
.mdi-message-reply:before {
  content: "󰍧";
}
.mdi-message-reply-outline:before {
  content: "󱜽";
}
.mdi-message-reply-text:before {
  content: "󰍨";
}
.mdi-message-reply-text-outline:before {
  content: "󱜾";
}
.mdi-message-settings:before {
  content: "󰛰";
}
.mdi-message-settings-outline:before {
  content: "󱅱";
}
.mdi-message-star:before {
  content: "󰚚";
}
.mdi-message-star-outline:before {
  content: "󱉐";
}
.mdi-message-text:before {
  content: "󰍩";
}
.mdi-message-text-clock:before {
  content: "󱅳";
}
.mdi-message-text-clock-outline:before {
  content: "󱅴";
}
.mdi-message-text-fast:before {
  content: "󱧎";
}
.mdi-message-text-fast-outline:before {
  content: "󱧏";
}
.mdi-message-text-lock:before {
  content: "󰿍";
}
.mdi-message-text-lock-outline:before {
  content: "󱅵";
}
.mdi-message-text-outline:before {
  content: "󰍪";
}
.mdi-message-video:before {
  content: "󰍫";
}
.mdi-meteor:before {
  content: "󰘩";
}
.mdi-meter-electric:before {
  content: "󱩗";
}
.mdi-meter-electric-outline:before {
  content: "󱩘";
}
.mdi-meter-gas:before {
  content: "󱩙";
}
.mdi-meter-gas-outline:before {
  content: "󱩚";
}
.mdi-metronome:before {
  content: "󰟚";
}
.mdi-metronome-tick:before {
  content: "󰟛";
}
.mdi-micro-sd:before {
  content: "󰟜";
}
.mdi-microphone:before {
  content: "󰍬";
}
.mdi-microphone-message:before {
  content: "󰔊";
}
.mdi-microphone-message-off:before {
  content: "󰔋";
}
.mdi-microphone-minus:before {
  content: "󰢳";
}
.mdi-microphone-off:before {
  content: "󰍭";
}
.mdi-microphone-outline:before {
  content: "󰍮";
}
.mdi-microphone-plus:before {
  content: "󰢴";
}
.mdi-microphone-question:before {
  content: "󱦉";
}
.mdi-microphone-question-outline:before {
  content: "󱦊";
}
.mdi-microphone-settings:before {
  content: "󰍯";
}
.mdi-microphone-variant:before {
  content: "󰍰";
}
.mdi-microphone-variant-off:before {
  content: "󰍱";
}
.mdi-microscope:before {
  content: "󰙔";
}
.mdi-microsoft:before {
  content: "󰍲";
}
.mdi-microsoft-access:before {
  content: "󱎎";
}
.mdi-microsoft-azure:before {
  content: "󰠅";
}
.mdi-microsoft-azure-devops:before {
  content: "󰿕";
}
.mdi-microsoft-bing:before {
  content: "󰂤";
}
.mdi-microsoft-dynamics-365:before {
  content: "󰦈";
}
.mdi-microsoft-edge:before {
  content: "󰇩";
}
.mdi-microsoft-excel:before {
  content: "󱎏";
}
.mdi-microsoft-internet-explorer:before {
  content: "󰌀";
}
.mdi-microsoft-office:before {
  content: "󰏆";
}
.mdi-microsoft-onedrive:before {
  content: "󰏊";
}
.mdi-microsoft-onenote:before {
  content: "󰝇";
}
.mdi-microsoft-outlook:before {
  content: "󰴢";
}
.mdi-microsoft-powerpoint:before {
  content: "󱎐";
}
.mdi-microsoft-sharepoint:before {
  content: "󱎑";
}
.mdi-microsoft-teams:before {
  content: "󰊻";
}
.mdi-microsoft-visual-studio:before {
  content: "󰘐";
}
.mdi-microsoft-visual-studio-code:before {
  content: "󰨞";
}
.mdi-microsoft-windows:before {
  content: "󰖳";
}
.mdi-microsoft-windows-classic:before {
  content: "󰨡";
}
.mdi-microsoft-word:before {
  content: "󱎒";
}
.mdi-microsoft-xbox:before {
  content: "󰖹";
}
.mdi-microsoft-xbox-controller:before {
  content: "󰖺";
}
.mdi-microsoft-xbox-controller-battery-alert:before {
  content: "󰝋";
}
.mdi-microsoft-xbox-controller-battery-charging:before {
  content: "󰨢";
}
.mdi-microsoft-xbox-controller-battery-empty:before {
  content: "󰝌";
}
.mdi-microsoft-xbox-controller-battery-full:before {
  content: "󰝍";
}
.mdi-microsoft-xbox-controller-battery-low:before {
  content: "󰝎";
}
.mdi-microsoft-xbox-controller-battery-medium:before {
  content: "󰝏";
}
.mdi-microsoft-xbox-controller-battery-unknown:before {
  content: "󰝐";
}
.mdi-microsoft-xbox-controller-menu:before {
  content: "󰹯";
}
.mdi-microsoft-xbox-controller-off:before {
  content: "󰖻";
}
.mdi-microsoft-xbox-controller-view:before {
  content: "󰹰";
}
.mdi-microwave:before {
  content: "󰲙";
}
.mdi-microwave-off:before {
  content: "󱐣";
}
.mdi-middleware:before {
  content: "󰽝";
}
.mdi-middleware-outline:before {
  content: "󰽞";
}
.mdi-midi:before {
  content: "󰣱";
}
.mdi-midi-port:before {
  content: "󰣲";
}
.mdi-mine:before {
  content: "󰷚";
}
.mdi-minecraft:before {
  content: "󰍳";
}
.mdi-mini-sd:before {
  content: "󰨅";
}
.mdi-minidisc:before {
  content: "󰨆";
}
.mdi-minus:before {
  content: "󰍴";
}
.mdi-minus-box:before {
  content: "󰍵";
}
.mdi-minus-box-multiple:before {
  content: "󱅁";
}
.mdi-minus-box-multiple-outline:before {
  content: "󱅂";
}
.mdi-minus-box-outline:before {
  content: "󰛲";
}
.mdi-minus-circle:before {
  content: "󰍶";
}
.mdi-minus-circle-multiple:before {
  content: "󰍚";
}
.mdi-minus-circle-multiple-outline:before {
  content: "󰫓";
}
.mdi-minus-circle-off:before {
  content: "󱑙";
}
.mdi-minus-circle-off-outline:before {
  content: "󱑚";
}
.mdi-minus-circle-outline:before {
  content: "󰍷";
}
.mdi-minus-network:before {
  content: "󰍸";
}
.mdi-minus-network-outline:before {
  content: "󰲚";
}
.mdi-minus-thick:before {
  content: "󱘹";
}
.mdi-mirror:before {
  content: "󱇽";
}
.mdi-mirror-rectangle:before {
  content: "󱞟";
}
.mdi-mirror-variant:before {
  content: "󱞠";
}
.mdi-mixed-martial-arts:before {
  content: "󰶏";
}
.mdi-mixed-reality:before {
  content: "󰡿";
}
.mdi-molecule:before {
  content: "󰮬";
}
.mdi-molecule-co:before {
  content: "󱋾";
}
.mdi-molecule-co2:before {
  content: "󰟤";
}
.mdi-monitor:before {
  content: "󰍹";
}
.mdi-monitor-account:before {
  content: "󱩛";
}
.mdi-monitor-arrow-down:before {
  content: "󱧐";
}
.mdi-monitor-arrow-down-variant:before {
  content: "󱧑";
}
.mdi-monitor-cellphone:before {
  content: "󰦉";
}
.mdi-monitor-cellphone-star:before {
  content: "󰦊";
}
.mdi-monitor-dashboard:before {
  content: "󰨇";
}
.mdi-monitor-edit:before {
  content: "󱋆";
}
.mdi-monitor-eye:before {
  content: "󱎴";
}
.mdi-monitor-lock:before {
  content: "󰷛";
}
.mdi-monitor-multiple:before {
  content: "󰍺";
}
.mdi-monitor-off:before {
  content: "󰶐";
}
.mdi-monitor-screenshot:before {
  content: "󰹑";
}
.mdi-monitor-share:before {
  content: "󱒃";
}
.mdi-monitor-shimmer:before {
  content: "󱄄";
}
.mdi-monitor-small:before {
  content: "󱡶";
}
.mdi-monitor-speaker:before {
  content: "󰽟";
}
.mdi-monitor-speaker-off:before {
  content: "󰽠";
}
.mdi-monitor-star:before {
  content: "󰷜";
}
.mdi-moon-first-quarter:before {
  content: "󰽡";
}
.mdi-moon-full:before {
  content: "󰽢";
}
.mdi-moon-last-quarter:before {
  content: "󰽣";
}
.mdi-moon-new:before {
  content: "󰽤";
}
.mdi-moon-waning-crescent:before {
  content: "󰽥";
}
.mdi-moon-waning-gibbous:before {
  content: "󰽦";
}
.mdi-moon-waxing-crescent:before {
  content: "󰽧";
}
.mdi-moon-waxing-gibbous:before {
  content: "󰽨";
}
.mdi-moped:before {
  content: "󱂆";
}
.mdi-moped-electric:before {
  content: "󱖷";
}
.mdi-moped-electric-outline:before {
  content: "󱖸";
}
.mdi-moped-outline:before {
  content: "󱖹";
}
.mdi-more:before {
  content: "󰍻";
}
.mdi-mortar-pestle:before {
  content: "󱝈";
}
.mdi-mortar-pestle-plus:before {
  content: "󰏱";
}
.mdi-mosque:before {
  content: "󰵅";
}
.mdi-mosque-outline:before {
  content: "󱠧";
}
.mdi-mother-heart:before {
  content: "󱌔";
}
.mdi-mother-nurse:before {
  content: "󰴡";
}
.mdi-motion:before {
  content: "󱖲";
}
.mdi-motion-outline:before {
  content: "󱖳";
}
.mdi-motion-pause:before {
  content: "󱖐";
}
.mdi-motion-pause-outline:before {
  content: "󱖒";
}
.mdi-motion-play:before {
  content: "󱖏";
}
.mdi-motion-play-outline:before {
  content: "󱖑";
}
.mdi-motion-sensor:before {
  content: "󰶑";
}
.mdi-motion-sensor-off:before {
  content: "󱐵";
}
.mdi-motorbike:before {
  content: "󰍼";
}
.mdi-motorbike-electric:before {
  content: "󱖺";
}
.mdi-motorbike-off:before {
  content: "󱬖";
}
.mdi-mouse:before {
  content: "󰍽";
}
.mdi-mouse-bluetooth:before {
  content: "󰦋";
}
.mdi-mouse-move-down:before {
  content: "󱕐";
}
.mdi-mouse-move-up:before {
  content: "󱕑";
}
.mdi-mouse-move-vertical:before {
  content: "󱕒";
}
.mdi-mouse-off:before {
  content: "󰍾";
}
.mdi-mouse-variant:before {
  content: "󰍿";
}
.mdi-mouse-variant-off:before {
  content: "󰎀";
}
.mdi-move-resize:before {
  content: "󰙕";
}
.mdi-move-resize-variant:before {
  content: "󰙖";
}
.mdi-movie:before {
  content: "󰎁";
}
.mdi-movie-check:before {
  content: "󱛳";
}
.mdi-movie-check-outline:before {
  content: "󱛴";
}
.mdi-movie-cog:before {
  content: "󱛵";
}
.mdi-movie-cog-outline:before {
  content: "󱛶";
}
.mdi-movie-edit:before {
  content: "󱄢";
}
.mdi-movie-edit-outline:before {
  content: "󱄣";
}
.mdi-movie-filter:before {
  content: "󱄤";
}
.mdi-movie-filter-outline:before {
  content: "󱄥";
}
.mdi-movie-minus:before {
  content: "󱛷";
}
.mdi-movie-minus-outline:before {
  content: "󱛸";
}
.mdi-movie-off:before {
  content: "󱛹";
}
.mdi-movie-off-outline:before {
  content: "󱛺";
}
.mdi-movie-open:before {
  content: "󰿎";
}
.mdi-movie-open-check:before {
  content: "󱛻";
}
.mdi-movie-open-check-outline:before {
  content: "󱛼";
}
.mdi-movie-open-cog:before {
  content: "󱛽";
}
.mdi-movie-open-cog-outline:before {
  content: "󱛾";
}
.mdi-movie-open-edit:before {
  content: "󱛿";
}
.mdi-movie-open-edit-outline:before {
  content: "󱜀";
}
.mdi-movie-open-minus:before {
  content: "󱜁";
}
.mdi-movie-open-minus-outline:before {
  content: "󱜂";
}
.mdi-movie-open-off:before {
  content: "󱜃";
}
.mdi-movie-open-off-outline:before {
  content: "󱜄";
}
.mdi-movie-open-outline:before {
  content: "󰿏";
}
.mdi-movie-open-play:before {
  content: "󱜅";
}
.mdi-movie-open-play-outline:before {
  content: "󱜆";
}
.mdi-movie-open-plus:before {
  content: "󱜇";
}
.mdi-movie-open-plus-outline:before {
  content: "󱜈";
}
.mdi-movie-open-remove:before {
  content: "󱜉";
}
.mdi-movie-open-remove-outline:before {
  content: "󱜊";
}
.mdi-movie-open-settings:before {
  content: "󱜋";
}
.mdi-movie-open-settings-outline:before {
  content: "󱜌";
}
.mdi-movie-open-star:before {
  content: "󱜍";
}
.mdi-movie-open-star-outline:before {
  content: "󱜎";
}
.mdi-movie-outline:before {
  content: "󰷝";
}
.mdi-movie-play:before {
  content: "󱜏";
}
.mdi-movie-play-outline:before {
  content: "󱜐";
}
.mdi-movie-plus:before {
  content: "󱜑";
}
.mdi-movie-plus-outline:before {
  content: "󱜒";
}
.mdi-movie-remove:before {
  content: "󱜓";
}
.mdi-movie-remove-outline:before {
  content: "󱜔";
}
.mdi-movie-roll:before {
  content: "󰟞";
}
.mdi-movie-search:before {
  content: "󱇒";
}
.mdi-movie-search-outline:before {
  content: "󱇓";
}
.mdi-movie-settings:before {
  content: "󱜕";
}
.mdi-movie-settings-outline:before {
  content: "󱜖";
}
.mdi-movie-star:before {
  content: "󱜗";
}
.mdi-movie-star-outline:before {
  content: "󱜘";
}
.mdi-mower:before {
  content: "󱙯";
}
.mdi-mower-bag:before {
  content: "󱙰";
}
.mdi-mower-bag-on:before {
  content: "󱭠";
}
.mdi-mower-on:before {
  content: "󱭟";
}
.mdi-muffin:before {
  content: "󰦌";
}
.mdi-multicast:before {
  content: "󱢓";
}
.mdi-multimedia:before {
  content: "󱮗";
}
.mdi-multiplication:before {
  content: "󰎂";
}
.mdi-multiplication-box:before {
  content: "󰎃";
}
.mdi-mushroom:before {
  content: "󰟟";
}
.mdi-mushroom-off:before {
  content: "󱏺";
}
.mdi-mushroom-off-outline:before {
  content: "󱏻";
}
.mdi-mushroom-outline:before {
  content: "󰟠";
}
.mdi-music:before {
  content: "󰝚";
}
.mdi-music-accidental-double-flat:before {
  content: "󰽩";
}
.mdi-music-accidental-double-sharp:before {
  content: "󰽪";
}
.mdi-music-accidental-flat:before {
  content: "󰽫";
}
.mdi-music-accidental-natural:before {
  content: "󰽬";
}
.mdi-music-accidental-sharp:before {
  content: "󰽭";
}
.mdi-music-box:before {
  content: "󰎄";
}
.mdi-music-box-multiple:before {
  content: "󰌳";
}
.mdi-music-box-multiple-outline:before {
  content: "󰼄";
}
.mdi-music-box-outline:before {
  content: "󰎅";
}
.mdi-music-circle:before {
  content: "󰎆";
}
.mdi-music-circle-outline:before {
  content: "󰫔";
}
.mdi-music-clef-alto:before {
  content: "󰽮";
}
.mdi-music-clef-bass:before {
  content: "󰽯";
}
.mdi-music-clef-treble:before {
  content: "󰽰";
}
.mdi-music-note:before {
  content: "󰎇";
}
.mdi-music-note-bluetooth:before {
  content: "󰗾";
}
.mdi-music-note-bluetooth-off:before {
  content: "󰗿";
}
.mdi-music-note-eighth:before {
  content: "󰎈";
}
.mdi-music-note-eighth-dotted:before {
  content: "󰽱";
}
.mdi-music-note-half:before {
  content: "󰎉";
}
.mdi-music-note-half-dotted:before {
  content: "󰽲";
}
.mdi-music-note-minus:before {
  content: "󱮉";
}
.mdi-music-note-off:before {
  content: "󰎊";
}
.mdi-music-note-off-outline:before {
  content: "󰽳";
}
.mdi-music-note-outline:before {
  content: "󰽴";
}
.mdi-music-note-plus:before {
  content: "󰷞";
}
.mdi-music-note-quarter:before {
  content: "󰎋";
}
.mdi-music-note-quarter-dotted:before {
  content: "󰽵";
}
.mdi-music-note-sixteenth:before {
  content: "󰎌";
}
.mdi-music-note-sixteenth-dotted:before {
  content: "󰽶";
}
.mdi-music-note-whole:before {
  content: "󰎍";
}
.mdi-music-note-whole-dotted:before {
  content: "󰽷";
}
.mdi-music-off:before {
  content: "󰝛";
}
.mdi-music-rest-eighth:before {
  content: "󰽸";
}
.mdi-music-rest-half:before {
  content: "󰽹";
}
.mdi-music-rest-quarter:before {
  content: "󰽺";
}
.mdi-music-rest-sixteenth:before {
  content: "󰽻";
}
.mdi-music-rest-whole:before {
  content: "󰽼";
}
.mdi-mustache:before {
  content: "󱗞";
}
.mdi-nail:before {
  content: "󰷟";
}
.mdi-nas:before {
  content: "󰣳";
}
.mdi-nativescript:before {
  content: "󰢀";
}
.mdi-nature:before {
  content: "󰎎";
}
.mdi-nature-people:before {
  content: "󰎏";
}
.mdi-navigation:before {
  content: "󰎐";
}
.mdi-navigation-outline:before {
  content: "󱘇";
}
.mdi-navigation-variant:before {
  content: "󱣰";
}
.mdi-navigation-variant-outline:before {
  content: "󱣱";
}
.mdi-near-me:before {
  content: "󰗍";
}
.mdi-necklace:before {
  content: "󰼋";
}
.mdi-needle:before {
  content: "󰎑";
}
.mdi-needle-off:before {
  content: "󱧒";
}
.mdi-netflix:before {
  content: "󰝆";
}
.mdi-network:before {
  content: "󰛳";
}
.mdi-network-off:before {
  content: "󰲛";
}
.mdi-network-off-outline:before {
  content: "󰲜";
}
.mdi-network-outline:before {
  content: "󰲝";
}
.mdi-network-pos:before {
  content: "󱫋";
}
.mdi-network-strength-1:before {
  content: "󰣴";
}
.mdi-network-strength-1-alert:before {
  content: "󰣵";
}
.mdi-network-strength-2:before {
  content: "󰣶";
}
.mdi-network-strength-2-alert:before {
  content: "󰣷";
}
.mdi-network-strength-3:before {
  content: "󰣸";
}
.mdi-network-strength-3-alert:before {
  content: "󰣹";
}
.mdi-network-strength-4:before {
  content: "󰣺";
}
.mdi-network-strength-4-alert:before {
  content: "󰣻";
}
.mdi-network-strength-4-cog:before {
  content: "󱤚";
}
.mdi-network-strength-off:before {
  content: "󰣼";
}
.mdi-network-strength-off-outline:before {
  content: "󰣽";
}
.mdi-network-strength-outline:before {
  content: "󰣾";
}
.mdi-new-box:before {
  content: "󰎔";
}
.mdi-newspaper:before {
  content: "󰎕";
}
.mdi-newspaper-check:before {
  content: "󱥃";
}
.mdi-newspaper-minus:before {
  content: "󰼌";
}
.mdi-newspaper-plus:before {
  content: "󰼍";
}
.mdi-newspaper-remove:before {
  content: "󱥄";
}
.mdi-newspaper-variant:before {
  content: "󱀁";
}
.mdi-newspaper-variant-multiple:before {
  content: "󱀂";
}
.mdi-newspaper-variant-multiple-outline:before {
  content: "󱀃";
}
.mdi-newspaper-variant-outline:before {
  content: "󱀄";
}
.mdi-nfc:before {
  content: "󰎖";
}
.mdi-nfc-search-variant:before {
  content: "󰹓";
}
.mdi-nfc-tap:before {
  content: "󰎗";
}
.mdi-nfc-variant:before {
  content: "󰎘";
}
.mdi-nfc-variant-off:before {
  content: "󰹔";
}
.mdi-ninja:before {
  content: "󰝴";
}
.mdi-nintendo-game-boy:before {
  content: "󱎓";
}
.mdi-nintendo-switch:before {
  content: "󰟡";
}
.mdi-nintendo-wii:before {
  content: "󰖫";
}
.mdi-nintendo-wiiu:before {
  content: "󰜭";
}
.mdi-nix:before {
  content: "󱄅";
}
.mdi-nodejs:before {
  content: "󰎙";
}
.mdi-noodles:before {
  content: "󱅾";
}
.mdi-not-equal:before {
  content: "󰦍";
}
.mdi-not-equal-variant:before {
  content: "󰦎";
}
.mdi-note:before {
  content: "󰎚";
}
.mdi-note-alert:before {
  content: "󱝽";
}
.mdi-note-alert-outline:before {
  content: "󱝾";
}
.mdi-note-check:before {
  content: "󱝿";
}
.mdi-note-check-outline:before {
  content: "󱞀";
}
.mdi-note-edit:before {
  content: "󱞁";
}
.mdi-note-edit-outline:before {
  content: "󱞂";
}
.mdi-note-minus:before {
  content: "󱙏";
}
.mdi-note-minus-outline:before {
  content: "󱙐";
}
.mdi-note-multiple:before {
  content: "󰚸";
}
.mdi-note-multiple-outline:before {
  content: "󰚹";
}
.mdi-note-off:before {
  content: "󱞃";
}
.mdi-note-off-outline:before {
  content: "󱞄";
}
.mdi-note-outline:before {
  content: "󰎛";
}
.mdi-note-plus:before {
  content: "󰎜";
}
.mdi-note-plus-outline:before {
  content: "󰎝";
}
.mdi-note-remove:before {
  content: "󱙑";
}
.mdi-note-remove-outline:before {
  content: "󱙒";
}
.mdi-note-search:before {
  content: "󱙓";
}
.mdi-note-search-outline:before {
  content: "󱙔";
}
.mdi-note-text:before {
  content: "󰎞";
}
.mdi-note-text-outline:before {
  content: "󱇗";
}
.mdi-notebook:before {
  content: "󰠮";
}
.mdi-notebook-check:before {
  content: "󱓵";
}
.mdi-notebook-check-outline:before {
  content: "󱓶";
}
.mdi-notebook-edit:before {
  content: "󱓧";
}
.mdi-notebook-edit-outline:before {
  content: "󱓩";
}
.mdi-notebook-heart:before {
  content: "󱨋";
}
.mdi-notebook-heart-outline:before {
  content: "󱨌";
}
.mdi-notebook-minus:before {
  content: "󱘐";
}
.mdi-notebook-minus-outline:before {
  content: "󱘑";
}
.mdi-notebook-multiple:before {
  content: "󰹕";
}
.mdi-notebook-outline:before {
  content: "󰺿";
}
.mdi-notebook-plus:before {
  content: "󱘒";
}
.mdi-notebook-plus-outline:before {
  content: "󱘓";
}
.mdi-notebook-remove:before {
  content: "󱘔";
}
.mdi-notebook-remove-outline:before {
  content: "󱘕";
}
.mdi-notification-clear-all:before {
  content: "󰎟";
}
.mdi-npm:before {
  content: "󰛷";
}
.mdi-nuke:before {
  content: "󰚤";
}
.mdi-null:before {
  content: "󰟢";
}
.mdi-numeric:before {
  content: "󰎠";
}
.mdi-numeric-0:before {
  content: "󰬹";
}
.mdi-numeric-0-box:before {
  content: "󰎡";
}
.mdi-numeric-0-box-multiple:before {
  content: "󰼎";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "󰎢";
}
.mdi-numeric-0-box-outline:before {
  content: "󰎣";
}
.mdi-numeric-0-circle:before {
  content: "󰲞";
}
.mdi-numeric-0-circle-outline:before {
  content: "󰲟";
}
.mdi-numeric-1:before {
  content: "󰬺";
}
.mdi-numeric-1-box:before {
  content: "󰎤";
}
.mdi-numeric-1-box-multiple:before {
  content: "󰼏";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "󰎥";
}
.mdi-numeric-1-box-outline:before {
  content: "󰎦";
}
.mdi-numeric-1-circle:before {
  content: "󰲠";
}
.mdi-numeric-1-circle-outline:before {
  content: "󰲡";
}
.mdi-numeric-10:before {
  content: "󰿩";
}
.mdi-numeric-10-box:before {
  content: "󰽽";
}
.mdi-numeric-10-box-multiple:before {
  content: "󰿪";
}
.mdi-numeric-10-box-multiple-outline:before {
  content: "󰿫";
}
.mdi-numeric-10-box-outline:before {
  content: "󰽾";
}
.mdi-numeric-10-circle:before {
  content: "󰿬";
}
.mdi-numeric-10-circle-outline:before {
  content: "󰿭";
}
.mdi-numeric-2:before {
  content: "󰬻";
}
.mdi-numeric-2-box:before {
  content: "󰎧";
}
.mdi-numeric-2-box-multiple:before {
  content: "󰼐";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "󰎨";
}
.mdi-numeric-2-box-outline:before {
  content: "󰎩";
}
.mdi-numeric-2-circle:before {
  content: "󰲢";
}
.mdi-numeric-2-circle-outline:before {
  content: "󰲣";
}
.mdi-numeric-3:before {
  content: "󰬼";
}
.mdi-numeric-3-box:before {
  content: "󰎪";
}
.mdi-numeric-3-box-multiple:before {
  content: "󰼑";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "󰎫";
}
.mdi-numeric-3-box-outline:before {
  content: "󰎬";
}
.mdi-numeric-3-circle:before {
  content: "󰲤";
}
.mdi-numeric-3-circle-outline:before {
  content: "󰲥";
}
.mdi-numeric-4:before {
  content: "󰬽";
}
.mdi-numeric-4-box:before {
  content: "󰎭";
}
.mdi-numeric-4-box-multiple:before {
  content: "󰼒";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "󰎲";
}
.mdi-numeric-4-box-outline:before {
  content: "󰎮";
}
.mdi-numeric-4-circle:before {
  content: "󰲦";
}
.mdi-numeric-4-circle-outline:before {
  content: "󰲧";
}
.mdi-numeric-5:before {
  content: "󰬾";
}
.mdi-numeric-5-box:before {
  content: "󰎱";
}
.mdi-numeric-5-box-multiple:before {
  content: "󰼓";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "󰎯";
}
.mdi-numeric-5-box-outline:before {
  content: "󰎰";
}
.mdi-numeric-5-circle:before {
  content: "󰲨";
}
.mdi-numeric-5-circle-outline:before {
  content: "󰲩";
}
.mdi-numeric-6:before {
  content: "󰬿";
}
.mdi-numeric-6-box:before {
  content: "󰎳";
}
.mdi-numeric-6-box-multiple:before {
  content: "󰼔";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "󰎴";
}
.mdi-numeric-6-box-outline:before {
  content: "󰎵";
}
.mdi-numeric-6-circle:before {
  content: "󰲪";
}
.mdi-numeric-6-circle-outline:before {
  content: "󰲫";
}
.mdi-numeric-7:before {
  content: "󰭀";
}
.mdi-numeric-7-box:before {
  content: "󰎶";
}
.mdi-numeric-7-box-multiple:before {
  content: "󰼕";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "󰎷";
}
.mdi-numeric-7-box-outline:before {
  content: "󰎸";
}
.mdi-numeric-7-circle:before {
  content: "󰲬";
}
.mdi-numeric-7-circle-outline:before {
  content: "󰲭";
}
.mdi-numeric-8:before {
  content: "󰭁";
}
.mdi-numeric-8-box:before {
  content: "󰎹";
}
.mdi-numeric-8-box-multiple:before {
  content: "󰼖";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "󰎺";
}
.mdi-numeric-8-box-outline:before {
  content: "󰎻";
}
.mdi-numeric-8-circle:before {
  content: "󰲮";
}
.mdi-numeric-8-circle-outline:before {
  content: "󰲯";
}
.mdi-numeric-9:before {
  content: "󰭂";
}
.mdi-numeric-9-box:before {
  content: "󰎼";
}
.mdi-numeric-9-box-multiple:before {
  content: "󰼗";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "󰎽";
}
.mdi-numeric-9-box-outline:before {
  content: "󰎾";
}
.mdi-numeric-9-circle:before {
  content: "󰲰";
}
.mdi-numeric-9-circle-outline:before {
  content: "󰲱";
}
.mdi-numeric-9-plus:before {
  content: "󰿮";
}
.mdi-numeric-9-plus-box:before {
  content: "󰎿";
}
.mdi-numeric-9-plus-box-multiple:before {
  content: "󰼘";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "󰏀";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "󰏁";
}
.mdi-numeric-9-plus-circle:before {
  content: "󰲲";
}
.mdi-numeric-9-plus-circle-outline:before {
  content: "󰲳";
}
.mdi-numeric-negative-1:before {
  content: "󱁒";
}
.mdi-numeric-off:before {
  content: "󱧓";
}
.mdi-numeric-positive-1:before {
  content: "󱗋";
}
.mdi-nut:before {
  content: "󰛸";
}
.mdi-nutrition:before {
  content: "󰏂";
}
.mdi-nuxt:before {
  content: "󱄆";
}
.mdi-oar:before {
  content: "󰙼";
}
.mdi-ocarina:before {
  content: "󰷠";
}
.mdi-oci:before {
  content: "󱋩";
}
.mdi-ocr:before {
  content: "󱄺";
}
.mdi-octagon:before {
  content: "󰏃";
}
.mdi-octagon-outline:before {
  content: "󰏄";
}
.mdi-octagram:before {
  content: "󰛹";
}
.mdi-octagram-outline:before {
  content: "󰝵";
}
.mdi-octahedron:before {
  content: "󱥐";
}
.mdi-octahedron-off:before {
  content: "󱥑";
}
.mdi-odnoklassniki:before {
  content: "󰏅";
}
.mdi-offer:before {
  content: "󱈛";
}
.mdi-office-building:before {
  content: "󰦑";
}
.mdi-office-building-cog:before {
  content: "󱥉";
}
.mdi-office-building-cog-outline:before {
  content: "󱥊";
}
.mdi-office-building-marker:before {
  content: "󱔠";
}
.mdi-office-building-marker-outline:before {
  content: "󱔡";
}
.mdi-office-building-minus:before {
  content: "󱮪";
}
.mdi-office-building-minus-outline:before {
  content: "󱮫";
}
.mdi-office-building-outline:before {
  content: "󱔟";
}
.mdi-office-building-plus:before {
  content: "󱮨";
}
.mdi-office-building-plus-outline:before {
  content: "󱮩";
}
.mdi-office-building-remove:before {
  content: "󱮬";
}
.mdi-office-building-remove-outline:before {
  content: "󱮭";
}
.mdi-oil:before {
  content: "󰏇";
}
.mdi-oil-lamp:before {
  content: "󰼙";
}
.mdi-oil-level:before {
  content: "󱁓";
}
.mdi-oil-temperature:before {
  content: "󰿸";
}
.mdi-om:before {
  content: "󰥳";
}
.mdi-omega:before {
  content: "󰏉";
}
.mdi-one-up:before {
  content: "󰮭";
}
.mdi-onepassword:before {
  content: "󰢁";
}
.mdi-opacity:before {
  content: "󰗌";
}
.mdi-open-in-app:before {
  content: "󰏋";
}
.mdi-open-in-new:before {
  content: "󰏌";
}
.mdi-open-source-initiative:before {
  content: "󰮮";
}
.mdi-openid:before {
  content: "󰏍";
}
.mdi-opera:before {
  content: "󰏎";
}
.mdi-orbit:before {
  content: "󰀘";
}
.mdi-orbit-variant:before {
  content: "󱗛";
}
.mdi-order-alphabetical-ascending:before {
  content: "󰈍";
}
.mdi-order-alphabetical-descending:before {
  content: "󰴇";
}
.mdi-order-bool-ascending:before {
  content: "󰊾";
}
.mdi-order-bool-ascending-variant:before {
  content: "󰦏";
}
.mdi-order-bool-descending:before {
  content: "󱎄";
}
.mdi-order-bool-descending-variant:before {
  content: "󰦐";
}
.mdi-order-numeric-ascending:before {
  content: "󰕅";
}
.mdi-order-numeric-descending:before {
  content: "󰕆";
}
.mdi-origin:before {
  content: "󰭃";
}
.mdi-ornament:before {
  content: "󰏏";
}
.mdi-ornament-variant:before {
  content: "󰏐";
}
.mdi-outdoor-lamp:before {
  content: "󱁔";
}
.mdi-overscan:before {
  content: "󱀅";
}
.mdi-owl:before {
  content: "󰏒";
}
.mdi-pac-man:before {
  content: "󰮯";
}
.mdi-package:before {
  content: "󰏓";
}
.mdi-package-check:before {
  content: "󱭑";
}
.mdi-package-down:before {
  content: "󰏔";
}
.mdi-package-up:before {
  content: "󰏕";
}
.mdi-package-variant:before {
  content: "󰏖";
}
.mdi-package-variant-closed:before {
  content: "󰏗";
}
.mdi-package-variant-closed-check:before {
  content: "󱭒";
}
.mdi-package-variant-closed-minus:before {
  content: "󱧔";
}
.mdi-package-variant-closed-plus:before {
  content: "󱧕";
}
.mdi-package-variant-closed-remove:before {
  content: "󱧖";
}
.mdi-package-variant-minus:before {
  content: "󱧗";
}
.mdi-package-variant-plus:before {
  content: "󱧘";
}
.mdi-package-variant-remove:before {
  content: "󱧙";
}
.mdi-page-first:before {
  content: "󰘀";
}
.mdi-page-last:before {
  content: "󰘁";
}
.mdi-page-layout-body:before {
  content: "󰛺";
}
.mdi-page-layout-footer:before {
  content: "󰛻";
}
.mdi-page-layout-header:before {
  content: "󰛼";
}
.mdi-page-layout-header-footer:before {
  content: "󰽿";
}
.mdi-page-layout-sidebar-left:before {
  content: "󰛽";
}
.mdi-page-layout-sidebar-right:before {
  content: "󰛾";
}
.mdi-page-next:before {
  content: "󰮰";
}
.mdi-page-next-outline:before {
  content: "󰮱";
}
.mdi-page-previous:before {
  content: "󰮲";
}
.mdi-page-previous-outline:before {
  content: "󰮳";
}
.mdi-pail:before {
  content: "󱐗";
}
.mdi-pail-minus:before {
  content: "󱐷";
}
.mdi-pail-minus-outline:before {
  content: "󱐼";
}
.mdi-pail-off:before {
  content: "󱐹";
}
.mdi-pail-off-outline:before {
  content: "󱐾";
}
.mdi-pail-outline:before {
  content: "󱐺";
}
.mdi-pail-plus:before {
  content: "󱐶";
}
.mdi-pail-plus-outline:before {
  content: "󱐻";
}
.mdi-pail-remove:before {
  content: "󱐸";
}
.mdi-pail-remove-outline:before {
  content: "󱐽";
}
.mdi-palette:before {
  content: "󰏘";
}
.mdi-palette-advanced:before {
  content: "󰏙";
}
.mdi-palette-outline:before {
  content: "󰸌";
}
.mdi-palette-swatch:before {
  content: "󰢵";
}
.mdi-palette-swatch-outline:before {
  content: "󱍜";
}
.mdi-palette-swatch-variant:before {
  content: "󱥚";
}
.mdi-palm-tree:before {
  content: "󱁕";
}
.mdi-pan:before {
  content: "󰮴";
}
.mdi-pan-bottom-left:before {
  content: "󰮵";
}
.mdi-pan-bottom-right:before {
  content: "󰮶";
}
.mdi-pan-down:before {
  content: "󰮷";
}
.mdi-pan-horizontal:before {
  content: "󰮸";
}
.mdi-pan-left:before {
  content: "󰮹";
}
.mdi-pan-right:before {
  content: "󰮺";
}
.mdi-pan-top-left:before {
  content: "󰮻";
}
.mdi-pan-top-right:before {
  content: "󰮼";
}
.mdi-pan-up:before {
  content: "󰮽";
}
.mdi-pan-vertical:before {
  content: "󰮾";
}
.mdi-panda:before {
  content: "󰏚";
}
.mdi-pandora:before {
  content: "󰏛";
}
.mdi-panorama:before {
  content: "󰏜";
}
.mdi-panorama-fisheye:before {
  content: "󰏝";
}
.mdi-panorama-horizontal:before {
  content: "󱤨";
}
.mdi-panorama-horizontal-outline:before {
  content: "󰏞";
}
.mdi-panorama-outline:before {
  content: "󱦌";
}
.mdi-panorama-sphere:before {
  content: "󱦍";
}
.mdi-panorama-sphere-outline:before {
  content: "󱦎";
}
.mdi-panorama-variant:before {
  content: "󱦏";
}
.mdi-panorama-variant-outline:before {
  content: "󱦐";
}
.mdi-panorama-vertical:before {
  content: "󱤩";
}
.mdi-panorama-vertical-outline:before {
  content: "󰏟";
}
.mdi-panorama-wide-angle:before {
  content: "󱥟";
}
.mdi-panorama-wide-angle-outline:before {
  content: "󰏠";
}
.mdi-paper-cut-vertical:before {
  content: "󰏡";
}
.mdi-paper-roll:before {
  content: "󱅗";
}
.mdi-paper-roll-outline:before {
  content: "󱅘";
}
.mdi-paperclip:before {
  content: "󰏢";
}
.mdi-paperclip-check:before {
  content: "󱫆";
}
.mdi-paperclip-lock:before {
  content: "󱧚";
}
.mdi-paperclip-minus:before {
  content: "󱫇";
}
.mdi-paperclip-off:before {
  content: "󱫈";
}
.mdi-paperclip-plus:before {
  content: "󱫉";
}
.mdi-paperclip-remove:before {
  content: "󱫊";
}
.mdi-parachute:before {
  content: "󰲴";
}
.mdi-parachute-outline:before {
  content: "󰲵";
}
.mdi-paragliding:before {
  content: "󱝅";
}
.mdi-parking:before {
  content: "󰏣";
}
.mdi-party-popper:before {
  content: "󱁖";
}
.mdi-passport:before {
  content: "󰟣";
}
.mdi-passport-biometric:before {
  content: "󰷡";
}
.mdi-pasta:before {
  content: "󱅠";
}
.mdi-patio-heater:before {
  content: "󰾀";
}
.mdi-patreon:before {
  content: "󰢂";
}
.mdi-pause:before {
  content: "󰏤";
}
.mdi-pause-box:before {
  content: "󰂼";
}
.mdi-pause-box-outline:before {
  content: "󱭺";
}
.mdi-pause-circle:before {
  content: "󰏥";
}
.mdi-pause-circle-outline:before {
  content: "󰏦";
}
.mdi-pause-octagon:before {
  content: "󰏧";
}
.mdi-pause-octagon-outline:before {
  content: "󰏨";
}
.mdi-paw:before {
  content: "󰏩";
}
.mdi-paw-off:before {
  content: "󰙗";
}
.mdi-paw-off-outline:before {
  content: "󱙶";
}
.mdi-paw-outline:before {
  content: "󱙵";
}
.mdi-peace:before {
  content: "󰢄";
}
.mdi-peanut:before {
  content: "󰿼";
}
.mdi-peanut-off:before {
  content: "󰿽";
}
.mdi-peanut-off-outline:before {
  content: "󰿿";
}
.mdi-peanut-outline:before {
  content: "󰿾";
}
.mdi-pen:before {
  content: "󰏪";
}
.mdi-pen-lock:before {
  content: "󰷢";
}
.mdi-pen-minus:before {
  content: "󰷣";
}
.mdi-pen-off:before {
  content: "󰷤";
}
.mdi-pen-plus:before {
  content: "󰷥";
}
.mdi-pen-remove:before {
  content: "󰷦";
}
.mdi-pencil:before {
  content: "󰏫";
}
.mdi-pencil-box:before {
  content: "󰏬";
}
.mdi-pencil-box-multiple:before {
  content: "󱅄";
}
.mdi-pencil-box-multiple-outline:before {
  content: "󱅅";
}
.mdi-pencil-box-outline:before {
  content: "󰏭";
}
.mdi-pencil-circle:before {
  content: "󰛿";
}
.mdi-pencil-circle-outline:before {
  content: "󰝶";
}
.mdi-pencil-lock:before {
  content: "󰏮";
}
.mdi-pencil-lock-outline:before {
  content: "󰷧";
}
.mdi-pencil-minus:before {
  content: "󰷨";
}
.mdi-pencil-minus-outline:before {
  content: "󰷩";
}
.mdi-pencil-off:before {
  content: "󰏯";
}
.mdi-pencil-off-outline:before {
  content: "󰷪";
}
.mdi-pencil-outline:before {
  content: "󰲶";
}
.mdi-pencil-plus:before {
  content: "󰷫";
}
.mdi-pencil-plus-outline:before {
  content: "󰷬";
}
.mdi-pencil-remove:before {
  content: "󰷭";
}
.mdi-pencil-remove-outline:before {
  content: "󰷮";
}
.mdi-pencil-ruler:before {
  content: "󱍓";
}
.mdi-pencil-ruler-outline:before {
  content: "󱰑";
}
.mdi-penguin:before {
  content: "󰻀";
}
.mdi-pentagon:before {
  content: "󰜁";
}
.mdi-pentagon-outline:before {
  content: "󰜀";
}
.mdi-pentagram:before {
  content: "󱙧";
}
.mdi-percent:before {
  content: "󰏰";
}
.mdi-percent-box:before {
  content: "󱨂";
}
.mdi-percent-box-outline:before {
  content: "󱨃";
}
.mdi-percent-circle:before {
  content: "󱨄";
}
.mdi-percent-circle-outline:before {
  content: "󱨅";
}
.mdi-percent-outline:before {
  content: "󱉸";
}
.mdi-periodic-table:before {
  content: "󰢶";
}
.mdi-perspective-less:before {
  content: "󰴣";
}
.mdi-perspective-more:before {
  content: "󰴤";
}
.mdi-ph:before {
  content: "󱟅";
}
.mdi-phone:before {
  content: "󰏲";
}
.mdi-phone-alert:before {
  content: "󰼚";
}
.mdi-phone-alert-outline:before {
  content: "󱆎";
}
.mdi-phone-bluetooth:before {
  content: "󰏳";
}
.mdi-phone-bluetooth-outline:before {
  content: "󱆏";
}
.mdi-phone-cancel:before {
  content: "󱂼";
}
.mdi-phone-cancel-outline:before {
  content: "󱆐";
}
.mdi-phone-check:before {
  content: "󱆩";
}
.mdi-phone-check-outline:before {
  content: "󱆪";
}
.mdi-phone-classic:before {
  content: "󰘂";
}
.mdi-phone-classic-off:before {
  content: "󱉹";
}
.mdi-phone-clock:before {
  content: "󱧛";
}
.mdi-phone-dial:before {
  content: "󱕙";
}
.mdi-phone-dial-outline:before {
  content: "󱕚";
}
.mdi-phone-forward:before {
  content: "󰏴";
}
.mdi-phone-forward-outline:before {
  content: "󱆑";
}
.mdi-phone-hangup:before {
  content: "󰏵";
}
.mdi-phone-hangup-outline:before {
  content: "󱆒";
}
.mdi-phone-in-talk:before {
  content: "󰏶";
}
.mdi-phone-in-talk-outline:before {
  content: "󱆂";
}
.mdi-phone-incoming:before {
  content: "󰏷";
}
.mdi-phone-incoming-outgoing:before {
  content: "󱬿";
}
.mdi-phone-incoming-outgoing-outline:before {
  content: "󱭀";
}
.mdi-phone-incoming-outline:before {
  content: "󱆓";
}
.mdi-phone-lock:before {
  content: "󰏸";
}
.mdi-phone-lock-outline:before {
  content: "󱆔";
}
.mdi-phone-log:before {
  content: "󰏹";
}
.mdi-phone-log-outline:before {
  content: "󱆕";
}
.mdi-phone-message:before {
  content: "󱆖";
}
.mdi-phone-message-outline:before {
  content: "󱆗";
}
.mdi-phone-minus:before {
  content: "󰙘";
}
.mdi-phone-minus-outline:before {
  content: "󱆘";
}
.mdi-phone-missed:before {
  content: "󰏺";
}
.mdi-phone-missed-outline:before {
  content: "󱆥";
}
.mdi-phone-off:before {
  content: "󰷯";
}
.mdi-phone-off-outline:before {
  content: "󱆦";
}
.mdi-phone-outgoing:before {
  content: "󰏻";
}
.mdi-phone-outgoing-outline:before {
  content: "󱆙";
}
.mdi-phone-outline:before {
  content: "󰷰";
}
.mdi-phone-paused:before {
  content: "󰏼";
}
.mdi-phone-paused-outline:before {
  content: "󱆚";
}
.mdi-phone-plus:before {
  content: "󰙙";
}
.mdi-phone-plus-outline:before {
  content: "󱆛";
}
.mdi-phone-refresh:before {
  content: "󱦓";
}
.mdi-phone-refresh-outline:before {
  content: "󱦔";
}
.mdi-phone-remove:before {
  content: "󱔯";
}
.mdi-phone-remove-outline:before {
  content: "󱔰";
}
.mdi-phone-return:before {
  content: "󰠯";
}
.mdi-phone-return-outline:before {
  content: "󱆜";
}
.mdi-phone-ring:before {
  content: "󱆫";
}
.mdi-phone-ring-outline:before {
  content: "󱆬";
}
.mdi-phone-rotate-landscape:before {
  content: "󰢅";
}
.mdi-phone-rotate-portrait:before {
  content: "󰢆";
}
.mdi-phone-settings:before {
  content: "󰏽";
}
.mdi-phone-settings-outline:before {
  content: "󱆝";
}
.mdi-phone-sync:before {
  content: "󱦕";
}
.mdi-phone-sync-outline:before {
  content: "󱦖";
}
.mdi-phone-voip:before {
  content: "󰏾";
}
.mdi-pi:before {
  content: "󰏿";
}
.mdi-pi-box:before {
  content: "󰐀";
}
.mdi-pi-hole:before {
  content: "󰷱";
}
.mdi-piano:before {
  content: "󰙽";
}
.mdi-piano-off:before {
  content: "󰚘";
}
.mdi-pickaxe:before {
  content: "󰢷";
}
.mdi-picture-in-picture-bottom-right:before {
  content: "󰹗";
}
.mdi-picture-in-picture-bottom-right-outline:before {
  content: "󰹘";
}
.mdi-picture-in-picture-top-right:before {
  content: "󰹙";
}
.mdi-picture-in-picture-top-right-outline:before {
  content: "󰹚";
}
.mdi-pier:before {
  content: "󰢇";
}
.mdi-pier-crane:before {
  content: "󰢈";
}
.mdi-pig:before {
  content: "󰐁";
}
.mdi-pig-variant:before {
  content: "󱀆";
}
.mdi-pig-variant-outline:before {
  content: "󱙸";
}
.mdi-piggy-bank:before {
  content: "󱀇";
}
.mdi-piggy-bank-outline:before {
  content: "󱙹";
}
.mdi-pill:before {
  content: "󰐂";
}
.mdi-pill-multiple:before {
  content: "󱭌";
}
.mdi-pill-off:before {
  content: "󱩜";
}
.mdi-pillar:before {
  content: "󰜂";
}
.mdi-pin:before {
  content: "󰐃";
}
.mdi-pin-off:before {
  content: "󰐄";
}
.mdi-pin-off-outline:before {
  content: "󰤰";
}
.mdi-pin-outline:before {
  content: "󰤱";
}
.mdi-pine-tree:before {
  content: "󰐅";
}
.mdi-pine-tree-box:before {
  content: "󰐆";
}
.mdi-pine-tree-fire:before {
  content: "󱐚";
}
.mdi-pinterest:before {
  content: "󰐇";
}
.mdi-pinwheel:before {
  content: "󰫕";
}
.mdi-pinwheel-outline:before {
  content: "󰫖";
}
.mdi-pipe:before {
  content: "󰟥";
}
.mdi-pipe-disconnected:before {
  content: "󰟦";
}
.mdi-pipe-leak:before {
  content: "󰢉";
}
.mdi-pipe-valve:before {
  content: "󱡍";
}
.mdi-pipe-wrench:before {
  content: "󱍔";
}
.mdi-pirate:before {
  content: "󰨈";
}
.mdi-pistol:before {
  content: "󰜃";
}
.mdi-piston:before {
  content: "󰢊";
}
.mdi-pitchfork:before {
  content: "󱕓";
}
.mdi-pizza:before {
  content: "󰐉";
}
.mdi-plane-car:before {
  content: "󱫿";
}
.mdi-plane-train:before {
  content: "󱬀";
}
.mdi-play:before {
  content: "󰐊";
}
.mdi-play-box:before {
  content: "󱉺";
}
.mdi-play-box-lock:before {
  content: "󱨖";
}
.mdi-play-box-lock-open:before {
  content: "󱨗";
}
.mdi-play-box-lock-open-outline:before {
  content: "󱨘";
}
.mdi-play-box-lock-outline:before {
  content: "󱨙";
}
.mdi-play-box-multiple:before {
  content: "󰴙";
}
.mdi-play-box-multiple-outline:before {
  content: "󱏦";
}
.mdi-play-box-outline:before {
  content: "󰐋";
}
.mdi-play-circle:before {
  content: "󰐌";
}
.mdi-play-circle-outline:before {
  content: "󰐍";
}
.mdi-play-network:before {
  content: "󰢋";
}
.mdi-play-network-outline:before {
  content: "󰲷";
}
.mdi-play-outline:before {
  content: "󰼛";
}
.mdi-play-pause:before {
  content: "󰐎";
}
.mdi-play-protected-content:before {
  content: "󰐏";
}
.mdi-play-speed:before {
  content: "󰣿";
}
.mdi-playlist-check:before {
  content: "󰗇";
}
.mdi-playlist-edit:before {
  content: "󰤀";
}
.mdi-playlist-minus:before {
  content: "󰐐";
}
.mdi-playlist-music:before {
  content: "󰲸";
}
.mdi-playlist-music-outline:before {
  content: "󰲹";
}
.mdi-playlist-play:before {
  content: "󰐑";
}
.mdi-playlist-plus:before {
  content: "󰐒";
}
.mdi-playlist-remove:before {
  content: "󰐓";
}
.mdi-playlist-star:before {
  content: "󰷲";
}
.mdi-plex:before {
  content: "󰚺";
}
.mdi-pliers:before {
  content: "󱦤";
}
.mdi-plus:before {
  content: "󰐕";
}
.mdi-plus-box:before {
  content: "󰐖";
}
.mdi-plus-box-multiple:before {
  content: "󰌴";
}
.mdi-plus-box-multiple-outline:before {
  content: "󱅃";
}
.mdi-plus-box-outline:before {
  content: "󰜄";
}
.mdi-plus-circle:before {
  content: "󰐗";
}
.mdi-plus-circle-multiple:before {
  content: "󰍌";
}
.mdi-plus-circle-multiple-outline:before {
  content: "󰐘";
}
.mdi-plus-circle-outline:before {
  content: "󰐙";
}
.mdi-plus-lock:before {
  content: "󱩝";
}
.mdi-plus-lock-open:before {
  content: "󱩞";
}
.mdi-plus-minus:before {
  content: "󰦒";
}
.mdi-plus-minus-box:before {
  content: "󰦓";
}
.mdi-plus-minus-variant:before {
  content: "󱓉";
}
.mdi-plus-network:before {
  content: "󰐚";
}
.mdi-plus-network-outline:before {
  content: "󰲺";
}
.mdi-plus-outline:before {
  content: "󰜅";
}
.mdi-plus-thick:before {
  content: "󱇬";
}
.mdi-podcast:before {
  content: "󰦔";
}
.mdi-podium:before {
  content: "󰴥";
}
.mdi-podium-bronze:before {
  content: "󰴦";
}
.mdi-podium-gold:before {
  content: "󰴧";
}
.mdi-podium-silver:before {
  content: "󰴨";
}
.mdi-point-of-sale:before {
  content: "󰶒";
}
.mdi-pokeball:before {
  content: "󰐝";
}
.mdi-pokemon-go:before {
  content: "󰨉";
}
.mdi-poker-chip:before {
  content: "󰠰";
}
.mdi-polaroid:before {
  content: "󰐞";
}
.mdi-police-badge:before {
  content: "󱅧";
}
.mdi-police-badge-outline:before {
  content: "󱅨";
}
.mdi-police-station:before {
  content: "󱠹";
}
.mdi-poll:before {
  content: "󰐟";
}
.mdi-polo:before {
  content: "󱓃";
}
.mdi-polymer:before {
  content: "󰐡";
}
.mdi-pool:before {
  content: "󰘆";
}
.mdi-pool-thermometer:before {
  content: "󱩟";
}
.mdi-popcorn:before {
  content: "󰐢";
}
.mdi-post:before {
  content: "󱀈";
}
.mdi-post-lamp:before {
  content: "󱩠";
}
.mdi-post-outline:before {
  content: "󱀉";
}
.mdi-postage-stamp:before {
  content: "󰲻";
}
.mdi-pot:before {
  content: "󰋥";
}
.mdi-pot-mix:before {
  content: "󰙛";
}
.mdi-pot-mix-outline:before {
  content: "󰙷";
}
.mdi-pot-outline:before {
  content: "󰋿";
}
.mdi-pot-steam:before {
  content: "󰙚";
}
.mdi-pot-steam-outline:before {
  content: "󰌦";
}
.mdi-pound:before {
  content: "󰐣";
}
.mdi-pound-box:before {
  content: "󰐤";
}
.mdi-pound-box-outline:before {
  content: "󱅿";
}
.mdi-power:before {
  content: "󰐥";
}
.mdi-power-cycle:before {
  content: "󰤁";
}
.mdi-power-off:before {
  content: "󰤂";
}
.mdi-power-on:before {
  content: "󰤃";
}
.mdi-power-plug:before {
  content: "󰚥";
}
.mdi-power-plug-off:before {
  content: "󰚦";
}
.mdi-power-plug-off-outline:before {
  content: "󱐤";
}
.mdi-power-plug-outline:before {
  content: "󱐥";
}
.mdi-power-settings:before {
  content: "󰐦";
}
.mdi-power-sleep:before {
  content: "󰤄";
}
.mdi-power-socket:before {
  content: "󰐧";
}
.mdi-power-socket-au:before {
  content: "󰤅";
}
.mdi-power-socket-ch:before {
  content: "󰾳";
}
.mdi-power-socket-de:before {
  content: "󱄇";
}
.mdi-power-socket-eu:before {
  content: "󰟧";
}
.mdi-power-socket-fr:before {
  content: "󱄈";
}
.mdi-power-socket-it:before {
  content: "󱓿";
}
.mdi-power-socket-jp:before {
  content: "󱄉";
}
.mdi-power-socket-uk:before {
  content: "󰟨";
}
.mdi-power-socket-us:before {
  content: "󰟩";
}
.mdi-power-standby:before {
  content: "󰤆";
}
.mdi-powershell:before {
  content: "󰨊";
}
.mdi-prescription:before {
  content: "󰜆";
}
.mdi-presentation:before {
  content: "󰐨";
}
.mdi-presentation-play:before {
  content: "󰐩";
}
.mdi-pretzel:before {
  content: "󱕢";
}
.mdi-printer:before {
  content: "󰐪";
}
.mdi-printer-3d:before {
  content: "󰐫";
}
.mdi-printer-3d-nozzle:before {
  content: "󰹛";
}
.mdi-printer-3d-nozzle-alert:before {
  content: "󱇀";
}
.mdi-printer-3d-nozzle-alert-outline:before {
  content: "󱇁";
}
.mdi-printer-3d-nozzle-heat:before {
  content: "󱢸";
}
.mdi-printer-3d-nozzle-heat-outline:before {
  content: "󱢹";
}
.mdi-printer-3d-nozzle-off:before {
  content: "󱬙";
}
.mdi-printer-3d-nozzle-off-outline:before {
  content: "󱬚";
}
.mdi-printer-3d-nozzle-outline:before {
  content: "󰹜";
}
.mdi-printer-3d-off:before {
  content: "󱬎";
}
.mdi-printer-alert:before {
  content: "󰐬";
}
.mdi-printer-check:before {
  content: "󱅆";
}
.mdi-printer-eye:before {
  content: "󱑘";
}
.mdi-printer-off:before {
  content: "󰹝";
}
.mdi-printer-off-outline:before {
  content: "󱞅";
}
.mdi-printer-outline:before {
  content: "󱞆";
}
.mdi-printer-pos:before {
  content: "󱁗";
}
.mdi-printer-pos-alert:before {
  content: "󱮼";
}
.mdi-printer-pos-alert-outline:before {
  content: "󱮽";
}
.mdi-printer-pos-cancel:before {
  content: "󱮾";
}
.mdi-printer-pos-cancel-outline:before {
  content: "󱮿";
}
.mdi-printer-pos-check:before {
  content: "󱯀";
}
.mdi-printer-pos-check-outline:before {
  content: "󱯁";
}
.mdi-printer-pos-cog:before {
  content: "󱯂";
}
.mdi-printer-pos-cog-outline:before {
  content: "󱯃";
}
.mdi-printer-pos-edit:before {
  content: "󱯄";
}
.mdi-printer-pos-edit-outline:before {
  content: "󱯅";
}
.mdi-printer-pos-minus:before {
  content: "󱯆";
}
.mdi-printer-pos-minus-outline:before {
  content: "󱯇";
}
.mdi-printer-pos-network:before {
  content: "󱯈";
}
.mdi-printer-pos-network-outline:before {
  content: "󱯉";
}
.mdi-printer-pos-off:before {
  content: "󱯊";
}
.mdi-printer-pos-off-outline:before {
  content: "󱯋";
}
.mdi-printer-pos-outline:before {
  content: "󱯌";
}
.mdi-printer-pos-pause:before {
  content: "󱯍";
}
.mdi-printer-pos-pause-outline:before {
  content: "󱯎";
}
.mdi-printer-pos-play:before {
  content: "󱯏";
}
.mdi-printer-pos-play-outline:before {
  content: "󱯐";
}
.mdi-printer-pos-plus:before {
  content: "󱯑";
}
.mdi-printer-pos-plus-outline:before {
  content: "󱯒";
}
.mdi-printer-pos-refresh:before {
  content: "󱯓";
}
.mdi-printer-pos-refresh-outline:before {
  content: "󱯔";
}
.mdi-printer-pos-remove:before {
  content: "󱯕";
}
.mdi-printer-pos-remove-outline:before {
  content: "󱯖";
}
.mdi-printer-pos-star:before {
  content: "󱯗";
}
.mdi-printer-pos-star-outline:before {
  content: "󱯘";
}
.mdi-printer-pos-stop:before {
  content: "󱯙";
}
.mdi-printer-pos-stop-outline:before {
  content: "󱯚";
}
.mdi-printer-pos-sync:before {
  content: "󱯛";
}
.mdi-printer-pos-sync-outline:before {
  content: "󱯜";
}
.mdi-printer-pos-wrench:before {
  content: "󱯝";
}
.mdi-printer-pos-wrench-outline:before {
  content: "󱯞";
}
.mdi-printer-search:before {
  content: "󱑗";
}
.mdi-printer-settings:before {
  content: "󰜇";
}
.mdi-printer-wireless:before {
  content: "󰨋";
}
.mdi-priority-high:before {
  content: "󰘃";
}
.mdi-priority-low:before {
  content: "󰘄";
}
.mdi-professional-hexagon:before {
  content: "󰐭";
}
.mdi-progress-alert:before {
  content: "󰲼";
}
.mdi-progress-check:before {
  content: "󰦕";
}
.mdi-progress-clock:before {
  content: "󰦖";
}
.mdi-progress-close:before {
  content: "󱄊";
}
.mdi-progress-download:before {
  content: "󰦗";
}
.mdi-progress-helper:before {
  content: "󱮢";
}
.mdi-progress-pencil:before {
  content: "󱞇";
}
.mdi-progress-question:before {
  content: "󱔢";
}
.mdi-progress-star:before {
  content: "󱞈";
}
.mdi-progress-upload:before {
  content: "󰦘";
}
.mdi-progress-wrench:before {
  content: "󰲽";
}
.mdi-projector:before {
  content: "󰐮";
}
.mdi-projector-off:before {
  content: "󱨣";
}
.mdi-projector-screen:before {
  content: "󰐯";
}
.mdi-projector-screen-off:before {
  content: "󱠍";
}
.mdi-projector-screen-off-outline:before {
  content: "󱠎";
}
.mdi-projector-screen-outline:before {
  content: "󱜤";
}
.mdi-projector-screen-variant:before {
  content: "󱠏";
}
.mdi-projector-screen-variant-off:before {
  content: "󱠐";
}
.mdi-projector-screen-variant-off-outline:before {
  content: "󱠑";
}
.mdi-projector-screen-variant-outline:before {
  content: "󱠒";
}
.mdi-propane-tank:before {
  content: "󱍗";
}
.mdi-propane-tank-outline:before {
  content: "󱍘";
}
.mdi-protocol:before {
  content: "󰿘";
}
.mdi-publish:before {
  content: "󰚧";
}
.mdi-publish-off:before {
  content: "󱥅";
}
.mdi-pulse:before {
  content: "󰐰";
}
.mdi-pump:before {
  content: "󱐂";
}
.mdi-pump-off:before {
  content: "󱬢";
}
.mdi-pumpkin:before {
  content: "󰮿";
}
.mdi-purse:before {
  content: "󰼜";
}
.mdi-purse-outline:before {
  content: "󰼝";
}
.mdi-puzzle:before {
  content: "󰐱";
}
.mdi-puzzle-check:before {
  content: "󱐦";
}
.mdi-puzzle-check-outline:before {
  content: "󱐧";
}
.mdi-puzzle-edit:before {
  content: "󱓓";
}
.mdi-puzzle-edit-outline:before {
  content: "󱓙";
}
.mdi-puzzle-heart:before {
  content: "󱓔";
}
.mdi-puzzle-heart-outline:before {
  content: "󱓚";
}
.mdi-puzzle-minus:before {
  content: "󱓑";
}
.mdi-puzzle-minus-outline:before {
  content: "󱓗";
}
.mdi-puzzle-outline:before {
  content: "󰩦";
}
.mdi-puzzle-plus:before {
  content: "󱓐";
}
.mdi-puzzle-plus-outline:before {
  content: "󱓖";
}
.mdi-puzzle-remove:before {
  content: "󱓒";
}
.mdi-puzzle-remove-outline:before {
  content: "󱓘";
}
.mdi-puzzle-star:before {
  content: "󱓕";
}
.mdi-puzzle-star-outline:before {
  content: "󱓛";
}
.mdi-pyramid:before {
  content: "󱥒";
}
.mdi-pyramid-off:before {
  content: "󱥓";
}
.mdi-qi:before {
  content: "󰦙";
}
.mdi-qqchat:before {
  content: "󰘅";
}
.mdi-qrcode:before {
  content: "󰐲";
}
.mdi-qrcode-edit:before {
  content: "󰢸";
}
.mdi-qrcode-minus:before {
  content: "󱆌";
}
.mdi-qrcode-plus:before {
  content: "󱆋";
}
.mdi-qrcode-remove:before {
  content: "󱆍";
}
.mdi-qrcode-scan:before {
  content: "󰐳";
}
.mdi-quadcopter:before {
  content: "󰐴";
}
.mdi-quality-high:before {
  content: "󰐵";
}
.mdi-quality-low:before {
  content: "󰨌";
}
.mdi-quality-medium:before {
  content: "󰨍";
}
.mdi-quora:before {
  content: "󰴩";
}
.mdi-rabbit:before {
  content: "󰤇";
}
.mdi-rabbit-variant:before {
  content: "󱩡";
}
.mdi-rabbit-variant-outline:before {
  content: "󱩢";
}
.mdi-racing-helmet:before {
  content: "󰶓";
}
.mdi-racquetball:before {
  content: "󰶔";
}
.mdi-radar:before {
  content: "󰐷";
}
.mdi-radiator:before {
  content: "󰐸";
}
.mdi-radiator-disabled:before {
  content: "󰫗";
}
.mdi-radiator-off:before {
  content: "󰫘";
}
.mdi-radio:before {
  content: "󰐹";
}
.mdi-radio-am:before {
  content: "󰲾";
}
.mdi-radio-fm:before {
  content: "󰲿";
}
.mdi-radio-handheld:before {
  content: "󰐺";
}
.mdi-radio-off:before {
  content: "󱈜";
}
.mdi-radio-tower:before {
  content: "󰐻";
}
.mdi-radioactive:before {
  content: "󰐼";
}
.mdi-radioactive-circle:before {
  content: "󱡝";
}
.mdi-radioactive-circle-outline:before {
  content: "󱡞";
}
.mdi-radioactive-off:before {
  content: "󰻁";
}
.mdi-radiobox-blank:before {
  content: "󰐽";
}
.mdi-radiobox-marked:before {
  content: "󰐾";
}
.mdi-radiology-box:before {
  content: "󱓅";
}
.mdi-radiology-box-outline:before {
  content: "󱓆";
}
.mdi-radius:before {
  content: "󰳀";
}
.mdi-radius-outline:before {
  content: "󰳁";
}
.mdi-railroad-light:before {
  content: "󰼞";
}
.mdi-rake:before {
  content: "󱕄";
}
.mdi-raspberry-pi:before {
  content: "󰐿";
}
.mdi-raw:before {
  content: "󱨏";
}
.mdi-raw-off:before {
  content: "󱨐";
}
.mdi-ray-end:before {
  content: "󰑀";
}
.mdi-ray-end-arrow:before {
  content: "󰑁";
}
.mdi-ray-start:before {
  content: "󰑂";
}
.mdi-ray-start-arrow:before {
  content: "󰑃";
}
.mdi-ray-start-end:before {
  content: "󰑄";
}
.mdi-ray-start-vertex-end:before {
  content: "󱗘";
}
.mdi-ray-vertex:before {
  content: "󰑅";
}
.mdi-razor-double-edge:before {
  content: "󱦗";
}
.mdi-razor-single-edge:before {
  content: "󱦘";
}
.mdi-react:before {
  content: "󰜈";
}
.mdi-read:before {
  content: "󰑇";
}
.mdi-receipt:before {
  content: "󰠤";
}
.mdi-receipt-outline:before {
  content: "󰓷";
}
.mdi-receipt-text:before {
  content: "󰑉";
}
.mdi-receipt-text-check:before {
  content: "󱩣";
}
.mdi-receipt-text-check-outline:before {
  content: "󱩤";
}
.mdi-receipt-text-minus:before {
  content: "󱩥";
}
.mdi-receipt-text-minus-outline:before {
  content: "󱩦";
}
.mdi-receipt-text-outline:before {
  content: "󱧜";
}
.mdi-receipt-text-plus:before {
  content: "󱩧";
}
.mdi-receipt-text-plus-outline:before {
  content: "󱩨";
}
.mdi-receipt-text-remove:before {
  content: "󱩩";
}
.mdi-receipt-text-remove-outline:before {
  content: "󱩪";
}
.mdi-record:before {
  content: "󰑊";
}
.mdi-record-circle:before {
  content: "󰻂";
}
.mdi-record-circle-outline:before {
  content: "󰻃";
}
.mdi-record-player:before {
  content: "󰦚";
}
.mdi-record-rec:before {
  content: "󰑋";
}
.mdi-rectangle:before {
  content: "󰹞";
}
.mdi-rectangle-outline:before {
  content: "󰹟";
}
.mdi-recycle:before {
  content: "󰑌";
}
.mdi-recycle-variant:before {
  content: "󱎝";
}
.mdi-reddit:before {
  content: "󰑍";
}
.mdi-redhat:before {
  content: "󱄛";
}
.mdi-redo:before {
  content: "󰑎";
}
.mdi-redo-variant:before {
  content: "󰑏";
}
.mdi-reflect-horizontal:before {
  content: "󰨎";
}
.mdi-reflect-vertical:before {
  content: "󰨏";
}
.mdi-refresh:before {
  content: "󰑐";
}
.mdi-refresh-auto:before {
  content: "󱣲";
}
.mdi-refresh-circle:before {
  content: "󱍷";
}
.mdi-regex:before {
  content: "󰑑";
}
.mdi-registered-trademark:before {
  content: "󰩧";
}
.mdi-reiterate:before {
  content: "󱖈";
}
.mdi-relation-many-to-many:before {
  content: "󱒖";
}
.mdi-relation-many-to-one:before {
  content: "󱒗";
}
.mdi-relation-many-to-one-or-many:before {
  content: "󱒘";
}
.mdi-relation-many-to-only-one:before {
  content: "󱒙";
}
.mdi-relation-many-to-zero-or-many:before {
  content: "󱒚";
}
.mdi-relation-many-to-zero-or-one:before {
  content: "󱒛";
}
.mdi-relation-one-or-many-to-many:before {
  content: "󱒜";
}
.mdi-relation-one-or-many-to-one:before {
  content: "󱒝";
}
.mdi-relation-one-or-many-to-one-or-many:before {
  content: "󱒞";
}
.mdi-relation-one-or-many-to-only-one:before {
  content: "󱒟";
}
.mdi-relation-one-or-many-to-zero-or-many:before {
  content: "󱒠";
}
.mdi-relation-one-or-many-to-zero-or-one:before {
  content: "󱒡";
}
.mdi-relation-one-to-many:before {
  content: "󱒢";
}
.mdi-relation-one-to-one:before {
  content: "󱒣";
}
.mdi-relation-one-to-one-or-many:before {
  content: "󱒤";
}
.mdi-relation-one-to-only-one:before {
  content: "󱒥";
}
.mdi-relation-one-to-zero-or-many:before {
  content: "󱒦";
}
.mdi-relation-one-to-zero-or-one:before {
  content: "󱒧";
}
.mdi-relation-only-one-to-many:before {
  content: "󱒨";
}
.mdi-relation-only-one-to-one:before {
  content: "󱒩";
}
.mdi-relation-only-one-to-one-or-many:before {
  content: "󱒪";
}
.mdi-relation-only-one-to-only-one:before {
  content: "󱒫";
}
.mdi-relation-only-one-to-zero-or-many:before {
  content: "󱒬";
}
.mdi-relation-only-one-to-zero-or-one:before {
  content: "󱒭";
}
.mdi-relation-zero-or-many-to-many:before {
  content: "󱒮";
}
.mdi-relation-zero-or-many-to-one:before {
  content: "󱒯";
}
.mdi-relation-zero-or-many-to-one-or-many:before {
  content: "󱒰";
}
.mdi-relation-zero-or-many-to-only-one:before {
  content: "󱒱";
}
.mdi-relation-zero-or-many-to-zero-or-many:before {
  content: "󱒲";
}
.mdi-relation-zero-or-many-to-zero-or-one:before {
  content: "󱒳";
}
.mdi-relation-zero-or-one-to-many:before {
  content: "󱒴";
}
.mdi-relation-zero-or-one-to-one:before {
  content: "󱒵";
}
.mdi-relation-zero-or-one-to-one-or-many:before {
  content: "󱒶";
}
.mdi-relation-zero-or-one-to-only-one:before {
  content: "󱒷";
}
.mdi-relation-zero-or-one-to-zero-or-many:before {
  content: "󱒸";
}
.mdi-relation-zero-or-one-to-zero-or-one:before {
  content: "󱒹";
}
.mdi-relative-scale:before {
  content: "󰑒";
}
.mdi-reload:before {
  content: "󰑓";
}
.mdi-reload-alert:before {
  content: "󱄋";
}
.mdi-reminder:before {
  content: "󰢌";
}
.mdi-remote:before {
  content: "󰑔";
}
.mdi-remote-desktop:before {
  content: "󰢹";
}
.mdi-remote-off:before {
  content: "󰻄";
}
.mdi-remote-tv:before {
  content: "󰻅";
}
.mdi-remote-tv-off:before {
  content: "󰻆";
}
.mdi-rename:before {
  content: "󱰘";
}
.mdi-rename-box:before {
  content: "󰑕";
}
.mdi-rename-box-outline:before {
  content: "󱰙";
}
.mdi-rename-outline:before {
  content: "󱰚";
}
.mdi-reorder-horizontal:before {
  content: "󰚈";
}
.mdi-reorder-vertical:before {
  content: "󰚉";
}
.mdi-repeat:before {
  content: "󰑖";
}
.mdi-repeat-off:before {
  content: "󰑗";
}
.mdi-repeat-once:before {
  content: "󰑘";
}
.mdi-repeat-variant:before {
  content: "󰕇";
}
.mdi-replay:before {
  content: "󰑙";
}
.mdi-reply:before {
  content: "󰑚";
}
.mdi-reply-all:before {
  content: "󰑛";
}
.mdi-reply-all-outline:before {
  content: "󰼟";
}
.mdi-reply-circle:before {
  content: "󱆮";
}
.mdi-reply-outline:before {
  content: "󰼠";
}
.mdi-reproduction:before {
  content: "󰑜";
}
.mdi-resistor:before {
  content: "󰭄";
}
.mdi-resistor-nodes:before {
  content: "󰭅";
}
.mdi-resize:before {
  content: "󰩨";
}
.mdi-resize-bottom-right:before {
  content: "󰑝";
}
.mdi-responsive:before {
  content: "󰑞";
}
.mdi-restart:before {
  content: "󰜉";
}
.mdi-restart-alert:before {
  content: "󱄌";
}
.mdi-restart-off:before {
  content: "󰶕";
}
.mdi-restore:before {
  content: "󰦛";
}
.mdi-restore-alert:before {
  content: "󱄍";
}
.mdi-rewind:before {
  content: "󰑟";
}
.mdi-rewind-10:before {
  content: "󰴪";
}
.mdi-rewind-15:before {
  content: "󱥆";
}
.mdi-rewind-30:before {
  content: "󰶖";
}
.mdi-rewind-45:before {
  content: "󱬓";
}
.mdi-rewind-5:before {
  content: "󱇹";
}
.mdi-rewind-60:before {
  content: "󱘌";
}
.mdi-rewind-outline:before {
  content: "󰜊";
}
.mdi-rhombus:before {
  content: "󰜋";
}
.mdi-rhombus-medium:before {
  content: "󰨐";
}
.mdi-rhombus-medium-outline:before {
  content: "󱓜";
}
.mdi-rhombus-outline:before {
  content: "󰜌";
}
.mdi-rhombus-split:before {
  content: "󰨑";
}
.mdi-rhombus-split-outline:before {
  content: "󱓝";
}
.mdi-ribbon:before {
  content: "󰑠";
}
.mdi-rice:before {
  content: "󰟪";
}
.mdi-rickshaw:before {
  content: "󱖻";
}
.mdi-rickshaw-electric:before {
  content: "󱖼";
}
.mdi-ring:before {
  content: "󰟫";
}
.mdi-rivet:before {
  content: "󰹠";
}
.mdi-road:before {
  content: "󰑡";
}
.mdi-road-variant:before {
  content: "󰑢";
}
.mdi-robber:before {
  content: "󱁘";
}
.mdi-robot:before {
  content: "󰚩";
}
.mdi-robot-angry:before {
  content: "󱚝";
}
.mdi-robot-angry-outline:before {
  content: "󱚞";
}
.mdi-robot-confused:before {
  content: "󱚟";
}
.mdi-robot-confused-outline:before {
  content: "󱚠";
}
.mdi-robot-dead:before {
  content: "󱚡";
}
.mdi-robot-dead-outline:before {
  content: "󱚢";
}
.mdi-robot-excited:before {
  content: "󱚣";
}
.mdi-robot-excited-outline:before {
  content: "󱚤";
}
.mdi-robot-happy:before {
  content: "󱜙";
}
.mdi-robot-happy-outline:before {
  content: "󱜚";
}
.mdi-robot-industrial:before {
  content: "󰭆";
}
.mdi-robot-industrial-outline:before {
  content: "󱨚";
}
.mdi-robot-love:before {
  content: "󱚥";
}
.mdi-robot-love-outline:before {
  content: "󱚦";
}
.mdi-robot-mower:before {
  content: "󱇷";
}
.mdi-robot-mower-outline:before {
  content: "󱇳";
}
.mdi-robot-off:before {
  content: "󱚧";
}
.mdi-robot-off-outline:before {
  content: "󱙻";
}
.mdi-robot-outline:before {
  content: "󱙺";
}
.mdi-robot-vacuum:before {
  content: "󰜍";
}
.mdi-robot-vacuum-alert:before {
  content: "󱭝";
}
.mdi-robot-vacuum-off:before {
  content: "󱰁";
}
.mdi-robot-vacuum-variant:before {
  content: "󰤈";
}
.mdi-robot-vacuum-variant-alert:before {
  content: "󱭞";
}
.mdi-robot-vacuum-variant-off:before {
  content: "󱰂";
}
.mdi-rocket:before {
  content: "󰑣";
}
.mdi-rocket-launch:before {
  content: "󱓞";
}
.mdi-rocket-launch-outline:before {
  content: "󱓟";
}
.mdi-rocket-outline:before {
  content: "󱎯";
}
.mdi-rodent:before {
  content: "󱌧";
}
.mdi-roller-shade:before {
  content: "󱩫";
}
.mdi-roller-shade-closed:before {
  content: "󱩬";
}
.mdi-roller-skate:before {
  content: "󰴫";
}
.mdi-roller-skate-off:before {
  content: "󰅅";
}
.mdi-rollerblade:before {
  content: "󰴬";
}
.mdi-rollerblade-off:before {
  content: "󰀮";
}
.mdi-rollupjs:before {
  content: "󰯀";
}
.mdi-rolodex:before {
  content: "󱪹";
}
.mdi-rolodex-outline:before {
  content: "󱪺";
}
.mdi-roman-numeral-1:before {
  content: "󱂈";
}
.mdi-roman-numeral-10:before {
  content: "󱂑";
}
.mdi-roman-numeral-2:before {
  content: "󱂉";
}
.mdi-roman-numeral-3:before {
  content: "󱂊";
}
.mdi-roman-numeral-4:before {
  content: "󱂋";
}
.mdi-roman-numeral-5:before {
  content: "󱂌";
}
.mdi-roman-numeral-6:before {
  content: "󱂍";
}
.mdi-roman-numeral-7:before {
  content: "󱂎";
}
.mdi-roman-numeral-8:before {
  content: "󱂏";
}
.mdi-roman-numeral-9:before {
  content: "󱂐";
}
.mdi-room-service:before {
  content: "󰢍";
}
.mdi-room-service-outline:before {
  content: "󰶗";
}
.mdi-rotate-360:before {
  content: "󱦙";
}
.mdi-rotate-3d:before {
  content: "󰻇";
}
.mdi-rotate-3d-variant:before {
  content: "󰑤";
}
.mdi-rotate-left:before {
  content: "󰑥";
}
.mdi-rotate-left-variant:before {
  content: "󰑦";
}
.mdi-rotate-orbit:before {
  content: "󰶘";
}
.mdi-rotate-right:before {
  content: "󰑧";
}
.mdi-rotate-right-variant:before {
  content: "󰑨";
}
.mdi-rounded-corner:before {
  content: "󰘇";
}
.mdi-router:before {
  content: "󱇢";
}
.mdi-router-network:before {
  content: "󱂇";
}
.mdi-router-wireless:before {
  content: "󰑩";
}
.mdi-router-wireless-off:before {
  content: "󱖣";
}
.mdi-router-wireless-settings:before {
  content: "󰩩";
}
.mdi-routes:before {
  content: "󰑪";
}
.mdi-routes-clock:before {
  content: "󱁙";
}
.mdi-rowing:before {
  content: "󰘈";
}
.mdi-rss:before {
  content: "󰑫";
}
.mdi-rss-box:before {
  content: "󰑬";
}
.mdi-rss-off:before {
  content: "󰼡";
}
.mdi-rug:before {
  content: "󱑵";
}
.mdi-rugby:before {
  content: "󰶙";
}
.mdi-ruler:before {
  content: "󰑭";
}
.mdi-ruler-square:before {
  content: "󰳂";
}
.mdi-ruler-square-compass:before {
  content: "󰺾";
}
.mdi-run:before {
  content: "󰜎";
}
.mdi-run-fast:before {
  content: "󰑮";
}
.mdi-rv-truck:before {
  content: "󱇔";
}
.mdi-sack:before {
  content: "󰴮";
}
.mdi-sack-percent:before {
  content: "󰴯";
}
.mdi-safe:before {
  content: "󰩪";
}
.mdi-safe-square:before {
  content: "󱉼";
}
.mdi-safe-square-outline:before {
  content: "󱉽";
}
.mdi-safety-goggles:before {
  content: "󰴰";
}
.mdi-sail-boat:before {
  content: "󰻈";
}
.mdi-sail-boat-sink:before {
  content: "󱫯";
}
.mdi-sale:before {
  content: "󰑯";
}
.mdi-sale-outline:before {
  content: "󱨆";
}
.mdi-salesforce:before {
  content: "󰢎";
}
.mdi-sass:before {
  content: "󰟬";
}
.mdi-satellite:before {
  content: "󰑰";
}
.mdi-satellite-uplink:before {
  content: "󰤉";
}
.mdi-satellite-variant:before {
  content: "󰑱";
}
.mdi-sausage:before {
  content: "󰢺";
}
.mdi-sausage-off:before {
  content: "󱞉";
}
.mdi-saw-blade:before {
  content: "󰹡";
}
.mdi-sawtooth-wave:before {
  content: "󱑺";
}
.mdi-saxophone:before {
  content: "󰘉";
}
.mdi-scale:before {
  content: "󰑲";
}
.mdi-scale-balance:before {
  content: "󰗑";
}
.mdi-scale-bathroom:before {
  content: "󰑳";
}
.mdi-scale-off:before {
  content: "󱁚";
}
.mdi-scale-unbalanced:before {
  content: "󱦸";
}
.mdi-scan-helper:before {
  content: "󱏘";
}
.mdi-scanner:before {
  content: "󰚫";
}
.mdi-scanner-off:before {
  content: "󰤊";
}
.mdi-scatter-plot:before {
  content: "󰻉";
}
.mdi-scatter-plot-outline:before {
  content: "󰻊";
}
.mdi-scent:before {
  content: "󱥘";
}
.mdi-scent-off:before {
  content: "󱥙";
}
.mdi-school:before {
  content: "󰑴";
}
.mdi-school-outline:before {
  content: "󱆀";
}
.mdi-scissors-cutting:before {
  content: "󰩫";
}
.mdi-scooter:before {
  content: "󱖽";
}
.mdi-scooter-electric:before {
  content: "󱖾";
}
.mdi-scoreboard:before {
  content: "󱉾";
}
.mdi-scoreboard-outline:before {
  content: "󱉿";
}
.mdi-screen-rotation:before {
  content: "󰑵";
}
.mdi-screen-rotation-lock:before {
  content: "󰑸";
}
.mdi-screw-flat-top:before {
  content: "󰷳";
}
.mdi-screw-lag:before {
  content: "󰷴";
}
.mdi-screw-machine-flat-top:before {
  content: "󰷵";
}
.mdi-screw-machine-round-top:before {
  content: "󰷶";
}
.mdi-screw-round-top:before {
  content: "󰷷";
}
.mdi-screwdriver:before {
  content: "󰑶";
}
.mdi-script:before {
  content: "󰯁";
}
.mdi-script-outline:before {
  content: "󰑷";
}
.mdi-script-text:before {
  content: "󰯂";
}
.mdi-script-text-key:before {
  content: "󱜥";
}
.mdi-script-text-key-outline:before {
  content: "󱜦";
}
.mdi-script-text-outline:before {
  content: "󰯃";
}
.mdi-script-text-play:before {
  content: "󱜧";
}
.mdi-script-text-play-outline:before {
  content: "󱜨";
}
.mdi-sd:before {
  content: "󰑹";
}
.mdi-seal:before {
  content: "󰑺";
}
.mdi-seal-variant:before {
  content: "󰿙";
}
.mdi-search-web:before {
  content: "󰜏";
}
.mdi-seat:before {
  content: "󰳃";
}
.mdi-seat-flat:before {
  content: "󰑻";
}
.mdi-seat-flat-angled:before {
  content: "󰑼";
}
.mdi-seat-individual-suite:before {
  content: "󰑽";
}
.mdi-seat-legroom-extra:before {
  content: "󰑾";
}
.mdi-seat-legroom-normal:before {
  content: "󰑿";
}
.mdi-seat-legroom-reduced:before {
  content: "󰒀";
}
.mdi-seat-outline:before {
  content: "󰳄";
}
.mdi-seat-passenger:before {
  content: "󱉉";
}
.mdi-seat-recline-extra:before {
  content: "󰒁";
}
.mdi-seat-recline-normal:before {
  content: "󰒂";
}
.mdi-seatbelt:before {
  content: "󰳅";
}
.mdi-security:before {
  content: "󰒃";
}
.mdi-security-network:before {
  content: "󰒄";
}
.mdi-seed:before {
  content: "󰹢";
}
.mdi-seed-off:before {
  content: "󱏽";
}
.mdi-seed-off-outline:before {
  content: "󱏾";
}
.mdi-seed-outline:before {
  content: "󰹣";
}
.mdi-seed-plus:before {
  content: "󱩭";
}
.mdi-seed-plus-outline:before {
  content: "󱩮";
}
.mdi-seesaw:before {
  content: "󱖤";
}
.mdi-segment:before {
  content: "󰻋";
}
.mdi-select:before {
  content: "󰒅";
}
.mdi-select-all:before {
  content: "󰒆";
}
.mdi-select-arrow-down:before {
  content: "󱭙";
}
.mdi-select-arrow-up:before {
  content: "󱭘";
}
.mdi-select-color:before {
  content: "󰴱";
}
.mdi-select-compare:before {
  content: "󰫙";
}
.mdi-select-drag:before {
  content: "󰩬";
}
.mdi-select-group:before {
  content: "󰾂";
}
.mdi-select-inverse:before {
  content: "󰒇";
}
.mdi-select-marker:before {
  content: "󱊀";
}
.mdi-select-multiple:before {
  content: "󱊁";
}
.mdi-select-multiple-marker:before {
  content: "󱊂";
}
.mdi-select-off:before {
  content: "󰒈";
}
.mdi-select-place:before {
  content: "󰿚";
}
.mdi-select-remove:before {
  content: "󱟁";
}
.mdi-select-search:before {
  content: "󱈄";
}
.mdi-selection:before {
  content: "󰒉";
}
.mdi-selection-drag:before {
  content: "󰩭";
}
.mdi-selection-ellipse:before {
  content: "󰴲";
}
.mdi-selection-ellipse-arrow-inside:before {
  content: "󰼢";
}
.mdi-selection-ellipse-remove:before {
  content: "󱟂";
}
.mdi-selection-marker:before {
  content: "󱊃";
}
.mdi-selection-multiple:before {
  content: "󱊅";
}
.mdi-selection-multiple-marker:before {
  content: "󱊄";
}
.mdi-selection-off:before {
  content: "󰝷";
}
.mdi-selection-remove:before {
  content: "󱟃";
}
.mdi-selection-search:before {
  content: "󱈅";
}
.mdi-semantic-web:before {
  content: "󱌖";
}
.mdi-send:before {
  content: "󰒊";
}
.mdi-send-check:before {
  content: "󱅡";
}
.mdi-send-check-outline:before {
  content: "󱅢";
}
.mdi-send-circle:before {
  content: "󰷸";
}
.mdi-send-circle-outline:before {
  content: "󰷹";
}
.mdi-send-clock:before {
  content: "󱅣";
}
.mdi-send-clock-outline:before {
  content: "󱅤";
}
.mdi-send-lock:before {
  content: "󰟭";
}
.mdi-send-lock-outline:before {
  content: "󱅦";
}
.mdi-send-outline:before {
  content: "󱅥";
}
.mdi-serial-port:before {
  content: "󰙜";
}
.mdi-server:before {
  content: "󰒋";
}
.mdi-server-minus:before {
  content: "󰒌";
}
.mdi-server-network:before {
  content: "󰒍";
}
.mdi-server-network-off:before {
  content: "󰒎";
}
.mdi-server-off:before {
  content: "󰒏";
}
.mdi-server-plus:before {
  content: "󰒐";
}
.mdi-server-remove:before {
  content: "󰒑";
}
.mdi-server-security:before {
  content: "󰒒";
}
.mdi-set-all:before {
  content: "󰝸";
}
.mdi-set-center:before {
  content: "󰝹";
}
.mdi-set-center-right:before {
  content: "󰝺";
}
.mdi-set-left:before {
  content: "󰝻";
}
.mdi-set-left-center:before {
  content: "󰝼";
}
.mdi-set-left-right:before {
  content: "󰝽";
}
.mdi-set-merge:before {
  content: "󱓠";
}
.mdi-set-none:before {
  content: "󰝾";
}
.mdi-set-right:before {
  content: "󰝿";
}
.mdi-set-split:before {
  content: "󱓡";
}
.mdi-set-square:before {
  content: "󱑝";
}
.mdi-set-top-box:before {
  content: "󰦟";
}
.mdi-settings-helper:before {
  content: "󰩮";
}
.mdi-shaker:before {
  content: "󱄎";
}
.mdi-shaker-outline:before {
  content: "󱄏";
}
.mdi-shape:before {
  content: "󰠱";
}
.mdi-shape-circle-plus:before {
  content: "󰙝";
}
.mdi-shape-outline:before {
  content: "󰠲";
}
.mdi-shape-oval-plus:before {
  content: "󱇺";
}
.mdi-shape-plus:before {
  content: "󰒕";
}
.mdi-shape-polygon-plus:before {
  content: "󰙞";
}
.mdi-shape-rectangle-plus:before {
  content: "󰙟";
}
.mdi-shape-square-plus:before {
  content: "󰙠";
}
.mdi-shape-square-rounded-plus:before {
  content: "󱓺";
}
.mdi-share:before {
  content: "󰒖";
}
.mdi-share-all:before {
  content: "󱇴";
}
.mdi-share-all-outline:before {
  content: "󱇵";
}
.mdi-share-circle:before {
  content: "󱆭";
}
.mdi-share-off:before {
  content: "󰼣";
}
.mdi-share-off-outline:before {
  content: "󰼤";
}
.mdi-share-outline:before {
  content: "󰤲";
}
.mdi-share-variant:before {
  content: "󰒗";
}
.mdi-share-variant-outline:before {
  content: "󱔔";
}
.mdi-shark:before {
  content: "󱢺";
}
.mdi-shark-fin:before {
  content: "󱙳";
}
.mdi-shark-fin-outline:before {
  content: "󱙴";
}
.mdi-shark-off:before {
  content: "󱢻";
}
.mdi-sheep:before {
  content: "󰳆";
}
.mdi-shield:before {
  content: "󰒘";
}
.mdi-shield-account:before {
  content: "󰢏";
}
.mdi-shield-account-outline:before {
  content: "󰨒";
}
.mdi-shield-account-variant:before {
  content: "󱖧";
}
.mdi-shield-account-variant-outline:before {
  content: "󱖨";
}
.mdi-shield-airplane:before {
  content: "󰚻";
}
.mdi-shield-airplane-outline:before {
  content: "󰳇";
}
.mdi-shield-alert:before {
  content: "󰻌";
}
.mdi-shield-alert-outline:before {
  content: "󰻍";
}
.mdi-shield-bug:before {
  content: "󱏚";
}
.mdi-shield-bug-outline:before {
  content: "󱏛";
}
.mdi-shield-car:before {
  content: "󰾃";
}
.mdi-shield-check:before {
  content: "󰕥";
}
.mdi-shield-check-outline:before {
  content: "󰳈";
}
.mdi-shield-cross:before {
  content: "󰳉";
}
.mdi-shield-cross-outline:before {
  content: "󰳊";
}
.mdi-shield-crown:before {
  content: "󱢼";
}
.mdi-shield-crown-outline:before {
  content: "󱢽";
}
.mdi-shield-edit:before {
  content: "󱆠";
}
.mdi-shield-edit-outline:before {
  content: "󱆡";
}
.mdi-shield-half:before {
  content: "󱍠";
}
.mdi-shield-half-full:before {
  content: "󰞀";
}
.mdi-shield-home:before {
  content: "󰚊";
}
.mdi-shield-home-outline:before {
  content: "󰳋";
}
.mdi-shield-key:before {
  content: "󰯄";
}
.mdi-shield-key-outline:before {
  content: "󰯅";
}
.mdi-shield-link-variant:before {
  content: "󰴳";
}
.mdi-shield-link-variant-outline:before {
  content: "󰴴";
}
.mdi-shield-lock:before {
  content: "󰦝";
}
.mdi-shield-lock-open:before {
  content: "󱦚";
}
.mdi-shield-lock-open-outline:before {
  content: "󱦛";
}
.mdi-shield-lock-outline:before {
  content: "󰳌";
}
.mdi-shield-moon:before {
  content: "󱠨";
}
.mdi-shield-moon-outline:before {
  content: "󱠩";
}
.mdi-shield-off:before {
  content: "󰦞";
}
.mdi-shield-off-outline:before {
  content: "󰦜";
}
.mdi-shield-outline:before {
  content: "󰒙";
}
.mdi-shield-plus:before {
  content: "󰫚";
}
.mdi-shield-plus-outline:before {
  content: "󰫛";
}
.mdi-shield-refresh:before {
  content: "󰂪";
}
.mdi-shield-refresh-outline:before {
  content: "󰇠";
}
.mdi-shield-remove:before {
  content: "󰫜";
}
.mdi-shield-remove-outline:before {
  content: "󰫝";
}
.mdi-shield-search:before {
  content: "󰶚";
}
.mdi-shield-star:before {
  content: "󱄻";
}
.mdi-shield-star-outline:before {
  content: "󱄼";
}
.mdi-shield-sun:before {
  content: "󱁝";
}
.mdi-shield-sun-outline:before {
  content: "󱁞";
}
.mdi-shield-sword:before {
  content: "󱢾";
}
.mdi-shield-sword-outline:before {
  content: "󱢿";
}
.mdi-shield-sync:before {
  content: "󱆢";
}
.mdi-shield-sync-outline:before {
  content: "󱆣";
}
.mdi-shimmer:before {
  content: "󱕅";
}
.mdi-ship-wheel:before {
  content: "󰠳";
}
.mdi-shipping-pallet:before {
  content: "󱡎";
}
.mdi-shoe-ballet:before {
  content: "󱗊";
}
.mdi-shoe-cleat:before {
  content: "󱗇";
}
.mdi-shoe-formal:before {
  content: "󰭇";
}
.mdi-shoe-heel:before {
  content: "󰭈";
}
.mdi-shoe-print:before {
  content: "󰷺";
}
.mdi-shoe-sneaker:before {
  content: "󱗈";
}
.mdi-shopping:before {
  content: "󰒚";
}
.mdi-shopping-music:before {
  content: "󰒛";
}
.mdi-shopping-outline:before {
  content: "󱇕";
}
.mdi-shopping-search:before {
  content: "󰾄";
}
.mdi-shopping-search-outline:before {
  content: "󱩯";
}
.mdi-shore:before {
  content: "󱓹";
}
.mdi-shovel:before {
  content: "󰜐";
}
.mdi-shovel-off:before {
  content: "󰜑";
}
.mdi-shower:before {
  content: "󰦠";
}
.mdi-shower-head:before {
  content: "󰦡";
}
.mdi-shredder:before {
  content: "󰒜";
}
.mdi-shuffle:before {
  content: "󰒝";
}
.mdi-shuffle-disabled:before {
  content: "󰒞";
}
.mdi-shuffle-variant:before {
  content: "󰒟";
}
.mdi-shuriken:before {
  content: "󱍿";
}
.mdi-sickle:before {
  content: "󱣀";
}
.mdi-sigma:before {
  content: "󰒠";
}
.mdi-sigma-lower:before {
  content: "󰘫";
}
.mdi-sign-caution:before {
  content: "󰒡";
}
.mdi-sign-direction:before {
  content: "󰞁";
}
.mdi-sign-direction-minus:before {
  content: "󱀀";
}
.mdi-sign-direction-plus:before {
  content: "󰿜";
}
.mdi-sign-direction-remove:before {
  content: "󰿝";
}
.mdi-sign-language:before {
  content: "󱭍";
}
.mdi-sign-language-outline:before {
  content: "󱭎";
}
.mdi-sign-pole:before {
  content: "󱓸";
}
.mdi-sign-real-estate:before {
  content: "󱄘";
}
.mdi-sign-text:before {
  content: "󰞂";
}
.mdi-sign-yield:before {
  content: "󱮯";
}
.mdi-signal:before {
  content: "󰒢";
}
.mdi-signal-2g:before {
  content: "󰜒";
}
.mdi-signal-3g:before {
  content: "󰜓";
}
.mdi-signal-4g:before {
  content: "󰜔";
}
.mdi-signal-5g:before {
  content: "󰩯";
}
.mdi-signal-cellular-1:before {
  content: "󰢼";
}
.mdi-signal-cellular-2:before {
  content: "󰢽";
}
.mdi-signal-cellular-3:before {
  content: "󰢾";
}
.mdi-signal-cellular-outline:before {
  content: "󰢿";
}
.mdi-signal-distance-variant:before {
  content: "󰹤";
}
.mdi-signal-hspa:before {
  content: "󰜕";
}
.mdi-signal-hspa-plus:before {
  content: "󰜖";
}
.mdi-signal-off:before {
  content: "󰞃";
}
.mdi-signal-variant:before {
  content: "󰘊";
}
.mdi-signature:before {
  content: "󰷻";
}
.mdi-signature-freehand:before {
  content: "󰷼";
}
.mdi-signature-image:before {
  content: "󰷽";
}
.mdi-signature-text:before {
  content: "󰷾";
}
.mdi-silo:before {
  content: "󱮟";
}
.mdi-silo-outline:before {
  content: "󰭉";
}
.mdi-silverware:before {
  content: "󰒣";
}
.mdi-silverware-clean:before {
  content: "󰿞";
}
.mdi-silverware-fork:before {
  content: "󰒤";
}
.mdi-silverware-fork-knife:before {
  content: "󰩰";
}
.mdi-silverware-spoon:before {
  content: "󰒥";
}
.mdi-silverware-variant:before {
  content: "󰒦";
}
.mdi-sim:before {
  content: "󰒧";
}
.mdi-sim-alert:before {
  content: "󰒨";
}
.mdi-sim-alert-outline:before {
  content: "󱗓";
}
.mdi-sim-off:before {
  content: "󰒩";
}
.mdi-sim-off-outline:before {
  content: "󱗔";
}
.mdi-sim-outline:before {
  content: "󱗕";
}
.mdi-simple-icons:before {
  content: "󱌝";
}
.mdi-sina-weibo:before {
  content: "󰫟";
}
.mdi-sine-wave:before {
  content: "󰥛";
}
.mdi-sitemap:before {
  content: "󰒪";
}
.mdi-sitemap-outline:before {
  content: "󱦜";
}
.mdi-size-l:before {
  content: "󱎦";
}
.mdi-size-m:before {
  content: "󱎥";
}
.mdi-size-s:before {
  content: "󱎤";
}
.mdi-size-xl:before {
  content: "󱎧";
}
.mdi-size-xs:before {
  content: "󱎣";
}
.mdi-size-xxl:before {
  content: "󱎨";
}
.mdi-size-xxs:before {
  content: "󱎢";
}
.mdi-size-xxxl:before {
  content: "󱎩";
}
.mdi-skate:before {
  content: "󰴵";
}
.mdi-skate-off:before {
  content: "󰚙";
}
.mdi-skateboard:before {
  content: "󱓂";
}
.mdi-skateboarding:before {
  content: "󰔁";
}
.mdi-skew-less:before {
  content: "󰴶";
}
.mdi-skew-more:before {
  content: "󰴷";
}
.mdi-ski:before {
  content: "󱌄";
}
.mdi-ski-cross-country:before {
  content: "󱌅";
}
.mdi-ski-water:before {
  content: "󱌆";
}
.mdi-skip-backward:before {
  content: "󰒫";
}
.mdi-skip-backward-outline:before {
  content: "󰼥";
}
.mdi-skip-forward:before {
  content: "󰒬";
}
.mdi-skip-forward-outline:before {
  content: "󰼦";
}
.mdi-skip-next:before {
  content: "󰒭";
}
.mdi-skip-next-circle:before {
  content: "󰙡";
}
.mdi-skip-next-circle-outline:before {
  content: "󰙢";
}
.mdi-skip-next-outline:before {
  content: "󰼧";
}
.mdi-skip-previous:before {
  content: "󰒮";
}
.mdi-skip-previous-circle:before {
  content: "󰙣";
}
.mdi-skip-previous-circle-outline:before {
  content: "󰙤";
}
.mdi-skip-previous-outline:before {
  content: "󰼨";
}
.mdi-skull:before {
  content: "󰚌";
}
.mdi-skull-crossbones:before {
  content: "󰯆";
}
.mdi-skull-crossbones-outline:before {
  content: "󰯇";
}
.mdi-skull-outline:before {
  content: "󰯈";
}
.mdi-skull-scan:before {
  content: "󱓇";
}
.mdi-skull-scan-outline:before {
  content: "󱓈";
}
.mdi-skype:before {
  content: "󰒯";
}
.mdi-skype-business:before {
  content: "󰒰";
}
.mdi-slack:before {
  content: "󰒱";
}
.mdi-slash-forward:before {
  content: "󰿟";
}
.mdi-slash-forward-box:before {
  content: "󰿠";
}
.mdi-sledding:before {
  content: "󰐛";
}
.mdi-sleep:before {
  content: "󰒲";
}
.mdi-sleep-off:before {
  content: "󰒳";
}
.mdi-slide:before {
  content: "󱖥";
}
.mdi-slope-downhill:before {
  content: "󰷿";
}
.mdi-slope-uphill:before {
  content: "󰸀";
}
.mdi-slot-machine:before {
  content: "󱄔";
}
.mdi-slot-machine-outline:before {
  content: "󱄕";
}
.mdi-smart-card:before {
  content: "󱂽";
}
.mdi-smart-card-off:before {
  content: "󱣷";
}
.mdi-smart-card-off-outline:before {
  content: "󱣸";
}
.mdi-smart-card-outline:before {
  content: "󱂾";
}
.mdi-smart-card-reader:before {
  content: "󱂿";
}
.mdi-smart-card-reader-outline:before {
  content: "󱃀";
}
.mdi-smog:before {
  content: "󰩱";
}
.mdi-smoke:before {
  content: "󱞙";
}
.mdi-smoke-detector:before {
  content: "󰎒";
}
.mdi-smoke-detector-alert:before {
  content: "󱤮";
}
.mdi-smoke-detector-alert-outline:before {
  content: "󱤯";
}
.mdi-smoke-detector-off:before {
  content: "󱠉";
}
.mdi-smoke-detector-off-outline:before {
  content: "󱠊";
}
.mdi-smoke-detector-outline:before {
  content: "󱠈";
}
.mdi-smoke-detector-variant:before {
  content: "󱠋";
}
.mdi-smoke-detector-variant-alert:before {
  content: "󱤰";
}
.mdi-smoke-detector-variant-off:before {
  content: "󱠌";
}
.mdi-smoking:before {
  content: "󰒴";
}
.mdi-smoking-off:before {
  content: "󰒵";
}
.mdi-smoking-pipe:before {
  content: "󱐍";
}
.mdi-smoking-pipe-off:before {
  content: "󱐨";
}
.mdi-snail:before {
  content: "󱙷";
}
.mdi-snake:before {
  content: "󱔎";
}
.mdi-snapchat:before {
  content: "󰒶";
}
.mdi-snowboard:before {
  content: "󱌇";
}
.mdi-snowflake:before {
  content: "󰜗";
}
.mdi-snowflake-alert:before {
  content: "󰼩";
}
.mdi-snowflake-check:before {
  content: "󱩰";
}
.mdi-snowflake-melt:before {
  content: "󱋋";
}
.mdi-snowflake-off:before {
  content: "󱓣";
}
.mdi-snowflake-thermometer:before {
  content: "󱩱";
}
.mdi-snowflake-variant:before {
  content: "󰼪";
}
.mdi-snowman:before {
  content: "󰒷";
}
.mdi-snowmobile:before {
  content: "󰛝";
}
.mdi-snowshoeing:before {
  content: "󱩲";
}
.mdi-soccer:before {
  content: "󰒸";
}
.mdi-soccer-field:before {
  content: "󰠴";
}
.mdi-social-distance-2-meters:before {
  content: "󱕹";
}
.mdi-social-distance-6-feet:before {
  content: "󱕺";
}
.mdi-sofa:before {
  content: "󰒹";
}
.mdi-sofa-outline:before {
  content: "󱕭";
}
.mdi-sofa-single:before {
  content: "󱕮";
}
.mdi-sofa-single-outline:before {
  content: "󱕯";
}
.mdi-solar-panel:before {
  content: "󰶛";
}
.mdi-solar-panel-large:before {
  content: "󰶜";
}
.mdi-solar-power:before {
  content: "󰩲";
}
.mdi-solar-power-variant:before {
  content: "󱩳";
}
.mdi-solar-power-variant-outline:before {
  content: "󱩴";
}
.mdi-soldering-iron:before {
  content: "󱂒";
}
.mdi-solid:before {
  content: "󰚍";
}
.mdi-sony-playstation:before {
  content: "󰐔";
}
.mdi-sort:before {
  content: "󰒺";
}
.mdi-sort-alphabetical-ascending:before {
  content: "󰖽";
}
.mdi-sort-alphabetical-ascending-variant:before {
  content: "󱅈";
}
.mdi-sort-alphabetical-descending:before {
  content: "󰖿";
}
.mdi-sort-alphabetical-descending-variant:before {
  content: "󱅉";
}
.mdi-sort-alphabetical-variant:before {
  content: "󰒻";
}
.mdi-sort-ascending:before {
  content: "󰒼";
}
.mdi-sort-bool-ascending:before {
  content: "󱎅";
}
.mdi-sort-bool-ascending-variant:before {
  content: "󱎆";
}
.mdi-sort-bool-descending:before {
  content: "󱎇";
}
.mdi-sort-bool-descending-variant:before {
  content: "󱎈";
}
.mdi-sort-calendar-ascending:before {
  content: "󱕇";
}
.mdi-sort-calendar-descending:before {
  content: "󱕈";
}
.mdi-sort-clock-ascending:before {
  content: "󱕉";
}
.mdi-sort-clock-ascending-outline:before {
  content: "󱕊";
}
.mdi-sort-clock-descending:before {
  content: "󱕋";
}
.mdi-sort-clock-descending-outline:before {
  content: "󱕌";
}
.mdi-sort-descending:before {
  content: "󰒽";
}
.mdi-sort-numeric-ascending:before {
  content: "󱎉";
}
.mdi-sort-numeric-ascending-variant:before {
  content: "󰤍";
}
.mdi-sort-numeric-descending:before {
  content: "󱎊";
}
.mdi-sort-numeric-descending-variant:before {
  content: "󰫒";
}
.mdi-sort-numeric-variant:before {
  content: "󰒾";
}
.mdi-sort-reverse-variant:before {
  content: "󰌼";
}
.mdi-sort-variant:before {
  content: "󰒿";
}
.mdi-sort-variant-lock:before {
  content: "󰳍";
}
.mdi-sort-variant-lock-open:before {
  content: "󰳎";
}
.mdi-sort-variant-off:before {
  content: "󱪻";
}
.mdi-sort-variant-remove:before {
  content: "󱅇";
}
.mdi-soundbar:before {
  content: "󱟛";
}
.mdi-soundcloud:before {
  content: "󰓀";
}
.mdi-source-branch:before {
  content: "󰘬";
}
.mdi-source-branch-check:before {
  content: "󱓏";
}
.mdi-source-branch-minus:before {
  content: "󱓋";
}
.mdi-source-branch-plus:before {
  content: "󱓊";
}
.mdi-source-branch-refresh:before {
  content: "󱓍";
}
.mdi-source-branch-remove:before {
  content: "󱓌";
}
.mdi-source-branch-sync:before {
  content: "󱓎";
}
.mdi-source-commit:before {
  content: "󰜘";
}
.mdi-source-commit-end:before {
  content: "󰜙";
}
.mdi-source-commit-end-local:before {
  content: "󰜚";
}
.mdi-source-commit-local:before {
  content: "󰜛";
}
.mdi-source-commit-next-local:before {
  content: "󰜜";
}
.mdi-source-commit-start:before {
  content: "󰜝";
}
.mdi-source-commit-start-next-local:before {
  content: "󰜞";
}
.mdi-source-fork:before {
  content: "󰓁";
}
.mdi-source-merge:before {
  content: "󰘭";
}
.mdi-source-pull:before {
  content: "󰓂";
}
.mdi-source-repository:before {
  content: "󰳏";
}
.mdi-source-repository-multiple:before {
  content: "󰳐";
}
.mdi-soy-sauce:before {
  content: "󰟮";
}
.mdi-soy-sauce-off:before {
  content: "󱏼";
}
.mdi-spa:before {
  content: "󰳑";
}
.mdi-spa-outline:before {
  content: "󰳒";
}
.mdi-space-invaders:before {
  content: "󰯉";
}
.mdi-space-station:before {
  content: "󱎃";
}
.mdi-spade:before {
  content: "󰹥";
}
.mdi-speaker:before {
  content: "󰓃";
}
.mdi-speaker-bluetooth:before {
  content: "󰦢";
}
.mdi-speaker-message:before {
  content: "󱬑";
}
.mdi-speaker-multiple:before {
  content: "󰴸";
}
.mdi-speaker-off:before {
  content: "󰓄";
}
.mdi-speaker-pause:before {
  content: "󱭳";
}
.mdi-speaker-play:before {
  content: "󱭲";
}
.mdi-speaker-stop:before {
  content: "󱭴";
}
.mdi-speaker-wireless:before {
  content: "󰜟";
}
.mdi-spear:before {
  content: "󱡅";
}
.mdi-speedometer:before {
  content: "󰓅";
}
.mdi-speedometer-medium:before {
  content: "󰾅";
}
.mdi-speedometer-slow:before {
  content: "󰾆";
}
.mdi-spellcheck:before {
  content: "󰓆";
}
.mdi-sphere:before {
  content: "󱥔";
}
.mdi-sphere-off:before {
  content: "󱥕";
}
.mdi-spider:before {
  content: "󱇪";
}
.mdi-spider-thread:before {
  content: "󱇫";
}
.mdi-spider-web:before {
  content: "󰯊";
}
.mdi-spirit-level:before {
  content: "󱓱";
}
.mdi-spoon-sugar:before {
  content: "󱐩";
}
.mdi-spotify:before {
  content: "󰓇";
}
.mdi-spotlight:before {
  content: "󰓈";
}
.mdi-spotlight-beam:before {
  content: "󰓉";
}
.mdi-spray:before {
  content: "󰙥";
}
.mdi-spray-bottle:before {
  content: "󰫠";
}
.mdi-sprinkler:before {
  content: "󱁟";
}
.mdi-sprinkler-fire:before {
  content: "󱦝";
}
.mdi-sprinkler-variant:before {
  content: "󱁠";
}
.mdi-sprout:before {
  content: "󰹦";
}
.mdi-sprout-outline:before {
  content: "󰹧";
}
.mdi-square:before {
  content: "󰝤";
}
.mdi-square-circle:before {
  content: "󱔀";
}
.mdi-square-edit-outline:before {
  content: "󰤌";
}
.mdi-square-medium:before {
  content: "󰨓";
}
.mdi-square-medium-outline:before {
  content: "󰨔";
}
.mdi-square-off:before {
  content: "󱋮";
}
.mdi-square-off-outline:before {
  content: "󱋯";
}
.mdi-square-opacity:before {
  content: "󱡔";
}
.mdi-square-outline:before {
  content: "󰝣";
}
.mdi-square-root:before {
  content: "󰞄";
}
.mdi-square-root-box:before {
  content: "󰦣";
}
.mdi-square-rounded:before {
  content: "󱓻";
}
.mdi-square-rounded-badge:before {
  content: "󱨇";
}
.mdi-square-rounded-badge-outline:before {
  content: "󱨈";
}
.mdi-square-rounded-outline:before {
  content: "󱓼";
}
.mdi-square-small:before {
  content: "󰨕";
}
.mdi-square-wave:before {
  content: "󱑻";
}
.mdi-squeegee:before {
  content: "󰫡";
}
.mdi-ssh:before {
  content: "󰣀";
}
.mdi-stack-exchange:before {
  content: "󰘋";
}
.mdi-stack-overflow:before {
  content: "󰓌";
}
.mdi-stackpath:before {
  content: "󰍙";
}
.mdi-stadium:before {
  content: "󰿹";
}
.mdi-stadium-outline:before {
  content: "󱬃";
}
.mdi-stadium-variant:before {
  content: "󰜠";
}
.mdi-stairs:before {
  content: "󰓍";
}
.mdi-stairs-box:before {
  content: "󱎞";
}
.mdi-stairs-down:before {
  content: "󱊾";
}
.mdi-stairs-up:before {
  content: "󱊽";
}
.mdi-stamper:before {
  content: "󰴹";
}
.mdi-standard-definition:before {
  content: "󰟯";
}
.mdi-star:before {
  content: "󰓎";
}
.mdi-star-box:before {
  content: "󰩳";
}
.mdi-star-box-multiple:before {
  content: "󱊆";
}
.mdi-star-box-multiple-outline:before {
  content: "󱊇";
}
.mdi-star-box-outline:before {
  content: "󰩴";
}
.mdi-star-check:before {
  content: "󱕦";
}
.mdi-star-check-outline:before {
  content: "󱕪";
}
.mdi-star-circle:before {
  content: "󰓏";
}
.mdi-star-circle-outline:before {
  content: "󰦤";
}
.mdi-star-cog:before {
  content: "󱙨";
}
.mdi-star-cog-outline:before {
  content: "󱙩";
}
.mdi-star-crescent:before {
  content: "󰥹";
}
.mdi-star-david:before {
  content: "󰥺";
}
.mdi-star-face:before {
  content: "󰦥";
}
.mdi-star-four-points:before {
  content: "󰫢";
}
.mdi-star-four-points-outline:before {
  content: "󰫣";
}
.mdi-star-half:before {
  content: "󰉆";
}
.mdi-star-half-full:before {
  content: "󰓐";
}
.mdi-star-minus:before {
  content: "󱕤";
}
.mdi-star-minus-outline:before {
  content: "󱕨";
}
.mdi-star-off:before {
  content: "󰓑";
}
.mdi-star-off-outline:before {
  content: "󱕛";
}
.mdi-star-outline:before {
  content: "󰓒";
}
.mdi-star-plus:before {
  content: "󱕣";
}
.mdi-star-plus-outline:before {
  content: "󱕧";
}
.mdi-star-remove:before {
  content: "󱕥";
}
.mdi-star-remove-outline:before {
  content: "󱕩";
}
.mdi-star-settings:before {
  content: "󱙪";
}
.mdi-star-settings-outline:before {
  content: "󱙫";
}
.mdi-star-shooting:before {
  content: "󱝁";
}
.mdi-star-shooting-outline:before {
  content: "󱝂";
}
.mdi-star-three-points:before {
  content: "󰫤";
}
.mdi-star-three-points-outline:before {
  content: "󰫥";
}
.mdi-state-machine:before {
  content: "󱇯";
}
.mdi-steam:before {
  content: "󰓓";
}
.mdi-steering:before {
  content: "󰓔";
}
.mdi-steering-off:before {
  content: "󰤎";
}
.mdi-step-backward:before {
  content: "󰓕";
}
.mdi-step-backward-2:before {
  content: "󰓖";
}
.mdi-step-forward:before {
  content: "󰓗";
}
.mdi-step-forward-2:before {
  content: "󰓘";
}
.mdi-stethoscope:before {
  content: "󰓙";
}
.mdi-sticker:before {
  content: "󱍤";
}
.mdi-sticker-alert:before {
  content: "󱍥";
}
.mdi-sticker-alert-outline:before {
  content: "󱍦";
}
.mdi-sticker-check:before {
  content: "󱍧";
}
.mdi-sticker-check-outline:before {
  content: "󱍨";
}
.mdi-sticker-circle-outline:before {
  content: "󰗐";
}
.mdi-sticker-emoji:before {
  content: "󰞅";
}
.mdi-sticker-minus:before {
  content: "󱍩";
}
.mdi-sticker-minus-outline:before {
  content: "󱍪";
}
.mdi-sticker-outline:before {
  content: "󱍫";
}
.mdi-sticker-plus:before {
  content: "󱍬";
}
.mdi-sticker-plus-outline:before {
  content: "󱍭";
}
.mdi-sticker-remove:before {
  content: "󱍮";
}
.mdi-sticker-remove-outline:before {
  content: "󱍯";
}
.mdi-sticker-text:before {
  content: "󱞎";
}
.mdi-sticker-text-outline:before {
  content: "󱞏";
}
.mdi-stocking:before {
  content: "󰓚";
}
.mdi-stomach:before {
  content: "󱂓";
}
.mdi-stool:before {
  content: "󱥝";
}
.mdi-stool-outline:before {
  content: "󱥞";
}
.mdi-stop:before {
  content: "󰓛";
}
.mdi-stop-circle:before {
  content: "󰙦";
}
.mdi-stop-circle-outline:before {
  content: "󰙧";
}
.mdi-storage-tank:before {
  content: "󱩵";
}
.mdi-storage-tank-outline:before {
  content: "󱩶";
}
.mdi-store:before {
  content: "󰓜";
}
.mdi-store-24-hour:before {
  content: "󰓝";
}
.mdi-store-alert:before {
  content: "󱣁";
}
.mdi-store-alert-outline:before {
  content: "󱣂";
}
.mdi-store-check:before {
  content: "󱣃";
}
.mdi-store-check-outline:before {
  content: "󱣄";
}
.mdi-store-clock:before {
  content: "󱣅";
}
.mdi-store-clock-outline:before {
  content: "󱣆";
}
.mdi-store-cog:before {
  content: "󱣇";
}
.mdi-store-cog-outline:before {
  content: "󱣈";
}
.mdi-store-edit:before {
  content: "󱣉";
}
.mdi-store-edit-outline:before {
  content: "󱣊";
}
.mdi-store-marker:before {
  content: "󱣋";
}
.mdi-store-marker-outline:before {
  content: "󱣌";
}
.mdi-store-minus:before {
  content: "󱙞";
}
.mdi-store-minus-outline:before {
  content: "󱣍";
}
.mdi-store-off:before {
  content: "󱣎";
}
.mdi-store-off-outline:before {
  content: "󱣏";
}
.mdi-store-outline:before {
  content: "󱍡";
}
.mdi-store-plus:before {
  content: "󱙟";
}
.mdi-store-plus-outline:before {
  content: "󱣐";
}
.mdi-store-remove:before {
  content: "󱙠";
}
.mdi-store-remove-outline:before {
  content: "󱣑";
}
.mdi-store-search:before {
  content: "󱣒";
}
.mdi-store-search-outline:before {
  content: "󱣓";
}
.mdi-store-settings:before {
  content: "󱣔";
}
.mdi-store-settings-outline:before {
  content: "󱣕";
}
.mdi-storefront:before {
  content: "󰟇";
}
.mdi-storefront-check:before {
  content: "󱭽";
}
.mdi-storefront-check-outline:before {
  content: "󱭾";
}
.mdi-storefront-edit:before {
  content: "󱭿";
}
.mdi-storefront-edit-outline:before {
  content: "󱮀";
}
.mdi-storefront-minus:before {
  content: "󱮃";
}
.mdi-storefront-minus-outline:before {
  content: "󱮄";
}
.mdi-storefront-outline:before {
  content: "󱃁";
}
.mdi-storefront-plus:before {
  content: "󱮁";
}
.mdi-storefront-plus-outline:before {
  content: "󱮂";
}
.mdi-storefront-remove:before {
  content: "󱮅";
}
.mdi-storefront-remove-outline:before {
  content: "󱮆";
}
.mdi-stove:before {
  content: "󰓞";
}
.mdi-strategy:before {
  content: "󱇖";
}
.mdi-stretch-to-page:before {
  content: "󰼫";
}
.mdi-stretch-to-page-outline:before {
  content: "󰼬";
}
.mdi-string-lights:before {
  content: "󱊺";
}
.mdi-string-lights-off:before {
  content: "󱊻";
}
.mdi-subdirectory-arrow-left:before {
  content: "󰘌";
}
.mdi-subdirectory-arrow-right:before {
  content: "󰘍";
}
.mdi-submarine:before {
  content: "󱕬";
}
.mdi-subtitles:before {
  content: "󰨖";
}
.mdi-subtitles-outline:before {
  content: "󰨗";
}
.mdi-subway:before {
  content: "󰚬";
}
.mdi-subway-alert-variant:before {
  content: "󰶝";
}
.mdi-subway-variant:before {
  content: "󰓟";
}
.mdi-summit:before {
  content: "󰞆";
}
.mdi-sun-angle:before {
  content: "󱬧";
}
.mdi-sun-angle-outline:before {
  content: "󱬨";
}
.mdi-sun-clock:before {
  content: "󱩷";
}
.mdi-sun-clock-outline:before {
  content: "󱩸";
}
.mdi-sun-compass:before {
  content: "󱦥";
}
.mdi-sun-snowflake:before {
  content: "󱞖";
}
.mdi-sun-snowflake-variant:before {
  content: "󱩹";
}
.mdi-sun-thermometer:before {
  content: "󱣖";
}
.mdi-sun-thermometer-outline:before {
  content: "󱣗";
}
.mdi-sun-wireless:before {
  content: "󱟾";
}
.mdi-sun-wireless-outline:before {
  content: "󱟿";
}
.mdi-sunglasses:before {
  content: "󰓠";
}
.mdi-surfing:before {
  content: "󱝆";
}
.mdi-surround-sound:before {
  content: "󰗅";
}
.mdi-surround-sound-2-0:before {
  content: "󰟰";
}
.mdi-surround-sound-2-1:before {
  content: "󱜩";
}
.mdi-surround-sound-3-1:before {
  content: "󰟱";
}
.mdi-surround-sound-5-1:before {
  content: "󰟲";
}
.mdi-surround-sound-5-1-2:before {
  content: "󱜪";
}
.mdi-surround-sound-7-1:before {
  content: "󰟳";
}
.mdi-svg:before {
  content: "󰜡";
}
.mdi-swap-horizontal:before {
  content: "󰓡";
}
.mdi-swap-horizontal-bold:before {
  content: "󰯍";
}
.mdi-swap-horizontal-circle:before {
  content: "󰿡";
}
.mdi-swap-horizontal-circle-outline:before {
  content: "󰿢";
}
.mdi-swap-horizontal-variant:before {
  content: "󰣁";
}
.mdi-swap-vertical:before {
  content: "󰓢";
}
.mdi-swap-vertical-bold:before {
  content: "󰯎";
}
.mdi-swap-vertical-circle:before {
  content: "󰿣";
}
.mdi-swap-vertical-circle-outline:before {
  content: "󰿤";
}
.mdi-swap-vertical-variant:before {
  content: "󰣂";
}
.mdi-swim:before {
  content: "󰓣";
}
.mdi-switch:before {
  content: "󰓤";
}
.mdi-sword:before {
  content: "󰓥";
}
.mdi-sword-cross:before {
  content: "󰞇";
}
.mdi-syllabary-hangul:before {
  content: "󱌳";
}
.mdi-syllabary-hiragana:before {
  content: "󱌴";
}
.mdi-syllabary-katakana:before {
  content: "󱌵";
}
.mdi-syllabary-katakana-halfwidth:before {
  content: "󱌶";
}
.mdi-symbol:before {
  content: "󱔁";
}
.mdi-symfony:before {
  content: "󰫦";
}
.mdi-synagogue:before {
  content: "󱬄";
}
.mdi-synagogue-outline:before {
  content: "󱬅";
}
.mdi-sync:before {
  content: "󰓦";
}
.mdi-sync-alert:before {
  content: "󰓧";
}
.mdi-sync-circle:before {
  content: "󱍸";
}
.mdi-sync-off:before {
  content: "󰓨";
}
.mdi-tab:before {
  content: "󰓩";
}
.mdi-tab-minus:before {
  content: "󰭋";
}
.mdi-tab-plus:before {
  content: "󰝜";
}
.mdi-tab-remove:before {
  content: "󰭌";
}
.mdi-tab-search:before {
  content: "󱦞";
}
.mdi-tab-unselected:before {
  content: "󰓪";
}
.mdi-table:before {
  content: "󰓫";
}
.mdi-table-account:before {
  content: "󱎹";
}
.mdi-table-alert:before {
  content: "󱎺";
}
.mdi-table-arrow-down:before {
  content: "󱎻";
}
.mdi-table-arrow-left:before {
  content: "󱎼";
}
.mdi-table-arrow-right:before {
  content: "󱎽";
}
.mdi-table-arrow-up:before {
  content: "󱎾";
}
.mdi-table-border:before {
  content: "󰨘";
}
.mdi-table-cancel:before {
  content: "󱎿";
}
.mdi-table-chair:before {
  content: "󱁡";
}
.mdi-table-check:before {
  content: "󱏀";
}
.mdi-table-clock:before {
  content: "󱏁";
}
.mdi-table-cog:before {
  content: "󱏂";
}
.mdi-table-column:before {
  content: "󰠵";
}
.mdi-table-column-plus-after:before {
  content: "󰓬";
}
.mdi-table-column-plus-before:before {
  content: "󰓭";
}
.mdi-table-column-remove:before {
  content: "󰓮";
}
.mdi-table-column-width:before {
  content: "󰓯";
}
.mdi-table-edit:before {
  content: "󰓰";
}
.mdi-table-eye:before {
  content: "󱂔";
}
.mdi-table-eye-off:before {
  content: "󱏃";
}
.mdi-table-filter:before {
  content: "󱮌";
}
.mdi-table-furniture:before {
  content: "󰖼";
}
.mdi-table-headers-eye:before {
  content: "󱈝";
}
.mdi-table-headers-eye-off:before {
  content: "󱈞";
}
.mdi-table-heart:before {
  content: "󱏄";
}
.mdi-table-key:before {
  content: "󱏅";
}
.mdi-table-large:before {
  content: "󰓱";
}
.mdi-table-large-plus:before {
  content: "󰾇";
}
.mdi-table-large-remove:before {
  content: "󰾈";
}
.mdi-table-lock:before {
  content: "󱏆";
}
.mdi-table-merge-cells:before {
  content: "󰦦";
}
.mdi-table-minus:before {
  content: "󱏇";
}
.mdi-table-multiple:before {
  content: "󱏈";
}
.mdi-table-network:before {
  content: "󱏉";
}
.mdi-table-of-contents:before {
  content: "󰠶";
}
.mdi-table-off:before {
  content: "󱏊";
}
.mdi-table-picnic:before {
  content: "󱝃";
}
.mdi-table-pivot:before {
  content: "󱠼";
}
.mdi-table-plus:before {
  content: "󰩵";
}
.mdi-table-question:before {
  content: "󱬡";
}
.mdi-table-refresh:before {
  content: "󱎠";
}
.mdi-table-remove:before {
  content: "󰩶";
}
.mdi-table-row:before {
  content: "󰠷";
}
.mdi-table-row-height:before {
  content: "󰓲";
}
.mdi-table-row-plus-after:before {
  content: "󰓳";
}
.mdi-table-row-plus-before:before {
  content: "󰓴";
}
.mdi-table-row-remove:before {
  content: "󰓵";
}
.mdi-table-search:before {
  content: "󰤏";
}
.mdi-table-settings:before {
  content: "󰠸";
}
.mdi-table-split-cell:before {
  content: "󱐪";
}
.mdi-table-star:before {
  content: "󱏋";
}
.mdi-table-sync:before {
  content: "󱎡";
}
.mdi-table-tennis:before {
  content: "󰹨";
}
.mdi-tablet:before {
  content: "󰓶";
}
.mdi-tablet-cellphone:before {
  content: "󰦧";
}
.mdi-tablet-dashboard:before {
  content: "󰻎";
}
.mdi-taco:before {
  content: "󰝢";
}
.mdi-tag:before {
  content: "󰓹";
}
.mdi-tag-arrow-down:before {
  content: "󱜫";
}
.mdi-tag-arrow-down-outline:before {
  content: "󱜬";
}
.mdi-tag-arrow-left:before {
  content: "󱜭";
}
.mdi-tag-arrow-left-outline:before {
  content: "󱜮";
}
.mdi-tag-arrow-right:before {
  content: "󱜯";
}
.mdi-tag-arrow-right-outline:before {
  content: "󱜰";
}
.mdi-tag-arrow-up:before {
  content: "󱜱";
}
.mdi-tag-arrow-up-outline:before {
  content: "󱜲";
}
.mdi-tag-check:before {
  content: "󱩺";
}
.mdi-tag-check-outline:before {
  content: "󱩻";
}
.mdi-tag-faces:before {
  content: "󰓺";
}
.mdi-tag-heart:before {
  content: "󰚋";
}
.mdi-tag-heart-outline:before {
  content: "󰯏";
}
.mdi-tag-minus:before {
  content: "󰤐";
}
.mdi-tag-minus-outline:before {
  content: "󱈟";
}
.mdi-tag-multiple:before {
  content: "󰓻";
}
.mdi-tag-multiple-outline:before {
  content: "󱋷";
}
.mdi-tag-off:before {
  content: "󱈠";
}
.mdi-tag-off-outline:before {
  content: "󱈡";
}
.mdi-tag-outline:before {
  content: "󰓼";
}
.mdi-tag-plus:before {
  content: "󰜢";
}
.mdi-tag-plus-outline:before {
  content: "󱈢";
}
.mdi-tag-remove:before {
  content: "󰜣";
}
.mdi-tag-remove-outline:before {
  content: "󱈣";
}
.mdi-tag-search:before {
  content: "󱤇";
}
.mdi-tag-search-outline:before {
  content: "󱤈";
}
.mdi-tag-text:before {
  content: "󱈤";
}
.mdi-tag-text-outline:before {
  content: "󰓽";
}
.mdi-tailwind:before {
  content: "󱏿";
}
.mdi-tally-mark-1:before {
  content: "󱪼";
}
.mdi-tally-mark-2:before {
  content: "󱪽";
}
.mdi-tally-mark-3:before {
  content: "󱪾";
}
.mdi-tally-mark-4:before {
  content: "󱪿";
}
.mdi-tally-mark-5:before {
  content: "󱫀";
}
.mdi-tangram:before {
  content: "󰓸";
}
.mdi-tank:before {
  content: "󰴺";
}
.mdi-tanker-truck:before {
  content: "󰿥";
}
.mdi-tape-drive:before {
  content: "󱛟";
}
.mdi-tape-measure:before {
  content: "󰭍";
}
.mdi-target:before {
  content: "󰓾";
}
.mdi-target-account:before {
  content: "󰯐";
}
.mdi-target-variant:before {
  content: "󰩷";
}
.mdi-taxi:before {
  content: "󰓿";
}
.mdi-tea:before {
  content: "󰶞";
}
.mdi-tea-outline:before {
  content: "󰶟";
}
.mdi-teamviewer:before {
  content: "󰔀";
}
.mdi-teddy-bear:before {
  content: "󱣻";
}
.mdi-telescope:before {
  content: "󰭎";
}
.mdi-television:before {
  content: "󰔂";
}
.mdi-television-ambient-light:before {
  content: "󱍖";
}
.mdi-television-box:before {
  content: "󰠹";
}
.mdi-television-classic:before {
  content: "󰟴";
}
.mdi-television-classic-off:before {
  content: "󰠺";
}
.mdi-television-guide:before {
  content: "󰔃";
}
.mdi-television-off:before {
  content: "󰠻";
}
.mdi-television-pause:before {
  content: "󰾉";
}
.mdi-television-play:before {
  content: "󰻏";
}
.mdi-television-shimmer:before {
  content: "󱄐";
}
.mdi-television-speaker:before {
  content: "󱬛";
}
.mdi-television-speaker-off:before {
  content: "󱬜";
}
.mdi-television-stop:before {
  content: "󰾊";
}
.mdi-temperature-celsius:before {
  content: "󰔄";
}
.mdi-temperature-fahrenheit:before {
  content: "󰔅";
}
.mdi-temperature-kelvin:before {
  content: "󰔆";
}
.mdi-temple-buddhist:before {
  content: "󱬆";
}
.mdi-temple-buddhist-outline:before {
  content: "󱬇";
}
.mdi-temple-hindu:before {
  content: "󱬈";
}
.mdi-temple-hindu-outline:before {
  content: "󱬉";
}
.mdi-tennis:before {
  content: "󰶠";
}
.mdi-tennis-ball:before {
  content: "󰔇";
}
.mdi-tent:before {
  content: "󰔈";
}
.mdi-terraform:before {
  content: "󱁢";
}
.mdi-terrain:before {
  content: "󰔉";
}
.mdi-test-tube:before {
  content: "󰙨";
}
.mdi-test-tube-empty:before {
  content: "󰤑";
}
.mdi-test-tube-off:before {
  content: "󰤒";
}
.mdi-text:before {
  content: "󰦨";
}
.mdi-text-account:before {
  content: "󱕰";
}
.mdi-text-box:before {
  content: "󰈚";
}
.mdi-text-box-check:before {
  content: "󰺦";
}
.mdi-text-box-check-outline:before {
  content: "󰺧";
}
.mdi-text-box-edit:before {
  content: "󱩼";
}
.mdi-text-box-edit-outline:before {
  content: "󱩽";
}
.mdi-text-box-minus:before {
  content: "󰺨";
}
.mdi-text-box-minus-outline:before {
  content: "󰺩";
}
.mdi-text-box-multiple:before {
  content: "󰪷";
}
.mdi-text-box-multiple-outline:before {
  content: "󰪸";
}
.mdi-text-box-outline:before {
  content: "󰧭";
}
.mdi-text-box-plus:before {
  content: "󰺪";
}
.mdi-text-box-plus-outline:before {
  content: "󰺫";
}
.mdi-text-box-remove:before {
  content: "󰺬";
}
.mdi-text-box-remove-outline:before {
  content: "󰺭";
}
.mdi-text-box-search:before {
  content: "󰺮";
}
.mdi-text-box-search-outline:before {
  content: "󰺯";
}
.mdi-text-long:before {
  content: "󰦪";
}
.mdi-text-recognition:before {
  content: "󱄽";
}
.mdi-text-search:before {
  content: "󱎸";
}
.mdi-text-search-variant:before {
  content: "󱩾";
}
.mdi-text-shadow:before {
  content: "󰙩";
}
.mdi-text-short:before {
  content: "󰦩";
}
.mdi-texture:before {
  content: "󰔌";
}
.mdi-texture-box:before {
  content: "󰿦";
}
.mdi-theater:before {
  content: "󰔍";
}
.mdi-theme-light-dark:before {
  content: "󰔎";
}
.mdi-thermometer:before {
  content: "󰔏";
}
.mdi-thermometer-alert:before {
  content: "󰸁";
}
.mdi-thermometer-auto:before {
  content: "󱬏";
}
.mdi-thermometer-bluetooth:before {
  content: "󱢕";
}
.mdi-thermometer-check:before {
  content: "󱩿";
}
.mdi-thermometer-chevron-down:before {
  content: "󰸂";
}
.mdi-thermometer-chevron-up:before {
  content: "󰸃";
}
.mdi-thermometer-high:before {
  content: "󱃂";
}
.mdi-thermometer-lines:before {
  content: "󰔐";
}
.mdi-thermometer-low:before {
  content: "󱃃";
}
.mdi-thermometer-minus:before {
  content: "󰸄";
}
.mdi-thermometer-off:before {
  content: "󱔱";
}
.mdi-thermometer-plus:before {
  content: "󰸅";
}
.mdi-thermometer-probe:before {
  content: "󱬫";
}
.mdi-thermometer-probe-off:before {
  content: "󱬬";
}
.mdi-thermometer-water:before {
  content: "󱪀";
}
.mdi-thermostat:before {
  content: "󰎓";
}
.mdi-thermostat-auto:before {
  content: "󱬗";
}
.mdi-thermostat-box:before {
  content: "󰢑";
}
.mdi-thermostat-box-auto:before {
  content: "󱬘";
}
.mdi-thought-bubble:before {
  content: "󰟶";
}
.mdi-thought-bubble-outline:before {
  content: "󰟷";
}
.mdi-thumb-down:before {
  content: "󰔑";
}
.mdi-thumb-down-outline:before {
  content: "󰔒";
}
.mdi-thumb-up:before {
  content: "󰔓";
}
.mdi-thumb-up-outline:before {
  content: "󰔔";
}
.mdi-thumbs-up-down:before {
  content: "󰔕";
}
.mdi-thumbs-up-down-outline:before {
  content: "󱤔";
}
.mdi-ticket:before {
  content: "󰔖";
}
.mdi-ticket-account:before {
  content: "󰔗";
}
.mdi-ticket-confirmation:before {
  content: "󰔘";
}
.mdi-ticket-confirmation-outline:before {
  content: "󱎪";
}
.mdi-ticket-outline:before {
  content: "󰤓";
}
.mdi-ticket-percent:before {
  content: "󰜤";
}
.mdi-ticket-percent-outline:before {
  content: "󱐫";
}
.mdi-tie:before {
  content: "󰔙";
}
.mdi-tilde:before {
  content: "󰜥";
}
.mdi-tilde-off:before {
  content: "󱣳";
}
.mdi-timelapse:before {
  content: "󰔚";
}
.mdi-timeline:before {
  content: "󰯑";
}
.mdi-timeline-alert:before {
  content: "󰾕";
}
.mdi-timeline-alert-outline:before {
  content: "󰾘";
}
.mdi-timeline-check:before {
  content: "󱔲";
}
.mdi-timeline-check-outline:before {
  content: "󱔳";
}
.mdi-timeline-clock:before {
  content: "󱇻";
}
.mdi-timeline-clock-outline:before {
  content: "󱇼";
}
.mdi-timeline-minus:before {
  content: "󱔴";
}
.mdi-timeline-minus-outline:before {
  content: "󱔵";
}
.mdi-timeline-outline:before {
  content: "󰯒";
}
.mdi-timeline-plus:before {
  content: "󰾖";
}
.mdi-timeline-plus-outline:before {
  content: "󰾗";
}
.mdi-timeline-question:before {
  content: "󰾙";
}
.mdi-timeline-question-outline:before {
  content: "󰾚";
}
.mdi-timeline-remove:before {
  content: "󱔶";
}
.mdi-timeline-remove-outline:before {
  content: "󱔷";
}
.mdi-timeline-text:before {
  content: "󰯓";
}
.mdi-timeline-text-outline:before {
  content: "󰯔";
}
.mdi-timer:before {
  content: "󱎫";
}
.mdi-timer-10:before {
  content: "󰔜";
}
.mdi-timer-3:before {
  content: "󰔝";
}
.mdi-timer-alert:before {
  content: "󱫌";
}
.mdi-timer-alert-outline:before {
  content: "󱫍";
}
.mdi-timer-cancel:before {
  content: "󱫎";
}
.mdi-timer-cancel-outline:before {
  content: "󱫏";
}
.mdi-timer-check:before {
  content: "󱫐";
}
.mdi-timer-check-outline:before {
  content: "󱫑";
}
.mdi-timer-cog:before {
  content: "󱤥";
}
.mdi-timer-cog-outline:before {
  content: "󱤦";
}
.mdi-timer-edit:before {
  content: "󱫒";
}
.mdi-timer-edit-outline:before {
  content: "󱫓";
}
.mdi-timer-lock:before {
  content: "󱫔";
}
.mdi-timer-lock-open:before {
  content: "󱫕";
}
.mdi-timer-lock-open-outline:before {
  content: "󱫖";
}
.mdi-timer-lock-outline:before {
  content: "󱫗";
}
.mdi-timer-marker:before {
  content: "󱫘";
}
.mdi-timer-marker-outline:before {
  content: "󱫙";
}
.mdi-timer-minus:before {
  content: "󱫚";
}
.mdi-timer-minus-outline:before {
  content: "󱫛";
}
.mdi-timer-music:before {
  content: "󱫜";
}
.mdi-timer-music-outline:before {
  content: "󱫝";
}
.mdi-timer-off:before {
  content: "󱎬";
}
.mdi-timer-off-outline:before {
  content: "󰔞";
}
.mdi-timer-outline:before {
  content: "󰔛";
}
.mdi-timer-pause:before {
  content: "󱫞";
}
.mdi-timer-pause-outline:before {
  content: "󱫟";
}
.mdi-timer-play:before {
  content: "󱫠";
}
.mdi-timer-play-outline:before {
  content: "󱫡";
}
.mdi-timer-plus:before {
  content: "󱫢";
}
.mdi-timer-plus-outline:before {
  content: "󱫣";
}
.mdi-timer-refresh:before {
  content: "󱫤";
}
.mdi-timer-refresh-outline:before {
  content: "󱫥";
}
.mdi-timer-remove:before {
  content: "󱫦";
}
.mdi-timer-remove-outline:before {
  content: "󱫧";
}
.mdi-timer-sand:before {
  content: "󰔟";
}
.mdi-timer-sand-complete:before {
  content: "󱦟";
}
.mdi-timer-sand-empty:before {
  content: "󰚭";
}
.mdi-timer-sand-full:before {
  content: "󰞌";
}
.mdi-timer-sand-paused:before {
  content: "󱦠";
}
.mdi-timer-settings:before {
  content: "󱤣";
}
.mdi-timer-settings-outline:before {
  content: "󱤤";
}
.mdi-timer-star:before {
  content: "󱫨";
}
.mdi-timer-star-outline:before {
  content: "󱫩";
}
.mdi-timer-stop:before {
  content: "󱫪";
}
.mdi-timer-stop-outline:before {
  content: "󱫫";
}
.mdi-timer-sync:before {
  content: "󱫬";
}
.mdi-timer-sync-outline:before {
  content: "󱫭";
}
.mdi-timetable:before {
  content: "󰔠";
}
.mdi-tire:before {
  content: "󱢖";
}
.mdi-toaster:before {
  content: "󱁣";
}
.mdi-toaster-off:before {
  content: "󱆷";
}
.mdi-toaster-oven:before {
  content: "󰳓";
}
.mdi-toggle-switch:before {
  content: "󰔡";
}
.mdi-toggle-switch-off:before {
  content: "󰔢";
}
.mdi-toggle-switch-off-outline:before {
  content: "󰨙";
}
.mdi-toggle-switch-outline:before {
  content: "󰨚";
}
.mdi-toggle-switch-variant:before {
  content: "󱨥";
}
.mdi-toggle-switch-variant-off:before {
  content: "󱨦";
}
.mdi-toilet:before {
  content: "󰦫";
}
.mdi-toolbox:before {
  content: "󰦬";
}
.mdi-toolbox-outline:before {
  content: "󰦭";
}
.mdi-tools:before {
  content: "󱁤";
}
.mdi-tooltip:before {
  content: "󰔣";
}
.mdi-tooltip-account:before {
  content: "󰀌";
}
.mdi-tooltip-cellphone:before {
  content: "󱠻";
}
.mdi-tooltip-check:before {
  content: "󱕜";
}
.mdi-tooltip-check-outline:before {
  content: "󱕝";
}
.mdi-tooltip-edit:before {
  content: "󰔤";
}
.mdi-tooltip-edit-outline:before {
  content: "󱋅";
}
.mdi-tooltip-image:before {
  content: "󰔥";
}
.mdi-tooltip-image-outline:before {
  content: "󰯕";
}
.mdi-tooltip-minus:before {
  content: "󱕞";
}
.mdi-tooltip-minus-outline:before {
  content: "󱕟";
}
.mdi-tooltip-outline:before {
  content: "󰔦";
}
.mdi-tooltip-plus:before {
  content: "󰯖";
}
.mdi-tooltip-plus-outline:before {
  content: "󰔧";
}
.mdi-tooltip-question:before {
  content: "󱮺";
}
.mdi-tooltip-question-outline:before {
  content: "󱮻";
}
.mdi-tooltip-remove:before {
  content: "󱕠";
}
.mdi-tooltip-remove-outline:before {
  content: "󱕡";
}
.mdi-tooltip-text:before {
  content: "󰔨";
}
.mdi-tooltip-text-outline:before {
  content: "󰯗";
}
.mdi-tooth:before {
  content: "󰣃";
}
.mdi-tooth-outline:before {
  content: "󰔩";
}
.mdi-toothbrush:before {
  content: "󱄩";
}
.mdi-toothbrush-electric:before {
  content: "󱄬";
}
.mdi-toothbrush-paste:before {
  content: "󱄪";
}
.mdi-torch:before {
  content: "󱘆";
}
.mdi-tortoise:before {
  content: "󰴻";
}
.mdi-toslink:before {
  content: "󱊸";
}
.mdi-tournament:before {
  content: "󰦮";
}
.mdi-tow-truck:before {
  content: "󰠼";
}
.mdi-tower-beach:before {
  content: "󰚁";
}
.mdi-tower-fire:before {
  content: "󰚂";
}
.mdi-town-hall:before {
  content: "󱡵";
}
.mdi-toy-brick:before {
  content: "󱊈";
}
.mdi-toy-brick-marker:before {
  content: "󱊉";
}
.mdi-toy-brick-marker-outline:before {
  content: "󱊊";
}
.mdi-toy-brick-minus:before {
  content: "󱊋";
}
.mdi-toy-brick-minus-outline:before {
  content: "󱊌";
}
.mdi-toy-brick-outline:before {
  content: "󱊍";
}
.mdi-toy-brick-plus:before {
  content: "󱊎";
}
.mdi-toy-brick-plus-outline:before {
  content: "󱊏";
}
.mdi-toy-brick-remove:before {
  content: "󱊐";
}
.mdi-toy-brick-remove-outline:before {
  content: "󱊑";
}
.mdi-toy-brick-search:before {
  content: "󱊒";
}
.mdi-toy-brick-search-outline:before {
  content: "󱊓";
}
.mdi-track-light:before {
  content: "󰤔";
}
.mdi-track-light-off:before {
  content: "󱬁";
}
.mdi-trackpad:before {
  content: "󰟸";
}
.mdi-trackpad-lock:before {
  content: "󰤳";
}
.mdi-tractor:before {
  content: "󰢒";
}
.mdi-tractor-variant:before {
  content: "󱓄";
}
.mdi-trademark:before {
  content: "󰩸";
}
.mdi-traffic-cone:before {
  content: "󱍼";
}
.mdi-traffic-light:before {
  content: "󰔫";
}
.mdi-traffic-light-outline:before {
  content: "󱠪";
}
.mdi-train:before {
  content: "󰔬";
}
.mdi-train-car:before {
  content: "󰯘";
}
.mdi-train-car-autorack:before {
  content: "󱬭";
}
.mdi-train-car-box:before {
  content: "󱬮";
}
.mdi-train-car-box-full:before {
  content: "󱬯";
}
.mdi-train-car-box-open:before {
  content: "󱬰";
}
.mdi-train-car-caboose:before {
  content: "󱬱";
}
.mdi-train-car-centerbeam:before {
  content: "󱬲";
}
.mdi-train-car-centerbeam-full:before {
  content: "󱬳";
}
.mdi-train-car-container:before {
  content: "󱬴";
}
.mdi-train-car-flatbed:before {
  content: "󱬵";
}
.mdi-train-car-flatbed-car:before {
  content: "󱬶";
}
.mdi-train-car-flatbed-tank:before {
  content: "󱬷";
}
.mdi-train-car-gondola:before {
  content: "󱬸";
}
.mdi-train-car-gondola-full:before {
  content: "󱬹";
}
.mdi-train-car-hopper:before {
  content: "󱬺";
}
.mdi-train-car-hopper-covered:before {
  content: "󱬻";
}
.mdi-train-car-hopper-full:before {
  content: "󱬼";
}
.mdi-train-car-intermodal:before {
  content: "󱬽";
}
.mdi-train-car-passenger:before {
  content: "󱜳";
}
.mdi-train-car-passenger-door:before {
  content: "󱜴";
}
.mdi-train-car-passenger-door-open:before {
  content: "󱜵";
}
.mdi-train-car-passenger-variant:before {
  content: "󱜶";
}
.mdi-train-car-tank:before {
  content: "󱬾";
}
.mdi-train-variant:before {
  content: "󰣄";
}
.mdi-tram:before {
  content: "󰔭";
}
.mdi-tram-side:before {
  content: "󰿧";
}
.mdi-transcribe:before {
  content: "󰔮";
}
.mdi-transcribe-close:before {
  content: "󰔯";
}
.mdi-transfer:before {
  content: "󱁥";
}
.mdi-transfer-down:before {
  content: "󰶡";
}
.mdi-transfer-left:before {
  content: "󰶢";
}
.mdi-transfer-right:before {
  content: "󰔰";
}
.mdi-transfer-up:before {
  content: "󰶣";
}
.mdi-transit-connection:before {
  content: "󰴼";
}
.mdi-transit-connection-horizontal:before {
  content: "󱕆";
}
.mdi-transit-connection-variant:before {
  content: "󰴽";
}
.mdi-transit-detour:before {
  content: "󰾋";
}
.mdi-transit-skip:before {
  content: "󱔕";
}
.mdi-transit-transfer:before {
  content: "󰚮";
}
.mdi-transition:before {
  content: "󰤕";
}
.mdi-transition-masked:before {
  content: "󰤖";
}
.mdi-translate:before {
  content: "󰗊";
}
.mdi-translate-off:before {
  content: "󰸆";
}
.mdi-translate-variant:before {
  content: "󱮙";
}
.mdi-transmission-tower:before {
  content: "󰴾";
}
.mdi-transmission-tower-export:before {
  content: "󱤬";
}
.mdi-transmission-tower-import:before {
  content: "󱤭";
}
.mdi-transmission-tower-off:before {
  content: "󱧝";
}
.mdi-trash-can:before {
  content: "󰩹";
}
.mdi-trash-can-outline:before {
  content: "󰩺";
}
.mdi-tray:before {
  content: "󱊔";
}
.mdi-tray-alert:before {
  content: "󱊕";
}
.mdi-tray-arrow-down:before {
  content: "󰄠";
}
.mdi-tray-arrow-up:before {
  content: "󰄝";
}
.mdi-tray-full:before {
  content: "󱊖";
}
.mdi-tray-minus:before {
  content: "󱊗";
}
.mdi-tray-plus:before {
  content: "󱊘";
}
.mdi-tray-remove:before {
  content: "󱊙";
}
.mdi-treasure-chest:before {
  content: "󰜦";
}
.mdi-tree:before {
  content: "󰔱";
}
.mdi-tree-outline:before {
  content: "󰹩";
}
.mdi-trello:before {
  content: "󰔲";
}
.mdi-trending-down:before {
  content: "󰔳";
}
.mdi-trending-neutral:before {
  content: "󰔴";
}
.mdi-trending-up:before {
  content: "󰔵";
}
.mdi-triangle:before {
  content: "󰔶";
}
.mdi-triangle-outline:before {
  content: "󰔷";
}
.mdi-triangle-small-down:before {
  content: "󱨉";
}
.mdi-triangle-small-up:before {
  content: "󱨊";
}
.mdi-triangle-wave:before {
  content: "󱑼";
}
.mdi-triforce:before {
  content: "󰯙";
}
.mdi-trophy:before {
  content: "󰔸";
}
.mdi-trophy-award:before {
  content: "󰔹";
}
.mdi-trophy-broken:before {
  content: "󰶤";
}
.mdi-trophy-outline:before {
  content: "󰔺";
}
.mdi-trophy-variant:before {
  content: "󰔻";
}
.mdi-trophy-variant-outline:before {
  content: "󰔼";
}
.mdi-truck:before {
  content: "󰔽";
}
.mdi-truck-alert:before {
  content: "󱧞";
}
.mdi-truck-alert-outline:before {
  content: "󱧟";
}
.mdi-truck-cargo-container:before {
  content: "󱣘";
}
.mdi-truck-check:before {
  content: "󰳔";
}
.mdi-truck-check-outline:before {
  content: "󱊚";
}
.mdi-truck-delivery:before {
  content: "󰔾";
}
.mdi-truck-delivery-outline:before {
  content: "󱊛";
}
.mdi-truck-fast:before {
  content: "󰞈";
}
.mdi-truck-fast-outline:before {
  content: "󱊜";
}
.mdi-truck-flatbed:before {
  content: "󱢑";
}
.mdi-truck-minus:before {
  content: "󱦮";
}
.mdi-truck-minus-outline:before {
  content: "󱦽";
}
.mdi-truck-outline:before {
  content: "󱊝";
}
.mdi-truck-plus:before {
  content: "󱦭";
}
.mdi-truck-plus-outline:before {
  content: "󱦼";
}
.mdi-truck-remove:before {
  content: "󱦯";
}
.mdi-truck-remove-outline:before {
  content: "󱦾";
}
.mdi-truck-snowflake:before {
  content: "󱦦";
}
.mdi-truck-trailer:before {
  content: "󰜧";
}
.mdi-trumpet:before {
  content: "󱂖";
}
.mdi-tshirt-crew:before {
  content: "󰩻";
}
.mdi-tshirt-crew-outline:before {
  content: "󰔿";
}
.mdi-tshirt-v:before {
  content: "󰩼";
}
.mdi-tshirt-v-outline:before {
  content: "󰕀";
}
.mdi-tsunami:before {
  content: "󱪁";
}
.mdi-tumble-dryer:before {
  content: "󰤗";
}
.mdi-tumble-dryer-alert:before {
  content: "󱆺";
}
.mdi-tumble-dryer-off:before {
  content: "󱆻";
}
.mdi-tune:before {
  content: "󰘮";
}
.mdi-tune-variant:before {
  content: "󱕂";
}
.mdi-tune-vertical:before {
  content: "󰙪";
}
.mdi-tune-vertical-variant:before {
  content: "󱕃";
}
.mdi-tunnel:before {
  content: "󱠽";
}
.mdi-tunnel-outline:before {
  content: "󱠾";
}
.mdi-turbine:before {
  content: "󱪂";
}
.mdi-turkey:before {
  content: "󱜛";
}
.mdi-turnstile:before {
  content: "󰳕";
}
.mdi-turnstile-outline:before {
  content: "󰳖";
}
.mdi-turtle:before {
  content: "󰳗";
}
.mdi-twitch:before {
  content: "󰕃";
}
.mdi-twitter:before {
  content: "󰕄";
}
.mdi-two-factor-authentication:before {
  content: "󰦯";
}
.mdi-typewriter:before {
  content: "󰼭";
}
.mdi-ubisoft:before {
  content: "󰯚";
}
.mdi-ubuntu:before {
  content: "󰕈";
}
.mdi-ufo:before {
  content: "󱃄";
}
.mdi-ufo-outline:before {
  content: "󱃅";
}
.mdi-ultra-high-definition:before {
  content: "󰟹";
}
.mdi-umbraco:before {
  content: "󰕉";
}
.mdi-umbrella:before {
  content: "󰕊";
}
.mdi-umbrella-beach:before {
  content: "󱢊";
}
.mdi-umbrella-beach-outline:before {
  content: "󱢋";
}
.mdi-umbrella-closed:before {
  content: "󰦰";
}
.mdi-umbrella-closed-outline:before {
  content: "󱏢";
}
.mdi-umbrella-closed-variant:before {
  content: "󱏡";
}
.mdi-umbrella-outline:before {
  content: "󰕋";
}
.mdi-undo:before {
  content: "󰕌";
}
.mdi-undo-variant:before {
  content: "󰕍";
}
.mdi-unfold-less-horizontal:before {
  content: "󰕎";
}
.mdi-unfold-less-vertical:before {
  content: "󰝠";
}
.mdi-unfold-more-horizontal:before {
  content: "󰕏";
}
.mdi-unfold-more-vertical:before {
  content: "󰝡";
}
.mdi-ungroup:before {
  content: "󰕐";
}
.mdi-unicode:before {
  content: "󰻐";
}
.mdi-unicorn:before {
  content: "󱗂";
}
.mdi-unicorn-variant:before {
  content: "󱗃";
}
.mdi-unicycle:before {
  content: "󱗥";
}
.mdi-unity:before {
  content: "󰚯";
}
.mdi-unreal:before {
  content: "󰦱";
}
.mdi-update:before {
  content: "󰚰";
}
.mdi-upload:before {
  content: "󰕒";
}
.mdi-upload-lock:before {
  content: "󱍳";
}
.mdi-upload-lock-outline:before {
  content: "󱍴";
}
.mdi-upload-multiple:before {
  content: "󰠽";
}
.mdi-upload-network:before {
  content: "󰛶";
}
.mdi-upload-network-outline:before {
  content: "󰳘";
}
.mdi-upload-off:before {
  content: "󱃆";
}
.mdi-upload-off-outline:before {
  content: "󱃇";
}
.mdi-upload-outline:before {
  content: "󰸇";
}
.mdi-usb:before {
  content: "󰕓";
}
.mdi-usb-flash-drive:before {
  content: "󱊞";
}
.mdi-usb-flash-drive-outline:before {
  content: "󱊟";
}
.mdi-usb-port:before {
  content: "󱇰";
}
.mdi-vacuum:before {
  content: "󱦡";
}
.mdi-vacuum-outline:before {
  content: "󱦢";
}
.mdi-valve:before {
  content: "󱁦";
}
.mdi-valve-closed:before {
  content: "󱁧";
}
.mdi-valve-open:before {
  content: "󱁨";
}
.mdi-van-passenger:before {
  content: "󰟺";
}
.mdi-van-utility:before {
  content: "󰟻";
}
.mdi-vanish:before {
  content: "󰟼";
}
.mdi-vanish-quarter:before {
  content: "󱕔";
}
.mdi-vanity-light:before {
  content: "󱇡";
}
.mdi-variable:before {
  content: "󰫧";
}
.mdi-variable-box:before {
  content: "󱄑";
}
.mdi-vector-arrange-above:before {
  content: "󰕔";
}
.mdi-vector-arrange-below:before {
  content: "󰕕";
}
.mdi-vector-bezier:before {
  content: "󰫨";
}
.mdi-vector-circle:before {
  content: "󰕖";
}
.mdi-vector-circle-variant:before {
  content: "󰕗";
}
.mdi-vector-combine:before {
  content: "󰕘";
}
.mdi-vector-curve:before {
  content: "󰕙";
}
.mdi-vector-difference:before {
  content: "󰕚";
}
.mdi-vector-difference-ab:before {
  content: "󰕛";
}
.mdi-vector-difference-ba:before {
  content: "󰕜";
}
.mdi-vector-ellipse:before {
  content: "󰢓";
}
.mdi-vector-intersection:before {
  content: "󰕝";
}
.mdi-vector-line:before {
  content: "󰕞";
}
.mdi-vector-link:before {
  content: "󰿨";
}
.mdi-vector-point:before {
  content: "󰇄";
}
.mdi-vector-point-edit:before {
  content: "󰧨";
}
.mdi-vector-point-minus:before {
  content: "󱭸";
}
.mdi-vector-point-plus:before {
  content: "󱭹";
}
.mdi-vector-point-select:before {
  content: "󰕟";
}
.mdi-vector-polygon:before {
  content: "󰕠";
}
.mdi-vector-polygon-variant:before {
  content: "󱡖";
}
.mdi-vector-polyline:before {
  content: "󰕡";
}
.mdi-vector-polyline-edit:before {
  content: "󱈥";
}
.mdi-vector-polyline-minus:before {
  content: "󱈦";
}
.mdi-vector-polyline-plus:before {
  content: "󱈧";
}
.mdi-vector-polyline-remove:before {
  content: "󱈨";
}
.mdi-vector-radius:before {
  content: "󰝊";
}
.mdi-vector-rectangle:before {
  content: "󰗆";
}
.mdi-vector-selection:before {
  content: "󰕢";
}
.mdi-vector-square:before {
  content: "󰀁";
}
.mdi-vector-square-close:before {
  content: "󱡗";
}
.mdi-vector-square-edit:before {
  content: "󱣙";
}
.mdi-vector-square-minus:before {
  content: "󱣚";
}
.mdi-vector-square-open:before {
  content: "󱡘";
}
.mdi-vector-square-plus:before {
  content: "󱣛";
}
.mdi-vector-square-remove:before {
  content: "󱣜";
}
.mdi-vector-triangle:before {
  content: "󰕣";
}
.mdi-vector-union:before {
  content: "󰕤";
}
.mdi-vhs:before {
  content: "󰨛";
}
.mdi-vibrate:before {
  content: "󰕦";
}
.mdi-vibrate-off:before {
  content: "󰳙";
}
.mdi-video:before {
  content: "󰕧";
}
.mdi-video-2d:before {
  content: "󱨜";
}
.mdi-video-3d:before {
  content: "󰟽";
}
.mdi-video-3d-off:before {
  content: "󱏙";
}
.mdi-video-3d-variant:before {
  content: "󰻑";
}
.mdi-video-4k-box:before {
  content: "󰠾";
}
.mdi-video-account:before {
  content: "󰤙";
}
.mdi-video-box:before {
  content: "󰃽";
}
.mdi-video-box-off:before {
  content: "󰃾";
}
.mdi-video-check:before {
  content: "󱁩";
}
.mdi-video-check-outline:before {
  content: "󱁪";
}
.mdi-video-high-definition:before {
  content: "󱔮";
}
.mdi-video-image:before {
  content: "󰤚";
}
.mdi-video-input-antenna:before {
  content: "󰠿";
}
.mdi-video-input-component:before {
  content: "󰡀";
}
.mdi-video-input-hdmi:before {
  content: "󰡁";
}
.mdi-video-input-scart:before {
  content: "󰾌";
}
.mdi-video-input-svideo:before {
  content: "󰡂";
}
.mdi-video-marker:before {
  content: "󱦩";
}
.mdi-video-marker-outline:before {
  content: "󱦪";
}
.mdi-video-minus:before {
  content: "󰦲";
}
.mdi-video-minus-outline:before {
  content: "󰊺";
}
.mdi-video-off:before {
  content: "󰕨";
}
.mdi-video-off-outline:before {
  content: "󰯛";
}
.mdi-video-outline:before {
  content: "󰯜";
}
.mdi-video-plus:before {
  content: "󰦳";
}
.mdi-video-plus-outline:before {
  content: "󰇓";
}
.mdi-video-stabilization:before {
  content: "󰤛";
}
.mdi-video-switch:before {
  content: "󰕩";
}
.mdi-video-switch-outline:before {
  content: "󰞐";
}
.mdi-video-vintage:before {
  content: "󰨜";
}
.mdi-video-wireless:before {
  content: "󰻒";
}
.mdi-video-wireless-outline:before {
  content: "󰻓";
}
.mdi-view-agenda:before {
  content: "󰕪";
}
.mdi-view-agenda-outline:before {
  content: "󱇘";
}
.mdi-view-array:before {
  content: "󰕫";
}
.mdi-view-array-outline:before {
  content: "󱒅";
}
.mdi-view-carousel:before {
  content: "󰕬";
}
.mdi-view-carousel-outline:before {
  content: "󱒆";
}
.mdi-view-column:before {
  content: "󰕭";
}
.mdi-view-column-outline:before {
  content: "󱒇";
}
.mdi-view-comfy:before {
  content: "󰹪";
}
.mdi-view-comfy-outline:before {
  content: "󱒈";
}
.mdi-view-compact:before {
  content: "󰹫";
}
.mdi-view-compact-outline:before {
  content: "󰹬";
}
.mdi-view-dashboard:before {
  content: "󰕮";
}
.mdi-view-dashboard-edit:before {
  content: "󱥇";
}
.mdi-view-dashboard-edit-outline:before {
  content: "󱥈";
}
.mdi-view-dashboard-outline:before {
  content: "󰨝";
}
.mdi-view-dashboard-variant:before {
  content: "󰡃";
}
.mdi-view-dashboard-variant-outline:before {
  content: "󱒉";
}
.mdi-view-day:before {
  content: "󰕯";
}
.mdi-view-day-outline:before {
  content: "󱒊";
}
.mdi-view-gallery:before {
  content: "󱢈";
}
.mdi-view-gallery-outline:before {
  content: "󱢉";
}
.mdi-view-grid:before {
  content: "󰕰";
}
.mdi-view-grid-outline:before {
  content: "󱇙";
}
.mdi-view-grid-plus:before {
  content: "󰾍";
}
.mdi-view-grid-plus-outline:before {
  content: "󱇚";
}
.mdi-view-headline:before {
  content: "󰕱";
}
.mdi-view-list:before {
  content: "󰕲";
}
.mdi-view-list-outline:before {
  content: "󱒋";
}
.mdi-view-module:before {
  content: "󰕳";
}
.mdi-view-module-outline:before {
  content: "󱒌";
}
.mdi-view-parallel:before {
  content: "󰜨";
}
.mdi-view-parallel-outline:before {
  content: "󱒍";
}
.mdi-view-quilt:before {
  content: "󰕴";
}
.mdi-view-quilt-outline:before {
  content: "󱒎";
}
.mdi-view-sequential:before {
  content: "󰜩";
}
.mdi-view-sequential-outline:before {
  content: "󱒏";
}
.mdi-view-split-horizontal:before {
  content: "󰯋";
}
.mdi-view-split-vertical:before {
  content: "󰯌";
}
.mdi-view-stream:before {
  content: "󰕵";
}
.mdi-view-stream-outline:before {
  content: "󱒐";
}
.mdi-view-week:before {
  content: "󰕶";
}
.mdi-view-week-outline:before {
  content: "󱒑";
}
.mdi-vimeo:before {
  content: "󰕷";
}
.mdi-violin:before {
  content: "󰘏";
}
.mdi-virtual-reality:before {
  content: "󰢔";
}
.mdi-virus:before {
  content: "󱎶";
}
.mdi-virus-off:before {
  content: "󱣡";
}
.mdi-virus-off-outline:before {
  content: "󱣢";
}
.mdi-virus-outline:before {
  content: "󱎷";
}
.mdi-vlc:before {
  content: "󰕼";
}
.mdi-voicemail:before {
  content: "󰕽";
}
.mdi-volcano:before {
  content: "󱪃";
}
.mdi-volcano-outline:before {
  content: "󱪄";
}
.mdi-volleyball:before {
  content: "󰦴";
}
.mdi-volume-equal:before {
  content: "󱬐";
}
.mdi-volume-high:before {
  content: "󰕾";
}
.mdi-volume-low:before {
  content: "󰕿";
}
.mdi-volume-medium:before {
  content: "󰖀";
}
.mdi-volume-minus:before {
  content: "󰝞";
}
.mdi-volume-mute:before {
  content: "󰝟";
}
.mdi-volume-off:before {
  content: "󰖁";
}
.mdi-volume-plus:before {
  content: "󰝝";
}
.mdi-volume-source:before {
  content: "󱄠";
}
.mdi-volume-variant-off:before {
  content: "󰸈";
}
.mdi-volume-vibrate:before {
  content: "󱄡";
}
.mdi-vote:before {
  content: "󰨟";
}
.mdi-vote-outline:before {
  content: "󰨠";
}
.mdi-vpn:before {
  content: "󰖂";
}
.mdi-vuejs:before {
  content: "󰡄";
}
.mdi-vuetify:before {
  content: "󰹭";
}
.mdi-walk:before {
  content: "󰖃";
}
.mdi-wall:before {
  content: "󰟾";
}
.mdi-wall-fire:before {
  content: "󱨑";
}
.mdi-wall-sconce:before {
  content: "󰤜";
}
.mdi-wall-sconce-flat:before {
  content: "󰤝";
}
.mdi-wall-sconce-flat-outline:before {
  content: "󱟉";
}
.mdi-wall-sconce-flat-variant:before {
  content: "󰐜";
}
.mdi-wall-sconce-flat-variant-outline:before {
  content: "󱟊";
}
.mdi-wall-sconce-outline:before {
  content: "󱟋";
}
.mdi-wall-sconce-round:before {
  content: "󰝈";
}
.mdi-wall-sconce-round-outline:before {
  content: "󱟌";
}
.mdi-wall-sconce-round-variant:before {
  content: "󰤞";
}
.mdi-wall-sconce-round-variant-outline:before {
  content: "󱟍";
}
.mdi-wallet:before {
  content: "󰖄";
}
.mdi-wallet-giftcard:before {
  content: "󰖅";
}
.mdi-wallet-membership:before {
  content: "󰖆";
}
.mdi-wallet-outline:before {
  content: "󰯝";
}
.mdi-wallet-plus:before {
  content: "󰾎";
}
.mdi-wallet-plus-outline:before {
  content: "󰾏";
}
.mdi-wallet-travel:before {
  content: "󰖇";
}
.mdi-wallpaper:before {
  content: "󰸉";
}
.mdi-wan:before {
  content: "󰖈";
}
.mdi-wardrobe:before {
  content: "󰾐";
}
.mdi-wardrobe-outline:before {
  content: "󰾑";
}
.mdi-warehouse:before {
  content: "󰾁";
}
.mdi-washing-machine:before {
  content: "󰜪";
}
.mdi-washing-machine-alert:before {
  content: "󱆼";
}
.mdi-washing-machine-off:before {
  content: "󱆽";
}
.mdi-watch:before {
  content: "󰖉";
}
.mdi-watch-export:before {
  content: "󰖊";
}
.mdi-watch-export-variant:before {
  content: "󰢕";
}
.mdi-watch-import:before {
  content: "󰖋";
}
.mdi-watch-import-variant:before {
  content: "󰢖";
}
.mdi-watch-variant:before {
  content: "󰢗";
}
.mdi-watch-vibrate:before {
  content: "󰚱";
}
.mdi-watch-vibrate-off:before {
  content: "󰳚";
}
.mdi-water:before {
  content: "󰖌";
}
.mdi-water-alert:before {
  content: "󱔂";
}
.mdi-water-alert-outline:before {
  content: "󱔃";
}
.mdi-water-boiler:before {
  content: "󰾒";
}
.mdi-water-boiler-alert:before {
  content: "󱆳";
}
.mdi-water-boiler-auto:before {
  content: "󱮘";
}
.mdi-water-boiler-off:before {
  content: "󱆴";
}
.mdi-water-check:before {
  content: "󱔄";
}
.mdi-water-check-outline:before {
  content: "󱔅";
}
.mdi-water-circle:before {
  content: "󱠆";
}
.mdi-water-minus:before {
  content: "󱔆";
}
.mdi-water-minus-outline:before {
  content: "󱔇";
}
.mdi-water-off:before {
  content: "󰖍";
}
.mdi-water-off-outline:before {
  content: "󱔈";
}
.mdi-water-opacity:before {
  content: "󱡕";
}
.mdi-water-outline:before {
  content: "󰸊";
}
.mdi-water-percent:before {
  content: "󰖎";
}
.mdi-water-percent-alert:before {
  content: "󱔉";
}
.mdi-water-plus:before {
  content: "󱔊";
}
.mdi-water-plus-outline:before {
  content: "󱔋";
}
.mdi-water-polo:before {
  content: "󱊠";
}
.mdi-water-pump:before {
  content: "󰖏";
}
.mdi-water-pump-off:before {
  content: "󰾓";
}
.mdi-water-remove:before {
  content: "󱔌";
}
.mdi-water-remove-outline:before {
  content: "󱔍";
}
.mdi-water-sync:before {
  content: "󱟆";
}
.mdi-water-thermometer:before {
  content: "󱪅";
}
.mdi-water-thermometer-outline:before {
  content: "󱪆";
}
.mdi-water-well:before {
  content: "󱁫";
}
.mdi-water-well-outline:before {
  content: "󱁬";
}
.mdi-waterfall:before {
  content: "󱡉";
}
.mdi-watering-can:before {
  content: "󱒁";
}
.mdi-watering-can-outline:before {
  content: "󱒂";
}
.mdi-watermark:before {
  content: "󰘒";
}
.mdi-wave:before {
  content: "󰼮";
}
.mdi-waveform:before {
  content: "󱑽";
}
.mdi-waves:before {
  content: "󰞍";
}
.mdi-waves-arrow-left:before {
  content: "󱡙";
}
.mdi-waves-arrow-right:before {
  content: "󱡚";
}
.mdi-waves-arrow-up:before {
  content: "󱡛";
}
.mdi-waze:before {
  content: "󰯞";
}
.mdi-weather-cloudy:before {
  content: "󰖐";
}
.mdi-weather-cloudy-alert:before {
  content: "󰼯";
}
.mdi-weather-cloudy-arrow-right:before {
  content: "󰹮";
}
.mdi-weather-cloudy-clock:before {
  content: "󱣶";
}
.mdi-weather-dust:before {
  content: "󱭚";
}
.mdi-weather-fog:before {
  content: "󰖑";
}
.mdi-weather-hail:before {
  content: "󰖒";
}
.mdi-weather-hazy:before {
  content: "󰼰";
}
.mdi-weather-hurricane:before {
  content: "󰢘";
}
.mdi-weather-lightning:before {
  content: "󰖓";
}
.mdi-weather-lightning-rainy:before {
  content: "󰙾";
}
.mdi-weather-night:before {
  content: "󰖔";
}
.mdi-weather-night-partly-cloudy:before {
  content: "󰼱";
}
.mdi-weather-partly-cloudy:before {
  content: "󰖕";
}
.mdi-weather-partly-lightning:before {
  content: "󰼲";
}
.mdi-weather-partly-rainy:before {
  content: "󰼳";
}
.mdi-weather-partly-snowy:before {
  content: "󰼴";
}
.mdi-weather-partly-snowy-rainy:before {
  content: "󰼵";
}
.mdi-weather-pouring:before {
  content: "󰖖";
}
.mdi-weather-rainy:before {
  content: "󰖗";
}
.mdi-weather-snowy:before {
  content: "󰖘";
}
.mdi-weather-snowy-heavy:before {
  content: "󰼶";
}
.mdi-weather-snowy-rainy:before {
  content: "󰙿";
}
.mdi-weather-sunny:before {
  content: "󰖙";
}
.mdi-weather-sunny-alert:before {
  content: "󰼷";
}
.mdi-weather-sunny-off:before {
  content: "󱓤";
}
.mdi-weather-sunset:before {
  content: "󰖚";
}
.mdi-weather-sunset-down:before {
  content: "󰖛";
}
.mdi-weather-sunset-up:before {
  content: "󰖜";
}
.mdi-weather-tornado:before {
  content: "󰼸";
}
.mdi-weather-windy:before {
  content: "󰖝";
}
.mdi-weather-windy-variant:before {
  content: "󰖞";
}
.mdi-web:before {
  content: "󰖟";
}
.mdi-web-box:before {
  content: "󰾔";
}
.mdi-web-cancel:before {
  content: "󱞐";
}
.mdi-web-check:before {
  content: "󰞉";
}
.mdi-web-clock:before {
  content: "󱉊";
}
.mdi-web-minus:before {
  content: "󱂠";
}
.mdi-web-off:before {
  content: "󰪎";
}
.mdi-web-plus:before {
  content: "󰀳";
}
.mdi-web-refresh:before {
  content: "󱞑";
}
.mdi-web-remove:before {
  content: "󰕑";
}
.mdi-web-sync:before {
  content: "󱞒";
}
.mdi-webcam:before {
  content: "󰖠";
}
.mdi-webcam-off:before {
  content: "󱜷";
}
.mdi-webhook:before {
  content: "󰘯";
}
.mdi-webpack:before {
  content: "󰜫";
}
.mdi-webrtc:before {
  content: "󱉈";
}
.mdi-wechat:before {
  content: "󰘑";
}
.mdi-weight:before {
  content: "󰖡";
}
.mdi-weight-gram:before {
  content: "󰴿";
}
.mdi-weight-kilogram:before {
  content: "󰖢";
}
.mdi-weight-lifter:before {
  content: "󱅝";
}
.mdi-weight-pound:before {
  content: "󰦵";
}
.mdi-whatsapp:before {
  content: "󰖣";
}
.mdi-wheel-barrow:before {
  content: "󱓲";
}
.mdi-wheelchair:before {
  content: "󱪇";
}
.mdi-wheelchair-accessibility:before {
  content: "󰖤";
}
.mdi-whistle:before {
  content: "󰦶";
}
.mdi-whistle-outline:before {
  content: "󱊼";
}
.mdi-white-balance-auto:before {
  content: "󰖥";
}
.mdi-white-balance-incandescent:before {
  content: "󰖦";
}
.mdi-white-balance-iridescent:before {
  content: "󰖧";
}
.mdi-white-balance-sunny:before {
  content: "󰖨";
}
.mdi-widgets:before {
  content: "󰜬";
}
.mdi-widgets-outline:before {
  content: "󱍕";
}
.mdi-wifi:before {
  content: "󰖩";
}
.mdi-wifi-alert:before {
  content: "󱚵";
}
.mdi-wifi-arrow-down:before {
  content: "󱚶";
}
.mdi-wifi-arrow-left:before {
  content: "󱚷";
}
.mdi-wifi-arrow-left-right:before {
  content: "󱚸";
}
.mdi-wifi-arrow-right:before {
  content: "󱚹";
}
.mdi-wifi-arrow-up:before {
  content: "󱚺";
}
.mdi-wifi-arrow-up-down:before {
  content: "󱚻";
}
.mdi-wifi-cancel:before {
  content: "󱚼";
}
.mdi-wifi-check:before {
  content: "󱚽";
}
.mdi-wifi-cog:before {
  content: "󱚾";
}
.mdi-wifi-lock:before {
  content: "󱚿";
}
.mdi-wifi-lock-open:before {
  content: "󱛀";
}
.mdi-wifi-marker:before {
  content: "󱛁";
}
.mdi-wifi-minus:before {
  content: "󱛂";
}
.mdi-wifi-off:before {
  content: "󰖪";
}
.mdi-wifi-plus:before {
  content: "󱛃";
}
.mdi-wifi-refresh:before {
  content: "󱛄";
}
.mdi-wifi-remove:before {
  content: "󱛅";
}
.mdi-wifi-settings:before {
  content: "󱛆";
}
.mdi-wifi-star:before {
  content: "󰸋";
}
.mdi-wifi-strength-1:before {
  content: "󰤟";
}
.mdi-wifi-strength-1-alert:before {
  content: "󰤠";
}
.mdi-wifi-strength-1-lock:before {
  content: "󰤡";
}
.mdi-wifi-strength-1-lock-open:before {
  content: "󱛋";
}
.mdi-wifi-strength-2:before {
  content: "󰤢";
}
.mdi-wifi-strength-2-alert:before {
  content: "󰤣";
}
.mdi-wifi-strength-2-lock:before {
  content: "󰤤";
}
.mdi-wifi-strength-2-lock-open:before {
  content: "󱛌";
}
.mdi-wifi-strength-3:before {
  content: "󰤥";
}
.mdi-wifi-strength-3-alert:before {
  content: "󰤦";
}
.mdi-wifi-strength-3-lock:before {
  content: "󰤧";
}
.mdi-wifi-strength-3-lock-open:before {
  content: "󱛍";
}
.mdi-wifi-strength-4:before {
  content: "󰤨";
}
.mdi-wifi-strength-4-alert:before {
  content: "󰤩";
}
.mdi-wifi-strength-4-lock:before {
  content: "󰤪";
}
.mdi-wifi-strength-4-lock-open:before {
  content: "󱛎";
}
.mdi-wifi-strength-alert-outline:before {
  content: "󰤫";
}
.mdi-wifi-strength-lock-open-outline:before {
  content: "󱛏";
}
.mdi-wifi-strength-lock-outline:before {
  content: "󰤬";
}
.mdi-wifi-strength-off:before {
  content: "󰤭";
}
.mdi-wifi-strength-off-outline:before {
  content: "󰤮";
}
.mdi-wifi-strength-outline:before {
  content: "󰤯";
}
.mdi-wifi-sync:before {
  content: "󱛇";
}
.mdi-wikipedia:before {
  content: "󰖬";
}
.mdi-wind-power:before {
  content: "󱪈";
}
.mdi-wind-power-outline:before {
  content: "󱪉";
}
.mdi-wind-turbine:before {
  content: "󰶥";
}
.mdi-wind-turbine-alert:before {
  content: "󱦫";
}
.mdi-wind-turbine-check:before {
  content: "󱦬";
}
.mdi-window-close:before {
  content: "󰖭";
}
.mdi-window-closed:before {
  content: "󰖮";
}
.mdi-window-closed-variant:before {
  content: "󱇛";
}
.mdi-window-maximize:before {
  content: "󰖯";
}
.mdi-window-minimize:before {
  content: "󰖰";
}
.mdi-window-open:before {
  content: "󰖱";
}
.mdi-window-open-variant:before {
  content: "󱇜";
}
.mdi-window-restore:before {
  content: "󰖲";
}
.mdi-window-shutter:before {
  content: "󱄜";
}
.mdi-window-shutter-alert:before {
  content: "󱄝";
}
.mdi-window-shutter-auto:before {
  content: "󱮣";
}
.mdi-window-shutter-cog:before {
  content: "󱪊";
}
.mdi-window-shutter-open:before {
  content: "󱄞";
}
.mdi-window-shutter-settings:before {
  content: "󱪋";
}
.mdi-windsock:before {
  content: "󱗺";
}
.mdi-wiper:before {
  content: "󰫩";
}
.mdi-wiper-wash:before {
  content: "󰶦";
}
.mdi-wiper-wash-alert:before {
  content: "󱣟";
}
.mdi-wizard-hat:before {
  content: "󱑷";
}
.mdi-wordpress:before {
  content: "󰖴";
}
.mdi-wrap:before {
  content: "󰖶";
}
.mdi-wrap-disabled:before {
  content: "󰯟";
}
.mdi-wrench:before {
  content: "󰖷";
}
.mdi-wrench-check:before {
  content: "󱮏";
}
.mdi-wrench-check-outline:before {
  content: "󱮐";
}
.mdi-wrench-clock:before {
  content: "󱦣";
}
.mdi-wrench-clock-outline:before {
  content: "󱮓";
}
.mdi-wrench-cog:before {
  content: "󱮑";
}
.mdi-wrench-cog-outline:before {
  content: "󱮒";
}
.mdi-wrench-outline:before {
  content: "󰯠";
}
.mdi-xamarin:before {
  content: "󰡅";
}
.mdi-xml:before {
  content: "󰗀";
}
.mdi-xmpp:before {
  content: "󰟿";
}
.mdi-yahoo:before {
  content: "󰭏";
}
.mdi-yeast:before {
  content: "󰗁";
}
.mdi-yin-yang:before {
  content: "󰚀";
}
.mdi-yoga:before {
  content: "󱅼";
}
.mdi-youtube:before {
  content: "󰗃";
}
.mdi-youtube-gaming:before {
  content: "󰡈";
}
.mdi-youtube-studio:before {
  content: "󰡇";
}
.mdi-youtube-subscription:before {
  content: "󰵀";
}
.mdi-youtube-tv:before {
  content: "󰑈";
}
.mdi-yurt:before {
  content: "󱔖";
}
.mdi-z-wave:before {
  content: "󰫪";
}
.mdi-zend:before {
  content: "󰫫";
}
.mdi-zigbee:before {
  content: "󰵁";
}
.mdi-zip-box:before {
  content: "󰗄";
}
.mdi-zip-box-outline:before {
  content: "󰿺";
}
.mdi-zip-disk:before {
  content: "󰨣";
}
.mdi-zodiac-aquarius:before {
  content: "󰩽";
}
.mdi-zodiac-aries:before {
  content: "󰩾";
}
.mdi-zodiac-cancer:before {
  content: "󰩿";
}
.mdi-zodiac-capricorn:before {
  content: "󰪀";
}
.mdi-zodiac-gemini:before {
  content: "󰪁";
}
.mdi-zodiac-leo:before {
  content: "󰪂";
}
.mdi-zodiac-libra:before {
  content: "󰪃";
}
.mdi-zodiac-pisces:before {
  content: "󰪄";
}
.mdi-zodiac-sagittarius:before {
  content: "󰪅";
}
.mdi-zodiac-scorpio:before {
  content: "󰪆";
}
.mdi-zodiac-taurus:before {
  content: "󰪇";
}
.mdi-zodiac-virgo:before {
  content: "󰪈";
}
.mdi-blank:before {
  content: "";
  visibility: hidden;
}
.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
  font-size: 18px;
}
.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
  font-size: 24px;
}
.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
  font-size: 36px;
}
.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
  font-size: 48px;
}
.mdi-dark:before {
  color: #0000008a;
}
.mdi-dark.mdi-inactive:before {
  color: #00000042;
}
.mdi-light:before {
  color: #fff;
}
.mdi-light.mdi-inactive:before {
  color: #ffffff4d;
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV";
}
.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}
@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: dripicons-v2;
  src: url(dripicons-v2.eot);
  src: url(dripicons-v2d41d.eot?#iefix) format("embedded-opentype"),
    url(dripicons-v2.woff) format("woff"),
    url(dripicons-v2.ttf) format("truetype"),
    url(../images/dripicons-v2.svg#dripicons-v2) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: dripicons-v2 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: dripicons-v2 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
  content: "a";
}
.dripicons-align-center:before {
  content: "b";
}
.dripicons-align-justify:before {
  content: "c";
}
.dripicons-align-left:before {
  content: "d";
}
.dripicons-align-right:before {
  content: "e";
}
.dripicons-anchor:before {
  content: "f";
}
.dripicons-archive:before {
  content: "g";
}
.dripicons-arrow-down:before {
  content: "h";
}
.dripicons-arrow-left:before {
  content: "i";
}
.dripicons-arrow-right:before {
  content: "j";
}
.dripicons-arrow-thin-down:before {
  content: "k";
}
.dripicons-arrow-thin-left:before {
  content: "l";
}
.dripicons-arrow-thin-right:before {
  content: "m";
}
.dripicons-arrow-thin-up:before {
  content: "n";
}
.dripicons-arrow-up:before {
  content: "o";
}
.dripicons-article:before {
  content: "p";
}
.dripicons-backspace:before {
  content: "q";
}
.dripicons-basket:before {
  content: "r";
}
.dripicons-basketball:before {
  content: "s";
}
.dripicons-battery-empty:before {
  content: "t";
}
.dripicons-battery-full:before {
  content: "u";
}
.dripicons-battery-low:before {
  content: "v";
}
.dripicons-battery-medium:before {
  content: "w";
}
.dripicons-bell:before {
  content: "x";
}
.dripicons-blog:before {
  content: "y";
}
.dripicons-bluetooth:before {
  content: "z";
}
.dripicons-bold:before {
  content: "A";
}
.dripicons-bookmark:before {
  content: "B";
}
.dripicons-bookmarks:before {
  content: "C";
}
.dripicons-box:before {
  content: "D";
}
.dripicons-briefcase:before {
  content: "E";
}
.dripicons-brightness-low:before {
  content: "F";
}
.dripicons-brightness-max:before {
  content: "G";
}
.dripicons-brightness-medium:before {
  content: "H";
}
.dripicons-broadcast:before {
  content: "I";
}
.dripicons-browser:before {
  content: "J";
}
.dripicons-browser-upload:before {
  content: "K";
}
.dripicons-brush:before {
  content: "L";
}
.dripicons-calendar:before {
  content: "M";
}
.dripicons-camcorder:before {
  content: "N";
}
.dripicons-camera:before {
  content: "O";
}
.dripicons-card:before {
  content: "P";
}
.dripicons-cart:before {
  content: "Q";
}
.dripicons-checklist:before {
  content: "R";
}
.dripicons-checkmark:before {
  content: "S";
}
.dripicons-chevron-down:before {
  content: "T";
}
.dripicons-chevron-left:before {
  content: "U";
}
.dripicons-chevron-right:before {
  content: "V";
}
.dripicons-chevron-up:before {
  content: "W";
}
.dripicons-clipboard:before {
  content: "X";
}
.dripicons-clock:before {
  content: "Y";
}
.dripicons-clockwise:before {
  content: "Z";
}
.dripicons-cloud:before {
  content: "0";
}
.dripicons-cloud-download:before {
  content: "1";
}
.dripicons-cloud-upload:before {
  content: "2";
}
.dripicons-code:before {
  content: "3";
}
.dripicons-contract:before {
  content: "4";
}
.dripicons-contract-2:before {
  content: "5";
}
.dripicons-conversation:before {
  content: "6";
}
.dripicons-copy:before {
  content: "7";
}
.dripicons-crop:before {
  content: "8";
}
.dripicons-cross:before {
  content: "9";
}
.dripicons-crosshair:before {
  content: "!";
}
.dripicons-cutlery:before {
  content: '"';
}
.dripicons-device-desktop:before {
  content: "#";
}
.dripicons-device-mobile:before {
  content: "$";
}
.dripicons-device-tablet:before {
  content: "%";
}
.dripicons-direction:before {
  content: "&";
}
.dripicons-disc:before {
  content: "'";
}
.dripicons-document:before {
  content: "(";
}
.dripicons-document-delete:before {
  content: ")";
}
.dripicons-document-edit:before {
  content: "*";
}
.dripicons-document-new:before {
  content: "+";
}
.dripicons-document-remove:before {
  content: ",";
}
.dripicons-dot:before {
  content: "-";
}
.dripicons-dots-2:before {
  content: ".";
}
.dripicons-dots-3:before {
  content: "/";
}
.dripicons-download:before {
  content: ":";
}
.dripicons-duplicate:before {
  content: ";";
}
.dripicons-enter:before {
  content: "<";
}
.dripicons-exit:before {
  content: "=";
}
.dripicons-expand:before {
  content: ">";
}
.dripicons-expand-2:before {
  content: "?";
}
.dripicons-experiment:before {
  content: "@";
}
.dripicons-export:before {
  content: "[";
}
.dripicons-feed:before {
  content: "]";
}
.dripicons-flag:before {
  content: "^";
}
.dripicons-flashlight:before {
  content: "_";
}
.dripicons-folder:before {
  content: "`";
}
.dripicons-folder-open:before {
  content: "{";
}
.dripicons-forward:before {
  content: "|";
}
.dripicons-gaming:before {
  content: "}";
}
.dripicons-gear:before {
  content: "~";
}
.dripicons-graduation:before {
  content: "\\";
}
.dripicons-graph-bar:before {
  content: "";
}
.dripicons-graph-line:before {
  content: "";
}
.dripicons-graph-pie:before {
  content: "";
}
.dripicons-headset:before {
  content: "";
}
.dripicons-heart:before {
  content: "";
}
.dripicons-help:before {
  content: "";
}
.dripicons-home:before {
  content: "";
}
.dripicons-hourglass:before {
  content: "";
}
.dripicons-inbox:before {
  content: "";
}
.dripicons-information:before {
  content: "";
}
.dripicons-italic:before {
  content: "";
}
.dripicons-jewel:before {
  content: "";
}
.dripicons-lifting:before {
  content: "";
}
.dripicons-lightbulb:before {
  content: "";
}
.dripicons-link:before {
  content: "";
}
.dripicons-link-broken:before {
  content: "";
}
.dripicons-list:before {
  content: "";
}
.dripicons-loading:before {
  content: "";
}
.dripicons-location:before {
  content: "";
}
.dripicons-lock:before {
  content: "";
}
.dripicons-lock-open:before {
  content: "";
}
.dripicons-mail:before {
  content: "";
}
.dripicons-map:before {
  content: "";
}
.dripicons-media-loop:before {
  content: "";
}
.dripicons-media-next:before {
  content: "";
}
.dripicons-media-pause:before {
  content: "";
}
.dripicons-media-play:before {
  content: "";
}
.dripicons-media-previous:before {
  content: "";
}
.dripicons-media-record:before {
  content: "";
}
.dripicons-media-shuffle:before {
  content: "";
}
.dripicons-media-stop:before {
  content: "";
}
.dripicons-medical:before {
  content: "";
}
.dripicons-menu:before {
  content: "";
}
.dripicons-message:before {
  content: "";
}
.dripicons-meter:before {
  content: "";
}
.dripicons-microphone:before {
  content: "";
}
.dripicons-minus:before {
  content: "";
}
.dripicons-monitor:before {
  content: "";
}
.dripicons-move:before {
  content: "";
}
.dripicons-music:before {
  content: "";
}
.dripicons-network-1:before {
  content: "";
}
.dripicons-network-2:before {
  content: "";
}
.dripicons-network-3:before {
  content: "";
}
.dripicons-network-4:before {
  content: "";
}
.dripicons-network-5:before {
  content: "";
}
.dripicons-pamphlet:before {
  content: "";
}
.dripicons-paperclip:before {
  content: "";
}
.dripicons-pencil:before {
  content: "";
}
.dripicons-phone:before {
  content: "";
}
.dripicons-photo:before {
  content: "";
}
.dripicons-photo-group:before {
  content: "";
}
.dripicons-pill:before {
  content: "";
}
.dripicons-pin:before {
  content: "";
}
.dripicons-plus:before {
  content: "";
}
.dripicons-power:before {
  content: "";
}
.dripicons-preview:before {
  content: "";
}
.dripicons-print:before {
  content: "";
}
.dripicons-pulse:before {
  content: "";
}
.dripicons-question:before {
  content: "";
}
.dripicons-reply:before {
  content: "";
}
.dripicons-reply-all:before {
  content: "";
}
.dripicons-return:before {
  content: "";
}
.dripicons-retweet:before {
  content: "";
}
.dripicons-rocket:before {
  content: "";
}
.dripicons-scale:before {
  content: "";
}
.dripicons-search:before {
  content: "";
}
.dripicons-shopping-bag:before {
  content: "";
}
.dripicons-skip:before {
  content: "";
}
.dripicons-stack:before {
  content: "";
}
.dripicons-star:before {
  content: "";
}
.dripicons-stopwatch:before {
  content: "";
}
.dripicons-store:before {
  content: "";
}
.dripicons-suitcase:before {
  content: "";
}
.dripicons-swap:before {
  content: "";
}
.dripicons-tag:before {
  content: "";
}
.dripicons-tag-delete:before {
  content: "";
}
.dripicons-tags:before {
  content: "";
}
.dripicons-thumbs-down:before {
  content: "";
}
.dripicons-thumbs-up:before {
  content: "";
}
.dripicons-ticket:before {
  content: "";
}
.dripicons-time-reverse:before {
  content: "";
}
.dripicons-to-do:before {
  content: "";
}
.dripicons-toggles:before {
  content: "";
}
.dripicons-trash:before {
  content: "";
}
.dripicons-trophy:before {
  content: "";
}
.dripicons-upload:before {
  content: "";
}
.dripicons-user:before {
  content: "";
}
.dripicons-user-group:before {
  content: "";
}
.dripicons-user-id:before {
  content: "";
}
.dripicons-vibrate:before {
  content: "";
}
.dripicons-view-apps:before {
  content: "";
}
.dripicons-view-list:before {
  content: "";
}
.dripicons-view-list-large:before {
  content: "";
}
.dripicons-view-thumb:before {
  content: "";
}
.dripicons-volume-full:before {
  content: "";
}
.dripicons-volume-low:before {
  content: "";
}
.dripicons-volume-medium:before {
  content: "";
}
.dripicons-volume-off:before {
  content: "";
}
.dripicons-wallet:before {
  content: "";
}
.dripicons-warning:before {
  content: "";
}
.dripicons-web:before {
  content: "";
}
.dripicons-weight:before {
  content: "";
}
.dripicons-wifi:before {
  content: "";
}
.dripicons-wrong:before {
  content: "";
}
.dripicons-zoom-in:before {
  content: "";
}
.dripicons-zoom-out:before {
  content: "";
}
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(boxicons.eot);
  src: url(boxicons.eot) format("embedded-opentype"),
    url(boxicons.woff2) format("woff2"), url(boxicons.woff) format("woff"),
    url(boxicons.ttf) format("truetype"),
    url(../images/boxiconsd41d.svg?#boxicons) format("svg");
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.bx-spin,
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-tada,
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-flashing,
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-burst,
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-lg {
  font-size: 3rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}
.bx-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.bx-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.bx-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.bx-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}
.bx-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}
.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.bxs-balloon:before {
  content: "";
}
.bxs-castle:before {
  content: "";
}
.bxs-coffee-bean:before {
  content: "";
}
.bxs-objects-horizontal-center:before {
  content: "";
}
.bxs-objects-horizontal-left:before {
  content: "";
}
.bxs-objects-horizontal-right:before {
  content: "";
}
.bxs-objects-vertical-bottom:before {
  content: "";
}
.bxs-objects-vertical-center:before {
  content: "";
}
.bxs-objects-vertical-top:before {
  content: "";
}
.bxs-pear:before {
  content: "";
}
.bxs-shield-minus:before {
  content: "";
}
.bxs-shield-plus:before {
  content: "";
}
.bxs-shower:before {
  content: "";
}
.bxs-sushi:before {
  content: "";
}
.bxs-universal-access:before {
  content: "";
}
.bx-child:before {
  content: "";
}
.bx-horizontal-left:before {
  content: "";
}
.bx-horizontal-right:before {
  content: "";
}
.bx-objects-horizontal-center:before {
  content: "";
}
.bx-objects-horizontal-left:before {
  content: "";
}
.bx-objects-horizontal-right:before {
  content: "";
}
.bx-objects-vertical-bottom:before {
  content: "";
}
.bx-objects-vertical-center:before {
  content: "";
}
.bx-objects-vertical-top:before {
  content: "";
}
.bx-rfid:before {
  content: "";
}
.bx-shield-minus:before {
  content: "";
}
.bx-shield-plus:before {
  content: "";
}
.bx-shower:before {
  content: "";
}
.bx-sushi:before {
  content: "";
}
.bx-universal-access:before {
  content: "";
}
.bx-vertical-bottom:before {
  content: "";
}
.bx-vertical-top:before {
  content: "";
}
.bxl-graphql:before {
  content: "";
}
.bxl-typescript:before {
  content: "";
}
.bxs-color:before {
  content: "";
}
.bx-reflect-horizontal:before {
  content: "";
}
.bx-reflect-vertical:before {
  content: "";
}
.bx-color:before {
  content: "";
}
.bxl-mongodb:before {
  content: "";
}
.bxl-postgresql:before {
  content: "";
}
.bxl-deezer:before {
  content: "";
}
.bxs-hard-hat:before {
  content: "";
}
.bxs-home-alt-2:before {
  content: "";
}
.bxs-cheese:before {
  content: "";
}
.bx-home-alt-2:before {
  content: "";
}
.bx-hard-hat:before {
  content: "";
}
.bx-cheese:before {
  content: "";
}
.bx-cart-add:before {
  content: "";
}
.bx-cart-download:before {
  content: "";
}
.bx-no-signal:before {
  content: "";
}
.bx-signal-1:before {
  content: "";
}
.bx-signal-2:before {
  content: "";
}
.bx-signal-3:before {
  content: "";
}
.bx-signal-4:before {
  content: "";
}
.bx-signal-5:before {
  content: "";
}
.bxl-xing:before {
  content: "";
}
.bxl-meta:before {
  content: "";
}
.bx-lemon:before {
  content: "";
}
.bxs-lemon:before {
  content: "";
}
.bx-cricket-ball:before {
  content: "";
}
.bx-baguette:before {
  content: "";
}
.bx-bowl-hot:before {
  content: "";
}
.bx-bowl-rice:before {
  content: "";
}
.bx-cable-car:before {
  content: "";
}
.bx-candles:before {
  content: "";
}
.bx-circle-half:before {
  content: "";
}
.bx-circle-quarter:before {
  content: "";
}
.bx-circle-three-quarter:before {
  content: "";
}
.bx-cross:before {
  content: "";
}
.bx-fork:before {
  content: "";
}
.bx-knife:before {
  content: "";
}
.bx-money-withdraw:before {
  content: "";
}
.bx-popsicle:before {
  content: "";
}
.bx-scatter-chart:before {
  content: "";
}
.bxs-baguette:before {
  content: "";
}
.bxs-bowl-hot:before {
  content: "";
}
.bxs-bowl-rice:before {
  content: "";
}
.bxs-cable-car:before {
  content: "";
}
.bxs-circle-half:before {
  content: "";
}
.bxs-circle-quarter:before {
  content: "";
}
.bxs-circle-three-quarter:before {
  content: "";
}
.bxs-cricket-ball:before {
  content: "";
}
.bxs-invader:before {
  content: "";
}
.bx-male-female:before {
  content: "";
}
.bxs-popsicle:before {
  content: "";
}
.bxs-tree-alt:before {
  content: "";
}
.bxl-venmo:before {
  content: "";
}
.bxl-upwork:before {
  content: "";
}
.bxl-netlify:before {
  content: "";
}
.bxl-java:before {
  content: "";
}
.bxl-heroku:before {
  content: "";
}
.bxl-go-lang:before {
  content: "";
}
.bxl-gmail:before {
  content: "";
}
.bxl-flask:before {
  content: "";
}
.bxl-99designs:before {
  content: "";
}
.bxl-500px:before {
  content: "";
}
.bxl-adobe:before {
  content: "";
}
.bxl-airbnb:before {
  content: "";
}
.bxl-algolia:before {
  content: "";
}
.bxl-amazon:before {
  content: "";
}
.bxl-android:before {
  content: "";
}
.bxl-angular:before {
  content: "";
}
.bxl-apple:before {
  content: "";
}
.bxl-audible:before {
  content: "";
}
.bxl-aws:before {
  content: "";
}
.bxl-baidu:before {
  content: "";
}
.bxl-behance:before {
  content: "";
}
.bxl-bing:before {
  content: "";
}
.bxl-bitcoin:before {
  content: "";
}
.bxl-blender:before {
  content: "";
}
.bxl-blogger:before {
  content: "";
}
.bxl-bootstrap:before {
  content: "";
}
.bxl-chrome:before {
  content: "";
}
.bxl-codepen:before {
  content: "";
}
.bxl-c-plus-plus:before {
  content: "";
}
.bxl-creative-commons:before {
  content: "";
}
.bxl-css3:before {
  content: "";
}
.bxl-dailymotion:before {
  content: "";
}
.bxl-deviantart:before {
  content: "";
}
.bxl-dev-to:before {
  content: "";
}
.bxl-digg:before {
  content: "";
}
.bxl-digitalocean:before {
  content: "";
}
.bxl-discord:before {
  content: "";
}
.bxl-discord-alt:before {
  content: "";
}
.bxl-discourse:before {
  content: "";
}
.bxl-django:before {
  content: "";
}
.bxl-docker:before {
  content: "";
}
.bxl-dribbble:before {
  content: "";
}
.bxl-dropbox:before {
  content: "";
}
.bxl-drupal:before {
  content: "";
}
.bxl-ebay:before {
  content: "";
}
.bxl-edge:before {
  content: "";
}
.bxl-etsy:before {
  content: "";
}
.bxl-facebook:before {
  content: "";
}
.bxl-facebook-circle:before {
  content: "";
}
.bxl-facebook-square:before {
  content: "";
}
.bxl-figma:before {
  content: "";
}
.bxl-firebase:before {
  content: "";
}
.bxl-firefox:before {
  content: "";
}
.bxl-flickr:before {
  content: "";
}
.bxl-flickr-square:before {
  content: "";
}
.bxl-flutter:before {
  content: "";
}
.bxl-foursquare:before {
  content: "";
}
.bxl-git:before {
  content: "";
}
.bxl-github:before {
  content: "";
}
.bxl-gitlab:before {
  content: "";
}
.bxl-google:before {
  content: "";
}
.bxl-google-cloud:before {
  content: "";
}
.bxl-google-plus:before {
  content: "";
}
.bxl-google-plus-circle:before {
  content: "";
}
.bxl-html5:before {
  content: "";
}
.bxl-imdb:before {
  content: "";
}
.bxl-instagram:before {
  content: "";
}
.bxl-instagram-alt:before {
  content: "";
}
.bxl-internet-explorer:before {
  content: "";
}
.bxl-invision:before {
  content: "";
}
.bxl-javascript:before {
  content: "";
}
.bxl-joomla:before {
  content: "";
}
.bxl-jquery:before {
  content: "";
}
.bxl-jsfiddle:before {
  content: "";
}
.bxl-kickstarter:before {
  content: "";
}
.bxl-kubernetes:before {
  content: "";
}
.bxl-less:before {
  content: "";
}
.bxl-linkedin:before {
  content: "";
}
.bxl-linkedin-square:before {
  content: "";
}
.bxl-magento:before {
  content: "";
}
.bxl-mailchimp:before {
  content: "";
}
.bxl-markdown:before {
  content: "";
}
.bxl-mastercard:before {
  content: "";
}
.bxl-mastodon:before {
  content: "";
}
.bxl-medium:before {
  content: "";
}
.bxl-medium-old:before {
  content: "";
}
.bxl-medium-square:before {
  content: "";
}
.bxl-messenger:before {
  content: "";
}
.bxl-microsoft:before {
  content: "";
}
.bxl-microsoft-teams:before {
  content: "";
}
.bxl-nodejs:before {
  content: "";
}
.bxl-ok-ru:before {
  content: "";
}
.bxl-opera:before {
  content: "";
}
.bxl-patreon:before {
  content: "";
}
.bxl-paypal:before {
  content: "";
}
.bxl-periscope:before {
  content: "";
}
.bxl-php:before {
  content: "";
}
.bxl-pinterest:before {
  content: "";
}
.bxl-pinterest-alt:before {
  content: "";
}
.bxl-play-store:before {
  content: "";
}
.bxl-pocket:before {
  content: "";
}
.bxl-product-hunt:before {
  content: "";
}
.bxl-python:before {
  content: "";
}
.bxl-quora:before {
  content: "";
}
.bxl-react:before {
  content: "";
}
.bxl-redbubble:before {
  content: "";
}
.bxl-reddit:before {
  content: "";
}
.bxl-redux:before {
  content: "";
}
.bxl-sass:before {
  content: "";
}
.bxl-shopify:before {
  content: "";
}
.bxl-sketch:before {
  content: "";
}
.bxl-skype:before {
  content: "";
}
.bxl-slack:before {
  content: "";
}
.bxl-slack-old:before {
  content: "";
}
.bxl-snapchat:before {
  content: "";
}
.bxl-soundcloud:before {
  content: "";
}
.bxl-spotify:before {
  content: "";
}
.bxl-spring-boot:before {
  content: "";
}
.bxl-squarespace:before {
  content: "";
}
.bxl-stack-overflow:before {
  content: "";
}
.bxl-steam:before {
  content: "";
}
.bxl-stripe:before {
  content: "";
}
.bxl-tailwind-css:before {
  content: "";
}
.bxl-telegram:before {
  content: "";
}
.bxl-tiktok:before {
  content: "";
}
.bxl-trello:before {
  content: "";
}
.bxl-trip-advisor:before {
  content: "";
}
.bxl-tumblr:before {
  content: "";
}
.bxl-tux:before {
  content: "";
}
.bxl-twitch:before {
  content: "";
}
.bxl-twitter:before {
  content: "";
}
.bxl-unity:before {
  content: "";
}
.bxl-unsplash:before {
  content: "";
}
.bxl-vimeo:before {
  content: "";
}
.bxl-visa:before {
  content: "";
}
.bxl-visual-studio:before {
  content: "";
}
.bxl-vk:before {
  content: "";
}
.bxl-vuejs:before {
  content: "";
}
.bxl-whatsapp:before {
  content: "";
}
.bxl-whatsapp-square:before {
  content: "";
}
.bxl-wikipedia:before {
  content: "";
}
.bxl-windows:before {
  content: "";
}
.bxl-wix:before {
  content: "";
}
.bxl-wordpress:before {
  content: "";
}
.bxl-yahoo:before {
  content: "";
}
.bxl-yelp:before {
  content: "";
}
.bxl-youtube:before {
  content: "";
}
.bxl-zoom:before {
  content: "";
}
.bx-collapse-alt:before {
  content: "";
}
.bx-collapse-horizontal:before {
  content: "";
}
.bx-collapse-vertical:before {
  content: "";
}
.bx-expand-horizontal:before {
  content: "";
}
.bx-expand-vertical:before {
  content: "";
}
.bx-injection:before {
  content: "";
}
.bx-leaf:before {
  content: "";
}
.bx-math:before {
  content: "";
}
.bx-party:before {
  content: "";
}
.bx-abacus:before {
  content: "";
}
.bx-accessibility:before {
  content: "";
}
.bx-add-to-queue:before {
  content: "";
}
.bx-adjust:before {
  content: "";
}
.bx-alarm:before {
  content: "";
}
.bx-alarm-add:before {
  content: "";
}
.bx-alarm-exclamation:before {
  content: "";
}
.bx-alarm-off:before {
  content: "";
}
.bx-alarm-snooze:before {
  content: "";
}
.bx-album:before {
  content: "";
}
.bx-align-justify:before {
  content: "";
}
.bx-align-left:before {
  content: "";
}
.bx-align-middle:before {
  content: "";
}
.bx-align-right:before {
  content: "";
}
.bx-analyse:before {
  content: "";
}
.bx-anchor:before {
  content: "";
}
.bx-angry:before {
  content: "";
}
.bx-aperture:before {
  content: "";
}
.bx-arch:before {
  content: "";
}
.bx-archive:before {
  content: "";
}
.bx-archive-in:before {
  content: "";
}
.bx-archive-out:before {
  content: "";
}
.bx-area:before {
  content: "";
}
.bx-arrow-back:before {
  content: "";
}
.bx-arrow-from-bottom:before {
  content: "";
}
.bx-arrow-from-left:before {
  content: "";
}
.bx-arrow-from-right:before {
  content: "";
}
.bx-arrow-from-top:before {
  content: "";
}
.bx-arrow-to-bottom:before {
  content: "";
}
.bx-arrow-to-left:before {
  content: "";
}
.bx-arrow-to-right:before {
  content: "";
}
.bx-arrow-to-top:before {
  content: "";
}
.bx-at:before {
  content: "";
}
.bx-atom:before {
  content: "";
}
.bx-award:before {
  content: "";
}
.bx-badge:before {
  content: "";
}
.bx-badge-check:before {
  content: "";
}
.bx-ball:before {
  content: "";
}
.bx-band-aid:before {
  content: "";
}
.bx-bar-chart:before {
  content: "";
}
.bx-bar-chart-alt:before {
  content: "";
}
.bx-bar-chart-alt-2:before {
  content: "";
}
.bx-bar-chart-square:before {
  content: "";
}
.bx-barcode:before {
  content: "";
}
.bx-barcode-reader:before {
  content: "";
}
.bx-baseball:before {
  content: "";
}
.bx-basket:before {
  content: "";
}
.bx-basketball:before {
  content: "";
}
.bx-bath:before {
  content: "";
}
.bx-battery:before {
  content: "";
}
.bx-bed:before {
  content: "";
}
.bx-been-here:before {
  content: "";
}
.bx-beer:before {
  content: "";
}
.bx-bell:before {
  content: "";
}
.bx-bell-minus:before {
  content: "";
}
.bx-bell-off:before {
  content: "";
}
.bx-bell-plus:before {
  content: "";
}
.bx-bible:before {
  content: "";
}
.bx-bitcoin:before {
  content: "";
}
.bx-blanket:before {
  content: "";
}
.bx-block:before {
  content: "";
}
.bx-bluetooth:before {
  content: "";
}
.bx-body:before {
  content: "";
}
.bx-bold:before {
  content: "";
}
.bx-bolt-circle:before {
  content: "";
}
.bx-bomb:before {
  content: "";
}
.bx-bone:before {
  content: "";
}
.bx-bong:before {
  content: "";
}
.bx-book:before {
  content: "";
}
.bx-book-add:before {
  content: "";
}
.bx-book-alt:before {
  content: "";
}
.bx-book-bookmark:before {
  content: "";
}
.bx-book-content:before {
  content: "";
}
.bx-book-heart:before {
  content: "";
}
.bx-bookmark:before {
  content: "";
}
.bx-bookmark-alt:before {
  content: "";
}
.bx-bookmark-alt-minus:before {
  content: "";
}
.bx-bookmark-alt-plus:before {
  content: "";
}
.bx-bookmark-heart:before {
  content: "";
}
.bx-bookmark-minus:before {
  content: "";
}
.bx-bookmark-plus:before {
  content: "";
}
.bx-bookmarks:before {
  content: "";
}
.bx-book-open:before {
  content: "";
}
.bx-book-reader:before {
  content: "";
}
.bx-border-all:before {
  content: "";
}
.bx-border-bottom:before {
  content: "";
}
.bx-border-inner:before {
  content: "";
}
.bx-border-left:before {
  content: "";
}
.bx-border-none:before {
  content: "";
}
.bx-border-outer:before {
  content: "";
}
.bx-border-radius:before {
  content: "";
}
.bx-border-right:before {
  content: "";
}
.bx-border-top:before {
  content: "";
}
.bx-bot:before {
  content: "";
}
.bx-bowling-ball:before {
  content: "";
}
.bx-box:before {
  content: "";
}
.bx-bracket:before {
  content: "";
}
.bx-braille:before {
  content: "";
}
.bx-brain:before {
  content: "";
}
.bx-briefcase:before {
  content: "";
}
.bx-briefcase-alt:before {
  content: "";
}
.bx-briefcase-alt-2:before {
  content: "";
}
.bx-brightness:before {
  content: "";
}
.bx-brightness-half:before {
  content: "";
}
.bx-broadcast:before {
  content: "";
}
.bx-brush:before {
  content: "";
}
.bx-brush-alt:before {
  content: "";
}
.bx-bug:before {
  content: "";
}
.bx-bug-alt:before {
  content: "";
}
.bx-building:before {
  content: "";
}
.bx-building-house:before {
  content: "";
}
.bx-buildings:before {
  content: "";
}
.bx-bulb:before {
  content: "";
}
.bx-bullseye:before {
  content: "";
}
.bx-buoy:before {
  content: "";
}
.bx-bus:before {
  content: "";
}
.bx-bus-school:before {
  content: "";
}
.bx-cabinet:before {
  content: "";
}
.bx-cake:before {
  content: "";
}
.bx-calculator:before {
  content: "";
}
.bx-calendar:before {
  content: "";
}
.bx-calendar-alt:before {
  content: "";
}
.bx-calendar-check:before {
  content: "";
}
.bx-calendar-edit:before {
  content: "";
}
.bx-calendar-event:before {
  content: "";
}
.bx-calendar-exclamation:before {
  content: "";
}
.bx-calendar-heart:before {
  content: "";
}
.bx-calendar-minus:before {
  content: "";
}
.bx-calendar-plus:before {
  content: "";
}
.bx-calendar-star:before {
  content: "";
}
.bx-calendar-week:before {
  content: "";
}
.bx-calendar-x:before {
  content: "";
}
.bx-camera:before {
  content: "";
}
.bx-camera-home:before {
  content: "";
}
.bx-camera-movie:before {
  content: "";
}
.bx-camera-off:before {
  content: "";
}
.bx-capsule:before {
  content: "";
}
.bx-captions:before {
  content: "";
}
.bx-car:before {
  content: "";
}
.bx-card:before {
  content: "";
}
.bx-caret-down:before {
  content: "";
}
.bx-caret-down-circle:before {
  content: "";
}
.bx-caret-down-square:before {
  content: "";
}
.bx-caret-left:before {
  content: "";
}
.bx-caret-left-circle:before {
  content: "";
}
.bx-caret-left-square:before {
  content: "";
}
.bx-caret-right:before {
  content: "";
}
.bx-caret-right-circle:before {
  content: "";
}
.bx-caret-right-square:before {
  content: "";
}
.bx-caret-up:before {
  content: "";
}
.bx-caret-up-circle:before {
  content: "";
}
.bx-caret-up-square:before {
  content: "";
}
.bx-carousel:before {
  content: "";
}
.bx-cart:before {
  content: "";
}
.bx-cart-alt:before {
  content: "";
}
.bx-cast:before {
  content: "";
}
.bx-category:before {
  content: "";
}
.bx-category-alt:before {
  content: "";
}
.bx-cctv:before {
  content: "";
}
.bx-certification:before {
  content: "";
}
.bx-chair:before {
  content: "";
}
.bx-chalkboard:before {
  content: "";
}
.bx-chart:before {
  content: "";
}
.bx-chat:before {
  content: "";
}
.bx-check:before {
  content: "";
}
.bx-checkbox:before {
  content: "";
}
.bx-checkbox-checked:before {
  content: "";
}
.bx-checkbox-minus:before {
  content: "";
}
.bx-checkbox-square:before {
  content: "";
}
.bx-check-circle:before {
  content: "";
}
.bx-check-double:before {
  content: "";
}
.bx-check-shield:before {
  content: "";
}
.bx-check-square:before {
  content: "";
}
.bx-chevron-down:before {
  content: "";
}
.bx-chevron-down-circle:before {
  content: "";
}
.bx-chevron-down-square:before {
  content: "";
}
.bx-chevron-left:before {
  content: "";
}
.bx-chevron-left-circle:before {
  content: "";
}
.bx-chevron-left-square:before {
  content: "";
}
.bx-chevron-right:before {
  content: "";
}
.bx-chevron-right-circle:before {
  content: "";
}
.bx-chevron-right-square:before {
  content: "";
}
.bx-chevrons-down:before {
  content: "";
}
.bx-chevrons-left:before {
  content: "";
}
.bx-chevrons-right:before {
  content: "";
}
.bx-chevrons-up:before {
  content: "";
}
.bx-chevron-up:before {
  content: "";
}
.bx-chevron-up-circle:before {
  content: "";
}
.bx-chevron-up-square:before {
  content: "";
}
.bx-chip:before {
  content: "";
}
.bx-church:before {
  content: "";
}
.bx-circle:before {
  content: "";
}
.bx-clinic:before {
  content: "";
}
.bx-clipboard:before {
  content: "";
}
.bx-closet:before {
  content: "";
}
.bx-cloud:before {
  content: "";
}
.bx-cloud-download:before {
  content: "";
}
.bx-cloud-drizzle:before {
  content: "";
}
.bx-cloud-lightning:before {
  content: "";
}
.bx-cloud-light-rain:before {
  content: "";
}
.bx-cloud-rain:before {
  content: "";
}
.bx-cloud-snow:before {
  content: "";
}
.bx-cloud-upload:before {
  content: "";
}
.bx-code:before {
  content: "";
}
.bx-code-alt:before {
  content: "";
}
.bx-code-block:before {
  content: "";
}
.bx-code-curly:before {
  content: "";
}
.bx-coffee:before {
  content: "";
}
.bx-coffee-togo:before {
  content: "";
}
.bx-cog:before {
  content: "";
}
.bx-coin:before {
  content: "";
}
.bx-coin-stack:before {
  content: "";
}
.bx-collapse:before {
  content: "";
}
.bx-collection:before {
  content: "";
}
.bx-color-fill:before {
  content: "";
}
.bx-columns:before {
  content: "";
}
.bx-command:before {
  content: "";
}
.bx-comment:before {
  content: "";
}
.bx-comment-add:before {
  content: "";
}
.bx-comment-check:before {
  content: "";
}
.bx-comment-detail:before {
  content: "";
}
.bx-comment-dots:before {
  content: "";
}
.bx-comment-edit:before {
  content: "";
}
.bx-comment-error:before {
  content: "";
}
.bx-comment-minus:before {
  content: "";
}
.bx-comment-x:before {
  content: "";
}
.bx-compass:before {
  content: "";
}
.bx-confused:before {
  content: "";
}
.bx-conversation:before {
  content: "";
}
.bx-cookie:before {
  content: "";
}
.bx-cool:before {
  content: "";
}
.bx-copy:before {
  content: "";
}
.bx-copy-alt:before {
  content: "";
}
.bx-copyright:before {
  content: "";
}
.bx-credit-card:before {
  content: "";
}
.bx-credit-card-alt:before {
  content: "";
}
.bx-credit-card-front:before {
  content: "";
}
.bx-crop:before {
  content: "";
}
.bx-crosshair:before {
  content: "";
}
.bx-crown:before {
  content: "";
}
.bx-cube:before {
  content: "";
}
.bx-cube-alt:before {
  content: "";
}
.bx-cuboid:before {
  content: "";
}
.bx-current-location:before {
  content: "";
}
.bx-customize:before {
  content: "";
}
.bx-cut:before {
  content: "";
}
.bx-cycling:before {
  content: "";
}
.bx-cylinder:before {
  content: "";
}
.bx-data:before {
  content: "";
}
.bx-desktop:before {
  content: "";
}
.bx-detail:before {
  content: "";
}
.bx-devices:before {
  content: "";
}
.bx-dialpad:before {
  content: "";
}
.bx-dialpad-alt:before {
  content: "";
}
.bx-diamond:before {
  content: "";
}
.bx-dice-1:before {
  content: "";
}
.bx-dice-2:before {
  content: "";
}
.bx-dice-3:before {
  content: "";
}
.bx-dice-4:before {
  content: "";
}
.bx-dice-5:before {
  content: "";
}
.bx-dice-6:before {
  content: "";
}
.bx-directions:before {
  content: "";
}
.bx-disc:before {
  content: "";
}
.bx-dish:before {
  content: "";
}
.bx-dislike:before {
  content: "";
}
.bx-dizzy:before {
  content: "";
}
.bx-dna:before {
  content: "";
}
.bx-dock-bottom:before {
  content: "";
}
.bx-dock-left:before {
  content: "";
}
.bx-dock-right:before {
  content: "";
}
.bx-dock-top:before {
  content: "";
}
.bx-dollar:before {
  content: "";
}
.bx-dollar-circle:before {
  content: "";
}
.bx-donate-blood:before {
  content: "";
}
.bx-donate-heart:before {
  content: "";
}
.bx-door-open:before {
  content: "";
}
.bx-dots-horizontal:before {
  content: "";
}
.bx-dots-horizontal-rounded:before {
  content: "";
}
.bx-dots-vertical:before {
  content: "";
}
.bx-dots-vertical-rounded:before {
  content: "";
}
.bx-doughnut-chart:before {
  content: "";
}
.bx-down-arrow:before {
  content: "";
}
.bx-down-arrow-alt:before {
  content: "";
}
.bx-down-arrow-circle:before {
  content: "";
}
.bx-download:before {
  content: "";
}
.bx-downvote:before {
  content: "";
}
.bx-drink:before {
  content: "";
}
.bx-droplet:before {
  content: "";
}
.bx-dumbbell:before {
  content: "";
}
.bx-duplicate:before {
  content: "";
}
.bx-edit:before {
  content: "";
}
.bx-edit-alt:before {
  content: "";
}
.bx-envelope:before {
  content: "";
}
.bx-envelope-open:before {
  content: "";
}
.bx-equalizer:before {
  content: "";
}
.bx-eraser:before {
  content: "";
}
.bx-error:before {
  content: "";
}
.bx-error-alt:before {
  content: "";
}
.bx-error-circle:before {
  content: "";
}
.bx-euro:before {
  content: "";
}
.bx-exclude:before {
  content: "";
}
.bx-exit:before {
  content: "";
}
.bx-exit-fullscreen:before {
  content: "";
}
.bx-expand:before {
  content: "";
}
.bx-expand-alt:before {
  content: "";
}
.bx-export:before {
  content: "";
}
.bx-extension:before {
  content: "";
}
.bx-face:before {
  content: "";
}
.bx-fast-forward:before {
  content: "";
}
.bx-fast-forward-circle:before {
  content: "";
}
.bx-female:before {
  content: "";
}
.bx-female-sign:before {
  content: "";
}
.bx-file:before {
  content: "";
}
.bx-file-blank:before {
  content: "";
}
.bx-file-find:before {
  content: "";
}
.bx-film:before {
  content: "";
}
.bx-filter:before {
  content: "";
}
.bx-filter-alt:before {
  content: "";
}
.bx-fingerprint:before {
  content: "";
}
.bx-first-aid:before {
  content: "";
}
.bx-first-page:before {
  content: "";
}
.bx-flag:before {
  content: "";
}
.bx-folder:before {
  content: "";
}
.bx-folder-minus:before {
  content: "";
}
.bx-folder-open:before {
  content: "";
}
.bx-folder-plus:before {
  content: "";
}
.bx-font:before {
  content: "";
}
.bx-font-color:before {
  content: "";
}
.bx-font-family:before {
  content: "";
}
.bx-font-size:before {
  content: "";
}
.bx-food-menu:before {
  content: "";
}
.bx-food-tag:before {
  content: "";
}
.bx-football:before {
  content: "";
}
.bx-fridge:before {
  content: "";
}
.bx-fullscreen:before {
  content: "";
}
.bx-game:before {
  content: "";
}
.bx-gas-pump:before {
  content: "";
}
.bx-ghost:before {
  content: "";
}
.bx-gift:before {
  content: "";
}
.bx-git-branch:before {
  content: "";
}
.bx-git-commit:before {
  content: "";
}
.bx-git-compare:before {
  content: "";
}
.bx-git-merge:before {
  content: "";
}
.bx-git-pull-request:before {
  content: "";
}
.bx-git-repo-forked:before {
  content: "";
}
.bx-glasses:before {
  content: "";
}
.bx-glasses-alt:before {
  content: "";
}
.bx-globe:before {
  content: "";
}
.bx-globe-alt:before {
  content: "";
}
.bx-grid:before {
  content: "";
}
.bx-grid-alt:before {
  content: "";
}
.bx-grid-horizontal:before {
  content: "";
}
.bx-grid-small:before {
  content: "";
}
.bx-grid-vertical:before {
  content: "";
}
.bx-group:before {
  content: "";
}
.bx-handicap:before {
  content: "";
}
.bx-happy:before {
  content: "";
}
.bx-happy-alt:before {
  content: "";
}
.bx-happy-beaming:before {
  content: "";
}
.bx-happy-heart-eyes:before {
  content: "";
}
.bx-hash:before {
  content: "";
}
.bx-hdd:before {
  content: "";
}
.bx-heading:before {
  content: "";
}
.bx-headphone:before {
  content: "";
}
.bx-health:before {
  content: "";
}
.bx-heart:before {
  content: "";
}
.bx-heart-circle:before {
  content: "";
}
.bx-heart-square:before {
  content: "";
}
.bx-help-circle:before {
  content: "";
}
.bx-hide:before {
  content: "";
}
.bx-highlight:before {
  content: "";
}
.bx-history:before {
  content: "";
}
.bx-hive:before {
  content: "";
}
.bx-home:before {
  content: "";
}
.bx-home-alt:before {
  content: "";
}
.bx-home-circle:before {
  content: "";
}
.bx-home-heart:before {
  content: "";
}
.bx-home-smile:before {
  content: "";
}
.bx-horizontal-center:before {
  content: "";
}
.bx-hotel:before {
  content: "";
}
.bx-hourglass:before {
  content: "";
}
.bx-id-card:before {
  content: "";
}
.bx-image:before {
  content: "";
}
.bx-image-add:before {
  content: "";
}
.bx-image-alt:before {
  content: "";
}
.bx-images:before {
  content: "";
}
.bx-import:before {
  content: "";
}
.bx-infinite:before {
  content: "";
}
.bx-info-circle:before {
  content: "";
}
.bx-info-square:before {
  content: "";
}
.bx-intersect:before {
  content: "";
}
.bx-italic:before {
  content: "";
}
.bx-joystick:before {
  content: "";
}
.bx-joystick-alt:before {
  content: "";
}
.bx-joystick-button:before {
  content: "";
}
.bx-key:before {
  content: "";
}
.bx-label:before {
  content: "";
}
.bx-landscape:before {
  content: "";
}
.bx-laptop:before {
  content: "";
}
.bx-last-page:before {
  content: "";
}
.bx-laugh:before {
  content: "";
}
.bx-layer:before {
  content: "";
}
.bx-layer-minus:before {
  content: "";
}
.bx-layer-plus:before {
  content: "";
}
.bx-layout:before {
  content: "";
}
.bx-left-arrow:before {
  content: "";
}
.bx-left-arrow-alt:before {
  content: "";
}
.bx-left-arrow-circle:before {
  content: "";
}
.bx-left-down-arrow-circle:before {
  content: "";
}
.bx-left-indent:before {
  content: "";
}
.bx-left-top-arrow-circle:before {
  content: "";
}
.bx-library:before {
  content: "";
}
.bx-like:before {
  content: "";
}
.bx-line-chart:before {
  content: "";
}
.bx-line-chart-down:before {
  content: "";
}
.bx-link:before {
  content: "";
}
.bx-link-alt:before {
  content: "";
}
.bx-link-external:before {
  content: "";
}
.bx-lira:before {
  content: "";
}
.bx-list-check:before {
  content: "";
}
.bx-list-minus:before {
  content: "";
}
.bx-list-ol:before {
  content: "";
}
.bx-list-plus:before {
  content: "";
}
.bx-list-ul:before {
  content: "";
}
.bx-loader:before {
  content: "";
}
.bx-loader-alt:before {
  content: "";
}
.bx-loader-circle:before {
  content: "";
}
.bx-location-plus:before {
  content: "";
}
.bx-lock:before {
  content: "";
}
.bx-lock-alt:before {
  content: "";
}
.bx-lock-open:before {
  content: "";
}
.bx-lock-open-alt:before {
  content: "";
}
.bx-log-in:before {
  content: "";
}
.bx-log-in-circle:before {
  content: "";
}
.bx-log-out:before {
  content: "";
}
.bx-log-out-circle:before {
  content: "";
}
.bx-low-vision:before {
  content: "";
}
.bx-magnet:before {
  content: "";
}
.bx-mail-send:before {
  content: "";
}
.bx-male:before {
  content: "";
}
.bx-male-sign:before {
  content: "";
}
.bx-map:before {
  content: "";
}
.bx-map-alt:before {
  content: "";
}
.bx-map-pin:before {
  content: "";
}
.bx-mask:before {
  content: "";
}
.bx-medal:before {
  content: "";
}
.bx-meh:before {
  content: "";
}
.bx-meh-alt:before {
  content: "";
}
.bx-meh-blank:before {
  content: "";
}
.bx-memory-card:before {
  content: "";
}
.bx-menu:before {
  content: "";
}
.bx-menu-alt-left:before {
  content: "";
}
.bx-menu-alt-right:before {
  content: "";
}
.bx-merge:before {
  content: "";
}
.bx-message:before {
  content: "";
}
.bx-message-add:before {
  content: "";
}
.bx-message-alt:before {
  content: "";
}
.bx-message-alt-add:before {
  content: "";
}
.bx-message-alt-check:before {
  content: "";
}
.bx-message-alt-detail:before {
  content: "";
}
.bx-message-alt-dots:before {
  content: "";
}
.bx-message-alt-edit:before {
  content: "";
}
.bx-message-alt-error:before {
  content: "";
}
.bx-message-alt-minus:before {
  content: "";
}
.bx-message-alt-x:before {
  content: "";
}
.bx-message-check:before {
  content: "";
}
.bx-message-detail:before {
  content: "";
}
.bx-message-dots:before {
  content: "";
}
.bx-message-edit:before {
  content: "";
}
.bx-message-error:before {
  content: "";
}
.bx-message-minus:before {
  content: "";
}
.bx-message-rounded:before {
  content: "";
}
.bx-message-rounded-add:before {
  content: "";
}
.bx-message-rounded-check:before {
  content: "";
}
.bx-message-rounded-detail:before {
  content: "";
}
.bx-message-rounded-dots:before {
  content: "";
}
.bx-message-rounded-edit:before {
  content: "";
}
.bx-message-rounded-error:before {
  content: "";
}
.bx-message-rounded-minus:before {
  content: "";
}
.bx-message-rounded-x:before {
  content: "";
}
.bx-message-square:before {
  content: "";
}
.bx-message-square-add:before {
  content: "";
}
.bx-message-square-check:before {
  content: "";
}
.bx-message-square-detail:before {
  content: "";
}
.bx-message-square-dots:before {
  content: "";
}
.bx-message-square-edit:before {
  content: "";
}
.bx-message-square-error:before {
  content: "";
}
.bx-message-square-minus:before {
  content: "";
}
.bx-message-square-x:before {
  content: "";
}
.bx-message-x:before {
  content: "";
}
.bx-meteor:before {
  content: "";
}
.bx-microchip:before {
  content: "";
}
.bx-microphone:before {
  content: "";
}
.bx-microphone-off:before {
  content: "";
}
.bx-minus:before {
  content: "";
}
.bx-minus-back:before {
  content: "";
}
.bx-minus-circle:before {
  content: "";
}
.bx-minus-front:before {
  content: "";
}
.bx-mobile:before {
  content: "";
}
.bx-mobile-alt:before {
  content: "";
}
.bx-mobile-landscape:before {
  content: "";
}
.bx-mobile-vibration:before {
  content: "";
}
.bx-money:before {
  content: "";
}
.bx-moon:before {
  content: "";
}
.bx-mouse:before {
  content: "";
}
.bx-mouse-alt:before {
  content: "";
}
.bx-move:before {
  content: "";
}
.bx-move-horizontal:before {
  content: "";
}
.bx-move-vertical:before {
  content: "";
}
.bx-movie:before {
  content: "";
}
.bx-movie-play:before {
  content: "";
}
.bx-music:before {
  content: "";
}
.bx-navigation:before {
  content: "";
}
.bx-network-chart:before {
  content: "";
}
.bx-news:before {
  content: "";
}
.bx-no-entry:before {
  content: "";
}
.bx-note:before {
  content: "";
}
.bx-notepad:before {
  content: "";
}
.bx-notification:before {
  content: "";
}
.bx-notification-off:before {
  content: "";
}
.bx-outline:before {
  content: "";
}
.bx-package:before {
  content: "";
}
.bx-paint:before {
  content: "";
}
.bx-paint-roll:before {
  content: "";
}
.bx-palette:before {
  content: "";
}
.bx-paperclip:before {
  content: "";
}
.bx-paper-plane:before {
  content: "";
}
.bx-paragraph:before {
  content: "";
}
.bx-paste:before {
  content: "";
}
.bx-pause:before {
  content: "";
}
.bx-pause-circle:before {
  content: "";
}
.bx-pen:before {
  content: "";
}
.bx-pencil:before {
  content: "";
}
.bx-phone:before {
  content: "";
}
.bx-phone-call:before {
  content: "";
}
.bx-phone-incoming:before {
  content: "";
}
.bx-phone-off:before {
  content: "";
}
.bx-phone-outgoing:before {
  content: "";
}
.bx-photo-album:before {
  content: "";
}
.bx-pie-chart:before {
  content: "";
}
.bx-pie-chart-alt:before {
  content: "";
}
.bx-pie-chart-alt-2:before {
  content: "";
}
.bx-pin:before {
  content: "";
}
.bx-planet:before {
  content: "";
}
.bx-play:before {
  content: "";
}
.bx-play-circle:before {
  content: "";
}
.bx-plug:before {
  content: "";
}
.bx-plus:before {
  content: "";
}
.bx-plus-circle:before {
  content: "";
}
.bx-plus-medical:before {
  content: "";
}
.bx-podcast:before {
  content: "";
}
.bx-pointer:before {
  content: "";
}
.bx-poll:before {
  content: "";
}
.bx-polygon:before {
  content: "";
}
.bx-pound:before {
  content: "";
}
.bx-power-off:before {
  content: "";
}
.bx-printer:before {
  content: "";
}
.bx-pulse:before {
  content: "";
}
.bx-purchase-tag:before {
  content: "";
}
.bx-purchase-tag-alt:before {
  content: "";
}
.bx-pyramid:before {
  content: "";
}
.bx-qr:before {
  content: "";
}
.bx-qr-scan:before {
  content: "";
}
.bx-question-mark:before {
  content: "";
}
.bx-radar:before {
  content: "";
}
.bx-radio:before {
  content: "";
}
.bx-radio-circle:before {
  content: "";
}
.bx-radio-circle-marked:before {
  content: "";
}
.bx-receipt:before {
  content: "";
}
.bx-rectangle:before {
  content: "";
}
.bx-recycle:before {
  content: "";
}
.bx-redo:before {
  content: "";
}
.bx-refresh:before {
  content: "";
}
.bx-registered:before {
  content: "";
}
.bx-rename:before {
  content: "";
}
.bx-repeat:before {
  content: "";
}
.bx-reply:before {
  content: "";
}
.bx-reply-all:before {
  content: "";
}
.bx-repost:before {
  content: "";
}
.bx-reset:before {
  content: "";
}
.bx-restaurant:before {
  content: "";
}
.bx-revision:before {
  content: "";
}
.bx-rewind:before {
  content: "";
}
.bx-rewind-circle:before {
  content: "";
}
.bx-right-arrow:before {
  content: "";
}
.bx-right-arrow-alt:before {
  content: "";
}
.bx-right-arrow-circle:before {
  content: "";
}
.bx-right-down-arrow-circle:before {
  content: "";
}
.bx-right-indent:before {
  content: "";
}
.bx-right-top-arrow-circle:before {
  content: "";
}
.bx-rocket:before {
  content: "";
}
.bx-rotate-left:before {
  content: "";
}
.bx-rotate-right:before {
  content: "";
}
.bx-rss:before {
  content: "";
}
.bx-ruble:before {
  content: "";
}
.bx-ruler:before {
  content: "";
}
.bx-run:before {
  content: "";
}
.bx-rupee:before {
  content: "";
}
.bx-sad:before {
  content: "";
}
.bx-save:before {
  content: "";
}
.bx-scan:before {
  content: "";
}
.bx-screenshot:before {
  content: "";
}
.bx-search:before {
  content: "";
}
.bx-search-alt:before {
  content: "";
}
.bx-search-alt-2:before {
  content: "";
}
.bx-selection:before {
  content: "";
}
.bx-select-multiple:before {
  content: "";
}
.bx-send:before {
  content: "";
}
.bx-server:before {
  content: "";
}
.bx-shape-circle:before {
  content: "";
}
.bx-shape-polygon:before {
  content: "";
}
.bx-shape-square:before {
  content: "";
}
.bx-shape-triangle:before {
  content: "";
}
.bx-share:before {
  content: "";
}
.bx-share-alt:before {
  content: "";
}
.bx-shekel:before {
  content: "";
}
.bx-shield:before {
  content: "";
}
.bx-shield-alt:before {
  content: "";
}
.bx-shield-alt-2:before {
  content: "";
}
.bx-shield-quarter:before {
  content: "";
}
.bx-shield-x:before {
  content: "";
}
.bx-shocked:before {
  content: "";
}
.bx-shopping-bag:before {
  content: "";
}
.bx-show:before {
  content: "";
}
.bx-show-alt:before {
  content: "";
}
.bx-shuffle:before {
  content: "";
}
.bx-sidebar:before {
  content: "";
}
.bx-sitemap:before {
  content: "";
}
.bx-skip-next:before {
  content: "";
}
.bx-skip-next-circle:before {
  content: "";
}
.bx-skip-previous:before {
  content: "";
}
.bx-skip-previous-circle:before {
  content: "";
}
.bx-sleepy:before {
  content: "";
}
.bx-slider:before {
  content: "";
}
.bx-slider-alt:before {
  content: "";
}
.bx-slideshow:before {
  content: "";
}
.bx-smile:before {
  content: "";
}
.bx-sort:before {
  content: "";
}
.bx-sort-alt-2:before {
  content: "";
}
.bx-sort-a-z:before {
  content: "";
}
.bx-sort-down:before {
  content: "";
}
.bx-sort-up:before {
  content: "";
}
.bx-sort-z-a:before {
  content: "";
}
.bx-spa:before {
  content: "";
}
.bx-space-bar:before {
  content: "";
}
.bx-speaker:before {
  content: "";
}
.bx-spray-can:before {
  content: "";
}
.bx-spreadsheet:before {
  content: "";
}
.bx-square:before {
  content: "";
}
.bx-square-rounded:before {
  content: "";
}
.bx-star:before {
  content: "";
}
.bx-station:before {
  content: "";
}
.bx-stats:before {
  content: "";
}
.bx-sticker:before {
  content: "";
}
.bx-stop:before {
  content: "";
}
.bx-stop-circle:before {
  content: "";
}
.bx-stopwatch:before {
  content: "";
}
.bx-store:before {
  content: "";
}
.bx-store-alt:before {
  content: "";
}
.bx-street-view:before {
  content: "";
}
.bx-strikethrough:before {
  content: "";
}
.bx-subdirectory-left:before {
  content: "";
}
.bx-subdirectory-right:before {
  content: "";
}
.bx-sun:before {
  content: "";
}
.bx-support:before {
  content: "";
}
.bx-swim:before {
  content: "";
}
.bx-sync:before {
  content: "";
}
.bx-tab:before {
  content: "";
}
.bx-table:before {
  content: "";
}
.bx-tachometer:before {
  content: "";
}
.bx-tag:before {
  content: "";
}
.bx-tag-alt:before {
  content: "";
}
.bx-target-lock:before {
  content: "";
}
.bx-task:before {
  content: "";
}
.bx-task-x:before {
  content: "";
}
.bx-taxi:before {
  content: "";
}
.bx-tennis-ball:before {
  content: "";
}
.bx-terminal:before {
  content: "";
}
.bx-test-tube:before {
  content: "";
}
.bx-text:before {
  content: "";
}
.bx-time:before {
  content: "";
}
.bx-time-five:before {
  content: "";
}
.bx-timer:before {
  content: "";
}
.bx-tired:before {
  content: "";
}
.bx-toggle-left:before {
  content: "";
}
.bx-toggle-right:before {
  content: "";
}
.bx-tone:before {
  content: "";
}
.bx-traffic-cone:before {
  content: "";
}
.bx-train:before {
  content: "";
}
.bx-transfer:before {
  content: "";
}
.bx-transfer-alt:before {
  content: "";
}
.bx-trash:before {
  content: "";
}
.bx-trash-alt:before {
  content: "";
}
.bx-trending-down:before {
  content: "";
}
.bx-trending-up:before {
  content: "";
}
.bx-trim:before {
  content: "";
}
.bx-trip:before {
  content: "";
}
.bx-trophy:before {
  content: "";
}
.bx-tv:before {
  content: "";
}
.bx-underline:before {
  content: "";
}
.bx-undo:before {
  content: "";
}
.bx-unite:before {
  content: "";
}
.bx-unlink:before {
  content: "";
}
.bx-up-arrow:before {
  content: "";
}
.bx-up-arrow-alt:before {
  content: "";
}
.bx-up-arrow-circle:before {
  content: "";
}
.bx-upload:before {
  content: "";
}
.bx-upside-down:before {
  content: "";
}
.bx-upvote:before {
  content: "";
}
.bx-usb:before {
  content: "";
}
.bx-user:before {
  content: "";
}
.bx-user-check:before {
  content: "";
}
.bx-user-circle:before {
  content: "";
}
.bx-user-minus:before {
  content: "";
}
.bx-user-pin:before {
  content: "";
}
.bx-user-plus:before {
  content: "";
}
.bx-user-voice:before {
  content: "";
}
.bx-user-x:before {
  content: "";
}
.bx-vector:before {
  content: "";
}
.bx-vertical-center:before {
  content: "";
}
.bx-vial:before {
  content: "";
}
.bx-video:before {
  content: "";
}
.bx-video-off:before {
  content: "";
}
.bx-video-plus:before {
  content: "";
}
.bx-video-recording:before {
  content: "";
}
.bx-voicemail:before {
  content: "";
}
.bx-volume:before {
  content: "";
}
.bx-volume-full:before {
  content: "";
}
.bx-volume-low:before {
  content: "";
}
.bx-volume-mute:before {
  content: "";
}
.bx-walk:before {
  content: "";
}
.bx-wallet:before {
  content: "";
}
.bx-wallet-alt:before {
  content: "";
}
.bx-water:before {
  content: "";
}
.bx-webcam:before {
  content: "";
}
.bx-wifi:before {
  content: "";
}
.bx-wifi-0:before {
  content: "";
}
.bx-wifi-1:before {
  content: "";
}
.bx-wifi-2:before {
  content: "";
}
.bx-wifi-off:before {
  content: "";
}
.bx-wind:before {
  content: "";
}
.bx-window:before {
  content: "";
}
.bx-window-alt:before {
  content: "";
}
.bx-window-close:before {
  content: "";
}
.bx-window-open:before {
  content: "";
}
.bx-windows:before {
  content: "";
}
.bx-wine:before {
  content: "";
}
.bx-wink-smile:before {
  content: "";
}
.bx-wink-tongue:before {
  content: "";
}
.bx-won:before {
  content: "";
}
.bx-world:before {
  content: "";
}
.bx-wrench:before {
  content: "";
}
.bx-x:before {
  content: "";
}
.bx-x-circle:before {
  content: "";
}
.bx-yen:before {
  content: "";
}
.bx-zoom-in:before {
  content: "";
}
.bx-zoom-out:before {
  content: "";
}
.bxs-party:before {
  content: "";
}
.bxs-hot:before {
  content: "";
}
.bxs-droplet:before {
  content: "";
}
.bxs-cat:before {
  content: "";
}
.bxs-dog:before {
  content: "";
}
.bxs-injection:before {
  content: "";
}
.bxs-leaf:before {
  content: "";
}
.bxs-add-to-queue:before {
  content: "";
}
.bxs-adjust:before {
  content: "";
}
.bxs-adjust-alt:before {
  content: "";
}
.bxs-alarm:before {
  content: "";
}
.bxs-alarm-add:before {
  content: "";
}
.bxs-alarm-exclamation:before {
  content: "";
}
.bxs-alarm-off:before {
  content: "";
}
.bxs-alarm-snooze:before {
  content: "";
}
.bxs-album:before {
  content: "";
}
.bxs-ambulance:before {
  content: "";
}
.bxs-analyse:before {
  content: "";
}
.bxs-angry:before {
  content: "";
}
.bxs-arch:before {
  content: "";
}
.bxs-archive:before {
  content: "";
}
.bxs-archive-in:before {
  content: "";
}
.bxs-archive-out:before {
  content: "";
}
.bxs-area:before {
  content: "";
}
.bxs-arrow-from-bottom:before {
  content: "";
}
.bxs-arrow-from-left:before {
  content: "";
}
.bxs-arrow-from-right:before {
  content: "";
}
.bxs-arrow-from-top:before {
  content: "";
}
.bxs-arrow-to-bottom:before {
  content: "";
}
.bxs-arrow-to-left:before {
  content: "";
}
.bxs-arrow-to-right:before {
  content: "";
}
.bxs-arrow-to-top:before {
  content: "";
}
.bxs-award:before {
  content: "";
}
.bxs-baby-carriage:before {
  content: "";
}
.bxs-backpack:before {
  content: "";
}
.bxs-badge:before {
  content: "";
}
.bxs-badge-check:before {
  content: "";
}
.bxs-badge-dollar:before {
  content: "";
}
.bxs-ball:before {
  content: "";
}
.bxs-band-aid:before {
  content: "";
}
.bxs-bank:before {
  content: "";
}
.bxs-bar-chart-alt-2:before {
  content: "";
}
.bxs-bar-chart-square:before {
  content: "";
}
.bxs-barcode:before {
  content: "";
}
.bxs-baseball:before {
  content: "";
}
.bxs-basket:before {
  content: "";
}
.bxs-basketball:before {
  content: "";
}
.bxs-bath:before {
  content: "";
}
.bxs-battery:before {
  content: "";
}
.bxs-battery-charging:before {
  content: "";
}
.bxs-battery-full:before {
  content: "";
}
.bxs-battery-low:before {
  content: "";
}
.bxs-bed:before {
  content: "";
}
.bxs-been-here:before {
  content: "";
}
.bxs-beer:before {
  content: "";
}
.bxs-bell:before {
  content: "";
}
.bxs-bell-minus:before {
  content: "";
}
.bxs-bell-off:before {
  content: "";
}
.bxs-bell-plus:before {
  content: "";
}
.bxs-bell-ring:before {
  content: "";
}
.bxs-bible:before {
  content: "";
}
.bxs-binoculars:before {
  content: "";
}
.bxs-blanket:before {
  content: "";
}
.bxs-bolt:before {
  content: "";
}
.bxs-bolt-circle:before {
  content: "";
}
.bxs-bomb:before {
  content: "";
}
.bxs-bone:before {
  content: "";
}
.bxs-bong:before {
  content: "";
}
.bxs-book:before {
  content: "";
}
.bxs-book-add:before {
  content: "";
}
.bxs-book-alt:before {
  content: "";
}
.bxs-book-bookmark:before {
  content: "";
}
.bxs-book-content:before {
  content: "";
}
.bxs-book-heart:before {
  content: "";
}
.bxs-bookmark:before {
  content: "";
}
.bxs-bookmark-alt:before {
  content: "";
}
.bxs-bookmark-alt-minus:before {
  content: "";
}
.bxs-bookmark-alt-plus:before {
  content: "";
}
.bxs-bookmark-heart:before {
  content: "";
}
.bxs-bookmark-minus:before {
  content: "";
}
.bxs-bookmark-plus:before {
  content: "";
}
.bxs-bookmarks:before {
  content: "";
}
.bxs-bookmark-star:before {
  content: "";
}
.bxs-book-open:before {
  content: "";
}
.bxs-book-reader:before {
  content: "";
}
.bxs-bot:before {
  content: "";
}
.bxs-bowling-ball:before {
  content: "";
}
.bxs-box:before {
  content: "";
}
.bxs-brain:before {
  content: "";
}
.bxs-briefcase:before {
  content: "";
}
.bxs-briefcase-alt:before {
  content: "";
}
.bxs-briefcase-alt-2:before {
  content: "";
}
.bxs-brightness:before {
  content: "";
}
.bxs-brightness-half:before {
  content: "";
}
.bxs-brush:before {
  content: "";
}
.bxs-brush-alt:before {
  content: "";
}
.bxs-bug:before {
  content: "";
}
.bxs-bug-alt:before {
  content: "";
}
.bxs-building:before {
  content: "";
}
.bxs-building-house:before {
  content: "";
}
.bxs-buildings:before {
  content: "";
}
.bxs-bulb:before {
  content: "";
}
.bxs-bullseye:before {
  content: "";
}
.bxs-buoy:before {
  content: "";
}
.bxs-bus:before {
  content: "";
}
.bxs-business:before {
  content: "";
}
.bxs-bus-school:before {
  content: "";
}
.bxs-cabinet:before {
  content: "";
}
.bxs-cake:before {
  content: "";
}
.bxs-calculator:before {
  content: "";
}
.bxs-calendar:before {
  content: "";
}
.bxs-calendar-alt:before {
  content: "";
}
.bxs-calendar-check:before {
  content: "";
}
.bxs-calendar-edit:before {
  content: "";
}
.bxs-calendar-event:before {
  content: "";
}
.bxs-calendar-exclamation:before {
  content: "";
}
.bxs-calendar-heart:before {
  content: "";
}
.bxs-calendar-minus:before {
  content: "";
}
.bxs-calendar-plus:before {
  content: "";
}
.bxs-calendar-star:before {
  content: "";
}
.bxs-calendar-week:before {
  content: "";
}
.bxs-calendar-x:before {
  content: "";
}
.bxs-camera:before {
  content: "";
}
.bxs-camera-home:before {
  content: "";
}
.bxs-camera-movie:before {
  content: "";
}
.bxs-camera-off:before {
  content: "";
}
.bxs-camera-plus:before {
  content: "";
}
.bxs-capsule:before {
  content: "";
}
.bxs-captions:before {
  content: "";
}
.bxs-car:before {
  content: "";
}
.bxs-car-battery:before {
  content: "";
}
.bxs-car-crash:before {
  content: "";
}
.bxs-card:before {
  content: "";
}
.bxs-caret-down-circle:before {
  content: "";
}
.bxs-caret-down-square:before {
  content: "";
}
.bxs-caret-left-circle:before {
  content: "";
}
.bxs-caret-left-square:before {
  content: "";
}
.bxs-caret-right-circle:before {
  content: "";
}
.bxs-caret-right-square:before {
  content: "";
}
.bxs-caret-up-circle:before {
  content: "";
}
.bxs-caret-up-square:before {
  content: "";
}
.bxs-car-garage:before {
  content: "";
}
.bxs-car-mechanic:before {
  content: "";
}
.bxs-carousel:before {
  content: "";
}
.bxs-cart:before {
  content: "";
}
.bxs-cart-add:before {
  content: "";
}
.bxs-cart-alt:before {
  content: "";
}
.bxs-cart-download:before {
  content: "";
}
.bxs-car-wash:before {
  content: "";
}
.bxs-category:before {
  content: "";
}
.bxs-category-alt:before {
  content: "";
}
.bxs-cctv:before {
  content: "";
}
.bxs-certification:before {
  content: "";
}
.bxs-chalkboard:before {
  content: "";
}
.bxs-chart:before {
  content: "";
}
.bxs-chat:before {
  content: "";
}
.bxs-checkbox:before {
  content: "";
}
.bxs-checkbox-checked:before {
  content: "";
}
.bxs-checkbox-minus:before {
  content: "";
}
.bxs-check-circle:before {
  content: "";
}
.bxs-check-shield:before {
  content: "";
}
.bxs-check-square:before {
  content: "";
}
.bxs-chess:before {
  content: "";
}
.bxs-chevron-down:before {
  content: "";
}
.bxs-chevron-down-circle:before {
  content: "";
}
.bxs-chevron-down-square:before {
  content: "";
}
.bxs-chevron-left:before {
  content: "";
}
.bxs-chevron-left-circle:before {
  content: "";
}
.bxs-chevron-left-square:before {
  content: "";
}
.bxs-chevron-right:before {
  content: "";
}
.bxs-chevron-right-circle:before {
  content: "";
}
.bxs-chevron-right-square:before {
  content: "";
}
.bxs-chevrons-down:before {
  content: "";
}
.bxs-chevrons-left:before {
  content: "";
}
.bxs-chevrons-right:before {
  content: "";
}
.bxs-chevrons-up:before {
  content: "";
}
.bxs-chevron-up:before {
  content: "";
}
.bxs-chevron-up-circle:before {
  content: "";
}
.bxs-chevron-up-square:before {
  content: "";
}
.bxs-chip:before {
  content: "";
}
.bxs-church:before {
  content: "";
}
.bxs-circle:before {
  content: "";
}
.bxs-city:before {
  content: "";
}
.bxs-clinic:before {
  content: "";
}
.bxs-cloud:before {
  content: "";
}
.bxs-cloud-download:before {
  content: "";
}
.bxs-cloud-lightning:before {
  content: "";
}
.bxs-cloud-rain:before {
  content: "";
}
.bxs-cloud-upload:before {
  content: "";
}
.bxs-coffee:before {
  content: "";
}
.bxs-coffee-alt:before {
  content: "";
}
.bxs-coffee-togo:before {
  content: "";
}
.bxs-cog:before {
  content: "";
}
.bxs-coin:before {
  content: "";
}
.bxs-coin-stack:before {
  content: "";
}
.bxs-collection:before {
  content: "";
}
.bxs-color-fill:before {
  content: "";
}
.bxs-comment:before {
  content: "";
}
.bxs-comment-add:before {
  content: "";
}
.bxs-comment-check:before {
  content: "";
}
.bxs-comment-detail:before {
  content: "";
}
.bxs-comment-dots:before {
  content: "";
}
.bxs-comment-edit:before {
  content: "";
}
.bxs-comment-error:before {
  content: "";
}
.bxs-comment-minus:before {
  content: "";
}
.bxs-comment-x:before {
  content: "";
}
.bxs-compass:before {
  content: "";
}
.bxs-component:before {
  content: "";
}
.bxs-confused:before {
  content: "";
}
.bxs-contact:before {
  content: "";
}
.bxs-conversation:before {
  content: "";
}
.bxs-cookie:before {
  content: "";
}
.bxs-cool:before {
  content: "";
}
.bxs-copy:before {
  content: "";
}
.bxs-copy-alt:before {
  content: "";
}
.bxs-copyright:before {
  content: "";
}
.bxs-coupon:before {
  content: "";
}
.bxs-credit-card:before {
  content: "";
}
.bxs-credit-card-alt:before {
  content: "";
}
.bxs-credit-card-front:before {
  content: "";
}
.bxs-crop:before {
  content: "";
}
.bxs-crown:before {
  content: "";
}
.bxs-cube:before {
  content: "";
}
.bxs-cube-alt:before {
  content: "";
}
.bxs-cuboid:before {
  content: "";
}
.bxs-customize:before {
  content: "";
}
.bxs-cylinder:before {
  content: "";
}
.bxs-dashboard:before {
  content: "";
}
.bxs-data:before {
  content: "";
}
.bxs-detail:before {
  content: "";
}
.bxs-devices:before {
  content: "";
}
.bxs-diamond:before {
  content: "";
}
.bxs-dice-1:before {
  content: "";
}
.bxs-dice-2:before {
  content: "";
}
.bxs-dice-3:before {
  content: "";
}
.bxs-dice-4:before {
  content: "";
}
.bxs-dice-5:before {
  content: "";
}
.bxs-dice-6:before {
  content: "";
}
.bxs-direction-left:before {
  content: "";
}
.bxs-direction-right:before {
  content: "";
}
.bxs-directions:before {
  content: "";
}
.bxs-disc:before {
  content: "";
}
.bxs-discount:before {
  content: "";
}
.bxs-dish:before {
  content: "";
}
.bxs-dislike:before {
  content: "";
}
.bxs-dizzy:before {
  content: "";
}
.bxs-dock-bottom:before {
  content: "";
}
.bxs-dock-left:before {
  content: "";
}
.bxs-dock-right:before {
  content: "";
}
.bxs-dock-top:before {
  content: "";
}
.bxs-dollar-circle:before {
  content: "";
}
.bxs-donate-blood:before {
  content: "";
}
.bxs-donate-heart:before {
  content: "";
}
.bxs-door-open:before {
  content: "";
}
.bxs-doughnut-chart:before {
  content: "";
}
.bxs-down-arrow:before {
  content: "";
}
.bxs-down-arrow-alt:before {
  content: "";
}
.bxs-down-arrow-circle:before {
  content: "";
}
.bxs-down-arrow-square:before {
  content: "";
}
.bxs-download:before {
  content: "";
}
.bxs-downvote:before {
  content: "";
}
.bxs-drink:before {
  content: "";
}
.bxs-droplet-half:before {
  content: "";
}
.bxs-dryer:before {
  content: "";
}
.bxs-duplicate:before {
  content: "";
}
.bxs-edit:before {
  content: "";
}
.bxs-edit-alt:before {
  content: "";
}
.bxs-edit-location:before {
  content: "";
}
.bxs-eject:before {
  content: "";
}
.bxs-envelope:before {
  content: "";
}
.bxs-envelope-open:before {
  content: "";
}
.bxs-eraser:before {
  content: "";
}
.bxs-error:before {
  content: "";
}
.bxs-error-alt:before {
  content: "";
}
.bxs-error-circle:before {
  content: "";
}
.bxs-ev-station:before {
  content: "";
}
.bxs-exit:before {
  content: "";
}
.bxs-extension:before {
  content: "";
}
.bxs-eyedropper:before {
  content: "";
}
.bxs-face:before {
  content: "";
}
.bxs-face-mask:before {
  content: "";
}
.bxs-factory:before {
  content: "";
}
.bxs-fast-forward-circle:before {
  content: "";
}
.bxs-file:before {
  content: "";
}
.bxs-file-archive:before {
  content: "";
}
.bxs-file-blank:before {
  content: "";
}
.bxs-file-css:before {
  content: "";
}
.bxs-file-doc:before {
  content: "";
}
.bxs-file-export:before {
  content: "";
}
.bxs-file-find:before {
  content: "";
}
.bxs-file-gif:before {
  content: "";
}
.bxs-file-html:before {
  content: "";
}
.bxs-file-image:before {
  content: "";
}
.bxs-file-import:before {
  content: "";
}
.bxs-file-jpg:before {
  content: "";
}
.bxs-file-js:before {
  content: "";
}
.bxs-file-json:before {
  content: "";
}
.bxs-file-md:before {
  content: "";
}
.bxs-file-pdf:before {
  content: "";
}
.bxs-file-plus:before {
  content: "";
}
.bxs-file-png:before {
  content: "";
}
.bxs-file-txt:before {
  content: "";
}
.bxs-film:before {
  content: "";
}
.bxs-filter-alt:before {
  content: "";
}
.bxs-first-aid:before {
  content: "";
}
.bxs-flag:before {
  content: "";
}
.bxs-flag-alt:before {
  content: "";
}
.bxs-flag-checkered:before {
  content: "";
}
.bxs-flame:before {
  content: "";
}
.bxs-flask:before {
  content: "";
}
.bxs-florist:before {
  content: "";
}
.bxs-folder:before {
  content: "";
}
.bxs-folder-minus:before {
  content: "";
}
.bxs-folder-open:before {
  content: "";
}
.bxs-folder-plus:before {
  content: "";
}
.bxs-food-menu:before {
  content: "";
}
.bxs-fridge:before {
  content: "";
}
.bxs-game:before {
  content: "";
}
.bxs-gas-pump:before {
  content: "";
}
.bxs-ghost:before {
  content: "";
}
.bxs-gift:before {
  content: "";
}
.bxs-graduation:before {
  content: "";
}
.bxs-grid:before {
  content: "";
}
.bxs-grid-alt:before {
  content: "";
}
.bxs-group:before {
  content: "";
}
.bxs-guitar-amp:before {
  content: "";
}
.bxs-hand:before {
  content: "";
}
.bxs-hand-down:before {
  content: "";
}
.bxs-hand-left:before {
  content: "";
}
.bxs-hand-right:before {
  content: "";
}
.bxs-hand-up:before {
  content: "";
}
.bxs-happy:before {
  content: "";
}
.bxs-happy-alt:before {
  content: "";
}
.bxs-happy-beaming:before {
  content: "";
}
.bxs-happy-heart-eyes:before {
  content: "";
}
.bxs-hdd:before {
  content: "";
}
.bxs-heart:before {
  content: "";
}
.bxs-heart-circle:before {
  content: "";
}
.bxs-heart-square:before {
  content: "";
}
.bxs-help-circle:before {
  content: "";
}
.bxs-hide:before {
  content: "";
}
.bxs-home:before {
  content: "";
}
.bxs-home-circle:before {
  content: "";
}
.bxs-home-heart:before {
  content: "";
}
.bxs-home-smile:before {
  content: "";
}
.bxs-hotel:before {
  content: "";
}
.bxs-hourglass:before {
  content: "";
}
.bxs-hourglass-bottom:before {
  content: "";
}
.bxs-hourglass-top:before {
  content: "";
}
.bxs-id-card:before {
  content: "";
}
.bxs-image:before {
  content: "";
}
.bxs-image-add:before {
  content: "";
}
.bxs-image-alt:before {
  content: "";
}
.bxs-inbox:before {
  content: "";
}
.bxs-info-circle:before {
  content: "";
}
.bxs-info-square:before {
  content: "";
}
.bxs-institution:before {
  content: "";
}
.bxs-joystick:before {
  content: "";
}
.bxs-joystick-alt:before {
  content: "";
}
.bxs-joystick-button:before {
  content: "";
}
.bxs-key:before {
  content: "";
}
.bxs-keyboard:before {
  content: "";
}
.bxs-label:before {
  content: "";
}
.bxs-landmark:before {
  content: "";
}
.bxs-landscape:before {
  content: "";
}
.bxs-laugh:before {
  content: "";
}
.bxs-layer:before {
  content: "";
}
.bxs-layer-minus:before {
  content: "";
}
.bxs-layer-plus:before {
  content: "";
}
.bxs-layout:before {
  content: "";
}
.bxs-left-arrow:before {
  content: "";
}
.bxs-left-arrow-alt:before {
  content: "";
}
.bxs-left-arrow-circle:before {
  content: "";
}
.bxs-left-arrow-square:before {
  content: "";
}
.bxs-left-down-arrow-circle:before {
  content: "";
}
.bxs-left-top-arrow-circle:before {
  content: "";
}
.bxs-like:before {
  content: "";
}
.bxs-location-plus:before {
  content: "";
}
.bxs-lock:before {
  content: "";
}
.bxs-lock-alt:before {
  content: "";
}
.bxs-lock-open:before {
  content: "";
}
.bxs-lock-open-alt:before {
  content: "";
}
.bxs-log-in:before {
  content: "";
}
.bxs-log-in-circle:before {
  content: "";
}
.bxs-log-out:before {
  content: "";
}
.bxs-log-out-circle:before {
  content: "";
}
.bxs-low-vision:before {
  content: "";
}
.bxs-magic-wand:before {
  content: "";
}
.bxs-magnet:before {
  content: "";
}
.bxs-map:before {
  content: "";
}
.bxs-map-alt:before {
  content: "";
}
.bxs-map-pin:before {
  content: "";
}
.bxs-mask:before {
  content: "";
}
.bxs-medal:before {
  content: "";
}
.bxs-megaphone:before {
  content: "";
}
.bxs-meh:before {
  content: "";
}
.bxs-meh-alt:before {
  content: "";
}
.bxs-meh-blank:before {
  content: "";
}
.bxs-memory-card:before {
  content: "";
}
.bxs-message:before {
  content: "";
}
.bxs-message-add:before {
  content: "";
}
.bxs-message-alt:before {
  content: "";
}
.bxs-message-alt-add:before {
  content: "";
}
.bxs-message-alt-check:before {
  content: "";
}
.bxs-message-alt-detail:before {
  content: "";
}
.bxs-message-alt-dots:before {
  content: "";
}
.bxs-message-alt-edit:before {
  content: "";
}
.bxs-message-alt-error:before {
  content: "";
}
.bxs-message-alt-minus:before {
  content: "";
}
.bxs-message-alt-x:before {
  content: "";
}
.bxs-message-check:before {
  content: "";
}
.bxs-message-detail:before {
  content: "";
}
.bxs-message-dots:before {
  content: "";
}
.bxs-message-edit:before {
  content: "";
}
.bxs-message-error:before {
  content: "";
}
.bxs-message-minus:before {
  content: "";
}
.bxs-message-rounded:before {
  content: "";
}
.bxs-message-rounded-add:before {
  content: "";
}
.bxs-message-rounded-check:before {
  content: "";
}
.bxs-message-rounded-detail:before {
  content: "";
}
.bxs-message-rounded-dots:before {
  content: "";
}
.bxs-message-rounded-edit:before {
  content: "";
}
.bxs-message-rounded-error:before {
  content: "";
}
.bxs-message-rounded-minus:before {
  content: "";
}
.bxs-message-rounded-x:before {
  content: "";
}
.bxs-message-square:before {
  content: "";
}
.bxs-message-square-add:before {
  content: "";
}
.bxs-message-square-check:before {
  content: "";
}
.bxs-message-square-detail:before {
  content: "";
}
.bxs-message-square-dots:before {
  content: "";
}
.bxs-message-square-edit:before {
  content: "";
}
.bxs-message-square-error:before {
  content: "";
}
.bxs-message-square-minus:before {
  content: "";
}
.bxs-message-square-x:before {
  content: "";
}
.bxs-message-x:before {
  content: "";
}
.bxs-meteor:before {
  content: "";
}
.bxs-microchip:before {
  content: "";
}
.bxs-microphone:before {
  content: "";
}
.bxs-microphone-alt:before {
  content: "";
}
.bxs-microphone-off:before {
  content: "";
}
.bxs-minus-circle:before {
  content: "";
}
.bxs-minus-square:before {
  content: "";
}
.bxs-mobile:before {
  content: "";
}
.bxs-mobile-vibration:before {
  content: "";
}
.bxs-moon:before {
  content: "";
}
.bxs-mouse:before {
  content: "";
}
.bxs-mouse-alt:before {
  content: "";
}
.bxs-movie:before {
  content: "";
}
.bxs-movie-play:before {
  content: "";
}
.bxs-music:before {
  content: "";
}
.bxs-navigation:before {
  content: "";
}
.bxs-network-chart:before {
  content: "";
}
.bxs-news:before {
  content: "";
}
.bxs-no-entry:before {
  content: "";
}
.bxs-note:before {
  content: "";
}
.bxs-notepad:before {
  content: "";
}
.bxs-notification:before {
  content: "";
}
.bxs-notification-off:before {
  content: "";
}
.bxs-offer:before {
  content: "";
}
.bxs-package:before {
  content: "";
}
.bxs-paint:before {
  content: "";
}
.bxs-paint-roll:before {
  content: "";
}
.bxs-palette:before {
  content: "";
}
.bxs-paper-plane:before {
  content: "";
}
.bxs-parking:before {
  content: "";
}
.bxs-paste:before {
  content: "";
}
.bxs-pen:before {
  content: "";
}
.bxs-pencil:before {
  content: "";
}
.bxs-phone:before {
  content: "";
}
.bxs-phone-call:before {
  content: "";
}
.bxs-phone-incoming:before {
  content: "";
}
.bxs-phone-off:before {
  content: "";
}
.bxs-phone-outgoing:before {
  content: "";
}
.bxs-photo-album:before {
  content: "";
}
.bxs-piano:before {
  content: "";
}
.bxs-pie-chart:before {
  content: "";
}
.bxs-pie-chart-alt:before {
  content: "";
}
.bxs-pie-chart-alt-2:before {
  content: "";
}
.bxs-pin:before {
  content: "";
}
.bxs-pizza:before {
  content: "";
}
.bxs-plane:before {
  content: "";
}
.bxs-plane-alt:before {
  content: "";
}
.bxs-plane-land:before {
  content: "";
}
.bxs-planet:before {
  content: "";
}
.bxs-plane-take-off:before {
  content: "";
}
.bxs-playlist:before {
  content: "";
}
.bxs-plug:before {
  content: "";
}
.bxs-plus-circle:before {
  content: "";
}
.bxs-plus-square:before {
  content: "";
}
.bxs-pointer:before {
  content: "";
}
.bxs-polygon:before {
  content: "";
}
.bxs-printer:before {
  content: "";
}
.bxs-purchase-tag:before {
  content: "";
}
.bxs-purchase-tag-alt:before {
  content: "";
}
.bxs-pyramid:before {
  content: "";
}
.bxs-quote-alt-left:before {
  content: "";
}
.bxs-quote-alt-right:before {
  content: "";
}
.bxs-quote-left:before {
  content: "";
}
.bxs-quote-right:before {
  content: "";
}
.bxs-quote-single-left:before {
  content: "";
}
.bxs-quote-single-right:before {
  content: "";
}
.bxs-radiation:before {
  content: "";
}
.bxs-radio:before {
  content: "";
}
.bxs-receipt:before {
  content: "";
}
.bxs-rectangle:before {
  content: "";
}
.bxs-registered:before {
  content: "";
}
.bxs-rename:before {
  content: "";
}
.bxs-report:before {
  content: "";
}
.bxs-rewind-circle:before {
  content: "";
}
.bxs-right-arrow:before {
  content: "";
}
.bxs-right-arrow-alt:before {
  content: "";
}
.bxs-right-arrow-circle:before {
  content: "";
}
.bxs-right-arrow-square:before {
  content: "";
}
.bxs-right-down-arrow-circle:before {
  content: "";
}
.bxs-right-top-arrow-circle:before {
  content: "";
}
.bxs-rocket:before {
  content: "";
}
.bxs-ruler:before {
  content: "";
}
.bxs-sad:before {
  content: "";
}
.bxs-save:before {
  content: "";
}
.bxs-school:before {
  content: "";
}
.bxs-search:before {
  content: "";
}
.bxs-search-alt-2:before {
  content: "";
}
.bxs-select-multiple:before {
  content: "";
}
.bxs-send:before {
  content: "";
}
.bxs-server:before {
  content: "";
}
.bxs-shapes:before {
  content: "";
}
.bxs-share:before {
  content: "";
}
.bxs-share-alt:before {
  content: "";
}
.bxs-shield:before {
  content: "";
}
.bxs-shield-alt-2:before {
  content: "";
}
.bxs-shield-x:before {
  content: "";
}
.bxs-ship:before {
  content: "";
}
.bxs-shocked:before {
  content: "";
}
.bxs-shopping-bag:before {
  content: "";
}
.bxs-shopping-bag-alt:before {
  content: "";
}
.bxs-shopping-bags:before {
  content: "";
}
.bxs-show:before {
  content: "";
}
.bxs-skip-next-circle:before {
  content: "";
}
.bxs-skip-previous-circle:before {
  content: "";
}
.bxs-skull:before {
  content: "";
}
.bxs-sleepy:before {
  content: "";
}
.bxs-slideshow:before {
  content: "";
}
.bxs-smile:before {
  content: "";
}
.bxs-sort-alt:before {
  content: "";
}
.bxs-spa:before {
  content: "";
}
.bxs-speaker:before {
  content: "";
}
.bxs-spray-can:before {
  content: "";
}
.bxs-spreadsheet:before {
  content: "";
}
.bxs-square:before {
  content: "";
}
.bxs-square-rounded:before {
  content: "";
}
.bxs-star:before {
  content: "";
}
.bxs-star-half:before {
  content: "";
}
.bxs-sticker:before {
  content: "";
}
.bxs-stopwatch:before {
  content: "";
}
.bxs-store:before {
  content: "";
}
.bxs-store-alt:before {
  content: "";
}
.bxs-sun:before {
  content: "";
}
.bxs-tachometer:before {
  content: "";
}
.bxs-tag:before {
  content: "";
}
.bxs-tag-alt:before {
  content: "";
}
.bxs-tag-x:before {
  content: "";
}
.bxs-taxi:before {
  content: "";
}
.bxs-tennis-ball:before {
  content: "";
}
.bxs-terminal:before {
  content: "";
}
.bxs-thermometer:before {
  content: "";
}
.bxs-time:before {
  content: "";
}
.bxs-time-five:before {
  content: "";
}
.bxs-timer:before {
  content: "";
}
.bxs-tired:before {
  content: "";
}
.bxs-toggle-left:before {
  content: "";
}
.bxs-toggle-right:before {
  content: "";
}
.bxs-tone:before {
  content: "";
}
.bxs-torch:before {
  content: "";
}
.bxs-to-top:before {
  content: "";
}
.bxs-traffic:before {
  content: "";
}
.bxs-traffic-barrier:before {
  content: "";
}
.bxs-traffic-cone:before {
  content: "";
}
.bxs-train:before {
  content: "";
}
.bxs-trash:before {
  content: "";
}
.bxs-trash-alt:before {
  content: "";
}
.bxs-tree:before {
  content: "";
}
.bxs-trophy:before {
  content: "";
}
.bxs-truck:before {
  content: "";
}
.bxs-t-shirt:before {
  content: "";
}
.bxs-tv:before {
  content: "";
}
.bxs-up-arrow:before {
  content: "";
}
.bxs-up-arrow-alt:before {
  content: "";
}
.bxs-up-arrow-circle:before {
  content: "";
}
.bxs-up-arrow-square:before {
  content: "";
}
.bxs-upside-down:before {
  content: "";
}
.bxs-upvote:before {
  content: "";
}
.bxs-user:before {
  content: "";
}
.bxs-user-account:before {
  content: "";
}
.bxs-user-badge:before {
  content: "";
}
.bxs-user-check:before {
  content: "";
}
.bxs-user-circle:before {
  content: "";
}
.bxs-user-detail:before {
  content: "";
}
.bxs-user-minus:before {
  content: "";
}
.bxs-user-pin:before {
  content: "";
}
.bxs-user-plus:before {
  content: "";
}
.bxs-user-rectangle:before {
  content: "";
}
.bxs-user-voice:before {
  content: "";
}
.bxs-user-x:before {
  content: "";
}
.bxs-vector:before {
  content: "";
}
.bxs-vial:before {
  content: "";
}
.bxs-video:before {
  content: "";
}
.bxs-video-off:before {
  content: "";
}
.bxs-video-plus:before {
  content: "";
}
.bxs-video-recording:before {
  content: "";
}
.bxs-videos:before {
  content: "";
}
.bxs-virus:before {
  content: "";
}
.bxs-virus-block:before {
  content: "";
}
.bxs-volume:before {
  content: "";
}
.bxs-volume-full:before {
  content: "";
}
.bxs-volume-low:before {
  content: "";
}
.bxs-volume-mute:before {
  content: "";
}
.bxs-wallet:before {
  content: "";
}
.bxs-wallet-alt:before {
  content: "";
}
.bxs-washer:before {
  content: "";
}
.bxs-watch:before {
  content: "";
}
.bxs-watch-alt:before {
  content: "";
}
.bxs-webcam:before {
  content: "";
}
.bxs-widget:before {
  content: "";
}
.bxs-window-alt:before {
  content: "";
}
.bxs-wine:before {
  content: "";
}
.bxs-wink-smile:before {
  content: "";
}
.bxs-wink-tongue:before {
  content: "";
}
.bxs-wrench:before {
  content: "";
}
.bxs-x-circle:before {
  content: "";
}
.bxs-x-square:before {
  content: "";
}
.bxs-yin-yang:before {
  content: "";
}
.bxs-zap:before {
  content: "";
}
.bxs-zoom-in:before {
  content: "";
}
.bxs-zoom-out:before {
  content: "";
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #c0c2cb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #8d91a2;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #74788d;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2374788D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
h1 {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 2.7rem;
}
h2 {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 2.16rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.89rem;
}
h4 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 21px;
}
h5 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.35rem;
}
h6 {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.08rem;
}
p {
  line-height: 1.35rem;
}
li {
  line-height: 21.6px;
}
span {
  line-height: 14px;
}
.\!container {
  width: 100% !important;
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 540px) {
  .\!container {
    max-width: 540px !important;
  }
  .container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .\!container {
    max-width: 720px !important;
  }
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .\!container {
    max-width: 960px !important;
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .\!container {
    max-width: 1140px !important;
  }
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .\!container {
    max-width: 1320px !important;
  }
  .container {
    max-width: 1320px;
  }
}
.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,
.form-input::-webkit-datetime-edit-year-field,
.form-input::-webkit-datetime-edit-month-field,
.form-input::-webkit-datetime-edit-day-field,
.form-input::-webkit-datetime-edit-hour-field,
.form-input::-webkit-datetime-edit-minute-field,
.form-input::-webkit-datetime-edit-second-field,
.form-input::-webkit-datetime-edit-millisecond-field,
.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2374788D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
.form-checkbox,
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,
.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
.form-checkbox:checked,
.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,
.form-checkbox:checked:focus,
.form-radio:checked:hover,
.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,
.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.btn {
  padding: 0.4375rem 0.75rem;
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card {
  border-radius: 0.3rem;
  border: 1px;
  border-style: solid;
  border-color: #e9e9ef;
  margin-bottom: 1.5rem;
}
.card-body {
  padding: 1.25rem;
}
.nav-border .nav-item .active,
.nav-border .nav-item .\!active {
  border-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
  border-color: rgb(167 169 182 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-color-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.15)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.\!visible,
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.\!relative,
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.-inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}
.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}
.-bottom-1 {
  bottom: -0.25rem !important;
}
.-bottom-16 {
  bottom: -4rem !important;
}
.-left-24 {
  left: -6rem !important;
}
.-left-3 {
  left: -0.75rem !important;
}
.-left-36 {
  left: -9rem !important;
}
.-right-10 {
  right: -2.5rem !important;
}
.-right-2 {
  right: -0.5rem !important;
}
.-right-3 {
  right: -0.75rem !important;
}
.-right-5 {
  right: -1.25rem !important;
}
.-top-1 {
  top: -0.25rem !important;
}
.-top-10 {
  top: -2.5rem !important;
}
.-top-2 {
  top: -0.5rem !important;
}
.-top-3 {
  top: -0.75rem !important;
}
.-top-3\.5 {
  top: -0.875rem !important;
}
.-top-6 {
  top: -1.5rem !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-0\.5 {
  bottom: 0.125rem !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.bottom-\[60px\] {
  bottom: 60px !important;
}
.end-1 {
  inset-inline-end: 0.25rem !important;
}
.left-0 {
  left: 0 !important;
}
.left-1 {
  left: 0.25rem !important;
}
.left-2 {
  left: 0.5rem !important;
}
.left-2\.5 {
  left: 0.625rem !important;
}
.left-3 {
  left: 0.75rem !important;
}
.left-5 {
  left: 1.25rem !important;
}
.left-6 {
  left: 1.5rem !important;
}
.left-\[10\%\] {
  left: 10% !important;
}
.left-\[20\%\] {
  left: 20% !important;
}
.left-\[25\%\] {
  left: 25% !important;
}
.left-\[32\%\] {
  left: 32% !important;
}
.left-\[40\%\] {
  left: 40% !important;
}
.left-\[48\%\] {
  left: 48% !important;
}
.left-\[50\%\] {
  left: 50% !important;
}
.left-\[55\%\] {
  left: 55% !important;
}
.left-\[70\%\] {
  left: 70% !important;
}
.left-\[90\%\] {
  left: 90% !important;
}
.left-auto {
  left: auto !important;
}
.right-0 {
  right: 0 !important;
}
.right-1 {
  right: 0.25rem !important;
}
.right-2\.5 {
  right: 0.625rem !important;
}
.right-3 {
  right: 0.75rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 0.25rem !important;
}
.top-1\.5 {
  top: 0.375rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.top-2\.5 {
  top: 0.625rem !important;
}
.top-3 {
  top: 0.75rem !important;
}
.top-3\.5 {
  top: 0.875rem !important;
}
.top-4 {
  top: 1rem !important;
}
.top-5 {
  top: 1.25rem !important;
}
.top-6 {
  top: 1.5rem !important;
}
.top-7 {
  top: 1.75rem !important;
}
.top-8 {
  top: 2rem !important;
}
.top-\[50\%\] {
  top: 50% !important;
}
.top-\[70px\] {
  top: 70px !important;
}
.top-auto {
  top: auto !important;
}
.isolate {
  isolation: isolate !important;
}
.isolation-auto {
  isolation: auto !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-last {
  -webkit-box-ordinal-group: 10000 !important;
  -ms-flex-order: 9999 !important;
  order: 9999 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.col-span-11 {
  grid-column: span 11 / span 11 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.col-span-7 {
  grid-column: span 7 / span 7 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-9 {
  grid-column: span 9 / span 9 !important;
}
.col-start-3 {
  grid-column-start: 3 !important;
}
.float-start {
  float: inline-start !important;
}
.float-end {
  float: inline-end !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clear-start {
  clear: inline-start !important;
}
.clear-end {
  clear: inline-end !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-none {
  clear: none !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-\[5px\] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.me-1 {
  -webkit-margin-end: 0.25rem !important;
  margin-inline-end: 0.25rem !important;
}
.me-2 {
  -webkit-margin-end: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.ms-1 {
  -webkit-margin-start: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}
.ms-2 {
  -webkit-margin-start: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-\[-3px\] {
  margin-top: -3px !important;
}
.mt-\[18px\] {
  margin-top: 18px !important;
}
.mt-\[5px\] {
  margin-top: 5px !important;
}
.box-border {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.box-content {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.line-clamp-none {
  overflow: visible !important;
  display: block !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: none !important;
}
.\!block,
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.\!inline,
.inline {
  display: inline !important;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.\!table,
.table {
  display: table !important;
}
.inline-table {
  display: inline-table !important;
}
.table-caption {
  display: table-caption !important;
}
.table-cell {
  display: table-cell !important;
}
.table-column {
  display: table-column !important;
}
.table-column-group {
  display: table-column-group !important;
}
.table-footer-group {
  display: table-footer-group !important;
}
.table-header-group {
  display: table-header-group !important;
}
.table-row-group {
  display: table-row-group !important;
}
.table-row {
  display: table-row !important;
}
.flow-root {
  display: flow-root !important;
}
.\!grid,
.grid {
  display: grid !important;
}
.inline-grid {
  display: inline-grid !important;
}
.contents {
  display: contents !important;
}
.list-item {
  display: list-item !important;
}
.hidden {
  display: none !important;
}
.size-2 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.h-0\.5 {
  height: 0.125rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-28 {
  height: 7rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-36 {
  height: 9rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-56 {
  height: 14rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-96 {
  height: 24rem !important;
}
.h-\[30px\] {
  height: 30px !important;
}
.h-\[34px\] {
  height: 34px !important;
}
.h-\[50px\] {
  height: 50px !important;
}
.h-\[570px\] {
  height: 570px !important;
}
.h-\[6px\] {
  height: 6px !important;
}
.h-\[70px\] {
  height: 70px !important;
}
.h-\[90vh\] {
  height: 90vh !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-56 {
  max-height: 14rem !important;
}
.max-h-\[calc\(65vh_-_90px\)\] {
  max-height: calc(65vh - 90px) !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-40 {
  width: 10rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-60 {
  width: 15rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-96 {
  width: 24rem !important;
}
.w-\[170px\] {
  width: 170px !important;
}
.w-\[20\%\] {
  width: 20% !important;
}
.w-\[20px\] {
  width: 20px !important;
}
.w-\[240px\] {
  width: 240px !important;
}
.w-\[25\%\] {
  width: 25% !important;
}
.w-\[50\%\] {
  width: 50% !important;
}
.w-\[70px\] {
  width: 70px !important;
}
.w-\[this-is\\\\\] {
  width: this-is\\ !important;
}
.w-\[this-is\] {
  width: this-is !important;
}
.w-\[weird-and-invalid\] {
  width: weird-and-invalid !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-\[223px\] {
  max-width: 223px !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}
.flex-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-initial {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}
.flex-none {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.flex-shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-grow,
.\!grow,
.grow {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.basis-1\/2 {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}
.basis-1\/4 {
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
}
.table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.caption-top {
  caption-side: top !important;
}
.caption-bottom {
  caption-side: bottom !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.border-separate {
  border-collapse: separate !important;
}
.origin-\[0\] {
  -webkit-transform-origin: 0 !important;
  transform-origin: 0 !important;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-full {
  --tw-translate-x: -100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-4 {
  --tw-translate-y: -1rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-full {
  --tw-translate-y: -100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-full {
  --tw-translate-x: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-full {
  --tw-translate-y: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-45 {
  --tw-rotate: -45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-45 {
  --tw-rotate: 45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-75 {
  --tw-scale-x: 0.75 !important;
  --tw-scale-y: 0.75 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!transform,
.transform,
.transform-cpu {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform-gpu {
  -webkit-transform: translate3d(
      var(--tw-translate-x),
      var(--tw-translate-y),
      0
    )
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform-none {
  -webkit-transform: none !important;
  transform: none !important;
}
@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
  animation: bounce 1s infinite !important;
}
@-webkit-keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
  animation: spin 1s linear infinite !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.touch-auto {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
.touch-none {
  -ms-touch-action: none !important;
  touch-action: none !important;
}
.touch-pan-x {
  --tw-pan-x: pan-x !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-left {
  --tw-pan-x: pan-left !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-right {
  --tw-pan-x: pan-right !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-y {
  --tw-pan-y: pan-y !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-up {
  --tw-pan-y: pan-up !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-down {
  --tw-pan-y: pan-down !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-manipulation {
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}
.select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.resize-none {
  resize: none !important;
}
.resize-y {
  resize: vertical !important;
}
.resize-x {
  resize: horizontal !important;
}
.resize {
  resize: both !important;
}
.snap-none {
  -ms-scroll-snap-type: none !important;
  scroll-snap-type: none !important;
}
.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}
.snap-y {
  -ms-scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
}
.snap-both {
  -ms-scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}
.snap-proximity {
  --tw-scroll-snap-strictness: proximity !important;
}
.snap-start {
  scroll-snap-align: start !important;
}
.snap-end {
  scroll-snap-align: end !important;
}
.snap-center {
  scroll-snap-align: center !important;
}
.snap-align-none {
  scroll-snap-align: none !important;
}
.snap-normal {
  scroll-snap-stop: normal !important;
}
.snap-always {
  scroll-snap-stop: always !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-outside {
  list-style-position: outside !important;
}
.list-disc {
  list-style-type: disc !important;
}
.list-none {
  list-style-type: none !important;
}
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.appearance-auto {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.columns-1 {
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
  columns: 1 !important;
}
.break-before-auto {
  -webkit-column-break-before: auto !important;
  -moz-column-break-before: auto !important;
  break-before: auto !important;
}
.break-before-avoid {
  -webkit-column-break-before: avoid !important;
  -moz-column-break-before: avoid !important;
  break-before: avoid !important;
}
.break-before-all {
  -webkit-column-break-before: all !important;
  -moz-column-break-before: all !important;
  break-before: all !important;
}
.break-before-avoid-page {
  -webkit-column-break-before: avoid !important;
  -moz-column-break-before: avoid !important;
  break-before: avoid-page !important;
}
.break-before-page {
  -webkit-column-break-before: page !important;
  -moz-column-break-before: page !important;
  break-before: page !important;
}
.break-before-left {
  -webkit-column-break-before: left !important;
  -moz-column-break-before: left !important;
  break-before: left !important;
}
.break-before-right {
  -webkit-column-break-before: right !important;
  -moz-column-break-before: right !important;
  break-before: right !important;
}
.break-before-column {
  -webkit-column-break-before: column !important;
  -moz-column-break-before: column !important;
  break-before: column !important;
}
.break-inside-auto {
  -webkit-column-break-inside: auto !important;
  -moz-column-break-inside: auto !important;
  break-inside: auto !important;
}
.break-inside-avoid {
  -webkit-column-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
}
.break-inside-avoid-page {
  break-inside: avoid-page !important;
}
.break-inside-avoid-column {
  -webkit-column-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid-column !important;
}
.break-after-auto {
  -webkit-column-break-after: auto !important;
  -moz-column-break-after: auto !important;
  break-after: auto !important;
}
.break-after-avoid {
  -webkit-column-break-after: avoid !important;
  -moz-column-break-after: avoid !important;
  break-after: avoid !important;
}
.break-after-all {
  -webkit-column-break-after: all !important;
  -moz-column-break-after: all !important;
  break-after: all !important;
}
.break-after-avoid-page {
  -webkit-column-break-after: avoid !important;
  -moz-column-break-after: avoid !important;
  break-after: avoid-page !important;
}
.break-after-page {
  -webkit-column-break-after: page !important;
  -moz-column-break-after: page !important;
  break-after: page !important;
}
.break-after-left {
  -webkit-column-break-after: left !important;
  -moz-column-break-after: left !important;
  break-after: left !important;
}
.break-after-right {
  -webkit-column-break-after: right !important;
  -moz-column-break-after: right !important;
  break-after: right !important;
}
.break-after-column {
  -webkit-column-break-after: column !important;
  -moz-column-break-after: column !important;
  break-after: column !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.grid-flow-dense {
  grid-auto-flow: dense !important;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-\[repeat\(2\,56px\)\] {
  grid-template-columns: repeat(2, 56px) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.place-content-center {
  place-content: center !important;
}
.place-content-start {
  place-content: start !important;
}
.place-content-end {
  place-content: end !important;
}
.place-content-between {
  place-content: space-between !important;
}
.place-content-around {
  place-content: space-around !important;
}
.place-content-evenly {
  place-content: space-evenly !important;
}
.place-content-baseline {
  place-content: baseline !important;
}
.place-content-stretch {
  place-content: stretch !important;
}
.place-items-start {
  place-items: start !important;
}
.place-items-end {
  place-items: end !important;
}
.place-items-center {
  place-items: center !important;
}
.place-items-baseline {
  place-items: baseline !important;
}
.place-items-stretch {
  place-items: stretch !important;
}
.content-normal {
  -ms-flex-line-pack: normal !important;
  align-content: normal !important;
}
.content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.content-evenly {
  -ms-flex-line-pack: space-evenly !important;
  align-content: space-evenly !important;
}
.content-baseline {
  -ms-flex-line-pack: baseline !important;
  align-content: baseline !important;
}
.content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.justify-normal {
  -webkit-box-pack: normal !important;
  -ms-flex-pack: normal !important;
  justify-content: normal !important;
}
.justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.justify-stretch {
  -webkit-box-pack: stretch !important;
  -ms-flex-pack: stretch !important;
  justify-content: stretch !important;
}
.justify-items-start {
  justify-items: start !important;
}
.justify-items-end {
  justify-items: end !important;
}
.justify-items-center {
  justify-items: center !important;
}
.justify-items-stretch {
  justify-items: stretch !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-16 {
  gap: 4rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-3 {
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}
.gap-x-5 {
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}
.gap-x-6 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.gap-x-8 {
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}
.gap-y-0 {
  row-gap: 0px !important;
}
.gap-y-3 {
  row-gap: 0.75rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(
    1px * calc(1 - var(--tw-divide-x-reverse))
  ) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-divide-opacity)) !important;
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-divide-opacity)) !important;
}
.place-self-auto {
  place-self: auto !important;
}
.place-self-start {
  place-self: start !important;
}
.place-self-end {
  place-self: end !important;
}
.place-self-center {
  place-self: center !important;
}
.place-self-stretch {
  place-self: stretch !important;
}
.self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.justify-self-auto {
  justify-self: auto !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-end {
  justify-self: end !important;
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-stretch {
  justify-self: stretch !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-clip {
  overflow: clip !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-clip {
  overflow-x: clip !important;
}
.overflow-y-clip {
  overflow-y: clip !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overscroll-auto {
  -ms-scroll-chaining: chained !important;
  overscroll-behavior: auto !important;
}
.overscroll-contain {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important;
}
.overscroll-none {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
}
.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}
.overscroll-y-none {
  overscroll-behavior-y: none !important;
}
.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}
.overscroll-x-none {
  overscroll-behavior-x: none !important;
}
.scroll-auto {
  scroll-behavior: auto !important;
}
.scroll-smooth {
  scroll-behavior: smooth !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.overflow-ellipsis,
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-clip {
  text-overflow: clip !important;
}
.hyphens-none {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.hyphens-manual {
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}
.hyphens-auto {
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre {
  white-space: pre !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.whitespace-break-spaces {
  white-space: break-spaces !important;
}
.text-wrap {
  text-wrap: wrap !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}
.text-balance {
  text-wrap: balance !important;
}
.text-pretty {
  text-wrap: pretty !important;
}
.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.break-all {
  word-break: break-all !important;
}
.break-keep {
  word-break: keep-all !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-e {
  border-start-end-radius: 0.25rem !important;
  border-end-end-radius: 0.25rem !important;
}
.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-s {
  border-start-start-radius: 0.25rem !important;
  border-end-start-radius: 0.25rem !important;
}
.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-ee {
  border-end-end-radius: 0.25rem !important;
}
.rounded-es {
  border-end-start-radius: 0.25rem !important;
}
.rounded-se {
  border-start-end-radius: 0.25rem !important;
}
.rounded-ss {
  border-start-start-radius: 0.25rem !important;
}
.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}
.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-\[2px\] {
  border-width: 2px !important;
}
.border-\[3px\] {
  border-width: 3px !important;
}
.border-\[9px\] {
  border-width: 9px !important;
}
.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-e {
  border-inline-end-width: 1px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-l-0 {
  border-left-width: 0px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-r-0 {
  border-right-width: 0px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-s {
  border-inline-start-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.border-hidden {
  border-style: hidden !important;
}
.border-none {
  border-style: none !important;
}
.border-\[\#e9e9ef\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 239 / var(--tw-border-opacity)) !important;
}
.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.border-gray-100\/60 {
  border-color: #d9dae099 !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 145 162 / var(--tw-border-opacity)) !important;
}
.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-gray-50\/30 {
  border-color: #e6e6eb4d !important;
}
.border-gray-50\/50 {
  border-color: #e6e6eb80 !important;
}
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-gray-500\/20 {
  border-color: #74788d33 !important;
}
.border-gray-600,
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 44 51 / var(--tw-border-opacity)) !important;
}
.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 33 38 / var(--tw-border-opacity)) !important;
}
.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 228 208 / var(--tw-border-opacity)) !important;
}
.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 215 184 / var(--tw-border-opacity)) !important;
}
.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 201 160 / var(--tw-border-opacity)) !important;
}
.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 237 223 / var(--tw-border-opacity)) !important;
}
.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 181 125 / var(--tw-border-opacity)) !important;
}
.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 132 91 / var(--tw-border-opacity)) !important;
}
.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 99 68 / var(--tw-border-opacity)) !important;
}
.border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 66 45 / var(--tw-border-opacity)) !important;
}
.border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
.border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 179 179 / var(--tw-border-opacity)) !important;
}
.border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 153 153 / var(--tw-border-opacity)) !important;
}
.border-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 128 128 / var(--tw-border-opacity)) !important;
}
.border-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity)) !important;
}
.border-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 84 84 / var(--tw-border-opacity)) !important;
}
.border-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 63 / var(--tw-border-opacity)) !important;
}
.border-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 42 42 / var(--tw-border-opacity)) !important;
}
.border-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 198 196 / var(--tw-border-opacity)) !important;
}
.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 184 182 / var(--tw-border-opacity)) !important;
}
.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 141 138 / var(--tw-border-opacity)) !important;
}
.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 220 219 / var(--tw-border-opacity)) !important;
}
.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 98 94 / var(--tw-border-opacity)) !important;
}
.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 80 77 / var(--tw-border-opacity)) !important;
}
.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 71 68 / var(--tw-border-opacity)) !important;
}
.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 62 60 / var(--tw-border-opacity)) !important;
}
.border-sky-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 223 249 / var(--tw-border-opacity)) !important;
}
.border-sky-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 206 246 / var(--tw-border-opacity)) !important;
}
.border-sky-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 190 243 / var(--tw-border-opacity)) !important;
}
.border-sky-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.border-sky-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 233 251 / var(--tw-border-opacity)) !important;
}
.border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 166 239 / var(--tw-border-opacity)) !important;
}
.border-sky-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.border-sky-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 136 196 / var(--tw-border-opacity)) !important;
}
.border-sky-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(48 106 152 / var(--tw-border-opacity)) !important;
}
.border-sky-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 91 130 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 249 250 / var(--tw-border-opacity)) !important;
}
.border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 163 220 / var(--tw-border-opacity)) !important;
}
.border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 132 208 / var(--tw-border-opacity)) !important;
}
.border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 101 196 / var(--tw-border-opacity)) !important;
}
.border-violet-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 209 237 / var(--tw-border-opacity)) !important;
}
.border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-violet-500\/25 {
  border-color: #5156be40 !important;
}
.border-violet-500\/5 {
  border-color: #5156be0d !important;
}
.border-violet-500\/50 {
  border-color: #5156be80 !important;
}
.border-violet-500\/75 {
  border-color: #5156bebf !important;
}
.border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.border-violet-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 70 155 / var(--tw-border-opacity)) !important;
}
.border-violet-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 55 121 / var(--tw-border-opacity)) !important;
}
.border-violet-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 47 104 / var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 226 177 / var(--tw-border-opacity)) !important;
}
.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 214 146 / var(--tw-border-opacity)) !important;
}
.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 208 130 / var(--tw-border-opacity)) !important;
}
.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 212 / var(--tw-border-opacity)) !important;
}
.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 191 83 / var(--tw-border-opacity)) !important;
}
.border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 156 68 / var(--tw-border-opacity)) !important;
}
.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 139 60 / var(--tw-border-opacity)) !important;
}
.border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(162 122 53 / var(--tw-border-opacity)) !important;
}
.border-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 48 46 / var(--tw-border-opacity)) !important;
}
.border-x-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-y-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-b-gray-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-b-transparent {
  border-bottom-color: transparent !important;
}
.border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-l-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-l-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-l-transparent {
  border-left-color: transparent !important;
}
.border-r-gray-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-r-transparent {
  border-right-color: transparent !important;
}
.border-r-violet-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-t-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.border-t-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-t-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-t-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}
.bg-\[\#f1f5f9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f8f9fa\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fbfaff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[rgb\(255\,0\,0\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black\/40 {
  background-color: #0006 !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(141 145 162 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50\/10 {
  background-color: #e6e6eb1a !important;
}
.bg-gray-50\/20 {
  background-color: #e6e6eb33 !important;
}
.bg-gray-50\/30 {
  background-color: #e6e6eb4d !important;
}
.bg-gray-50\/40 {
  background-color: #e6e6eb66 !important;
}
.bg-gray-50\/50 {
  background-color: #e6e6eb80 !important;
}
.bg-gray-50\/60 {
  background-color: #e6e6eb99 !important;
}
.bg-gray-50\/80 {
  background-color: #e6e6ebcc !important;
}
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500\/10 {
  background-color: #74788d1a !important;
}
.bg-gray-500\/30 {
  background-color: #74788d4d !important;
}
.bg-gray-500\/75 {
  background-color: #74788dbf !important;
}
.bg-gray-600,
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800\/5 {
  background-color: #2a2c330d !important;
}
.bg-gray-800\/75 {
  background-color: #2a2c33bf !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 33 38 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900\/50 {
  background-color: #20212680 !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 228 208 / var(--tw-bg-opacity)) !important;
}
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 215 184 / var(--tw-bg-opacity)) !important;
}
.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 201 160 / var(--tw-bg-opacity)) !important;
}
.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 188 137 / var(--tw-bg-opacity)) !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 237 223 / var(--tw-bg-opacity)) !important;
}
.bg-green-50\/50 {
  background-color: #caeddf80 !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.bg-green-500\/20 {
  background-color: #2ab57d33 !important;
}
.bg-green-500\/40 {
  background-color: #2ab57d66 !important;
}
.bg-green-500\/75 {
  background-color: #2ab57dbf !important;
}
.bg-green-500\/90 {
  background-color: #2ab57de6 !important;
}
.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.bg-green-600\/30 {
  background-color: #2294664d !important;
}
.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 132 91 / var(--tw-bg-opacity)) !important;
}
.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 99 68 / var(--tw-bg-opacity)) !important;
}
.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 66 45 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-50\/20 {
  background-color: #dcdcdc33 !important;
}
.bg-neutral-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 198 196 / var(--tw-bg-opacity)) !important;
}
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 184 182 / var(--tw-bg-opacity)) !important;
}
.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 141 138 / var(--tw-bg-opacity)) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 112 109 / var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 220 219 / var(--tw-bg-opacity)) !important;
}
.bg-red-50\/50 {
  background-color: #fedcdb80 !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.bg-red-500\/30 {
  background-color: #fd625e4d !important;
}
.bg-red-500\/40 {
  background-color: #fd625e66 !important;
}
.bg-red-500\/75 {
  background-color: #fd625ebf !important;
}
.bg-red-500\/90 {
  background-color: #fd625ee6 !important;
}
.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 80 77 / var(--tw-bg-opacity)) !important;
}
.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 71 68 / var(--tw-bg-opacity)) !important;
}
.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 62 60 / var(--tw-bg-opacity)) !important;
}
.bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 223 249 / var(--tw-bg-opacity)) !important;
}
.bg-sky-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 206 246 / var(--tw-bg-opacity)) !important;
}
.bg-sky-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 190 243 / var(--tw-bg-opacity)) !important;
}
.bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 174 240 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 233 251 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50\/50 {
  background-color: #d2e9fb80 !important;
}
.bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.bg-sky-500\/30 {
  background-color: #4ba6ef4d !important;
}
.bg-sky-500\/75 {
  background-color: #4ba6efbf !important;
}
.bg-sky-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 136 196 / var(--tw-bg-opacity)) !important;
}
.bg-sky-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 106 152 / var(--tw-bg-opacity)) !important;
}
.bg-sky-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 91 130 / var(--tw-bg-opacity)) !important;
}
.bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity)) !important;
}
.bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 163 220 / var(--tw-bg-opacity)) !important;
}
.bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 101 196 / var(--tw-bg-opacity)) !important;
}
.bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 209 237 / var(--tw-bg-opacity)) !important;
}
.bg-violet-50\/30 {
  background-color: #d0d1ed4d !important;
}
.bg-violet-50\/50 {
  background-color: #d0d1ed80 !important;
}
.bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.bg-violet-500\/30 {
  background-color: #5156be4d !important;
}
.bg-violet-500\/40 {
  background-color: #5156be66 !important;
}
.bg-violet-500\/5 {
  background-color: #5156be0d !important;
}
.bg-violet-500\/60 {
  background-color: #5156be99 !important;
}
.bg-violet-500\/75 {
  background-color: #5156bebf !important;
}
.bg-violet-500\/90 {
  background-color: #5156bee6 !important;
}
.bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 55 121 / var(--tw-bg-opacity)) !important;
}
.bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 47 104 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-white\/10 {
  background-color: #ffffff1a !important;
}
.bg-white\/20 {
  background-color: #fff3 !important;
}
.bg-white\/30 {
  background-color: #ffffff4d !important;
}
.bg-white\/50 {
  background-color: #ffffff80 !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 226 177 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 214 146 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 208 130 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 197 99 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 212 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50\/50 {
  background-color: #fff0d480 !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500\/20 {
  background-color: #ffbf5333 !important;
}
.bg-yellow-500\/30 {
  background-color: #ffbf534d !important;
}
.bg-yellow-500\/75 {
  background-color: #ffbf53bf !important;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 156 68 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 139 60 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 122 53 / var(--tw-bg-opacity)) !important;
}
.bg-zinc-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-\[url\(\'\.\.\/images\/auth-bg\.jpg\'\)\] {
  background-image: url(../images/auth-bg.jpg) !important;
}
.decoration-slice {
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}
.decoration-clone {
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}
.box-decoration-slice {
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}
.box-decoration-clone {
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-local {
  background-attachment: local !important;
}
.bg-scroll {
  background-attachment: scroll !important;
}
.bg-clip-border {
  background-clip: border-box !important;
}
.bg-clip-padding {
  background-clip: padding-box !important;
}
.bg-clip-content {
  background-clip: content-box !important;
}
.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.bg-center {
  background-position: center !important;
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
.bg-origin-border {
  background-origin: border-box !important;
}
.bg-origin-padding {
  background-origin: padding-box !important;
}
.bg-origin-content {
  background-origin: content-box !important;
}
.stroke-gray-50\/50 {
  stroke: #e6e6eb80 !important;
}
.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.p-0 {
  padding: 0 !important;
}
.p-0\.5 {
  padding: 0.125rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-2\.5 {
  padding: 0.625rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-\[2px\] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[1\.5px\] {
  padding-top: 1.5px !important;
  padding-bottom: 1.5px !important;
}
.py-\[1px\] {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-\[6\.4px\] {
  padding-top: 6.4px !important;
  padding-bottom: 6.4px !important;
}
.py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-\[1\.4rem\] {
  padding-bottom: 1.4rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-14 {
  padding-left: 3.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-3\.5 {
  padding-left: 0.875rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-\[52\.8px\] {
  padding-left: 52.8px !important;
}
.pr-14 {
  padding-right: 3.5rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-\[40px\] {
  padding-right: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-2\.5 {
  padding-top: 0.625rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.indent-1 {
  text-indent: 0.25rem !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-sub {
  vertical-align: sub !important;
}
.align-super {
  vertical-align: super !important;
}
.font-primary {
  font-family: IBM Plex Sans, sans-serif !important;
}
.text-10 {
  font-size: 0.625rem !important;
}
.text-11 {
  font-size: 0.688rem !important;
}
.text-13 {
  font-size: 0.813rem !important;
}
.text-15 {
  font-size: 0.938rem !important;
}
.text-16 {
  font-size: 1rem !important;
}
.text-17 {
  font-size: 1.063rem !important;
}
.text-19 {
  font-size: 1.188rem !important;
}
.text-21 {
  font-size: 1.313rem !important;
}
.text-22 {
  font-size: 1.375rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}
.text-\[10px\] {
  font-size: 10px !important;
}
.text-\[11\.5px\] {
  font-size: 11.5px !important;
}
.text-\[12\.25px\] {
  font-size: 12.25px !important;
}
.text-\[13\.5px\] {
  font-size: 13.5px !important;
}
.text-\[13px\] {
  font-size: 13px !important;
}
.text-\[15\.5px\] {
  font-size: 15.5px !important;
}
.text-\[17\.5px\] {
  font-size: 17.5px !important;
}
.text-\[18px\] {
  font-size: 18px !important;
}
.text-\[21px\] {
  font-size: 21px !important;
}
.text-\[33px\] {
  font-size: 33px !important;
}
.text-base {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.\!italic,
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.normal-nums {
  font-variant-numeric: normal !important;
}
.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.lining-nums {
  --tw-numeric-figure: lining-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-8 {
  line-height: 2rem !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.leading-\[1\.8\] {
  line-height: 1.8 !important;
}
.leading-\[16\.5px\] {
  line-height: 16.5px !important;
}
.leading-\[18px\] {
  line-height: 18px !important;
}
.leading-\[19\.5px\] {
  line-height: 19.5px !important;
}
.leading-\[2\.2\] {
  line-height: 2.2 !important;
}
.leading-\[2\.4\] {
  line-height: 2.4 !important;
}
.leading-\[2\.5\] {
  line-height: 2.5 !important;
}
.leading-\[2\.7\] {
  line-height: 2.7 !important;
}
.leading-\[2\.8\] {
  line-height: 2.8 !important;
}
.leading-\[2\.9\] {
  line-height: 2.9 !important;
}
.leading-\[3\.5\] {
  line-height: 3.5 !important;
}
.leading-\[50px\] {
  line-height: 50px !important;
}
.leading-\[69px\] {
  line-height: 69px !important;
}
.leading-loose {
  line-height: 2 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.text-\[\#336699\]\/\[\.35\] {
  color: #33669959 !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(116 120 141 / var(--tw-text-opacity)) !important;
}
.text-gray-600,
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(32 33 38 / var(--tw-text-opacity)) !important;
}
.text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(84 90 109 / var(--tw-text-opacity)) !important;
}
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(61 188 137 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 181 125 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 148 102 / var(--tw-text-opacity)) !important;
}
.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 132 91 / var(--tw-text-opacity)) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 99 68 / var(--tw-text-opacity)) !important;
}
.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 66 45 / var(--tw-text-opacity)) !important;
}
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}
.text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}
.text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}
.text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}
.text-neutral-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 42 / var(--tw-text-opacity)) !important;
}
.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 112 109 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 98 94 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(230 89 85 / var(--tw-text-opacity)) !important;
}
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(207 80 77 / var(--tw-text-opacity)) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(184 71 68 / var(--tw-text-opacity)) !important;
}
.text-sky-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(91 174 240 / var(--tw-text-opacity)) !important;
}
.text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 166 239 / var(--tw-text-opacity)) !important;
}
.text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 151 217 / var(--tw-text-opacity)) !important;
}
.text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(61 136 196 / var(--tw-text-opacity)) !important;
}
.text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(48 106 152 / var(--tw-text-opacity)) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-violet-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 132 208 / var(--tw-text-opacity)) !important;
}
.text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(97 101 196 / var(--tw-text-opacity)) !important;
}
.text-violet-50\/50 {
  color: #d0d1ed80 !important;
}
.text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 70 155 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-white\/10 {
  color: #ffffff1a !important;
}
.text-white\/50 {
  color: #ffffff80 !important;
}
.text-white\/60 {
  color: #fff9 !important;
}
.text-white\/90 {
  color: #ffffffe6 !important;
}
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 197 99 / var(--tw-text-opacity)) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 191 83 / var(--tw-text-opacity)) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(232 174 75 / var(--tw-text-opacity)) !important;
}
.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 156 68 / var(--tw-text-opacity)) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 139 60 / var(--tw-text-opacity)) !important;
}
.text-zinc-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 86 84 / var(--tw-text-opacity)) !important;
}
.text-zinc-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(36 39 38 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.overline {
  text-decoration-line: overline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.decoration-solid {
  text-decoration-style: solid !important;
}
.decoration-double {
  text-decoration-style: double !important;
}
.decoration-dotted {
  text-decoration-style: dotted !important;
}
.decoration-dashed {
  text-decoration-style: dashed !important;
}
.decoration-wavy {
  text-decoration-style: wavy !important;
}
.underline-offset-2 {
  text-underline-offset: 2px !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.bg-blend-normal {
  background-blend-mode: normal !important;
}
.bg-blend-multiply {
  background-blend-mode: multiply !important;
}
.bg-blend-screen {
  background-blend-mode: screen !important;
}
.bg-blend-overlay {
  background-blend-mode: overlay !important;
}
.bg-blend-darken {
  background-blend-mode: darken !important;
}
.bg-blend-lighten {
  background-blend-mode: lighten !important;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}
.bg-blend-difference {
  background-blend-mode: difference !important;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}
.bg-blend-hue {
  background-blend-mode: hue !important;
}
.bg-blend-saturation {
  background-blend-mode: saturation !important;
}
.bg-blend-color {
  background-blend-mode: color !important;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}
.mix-blend-normal {
  mix-blend-mode: normal !important;
}
.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}
.mix-blend-screen {
  mix-blend-mode: screen !important;
}
.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}
.mix-blend-darken {
  mix-blend-mode: darken !important;
}
.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}
.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}
.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}
.mix-blend-difference {
  mix-blend-mode: difference !important;
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}
.mix-blend-hue {
  mix-blend-mode: hue !important;
}
.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}
.mix-blend-color {
  mix-blend-mode: color !important;
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}
.mix-blend-plus-darker {
  mix-blend-mode: plus-darker !important;
}
.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}
.\!shadow,
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-gray-100 {
  --tw-shadow-color: #d9dae0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200 {
  --tw-shadow-color: #c0c2cb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50 {
  --tw-shadow-color: #e6e6eb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100 {
  --tw-shadow-color: #b2e4d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200 {
  --tw-shadow-color: #8bd7b8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100 {
  --tw-shadow-color: #fec6c4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200 {
  --tw-shadow-color: #feb8b6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100 {
  --tw-shadow-color: #bedff9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100 {
  --tw-shadow-color: #f8f9fa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200 {
  --tw-shadow-color: #a0a3dc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300 {
  --tw-shadow-color: #8084d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(81 86 190 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(81 86 190 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100 {
  --tw-shadow-color: #ffe2b1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.outline-dashed {
  outline-style: dashed !important;
}
.outline-dotted {
  outline-style: dotted !important;
}
.outline-double {
  outline-style: double !important;
}
.outline-2 {
  outline-width: 2px !important;
}
.outline-offset-0 {
  outline-offset: 0px !important;
}
.outline-offset-2 {
  outline-offset: 2px !important;
}
.outline-offset-4 {
  outline-offset: 4px !important;
}
.outline-gray-100 {
  outline-color: #d9dae0 !important;
}
.outline-violet-200 {
  outline-color: #a0a3dc !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(217 218 224 / var(--tw-ring-opacity)) !important;
}
.ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(230 230 235 / var(--tw-ring-opacity)) !important;
}
.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(139 215 184 / var(--tw-ring-opacity)) !important;
}
.ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 184 182 / var(--tw-ring-opacity)) !important;
}
.ring-violet-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(160 163 220 / var(--tw-ring-opacity)) !important;
}
.ring-violet-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(208 209 237 / var(--tw-ring-opacity)) !important;
}
.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.sepia {
  --tw-sepia: sepia(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!filter,
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter-none {
  -webkit-filter: none !important;
  filter: none !important;
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.\!transition,
.transition {
  -webkit-transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, -webkit-box-shadow,
    -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, -webkit-box-shadow,
    -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter,
    -webkit-backdrop-filter !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-opacity {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.duration-100 {
  -webkit-transition-duration: 0.1s !important;
  transition-duration: 0.1s !important;
}
.duration-150 {
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.duration-200 {
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
}
.duration-300 {
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.contain-none {
  contain: none !important;
}
.contain-content {
  contain: content !important;
}
.contain-strict {
  contain: strict !important;
}
.contain-size {
  --tw-contain-size: size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-inline-size {
  --tw-contain-size: inline-size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-layout {
  --tw-contain-layout: layout !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-paint {
  --tw-contain-paint: paint !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-style {
  --tw-contain-style: style !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: "this-is-also-valid]-weirdly-enough" !important;
  content: var(--tw-content) !important;
}
.forced-color-adjust-auto {
  forced-color-adjust: auto !important;
}
.forced-color-adjust-none {
  forced-color-adjust: none !important;
}
.\[a-zA-Z0-9\:_\\-\.\] {
  a-z-a--z0-9: \-. !important;
}
.\[a-zA-Z\:_\] {
  a-z-a--z: !important;
}
body {
  overflow-x: hidden;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
}
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5156be;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cbccec;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f6f6f6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #333789;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cbccec;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f6f6f6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background: white;
}
.swiper-pagination {
  text-align: left;
}
.bitcon-news .swiper-pagination {
  text-align: center !important;
}
[dir="rtl"] .swiper-pagination {
  text-align: right !important;
}
[dir="rtl"].bitcon-news .swiper-pagination {
  text-align: center !important;
}
.mySwiper .swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 6px !important;
}
.mySwiper .swiper-pagination {
  text-align: center !important;
  bottom: 20px;
}
.mySwiper [aria-label="Go to slide 1"] {
  background-image: url(../images/bg-1.jpg) !important;
  background-size: cover;
}
.mySwiper [aria-label="Go to slide 2"] {
  background-image: url(../images/bg-2.jpg) !important;
  background-size: cover;
}
.mySwiper [aria-label="Go to slide 3"] {
  background-image: url(../images/bg-3.jpg) !important;
  background-size: cover;
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  outline: 3px solid white;
}
.bg-bubbles li {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  bottom: -50px;
}
.bg-bubbles li:nth-child(2) {
  -webkit-animation: square ease 17s infinite;
  animation: square ease 17s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.bg-bubbles li:nth-child(3) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  -webkit-animation: square ease 22s infinite;
  animation: square ease 22s infinite;
}
.bg-bubbles li:nth-child(6) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  -webkit-animation: square ease 40s infinite;
  animation: square ease 40s infinite;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.bg-bubbles li:nth-child(9) {
  -webkit-animation: square ease 40s infinite;
  animation: square ease 40s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.bg-bubbles li:nth-child(10) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}
.main-content {
  margin-left: var(--tw-sidebar-width);
  position: relative;
  overflow: hidden;
}
.main-content .content {
  padding: 0 15px 10px;
  margin-top: 70px;
}
[dir="rtl"] .main-content {
  margin-right: var(--tw-sidebar-width);
  margin-left: 0 !important;
}
.page-content {
  padding: calc(70px + 1.5rem) 1.125rem 60px 1.125rem;
}
.vertical-menu,
.navbar-brand {
  width: var(--tw-sidebar-width);
}
.footer,
.page-content {
  left: var(--tw-sidebar-width);
}
.nav-menu {
  position: relative;
}
.nav-menu:after {
  content: "󰅂";
  font-family: Material Design Icons;
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.nav-menu:where([dir="ltr"], [dir="ltr"] *):after {
  right: 1.25rem;
}
.nav-menu:where([dir="rtl"], [dir="rtl"] *):after {
  left: 1.25rem;
}
.nav-menu:after {
  vertical-align: middle;
}
#sidebar-menu .mm-active > .nav-menu:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu ul li a svg {
  margin-top: -3px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
#sidebar-menu ul li a svg:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 10px;
}
#sidebar-menu ul li a svg:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 10px;
}
.metismenu .mm-active .active {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.metismenu .mm-active > a {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
[data-mode="dark"] .metismenu .mm-active .active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mm-active > a {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
#sidebar-menu ul li ul li ul li a {
  padding: 0.4rem 1.5rem 0.4rem 4.5rem !important;
}
.metismenu {
  margin: 0;
}
.metismenu li {
  display: block;
  width: 100%;
}
.metismenu .mm-collapse {
  display: none;
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapse.mm-show {
  display: block;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.metismenu .mm-active a {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
[dir="rtl"] [data-sidebar-size="sm"] .main-content {
  margin-left: 0 !important;
}
@media (min-width: 1140px) {
  body[data-sidebar-size="sm"] {
    min-height: 1000px;
  }
  [data-sidebar-size="sm"] .main-content:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0;
    margin-right: 68px;
  }
  [data-sidebar-size="sm"] .vertical-menu {
    width: 70px !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-mask,
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-content-wrapper {
    overflow: visible !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-scrollbar {
    display: none !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-offset {
    bottom: 0 !important;
  }
  [data-sidebar-size="sm"] .navbar-brand {
    width: 70px !important;
  }
  [data-sidebar-size="sm"] .navbar-brand a span {
    display: none !important;
  }
  [data-sidebar-size="sm"] .navbar-brand img {
    max-width: 1.5rem !important;
  }
  [data-sidebar-size="sm"] .topbar-brand button {
    margin: 0 !important;
    padding: 0 20px;
  }
  [data-sidebar-size="sm"] .app-search {
    padding: 0 !important;
  }
  [data-sidebar-size="sm"] .sidebar-alert {
    display: none;
  }
  [data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li {
    position: relative !important;
    white-space: nowrap !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px !important;
  }
  [data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li a svg {
    margin-left: 6px !important;
    height: 18px;
    width: 18px;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 1.5rem;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li
    > a
    span:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2.75rem;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a {
    position: relative;
    width: 260px;
    color: #5156be;
    -webkit-transition: none;
    transition: none;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span {
    display: inline;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1.25rem;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem #0000001a;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span {
    padding-right: 40px !important;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul {
    left: -190px !important;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px !important;
    position: relative;
    width: 190px;
    z-index: 6;
    color: var(--bs-sidebar-menu-sub-item-color);
  }
  [data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li
    > a.nav-menu:after {
    display: none !important;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    ul {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem #0000001a;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    ul
    li:hover
    > ul {
    display: block;
    left: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px;
    padding: 5px 0;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    ul
    li:hover
    > ul {
    left: -190px !important;
  }
}
@media (max-width: 1139px) {
  [dir="rtl"] .main-content {
    margin-right: 0 !important;
  }
  .navbar-brand {
    width: auto;
  }
  #vertical-menu-btn {
    margin: 0 !important;
    height: 70px;
    padding: 0 24px;
  }
  .main-content {
    margin-left: 0;
  }
  .footer {
    right: 0;
    left: 0;
  }
  .vertical-menu {
    display: none;
  }
  .sidebar-enable .vertical-menu {
    display: block;
  }
}
body[data-mode="dark"][data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a {
  background-color: #363a38;
}
body[data-mode="dark"][data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  ul {
  background-color: #363a38;
}
.nav-tabs ul li a:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.nav-tabs.border-tab ul li .active {
  border-radius: 0.375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(128 132 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.border-tab ul li .active:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.border-b-tabs ul li .active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(128 132 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.tab-pill ul li .active {
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs.chart-tabpill ul li .active {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.nav-tabs.chart-tabpill ul li .active:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.nav-tabs.bar-tabs ul li .active {
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accordion-item .accordion-header {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.accordion-item .accordion-header.active {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.vertical-tab ul li a {
  background-color: #fff !important;
}
.vertical-tab ul li .active {
  border-color: #5156be !important;
}
.form-range {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity));
}
.swal2-title {
  font-size: 1.375rem;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
select {
  font-size: 14px !important;
}
.email-leftbar {
  min-width: var(--tw-email-leftbar);
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.custom-scroll {
  height: 100%;
}
[dir="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.noUi-connect {
  background: #4ba6ef;
}
.noUi-handle {
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
}
.noUi-handle:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.noUi-handle {
  background: #4ba6ef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px;
  top: -7px;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}
.noUi-touch-area {
  border-radius: 100%;
}
.noUi-tooltip {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.noUi-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.noUi-connects,
.noUi-touch-area {
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.noUi-connects:is([data-mode="dark"] *),
.noUi-touch-area:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.noUi-pips-horizontal {
  height: 50px;
}
.noUi-vertical {
  width: 8px;
}
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -7px;
  top: -12px;
  border-radius: 50%;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  display: none;
}
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}
.noUi-value {
  font-size: 12px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
}
.noUi-marker-horizontal.noUi-marker {
  display: none;
}
.noUi-target {
  -webkit-box-shadow: none;
  box-shadow: none;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.noUi-target:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.noUi-touch-area:focus {
  outline: 0;
}
#blue,
#green,
#red {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
.noUi-vertical .noUi-origin {
  top: 0%;
}
#red .noUi-connect,
#blue .noUi-connect,
#green .noUi-connect {
  border: none;
}
#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 145 162 / var(--tw-border-opacity));
}
#colorpicker:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(42 44 51 / var(--tw-border-opacity));
}
#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
#result:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
#result {
  -webkit-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
  border-radius: 7px;
}
#red .noUi-connect {
  background: #fd625e;
}
#green .noUi-connect {
  background: #2ab57d;
}
#blue .noUi-connect {
  background: #5156be;
}
.form-control.keyboard {
  max-width: 340px !important;
}
#input-number,
#input-select {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}
[dir="rtl"]#input-number,
#input-select {
  padding-right: 10px !important;
}
.example-val {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.example-val:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.example-val {
  margin: 15px 0;
}
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}
.noUi-tooltip {
  display: none;
}
.noUi-active .noUi-tooltip {
  display: block;
}
.c-1-color {
  background: #fd625e;
  border: none;
}
.c-2-color {
  background: #ffbf53;
  border: none;
}
.c-3-color {
  background: #2ab57d;
  border: none;
}
.c-4-color {
  background: #5156be;
  border: none;
}
.c-5-color {
  background: #a855f7;
  border: none;
}
#slider-toggle {
  height: 50px;
}
#slider-toggle.off .noUi-handle {
  --tw-border-opacity: 1;
  border-color: rgb(253 98 94 / var(--tw-border-opacity));
}
[type="number"],
.select-number {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.glightbox-clean .gslide-description {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.glightbox-clean .gslide-description:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.glightbox-clean .gslide-title:is([data-mode="dark"] *),
.glightbox-clean .gslide-desc:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.swal2-popup {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.swal2-popup:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.swal2-styled.swal2-default-outline:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.swal2-styled.swal2-default-outline:focus:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(81 86 190 / 0.3);
}
.swal2-input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.alertify .ajs-dialog {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.alertify .ajs-dialog:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 38 / var(--tw-bg-opacity));
}
.alertify .ajs-body {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-body:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.alertify .ajs-header {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  background-color: #e6e6eb33;
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-header:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.alertify .ajs-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.alertify .ajs-footer:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.alertify .ajs-footer .ajs-buttons .ajs-cancel:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.alertify .ajs-body .ajs-content .ajs-input {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  background-color: #e6e6eb33;
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-body .ajs-content .ajs-input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.flatpickr-input[readonly] {
  background-color: #fff !important;
  z-index: 999;
}
.flatpickr-months,
.flatpickr-weekdays {
  background-color: #5156be;
}
span.flatpickr-weekday {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent;
}
.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
  background-color: transparent;
}
.flatpickr-weekdays {
  height: 36px !important;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
}
.flatpickr-weekdays:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.flatpickr-day {
  --tw-text-opacity: 1;
  color: rgb(42 44 51 / var(--tw-text-opacity));
}
.flatpickr-day:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(141 145 162 / var(--tw-text-opacity));
}
.flatpickr-day:focus,
.flatpickr-day:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.flatpickr-day.today {
  border-color: #5156be !important;
  background-color: #5156be1a;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  --tw-text-opacity: 1;
  color: rgb(36 39 38 / var(--tw-text-opacity));
  background-color: #5156be26 !important;
}
.flatpickr-day.selected {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #fff !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: #ced4da !important;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.flatpickr-day.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay.today.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay:focus:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay:hover:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay.inRange:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay.today.inRange:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay:focus:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay:hover:is([data-mode="dark"] *),
.flatpickr-day.today.inRange:is([data-mode="dark"] *),
.flatpickr-day:focus:is([data-mode="dark"] *),
.flatpickr-day:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
}
.flatpickr-day.inRange {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  color: #ffffffe6 !important;
  fill: #ffffffe6 !important;
}
.flatpickr-monthDropdown-month {
  color: #000c;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: #ffffffe6 !important;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(36 39 38 / var(--tw-text-opacity));
}
.flatpickr-time .flatpickr-am-pm:is([data-mode="dark"] *),
.flatpickr-time .flatpickr-time-separator:is([data-mode="dark"] *),
.flatpickr-time input:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.flatpickr-time input:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.flatpickr-am-pm:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.flatpickr-calendar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.flatpickr-calendar:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.flatpickr-calendar {
  -webkit-box-shadow: 1px 0 0 #e9e9ef, -1px 0 0 #e9e9ef, 0 1px 0 #e9e9ef,
    0 -1px 0 #e9e9ef, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 #e9e9ef, -1px 0 #e9e9ef, 0 1px #e9e9ef, 0 -1px #e9e9ef,
    0 3px 13px #00000014 !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 194 203 / var(--tw-border-opacity));
}
.flatpickr-calendar.hasTime .flatpickr-time:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity));
}
.flatpickr-months {
  border-radius: 5px 5px 0 0;
  width: inherit !important;
  position: relative;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #ffffffe6 !important;
}
.form-control {
  color: #495057;
  font-size: 14px;
}
.flatpickr-days .dayContainer {
  position: relative;
}
.flatpickr-days .dayContainer:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
[data-mode="dark"] .flatpickr-calendar {
  -webkit-box-shadow: 1px 0 0 #3f4341, -1px 0 0 #3f4341, 0 1px 0 #3f4341,
    0 -1px 0 #3f4341, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 #3f4341, -1px 0 #3f4341, 0 1px #3f4341, 0 -1px #3f4341,
    0 3px 13px #00000014 !important;
}
[dir="rtl"] .flatpickr-calendar {
  direction: rtl;
}
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #e9eaeb;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #e9e9ef;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch]:checked + label {
  background-color: #5156be;
}
input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}
input[switch]:checked + label:after {
  left: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
input[switch="bool"] + label {
  background-color: #fd625e;
}
input[switch="bool"] + label:before,
input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before {
  color: #fff;
}
input[switch="bool"]:checked + label {
  background-color: #2ab57d;
}
input[switch="default"]:checked + label {
  background-color: #a7a9b6;
}
input[switch="primary"]:checked + label {
  background-color: #5156be;
}
input[switch="success"]:checked + label {
  background-color: #2ab57d;
}
input[switch="info"]:checked + label {
  background-color: #4ba6ef;
}
input[switch="warning"]:checked + label {
  background-color: #ffbf53;
}
input[switch="danger"]:checked + label {
  background-color: #fd625e;
}
input[switch="dark"]:checked + label {
  background-color: #2c302e;
}
input[switch="dark"]:checked + label:before {
  color: #e9e9ef;
}
.square-switch {
  margin-right: 7px;
}
.square-switch input[switch] + label,
.square-switch input[switch] + label:after {
  border-radius: 4px;
}
.choices__inner {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
}
.choices__inner:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.choices__inner {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  min-height: 38px;
}
.choices__heading {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(167 169 182 / var(--tw-border-opacity));
}
.choices__heading:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.is-focused .choices__inner,
.is-open .choices__inner {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
.is-focused .choices__inner:is([data-mode="dark"] *),
.is-open .choices__inner:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
}
.choices[data-type*="select-one"] .choices__input {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
}
.choices[data-type*="select-one"] .choices__input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.choices[data-type*="select-one"] .choices__button {
  right: 0;
  left: auto;
  margin-right: 25px;
  margin-left: 0;
}
.choices[data-type*="select-one"]:after {
  border-top-color: #7d8084;
  right: 11.5px;
  left: auto;
}
.choices[data-type*="select-one"].is-open:after {
  border-bottom-color: #7d8084;
}
.choices__list:focus .choices__input {
  border: none !important;
}
.choices__list--multiple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.choices__list--multiple:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.choices__item {
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.choices__item:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity));
}
.choices__list--dropdown
  .choices__item--selectable.is-highlighted:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -4px 0 8px;
  border-right: 0;
}
[dir="rtl"] .choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 8px 0 -4px;
  border-left: none;
}
.choices__list--dropdown {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.choices__list--dropdown:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.choices__input--cloned {
  border-color: transparent;
}
.choices__input--cloned:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.choices__list--multiple .choices__item {
  --tw-border-opacity: 1;
  border-color: rgb(81 86 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.choices.is-disabled .choices__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.choices.is-disabled .choices__inner:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.is-disabled .choices__list--multiple .choices__item {
  --tw-border-opacity: 1;
  border-color: rgb(116 120 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity));
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #e6e6eb1a;
}
.choices.is-disabled .choices__inner:is([data-mode="dark"] *),
.choices.is-disabled .choices__input:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
[type="text"]:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
.ck-editor__editable {
  min-height: 250px;
}
.ck.ck-reset_all {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.ck.ck-reset_all:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-reset_all *:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  min-height: 250px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
.ck.ck-editor__main
  > .ck-editor__editable:not(.ck-focused):is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.ck.ck-editor__main
  > .ck-editor__editable:not(.ck-focused):focus:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(81 86 190 / var(--tw-border-opacity));
}
.ck.ck-toolbar {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.ck.ck-toolbar:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background-color: #d9dae0;
}
.ck.ck-tooltip .ck-tooltip__text:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-dropdown__panel {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
}
.ck.ck-button.ck-on:is([data-mode="dark"] *),
.ck.ck-button:not(.ck-disabled):hover:is([data-mode="dark"] *),
a.ck.ck-button.ck-on:is([data-mode="dark"] *),
a.ck.ck-button:not(.ck-disabled):hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity));
}
.ck.ck-editor__editable_inline[dir="ltr"] {
  text-align: right !important;
}
.dropzone {
  min-height: 230px;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropzone:is([data-mode="dark"] *) {
  border-color: #52565480;
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td,
table.dataTable.dtr-inline.collapsed > tbody > tr > td {
  position: relative;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-left: 30px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  position: absolute;
  display: block;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}
.table.dataTable > thead > tr > td:not(.sorting_disabled),
.table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled),
table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 30px;
  padding-left: 12px;
}
.table.dataTable > thead .sorting:before,
.table.dataTable > thead .sorting_asc:before,
.table.dataTable > thead .sorting_asc_disabled:before,
.table.dataTable > thead .sorting_desc:before,
.table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  left: auto;
}
.table.dataTable > thead .sorting:after,
.table.dataTable > thead .sorting_asc:after,
.table.dataTable > thead .sorting_asc_disabled:after,
.table.dataTable > thead .sorting_desc:after,
.table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  left: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group .btn-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(116 120 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
  --tw-text-opacity: 1;
  color: rgb(141 145 162 / var(--tw-text-opacity));
}
.table-rep-plugin .checkbox-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity));
}
.table-rep-plugin .checkbox-row label:before {
  position: absolute;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: 0 !important;
}
@media (min-width: 992px) {
  body[data-layout="horizontal"] .fixed-solution .sticky-table-header {
    top: 120px !important;
  }
}
.table-edits input,
.table-edits select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--bs-input-border);
  background-color: var(--bs-input-bg);
  color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.table-edits input:focus,
.table-edits select:focus {
  outline: 0;
  border-color: var(--bs-input-focus-border);
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
  border-color: #ced4da;
}
.form-control-sm:focus {
  border: 1px solid #5156be;
}
.form-select-sm {
  font-size: 0.765625rem !important;
  border-radius: 0.2rem !important;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.dataTables_info {
  --tw-text-opacity: 1;
  color: rgb(116 120 141 / var(--tw-text-opacity));
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}
.page-item {
  padding: 8px 12px;
  border: 1px solid #d9dae0;
  border-left: none;
}
.disabled > .page-link,
.page-link.disabled {
  color: #cfcfcf;
  pointer-events: none;
  background-color: #fff;
  border-color: #c0c2cb;
}
.page-item:first-child {
  border-left: 1px solid #d9dae0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.page-item:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
[dir="rtl"] .page-item:last-child {
  border-left: 1px solid #d9dae0 !important;
  border-radius: 5px 0 0 5px !important;
}
[dir="rtl"] .page-item:first-child {
  border-left: none !important;
  border-radius: 0 5px 5px 0 !important;
}
.pagination .active {
  background-color: #5156be !important;
  color: #fff;
}
.dt-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dt-buttons button {
  border-radius: 0;
  border-left: none;
  background-color: #75778d;
  border-color: transparent;
  color: #fff;
}
.dt-buttons button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.buttons-copy {
  border-left: 1px solid #c0c2cb !important;
}
.dataTables_wrapper .btn-group .buttons-collection {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[dir="rtl"] .dataTables_wrapper .btn-group .buttons-collection {
  border-radius: 5px 0 0 5px !important;
}
[dir="rtl"] .dt-buttons button:first-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
[data-mode="dark"] .dataTables_length .custom-select {
  background-color: #383d3b;
  border: #555a58;
  color: #ced4da;
}
[data-mode="dark"] .dataTables_length label {
  color: #ced4da;
}
[data-mode="dark"] .dataTables_filter .form-control {
  background-color: #383d3b;
  border: #747675;
  color: #ced4da;
}
[data-mode="dark"] .dataTables_filter label,
[data-mode="dark"] .dataTables_info {
  color: #ced4da;
}
[data-mode="dark"] .pagination .page-item {
  border-color: #3f4341;
  color: #ced4da;
}
[data-mode="dark"] .pagination .page-item:first-child .page-link {
  background-color: transparent;
}
[data-mode="dark"] .table-edits input {
  border: 1px solid #696969;
  background-color: #3f4341;
  color: #ced4da;
}
[data-mode="dark"] .table-edits select {
  padding-right: 30px;
  border: 1px solid #696969;
  background-color: #3f4341;
  color: #ced4da;
}
div .dt-button-collection {
  position: absolute;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 44 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div .dt-button-collection:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
div .dt-button-collection {
  z-index: 200;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px #0000002e;
  padding: 0.5rem;
  width: 218px;
}
div.dt-button-collection .dt-button {
  min-width: 200px;
}
.dt-button-collection .dropdown-menu .dropdown-item {
  display: block !important;
  padding: 6px 6px 6px 12px;
}
.dt-button-collection .dropdown-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.dt-button-collection .dropdown-menu:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
}
.table-rep-plugin .btn-toolbar {
  display: block;
}
.table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group .btn-default {
  background-color: #74788d;
  color: #e9e9ef;
  border: 1px solid #74788d;
}
.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: #5156be;
  border-color: #5156be;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
  box-shadow: 0 0 0 2px #5156be80;
}
.table-rep-plugin .btn-group.pull-right {
  float: right;
}
.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  right: 0;
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: 400;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
  color: var(--bs-gray-400) !important;
}
.table-rep-plugin .checkbox-row:hover {
  background-color: var(--bs-gray-200) !important;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label:before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #ced4da;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: 0 !important;
}
.table-rep-plugin .checkbox-row label:after {
  color: #e9e9ef;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label:before {
  outline-offset: -2px;
  outline: 0;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label:before {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:before {
  background-color: #5156be;
  border-color: #5156be;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: #5156be;
}
.table-rep-plugin .fixed-solution .sticky-table-header table {
  color: #fff;
}
.table-rep-plugin .sticky-table-header,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin table.focus-on tbody tr.focused th {
  background: #5156be;
  border-color: #5156be;
  color: #fff;
}
.table-rep-plugin .sticky-table-header table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin table.focus-on tbody tr.focused th table {
  color: #fff;
}
[dir="rtl"] select {
  padding-right: 0.5rem;
}
.dropdown-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-toolbar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pull-right {
  margin-left: auto;
}
.table-rep-plugin .table-wrapper .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0;
}
.table-rep-plugin .table-wrapper .dropdown-menu .show {
  -webkit-transform: translate(41px, 40px);
  transform: translate(41px, 40px);
}
.btn-toolbar .dropdown-btn-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-toolbar .dropdown-btn-group .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-edits input,
.table-edits select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  border: 1px solid #d9dae0;
  background-color: #fff;
  color: #3f4143;
  border-radius: 0.25rem;
  font-size: 14px;
}
.table-edits .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
  border-color: #818181;
}
.table-edits .btn-sm i {
  color: #74788d;
}
[dir="rtl"] select {
  background-position: left 0.5rem center;
  padding-left: 2rem;
}
.apex-charts {
  min-height: 10px !important;
}
.apex-charts text {
  font-family: IBM Plex Sans !important;
  fill: #adb5bd;
}
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}
.apexcharts-gridline line {
  stroke: #e6e6eb80;
}
.apexcharts-gridline line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
  font-family: IBM Plex Sans !important;
}
.apexcharts-tooltip {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.apexcharts-tooltip * {
  font-family: IBM Plex Sans !important;
  color: #5f6273 !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip.apexcharts-theme-dark * {
  color: #fff !important;
}
.apexcharts-legend-series {
  font-weight: 500;
}
.apexcharts-gridline {
  pointer-events: none;
  stroke: #e6e6eb80;
}
.apexcharts-gridline:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-radialbar-track.apexcharts-track path {
  stroke: #e6e6eb80;
}
.apexcharts-radialbar-track.apexcharts-track path:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-legend-text {
  color: #adb5bd !important;
  font-family: IBM Plex Sans !important;
  font-size: 13px !important;
}
.apexcharts-pie-label {
  fill: #313533;
}
.apexcharts-pie-label:is([data-mode="dark"] *) {
  fill: #c0c2cb;
}
[stroke="transparent"] {
  border-color: transparent !important;
}
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: IBM Plex Sans !important;
  fill: #adb5bd;
}
.apexcharts-xaxis line {
  stroke: #e6e6eb80;
}
.apexcharts-xaxis line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-pie circle,
.apexcharts-pie line {
  stroke: #e6e6eb80;
}
.apexcharts-pie circle:is([data-mode="dark"] *),
.apexcharts-pie line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.apexcharts-tooltip {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.apexcharts-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip * {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip *:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-dark * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-dark *:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip.apexcharts-theme-light:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.e-charts {
  height: 350px;
  width: 100%;
}
.e-charts:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
canvas {
  position: relative;
}
.knob {
  margin-top: -149px !important;
  margin-left: 37px !important;
}
[dir="rtl"] .knob {
  margin-right: 37px !important;
}
.knob-small {
  margin-top: -100px !important;
  margin-left: 37px !important;
}
.icon-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.icon-demo-content i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.icon-demo-content i:is([data-mode="dark"] *) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.icon-demo-content i {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 16px;
}
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}
.icon-demo-content .col-lg-4:hover i {
  background-color: #5156be33;
  color: #5156be;
}
.icon-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon-demo-content .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .icon-demo-content .col-lg-4 {
    width: 50%;
  }
}
[dir="rtl"] .icon-demo-content i {
  margin-left: 16px !important;
}
.gmaps,
.gmaps-panaroma {
  height: 300px !important;
  background: #f8f9fa;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #5156be;
  border-radius: 4px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #5156be;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #5156be;
}
.jvectormap-label {
  border: none;
  color: #f8f9fa;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
}
.leaflet-map {
  height: 300px;
}
.leaflet-map.leaflet-container {
  z-index: 1;
}
.fc-toolbar-title {
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(42 44 51 / var(--tw-text-opacity));
}
.fc-toolbar-title:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.fc-toolbar-title {
  font-size: 16px !important;
}
.fc-daygrid-day-top {
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.fc-daygrid-day-top:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc-theme-standard th {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard th:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-theme-standard .fc-scrollgrid {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard .fc-scrollgrid:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-theme-standard td {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard td:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-col-header-cell .fc-scrollgrid-sync-inner a:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  border-color: transparent;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.fc .fc-timegrid-axis-cushion:is([data-mode="dark"] *),
.fc .fc-timegrid-slot-label-cushion:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc .fc-timegrid-slot {
  border-bottom: 0 !important;
}
.fc-theme-standard .fc-list {
  border-width: 1px !important;
}
.fc-theme-standard .fc-list:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.fc-v-event {
  border: none !important;
}
.fc .fc-list-sticky .fc-list-day > *:is([data-mode="dark"] *) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fc-theme-standard .fc-list-day-cushion:is([data-mode="dark"] *) {
  background-color: transparent;
}
.fc .fc-button-primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  -webkit-box-shadow: rgba(81, 86, 190, 0.27) 0px 0px 0px 0.2rem;
  box-shadow: #5156be45 0 0 0 0.2rem;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: rgba(81, 86, 190, 0.27) 0px 0px 0px 0.2rem;
  box-shadow: #5156be45 0 0 0 0.2rem;
}
.fc .fc-button-primary:not(:disabled):active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled):active:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity));
}
.fc-event {
  line-height: 15px !important;
}
.fc-button-group {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #a0a3dc;
  --tw-shadow: var(--tw-shadow-colored);
}
.fc-button-group:is([data-mode="dark"] *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 375px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
  }
  .fc-toolbar-title {
    padding: 10px 0;
  }
}
:root {
  --tw-sidebar-width: 250px;
  --tw-sidebar-bg: #fbfaff;
  --tw-email-leftbar: 236px;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 0.625rem;
}
.dropdown-animation {
  left: -14px !important;
}
@media (max-width: 1024px) {
  .dropdown-animation {
    position: absolute !important;
    -webkit-animation: DropDownSlide;
    animation: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    inset: auto 0 auto 0 !important;
    left: -100px !important;
  }
}
[dir="rtl"] .dropdown-animation {
  right: -14px !important;
}
@media (max-width: 1024px) {
  [dir="rtl"] .dropdown-animation {
    right: -100px !important;
  }
}
@-webkit-keyframes DropDownSlide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes DropDownSlide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.animate-strip {
  -webkit-animation: strip 2s infinite;
  animation: strip 2s infinite;
}
@-webkit-keyframes strip {
  0% {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes strip {
  0% {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.801) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.801) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.animate-translate {
  -webkit-animation: animate-translate !important;
  animation: animate-translate !important;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}
@-webkit-keyframes animate-translate {
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 100%;
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0%;
  }
}
@keyframes animate-translate {
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 100%;
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0%;
  }
}
.card-h-100 {
  height: calc(100% - 1.5rem) !important;
}
@media (min-width: 540px) {
  .sm\:container {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media (min-width: 100%) {
    .sm\:container {
      max-width: 100%;
    }
  }
  @media (min-width: 540px) {
    .sm\:container {
      max-width: 540px;
    }
  }
  @media (min-width: 720px) {
    .sm\:container {
      max-width: 720px;
    }
  }
  @media (min-width: 960px) {
    .sm\:container {
      max-width: 960px;
    }
  }
  @media (min-width: 1140px) {
    .sm\:container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1320px) {
    .sm\:container {
      max-width: 1320px;
    }
  }
}
.selection\:text-10 *::-moz-selection {
  font-size: 0.625rem !important;
}
.selection\:text-10 *::selection {
  font-size: 0.625rem !important;
}
.selection\:text-10::-moz-selection {
  font-size: 0.625rem !important;
}
.selection\:text-10::selection {
  font-size: 0.625rem !important;
}
.placeholder\:text-13::-webkit-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::-moz-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13:-ms-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::-ms-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-16::-webkit-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::-moz-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16:-ms-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::-ms-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-base::-webkit-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base:-ms-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::-ms-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-sm::-webkit-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm:-ms-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::-ms-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-xs::-webkit-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs:-ms-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::-ms-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-gray-300::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.before\:content-\[\'↑\'\]:before {
  --tw-content: "↑" !important;
  content: var(--tw-content) !important;
}
.after\:absolute:after {
  content: var(--tw-content) !important;
  position: absolute !important;
}
.after\:left-7:after {
  content: var(--tw-content) !important;
  left: 1.75rem !important;
}
.after\:top-0:after {
  content: var(--tw-content) !important;
  top: 0 !important;
}
.after\:top-0\.5:after {
  content: var(--tw-content) !important;
  top: 0.125rem !important;
}
.after\:top-\[1\.15rem\]:after {
  content: var(--tw-content) !important;
  top: 1.15rem !important;
}
.after\:top-\[2px\]:after {
  content: var(--tw-content) !important;
  top: 2px !important;
}
.after\:top-\[4px\]:after {
  content: var(--tw-content) !important;
  top: 4px !important;
}
.after\:top-\[50\%\]:after {
  content: var(--tw-content) !important;
  top: 50% !important;
}
.after\:z-0:after {
  content: var(--tw-content) !important;
  z-index: 0 !important;
}
.after\:h-20:after {
  content: var(--tw-content) !important;
  height: 5rem !important;
}
.after\:h-3:after {
  content: var(--tw-content) !important;
  height: 0.75rem !important;
}
.after\:h-4:after {
  content: var(--tw-content) !important;
  height: 1rem !important;
}
.after\:h-5:after {
  content: var(--tw-content) !important;
  height: 1.25rem !important;
}
.after\:h-\[2px\]:after {
  content: var(--tw-content) !important;
  height: 2px !important;
}
.after\:w-3:after {
  content: var(--tw-content) !important;
  width: 0.75rem !important;
}
.after\:w-4:after {
  content: var(--tw-content) !important;
  width: 1rem !important;
}
.after\:w-5:after {
  content: var(--tw-content) !important;
  width: 1.25rem !important;
}
.after\:w-\[75\%\]:after {
  content: var(--tw-content) !important;
  width: 75% !important;
}
.after\:rounded-full:after {
  content: var(--tw-content) !important;
  border-radius: 9999px !important;
}
.after\:border:after {
  content: var(--tw-content) !important;
  border-width: 1px !important;
}
.after\:border-\[6px\]:after {
  content: var(--tw-content) !important;
  border-width: 6px !important;
}
.after\:border-l-2:after {
  content: var(--tw-content) !important;
  border-left-width: 2px !important;
}
.after\:border-dashed:after {
  content: var(--tw-content) !important;
  border-style: dashed !important;
}
.after\:border-gray-100:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.after\:border-gray-300:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.after\:border-gray-50:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.after\:border-transparent:after {
  content: var(--tw-content) !important;
  border-color: transparent !important;
}
.after\:bg-gray-50\/50:after {
  content: var(--tw-content) !important;
  background-color: #e6e6eb80 !important;
}
.after\:bg-white:after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.after\:bg-white\/80:after {
  content: var(--tw-content) !important;
  background-color: #fffc !important;
}
.after\:transition-all:after {
  content: var(--tw-content) !important;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.after\:content-\[\'\'\]:after {
  --tw-content: "" !important;
  content: var(--tw-content) !important;
}
.after\:content-\[\'↓\'\]:after {
  --tw-content: "↓" !important;
  content: var(--tw-content) !important;
}
.checked\:border-blue-600:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-green-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-red-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-violet-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-yellow-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.hover\:border:hover {
  border-width: 1px !important;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px !important;
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 145 162 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.hover\:border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.hover\:border-sky-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.hover\:border-violet-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100\/50:hover {
  background-color: #d9dae080 !important;
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50\/30:hover {
  background-color: #e6e6eb4d !important;
}
.hover\:bg-gray-50\/50:hover {
  background-color: #e6e6eb80 !important;
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-600:hover,
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 132 91 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 80 77 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 136 196 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 209 237 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-50\/30:hover {
  background-color: #d0d1ed4d !important;
}
.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 156 68 / var(--tw-bg-opacity)) !important;
}
.hover\:font-bold:hover {
  font-weight: 700 !important;
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-600:hover,
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(32 33 38 / var(--tw-text-opacity)) !important;
}
.hover\:text-violet-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.hover\:text-violet-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.before\:hover\:text-center:hover:before {
  content: var(--tw-content) !important;
  text-align: center !important;
}
.hover\:before\:text-center:hover:before {
  content: var(--tw-content) !important;
  text-align: center !important;
}
.focus\:z-10:focus {
  z-index: 10 !important;
}
.focus\:z-40:focus {
  z-index: 40 !important;
}
.focus\:border:focus {
  border-width: 1px !important;
}
.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.focus\:border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.focus\:border-sky-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.focus\:border-transparent:focus {
  border-color: transparent !important;
}
.focus\:border-violet-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 249 250 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 163 220 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 209 237 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-500\/10:focus {
  border-color: #5156be1a !important;
}
.focus\:border-violet-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-100\/50:focus {
  background-color: #d9dae080 !important;
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:outline-0:focus {
  outline-width: 0px !important;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500\/30:focus {
  --tw-ring-color: rgb(59 130 246 / 0.3) !important;
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(217 218 224 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 194 203 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(230 230 235 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-50\/50:focus {
  --tw-ring-color: rgb(230 230 235 / 0.5) !important;
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(116 120 141 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-500\/10:focus {
  --tw-ring-color: rgb(116 120 141 / 0.1) !important;
}
.focus\:ring-gray-500\/20:focus {
  --tw-ring-color: rgb(116 120 141 / 0.2) !important;
}
.focus\:ring-gray-500\/30:focus {
  --tw-ring-color: rgb(116 120 141 / 0.3) !important;
}
.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(178 228 208 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(139 215 184 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 237 223 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(42 181 125 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-500\/10:focus {
  --tw-ring-color: rgb(42 181 125 / 0.1) !important;
}
.focus\:ring-green-500\/30:focus {
  --tw-ring-color: rgb(42 181 125 / 0.3) !important;
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-neutral-500\/10:focus {
  --tw-ring-color: rgb(115 115 115 / 0.1) !important;
}
.focus\:ring-neutral-500\/30:focus {
  --tw-ring-color: rgb(115 115 115 / 0.3) !important;
}
.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 198 196 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 184 182 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 220 219 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(253 98 94 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-500\/10:focus {
  --tw-ring-color: rgb(253 98 94 / 0.1) !important;
}
.focus\:ring-red-500\/30:focus {
  --tw-ring-color: rgb(253 98 94 / 0.3) !important;
}
.focus\:ring-sky-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(190 223 249 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(157 206 246 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-sky-500\/30:focus {
  --tw-ring-color: rgb(75 166 239 / 0.3) !important;
}
.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 249 250 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(160 163 220 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-200\/10:focus {
  --tw-ring-color: rgb(160 163 220 / 0.1) !important;
}
.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(208 209 237 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-50\/50:focus {
  --tw-ring-color: rgb(208 209 237 / 0.5) !important;
}
.focus\:ring-violet-50\/60:focus {
  --tw-ring-color: rgb(208 209 237 / 0.6) !important;
}
.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(81 86 190 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-500\/10:focus {
  --tw-ring-color: rgb(81 86 190 / 0.1) !important;
}
.focus\:ring-violet-500\/20:focus {
  --tw-ring-color: rgb(81 86 190 / 0.2) !important;
}
.focus\:ring-violet-500\/30:focus {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 226 177 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 214 146 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-yellow-500\/10:focus {
  --tw-ring-color: rgb(255 191 83 / 0.1) !important;
}
.focus\:ring-yellow-500\/30:focus {
  --tw-ring-color: rgb(255 191 83 / 0.3) !important;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}
.focus\:hover\:text-center:hover:focus {
  text-align: center !important;
}
.hover\:focus\:text-center:focus:hover {
  text-align: center !important;
}
.focus-visible\:border-gray-500\/10:focus-visible {
  border-color: #74788d1a !important;
}
.focus-visible\:border-sky-500\/10:focus-visible {
  border-color: #4ba6ef1a !important;
}
.active\:border-gray-100:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.active\:border-gray-300:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.active\:border-gray-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.active\:border-green-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.active\:border-neutral-900:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.active\:border-red-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.active\:border-sky-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.active\:border-violet-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.active\:border-yellow-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.active\:bg-gray-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.active\:bg-gray-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.active\:bg-green-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.active\:bg-neutral-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.active\:bg-sky-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.active\:bg-violet-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.active\:text-white:active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:border-b {
  border-bottom-width: 1px !important;
}
.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}
.group:hover .group-hover\:border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:bg-violet-50\/50 {
  background-color: #d0d1ed80 !important;
}
.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.group.active .group-\[\.active\]\:block {
  display: block !important;
}
.group.active .group-\[\.active\]\:hidden {
  display: none !important;
}
.group.active .group-\[\.active\]\:rotate-180 {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.group.active .group-\[\.active\]\:bg-violet-500\/20 {
  background-color: #5156be33 !important;
}
.peer:checked ~ .peer-checked\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:after\:left-1\.5:after {
  content: var(--tw-content) !important;
  left: 0.375rem !important;
}
.peer:checked ~ .peer-checked\:after\:translate-x-full:after {
  content: var(--tw-content) !important;
  --tw-translate-x: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:checked ~ .peer-checked\:after\:border-white:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:top-2 {
  top: 0.5rem !important;
}
.peer:focus ~ .peer-focus\:top-4 {
  top: 1rem !important;
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
  --tw-translate-y: -1rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: 0.75 !important;
  --tw-scale-y: 0.75 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.peer:focus ~ .peer-focus\:text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.group[data-sidebar-size="sm"][data-dir="rtl"]
  .group-data-\[sidebar-size\=sm\]\:group-data-\[dir\=rtl\]\:ml-0 {
  margin-left: 0 !important;
}
.group[data-sidebar-size="sm"][data-dir="rtl"]
  .group-data-\[sidebar-size\=sm\]\:group-data-\[dir\=rtl\]\:mr-\[70px\] {
  margin-right: 70px !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:ml-\[70px\] {
  margin-left: 70px !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:hidden {
  display: none !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:border-b {
  border-bottom-width: 1px !important;
}
.group[data-sidebar-size="sm"]
  .group-data-\[sidebar-size\=sm\]\:border-\[\#e9e9ef\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 239 / var(--tw-border-opacity)) !important;
}
.dark\:block:is([data-mode="dark"] *) {
  display: block !important;
}
.dark\:hidden:is([data-mode="dark"] *) {
  display: none !important;
}
.dark\:divide-gray-700:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-divide-opacity)) !important;
}
.dark\:divide-gray-900:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(32 33 38 / var(--tw-divide-opacity)) !important;
}
.dark\:divide-zinc-600:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-divide-opacity)) !important;
}
.dark\:border:is([data-mode="dark"] *) {
  border-width: 1px !important;
}
.dark\:border-blue-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-50:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-600\/20:is([data-mode="dark"] *) {
  border-color: #31353333 !important;
}
.dark\:border-gray-600\/50:is([data-mode="dark"] *) {
  border-color: #31353380 !important;
}
.dark\:border-gray-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-neutral-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 63 / var(--tw-border-opacity)) !important;
}
.dark\:border-transparent:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.dark\:border-violet-500\/20:is([data-mode="dark"] *) {
  border-color: #5156be33 !important;
}
.dark\:border-violet-500\/30:is([data-mode="dark"] *) {
  border-color: #5156be4d !important;
}
.dark\:border-zinc-400:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 104 103 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 86 84 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-500\/50:is([data-mode="dark"] *) {
  border-color: #52565480 !important;
}
.dark\:border-zinc-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-x-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-y-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-b-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-b-zinc-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.dark\:border-l-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-l-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-r-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-t-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-t-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:bg-\[\#363a38\]:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 58 56 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-500:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-500\/20:is([data-mode="dark"] *) {
  background-color: #3b82f633 !important;
}
.dark\:bg-blue-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-900:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-500\/10:is([data-mode="dark"] *) {
  background-color: #74788d1a !important;
}
.dark\:bg-gray-500\/20:is([data-mode="dark"] *) {
  background-color: #74788d33 !important;
}
.dark\:bg-gray-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-700:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-800:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-800\/50:is([data-mode="dark"] *) {
  background-color: #2a2c3380 !important;
}
.dark\:bg-gray-900\/80:is([data-mode="dark"] *) {
  background-color: #202126cc !important;
}
.dark\:bg-green-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 228 208 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-green-500\/10:is([data-mode="dark"] *) {
  background-color: #2ab57d1a !important;
}
.dark\:bg-green-500\/20:is([data-mode="dark"] *) {
  background-color: #2ab57d33 !important;
}
.dark\:bg-green-500\/30:is([data-mode="dark"] *) {
  background-color: #2ab57d4d !important;
}
.dark\:bg-neutral-500\/20:is([data-mode="dark"] *) {
  background-color: #73737333 !important;
}
.dark\:bg-orange-500\/20:is([data-mode="dark"] *) {
  background-color: #f9731633 !important;
}
.dark\:bg-red-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 198 196 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-red-500\/10:is([data-mode="dark"] *) {
  background-color: #fd625e1a !important;
}
.dark\:bg-red-500\/20:is([data-mode="dark"] *) {
  background-color: #fd625e33 !important;
}
.dark\:bg-red-500\/30:is([data-mode="dark"] *) {
  background-color: #fd625e4d !important;
}
.dark\:bg-sky-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 223 249 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-sky-500\/10:is([data-mode="dark"] *) {
  background-color: #4ba6ef1a !important;
}
.dark\:bg-sky-500\/20:is([data-mode="dark"] *) {
  background-color: #4ba6ef33 !important;
}
.dark\:bg-transparent:is([data-mode="dark"] *) {
  background-color: transparent !important;
}
.dark\:bg-violet-500:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-violet-500\/10:is([data-mode="dark"] *) {
  background-color: #5156be1a !important;
}
.dark\:bg-violet-500\/20:is([data-mode="dark"] *) {
  background-color: #5156be33 !important;
}
.dark\:bg-violet-500\/30:is([data-mode="dark"] *) {
  background-color: #5156be4d !important;
}
.dark\:bg-violet-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-yellow-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 226 177 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-yellow-500\/10:is([data-mode="dark"] *) {
  background-color: #ffbf531a !important;
}
.dark\:bg-yellow-500\/20:is([data-mode="dark"] *) {
  background-color: #ffbf5333 !important;
}
.dark\:bg-zinc-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-600\/50:is([data-mode="dark"] *) {
  background-color: #3f434180 !important;
}
.dark\:bg-zinc-700:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-700\/50:is([data-mode="dark"] *) {
  background-color: #31353380 !important;
}
.dark\:bg-zinc-700\/60:is([data-mode="dark"] *) {
  background-color: #31353399 !important;
}
.dark\:bg-zinc-700\/80:is([data-mode="dark"] *) {
  background-color: #313533cc !important;
}
.dark\:bg-zinc-800:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-900:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 39 38 / var(--tw-bg-opacity)) !important;
}
.dark\:fill-gray-200:is([data-mode="dark"] *) {
  fill: #c0c2cb !important;
}
.dark\:text-blue-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity)) !important;
}
.dark\:text-blue-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-100:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-100\/60:is([data-mode="dark"] *) {
  color: #d9dae099 !important;
}
.dark\:text-gray-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-400:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-50:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(116 120 141 / var(--tw-text-opacity)) !important;
}
.dark\:text-green-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(139 215 184 / var(--tw-text-opacity)) !important;
}
.dark\:text-green-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(42 181 125 / var(--tw-text-opacity)) !important;
}
.dark\:text-red-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 98 94 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(160 163 220 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(128 132 208 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-500\/10:is([data-mode="dark"] *) {
  color: #5156be1a !important;
}
.dark\:text-white:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:text-yellow-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 191 83 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-100:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-100\/60:is([data-mode="dark"] *) {
  color: #adb5bd99 !important;
}
.dark\:text-zinc-100\/80:is([data-mode="dark"] *) {
  color: #adb5bdcc !important;
}
.dark\:text-zinc-400:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(102 104 103 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-50:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(178 179 178 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-900:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(36 39 38 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder-gray-400:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *):-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:shadow-none:is([data-mode="dark"] *) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.dark\:shadow-gray-900:is([data-mode="dark"] *) {
  --tw-shadow-color: #202126 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-500:is([data-mode="dark"] *) {
  --tw-shadow-color: #525654 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-600:is([data-mode="dark"] *) {
  --tw-shadow-color: #3f4341 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-700:is([data-mode="dark"] *) {
  --tw-shadow-color: #313533 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-800:is([data-mode="dark"] *) {
  --tw-shadow-color: #2c302e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:ring-violet-500\/30:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.dark\:ring-zinc-500:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(82 86 84 / var(--tw-ring-opacity)) !important;
}
.dark\:ring-zinc-600:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(63 67 65 / var(--tw-ring-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-moz-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is([data-mode="dark"] *)::placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-moz-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is([data-mode="dark"] *)::placeholder {
  color: #adb5bdcc !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:after\:border-zinc-600:is([data-mode="dark"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.after\:dark\:bg-zinc-700:is([data-mode="dark"] *):after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:border-transparent:checked:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.dark\:checked\:bg-blue-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-green-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-red-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-violet-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-yellow-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:border-gray-700:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:border-zinc-100:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(173 181 189 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:border-zinc-500:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 86 84 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:bg-blue-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-blue-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-200:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-800:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-green-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-red-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-300:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-500\/10:hover:is([data-mode="dark"] *) {
  background-color: #5156be1a !important;
}
.dark\:hover\:bg-violet-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-white\/30:hover:is([data-mode="dark"] *) {
  background-color: #ffffff4d !important;
}
.dark\:hover\:bg-yellow-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-500\/50:hover:is([data-mode="dark"] *) {
  background-color: #52565480 !important;
}
.dark\:hover\:bg-zinc-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-600\/50:hover:is([data-mode="dark"] *) {
  background-color: #3f434180 !important;
}
.dark\:hover\:bg-zinc-600\/80:hover:is([data-mode="dark"] *) {
  background-color: #3f4341cc !important;
}
.dark\:hover\:bg-zinc-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-700\/50:hover:is([data-mode="dark"] *) {
  background-color: #31353380 !important;
}
.dark\:hover\:text-blue-400:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-blue-500:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-100:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-300:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-50:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-800:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-white:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:border-violet-500:focus:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:focus\:bg-violet-300:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:bg-violet-500:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:bg-white\/30:focus:is([data-mode="dark"] *) {
  background-color: #ffffff4d !important;
}
.dark\:focus\:bg-zinc-600:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:text-gray-700:focus:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:text-white:focus:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:ring-0:focus:is([data-mode="dark"] *) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.dark\:focus\:ring-blue-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(59 130 246 / 0.4) !important;
}
.dark\:focus\:ring-gray-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(116 120 141 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-gray-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.1) !important;
}
.dark\:focus\:ring-gray-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.2) !important;
}
.dark\:focus\:ring-gray-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.3) !important;
}
.dark\:focus\:ring-green-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(42 181 125 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-green-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.1) !important;
}
.dark\:focus\:ring-green-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.2) !important;
}
.dark\:focus\:ring-green-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.3) !important;
}
.dark\:focus\:ring-neutral-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(115 115 115 / 0.1) !important;
}
.dark\:focus\:ring-red-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(253 98 94 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-red-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(253 98 94 / 0.1) !important;
}
.dark\:focus\:ring-red-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(253 98 94 / 0.3) !important;
}
.dark\:focus\:ring-sky-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.1) !important;
}
.dark\:focus\:ring-sky-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.3) !important;
}
.dark\:focus\:ring-sky-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.4) !important;
}
.dark\:focus\:ring-violet-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(81 86 190 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-violet-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.1) !important;
}
.dark\:focus\:ring-violet-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.2) !important;
}
.dark\:focus\:ring-violet-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.dark\:focus\:ring-violet-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.4) !important;
}
.dark\:focus\:ring-violet-800:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(52 55 121 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-yellow-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 191 83 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-yellow-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(255 191 83 / 0.1) !important;
}
.dark\:focus\:ring-yellow-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(255 191 83 / 0.3) !important;
}
.dark\:focus\:ring-zinc-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(82 86 84 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-zinc-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(82 86 84 / 0.2) !important;
}
.dark\:focus\:ring-zinc-500\/50:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(82 86 84 / 0.5) !important;
}
.dark\:focus\:ring-zinc-700:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(49 53 51 / var(--tw-ring-opacity)) !important;
}
.dark\:active\:text-white:active:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:hover .dark\:group-hover\:border-transparent:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.group:hover .dark\:group-hover\:bg-violet-500\/20:is([data-mode="dark"] *) {
  background-color: #5156be33 !important;
}
.peer:focus ~ .peer-focus\:dark\:text-violet-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.group[data-sidebar-size="sm"]
  .group-data-\[sidebar-size\=sm\]\:dark\:border-zinc-600:is(
    [data-mode="dark"] *
  ) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:h-10 {
    height: 2.5rem !important;
  }
  .sm\:w-10 {
    width: 2.5rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }
  .sm\:max-w-lg {
    max-width: 32rem !important;
  }
  .sm\:max-w-md {
    max-width: 28rem !important;
  }
  .sm\:max-w-sm {
    max-width: 24rem !important;
  }
  .sm\:max-w-xl {
    max-width: 36rem !important;
  }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sm\:items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .sm\:items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .sm\:underline {
    text-decoration-line: underline !important;
  }
}
@media (min-width: 720px) {
  .md\:absolute {
    position: absolute !important;
  }
  .md\:left-\[50\%\] {
    left: 50% !important;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .md\:w-80 {
    width: 20rem !important;
  }
  .md\:w-96 {
    width: 24rem !important;
  }
  .md\:max-w-2xl {
    max-width: 42rem !important;
  }
  .md\:max-w-4xl {
    max-width: 56rem !important;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .md\:gap-3 {
    gap: 0.75rem !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:gap-6 {
    gap: 1.5rem !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 960px) {
  .lg\:-top-8 {
    top: -2rem !important;
  }
  .lg\:left-0 {
    left: 0 !important;
  }
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:right-0 {
    right: 0 !important;
  }
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:w-60 {
    width: 15rem !important;
  }
  .lg\:w-80 {
    width: 20rem !important;
  }
  .lg\:w-\[236px\] {
    width: 236px !important;
  }
  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }
  .lg\:basis-1\/2 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
  .lg\:basis-1\/3 {
    -ms-flex-preferred-size: 33.333333% !important;
    flex-basis: 33.333333% !important;
  }
  .lg\:basis-1\/4 {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-x-6 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .lg\:border-transparent {
    border-color: transparent !important;
  }
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .dark\:lg\:border-transparent:is([data-mode="dark"] *) {
    border-color: transparent !important;
  }
  .dark\:lg\:hover\:\[paint-order\:markers\]:hover:is([data-mode="dark"] *) {
    paint-order: markers !important;
  }
}
@media (min-width: 1140px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:columns-3 {
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }
  .xl\:p-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 1320px) {
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .\32xl\:mr-0 {
    margin-right: 0 !important;
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .\32xl\:gap-6 {
    gap: 1.5rem !important;
  }
}
.ltr\:\!left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0 !important;
}
.ltr\:\!left-auto:where([dir="ltr"], [dir="ltr"] *) {
  left: auto !important;
}
.ltr\:\!right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0 !important;
}
.ltr\:\!right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto !important;
}
.ltr\:-left-2:where([dir="ltr"], [dir="ltr"] *) {
  left: -0.5rem !important;
}
.ltr\:-right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: -0px !important;
}
.ltr\:-right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.25rem !important;
}
.ltr\:-right-20:where([dir="ltr"], [dir="ltr"] *) {
  right: -5rem !important;
}
.ltr\:-right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.75rem !important;
}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0 !important;
}
.ltr\:left-10:where([dir="ltr"], [dir="ltr"] *) {
  left: 2.5rem !important;
}
.ltr\:left-24:where([dir="ltr"], [dir="ltr"] *) {
  left: 6rem !important;
}
.ltr\:left-80:where([dir="ltr"], [dir="ltr"] *) {
  left: 20rem !important;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0 !important;
}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.25rem !important;
}
.ltr\:right-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.375rem !important;
}
.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.5rem !important;
}
.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.75rem !important;
}
.ltr\:right-5:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.25rem !important;
}
.ltr\:right-\[200px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 200px !important;
}
.ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto !important;
}
.ltr\:float-right:where([dir="ltr"], [dir="ltr"] *) {
  float: right !important;
}
.ltr\:ltr\:\!float-right:where([dir="ltr"], [dir="ltr"] *):where(
    [dir="ltr"],
    [dir="ltr"] *
  ) {
  float: right !important;
}
.ltr\:float-left:where([dir="ltr"], [dir="ltr"] *) {
  float: left !important;
}
.ltr\:-ml-\[52px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -52px !important;
}
.ltr\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0 !important;
}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.25rem !important;
}
.ltr\:ml-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.375rem !important;
}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.5rem !important;
}
.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.75rem !important;
}
.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1rem !important;
}
.ltr\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1.25rem !important;
}
.ltr\:ml-8:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 2rem !important;
}
.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: auto !important;
}
.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.25rem !important;
}
.ltr\:mr-10:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 2.5rem !important;
}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem !important;
}
.ltr\:mr-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.75rem !important;
}
.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1rem !important;
}
.ltr\:mr-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1.25rem !important;
}
.ltr\:mr-\[10px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 10px !important;
}
.ltr\:hidden:where([dir="ltr"], [dir="ltr"] *) {
  display: none !important;
}
.ltr\:rotate-45:where([dir="ltr"], [dir="ltr"] *) {
  --tw-rotate: 45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.ltr\:rounded-l:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.ltr\:rounded-l-lg:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ltr\:rounded-r:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.ltr\:rounded-r-lg:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ltr\:border-b:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-width: 1px !important;
}
.ltr\:border-l:where([dir="ltr"], [dir="ltr"] *) {
  border-left-width: 1px !important;
}
.ltr\:border-l-0:where([dir="ltr"], [dir="ltr"] *) {
  border-left-width: 0px !important;
}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px !important;
}
.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 0px !important;
}
.ltr\:pl-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.375rem !important;
}
.ltr\:pl-20:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 5rem !important;
}
.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.75rem !important;
}
.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1rem !important;
}
.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.25rem !important;
}
.ltr\:pl-6:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.5rem !important;
}
.ltr\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0 !important;
}
.ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.25rem !important;
}
.ltr\:pr-6:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.5rem !important;
}
.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
  text-align: left !important;
}
.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *) {
  text-align: right !important;
}
.ltr\:after\:-right-3:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  right: -0.75rem !important;
}
.ltr\:after\:left-\[2px\]:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  left: 2px !important;
}
.ltr\:after\:left-\[62\%\]:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  left: 62% !important;
}
.ltr\:after\:border-l-green-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-red-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-sky-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-yellow-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .ltr\:sm\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.75rem !important;
  }
  .ltr\:sm\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1rem !important;
  }
  .ltr\:sm\:flex-row-reverse:where([dir="ltr"], [dir="ltr"] *) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ltr\:sm\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left !important;
  }
}
@media (min-width: 720px) {
  .ltr\:md\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
    right: -0.5rem !important;
  }
  .md\:ltr\:left-\[50\%\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 50% !important;
  }
  .ltr\:md\:float-right:where([dir="ltr"], [dir="ltr"] *) {
    float: right !important;
  }
  .ltr\:md\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem !important;
  }
  .ltr\:md\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.25rem !important;
  }
  .ltr\:md\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto !important;
  }
  .ltr\:md\:space-x-3:where([dir="ltr"], [dir="ltr"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
}
@media (min-width: 1140px) {
  .ltr\:xl\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem !important;
  }
}
.rtl\:\!left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0 !important;
}
.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto !important;
}
.rtl\:\!right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0 !important;
}
.rtl\:\!right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto !important;
}
.rtl\:-left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: -0px !important;
}
.rtl\:-left-1:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.25rem !important;
}
.rtl\:-left-20:where([dir="rtl"], [dir="rtl"] *) {
  left: -5rem !important;
}
.rtl\:-left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.75rem !important;
}
.rtl\:-left-4:where([dir="rtl"], [dir="rtl"] *) {
  left: -1rem !important;
}
.rtl\:-right-2:where([dir="rtl"], [dir="rtl"] *) {
  right: -0.5rem !important;
}
.rtl\:-top-1:where([dir="rtl"], [dir="rtl"] *) {
  top: -0.25rem !important;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0 !important;
}
.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.25rem !important;
}
.rtl\:left-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.375rem !important;
}
.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.5rem !important;
}
.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem !important;
}
.rtl\:left-5:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.25rem !important;
}
.rtl\:left-\[200px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 200px !important;
}
.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto !important;
}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0 !important;
}
.rtl\:right-10:where([dir="rtl"], [dir="rtl"] *) {
  right: 2.5rem !important;
}
.rtl\:right-24:where([dir="rtl"], [dir="rtl"] *) {
  right: 6rem !important;
}
.rtl\:right-6:where([dir="rtl"], [dir="rtl"] *) {
  right: 1.5rem !important;
}
.rtl\:right-80:where([dir="rtl"], [dir="rtl"] *) {
  right: 20rem !important;
}
.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto !important;
}
.rtl\:float-right:where([dir="rtl"], [dir="rtl"] *) {
  float: right !important;
}
.rtl\:\!float-left:where([dir="rtl"], [dir="rtl"] *) {
  float: left !important;
}
.rtl\:float-left:where([dir="rtl"], [dir="rtl"] *) {
  float: left !important;
}
.rtl\:-mr-14:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -3.5rem !important;
}
.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0 !important;
}
.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.25rem !important;
}
.rtl\:ml-10:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 2.5rem !important;
}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem !important;
}
.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem !important;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1rem !important;
}
.rtl\:ml-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1.25rem !important;
}
.rtl\:ml-\[10px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 10px !important;
}
.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem !important;
}
.rtl\:mr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.375rem !important;
}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem !important;
}
.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem !important;
}
.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem !important;
}
.rtl\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1.25rem !important;
}
.rtl\:mr-8:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 2rem !important;
}
.rtl\:mr-\[68px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 68px !important;
}
.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto !important;
}
.rtl\:hidden:where([dir="rtl"], [dir="rtl"] *) {
  display: none !important;
}
.rtl\:-rotate-45:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: -45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}
.rtl\:rounded-l:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rtl\:rounded-l-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl\:rounded-r:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rtl\:rounded-r-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px !important;
}
.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 0px !important;
}
.rtl\:border-r:where([dir="rtl"], [dir="rtl"] *) {
  border-right-width: 1px !important;
}
.rtl\:border-r-0:where([dir="rtl"], [dir="rtl"] *) {
  border-right-width: 0px !important;
}
.rtl\:border-t:where([dir="rtl"], [dir="rtl"] *) {
  border-top-width: 1px !important;
}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.25rem !important;
}
.rtl\:pl-6:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.5rem !important;
}
.rtl\:pr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.375rem !important;
}
.rtl\:pr-11:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.75rem !important;
}
.rtl\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 5rem !important;
}
.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.75rem !important;
}
.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1rem !important;
}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem !important;
}
.rtl\:pr-6:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.5rem !important;
}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left !important;
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right !important;
}
.rtl\:after\:-left-3:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  left: -0.75rem !important;
}
.rtl\:after\:right-4:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1rem !important;
}
.rtl\:after\:right-5:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1.25rem !important;
}
.rtl\:after\:right-6:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1.5rem !important;
}
.rtl\:after\:right-\[62\%\]:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 62% !important;
}
.rtl\:after\:border-r-green-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-red-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-sky-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-yellow-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .rtl\:sm\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.75rem !important;
  }
  .rtl\:sm\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1rem !important;
  }
  .rtl\:sm\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right !important;
  }
}
@media (min-width: 720px) {
  .md\:rtl\:right-\[50\%\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 50% !important;
  }
  .rtl\:md\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
    left: -0.5rem !important;
  }
  .rtl\:md\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem !important;
  }
  .rtl\:md\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.25rem !important;
  }
  .rtl\:md\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto !important;
  }
  .rtl\:md\:space-x-0:where([dir="rtl"], [dir="rtl"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
}
@media (min-width: 1140px) {
  .rtl\:xl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem !important;
  }
}
@media print {
  .print\:hidden {
    display: none !important;
  }
}
