@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
@import "https://fonts.googleapis.com/css?family=Nunito:400,600,700";

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

/* src/assets/theme/w3crm/vendor/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem;
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: .5rem;
}
.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-group > .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    border-radius .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.accordion-collapse {
  border: solid rgba(0, 0, 0, .125);
  border-width: 0 1px;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: .375rem .75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge:empty {
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}
.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-reset {
  color: inherit !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: .2rem !important;
}
.rounded-2 {
  border-radius: .25rem !important;
}
.rounded-3 {
  border-radius: .3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* src/assets/theme/w3crm/vendor/datatables/css/jquery.dataTables.min.css */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor:hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("./media/sort_both-4765AEBM.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("./media/sort_asc-KFG5MLK6.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("./media/sort_desc-KRIAGCOH.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("./media/sort_asc_disabled-XRZLKRHX.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("./media/sort_desc_disabled-AZPPFQMD.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom:1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor:hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background:
    linear-gradient(
      to bottom,
      #fff 0%,
      #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background:
    linear-gradient(
      to bottom,
      #585858 0%,
      #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background:
    linear-gradient(
      to bottom,
      #2b2b2b 0%,
      #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 25%,
      rgba(255, 255, 255, 0.9) 75%,
      rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top:-1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* src/assets/theme/w3crm/vendor/bootstrap-select/dist/css/bootstrap-select.min.css */
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\fffd;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, .5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  animation: .3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* src/assets/theme/w3crm/vendor/nestable2/css/jquery.nestable.min.css */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-empty,
.dd-item,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.dd-item > button {
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: 0 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.dd-item > button:before {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button.dd-expand:before {
  content: "+";
}
.dd-item > button.dd-collapse:before {
  content: "-";
}
.dd-expand {
  display: none;
}
.dd-collapsed .dd-collapse,
.dd-collapsed .dd-list {
  display: none;
}
.dd-collapsed .dd-expand {
  display: block;
}
.dd-empty,
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
.dd-nochildren .dd-placeholder {
  display: none;
}

/* src/assets/theme/w3crm/vendor/select2/css/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image:
    linear-gradient(
      to bottom,
      #fff 50%,
      #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image:
    linear-gradient(
      to bottom,
      #eee 50%,
      #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image:
    linear-gradient(
      to bottom,
      #fff 0%,
      #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image:
    linear-gradient(
      to bottom,
      #eee 50%,
      #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* src/assets/theme/w3crm/vendor/fullcalendar/css/main.min.css */
.fc-icon,
.fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}
.fc .fc-button,
.fc-icon {
  text-transform: none;
  text-align: center;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}
.fc-unselectable {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.fc .fc-button,
.fc-icon {
  display: inline-block;
  font-weight: 400;
}
.fc,
.fc *,
.fc :after,
.fc :before {
  box-sizing: border-box;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
}
.fc td,
.fc th {
  vertical-align: top;
  padding: 0;
}
.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}
.fc a[data-navlink]:hover {
  text-decoration: underline;
}
.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color,#ddd);
}
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}
@font-face {
  font-family: fcicons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "\e900";
}
.fc-icon-chevron-right:before {
  content: "\e901";
}
.fc-icon-chevrons-left:before {
  content: "\e902";
}
.fc-icon-chevrons-right:before {
  content: "\e903";
}
.fc-icon-minus-square:before {
  content: "\e904";
}
.fc-icon-plus-square:before {
  content: "\e905";
}
.fc-icon-x:before {
  content: "\e906";
}
.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}
.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em;
}
.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}
.fc .fc-button:disabled {
  opacity: .65;
}
.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color,#fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color,#2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color,#2C3E50);
}
.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color,#fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color,#1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color,#1a252f);
}
.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color,#fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color,#2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color,#2C3E50);
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color,#fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color,#1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color,#151e27);
}
.fc .fc-button .fc-icon {
  font-size: 1.5em;
}
.fc .fc-button-group {
  position: relative;
  display: inline-flex;
}
.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: .75em;
}
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: .75em;
}
.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}
.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.fc .fc-scroller-liquid {
  height: 100%;
}
.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.fc .fc-scroller-harness-liquid {
  height: 100%;
}
.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color,#ddd);
}
.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}
.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}
.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}
.fc .fc-scrollgrid-liquid {
  height: 100%;
}
.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
  height: 1px;
}
.fc .fc-scrollgrid-section-liquid {
  height: auto;
}
.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}
.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}
.fc .fc-scrollgrid-section-sticky > * {
  background: var(--fc-page-bg-color,#fff);
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}
.fc-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}
.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
.fc .fc-non-business {
  background: rgba(215, 215, 215, .3);
  background: var(--fc-non-business-color,rgba(215,215,215,.3));
}
.fc .fc-bg-event {
  background: var(--fc-bg-event-color,#8fdf82);
  opacity: .3;
  opacity: var(--fc-bg-event-opacity,.3);
}
.fc .fc-bg-event .fc-event-title {
  margin: .5em;
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
  font-style: italic;
}
.fc .fc-highlight {
  background: rgba(188, 232, 241, .3);
  background: var(--fc-highlight-color,rgba(188,232,241,.3));
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, .3);
  background: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
}
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}
.fc-event-dragging:not(.fc-event-selected) {
  opacity: .75;
}
.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}
.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event {
  display: block;
}
.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width,8px)/ 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width,1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width,8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width,8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color,#fff);
}
.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, .25);
  background: var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color,#3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color,#3788d8);
}
.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color,#fff);
}
.fc-h-event .fc-event-main-frame {
  display: flex;
}
.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}
.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness,8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness,8px)/ -2);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness,8px)/ -2);
}
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
:root {
  --fc-daygrid-event-dot-width:8px;
  --fc-list-event-dot-width:10px;
  --fc-list-event-hover-bg-color:#f5f5f5;
}
.fc .fc-popover {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}
.fc .fc-popover-title {
  margin: 0 2px;
}
.fc .fc-popover-close {
  cursor: pointer;
  opacity: .65;
  font-size: 1.1em;
}
.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color,#ddd);
  background: var(--fc-page-bg-color,#fff);
}
.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, .3);
  background: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
}
.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}
.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, .15);
  background-color: var(--fc-today-bg-color,rgba(255,220,40,.15));
}
.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: .3;
}
.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}
.fc .fc-daygrid-day-events {
  margin-top: 1px;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}
.fc .fc-daygrid-event-harness {
  position: relative;
}
.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}
.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}
.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}
.fc .fc-daygrid-day-bottom {
  font-size: .85em;
  margin: 2px 3px 0;
}
.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, .3);
  background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
  color: grey;
  color: var(--fc-neutral-text-color,grey);
}
.fc .fc-more-popover {
  z-index: 8;
}
.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}
.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}
.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}
.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
}
.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}
.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, .1);
}
.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}
.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width,8px)/ 2);
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}
.fc-v-event {
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color,#3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color,#3788d8);
}
.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color,#fff);
  height: 100%;
}
.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}
.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}
.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}
.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness,8px);
  left: 0;
  right: 0;
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness,8px)/ -2);
}
.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness,8px)/ -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2);
}
.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}
.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}
.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}
.fc .fc-timegrid-body {
  min-height: 100%;
}
.fc .fc-timegrid-axis-chunk {
  position: relative;
}
.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}
.fc .fc-timegrid-slot:empty:before {
  content: "\a0";
}
.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}
.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}
.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}
.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}
.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, .15);
  background-color: var(--fc-today-bg-color,rgba(255,220,40,.15));
}
.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}
.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
}
.fc .fc-timegrid-col-bg {
  z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}
.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}
.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
  z-index: 3;
}
.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}
.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}
.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}
.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color,#fff);
}
.fc-timegrid-event {
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
  border-radius: 3px;
}
.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}
.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
  margin-bottom: 1px;
}
.fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}
.fc-timegrid-event-condensed .fc-event-time:after {
  content: "\a0-\a0";
}
.fc-timegrid-event-condensed .fc-event-title {
  font-size: .85em;
  font-size: var(--fc-small-font-size,.85em);
}
.fc-media-screen .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
}
.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color,red);
  border-width: 1px 0 0;
}
.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color,red);
}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color,#ddd);
}
.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, .3);
  background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc .fc-list-empty-cushion {
  margin: 5em 0;
}
.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}
.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}
.fc .fc-list-sticky .fc-list-day > * {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color,#fff);
}
.fc .fc-list-table th {
  padding: 0;
}
.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, .3);
  background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
}
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}
.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}
.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}
.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color,#f5f5f5);
}
.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,#3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2);
}
.fc .fc-list-event-title a {
  color: inherit;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}
.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

/* src/assets/theme/w3crm/scss/icons/simple-line-icons/css/simple-line-icons.css */
@font-face {
  font-family: "simple-line-icons";
  src: url("./media/Simple-Line-Icons4c82-T3SEH4AC.eot?-i3a2kk");
  src:
    url("./media/Simple-Line-Iconsd41d-T3SEH4AC.eot?#iefix-i3a2kk") format("embedded-opentype"),
    url("./media/Simple-Line-Icons4c82-ABFJBNCZ.ttf?-i3a2kk") format("truetype"),
    url("./media/Simple-Line-Icons4c82-RKL2GGXO.woff2?-i3a2kk") format("woff2"),
    url("./media/Simple-Line-Icons4c82-DVZUTIE4.woff?-i3a2kk") format("woff"),
    url("./media/Simple-Line-Icons4c82-Q3CLFELY.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calender:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pintarest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}

/* src/assets/theme/w3crm/scss/icons/fontawesome6/css/all.min.css */
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -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;
}
.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: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.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-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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,0);
  animation-delay: var(--fa-animation-delay,0);
  -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(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -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(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -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(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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-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-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -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-beat-fade,
  .fa-bounce,
  .fa-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;
    transition-delay: 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) 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,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(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,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.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,.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(0deg);
  }
}
@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(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.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: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-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-a:before {
  content: "A";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-asterisk:before {
  content: "*";
}
.fa-at:before {
  content: "@";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-award:before {
  content: "\f559";
}
.fa-b:before {
  content: "B";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blog:before {
  content: "\f781";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-bug:before {
  content: "\f188";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-c:before {
  content: "C";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-clover:before {
  content: "\e139";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-compress:before {
  content: "\f066";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-d:before {
  content: "D";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-display:before {
  content: "\e163";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-download:before {
  content: "\f019";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-e:before {
  content: "E";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-equals:before {
  content: "=";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-exclamation:before {
  content: "!";
}
.fa-expand:before {
  content: "\f065";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-f:before {
  content: "F";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-fan:before {
  content: "\f863";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-circle-check:before {
  content: "\e493";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-file-circle-plus:before {
  content: "\e4ee";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-file-circle-xmark:before {
  content: "\e494";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-font:before {
  content: "\f031";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-g:before {
  content: "G";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-greater-than:before {
  content: ">";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-h:before {
  content: "H";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-hashtag:before {
  content: "#";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-empty:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i:before {
  content: "I";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-images:before {
  content: "\f302";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-italic:before {
  content: "\f033";
}
.fa-j:before {
  content: "J";
}
.fa-jar:before {
  content: "\e516";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-joint:before {
  content: "\f595";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-k:before {
  content: "K";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-l:before {
  content: "L";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less-than:before {
  content: "<";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-locust:before {
  content: "\e520";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-m:before {
  content: "M";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-music:before {
  content: "\f001";
}
.fa-n:before {
  content: "N";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-o:before {
  content: "O";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-om:before {
  content: "\f679";
}
.fa-otter:before {
  content: "\f700";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-p:before {
  content: "P";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-person-through-window:before {
  content: "\e433";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-plant-wilt:before {
  content: "\e43b";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-q:before {
  content: "Q";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "?";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r:before {
  content: "R";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-rug:before {
  content: "\e569";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-s:before {
  content: "S";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-school:before {
  content: "\f549";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-section:before {
  content: "\e447";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-server:before {
  content: "\f233";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-t:before {
  content: "T";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-tents:before {
  content: "\e582";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-train-tram:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-u:before {
  content: "U";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-upload:before {
  content: "\f093";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-v:before {
  content: "V";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-vials:before {
  content: "\f493";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-w:before {
  content: "W";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-worm:before {
  content: "\e599";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x:before {
  content: "X";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-y:before {
  content: "Y";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-z:before {
  content: "Z";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.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;
}
:host,
:root {
  --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("./media/fa-brands-400-QWP4HCDU.woff2") format("woff2"), url("./media/fa-brands-400-P6TYTK2X.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-audible:before {
  content: "\f373";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bots:before {
  content: "\e340";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-figma:before {
  content: "\f799";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-less:before {
  content: "\f41d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sith:before {
  content: "\f512";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square-font-awesome:before {
  content: "\f425";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
:host,
:root {
  --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("./media/fa-regular-400-F76QDDYO.woff2") format("woff2"), url("./media/fa-regular-400-3IBMW7RX.ttf") format("truetype");
}
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
:host,
:root {
  --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("./media/fa-solid-900-IDO67V47.woff2") format("woff2"), url("./media/fa-solid-900-HJDD5QZ3.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400-QWP4HCDU.woff2") format("woff2"), url("./media/fa-brands-400-P6TYTK2X.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900-IDO67V47.woff2") format("woff2"), url("./media/fa-solid-900-HJDD5QZ3.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400-F76QDDYO.woff2") format("woff2"), url("./media/fa-regular-400-3IBMW7RX.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900-IDO67V47.woff2") format("woff2"), url("./media/fa-solid-900-HJDD5QZ3.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400-QWP4HCDU.woff2") format("woff2"), url("./media/fa-brands-400-P6TYTK2X.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400-F76QDDYO.woff2") format("woff2"), url("./media/fa-regular-400-3IBMW7RX.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: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility-5YDMN6AD.woff2") format("woff2"), url("./media/fa-v4compatibility-SJCYRXEX.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f250,
    u+f252,
    u+f27a;
}

/* src/assets/theme/w3crm/scss/icons/fontawesome/css/all.min.css */
/*!
 * Font Awesome Free 6.0.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 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -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;
}
.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: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.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-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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,0);
  animation-delay: var(--fa-animation-delay,0);
  -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(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -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(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -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(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -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-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-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -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-beat-fade,
  .fa-bounce,
  .fa-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;
    transition-delay: 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) 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,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(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,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.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,.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(0deg);
  }
}
@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(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.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: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-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-a:before {
  content: "A";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-asterisk:before {
  content: "*";
}
.fa-at:before {
  content: "@";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-award:before {
  content: "\f559";
}
.fa-b:before {
  content: "B";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blog:before {
  content: "\f781";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-bug:before {
  content: "\f188";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-c:before {
  content: "C";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-clover:before {
  content: "\e139";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-compress:before {
  content: "\f066";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-d:before {
  content: "D";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-download:before {
  content: "\f019";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-e:before {
  content: "E";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-equals:before {
  content: "=";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-exclamation:before {
  content: "!";
}
.fa-expand:before {
  content: "\f065";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-f:before {
  content: "F";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-fan:before {
  content: "\f863";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-font:before {
  content: "\f031";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-g:before {
  content: "G";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-greater-than:before {
  content: ">";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-h:before {
  content: "H";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-hashtag:before {
  content: "#";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-empty:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-i:before {
  content: "I";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-images:before {
  content: "\f302";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-italic:before {
  content: "\f033";
}
.fa-j:before {
  content: "J";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-joint:before {
  content: "\f595";
}
.fa-k:before {
  content: "K";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-l:before {
  content: "L";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less-than:before {
  content: "<";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-m:before {
  content: "M";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-music:before {
  content: "\f001";
}
.fa-n:before {
  content: "N";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-o:before {
  content: "O";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-om:before {
  content: "\f679";
}
.fa-otter:before {
  content: "\f700";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-p:before {
  content: "P";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-q:before {
  content: "Q";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "?";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r:before {
  content: "R";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-s:before {
  content: "S";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-school:before {
  content: "\f549";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-section:before {
  content: "\e447";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-server:before {
  content: "\f233";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before,
.fa-shield-blank:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-t:before {
  content: "T";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-train-tram:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-u:before {
  content: "U";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-upload:before {
  content: "\f093";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-v:before {
  content: "V";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-w:before {
  content: "W";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x:before {
  content: "X";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-y:before {
  content: "Y";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-z:before {
  content: "Z";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.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;
}
:host,
:root {
  --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("./media/fa-brands-400-LVJDN62F.woff2") format("woff2"), url("./media/fa-brands-400-D7ILJVZN.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-audible:before {
  content: "\f373";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bots:before {
  content: "\e340";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-figma:before {
  content: "\f799";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-less:before {
  content: "\f41d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sith:before {
  content: "\f512";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square-font-awesome:before {
  content: "\f425";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
:host,
:root {
  --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("./media/fa-regular-400-MSZXGDVO.woff2") format("woff2"), url("./media/fa-regular-400-SWUKRL5F.ttf") format("truetype");
}
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
:host,
:root {
  --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("./media/fa-solid-900-MEK224IN.woff2") format("woff2"), url("./media/fa-solid-900-6AQDZ7HZ.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400-LVJDN62F.woff2") format("woff2"), url("./media/fa-brands-400-D7ILJVZN.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900-MEK224IN.woff2") format("woff2"), url("./media/fa-solid-900-6AQDZ7HZ.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400-MSZXGDVO.woff2") format("woff2"), url("./media/fa-regular-400-SWUKRL5F.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900-MEK224IN.woff2") format("woff2"), url("./media/fa-solid-900-6AQDZ7HZ.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400-LVJDN62F.woff2") format("woff2"), url("./media/fa-brands-400-D7ILJVZN.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400-MSZXGDVO.woff2") format("woff2"), url("./media/fa-regular-400-SWUKRL5F.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: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility-Y4OS5Y3J.woff2") format("woff2"), url("./media/fa-v4compatibility-4EBDKFJT.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f250,
    u+f252,
    u+f27a;
}

/* src/assets/theme/w3crm/scss/icons/material-design-iconic-font/css/materialdesignicons.min.css */
@font-face {
  font-family: "Material Design Icons";
  src: url("./media/materialdesignicons-webfont-MLXGQRJ6.eot?v=2.4.85");
  src:
    url("./media/materialdesignicons-webfont-MLXGQRJ6.eot?#iefix&v=2.4.85") format("embedded-opentype"),
    url("./media/materialdesignicons-webfont-FCXD6FYV.woff2?v=2.4.85") format("woff2"),
    url("./media/materialdesignicons-webfont-OELN2OED.woff?v=2.4.85") format("woff"),
    url("./media/materialdesignicons-webfont-2EWWNR6P.ttf?v=2.4.85") format("truetype"),
    url("./media/materialdesignicons-webfont-LS3PO7AZ.svg?v=2.4.85#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-access-point:before {
  content: "\f002";
}
.mdi-access-point-network:before {
  content: "\f003";
}
.mdi-account:before {
  content: "\f004";
}
.mdi-account-alert:before {
  content: "\f005";
}
.mdi-account-box:before {
  content: "\f006";
}
.mdi-account-box-multiple:before {
  content: "\f933";
}
.mdi-account-box-outline:before {
  content: "\f007";
}
.mdi-account-card-details:before {
  content: "\f5d2";
}
.mdi-account-check:before {
  content: "\f008";
}
.mdi-account-circle:before {
  content: "\f009";
}
.mdi-account-convert:before {
  content: "\f00a";
}
.mdi-account-edit:before {
  content: "\f6bb";
}
.mdi-account-group:before {
  content: "\f848";
}
.mdi-account-heart:before {
  content: "\f898";
}
.mdi-account-key:before {
  content: "\f00b";
}
.mdi-account-location:before {
  content: "\f00c";
}
.mdi-account-minus:before {
  content: "\f00d";
}
.mdi-account-multiple:before {
  content: "\f00e";
}
.mdi-account-multiple-check:before {
  content: "\f8c4";
}
.mdi-account-multiple-minus:before {
  content: "\f5d3";
}
.mdi-account-multiple-outline:before {
  content: "\f00f";
}
.mdi-account-multiple-plus:before {
  content: "\f010";
}
.mdi-account-multiple-plus-outline:before {
  content: "\f7ff";
}
.mdi-account-network:before {
  content: "\f011";
}
.mdi-account-off:before {
  content: "\f012";
}
.mdi-account-outline:before {
  content: "\f013";
}
.mdi-account-plus:before {
  content: "\f014";
}
.mdi-account-plus-outline:before {
  content: "\f800";
}
.mdi-account-remove:before {
  content: "\f015";
}
.mdi-account-search:before {
  content: "\f016";
}
.mdi-account-search-outline:before {
  content: "\f934";
}
.mdi-account-settings:before {
  content: "\f630";
}
.mdi-account-settings-variant:before {
  content: "\f631";
}
.mdi-account-star:before {
  content: "\f017";
}
.mdi-account-switch:before {
  content: "\f019";
}
.mdi-accusoft:before {
  content: "\f849";
}
.mdi-adjust:before {
  content: "\f01a";
}
.mdi-adobe:before {
  content: "\f935";
}
.mdi-air-conditioner:before {
  content: "\f01b";
}
.mdi-airballoon:before {
  content: "\f01c";
}
.mdi-airplane:before {
  content: "\f01d";
}
.mdi-airplane-landing:before {
  content: "\f5d4";
}
.mdi-airplane-off:before {
  content: "\f01e";
}
.mdi-airplane-takeoff:before {
  content: "\f5d5";
}
.mdi-airplay:before {
  content: "\f01f";
}
.mdi-airport:before {
  content: "\f84a";
}
.mdi-alarm:before {
  content: "\f020";
}
.mdi-alarm-bell:before {
  content: "\f78d";
}
.mdi-alarm-check:before {
  content: "\f021";
}
.mdi-alarm-light:before {
  content: "\f78e";
}
.mdi-alarm-multiple:before {
  content: "\f022";
}
.mdi-alarm-off:before {
  content: "\f023";
}
.mdi-alarm-plus:before {
  content: "\f024";
}
.mdi-alarm-snooze:before {
  content: "\f68d";
}
.mdi-album:before {
  content: "\f025";
}
.mdi-alert:before {
  content: "\f026";
}
.mdi-alert-box:before {
  content: "\f027";
}
.mdi-alert-circle:before {
  content: "\f028";
}
.mdi-alert-circle-outline:before {
  content: "\f5d6";
}
.mdi-alert-decagram:before {
  content: "\f6bc";
}
.mdi-alert-octagon:before {
  content: "\f029";
}
.mdi-alert-octagram:before {
  content: "\f766";
}
.mdi-alert-outline:before {
  content: "\f02a";
}
.mdi-alien:before {
  content: "\f899";
}
.mdi-all-inclusive:before {
  content: "\f6bd";
}
.mdi-alpha:before {
  content: "\f02b";
}
.mdi-alphabetical:before {
  content: "\f02c";
}
.mdi-altimeter:before {
  content: "\f5d7";
}
.mdi-amazon:before {
  content: "\f02d";
}
.mdi-amazon-alexa:before {
  content: "\f8c5";
}
.mdi-amazon-drive:before {
  content: "\f02e";
}
.mdi-ambulance:before {
  content: "\f02f";
}
.mdi-amplifier:before {
  content: "\f030";
}
.mdi-anchor:before {
  content: "\f031";
}
.mdi-android:before {
  content: "\f032";
}
.mdi-android-debug-bridge:before {
  content: "\f033";
}
.mdi-android-head:before {
  content: "\f78f";
}
.mdi-android-studio:before {
  content: "\f034";
}
.mdi-angle-acute:before {
  content: "\f936";
}
.mdi-angle-obtuse:before {
  content: "\f937";
}
.mdi-angle-right:before {
  content: "\f938";
}
.mdi-angular:before {
  content: "\f6b1";
}
.mdi-angularjs:before {
  content: "\f6be";
}
.mdi-animation:before {
  content: "\f5d8";
}
.mdi-animation-play:before {
  content: "\f939";
}
.mdi-anvil:before {
  content: "\f89a";
}
.mdi-apple:before {
  content: "\f035";
}
.mdi-apple-finder:before {
  content: "\f036";
}
.mdi-apple-icloud:before {
  content: "\f038";
}
.mdi-apple-ios:before {
  content: "\f037";
}
.mdi-apple-keyboard-caps:before {
  content: "\f632";
}
.mdi-apple-keyboard-command:before {
  content: "\f633";
}
.mdi-apple-keyboard-control:before {
  content: "\f634";
}
.mdi-apple-keyboard-option:before {
  content: "\f635";
}
.mdi-apple-keyboard-shift:before {
  content: "\f636";
}
.mdi-apple-safari:before {
  content: "\f039";
}
.mdi-application:before {
  content: "\f614";
}
.mdi-approval:before {
  content: "\f790";
}
.mdi-apps:before {
  content: "\f03b";
}
.mdi-arch:before {
  content: "\f8c6";
}
.mdi-archive:before {
  content: "\f03c";
}
.mdi-arrange-bring-forward:before {
  content: "\f03d";
}
.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}
.mdi-arrange-send-backward:before {
  content: "\f03f";
}
.mdi-arrange-send-to-back:before {
  content: "\f040";
}
.mdi-arrow-all:before {
  content: "\f041";
}
.mdi-arrow-bottom-left:before {
  content: "\f042";
}
.mdi-arrow-bottom-right:before {
  content: "\f043";
}
.mdi-arrow-collapse:before {
  content: "\f615";
}
.mdi-arrow-collapse-all:before {
  content: "\f044";
}
.mdi-arrow-collapse-down:before {
  content: "\f791";
}
.mdi-arrow-collapse-horizontal:before {
  content: "\f84b";
}
.mdi-arrow-collapse-left:before {
  content: "\f792";
}
.mdi-arrow-collapse-right:before {
  content: "\f793";
}
.mdi-arrow-collapse-up:before {
  content: "\f794";
}
.mdi-arrow-collapse-vertical:before {
  content: "\f84c";
}
.mdi-arrow-down:before {
  content: "\f045";
}
.mdi-arrow-down-bold:before {
  content: "\f72d";
}
.mdi-arrow-down-bold-box:before {
  content: "\f72e";
}
.mdi-arrow-down-bold-box-outline:before {
  content: "\f72f";
}
.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}
.mdi-arrow-down-box:before {
  content: "\f6bf";
}
.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}
.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}
.mdi-arrow-down-thick:before {
  content: "\f046";
}
.mdi-arrow-expand:before {
  content: "\f616";
}
.mdi-arrow-expand-all:before {
  content: "\f04c";
}
.mdi-arrow-expand-down:before {
  content: "\f795";
}
.mdi-arrow-expand-horizontal:before {
  content: "\f84d";
}
.mdi-arrow-expand-left:before {
  content: "\f796";
}
.mdi-arrow-expand-right:before {
  content: "\f797";
}
.mdi-arrow-expand-up:before {
  content: "\f798";
}
.mdi-arrow-expand-vertical:before {
  content: "\f84e";
}
.mdi-arrow-left:before {
  content: "\f04d";
}
.mdi-arrow-left-bold:before {
  content: "\f730";
}
.mdi-arrow-left-bold-box:before {
  content: "\f731";
}
.mdi-arrow-left-bold-box-outline:before {
  content: "\f732";
}
.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}
.mdi-arrow-left-box:before {
  content: "\f6c0";
}
.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}
.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}
.mdi-arrow-left-thick:before {
  content: "\f04e";
}
.mdi-arrow-right:before {
  content: "\f054";
}
.mdi-arrow-right-bold:before {
  content: "\f733";
}
.mdi-arrow-right-bold-box:before {
  content: "\f734";
}
.mdi-arrow-right-bold-box-outline:before {
  content: "\f735";
}
.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}
.mdi-arrow-right-box:before {
  content: "\f6c1";
}
.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}
.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}
.mdi-arrow-right-thick:before {
  content: "\f055";
}
.mdi-arrow-split-horizontal:before {
  content: "\f93a";
}
.mdi-arrow-split-vertical:before {
  content: "\f93b";
}
.mdi-arrow-top-left:before {
  content: "\f05b";
}
.mdi-arrow-top-right:before {
  content: "\f05c";
}
.mdi-arrow-up:before {
  content: "\f05d";
}
.mdi-arrow-up-bold:before {
  content: "\f736";
}
.mdi-arrow-up-bold-box:before {
  content: "\f737";
}
.mdi-arrow-up-bold-box-outline:before {
  content: "\f738";
}
.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}
.mdi-arrow-up-box:before {
  content: "\f6c2";
}
.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}
.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}
.mdi-arrow-up-thick:before {
  content: "\f05e";
}
.mdi-artist:before {
  content: "\f802";
}
.mdi-assistant:before {
  content: "\f064";
}
.mdi-asterisk:before {
  content: "\f6c3";
}
.mdi-at:before {
  content: "\f065";
}
.mdi-atlassian:before {
  content: "\f803";
}
.mdi-atom:before {
  content: "\f767";
}
.mdi-attachment:before {
  content: "\f066";
}
.mdi-audio-video:before {
  content: "\f93c";
}
.mdi-audiobook:before {
  content: "\f067";
}
.mdi-augmented-reality:before {
  content: "\f84f";
}
.mdi-auto-fix:before {
  content: "\f068";
}
.mdi-auto-upload:before {
  content: "\f069";
}
.mdi-autorenew:before {
  content: "\f06a";
}
.mdi-av-timer:before {
  content: "\f06b";
}
.mdi-axe:before {
  content: "\f8c7";
}
.mdi-azure:before {
  content: "\f804";
}
.mdi-baby:before {
  content: "\f06c";
}
.mdi-baby-buggy:before {
  content: "\f68e";
}
.mdi-backburger:before {
  content: "\f06d";
}
.mdi-backspace:before {
  content: "\f06e";
}
.mdi-backup-restore:before {
  content: "\f06f";
}
.mdi-badminton:before {
  content: "\f850";
}
.mdi-bandcamp:before {
  content: "\f674";
}
.mdi-bank:before {
  content: "\f070";
}
.mdi-barcode:before {
  content: "\f071";
}
.mdi-barcode-scan:before {
  content: "\f072";
}
.mdi-barley:before {
  content: "\f073";
}
.mdi-barrel:before {
  content: "\f074";
}
.mdi-baseball:before {
  content: "\f851";
}
.mdi-baseball-bat:before {
  content: "\f852";
}
.mdi-basecamp:before {
  content: "\f075";
}
.mdi-basket:before {
  content: "\f076";
}
.mdi-basket-fill:before {
  content: "\f077";
}
.mdi-basket-unfill:before {
  content: "\f078";
}
.mdi-basketball:before {
  content: "\f805";
}
.mdi-battery:before {
  content: "\f079";
}
.mdi-battery-10:before {
  content: "\f07a";
}
.mdi-battery-10-bluetooth:before {
  content: "\f93d";
}
.mdi-battery-20:before {
  content: "\f07b";
}
.mdi-battery-20-bluetooth:before {
  content: "\f93e";
}
.mdi-battery-30:before {
  content: "\f07c";
}
.mdi-battery-30-bluetooth:before {
  content: "\f93f";
}
.mdi-battery-40:before {
  content: "\f07d";
}
.mdi-battery-40-bluetooth:before {
  content: "\f940";
}
.mdi-battery-50:before {
  content: "\f07e";
}
.mdi-battery-50-bluetooth:before {
  content: "\f941";
}
.mdi-battery-60:before {
  content: "\f07f";
}
.mdi-battery-60-bluetooth:before {
  content: "\f942";
}
.mdi-battery-70:before {
  content: "\f080";
}
.mdi-battery-70-bluetooth:before {
  content: "\f943";
}
.mdi-battery-80:before {
  content: "\f081";
}
.mdi-battery-80-bluetooth:before {
  content: "\f944";
}
.mdi-battery-90:before {
  content: "\f082";
}
.mdi-battery-90-bluetooth:before {
  content: "\f945";
}
.mdi-battery-alert:before {
  content: "\f083";
}
.mdi-battery-alert-bluetooth:before {
  content: "\f946";
}
.mdi-battery-bluetooth:before {
  content: "\f947";
}
.mdi-battery-bluetooth-variant:before {
  content: "\f948";
}
.mdi-battery-charging:before {
  content: "\f084";
}
.mdi-battery-charging-10:before {
  content: "\f89b";
}
.mdi-battery-charging-100:before {
  content: "\f085";
}
.mdi-battery-charging-20:before {
  content: "\f086";
}
.mdi-battery-charging-30:before {
  content: "\f087";
}
.mdi-battery-charging-40:before {
  content: "\f088";
}
.mdi-battery-charging-50:before {
  content: "\f89c";
}
.mdi-battery-charging-60:before {
  content: "\f089";
}
.mdi-battery-charging-70:before {
  content: "\f89d";
}
.mdi-battery-charging-80:before {
  content: "\f08a";
}
.mdi-battery-charging-90:before {
  content: "\f08b";
}
.mdi-battery-charging-outline:before {
  content: "\f89e";
}
.mdi-battery-charging-wireless:before {
  content: "\f806";
}
.mdi-battery-charging-wireless-10:before {
  content: "\f807";
}
.mdi-battery-charging-wireless-20:before {
  content: "\f808";
}
.mdi-battery-charging-wireless-30:before {
  content: "\f809";
}
.mdi-battery-charging-wireless-40:before {
  content: "\f80a";
}
.mdi-battery-charging-wireless-50:before {
  content: "\f80b";
}
.mdi-battery-charging-wireless-60:before {
  content: "\f80c";
}
.mdi-battery-charging-wireless-70:before {
  content: "\f80d";
}
.mdi-battery-charging-wireless-80:before {
  content: "\f80e";
}
.mdi-battery-charging-wireless-90:before {
  content: "\f80f";
}
.mdi-battery-charging-wireless-alert:before {
  content: "\f810";
}
.mdi-battery-charging-wireless-outline:before {
  content: "\f811";
}
.mdi-battery-minus:before {
  content: "\f08c";
}
.mdi-battery-negative:before {
  content: "\f08d";
}
.mdi-battery-outline:before {
  content: "\f08e";
}
.mdi-battery-plus:before {
  content: "\f08f";
}
.mdi-battery-positive:before {
  content: "\f090";
}
.mdi-battery-unknown:before {
  content: "\f091";
}
.mdi-battery-unknown-bluetooth:before {
  content: "\f949";
}
.mdi-beach:before {
  content: "\f092";
}
.mdi-beaker:before {
  content: "\f68f";
}
.mdi-beats:before {
  content: "\f097";
}
.mdi-bed-empty:before {
  content: "\f89f";
}
.mdi-beer:before {
  content: "\f098";
}
.mdi-behance:before {
  content: "\f099";
}
.mdi-bell:before {
  content: "\f09a";
}
.mdi-bell-off:before {
  content: "\f09b";
}
.mdi-bell-outline:before {
  content: "\f09c";
}
.mdi-bell-plus:before {
  content: "\f09d";
}
.mdi-bell-ring:before {
  content: "\f09e";
}
.mdi-bell-ring-outline:before {
  content: "\f09f";
}
.mdi-bell-sleep:before {
  content: "\f0a0";
}
.mdi-beta:before {
  content: "\f0a1";
}
.mdi-bible:before {
  content: "\f0a2";
}
.mdi-bike:before {
  content: "\f0a3";
}
.mdi-bing:before {
  content: "\f0a4";
}
.mdi-binoculars:before {
  content: "\f0a5";
}
.mdi-bio:before {
  content: "\f0a6";
}
.mdi-biohazard:before {
  content: "\f0a7";
}
.mdi-bitbucket:before {
  content: "\f0a8";
}
.mdi-bitcoin:before {
  content: "\f812";
}
.mdi-black-mesa:before {
  content: "\f0a9";
}
.mdi-blackberry:before {
  content: "\f0aa";
}
.mdi-blender:before {
  content: "\f0ab";
}
.mdi-blinds:before {
  content: "\f0ac";
}
.mdi-block-helper:before {
  content: "\f0ad";
}
.mdi-blogger:before {
  content: "\f0ae";
}
.mdi-bluetooth:before {
  content: "\f0af";
}
.mdi-bluetooth-audio:before {
  content: "\f0b0";
}
.mdi-bluetooth-connect:before {
  content: "\f0b1";
}
.mdi-bluetooth-off:before {
  content: "\f0b2";
}
.mdi-bluetooth-settings:before {
  content: "\f0b3";
}
.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}
.mdi-blur:before {
  content: "\f0b5";
}
.mdi-blur-linear:before {
  content: "\f0b6";
}
.mdi-blur-off:before {
  content: "\f0b7";
}
.mdi-blur-radial:before {
  content: "\f0b8";
}
.mdi-bomb:before {
  content: "\f690";
}
.mdi-bomb-off:before {
  content: "\f6c4";
}
.mdi-bone:before {
  content: "\f0b9";
}
.mdi-book:before {
  content: "\f0ba";
}
.mdi-book-minus:before {
  content: "\f5d9";
}
.mdi-book-multiple:before {
  content: "\f0bb";
}
.mdi-book-multiple-variant:before {
  content: "\f0bc";
}
.mdi-book-open:before {
  content: "\f0bd";
}
.mdi-book-open-page-variant:before {
  content: "\f5da";
}
.mdi-book-open-variant:before {
  content: "\f0be";
}
.mdi-book-plus:before {
  content: "\f5db";
}
.mdi-book-secure:before {
  content: "\f799";
}
.mdi-book-unsecure:before {
  content: "\f79a";
}
.mdi-book-variant:before {
  content: "\f0bf";
}
.mdi-bookmark:before {
  content: "\f0c0";
}
.mdi-bookmark-check:before {
  content: "\f0c1";
}
.mdi-bookmark-music:before {
  content: "\f0c2";
}
.mdi-bookmark-outline:before {
  content: "\f0c3";
}
.mdi-bookmark-plus:before {
  content: "\f0c5";
}
.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}
.mdi-bookmark-remove:before {
  content: "\f0c6";
}
.mdi-boombox:before {
  content: "\f5dc";
}
.mdi-bootstrap:before {
  content: "\f6c5";
}
.mdi-border-all:before {
  content: "\f0c7";
}
.mdi-border-all-variant:before {
  content: "\f8a0";
}
.mdi-border-bottom:before {
  content: "\f0c8";
}
.mdi-border-bottom-variant:before {
  content: "\f8a1";
}
.mdi-border-color:before {
  content: "\f0c9";
}
.mdi-border-horizontal:before {
  content: "\f0ca";
}
.mdi-border-inside:before {
  content: "\f0cb";
}
.mdi-border-left:before {
  content: "\f0cc";
}
.mdi-border-left-variant:before {
  content: "\f8a2";
}
.mdi-border-none:before {
  content: "\f0cd";
}
.mdi-border-none-variant:before {
  content: "\f8a3";
}
.mdi-border-outside:before {
  content: "\f0ce";
}
.mdi-border-right:before {
  content: "\f0cf";
}
.mdi-border-right-variant:before {
  content: "\f8a4";
}
.mdi-border-style:before {
  content: "\f0d0";
}
.mdi-border-top:before {
  content: "\f0d1";
}
.mdi-border-top-variant:before {
  content: "\f8a5";
}
.mdi-border-vertical:before {
  content: "\f0d2";
}
.mdi-bottle-wine:before {
  content: "\f853";
}
.mdi-bow-tie:before {
  content: "\f677";
}
.mdi-bowl:before {
  content: "\f617";
}
.mdi-bowling:before {
  content: "\f0d3";
}
.mdi-box:before {
  content: "\f0d4";
}
.mdi-box-cutter:before {
  content: "\f0d5";
}
.mdi-box-shadow:before {
  content: "\f637";
}
.mdi-bridge:before {
  content: "\f618";
}
.mdi-briefcase:before {
  content: "\f0d6";
}
.mdi-briefcase-check:before {
  content: "\f0d7";
}
.mdi-briefcase-download:before {
  content: "\f0d8";
}
.mdi-briefcase-outline:before {
  content: "\f813";
}
.mdi-briefcase-upload:before {
  content: "\f0d9";
}
.mdi-brightness-1:before {
  content: "\f0da";
}
.mdi-brightness-2:before {
  content: "\f0db";
}
.mdi-brightness-3:before {
  content: "\f0dc";
}
.mdi-brightness-4:before {
  content: "\f0dd";
}
.mdi-brightness-5:before {
  content: "\f0de";
}
.mdi-brightness-6:before {
  content: "\f0df";
}
.mdi-brightness-7:before {
  content: "\f0e0";
}
.mdi-brightness-auto:before {
  content: "\f0e1";
}
.mdi-broom:before {
  content: "\f0e2";
}
.mdi-brush:before {
  content: "\f0e3";
}
.mdi-buddhism:before {
  content: "\f94a";
}
.mdi-buffer:before {
  content: "\f619";
}
.mdi-bug:before {
  content: "\f0e4";
}
.mdi-bulletin-board:before {
  content: "\f0e5";
}
.mdi-bullhorn:before {
  content: "\f0e6";
}
.mdi-bullseye:before {
  content: "\f5dd";
}
.mdi-bullseye-arrow:before {
  content: "\f8c8";
}
.mdi-bus:before {
  content: "\f0e7";
}
.mdi-bus-articulated-end:before {
  content: "\f79b";
}
.mdi-bus-articulated-front:before {
  content: "\f79c";
}
.mdi-bus-clock:before {
  content: "\f8c9";
}
.mdi-bus-double-decker:before {
  content: "\f79d";
}
.mdi-bus-school:before {
  content: "\f79e";
}
.mdi-bus-side:before {
  content: "\f79f";
}
.mdi-cached:before {
  content: "\f0e8";
}
.mdi-cake:before {
  content: "\f0e9";
}
.mdi-cake-layered:before {
  content: "\f0ea";
}
.mdi-cake-variant:before {
  content: "\f0eb";
}
.mdi-calculator:before {
  content: "\f0ec";
}
.mdi-calendar:before {
  content: "\f0ed";
}
.mdi-calendar-blank:before {
  content: "\f0ee";
}
.mdi-calendar-check:before {
  content: "\f0ef";
}
.mdi-calendar-clock:before {
  content: "\f0f0";
}
.mdi-calendar-edit:before {
  content: "\f8a6";
}
.mdi-calendar-multiple:before {
  content: "\f0f1";
}
.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}
.mdi-calendar-plus:before {
  content: "\f0f3";
}
.mdi-calendar-question:before {
  content: "\f691";
}
.mdi-calendar-range:before {
  content: "\f678";
}
.mdi-calendar-remove:before {
  content: "\f0f4";
}
.mdi-calendar-search:before {
  content: "\f94b";
}
.mdi-calendar-text:before {
  content: "\f0f5";
}
.mdi-calendar-today:before {
  content: "\f0f6";
}
.mdi-call-made:before {
  content: "\f0f7";
}
.mdi-call-merge:before {
  content: "\f0f8";
}
.mdi-call-missed:before {
  content: "\f0f9";
}
.mdi-call-received:before {
  content: "\f0fa";
}
.mdi-call-split:before {
  content: "\f0fb";
}
.mdi-camcorder:before {
  content: "\f0fc";
}
.mdi-camcorder-box:before {
  content: "\f0fd";
}
.mdi-camcorder-box-off:before {
  content: "\f0fe";
}
.mdi-camcorder-off:before {
  content: "\f0ff";
}
.mdi-camera:before {
  content: "\f100";
}
.mdi-camera-account:before {
  content: "\f8ca";
}
.mdi-camera-burst:before {
  content: "\f692";
}
.mdi-camera-enhance:before {
  content: "\f101";
}
.mdi-camera-front:before {
  content: "\f102";
}
.mdi-camera-front-variant:before {
  content: "\f103";
}
.mdi-camera-gopro:before {
  content: "\f7a0";
}
.mdi-camera-image:before {
  content: "\f8cb";
}
.mdi-camera-iris:before {
  content: "\f104";
}
.mdi-camera-metering-center:before {
  content: "\f7a1";
}
.mdi-camera-metering-matrix:before {
  content: "\f7a2";
}
.mdi-camera-metering-partial:before {
  content: "\f7a3";
}
.mdi-camera-metering-spot:before {
  content: "\f7a4";
}
.mdi-camera-off:before {
  content: "\f5df";
}
.mdi-camera-party-mode:before {
  content: "\f105";
}
.mdi-camera-rear:before {
  content: "\f106";
}
.mdi-camera-rear-variant:before {
  content: "\f107";
}
.mdi-camera-switch:before {
  content: "\f108";
}
.mdi-camera-timer:before {
  content: "\f109";
}
.mdi-cancel:before {
  content: "\f739";
}
.mdi-candle:before {
  content: "\f5e2";
}
.mdi-candycane:before {
  content: "\f10a";
}
.mdi-cannabis:before {
  content: "\f7a5";
}
.mdi-car:before {
  content: "\f10b";
}
.mdi-car-battery:before {
  content: "\f10c";
}
.mdi-car-connected:before {
  content: "\f10d";
}
.mdi-car-convertible:before {
  content: "\f7a6";
}
.mdi-car-estate:before {
  content: "\f7a7";
}
.mdi-car-hatchback:before {
  content: "\f7a8";
}
.mdi-car-limousine:before {
  content: "\f8cc";
}
.mdi-car-pickup:before {
  content: "\f7a9";
}
.mdi-car-side:before {
  content: "\f7aa";
}
.mdi-car-sports:before {
  content: "\f7ab";
}
.mdi-car-wash:before {
  content: "\f10e";
}
.mdi-caravan:before {
  content: "\f7ac";
}
.mdi-cards:before {
  content: "\f638";
}
.mdi-cards-club:before {
  content: "\f8cd";
}
.mdi-cards-diamond:before {
  content: "\f8ce";
}
.mdi-cards-heart:before {
  content: "\f8cf";
}
.mdi-cards-outline:before {
  content: "\f639";
}
.mdi-cards-playing-outline:before {
  content: "\f63a";
}
.mdi-cards-spade:before {
  content: "\f8d0";
}
.mdi-cards-variant:before {
  content: "\f6c6";
}
.mdi-carrot:before {
  content: "\f10f";
}
.mdi-cart:before {
  content: "\f110";
}
.mdi-cart-off:before {
  content: "\f66b";
}
.mdi-cart-outline:before {
  content: "\f111";
}
.mdi-cart-plus:before {
  content: "\f112";
}
.mdi-case-sensitive-alt:before {
  content: "\f113";
}
.mdi-cash:before {
  content: "\f114";
}
.mdi-cash-100:before {
  content: "\f115";
}
.mdi-cash-multiple:before {
  content: "\f116";
}
.mdi-cash-usd:before {
  content: "\f117";
}
.mdi-cast:before {
  content: "\f118";
}
.mdi-cast-connected:before {
  content: "\f119";
}
.mdi-cast-off:before {
  content: "\f789";
}
.mdi-castle:before {
  content: "\f11a";
}
.mdi-cat:before {
  content: "\f11b";
}
.mdi-cctv:before {
  content: "\f7ad";
}
.mdi-ceiling-light:before {
  content: "\f768";
}
.mdi-cellphone:before {
  content: "\f11c";
}
.mdi-cellphone-android:before {
  content: "\f11d";
}
.mdi-cellphone-basic:before {
  content: "\f11e";
}
.mdi-cellphone-dock:before {
  content: "\f11f";
}
.mdi-cellphone-erase:before {
  content: "\f94c";
}
.mdi-cellphone-iphone:before {
  content: "\f120";
}
.mdi-cellphone-key:before {
  content: "\f94d";
}
.mdi-cellphone-link:before {
  content: "\f121";
}
.mdi-cellphone-link-off:before {
  content: "\f122";
}
.mdi-cellphone-lock:before {
  content: "\f94e";
}
.mdi-cellphone-message:before {
  content: "\f8d2";
}
.mdi-cellphone-off:before {
  content: "\f94f";
}
.mdi-cellphone-settings:before {
  content: "\f123";
}
.mdi-cellphone-settings-variant:before {
  content: "\f950";
}
.mdi-cellphone-sound:before {
  content: "\f951";
}
.mdi-cellphone-text:before {
  content: "\f8d1";
}
.mdi-cellphone-wireless:before {
  content: "\f814";
}
.mdi-certificate:before {
  content: "\f124";
}
.mdi-chair-school:before {
  content: "\f125";
}
.mdi-chart-arc:before {
  content: "\f126";
}
.mdi-chart-areaspline:before {
  content: "\f127";
}
.mdi-chart-bar:before {
  content: "\f128";
}
.mdi-chart-bar-stacked:before {
  content: "\f769";
}
.mdi-chart-bubble:before {
  content: "\f5e3";
}
.mdi-chart-donut:before {
  content: "\f7ae";
}
.mdi-chart-donut-variant:before {
  content: "\f7af";
}
.mdi-chart-gantt:before {
  content: "\f66c";
}
.mdi-chart-histogram:before {
  content: "\f129";
}
.mdi-chart-line:before {
  content: "\f12a";
}
.mdi-chart-line-stacked:before {
  content: "\f76a";
}
.mdi-chart-line-variant:before {
  content: "\f7b0";
}
.mdi-chart-multiline:before {
  content: "\f8d3";
}
.mdi-chart-pie:before {
  content: "\f12b";
}
.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}
.mdi-chart-timeline:before {
  content: "\f66e";
}
.mdi-check:before {
  content: "\f12c";
}
.mdi-check-all:before {
  content: "\f12d";
}
.mdi-check-circle:before {
  content: "\f5e0";
}
.mdi-check-circle-outline:before {
  content: "\f5e1";
}
.mdi-check-outline:before {
  content: "\f854";
}
.mdi-checkbox-blank:before {
  content: "\f12e";
}
.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}
.mdi-checkbox-blank-outline:before {
  content: "\f131";
}
.mdi-checkbox-intermediate:before {
  content: "\f855";
}
.mdi-checkbox-marked:before {
  content: "\f132";
}
.mdi-checkbox-marked-circle:before {
  content: "\f133";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}
.mdi-checkbox-marked-outline:before {
  content: "\f135";
}
.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}
.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}
.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}
.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}
.mdi-checkerboard:before {
  content: "\f13a";
}
.mdi-chemical-weapon:before {
  content: "\f13b";
}
.mdi-chess-bishop:before {
  content: "\f85b";
}
.mdi-chess-king:before {
  content: "\f856";
}
.mdi-chess-knight:before {
  content: "\f857";
}
.mdi-chess-pawn:before {
  content: "\f858";
}
.mdi-chess-queen:before {
  content: "\f859";
}
.mdi-chess-rook:before {
  content: "\f85a";
}
.mdi-chevron-double-down:before {
  content: "\f13c";
}
.mdi-chevron-double-left:before {
  content: "\f13d";
}
.mdi-chevron-double-right:before {
  content: "\f13e";
}
.mdi-chevron-double-up:before {
  content: "\f13f";
}
.mdi-chevron-down:before {
  content: "\f140";
}
.mdi-chevron-left:before {
  content: "\f141";
}
.mdi-chevron-right:before {
  content: "\f142";
}
.mdi-chevron-up:before {
  content: "\f143";
}
.mdi-chili-hot:before {
  content: "\f7b1";
}
.mdi-chili-medium:before {
  content: "\f7b2";
}
.mdi-chili-mild:before {
  content: "\f7b3";
}
.mdi-chip:before {
  content: "\f61a";
}
.mdi-christiantiy:before {
  content: "\f952";
}
.mdi-church:before {
  content: "\f144";
}
.mdi-circle:before {
  content: "\f764";
}
.mdi-circle-edit-outline:before {
  content: "\f8d4";
}
.mdi-circle-outline:before {
  content: "\f765";
}
.mdi-cisco-webex:before {
  content: "\f145";
}
.mdi-city:before {
  content: "\f146";
}
.mdi-clipboard:before {
  content: "\f147";
}
.mdi-clipboard-account:before {
  content: "\f148";
}
.mdi-clipboard-alert:before {
  content: "\f149";
}
.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}
.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}
.mdi-clipboard-check:before {
  content: "\f14c";
}
.mdi-clipboard-check-outline:before {
  content: "\f8a7";
}
.mdi-clipboard-flow:before {
  content: "\f6c7";
}
.mdi-clipboard-outline:before {
  content: "\f14d";
}
.mdi-clipboard-plus:before {
  content: "\f750";
}
.mdi-clipboard-pulse:before {
  content: "\f85c";
}
.mdi-clipboard-pulse-outline:before {
  content: "\f85d";
}
.mdi-clipboard-text:before {
  content: "\f14e";
}
.mdi-clippy:before {
  content: "\f14f";
}
.mdi-clock:before {
  content: "\f953";
}
.mdi-clock-alert:before {
  content: "\f954";
}
.mdi-clock-alert-outline:before {
  content: "\f5ce";
}
.mdi-clock-end:before {
  content: "\f151";
}
.mdi-clock-fast:before {
  content: "\f152";
}
.mdi-clock-in:before {
  content: "\f153";
}
.mdi-clock-out:before {
  content: "\f154";
}
.mdi-clock-outline:before {
  content: "\f150";
}
.mdi-clock-start:before {
  content: "\f155";
}
.mdi-close:before {
  content: "\f156";
}
.mdi-close-box:before {
  content: "\f157";
}
.mdi-close-box-outline:before {
  content: "\f158";
}
.mdi-close-circle:before {
  content: "\f159";
}
.mdi-close-circle-outline:before {
  content: "\f15a";
}
.mdi-close-network:before {
  content: "\f15b";
}
.mdi-close-octagon:before {
  content: "\f15c";
}
.mdi-close-octagon-outline:before {
  content: "\f15d";
}
.mdi-close-outline:before {
  content: "\f6c8";
}
.mdi-closed-caption:before {
  content: "\f15e";
}
.mdi-cloud:before {
  content: "\f15f";
}
.mdi-cloud-braces:before {
  content: "\f7b4";
}
.mdi-cloud-check:before {
  content: "\f160";
}
.mdi-cloud-circle:before {
  content: "\f161";
}
.mdi-cloud-download:before {
  content: "\f162";
}
.mdi-cloud-off-outline:before {
  content: "\f164";
}
.mdi-cloud-outline:before {
  content: "\f163";
}
.mdi-cloud-print:before {
  content: "\f165";
}
.mdi-cloud-print-outline:before {
  content: "\f166";
}
.mdi-cloud-search:before {
  content: "\f955";
}
.mdi-cloud-search-outline:before {
  content: "\f956";
}
.mdi-cloud-sync:before {
  content: "\f63f";
}
.mdi-cloud-tags:before {
  content: "\f7b5";
}
.mdi-cloud-upload:before {
  content: "\f167";
}
.mdi-clover:before {
  content: "\f815";
}
.mdi-code-array:before {
  content: "\f168";
}
.mdi-code-braces:before {
  content: "\f169";
}
.mdi-code-brackets:before {
  content: "\f16a";
}
.mdi-code-equal:before {
  content: "\f16b";
}
.mdi-code-greater-than:before {
  content: "\f16c";
}
.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}
.mdi-code-less-than:before {
  content: "\f16e";
}
.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}
.mdi-code-not-equal:before {
  content: "\f170";
}
.mdi-code-not-equal-variant:before {
  content: "\f171";
}
.mdi-code-parentheses:before {
  content: "\f172";
}
.mdi-code-string:before {
  content: "\f173";
}
.mdi-code-tags:before {
  content: "\f174";
}
.mdi-code-tags-check:before {
  content: "\f693";
}
.mdi-codepen:before {
  content: "\f175";
}
.mdi-coffee:before {
  content: "\f176";
}
.mdi-coffee-outline:before {
  content: "\f6c9";
}
.mdi-coffee-to-go:before {
  content: "\f177";
}
.mdi-cogs:before {
  content: "\f8d5";
}
.mdi-coin:before {
  content: "\f178";
}
.mdi-coins:before {
  content: "\f694";
}
.mdi-collage:before {
  content: "\f640";
}
.mdi-color-helper:before {
  content: "\f179";
}
.mdi-comment:before {
  content: "\f17a";
}
.mdi-comment-account:before {
  content: "\f17b";
}
.mdi-comment-account-outline:before {
  content: "\f17c";
}
.mdi-comment-alert:before {
  content: "\f17d";
}
.mdi-comment-alert-outline:before {
  content: "\f17e";
}
.mdi-comment-check:before {
  content: "\f17f";
}
.mdi-comment-check-outline:before {
  content: "\f180";
}
.mdi-comment-multiple:before {
  content: "\f85e";
}
.mdi-comment-multiple-outline:before {
  content: "\f181";
}
.mdi-comment-outline:before {
  content: "\f182";
}
.mdi-comment-plus-outline:before {
  content: "\f183";
}
.mdi-comment-processing:before {
  content: "\f184";
}
.mdi-comment-processing-outline:before {
  content: "\f185";
}
.mdi-comment-question:before {
  content: "\f816";
}
.mdi-comment-question-outline:before {
  content: "\f186";
}
.mdi-comment-remove:before {
  content: "\f5de";
}
.mdi-comment-remove-outline:before {
  content: "\f187";
}
.mdi-comment-text:before {
  content: "\f188";
}
.mdi-comment-text-multiple:before {
  content: "\f85f";
}
.mdi-comment-text-multiple-outline:before {
  content: "\f860";
}
.mdi-comment-text-outline:before {
  content: "\f189";
}
.mdi-compare:before {
  content: "\f18a";
}
.mdi-compass:before {
  content: "\f18b";
}
.mdi-compass-outline:before {
  content: "\f18c";
}
.mdi-console:before {
  content: "\f18d";
}
.mdi-console-line:before {
  content: "\f7b6";
}
.mdi-console-network:before {
  content: "\f8a8";
}
.mdi-contact-mail:before {
  content: "\f18e";
}
.mdi-contacts:before {
  content: "\f6ca";
}
.mdi-content-copy:before {
  content: "\f18f";
}
.mdi-content-cut:before {
  content: "\f190";
}
.mdi-content-duplicate:before {
  content: "\f191";
}
.mdi-content-paste:before {
  content: "\f192";
}
.mdi-content-save:before {
  content: "\f193";
}
.mdi-content-save-all:before {
  content: "\f194";
}
.mdi-content-save-outline:before {
  content: "\f817";
}
.mdi-content-save-settings:before {
  content: "\f61b";
}
.mdi-contrast:before {
  content: "\f195";
}
.mdi-contrast-box:before {
  content: "\f196";
}
.mdi-contrast-circle:before {
  content: "\f197";
}
.mdi-cookie:before {
  content: "\f198";
}
.mdi-copyright:before {
  content: "\f5e6";
}
.mdi-cordova:before {
  content: "\f957";
}
.mdi-corn:before {
  content: "\f7b7";
}
.mdi-counter:before {
  content: "\f199";
}
.mdi-cow:before {
  content: "\f19a";
}
.mdi-crane:before {
  content: "\f861";
}
.mdi-creation:before {
  content: "\f1c9";
}
.mdi-credit-card:before {
  content: "\f19b";
}
.mdi-credit-card-multiple:before {
  content: "\f19c";
}
.mdi-credit-card-off:before {
  content: "\f5e4";
}
.mdi-credit-card-plus:before {
  content: "\f675";
}
.mdi-credit-card-scan:before {
  content: "\f19d";
}
.mdi-credit-card-settings:before {
  content: "\f8d6";
}
.mdi-crop:before {
  content: "\f19e";
}
.mdi-crop-free:before {
  content: "\f19f";
}
.mdi-crop-landscape:before {
  content: "\f1a0";
}
.mdi-crop-portrait:before {
  content: "\f1a1";
}
.mdi-crop-rotate:before {
  content: "\f695";
}
.mdi-crop-square:before {
  content: "\f1a2";
}
.mdi-crosshairs:before {
  content: "\f1a3";
}
.mdi-crosshairs-gps:before {
  content: "\f1a4";
}
.mdi-crown:before {
  content: "\f1a5";
}
.mdi-cryengine:before {
  content: "\f958";
}
.mdi-cube:before {
  content: "\f1a6";
}
.mdi-cube-outline:before {
  content: "\f1a7";
}
.mdi-cube-send:before {
  content: "\f1a8";
}
.mdi-cube-unfolded:before {
  content: "\f1a9";
}
.mdi-cup:before {
  content: "\f1aa";
}
.mdi-cup-off:before {
  content: "\f5e5";
}
.mdi-cup-water:before {
  content: "\f1ab";
}
.mdi-cupcake:before {
  content: "\f959";
}
.mdi-curling:before {
  content: "\f862";
}
.mdi-currency-bdt:before {
  content: "\f863";
}
.mdi-currency-btc:before {
  content: "\f1ac";
}
.mdi-currency-chf:before {
  content: "\f7b8";
}
.mdi-currency-cny:before {
  content: "\f7b9";
}
.mdi-currency-eth:before {
  content: "\f7ba";
}
.mdi-currency-eur:before {
  content: "\f1ad";
}
.mdi-currency-gbp:before {
  content: "\f1ae";
}
.mdi-currency-inr:before {
  content: "\f1af";
}
.mdi-currency-jpy:before {
  content: "\f7bb";
}
.mdi-currency-krw:before {
  content: "\f7bc";
}
.mdi-currency-kzt:before {
  content: "\f864";
}
.mdi-currency-ngn:before {
  content: "\f1b0";
}
.mdi-currency-rub:before {
  content: "\f1b1";
}
.mdi-currency-sign:before {
  content: "\f7bd";
}
.mdi-currency-try:before {
  content: "\f1b2";
}
.mdi-currency-twd:before {
  content: "\f7be";
}
.mdi-currency-usd:before {
  content: "\f1b3";
}
.mdi-currency-usd-off:before {
  content: "\f679";
}
.mdi-current-ac:before {
  content: "\f95a";
}
.mdi-current-dc:before {
  content: "\f95b";
}
.mdi-cursor-default:before {
  content: "\f1b4";
}
.mdi-cursor-default-outline:before {
  content: "\f1b5";
}
.mdi-cursor-move:before {
  content: "\f1b6";
}
.mdi-cursor-pointer:before {
  content: "\f1b7";
}
.mdi-cursor-text:before {
  content: "\f5e7";
}
.mdi-database:before {
  content: "\f1b8";
}
.mdi-database-export:before {
  content: "\f95d";
}
.mdi-database-import:before {
  content: "\f95c";
}
.mdi-database-minus:before {
  content: "\f1b9";
}
.mdi-database-plus:before {
  content: "\f1ba";
}
.mdi-database-search:before {
  content: "\f865";
}
.mdi-death-star:before {
  content: "\f8d7";
}
.mdi-death-star-variant:before {
  content: "\f8d8";
}
.mdi-debian:before {
  content: "\f8d9";
}
.mdi-debug-step-into:before {
  content: "\f1bb";
}
.mdi-debug-step-out:before {
  content: "\f1bc";
}
.mdi-debug-step-over:before {
  content: "\f1bd";
}
.mdi-decagram:before {
  content: "\f76b";
}
.mdi-decagram-outline:before {
  content: "\f76c";
}
.mdi-decimal-decrease:before {
  content: "\f1be";
}
.mdi-decimal-increase:before {
  content: "\f1bf";
}
.mdi-delete:before {
  content: "\f1c0";
}
.mdi-delete-circle:before {
  content: "\f682";
}
.mdi-delete-empty:before {
  content: "\f6cb";
}
.mdi-delete-forever:before {
  content: "\f5e8";
}
.mdi-delete-restore:before {
  content: "\f818";
}
.mdi-delete-sweep:before {
  content: "\f5e9";
}
.mdi-delete-variant:before {
  content: "\f1c1";
}
.mdi-delta:before {
  content: "\f1c2";
}
.mdi-desk-lamp:before {
  content: "\f95e";
}
.mdi-deskphone:before {
  content: "\f1c3";
}
.mdi-desktop-classic:before {
  content: "\f7bf";
}
.mdi-desktop-mac:before {
  content: "\f1c4";
}
.mdi-desktop-tower:before {
  content: "\f1c5";
}
.mdi-details:before {
  content: "\f1c6";
}
.mdi-developer-board:before {
  content: "\f696";
}
.mdi-deviantart:before {
  content: "\f1c7";
}
.mdi-dialpad:before {
  content: "\f61c";
}
.mdi-diamond:before {
  content: "\f1c8";
}
.mdi-dice-1:before {
  content: "\f1ca";
}
.mdi-dice-2:before {
  content: "\f1cb";
}
.mdi-dice-3:before {
  content: "\f1cc";
}
.mdi-dice-4:before {
  content: "\f1cd";
}
.mdi-dice-5:before {
  content: "\f1ce";
}
.mdi-dice-6:before {
  content: "\f1cf";
}
.mdi-dice-d10:before {
  content: "\f76e";
}
.mdi-dice-d12:before {
  content: "\f866";
}
.mdi-dice-d20:before {
  content: "\f5ea";
}
.mdi-dice-d4:before {
  content: "\f5eb";
}
.mdi-dice-d6:before {
  content: "\f5ec";
}
.mdi-dice-d8:before {
  content: "\f5ed";
}
.mdi-dice-multiple:before {
  content: "\f76d";
}
.mdi-dictionary:before {
  content: "\f61d";
}
.mdi-dip-switch:before {
  content: "\f7c0";
}
.mdi-directions:before {
  content: "\f1d0";
}
.mdi-directions-fork:before {
  content: "\f641";
}
.mdi-discord:before {
  content: "\f66f";
}
.mdi-disk:before {
  content: "\f5ee";
}
.mdi-disk-alert:before {
  content: "\f1d1";
}
.mdi-disk-player:before {
  content: "\f95f";
}
.mdi-disqus:before {
  content: "\f1d2";
}
.mdi-disqus-outline:before {
  content: "\f1d3";
}
.mdi-division:before {
  content: "\f1d4";
}
.mdi-division-box:before {
  content: "\f1d5";
}
.mdi-dna:before {
  content: "\f683";
}
.mdi-dns:before {
  content: "\f1d6";
}
.mdi-do-not-disturb:before {
  content: "\f697";
}
.mdi-do-not-disturb-off:before {
  content: "\f698";
}
.mdi-docker:before {
  content: "\f867";
}
.mdi-dolby:before {
  content: "\f6b2";
}
.mdi-domain:before {
  content: "\f1d7";
}
.mdi-donkey:before {
  content: "\f7c1";
}
.mdi-door:before {
  content: "\f819";
}
.mdi-door-closed:before {
  content: "\f81a";
}
.mdi-door-open:before {
  content: "\f81b";
}
.mdi-doorbell-video:before {
  content: "\f868";
}
.mdi-dots-horizontal:before {
  content: "\f1d8";
}
.mdi-dots-horizontal-circle:before {
  content: "\f7c2";
}
.mdi-dots-vertical:before {
  content: "\f1d9";
}
.mdi-dots-vertical-circle:before {
  content: "\f7c3";
}
.mdi-douban:before {
  content: "\f699";
}
.mdi-download:before {
  content: "\f1da";
}
.mdi-download-network:before {
  content: "\f6f3";
}
.mdi-drag:before {
  content: "\f1db";
}
.mdi-drag-horizontal:before {
  content: "\f1dc";
}
.mdi-drag-vertical:before {
  content: "\f1dd";
}
.mdi-drawing:before {
  content: "\f1de";
}
.mdi-drawing-box:before {
  content: "\f1df";
}
.mdi-dribbble:before {
  content: "\f1e0";
}
.mdi-dribbble-box:before {
  content: "\f1e1";
}
.mdi-drone:before {
  content: "\f1e2";
}
.mdi-dropbox:before {
  content: "\f1e3";
}
.mdi-drupal:before {
  content: "\f1e4";
}
.mdi-duck:before {
  content: "\f1e5";
}
.mdi-dumbbell:before {
  content: "\f1e6";
}
.mdi-ear-hearing:before {
  content: "\f7c4";
}
.mdi-earth:before {
  content: "\f1e7";
}
.mdi-earth-box:before {
  content: "\f6cc";
}
.mdi-earth-box-off:before {
  content: "\f6cd";
}
.mdi-earth-off:before {
  content: "\f1e8";
}
.mdi-edge:before {
  content: "\f1e9";
}
.mdi-eject:before {
  content: "\f1ea";
}
.mdi-elephant:before {
  content: "\f7c5";
}
.mdi-elevation-decline:before {
  content: "\f1eb";
}
.mdi-elevation-rise:before {
  content: "\f1ec";
}
.mdi-elevator:before {
  content: "\f1ed";
}
.mdi-email:before {
  content: "\f1ee";
}
.mdi-email-alert:before {
  content: "\f6ce";
}
.mdi-email-open:before {
  content: "\f1ef";
}
.mdi-email-open-outline:before {
  content: "\f5ef";
}
.mdi-email-outline:before {
  content: "\f1f0";
}
.mdi-email-search:before {
  content: "\f960";
}
.mdi-email-search-outline:before {
  content: "\f961";
}
.mdi-email-secure:before {
  content: "\f1f1";
}
.mdi-email-variant:before {
  content: "\f5f0";
}
.mdi-emby:before {
  content: "\f6b3";
}
.mdi-emoticon:before {
  content: "\f1f2";
}
.mdi-emoticon-cool:before {
  content: "\f1f3";
}
.mdi-emoticon-dead:before {
  content: "\f69a";
}
.mdi-emoticon-devil:before {
  content: "\f1f4";
}
.mdi-emoticon-excited:before {
  content: "\f69b";
}
.mdi-emoticon-happy:before {
  content: "\f1f5";
}
.mdi-emoticon-neutral:before {
  content: "\f1f6";
}
.mdi-emoticon-poop:before {
  content: "\f1f7";
}
.mdi-emoticon-sad:before {
  content: "\f1f8";
}
.mdi-emoticon-tongue:before {
  content: "\f1f9";
}
.mdi-engine:before {
  content: "\f1fa";
}
.mdi-engine-outline:before {
  content: "\f1fb";
}
.mdi-equal:before {
  content: "\f1fc";
}
.mdi-equal-box:before {
  content: "\f1fd";
}
.mdi-eraser:before {
  content: "\f1fe";
}
.mdi-eraser-variant:before {
  content: "\f642";
}
.mdi-escalator:before {
  content: "\f1ff";
}
.mdi-ethereum:before {
  content: "\f869";
}
.mdi-ethernet:before {
  content: "\f200";
}
.mdi-ethernet-cable:before {
  content: "\f201";
}
.mdi-ethernet-cable-off:before {
  content: "\f202";
}
.mdi-etsy:before {
  content: "\f203";
}
.mdi-ev-station:before {
  content: "\f5f1";
}
.mdi-eventbrite:before {
  content: "\f7c6";
}
.mdi-evernote:before {
  content: "\f204";
}
.mdi-exclamation:before {
  content: "\f205";
}
.mdi-exit-to-app:before {
  content: "\f206";
}
.mdi-exponent:before {
  content: "\f962";
}
.mdi-exponent-box:before {
  content: "\f963";
}
.mdi-export:before {
  content: "\f207";
}
.mdi-eye:before {
  content: "\f208";
}
.mdi-eye-off:before {
  content: "\f209";
}
.mdi-eye-off-outline:before {
  content: "\f6d0";
}
.mdi-eye-outline:before {
  content: "\f6cf";
}
.mdi-eye-plus:before {
  content: "\f86a";
}
.mdi-eye-plus-outline:before {
  content: "\f86b";
}
.mdi-eye-settings:before {
  content: "\f86c";
}
.mdi-eye-settings-outline:before {
  content: "\f86d";
}
.mdi-eyedropper:before {
  content: "\f20a";
}
.mdi-eyedropper-variant:before {
  content: "\f20b";
}
.mdi-face:before {
  content: "\f643";
}
.mdi-face-profile:before {
  content: "\f644";
}
.mdi-facebook:before {
  content: "\f20c";
}
.mdi-facebook-box:before {
  content: "\f20d";
}
.mdi-facebook-messenger:before {
  content: "\f20e";
}
.mdi-factory:before {
  content: "\f20f";
}
.mdi-fan:before {
  content: "\f210";
}
.mdi-fan-off:before {
  content: "\f81c";
}
.mdi-fast-forward:before {
  content: "\f211";
}
.mdi-fast-forward-outline:before {
  content: "\f6d1";
}
.mdi-fax:before {
  content: "\f212";
}
.mdi-feather:before {
  content: "\f6d2";
}
.mdi-fedora:before {
  content: "\f8da";
}
.mdi-ferry:before {
  content: "\f213";
}
.mdi-file:before {
  content: "\f214";
}
.mdi-file-account:before {
  content: "\f73a";
}
.mdi-file-chart:before {
  content: "\f215";
}
.mdi-file-check:before {
  content: "\f216";
}
.mdi-file-cloud:before {
  content: "\f217";
}
.mdi-file-compare:before {
  content: "\f8a9";
}
.mdi-file-delimited:before {
  content: "\f218";
}
.mdi-file-document:before {
  content: "\f219";
}
.mdi-file-document-box:before {
  content: "\f21a";
}
.mdi-file-download:before {
  content: "\f964";
}
.mdi-file-download-outline:before {
  content: "\f965";
}
.mdi-file-excel:before {
  content: "\f21b";
}
.mdi-file-excel-box:before {
  content: "\f21c";
}
.mdi-file-export:before {
  content: "\f21d";
}
.mdi-file-find:before {
  content: "\f21e";
}
.mdi-file-hidden:before {
  content: "\f613";
}
.mdi-file-image:before {
  content: "\f21f";
}
.mdi-file-import:before {
  content: "\f220";
}
.mdi-file-lock:before {
  content: "\f221";
}
.mdi-file-multiple:before {
  content: "\f222";
}
.mdi-file-music:before {
  content: "\f223";
}
.mdi-file-outline:before {
  content: "\f224";
}
.mdi-file-pdf:before {
  content: "\f225";
}
.mdi-file-pdf-box:before {
  content: "\f226";
}
.mdi-file-percent:before {
  content: "\f81d";
}
.mdi-file-plus:before {
  content: "\f751";
}
.mdi-file-powerpoint:before {
  content: "\f227";
}
.mdi-file-powerpoint-box:before {
  content: "\f228";
}
.mdi-file-presentation-box:before {
  content: "\f229";
}
.mdi-file-question:before {
  content: "\f86e";
}
.mdi-file-restore:before {
  content: "\f670";
}
.mdi-file-send:before {
  content: "\f22a";
}
.mdi-file-tree:before {
  content: "\f645";
}
.mdi-file-undo:before {
  content: "\f8db";
}
.mdi-file-video:before {
  content: "\f22b";
}
.mdi-file-word:before {
  content: "\f22c";
}
.mdi-file-word-box:before {
  content: "\f22d";
}
.mdi-file-xml:before {
  content: "\f22e";
}
.mdi-film:before {
  content: "\f22f";
}
.mdi-filmstrip:before {
  content: "\f230";
}
.mdi-filmstrip-off:before {
  content: "\f231";
}
.mdi-filter:before {
  content: "\f232";
}
.mdi-filter-outline:before {
  content: "\f233";
}
.mdi-filter-remove:before {
  content: "\f234";
}
.mdi-filter-remove-outline:before {
  content: "\f235";
}
.mdi-filter-variant:before {
  content: "\f236";
}
.mdi-finance:before {
  content: "\f81e";
}
.mdi-find-replace:before {
  content: "\f6d3";
}
.mdi-fingerprint:before {
  content: "\f237";
}
.mdi-fire:before {
  content: "\f238";
}
.mdi-fire-truck:before {
  content: "\f8aa";
}
.mdi-firebase:before {
  content: "\f966";
}
.mdi-firefox:before {
  content: "\f239";
}
.mdi-fish:before {
  content: "\f23a";
}
.mdi-flag:before {
  content: "\f23b";
}
.mdi-flag-checkered:before {
  content: "\f23c";
}
.mdi-flag-outline:before {
  content: "\f23d";
}
.mdi-flag-triangle:before {
  content: "\f23f";
}
.mdi-flag-variant:before {
  content: "\f240";
}
.mdi-flag-variant-outline:before {
  content: "\f23e";
}
.mdi-flash:before {
  content: "\f241";
}
.mdi-flash-auto:before {
  content: "\f242";
}
.mdi-flash-circle:before {
  content: "\f81f";
}
.mdi-flash-off:before {
  content: "\f243";
}
.mdi-flash-outline:before {
  content: "\f6d4";
}
.mdi-flash-red-eye:before {
  content: "\f67a";
}
.mdi-flashlight:before {
  content: "\f244";
}
.mdi-flashlight-off:before {
  content: "\f245";
}
.mdi-flask:before {
  content: "\f093";
}
.mdi-flask-empty:before {
  content: "\f094";
}
.mdi-flask-empty-outline:before {
  content: "\f095";
}
.mdi-flask-outline:before {
  content: "\f096";
}
.mdi-flattr:before {
  content: "\f246";
}
.mdi-flip-to-back:before {
  content: "\f247";
}
.mdi-flip-to-front:before {
  content: "\f248";
}
.mdi-floor-lamp:before {
  content: "\f8dc";
}
.mdi-floor-plan:before {
  content: "\f820";
}
.mdi-floppy:before {
  content: "\f249";
}
.mdi-flower:before {
  content: "\f24a";
}
.mdi-folder:before {
  content: "\f24b";
}
.mdi-folder-account:before {
  content: "\f24c";
}
.mdi-folder-download:before {
  content: "\f24d";
}
.mdi-folder-edit:before {
  content: "\f8dd";
}
.mdi-folder-google-drive:before {
  content: "\f24e";
}
.mdi-folder-image:before {
  content: "\f24f";
}
.mdi-folder-key:before {
  content: "\f8ab";
}
.mdi-folder-key-network:before {
  content: "\f8ac";
}
.mdi-folder-lock:before {
  content: "\f250";
}
.mdi-folder-lock-open:before {
  content: "\f251";
}
.mdi-folder-move:before {
  content: "\f252";
}
.mdi-folder-multiple:before {
  content: "\f253";
}
.mdi-folder-multiple-image:before {
  content: "\f254";
}
.mdi-folder-multiple-outline:before {
  content: "\f255";
}
.mdi-folder-network:before {
  content: "\f86f";
}
.mdi-folder-open:before {
  content: "\f76f";
}
.mdi-folder-outline:before {
  content: "\f256";
}
.mdi-folder-plus:before {
  content: "\f257";
}
.mdi-folder-remove:before {
  content: "\f258";
}
.mdi-folder-search:before {
  content: "\f967";
}
.mdi-folder-search-outline:before {
  content: "\f968";
}
.mdi-folder-star:before {
  content: "\f69c";
}
.mdi-folder-upload:before {
  content: "\f259";
}
.mdi-font-awesome:before {
  content: "\f03a";
}
.mdi-food:before {
  content: "\f25a";
}
.mdi-food-apple:before {
  content: "\f25b";
}
.mdi-food-croissant:before {
  content: "\f7c7";
}
.mdi-food-fork-drink:before {
  content: "\f5f2";
}
.mdi-food-off:before {
  content: "\f5f3";
}
.mdi-food-variant:before {
  content: "\f25c";
}
.mdi-football:before {
  content: "\f25d";
}
.mdi-football-australian:before {
  content: "\f25e";
}
.mdi-football-helmet:before {
  content: "\f25f";
}
.mdi-forklift:before {
  content: "\f7c8";
}
.mdi-format-align-bottom:before {
  content: "\f752";
}
.mdi-format-align-center:before {
  content: "\f260";
}
.mdi-format-align-justify:before {
  content: "\f261";
}
.mdi-format-align-left:before {
  content: "\f262";
}
.mdi-format-align-middle:before {
  content: "\f753";
}
.mdi-format-align-right:before {
  content: "\f263";
}
.mdi-format-align-top:before {
  content: "\f754";
}
.mdi-format-annotation-plus:before {
  content: "\f646";
}
.mdi-format-bold:before {
  content: "\f264";
}
.mdi-format-clear:before {
  content: "\f265";
}
.mdi-format-color-fill:before {
  content: "\f266";
}
.mdi-format-color-text:before {
  content: "\f69d";
}
.mdi-format-columns:before {
  content: "\f8de";
}
.mdi-format-float-center:before {
  content: "\f267";
}
.mdi-format-float-left:before {
  content: "\f268";
}
.mdi-format-float-none:before {
  content: "\f269";
}
.mdi-format-float-right:before {
  content: "\f26a";
}
.mdi-format-font:before {
  content: "\f6d5";
}
.mdi-format-header-1:before {
  content: "\f26b";
}
.mdi-format-header-2:before {
  content: "\f26c";
}
.mdi-format-header-3:before {
  content: "\f26d";
}
.mdi-format-header-4:before {
  content: "\f26e";
}
.mdi-format-header-5:before {
  content: "\f26f";
}
.mdi-format-header-6:before {
  content: "\f270";
}
.mdi-format-header-decrease:before {
  content: "\f271";
}
.mdi-format-header-equal:before {
  content: "\f272";
}
.mdi-format-header-increase:before {
  content: "\f273";
}
.mdi-format-header-pound:before {
  content: "\f274";
}
.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}
.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}
.mdi-format-horizontal-align-right:before {
  content: "\f620";
}
.mdi-format-indent-decrease:before {
  content: "\f275";
}
.mdi-format-indent-increase:before {
  content: "\f276";
}
.mdi-format-italic:before {
  content: "\f277";
}
.mdi-format-line-spacing:before {
  content: "\f278";
}
.mdi-format-line-style:before {
  content: "\f5c8";
}
.mdi-format-line-weight:before {
  content: "\f5c9";
}
.mdi-format-list-bulleted:before {
  content: "\f279";
}
.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}
.mdi-format-list-checkbox:before {
  content: "\f969";
}
.mdi-format-list-checks:before {
  content: "\f755";
}
.mdi-format-list-numbers:before {
  content: "\f27b";
}
.mdi-format-page-break:before {
  content: "\f6d6";
}
.mdi-format-paint:before {
  content: "\f27c";
}
.mdi-format-paragraph:before {
  content: "\f27d";
}
.mdi-format-pilcrow:before {
  content: "\f6d7";
}
.mdi-format-quote-close:before {
  content: "\f27e";
}
.mdi-format-quote-open:before {
  content: "\f756";
}
.mdi-format-rotate-90:before {
  content: "\f6a9";
}
.mdi-format-section:before {
  content: "\f69e";
}
.mdi-format-size:before {
  content: "\f27f";
}
.mdi-format-strikethrough:before {
  content: "\f280";
}
.mdi-format-strikethrough-variant:before {
  content: "\f281";
}
.mdi-format-subscript:before {
  content: "\f282";
}
.mdi-format-superscript:before {
  content: "\f283";
}
.mdi-format-text:before {
  content: "\f284";
}
.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}
.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}
.mdi-format-title:before {
  content: "\f5f4";
}
.mdi-format-underline:before {
  content: "\f287";
}
.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}
.mdi-format-vertical-align-center:before {
  content: "\f622";
}
.mdi-format-vertical-align-top:before {
  content: "\f623";
}
.mdi-format-wrap-inline:before {
  content: "\f288";
}
.mdi-format-wrap-square:before {
  content: "\f289";
}
.mdi-format-wrap-tight:before {
  content: "\f28a";
}
.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}
.mdi-forum:before {
  content: "\f28c";
}
.mdi-forum-outline:before {
  content: "\f821";
}
.mdi-forward:before {
  content: "\f28d";
}
.mdi-fountain:before {
  content: "\f96a";
}
.mdi-foursquare:before {
  content: "\f28e";
}
.mdi-freebsd:before {
  content: "\f8df";
}
.mdi-fridge:before {
  content: "\f28f";
}
.mdi-fridge-filled:before {
  content: "\f290";
}
.mdi-fridge-filled-bottom:before {
  content: "\f291";
}
.mdi-fridge-filled-top:before {
  content: "\f292";
}
.mdi-fuel:before {
  content: "\f7c9";
}
.mdi-fullscreen:before {
  content: "\f293";
}
.mdi-fullscreen-exit:before {
  content: "\f294";
}
.mdi-function:before {
  content: "\f295";
}
.mdi-function-variant:before {
  content: "\f870";
}
.mdi-gamepad:before {
  content: "\f296";
}
.mdi-gamepad-variant:before {
  content: "\f297";
}
.mdi-garage:before {
  content: "\f6d8";
}
.mdi-garage-alert:before {
  content: "\f871";
}
.mdi-garage-open:before {
  content: "\f6d9";
}
.mdi-gas-cylinder:before {
  content: "\f647";
}
.mdi-gas-station:before {
  content: "\f298";
}
.mdi-gate:before {
  content: "\f299";
}
.mdi-gate-and:before {
  content: "\f8e0";
}
.mdi-gate-nand:before {
  content: "\f8e1";
}
.mdi-gate-nor:before {
  content: "\f8e2";
}
.mdi-gate-not:before {
  content: "\f8e3";
}
.mdi-gate-or:before {
  content: "\f8e4";
}
.mdi-gate-xnor:before {
  content: "\f8e5";
}
.mdi-gate-xor:before {
  content: "\f8e6";
}
.mdi-gauge:before {
  content: "\f29a";
}
.mdi-gauge-empty:before {
  content: "\f872";
}
.mdi-gauge-full:before {
  content: "\f873";
}
.mdi-gauge-low:before {
  content: "\f874";
}
.mdi-gavel:before {
  content: "\f29b";
}
.mdi-gender-female:before {
  content: "\f29c";
}
.mdi-gender-male:before {
  content: "\f29d";
}
.mdi-gender-male-female:before {
  content: "\f29e";
}
.mdi-gender-transgender:before {
  content: "\f29f";
}
.mdi-gentoo:before {
  content: "\f8e7";
}
.mdi-gesture:before {
  content: "\f7ca";
}
.mdi-gesture-double-tap:before {
  content: "\f73b";
}
.mdi-gesture-swipe-down:before {
  content: "\f73c";
}
.mdi-gesture-swipe-left:before {
  content: "\f73d";
}
.mdi-gesture-swipe-right:before {
  content: "\f73e";
}
.mdi-gesture-swipe-up:before {
  content: "\f73f";
}
.mdi-gesture-tap:before {
  content: "\f740";
}
.mdi-gesture-two-double-tap:before {
  content: "\f741";
}
.mdi-gesture-two-tap:before {
  content: "\f742";
}
.mdi-ghost:before {
  content: "\f2a0";
}
.mdi-gift:before {
  content: "\f2a1";
}
.mdi-git:before {
  content: "\f2a2";
}
.mdi-github-box:before {
  content: "\f2a3";
}
.mdi-github-circle:before {
  content: "\f2a4";
}
.mdi-github-face:before {
  content: "\f6da";
}
.mdi-glass-cocktail:before {
  content: "\f356";
}
.mdi-glass-flute:before {
  content: "\f2a5";
}
.mdi-glass-mug:before {
  content: "\f2a6";
}
.mdi-glass-stange:before {
  content: "\f2a7";
}
.mdi-glass-tulip:before {
  content: "\f2a8";
}
.mdi-glass-wine:before {
  content: "\f875";
}
.mdi-glassdoor:before {
  content: "\f2a9";
}
.mdi-glasses:before {
  content: "\f2aa";
}
.mdi-globe-model:before {
  content: "\f8e8";
}
.mdi-gmail:before {
  content: "\f2ab";
}
.mdi-gnome:before {
  content: "\f2ac";
}
.mdi-golf:before {
  content: "\f822";
}
.mdi-gondola:before {
  content: "\f685";
}
.mdi-google:before {
  content: "\f2ad";
}
.mdi-google-allo:before {
  content: "\f801";
}
.mdi-google-analytics:before {
  content: "\f7cb";
}
.mdi-google-assistant:before {
  content: "\f7cc";
}
.mdi-google-cardboard:before {
  content: "\f2ae";
}
.mdi-google-chrome:before {
  content: "\f2af";
}
.mdi-google-circles:before {
  content: "\f2b0";
}
.mdi-google-circles-communities:before {
  content: "\f2b1";
}
.mdi-google-circles-extended:before {
  content: "\f2b2";
}
.mdi-google-circles-group:before {
  content: "\f2b3";
}
.mdi-google-controller:before {
  content: "\f2b4";
}
.mdi-google-controller-off:before {
  content: "\f2b5";
}
.mdi-google-drive:before {
  content: "\f2b6";
}
.mdi-google-earth:before {
  content: "\f2b7";
}
.mdi-google-fit:before {
  content: "\f96b";
}
.mdi-google-glass:before {
  content: "\f2b8";
}
.mdi-google-hangouts:before {
  content: "\f2c9";
}
.mdi-google-home:before {
  content: "\f823";
}
.mdi-google-keep:before {
  content: "\f6db";
}
.mdi-google-maps:before {
  content: "\f5f5";
}
.mdi-google-nearby:before {
  content: "\f2b9";
}
.mdi-google-pages:before {
  content: "\f2ba";
}
.mdi-google-photos:before {
  content: "\f6dc";
}
.mdi-google-physical-web:before {
  content: "\f2bb";
}
.mdi-google-play:before {
  content: "\f2bc";
}
.mdi-google-plus:before {
  content: "\f2bd";
}
.mdi-google-plus-box:before {
  content: "\f2be";
}
.mdi-google-translate:before {
  content: "\f2bf";
}
.mdi-google-wallet:before {
  content: "\f2c0";
}
.mdi-gpu:before {
  content: "\f8ad";
}
.mdi-gradient:before {
  content: "\f69f";
}
.mdi-graphql:before {
  content: "\f876";
}
.mdi-grease-pencil:before {
  content: "\f648";
}
.mdi-greater-than:before {
  content: "\f96c";
}
.mdi-greater-than-or-equal:before {
  content: "\f96d";
}
.mdi-grid:before {
  content: "\f2c1";
}
.mdi-grid-large:before {
  content: "\f757";
}
.mdi-grid-off:before {
  content: "\f2c2";
}
.mdi-group:before {
  content: "\f2c3";
}
.mdi-guitar-acoustic:before {
  content: "\f770";
}
.mdi-guitar-electric:before {
  content: "\f2c4";
}
.mdi-guitar-pick:before {
  content: "\f2c5";
}
.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}
.mdi-guy-fawkes-mask:before {
  content: "\f824";
}
.mdi-hackernews:before {
  content: "\f624";
}
.mdi-hamburger:before {
  content: "\f684";
}
.mdi-hammer:before {
  content: "\f8e9";
}
.mdi-hand-pointing-right:before {
  content: "\f2c7";
}
.mdi-hanger:before {
  content: "\f2c8";
}
.mdi-hard-hat:before {
  content: "\f96e";
}
.mdi-harddisk:before {
  content: "\f2ca";
}
.mdi-headphones:before {
  content: "\f2cb";
}
.mdi-headphones-bluetooth:before {
  content: "\f96f";
}
.mdi-headphones-box:before {
  content: "\f2cc";
}
.mdi-headphones-off:before {
  content: "\f7cd";
}
.mdi-headphones-settings:before {
  content: "\f2cd";
}
.mdi-headset:before {
  content: "\f2ce";
}
.mdi-headset-dock:before {
  content: "\f2cf";
}
.mdi-headset-off:before {
  content: "\f2d0";
}
.mdi-heart:before {
  content: "\f2d1";
}
.mdi-heart-box:before {
  content: "\f2d2";
}
.mdi-heart-box-outline:before {
  content: "\f2d3";
}
.mdi-heart-broken:before {
  content: "\f2d4";
}
.mdi-heart-circle:before {
  content: "\f970";
}
.mdi-heart-circle-outline:before {
  content: "\f971";
}
.mdi-heart-half:before {
  content: "\f6de";
}
.mdi-heart-half-full:before {
  content: "\f6dd";
}
.mdi-heart-half-outline:before {
  content: "\f6df";
}
.mdi-heart-off:before {
  content: "\f758";
}
.mdi-heart-outline:before {
  content: "\f2d5";
}
.mdi-heart-pulse:before {
  content: "\f5f6";
}
.mdi-help:before {
  content: "\f2d6";
}
.mdi-help-box:before {
  content: "\f78a";
}
.mdi-help-circle:before {
  content: "\f2d7";
}
.mdi-help-circle-outline:before {
  content: "\f625";
}
.mdi-help-network:before {
  content: "\f6f4";
}
.mdi-hexagon:before {
  content: "\f2d8";
}
.mdi-hexagon-multiple:before {
  content: "\f6e0";
}
.mdi-hexagon-outline:before {
  content: "\f2d9";
}
.mdi-high-definition:before {
  content: "\f7ce";
}
.mdi-high-definition-box:before {
  content: "\f877";
}
.mdi-highway:before {
  content: "\f5f7";
}
.mdi-hinduism:before {
  content: "\f972";
}
.mdi-history:before {
  content: "\f2da";
}
.mdi-hockey-puck:before {
  content: "\f878";
}
.mdi-hockey-sticks:before {
  content: "\f879";
}
.mdi-hololens:before {
  content: "\f2db";
}
.mdi-home:before {
  content: "\f2dc";
}
.mdi-home-account:before {
  content: "\f825";
}
.mdi-home-alert:before {
  content: "\f87a";
}
.mdi-home-assistant:before {
  content: "\f7cf";
}
.mdi-home-automation:before {
  content: "\f7d0";
}
.mdi-home-circle:before {
  content: "\f7d1";
}
.mdi-home-currency-usd:before {
  content: "\f8ae";
}
.mdi-home-heart:before {
  content: "\f826";
}
.mdi-home-lock:before {
  content: "\f8ea";
}
.mdi-home-lock-open:before {
  content: "\f8eb";
}
.mdi-home-map-marker:before {
  content: "\f5f8";
}
.mdi-home-minus:before {
  content: "\f973";
}
.mdi-home-modern:before {
  content: "\f2dd";
}
.mdi-home-outline:before {
  content: "\f6a0";
}
.mdi-home-plus:before {
  content: "\f974";
}
.mdi-home-variant:before {
  content: "\f2de";
}
.mdi-hook:before {
  content: "\f6e1";
}
.mdi-hook-off:before {
  content: "\f6e2";
}
.mdi-hops:before {
  content: "\f2df";
}
.mdi-hospital:before {
  content: "\f2e0";
}
.mdi-hospital-building:before {
  content: "\f2e1";
}
.mdi-hospital-marker:before {
  content: "\f2e2";
}
.mdi-hot-tub:before {
  content: "\f827";
}
.mdi-hotel:before {
  content: "\f2e3";
}
.mdi-houzz:before {
  content: "\f2e4";
}
.mdi-houzz-box:before {
  content: "\f2e5";
}
.mdi-hulu:before {
  content: "\f828";
}
.mdi-human:before {
  content: "\f2e6";
}
.mdi-human-child:before {
  content: "\f2e7";
}
.mdi-human-female:before {
  content: "\f649";
}
.mdi-human-greeting:before {
  content: "\f64a";
}
.mdi-human-handsdown:before {
  content: "\f64b";
}
.mdi-human-handsup:before {
  content: "\f64c";
}
.mdi-human-male:before {
  content: "\f64d";
}
.mdi-human-male-female:before {
  content: "\f2e8";
}
.mdi-human-pregnant:before {
  content: "\f5cf";
}
.mdi-humble-bundle:before {
  content: "\f743";
}
.mdi-ice-cream:before {
  content: "\f829";
}
.mdi-image:before {
  content: "\f2e9";
}
.mdi-image-album:before {
  content: "\f2ea";
}
.mdi-image-area:before {
  content: "\f2eb";
}
.mdi-image-area-close:before {
  content: "\f2ec";
}
.mdi-image-broken:before {
  content: "\f2ed";
}
.mdi-image-broken-variant:before {
  content: "\f2ee";
}
.mdi-image-filter:before {
  content: "\f2ef";
}
.mdi-image-filter-black-white:before {
  content: "\f2f0";
}
.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}
.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}
.mdi-image-filter-drama:before {
  content: "\f2f3";
}
.mdi-image-filter-frames:before {
  content: "\f2f4";
}
.mdi-image-filter-hdr:before {
  content: "\f2f5";
}
.mdi-image-filter-none:before {
  content: "\f2f6";
}
.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}
.mdi-image-filter-vintage:before {
  content: "\f2f8";
}
.mdi-image-multiple:before {
  content: "\f2f9";
}
.mdi-image-off:before {
  content: "\f82a";
}
.mdi-image-outline:before {
  content: "\f975";
}
.mdi-image-plus:before {
  content: "\f87b";
}
.mdi-image-search:before {
  content: "\f976";
}
.mdi-image-search-outline:before {
  content: "\f977";
}
.mdi-import:before {
  content: "\f2fa";
}
.mdi-inbox:before {
  content: "\f686";
}
.mdi-inbox-arrow-down:before {
  content: "\f2fb";
}
.mdi-inbox-arrow-up:before {
  content: "\f3d1";
}
.mdi-inbox-multiple:before {
  content: "\f8af";
}
.mdi-incognito:before {
  content: "\f5f9";
}
.mdi-infinity:before {
  content: "\f6e3";
}
.mdi-information:before {
  content: "\f2fc";
}
.mdi-information-outline:before {
  content: "\f2fd";
}
.mdi-information-variant:before {
  content: "\f64e";
}
.mdi-instagram:before {
  content: "\f2fe";
}
.mdi-instapaper:before {
  content: "\f2ff";
}
.mdi-internet-explorer:before {
  content: "\f300";
}
.mdi-invert-colors:before {
  content: "\f301";
}
.mdi-islam:before {
  content: "\f978";
}
.mdi-itunes:before {
  content: "\f676";
}
.mdi-jeepney:before {
  content: "\f302";
}
.mdi-jira:before {
  content: "\f303";
}
.mdi-jquery:before {
  content: "\f87c";
}
.mdi-jsfiddle:before {
  content: "\f304";
}
.mdi-json:before {
  content: "\f626";
}
.mdi-judaism:before {
  content: "\f979";
}
.mdi-karate:before {
  content: "\f82b";
}
.mdi-keg:before {
  content: "\f305";
}
.mdi-kettle:before {
  content: "\f5fa";
}
.mdi-key:before {
  content: "\f306";
}
.mdi-key-change:before {
  content: "\f307";
}
.mdi-key-minus:before {
  content: "\f308";
}
.mdi-key-plus:before {
  content: "\f309";
}
.mdi-key-remove:before {
  content: "\f30a";
}
.mdi-key-variant:before {
  content: "\f30b";
}
.mdi-keyboard:before {
  content: "\f30c";
}
.mdi-keyboard-backspace:before {
  content: "\f30d";
}
.mdi-keyboard-caps:before {
  content: "\f30e";
}
.mdi-keyboard-close:before {
  content: "\f30f";
}
.mdi-keyboard-off:before {
  content: "\f310";
}
.mdi-keyboard-outline:before {
  content: "\f97a";
}
.mdi-keyboard-return:before {
  content: "\f311";
}
.mdi-keyboard-tab:before {
  content: "\f312";
}
.mdi-keyboard-variant:before {
  content: "\f313";
}
.mdi-kickstarter:before {
  content: "\f744";
}
.mdi-kodi:before {
  content: "\f314";
}
.mdi-label:before {
  content: "\f315";
}
.mdi-label-outline:before {
  content: "\f316";
}
.mdi-ladybug:before {
  content: "\f82c";
}
.mdi-lambda:before {
  content: "\f627";
}
.mdi-lamp:before {
  content: "\f6b4";
}
.mdi-lan:before {
  content: "\f317";
}
.mdi-lan-connect:before {
  content: "\f318";
}
.mdi-lan-disconnect:before {
  content: "\f319";
}
.mdi-lan-pending:before {
  content: "\f31a";
}
.mdi-language-c:before {
  content: "\f671";
}
.mdi-language-cpp:before {
  content: "\f672";
}
.mdi-language-csharp:before {
  content: "\f31b";
}
.mdi-language-css3:before {
  content: "\f31c";
}
.mdi-language-go:before {
  content: "\f7d2";
}
.mdi-language-html5:before {
  content: "\f31d";
}
.mdi-language-javascript:before {
  content: "\f31e";
}
.mdi-language-lua:before {
  content: "\f8b0";
}
.mdi-language-php:before {
  content: "\f31f";
}
.mdi-language-python:before {
  content: "\f320";
}
.mdi-language-python-text:before {
  content: "\f321";
}
.mdi-language-r:before {
  content: "\f7d3";
}
.mdi-language-swift:before {
  content: "\f6e4";
}
.mdi-language-typescript:before {
  content: "\f6e5";
}
.mdi-laptop:before {
  content: "\f322";
}
.mdi-laptop-chromebook:before {
  content: "\f323";
}
.mdi-laptop-mac:before {
  content: "\f324";
}
.mdi-laptop-off:before {
  content: "\f6e6";
}
.mdi-laptop-windows:before {
  content: "\f325";
}
.mdi-lastfm:before {
  content: "\f326";
}
.mdi-lastpass:before {
  content: "\f446";
}
.mdi-launch:before {
  content: "\f327";
}
.mdi-lava-lamp:before {
  content: "\f7d4";
}
.mdi-layers:before {
  content: "\f328";
}
.mdi-layers-off:before {
  content: "\f329";
}
.mdi-lead-pencil:before {
  content: "\f64f";
}
.mdi-leaf:before {
  content: "\f32a";
}
.mdi-led-off:before {
  content: "\f32b";
}
.mdi-led-on:before {
  content: "\f32c";
}
.mdi-led-outline:before {
  content: "\f32d";
}
.mdi-led-strip:before {
  content: "\f7d5";
}
.mdi-led-variant-off:before {
  content: "\f32e";
}
.mdi-led-variant-on:before {
  content: "\f32f";
}
.mdi-led-variant-outline:before {
  content: "\f330";
}
.mdi-less-than:before {
  content: "\f97b";
}
.mdi-less-than-or-equal:before {
  content: "\f97c";
}
.mdi-library:before {
  content: "\f331";
}
.mdi-library-books:before {
  content: "\f332";
}
.mdi-library-music:before {
  content: "\f333";
}
.mdi-library-plus:before {
  content: "\f334";
}
.mdi-lifebuoy:before {
  content: "\f87d";
}
.mdi-light-switch:before {
  content: "\f97d";
}
.mdi-lightbulb:before {
  content: "\f335";
}
.mdi-lightbulb-on:before {
  content: "\f6e7";
}
.mdi-lightbulb-on-outline:before {
  content: "\f6e8";
}
.mdi-lightbulb-outline:before {
  content: "\f336";
}
.mdi-link:before {
  content: "\f337";
}
.mdi-link-off:before {
  content: "\f338";
}
.mdi-link-variant:before {
  content: "\f339";
}
.mdi-link-variant-off:before {
  content: "\f33a";
}
.mdi-linkedin:before {
  content: "\f33b";
}
.mdi-linkedin-box:before {
  content: "\f33c";
}
.mdi-linux:before {
  content: "\f33d";
}
.mdi-linux-mint:before {
  content: "\f8ec";
}
.mdi-loading:before {
  content: "\f771";
}
.mdi-lock:before {
  content: "\f33e";
}
.mdi-lock-alert:before {
  content: "\f8ed";
}
.mdi-lock-clock:before {
  content: "\f97e";
}
.mdi-lock-open:before {
  content: "\f33f";
}
.mdi-lock-open-outline:before {
  content: "\f340";
}
.mdi-lock-outline:before {
  content: "\f341";
}
.mdi-lock-pattern:before {
  content: "\f6e9";
}
.mdi-lock-plus:before {
  content: "\f5fb";
}
.mdi-lock-question:before {
  content: "\f8ee";
}
.mdi-lock-reset:before {
  content: "\f772";
}
.mdi-lock-smart:before {
  content: "\f8b1";
}
.mdi-locker:before {
  content: "\f7d6";
}
.mdi-locker-multiple:before {
  content: "\f7d7";
}
.mdi-login:before {
  content: "\f342";
}
.mdi-login-variant:before {
  content: "\f5fc";
}
.mdi-logout:before {
  content: "\f343";
}
.mdi-logout-variant:before {
  content: "\f5fd";
}
.mdi-looks:before {
  content: "\f344";
}
.mdi-loop:before {
  content: "\f6ea";
}
.mdi-loupe:before {
  content: "\f345";
}
.mdi-lumx:before {
  content: "\f346";
}
.mdi-magnet:before {
  content: "\f347";
}
.mdi-magnet-on:before {
  content: "\f348";
}
.mdi-magnify:before {
  content: "\f349";
}
.mdi-magnify-close:before {
  content: "\f97f";
}
.mdi-magnify-minus:before {
  content: "\f34a";
}
.mdi-magnify-minus-outline:before {
  content: "\f6eb";
}
.mdi-magnify-plus:before {
  content: "\f34b";
}
.mdi-magnify-plus-outline:before {
  content: "\f6ec";
}
.mdi-mail-ru:before {
  content: "\f34c";
}
.mdi-mailbox:before {
  content: "\f6ed";
}
.mdi-map:before {
  content: "\f34d";
}
.mdi-map-marker:before {
  content: "\f34e";
}
.mdi-map-marker-circle:before {
  content: "\f34f";
}
.mdi-map-marker-distance:before {
  content: "\f8ef";
}
.mdi-map-marker-minus:before {
  content: "\f650";
}
.mdi-map-marker-multiple:before {
  content: "\f350";
}
.mdi-map-marker-off:before {
  content: "\f351";
}
.mdi-map-marker-outline:before {
  content: "\f7d8";
}
.mdi-map-marker-plus:before {
  content: "\f651";
}
.mdi-map-marker-radius:before {
  content: "\f352";
}
.mdi-map-minus:before {
  content: "\f980";
}
.mdi-map-outline:before {
  content: "\f981";
}
.mdi-map-plus:before {
  content: "\f982";
}
.mdi-map-search:before {
  content: "\f983";
}
.mdi-map-search-outline:before {
  content: "\f984";
}
.mdi-margin:before {
  content: "\f353";
}
.mdi-markdown:before {
  content: "\f354";
}
.mdi-marker:before {
  content: "\f652";
}
.mdi-marker-check:before {
  content: "\f355";
}
.mdi-material-design:before {
  content: "\f985";
}
.mdi-material-ui:before {
  content: "\f357";
}
.mdi-math-compass:before {
  content: "\f358";
}
.mdi-matrix:before {
  content: "\f628";
}
.mdi-maxcdn:before {
  content: "\f359";
}
.mdi-medal:before {
  content: "\f986";
}
.mdi-medical-bag:before {
  content: "\f6ee";
}
.mdi-medium:before {
  content: "\f35a";
}
.mdi-memory:before {
  content: "\f35b";
}
.mdi-menu:before {
  content: "\f35c";
}
.mdi-menu-down:before {
  content: "\f35d";
}
.mdi-menu-down-outline:before {
  content: "\f6b5";
}
.mdi-menu-left:before {
  content: "\f35e";
}
.mdi-menu-right:before {
  content: "\f35f";
}
.mdi-menu-up:before {
  content: "\f360";
}
.mdi-menu-up-outline:before {
  content: "\f6b6";
}
.mdi-message:before {
  content: "\f361";
}
.mdi-message-alert:before {
  content: "\f362";
}
.mdi-message-bulleted:before {
  content: "\f6a1";
}
.mdi-message-bulleted-off:before {
  content: "\f6a2";
}
.mdi-message-draw:before {
  content: "\f363";
}
.mdi-message-image:before {
  content: "\f364";
}
.mdi-message-outline:before {
  content: "\f365";
}
.mdi-message-plus:before {
  content: "\f653";
}
.mdi-message-processing:before {
  content: "\f366";
}
.mdi-message-reply:before {
  content: "\f367";
}
.mdi-message-reply-text:before {
  content: "\f368";
}
.mdi-message-settings:before {
  content: "\f6ef";
}
.mdi-message-settings-variant:before {
  content: "\f6f0";
}
.mdi-message-text:before {
  content: "\f369";
}
.mdi-message-text-outline:before {
  content: "\f36a";
}
.mdi-message-video:before {
  content: "\f36b";
}
.mdi-meteor:before {
  content: "\f629";
}
.mdi-metronome:before {
  content: "\f7d9";
}
.mdi-metronome-tick:before {
  content: "\f7da";
}
.mdi-micro-sd:before {
  content: "\f7db";
}
.mdi-microphone:before {
  content: "\f36c";
}
.mdi-microphone-minus:before {
  content: "\f8b2";
}
.mdi-microphone-off:before {
  content: "\f36d";
}
.mdi-microphone-outline:before {
  content: "\f36e";
}
.mdi-microphone-plus:before {
  content: "\f8b3";
}
.mdi-microphone-settings:before {
  content: "\f36f";
}
.mdi-microphone-variant:before {
  content: "\f370";
}
.mdi-microphone-variant-off:before {
  content: "\f371";
}
.mdi-microscope:before {
  content: "\f654";
}
.mdi-microsoft:before {
  content: "\f372";
}
.mdi-microsoft-dynamics:before {
  content: "\f987";
}
.mdi-midi:before {
  content: "\f8f0";
}
.mdi-midi-port:before {
  content: "\f8f1";
}
.mdi-minecraft:before {
  content: "\f373";
}
.mdi-minus:before {
  content: "\f374";
}
.mdi-minus-box:before {
  content: "\f375";
}
.mdi-minus-box-outline:before {
  content: "\f6f1";
}
.mdi-minus-circle:before {
  content: "\f376";
}
.mdi-minus-circle-outline:before {
  content: "\f377";
}
.mdi-minus-network:before {
  content: "\f378";
}
.mdi-mixcloud:before {
  content: "\f62a";
}
.mdi-mixed-reality:before {
  content: "\f87e";
}
.mdi-mixer:before {
  content: "\f7dc";
}
.mdi-monitor:before {
  content: "\f379";
}
.mdi-monitor-cellphone:before {
  content: "\f988";
}
.mdi-monitor-cellphone-star:before {
  content: "\f989";
}
.mdi-monitor-multiple:before {
  content: "\f37a";
}
.mdi-more:before {
  content: "\f37b";
}
.mdi-motorbike:before {
  content: "\f37c";
}
.mdi-mouse:before {
  content: "\f37d";
}
.mdi-mouse-bluetooth:before {
  content: "\f98a";
}
.mdi-mouse-off:before {
  content: "\f37e";
}
.mdi-mouse-variant:before {
  content: "\f37f";
}
.mdi-mouse-variant-off:before {
  content: "\f380";
}
.mdi-move-resize:before {
  content: "\f655";
}
.mdi-move-resize-variant:before {
  content: "\f656";
}
.mdi-movie:before {
  content: "\f381";
}
.mdi-movie-roll:before {
  content: "\f7dd";
}
.mdi-muffin:before {
  content: "\f98b";
}
.mdi-multiplication:before {
  content: "\f382";
}
.mdi-multiplication-box:before {
  content: "\f383";
}
.mdi-mushroom:before {
  content: "\f7de";
}
.mdi-mushroom-outline:before {
  content: "\f7df";
}
.mdi-music:before {
  content: "\f759";
}
.mdi-music-box:before {
  content: "\f384";
}
.mdi-music-box-outline:before {
  content: "\f385";
}
.mdi-music-circle:before {
  content: "\f386";
}
.mdi-music-note:before {
  content: "\f387";
}
.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}
.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}
.mdi-music-note-eighth:before {
  content: "\f388";
}
.mdi-music-note-half:before {
  content: "\f389";
}
.mdi-music-note-off:before {
  content: "\f38a";
}
.mdi-music-note-quarter:before {
  content: "\f38b";
}
.mdi-music-note-sixteenth:before {
  content: "\f38c";
}
.mdi-music-note-whole:before {
  content: "\f38d";
}
.mdi-music-off:before {
  content: "\f75a";
}
.mdi-nas:before {
  content: "\f8f2";
}
.mdi-nativescript:before {
  content: "\f87f";
}
.mdi-nature:before {
  content: "\f38e";
}
.mdi-nature-people:before {
  content: "\f38f";
}
.mdi-navigation:before {
  content: "\f390";
}
.mdi-near-me:before {
  content: "\f5cd";
}
.mdi-needle:before {
  content: "\f391";
}
.mdi-netflix:before {
  content: "\f745";
}
.mdi-network:before {
  content: "\f6f2";
}
.mdi-network-strength-1:before {
  content: "\f8f3";
}
.mdi-network-strength-1-alert:before {
  content: "\f8f4";
}
.mdi-network-strength-2:before {
  content: "\f8f5";
}
.mdi-network-strength-2-alert:before {
  content: "\f8f6";
}
.mdi-network-strength-3:before {
  content: "\f8f7";
}
.mdi-network-strength-3-alert:before {
  content: "\f8f8";
}
.mdi-network-strength-4:before {
  content: "\f8f9";
}
.mdi-network-strength-4-alert:before {
  content: "\f8fa";
}
.mdi-network-strength-off:before {
  content: "\f8fb";
}
.mdi-network-strength-off-outline:before {
  content: "\f8fc";
}
.mdi-network-strength-outline:before {
  content: "\f8fd";
}
.mdi-new-box:before {
  content: "\f394";
}
.mdi-newspaper:before {
  content: "\f395";
}
.mdi-nfc:before {
  content: "\f396";
}
.mdi-nfc-tap:before {
  content: "\f397";
}
.mdi-nfc-variant:before {
  content: "\f398";
}
.mdi-ninja:before {
  content: "\f773";
}
.mdi-nintendo-switch:before {
  content: "\f7e0";
}
.mdi-nodejs:before {
  content: "\f399";
}
.mdi-not-equal:before {
  content: "\f98c";
}
.mdi-not-equal-variant:before {
  content: "\f98d";
}
.mdi-note:before {
  content: "\f39a";
}
.mdi-note-multiple:before {
  content: "\f6b7";
}
.mdi-note-multiple-outline:before {
  content: "\f6b8";
}
.mdi-note-outline:before {
  content: "\f39b";
}
.mdi-note-plus:before {
  content: "\f39c";
}
.mdi-note-plus-outline:before {
  content: "\f39d";
}
.mdi-note-text:before {
  content: "\f39e";
}
.mdi-notebook:before {
  content: "\f82d";
}
.mdi-notification-clear-all:before {
  content: "\f39f";
}
.mdi-npm:before {
  content: "\f6f6";
}
.mdi-npm-variant:before {
  content: "\f98e";
}
.mdi-npm-variant-outline:before {
  content: "\f98f";
}
.mdi-nuke:before {
  content: "\f6a3";
}
.mdi-null:before {
  content: "\f7e1";
}
.mdi-numeric:before {
  content: "\f3a0";
}
.mdi-numeric-0-box:before {
  content: "\f3a1";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}
.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}
.mdi-numeric-1-box:before {
  content: "\f3a4";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}
.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}
.mdi-numeric-2-box:before {
  content: "\f3a7";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}
.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}
.mdi-numeric-3-box:before {
  content: "\f3aa";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}
.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}
.mdi-numeric-4-box:before {
  content: "\f3ad";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}
.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}
.mdi-numeric-5-box:before {
  content: "\f3b0";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}
.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}
.mdi-numeric-6-box:before {
  content: "\f3b3";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}
.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}
.mdi-numeric-7-box:before {
  content: "\f3b6";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}
.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}
.mdi-numeric-8-box:before {
  content: "\f3b9";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}
.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}
.mdi-numeric-9-box:before {
  content: "\f3bc";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}
.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}
.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}
.mdi-nut:before {
  content: "\f6f7";
}
.mdi-nutrition:before {
  content: "\f3c2";
}
.mdi-oar:before {
  content: "\f67b";
}
.mdi-octagon:before {
  content: "\f3c3";
}
.mdi-octagon-outline:before {
  content: "\f3c4";
}
.mdi-octagram:before {
  content: "\f6f8";
}
.mdi-octagram-outline:before {
  content: "\f774";
}
.mdi-odnoklassniki:before {
  content: "\f3c5";
}
.mdi-office:before {
  content: "\f3c6";
}
.mdi-office-building:before {
  content: "\f990";
}
.mdi-oil:before {
  content: "\f3c7";
}
.mdi-oil-temperature:before {
  content: "\f3c8";
}
.mdi-omega:before {
  content: "\f3c9";
}
.mdi-onedrive:before {
  content: "\f3ca";
}
.mdi-onenote:before {
  content: "\f746";
}
.mdi-onepassword:before {
  content: "\f880";
}
.mdi-opacity:before {
  content: "\f5cc";
}
.mdi-open-in-app:before {
  content: "\f3cb";
}
.mdi-open-in-new:before {
  content: "\f3cc";
}
.mdi-openid:before {
  content: "\f3cd";
}
.mdi-opera:before {
  content: "\f3ce";
}
.mdi-orbit:before {
  content: "\f018";
}
.mdi-ornament:before {
  content: "\f3cf";
}
.mdi-ornament-variant:before {
  content: "\f3d0";
}
.mdi-owl:before {
  content: "\f3d2";
}
.mdi-package:before {
  content: "\f3d3";
}
.mdi-package-down:before {
  content: "\f3d4";
}
.mdi-package-up:before {
  content: "\f3d5";
}
.mdi-package-variant:before {
  content: "\f3d6";
}
.mdi-package-variant-closed:before {
  content: "\f3d7";
}
.mdi-page-first:before {
  content: "\f600";
}
.mdi-page-last:before {
  content: "\f601";
}
.mdi-page-layout-body:before {
  content: "\f6f9";
}
.mdi-page-layout-footer:before {
  content: "\f6fa";
}
.mdi-page-layout-header:before {
  content: "\f6fb";
}
.mdi-page-layout-sidebar-left:before {
  content: "\f6fc";
}
.mdi-page-layout-sidebar-right:before {
  content: "\f6fd";
}
.mdi-palette:before {
  content: "\f3d8";
}
.mdi-palette-advanced:before {
  content: "\f3d9";
}
.mdi-palette-swatch:before {
  content: "\f8b4";
}
.mdi-panda:before {
  content: "\f3da";
}
.mdi-pandora:before {
  content: "\f3db";
}
.mdi-panorama:before {
  content: "\f3dc";
}
.mdi-panorama-fisheye:before {
  content: "\f3dd";
}
.mdi-panorama-horizontal:before {
  content: "\f3de";
}
.mdi-panorama-vertical:before {
  content: "\f3df";
}
.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}
.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}
.mdi-paperclip:before {
  content: "\f3e2";
}
.mdi-parking:before {
  content: "\f3e3";
}
.mdi-passport:before {
  content: "\f7e2";
}
.mdi-patreon:before {
  content: "\f881";
}
.mdi-pause:before {
  content: "\f3e4";
}
.mdi-pause-circle:before {
  content: "\f3e5";
}
.mdi-pause-circle-outline:before {
  content: "\f3e6";
}
.mdi-pause-octagon:before {
  content: "\f3e7";
}
.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}
.mdi-paw:before {
  content: "\f3e9";
}
.mdi-paw-off:before {
  content: "\f657";
}
.mdi-paypal:before {
  content: "\f882";
}
.mdi-peace:before {
  content: "\f883";
}
.mdi-pen:before {
  content: "\f3ea";
}
.mdi-pencil:before {
  content: "\f3eb";
}
.mdi-pencil-box:before {
  content: "\f3ec";
}
.mdi-pencil-box-outline:before {
  content: "\f3ed";
}
.mdi-pencil-circle:before {
  content: "\f6fe";
}
.mdi-pencil-circle-outline:before {
  content: "\f775";
}
.mdi-pencil-lock:before {
  content: "\f3ee";
}
.mdi-pencil-off:before {
  content: "\f3ef";
}
.mdi-pentagon:before {
  content: "\f6ff";
}
.mdi-pentagon-outline:before {
  content: "\f700";
}
.mdi-percent:before {
  content: "\f3f0";
}
.mdi-periodic-table:before {
  content: "\f8b5";
}
.mdi-periodic-table-co2:before {
  content: "\f7e3";
}
.mdi-periscope:before {
  content: "\f747";
}
.mdi-pharmacy:before {
  content: "\f3f1";
}
.mdi-phone:before {
  content: "\f3f2";
}
.mdi-phone-bluetooth:before {
  content: "\f3f3";
}
.mdi-phone-classic:before {
  content: "\f602";
}
.mdi-phone-forward:before {
  content: "\f3f4";
}
.mdi-phone-hangup:before {
  content: "\f3f5";
}
.mdi-phone-in-talk:before {
  content: "\f3f6";
}
.mdi-phone-incoming:before {
  content: "\f3f7";
}
.mdi-phone-locked:before {
  content: "\f3f8";
}
.mdi-phone-log:before {
  content: "\f3f9";
}
.mdi-phone-minus:before {
  content: "\f658";
}
.mdi-phone-missed:before {
  content: "\f3fa";
}
.mdi-phone-outgoing:before {
  content: "\f3fb";
}
.mdi-phone-paused:before {
  content: "\f3fc";
}
.mdi-phone-plus:before {
  content: "\f659";
}
.mdi-phone-return:before {
  content: "\f82e";
}
.mdi-phone-rotate-landscape:before {
  content: "\f884";
}
.mdi-phone-rotate-portrait:before {
  content: "\f885";
}
.mdi-phone-settings:before {
  content: "\f3fd";
}
.mdi-phone-voip:before {
  content: "\f3fe";
}
.mdi-pi:before {
  content: "\f3ff";
}
.mdi-pi-box:before {
  content: "\f400";
}
.mdi-piano:before {
  content: "\f67c";
}
.mdi-pickaxe:before {
  content: "\f8b6";
}
.mdi-pier:before {
  content: "\f886";
}
.mdi-pier-crane:before {
  content: "\f887";
}
.mdi-pig:before {
  content: "\f401";
}
.mdi-pill:before {
  content: "\f402";
}
.mdi-pillar:before {
  content: "\f701";
}
.mdi-pin:before {
  content: "\f403";
}
.mdi-pin-off:before {
  content: "\f404";
}
.mdi-pin-off-outline:before {
  content: "\f92f";
}
.mdi-pin-outline:before {
  content: "\f930";
}
.mdi-pine-tree:before {
  content: "\f405";
}
.mdi-pine-tree-box:before {
  content: "\f406";
}
.mdi-pinterest:before {
  content: "\f407";
}
.mdi-pinterest-box:before {
  content: "\f408";
}
.mdi-pipe:before {
  content: "\f7e4";
}
.mdi-pipe-disconnected:before {
  content: "\f7e5";
}
.mdi-pipe-leak:before {
  content: "\f888";
}
.mdi-pistol:before {
  content: "\f702";
}
.mdi-piston:before {
  content: "\f889";
}
.mdi-pizza:before {
  content: "\f409";
}
.mdi-plane-shield:before {
  content: "\f6ba";
}
.mdi-play:before {
  content: "\f40a";
}
.mdi-play-box-outline:before {
  content: "\f40b";
}
.mdi-play-circle:before {
  content: "\f40c";
}
.mdi-play-circle-outline:before {
  content: "\f40d";
}
.mdi-play-network:before {
  content: "\f88a";
}
.mdi-play-pause:before {
  content: "\f40e";
}
.mdi-play-protected-content:before {
  content: "\f40f";
}
.mdi-play-speed:before {
  content: "\f8fe";
}
.mdi-playlist-check:before {
  content: "\f5c7";
}
.mdi-playlist-edit:before {
  content: "\f8ff";
}
.mdi-playlist-minus:before {
  content: "\f410";
}
.mdi-playlist-play:before {
  content: "\f411";
}
.mdi-playlist-plus:before {
  content: "\f412";
}
.mdi-playlist-remove:before {
  content: "\f413";
}
.mdi-playstation:before {
  content: "\f414";
}
.mdi-plex:before {
  content: "\f6b9";
}
.mdi-plus:before {
  content: "\f415";
}
.mdi-plus-box:before {
  content: "\f416";
}
.mdi-plus-box-outline:before {
  content: "\f703";
}
.mdi-plus-circle:before {
  content: "\f417";
}
.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}
.mdi-plus-circle-outline:before {
  content: "\f419";
}
.mdi-plus-minus:before {
  content: "\f991";
}
.mdi-plus-minus-box:before {
  content: "\f992";
}
.mdi-plus-network:before {
  content: "\f41a";
}
.mdi-plus-one:before {
  content: "\f41b";
}
.mdi-plus-outline:before {
  content: "\f704";
}
.mdi-pocket:before {
  content: "\f41c";
}
.mdi-podcast:before {
  content: "\f993";
}
.mdi-pokeball:before {
  content: "\f41d";
}
.mdi-poker-chip:before {
  content: "\f82f";
}
.mdi-polaroid:before {
  content: "\f41e";
}
.mdi-poll:before {
  content: "\f41f";
}
.mdi-poll-box:before {
  content: "\f420";
}
.mdi-polymer:before {
  content: "\f421";
}
.mdi-pool:before {
  content: "\f606";
}
.mdi-popcorn:before {
  content: "\f422";
}
.mdi-pot:before {
  content: "\f65a";
}
.mdi-pot-mix:before {
  content: "\f65b";
}
.mdi-pound:before {
  content: "\f423";
}
.mdi-pound-box:before {
  content: "\f424";
}
.mdi-power:before {
  content: "\f425";
}
.mdi-power-cycle:before {
  content: "\f900";
}
.mdi-power-off:before {
  content: "\f901";
}
.mdi-power-on:before {
  content: "\f902";
}
.mdi-power-plug:before {
  content: "\f6a4";
}
.mdi-power-plug-off:before {
  content: "\f6a5";
}
.mdi-power-settings:before {
  content: "\f426";
}
.mdi-power-sleep:before {
  content: "\f903";
}
.mdi-power-socket:before {
  content: "\f427";
}
.mdi-power-socket-au:before {
  content: "\f904";
}
.mdi-power-socket-eu:before {
  content: "\f7e6";
}
.mdi-power-socket-uk:before {
  content: "\f7e7";
}
.mdi-power-socket-us:before {
  content: "\f7e8";
}
.mdi-power-standby:before {
  content: "\f905";
}
.mdi-prescription:before {
  content: "\f705";
}
.mdi-presentation:before {
  content: "\f428";
}
.mdi-presentation-play:before {
  content: "\f429";
}
.mdi-printer:before {
  content: "\f42a";
}
.mdi-printer-3d:before {
  content: "\f42b";
}
.mdi-printer-alert:before {
  content: "\f42c";
}
.mdi-printer-settings:before {
  content: "\f706";
}
.mdi-priority-high:before {
  content: "\f603";
}
.mdi-priority-low:before {
  content: "\f604";
}
.mdi-professional-hexagon:before {
  content: "\f42d";
}
.mdi-progress-check:before {
  content: "\f994";
}
.mdi-progress-clock:before {
  content: "\f995";
}
.mdi-progress-download:before {
  content: "\f996";
}
.mdi-progress-upload:before {
  content: "\f997";
}
.mdi-projector:before {
  content: "\f42e";
}
.mdi-projector-screen:before {
  content: "\f42f";
}
.mdi-publish:before {
  content: "\f6a6";
}
.mdi-pulse:before {
  content: "\f430";
}
.mdi-puzzle:before {
  content: "\f431";
}
.mdi-qi:before {
  content: "\f998";
}
.mdi-qqchat:before {
  content: "\f605";
}
.mdi-qrcode:before {
  content: "\f432";
}
.mdi-qrcode-edit:before {
  content: "\f8b7";
}
.mdi-qrcode-scan:before {
  content: "\f433";
}
.mdi-quadcopter:before {
  content: "\f434";
}
.mdi-quality-high:before {
  content: "\f435";
}
.mdi-quicktime:before {
  content: "\f436";
}
.mdi-rabbit:before {
  content: "\f906";
}
.mdi-radar:before {
  content: "\f437";
}
.mdi-radiator:before {
  content: "\f438";
}
.mdi-radio:before {
  content: "\f439";
}
.mdi-radio-handheld:before {
  content: "\f43a";
}
.mdi-radio-tower:before {
  content: "\f43b";
}
.mdi-radioactive:before {
  content: "\f43c";
}
.mdi-radiobox-blank:before {
  content: "\f43d";
}
.mdi-radiobox-marked:before {
  content: "\f43e";
}
.mdi-raspberrypi:before {
  content: "\f43f";
}
.mdi-ray-end:before {
  content: "\f440";
}
.mdi-ray-end-arrow:before {
  content: "\f441";
}
.mdi-ray-start:before {
  content: "\f442";
}
.mdi-ray-start-arrow:before {
  content: "\f443";
}
.mdi-ray-start-end:before {
  content: "\f444";
}
.mdi-ray-vertex:before {
  content: "\f445";
}
.mdi-react:before {
  content: "\f707";
}
.mdi-read:before {
  content: "\f447";
}
.mdi-receipt:before {
  content: "\f449";
}
.mdi-record:before {
  content: "\f44a";
}
.mdi-record-player:before {
  content: "\f999";
}
.mdi-record-rec:before {
  content: "\f44b";
}
.mdi-recycle:before {
  content: "\f44c";
}
.mdi-reddit:before {
  content: "\f44d";
}
.mdi-redo:before {
  content: "\f44e";
}
.mdi-redo-variant:before {
  content: "\f44f";
}
.mdi-refresh:before {
  content: "\f450";
}
.mdi-regex:before {
  content: "\f451";
}
.mdi-relative-scale:before {
  content: "\f452";
}
.mdi-reload:before {
  content: "\f453";
}
.mdi-reminder:before {
  content: "\f88b";
}
.mdi-remote:before {
  content: "\f454";
}
.mdi-remote-desktop:before {
  content: "\f8b8";
}
.mdi-rename-box:before {
  content: "\f455";
}
.mdi-reorder-horizontal:before {
  content: "\f687";
}
.mdi-reorder-vertical:before {
  content: "\f688";
}
.mdi-repeat:before {
  content: "\f456";
}
.mdi-repeat-off:before {
  content: "\f457";
}
.mdi-repeat-once:before {
  content: "\f458";
}
.mdi-replay:before {
  content: "\f459";
}
.mdi-reply:before {
  content: "\f45a";
}
.mdi-reply-all:before {
  content: "\f45b";
}
.mdi-reproduction:before {
  content: "\f45c";
}
.mdi-resize-bottom-right:before {
  content: "\f45d";
}
.mdi-responsive:before {
  content: "\f45e";
}
.mdi-restart:before {
  content: "\f708";
}
.mdi-restore:before {
  content: "\f99a";
}
.mdi-restore-clock:before {
  content: "\f6a7";
}
.mdi-rewind:before {
  content: "\f45f";
}
.mdi-rewind-outline:before {
  content: "\f709";
}
.mdi-rhombus:before {
  content: "\f70a";
}
.mdi-rhombus-outline:before {
  content: "\f70b";
}
.mdi-ribbon:before {
  content: "\f460";
}
.mdi-rice:before {
  content: "\f7e9";
}
.mdi-ring:before {
  content: "\f7ea";
}
.mdi-road:before {
  content: "\f461";
}
.mdi-road-variant:before {
  content: "\f462";
}
.mdi-robot:before {
  content: "\f6a8";
}
.mdi-robot-vacuum:before {
  content: "\f70c";
}
.mdi-robot-vacuum-variant:before {
  content: "\f907";
}
.mdi-rocket:before {
  content: "\f463";
}
.mdi-room-service:before {
  content: "\f88c";
}
.mdi-rotate-3d:before {
  content: "\f464";
}
.mdi-rotate-left:before {
  content: "\f465";
}
.mdi-rotate-left-variant:before {
  content: "\f466";
}
.mdi-rotate-right:before {
  content: "\f467";
}
.mdi-rotate-right-variant:before {
  content: "\f468";
}
.mdi-rounded-corner:before {
  content: "\f607";
}
.mdi-router-wireless:before {
  content: "\f469";
}
.mdi-routes:before {
  content: "\f46a";
}
.mdi-rowing:before {
  content: "\f608";
}
.mdi-rss:before {
  content: "\f46b";
}
.mdi-rss-box:before {
  content: "\f46c";
}
.mdi-ruler:before {
  content: "\f46d";
}
.mdi-run:before {
  content: "\f70d";
}
.mdi-run-fast:before {
  content: "\f46e";
}
.mdi-sale:before {
  content: "\f46f";
}
.mdi-salesforce:before {
  content: "\f88d";
}
.mdi-sass:before {
  content: "\f7eb";
}
.mdi-satellite:before {
  content: "\f470";
}
.mdi-satellite-uplink:before {
  content: "\f908";
}
.mdi-satellite-variant:before {
  content: "\f471";
}
.mdi-sausage:before {
  content: "\f8b9";
}
.mdi-saxophone:before {
  content: "\f609";
}
.mdi-scale:before {
  content: "\f472";
}
.mdi-scale-balance:before {
  content: "\f5d1";
}
.mdi-scale-bathroom:before {
  content: "\f473";
}
.mdi-scanner:before {
  content: "\f6aa";
}
.mdi-scanner-off:before {
  content: "\f909";
}
.mdi-school:before {
  content: "\f474";
}
.mdi-screen-rotation:before {
  content: "\f475";
}
.mdi-screen-rotation-lock:before {
  content: "\f476";
}
.mdi-screwdriver:before {
  content: "\f477";
}
.mdi-script:before {
  content: "\f478";
}
.mdi-sd:before {
  content: "\f479";
}
.mdi-seal:before {
  content: "\f47a";
}
.mdi-search-web:before {
  content: "\f70e";
}
.mdi-seat-flat:before {
  content: "\f47b";
}
.mdi-seat-flat-angled:before {
  content: "\f47c";
}
.mdi-seat-individual-suite:before {
  content: "\f47d";
}
.mdi-seat-legroom-extra:before {
  content: "\f47e";
}
.mdi-seat-legroom-normal:before {
  content: "\f47f";
}
.mdi-seat-legroom-reduced:before {
  content: "\f480";
}
.mdi-seat-recline-extra:before {
  content: "\f481";
}
.mdi-seat-recline-normal:before {
  content: "\f482";
}
.mdi-security:before {
  content: "\f483";
}
.mdi-security-account:before {
  content: "\f88e";
}
.mdi-security-close:before {
  content: "\f99b";
}
.mdi-security-home:before {
  content: "\f689";
}
.mdi-security-lock:before {
  content: "\f99c";
}
.mdi-security-network:before {
  content: "\f484";
}
.mdi-security-off:before {
  content: "\f99d";
}
.mdi-select:before {
  content: "\f485";
}
.mdi-select-all:before {
  content: "\f486";
}
.mdi-select-inverse:before {
  content: "\f487";
}
.mdi-select-off:before {
  content: "\f488";
}
.mdi-selection:before {
  content: "\f489";
}
.mdi-selection-off:before {
  content: "\f776";
}
.mdi-send:before {
  content: "\f48a";
}
.mdi-send-secure:before {
  content: "\f7ec";
}
.mdi-serial-port:before {
  content: "\f65c";
}
.mdi-server:before {
  content: "\f48b";
}
.mdi-server-minus:before {
  content: "\f48c";
}
.mdi-server-network:before {
  content: "\f48d";
}
.mdi-server-network-off:before {
  content: "\f48e";
}
.mdi-server-off:before {
  content: "\f48f";
}
.mdi-server-plus:before {
  content: "\f490";
}
.mdi-server-remove:before {
  content: "\f491";
}
.mdi-server-security:before {
  content: "\f492";
}
.mdi-set-all:before {
  content: "\f777";
}
.mdi-set-center:before {
  content: "\f778";
}
.mdi-set-center-right:before {
  content: "\f779";
}
.mdi-set-left:before {
  content: "\f77a";
}
.mdi-set-left-center:before {
  content: "\f77b";
}
.mdi-set-left-right:before {
  content: "\f77c";
}
.mdi-set-none:before {
  content: "\f77d";
}
.mdi-set-right:before {
  content: "\f77e";
}
.mdi-set-top-box:before {
  content: "\f99e";
}
.mdi-settings:before {
  content: "\f493";
}
.mdi-settings-box:before {
  content: "\f494";
}
.mdi-settings-outline:before {
  content: "\f8ba";
}
.mdi-shape:before {
  content: "\f830";
}
.mdi-shape-circle-plus:before {
  content: "\f65d";
}
.mdi-shape-outline:before {
  content: "\f831";
}
.mdi-shape-plus:before {
  content: "\f495";
}
.mdi-shape-polygon-plus:before {
  content: "\f65e";
}
.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}
.mdi-shape-square-plus:before {
  content: "\f660";
}
.mdi-share:before {
  content: "\f496";
}
.mdi-share-outline:before {
  content: "\f931";
}
.mdi-share-variant:before {
  content: "\f497";
}
.mdi-shield:before {
  content: "\f498";
}
.mdi-shield-half-full:before {
  content: "\f77f";
}
.mdi-shield-outline:before {
  content: "\f499";
}
.mdi-ship-wheel:before {
  content: "\f832";
}
.mdi-shopping:before {
  content: "\f49a";
}
.mdi-shopping-music:before {
  content: "\f49b";
}
.mdi-shovel:before {
  content: "\f70f";
}
.mdi-shovel-off:before {
  content: "\f710";
}
.mdi-shower:before {
  content: "\f99f";
}
.mdi-shower-head:before {
  content: "\f9a0";
}
.mdi-shredder:before {
  content: "\f49c";
}
.mdi-shuffle:before {
  content: "\f49d";
}
.mdi-shuffle-disabled:before {
  content: "\f49e";
}
.mdi-shuffle-variant:before {
  content: "\f49f";
}
.mdi-sigma:before {
  content: "\f4a0";
}
.mdi-sigma-lower:before {
  content: "\f62b";
}
.mdi-sign-caution:before {
  content: "\f4a1";
}
.mdi-sign-direction:before {
  content: "\f780";
}
.mdi-sign-text:before {
  content: "\f781";
}
.mdi-signal:before {
  content: "\f4a2";
}
.mdi-signal-2g:before {
  content: "\f711";
}
.mdi-signal-3g:before {
  content: "\f712";
}
.mdi-signal-4g:before {
  content: "\f713";
}
.mdi-signal-cellular-1:before {
  content: "\f8bb";
}
.mdi-signal-cellular-2:before {
  content: "\f8bc";
}
.mdi-signal-cellular-3:before {
  content: "\f8bd";
}
.mdi-signal-cellular-outline:before {
  content: "\f8be";
}
.mdi-signal-hspa:before {
  content: "\f714";
}
.mdi-signal-hspa-plus:before {
  content: "\f715";
}
.mdi-signal-off:before {
  content: "\f782";
}
.mdi-signal-variant:before {
  content: "\f60a";
}
.mdi-silverware:before {
  content: "\f4a3";
}
.mdi-silverware-fork:before {
  content: "\f4a4";
}
.mdi-silverware-spoon:before {
  content: "\f4a5";
}
.mdi-silverware-variant:before {
  content: "\f4a6";
}
.mdi-sim:before {
  content: "\f4a7";
}
.mdi-sim-alert:before {
  content: "\f4a8";
}
.mdi-sim-off:before {
  content: "\f4a9";
}
.mdi-sitemap:before {
  content: "\f4aa";
}
.mdi-skip-backward:before {
  content: "\f4ab";
}
.mdi-skip-forward:before {
  content: "\f4ac";
}
.mdi-skip-next:before {
  content: "\f4ad";
}
.mdi-skip-next-circle:before {
  content: "\f661";
}
.mdi-skip-next-circle-outline:before {
  content: "\f662";
}
.mdi-skip-previous:before {
  content: "\f4ae";
}
.mdi-skip-previous-circle:before {
  content: "\f663";
}
.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}
.mdi-skull:before {
  content: "\f68b";
}
.mdi-skype:before {
  content: "\f4af";
}
.mdi-skype-business:before {
  content: "\f4b0";
}
.mdi-slack:before {
  content: "\f4b1";
}
.mdi-slackware:before {
  content: "\f90a";
}
.mdi-sleep:before {
  content: "\f4b2";
}
.mdi-sleep-off:before {
  content: "\f4b3";
}
.mdi-smoke-detector:before {
  content: "\f392";
}
.mdi-smoking:before {
  content: "\f4b4";
}
.mdi-smoking-off:before {
  content: "\f4b5";
}
.mdi-snapchat:before {
  content: "\f4b6";
}
.mdi-snowflake:before {
  content: "\f716";
}
.mdi-snowman:before {
  content: "\f4b7";
}
.mdi-soccer:before {
  content: "\f4b8";
}
.mdi-soccer-field:before {
  content: "\f833";
}
.mdi-sofa:before {
  content: "\f4b9";
}
.mdi-solid:before {
  content: "\f68c";
}
.mdi-sort:before {
  content: "\f4ba";
}
.mdi-sort-alphabetical:before {
  content: "\f4bb";
}
.mdi-sort-ascending:before {
  content: "\f4bc";
}
.mdi-sort-descending:before {
  content: "\f4bd";
}
.mdi-sort-numeric:before {
  content: "\f4be";
}
.mdi-sort-variant:before {
  content: "\f4bf";
}
.mdi-soundcloud:before {
  content: "\f4c0";
}
.mdi-source-branch:before {
  content: "\f62c";
}
.mdi-source-commit:before {
  content: "\f717";
}
.mdi-source-commit-end:before {
  content: "\f718";
}
.mdi-source-commit-end-local:before {
  content: "\f719";
}
.mdi-source-commit-local:before {
  content: "\f71a";
}
.mdi-source-commit-next-local:before {
  content: "\f71b";
}
.mdi-source-commit-start:before {
  content: "\f71c";
}
.mdi-source-commit-start-next-local:before {
  content: "\f71d";
}
.mdi-source-fork:before {
  content: "\f4c1";
}
.mdi-source-merge:before {
  content: "\f62d";
}
.mdi-source-pull:before {
  content: "\f4c2";
}
.mdi-soy-sauce:before {
  content: "\f7ed";
}
.mdi-speaker:before {
  content: "\f4c3";
}
.mdi-speaker-bluetooth:before {
  content: "\f9a1";
}
.mdi-speaker-off:before {
  content: "\f4c4";
}
.mdi-speaker-wireless:before {
  content: "\f71e";
}
.mdi-speedometer:before {
  content: "\f4c5";
}
.mdi-spellcheck:before {
  content: "\f4c6";
}
.mdi-spotify:before {
  content: "\f4c7";
}
.mdi-spotlight:before {
  content: "\f4c8";
}
.mdi-spotlight-beam:before {
  content: "\f4c9";
}
.mdi-spray:before {
  content: "\f665";
}
.mdi-square:before {
  content: "\f763";
}
.mdi-square-edit-outline:before {
  content: "\f90b";
}
.mdi-square-inc:before {
  content: "\f4ca";
}
.mdi-square-inc-cash:before {
  content: "\f4cb";
}
.mdi-square-outline:before {
  content: "\f762";
}
.mdi-square-root:before {
  content: "\f783";
}
.mdi-square-root-box:before {
  content: "\f9a2";
}
.mdi-ssh:before {
  content: "\f8bf";
}
.mdi-stack-exchange:before {
  content: "\f60b";
}
.mdi-stack-overflow:before {
  content: "\f4cc";
}
.mdi-stadium:before {
  content: "\f71f";
}
.mdi-stairs:before {
  content: "\f4cd";
}
.mdi-standard-definition:before {
  content: "\f7ee";
}
.mdi-star:before {
  content: "\f4ce";
}
.mdi-star-circle:before {
  content: "\f4cf";
}
.mdi-star-circle-outline:before {
  content: "\f9a3";
}
.mdi-star-face:before {
  content: "\f9a4";
}
.mdi-star-half:before {
  content: "\f4d0";
}
.mdi-star-off:before {
  content: "\f4d1";
}
.mdi-star-outline:before {
  content: "\f4d2";
}
.mdi-steam:before {
  content: "\f4d3";
}
.mdi-steam-box:before {
  content: "\f90c";
}
.mdi-steering:before {
  content: "\f4d4";
}
.mdi-steering-off:before {
  content: "\f90d";
}
.mdi-step-backward:before {
  content: "\f4d5";
}
.mdi-step-backward-2:before {
  content: "\f4d6";
}
.mdi-step-forward:before {
  content: "\f4d7";
}
.mdi-step-forward-2:before {
  content: "\f4d8";
}
.mdi-stethoscope:before {
  content: "\f4d9";
}
.mdi-sticker:before {
  content: "\f5d0";
}
.mdi-sticker-emoji:before {
  content: "\f784";
}
.mdi-stocking:before {
  content: "\f4da";
}
.mdi-stop:before {
  content: "\f4db";
}
.mdi-stop-circle:before {
  content: "\f666";
}
.mdi-stop-circle-outline:before {
  content: "\f667";
}
.mdi-store:before {
  content: "\f4dc";
}
.mdi-store-24-hour:before {
  content: "\f4dd";
}
.mdi-stove:before {
  content: "\f4de";
}
.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}
.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}
.mdi-subway:before {
  content: "\f6ab";
}
.mdi-subway-variant:before {
  content: "\f4df";
}
.mdi-summit:before {
  content: "\f785";
}
.mdi-sunglasses:before {
  content: "\f4e0";
}
.mdi-surround-sound:before {
  content: "\f5c5";
}
.mdi-surround-sound-2-0:before {
  content: "\f7ef";
}
.mdi-surround-sound-3-1:before {
  content: "\f7f0";
}
.mdi-surround-sound-5-1:before {
  content: "\f7f1";
}
.mdi-surround-sound-7-1:before {
  content: "\f7f2";
}
.mdi-svg:before {
  content: "\f720";
}
.mdi-swap-horizontal:before {
  content: "\f4e1";
}
.mdi-swap-horizontal-variant:before {
  content: "\f8c0";
}
.mdi-swap-vertical:before {
  content: "\f4e2";
}
.mdi-swap-vertical-variant:before {
  content: "\f8c1";
}
.mdi-swim:before {
  content: "\f4e3";
}
.mdi-switch:before {
  content: "\f4e4";
}
.mdi-sword:before {
  content: "\f4e5";
}
.mdi-sword-cross:before {
  content: "\f786";
}
.mdi-sync:before {
  content: "\f4e6";
}
.mdi-sync-alert:before {
  content: "\f4e7";
}
.mdi-sync-off:before {
  content: "\f4e8";
}
.mdi-tab:before {
  content: "\f4e9";
}
.mdi-tab-plus:before {
  content: "\f75b";
}
.mdi-tab-unselected:before {
  content: "\f4ea";
}
.mdi-table:before {
  content: "\f4eb";
}
.mdi-table-column:before {
  content: "\f834";
}
.mdi-table-column-plus-after:before {
  content: "\f4ec";
}
.mdi-table-column-plus-before:before {
  content: "\f4ed";
}
.mdi-table-column-remove:before {
  content: "\f4ee";
}
.mdi-table-column-width:before {
  content: "\f4ef";
}
.mdi-table-edit:before {
  content: "\f4f0";
}
.mdi-table-large:before {
  content: "\f4f1";
}
.mdi-table-merge-cells:before {
  content: "\f9a5";
}
.mdi-table-of-contents:before {
  content: "\f835";
}
.mdi-table-row:before {
  content: "\f836";
}
.mdi-table-row-height:before {
  content: "\f4f2";
}
.mdi-table-row-plus-after:before {
  content: "\f4f3";
}
.mdi-table-row-plus-before:before {
  content: "\f4f4";
}
.mdi-table-row-remove:before {
  content: "\f4f5";
}
.mdi-table-search:before {
  content: "\f90e";
}
.mdi-table-settings:before {
  content: "\f837";
}
.mdi-tablet:before {
  content: "\f4f6";
}
.mdi-tablet-android:before {
  content: "\f4f7";
}
.mdi-tablet-cellphone:before {
  content: "\f9a6";
}
.mdi-tablet-ipad:before {
  content: "\f4f8";
}
.mdi-taco:before {
  content: "\f761";
}
.mdi-tag:before {
  content: "\f4f9";
}
.mdi-tag-faces:before {
  content: "\f4fa";
}
.mdi-tag-heart:before {
  content: "\f68a";
}
.mdi-tag-minus:before {
  content: "\f90f";
}
.mdi-tag-multiple:before {
  content: "\f4fb";
}
.mdi-tag-outline:before {
  content: "\f4fc";
}
.mdi-tag-plus:before {
  content: "\f721";
}
.mdi-tag-remove:before {
  content: "\f722";
}
.mdi-tag-text-outline:before {
  content: "\f4fd";
}
.mdi-target:before {
  content: "\f4fe";
}
.mdi-taxi:before {
  content: "\f4ff";
}
.mdi-teach:before {
  content: "\f88f";
}
.mdi-teamviewer:before {
  content: "\f500";
}
.mdi-telegram:before {
  content: "\f501";
}
.mdi-television:before {
  content: "\f502";
}
.mdi-television-box:before {
  content: "\f838";
}
.mdi-television-classic:before {
  content: "\f7f3";
}
.mdi-television-classic-off:before {
  content: "\f839";
}
.mdi-television-guide:before {
  content: "\f503";
}
.mdi-television-off:before {
  content: "\f83a";
}
.mdi-temperature-celsius:before {
  content: "\f504";
}
.mdi-temperature-fahrenheit:before {
  content: "\f505";
}
.mdi-temperature-kelvin:before {
  content: "\f506";
}
.mdi-tennis:before {
  content: "\f507";
}
.mdi-tent:before {
  content: "\f508";
}
.mdi-terrain:before {
  content: "\f509";
}
.mdi-test-tube:before {
  content: "\f668";
}
.mdi-test-tube-empty:before {
  content: "\f910";
}
.mdi-test-tube-off:before {
  content: "\f911";
}
.mdi-text:before {
  content: "\f9a7";
}
.mdi-text-shadow:before {
  content: "\f669";
}
.mdi-text-short:before {
  content: "\f9a8";
}
.mdi-text-subject:before {
  content: "\f9a9";
}
.mdi-text-to-speech:before {
  content: "\f50a";
}
.mdi-text-to-speech-off:before {
  content: "\f50b";
}
.mdi-textbox:before {
  content: "\f60e";
}
.mdi-textbox-password:before {
  content: "\f7f4";
}
.mdi-texture:before {
  content: "\f50c";
}
.mdi-theater:before {
  content: "\f50d";
}
.mdi-theme-light-dark:before {
  content: "\f50e";
}
.mdi-thermometer:before {
  content: "\f50f";
}
.mdi-thermometer-lines:before {
  content: "\f510";
}
.mdi-thermostat:before {
  content: "\f393";
}
.mdi-thermostat-box:before {
  content: "\f890";
}
.mdi-thought-bubble:before {
  content: "\f7f5";
}
.mdi-thought-bubble-outline:before {
  content: "\f7f6";
}
.mdi-thumb-down:before {
  content: "\f511";
}
.mdi-thumb-down-outline:before {
  content: "\f512";
}
.mdi-thumb-up:before {
  content: "\f513";
}
.mdi-thumb-up-outline:before {
  content: "\f514";
}
.mdi-thumbs-up-down:before {
  content: "\f515";
}
.mdi-ticket:before {
  content: "\f516";
}
.mdi-ticket-account:before {
  content: "\f517";
}
.mdi-ticket-confirmation:before {
  content: "\f518";
}
.mdi-ticket-outline:before {
  content: "\f912";
}
.mdi-ticket-percent:before {
  content: "\f723";
}
.mdi-tie:before {
  content: "\f519";
}
.mdi-tilde:before {
  content: "\f724";
}
.mdi-timelapse:before {
  content: "\f51a";
}
.mdi-timer:before {
  content: "\f51b";
}
.mdi-timer-10:before {
  content: "\f51c";
}
.mdi-timer-3:before {
  content: "\f51d";
}
.mdi-timer-off:before {
  content: "\f51e";
}
.mdi-timer-sand:before {
  content: "\f51f";
}
.mdi-timer-sand-empty:before {
  content: "\f6ac";
}
.mdi-timer-sand-full:before {
  content: "\f78b";
}
.mdi-timetable:before {
  content: "\f520";
}
.mdi-toggle-switch:before {
  content: "\f521";
}
.mdi-toggle-switch-off:before {
  content: "\f522";
}
.mdi-toilet:before {
  content: "\f9aa";
}
.mdi-toolbox:before {
  content: "\f9ab";
}
.mdi-toolbox-outline:before {
  content: "\f9ac";
}
.mdi-tooltip:before {
  content: "\f523";
}
.mdi-tooltip-edit:before {
  content: "\f524";
}
.mdi-tooltip-image:before {
  content: "\f525";
}
.mdi-tooltip-outline:before {
  content: "\f526";
}
.mdi-tooltip-outline-plus:before {
  content: "\f527";
}
.mdi-tooltip-text:before {
  content: "\f528";
}
.mdi-tooth:before {
  content: "\f8c2";
}
.mdi-tooth-outline:before {
  content: "\f529";
}
.mdi-tor:before {
  content: "\f52a";
}
.mdi-tournament:before {
  content: "\f9ad";
}
.mdi-tower-beach:before {
  content: "\f680";
}
.mdi-tower-fire:before {
  content: "\f681";
}
.mdi-towing:before {
  content: "\f83b";
}
.mdi-track-light:before {
  content: "\f913";
}
.mdi-trackpad:before {
  content: "\f7f7";
}
.mdi-trackpad-lock:before {
  content: "\f932";
}
.mdi-tractor:before {
  content: "\f891";
}
.mdi-traffic-light:before {
  content: "\f52b";
}
.mdi-train:before {
  content: "\f52c";
}
.mdi-train-variant:before {
  content: "\f8c3";
}
.mdi-tram:before {
  content: "\f52d";
}
.mdi-transcribe:before {
  content: "\f52e";
}
.mdi-transcribe-close:before {
  content: "\f52f";
}
.mdi-transfer:before {
  content: "\f530";
}
.mdi-transit-transfer:before {
  content: "\f6ad";
}
.mdi-transition:before {
  content: "\f914";
}
.mdi-transition-masked:before {
  content: "\f915";
}
.mdi-translate:before {
  content: "\f5ca";
}
.mdi-treasure-chest:before {
  content: "\f725";
}
.mdi-tree:before {
  content: "\f531";
}
.mdi-trello:before {
  content: "\f532";
}
.mdi-trending-down:before {
  content: "\f533";
}
.mdi-trending-neutral:before {
  content: "\f534";
}
.mdi-trending-up:before {
  content: "\f535";
}
.mdi-triangle:before {
  content: "\f536";
}
.mdi-triangle-outline:before {
  content: "\f537";
}
.mdi-trophy:before {
  content: "\f538";
}
.mdi-trophy-award:before {
  content: "\f539";
}
.mdi-trophy-outline:before {
  content: "\f53a";
}
.mdi-trophy-variant:before {
  content: "\f53b";
}
.mdi-trophy-variant-outline:before {
  content: "\f53c";
}
.mdi-truck:before {
  content: "\f53d";
}
.mdi-truck-delivery:before {
  content: "\f53e";
}
.mdi-truck-fast:before {
  content: "\f787";
}
.mdi-truck-trailer:before {
  content: "\f726";
}
.mdi-tshirt-crew:before {
  content: "\f53f";
}
.mdi-tshirt-v:before {
  content: "\f540";
}
.mdi-tumble-dryer:before {
  content: "\f916";
}
.mdi-tumblr:before {
  content: "\f541";
}
.mdi-tumblr-box:before {
  content: "\f917";
}
.mdi-tumblr-reblog:before {
  content: "\f542";
}
.mdi-tune:before {
  content: "\f62e";
}
.mdi-tune-vertical:before {
  content: "\f66a";
}
.mdi-twitch:before {
  content: "\f543";
}
.mdi-twitter:before {
  content: "\f544";
}
.mdi-twitter-box:before {
  content: "\f545";
}
.mdi-twitter-circle:before {
  content: "\f546";
}
.mdi-twitter-retweet:before {
  content: "\f547";
}
.mdi-two-factor-authentication:before {
  content: "\f9ae";
}
.mdi-uber:before {
  content: "\f748";
}
.mdi-ubuntu:before {
  content: "\f548";
}
.mdi-ultra-high-definition:before {
  content: "\f7f8";
}
.mdi-umbraco:before {
  content: "\f549";
}
.mdi-umbrella:before {
  content: "\f54a";
}
.mdi-umbrella-closed:before {
  content: "\f9af";
}
.mdi-umbrella-outline:before {
  content: "\f54b";
}
.mdi-undo:before {
  content: "\f54c";
}
.mdi-undo-variant:before {
  content: "\f54d";
}
.mdi-unfold-less-horizontal:before {
  content: "\f54e";
}
.mdi-unfold-less-vertical:before {
  content: "\f75f";
}
.mdi-unfold-more-horizontal:before {
  content: "\f54f";
}
.mdi-unfold-more-vertical:before {
  content: "\f760";
}
.mdi-ungroup:before {
  content: "\f550";
}
.mdi-unity:before {
  content: "\f6ae";
}
.mdi-unreal:before {
  content: "\f9b0";
}
.mdi-untappd:before {
  content: "\f551";
}
.mdi-update:before {
  content: "\f6af";
}
.mdi-upload:before {
  content: "\f552";
}
.mdi-upload-multiple:before {
  content: "\f83c";
}
.mdi-upload-network:before {
  content: "\f6f5";
}
.mdi-usb:before {
  content: "\f553";
}
.mdi-van-passenger:before {
  content: "\f7f9";
}
.mdi-van-utility:before {
  content: "\f7fa";
}
.mdi-vanish:before {
  content: "\f7fb";
}
.mdi-vector-arrange-above:before {
  content: "\f554";
}
.mdi-vector-arrange-below:before {
  content: "\f555";
}
.mdi-vector-circle:before {
  content: "\f556";
}
.mdi-vector-circle-variant:before {
  content: "\f557";
}
.mdi-vector-combine:before {
  content: "\f558";
}
.mdi-vector-curve:before {
  content: "\f559";
}
.mdi-vector-difference:before {
  content: "\f55a";
}
.mdi-vector-difference-ab:before {
  content: "\f55b";
}
.mdi-vector-difference-ba:before {
  content: "\f55c";
}
.mdi-vector-ellipse:before {
  content: "\f892";
}
.mdi-vector-intersection:before {
  content: "\f55d";
}
.mdi-vector-line:before {
  content: "\f55e";
}
.mdi-vector-point:before {
  content: "\f55f";
}
.mdi-vector-polygon:before {
  content: "\f560";
}
.mdi-vector-polyline:before {
  content: "\f561";
}
.mdi-vector-radius:before {
  content: "\f749";
}
.mdi-vector-rectangle:before {
  content: "\f5c6";
}
.mdi-vector-selection:before {
  content: "\f562";
}
.mdi-vector-square:before {
  content: "\f001";
}
.mdi-vector-triangle:before {
  content: "\f563";
}
.mdi-vector-union:before {
  content: "\f564";
}
.mdi-venmo:before {
  content: "\f578";
}
.mdi-verified:before {
  content: "\f565";
}
.mdi-vibrate:before {
  content: "\f566";
}
.mdi-video:before {
  content: "\f567";
}
.mdi-video-3d:before {
  content: "\f7fc";
}
.mdi-video-4k-box:before {
  content: "\f83d";
}
.mdi-video-account:before {
  content: "\f918";
}
.mdi-video-image:before {
  content: "\f919";
}
.mdi-video-input-antenna:before {
  content: "\f83e";
}
.mdi-video-input-component:before {
  content: "\f83f";
}
.mdi-video-input-hdmi:before {
  content: "\f840";
}
.mdi-video-input-svideo:before {
  content: "\f841";
}
.mdi-video-minus:before {
  content: "\f9b1";
}
.mdi-video-off:before {
  content: "\f568";
}
.mdi-video-plus:before {
  content: "\f9b2";
}
.mdi-video-stabilization:before {
  content: "\f91a";
}
.mdi-video-switch:before {
  content: "\f569";
}
.mdi-view-agenda:before {
  content: "\f56a";
}
.mdi-view-array:before {
  content: "\f56b";
}
.mdi-view-carousel:before {
  content: "\f56c";
}
.mdi-view-column:before {
  content: "\f56d";
}
.mdi-view-dashboard:before {
  content: "\f56e";
}
.mdi-view-dashboard-variant:before {
  content: "\f842";
}
.mdi-view-day:before {
  content: "\f56f";
}
.mdi-view-grid:before {
  content: "\f570";
}
.mdi-view-headline:before {
  content: "\f571";
}
.mdi-view-list:before {
  content: "\f572";
}
.mdi-view-module:before {
  content: "\f573";
}
.mdi-view-parallel:before {
  content: "\f727";
}
.mdi-view-quilt:before {
  content: "\f574";
}
.mdi-view-sequential:before {
  content: "\f728";
}
.mdi-view-stream:before {
  content: "\f575";
}
.mdi-view-week:before {
  content: "\f576";
}
.mdi-vimeo:before {
  content: "\f577";
}
.mdi-violin:before {
  content: "\f60f";
}
.mdi-virtual-reality:before {
  content: "\f893";
}
.mdi-visualstudio:before {
  content: "\f610";
}
.mdi-vk:before {
  content: "\f579";
}
.mdi-vk-box:before {
  content: "\f57a";
}
.mdi-vk-circle:before {
  content: "\f57b";
}
.mdi-vlc:before {
  content: "\f57c";
}
.mdi-voice:before {
  content: "\f5cb";
}
.mdi-voicemail:before {
  content: "\f57d";
}
.mdi-volleyball:before {
  content: "\f9b3";
}
.mdi-volume-high:before {
  content: "\f57e";
}
.mdi-volume-low:before {
  content: "\f57f";
}
.mdi-volume-medium:before {
  content: "\f580";
}
.mdi-volume-minus:before {
  content: "\f75d";
}
.mdi-volume-mute:before {
  content: "\f75e";
}
.mdi-volume-off:before {
  content: "\f581";
}
.mdi-volume-plus:before {
  content: "\f75c";
}
.mdi-vpn:before {
  content: "\f582";
}
.mdi-vuejs:before {
  content: "\f843";
}
.mdi-walk:before {
  content: "\f583";
}
.mdi-wall:before {
  content: "\f7fd";
}
.mdi-wall-sconce:before {
  content: "\f91b";
}
.mdi-wall-sconce-flat:before {
  content: "\f91c";
}
.mdi-wall-sconce-variant:before {
  content: "\f91d";
}
.mdi-wallet:before {
  content: "\f584";
}
.mdi-wallet-giftcard:before {
  content: "\f585";
}
.mdi-wallet-membership:before {
  content: "\f586";
}
.mdi-wallet-travel:before {
  content: "\f587";
}
.mdi-wan:before {
  content: "\f588";
}
.mdi-washing-machine:before {
  content: "\f729";
}
.mdi-watch:before {
  content: "\f589";
}
.mdi-watch-export:before {
  content: "\f58a";
}
.mdi-watch-export-variant:before {
  content: "\f894";
}
.mdi-watch-import:before {
  content: "\f58b";
}
.mdi-watch-import-variant:before {
  content: "\f895";
}
.mdi-watch-variant:before {
  content: "\f896";
}
.mdi-watch-vibrate:before {
  content: "\f6b0";
}
.mdi-water:before {
  content: "\f58c";
}
.mdi-water-off:before {
  content: "\f58d";
}
.mdi-water-percent:before {
  content: "\f58e";
}
.mdi-water-pump:before {
  content: "\f58f";
}
.mdi-watermark:before {
  content: "\f612";
}
.mdi-waves:before {
  content: "\f78c";
}
.mdi-weather-cloudy:before {
  content: "\f590";
}
.mdi-weather-fog:before {
  content: "\f591";
}
.mdi-weather-hail:before {
  content: "\f592";
}
.mdi-weather-hurricane:before {
  content: "\f897";
}
.mdi-weather-lightning:before {
  content: "\f593";
}
.mdi-weather-lightning-rainy:before {
  content: "\f67d";
}
.mdi-weather-night:before {
  content: "\f594";
}
.mdi-weather-partlycloudy:before {
  content: "\f595";
}
.mdi-weather-pouring:before {
  content: "\f596";
}
.mdi-weather-rainy:before {
  content: "\f597";
}
.mdi-weather-snowy:before {
  content: "\f598";
}
.mdi-weather-snowy-rainy:before {
  content: "\f67e";
}
.mdi-weather-sunny:before {
  content: "\f599";
}
.mdi-weather-sunset:before {
  content: "\f59a";
}
.mdi-weather-sunset-down:before {
  content: "\f59b";
}
.mdi-weather-sunset-up:before {
  content: "\f59c";
}
.mdi-weather-windy:before {
  content: "\f59d";
}
.mdi-weather-windy-variant:before {
  content: "\f59e";
}
.mdi-web:before {
  content: "\f59f";
}
.mdi-webcam:before {
  content: "\f5a0";
}
.mdi-webhook:before {
  content: "\f62f";
}
.mdi-webpack:before {
  content: "\f72a";
}
.mdi-wechat:before {
  content: "\f611";
}
.mdi-weight:before {
  content: "\f5a1";
}
.mdi-weight-kilogram:before {
  content: "\f5a2";
}
.mdi-weight-pound:before {
  content: "\f9b4";
}
.mdi-whatsapp:before {
  content: "\f5a3";
}
.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}
.mdi-whistle:before {
  content: "\f9b5";
}
.mdi-white-balance-auto:before {
  content: "\f5a5";
}
.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}
.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}
.mdi-white-balance-sunny:before {
  content: "\f5a8";
}
.mdi-widgets:before {
  content: "\f72b";
}
.mdi-wifi:before {
  content: "\f5a9";
}
.mdi-wifi-off:before {
  content: "\f5aa";
}
.mdi-wifi-strength-1:before {
  content: "\f91e";
}
.mdi-wifi-strength-1-alert:before {
  content: "\f91f";
}
.mdi-wifi-strength-1-lock:before {
  content: "\f920";
}
.mdi-wifi-strength-2:before {
  content: "\f921";
}
.mdi-wifi-strength-2-alert:before {
  content: "\f922";
}
.mdi-wifi-strength-2-lock:before {
  content: "\f923";
}
.mdi-wifi-strength-3:before {
  content: "\f924";
}
.mdi-wifi-strength-3-alert:before {
  content: "\f925";
}
.mdi-wifi-strength-3-lock:before {
  content: "\f926";
}
.mdi-wifi-strength-4:before {
  content: "\f927";
}
.mdi-wifi-strength-4-alert:before {
  content: "\f928";
}
.mdi-wifi-strength-4-lock:before {
  content: "\f929";
}
.mdi-wifi-strength-alert-outline:before {
  content: "\f92a";
}
.mdi-wifi-strength-lock-outline:before {
  content: "\f92b";
}
.mdi-wifi-strength-off:before {
  content: "\f92c";
}
.mdi-wifi-strength-off-outline:before {
  content: "\f92d";
}
.mdi-wifi-strength-outline:before {
  content: "\f92e";
}
.mdi-wii:before {
  content: "\f5ab";
}
.mdi-wiiu:before {
  content: "\f72c";
}
.mdi-wikipedia:before {
  content: "\f5ac";
}
.mdi-window-close:before {
  content: "\f5ad";
}
.mdi-window-closed:before {
  content: "\f5ae";
}
.mdi-window-maximize:before {
  content: "\f5af";
}
.mdi-window-minimize:before {
  content: "\f5b0";
}
.mdi-window-open:before {
  content: "\f5b1";
}
.mdi-window-restore:before {
  content: "\f5b2";
}
.mdi-windows:before {
  content: "\f5b3";
}
.mdi-wordpress:before {
  content: "\f5b4";
}
.mdi-worker:before {
  content: "\f5b5";
}
.mdi-wrap:before {
  content: "\f5b6";
}
.mdi-wrench:before {
  content: "\f5b7";
}
.mdi-wunderlist:before {
  content: "\f5b8";
}
.mdi-xamarin:before {
  content: "\f844";
}
.mdi-xamarin-outline:before {
  content: "\f845";
}
.mdi-xaml:before {
  content: "\f673";
}
.mdi-xbox:before {
  content: "\f5b9";
}
.mdi-xbox-controller:before {
  content: "\f5ba";
}
.mdi-xbox-controller-battery-alert:before {
  content: "\f74a";
}
.mdi-xbox-controller-battery-empty:before {
  content: "\f74b";
}
.mdi-xbox-controller-battery-full:before {
  content: "\f74c";
}
.mdi-xbox-controller-battery-low:before {
  content: "\f74d";
}
.mdi-xbox-controller-battery-medium:before {
  content: "\f74e";
}
.mdi-xbox-controller-battery-unknown:before {
  content: "\f74f";
}
.mdi-xbox-controller-off:before {
  content: "\f5bb";
}
.mdi-xda:before {
  content: "\f5bc";
}
.mdi-xing:before {
  content: "\f5bd";
}
.mdi-xing-box:before {
  content: "\f5be";
}
.mdi-xing-circle:before {
  content: "\f5bf";
}
.mdi-xml:before {
  content: "\f5c0";
}
.mdi-xmpp:before {
  content: "\f7fe";
}
.mdi-yammer:before {
  content: "\f788";
}
.mdi-yeast:before {
  content: "\f5c1";
}
.mdi-yelp:before {
  content: "\f5c2";
}
.mdi-yin-yang:before {
  content: "\f67f";
}
.mdi-youtube:before {
  content: "\f5c3";
}
.mdi-youtube-creator-studio:before {
  content: "\f846";
}
.mdi-youtube-gaming:before {
  content: "\f847";
}
.mdi-youtube-tv:before {
  content: "\f448";
}
.mdi-zip-box:before {
  content: "\f5c4";
}
.mdi-blank:before {
  content: "\f68c";
  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: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}
.mdi-light:before {
  color: white;
}
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}
.mdi-rotate-45 {
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mdi-rotate-90 {
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-135 {
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mdi-rotate-180 {
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-225 {
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mdi-rotate-270 {
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-rotate-315 {
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  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(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* src/assets/theme/w3crm/scss/icons/themify-icons/css/themify-icons.css */
@font-face {
  font-family: "themify";
  src: url("./media/themify9f24-AUCIARCF.eot?-fvbane");
  src:
    url("./media/themifyd41d-AUCIARCF.eot?#iefix-fvbane") format("embedded-opentype"),
    url("./media/themify-LDWN3OQG.woff") format("woff"),
    url("./media/themify-NS22GCUV.ttf") format("truetype"),
    url("./media/themify9f24-FTX7IQU6.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/* src/assets/theme/w3crm/scss/icons/line-awesome/css/line-awesome.min.css */
.la,
.lab,
.lad,
.lal,
.lar,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}
.la-xs {
  font-size: .75em;
}
.la-sm {
  font-size: .875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
  margin-right: .3em;
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
  margin-left: .3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "\f26e";
}
.la-accessible-icon:before {
  content: "\f368";
}
.la-accusoft:before {
  content: "\f369";
}
.la-acquisitions-incorporated:before {
  content: "\f6af";
}
.la-ad:before {
  content: "\f641";
}
.la-address-book:before {
  content: "\f2b9";
}
.la-address-card:before {
  content: "\f2bb";
}
.la-adjust:before {
  content: "\f042";
}
.la-adn:before {
  content: "\f170";
}
.la-adobe:before {
  content: "\f778";
}
.la-adversal:before {
  content: "\f36a";
}
.la-affiliatetheme:before {
  content: "\f36b";
}
.la-air-freshener:before {
  content: "\f5d0";
}
.la-airbnb:before {
  content: "\f834";
}
.la-algolia:before {
  content: "\f36c";
}
.la-align-center:before {
  content: "\f037";
}
.la-align-justify:before {
  content: "\f039";
}
.la-align-left:before {
  content: "\f036";
}
.la-align-right:before {
  content: "\f038";
}
.la-alipay:before {
  content: "\f642";
}
.la-allergies:before {
  content: "\f461";
}
.la-amazon:before {
  content: "\f270";
}
.la-amazon-pay:before {
  content: "\f42c";
}
.la-ambulance:before {
  content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.la-amilia:before {
  content: "\f36d";
}
.la-anchor:before {
  content: "\f13d";
}
.la-android:before {
  content: "\f17b";
}
.la-angellist:before {
  content: "\f209";
}
.la-angle-double-down:before {
  content: "\f103";
}
.la-angle-double-left:before {
  content: "\f100";
}
.la-angle-double-right:before {
  content: "\f101";
}
.la-angle-double-up:before {
  content: "\f102";
}
.la-angle-down:before {
  content: "\f107";
}
.la-angle-left:before {
  content: "\f104";
}
.la-angle-right:before {
  content: "\f105";
}
.la-angle-up:before {
  content: "\f106";
}
.la-angry:before {
  content: "\f556";
}
.la-angrycreative:before {
  content: "\f36e";
}
.la-angular:before {
  content: "\f420";
}
.la-ankh:before {
  content: "\f644";
}
.la-app-store:before {
  content: "\f36f";
}
.la-app-store-ios:before {
  content: "\f370";
}
.la-apper:before {
  content: "\f371";
}
.la-apple:before {
  content: "\f179";
}
.la-apple-alt:before {
  content: "\f5d1";
}
.la-apple-pay:before {
  content: "\f415";
}
.la-archive:before {
  content: "\f187";
}
.la-archway:before {
  content: "\f557";
}
.la-arrow-alt-circle-down:before {
  content: "\f358";
}
.la-arrow-alt-circle-left:before {
  content: "\f359";
}
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}
.la-arrow-circle-down:before {
  content: "\f0ab";
}
.la-arrow-circle-left:before {
  content: "\f0a8";
}
.la-arrow-circle-right:before {
  content: "\f0a9";
}
.la-arrow-circle-up:before {
  content: "\f0aa";
}
.la-arrow-down:before {
  content: "\f063";
}
.la-arrow-left:before {
  content: "\f060";
}
.la-arrow-right:before {
  content: "\f061";
}
.la-arrow-up:before {
  content: "\f062";
}
.la-arrows-alt:before {
  content: "\f0b2";
}
.la-arrows-alt-h:before {
  content: "\f337";
}
.la-arrows-alt-v:before {
  content: "\f338";
}
.la-artstation:before {
  content: "\f77a";
}
.la-assistive-listening-systems:before {
  content: "\f2a2";
}
.la-asterisk:before {
  content: "\f069";
}
.la-asymmetrik:before {
  content: "\f372";
}
.la-at:before {
  content: "\f1fa";
}
.la-atlas:before {
  content: "\f558";
}
.la-atlassian:before {
  content: "\f77b";
}
.la-atom:before {
  content: "\f5d2";
}
.la-audible:before {
  content: "\f373";
}
.la-audio-description:before {
  content: "\f29e";
}
.la-autoprefixer:before {
  content: "\f41c";
}
.la-avianex:before {
  content: "\f374";
}
.la-aviato:before {
  content: "\f421";
}
.la-award:before {
  content: "\f559";
}
.la-aws:before {
  content: "\f375";
}
.la-baby:before {
  content: "\f77c";
}
.la-baby-carriage:before {
  content: "\f77d";
}
.la-backspace:before {
  content: "\f55a";
}
.la-backward:before {
  content: "\f04a";
}
.la-bacon:before {
  content: "\f7e5";
}
.la-balance-scale:before {
  content: "\f24e";
}
.la-balance-scale-left:before {
  content: "\f515";
}
.la-balance-scale-right:before {
  content: "\f516";
}
.la-ban:before {
  content: "\f05e";
}
.la-band-aid:before {
  content: "\f462";
}
.la-bandcamp:before {
  content: "\f2d5";
}
.la-barcode:before {
  content: "\f02a";
}
.la-bars:before {
  content: "\f0c9";
}
.la-baseball-ball:before {
  content: "\f433";
}
.la-basketball-ball:before {
  content: "\f434";
}
.la-bath:before {
  content: "\f2cd";
}
.la-battery-empty:before {
  content: "\f244";
}
.la-battery-full:before {
  content: "\f240";
}
.la-battery-half:before {
  content: "\f242";
}
.la-battery-quarter:before {
  content: "\f243";
}
.la-battery-three-quarters:before {
  content: "\f241";
}
.la-battle-net:before {
  content: "\f835";
}
.la-bed:before {
  content: "\f236";
}
.la-beer:before {
  content: "\f0fc";
}
.la-behance:before {
  content: "\f1b4";
}
.la-behance-square:before {
  content: "\f1b5";
}
.la-bell:before {
  content: "\f0f3";
}
.la-bell-slash:before {
  content: "\f1f6";
}
.la-bezier-curve:before {
  content: "\f55b";
}
.la-bible:before {
  content: "\f647";
}
.la-bicycle:before {
  content: "\f206";
}
.la-biking:before {
  content: "\f84a";
}
.la-bimobject:before {
  content: "\f378";
}
.la-binoculars:before {
  content: "\f1e5";
}
.la-biohazard:before {
  content: "\f780";
}
.la-birthday-cake:before {
  content: "\f1fd";
}
.la-bitbucket:before {
  content: "\f171";
}
.la-bitcoin:before {
  content: "\f379";
}
.la-bity:before {
  content: "\f37a";
}
.la-black-tie:before {
  content: "\f27e";
}
.la-blackberry:before {
  content: "\f37b";
}
.la-blender:before {
  content: "\f517";
}
.la-blender-phone:before {
  content: "\f6b6";
}
.la-blind:before {
  content: "\f29d";
}
.la-blog:before {
  content: "\f781";
}
.la-blogger:before {
  content: "\f37c";
}
.la-blogger-b:before {
  content: "\f37d";
}
.la-bluetooth:before {
  content: "\f293";
}
.la-bluetooth-b:before {
  content: "\f294";
}
.la-bold:before {
  content: "\f032";
}
.la-bolt:before {
  content: "\f0e7";
}
.la-bomb:before {
  content: "\f1e2";
}
.la-bone:before {
  content: "\f5d7";
}
.la-bong:before {
  content: "\f55c";
}
.la-book:before {
  content: "\f02d";
}
.la-book-dead:before {
  content: "\f6b7";
}
.la-book-medical:before {
  content: "\f7e6";
}
.la-book-open:before {
  content: "\f518";
}
.la-book-reader:before {
  content: "\f5da";
}
.la-bookmark:before {
  content: "\f02e";
}
.la-bootstrap:before {
  content: "\f836";
}
.la-border-all:before {
  content: "\f84c";
}
.la-border-none:before {
  content: "\f850";
}
.la-border-style:before {
  content: "\f853";
}
.la-bowling-ball:before {
  content: "\f436";
}
.la-box:before {
  content: "\f466";
}
.la-box-open:before {
  content: "\f49e";
}
.la-boxes:before {
  content: "\f468";
}
.la-braille:before {
  content: "\f2a1";
}
.la-brain:before {
  content: "\f5dc";
}
.la-bread-slice:before {
  content: "\f7ec";
}
.la-briefcase:before {
  content: "\f0b1";
}
.la-briefcase-medical:before {
  content: "\f469";
}
.la-broadcast-tower:before {
  content: "\f519";
}
.la-broom:before {
  content: "\f51a";
}
.la-brush:before {
  content: "\f55d";
}
.la-btc:before {
  content: "\f15a";
}
.la-buffer:before {
  content: "\f837";
}
.la-bug:before {
  content: "\f188";
}
.la-building:before {
  content: "\f1ad";
}
.la-bullhorn:before {
  content: "\f0a1";
}
.la-bullseye:before {
  content: "\f140";
}
.la-burn:before {
  content: "\f46a";
}
.la-buromobelexperte:before {
  content: "\f37f";
}
.la-bus:before {
  content: "\f207";
}
.la-bus-alt:before {
  content: "\f55e";
}
.la-business-time:before {
  content: "\f64a";
}
.la-buy-n-large:before {
  content: "\f8a6";
}
.la-buysellads:before {
  content: "\f20d";
}
.la-calculator:before {
  content: "\f1ec";
}
.la-calendar:before {
  content: "\f133";
}
.la-calendar-alt:before {
  content: "\f073";
}
.la-calendar-check:before {
  content: "\f274";
}
.la-calendar-day:before {
  content: "\f783";
}
.la-calendar-minus:before {
  content: "\f272";
}
.la-calendar-plus:before {
  content: "\f271";
}
.la-calendar-times:before {
  content: "\f273";
}
.la-calendar-week:before {
  content: "\f784";
}
.la-camera:before {
  content: "\f030";
}
.la-camera-retro:before {
  content: "\f083";
}
.la-campground:before {
  content: "\f6bb";
}
.la-canadian-maple-leaf:before {
  content: "\f785";
}
.la-candy-cane:before {
  content: "\f786";
}
.la-cannabis:before {
  content: "\f55f";
}
.la-capsules:before {
  content: "\f46b";
}
.la-car:before {
  content: "\f1b9";
}
.la-car-alt:before {
  content: "\f5de";
}
.la-car-battery:before {
  content: "\f5df";
}
.la-car-crash:before {
  content: "\f5e1";
}
.la-car-side:before {
  content: "\f5e4";
}
.la-caret-down:before {
  content: "\f0d7";
}
.la-caret-left:before {
  content: "\f0d9";
}
.la-caret-right:before {
  content: "\f0da";
}
.la-caret-square-down:before {
  content: "\f150";
}
.la-caret-square-left:before {
  content: "\f191";
}
.la-caret-square-right:before {
  content: "\f152";
}
.la-caret-square-up:before {
  content: "\f151";
}
.la-caret-up:before {
  content: "\f0d8";
}
.la-carrot:before {
  content: "\f787";
}
.la-cart-arrow-down:before {
  content: "\f218";
}
.la-cart-plus:before {
  content: "\f217";
}
.la-cash-register:before {
  content: "\f788";
}
.la-cat:before {
  content: "\f6be";
}
.la-cc-amazon-pay:before {
  content: "\f42d";
}
.la-cc-amex:before {
  content: "\f1f3";
}
.la-cc-apple-pay:before {
  content: "\f416";
}
.la-cc-diners-club:before {
  content: "\f24c";
}
.la-cc-discover:before {
  content: "\f1f2";
}
.la-cc-jcb:before {
  content: "\f24b";
}
.la-cc-mastercard:before {
  content: "\f1f1";
}
.la-cc-paypal:before {
  content: "\f1f4";
}
.la-cc-stripe:before {
  content: "\f1f5";
}
.la-cc-visa:before {
  content: "\f1f0";
}
.la-centercode:before {
  content: "\f380";
}
.la-centos:before {
  content: "\f789";
}
.la-certificate:before {
  content: "\f0a3";
}
.la-chair:before {
  content: "\f6c0";
}
.la-chalkboard:before {
  content: "\f51b";
}
.la-chalkboard-teacher:before {
  content: "\f51c";
}
.la-charging-station:before {
  content: "\f5e7";
}
.la-chart-area:before {
  content: "\f1fe";
}
.la-chart-bar:before {
  content: "\f080";
}
.la-chart-line:before {
  content: "\f201";
}
.la-chart-pie:before {
  content: "\f200";
}
.la-check:before {
  content: "\f00c";
}
.la-check-circle:before {
  content: "\f058";
}
.la-check-double:before {
  content: "\f560";
}
.la-check-square:before {
  content: "\f14a";
}
.la-cheese:before {
  content: "\f7ef";
}
.la-chess:before {
  content: "\f439";
}
.la-chess-bishop:before {
  content: "\f43a";
}
.la-chess-board:before {
  content: "\f43c";
}
.la-chess-king:before {
  content: "\f43f";
}
.la-chess-knight:before {
  content: "\f441";
}
.la-chess-pawn:before {
  content: "\f443";
}
.la-chess-queen:before {
  content: "\f445";
}
.la-chess-rook:before {
  content: "\f447";
}
.la-chevron-circle-down:before {
  content: "\f13a";
}
.la-chevron-circle-left:before {
  content: "\f137";
}
.la-chevron-circle-right:before {
  content: "\f138";
}
.la-chevron-circle-up:before {
  content: "\f139";
}
.la-chevron-down:before {
  content: "\f078";
}
.la-chevron-left:before {
  content: "\f053";
}
.la-chevron-right:before {
  content: "\f054";
}
.la-chevron-up:before {
  content: "\f077";
}
.la-child:before {
  content: "\f1ae";
}
.la-chrome:before {
  content: "\f268";
}
.la-chromecast:before {
  content: "\f838";
}
.la-church:before {
  content: "\f51d";
}
.la-circle:before {
  content: "\f111";
}
.la-circle-notch:before {
  content: "\f1ce";
}
.la-city:before {
  content: "\f64f";
}
.la-clinic-medical:before {
  content: "\f7f2";
}
.la-clipboard:before {
  content: "\f328";
}
.la-clipboard-check:before {
  content: "\f46c";
}
.la-clipboard-list:before {
  content: "\f46d";
}
.la-clock:before {
  content: "\f017";
}
.la-clone:before {
  content: "\f24d";
}
.la-closed-captioning:before {
  content: "\f20a";
}
.la-cloud:before {
  content: "\f0c2";
}
.la-cloud-download-alt:before {
  content: "\f381";
}
.la-cloud-meatball:before {
  content: "\f73b";
}
.la-cloud-moon:before {
  content: "\f6c3";
}
.la-cloud-moon-rain:before {
  content: "\f73c";
}
.la-cloud-rain:before {
  content: "\f73d";
}
.la-cloud-showers-heavy:before {
  content: "\f740";
}
.la-cloud-sun:before {
  content: "\f6c4";
}
.la-cloud-sun-rain:before {
  content: "\f743";
}
.la-cloud-upload-alt:before {
  content: "\f382";
}
.la-cloudscale:before {
  content: "\f383";
}
.la-cloudsmith:before {
  content: "\f384";
}
.la-cloudversify:before {
  content: "\f385";
}
.la-cocktail:before {
  content: "\f561";
}
.la-code:before {
  content: "\f121";
}
.la-code-branch:before {
  content: "\f126";
}
.la-codepen:before {
  content: "\f1cb";
}
.la-codiepie:before {
  content: "\f284";
}
.la-coffee:before {
  content: "\f0f4";
}
.la-cog:before {
  content: "\f013";
}
.la-cogs:before {
  content: "\f085";
}
.la-coins:before {
  content: "\f51e";
}
.la-columns:before {
  content: "\f0db";
}
.la-comment:before {
  content: "\f075";
}
.la-comment-alt:before {
  content: "\f27a";
}
.la-comment-dollar:before {
  content: "\f651";
}
.la-comment-dots:before {
  content: "\f4ad";
}
.la-comment-medical:before {
  content: "\f7f5";
}
.la-comment-slash:before {
  content: "\f4b3";
}
.la-comments:before {
  content: "\f086";
}
.la-comments-dollar:before {
  content: "\f653";
}
.la-compact-disc:before {
  content: "\f51f";
}
.la-compass:before {
  content: "\f14e";
}
.la-compress:before {
  content: "\f066";
}
.la-compress-arrows-alt:before {
  content: "\f78c";
}
.la-concierge-bell:before {
  content: "\f562";
}
.la-confluence:before {
  content: "\f78d";
}
.la-connectdevelop:before {
  content: "\f20e";
}
.la-contao:before {
  content: "\f26d";
}
.la-cookie:before {
  content: "\f563";
}
.la-cookie-bite:before {
  content: "\f564";
}
.la-copy:before {
  content: "\f0c5";
}
.la-copyright:before {
  content: "\f1f9";
}
.la-cotton-bureau:before {
  content: "\f89e";
}
.la-couch:before {
  content: "\f4b8";
}
.la-cpanel:before {
  content: "\f388";
}
.la-creative-commons:before {
  content: "\f25e";
}
.la-creative-commons-by:before {
  content: "\f4e7";
}
.la-creative-commons-nc:before {
  content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.la-creative-commons-nd:before {
  content: "\f4eb";
}
.la-creative-commons-pd:before {
  content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.la-creative-commons-remix:before {
  content: "\f4ee";
}
.la-creative-commons-sa:before {
  content: "\f4ef";
}
.la-creative-commons-sampling:before {
  content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.la-creative-commons-share:before {
  content: "\f4f2";
}
.la-creative-commons-zero:before {
  content: "\f4f3";
}
.la-credit-card:before {
  content: "\f09d";
}
.la-critical-role:before {
  content: "\f6c9";
}
.la-crop:before {
  content: "\f125";
}
.la-crop-alt:before {
  content: "\f565";
}
.la-cross:before {
  content: "\f654";
}
.la-crosshairs:before {
  content: "\f05b";
}
.la-crow:before {
  content: "\f520";
}
.la-crown:before {
  content: "\f521";
}
.la-crutch:before {
  content: "\f7f7";
}
.la-css3:before {
  content: "\f13c";
}
.la-css3-alt:before {
  content: "\f38b";
}
.la-cube:before {
  content: "\f1b2";
}
.la-cubes:before {
  content: "\f1b3";
}
.la-cut:before {
  content: "\f0c4";
}
.la-cuttlefish:before {
  content: "\f38c";
}
.la-d-and-d:before {
  content: "\f38d";
}
.la-d-and-d-beyond:before {
  content: "\f6ca";
}
.la-dashcube:before {
  content: "\f210";
}
.la-database:before {
  content: "\f1c0";
}
.la-deaf:before {
  content: "\f2a4";
}
.la-delicious:before {
  content: "\f1a5";
}
.la-democrat:before {
  content: "\f747";
}
.la-deploydog:before {
  content: "\f38e";
}
.la-deskpro:before {
  content: "\f38f";
}
.la-desktop:before {
  content: "\f108";
}
.la-dev:before {
  content: "\f6cc";
}
.la-deviantart:before {
  content: "\f1bd";
}
.la-dharmachakra:before {
  content: "\f655";
}
.la-dhl:before {
  content: "\f790";
}
.la-diagnoses:before {
  content: "\f470";
}
.la-diaspora:before {
  content: "\f791";
}
.la-dice:before {
  content: "\f522";
}
.la-dice-d20:before {
  content: "\f6cf";
}
.la-dice-d6:before {
  content: "\f6d1";
}
.la-dice-five:before {
  content: "\f523";
}
.la-dice-four:before {
  content: "\f524";
}
.la-dice-one:before {
  content: "\f525";
}
.la-dice-six:before {
  content: "\f526";
}
.la-dice-three:before {
  content: "\f527";
}
.la-dice-two:before {
  content: "\f528";
}
.la-digg:before {
  content: "\f1a6";
}
.la-digital-ocean:before {
  content: "\f391";
}
.la-digital-tachograph:before {
  content: "\f566";
}
.la-directions:before {
  content: "\f5eb";
}
.la-discord:before {
  content: "\f392";
}
.la-discourse:before {
  content: "\f393";
}
.la-divide:before {
  content: "\f529";
}
.la-dizzy:before {
  content: "\f567";
}
.la-dna:before {
  content: "\f471";
}
.la-dochub:before {
  content: "\f394";
}
.la-docker:before {
  content: "\f395";
}
.la-dog:before {
  content: "\f6d3";
}
.la-dollar-sign:before {
  content: "\f155";
}
.la-dolly:before {
  content: "\f472";
}
.la-dolly-flatbed:before {
  content: "\f474";
}
.la-donate:before {
  content: "\f4b9";
}
.la-door-closed:before {
  content: "\f52a";
}
.la-door-open:before {
  content: "\f52b";
}
.la-dot-circle:before {
  content: "\f192";
}
.la-dove:before {
  content: "\f4ba";
}
.la-download:before {
  content: "\f019";
}
.la-draft2digital:before {
  content: "\f396";
}
.la-drafting-compass:before {
  content: "\f568";
}
.la-dragon:before {
  content: "\f6d5";
}
.la-draw-polygon:before {
  content: "\f5ee";
}
.la-dribbble:before {
  content: "\f17d";
}
.la-dribbble-square:before {
  content: "\f397";
}
.la-dropbox:before {
  content: "\f16b";
}
.la-drum:before {
  content: "\f569";
}
.la-drum-steelpan:before {
  content: "\f56a";
}
.la-drumstick-bite:before {
  content: "\f6d7";
}
.la-drupal:before {
  content: "\f1a9";
}
.la-dumbbell:before {
  content: "\f44b";
}
.la-dumpster:before {
  content: "\f793";
}
.la-dumpster-fire:before {
  content: "\f794";
}
.la-dungeon:before {
  content: "\f6d9";
}
.la-dyalog:before {
  content: "\f399";
}
.la-earlybirds:before {
  content: "\f39a";
}
.la-ebay:before {
  content: "\f4f4";
}
.la-edge:before {
  content: "\f282";
}
.la-edit:before {
  content: "\f044";
}
.la-egg:before {
  content: "\f7fb";
}
.la-eject:before {
  content: "\f052";
}
.la-elementor:before {
  content: "\f430";
}
.la-ellipsis-h:before {
  content: "\f141";
}
.la-ellipsis-v:before {
  content: "\f142";
}
.la-ello:before {
  content: "\f5f1";
}
.la-ember:before {
  content: "\f423";
}
.la-empire:before {
  content: "\f1d1";
}
.la-envelope:before {
  content: "\f0e0";
}
.la-envelope-open:before {
  content: "\f2b6";
}
.la-envelope-open-text:before {
  content: "\f658";
}
.la-envelope-square:before {
  content: "\f199";
}
.la-envira:before {
  content: "\f299";
}
.la-equals:before {
  content: "\f52c";
}
.la-eraser:before {
  content: "\f12d";
}
.la-erlang:before {
  content: "\f39d";
}
.la-ethereum:before {
  content: "\f42e";
}
.la-ethernet:before {
  content: "\f796";
}
.la-etsy:before {
  content: "\f2d7";
}
.la-euro-sign:before {
  content: "\f153";
}
.la-evernote:before {
  content: "\f839";
}
.la-exchange-alt:before {
  content: "\f362";
}
.la-exclamation:before {
  content: "\f12a";
}
.la-exclamation-circle:before {
  content: "\f06a";
}
.la-exclamation-triangle:before {
  content: "\f071";
}
.la-expand:before {
  content: "\f065";
}
.la-expand-arrows-alt:before {
  content: "\f31e";
}
.la-expeditedssl:before {
  content: "\f23e";
}
.la-external-link-alt:before {
  content: "\f35d";
}
.la-external-link-square-alt:before {
  content: "\f360";
}
.la-eye:before {
  content: "\f06e";
}
.la-eye-dropper:before {
  content: "\f1fb";
}
.la-eye-slash:before {
  content: "\f070";
}
.la-facebook:before {
  content: "\f09a";
}
.la-facebook-f:before {
  content: "\f39e";
}
.la-facebook-messenger:before {
  content: "\f39f";
}
.la-facebook-square:before {
  content: "\f082";
}
.la-fan:before {
  content: "\f863";
}
.la-fantasy-flight-games:before {
  content: "\f6dc";
}
.la-fast-backward:before {
  content: "\f049";
}
.la-fast-forward:before {
  content: "\f050";
}
.la-fax:before {
  content: "\f1ac";
}
.la-feather:before {
  content: "\f52d";
}
.la-feather-alt:before {
  content: "\f56b";
}
.la-fedex:before {
  content: "\f797";
}
.la-fedora:before {
  content: "\f798";
}
.la-female:before {
  content: "\f182";
}
.la-fighter-jet:before {
  content: "\f0fb";
}
.la-figma:before {
  content: "\f799";
}
.la-file:before {
  content: "\f15b";
}
.la-file-alt:before {
  content: "\f15c";
}
.la-file-archive:before {
  content: "\f1c6";
}
.la-file-audio:before {
  content: "\f1c7";
}
.la-file-code:before {
  content: "\f1c9";
}
.la-file-contract:before {
  content: "\f56c";
}
.la-file-csv:before {
  content: "\f6dd";
}
.la-file-download:before {
  content: "\f56d";
}
.la-file-excel:before {
  content: "\f1c3";
}
.la-file-export:before {
  content: "\f56e";
}
.la-file-image:before {
  content: "\f1c5";
}
.la-file-import:before {
  content: "\f56f";
}
.la-file-invoice:before {
  content: "\f570";
}
.la-file-invoice-dollar:before {
  content: "\f571";
}
.la-file-medical:before {
  content: "\f477";
}
.la-file-medical-alt:before {
  content: "\f478";
}
.la-file-pdf:before {
  content: "\f1c1";
}
.la-file-powerpoint:before {
  content: "\f1c4";
}
.la-file-prescription:before {
  content: "\f572";
}
.la-file-signature:before {
  content: "\f573";
}
.la-file-upload:before {
  content: "\f574";
}
.la-file-video:before {
  content: "\f1c8";
}
.la-file-word:before {
  content: "\f1c2";
}
.la-fill:before {
  content: "\f575";
}
.la-fill-drip:before {
  content: "\f576";
}
.la-film:before {
  content: "\f008";
}
.la-filter:before {
  content: "\f0b0";
}
.la-fingerprint:before {
  content: "\f577";
}
.la-fire:before {
  content: "\f06d";
}
.la-fire-alt:before {
  content: "\f7e4";
}
.la-fire-extinguisher:before {
  content: "\f134";
}
.la-firefox:before {
  content: "\f269";
}
.la-first-aid:before {
  content: "\f479";
}
.la-first-order:before {
  content: "\f2b0";
}
.la-first-order-alt:before {
  content: "\f50a";
}
.la-firstdraft:before {
  content: "\f3a1";
}
.la-fish:before {
  content: "\f578";
}
.la-fist-raised:before {
  content: "\f6de";
}
.la-flag:before {
  content: "\f024";
}
.la-flag-checkered:before {
  content: "\f11e";
}
.la-flag-usa:before {
  content: "\f74d";
}
.la-flask:before {
  content: "\f0c3";
}
.la-flickr:before {
  content: "\f16e";
}
.la-flipboard:before {
  content: "\f44d";
}
.la-flushed:before {
  content: "\f579";
}
.la-fly:before {
  content: "\f417";
}
.la-folder:before {
  content: "\f07b";
}
.la-folder-minus:before {
  content: "\f65d";
}
.la-folder-open:before {
  content: "\f07c";
}
.la-folder-plus:before {
  content: "\f65e";
}
.la-font:before {
  content: "\f031";
}
.la-font-awesome:before {
  content: "\f2b4";
}
.la-font-awesome-alt:before {
  content: "\f35c";
}
.la-font-awesome-flag:before {
  content: "\f425";
}
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}
.la-fonticons:before {
  content: "\f280";
}
.la-fonticons-fi:before {
  content: "\f3a2";
}
.la-football-ball:before {
  content: "\f44e";
}
.la-fort-awesome:before {
  content: "\f286";
}
.la-fort-awesome-alt:before {
  content: "\f3a3";
}
.la-forumbee:before {
  content: "\f211";
}
.la-forward:before {
  content: "\f04e";
}
.la-foursquare:before {
  content: "\f180";
}
.la-free-code-camp:before {
  content: "\f2c5";
}
.la-freebsd:before {
  content: "\f3a4";
}
.la-frog:before {
  content: "\f52e";
}
.la-frown:before {
  content: "\f119";
}
.la-frown-open:before {
  content: "\f57a";
}
.la-fulcrum:before {
  content: "\f50b";
}
.la-funnel-dollar:before {
  content: "\f662";
}
.la-futbol:before {
  content: "\f1e3";
}
.la-galactic-republic:before {
  content: "\f50c";
}
.la-galactic-senate:before {
  content: "\f50d";
}
.la-gamepad:before {
  content: "\f11b";
}
.la-gas-pump:before {
  content: "\f52f";
}
.la-gavel:before {
  content: "\f0e3";
}
.la-gem:before {
  content: "\f3a5";
}
.la-genderless:before {
  content: "\f22d";
}
.la-get-pocket:before {
  content: "\f265";
}
.la-gg:before {
  content: "\f260";
}
.la-gg-circle:before {
  content: "\f261";
}
.la-ghost:before {
  content: "\f6e2";
}
.la-gift:before {
  content: "\f06b";
}
.la-gifts:before {
  content: "\f79c";
}
.la-git:before {
  content: "\f1d3";
}
.la-git-alt:before {
  content: "\f841";
}
.la-git-square:before {
  content: "\f1d2";
}
.la-github:before {
  content: "\f09b";
}
.la-github-alt:before {
  content: "\f113";
}
.la-github-square:before {
  content: "\f092";
}
.la-gitkraken:before {
  content: "\f3a6";
}
.la-gitlab:before {
  content: "\f296";
}
.la-gitter:before {
  content: "\f426";
}
.la-glass-cheers:before {
  content: "\f79f";
}
.la-glass-martini:before {
  content: "\f000";
}
.la-glass-martini-alt:before {
  content: "\f57b";
}
.la-glass-whiskey:before {
  content: "\f7a0";
}
.la-glasses:before {
  content: "\f530";
}
.la-glide:before {
  content: "\f2a5";
}
.la-glide-g:before {
  content: "\f2a6";
}
.la-globe:before {
  content: "\f0ac";
}
.la-globe-africa:before {
  content: "\f57c";
}
.la-globe-americas:before {
  content: "\f57d";
}
.la-globe-asia:before {
  content: "\f57e";
}
.la-globe-europe:before {
  content: "\f7a2";
}
.la-gofore:before {
  content: "\f3a7";
}
.la-golf-ball:before {
  content: "\f450";
}
.la-goodreads:before {
  content: "\f3a8";
}
.la-goodreads-g:before {
  content: "\f3a9";
}
.la-google:before {
  content: "\f1a0";
}
.la-google-drive:before {
  content: "\f3aa";
}
.la-google-play:before {
  content: "\f3ab";
}
.la-google-plus:before {
  content: "\f2b3";
}
.la-google-plus-g:before {
  content: "\f0d5";
}
.la-google-plus-square:before {
  content: "\f0d4";
}
.la-google-wallet:before {
  content: "\f1ee";
}
.la-gopuram:before {
  content: "\f664";
}
.la-graduation-cap:before {
  content: "\f19d";
}
.la-gratipay:before {
  content: "\f184";
}
.la-grav:before {
  content: "\f2d6";
}
.la-greater-than:before {
  content: "\f531";
}
.la-greater-than-equal:before {
  content: "\f532";
}
.la-grimace:before {
  content: "\f57f";
}
.la-grin:before {
  content: "\f580";
}
.la-grin-alt:before {
  content: "\f581";
}
.la-grin-beam:before {
  content: "\f582";
}
.la-grin-beam-sweat:before {
  content: "\f583";
}
.la-grin-hearts:before {
  content: "\f584";
}
.la-grin-squint:before {
  content: "\f585";
}
.la-grin-squint-tears:before {
  content: "\f586";
}
.la-grin-stars:before {
  content: "\f587";
}
.la-grin-tears:before {
  content: "\f588";
}
.la-grin-tongue:before {
  content: "\f589";
}
.la-grin-tongue-squint:before {
  content: "\f58a";
}
.la-grin-tongue-wink:before {
  content: "\f58b";
}
.la-grin-wink:before {
  content: "\f58c";
}
.la-grip-horizontal:before {
  content: "\f58d";
}
.la-grip-lines:before {
  content: "\f7a4";
}
.la-grip-lines-vertical:before {
  content: "\f7a5";
}
.la-grip-vertical:before {
  content: "\f58e";
}
.la-gripfire:before {
  content: "\f3ac";
}
.la-grunt:before {
  content: "\f3ad";
}
.la-guitar:before {
  content: "\f7a6";
}
.la-gulp:before {
  content: "\f3ae";
}
.la-h-square:before {
  content: "\f0fd";
}
.la-hacker-news:before {
  content: "\f1d4";
}
.la-hacker-news-square:before {
  content: "\f3af";
}
.la-hackerrank:before {
  content: "\f5f7";
}
.la-hamburger:before {
  content: "\f805";
}
.la-hammer:before {
  content: "\f6e3";
}
.la-hamsa:before {
  content: "\f665";
}
.la-hand-holding:before {
  content: "\f4bd";
}
.la-hand-holding-heart:before {
  content: "\f4be";
}
.la-hand-holding-usd:before {
  content: "\f4c0";
}
.la-hand-lizard:before {
  content: "\f258";
}
.la-hand-middle-finger:before {
  content: "\f806";
}
.la-hand-paper:before {
  content: "\f256";
}
.la-hand-peace:before {
  content: "\f25b";
}
.la-hand-point-down:before {
  content: "\f0a7";
}
.la-hand-point-left:before {
  content: "\f0a5";
}
.la-hand-point-right:before {
  content: "\f0a4";
}
.la-hand-point-up:before {
  content: "\f0a6";
}
.la-hand-pointer:before {
  content: "\f25a";
}
.la-hand-rock:before {
  content: "\f255";
}
.la-hand-scissors:before {
  content: "\f257";
}
.la-hand-spock:before {
  content: "\f259";
}
.la-hands:before {
  content: "\f4c2";
}
.la-hands-helping:before {
  content: "\f4c4";
}
.la-handshake:before {
  content: "\f2b5";
}
.la-hanukiah:before {
  content: "\f6e6";
}
.la-hard-hat:before {
  content: "\f807";
}
.la-hashtag:before {
  content: "\f292";
}
.la-hat-cowboy:before {
  content: "\f8c0";
}
.la-hat-cowboy-side:before {
  content: "\f8c1";
}
.la-hat-wizard:before {
  content: "\f6e8";
}
.la-haykal:before {
  content: "\f666";
}
.la-hdd:before {
  content: "\f0a0";
}
.la-heading:before {
  content: "\f1dc";
}
.la-headphones:before {
  content: "\f025";
}
.la-headphones-alt:before {
  content: "\f58f";
}
.la-headset:before {
  content: "\f590";
}
.la-heart:before {
  content: "\f004";
}
.la-heart-broken:before {
  content: "\f7a9";
}
.la-heartbeat:before {
  content: "\f21e";
}
.la-helicopter:before {
  content: "\f533";
}
.la-highlighter:before {
  content: "\f591";
}
.la-hiking:before {
  content: "\f6ec";
}
.la-hippo:before {
  content: "\f6ed";
}
.la-hips:before {
  content: "\f452";
}
.la-hire-a-helper:before {
  content: "\f3b0";
}
.la-history:before {
  content: "\f1da";
}
.la-hockey-puck:before {
  content: "\f453";
}
.la-holly-berry:before {
  content: "\f7aa";
}
.la-home:before {
  content: "\f015";
}
.la-hooli:before {
  content: "\f427";
}
.la-hornbill:before {
  content: "\f592";
}
.la-horse:before {
  content: "\f6f0";
}
.la-horse-head:before {
  content: "\f7ab";
}
.la-hospital:before {
  content: "\f0f8";
}
.la-hospital-alt:before {
  content: "\f47d";
}
.la-hospital-symbol:before {
  content: "\f47e";
}
.la-hot-tub:before {
  content: "\f593";
}
.la-hotdog:before {
  content: "\f80f";
}
.la-hotel:before {
  content: "\f594";
}
.la-hotjar:before {
  content: "\f3b1";
}
.la-hourglass:before {
  content: "\f254";
}
.la-hourglass-end:before {
  content: "\f253";
}
.la-hourglass-half:before {
  content: "\f252";
}
.la-hourglass-start:before {
  content: "\f251";
}
.la-house-damage:before {
  content: "\f6f1";
}
.la-houzz:before {
  content: "\f27c";
}
.la-hryvnia:before {
  content: "\f6f2";
}
.la-html5:before {
  content: "\f13b";
}
.la-hubspot:before {
  content: "\f3b2";
}
.la-i-cursor:before {
  content: "\f246";
}
.la-ice-cream:before {
  content: "\f810";
}
.la-icicles:before {
  content: "\f7ad";
}
.la-icons:before {
  content: "\f86d";
}
.la-id-badge:before {
  content: "\f2c1";
}
.la-id-card:before {
  content: "\f2c2";
}
.la-id-card-alt:before {
  content: "\f47f";
}
.la-igloo:before {
  content: "\f7ae";
}
.la-image:before {
  content: "\f03e";
}
.la-images:before {
  content: "\f302";
}
.la-imdb:before {
  content: "\f2d8";
}
.la-inbox:before {
  content: "\f01c";
}
.la-indent:before {
  content: "\f03c";
}
.la-industry:before {
  content: "\f275";
}
.la-infinity:before {
  content: "\f534";
}
.la-info:before {
  content: "\f129";
}
.la-info-circle:before {
  content: "\f05a";
}
.la-instagram:before {
  content: "\f16d";
}
.la-intercom:before {
  content: "\f7af";
}
.la-internet-explorer:before {
  content: "\f26b";
}
.la-invision:before {
  content: "\f7b0";
}
.la-ioxhost:before {
  content: "\f208";
}
.la-italic:before {
  content: "\f033";
}
.la-itch-io:before {
  content: "\f83a";
}
.la-itunes:before {
  content: "\f3b4";
}
.la-itunes-note:before {
  content: "\f3b5";
}
.la-java:before {
  content: "\f4e4";
}
.la-jedi:before {
  content: "\f669";
}
.la-jedi-order:before {
  content: "\f50e";
}
.la-jenkins:before {
  content: "\f3b6";
}
.la-jira:before {
  content: "\f7b1";
}
.la-joget:before {
  content: "\f3b7";
}
.la-joint:before {
  content: "\f595";
}
.la-joomla:before {
  content: "\f1aa";
}
.la-journal-whills:before {
  content: "\f66a";
}
.la-js:before {
  content: "\f3b8";
}
.la-js-square:before {
  content: "\f3b9";
}
.la-jsfiddle:before {
  content: "\f1cc";
}
.la-kaaba:before {
  content: "\f66b";
}
.la-kaggle:before {
  content: "\f5fa";
}
.la-key:before {
  content: "\f084";
}
.la-keybase:before {
  content: "\f4f5";
}
.la-keyboard:before {
  content: "\f11c";
}
.la-keycdn:before {
  content: "\f3ba";
}
.la-khanda:before {
  content: "\f66d";
}
.la-kickstarter:before {
  content: "\f3bb";
}
.la-kickstarter-k:before {
  content: "\f3bc";
}
.la-kiss:before {
  content: "\f596";
}
.la-kiss-beam:before {
  content: "\f597";
}
.la-kiss-wink-heart:before {
  content: "\f598";
}
.la-kiwi-bird:before {
  content: "\f535";
}
.la-korvue:before {
  content: "\f42f";
}
.la-landmark:before {
  content: "\f66f";
}
.la-language:before {
  content: "\f1ab";
}
.la-laptop:before {
  content: "\f109";
}
.la-laptop-code:before {
  content: "\f5fc";
}
.la-laptop-medical:before {
  content: "\f812";
}
.la-laravel:before {
  content: "\f3bd";
}
.la-lastfm:before {
  content: "\f202";
}
.la-lastfm-square:before {
  content: "\f203";
}
.la-laugh:before {
  content: "\f599";
}
.la-laugh-beam:before {
  content: "\f59a";
}
.la-laugh-squint:before {
  content: "\f59b";
}
.la-laugh-wink:before {
  content: "\f59c";
}
.la-layer-group:before {
  content: "\f5fd";
}
.la-leaf:before {
  content: "\f06c";
}
.la-leanpub:before {
  content: "\f212";
}
.la-lemon:before {
  content: "\f094";
}
.la-less:before {
  content: "\f41d";
}
.la-less-than:before {
  content: "\f536";
}
.la-less-than-equal:before {
  content: "\f537";
}
.la-level-down-alt:before {
  content: "\f3be";
}
.la-level-up-alt:before {
  content: "\f3bf";
}
.la-life-ring:before {
  content: "\f1cd";
}
.la-lightbulb:before {
  content: "\f0eb";
}
.la-line:before {
  content: "\f3c0";
}
.la-link:before {
  content: "\f0c1";
}
.la-linkedin:before {
  content: "\f08c";
}
.la-linkedin-in:before {
  content: "\f0e1";
}
.la-linode:before {
  content: "\f2b8";
}
.la-linux:before {
  content: "\f17c";
}
.la-lira-sign:before {
  content: "\f195";
}
.la-list:before {
  content: "\f03a";
}
.la-list-alt:before {
  content: "\f022";
}
.la-list-ol:before {
  content: "\f0cb";
}
.la-list-ul:before {
  content: "\f0ca";
}
.la-location-arrow:before {
  content: "\f124";
}
.la-lock:before {
  content: "\f023";
}
.la-lock-open:before {
  content: "\f3c1";
}
.la-long-arrow-alt-down:before {
  content: "\f309";
}
.la-long-arrow-alt-left:before {
  content: "\f30a";
}
.la-long-arrow-alt-right:before {
  content: "\f30b";
}
.la-long-arrow-alt-up:before {
  content: "\f30c";
}
.la-low-vision:before {
  content: "\f2a8";
}
.la-luggage-cart:before {
  content: "\f59d";
}
.la-lyft:before {
  content: "\f3c3";
}
.la-magento:before {
  content: "\f3c4";
}
.la-magic:before {
  content: "\f0d0";
}
.la-magnet:before {
  content: "\f076";
}
.la-mail-bulk:before {
  content: "\f674";
}
.la-mailchimp:before {
  content: "\f59e";
}
.la-male:before {
  content: "\f183";
}
.la-mandalorian:before {
  content: "\f50f";
}
.la-map:before {
  content: "\f279";
}
.la-map-marked:before {
  content: "\f59f";
}
.la-map-marked-alt:before {
  content: "\f5a0";
}
.la-map-marker:before {
  content: "\f041";
}
.la-map-marker-alt:before {
  content: "\f3c5";
}
.la-map-pin:before {
  content: "\f276";
}
.la-map-signs:before {
  content: "\f277";
}
.la-markdown:before {
  content: "\f60f";
}
.la-marker:before {
  content: "\f5a1";
}
.la-mars:before {
  content: "\f222";
}
.la-mars-double:before {
  content: "\f227";
}
.la-mars-stroke:before {
  content: "\f229";
}
.la-mars-stroke-h:before {
  content: "\f22b";
}
.la-mars-stroke-v:before {
  content: "\f22a";
}
.la-mask:before {
  content: "\f6fa";
}
.la-mastodon:before {
  content: "\f4f6";
}
.la-maxcdn:before {
  content: "\f136";
}
.la-mdb:before {
  content: "\f8ca";
}
.la-medal:before {
  content: "\f5a2";
}
.la-medapps:before {
  content: "\f3c6";
}
.la-medium:before {
  content: "\f23a";
}
.la-medium-m:before {
  content: "\f3c7";
}
.la-medkit:before {
  content: "\f0fa";
}
.la-medrt:before {
  content: "\f3c8";
}
.la-meetup:before {
  content: "\f2e0";
}
.la-megaport:before {
  content: "\f5a3";
}
.la-meh:before {
  content: "\f11a";
}
.la-meh-blank:before {
  content: "\f5a4";
}
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}
.la-memory:before {
  content: "\f538";
}
.la-mendeley:before {
  content: "\f7b3";
}
.la-menorah:before {
  content: "\f676";
}
.la-mercury:before {
  content: "\f223";
}
.la-meteor:before {
  content: "\f753";
}
.la-microchip:before {
  content: "\f2db";
}
.la-microphone:before {
  content: "\f130";
}
.la-microphone-alt:before {
  content: "\f3c9";
}
.la-microphone-alt-slash:before {
  content: "\f539";
}
.la-microphone-slash:before {
  content: "\f131";
}
.la-microscope:before {
  content: "\f610";
}
.la-microsoft:before {
  content: "\f3ca";
}
.la-minus:before {
  content: "\f068";
}
.la-minus-circle:before {
  content: "\f056";
}
.la-minus-square:before {
  content: "\f146";
}
.la-mitten:before {
  content: "\f7b5";
}
.la-mix:before {
  content: "\f3cb";
}
.la-mixcloud:before {
  content: "\f289";
}
.la-mizuni:before {
  content: "\f3cc";
}
.la-mobile:before {
  content: "\f10b";
}
.la-mobile-alt:before {
  content: "\f3cd";
}
.la-modx:before {
  content: "\f285";
}
.la-monero:before {
  content: "\f3d0";
}
.la-money-bill:before {
  content: "\f0d6";
}
.la-money-bill-alt:before {
  content: "\f3d1";
}
.la-money-bill-wave:before {
  content: "\f53a";
}
.la-money-bill-wave-alt:before {
  content: "\f53b";
}
.la-money-check:before {
  content: "\f53c";
}
.la-money-check-alt:before {
  content: "\f53d";
}
.la-monument:before {
  content: "\f5a6";
}
.la-moon:before {
  content: "\f186";
}
.la-mortar-pestle:before {
  content: "\f5a7";
}
.la-mosque:before {
  content: "\f678";
}
.la-motorcycle:before {
  content: "\f21c";
}
.la-mountain:before {
  content: "\f6fc";
}
.la-mouse:before {
  content: "\f8cc";
}
.la-mouse-pointer:before {
  content: "\f245";
}
.la-mug-hot:before {
  content: "\f7b6";
}
.la-music:before {
  content: "\f001";
}
.la-napster:before {
  content: "\f3d2";
}
.la-neos:before {
  content: "\f612";
}
.la-network-wired:before {
  content: "\f6ff";
}
.la-neuter:before {
  content: "\f22c";
}
.la-newspaper:before {
  content: "\f1ea";
}
.la-nimblr:before {
  content: "\f5a8";
}
.la-node:before {
  content: "\f419";
}
.la-node-js:before {
  content: "\f3d3";
}
.la-not-equal:before {
  content: "\f53e";
}
.la-notes-medical:before {
  content: "\f481";
}
.la-npm:before {
  content: "\f3d4";
}
.la-ns8:before {
  content: "\f3d5";
}
.la-nutritionix:before {
  content: "\f3d6";
}
.la-object-group:before {
  content: "\f247";
}
.la-object-ungroup:before {
  content: "\f248";
}
.la-odnoklassniki:before {
  content: "\f263";
}
.la-odnoklassniki-square:before {
  content: "\f264";
}
.la-oil-can:before {
  content: "\f613";
}
.la-old-republic:before {
  content: "\f510";
}
.la-om:before {
  content: "\f679";
}
.la-opencart:before {
  content: "\f23d";
}
.la-openid:before {
  content: "\f19b";
}
.la-opera:before {
  content: "\f26a";
}
.la-optin-monster:before {
  content: "\f23c";
}
.la-orcid:before {
  content: "\f8d2";
}
.la-osi:before {
  content: "\f41a";
}
.la-otter:before {
  content: "\f700";
}
.la-outdent:before {
  content: "\f03b";
}
.la-page4:before {
  content: "\f3d7";
}
.la-pagelines:before {
  content: "\f18c";
}
.la-pager:before {
  content: "\f815";
}
.la-paint-brush:before {
  content: "\f1fc";
}
.la-paint-roller:before {
  content: "\f5aa";
}
.la-palette:before {
  content: "\f53f";
}
.la-palfed:before {
  content: "\f3d8";
}
.la-pallet:before {
  content: "\f482";
}
.la-paper-plane:before {
  content: "\f1d8";
}
.la-paperclip:before {
  content: "\f0c6";
}
.la-parachute-box:before {
  content: "\f4cd";
}
.la-paragraph:before {
  content: "\f1dd";
}
.la-parking:before {
  content: "\f540";
}
.la-passport:before {
  content: "\f5ab";
}
.la-pastafarianism:before {
  content: "\f67b";
}
.la-paste:before {
  content: "\f0ea";
}
.la-patreon:before {
  content: "\f3d9";
}
.la-pause:before {
  content: "\f04c";
}
.la-pause-circle:before {
  content: "\f28b";
}
.la-paw:before {
  content: "\f1b0";
}
.la-paypal:before {
  content: "\f1ed";
}
.la-peace:before {
  content: "\f67c";
}
.la-pen:before {
  content: "\f304";
}
.la-pen-alt:before {
  content: "\f305";
}
.la-pen-fancy:before {
  content: "\f5ac";
}
.la-pen-nib:before {
  content: "\f5ad";
}
.la-pen-square:before {
  content: "\f14b";
}
.la-pencil-alt:before {
  content: "\f303";
}
.la-pencil-ruler:before {
  content: "\f5ae";
}
.la-penny-arcade:before {
  content: "\f704";
}
.la-people-carry:before {
  content: "\f4ce";
}
.la-pepper-hot:before {
  content: "\f816";
}
.la-percent:before {
  content: "\f295";
}
.la-percentage:before {
  content: "\f541";
}
.la-periscope:before {
  content: "\f3da";
}
.la-person-booth:before {
  content: "\f756";
}
.la-phabricator:before {
  content: "\f3db";
}
.la-phoenix-framework:before {
  content: "\f3dc";
}
.la-phoenix-squadron:before {
  content: "\f511";
}
.la-phone:before {
  content: "\f095";
}
.la-phone-alt:before {
  content: "\f879";
}
.la-phone-slash:before {
  content: "\f3dd";
}
.la-phone-square:before {
  content: "\f098";
}
.la-phone-square-alt:before {
  content: "\f87b";
}
.la-phone-volume:before {
  content: "\f2a0";
}
.la-photo-video:before {
  content: "\f87c";
}
.la-php:before {
  content: "\f457";
}
.la-pied-piper:before {
  content: "\f2ae";
}
.la-pied-piper-alt:before {
  content: "\f1a8";
}
.la-pied-piper-hat:before {
  content: "\f4e5";
}
.la-pied-piper-pp:before {
  content: "\f1a7";
}
.la-piggy-bank:before {
  content: "\f4d3";
}
.la-pills:before {
  content: "\f484";
}
.la-pinterest:before {
  content: "\f0d2";
}
.la-pinterest-p:before {
  content: "\f231";
}
.la-pinterest-square:before {
  content: "\f0d3";
}
.la-pizza-slice:before {
  content: "\f818";
}
.la-place-of-worship:before {
  content: "\f67f";
}
.la-plane:before {
  content: "\f072";
}
.la-plane-arrival:before {
  content: "\f5af";
}
.la-plane-departure:before {
  content: "\f5b0";
}
.la-play:before {
  content: "\f04b";
}
.la-play-circle:before {
  content: "\f144";
}
.la-playstation:before {
  content: "\f3df";
}
.la-plug:before {
  content: "\f1e6";
}
.la-plus:before {
  content: "\f067";
}
.la-plus-circle:before {
  content: "\f055";
}
.la-plus-square:before {
  content: "\f0fe";
}
.la-podcast:before {
  content: "\f2ce";
}
.la-poll:before {
  content: "\f681";
}
.la-poll-h:before {
  content: "\f682";
}
.la-poo:before {
  content: "\f2fe";
}
.la-poo-storm:before {
  content: "\f75a";
}
.la-poop:before {
  content: "\f619";
}
.la-portrait:before {
  content: "\f3e0";
}
.la-pound-sign:before {
  content: "\f154";
}
.la-power-off:before {
  content: "\f011";
}
.la-pray:before {
  content: "\f683";
}
.la-praying-hands:before {
  content: "\f684";
}
.la-prescription:before {
  content: "\f5b1";
}
.la-prescription-bottle:before {
  content: "\f485";
}
.la-prescription-bottle-alt:before {
  content: "\f486";
}
.la-print:before {
  content: "\f02f";
}
.la-procedures:before {
  content: "\f487";
}
.la-product-hunt:before {
  content: "\f288";
}
.la-project-diagram:before {
  content: "\f542";
}
.la-pushed:before {
  content: "\f3e1";
}
.la-puzzle-piece:before {
  content: "\f12e";
}
.la-python:before {
  content: "\f3e2";
}
.la-qq:before {
  content: "\f1d6";
}
.la-qrcode:before {
  content: "\f029";
}
.la-question:before {
  content: "\f128";
}
.la-question-circle:before {
  content: "\f059";
}
.la-quidditch:before {
  content: "\f458";
}
.la-quinscape:before {
  content: "\f459";
}
.la-quora:before {
  content: "\f2c4";
}
.la-quote-left:before {
  content: "\f10d";
}
.la-quote-right:before {
  content: "\f10e";
}
.la-quran:before {
  content: "\f687";
}
.la-r-project:before {
  content: "\f4f7";
}
.la-radiation:before {
  content: "\f7b9";
}
.la-radiation-alt:before {
  content: "\f7ba";
}
.la-rainbow:before {
  content: "\f75b";
}
.la-random:before {
  content: "\f074";
}
.la-raspberry-pi:before {
  content: "\f7bb";
}
.la-ravelry:before {
  content: "\f2d9";
}
.la-react:before {
  content: "\f41b";
}
.la-reacteurope:before {
  content: "\f75d";
}
.la-readme:before {
  content: "\f4d5";
}
.la-rebel:before {
  content: "\f1d0";
}
.la-receipt:before {
  content: "\f543";
}
.la-record-vinyl:before {
  content: "\f8d9";
}
.la-recycle:before {
  content: "\f1b8";
}
.la-red-river:before {
  content: "\f3e3";
}
.la-reddit:before {
  content: "\f1a1";
}
.la-reddit-alien:before {
  content: "\f281";
}
.la-reddit-square:before {
  content: "\f1a2";
}
.la-redhat:before {
  content: "\f7bc";
}
.la-redo:before {
  content: "\f01e";
}
.la-redo-alt:before {
  content: "\f2f9";
}
.la-registered:before {
  content: "\f25d";
}
.la-remove-format:before {
  content: "\f87d";
}
.la-renren:before {
  content: "\f18b";
}
.la-reply:before {
  content: "\f3e5";
}
.la-reply-all:before {
  content: "\f122";
}
.la-replyd:before {
  content: "\f3e6";
}
.la-republican:before {
  content: "\f75e";
}
.la-researchgate:before {
  content: "\f4f8";
}
.la-resolving:before {
  content: "\f3e7";
}
.la-restroom:before {
  content: "\f7bd";
}
.la-retweet:before {
  content: "\f079";
}
.la-rev:before {
  content: "\f5b2";
}
.la-ribbon:before {
  content: "\f4d6";
}
.la-ring:before {
  content: "\f70b";
}
.la-road:before {
  content: "\f018";
}
.la-robot:before {
  content: "\f544";
}
.la-rocket:before {
  content: "\f135";
}
.la-rocketchat:before {
  content: "\f3e8";
}
.la-rockrms:before {
  content: "\f3e9";
}
.la-route:before {
  content: "\f4d7";
}
.la-rss:before {
  content: "\f09e";
}
.la-rss-square:before {
  content: "\f143";
}
.la-ruble-sign:before {
  content: "\f158";
}
.la-ruler:before {
  content: "\f545";
}
.la-ruler-combined:before {
  content: "\f546";
}
.la-ruler-horizontal:before {
  content: "\f547";
}
.la-ruler-vertical:before {
  content: "\f548";
}
.la-running:before {
  content: "\f70c";
}
.la-rupee-sign:before {
  content: "\f156";
}
.la-sad-cry:before {
  content: "\f5b3";
}
.la-sad-tear:before {
  content: "\f5b4";
}
.la-safari:before {
  content: "\f267";
}
.la-salesforce:before {
  content: "\f83b";
}
.la-sass:before {
  content: "\f41e";
}
.la-satellite:before {
  content: "\f7bf";
}
.la-satellite-dish:before {
  content: "\f7c0";
}
.la-save:before {
  content: "\f0c7";
}
.la-schlix:before {
  content: "\f3ea";
}
.la-school:before {
  content: "\f549";
}
.la-screwdriver:before {
  content: "\f54a";
}
.la-scribd:before {
  content: "\f28a";
}
.la-scroll:before {
  content: "\f70e";
}
.la-sd-card:before {
  content: "\f7c2";
}
.la-search:before {
  content: "\f002";
}
.la-search-dollar:before {
  content: "\f688";
}
.la-search-location:before {
  content: "\f689";
}
.la-search-minus:before {
  content: "\f010";
}
.la-search-plus:before {
  content: "\f00e";
}
.la-searchengin:before {
  content: "\f3eb";
}
.la-seedling:before {
  content: "\f4d8";
}
.la-sellcast:before {
  content: "\f2da";
}
.la-sellsy:before {
  content: "\f213";
}
.la-server:before {
  content: "\f233";
}
.la-servicestack:before {
  content: "\f3ec";
}
.la-shapes:before {
  content: "\f61f";
}
.la-share:before {
  content: "\f064";
}
.la-share-alt:before {
  content: "\f1e0";
}
.la-share-alt-square:before {
  content: "\f1e1";
}
.la-share-square:before {
  content: "\f14d";
}
.la-shekel-sign:before {
  content: "\f20b";
}
.la-shield-alt:before {
  content: "\f3ed";
}
.la-ship:before {
  content: "\f21a";
}
.la-shipping-fast:before {
  content: "\f48b";
}
.la-shirtsinbulk:before {
  content: "\f214";
}
.la-shoe-prints:before {
  content: "\f54b";
}
.la-shopping-bag:before {
  content: "\f290";
}
.la-shopping-basket:before {
  content: "\f291";
}
.la-shopping-cart:before {
  content: "\f07a";
}
.la-shopware:before {
  content: "\f5b5";
}
.la-shower:before {
  content: "\f2cc";
}
.la-shuttle-van:before {
  content: "\f5b6";
}
.la-sign:before {
  content: "\f4d9";
}
.la-sign-in-alt:before {
  content: "\f2f6";
}
.la-sign-language:before {
  content: "\f2a7";
}
.la-sign-out-alt:before {
  content: "\f2f5";
}
.la-signal:before {
  content: "\f012";
}
.la-signature:before {
  content: "\f5b7";
}
.la-sim-card:before {
  content: "\f7c4";
}
.la-simplybuilt:before {
  content: "\f215";
}
.la-sistrix:before {
  content: "\f3ee";
}
.la-sitemap:before {
  content: "\f0e8";
}
.la-sith:before {
  content: "\f512";
}
.la-skating:before {
  content: "\f7c5";
}
.la-sketch:before {
  content: "\f7c6";
}
.la-skiing:before {
  content: "\f7c9";
}
.la-skiing-nordic:before {
  content: "\f7ca";
}
.la-skull:before {
  content: "\f54c";
}
.la-skull-crossbones:before {
  content: "\f714";
}
.la-skyatlas:before {
  content: "\f216";
}
.la-skype:before {
  content: "\f17e";
}
.la-slack:before {
  content: "\f198";
}
.la-slack-hash:before {
  content: "\f3ef";
}
.la-slash:before {
  content: "\f715";
}
.la-sleigh:before {
  content: "\f7cc";
}
.la-sliders-h:before {
  content: "\f1de";
}
.la-slideshare:before {
  content: "\f1e7";
}
.la-smile:before {
  content: "\f118";
}
.la-smile-beam:before {
  content: "\f5b8";
}
.la-smile-wink:before {
  content: "\f4da";
}
.la-smog:before {
  content: "\f75f";
}
.la-smoking:before {
  content: "\f48d";
}
.la-smoking-ban:before {
  content: "\f54d";
}
.la-sms:before {
  content: "\f7cd";
}
.la-snapchat:before {
  content: "\f2ab";
}
.la-snapchat-ghost:before {
  content: "\f2ac";
}
.la-snapchat-square:before {
  content: "\f2ad";
}
.la-snowboarding:before {
  content: "\f7ce";
}
.la-snowflake:before {
  content: "\f2dc";
}
.la-snowman:before {
  content: "\f7d0";
}
.la-snowplow:before {
  content: "\f7d2";
}
.la-socks:before {
  content: "\f696";
}
.la-solar-panel:before {
  content: "\f5ba";
}
.la-sort:before {
  content: "\f0dc";
}
.la-sort-alpha-down:before {
  content: "\f15d";
}
.la-sort-alpha-down-alt:before {
  content: "\f881";
}
.la-sort-alpha-up:before {
  content: "\f15e";
}
.la-sort-alpha-up-alt:before {
  content: "\f882";
}
.la-sort-amount-down:before {
  content: "\f160";
}
.la-sort-amount-down-alt:before {
  content: "\f884";
}
.la-sort-amount-up:before {
  content: "\f161";
}
.la-sort-amount-up-alt:before {
  content: "\f885";
}
.la-sort-down:before {
  content: "\f0dd";
}
.la-sort-numeric-down:before {
  content: "\f162";
}
.la-sort-numeric-down-alt:before {
  content: "\f886";
}
.la-sort-numeric-up:before {
  content: "\f163";
}
.la-sort-numeric-up-alt:before {
  content: "\f887";
}
.la-sort-up:before {
  content: "\f0de";
}
.la-soundcloud:before {
  content: "\f1be";
}
.la-sourcetree:before {
  content: "\f7d3";
}
.la-spa:before {
  content: "\f5bb";
}
.la-space-shuttle:before {
  content: "\f197";
}
.la-speakap:before {
  content: "\f3f3";
}
.la-speaker-deck:before {
  content: "\f83c";
}
.la-spell-check:before {
  content: "\f891";
}
.la-spider:before {
  content: "\f717";
}
.la-spinner:before {
  content: "\f110";
}
.la-splotch:before {
  content: "\f5bc";
}
.la-spotify:before {
  content: "\f1bc";
}
.la-spray-can:before {
  content: "\f5bd";
}
.la-square:before {
  content: "\f0c8";
}
.la-square-full:before {
  content: "\f45c";
}
.la-square-root-alt:before {
  content: "\f698";
}
.la-squarespace:before {
  content: "\f5be";
}
.la-stack-exchange:before {
  content: "\f18d";
}
.la-stack-overflow:before {
  content: "\f16c";
}
.la-stackpath:before {
  content: "\f842";
}
.la-stamp:before {
  content: "\f5bf";
}
.la-star:before {
  content: "\f005";
}
.la-star-and-crescent:before {
  content: "\f699";
}
.la-star-half:before {
  content: "\f089";
}
.la-star-half-alt:before {
  content: "\f5c0";
}
.la-star-of-david:before {
  content: "\f69a";
}
.la-star-of-life:before {
  content: "\f621";
}
.la-staylinked:before {
  content: "\f3f5";
}
.la-steam:before {
  content: "\f1b6";
}
.la-steam-square:before {
  content: "\f1b7";
}
.la-steam-symbol:before {
  content: "\f3f6";
}
.la-step-backward:before {
  content: "\f048";
}
.la-step-forward:before {
  content: "\f051";
}
.la-stethoscope:before {
  content: "\f0f1";
}
.la-sticker-mule:before {
  content: "\f3f7";
}
.la-sticky-note:before {
  content: "\f249";
}
.la-stop:before {
  content: "\f04d";
}
.la-stop-circle:before {
  content: "\f28d";
}
.la-stopwatch:before {
  content: "\f2f2";
}
.la-store:before {
  content: "\f54e";
}
.la-store-alt:before {
  content: "\f54f";
}
.la-strava:before {
  content: "\f428";
}
.la-stream:before {
  content: "\f550";
}
.la-street-view:before {
  content: "\f21d";
}
.la-strikethrough:before {
  content: "\f0cc";
}
.la-stripe:before {
  content: "\f429";
}
.la-stripe-s:before {
  content: "\f42a";
}
.la-stroopwafel:before {
  content: "\f551";
}
.la-studiovinari:before {
  content: "\f3f8";
}
.la-stumbleupon:before {
  content: "\f1a4";
}
.la-stumbleupon-circle:before {
  content: "\f1a3";
}
.la-subscript:before {
  content: "\f12c";
}
.la-subway:before {
  content: "\f239";
}
.la-suitcase:before {
  content: "\f0f2";
}
.la-suitcase-rolling:before {
  content: "\f5c1";
}
.la-sun:before {
  content: "\f185";
}
.la-superpowers:before {
  content: "\f2dd";
}
.la-superscript:before {
  content: "\f12b";
}
.la-supple:before {
  content: "\f3f9";
}
.la-surprise:before {
  content: "\f5c2";
}
.la-suse:before {
  content: "\f7d6";
}
.la-swatchbook:before {
  content: "\f5c3";
}
.la-swift:before {
  content: "\f8e1";
}
.la-swimmer:before {
  content: "\f5c4";
}
.la-swimming-pool:before {
  content: "\f5c5";
}
.la-symfony:before {
  content: "\f83d";
}
.la-synagogue:before {
  content: "\f69b";
}
.la-sync:before {
  content: "\f021";
}
.la-sync-alt:before {
  content: "\f2f1";
}
.la-syringe:before {
  content: "\f48e";
}
.la-table:before {
  content: "\f0ce";
}
.la-table-tennis:before {
  content: "\f45d";
}
.la-tablet:before {
  content: "\f10a";
}
.la-tablet-alt:before {
  content: "\f3fa";
}
.la-tablets:before {
  content: "\f490";
}
.la-tachometer-alt:before {
  content: "\f3fd";
}
.la-tag:before {
  content: "\f02b";
}
.la-tags:before {
  content: "\f02c";
}
.la-tape:before {
  content: "\f4db";
}
.la-tasks:before {
  content: "\f0ae";
}
.la-taxi:before {
  content: "\f1ba";
}
.la-teamspeak:before {
  content: "\f4f9";
}
.la-teeth:before {
  content: "\f62e";
}
.la-teeth-open:before {
  content: "\f62f";
}
.la-telegram:before {
  content: "\f2c6";
}
.la-telegram-plane:before {
  content: "\f3fe";
}
.la-temperature-high:before {
  content: "\f769";
}
.la-temperature-low:before {
  content: "\f76b";
}
.la-tencent-weibo:before {
  content: "\f1d5";
}
.la-tenge:before {
  content: "\f7d7";
}
.la-terminal:before {
  content: "\f120";
}
.la-text-height:before {
  content: "\f034";
}
.la-text-width:before {
  content: "\f035";
}
.la-th:before {
  content: "\f00a";
}
.la-th-large:before {
  content: "\f009";
}
.la-th-list:before {
  content: "\f00b";
}
.la-the-red-yeti:before {
  content: "\f69d";
}
.la-theater-masks:before {
  content: "\f630";
}
.la-themeco:before {
  content: "\f5c6";
}
.la-themeisle:before {
  content: "\f2b2";
}
.la-thermometer:before {
  content: "\f491";
}
.la-thermometer-empty:before {
  content: "\f2cb";
}
.la-thermometer-full:before {
  content: "\f2c7";
}
.la-thermometer-half:before {
  content: "\f2c9";
}
.la-thermometer-quarter:before {
  content: "\f2ca";
}
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}
.la-think-peaks:before {
  content: "\f731";
}
.la-thumbs-down:before {
  content: "\f165";
}
.la-thumbs-up:before {
  content: "\f164";
}
.la-thumbtack:before {
  content: "\f08d";
}
.la-ticket-alt:before {
  content: "\f3ff";
}
.la-times:before {
  content: "\f00d";
}
.la-times-circle:before {
  content: "\f057";
}
.la-tint:before {
  content: "\f043";
}
.la-tint-slash:before {
  content: "\f5c7";
}
.la-tired:before {
  content: "\f5c8";
}
.la-toggle-off:before {
  content: "\f204";
}
.la-toggle-on:before {
  content: "\f205";
}
.la-toilet:before {
  content: "\f7d8";
}
.la-toilet-paper:before {
  content: "\f71e";
}
.la-toolbox:before {
  content: "\f552";
}
.la-tools:before {
  content: "\f7d9";
}
.la-tooth:before {
  content: "\f5c9";
}
.la-torah:before {
  content: "\f6a0";
}
.la-torii-gate:before {
  content: "\f6a1";
}
.la-tractor:before {
  content: "\f722";
}
.la-trade-federation:before {
  content: "\f513";
}
.la-trademark:before {
  content: "\f25c";
}
.la-traffic-light:before {
  content: "\f637";
}
.la-train:before {
  content: "\f238";
}
.la-tram:before {
  content: "\f7da";
}
.la-transgender:before {
  content: "\f224";
}
.la-transgender-alt:before {
  content: "\f225";
}
.la-trash:before {
  content: "\f1f8";
}
.la-trash-alt:before {
  content: "\f2ed";
}
.la-trash-restore:before {
  content: "\f829";
}
.la-trash-restore-alt:before {
  content: "\f82a";
}
.la-tree:before {
  content: "\f1bb";
}
.la-trello:before {
  content: "\f181";
}
.la-tripadvisor:before {
  content: "\f262";
}
.la-trophy:before {
  content: "\f091";
}
.la-truck:before {
  content: "\f0d1";
}
.la-truck-loading:before {
  content: "\f4de";
}
.la-truck-monster:before {
  content: "\f63b";
}
.la-truck-moving:before {
  content: "\f4df";
}
.la-truck-pickup:before {
  content: "\f63c";
}
.la-tshirt:before {
  content: "\f553";
}
.la-tty:before {
  content: "\f1e4";
}
.la-tumblr:before {
  content: "\f173";
}
.la-tumblr-square:before {
  content: "\f174";
}
.la-tv:before {
  content: "\f26c";
}
.la-twitch:before {
  content: "\f1e8";
}
.la-twitter:before {
  content: "\f099";
}
.la-twitter-square:before {
  content: "\f081";
}
.la-typo3:before {
  content: "\f42b";
}
.la-uber:before {
  content: "\f402";
}
.la-ubuntu:before {
  content: "\f7df";
}
.la-uikit:before {
  content: "\f403";
}
.la-umbraco:before {
  content: "\f8e8";
}
.la-umbrella:before {
  content: "\f0e9";
}
.la-umbrella-beach:before {
  content: "\f5ca";
}
.la-underline:before {
  content: "\f0cd";
}
.la-undo:before {
  content: "\f0e2";
}
.la-undo-alt:before {
  content: "\f2ea";
}
.la-uniregistry:before {
  content: "\f404";
}
.la-universal-access:before {
  content: "\f29a";
}
.la-university:before {
  content: "\f19c";
}
.la-unlink:before {
  content: "\f127";
}
.la-unlock:before {
  content: "\f09c";
}
.la-unlock-alt:before {
  content: "\f13e";
}
.la-untappd:before {
  content: "\f405";
}
.la-upload:before {
  content: "\f093";
}
.la-ups:before {
  content: "\f7e0";
}
.la-usb:before {
  content: "\f287";
}
.la-user:before {
  content: "\f007";
}
.la-user-alt:before {
  content: "\f406";
}
.la-user-alt-slash:before {
  content: "\f4fa";
}
.la-user-astronaut:before {
  content: "\f4fb";
}
.la-user-check:before {
  content: "\f4fc";
}
.la-user-circle:before {
  content: "\f2bd";
}
.la-user-clock:before {
  content: "\f4fd";
}
.la-user-cog:before {
  content: "\f4fe";
}
.la-user-edit:before {
  content: "\f4ff";
}
.la-user-friends:before {
  content: "\f500";
}
.la-user-graduate:before {
  content: "\f501";
}
.la-user-injured:before {
  content: "\f728";
}
.la-user-lock:before {
  content: "\f502";
}
.la-user-md:before {
  content: "\f0f0";
}
.la-user-minus:before {
  content: "\f503";
}
.la-user-ninja:before {
  content: "\f504";
}
.la-user-nurse:before {
  content: "\f82f";
}
.la-user-plus:before {
  content: "\f234";
}
.la-user-secret:before {
  content: "\f21b";
}
.la-user-shield:before {
  content: "\f505";
}
.la-user-slash:before {
  content: "\f506";
}
.la-user-tag:before {
  content: "\f507";
}
.la-user-tie:before {
  content: "\f508";
}
.la-user-times:before {
  content: "\f235";
}
.la-users:before {
  content: "\f0c0";
}
.la-users-cog:before {
  content: "\f509";
}
.la-usps:before {
  content: "\f7e1";
}
.la-ussunnah:before {
  content: "\f407";
}
.la-utensil-spoon:before {
  content: "\f2e5";
}
.la-utensils:before {
  content: "\f2e7";
}
.la-vaadin:before {
  content: "\f408";
}
.la-vector-square:before {
  content: "\f5cb";
}
.la-venus:before {
  content: "\f221";
}
.la-venus-double:before {
  content: "\f226";
}
.la-venus-mars:before {
  content: "\f228";
}
.la-viacoin:before {
  content: "\f237";
}
.la-viadeo:before {
  content: "\f2a9";
}
.la-viadeo-square:before {
  content: "\f2aa";
}
.la-vial:before {
  content: "\f492";
}
.la-vials:before {
  content: "\f493";
}
.la-viber:before {
  content: "\f409";
}
.la-video:before {
  content: "\f03d";
}
.la-video-slash:before {
  content: "\f4e2";
}
.la-vihara:before {
  content: "\f6a7";
}
.la-vimeo:before {
  content: "\f40a";
}
.la-vimeo-square:before {
  content: "\f194";
}
.la-vimeo-v:before {
  content: "\f27d";
}
.la-vine:before {
  content: "\f1ca";
}
.la-vk:before {
  content: "\f189";
}
.la-vnv:before {
  content: "\f40b";
}
.la-voicemail:before {
  content: "\f897";
}
.la-volleyball-ball:before {
  content: "\f45f";
}
.la-volume-down:before {
  content: "\f027";
}
.la-volume-mute:before {
  content: "\f6a9";
}
.la-volume-off:before {
  content: "\f026";
}
.la-volume-up:before {
  content: "\f028";
}
.la-vote-yea:before {
  content: "\f772";
}
.la-vr-cardboard:before {
  content: "\f729";
}
.la-vuejs:before {
  content: "\f41f";
}
.la-walking:before {
  content: "\f554";
}
.la-wallet:before {
  content: "\f555";
}
.la-warehouse:before {
  content: "\f494";
}
.la-water:before {
  content: "\f773";
}
.la-wave-square:before {
  content: "\f83e";
}
.la-waze:before {
  content: "\f83f";
}
.la-weebly:before {
  content: "\f5cc";
}
.la-weibo:before {
  content: "\f18a";
}
.la-weight:before {
  content: "\f496";
}
.la-weight-hanging:before {
  content: "\f5cd";
}
.la-weixin:before {
  content: "\f1d7";
}
.la-whatsapp:before {
  content: "\f232";
}
.la-whatsapp-square:before {
  content: "\f40c";
}
.la-wheelchair:before {
  content: "\f193";
}
.la-whmcs:before {
  content: "\f40d";
}
.la-wifi:before {
  content: "\f1eb";
}
.la-wikipedia-w:before {
  content: "\f266";
}
.la-wind:before {
  content: "\f72e";
}
.la-window-close:before {
  content: "\f410";
}
.la-window-maximize:before {
  content: "\f2d0";
}
.la-window-minimize:before {
  content: "\f2d1";
}
.la-window-restore:before {
  content: "\f2d2";
}
.la-windows:before {
  content: "\f17a";
}
.la-wine-bottle:before {
  content: "\f72f";
}
.la-wine-glass:before {
  content: "\f4e3";
}
.la-wine-glass-alt:before {
  content: "\f5ce";
}
.la-wix:before {
  content: "\f5cf";
}
.la-wizards-of-the-coast:before {
  content: "\f730";
}
.la-wolf-pack-battalion:before {
  content: "\f514";
}
.la-won-sign:before {
  content: "\f159";
}
.la-wordpress:before {
  content: "\f19a";
}
.la-wordpress-simple:before {
  content: "\f411";
}
.la-wpbeginner:before {
  content: "\f297";
}
.la-wpexplorer:before {
  content: "\f2de";
}
.la-wpforms:before {
  content: "\f298";
}
.la-wpressr:before {
  content: "\f3e4";
}
.la-wrench:before {
  content: "\f0ad";
}
.la-x-ray:before {
  content: "\f497";
}
.la-xbox:before {
  content: "\f412";
}
.la-xing:before {
  content: "\f168";
}
.la-xing-square:before {
  content: "\f169";
}
.la-y-combinator:before {
  content: "\f23b";
}
.la-yahoo:before {
  content: "\f19e";
}
.la-yammer:before {
  content: "\f840";
}
.la-yandex:before {
  content: "\f413";
}
.la-yandex-international:before {
  content: "\f414";
}
.la-yarn:before {
  content: "\f7e3";
}
.la-yelp:before {
  content: "\f1e9";
}
.la-yen-sign:before {
  content: "\f157";
}
.la-yin-yang:before {
  content: "\f6ad";
}
.la-yoast:before {
  content: "\f2b1";
}
.la-youtube:before {
  content: "\f167";
}
.la-youtube-square:before {
  content: "\f431";
}
.la-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-brands-400-JDUJSY44.eot");
  src:
    url("./media/la-brands-400-JDUJSY44.eot?#iefix") format("embedded-opentype"),
    url("./media/la-brands-400-CIWECNZM.woff2") format("woff2"),
    url("./media/la-brands-400-D3A7B5PJ.woff") format("woff"),
    url("./media/la-brands-400-INB5BQB2.ttf") format("truetype"),
    url("./media/la-brands-400-O3J3RJOS.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/la-regular-400-PNT4KM2T.eot");
  src:
    url("./media/la-regular-400-PNT4KM2T.eot?#iefix") format("embedded-opentype"),
    url("./media/la-regular-400-X6VKWRSW.woff2") format("woff2"),
    url("./media/la-regular-400-6RPJSTIW.woff") format("woff"),
    url("./media/la-regular-400-34F2J7YZ.ttf") format("truetype"),
    url("./media/la-regular-400-LYMOBRDA.svg#lineawesome") format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/la-solid-900-QVUSAB64.eot");
  src:
    url("./media/la-solid-900-QVUSAB64.eot?#iefix") format("embedded-opentype"),
    url("./media/la-solid-900-RZOHS333.woff2") format("woff2"),
    url("./media/la-solid-900-PXMBKEUD.woff") format("woff"),
    url("./media/la-solid-900-LAWDUD4I.ttf") format("truetype"),
    url("./media/la-solid-900-K3G53YR3.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-glass:before {
  content: "\f000";
}
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-o:before {
  content: "\f005";
}
.la.la-remove:before {
  content: "\f00d";
}
.la.la-close:before {
  content: "\f00d";
}
.la.la-gear:before {
  content: "\f013";
}
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-trash-o:before {
  content: "\f2ed";
}
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-o:before {
  content: "\f15b";
}
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-clock-o:before {
  content: "\f017";
}
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-play-circle-o:before {
  content: "\f144";
}
.la.la-repeat:before {
  content: "\f01e";
}
.la.la-rotate-right:before {
  content: "\f01e";
}
.la.la-refresh:before {
  content: "\f021";
}
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dedent:before {
  content: "\f03b";
}
.la.la-video-camera:before {
  content: "\f03d";
}
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-picture-o:before {
  content: "\f03e";
}
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-photo:before {
  content: "\f03e";
}
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-image:before {
  content: "\f03e";
}
.la.la-pencil:before {
  content: "\f303";
}
.la.la-map-marker:before {
  content: "\f3c5";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "\f044";
}
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-share-square-o:before {
  content: "\f14d";
}
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-square-o:before {
  content: "\f14a";
}
.la.la-arrows:before {
  content: "\f0b2";
}
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-circle-o:before {
  content: "\f057";
}
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-circle-o:before {
  content: "\f058";
}
.la.la-mail-forward:before {
  content: "\f064";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-warning:before {
  content: "\f071";
}
.la.la-calendar:before {
  content: "\f073";
}
.la.la-arrows-v:before {
  content: "\f338";
}
.la.la-arrows-h:before {
  content: "\f337";
}
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart:before {
  content: "\f080";
}
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart-o:before {
  content: "\f080";
}
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gears:before {
  content: "\f085";
}
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-up:before {
  content: "\f164";
}
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-down:before {
  content: "\f165";
}
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-heart-o:before {
  content: "\f004";
}
.la.la-sign-out:before {
  content: "\f2f5";
}
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin-square:before {
  content: "\f08c";
}
.la.la-thumb-tack:before {
  content: "\f08d";
}
.la.la-external-link:before {
  content: "\f35d";
}
.la.la-sign-in:before {
  content: "\f2f6";
}
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lemon-o:before {
  content: "\f094";
}
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-square-o:before {
  content: "\f0c8";
}
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bookmark-o:before {
  content: "\f02e";
}
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook:before {
  content: "\f39e";
}
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-f:before {
  content: "\f39e";
}
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-feed:before {
  content: "\f09e";
}
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hdd-o:before {
  content: "\f0a0";
}
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-right:before {
  content: "\f0a4";
}
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-left:before {
  content: "\f0a5";
}
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-up:before {
  content: "\f0a6";
}
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-down:before {
  content: "\f0a7";
}
.la.la-arrows-alt:before {
  content: "\f31e";
}
.la.la-group:before {
  content: "\f0c0";
}
.la.la-chain:before {
  content: "\f0c1";
}
.la.la-scissors:before {
  content: "\f0c4";
}
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-files-o:before {
  content: "\f0c5";
}
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-floppy-o:before {
  content: "\f0c7";
}
.la.la-navicon:before {
  content: "\f0c9";
}
.la.la-reorder:before {
  content: "\f0c9";
}
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus:before {
  content: "\f0d5";
}
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-money:before {
  content: "\f3d1";
}
.la.la-unsorted:before {
  content: "\f0dc";
}
.la.la-sort-desc:before {
  content: "\f0dd";
}
.la.la-sort-asc:before {
  content: "\f0de";
}
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin:before {
  content: "\f0e1";
}
.la.la-rotate-left:before {
  content: "\f0e2";
}
.la.la-legal:before {
  content: "\f0e3";
}
.la.la-tachometer:before {
  content: "\f3fd";
}
.la.la-dashboard:before {
  content: "\f3fd";
}
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comment-o:before {
  content: "\f075";
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "\f086";
}
.la.la-flash:before {
  content: "\f0e7";
}
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste:before {
  content: "\f328";
}
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lightbulb-o:before {
  content: "\f0eb";
}
.la.la-exchange:before {
  content: "\f362";
}
.la.la-cloud-download:before {
  content: "\f381";
}
.la.la-cloud-upload:before {
  content: "\f382";
}
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-o:before {
  content: "\f0f3";
}
.la.la-cutlery:before {
  content: "\f2e7";
}
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-text-o:before {
  content: "\f15c";
}
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-building-o:before {
  content: "\f1ad";
}
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hospital-o:before {
  content: "\f0f8";
}
.la.la-tablet:before {
  content: "\f3fa";
}
.la.la-mobile:before {
  content: "\f3cd";
}
.la.la-mobile-phone:before {
  content: "\f3cd";
}
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-o:before {
  content: "\f111";
}
.la.la-mail-reply:before {
  content: "\f3e5";
}
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-o:before {
  content: "\f07b";
}
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-open-o:before {
  content: "\f07c";
}
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-smile-o:before {
  content: "\f118";
}
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-frown-o:before {
  content: "\f119";
}
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-meh-o:before {
  content: "\f11a";
}
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-keyboard-o:before {
  content: "\f11c";
}
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-flag-o:before {
  content: "\f024";
}
.la.la-mail-reply-all:before {
  content: "\f122";
}
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-o:before {
  content: "\f089";
}
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-empty:before {
  content: "\f089";
}
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-full:before {
  content: "\f089";
}
.la.la-code-fork:before {
  content: "\f126";
}
.la.la-chain-broken:before {
  content: "\f127";
}
.la.la-shield:before {
  content: "\f3ed";
}
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-o:before {
  content: "\f133";
}
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ticket:before {
  content: "\f3ff";
}
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-minus-square-o:before {
  content: "\f146";
}
.la.la-level-up:before {
  content: "\f3bf";
}
.la.la-level-down:before {
  content: "\f3be";
}
.la.la-pencil-square:before {
  content: "\f14b";
}
.la.la-external-link-square:before {
  content: "\f360";
}
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down:before {
  content: "\f150";
}
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-down:before {
  content: "\f150";
}
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-up:before {
  content: "\f151";
}
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-up:before {
  content: "\f151";
}
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-right:before {
  content: "\f152";
}
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-right:before {
  content: "\f152";
}
.la.la-eur:before {
  content: "\f153";
}
.la.la-euro:before {
  content: "\f153";
}
.la.la-gbp:before {
  content: "\f154";
}
.la.la-usd:before {
  content: "\f155";
}
.la.la-dollar:before {
  content: "\f155";
}
.la.la-inr:before {
  content: "\f156";
}
.la.la-rupee:before {
  content: "\f156";
}
.la.la-jpy:before {
  content: "\f157";
}
.la.la-cny:before {
  content: "\f157";
}
.la.la-rmb:before {
  content: "\f157";
}
.la.la-yen:before {
  content: "\f157";
}
.la.la-rub:before {
  content: "\f158";
}
.la.la-ruble:before {
  content: "\f158";
}
.la.la-rouble:before {
  content: "\f158";
}
.la.la-krw:before {
  content: "\f159";
}
.la.la-won:before {
  content: "\f159";
}
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin:before {
  content: "\f15a";
}
.la.la-file-text:before {
  content: "\f15c";
}
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}
.la.la-sort-alpha-desc:before {
  content: "\f881";
}
.la.la-sort-amount-asc:before {
  content: "\f160";
}
.la.la-sort-amount-desc:before {
  content: "\f884";
}
.la.la-sort-numeric-asc:before {
  content: "\f162";
}
.la.la-sort-numeric-desc:before {
  content: "\f886";
}
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play:before {
  content: "\f167";
}
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square:before {
  content: "\f171";
}
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-long-arrow-down:before {
  content: "\f309";
}
.la.la-long-arrow-up:before {
  content: "\f30c";
}
.la.la-long-arrow-left:before {
  content: "\f30a";
}
.la.la-long-arrow-right:before {
  content: "\f30b";
}
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip:before {
  content: "\f184";
}
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sun-o:before {
  content: "\f185";
}
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-moon-o:before {
  content: "\f186";
}
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-left:before {
  content: "\f191";
}
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-left:before {
  content: "\f191";
}
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dot-circle-o:before {
  content: "\f192";
}
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-try:before {
  content: "\f195";
}
.la.la-turkish-lira:before {
  content: "\f195";
}
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-plus-square-o:before {
  content: "\f0fe";
}
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-institution:before {
  content: "\f19c";
}
.la.la-bank:before {
  content: "\f19c";
}
.la.la-mortar-board:before {
  content: "\f19d";
}
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spoon:before {
  content: "\f2e5";
}
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-automobile:before {
  content: "\f1b9";
}
.la.la-cab:before {
  content: "\f1ba";
}
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-o:before {
  content: "\f0e0";
}
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-pdf-o:before {
  content: "\f1c1";
}
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-word-o:before {
  content: "\f1c2";
}
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-excel-o:before {
  content: "\f1c3";
}
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-image-o:before {
  content: "\f1c5";
}
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-photo-o:before {
  content: "\f1c5";
}
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-picture-o:before {
  content: "\f1c5";
}
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-archive-o:before {
  content: "\f1c6";
}
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-zip-o:before {
  content: "\f1c6";
}
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-audio-o:before {
  content: "\f1c7";
}
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-sound-o:before {
  content: "\f1c7";
}
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-video-o:before {
  content: "\f1c8";
}
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-movie-o:before {
  content: "\f1c8";
}
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-code-o:before {
  content: "\f1c9";
}
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy:before {
  content: "\f1cd";
}
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-buoy:before {
  content: "\f1cd";
}
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-saver:before {
  content: "\f1cd";
}
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-support:before {
  content: "\f1cd";
}
.la.la-circle-o-notch:before {
  content: "\f1ce";
}
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra:before {
  content: "\f1d0";
}
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-resistance:before {
  content: "\f1d0";
}
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge:before {
  content: "\f1d1";
}
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square:before {
  content: "\f1d4";
}
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc-square:before {
  content: "\f1d4";
}
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat:before {
  content: "\f1d7";
}
.la.la-send:before {
  content: "\f1d8";
}
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paper-plane-o:before {
  content: "\f1d8";
}
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-send-o:before {
  content: "\f1d8";
}
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-thin:before {
  content: "\f111";
}
.la.la-header:before {
  content: "\f1dc";
}
.la.la-sliders:before {
  content: "\f1de";
}
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-futbol-o:before {
  content: "\f1e3";
}
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-newspaper-o:before {
  content: "\f1ea";
}
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-slash-o:before {
  content: "\f1f6";
}
.la.la-trash:before {
  content: "\f2ed";
}
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eyedropper:before {
  content: "\f1fb";
}
.la.la-area-chart:before {
  content: "\f1fe";
}
.la.la-pie-chart:before {
  content: "\f200";
}
.la.la-line-chart:before {
  content: "\f201";
}
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-cc:before {
  content: "\f20a";
}
.la.la-ils:before {
  content: "\f20b";
}
.la.la-shekel:before {
  content: "\f20b";
}
.la.la-sheqel:before {
  content: "\f20b";
}
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-meanpath:before {
  content: "\f2b4";
}
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-diamond:before {
  content: "\f3a5";
}
.la.la-intersex:before {
  content: "\f224";
}
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-official:before {
  content: "\f09a";
}
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hotel:before {
  content: "\f236";
}
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc:before {
  content: "\f23b";
}
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-battery-4:before {
  content: "\f240";
}
.la.la-battery:before {
  content: "\f240";
}
.la.la-battery-3:before {
  content: "\f241";
}
.la.la-battery-2:before {
  content: "\f242";
}
.la.la-battery-1:before {
  content: "\f243";
}
.la.la-battery-0:before {
  content: "\f244";
}
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o:before {
  content: "\f249";
}
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o:before {
  content: "\f254";
}
.la.la-hourglass-1:before {
  content: "\f251";
}
.la.la-hourglass-2:before {
  content: "\f252";
}
.la.la-hourglass-3:before {
  content: "\f253";
}
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-rock-o:before {
  content: "\f255";
}
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-grab-o:before {
  content: "\f255";
}
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-paper-o:before {
  content: "\f256";
}
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-stop-o:before {
  content: "\f256";
}
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-scissors-o:before {
  content: "\f257";
}
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-lizard-o:before {
  content: "\f258";
}
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-spock-o:before {
  content: "\f259";
}
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-pointer-o:before {
  content: "\f25a";
}
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-peace-o:before {
  content: "\f25b";
}
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-television:before {
  content: "\f26c";
}
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-plus-o:before {
  content: "\f271";
}
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-minus-o:before {
  content: "\f272";
}
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-times-o:before {
  content: "\f273";
}
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-check-o:before {
  content: "\f274";
}
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-map-o:before {
  content: "\f279";
}
.la.la-commenting:before {
  content: "\f4ad";
}
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-commenting-o:before {
  content: "\f4ad";
}
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo:before {
  content: "\f27d";
}
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card-alt:before {
  content: "\f09d";
}
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pause-circle-o:before {
  content: "\f28b";
}
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-stop-circle-o:before {
  content: "\f28d";
}
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt:before {
  content: "\f368";
}
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-question-circle-o:before {
  content: "\f059";
}
.la.la-volume-control-phone:before {
  content: "\f2a0";
}
.la.la-asl-interpreting:before {
  content: "\f2a3";
}
.la.la-deafness:before {
  content: "\f2a4";
}
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-signing:before {
  content: "\f2a7";
}
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official:before {
  content: "\f2b3";
}
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-circle:before {
  content: "\f2b3";
}
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa:before {
  content: "\f2b4";
}
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-handshake-o:before {
  content: "\f2b5";
}
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-open-o:before {
  content: "\f2b6";
}
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-book-o:before {
  content: "\f2b9";
}
.la.la-vcard:before {
  content: "\f2bb";
}
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-card-o:before {
  content: "\f2bb";
}
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-vcard-o:before {
  content: "\f2bb";
}
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-circle-o:before {
  content: "\f2bd";
}
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-o:before {
  content: "\f007";
}
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license:before {
  content: "\f2c2";
}
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-id-card-o:before {
  content: "\f2c2";
}
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license-o:before {
  content: "\f2c2";
}
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-thermometer-4:before {
  content: "\f2c7";
}
.la.la-thermometer:before {
  content: "\f2c7";
}
.la.la-thermometer-3:before {
  content: "\f2c8";
}
.la.la-thermometer-2:before {
  content: "\f2c9";
}
.la.la-thermometer-1:before {
  content: "\f2ca";
}
.la.la-thermometer-0:before {
  content: "\f2cb";
}
.la.la-bathtub:before {
  content: "\f2cd";
}
.la.la-s15:before {
  content: "\f2cd";
}
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle:before {
  content: "\f410";
}
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-close-o:before {
  content: "\f410";
}
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle-o:before {
  content: "\f410";
}
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast:before {
  content: "\f2da";
}
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-snowflake-o:before {
  content: "\f2dc";
}
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/* src/assets/theme/w3crm/scss/icons/avasta/css/style.css */
@font-face {
  font-family: "avasta";
  src: url("./media/avasta-LDHMDIUX.eot");
  src:
    url("./media/avasta-LDHMDIUX.eot") format("embedded-opentype"),
    url("./media/avasta-VMCB2NMJ.woff2") format("woff2"),
    url("./media/avasta-IFMPVJW4.woff") format("woff"),
    url("./media/avasta-Y4RDS4S2.ttf") format("truetype"),
    url("./media/avasta-PR6IUDKJ.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 "avasta";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-cloud-download-95::before {
  content: "\ea02";
}
.icon-home-minimal::before {
  content: "\ea03";
}
.icon-single-04::before {
  content: "\ea04";
}
.icon-users-mm::before {
  content: "\ea05";
}
.icon-webpage::before {
  content: "\ea06";
}
.icon-layout-25::before {
  content: "\ea07";
}
.icon-analytics::before {
  content: "\ea08";
}
.icon-chart-pie-36::before {
  content: "\ea09";
}
.icon-chart-bar-33::before {
  content: "\ea0a";
}
.icon-single-copy-06::before {
  content: "\ea0b";
}
.icon-home::before {
  content: "\ea0c";
}
.icon-single-content-03::before {
  content: "\ea0d";
}
.icon-bell-53::before {
  content: "\ea0e";
}
.icon-email-84::before {
  content: "\ea0f";
}
.icon-send::before {
  content: "\ea10";
}
.icon-at-sign::before {
  content: "\ea11";
}
.icon-attach-87::before {
  content: "\ea12";
}
.icon-edit-72::before {
  content: "\ea13";
}
.icon-tail-right::before {
  content: "\ea14";
}
.icon-minimal-right::before {
  content: "\ea15";
}
.icon-tail-left::before {
  content: "\ea16";
}
.icon-minimal-left::before {
  content: "\ea17";
}
.icon-tail-up::before {
  content: "\ea18";
}
.icon-minimal-up::before {
  content: "\ea19";
}
.icon-minimal-down::before {
  content: "\ea1a";
}
.icon-tail-down::before {
  content: "\ea1b";
}
.icon-settings-gear-64::before {
  content: "\ea1c";
}
.icon-settings::before {
  content: "\ea1d";
}
.icon-menu-dots::before {
  content: "\ea1e";
}
.icon-menu-left::before {
  content: "\ea1f";
}
.icon-funnel-40::before {
  content: "\ea20";
}
.icon-filter::before {
  content: "\ea21";
}
.icon-preferences-circle::before {
  content: "\ea22";
}
.icon-check-2::before {
  content: "\ea23";
}
.icon-cart-simple::before {
  content: "\ea24";
}
.icon-cart-9::before {
  content: "\ea25";
}
.icon-card-update::before {
  content: "\ea26";
}
.icon-basket::before {
  content: "\ea27";
}
.icon-check-circle-07::before {
  content: "\ea28";
}
.icon-simple-remove::before {
  content: "\ea29";
}
.icon-circle-remove::before {
  content: "\ea2a";
}
.icon-alert-circle-exc::before {
  content: "\ea2b";
}
.icon-bug::before {
  content: "\ea2c";
}
.icon-share-66::before {
  content: "\ea2d";
}
.icon-time-3::before {
  content: "\ea2e";
}
.icon-time::before {
  content: "\ea2f";
}
.icon-coffee::before {
  content: "\ea30";
}
.icon-smile::before {
  content: "\ea31";
}
.icon-sad::before {
  content: "\ea32";
}
.icon-broken-heart::before {
  content: "\ea33";
}
.icon-heart-2::before {
  content: "\ea34";
}
.icon-pin-3::before {
  content: "\ea35";
}
.icon-marker-3::before {
  content: "\ea36";
}
.icon-globe-2::before {
  content: "\ea37";
}
.icon-world-2::before {
  content: "\ea38";
}
.icon-phone-2::before {
  content: "\ea39";
}
.icon-check-square-11::before {
  content: "\ea3a";
}
.icon-wallet-90::before {
  content: "\ea3b";
}
.icon-credit-card::before {
  content: "\ea3c";
}
.icon-payment::before {
  content: "\ea3d";
}
.icon-tag::before {
  content: "\ea3e";
}
.icon-tag-cut::before {
  content: "\ea3f";
}
.icon-tag-content::before {
  content: "\ea40";
}
.icon-flag-diagonal-33::before {
  content: "\ea41";
}
.icon-triangle-right-17::before {
  content: "\ea47";
}
.icon-puzzle-10::before {
  content: "\ea48";
}
.icon-triangle-right-17-2::before {
  content: "\ea49";
}
.icon-btn-play::before {
  content: "\ea4a";
}
.icon-btn-play-2::before {
  content: "\ea4b";
}
.icon-menu-34::before {
  content: "\ea4c";
}
.icon-menu-left-2::before {
  content: "\ea4d";
}
.icon-heart-2-2::before {
  content: "\ea4e";
}
.icon-single-04-2::before {
  content: "\ea4f";
}
.icon-users-mm-2::before {
  content: "\ea50";
}
.icon-l-settings::before {
  content: "\ea51";
}
.icon-book-open-2::before {
  content: "\ea52";
}
.icon-layers-3::before {
  content: "\ea53";
}
.icon-logo-fb-simple::before {
  content: "\ea55";
}
.icon-logo-twitter::before {
  content: "\ea56";
}
.icon-google::before {
  content: "\ea57";
}
.icon-logo-pinterest::before {
  content: "\ea58";
}
.icon-logo-instagram::before {
  content: "\ea59";
}
.icon-logo-dribbble::before {
  content: "\ea5a";
}
.icon-tablet-mobile::before {
  content: "\ea5b";
}
.icon-house-search-engine::before {
  content: "\ea5c";
}
.icon-house-pricing::before {
  content: "\ea5d";
}
.icon-pulse-chart::before {
  content: "\ea5e";
}
.icon-plug::before {
  content: "\ea5f";
}
.icon-app-store::before {
  content: "\ea60";
}
.icon-power-level::before {
  content: "\ea61";
}
.icon-window-add::before {
  content: "\ea62";
}
.icon-form::before {
  content: "\ea63";
}
.icon-folder-15::before {
  content: "\ea64";
}
.icon-lock::before {
  content: "\ea65";
}
.icon-unlocked::before {
  content: "\ea66";
}
.icon-e-reader::before {
  content: "\ea67";
}
.icon-layout-grid::before {
  content: "\ea68";
}
.icon-single-copies::before {
  content: "\ea69";
}

/* src/assets/theme/w3crm/scss/icons/flaticon/flaticon.css */
@font-face {
  font-family: "Flaticon";
  src: url("./media/Flaticon-XTJEPOET.eot");
  src:
    url("./media/Flaticon-XTJEPOET.eot?#iefix") format("embedded-opentype"),
    url("./media/Flaticon-MG5QG6JE.woff") format("woff"),
    url("./media/Flaticon-VH2COQO7.ttf") format("truetype"),
    url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-381-add:before {
  content: "\f100";
}
.flaticon-381-add-1:before {
  content: "\f101";
}
.flaticon-381-add-2:before {
  content: "\f102";
}
.flaticon-381-add-3:before {
  content: "\f103";
}
.flaticon-381-alarm-clock:before {
  content: "\f104";
}
.flaticon-381-alarm-clock-1:before {
  content: "\f105";
}
.flaticon-381-album:before {
  content: "\f106";
}
.flaticon-381-album-1:before {
  content: "\f107";
}
.flaticon-381-album-2:before {
  content: "\f108";
}
.flaticon-381-album-3:before {
  content: "\f109";
}
.flaticon-381-app:before {
  content: "\f10a";
}
.flaticon-381-archive:before {
  content: "\f10b";
}
.flaticon-381-back:before {
  content: "\f10c";
}
.flaticon-381-back-1:before {
  content: "\f10d";
}
.flaticon-381-back-2:before {
  content: "\f10e";
}
.flaticon-381-background:before {
  content: "\f10f";
}
.flaticon-381-background-1:before {
  content: "\f110";
}
.flaticon-381-battery:before {
  content: "\f111";
}
.flaticon-381-battery-1:before {
  content: "\f112";
}
.flaticon-381-battery-2:before {
  content: "\f113";
}
.flaticon-381-battery-3:before {
  content: "\f114";
}
.flaticon-381-battery-4:before {
  content: "\f115";
}
.flaticon-381-battery-5:before {
  content: "\f116";
}
.flaticon-381-battery-6:before {
  content: "\f117";
}
.flaticon-381-battery-7:before {
  content: "\f118";
}
.flaticon-381-battery-8:before {
  content: "\f119";
}
.flaticon-381-battery-9:before {
  content: "\f11a";
}
.flaticon-381-binoculars:before {
  content: "\f11b";
}
.flaticon-381-blueprint:before {
  content: "\f11c";
}
.flaticon-381-bluetooth:before {
  content: "\f11d";
}
.flaticon-381-bluetooth-1:before {
  content: "\f11e";
}
.flaticon-381-book:before {
  content: "\f11f";
}
.flaticon-381-bookmark:before {
  content: "\f120";
}
.flaticon-381-bookmark-1:before {
  content: "\f121";
}
.flaticon-381-box:before {
  content: "\f122";
}
.flaticon-381-box-1:before {
  content: "\f123";
}
.flaticon-381-box-2:before {
  content: "\f124";
}
.flaticon-381-briefcase:before {
  content: "\f125";
}
.flaticon-381-broken-heart:before {
  content: "\f126";
}
.flaticon-381-broken-link:before {
  content: "\f127";
}
.flaticon-381-calculator:before {
  content: "\f128";
}
.flaticon-381-calculator-1:before {
  content: "\f129";
}
.flaticon-381-calendar:before {
  content: "\f12a";
}
.flaticon-381-calendar-1:before {
  content: "\f12b";
}
.flaticon-381-calendar-2:before {
  content: "\f12c";
}
.flaticon-381-calendar-3:before {
  content: "\f12d";
}
.flaticon-381-calendar-4:before {
  content: "\f12e";
}
.flaticon-381-calendar-5:before {
  content: "\f12f";
}
.flaticon-381-calendar-6:before {
  content: "\f130";
}
.flaticon-381-calendar-7:before {
  content: "\f131";
}
.flaticon-381-clock:before {
  content: "\f132";
}
.flaticon-381-clock-1:before {
  content: "\f133";
}
.flaticon-381-clock-2:before {
  content: "\f134";
}
.flaticon-381-close:before {
  content: "\f135";
}
.flaticon-381-cloud:before {
  content: "\f136";
}
.flaticon-381-cloud-computing:before {
  content: "\f137";
}
.flaticon-381-command:before {
  content: "\f138";
}
.flaticon-381-compact-disc:before {
  content: "\f139";
}
.flaticon-381-compact-disc-1:before {
  content: "\f13a";
}
.flaticon-381-compact-disc-2:before {
  content: "\f13b";
}
.flaticon-381-compass:before {
  content: "\f13c";
}
.flaticon-381-compass-1:before {
  content: "\f13d";
}
.flaticon-381-compass-2:before {
  content: "\f13e";
}
.flaticon-381-controls:before {
  content: "\f13f";
}
.flaticon-381-controls-1:before {
  content: "\f140";
}
.flaticon-381-controls-2:before {
  content: "\f141";
}
.flaticon-381-controls-3:before {
  content: "\f142";
}
.flaticon-381-controls-4:before {
  content: "\f143";
}
.flaticon-381-controls-5:before {
  content: "\f144";
}
.flaticon-381-controls-6:before {
  content: "\f145";
}
.flaticon-381-controls-7:before {
  content: "\f146";
}
.flaticon-381-controls-8:before {
  content: "\f147";
}
.flaticon-381-controls-9:before {
  content: "\f148";
}
.flaticon-381-database:before {
  content: "\f149";
}
.flaticon-381-database-1:before {
  content: "\f14a";
}
.flaticon-381-database-2:before {
  content: "\f14b";
}
.flaticon-381-diamond:before {
  content: "\f14c";
}
.flaticon-381-diploma:before {
  content: "\f14d";
}
.flaticon-381-dislike:before {
  content: "\f14e";
}
.flaticon-381-divide:before {
  content: "\f14f";
}
.flaticon-381-division:before {
  content: "\f150";
}
.flaticon-381-division-1:before {
  content: "\f151";
}
.flaticon-381-download:before {
  content: "\f152";
}
.flaticon-381-earth-globe:before {
  content: "\f153";
}
.flaticon-381-earth-globe-1:before {
  content: "\f154";
}
.flaticon-381-edit:before {
  content: "\f155";
}
.flaticon-381-edit-1:before {
  content: "\f156";
}
.flaticon-381-eject:before {
  content: "\f157";
}
.flaticon-381-eject-1:before {
  content: "\f158";
}
.flaticon-381-enter:before {
  content: "\f159";
}
.flaticon-381-equal:before {
  content: "\f15a";
}
.flaticon-381-equal-1:before {
  content: "\f15b";
}
.flaticon-381-equal-2:before {
  content: "\f15c";
}
.flaticon-381-error:before {
  content: "\f15d";
}
.flaticon-381-exit:before {
  content: "\f15e";
}
.flaticon-381-exit-1:before {
  content: "\f15f";
}
.flaticon-381-exit-2:before {
  content: "\f160";
}
.flaticon-381-fast-forward:before {
  content: "\f161";
}
.flaticon-381-fast-forward-1:before {
  content: "\f162";
}
.flaticon-381-file:before {
  content: "\f163";
}
.flaticon-381-file-1:before {
  content: "\f164";
}
.flaticon-381-file-2:before {
  content: "\f165";
}
.flaticon-381-film-strip:before {
  content: "\f166";
}
.flaticon-381-film-strip-1:before {
  content: "\f167";
}
.flaticon-381-fingerprint:before {
  content: "\f168";
}
.flaticon-381-flag:before {
  content: "\f169";
}
.flaticon-381-flag-1:before {
  content: "\f16a";
}
.flaticon-381-flag-2:before {
  content: "\f16b";
}
.flaticon-381-flag-3:before {
  content: "\f16c";
}
.flaticon-381-flag-4:before {
  content: "\f16d";
}
.flaticon-381-focus:before {
  content: "\f16e";
}
.flaticon-381-folder:before {
  content: "\f16f";
}
.flaticon-381-folder-1:before {
  content: "\f170";
}
.flaticon-381-folder-10:before {
  content: "\f171";
}
.flaticon-381-folder-11:before {
  content: "\f172";
}
.flaticon-381-folder-12:before {
  content: "\f173";
}
.flaticon-381-folder-13:before {
  content: "\f174";
}
.flaticon-381-folder-14:before {
  content: "\f175";
}
.flaticon-381-folder-15:before {
  content: "\f176";
}
.flaticon-381-folder-16:before {
  content: "\f177";
}
.flaticon-381-folder-17:before {
  content: "\f178";
}
.flaticon-381-folder-18:before {
  content: "\f179";
}
.flaticon-381-folder-19:before {
  content: "\f17a";
}
.flaticon-381-folder-2:before {
  content: "\f17b";
}
.flaticon-381-folder-3:before {
  content: "\f17c";
}
.flaticon-381-folder-4:before {
  content: "\f17d";
}
.flaticon-381-folder-5:before {
  content: "\f17e";
}
.flaticon-381-folder-6:before {
  content: "\f17f";
}
.flaticon-381-folder-7:before {
  content: "\f180";
}
.flaticon-381-folder-8:before {
  content: "\f181";
}
.flaticon-381-folder-9:before {
  content: "\f182";
}
.flaticon-381-forbidden:before {
  content: "\f183";
}
.flaticon-381-funnel:before {
  content: "\f184";
}
.flaticon-381-gift:before {
  content: "\f185";
}
.flaticon-381-heart:before {
  content: "\f186";
}
.flaticon-381-heart-1:before {
  content: "\f187";
}
.flaticon-381-help:before {
  content: "\f188";
}
.flaticon-381-help-1:before {
  content: "\f189";
}
.flaticon-381-hide:before {
  content: "\f18a";
}
.flaticon-381-high-volume:before {
  content: "\f18b";
}
.flaticon-381-home:before {
  content: "\f18c";
}
.flaticon-381-home-1:before {
  content: "\f18d";
}
.flaticon-381-home-2:before {
  content: "\f18e";
}
.flaticon-381-home-3:before {
  content: "\f18f";
}
.flaticon-381-hourglass:before {
  content: "\f190";
}
.flaticon-381-hourglass-1:before {
  content: "\f191";
}
.flaticon-381-hourglass-2:before {
  content: "\f192";
}
.flaticon-381-id-card:before {
  content: "\f193";
}
.flaticon-381-id-card-1:before {
  content: "\f194";
}
.flaticon-381-id-card-2:before {
  content: "\f195";
}
.flaticon-381-id-card-3:before {
  content: "\f196";
}
.flaticon-381-id-card-4:before {
  content: "\f197";
}
.flaticon-381-id-card-5:before {
  content: "\f198";
}
.flaticon-381-idea:before {
  content: "\f199";
}
.flaticon-381-incoming-call:before {
  content: "\f19a";
}
.flaticon-381-infinity:before {
  content: "\f19b";
}
.flaticon-381-internet:before {
  content: "\f19c";
}
.flaticon-381-key:before {
  content: "\f19d";
}
.flaticon-381-knob:before {
  content: "\f19e";
}
.flaticon-381-knob-1:before {
  content: "\f19f";
}
.flaticon-381-layer:before {
  content: "\f1a0";
}
.flaticon-381-layer-1:before {
  content: "\f1a1";
}
.flaticon-381-like:before {
  content: "\f1a2";
}
.flaticon-381-link:before {
  content: "\f1a3";
}
.flaticon-381-link-1:before {
  content: "\f1a4";
}
.flaticon-381-list:before {
  content: "\f1a5";
}
.flaticon-381-list-1:before {
  content: "\f1a6";
}
.flaticon-381-location:before {
  content: "\f1a7";
}
.flaticon-381-location-1:before {
  content: "\f1a8";
}
.flaticon-381-location-2:before {
  content: "\f1a9";
}
.flaticon-381-location-3:before {
  content: "\f1aa";
}
.flaticon-381-location-4:before {
  content: "\f1ab";
}
.flaticon-381-locations:before {
  content: "\f1ac";
}
.flaticon-381-lock:before {
  content: "\f1ad";
}
.flaticon-381-lock-1:before {
  content: "\f1ae";
}
.flaticon-381-lock-2:before {
  content: "\f1af";
}
.flaticon-381-lock-3:before {
  content: "\f1b0";
}
.flaticon-381-low-volume:before {
  content: "\f1b1";
}
.flaticon-381-low-volume-1:before {
  content: "\f1b2";
}
.flaticon-381-low-volume-2:before {
  content: "\f1b3";
}
.flaticon-381-low-volume-3:before {
  content: "\f1b4";
}
.flaticon-381-magic-wand:before {
  content: "\f1b5";
}
.flaticon-381-magnet:before {
  content: "\f1b6";
}
.flaticon-381-magnet-1:before {
  content: "\f1b7";
}
.flaticon-381-magnet-2:before {
  content: "\f1b8";
}
.flaticon-381-map:before {
  content: "\f1b9";
}
.flaticon-381-map-1:before {
  content: "\f1ba";
}
.flaticon-381-map-2:before {
  content: "\f1bb";
}
.flaticon-381-menu:before {
  content: "\f1bc";
}
.flaticon-381-menu-1:before {
  content: "\f1bd";
}
.flaticon-381-menu-2:before {
  content: "\f1be";
}
.flaticon-381-menu-3:before {
  content: "\f1bf";
}
.flaticon-381-microphone:before {
  content: "\f1c0";
}
.flaticon-381-microphone-1:before {
  content: "\f1c1";
}
.flaticon-381-more:before {
  content: "\f1c2";
}
.flaticon-381-more-1:before {
  content: "\f1c3";
}
.flaticon-381-more-2:before {
  content: "\f1c4";
}
.flaticon-381-multiply:before {
  content: "\f1c5";
}
.flaticon-381-multiply-1:before {
  content: "\f1c6";
}
.flaticon-381-music-album:before {
  content: "\f1c7";
}
.flaticon-381-mute:before {
  content: "\f1c8";
}
.flaticon-381-mute-1:before {
  content: "\f1c9";
}
.flaticon-381-mute-2:before {
  content: "\f1ca";
}
.flaticon-381-network:before {
  content: "\f1cb";
}
.flaticon-381-network-1:before {
  content: "\f1cc";
}
.flaticon-381-network-2:before {
  content: "\f1cd";
}
.flaticon-381-network-3:before {
  content: "\f1ce";
}
.flaticon-381-networking:before {
  content: "\f1cf";
}
.flaticon-381-networking-1:before {
  content: "\f1d0";
}
.flaticon-381-news:before {
  content: "\f1d1";
}
.flaticon-381-newspaper:before {
  content: "\f1d2";
}
.flaticon-381-next:before {
  content: "\f1d3";
}
.flaticon-381-next-1:before {
  content: "\f1d4";
}
.flaticon-381-note:before {
  content: "\f1d5";
}
.flaticon-381-notebook:before {
  content: "\f1d6";
}
.flaticon-381-notebook-1:before {
  content: "\f1d7";
}
.flaticon-381-notebook-2:before {
  content: "\f1d8";
}
.flaticon-381-notebook-3:before {
  content: "\f1d9";
}
.flaticon-381-notebook-4:before {
  content: "\f1da";
}
.flaticon-381-notebook-5:before {
  content: "\f1db";
}
.flaticon-381-notepad:before {
  content: "\f1dc";
}
.flaticon-381-notepad-1:before {
  content: "\f1dd";
}
.flaticon-381-notepad-2:before {
  content: "\f1de";
}
.flaticon-381-notification:before {
  content: "\f1df";
}
.flaticon-381-off:before {
  content: "\f1e0";
}
.flaticon-381-on:before {
  content: "\f1e1";
}
.flaticon-381-pad:before {
  content: "\f1e2";
}
.flaticon-381-padlock:before {
  content: "\f1e3";
}
.flaticon-381-padlock-1:before {
  content: "\f1e4";
}
.flaticon-381-padlock-2:before {
  content: "\f1e5";
}
.flaticon-381-panel:before {
  content: "\f1e6";
}
.flaticon-381-panel-1:before {
  content: "\f1e7";
}
.flaticon-381-panel-2:before {
  content: "\f1e8";
}
.flaticon-381-panel-3:before {
  content: "\f1e9";
}
.flaticon-381-paperclip:before {
  content: "\f1ea";
}
.flaticon-381-pause:before {
  content: "\f1eb";
}
.flaticon-381-pause-1:before {
  content: "\f1ec";
}
.flaticon-381-pencil:before {
  content: "\f1ed";
}
.flaticon-381-percentage:before {
  content: "\f1ee";
}
.flaticon-381-percentage-1:before {
  content: "\f1ef";
}
.flaticon-381-perspective:before {
  content: "\f1f0";
}
.flaticon-381-phone-call:before {
  content: "\f1f1";
}
.flaticon-381-photo:before {
  content: "\f1f2";
}
.flaticon-381-photo-camera:before {
  content: "\f1f3";
}
.flaticon-381-photo-camera-1:before {
  content: "\f1f4";
}
.flaticon-381-picture:before {
  content: "\f1f5";
}
.flaticon-381-picture-1:before {
  content: "\f1f6";
}
.flaticon-381-picture-2:before {
  content: "\f1f7";
}
.flaticon-381-pin:before {
  content: "\f1f8";
}
.flaticon-381-play-button:before {
  content: "\f1f9";
}
.flaticon-381-play-button-1:before {
  content: "\f1fa";
}
.flaticon-381-plus:before {
  content: "\f1fb";
}
.flaticon-381-presentation:before {
  content: "\f1fc";
}
.flaticon-381-price-tag:before {
  content: "\f1fd";
}
.flaticon-381-print:before {
  content: "\f1fe";
}
.flaticon-381-print-1:before {
  content: "\f1ff";
}
.flaticon-381-privacy:before {
  content: "\f200";
}
.flaticon-381-promotion:before {
  content: "\f201";
}
.flaticon-381-promotion-1:before {
  content: "\f202";
}
.flaticon-381-push-pin:before {
  content: "\f203";
}
.flaticon-381-quaver:before {
  content: "\f204";
}
.flaticon-381-quaver-1:before {
  content: "\f205";
}
.flaticon-381-radar:before {
  content: "\f206";
}
.flaticon-381-reading:before {
  content: "\f207";
}
.flaticon-381-receive:before {
  content: "\f208";
}
.flaticon-381-record:before {
  content: "\f209";
}
.flaticon-381-repeat:before {
  content: "\f20a";
}
.flaticon-381-repeat-1:before {
  content: "\f20b";
}
.flaticon-381-resume:before {
  content: "\f20c";
}
.flaticon-381-rewind:before {
  content: "\f20d";
}
.flaticon-381-rewind-1:before {
  content: "\f20e";
}
.flaticon-381-ring:before {
  content: "\f20f";
}
.flaticon-381-ring-1:before {
  content: "\f210";
}
.flaticon-381-rotate:before {
  content: "\f211";
}
.flaticon-381-rotate-1:before {
  content: "\f212";
}
.flaticon-381-route:before {
  content: "\f213";
}
.flaticon-381-save:before {
  content: "\f214";
}
.flaticon-381-search:before {
  content: "\f215";
}
.flaticon-381-search-1:before {
  content: "\f216";
}
.flaticon-381-search-2:before {
  content: "\f217";
}
.flaticon-381-search-3:before {
  content: "\f218";
}
.flaticon-381-send:before {
  content: "\f219";
}
.flaticon-381-send-1:before {
  content: "\f21a";
}
.flaticon-381-send-2:before {
  content: "\f21b";
}
.flaticon-381-settings:before {
  content: "\f21c";
}
.flaticon-381-settings-1:before {
  content: "\f21d";
}
.flaticon-381-settings-2:before {
  content: "\f21e";
}
.flaticon-381-settings-3:before {
  content: "\f21f";
}
.flaticon-381-settings-4:before {
  content: "\f220";
}
.flaticon-381-settings-5:before {
  content: "\f221";
}
.flaticon-381-settings-6:before {
  content: "\f222";
}
.flaticon-381-settings-7:before {
  content: "\f223";
}
.flaticon-381-settings-8:before {
  content: "\f224";
}
.flaticon-381-settings-9:before {
  content: "\f225";
}
.flaticon-381-share:before {
  content: "\f226";
}
.flaticon-381-share-1:before {
  content: "\f227";
}
.flaticon-381-share-2:before {
  content: "\f228";
}
.flaticon-381-shuffle:before {
  content: "\f229";
}
.flaticon-381-shuffle-1:before {
  content: "\f22a";
}
.flaticon-381-shut-down:before {
  content: "\f22b";
}
.flaticon-381-silence:before {
  content: "\f22c";
}
.flaticon-381-silent:before {
  content: "\f22d";
}
.flaticon-381-smartphone:before {
  content: "\f22e";
}
.flaticon-381-smartphone-1:before {
  content: "\f22f";
}
.flaticon-381-smartphone-2:before {
  content: "\f230";
}
.flaticon-381-smartphone-3:before {
  content: "\f231";
}
.flaticon-381-smartphone-4:before {
  content: "\f232";
}
.flaticon-381-smartphone-5:before {
  content: "\f233";
}
.flaticon-381-smartphone-6:before {
  content: "\f234";
}
.flaticon-381-smartphone-7:before {
  content: "\f235";
}
.flaticon-381-speaker:before {
  content: "\f236";
}
.flaticon-381-speedometer:before {
  content: "\f237";
}
.flaticon-381-spotlight:before {
  content: "\f238";
}
.flaticon-381-star:before {
  content: "\f239";
}
.flaticon-381-star-1:before {
  content: "\f23a";
}
.flaticon-381-stop:before {
  content: "\f23b";
}
.flaticon-381-stop-1:before {
  content: "\f23c";
}
.flaticon-381-stopclock:before {
  content: "\f23d";
}
.flaticon-381-stopwatch:before {
  content: "\f23e";
}
.flaticon-381-stopwatch-1:before {
  content: "\f23f";
}
.flaticon-381-stopwatch-2:before {
  content: "\f240";
}
.flaticon-381-substract:before {
  content: "\f241";
}
.flaticon-381-substract-1:before {
  content: "\f242";
}
.flaticon-381-substract-2:before {
  content: "\f243";
}
.flaticon-381-success:before {
  content: "\f244";
}
.flaticon-381-success-1:before {
  content: "\f245";
}
.flaticon-381-success-2:before {
  content: "\f246";
}
.flaticon-381-sunglasses:before {
  content: "\f247";
}
.flaticon-381-switch:before {
  content: "\f248";
}
.flaticon-381-switch-1:before {
  content: "\f249";
}
.flaticon-381-switch-2:before {
  content: "\f24a";
}
.flaticon-381-switch-3:before {
  content: "\f24b";
}
.flaticon-381-switch-4:before {
  content: "\f24c";
}
.flaticon-381-switch-5:before {
  content: "\f24d";
}
.flaticon-381-sync:before {
  content: "\f24e";
}
.flaticon-381-tab:before {
  content: "\f24f";
}
.flaticon-381-target:before {
  content: "\f250";
}
.flaticon-381-television:before {
  content: "\f251";
}
.flaticon-381-time:before {
  content: "\f252";
}
.flaticon-381-transfer:before {
  content: "\f253";
}
.flaticon-381-trash:before {
  content: "\f254";
}
.flaticon-381-trash-1:before {
  content: "\f255";
}
.flaticon-381-trash-2:before {
  content: "\f256";
}
.flaticon-381-trash-3:before {
  content: "\f257";
}
.flaticon-381-turn-off:before {
  content: "\f258";
}
.flaticon-381-umbrella:before {
  content: "\f259";
}
.flaticon-381-unlocked:before {
  content: "\f25a";
}
.flaticon-381-unlocked-1:before {
  content: "\f25b";
}
.flaticon-381-unlocked-2:before {
  content: "\f25c";
}
.flaticon-381-unlocked-3:before {
  content: "\f25d";
}
.flaticon-381-unlocked-4:before {
  content: "\f25e";
}
.flaticon-381-upload:before {
  content: "\f25f";
}
.flaticon-381-upload-1:before {
  content: "\f260";
}
.flaticon-381-user:before {
  content: "\f261";
}
.flaticon-381-user-1:before {
  content: "\f262";
}
.flaticon-381-user-2:before {
  content: "\f263";
}
.flaticon-381-user-3:before {
  content: "\f264";
}
.flaticon-381-user-4:before {
  content: "\f265";
}
.flaticon-381-user-5:before {
  content: "\f266";
}
.flaticon-381-user-6:before {
  content: "\f267";
}
.flaticon-381-user-7:before {
  content: "\f268";
}
.flaticon-381-user-8:before {
  content: "\f269";
}
.flaticon-381-user-9:before {
  content: "\f26a";
}
.flaticon-381-video-camera:before {
  content: "\f26b";
}
.flaticon-381-video-clip:before {
  content: "\f26c";
}
.flaticon-381-video-player:before {
  content: "\f26d";
}
.flaticon-381-video-player-1:before {
  content: "\f26e";
}
.flaticon-381-view:before {
  content: "\f26f";
}
.flaticon-381-view-1:before {
  content: "\f270";
}
.flaticon-381-view-2:before {
  content: "\f271";
}
.flaticon-381-volume:before {
  content: "\f272";
}
.flaticon-381-warning:before {
  content: "\f273";
}
.flaticon-381-warning-1:before {
  content: "\f274";
}
.flaticon-381-wifi:before {
  content: "\f275";
}
.flaticon-381-wifi-1:before {
  content: "\f276";
}
.flaticon-381-wifi-2:before {
  content: "\f277";
}
.flaticon-381-windows:before {
  content: "\f278";
}
.flaticon-381-windows-1:before {
  content: "\f279";
}
.flaticon-381-zoom-in:before {
  content: "\f27a";
}
.flaticon-381-zoom-out:before {
  content: "\f27b";
}

/* src/assets/theme/w3crm/scss/icons/flaticon_1/flaticon_1.css */
@font-face {
  font-family: "Flaticon";
  src: url("./media/Flaticon_1-2ENXUTEB.eot");
  src:
    url("./media/Flaticon_1-2ENXUTEB.eot?#iefix") format("embedded-opentype"),
    url("./media/Flaticon_1-YEVAF2N3.woff2") format("woff2"),
    url("./media/Flaticon_1-E3B6JWOG.woff") format("woff"),
    url("./media/Flaticon_1-FLYBOF6S.ttf") format("truetype"),
    url("./media/Flaticon_1-7LQDCM5Y.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./media/Flaticon_1-7LQDCM5Y.svg#Flaticon") format("svg");
  }
}
.fimanager:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
.flaticon-001-arrow-down:before {
  content: "\f100";
}
.flaticon-002-arrow-down:before {
  content: "\f101";
}
.flaticon-003-arrow-up:before {
  content: "\f102";
}
.flaticon-004-arrow-up:before {
  content: "\f103";
}
.flaticon-005-back-arrow:before {
  content: "\f104";
}
.flaticon-006-brightness:before {
  content: "\f105";
}
.flaticon-007-bulleye:before {
  content: "\f106";
}
.flaticon-008-check:before {
  content: "\f107";
}
.flaticon-009-check:before {
  content: "\f108";
}
.flaticon-010-check:before {
  content: "\f109";
}
.flaticon-011-check:before {
  content: "\f10a";
}
.flaticon-012-checkmark:before {
  content: "\f10b";
}
.flaticon-013-checkmark:before {
  content: "\f10c";
}
.flaticon-014-checkmark:before {
  content: "\f10d";
}
.flaticon-015-chevron:before {
  content: "\f10e";
}
.flaticon-016-double-chevron:before {
  content: "\f10f";
}
.flaticon-017-clipboard:before {
  content: "\f110";
}
.flaticon-018-clock:before {
  content: "\f111";
}
.flaticon-019-close:before {
  content: "\f112";
}
.flaticon-020-close:before {
  content: "\f113";
}
.flaticon-021-command:before {
  content: "\f114";
}
.flaticon-022-copy:before {
  content: "\f115";
}
.flaticon-023-cut:before {
  content: "\f116";
}
.flaticon-024-dashboard:before {
  content: "\f117";
}
.flaticon-025-dashboard:before {
  content: "\f118";
}
.flaticon-026-delete:before {
  content: "\f119";
}
.flaticon-027-dot:before {
  content: "\f11a";
}
.flaticon-028-download:before {
  content: "\f11b";
}
.flaticon-029-ellipsis:before {
  content: "\f11c";
}
.flaticon-030-ellipsis:before {
  content: "\f11d";
}
.flaticon-031-ellipsis:before {
  content: "\f11e";
}
.flaticon-032-ellipsis:before {
  content: "\f11f";
}
.flaticon-033-feather:before {
  content: "\f120";
}
.flaticon-034-filter:before {
  content: "\f121";
}
.flaticon-035-flag:before {
  content: "\f122";
}
.flaticon-036-floppy-disk:before {
  content: "\f123";
}
.flaticon-037-funnel:before {
  content: "\f124";
}
.flaticon-038-gauge:before {
  content: "\f125";
}
.flaticon-039-goal:before {
  content: "\f126";
}
.flaticon-040-graph:before {
  content: "\f127";
}
.flaticon-041-graph:before {
  content: "\f128";
}
.flaticon-042-menu:before {
  content: "\f129";
}
.flaticon-043-menu:before {
  content: "\f12a";
}
.flaticon-044-menu:before {
  content: "\f12b";
}
.flaticon-045-heart:before {
  content: "\f12c";
}
.flaticon-046-home:before {
  content: "\f12d";
}
.flaticon-047-home:before {
  content: "\f12e";
}
.flaticon-048-home:before {
  content: "\f12f";
}
.flaticon-049-home:before {
  content: "\f130";
}
.flaticon-050-info:before {
  content: "\f131";
}
.flaticon-051-info:before {
  content: "\f132";
}
.flaticon-052-inside:before {
  content: "\f133";
}
.flaticon-053-lifebuoy:before {
  content: "\f134";
}
.flaticon-054-maximize:before {
  content: "\f135";
}
.flaticon-055-minimize:before {
  content: "\f136";
}
.flaticon-056-minus:before {
  content: "\f137";
}
.flaticon-057-minus:before {
  content: "\f138";
}
.flaticon-058-minus:before {
  content: "\f139";
}
.flaticon-059-minus:before {
  content: "\f13a";
}
.flaticon-060-on:before {
  content: "\f13b";
}
.flaticon-061-outside:before {
  content: "\f13c";
}
.flaticon-062-pencil:before {
  content: "\f13d";
}
.flaticon-063-pencil:before {
  content: "\f13e";
}
.flaticon-064-pin:before {
  content: "\f13f";
}
.flaticon-065-pin:before {
  content: "\f140";
}
.flaticon-066-plus:before {
  content: "\f141";
}
.flaticon-067-plus:before {
  content: "\f142";
}
.flaticon-068-plus:before {
  content: "\f143";
}
.flaticon-069-plus:before {
  content: "\f144";
}
.flaticon-070-power:before {
  content: "\f145";
}
.flaticon-071-print:before {
  content: "\f146";
}
.flaticon-072-printer:before {
  content: "\f147";
}
.flaticon-073-question:before {
  content: "\f148";
}
.flaticon-074-question:before {
  content: "\f149";
}
.flaticon-075-reload:before {
  content: "\f14a";
}
.flaticon-076-remove:before {
  content: "\f14b";
}
.flaticon-077-remove:before {
  content: "\f14c";
}
.flaticon-078-remove:before {
  content: "\f14d";
}
.flaticon-079-search:before {
  content: "\f14e";
}
.flaticon-080-search:before {
  content: "\f14f";
}
.flaticon-081-search:before {
  content: "\f150";
}
.flaticon-082-share:before {
  content: "\f151";
}
.flaticon-083-share:before {
  content: "\f152";
}
.flaticon-084-share:before {
  content: "\f153";
}
.flaticon-085-signal:before {
  content: "\f154";
}
.flaticon-086-star:before {
  content: "\f155";
}
.flaticon-087-stop:before {
  content: "\f156";
}
.flaticon-088-time:before {
  content: "\f157";
}
.flaticon-089-trash:before {
  content: "\f158";
}
.flaticon-090-upload:before {
  content: "\f159";
}
.flaticon-091-warning:before {
  content: "\f15a";
}
.flaticon-092-warning:before {
  content: "\f15b";
}
.flaticon-093-waving:before {
  content: "\f15c";
}

/* src/assets/theme/w3crm/scss/icons/icomoon/icomoon.css */
@font-face {
  font-family: "icomoon";
  src: url("./media/icomoon-RG5CQIZW.eot");
  src:
    url("./media/icomoon-RG5CQIZW.eot") format("embedded-opentype"),
    url("./media/icomoon-JBLUR2RK.ttf") format("truetype"),
    url("./media/icomoon-LJ6TPBKK.woff") format("woff"),
    url("./media/icomoon-5WNHAJHL.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Angle-Grinder .path1:before {
  content: "\e900";
  opacity: 0.3;
}
.icon-Angle-Grinder .path2:before {
  content: "\e901";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-Grinder .path3:before {
  content: "\e902";
  margin-left: -1em;
}
.icon-Axe .path1:before {
  content: "\e903";
  opacity: 0.3;
}
.icon-Axe .path2:before {
  content: "\e904";
  margin-left: -1em;
}
.icon-Brush .path1:before {
  content: "\e905";
  opacity: 0.3;
}
.icon-Brush .path2:before {
  content: "\e906";
  margin-left: -1em;
}
.icon-Compass .path1:before {
  content: "\e907";
  opacity: 0.3;
}
.icon-Compass .path2:before {
  content: "\e908";
  margin-left: -1em;
}
.icon-Hummer .path1:before {
  content: "\e909";
  opacity: 0.3;
}
.icon-Hummer .path2:before {
  content: "\e90a";
  margin-left: -1em;
}
.icon-Hummer .path3:before {
  content: "\e90b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Hummer1 .path1:before {
  content: "\e90c";
  opacity: 0.3;
}
.icon-Hummer1 .path2:before {
  content: "\e90d";
  margin-left: -1em;
}
.icon-Pantone .path1:before {
  content: "\e90e";
  opacity: 0.3;
}
.icon-Pantone .path2:before {
  content: "\e90f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pantone .path3:before {
  content: "\e910";
  margin-left: -1em;
}
.icon-Road-Cone .path1:before {
  content: "\e911";
}
.icon-Road-Cone .path2:before {
  content: "\e912";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Roller .path1:before {
  content: "\e913";
}
.icon-Roller .path2:before {
  content: "\e914";
  margin-left: -1em;
}
.icon-Roller .path3:before {
  content: "\e915";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Roulette .path1:before {
  content: "\e916";
}
.icon-Roulette .path2:before {
  content: "\e917";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Screwdriver .path1:before {
  content: "\e918";
  opacity: 0.3;
}
.icon-Screwdriver .path2:before {
  content: "\e919";
  margin-left: -1em;
}
.icon-Shovel1 .path1:before {
  content: "\e91a";
  opacity: 0.3;
}
.icon-Shovel1 .path2:before {
  content: "\e91b";
  margin-left: -1em;
}
.icon-Spatula .path1:before {
  content: "\e91c";
  opacity: 0.3;
}
.icon-Spatula .path2:before {
  content: "\e91d";
  margin-left: -1em;
}
.icon-Swiss-knife .path1:before {
  content: "\e91e";
  opacity: 0.3;
}
.icon-Swiss-knife .path2:before {
  content: "\e91f";
  margin-left: -1em;
}
.icon-Tools .path1:before {
  content: "\e920";
}
.icon-Tools .path2:before {
  content: "\e921";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Align-auto .path1:before {
  content: "\e922";
  opacity: 0.3;
}
.icon-Align-auto .path2:before {
  content: "\e923";
  margin-left: -1em;
}
.icon-Align-center .path1:before {
  content: "\e924";
  opacity: 0.3;
}
.icon-Align-center .path2:before {
  content: "\e925";
  margin-left: -1em;
}
.icon-Align-justify .path1:before {
  content: "\e926";
  opacity: 0.3;
}
.icon-Align-justify .path2:before {
  content: "\e927";
  margin-left: -1em;
}
.icon-Align-left .path1:before {
  content: "\e928";
  opacity: 0.3;
}
.icon-Align-left .path2:before {
  content: "\e929";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Align-left .path3:before {
  content: "\e92a";
  margin-left: -1em;
}
.icon-Align-right .path1:before {
  content: "\e92b";
  opacity: 0.3;
}
.icon-Align-right .path2:before {
  content: "\e92c";
  margin-left: -1em;
}
.icon-Article .path1:before {
  content: "\e92d";
}
.icon-Article .path2:before {
  content: "\e92e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bold:before {
  content: "\e92f";
}
.icon-Bullet-list .path1:before {
  content: "\e930";
}
.icon-Bullet-list .path2:before {
  content: "\e931";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Code:before {
  content: "\e932";
}
.icon-Edit-text .path1:before {
  content: "\e933";
  opacity: 0.3;
}
.icon-Edit-text .path2:before {
  content: "\e934";
  margin-left: -1em;
}
.icon-Filter:before {
  content: "\e935";
}
.icon-Font .path1:before {
  content: "\e936";
}
.icon-Font .path2:before {
  content: "\e937";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-H1 .path1:before {
  content: "\e938";
}
.icon-H1 .path2:before {
  content: "\e939";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-H2 .path1:before {
  content: "\e93a";
}
.icon-H2 .path2:before {
  content: "\e93b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Itallic:before {
  content: "\e93c";
}
.icon-Menu .path1:before {
  content: "\e93d";
}
.icon-Menu .path2:before {
  content: "\e93e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Paragraph:before {
  content: "\e93f";
}
.icon-Quote .path1:before {
  content: "\e940";
}
.icon-Quote .path2:before {
  content: "\e941";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Quote1 .path1:before {
  content: "\e942";
}
.icon-Quote1 .path2:before {
  content: "\e943";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Redo:before {
  content: "\e944";
}
.icon-Strikethrough .path1:before {
  content: "\e945";
  opacity: 0.3;
}
.icon-Strikethrough .path2:before {
  content: "\e946";
  margin-left: -1em;
}
.icon-Text:before {
  content: "\e947";
}
.icon-Text-height .path1:before {
  content: "\e948";
  opacity: 0.3;
}
.icon-Text-height .path2:before {
  content: "\e949";
  margin-left: -1em;
}
.icon-Text-width .path1:before {
  content: "\e94a";
  opacity: 0.3;
}
.icon-Text-width .path2:before {
  content: "\e94b";
  margin-left: -1em;
}
.icon-Underline .path1:before {
  content: "\e94c";
}
.icon-Underline .path2:before {
  content: "\e94d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Undo:before {
  content: "\e94e";
}
.icon-ATM .path1:before {
  content: "\e94f";
  opacity: 0.3;
}
.icon-ATM .path2:before {
  content: "\e950";
  margin-left: -1em;
}
.icon-Bag .path1:before {
  content: "\e951";
  opacity: 0.3;
}
.icon-Bag .path2:before {
  content: "\e952";
  margin-left: -1em;
}
.icon-Bag1 .path1:before {
  content: "\e953";
  opacity: 0.3;
}
.icon-Bag1 .path2:before {
  content: "\e954";
  margin-left: -1em;
}
.icon-Barcode .path1:before {
  content: "\e955";
}
.icon-Barcode .path2:before {
  content: "\e956";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Barcode-read .path1:before {
  content: "\e957";
  opacity: 0.3;
}
.icon-Barcode-read .path2:before {
  content: "\e958";
  margin-left: -1em;
}
.icon-Barcode-scan .path1:before {
  content: "\e959";
}
.icon-Barcode-scan .path2:before {
  content: "\e95a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Barcode-scan .path3:before {
  content: "\e95b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bitcoin .path1:before {
  content: "\e95c";
  opacity: 0.3;
}
.icon-Bitcoin .path2:before {
  content: "\e95d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bitcoin .path3:before {
  content: "\e95e";
  margin-left: -1em;
}
.icon-Box1 .path1:before {
  content: "\e95f";
  opacity: 0.3;
}
.icon-Box1 .path2:before {
  content: "\e960";
  margin-left: -1em;
}
.icon-Box2 .path1:before {
  content: "\e961";
}
.icon-Box2 .path2:before {
  content: "\e962";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Box3 .path1:before {
  content: "\e963";
  opacity: 0.3;
}
.icon-Box3 .path2:before {
  content: "\e964";
  margin-left: -1em;
}
.icon-Calculator .path1:before {
  content: "\e965";
  opacity: 0.3;
}
.icon-Calculator .path2:before {
  content: "\e966";
  margin-left: -1em;
}
.icon-Cart1 .path1:before {
  content: "\e967";
  opacity: 0.3;
}
.icon-Cart1 .path2:before {
  content: "\e968";
  margin-left: -1em;
}
.icon-Cart2 .path1:before {
  content: "\e969";
  opacity: 0.3;
}
.icon-Cart2 .path2:before {
  content: "\e96a";
  margin-left: -1em;
}
.icon-Cart .path1:before {
  content: "\e96b";
  opacity: 0.3;
}
.icon-Cart .path2:before {
  content: "\e96c";
  margin-left: -1em;
}
.icon-Chart-bar .path1:before {
  content: "\e96d";
  opacity: 0.3;
}
.icon-Chart-bar .path2:before {
  content: "\e96e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar .path3:before {
  content: "\e96f";
  margin-left: -1em;
}
.icon-Chart-bar .path4:before {
  content: "\e970";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar1 .path1:before {
  content: "\e971";
  opacity: 0.3;
}
.icon-Chart-bar1 .path2:before {
  content: "\e972";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar1 .path3:before {
  content: "\e973";
  margin-left: -1em;
}
.icon-Chart-bar1 .path4:before {
  content: "\e974";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar2 .path1:before {
  content: "\e975";
  opacity: 0.3;
}
.icon-Chart-bar2 .path2:before {
  content: "\e976";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-bar2 .path3:before {
  content: "\e977";
  margin-left: -1em;
}
.icon-Chart-bar2 .path4:before {
  content: "\e978";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-line .path1:before {
  content: "\e979";
}
.icon-Chart-line .path2:before {
  content: "\e97a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-line1 .path1:before {
  content: "\e97b";
}
.icon-Chart-line1 .path2:before {
  content: "\e97c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chart-pie .path1:before {
  content: "\e97d";
  opacity: 0.3;
}
.icon-Chart-pie .path2:before {
  content: "\e97e";
  margin-left: -1em;
}
.icon-Credit-card .path1:before {
  content: "\e97f";
  opacity: 0.3;
}
.icon-Credit-card .path2:before {
  content: "\e980";
  margin-left: -1em;
}
.icon-Credit-card .path3:before {
  content: "\e981";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dollar .path1:before {
  content: "\e982";
  opacity: 0.3;
}
.icon-Dollar .path2:before {
  content: "\e983";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dollar .path3:before {
  content: "\e984";
  margin-left: -1em;
}
.icon-Euro .path1:before {
  content: "\e985";
  opacity: 0.3;
}
.icon-Euro .path2:before {
  content: "\e986";
  margin-left: -1em;
}
.icon-Gift .path1:before {
  content: "\e987";
}
.icon-Gift .path2:before {
  content: "\e988";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Loader .path1:before {
  content: "\e989";
  opacity: 0.3;
}
.icon-Loader .path2:before {
  content: "\e98a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Loader .path3:before {
  content: "\e98b";
  margin-left: -1em;
}
.icon-MC .path1:before {
  content: "\e98c";
  opacity: 0.3;
}
.icon-MC .path2:before {
  content: "\e98d";
  margin-left: -1em;
}
.icon-Money .path1:before {
  content: "\e98e";
  opacity: 0.3;
}
.icon-Money .path2:before {
  content: "\e98f";
  margin-left: -1em;
}
.icon-Pound .path1:before {
  content: "\e990";
}
.icon-Pound .path2:before {
  content: "\e991";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Price:before {
  content: "\e992";
}
.icon-145:before {
  content: "\e992";
}
.icon-Price1:before {
  content: "\e993";
}
.icon-245:before {
  content: "\e993";
}
.icon-Rouble .path1:before {
  content: "\e994";
  opacity: 0.3;
}
.icon-Rouble .path2:before {
  content: "\e995";
  margin-left: -1em;
}
.icon-Safe .path1:before {
  content: "\e996";
  opacity: 0.3;
}
.icon-Safe .path2:before {
  content: "\e997";
  margin-left: -1em;
}
.icon-Sale .path1:before {
  content: "\e998";
}
.icon-Sale .path2:before {
  content: "\e999";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sale1 .path1:before {
  content: "\e99a";
  opacity: 0.3;
}
.icon-Sale1 .path2:before {
  content: "\e99b";
  margin-left: -1em;
}
.icon-Sale1 .path3:before {
  content: "\e99c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sale1 .path4:before {
  content: "\e99d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Settings .path1:before {
  content: "\e99e";
  opacity: 0.3;
}
.icon-Settings .path2:before {
  content: "\e99f";
  margin-left: -1em;
}
.icon-Sort .path1:before {
  content: "\e9a0";
}
.icon-Sort .path2:before {
  content: "\e9a1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sort1:before {
  content: "\e9a2";
}
.icon-25:before {
  content: "\e9a2";
}
.icon-Sort2:before {
  content: "\e9a3";
}
.icon-32:before {
  content: "\e9a3";
}
.icon-Ticket:before {
  content: "\e9a4";
}
.icon-Wallet .path1:before {
  content: "\e9a5";
  opacity: 0.3;
}
.icon-Wallet .path2:before {
  content: "\e9a6";
  margin-left: -1em;
}
.icon-Wallet1 .path1:before {
  content: "\e9a7";
  opacity: 0.3;
}
.icon-Wallet1 .path2:before {
  content: "\e9a8";
  margin-left: -1em;
}
.icon-Wallet1 .path3:before {
  content: "\e9a9";
  margin-left: -1em;
}
.icon-Wallet2 .path1:before {
  content: "\e9aa";
  opacity: 0.3;
}
.icon-Wallet2 .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wallet2 .path3:before {
  content: "\e9ac";
  margin-left: -1em;
}
.icon-Angle-up:before {
  content: "\e9ad";
}
.icon-Angle-double-down .path1:before {
  content: "\e9ae";
}
.icon-Angle-double-down .path2:before {
  content: "\e9af";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-left .path1:before {
  content: "\e9b0";
}
.icon-Angle-double-left .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-right .path1:before {
  content: "\e9b2";
}
.icon-Angle-double-right .path2:before {
  content: "\e9b3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-double-up .path1:before {
  content: "\e9b4";
}
.icon-Angle-double-up .path2:before {
  content: "\e9b5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Angle-down:before {
  content: "\e9b6";
}
.icon-Angle-left:before {
  content: "\e9b7";
}
.icon-Angle-right:before {
  content: "\e9b8";
}
.icon-Arrow-down .path1:before {
  content: "\e9b9";
  opacity: 0.3;
}
.icon-Arrow-down .path2:before {
  content: "\e9ba";
  margin-left: -1em;
}
.icon-Arrow-from-bottom .path1:before {
  content: "\e9bb";
  opacity: 0.3;
}
.icon-Arrow-from-bottom .path2:before {
  content: "\e9bc";
  margin-left: -1em;
}
.icon-Arrow-from-bottom .path3:before {
  content: "\e9bd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-left .path1:before {
  content: "\e9be";
  opacity: 0.3;
}
.icon-Arrow-from-left .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-left .path3:before {
  content: "\e9c0";
  margin-left: -1em;
}
.icon-Arrow-from-right .path1:before {
  content: "\e9c1";
  opacity: 0.3;
}
.icon-Arrow-from-right .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-from-right .path3:before {
  content: "\e9c3";
  margin-left: -1em;
}
.icon-Arrow-from-top .path1:before {
  content: "\e9c4";
  opacity: 0.3;
}
.icon-Arrow-from-top .path2:before {
  content: "\e9c5";
  margin-left: -1em;
}
.icon-Arrow-from-top .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-left .path1:before {
  content: "\e9c7";
  opacity: 0.3;
}
.icon-Arrow-left .path2:before {
  content: "\e9c8";
  margin-left: -1em;
}
.icon-Arrow-right .path1:before {
  content: "\e9c9";
  opacity: 0.3;
}
.icon-Arrow-right .path2:before {
  content: "\e9ca";
  margin-left: -1em;
}
.icon-Arrows-h .path1:before {
  content: "\e9cb";
  opacity: 0.3;
}
.icon-Arrows-h .path2:before {
  content: "\e9cc";
  margin-left: -1em;
}
.icon-Arrows-h .path3:before {
  content: "\e9cd";
  margin-left: -1em;
}
.icon-Arrows-v .path1:before {
  content: "\e9ce";
  opacity: 0.3;
}
.icon-Arrows-v .path2:before {
  content: "\e9cf";
  margin-left: -1em;
}
.icon-Arrows-v .path3:before {
  content: "\e9d0";
  margin-left: -1em;
}
.icon-Arrow-to-bottom .path1:before {
  content: "\e9d1";
  opacity: 0.3;
}
.icon-Arrow-to-bottom .path2:before {
  content: "\e9d2";
  margin-left: -1em;
}
.icon-Arrow-to-bottom .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-left .path1:before {
  content: "\e9d4";
  opacity: 0.3;
}
.icon-Arrow-to-left .path2:before {
  content: "\e9d5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-left .path3:before {
  content: "\e9d6";
  margin-left: -1em;
}
.icon-Arrow-to-right .path1:before {
  content: "\e9d7";
  opacity: 0.3;
}
.icon-Arrow-to-right .path2:before {
  content: "\e9d8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-to-right .path3:before {
  content: "\e9d9";
  margin-left: -1em;
}
.icon-Arrow-to-up .path1:before {
  content: "\e9da";
  opacity: 0.3;
}
.icon-Arrow-to-up .path2:before {
  content: "\e9db";
  margin-left: -1em;
}
.icon-Arrow-to-up .path3:before {
  content: "\e9dc";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Arrow-up .path1:before {
  content: "\e9dd";
  opacity: 0.3;
}
.icon-Arrow-up .path2:before {
  content: "\e9de";
  margin-left: -1em;
}
.icon-Check:before {
  content: "\e9df";
}
.icon-Close .path1:before {
  content: "\e9e0";
}
.icon-Close .path2:before {
  content: "\e9e1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Double-check .path1:before {
  content: "\e9e2";
  opacity: 0.3;
}
.icon-Double-check .path2:before {
  content: "\e9e3";
  margin-left: -1em;
}
.icon-Down-2 .path1:before {
  content: "\e9e4";
  opacity: 0.3;
}
.icon-Down-2 .path2:before {
  content: "\e9e5";
  margin-left: -1em;
}
.icon-Down-left .path1:before {
  content: "\e9e6";
  opacity: 0.3;
}
.icon-Down-left .path2:before {
  content: "\e9e7";
  margin-left: -1em;
}
.icon-Down-right .path1:before {
  content: "\e9e8";
  opacity: 0.3;
}
.icon-Down-right .path2:before {
  content: "\e9e9";
  margin-left: -1em;
}
.icon-Exchange .path1:before {
  content: "\e9ea";
  opacity: 0.3;
}
.icon-Exchange .path2:before {
  content: "\e9eb";
  margin-left: -1em;
}
.icon-Exchange .path3:before {
  content: "\e9ec";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Exchange .path4:before {
  content: "\e9ed";
  margin-left: -1em;
}
.icon-Left-3 .path1:before {
  content: "\e9ee";
}
.icon-Left-3 .path2:before {
  content: "\e9ef";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Left-2 .path1:before {
  content: "\e9f0";
  opacity: 0.3;
}
.icon-Left-2 .path2:before {
  content: "\e9f1";
  margin-left: -1em;
}
.icon-Minus1:before {
  content: "\e9f2";
}
.icon-Plus1 .path1:before {
  content: "\e9f3";
}
.icon-Plus1 .path2:before {
  content: "\e9f4";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Right-3 .path1:before {
  content: "\e9f5";
}
.icon-Right-3 .path2:before {
  content: "\e9f6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Right-2 .path1:before {
  content: "\e9f7";
  opacity: 0.3;
}
.icon-Right-2 .path2:before {
  content: "\e9f8";
  margin-left: -1em;
}
.icon-Route .path1:before {
  content: "\e9f9";
  opacity: 0.3;
}
.icon-Route .path2:before {
  content: "\e9fa";
  margin-left: -1em;
}
.icon-Route .path3:before {
  content: "\e9fb";
  margin-left: -1em;
}
.icon-Sign-in .path1:before {
  content: "\e9fc";
  opacity: 0.3;
}
.icon-Sign-in .path2:before {
  content: "\e9fd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sign-in .path3:before {
  content: "\e9fe";
  margin-left: -1em;
}
.icon-Sign-out .path1:before {
  content: "\e9ff";
  opacity: 0.3;
}
.icon-Sign-out .path2:before {
  content: "\ea00";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sign-out .path3:before {
  content: "\ea01";
  margin-left: -1em;
}
.icon-Up-2 .path1:before {
  content: "\ea02";
  opacity: 0.3;
}
.icon-Up-2 .path2:before {
  content: "\ea03";
  margin-left: -1em;
}
.icon-Up-down .path1:before {
  content: "\ea04";
  opacity: 0.3;
}
.icon-Up-down .path2:before {
  content: "\ea05";
  margin-left: -1em;
}
.icon-Up-down .path3:before {
  content: "\ea06";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Up-down .path4:before {
  content: "\ea07";
  margin-left: -1em;
}
.icon-Up-left .path1:before {
  content: "\ea08";
  opacity: 0.3;
}
.icon-Up-left .path2:before {
  content: "\ea09";
  margin-left: -1em;
}
.icon-Up-right .path1:before {
  content: "\ea0a";
  opacity: 0.3;
}
.icon-Up-right .path2:before {
  content: "\ea0b";
  margin-left: -1em;
}
.icon-Waiting:before {
  content: "\ea0c";
}
.icon-Add-music .path1:before {
  content: "\ea0d";
}
.icon-Add-music .path2:before {
  content: "\ea0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airplay .path1:before {
  content: "\ea0f";
  opacity: 0.3;
}
.icon-Airplay .path2:before {
  content: "\ea10";
  margin-left: -1em;
}
.icon-Airplay-video .path1:before {
  content: "\ea11";
}
.icon-Airplay-video .path2:before {
  content: "\ea12";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Back .path1:before {
  content: "\ea13";
}
.icon-Back .path2:before {
  content: "\ea14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Backward .path1:before {
  content: "\ea15";
  opacity: 0.3;
}
.icon-Backward .path2:before {
  content: "\ea16";
  margin-left: -1em;
}
.icon-CD .path1:before {
  content: "\ea17";
}
.icon-CD .path2:before {
  content: "\ea18";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-DVD .path1:before {
  content: "\ea19";
  opacity: 0.3;
}
.icon-DVD .path2:before {
  content: "\ea1a";
  margin-left: -1em;
}
.icon-Eject .path1:before {
  content: "\ea1b";
}
.icon-Eject .path2:before {
  content: "\ea1c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Equalizer .path1:before {
  content: "\ea1d";
  opacity: 0.3;
}
.icon-Equalizer .path2:before {
  content: "\ea1e";
  margin-left: -1em;
}
.icon-Equalizer .path3:before {
  content: "\ea1f";
  margin-left: -1em;
}
.icon-Equalizer .path4:before {
  content: "\ea20";
  margin-left: -1em;
}
.icon-Forward .path1:before {
  content: "\ea21";
  opacity: 0.3;
}
.icon-Forward .path2:before {
  content: "\ea22";
  margin-left: -1em;
}
.icon-Media-library .path1:before {
  content: "\ea23";
  opacity: 0.3;
}
.icon-Media-library .path2:before {
  content: "\ea24";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Media-library .path3:before {
  content: "\ea25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Media-library .path4:before {
  content: "\ea26";
  margin-left: -1em;
}
.icon-Media-library1 .path1:before {
  content: "\ea27";
  opacity: 0.3;
}
.icon-Media-library1 .path2:before {
  content: "\ea28";
  margin-left: -1em;
}
.icon-Media-library2 .path1:before {
  content: "\ea29";
  opacity: 0.0900;
}
.icon-Media-library2 .path2:before {
  content: "\ea2a";
  margin-left: -1em;
}
.icon-Movie-Lane .path1:before {
  content: "\ea2b";
  opacity: 0.3;
}
.icon-Movie-Lane .path2:before {
  content: "\ea2c";
  margin-left: -1em;
}
.icon-Movie-lane .path1:before {
  content: "\ea2d";
  opacity: 0.3;
}
.icon-Movie-lane .path2:before {
  content: "\ea2e";
  margin-left: -1em;
}
.icon-Music1:before {
  content: "\ea2f";
}
.icon-Music-cloud .path1:before {
  content: "\ea30";
  opacity: 0.3;
}
.icon-Music-cloud .path2:before {
  content: "\ea31";
  margin-left: -1em;
}
.icon-Music-note:before {
  content: "\ea32";
}
.icon-Mute .path1:before {
  content: "\ea33";
  opacity: 0.3;
}
.icon-Mute .path2:before {
  content: "\ea34";
  margin-left: -1em;
}
.icon-Next .path1:before {
  content: "\ea35";
}
.icon-Next .path2:before {
  content: "\ea36";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pause:before {
  content: "\ea37";
}
.icon-Play:before {
  content: "\ea38";
}
.icon-Playlist .path1:before {
  content: "\ea39";
}
.icon-Playlist .path2:before {
  content: "\ea3a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Playlist1 .path1:before {
  content: "\ea3b";
  opacity: 0.3;
}
.icon-Playlist1 .path2:before {
  content: "\ea3c";
  margin-left: -1em;
}
.icon-Rec:before {
  content: "\ea3d";
}
.icon-Repeat .path1:before {
  content: "\ea3e";
}
.icon-Repeat .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Repeat-one .path1:before {
  content: "\ea40";
  opacity: 0.3;
}
.icon-Repeat-one .path2:before {
  content: "\ea41";
  margin-left: -1em;
}
.icon-Shuffle .path1:before {
  content: "\ea42";
  opacity: 0.3;
}
.icon-Shuffle .path2:before {
  content: "\ea43";
  margin-left: -1em;
}
.icon-Volume-down .path1:before {
  content: "\ea44";
  opacity: 0.3;
}
.icon-Volume-down .path2:before {
  content: "\ea45";
  margin-left: -1em;
}
.icon-Volume-full .path1:before {
  content: "\ea46";
  opacity: 0.3;
}
.icon-Volume-full .path2:before {
  content: "\ea47";
  margin-left: -1em;
}
.icon-Volume-half .path1:before {
  content: "\ea48";
  opacity: 0.3;
}
.icon-Volume-half .path2:before {
  content: "\ea49";
  margin-left: -1em;
}
.icon-Volume-up .path1:before {
  content: "\ea4a";
  opacity: 0.3;
}
.icon-Volume-up .path2:before {
  content: "\ea4b";
  margin-left: -1em;
}
.icon-Vynil .path1:before {
  content: "\ea4c";
}
.icon-Vynil .path2:before {
  content: "\ea4d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Youtube .path1:before {
  content: "\ea4e";
  opacity: 0.3;
}
.icon-Youtube .path2:before {
  content: "\ea4f";
  margin-left: -1em;
}
.icon-Compass1:before {
  content: "\ea50";
}
.icon-Direction1:before {
  content: "\ea51";
}
.icon-136:before {
  content: "\ea51";
}
.icon-Direction:before {
  content: "\ea52";
}
.icon-228:before {
  content: "\ea52";
}
.icon-Location-arrow:before {
  content: "\ea53";
}
.icon-Marker:before {
  content: "\ea54";
}
.icon-128:before {
  content: "\ea54";
}
.icon-Marker1:before {
  content: "\ea55";
}
.icon-229:before {
  content: "\ea55";
}
.icon-Position1 .path1:before {
  content: "\ea56";
  opacity: 0.3;
}
.icon-Position1 .path2:before {
  content: "\ea57";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Position1 .path3:before {
  content: "\ea58";
  margin-left: -1em;
}
.icon-Layout-3d .path1:before {
  content: "\ea59";
}
.icon-Layout-3d .path2:before {
  content: "\ea5a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-4-blocks .path1:before {
  content: "\ea5b";
}
.icon-Layout-4-blocks .path2:before {
  content: "\ea5c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-arrange .path1:before {
  content: "\ea5d";
}
.icon-Layout-arrange .path2:before {
  content: "\ea5e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-grid .path1:before {
  content: "\ea5f";
  opacity: 0.3;
}
.icon-Layout-grid .path2:before {
  content: "\ea60";
  margin-left: -1em;
}
.icon-Layout-horizontal .path1:before {
  content: "\ea61";
  opacity: 0.3;
}
.icon-Layout-horizontal .path2:before {
  content: "\ea62";
  margin-left: -1em;
}
.icon-Layout-left-panel-1 .path1:before {
  content: "\ea63";
}
.icon-Layout-left-panel-1 .path2:before {
  content: "\ea64";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-left-panel-2 .path1:before {
  content: "\ea65";
}
.icon-Layout-left-panel-2 .path2:before {
  content: "\ea66";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-right-panel-1 .path1:before {
  content: "\ea67";
}
.icon-Layout-right-panel-1 .path2:before {
  content: "\ea68";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-right-panel-2 .path1:before {
  content: "\ea69";
}
.icon-Layout-right-panel-2 .path2:before {
  content: "\ea6a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-1 .path1:before {
  content: "\ea6b";
}
.icon-Layout-top-panel-1 .path2:before {
  content: "\ea6c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-2 .path1:before {
  content: "\ea6d";
}
.icon-Layout-top-panel-2 .path2:before {
  content: "\ea6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-3 .path1:before {
  content: "\ea6f";
}
.icon-Layout-top-panel-3 .path2:before {
  content: "\ea70";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-4 .path1:before {
  content: "\ea71";
}
.icon-Layout-top-panel-4 .path2:before {
  content: "\ea72";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-5 .path1:before {
  content: "\ea73";
}
.icon-Layout-top-panel-5 .path2:before {
  content: "\ea74";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-top-panel-6 .path1:before {
  content: "\ea75";
}
.icon-Layout-top-panel-6 .path2:before {
  content: "\ea76";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Layout-vertical .path1:before {
  content: "\ea77";
}
.icon-Layout-vertical .path2:before {
  content: "\ea78";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Air-ballon .path1:before {
  content: "\ea79";
}
.icon-Air-ballon .path2:before {
  content: "\ea7a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Alarm-clock .path1:before {
  content: "\ea7b";
}
.icon-Alarm-clock .path2:before {
  content: "\ea7c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Alarm-clock .path3:before {
  content: "\ea7d";
  margin-left: -1em;
}
.icon-Armchair .path1:before {
  content: "\ea7e";
  opacity: 0.3;
}
.icon-Armchair .path2:before {
  content: "\ea7f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Armchair .path3:before {
  content: "\ea80";
  margin-left: -1em;
}
.icon-Bag-chair:before {
  content: "\ea81";
}
.icon-Bath .path1:before {
  content: "\ea82";
  opacity: 0.3;
}
.icon-Bath .path2:before {
  content: "\ea83";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bath .path3:before {
  content: "\ea84";
  margin-left: -1em;
}
.icon-Bed .path1:before {
  content: "\ea85";
  opacity: 0.3;
}
.icon-Bed .path2:before {
  content: "\ea86";
  margin-left: -1em;
}
.icon-Bed .path3:before {
  content: "\ea87";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Book:before {
  content: "\ea88";
}
.icon-Book-open .path1:before {
  content: "\ea89";
}
.icon-Book-open .path2:before {
  content: "\ea8a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Box .path1:before {
  content: "\ea8b";
}
.icon-Box .path2:before {
  content: "\ea8c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Broom .path1:before {
  content: "\ea8d";
  opacity: 0.3;
}
.icon-Broom .path2:before {
  content: "\ea8e";
  margin-left: -1em;
}
.icon-Building .path1:before {
  content: "\ea8f";
}
.icon-Building .path2:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Building .path3:before {
  content: "\ea91";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path1:before {
  content: "\ea92";
  opacity: 0.3;
}
.icon-Bulb .path2:before {
  content: "\ea93";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path3:before {
  content: "\ea94";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb .path4:before {
  content: "\ea95";
  margin-left: -1em;
}
.icon-Bulb1 .path1:before {
  content: "\ea96";
  opacity: 0.3;
}
.icon-Bulb1 .path2:before {
  content: "\ea97";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb1 .path3:before {
  content: "\ea98";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bulb1 .path4:before {
  content: "\ea99";
  margin-left: -1em;
}
.icon-Chair .path1:before {
  content: "\ea9a";
}
.icon-Chair .path2:before {
  content: "\ea9b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chair1 .path1:before {
  content: "\ea9c";
  opacity: 0.3;
}
.icon-Chair1 .path2:before {
  content: "\ea9d";
  margin-left: -1em;
}
.icon-Clock .path1:before {
  content: "\ea9e";
  opacity: 0.3;
}
.icon-Clock .path2:before {
  content: "\ea9f";
  margin-left: -1em;
}
.icon-Commode .path1:before {
  content: "\eaa0";
  opacity: 0.3;
}
.icon-Commode .path2:before {
  content: "\eaa1";
  margin-left: -1em;
}
.icon-Commode1 .path1:before {
  content: "\eaa2";
  opacity: 0.3;
}
.icon-Commode1 .path2:before {
  content: "\eaa3";
  margin-left: -1em;
}
.icon-Couch .path1:before {
  content: "\eaa4";
  opacity: 0.3;
}
.icon-Couch .path2:before {
  content: "\eaa5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Couch .path3:before {
  content: "\eaa6";
  margin-left: -1em;
}
.icon-Cupboard .path1:before {
  content: "\eaa7";
  opacity: 0.3;
}
.icon-Cupboard .path2:before {
  content: "\eaa8";
  margin-left: -1em;
}
.icon-Curtains .path1:before {
  content: "\eaa9";
  opacity: 0.3;
}
.icon-Curtains .path2:before {
  content: "\eaaa";
  margin-left: -1em;
}
.icon-Deer .path1:before {
  content: "\eaab";
  opacity: 0.3;
}
.icon-Deer .path2:before {
  content: "\eaac";
  margin-left: -1em;
}
.icon-Door-open .path1:before {
  content: "\eaad";
  opacity: 0.3;
}
.icon-Door-open .path2:before {
  content: "\eaae";
  margin-left: -1em;
}
.icon-Earth:before {
  content: "\eaaf";
}
.icon-Fireplace .path1:before {
  content: "\eab0";
  opacity: 0.3;
}
.icon-Fireplace .path2:before {
  content: "\eab1";
  margin-left: -1em;
}
.icon-Flashlight .path1:before {
  content: "\eab2";
}
.icon-Flashlight .path2:before {
  content: "\eab3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path1:before {
  content: "\eab4";
  opacity: 0.3;
}
.icon-Flower .path2:before {
  content: "\eab5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path3:before {
  content: "\eab6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flower .path4:before {
  content: "\eab7";
  margin-left: -1em;
}
.icon-Flower1:before {
  content: "\eab8";
}
.icon-239:before {
  content: "\eab8";
}
.icon-Flower2:before {
  content: "\eab9";
}
.icon-38:before {
  content: "\eab9";
}
.icon-Globe .path1:before {
  content: "\eaba";
}
.icon-Globe .path2:before {
  content: "\eabb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Home:before {
  content: "\eabc";
}
.icon-Home-heart:before {
  content: "\eabd";
}
.icon-Key .path1:before {
  content: "\eabe";
  opacity: 0.3;
}
.icon-Key .path2:before {
  content: "\eabf";
  margin-left: -1em;
}
.icon-Ladder .path1:before {
  content: "\eac0";
  opacity: 0.3;
}
.icon-Ladder .path2:before {
  content: "\eac1";
  margin-left: -1em;
}
.icon-Lamp .path1:before {
  content: "\eac2";
}
.icon-Lamp .path2:before {
  content: "\eac3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lamp .path3:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Lamp .path4:before {
  content: "\eac5";
  margin-left: -1em;
}
.icon-Lamp1 .path1:before {
  content: "\eac6";
  opacity: 0.3;
}
.icon-Lamp1 .path2:before {
  content: "\eac7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lamp1 .path3:before {
  content: "\eac8";
  margin-left: -1em;
}
.icon-Library .path1:before {
  content: "\eac9";
}
.icon-Library .path2:before {
  content: "\eaca";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mailbox .path1:before {
  content: "\eacb";
}
.icon-Mailbox .path2:before {
  content: "\eacc";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mirror .path1:before {
  content: "\eacd";
}
.icon-Mirror .path2:before {
  content: "\eace";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picture .path1:before {
  content: "\eacf";
  opacity: 0.3;
}
.icon-Picture .path2:before {
  content: "\ead0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picture .path3:before {
  content: "\ead1";
  margin-left: -1em;
}
.icon-Picture .path4:before {
  content: "\ead2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Ruller:before {
  content: "\ead3";
}
.icon-Stairs:before {
  content: "\ead4";
}
.icon-Timer .path1:before {
  content: "\ead5";
  opacity: 0.3;
}
.icon-Timer .path2:before {
  content: "\ead6";
  margin-left: -1em;
}
.icon-Timer .path3:before {
  content: "\ead7";
  margin-left: -1em;
}
.icon-Timer .path4:before {
  content: "\ead8";
  margin-left: -1em;
}
.icon-Toilet .path1:before {
  content: "\ead9";
  opacity: 0.3;
}
.icon-Toilet .path2:before {
  content: "\eada";
  margin-left: -1em;
}
.icon-Toilet .path3:before {
  content: "\eadb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Towel:before {
  content: "\eadc";
}
.icon-Trash1 .path1:before {
  content: "\eadd";
}
.icon-Trash1 .path2:before {
  content: "\eade";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Water-mixer .path1:before {
  content: "\eadf";
  opacity: 0.3;
}
.icon-Water-mixer .path2:before {
  content: "\eae0";
  margin-left: -1em;
}
.icon-Water-mixer .path3:before {
  content: "\eae1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Weight .path1:before {
  content: "\eae2";
}
.icon-Weight .path2:before {
  content: "\eae3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Weight1 .path1:before {
  content: "\eae4";
  opacity: 0.3;
}
.icon-Weight1 .path2:before {
  content: "\eae5";
  margin-left: -1em;
}
.icon-Wood .path1:before {
  content: "\eae6";
  opacity: 0.3;
}
.icon-Wood .path2:before {
  content: "\eae7";
  margin-left: -1em;
}
.icon-Wood1 .path1:before {
  content: "\eae8";
  opacity: 0.3;
}
.icon-Wood1 .path2:before {
  content: "\eae9";
  margin-left: -1em;
}
.icon-Wood-horse:before {
  content: "\eaea";
}
.icon-Attachment .path1:before {
  content: "\eaeb";
  opacity: 0.3;
}
.icon-Attachment .path2:before {
  content: "\eaec";
  margin-left: -1em;
}
.icon-Attachment1 .path1:before {
  content: "\eaed";
  opacity: 0.3;
}
.icon-Attachment1 .path2:before {
  content: "\eaee";
  margin-left: -1em;
}
.icon-Attachment1 .path3:before {
  content: "\eaef";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Attachment1 .path4:before {
  content: "\eaf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Binocular:before {
  content: "\eaf1";
}
.icon-Bookmark:before {
  content: "\eaf2";
}
.icon-Clip:before {
  content: "\eaf3";
}
.icon-Clipboard .path1:before {
  content: "\eaf4";
  opacity: 0.3;
}
.icon-Clipboard .path2:before {
  content: "\eaf5";
  margin-left: -1em;
}
.icon-Clipboard .path3:before {
  content: "\eaf6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard .path4:before {
  content: "\eaf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cursor:before {
  content: "\eaf8";
}
.icon-Dislike .path1:before {
  content: "\eaf9";
}
.icon-Dislike .path2:before {
  content: "\eafa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Duplicate .path1:before {
  content: "\eafb";
  opacity: 0.3;
}
.icon-Duplicate .path2:before {
  content: "\eafc";
  margin-left: -1em;
}
.icon-Edit1:before {
  content: "\eafd";
}
.icon-Expand-arrows .path1:before {
  content: "\eafe";
  opacity: 0.3;
}
.icon-Expand-arrows .path2:before {
  content: "\eaff";
  margin-left: -1em;
}
.icon-Fire:before {
  content: "\eb00";
}
.icon-Folder1:before {
  content: "\eb01";
}
.icon-Half-heart .path1:before {
  content: "\eb02";
  opacity: 0.3;
}
.icon-Half-heart .path2:before {
  content: "\eb03";
  margin-left: -1em;
}
.icon-Half-star .path1:before {
  content: "\eb04";
  opacity: 0.3;
}
.icon-Half-star .path2:before {
  content: "\eb05";
  margin-left: -1em;
}
.icon-Heart:before {
  content: "\eb06";
}
.icon-Hidden .path1:before {
  content: "\eb07";
}
.icon-Hidden .path2:before {
  content: "\eb08";
  margin-left: -1em;
}
.icon-Hidden .path3:before {
  content: "\eb09";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Like .path1:before {
  content: "\eb0a";
}
.icon-Like .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Lock:before {
  content: "\eb0c";
}
.icon-Notification .path1:before {
  content: "\eb0d";
}
.icon-Notification .path2:before {
  content: "\eb0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Notifications .path1:before {
  content: "\eb0f";
}
.icon-Notifications .path2:before {
  content: "\eb10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Other:before {
  content: "\eb11";
}
.icon-133:before {
  content: "\eb11";
}
.icon-Other1:before {
  content: "\eb12";
}
.icon-234:before {
  content: "\eb12";
}
.icon-Sad .path1:before {
  content: "\eb13";
  opacity: 0.3;
}
.icon-Sad .path2:before {
  content: "\eb14";
  margin-left: -1em;
}
.icon-Save .path1:before {
  content: "\eb15";
}
.icon-Save .path2:before {
  content: "\eb16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Scale .path1:before {
  content: "\eb17";
}
.icon-Scale .path2:before {
  content: "\eb18";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Scissors .path1:before {
  content: "\eb19";
  opacity: 0.3;
}
.icon-Scissors .path2:before {
  content: "\eb1a";
  margin-left: -1em;
}
.icon-Search .path1:before {
  content: "\eb1b";
  opacity: 0.3;
}
.icon-Search .path2:before {
  content: "\eb1c";
  margin-left: -1em;
}
.icon-Settings2 .path1:before {
  content: "\eb1d";
  opacity: 0.3;
}
.icon-Settings2 .path2:before {
  content: "\eb1e";
  margin-left: -1em;
}
.icon-Settings-1 .path1:before {
  content: "\eb1f";
}
.icon-Settings-1 .path2:before {
  content: "\eb20";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Settings-2:before {
  content: "\eb21";
}
.icon-Shield-check .path1:before {
  content: "\eb22";
  opacity: 0.3;
}
.icon-Shield-check .path2:before {
  content: "\eb23";
  margin-left: -1em;
}
.icon-Shield-disabled .path1:before {
  content: "\eb24";
  opacity: 0.3;
}
.icon-Shield-disabled .path2:before {
  content: "\eb25";
  margin-left: -1em;
}
.icon-Shield-protected .path1:before {
  content: "\eb26";
  opacity: 0.3;
}
.icon-Shield-protected .path2:before {
  content: "\eb27";
  margin-left: -1em;
}
.icon-Size .path1:before {
  content: "\eb28";
}
.icon-Size .path2:before {
  content: "\eb29";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Smile .path1:before {
  content: "\eb2a";
  opacity: 0.3;
}
.icon-Smile .path2:before {
  content: "\eb2b";
  margin-left: -1em;
}
.icon-Star:before {
  content: "\eb2c";
}
.icon-Thunder1:before {
  content: "\eb2d";
}
.icon-Thunder-move .path1:before {
  content: "\eb2e";
}
.icon-Thunder-move .path2:before {
  content: "\eb2f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Trash .path1:before {
  content: "\eb30";
}
.icon-Trash .path2:before {
  content: "\eb31";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Unlock:before {
  content: "\eb32";
}
.icon-Update:before {
  content: "\eb33";
}
.icon-User .path1:before {
  content: "\eb34";
  opacity: 0.3;
}
.icon-User .path2:before {
  content: "\eb35";
  margin-left: -1em;
}
.icon-Visible:before {
  content: "\eb36";
}
.icon-Beer .path1:before {
  content: "\eb37";
  opacity: 0.3;
}
.icon-Beer .path2:before {
  content: "\eb38";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path3:before {
  content: "\eb39";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path4:before {
  content: "\eb3a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Beer .path5:before {
  content: "\eb3b";
  margin-left: -1em;
}
.icon-Bottle .path1:before {
  content: "\eb3c";
}
.icon-Bottle .path2:before {
  content: "\eb3d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bottle1 .path1:before {
  content: "\eb3e";
}
.icon-Bottle1 .path2:before {
  content: "\eb3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bread .path1:before {
  content: "\eb40";
  opacity: 0.3;
}
.icon-Bread .path2:before {
  content: "\eb41";
  margin-left: -1em;
}
.icon-Bucket1 .path1:before {
  content: "\eb42";
  opacity: 0.3;
}
.icon-Bucket1 .path2:before {
  content: "\eb43";
  margin-left: -1em;
}
.icon-Burger .path1:before {
  content: "\eb44";
}
.icon-Burger .path2:before {
  content: "\eb45";
  margin-left: -1em;
}
.icon-Burger .path3:before {
  content: "\eb46";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cake .path1:before {
  content: "\eb47";
}
.icon-Cake .path2:before {
  content: "\eb48";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cake .path3:before {
  content: "\eb49";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path1:before {
  content: "\eb4a";
  opacity: 0.3;
}
.icon-Carrot .path2:before {
  content: "\eb4b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path3:before {
  content: "\eb4c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Carrot .path4:before {
  content: "\eb4d";
  margin-left: -1em;
}
.icon-Cheese .path1:before {
  content: "\eb4e";
}
.icon-Cheese .path2:before {
  content: "\eb4f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chicken .path1:before {
  content: "\eb50";
}
.icon-Chicken .path2:before {
  content: "\eb51";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path1:before {
  content: "\eb52";
}
.icon-Coffee .path2:before {
  content: "\eb53";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path3:before {
  content: "\eb54";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path4:before {
  content: "\eb55";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee .path5:before {
  content: "\eb56";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Coffee1 .path1:before {
  content: "\eb57";
  opacity: 0.3;
}
.icon-Coffee1 .path2:before {
  content: "\eb58";
  margin-left: -1em;
}
.icon-Coffee1 .path3:before {
  content: "\eb59";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cookie:before {
  content: "\eb5a";
}
.icon-Dinner1 .path1:before {
  content: "\eb5b";
  opacity: 0.3;
}
.icon-Dinner1 .path2:before {
  content: "\eb5c";
  margin-left: -1em;
}
.icon-Fish .path1:before {
  content: "\eb5d";
  opacity: 0.3;
}
.icon-Fish .path2:before {
  content: "\eb5e";
  margin-left: -1em;
}
.icon-French-Bread:before {
  content: "\eb5f";
}
.icon-Glass-martini .path1:before {
  content: "\eb60";
  opacity: 0.3;
}
.icon-Glass-martini .path2:before {
  content: "\eb61";
  margin-left: -1em;
}
.icon-Ice-cream1 .path1:before {
  content: "\eb62";
  opacity: 0.3;
}
.icon-Ice-cream1 .path2:before {
  content: "\eb63";
  margin-left: -1em;
}
.icon-Ice-cream .path1:before {
  content: "\eb64";
}
.icon-Ice-cream .path2:before {
  content: "\eb65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Miso-soup .path1:before {
  content: "\eb66";
}
.icon-Miso-soup .path2:before {
  content: "\eb67";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Orange .path1:before {
  content: "\eb68";
}
.icon-Orange .path2:before {
  content: "\eb69";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pizza:before {
  content: "\eb6a";
}
.icon-Sushi .path1:before {
  content: "\eb6b";
}
.icon-Sushi .path2:before {
  content: "\eb6c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Two-bottles .path1:before {
  content: "\eb6d";
}
.icon-Two-bottles .path2:before {
  content: "\eb6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wine .path1:before {
  content: "\eb6f";
  opacity: 0.3;
}
.icon-Wine .path2:before {
  content: "\eb70";
  margin-left: -1em;
}
.icon-Cloud-download .path1:before {
  content: "\eb71";
  opacity: 0.3;
}
.icon-Cloud-download .path2:before {
  content: "\eb72";
  margin-left: -1em;
}
.icon-Cloud-upload .path1:before {
  content: "\eb73";
  opacity: 0.3;
}
.icon-Cloud-upload .path2:before {
  content: "\eb74";
  margin-left: -1em;
}
.icon-Compilation .path1:before {
  content: "\eb75";
  opacity: 0.3;
}
.icon-Compilation .path2:before {
  content: "\eb76";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compilation .path3:before {
  content: "\eb77";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compilation .path4:before {
  content: "\eb78";
  margin-left: -1em;
}
.icon-Compilation .path5:before {
  content: "\eb79";
  margin-left: -1em;
}
.icon-Compiled-file .path1:before {
  content: "\eb7a";
  opacity: 0.3;
}
.icon-Compiled-file .path2:before {
  content: "\eb7b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compiled-file .path3:before {
  content: "\eb7c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Compiled-file .path4:before {
  content: "\eb7d";
  margin-left: -1em;
}
.icon-Compiled-file .path5:before {
  content: "\eb7e";
  margin-left: -1em;
}
.icon-Deleted-file .path1:before {
  content: "\eb7f";
  opacity: 0.3;
}
.icon-Deleted-file .path2:before {
  content: "\eb80";
  margin-left: -1em;
}
.icon-Deleted-folder .path1:before {
  content: "\eb81";
  opacity: 0.3;
}
.icon-Deleted-folder .path2:before {
  content: "\eb82";
  margin-left: -1em;
}
.icon-Download .path1:before {
  content: "\eb83";
  opacity: 0.3;
}
.icon-Download .path2:before {
  content: "\eb84";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Download .path3:before {
  content: "\eb85";
  margin-left: -1em;
}
.icon-Downloaded-file .path1:before {
  content: "\eb86";
  opacity: 0.3;
}
.icon-Downloaded-file .path2:before {
  content: "\eb87";
  margin-left: -1em;
}
.icon-Downloads-folder .path1:before {
  content: "\eb88";
  opacity: 0.3;
}
.icon-Downloads-folder .path2:before {
  content: "\eb89";
  margin-left: -1em;
}
.icon-Export .path1:before {
  content: "\eb8a";
  opacity: 0.3;
}
.icon-Export .path2:before {
  content: "\eb8b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Export .path3:before {
  content: "\eb8c";
  margin-left: -1em;
}
.icon-File .path1:before {
  content: "\eb8d";
  opacity: 0.3;
}
.icon-File .path2:before {
  content: "\eb8e";
  margin-left: -1em;
}
.icon-File .path3:before {
  content: "\eb8f";
  margin-left: -1em;
}
.icon-File-cloud .path1:before {
  content: "\eb90";
  opacity: 0.3;
}
.icon-File-cloud .path2:before {
  content: "\eb91";
  margin-left: -1em;
}
.icon-File-done .path1:before {
  content: "\eb92";
  opacity: 0.3;
}
.icon-File-done .path2:before {
  content: "\eb93";
  margin-left: -1em;
}
.icon-File-minus .path1:before {
  content: "\eb94";
  opacity: 0.3;
}
.icon-File-minus .path2:before {
  content: "\eb95";
  margin-left: -1em;
}
.icon-File-plus .path1:before {
  content: "\eb96";
  opacity: 0.3;
}
.icon-File-plus .path2:before {
  content: "\eb97";
  margin-left: -1em;
}
.icon-Folder:before {
  content: "\eb98";
}
.icon-Folder-check .path1:before {
  content: "\eb99";
  opacity: 0.3;
}
.icon-Folder-check .path2:before {
  content: "\eb9a";
  margin-left: -1em;
}
.icon-Folder-cloud .path1:before {
  content: "\eb9b";
  opacity: 0.3;
}
.icon-Folder-cloud .path2:before {
  content: "\eb9c";
  margin-left: -1em;
}
.icon-Folder-error .path1:before {
  content: "\eb9d";
}
.icon-Folder-error .path2:before {
  content: "\eb9e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Folder-heart:before {
  content: "\eb9f";
}
.icon-Folder-minus .path1:before {
  content: "\eba0";
  opacity: 0.3;
}
.icon-Folder-minus .path2:before {
  content: "\eba1";
  margin-left: -1em;
}
.icon-Folder-plus .path1:before {
  content: "\eba2";
  opacity: 0.3;
}
.icon-Folder-plus .path2:before {
  content: "\eba3";
  margin-left: -1em;
}
.icon-Folder-solid:before {
  content: "\eba4";
}
.icon-Folder-star:before {
  content: "\eba5";
}
.icon-Folder-thunder:before {
  content: "\eba6";
}
.icon-Group-folders .path1:before {
  content: "\eba7";
  opacity: 0.3;
}
.icon-Group-folders .path2:before {
  content: "\eba8";
  margin-left: -1em;
}
.icon-Import .path1:before {
  content: "\eba9";
  opacity: 0.3;
}
.icon-Import .path2:before {
  content: "\ebaa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Import .path3:before {
  content: "\ebab";
  margin-left: -1em;
}
.icon-Locked-folder .path1:before {
  content: "\ebac";
  opacity: 0.3;
}
.icon-Locked-folder .path2:before {
  content: "\ebad";
  margin-left: -1em;
}
.icon-Media .path1:before {
  content: "\ebae";
  opacity: 0.3;
}
.icon-Media .path2:before {
  content: "\ebaf";
  margin-left: -1em;
}
.icon-Media-folder .path1:before {
  content: "\ebb0";
  opacity: 0.3;
}
.icon-Media-folder .path2:before {
  content: "\ebb1";
  margin-left: -1em;
}
.icon-Music .path1:before {
  content: "\ebb2";
  opacity: 0.3;
}
.icon-Music .path2:before {
  content: "\ebb3";
  margin-left: -1em;
}
.icon-Pictures .path1:before {
  content: "\ebb4";
  opacity: 0.3;
}
.icon-Pictures .path2:before {
  content: "\ebb5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pictures .path3:before {
  content: "\ebb6";
  margin-left: -1em;
}
.icon-Pictures .path4:before {
  content: "\ebb7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pictures1:before {
  content: "\ebb8";
}
.icon-221:before {
  content: "\ebb8";
}
.icon-Protected-file .path1:before {
  content: "\ebb9";
  opacity: 0.3;
}
.icon-Protected-file .path2:before {
  content: "\ebba";
  margin-left: -1em;
}
.icon-Selected-file .path1:before {
  content: "\ebbb";
  opacity: 0.3;
}
.icon-Selected-file .path2:before {
  content: "\ebbc";
  margin-left: -1em;
}
.icon-Share1 .path1:before {
  content: "\ebbd";
}
.icon-Share1 .path2:before {
  content: "\ebbe";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share1 .path3:before {
  content: "\ebbf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share1 .path4:before {
  content: "\ebc0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Upload .path1:before {
  content: "\ebc1";
  opacity: 0.3;
}
.icon-Upload .path2:before {
  content: "\ebc2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Upload .path3:before {
  content: "\ebc3";
  margin-left: -1em;
}
.icon-Uploaded-file .path1:before {
  content: "\ebc4";
  opacity: 0.3;
}
.icon-Uploaded-file .path2:before {
  content: "\ebc5";
  margin-left: -1em;
}
.icon-Upload-folder .path1:before {
  content: "\ebc6";
  opacity: 0.3;
}
.icon-Upload-folder .path2:before {
  content: "\ebc7";
  margin-left: -1em;
}
.icon-User-folder:before {
  content: "\ebc8";
}
.icon-Air-conditioning .path1:before {
  content: "\ebc9";
}
.icon-Air-conditioning .path2:before {
  content: "\ebca";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-air-dryer .path1:before {
  content: "\ebcb";
  opacity: 0.3;
}
.icon-air-dryer .path2:before {
  content: "\ebcc";
  margin-left: -1em;
}
.icon-Blender .path1:before {
  content: "\ebcd";
}
.icon-Blender .path2:before {
  content: "\ebce";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fan:before {
  content: "\ebcf";
}
.icon-Fridge:before {
  content: "\ebd0";
}
.icon-Gas-stove .path1:before {
  content: "\ebd1";
}
.icon-Gas-stove .path2:before {
  content: "\ebd2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Highvoltage:before {
  content: "\ebd3";
}
.icon-Iron .path1:before {
  content: "\ebd4";
  opacity: 0.3;
}
.icon-Iron .path2:before {
  content: "\ebd5";
  margin-left: -1em;
}
.icon-Kettle .path1:before {
  content: "\ebd6";
}
.icon-Kettle .path2:before {
  content: "\ebd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mixer .path1:before {
  content: "\ebd8";
}
.icon-Mixer .path2:before {
  content: "\ebd9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Outlet .path1:before {
  content: "\ebda";
  opacity: 0.3;
}
.icon-Outlet .path2:before {
  content: "\ebdb";
  margin-left: -1em;
}
.icon-Range-hood .path1:before {
  content: "\ebdc";
}
.icon-Range-hood .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shutdown .path1:before {
  content: "\ebde";
}
.icon-Shutdown .path2:before {
  content: "\ebdf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Socket-eu:before {
  content: "\ebe0";
}
.icon-Socket-us:before {
  content: "\ebe1";
}
.icon-Washer .path1:before {
  content: "\ebe2";
}
.icon-Washer .path2:before {
  content: "\ebe3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airpods .path1:before {
  content: "\ebe4";
  opacity: 0.3;
}
.icon-Airpods .path2:before {
  content: "\ebe5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Airpods .path3:before {
  content: "\ebe6";
  margin-left: -1em;
}
.icon-Airpods .path4:before {
  content: "\ebe7";
  margin-left: -1em;
}
.icon-Android .path1:before {
  content: "\ebe8";
}
.icon-Android .path2:before {
  content: "\ebe9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Apple-Watch .path1:before {
  content: "\ebea";
  opacity: 0.3;
}
.icon-Apple-Watch .path2:before {
  content: "\ebeb";
  margin-left: -1em;
}
.icon-Battery-charging .path1:before {
  content: "\ebec";
}
.icon-Battery-charging .path2:before {
  content: "\ebed";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-charging .path3:before {
  content: "\ebee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-empty .path1:before {
  content: "\ebef";
}
.icon-Battery-empty .path2:before {
  content: "\ebf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-full .path1:before {
  content: "\ebf1";
}
.icon-Battery-full .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Battery-half .path1:before {
  content: "\ebf3";
}
.icon-Battery-half .path2:before {
  content: "\ebf4";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bluetooth .path1:before {
  content: "\ebf5";
  opacity: 0.3;
}
.icon-Bluetooth .path2:before {
  content: "\ebf6";
  margin-left: -1em;
}
.icon-Camera .path1:before {
  content: "\ebf7";
}
.icon-Camera .path2:before {
  content: "\ebf8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Camera .path3:before {
  content: "\ebf9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cardboard-vr .path1:before {
  content: "\ebfa";
  opacity: 0.3;
}
.icon-Cardboard-vr .path2:before {
  content: "\ebfb";
  margin-left: -1em;
}
.icon-Cassete .path1:before {
  content: "\ebfc";
  opacity: 0.3;
}
.icon-Cassete .path2:before {
  content: "\ebfd";
  margin-left: -1em;
}
.icon-Cassete .path3:before {
  content: "\ebfe";
  margin-left: -1em;
}
.icon-CPU .path1:before {
  content: "\ebff";
  opacity: 0.3;
}
.icon-CPU .path2:before {
  content: "\ec00";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-CPU .path3:before {
  content: "\ec01";
  margin-left: -1em;
}
.icon-CPU .path4:before {
  content: "\ec02";
  margin-left: -1em;
}
.icon-CPU .path5:before {
  content: "\ec03";
  margin-left: -1em;
}
.icon-CPU .path6:before {
  content: "\ec04";
  margin-left: -1em;
}
.icon-CPU .path7:before {
  content: "\ec05";
  margin-left: -1em;
}
.icon-CPU .path8:before {
  content: "\ec06";
  margin-left: -1em;
}
.icon-CPU1:before {
  content: "\ec07";
}
.icon-222:before {
  content: "\ec07";
}
.icon-Diagnostics .path1:before {
  content: "\ec08";
  opacity: 0.3;
}
.icon-Diagnostics .path2:before {
  content: "\ec09";
  margin-left: -1em;
}
.icon-Diagnostics .path3:before {
  content: "\ec0a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display .path1:before {
  content: "\ec0b";
  opacity: 0.3;
}
.icon-Display .path2:before {
  content: "\ec0c";
  margin-left: -1em;
}
.icon-Display1 .path1:before {
  content: "\ec0d";
  opacity: 0.3;
}
.icon-Display1 .path2:before {
  content: "\ec0e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display1 .path3:before {
  content: "\ec0f";
  margin-left: -1em;
}
.icon-Display2 .path1:before {
  content: "\ec10";
  opacity: 0.3;
}
.icon-Display2 .path2:before {
  content: "\ec11";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Display2 .path3:before {
  content: "\ec12";
  margin-left: -1em;
}
.icon-Gameboy .path1:before {
  content: "\ec13";
  opacity: 0.3;
}
.icon-Gameboy .path2:before {
  content: "\ec14";
  margin-left: -1em;
}
.icon-Gamepad .path1:before {
  content: "\ec15";
  opacity: 0.3;
}
.icon-Gamepad .path2:before {
  content: "\ec16";
  margin-left: -1em;
}
.icon-Gamepad1 .path1:before {
  content: "\ec17";
  opacity: 0.3;
}
.icon-Gamepad1 .path2:before {
  content: "\ec18";
  margin-left: -1em;
}
.icon-Generator .path1:before {
  content: "\ec19";
  opacity: 0.3;
}
.icon-Generator .path2:before {
  content: "\ec1a";
  margin-left: -1em;
}
.icon-Generator .path3:before {
  content: "\ec1b";
  margin-left: -1em;
}
.icon-Generator .path4:before {
  content: "\ec1c";
  margin-left: -1em;
}
.icon-Hard-drive .path1:before {
  content: "\ec1d";
}
.icon-Hard-drive .path2:before {
  content: "\ec1e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Headphones .path1:before {
  content: "\ec1f";
  opacity: 0.3;
}
.icon-Headphones .path2:before {
  content: "\ec20";
  margin-left: -1em;
}
.icon-Homepod .path1:before {
  content: "\ec21";
  opacity: 0.3;
}
.icon-Homepod .path2:before {
  content: "\ec22";
  margin-left: -1em;
}
.icon-iMac .path1:before {
  content: "\ec23";
}
.icon-iMac .path2:before {
  content: "\ec24";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-iMac .path3:before {
  content: "\ec25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-iPhone-back:before {
  content: "\ec26";
}
.icon-iPhone-X .path1:before {
  content: "\ec27";
  opacity: 0.3;
}
.icon-iPhone-X .path2:before {
  content: "\ec28";
  margin-left: -1em;
}
.icon-iPhone-x-back:before {
  content: "\ec29";
}
.icon-Keyboard .path1:before {
  content: "\ec2a";
  opacity: 0.3;
}
.icon-Keyboard .path2:before {
  content: "\ec2b";
  margin-left: -1em;
}
.icon-Laptop .path1:before {
  content: "\ec2c";
}
.icon-Laptop .path2:before {
  content: "\ec2d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Laptop-macbook .path1:before {
  content: "\ec2e";
}
.icon-Laptop-macbook .path2:before {
  content: "\ec2f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-LTE .path1:before {
  content: "\ec30";
  opacity: 0.3;
}
.icon-LTE .path2:before {
  content: "\ec31";
  margin-left: -1em;
}
.icon-LTE1 .path1:before {
  content: "\ec32";
  opacity: 0.3;
}
.icon-LTE1 .path2:before {
  content: "\ec33";
  margin-left: -1em;
}
.icon-Mic .path1:before {
  content: "\ec34";
}
.icon-Mic .path2:before {
  content: "\ec35";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path1:before {
  content: "\ec36";
  opacity: 0.3;
}
.icon-Midi .path2:before {
  content: "\ec37";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path3:before {
  content: "\ec38";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path4:before {
  content: "\ec39";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Midi .path5:before {
  content: "\ec3a";
  margin-left: -1em;
}
.icon-Midi .path6:before {
  content: "\ec3b";
  margin-left: -1em;
}
.icon-Midi .path7:before {
  content: "\ec3c";
  margin-left: -1em;
}
.icon-Mouse .path1:before {
  content: "\ec3d";
  opacity: 0.3;
}
.icon-Mouse .path2:before {
  content: "\ec3e";
  margin-left: -1em;
}
.icon-Mouse .path3:before {
  content: "\ec3f";
  margin-left: -1em;
}
.icon-Phone .path1:before {
  content: "\ec40";
}
.icon-Phone .path2:before {
  content: "\ec41";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Phone .path3:before {
  content: "\ec42";
  margin-left: -1em;
}
.icon-Printer .path1:before {
  content: "\ec43";
}
.icon-Printer .path2:before {
  content: "\ec44";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Radio .path1:before {
  content: "\ec45";
  opacity: 0.3;
}
.icon-Radio .path2:before {
  content: "\ec46";
  margin-left: -1em;
}
.icon-Radio .path3:before {
  content: "\ec47";
  margin-left: -1em;
}
.icon-Radio .path4:before {
  content: "\ec48";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Radio .path5:before {
  content: "\ec49";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Router .path1:before {
  content: "\ec4a";
}
.icon-Router .path2:before {
  content: "\ec4b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Router1 .path1:before {
  content: "\ec4c";
}
.icon-Router1 .path2:before {
  content: "\ec4d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-SD-card:before {
  content: "\ec4e";
}
.icon-Server .path1:before {
  content: "\ec4f";
  opacity: 0.3;
}
.icon-Server .path2:before {
  content: "\ec50";
  margin-left: -1em;
}
.icon-Server .path3:before {
  content: "\ec51";
  margin-left: -1em;
}
.icon-Speaker .path1:before {
  content: "\ec52";
}
.icon-Speaker .path2:before {
  content: "\ec53";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Tablet .path1:before {
  content: "\ec54";
}
.icon-Tablet .path2:before {
  content: "\ec55";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV .path1:before {
  content: "\ec56";
}
.icon-TV .path2:before {
  content: "\ec57";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV .path3:before {
  content: "\ec58";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-TV1 .path1:before {
  content: "\ec59";
}
.icon-TV1 .path2:before {
  content: "\ec5a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-USB .path1:before {
  content: "\ec5b";
}
.icon-USB .path2:before {
  content: "\ec5c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-USB .path3:before {
  content: "\ec5d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Usb-storage .path1:before {
  content: "\ec5e";
}
.icon-Usb-storage .path2:before {
  content: "\ec5f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Video-camera .path1:before {
  content: "\ec60";
}
.icon-Video-camera .path2:before {
  content: "\ec61";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path1:before {
  content: "\ec62";
}
.icon-Watch .path2:before {
  content: "\ec63";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path3:before {
  content: "\ec64";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch .path4:before {
  content: "\ec65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path1:before {
  content: "\ec66";
  opacity: 0.3;
}
.icon-Watch1 .path2:before {
  content: "\ec67";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path3:before {
  content: "\ec68";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Watch1 .path4:before {
  content: "\ec69";
  margin-left: -1em;
}
.icon-Wi-fi .path1:before {
  content: "\ec6a";
  opacity: 0.3;
}
.icon-Wi-fi .path2:before {
  content: "\ec6b";
  margin-left: -1em;
}
.icon-Adjust:before {
  content: "\ec6c";
}
.icon-Anchor-center .path1:before {
  content: "\ec6d";
}
.icon-Anchor-center .path2:before {
  content: "\ec6e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Anchor-center-down .path1:before {
  content: "\ec6f";
  opacity: 0.3;
}
.icon-Anchor-center-down .path2:before {
  content: "\ec70";
  margin-left: -1em;
}
.icon-Anchor-center-up .path1:before {
  content: "\ec71";
  opacity: 0.3;
}
.icon-Anchor-center-up .path2:before {
  content: "\ec72";
  margin-left: -1em;
}
.icon-Anchor-left .path1:before {
  content: "\ec73";
  opacity: 0.3;
}
.icon-Anchor-left .path2:before {
  content: "\ec74";
  margin-left: -1em;
}
.icon-Anchor-left-down .path1:before {
  content: "\ec75";
  opacity: 0.3;
}
.icon-Anchor-left-down .path2:before {
  content: "\ec76";
  margin-left: -1em;
}
.icon-Anchor-left-up .path1:before {
  content: "\ec77";
  opacity: 0.3;
}
.icon-Anchor-left-up .path2:before {
  content: "\ec78";
  margin-left: -1em;
}
.icon-Anchor-right .path1:before {
  content: "\ec79";
  opacity: 0.3;
}
.icon-Anchor-right .path2:before {
  content: "\ec7a";
  margin-left: -1em;
}
.icon-Anchor-right-down .path1:before {
  content: "\ec7b";
  opacity: 0.3;
}
.icon-Anchor-right-down .path2:before {
  content: "\ec7c";
  margin-left: -1em;
}
.icon-Anchor-right-up .path1:before {
  content: "\ec7d";
  opacity: 0.3;
}
.icon-Anchor-right-up .path2:before {
  content: "\ec7e";
  margin-left: -1em;
}
.icon-Arrows .path1:before {
  content: "\ec7f";
  opacity: 0.3;
}
.icon-Arrows .path2:before {
  content: "\ec80";
  margin-left: -1em;
}
.icon-Bezier-curve .path1:before {
  content: "\ec81";
  opacity: 0.3;
}
.icon-Bezier-curve .path2:before {
  content: "\ec82";
  margin-left: -1em;
}
.icon-Border:before {
  content: "\ec83";
}
.icon-Brush1 .path1:before {
  content: "\ec84";
}
.icon-Brush1 .path2:before {
  content: "\ec85";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bucket .path1:before {
  content: "\ec86";
}
.icon-Bucket .path2:before {
  content: "\ec87";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap-1 .path1:before {
  content: "\ec88";
}
.icon-Cap-1 .path2:before {
  content: "\ec89";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap-2 .path1:before {
  content: "\ec8a";
  opacity: 0.3;
}
.icon-Cap-2 .path2:before {
  content: "\ec8b";
  margin-left: -1em;
}
.icon-Cap-3 .path1:before {
  content: "\ec8c";
}
.icon-Cap-3 .path2:before {
  content: "\ec8d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Circle:before {
  content: "\ec8e";
}
.icon-Color:before {
  content: "\ec8f";
}
.icon-Color-profile .path1:before {
  content: "\ec90";
  opacity: 0.3;
}
.icon-Color-profile .path2:before {
  content: "\ec91";
  margin-left: -1em;
}
.icon-Component:before {
  content: "\ec92";
}
.icon-Crop .path1:before {
  content: "\ec93";
  opacity: 0.3;
}
.icon-Crop .path2:before {
  content: "\ec94";
  margin-left: -1em;
}
.icon-Difference .path1:before {
  content: "\ec95";
}
.icon-Difference .path2:before {
  content: "\ec96";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Edit .path1:before {
  content: "\ec97";
}
.icon-Edit .path2:before {
  content: "\ec98";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Eraser:before {
  content: "\ec99";
}
.icon-Flatten .path1:before {
  content: "\ec9a";
}
.icon-Flatten .path2:before {
  content: "\ec9b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flip-horizontal .path1:before {
  content: "\ec9c";
  opacity: 0.3;
}
.icon-Flip-horizontal .path2:before {
  content: "\ec9d";
  margin-left: -1em;
}
.icon-Flip-horizontal .path3:before {
  content: "\ec9e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Flip-vertical .path1:before {
  content: "\ec9f";
  opacity: 0.3;
}
.icon-Flip-vertical .path2:before {
  content: "\eca0";
  margin-left: -1em;
}
.icon-Flip-vertical .path3:before {
  content: "\eca1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Horizontal .path1:before {
  content: "\eca2";
}
.icon-Horizontal .path2:before {
  content: "\eca3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Image:before {
  content: "\eca4";
}
.icon-Interselect .path1:before {
  content: "\eca5";
  opacity: 0.3;
}
.icon-Interselect .path2:before {
  content: "\eca6";
  margin-left: -1em;
}
.icon-Join-1 .path1:before {
  content: "\eca7";
}
.icon-Join-1 .path2:before {
  content: "\eca8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Join-2 .path1:before {
  content: "\eca9";
}
.icon-Join-2 .path2:before {
  content: "\ecaa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Join-3 .path1:before {
  content: "\ecab";
  opacity: 0.3;
}
.icon-Join-3 .path2:before {
  content: "\ecac";
  margin-left: -1em;
}
.icon-Layers .path1:before {
  content: "\ecad";
}
.icon-Layers .path2:before {
  content: "\ecae";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Line .path1:before {
  content: "\ecaf";
  opacity: 0.3;
}
.icon-Line .path2:before {
  content: "\ecb0";
  margin-left: -1em;
}
.icon-Line .path3:before {
  content: "\ecb1";
  margin-left: -1em;
}
.icon-Magic .path1:before {
  content: "\ecb2";
}
.icon-Magic .path2:before {
  content: "\ecb3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mask .path1:before {
  content: "\ecb4";
  opacity: 0.3;
}
.icon-Mask .path2:before {
  content: "\ecb5";
  margin-left: -1em;
}
.icon-Patch .path1:before {
  content: "\ecb6";
}
.icon-Patch .path2:before {
  content: "\ecb7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Patch .path3:before {
  content: "\ecb8";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Penruller .path1:before {
  content: "\ecb9";
  opacity: 0.3;
}
.icon-Penruller .path2:before {
  content: "\ecba";
  margin-left: -1em;
}
.icon-Pencil:before {
  content: "\ecbb";
}
.icon-Pen-tool-vector .path1:before {
  content: "\ecbc";
}
.icon-Pen-tool-vector .path2:before {
  content: "\ecbd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Picker .path1:before {
  content: "\ecbe";
}
.icon-Picker .path2:before {
  content: "\ecbf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pixels .path1:before {
  content: "\ecc0";
}
.icon-Pixels .path2:before {
  content: "\ecc1";
  margin-left: -1em;
}
.icon-Pixels .path3:before {
  content: "\ecc2";
  margin-left: -1em;
}
.icon-Pixels .path4:before {
  content: "\ecc3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Pixels .path5:before {
  content: "\ecc4";
  margin-left: -1em;
}
.icon-Pixels .path6:before {
  content: "\ecc5";
  margin-left: -1em;
}
.icon-Polygon:before {
  content: "\ecc6";
}
.icon-Position:before {
  content: "\ecc7";
}
.icon-Rectangle:before {
  content: "\ecc8";
}
.icon-Saturation:before {
  content: "\ecc9";
}
.icon-Select .path1:before {
  content: "\ecca";
  opacity: 0.3;
}
.icon-Select .path2:before {
  content: "\eccb";
  margin-left: -1em;
}
.icon-Sketch .path1:before {
  content: "\eccc";
  opacity: 0.3;
}
.icon-Sketch .path2:before {
  content: "\eccd";
  margin-left: -1em;
}
.icon-Stamp .path1:before {
  content: "\ecce";
}
.icon-Stamp .path2:before {
  content: "\eccf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Substract .path1:before {
  content: "\ecd0";
}
.icon-Substract .path2:before {
  content: "\ecd1";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Target .path1:before {
  content: "\ecd2";
  opacity: 0.3;
}
.icon-Target .path2:before {
  content: "\ecd3";
  margin-left: -1em;
}
.icon-Triangle:before {
  content: "\ecd4";
}
.icon-Union:before {
  content: "\ecd5";
}
.icon-Vertical .path1:before {
  content: "\ecd6";
}
.icon-Vertical .path2:before {
  content: "\ecd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Zoom-minus .path1:before {
  content: "\ecd8";
  opacity: 0.3;
}
.icon-Zoom-minus .path2:before {
  content: "\ecd9";
  margin-left: -1em;
}
.icon-Zoom-minus .path3:before {
  content: "\ecda";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Zoom-plus .path1:before {
  content: "\ecdb";
  opacity: 0.3;
}
.icon-Zoom-plus .path2:before {
  content: "\ecdc";
  margin-left: -1em;
}
.icon-Zoom-plus .path3:before {
  content: "\ecdd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Baking-glove .path1:before {
  content: "\ecde";
}
.icon-Baking-glove .path2:before {
  content: "\ecdf";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Bowl .path1:before {
  content: "\ece0";
  opacity: 0.3;
}
.icon-Bowl .path2:before {
  content: "\ece1";
  margin-left: -1em;
}
.icon-Chef .path1:before {
  content: "\ece2";
  opacity: 0.3;
}
.icon-Chef .path2:before {
  content: "\ece3";
  margin-left: -1em;
}
.icon-Cooking-book .path1:before {
  content: "\ece4";
  opacity: 0.0900;
}
.icon-Cooking-book .path2:before {
  content: "\ece5";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cooking-pot .path1:before {
  content: "\ece6";
  opacity: 0.3;
}
.icon-Cooking-pot .path2:before {
  content: "\ece7";
  margin-left: -1em;
}
.icon-Cutting-board .path1:before {
  content: "\ece8";
  opacity: 0.3;
}
.icon-Cutting-board .path2:before {
  content: "\ece9";
  margin-left: -1em;
}
.icon-Dinner .path1:before {
  content: "\ecea";
  opacity: 0.3;
}
.icon-Dinner .path2:before {
  content: "\eceb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dinner .path3:before {
  content: "\ecec";
  margin-left: -1em;
}
.icon-Dinner .path4:before {
  content: "\eced";
  margin-left: -1em;
}
.icon-Dinner .path5:before {
  content: "\ecee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dish .path1:before {
  content: "\ecef";
}
.icon-Dish .path2:before {
  content: "\ecf0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Dishes .path1:before {
  content: "\ecf1";
}
.icon-Dishes .path2:before {
  content: "\ecf2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork .path1:before {
  content: "\ecf3";
  opacity: 0.3;
}
.icon-Fork .path2:before {
  content: "\ecf4";
  margin-left: -1em;
}
.icon-Fork-spoon .path1:before {
  content: "\ecf5";
}
.icon-Fork-spoon .path2:before {
  content: "\ecf6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon .path3:before {
  content: "\ecf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon .path4:before {
  content: "\ecf8";
  margin-left: -1em;
}
.icon-Fork-spoon-knife .path1:before {
  content: "\ecf9";
}
.icon-Fork-spoon-knife .path2:before {
  content: "\ecfa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path3:before {
  content: "\ecfb";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path4:before {
  content: "\ecfc";
  margin-left: -1em;
}
.icon-Fork-spoon-knife .path5:before {
  content: "\ecfd";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path6:before {
  content: "\ecfe";
  margin-left: -1em;
}
.icon-Frying-pan .path1:before {
  content: "\ecff";
  opacity: 0.3;
}
.icon-Frying-pan .path2:before {
  content: "\ed00";
  margin-left: -1em;
}
.icon-Grater .path1:before {
  content: "\ed01";
  opacity: 0.3;
}
.icon-Grater .path2:before {
  content: "\ed02";
  margin-left: -1em;
}
.icon-Kitchen-scale .path1:before {
  content: "\ed03";
}
.icon-Kitchen-scale .path2:before {
  content: "\ed04";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knife .path1:before {
  content: "\ed05";
  opacity: 0.3;
}
.icon-Knife .path2:before {
  content: "\ed06";
  margin-left: -1em;
}
.icon-Knife1 .path1:before {
  content: "\ed07";
  opacity: 0.3;
}
.icon-Knife1 .path2:before {
  content: "\ed08";
  margin-left: -1em;
}
.icon-Knifefork .path1:before {
  content: "\ed09";
}
.icon-Knifefork .path2:before {
  content: "\ed0a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork .path3:before {
  content: "\ed0b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork .path4:before {
  content: "\ed0c";
  margin-left: -1em;
}
.icon-Knifefork1 .path1:before {
  content: "\ed0d";
}
.icon-Knifefork1 .path2:before {
  content: "\ed0e";
  margin-left: -1em;
}
.icon-Knifefork1 .path3:before {
  content: "\ed0f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Knifefork1 .path4:before {
  content: "\ed10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Ladle .path1:before {
  content: "\ed11";
  opacity: 0.3;
}
.icon-Ladle .path2:before {
  content: "\ed12";
  margin-left: -1em;
}
.icon-Rolling-pin .path1:before {
  content: "\ed13";
}
.icon-Rolling-pin .path2:before {
  content: "\ed14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Saucepan .path1:before {
  content: "\ed15";
}
.icon-Saucepan .path2:before {
  content: "\ed16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shovel .path1:before {
  content: "\ed17";
  opacity: 0.3;
}
.icon-Shovel .path2:before {
  content: "\ed18";
  margin-left: -1em;
}
.icon-Sieve .path1:before {
  content: "\ed19";
  opacity: 0.3;
}
.icon-Sieve .path2:before {
  content: "\ed1a";
  margin-left: -1em;
}
.icon-Spoon .path1:before {
  content: "\ed1b";
  opacity: 0.3;
}
.icon-Spoon .path2:before {
  content: "\ed1c";
  margin-left: -1em;
}
.icon-Spoon .path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Active-call .path1:before {
  content: "\ed1e";
}
.icon-Active-call .path2:before {
  content: "\ed1f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Address-card:before {
  content: "\ed20";
}
.icon-Add-user .path1:before {
  content: "\ed21";
  opacity: 0.3;
}
.icon-Add-user .path2:before {
  content: "\ed22";
  margin-left: -1em;
}
.icon-Adress-book .path1:before {
  content: "\ed23";
  opacity: 0.3;
}
.icon-Adress-book .path2:before {
  content: "\ed24";
  margin-left: -1em;
}
.icon-Adress-book1 .path1:before {
  content: "\ed25";
  opacity: 0.3;
}
.icon-Adress-book1 .path2:before {
  content: "\ed26";
  margin-left: -1em;
}
.icon-Archive:before {
  content: "\ed27";
}
.icon-Call1:before {
  content: "\ed28";
}
.icon-118:before {
  content: "\ed28";
}
.icon-Call:before {
  content: "\ed29";
}
.icon-Chat .path1:before {
  content: "\ed2a";
  opacity: 0.3;
}
.icon-Chat .path2:before {
  content: "\ed2b";
  margin-left: -1em;
}
.icon-Chat1 .path1:before {
  content: "\ed2c";
  opacity: 0.3;
}
.icon-Chat1 .path2:before {
  content: "\ed2d";
  margin-left: -1em;
}
.icon-Chat2:before {
  content: "\ed2e";
}
.icon-41:before {
  content: "\ed2e";
}
.icon-Chat3:before {
  content: "\ed2f";
}
.icon-51:before {
  content: "\ed2f";
}
.icon-Chat4:before {
  content: "\ed30";
}
.icon-6:before {
  content: "\ed30";
}
.icon-Chat-check .path1:before {
  content: "\ed31";
  opacity: 0.3;
}
.icon-Chat-check .path2:before {
  content: "\ed32";
  margin-left: -1em;
}
.icon-Chat-error .path1:before {
  content: "\ed33";
}
.icon-Chat-error .path2:before {
  content: "\ed34";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Chat-locked .path1:before {
  content: "\ed35";
  opacity: 0.3;
}
.icon-Chat-locked .path2:before {
  content: "\ed36";
  margin-left: -1em;
}
.icon-Chat-smile .path1:before {
  content: "\ed37";
  opacity: 0.3;
}
.icon-Chat-smile .path2:before {
  content: "\ed38";
  margin-left: -1em;
}
.icon-Clipboard-check .path1:before {
  content: "\ed39";
  opacity: 0.3;
}
.icon-Clipboard-check .path2:before {
  content: "\ed3a";
  margin-left: -1em;
}
.icon-Clipboard-check .path3:before {
  content: "\ed3b";
  margin-left: -1em;
}
.icon-Clipboard-list .path1:before {
  content: "\ed3c";
  opacity: 0.3;
}
.icon-Clipboard-list .path2:before {
  content: "\ed3d";
  margin-left: -1em;
}
.icon-Clipboard-list .path3:before {
  content: "\ed3e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path4:before {
  content: "\ed3f";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path5:before {
  content: "\ed40";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path6:before {
  content: "\ed41";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path7:before {
  content: "\ed42";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Clipboard-list .path8:before {
  content: "\ed43";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Contact:before {
  content: "\ed44";
}
.icon-110:before {
  content: "\ed44";
}
.icon-Delete-user .path1:before {
  content: "\ed45";
  opacity: 0.3;
}
.icon-Delete-user .path2:before {
  content: "\ed46";
  margin-left: -1em;
}
.icon-Dial-numbers .path1:before {
  content: "\ed47";
  opacity: 0.3;
}
.icon-Dial-numbers .path2:before {
  content: "\ed48";
  margin-left: -1em;
}
.icon-Dial-numbers .path3:before {
  content: "\ed49";
  margin-left: -1em;
}
.icon-Dial-numbers .path4:before {
  content: "\ed4a";
  margin-left: -1em;
}
.icon-Dial-numbers .path5:before {
  content: "\ed4b";
  margin-left: -1em;
}
.icon-Dial-numbers .path6:before {
  content: "\ed4c";
  margin-left: -1em;
}
.icon-Dial-numbers .path7:before {
  content: "\ed4d";
  margin-left: -1em;
}
.icon-Dial-numbers .path8:before {
  content: "\ed4e";
  margin-left: -1em;
}
.icon-Dial-numbers .path9:before {
  content: "\ed4f";
  margin-left: -1em;
}
.icon-Flag .path1:before {
  content: "\ed50";
}
.icon-Flag .path2:before {
  content: "\ed51";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Forward1:before {
  content: "\ed52";
}
.icon-Group .path1:before {
  content: "\ed53";
  opacity: 0.3;
}
.icon-Group .path2:before {
  content: "\ed54";
  margin-left: -1em;
}
.icon-Group-chat .path1:before {
  content: "\ed55";
}
.icon-Group-chat .path2:before {
  content: "\ed56";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Incoming-box .path1:before {
  content: "\ed57";
}
.icon-Incoming-box .path2:before {
  content: "\ed58";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Incoming-box .path3:before {
  content: "\ed59";
  margin-left: -1em;
}
.icon-Incoming-call .path1:before {
  content: "\ed5a";
  opacity: 0.3;
}
.icon-Incoming-call .path2:before {
  content: "\ed5b";
  margin-left: -1em;
}
.icon-Incoming-mail .path1:before {
  content: "\ed5c";
}
.icon-Incoming-mail .path2:before {
  content: "\ed5d";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail:before {
  content: "\ed5e";
}
.icon-Mail-:before {
  content: "\ed5f";
}
.icon-Mail-attachment .path1:before {
  content: "\ed60";
  opacity: 0.3;
}
.icon-Mail-attachment .path2:before {
  content: "\ed61";
  margin-left: -1em;
}
.icon-Mail-box .path1:before {
  content: "\ed62";
}
.icon-Mail-box .path2:before {
  content: "\ed63";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-error .path1:before {
  content: "\ed64";
}
.icon-Mail-error .path2:before {
  content: "\ed65";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-heart .path1:before {
  content: "\ed66";
  opacity: 0.3;
}
.icon-Mail-heart .path2:before {
  content: "\ed67";
  margin-left: -1em;
}
.icon-Mail-locked .path1:before {
  content: "\ed68";
}
.icon-Mail-locked .path2:before {
  content: "\ed69";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-notification .path1:before {
  content: "\ed6a";
}
.icon-Mail-notification .path2:before {
  content: "\ed6b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Mail-opened .path1:before {
  content: "\ed6c";
  opacity: 0.3;
}
.icon-Mail-opened .path2:before {
  content: "\ed6d";
  margin-left: -1em;
}
.icon-Mail-unocked .path1:before {
  content: "\ed6e";
  opacity: 0.3;
}
.icon-Mail-unocked .path2:before {
  content: "\ed6f";
  margin-left: -1em;
}
.icon-Missed-call .path1:before {
  content: "\ed70";
  opacity: 0.3;
}
.icon-Missed-call .path2:before {
  content: "\ed71";
  margin-left: -1em;
}
.icon-Outgoing-box .path1:before {
  content: "\ed72";
}
.icon-Outgoing-box .path2:before {
  content: "\ed73";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Outgoing-box .path3:before {
  content: "\ed74";
  margin-left: -1em;
}
.icon-Outgoing-call .path1:before {
  content: "\ed75";
  opacity: 0.3;
}
.icon-Outgoing-call .path2:before {
  content: "\ed76";
  margin-left: -1em;
}
.icon-Outgoing-mail .path1:before {
  content: "\ed77";
}
.icon-Outgoing-mail .path2:before {
  content: "\ed78";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Readed-mail .path1:before {
  content: "\ed79";
  opacity: 0.3;
}
.icon-Readed-mail .path2:before {
  content: "\ed7a";
  margin-left: -1em;
}
.icon-Reply:before {
  content: "\ed7b";
}
.icon-Reply-all .path1:before {
  content: "\ed7c";
  opacity: 0.3;
}
.icon-Reply-all .path2:before {
  content: "\ed7d";
  margin-left: -1em;
}
.icon-Right:before {
  content: "\ed7e";
}
.icon-RSS .path1:before {
  content: "\ed7f";
}
.icon-RSS .path2:before {
  content: "\ed80";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-RSS .path3:before {
  content: "\ed81";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Safe-chat .path1:before {
  content: "\ed82";
  opacity: 0.3;
}
.icon-Safe-chat .path2:before {
  content: "\ed83";
  margin-left: -1em;
}
.icon-Send:before {
  content: "\ed84";
}
.icon-Sending-mail .path1:before {
  content: "\ed85";
  opacity: 0.3;
}
.icon-Sending-mail .path2:before {
  content: "\ed86";
  margin-left: -1em;
}
.icon-Sending .path1:before {
  content: "\ed87";
}
.icon-Sending .path2:before {
  content: "\ed88";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Share .path1:before {
  content: "\ed89";
  opacity: 0.3;
}
.icon-Share .path2:before {
  content: "\ed8a";
  margin-left: -1em;
}
.icon-Shield-thunder:before {
  content: "\ed8b";
}
.icon-Shield-user:before {
  content: "\ed8c";
}
.icon-Snoozed-mail .path1:before {
  content: "\ed8d";
}
.icon-Snoozed-mail .path2:before {
  content: "\ed8e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Spam:before {
  content: "\ed8f";
}
.icon-Thumbtack .path1:before {
  content: "\ed90";
}
.icon-Thumbtack .path2:before {
  content: "\ed91";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Urgent-mail .path1:before {
  content: "\ed92";
  opacity: 0.3;
}
.icon-Urgent-mail .path2:before {
  content: "\ed93";
  margin-left: -1em;
}
.icon-Write .path1:before {
  content: "\ed94";
}
.icon-Write .path2:before {
  content: "\ed95";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Backspace .path1:before {
  content: "\ed96";
  opacity: 0.3;
}
.icon-Backspace .path2:before {
  content: "\ed97";
  margin-left: -1em;
}
.icon-CMD:before {
  content: "\ed98";
}
.icon-Code1 .path1:before {
  content: "\ed99";
}
.icon-Code1 .path2:before {
  content: "\ed9a";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Commit .path1:before {
  content: "\ed9b";
  opacity: 0.3;
}
.icon-Commit .path2:before {
  content: "\ed9c";
  margin-left: -1em;
}
.icon-Compiling .path1:before {
  content: "\ed9d";
  opacity: 0.3;
}
.icon-Compiling .path2:before {
  content: "\ed9e";
  margin-left: -1em;
}
.icon-Control:before {
  content: "\ed9f";
}
.icon-Done-circle .path1:before {
  content: "\eda0";
  opacity: 0.3;
}
.icon-Done-circle .path2:before {
  content: "\eda1";
  margin-left: -1em;
}
.icon-Error-circle .path1:before {
  content: "\eda2";
  opacity: 0.3;
}
.icon-Error-circle .path2:before {
  content: "\eda3";
  margin-left: -1em;
}
.icon-Git2 .path1:before {
  content: "\eda4";
  opacity: 0.3;
}
.icon-Git2 .path2:before {
  content: "\eda5";
  margin-left: -1em;
}
.icon-Git2 .path3:before {
  content: "\eda6";
  margin-left: -1em;
}
.icon-Git3 .path1:before {
  content: "\eda7";
  opacity: 0.3;
}
.icon-Git3 .path2:before {
  content: "\eda8";
  margin-left: -1em;
}
.icon-Git3 .path3:before {
  content: "\eda9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Git3 .path4:before {
  content: "\edaa";
  margin-left: -1em;
}
.icon-Git3 .path5:before {
  content: "\edab";
  margin-left: -1em;
}
.icon-Git3 .path6:before {
  content: "\edac";
  margin-left: -1em;
}
.icon-Git .path1:before {
  content: "\edad";
  opacity: 0.3;
}
.icon-Git .path2:before {
  content: "\edae";
  margin-left: -1em;
}
.icon-Git .path3:before {
  content: "\edaf";
  margin-left: -1em;
}
.icon-Git .path4:before {
  content: "\edb0";
  margin-left: -1em;
}
.icon-Git1 .path1:before {
  content: "\edb1";
}
.icon-Git1 .path2:before {
  content: "\edb2";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Git1 .path3:before {
  content: "\edb3";
  margin-left: -1em;
}
.icon-Git1 .path4:before {
  content: "\edb4";
  margin-left: -1em;
}
.icon-Github .path1:before {
  content: "\edb5";
}
.icon-Github .path2:before {
  content: "\edb6";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Info-circle .path1:before {
  content: "\edb7";
  opacity: 0.3;
}
.icon-Info-circle .path2:before {
  content: "\edb8";
  margin-left: -1em;
}
.icon-Info-circle .path3:before {
  content: "\edb9";
  margin-left: -1em;
}
.icon-Left-circle .path1:before {
  content: "\edba";
  opacity: 0.3;
}
.icon-Left-circle .path2:before {
  content: "\edbb";
  margin-left: -1em;
}
.icon-Loading:before {
  content: "\edbc";
}
.icon-Lock-circle .path1:before {
  content: "\edbd";
  opacity: 0.3;
}
.icon-Lock-circle .path2:before {
  content: "\edbe";
  margin-left: -1em;
}
.icon-Lock-overturning .path1:before {
  content: "\edbf";
  opacity: 0.3;
}
.icon-Lock-overturning .path2:before {
  content: "\edc0";
  margin-left: -1em;
}
.icon-Minus .path1:before {
  content: "\edc1";
  opacity: 0.3;
}
.icon-Minus .path2:before {
  content: "\edc2";
  margin-left: -1em;
}
.icon-Option .path1:before {
  content: "\edc3";
  opacity: 0.3;
}
.icon-Option .path2:before {
  content: "\edc4";
  margin-left: -1em;
}
.icon-Plus .path1:before {
  content: "\edc5";
  opacity: 0.3;
}
.icon-Plus .path2:before {
  content: "\edc6";
  margin-left: -1em;
}
.icon-Puzzle:before {
  content: "\edc7";
}
.icon-Question-circle .path1:before {
  content: "\edc8";
  opacity: 0.3;
}
.icon-Question-circle .path2:before {
  content: "\edc9";
  margin-left: -1em;
}
.icon-Right-circle .path1:before {
  content: "\edca";
  opacity: 0.3;
}
.icon-Right-circle .path2:before {
  content: "\edcb";
  margin-left: -1em;
}
.icon-Settings1 .path1:before {
  content: "\edcc";
  opacity: 0.3;
}
.icon-Settings1 .path2:before {
  content: "\edcd";
  margin-left: -1em;
}
.icon-Shift:before {
  content: "\edce";
}
.icon-Spy .path1:before {
  content: "\edcf";
}
.icon-Spy .path2:before {
  content: "\edd0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Stop:before {
  content: "\edd1";
}
.icon-Terminal .path1:before {
  content: "\edd2";
}
.icon-Terminal .path2:before {
  content: "\edd3";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Thunder-circle .path1:before {
  content: "\edd4";
  opacity: 0.3;
}
.icon-Thunder-circle .path2:before {
  content: "\edd5";
  margin-left: -1em;
}
.icon-Time-schedule .path1:before {
  content: "\edd6";
}
.icon-Time-schedule .path2:before {
  content: "\edd7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Warning-1-circle .path1:before {
  content: "\edd8";
  opacity: 0.3;
}
.icon-Warning-1-circle .path2:before {
  content: "\edd9";
  margin-left: -1em;
}
.icon-Warning-1-circle .path3:before {
  content: "\edda";
  margin-left: -1em;
}
.icon-Warning-2 .path1:before {
  content: "\eddb";
  opacity: 0.3;
}
.icon-Warning-2 .path2:before {
  content: "\eddc";
  margin-left: -1em;
}
.icon-Warning-2 .path3:before {
  content: "\eddd";
  margin-left: -1em;
}
.icon-Brassiere:before {
  content: "\edde";
}
.icon-Briefcase .path1:before {
  content: "\eddf";
}
.icon-Briefcase .path2:before {
  content: "\ede0";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cap .path1:before {
  content: "\ede1";
  opacity: 0.3;
}
.icon-Cap .path2:before {
  content: "\ede2";
  margin-left: -1em;
}
.icon-Crown .path1:before {
  content: "\ede3";
  opacity: 0.3;
}
.icon-Crown .path2:before {
  content: "\ede4";
  margin-left: -1em;
}
.icon-Dress .path1:before {
  content: "\ede5";
  opacity: 0.3;
}
.icon-Dress .path2:before {
  content: "\ede6";
  margin-left: -1em;
}
.icon-Hanger:before {
  content: "\ede7";
}
.icon-Hat .path1:before {
  content: "\ede8";
}
.icon-Hat .path2:before {
  content: "\ede9";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Panties:before {
  content: "\edea";
}
.icon-Shirt .path1:before {
  content: "\edeb";
  opacity: 0.3;
}
.icon-Shirt .path2:before {
  content: "\edec";
  margin-left: -1em;
}
.icon-Shoes .path1:before {
  content: "\eded";
}
.icon-Shoes .path2:before {
  content: "\edee";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Shorts:before {
  content: "\edef";
}
.icon-Sneakers .path1:before {
  content: "\edf0";
  opacity: 0.3;
}
.icon-Sneakers .path2:before {
  content: "\edf1";
  margin-left: -1em;
}
.icon-Socks .path1:before {
  content: "\edf2";
  opacity: 0.3;
}
.icon-Socks .path2:before {
  content: "\edf3";
  margin-left: -1em;
}
.icon-Sun-glasses .path1:before {
  content: "\edf4";
  opacity: 0.3;
}
.icon-Sun-glasses .path2:before {
  content: "\edf5";
  margin-left: -1em;
}
.icon-Tie .path1:before {
  content: "\edf6";
}
.icon-Tie .path2:before {
  content: "\edf7";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-T-Shirt:before {
  content: "\edf8";
}
.icon-Celcium .path1:before {
  content: "\edf9";
}
.icon-Celcium .path2:before {
  content: "\edfa";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud:before {
  content: "\edfb";
}
.icon-18:before {
  content: "\edfb";
}
.icon-Cloud1 .path1:before {
  content: "\edfc";
  opacity: 0.3;
}
.icon-Cloud1 .path2:before {
  content: "\edfd";
  margin-left: -1em;
}
.icon-Cloud-fog .path1:before {
  content: "\edfe";
}
.icon-Cloud-fog .path2:before {
  content: "\edff";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud-sun .path1:before {
  content: "\ee00";
  opacity: 0.3;
}
.icon-Cloud-sun .path2:before {
  content: "\ee01";
  margin-left: -1em;
}
.icon-Cloud-wind .path1:before {
  content: "\ee02";
}
.icon-Cloud-wind .path2:before {
  content: "\ee03";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloud-wind .path3:before {
  content: "\ee04";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Cloudy .path1:before {
  content: "\ee05";
  opacity: 0.3;
}
.icon-Cloudy .path2:before {
  content: "\ee06";
  margin-left: -1em;
}
.icon-Cloudy-night .path1:before {
  content: "\ee07";
  opacity: 0.3;
}
.icon-Cloudy-night .path2:before {
  content: "\ee08";
  margin-left: -1em;
}
.icon-Day-rain .path1:before {
  content: "\ee09";
  opacity: 0.3;
}
.icon-Day-rain .path2:before {
  content: "\ee0a";
  margin-left: -1em;
}
.icon-Fahrenheit .path1:before {
  content: "\ee0b";
}
.icon-Fahrenheit .path2:before {
  content: "\ee0c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Fog:before {
  content: "\ee0d";
}
.icon-Moon:before {
  content: "\ee0e";
}
.icon-Night-fog .path1:before {
  content: "\ee0f";
}
.icon-Night-fog .path2:before {
  content: "\ee10";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Night-rain .path1:before {
  content: "\ee11";
  opacity: 0.3;
}
.icon-Night-rain .path2:before {
  content: "\ee12";
  margin-left: -1em;
}
.icon-Rain .path1:before {
  content: "\ee13";
}
.icon-Rain .path2:before {
  content: "\ee14";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Rain1 .path1:before {
  content: "\ee15";
}
.icon-Rain1 .path2:before {
  content: "\ee16";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Rain2 .path1:before {
  content: "\ee17";
  opacity: 0.3;
}
.icon-Rain2 .path2:before {
  content: "\ee18";
  margin-left: -1em;
}
.icon-Rainbow .path1:before {
  content: "\ee19";
  opacity: 0.3;
}
.icon-Rainbow .path2:before {
  content: "\ee1a";
  margin-left: -1em;
}
.icon-Snow .path1:before {
  content: "\ee1b";
}
.icon-Snow .path2:before {
  content: "\ee1c";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Snow1 .path1:before {
  content: "\ee1d";
}
.icon-Snow1 .path2:before {
  content: "\ee1e";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Snow2 .path1:before {
  content: "\ee1f";
  opacity: 0.3;
}
.icon-Snow2 .path2:before {
  content: "\ee20";
  margin-left: -1em;
}
.icon-Snow3:before {
  content: "\ee21";
}
.icon-Storm .path1:before {
  content: "\ee22";
}
.icon-Storm .path2:before {
  content: "\ee23";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sun .path1:before {
  content: "\ee24";
}
.icon-Sun .path2:before {
  content: "\ee25";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Sun-fog .path1:before {
  content: "\ee26";
}
.icon-Sun-fog .path2:before {
  content: "\ee27";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Suset .path1:before {
  content: "\ee28";
}
.icon-Suset .path2:before {
  content: "\ee29";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Suset1 .path1:before {
  content: "\ee2a";
}
.icon-Suset1 .path2:before {
  content: "\ee2b";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Temperature-empty:before {
  content: "\ee2c";
}
.icon-Temperature-full:before {
  content: "\ee2d";
}
.icon-Temperature-half:before {
  content: "\ee2e";
}
.icon-Thunder .path1:before {
  content: "\ee2f";
  opacity: 0.3;
}
.icon-Thunder .path2:before {
  content: "\ee30";
  margin-left: -1em;
}
.icon-Thunder-night .path1:before {
  content: "\ee31";
  opacity: 0.3;
}
.icon-Thunder-night .path2:before {
  content: "\ee32";
  margin-left: -1em;
}
.icon-Umbrella .path1:before {
  content: "\ee33";
}
.icon-Umbrella .path2:before {
  content: "\ee34";
  margin-left: -1em;
  opacity: 0.3;
}
.icon-Wind .path1:before {
  content: "\ee35";
}
.icon-Wind .path2:before {
  content: "\ee36";
  margin-left: -1em;
  opacity: 0.3;
}

/* src/assets/theme/w3crm/scss/icons/bootstrap-icons/font/bootstrap-icons.css */
@font-face {
  font-family: "bootstrap-icons";
  src: url("./media/bootstrap-icons-SQPE7A23.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"), url("./media/bootstrap-icons-PSWAAGYV.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-1::before {
  content: "\f2a5";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}

/* node_modules/primeng/resources/components/dialog/dialog.css */
@layer primeng {
  .p-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  .p-dialog-mask.p-component-overlay {
    pointer-events: auto;
  }
  .p-dialog {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    max-height: 90%;
    transform: scale(1);
    position: relative;
  }
  .p-dialog-content {
    overflow-y: auto;
    flex-grow: 1;
  }
  .p-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
  }
  .p-dialog-draggable .p-dialog-header {
    cursor: move;
  }
  .p-dialog-footer {
    flex-shrink: 0;
  }
  .p-dialog .p-dialog-header-icons {
    display: flex;
    align-items: center;
  }
  .p-dialog .p-dialog-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .p-fluid .p-dialog-footer .p-button {
    width: auto;
  }
  .p-dialog-top .p-dialog,
  .p-dialog-bottom .p-dialog,
  .p-dialog-left .p-dialog,
  .p-dialog-right .p-dialog,
  .p-dialog-top-left .p-dialog,
  .p-dialog-top-right .p-dialog,
  .p-dialog-bottom-left .p-dialog,
  .p-dialog-bottom-right .p-dialog {
    margin: 0.75rem;
    transform: translate3d(0px, 0px, 0px);
  }
  .p-dialog-maximized {
    -webkit-transition: none;
    transition: none;
    transform: none;
    width: 100vw !important;
    height: 100vh !important;
    top: 0px !important;
    left: 0px !important;
    max-height: 100%;
    height: 100%;
  }
  .p-dialog-maximized .p-dialog-content {
    flex-grow: 1;
  }
  .p-dialog-left {
    justify-content: flex-start;
  }
  .p-dialog-right {
    justify-content: flex-end;
  }
  .p-dialog-top {
    align-items: flex-start;
  }
  .p-dialog-top-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-dialog-top-right {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .p-dialog-bottom {
    align-items: flex-end;
  }
  .p-dialog-bottom-left {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .p-dialog-bottom-right {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .p-dialog .p-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
  }
  .p-confirm-dialog .p-dialog-content {
    display: flex;
    align-items: center;
  }
}

/* node_modules/primeng/resources/components/dropdown/dropdown.css */
@layer primeng {
  .p-dropdown {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-dropdown-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-dropdown-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 auto;
    width: 1%;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .p-dropdown-label-empty {
    overflow: hidden;
    opacity: 0;
  }
  input.p-dropdown-label {
    cursor: default;
  }
  .p-dropdown .p-dropdown-panel {
    min-width: 100%;
  }
  .p-dropdown-items-wrapper {
    overflow: auto;
  }
  .p-dropdown-item {
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .p-dropdown-item-group {
    cursor: auto;
  }
  .p-dropdown-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-dropdown-filter {
    width: 100%;
  }
  .p-dropdown-filter-container {
    position: relative;
  }
  .p-dropdown-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-dropdown {
    display: flex;
  }
  .p-fluid .p-dropdown .p-dropdown-label {
    width: 1%;
  }
  .p-float-label .p-dropdown .p-placeholder {
    opacity: 0;
  }
}

/* node_modules/primeng/resources/components/multiselect/multiselect.css */
@layer primeng {
  .p-multiselect {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-multiselect-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-multiselect-label-container {
    overflow: hidden;
    flex: 1 1 auto;
    cursor: pointer;
    display: flex;
  }
  .p-multiselect-label {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-multiselect-label-empty {
    overflow: hidden;
    visibility: hidden;
  }
  .p-multiselect-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .p-multiselect-token-icon {
    cursor: pointer;
  }
  .p-multiselect-token-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
  .p-multiselect-items-wrapper {
    overflow: auto;
  }
  .p-multiselect-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-multiselect-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .p-multiselect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-multiselect-filter-container {
    position: relative;
    flex: 1 1 auto;
  }
  .p-multiselect-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-multiselect-filter-container .p-inputtext {
    width: 100%;
  }
  .p-multiselect-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }
  .p-fluid .p-multiselect {
    display: flex;
  }
  .p-multiselect-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-multiselect-clearable {
    position: relative;
  }
}

/* node_modules/primeng/resources/components/sidebar/sidebar.css */
@layer primeng {
  .p-sidebar {
    position: fixed;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
  }
  .p-sidebar-content {
    position: relative;
    overflow-y: auto;
    flex-grow: 1;
  }
  .p-sidebar-header {
    display: flex;
    align-items: center;
  }
  .p-sidebar-footer {
    margin-top: auto;
  }
  .p-sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .p-sidebar-left {
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
  }
  .p-sidebar-right {
    top: 0;
    right: 0;
    width: 20rem;
    height: 100%;
  }
  .p-sidebar-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
  }
  .p-sidebar-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
  }
  .p-sidebar-full {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: none;
    transition: none;
  }
  .p-sidebar-left.p-sidebar-sm,
  .p-sidebar-right.p-sidebar-sm {
    width: 20rem;
  }
  .p-sidebar-left.p-sidebar-md,
  .p-sidebar-right.p-sidebar-md {
    width: 40rem;
  }
  .p-sidebar-left.p-sidebar-lg,
  .p-sidebar-right.p-sidebar-lg {
    width: 60rem;
  }
  .p-sidebar-top.p-sidebar-sm,
  .p-sidebar-bottom.p-sidebar-sm {
    height: 10rem;
  }
  .p-sidebar-top.p-sidebar-md,
  .p-sidebar-bottom.p-sidebar-md {
    height: 20rem;
  }
  .p-sidebar-top.p-sidebar-lg,
  .p-sidebar-bottom.p-sidebar-lg {
    height: 30rem;
  }
  @media screen and (max-width: 64em) {
    .p-sidebar-left.p-sidebar-lg,
    .p-sidebar-left.p-sidebar-md,
    .p-sidebar-right.p-sidebar-lg,
    .p-sidebar-right.p-sidebar-md {
      width: 20rem;
    }
  }
}

/* node_modules/primeng/resources/components/chips/chips.css */
@layer primeng {
  .p-chips {
    display: inline-flex;
  }
  .p-chips-multiple-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: text;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-chips-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .p-chips-token-label {
    min-width: 0%;
    overflow: auto;
  }
  .p-chips-token-label::-webkit-scrollbar {
    display: none;
  }
  .p-chips-input-token {
    flex: 1 1 auto;
    display: inline-flex;
  }
  .p-chips-token-icon {
    cursor: pointer;
  }
  .p-chips-input-token input {
    border: 0 none;
    outline: 0 none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
  .p-fluid .p-chips {
    display: flex;
  }
  .p-chips-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-chips-clearable .p-inputtext {
    position: relative;
  }
}

/* node_modules/primeng/resources/components/button/button.css */
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}

/* node_modules/primeng/resources/components/overlaypanel/overlaypanel.css */
@layer primeng {
  .p-overlaypanel {
    position: absolute;
    margin-top: 10px;
    top: 0;
    left: 0;
  }
  .p-overlaypanel-flipped {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .p-overlaypanel-close {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .p-overlaypanel:after,
  .p-overlaypanel:before {
    bottom: 100%;
    left: calc(var(--overlayArrowLeft, 0) + 1.25rem);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .p-overlaypanel:after {
    border-width: 8px;
    margin-left: -8px;
  }
  .p-overlaypanel:before {
    border-width: 10px;
    margin-left: -10px;
  }
  .p-overlaypanel-shifted:after,
  .p-overlaypanel-shifted:before {
    left: auto;
    right: 1.25em;
    margin-left: auto;
  }
  .p-overlaypanel-flipped:after,
  .p-overlaypanel-flipped:before {
    bottom: auto;
    top: 100%;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-bottom-color: transparent;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-bottom-color: transparent;
  }
}

/* node_modules/primeng/resources/components/colorpicker/colorpicker.css */
@layer primeng {
  .p-colorpicker {
    display: inline-block;
  }
  .p-colorpicker-dragging {
    cursor: pointer;
  }
  .p-colorpicker-overlay {
    position: relative;
  }
  .p-colorpicker-panel {
    position: relative;
    width: 193px;
    height: 166px;
  }
  .p-colorpicker-overlay-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-colorpicker-preview {
    cursor: pointer;
  }
  .p-colorpicker-panel .p-colorpicker-content {
    position: relative;
  }
  .p-colorpicker-panel .p-colorpicker-color-selector {
    width: 150px;
    height: 150px;
    top: 8px;
    left: 8px;
    position: absolute;
  }
  .p-colorpicker-panel .p-colorpicker-color {
    width: 150px;
    height: 150px;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle {
    position: absolute;
    top: 0px;
    left: 150px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    margin: -5px 0 0 -5px;
    cursor: pointer;
    opacity: 0.85;
  }
  .p-colorpicker-panel .p-colorpicker-hue {
    width: 17px;
    height: 150px;
    top: 8px;
    left: 167px;
    position: absolute;
    opacity: 0.85;
  }
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 21px;
    margin-left: -2px;
    margin-top: -5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    opacity: 0.85;
    cursor: pointer;
  }
}

/* node_modules/primeng/resources/components/tree/tree.css */
@layer primeng {
  .p-tree-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
  }
  .p-treenode-children {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-tree-wrapper {
    overflow: auto;
  }
  .p-treenode-selectable {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tree-toggler {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  .p-treenode-leaf > .p-treenode-content .p-tree-toggler {
    visibility: hidden;
  }
  .p-treenode-content {
    display: flex;
    align-items: center;
  }
  .p-tree-filter {
    width: 100%;
  }
  .p-tree-filter-container {
    position: relative;
    display: block;
    width: 100%;
  }
  .p-tree-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-tree-loading {
    position: relative;
    min-height: 4rem;
  }
  .p-tree .p-tree-loading-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .p-tree-flex-scrollable {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
  }
  .p-tree-flex-scrollable .p-tree-wrapper {
    flex: 1;
  }
  .p-tree .p-treenode-droppoint {
    height: 4px;
    list-style-type: none;
  }
  .p-tree .p-treenode-droppoint-active {
    border: 0 none;
  }
  .p-tree-horizontal {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }
  .p-tree.p-tree-horizontal table,
  .p-tree.p-tree-horizontal tr,
  .p-tree.p-tree-horizontal td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .p-tree-horizontal .p-treenode-content {
    font-weight: normal;
    padding: 0.4em 1em 0.4em 0.2em;
    display: flex;
    align-items: center;
  }
  .p-tree-horizontal .p-treenode-parent .p-treenode-content {
    font-weight: normal;
    white-space: nowrap;
  }
  .p-tree.p-tree-horizontal .p-treenode {
    background: url("./media/line-PRH65LIM.gif") repeat-x scroll center center transparent;
    padding: 0.25rem 2.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode.p-treenode-leaf,
  .p-tree.p-tree-horizontal .p-treenode.p-treenode-collapsed {
    padding-right: 0;
  }
  .p-tree.p-tree-horizontal .p-treenode-children {
    padding: 0;
    margin: 0;
  }
  .p-tree.p-tree-horizontal .p-treenode-connector {
    width: 1px;
  }
  .p-tree.p-tree-horizontal .p-treenode-connector-table {
    height: 100%;
    width: 1px;
  }
  .p-tree.p-tree-horizontal .p-treenode-connector-line {
    background: url("./media/line-PRH65LIM.gif") repeat-y scroll 0 0 transparent;
    width: 1px;
  }
  .p-tree.p-tree-horizontal table {
    height: 0;
  }
  .p-scroller .p-tree-container {
    overflow: visible;
  }
}

/* node_modules/primeng/resources/components/steps/steps.css */
@layer primeng {
  .p-steps {
    position: relative;
  }
  .p-steps ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
  }
  .p-steps-item {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
  }
  .p-steps-item .p-menuitem-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
  }
  .p-steps.p-steps-readonly .p-steps-item {
    cursor: auto;
  }
  .p-steps-item.p-steps-current .p-menuitem-link {
    cursor: default;
  }
  .p-steps-title {
    white-space: nowrap;
  }
  .p-steps-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-steps-title {
    display: block;
  }
}

/* node_modules/primeng/resources/components/timeline/timeline.css */
@layer primeng {
  .p-timeline {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .p-timeline-left .p-timeline-event-opposite {
    text-align: right;
  }
  .p-timeline-left .p-timeline-event-content {
    text-align: left;
  }
  .p-timeline-right .p-timeline-event {
    flex-direction: row-reverse;
  }
  .p-timeline-right .p-timeline-event-opposite {
    text-align: left;
  }
  .p-timeline-right .p-timeline-event-content {
    text-align: right;
  }
  .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(odd) .p-timeline-event-opposite {
    text-align: right;
  }
  .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(odd) .p-timeline-event-content {
    text-align: left;
  }
  .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(even) .p-timeline-event-opposite {
    text-align: left;
  }
  .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(even) .p-timeline-event-content {
    text-align: right;
  }
  .p-timeline-event {
    display: flex;
    position: relative;
    min-height: 70px;
  }
  .p-timeline-event:last-child {
    min-height: 0;
  }
  .p-timeline-event-opposite {
    flex: 1;
    padding: 0 1rem;
    min-width: 100px;
  }
  .p-timeline-event-content {
    flex: 1;
    padding: 0 1rem;
    min-width: 100px;
  }
  .p-timeline-event-separator {
    flex: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .p-timeline-event-marker {
    display: flex;
    align-self: baseline;
  }
  .p-timeline-event-connector {
    flex-grow: 1;
  }
  .p-timeline-horizontal {
    flex-direction: row;
  }
  .p-timeline-horizontal .p-timeline-event {
    flex-direction: column;
    flex: 1;
  }
  .p-timeline-horizontal .p-timeline-event:last-child {
    flex: 0;
  }
  .p-timeline-horizontal .p-timeline-event-separator {
    flex-direction: row;
  }
  .p-timeline-horizontal .p-timeline-event-connector {
    width: 100%;
  }
  .p-timeline-bottom .p-timeline-event {
    flex-direction: column-reverse;
  }
  .p-timeline-horizontal.p-timeline-alternate .p-timeline-event:nth-child(even) {
    flex-direction: column-reverse;
  }
}

/* node_modules/primeng/resources/components/table/table.css */
@layer primeng {
  .p-datatable {
    position: relative;
  }
  .p-datatable > .p-datatable-wrapper {
    overflow: auto;
  }
  .p-datatable-table {
    border-spacing: 0px;
    width: 100%;
  }
  .p-datatable .p-sortable-column {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-datatable .p-sortable-column .p-column-title,
  .p-datatable .p-sortable-column .p-sortable-column-icon,
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    vertical-align: middle;
  }
  .p-datatable .p-sortable-column .p-icon-wrapper {
    display: inline;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-datatable-hoverable-rows .p-selectable-row {
    cursor: pointer;
  }
  .p-datatable-scrollable > .p-datatable-wrapper {
    position: relative;
  }
  .p-datatable-scrollable-table > .p-datatable-thead {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .p-datatable-scrollable-table > .p-datatable-frozen-tbody {
    position: sticky;
    z-index: 1;
  }
  .p-datatable-scrollable-table > .p-datatable-tfoot {
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
  .p-datatable-scrollable .p-frozen-column {
    position: sticky;
    background: inherit;
    z-index: 1;
  }
  .p-datatable-scrollable th.p-frozen-column {
    z-index: 1;
  }
  .p-datatable-flex-scrollable {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .p-datatable-flex-scrollable > .p-datatable-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }
  .p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
    position: sticky;
    z-index: 2;
  }
  .p-datatable-resizable-table > .p-datatable-thead > tr > th,
  .p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
  .p-datatable-resizable-table > .p-datatable-tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
  }
  .p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
    background-clip: padding-box;
    position: relative;
  }
  .p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
    display: none;
  }
  .p-datatable .p-column-resizer {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0;
    width: 0.5rem;
    height: 100%;
    padding: 0px;
    cursor: col-resize;
    border: 1px solid transparent;
  }
  .p-datatable .p-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none;
  }
  .p-datatable .p-row-editor-init,
  .p-datatable .p-row-editor-save,
  .p-datatable .p-row-editor-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .p-datatable .p-row-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .p-datatable-reorder-indicator-up,
  .p-datatable-reorder-indicator-down {
    position: absolute;
  }
  .p-datatable-reorderablerow-handle {
    cursor: move;
  }
  [pReorderableColumn] {
    cursor: move;
  }
  .p-datatable .p-datatable-loading-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .p-column-filter-row {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .p-column-filter-menu {
    display: inline-flex;
  }
  .p-column-filter-row p-columnfilterformelement {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-column-filter-menu-button,
  .p-column-filter-clear-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    position: relative;
  }
  .p-column-filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-column-filter-row-items {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-column-filter-row-item {
    cursor: pointer;
  }
  .p-column-filter-add-button,
  .p-column-filter-remove-button {
    justify-content: center;
  }
  .p-column-filter-add-button .p-button-label,
  .p-column-filter-remove-button .p-button-label {
    flex-grow: 0;
  }
  .p-column-filter-buttonbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-column-filter-buttonbar .p-button {
    width: auto;
  }
  .p-datatable-tbody > tr > td > .p-column-title {
    display: none;
  }
  .p-datatable-scroller-spacer {
    display: flex;
  }
  .p-datatable .p-scroller .p-scroller-loading {
    transform: none !important;
    min-height: 0;
    position: sticky;
    top: 0;
    left: 0;
  }
}

/* src/assets/theme/w3crm/vendor/metismenu/css/metisMenu.min.css */
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.3
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
[dir=rtl] .metismenu .arrow {
  float: left;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
[dir=rtl] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
[dir=rtl] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.metismenu .has-arrow {
  position: relative;
}
.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}
[dir=rtl] .metismenu .has-arrow:after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}
.metismenu .has-arrow[aria-expanded=true]:after,
.metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after,
[dir=rtl] .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
}

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-RSSEDYLY.eot");
  src:
    url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-4GST5W3O.woff2") format("woff2"),
    url("./media/primeicons-P53SE5CV.woff") format("woff"),
    url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),
    url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -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-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/styles.scss */
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.gradient_one {
  background-image:
    linear-gradient(
      to right,
      rgba(186, 1, 181, 0.85) 0%,
      rgba(103, 25, 255, 0.85) 100%);
}
.gradient-1 {
  background: #f0a907;
  background: -moz-linear-gradient(top, #f0a907 0%, #f53c79 100%);
  background: -webkit-linear-gradient(top, #f0a907 0%, #f53c79 100%);
  background:
    linear-gradient(
      to bottom,
      #f0a907 0%,
      #f53c79 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0a907", endColorstr="#f53c79", GradientType=0);
}
.gradient-2 {
  background: #4dedf5;
  background: -moz-linear-gradient(top, #4dedf5 0%, #480ceb 100%);
  background: -webkit-linear-gradient(top, #4dedf5 0%, #480ceb 100%);
  background:
    linear-gradient(
      to bottom,
      #4dedf5 0%,
      #480ceb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dedf5", endColorstr="#480ceb", GradientType=0);
}
.gradient-3 {
  background: #51f5ae;
  background: -moz-linear-gradient(top, #51f5ae 0%, #3fbcda 100%);
  background: -webkit-linear-gradient(top, #51f5ae 0%, #3fbcda 100%);
  background:
    linear-gradient(
      to bottom,
      #51f5ae 0%,
      #3fbcda 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51f5ae", endColorstr="#3fbcda", GradientType=0);
}
.gradient-4 {
  background: #f25521;
  background: -moz-linear-gradient(left, #f25521 0%, #f9c70a 100%);
  background: -webkit-linear-gradient(left, #f25521 0%, #f9c70a 100%);
  background:
    linear-gradient(
      to right,
      #f25521 0%,
      #f9c70a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25521", endColorstr="#f9c70a", GradientType=1);
}
.gradient-5 {
  background: #f53c79;
  background: -moz-linear-gradient(left, #f53c79 0%, #f0a907 100%);
  background: -webkit-linear-gradient(left, #f53c79 0%, #f0a907 100%);
  background:
    linear-gradient(
      to right,
      #f53c79 0%,
      #f0a907 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f53c79", endColorstr="#f0a907", GradientType=1);
}
.gradient-6 {
  background: #36b9d8;
  background: -moz-linear-gradient(left, #36b9d8 0%, #4bffa2 100%);
  background: -webkit-linear-gradient(left, #36b9d8 0%, #4bffa2 100%);
  background:
    linear-gradient(
      to right,
      #36b9d8 0%,
      #4bffa2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36b9d8", endColorstr="#4bffa2", GradientType=1);
}
.gradient-7 {
  background: #4400eb;
  background: -moz-linear-gradient(left, #4400eb 0%, #44e7f5 100%);
  background: -webkit-linear-gradient(left, #4400eb 0%, #44e7f5 100%);
  background:
    linear-gradient(
      to right,
      #4400eb 0%,
      #44e7f5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4400eb", endColorstr="#44e7f5", GradientType=1);
}
.gradient-8 {
  background: #F7B00F;
  background: -moz-linear-gradient(top, #F7B00F 0%, #F25521 100%);
  background: -webkit-linear-gradient(top, #F7B00F 0%, #F25521 100%);
  background:
    linear-gradient(
      to bottom,
      #F7B00F 0%,
      #F25521 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7B00F", endColorstr="#F25521", GradientType=1);
}
.gradient-9 {
  background: #f31e7a !important;
  background: -moz-linear-gradient(left, #f31e7a 0%, #fd712c 100%);
  background: -webkit-linear-gradient(left, #f31e7a 0%, #fd712c 100%);
  background:
    linear-gradient(
      to right,
      #f31e7a 0%,
      #fd712c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f31e7a", endColorstr="#fd712c", GradientType=1);
}
.gradient-10 {
  background: #f25521 !important;
  background: -moz-linear-gradient(left, #f25521 0%, #f9c70a 100%);
  background: -webkit-linear-gradient(left, #f25521 0%, #f9c70a 100%);
  background:
    linear-gradient(
      to top,
      #f25521 0%,
      #f9c70a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25521", endColorstr="#f9c70a", GradientType=1);
}
.gradient-11 {
  background: #3398fb;
  background: -moz-linear-gradient(left, #3398fb 0%, #8553ee 100%);
  background: -webkit-linear-gradient(left, #3398fb 0%, #8553ee 100%);
  background:
    linear-gradient(
      to right,
      #3398fb 0%,
      #8553ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3398fb", endColorstr="#8553ee", GradientType=1);
}
.gradient-12 {
  background: #36e1b4;
  background: -moz-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
  background: -webkit-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
  background:
    linear-gradient(
      to right,
      #36e1b4 0%,
      #11cae7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36e1b4", endColorstr="#11cae7", GradientType=1);
}
.gradient-13 {
  background: #ffbf31;
  background: -moz-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
  background: -webkit-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
  background:
    linear-gradient(
      to right,
      #ffbf31 0%,
      #ff890e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf31", endColorstr="#ff890e", GradientType=1);
}
.gradient-14 {
  background: #23bdb8;
  background: -moz-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
  background: -webkit-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
  background:
    linear-gradient(
      135deg,
      #23bdb8 0%,
      #43e794 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23bdb8", endColorstr="#43e794", GradientType=1);
}
.gradient-15 {
  background: #9a56ff;
  background: -moz-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background: -webkit-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background:
    linear-gradient(
      135deg,
      #9a56ff 0%,
      #e36cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a56ff", endColorstr="#e36cd9", GradientType=1);
}
.gradient-16 {
  background: #f48665;
  background: -moz-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
  background: -webkit-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
  background:
    linear-gradient(
      135deg,
      #f48665 0%,
      #fda23f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48665", endColorstr="#fda23f", GradientType=1);
}
.gradient-17 {
  background: #e36cd9;
  background: -moz-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
  background: -webkit-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
  background:
    linear-gradient(
      135deg,
      #e36cd9 0%,
      #fe60ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e36cd9", endColorstr="#fe60ae", GradientType=1);
}
.gradient-18 {
  background: #a15cff;
  background: -moz-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
  background: -webkit-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
  background:
    linear-gradient(
      to right,
      #a15cff 0%,
      #ce82fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a15cff", endColorstr="#ce82fd", GradientType=1);
}
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #5e72e4;
  --bs-indigo: #6610f2;
  --bs-purple: #BB6BD9;
  --bs-pink: #e83e8c;
  --bs-red: #EE3232;
  --bs-orange: #ff9900;
  --bs-yellow: #FFFA6F;
  --bs-green: #297F00;
  --bs-teal: #20c997;
  --bs-cyan: #3065D0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0D99FF;
  --bs-secondary: #2C2C2C;
  --bs-success: #3AC977;
  --bs-info: #58bad7;
  --bs-warning: #FF9F00;
  --bs-danger: #FF5E5E;
  --bs-light: #dfdfdf;
  --bs-dark: #6e6e6e;
  --bs-primary-rgb:
    13,
    153,
    255;
  --bs-secondary-rgb:
    44,
    44,
    44;
  --bs-success-rgb:
    58,
    201,
    119;
  --bs-info-rgb:
    88,
    186,
    215;
  --bs-warning-rgb:
    255,
    159,
    0;
  --bs-danger-rgb:
    255,
    94,
    94;
  --bs-light-rgb:
    223,
    223,
    223;
  --bs-dark-rgb:
    110,
    110,
    110;
  --bs-primary-text-emphasis: #053d66;
  --bs-secondary-text-emphasis: #121212;
  --bs-success-text-emphasis: #175030;
  --bs-info-text-emphasis: #234a56;
  --bs-warning-text-emphasis: #664000;
  --bs-danger-text-emphasis: #662626;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfebff;
  --bs-secondary-bg-subtle: #d5d5d5;
  --bs-success-bg-subtle: #d8f4e4;
  --bs-info-bg-subtle: #def1f7;
  --bs-warning-bg-subtle: #ffeccc;
  --bs-danger-bg-subtle: #ffdfdf;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ed6ff;
  --bs-secondary-border-subtle: #ababab;
  --bs-success-border-subtle: #b0e9c9;
  --bs-info-border-subtle: #bce3ef;
  --bs-warning-border-subtle: #ffd999;
  --bs-danger-border-subtle: #ffbfbf;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:
    "poppins",
    sans-serif,
    sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #888888;
  --bs-body-color-rgb:
    136,
    136,
    136;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(136, 136, 136, 0.75);
  --bs-secondary-color-rgb:
    136,
    136,
    136;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(136, 136, 136, 0.5);
  --bs-tertiary-color-rgb:
    136,
    136,
    136;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: #374557;
  --bs-link-color: #0D99FF;
  --bs-link-color-rgb:
    13,
    153,
    255;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a7acc;
  --bs-link-hover-color-rgb:
    10,
    122,
    204;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #fffee2;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #CCCCCC;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 153, 255, 0.25);
  --bs-form-valid-color: #3AC977;
  --bs-form-valid-border-color: #3AC977;
  --bs-form-invalid-color: #FF5E5E;
  --bs-form-invalid-border-color: #FF5E5E;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb:
    173,
    181,
    189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb:
    173,
    181,
    189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb:
    173,
    181,
    189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6ec2ff;
  --bs-secondary-text-emphasis: gray;
  --bs-success-text-emphasis: #89dfad;
  --bs-info-text-emphasis: #9bd6e7;
  --bs-warning-text-emphasis: #ffc566;
  --bs-danger-text-emphasis: #ff9e9e;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031f33;
  --bs-secondary-bg-subtle: #090909;
  --bs-success-bg-subtle: #0c2818;
  --bs-info-bg-subtle: #12252b;
  --bs-warning-bg-subtle: #332000;
  --bs-danger-bg-subtle: #331313;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #085c99;
  --bs-secondary-border-subtle: #1a1a1a;
  --bs-success-border-subtle: #237947;
  --bs-info-border-subtle: #357081;
  --bs-warning-border-subtle: #995f00;
  --bs-danger-border-subtle: #993838;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ec2ff;
  --bs-link-hover-color: #8bceff;
  --bs-link-color-rgb:
    110,
    194,
    255;
  --bs-link-hover-color-rgb:
    139,
    206,
    255;
  --bs-code-color: #f18bba;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #7fb266;
  --bs-form-valid-border-color: #7fb266;
  --bs-form-invalid-color: #f58484;
  --bs-form-invalid-border-color: #f58484;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}
h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}
h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.938rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440;
}
.row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfebff;
  --bs-table-border-color: #bad4e6;
  --bs-table-striped-bg: #c5dff2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bad4e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd9ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d5d5d5;
  --bs-table-border-color: silver;
  --bs-table-striped-bg: #cacaca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: silver;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5c5c5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d8f4e4;
  --bs-table-border-color: #c2dccd;
  --bs-table-striped-bg: #cde8d9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2dccd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8e2d3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #def1f7;
  --bs-table-border-color: #c8d9de;
  --bs-table-striped-bg: #d3e5eb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8d9de;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cddfe4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #ffeccc;
  --bs-table-border-color: #e6d4b8;
  --bs-table-striped-bg: #f2e0c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d4b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdabd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #ffdfdf;
  --bs-table-border-color: #e6c9c9;
  --bs-table-striped-bg: #f2d4d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eccece;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #dfdfdf;
  --bs-table-border-color: #c9c9c9;
  --bs-table-striped-bg: #d4d4d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c9c9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cecece;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #6e6e6e;
  --bs-table-border-color: #7d7d7d;
  --bs-table-striped-bg: #757575;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #7d7d7d;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #797979;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.09375rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.765625rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #E6E6E6;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86ccff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #E6E6E6;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86ccff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86ccff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.form-check-input:checked {
  background-color: #0D99FF;
  border-color: #0D99FF;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0D99FF;
  border-color: #0D99FF;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  height: auto;
  margin-left: -2.5em;
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  display: grid;
  align-content: center;
  background-image: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:checked {
  background-color: #39C876;
  border-color: #39C876;
}
.form-switch .form-check-input:checked::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-color: #fff;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  display: block;
  margin: 0px 1px;
  justify-self: right;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input:checked::before {
    transition: none;
  }
}
.form-switch .form-check-input:not(:checked) {
  background-color: #FF5E5E;
  border-color: #FF5E5E;
}
.form-switch .form-check-input:not(:checked)::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #bf4747;
  border-color: #bf4747;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  display: block;
  margin: 0px 1px;
  justify-self: left;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input:not(:checked)::before {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0D99FF;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6e0ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0D99FF;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6e0ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #E6E6E6;
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233AC977' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233AC977' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF5E5E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF5E5E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF5E5E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF5E5E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #0D99FF;
  --bs-btn-border-color: #0D99FF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31a8ff;
  --bs-btn-hover-border-color: #25a3ff;
  --bs-btn-focus-shadow-rgb:
    11,
    130,
    217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dadff;
  --bs-btn-active-border-color: #25a3ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0D99FF;
  --bs-btn-disabled-border-color: #0D99FF;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2C2C2C;
  --bs-btn-border-color: #2C2C2C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #252525;
  --bs-btn-hover-border-color: #232323;
  --bs-btn-focus-shadow-rgb:
    76,
    76,
    76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #232323;
  --bs-btn-active-border-color: #212121;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2C2C2C;
  --bs-btn-disabled-border-color: #2C2C2C;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #3AC977;
  --bs-btn-border-color: #3AC977;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #58d18b;
  --bs-btn-hover-border-color: #4ece85;
  --bs-btn-focus-shadow-rgb:
    49,
    171,
    101;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #61d492;
  --bs-btn-active-border-color: #4ece85;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3AC977;
  --bs-btn-disabled-border-color: #3AC977;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #58bad7;
  --bs-btn-border-color: #58bad7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #71c4dd;
  --bs-btn-hover-border-color: #69c1db;
  --bs-btn-focus-shadow-rgb:
    75,
    158,
    183;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #79c8df;
  --bs-btn-active-border-color: #69c1db;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #58bad7;
  --bs-btn-disabled-border-color: #58bad7;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FF9F00;
  --bs-btn-border-color: #FF9F00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffad26;
  --bs-btn-hover-border-color: #ffa91a;
  --bs-btn-focus-shadow-rgb:
    217,
    135,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb233;
  --bs-btn-active-border-color: #ffa91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FF9F00;
  --bs-btn-disabled-border-color: #FF9F00;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #FF5E5E;
  --bs-btn-border-color: #FF5E5E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff7676;
  --bs-btn-hover-border-color: #ff6e6e;
  --bs-btn-focus-shadow-rgb:
    217,
    80,
    80;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff7e7e;
  --bs-btn-active-border-color: #ff6e6e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FF5E5E;
  --bs-btn-disabled-border-color: #FF5E5E;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #dfdfdf;
  --bs-btn-border-color: #dfdfdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bebebe;
  --bs-btn-hover-border-color: #b2b2b2;
  --bs-btn-focus-shadow-rgb:
    190,
    190,
    190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b2b2b2;
  --bs-btn-active-border-color: #a7a7a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dfdfdf;
  --bs-btn-disabled-border-color: #dfdfdf;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6e6e6e;
  --bs-btn-border-color: #6e6e6e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #848484;
  --bs-btn-hover-border-color: #7d7d7d;
  --bs-btn-focus-shadow-rgb:
    132,
    132,
    132;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8b8b8b;
  --bs-btn-active-border-color: #7d7d7d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6e6e6e;
  --bs-btn-disabled-border-color: #6e6e6e;
}
.btn-outline-primary {
  --bs-btn-color: #0D99FF;
  --bs-btn-border-color: #0D99FF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0D99FF;
  --bs-btn-hover-border-color: #0D99FF;
  --bs-btn-focus-shadow-rgb:
    13,
    153,
    255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0D99FF;
  --bs-btn-active-border-color: #0D99FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0D99FF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0D99FF;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #2C2C2C;
  --bs-btn-border-color: #2C2C2C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2C2C2C;
  --bs-btn-hover-border-color: #2C2C2C;
  --bs-btn-focus-shadow-rgb:
    44,
    44,
    44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2C2C2C;
  --bs-btn-active-border-color: #2C2C2C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2C2C2C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2C2C2C;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #3AC977;
  --bs-btn-border-color: #3AC977;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3AC977;
  --bs-btn-hover-border-color: #3AC977;
  --bs-btn-focus-shadow-rgb:
    58,
    201,
    119;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3AC977;
  --bs-btn-active-border-color: #3AC977;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3AC977;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3AC977;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #58bad7;
  --bs-btn-border-color: #58bad7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #58bad7;
  --bs-btn-hover-border-color: #58bad7;
  --bs-btn-focus-shadow-rgb:
    88,
    186,
    215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #58bad7;
  --bs-btn-active-border-color: #58bad7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #58bad7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #58bad7;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #FF9F00;
  --bs-btn-border-color: #FF9F00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FF9F00;
  --bs-btn-hover-border-color: #FF9F00;
  --bs-btn-focus-shadow-rgb:
    255,
    159,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FF9F00;
  --bs-btn-active-border-color: #FF9F00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF9F00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF9F00;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #FF5E5E;
  --bs-btn-border-color: #FF5E5E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FF5E5E;
  --bs-btn-hover-border-color: #FF5E5E;
  --bs-btn-focus-shadow-rgb:
    255,
    94,
    94;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FF5E5E;
  --bs-btn-active-border-color: #FF5E5E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF5E5E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF5E5E;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #dfdfdf;
  --bs-btn-border-color: #dfdfdf;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dfdfdf;
  --bs-btn-hover-border-color: #dfdfdf;
  --bs-btn-focus-shadow-rgb:
    223,
    223,
    223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dfdfdf;
  --bs-btn-active-border-color: #dfdfdf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dfdfdf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dfdfdf;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #6e6e6e;
  --bs-btn-border-color: #6e6e6e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6e6e6e;
  --bs-btn-hover-border-color: #6e6e6e;
  --bs-btn-focus-shadow-rgb:
    110,
    110,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6e6e6e;
  --bs-btn-active-border-color: #6e6e6e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6e6e6e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6e6e6e;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    11,
    130,
    217;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.09375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.765625rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0D99FF;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0D99FF;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0D99FF;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3359375rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.09375rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.09375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28136, 136, 136, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12.5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23053d66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86ccff;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ec2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ec2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0D99FF;
  --bs-pagination-active-border-color: #0D99FF;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.765625rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0D99FF;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0D99FF;
  --bs-list-group-active-border-color: #0D99FF;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 153, 255, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 25px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.765625rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family:
    "poppins",
    sans-serif,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.765625rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: #374557;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family:
    "poppins",
    sans-serif,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1439.98) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1439.98) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1439.98) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-footer {
  border-top: 1px solid #E6E6E6;
  padding: 10px;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  border-bottom: 1px solid #E6E6E6;
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(13, 153, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(44, 44, 44, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(58, 201, 119, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(88, 186, 215, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 159, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(255, 94, 94, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(223, 223, 223, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(110, 110, 110, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(61, 173, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 173, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(35, 35, 35, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(35, 35, 35, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(97, 212, 146, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(97, 212, 146, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(121, 200, 223, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(121, 200, 223, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 178, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 178, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(255, 126, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 126, 126, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(229, 229, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(229, 229, 229, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(88, 88, 88, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(88, 88, 88, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fs-5 {
  font-size: 1rem !important;
}
.fs-6 {
  font-size: 0.938rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.875rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.c-pointer {
  cursor: pointer;
}
.swal2-popup.swal2-toast .swal2-html-container,
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.1em 1em !important;
}
.fullscreen-mode {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 10px;
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
.required {
  color: #FF5E5E;
}
::selection {
  color: #fff;
  background: var(--primary);
}
@media only screen and (max-width: 100rem) {
  :root {
    font-size: 14px;
  }
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar {
  display: none;
}
p {
  line-height: 1.8;
}
div,
span,
ol,
ul {
  scrollbar-width: thin;
}
.box-shadow-none {
  box-shadow: none !important;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  position: relative;
}
#main-wrapper.show {
  opacity: 1;
}
.rounded-lg {
  border-radius: 0.375rem;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #888888;
  text-decoration: none;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.active {
  text-decoration: none;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.fs-12 {
  font-size: 0.75rem !important;
  line-height: 1.5;
}
.fs-13 {
  font-size: 0.8125rem !important;
  line-height: 1.5;
}
.fs-14 {
  font-size: 0.875rem !important;
  line-height: 1.6;
}
.fs-15 {
  font-size: 0.875rem !important;
  line-height: 1.5;
}
.fs-16 {
  font-size: 1rem !important;
  line-height: 1.6;
}
@media only screen and (max-width: 35.9375rem) {
  .fs-16 {
    font-size: 0.875rem !important;
  }
}
.fs-18 {
  font-size: 1.125rem !important;
  line-height: 1.5;
}
@media only screen and (max-width: 35.9375rem) {
  .fs-18 {
    font-size: 1rem !important;
  }
}
.fs-20 {
  font-size: 1.25rem !important;
  line-height: 1.5;
}
.fs-22 {
  font-size: 1.375rem !important;
  line-height: 1.5;
}
.fs-24 {
  font-size: 1.5rem !important;
  line-height: 1.4;
}
.fs-26 {
  font-size: 1.625rem !important;
  line-height: 1.4;
}
.fs-28 {
  font-size: 1.75rem !important;
  line-height: 1.4;
}
@media only screen and (max-width: 35.9375rem) {
  .fs-28 {
    font-size: 1.5rem !important;
  }
}
.fs-30 {
  font-size: 1.875rem !important;
  line-height: 1.4;
}
.fs-32 {
  font-size: 2rem !important;
  line-height: 1.25;
}
.fs-34 {
  font-size: 2.125rem !important;
  line-height: 1.25;
}
.fs-35 {
  font-size: 2.1875rem !important;
  line-height: 1.25;
}
.fs-36 {
  font-size: 2.25rem !important;
  line-height: 1.25;
}
.fs-38 {
  font-size: 2.375rem !important;
  line-height: 1.25;
}
.fs-46 {
  font-size: 2.875rem !important;
  line-height: 1.25;
}
.fs-48 {
  font-size: 3rem !important;
  line-height: 1.25;
}
.font-w100 {
  font-weight: 100;
}
.font-w200 {
  font-weight: 200;
}
.font-w300 {
  font-weight: 300;
}
.font-w400 {
  font-weight: 400;
}
.font-w500 {
  font-weight: 500;
}
.font-w600 {
  font-weight: 600;
}
.font-w700 {
  font-weight: 700;
}
.font-w800 {
  font-weight: 800;
}
.font-w900 {
  font-weight: 900;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  font-weight: 500;
  color: var(--secondary);
}
.w-space-no {
  white-space: nowrap;
}
.content-body .container {
  margin-top: 2.5rem;
}
.content-body .container-fluid,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl,
.content-body .container-xxl {
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media only screen and (max-width: 47.9375rem) {
  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .content-body .container-fluid,
  .content-body .container-sm,
  .content-body .container-md,
  .content-body .container-lg,
  .content-body .container-xl,
  .content-body .container-xxl {
    padding-top: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.row.sp4,
.sp4 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.row.sp4 [class*=col-],
.sp4 [class*=col-] {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.op1 {
  opacity: 0.1;
}
.op2 {
  opacity: 0.2;
}
.op3 {
  opacity: 0.3;
}
.op4 {
  opacity: 0.4;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.content-heading {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
  border-bottom: 0.0625rem solid #E6E6E6;
  padding-bottom: 0.625rem;
}
[direction=rtl] .content-heading {
  text-align: right;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.dropzone .dz-message {
  text-align: center;
  margin: 5rem 0;
}
.vh-100 {
  height: 100vh !important;
}
.support-ticket {
  position: fixed;
  bottom: 1.875rem;
  right: 0.9375rem;
  z-index: 999999;
}
.support-ticket-btn {
  width: 6.25rem;
  background: #7CB442;
  animation: 0.7s ease-in-out 0s infinite alternate none running crescendo;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 0.5rem;
  font-size: 1rem;
  padding: 0.3125rem 0.625rem 0.4375rem;
  text-align: center;
  display: inline-block;
  box-shadow: rgba(124, 180, 66, 0.7) 0rem 0.5rem 2.1875rem 0rem;
}
.support-ticket-btn:hover,
.support-ticket-btn:focus {
  color: #fff;
}
.text-blue {
  color: #5e72e4;
}
.text-indigo {
  color: #6610f2;
}
.text-purple {
  color: #BB6BD9;
}
.text-pink {
  color: #e83e8c;
}
.text-red {
  color: #EE3232;
}
.text-orange {
  color: #ff9900;
}
.text-yellow {
  color: #FFFA6F;
}
.text-green {
  color: #297F00;
}
.text-teal {
  color: #20c997;
}
.text-cyan {
  color: #3065D0;
}
.bg-blue {
  background: #496ecc !important;
}
.bg-orange {
  background: #ed8030 !important;
}
.bg-green {
  background: #299e4a !important;
}
.bg-purpel {
  background: #9517c1 !important;
}
.bg-dark-blue {
  background: #251e71 !important;
}
.bg-black {
  background: #000;
}
.text-black {
  color: #000 !important;
}
.dz-scroll {
  position: relative;
}
.scale1 {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  display: inline-block;
}
.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  display: inline-block;
}
.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  display: inline-block;
}
.scale4 {
  transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  display: inline-block;
}
.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  display: inline-block;
}
.scale-2 {
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  display: inline-block;
}
@-webkit-keyframes crescendo {
  from {
    -webkit-transform: translateY(5px) scale(0.8);
    -ms-transform: translateY(5px) scale(0.8);
    transform: translateY(5px) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
.height10 {
  height: 0.625rem;
}
.height20 {
  height: 1.25rem;
}
.height30 {
  height: 1.875rem;
}
.height40 {
  height: 2.5rem;
}
.height50 {
  height: 3.125rem;
}
.height60 {
  height: 3.75rem;
}
.height70 {
  height: 4.375rem;
}
.height80 {
  height: 5rem;
}
.height90 {
  height: 5.625rem;
}
.height100 {
  height: 6.25rem;
}
.height110 {
  height: 6.875rem;
}
.height120 {
  height: 7.5rem;
}
.height130 {
  height: 8.125rem;
}
.height140 {
  height: 8.75rem;
}
.height150 {
  height: 9.375rem;
}
.height160 {
  height: 10rem;
}
.height170 {
  height: 10.625rem;
}
.height180 {
  height: 11.25rem;
}
.height190 {
  height: 11.875rem;
}
.height200 {
  height: 12.5rem;
}
.height210 {
  height: 13.125rem;
}
.height220 {
  height: 13.75rem;
}
.height230 {
  height: 14.375rem;
}
.height240 {
  height: 15rem;
}
.height250 {
  height: 15.625rem;
}
.height260 {
  height: 16.25rem;
}
.height270 {
  height: 16.875rem;
}
.height280 {
  height: 17.5rem;
}
.height290 {
  height: 18.125rem;
}
.height300 {
  height: 18.75rem;
}
.height310 {
  height: 19.375rem;
}
.height320 {
  height: 20rem;
}
.height330 {
  height: 20.625rem;
}
.height340 {
  height: 21.25rem;
}
.height350 {
  height: 21.875rem;
}
.height360 {
  height: 22.5rem;
}
.height370 {
  height: 23.125rem;
}
.height380 {
  height: 23.75rem;
}
.height390 {
  height: 24.375rem;
}
.height400 {
  height: 25rem;
}
.height415 {
  height: 25.9375rem;
}
.height430 {
  height: 27.1rem;
}
.height450 {
  height: 28.1rem;
}
.height500 {
  height: 31.25rem;
}
.height550 {
  height: 34.375rem;
}
.height600 {
  height: 37.5rem;
}
.height630 {
  height: 39.375rem;
}
.height720 {
  height: 45rem;
}
.height750 {
  height: 46.875rem;
}
.height800 {
  height: 50rem;
}
.width10 {
  width: 0.625rem;
}
.width20 {
  width: 1.25rem;
}
.width30 {
  width: 1.875rem;
}
.width40 {
  width: 2.5rem;
}
.width50 {
  width: 3.125rem;
}
.width60 {
  width: 3.75rem;
}
.width70 {
  width: 4.375rem;
}
.width80 {
  width: 5rem;
}
.width90 {
  width: 5.625rem;
}
.width100 {
  width: 6.25rem;
}
.width110 {
  width: 6.875rem;
}
.width120 {
  width: 7.5rem;
}
.width130 {
  width: 8.125rem;
}
.width140 {
  width: 8.75rem;
}
.width150 {
  width: 9.375rem;
}
.width160 {
  width: 10rem;
}
.width170 {
  width: 10.625rem;
}
.width180 {
  width: 11.25rem;
}
.width190 {
  width: 11.875rem;
}
.width200 {
  width: 12.5rem;
}
.width210 {
  width: 13.125rem;
}
.width220 {
  width: 13.75rem;
}
.width230 {
  width: 14.375rem;
}
.width240 {
  width: 15rem;
}
.width250 {
  width: 15.625rem;
}
.width260 {
  width: 16.25rem;
}
.width270 {
  width: 16.875rem;
}
.width280 {
  width: 17.5rem;
}
.width290 {
  width: 18.125rem;
}
.width300 {
  width: 18.75rem;
}
.width310 {
  width: 19.375rem;
}
.width320 {
  width: 20rem;
}
.width330 {
  width: 20.625rem;
}
.width340 {
  width: 21.25rem;
}
.width350 {
  width: 21.875rem;
}
.width360 {
  width: 22.5rem;
}
.width370 {
  width: 23.125rem;
}
.width380 {
  width: 23.75rem;
}
.width390 {
  width: 24.375rem;
}
.width400 {
  width: 25rem;
}
.rounded {
  border-radius: 0.375rem !important;
}
label {
  margin-bottom: 0.5rem;
}
@keyframes gXGDoR {
  from {
    -webkit-transform: translateY(5px) scale(0.8);
    -ms-transform: translateY(5px) scale(0.8);
    transform: translateY(5px) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@keyframes crescendo {
  from {
    -webkit-transform: translateY(5px) scale(0.8);
    -ms-transform: translateY(5px) scale(0.8);
    transform: translateY(5px) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@keyframes gXGDoR {
  from {
    -webkit-transform: translateY(5px) scale(0.8);
    -ms-transform: translateY(5px) scale(0.8);
    transform: translateY(5px) scale(0.8);
  }
  to {
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
.body {
  font-size: 0.813rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}
#preloader {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#preloader .lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
[data-theme-version=dark] #preloader {
  background-color: #1E1E1E;
}
.footer {
  padding-left: 15rem;
  font-size: 0.813rem;
  font-weight: 400;
  margin-top: 1rem;
  border-top: 1px solid #E6E6E6;
}
.footer .copyright {
  padding: 0.9375rem;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
  color: #918f8f;
}
.footer .copyright a {
  color: var(--primary) !important;
}
@media only screen and (max-width: 61.9375rem) {
  .footer {
    padding-left: 3.8rem;
  }
}
[data-sidebar-style=mini] .nav-control,
[data-layout=horizontal] .nav-control {
  display: none;
}
[data-header-position=fixed] .nav-header {
  position: fixed;
}
.brand-logo img {
  width: 100%;
}
.nav-header {
  height: 3.125rem;
  width: 14.92rem;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  background-color: var(--nav-headbg);
  transition: all 0.2s ease;
  z-index: 5;
}
.nav-header .logo-compact {
  display: none;
}
.nav-header .brand-title-color {
  display: none;
}
.nav-header .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  padding-left: 1.1rem;
  padding-right: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 87.5rem) {
  .nav-header .brand-logo {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
[data-sidebar-style=compact] .nav-header .brand-logo,
[data-sidebar-style=mini] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
@media only screen and (max-width: 47.9375rem) {
  .nav-header .brand-logo {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
.nav-header .logo-abbr {
}
.nav-header .logo-mini {
  display: none;
}
.nav-header .logo-color {
  display: none;
}
@media only screen and (max-width: 47.9375rem) {
  .nav-header .logo-color {
    display: block;
  }
}
.nav-header .brand-title {
  margin-left: 0.6375rem;
  max-width: 10.15rem;
  margin-top: 0.2rem;
  font-size: 2.375rem;
  color: #000;
}
[data-theme-version=dark] .nav-header .brand-title {
  background-position: 0 120%;
}
@media only screen and (max-width: 47.9375rem) {
  .nav-header {
    top: 0;
    background: transparent;
  }
}
.nav-header .rect-primary-rect {
  fill: var(--primary);
}
@media only screen and (max-width: 63.9375rem) {
  .nav-header {
    width: 5rem;
  }
  .nav-header .brand-title {
    display: none;
  }
}
.nav-control {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50.8%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 0.125rem 0.5rem 0;
  border-radius: 0.125rem;
  background-color: var(--primary);
  width: 3.063rem;
  height: 3.063rem;
}
@media only screen and (max-width: 47.9375rem) {
  .nav-control {
    right: -3rem;
  }
}
.hamburger {
  display: inline-block;
  left: 0.1rem;
  position: relative;
  top: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1.625rem;
  z-index: 999;
}
.hamburger .line {
  background: #fff;
  display: block;
  height: 1px;
  border-radius: 0.1875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger svg {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}
.hamburger.is-active .line {
  opacity: 1;
}
.hamburger.is-active svg {
  opacity: 0;
}
.hamburger .line:nth-child(1) {
  width: 1.25rem;
}
.hamburger .line:nth-child(2) {
  width: 1.25rem;
}
.hamburger .line:nth-child(3) {
  width: 1.25rem;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 0.625rem;
  height: 0.125rem;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 1.375rem;
  height: 0.125rem;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
  transform: translateY(4px) translateX(12px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
  transform: translateY(-4px) translateX(12px) rotate(-45deg);
}
@media (min-width: 47.9375rem) {
  [data-sidebar-style=compact] .nav-control {
    display: none;
  }
  [data-sidebar-style=compact] .nav-header {
    width: 11.25rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .brand-title {
  display: none;
}
[data-sidebar-style=full][data-layout=horizontal] .logo-compact {
  display: none;
}
[data-sidebar-style=compact][data-layout=vertical] .nav-header .brand-title {
  display: none;
}
[data-sidebar-style=compact][data-layout=vertical] .nav-header .logo-compact {
  max-width: 4.6875rem;
}
[data-sidebar-style=compact][data-layout=horizontal] .nav-header .brand-logo {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  justify-content: start;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header {
  width: 10.625rem;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header .brand-title {
  display: none;
}
[data-sidebar-style=modern][data-layout=vertical] .nav-header .logo-compact {
  display: none;
}
.header {
  height: 3.125rem;
  z-index: 1;
  position: relative;
  padding: 0rem;
  background: var(--headerbg);
  z-index: 3;
  padding-left: 15rem;
  padding-top: 0rem;
  transition: all 0.2s ease;
}
.header .header-content {
  height: 100%;
  padding-left: 3.1rem;
  padding-right: 1.075rem;
  align-items: center;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 47.9375rem) {
  .header .header-content {
    padding-left: 3.75rem;
    padding-right: 0.938rem;
  }
  .header .header-content:after {
    left: -5rem;
    width: calc(100% + 5rem);
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
  width: 100%;
}
.header .navbar .navbar-collapse {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 47.9375rem) {
  .header {
    padding-top: 0;
  }
}
[data-headerbg=color_2] .header {
  background: var(--headerbg);
}
[data-headerbg=color_3] .header {
  background: var(--headerbg);
}
[data-headerbg=color_4] .header {
  background: var(--headerbg);
}
[data-headerbg=color_5] .header {
  background: var(--headerbg);
}
[data-headerbg=color_6] .header {
  background: var(--headerbg);
}
[data-headerbg=color_7] .header {
  background: var(--headerbg);
}
[data-headerbg=color_8] .header {
  background: var(--headerbg);
}
[data-headerbg=color_9] .header {
  background: var(--headerbg);
}
[data-headerbg=color_10] .header {
  background: var(--headerbg);
}
[data-headerbg=color_11] .header {
  background: var(--headerbg);
}
[data-headerbg=color_12] .header {
  background: var(--headerbg);
}
[data-headerbg=color_13] .header {
  background: var(--headerbg);
}
[data-headerbg=color_14] .header {
  background: var(--headerbg);
}
[data-headerbg=color_15] .header {
  background: var(--headerbg);
}
svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle,
svg.pulse-svg .third-circle,
svg.pulse-svg .second-circle {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
  fill: var(--primary);
}
svg.pulse-svg .second-circle {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.pulse-css {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 1.25rem;
  position: absolute;
  background: #fe8630;
  right: 0.375rem;
  top: 0.3125rem;
  border: 0.25rem solid #fff;
  width: 1.25rem;
}
.pulse-css:after,
.pulse-css:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: #D8B9C3;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}
[direction=rtl] .pulse-css:after,
[direction=rtl] .pulse-css:before {
  left: auto;
  right: -0.2rem;
}
@media only screen and (max-width: 87.5rem) {
  .pulse-css {
    height: 1rem;
    width: 1rem;
  }
}
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
[data-sidebar-style=full] .header,
[data-sidebar-style=overlay] .header {
  width: 100%;
}
@media only screen and (max-width: 87.5rem) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 17rem;
  }
}
@media only screen and (max-width: 63.9375rem) {
  [data-sidebar-style=full] .header,
  [data-sidebar-style=overlay] .header {
    width: 100%;
    padding-left: 5rem;
  }
}
[data-sidebar-style=mini] .header {
  width: 100%;
  padding-left: 7.5rem;
}
@media only screen and (max-width: 63.9375rem) {
  [data-sidebar-style=mini] .header {
    padding-left: 6.5rem;
  }
}
[data-sidebar-style=compact] .header {
  width: 100%;
  padding-left: 12.5rem;
}
[data-sidebar-style=compact] .header .header-content {
  padding-left: 2.5rem;
}
[data-header-position=fixed] .header {
  position: fixed;
  top: 0;
  width: 100%;
}
[data-header-position=fixed] .content-body {
  padding-top: 3.125rem;
}
@media only screen and (max-width: 47.9375rem) {
  [data-header-position=fixed] .content-body {
    padding-top: 3.1rem;
  }
}
[data-header-position=fixed] .deznav {
  margin-top: 0;
}
[data-sidebar-style=compact][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
  width: 74.9375rem;
}
[data-sidebar-style=modern] .header {
  width: 100%;
  padding-left: 11.9rem;
}
[data-sidebar-style=modern][data-layout=horizontal] .nav-header .brand-logo {
  justify-content: start;
}
[data-sidebar-style=modern][data-layout=horizontal] .header .header-content {
  padding-left: 1.875rem;
}
.header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-left .breadcrumb {
  margin-bottom: 0;
}
.header-left .agenda a {
  border-radius: 1.75rem;
}
.header-left .agenda a i {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-left .agenda a i {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 93.75rem) {
  .header-left .agenda a {
    font-size: 0;
    border-radius: 0.75rem;
    padding: 0.8125rem 0.9375rem;
  }
  .header-left .agenda a i {
    font-size: 1.25rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-left .agenda {
    display: none;
  }
}
.header-left .dashboard_bar {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--secondary);
}
@media only screen and (max-width: 74.9375rem) {
  .header-left .dashboard_bar {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .header-left .dashboard_bar {
    display: none;
  }
}
.header-left .dashboard_bar.sub-bar {
  font-size: 1.875rem;
}
.header-left .search-area {
  width: 15rem;
  background-color: var(--rgba-primary-1);
  border-radius: 0;
}
@media only screen and (max-width: 100rem) {
  .header-left .search-area {
    width: 18.75rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .header-left .search-area {
    display: none;
  }
}
.header-left .search-area .form-control {
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 4px;
}
@media only screen and (max-width: 87.5rem) {
  .header-left .search-area .form-control {
    height: 3rem;
  }
}
.header-left .search-area .input-group-text {
  background-color: transparent;
  border: 0;
  padding-right: 0;
}
.header-left .search-area .input-group-text a i {
  font-size: 1.5rem;
}
.header-left .search-area .input-group-text a svg path,
.header-left .search-area .input-group-text a svg circle {
  stroke: var(--primary);
}
@media only screen and (max-width: 87.5rem) {
  .header-left .search-area .input-group-text {
    height: 3rem;
  }
}
[data-headerbg=color_4] .search-area {
  background-color: #202020 !important;
}
[data-sidebar-style=compact] .header-left {
  margin-left: 0;
}
.header-right {
  height: 100%;
}
.header-right .header-profile {
  position: relative !important;
}
.header-right .header-profile .dropdown-menu:after {
  content: none;
}
.header-right .header-profile img {
  width: 45px;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .header-profile img {
    width: unset;
  }
}
.header-right .nav-item {
  display: flex;
  justify-content: center;
  position: relative;
}
.header-right .nav-item .nav-link {
  color: #464a53;
  font-size: 1.125rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}
.header-right .right-sidebar {
  margin-right: -1.875rem;
}
.header-right .right-sidebar a {
  height: 5rem;
  width: 5rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-left: 0.0625rem solid #dfdfdf;
}
@media only screen and (max-width: 47.9375rem) {
  .header-right .notification_dropdown {
    position: relative;
  }
}
.header-right .notification_dropdown .nav-link {
  position: relative;
  padding: 0.8375rem;
  line-height: 1;
  transition: transform 0.3s ease;
}
.header-right .notification_dropdown .nav-link i {
  font-size: 1.5rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link i {
    font-size: 1.125rem;
  }
}
.header-right .notification_dropdown .nav-link svg path,
.header-right .notification_dropdown .nav-link svg circle {
  stroke: #6e6e6e;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-right .notification_dropdown .nav-link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header-right .notification_dropdown .nav-link:hover {
  transform: scale(1.1);
}
.header-right .notification_dropdown .dropdown-item:focus a,
.header-right .notification_dropdown .dropdown-item:active a {
  color: #fff;
}
.header-right .notification_dropdown .dropdown-item a {
  color: #6e6e6e;
}
.header-right .notification_dropdown .dropdown-item a:hover {
  text-decoration: none;
}
[data-theme-version=dark] .header-right .dropdown-menu {
  box-shadow: none;
}
@media only screen and (max-width: 74.9375rem) {
  .header-right .dropdown-menu:after {
    content: none;
  }
}
.header-right .search-area {
  width: 25rem;
}
.header-right .search-area .form-control {
  background: #fff;
  border: 0;
  padding-left: 0;
  border-radius: 0.75rem;
}
.header-right .search-area ::placeholder {
  color: #A098AE;
  font-size: 16px;
  font-weight: 400;
}
.header-right .search-area .input-group-text {
  border-radius: 0.75rem;
  background: #fff;
  padding: 0px 5px;
  border: 0;
  padding-right: 0;
}
.header-right .search-area .input-group-text i {
  font-size: 1.5rem;
}
.header-right .search-area .input-group-text svg path {
  fill: var(--primary);
}
@media only screen and (max-width: 100rem) {
  .header-right .search-area {
    width: 15.625rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .header-right .search-area {
    display: none;
  }
}
.header-right .header-media {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 7px;
}
.header-right .header-media img {
  width: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 35.9375rem) {
  .header-right .header-media {
    margin-right: 0;
  }
}
.header-right .header-info h6,
.header-right .header-info .h6 {
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .header-info h6,
  .header-right .header-info .h6 {
    margin-bottom: 4px;
  }
}
.header-right .header-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.header-right .header-border {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  margin-left: 12px;
  padding-right: 24px;
}
.header-right .header-border:hover {
  background: transparent;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .header-border {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-right .header-border {
    display: none;
  }
}
.header-right .blur-img {
  position: absolute;
  left: 27%;
  top: 0;
  filter: blur(554px);
}
.dz-fullscreen #icon-minimize {
  display: none;
}
.dz-fullscreen.active #icon-full {
  display: none;
}
.dz-fullscreen.active #icon-minimize {
  display: inline-block;
}
.notification_dropdown .dropdown-menu-end {
  min-width: 18.5rem;
  padding: 1rem 0 0rem;
  top: 100%;
}
.notification_dropdown .dropdown-menu-end.style-1 {
  min-width: 18.5rem;
}
.notification_dropdown .dropdown-menu-end.show {
  overflow: unset;
}
.notification_dropdown .dropdown-menu-end .notification_title {
  background: var(--primary);
  color: #fff;
  padding: 0.625rem 1.25rem;
}
.notification_dropdown .dropdown-menu-end .notification_title h5,
.notification_dropdown .dropdown-menu-end .notification_title .h5 {
  color: #fff;
  margin-bottom: 0.1875rem;
}
.notification_dropdown .dropdown-menu-end .media {
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.125rem;
}
[data-theme-version=dark] .notification_dropdown .dropdown-menu-end .media {
  border-color: #444444;
}
.notification_dropdown .dropdown-menu-end .media > span {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 3.125rem;
  display: inline-block;
  padding: 0.4375rem 0.5625rem;
  margin-right: 0.625rem;
}
[direction=rtl].notification_dropdown .dropdown-menu-end .media > span {
  margin-right: 0;
  margin-left: 0.625rem;
}
.notification_dropdown .dropdown-menu-end .media > span.success {
  background: #daf5e6;
  color: #3AC977;
}
.notification_dropdown .dropdown-menu-end .media > span.primary {
  background: var(--rgba-primary-1);
  color: var(--primary);
}
.notification_dropdown .dropdown-menu-end .media > span.danger {
  background: #ffdede;
  color: #FF5E5E;
}
.notification_dropdown .dropdown-menu-end .media .notify-time {
  width: 100%;
  margin-right: 0;
  color: #828690;
}
.notification_dropdown .dropdown-menu-end .media p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12.5rem;
  margin-bottom: 0;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  .notification_dropdown .dropdown-menu-end .media p {
    max-width: 6.25rem;
  }
}
.notification_dropdown .dropdown-menu-end .all-notification {
  display: block;
  padding: 0.9375rem 1.875rem 14px;
  color: var(--primary);
  text-align: center;
  border-top: 0.0625rem solid #f1f1f1;
  font-size: 0.813rem;
}
.notification_dropdown .dropdown-menu-end .all-notification i {
  margin-left: 0.625rem;
}
@media only screen and (max-width: 47.9375rem) {
  .notification_dropdown .dropdown-menu-end {
    right: 0;
    top: 45px;
    transform: translateX(0);
    padding-right: 0;
    width: 18rem;
    display: none !important;
    border-radius: 0.375rem;
  }
  .notification_dropdown .dropdown-menu-end.show {
    display: block !important;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .notification_dropdown .dropdown-menu-end {
    min-width: 18.5rem;
    right: -4rem;
  }
}
.header-profile > a.nav-link {
  padding: 0;
  display: flex;
  align-items: center;
}
.header-profile > a.nav-link i {
  font-weight: 700;
}
.header-profile > a.nav-link .header-info {
  padding-left: 0rem;
  text-align: left;
}
.header-profile > a.nav-link .header-info span {
  font-size: 1rem;
  color: #000;
  display: block;
  font-weight: 600;
}
.header-profile > a.nav-link .header-info strong {
  color: #6e6e6e;
}
.header-profile > a.nav-link .header-info small,
.header-profile > a.nav-link .header-info .small {
  display: block;
  font-size: 0.8125rem;
  color: #89879f;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile > a.nav-link .header-info {
    display: none;
  }
}
@media only screen and (max-width: 87.5rem) {
  .header-profile > a.nav-link {
    margin-left: 0rem;
    padding-left: 0rem;
  }
  .header-profile > a.nav-link .header-info span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile > a.nav-link {
    margin-left: 0rem;
    padding-left: 0rem;
    border-left: 0;
  }
}
.header-profile .dropdown-menu {
  padding: 0.9375rem 0;
  min-width: 12.5rem;
  display: block;
  transform: scale(0.01);
  transform-origin: center top;
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    box-shadow 0.3s ease 0.15s;
}
.header-profile .dropdown-menu a:hover,
.header-profile .dropdown-menu a:focus,
.header-profile .dropdown-menu a.active {
  color: var(--primary);
}
.header-profile .dropdown-menu.dropdown-menu-end.show {
  transform: scale(1);
  opacity: 1;
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
}
.header-profile img {
  border: 3px solid var(--primary);
  border-radius: 0.938rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-profile img {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .header-profile img {
    border: 2px solid var(--primary);
    border-radius: 0.625rem;
  }
}
.header-profile .dropdown-toggle i {
  font-size: 1.25rem;
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile .dropdown-toggle span {
    display: none;
  }
}
.header-profile .profile_title {
  background: var(--primary);
  color: #fff;
  padding: 0.625rem 1.25rem;
}
.header-profile .profile_title h5,
.header-profile .profile_title .h5 {
  color: #fff;
  margin-bottom: 0.1875rem;
}
.header-profile .dropdown-item {
  padding: 0.5rem 1.5rem;
}
[data-container=boxed] .search-area {
  display: none !important;
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile2 .header-info {
    display: none;
  }
}
[data-headerbg=color_1] .header .header-content {
  border-bottom: 1px solid #eee;
}
.profle-logout path {
  stroke: #ff7979 !important;
}
.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .nav {
  padding-right: 0;
}
.rtl .navbar-nav .nav-item {
  float: right;
}
.rtl .navbar-nav .nav-item + .nav-item {
  margin-right: 1rem;
  margin-left: inherit;
}
.rtl th {
  text-align: right;
}
.rtl .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem;
}
.rtl .dropdown-menu {
  right: 0;
  text-align: right;
}
.rtl .checkbox label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .btn-group > .btn:last-child:not(:first-child),
.rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .custom-control-label::after,
.rtl .custom-control-label::before {
  right: 0;
  left: inherit;
}
.rtl .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: var(--bs-body-bg) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.rtl .input-group > .input-group-append:not(:last-child) > .btn,
.rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
.rtl .input-group > .input-group-prepend > .btn,
.rtl .input-group > .input-group-prepend > .input-group-text {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .input-group > .input-group-append > .btn,
.rtl .input-group > .input-group-append > .input-group-text,
.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
.rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .input-group > .custom-select:not(:first-child),
.rtl .input-group > .form-control:not(:first-child) {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .input-group > .custom-select:not(:last-child),
.rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .input-group > .custom-select:not(:last-child):not(:first-child),
.rtl .input-group > .form-control:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.rtl .custom-control {
  padding-right: 1.5rem;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 1rem;
}
.rtl .custom-control-indicator {
  right: 0;
  left: inherit;
}
.rtl .custom-file-label::after {
  right: initial;
  left: -1px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .radio input,
.rtl .radio-inline,
.rtl .checkbox input,
.rtl .checkbox-inline input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .list-group {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .close {
  float: left;
}
.rtl .modal-header .close {
  margin: -15px auto -15px -15px;
}
.rtl .modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}
.rtl .alert-dismissible .close {
  right: inherit;
  left: 0;
}
.rtl .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}
.rtl .form-check-input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .form-check-label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
.rtl .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
.rtl .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.rtl .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
.rtl .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
.rtl .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.rtl .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
.rtl .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
.rtl .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.rtl .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
.rtl .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .rtl .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .rtl .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1440) {
  .rtl .offset-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-xxl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-xxl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-xxl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-xxl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
.rtl .mr-0,
.rtl .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.rtl .ml-0,
.rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl .mr-1,
.rtl .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .ml-1,
.rtl .mx-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
.rtl .mr-2,
.rtl .mx-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .ml-2,
.rtl .mx-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.rtl .mr-3,
.rtl .mx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
.rtl .ml-3,
.rtl .mx-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.rtl .mr-4,
.rtl .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
.rtl .ml-4,
.rtl .mx-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
.rtl .mr-5,
.rtl .mx-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}
.rtl .ml-5,
.rtl .mx-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important;
}
.rtl .pr-0,
.rtl .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.rtl .pl-0,
.rtl .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rtl .pr-1,
.rtl .px-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}
.rtl .pl-1,
.rtl .px-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}
.rtl .pr-2,
.rtl .px-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}
.rtl .pl-2,
.rtl .px-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
.rtl .pr-3,
.rtl .px-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
.rtl .pl-3,
.rtl .px-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
.rtl .pr-4,
.rtl .px-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}
.rtl .pl-4,
.rtl .px-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
.rtl .pr-5,
.rtl .px-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
.rtl .pl-5,
.rtl .px-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.rtl .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .rtl .mr-sm-0,
  .rtl .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-sm-0,
  .rtl .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-sm-1,
  .rtl .mx-sm-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-sm-1,
  .rtl .mx-sm-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-sm-2,
  .rtl .mx-sm-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-sm-2,
  .rtl .mx-sm-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-sm-3,
  .rtl .mx-sm-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-sm-3,
  .rtl .mx-sm-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-sm-4,
  .rtl .mx-sm-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-sm-4,
  .rtl .mx-sm-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-sm-5,
  .rtl .mx-sm-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-sm-5,
  .rtl .mx-sm-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-sm-0,
  .rtl .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-sm-0,
  .rtl .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-sm-1,
  .rtl .px-sm-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-sm-1,
  .rtl .px-sm-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-sm-2,
  .rtl .px-sm-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-sm-2,
  .rtl .px-sm-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-sm-3,
  .rtl .px-sm-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-sm-3,
  .rtl .px-sm-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-sm-4,
  .rtl .px-sm-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-sm-4,
  .rtl .px-sm-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-sm-5,
  .rtl .px-sm-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-sm-5,
  .rtl .px-sm-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .mr-md-0,
  .rtl .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-md-0,
  .rtl .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-md-1,
  .rtl .mx-md-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-md-1,
  .rtl .mx-md-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-md-2,
  .rtl .mx-md-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-md-2,
  .rtl .mx-md-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-md-3,
  .rtl .mx-md-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-md-3,
  .rtl .mx-md-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-md-4,
  .rtl .mx-md-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-md-4,
  .rtl .mx-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-md-5,
  .rtl .mx-md-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-md-5,
  .rtl .mx-md-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-md-0,
  .rtl .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-md-0,
  .rtl .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-md-1,
  .rtl .px-md-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-md-1,
  .rtl .px-md-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-md-2,
  .rtl .px-md-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-md-2,
  .rtl .px-md-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-md-3,
  .rtl .px-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-md-3,
  .rtl .px-md-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-md-4,
  .rtl .px-md-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-md-4,
  .rtl .px-md-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-md-5,
  .rtl .px-md-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-md-5,
  .rtl .px-md-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .mr-lg-0,
  .rtl .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-lg-0,
  .rtl .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-lg-1,
  .rtl .mx-lg-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-lg-1,
  .rtl .mx-lg-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-lg-2,
  .rtl .mx-lg-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-lg-2,
  .rtl .mx-lg-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-lg-3,
  .rtl .mx-lg-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-lg-3,
  .rtl .mx-lg-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-lg-4,
  .rtl .mx-lg-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-lg-4,
  .rtl .mx-lg-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-lg-5,
  .rtl .mx-lg-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-lg-5,
  .rtl .mx-lg-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-lg-0,
  .rtl .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-lg-0,
  .rtl .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-lg-1,
  .rtl .px-lg-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-lg-1,
  .rtl .px-lg-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-lg-2,
  .rtl .px-lg-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-lg-2,
  .rtl .px-lg-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-lg-3,
  .rtl .px-lg-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-lg-3,
  .rtl .px-lg-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-lg-4,
  .rtl .px-lg-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-lg-4,
  .rtl .px-lg-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-lg-5,
  .rtl .px-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-lg-5,
  .rtl .px-lg-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .mr-xl-0,
  .rtl .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-xl-0,
  .rtl .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-xl-1,
  .rtl .mx-xl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-xl-1,
  .rtl .mx-xl-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-xl-2,
  .rtl .mx-xl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-xl-2,
  .rtl .mx-xl-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-xl-3,
  .rtl .mx-xl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-xl-3,
  .rtl .mx-xl-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-xl-4,
  .rtl .mx-xl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-xl-4,
  .rtl .mx-xl-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-xl-5,
  .rtl .mx-xl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-xl-5,
  .rtl .mx-xl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-xl-0,
  .rtl .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-xl-0,
  .rtl .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-xl-1,
  .rtl .px-xl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-xl-1,
  .rtl .px-xl-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-xl-2,
  .rtl .px-xl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-xl-2,
  .rtl .px-xl-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-xl-3,
  .rtl .px-xl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-xl-3,
  .rtl .px-xl-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-xl-4,
  .rtl .px-xl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-xl-4,
  .rtl .px-xl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-xl-5,
  .rtl .px-xl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-xl-5,
  .rtl .px-xl-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440) {
  .rtl .mr-xxl-0,
  .rtl .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-xxl-0,
  .rtl .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-xxl-1,
  .rtl .mx-xxl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-xxl-1,
  .rtl .mx-xxl-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-xxl-2,
  .rtl .mx-xxl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-xxl-2,
  .rtl .mx-xxl-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-xxl-3,
  .rtl .mx-xxl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-xxl-3,
  .rtl .mx-xxl-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-xxl-4,
  .rtl .mx-xxl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-xxl-4,
  .rtl .mx-xxl-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-xxl-5,
  .rtl .mx-xxl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-xxl-5,
  .rtl .mx-xxl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-xxl-0,
  .rtl .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-xxl-0,
  .rtl .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-xxl-1,
  .rtl .px-xxl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-xxl-1,
  .rtl .px-xxl-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-xxl-2,
  .rtl .px-xxl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-xxl-2,
  .rtl .px-xxl-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-xxl-3,
  .rtl .px-xxl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-xxl-3,
  .rtl .px-xxl-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-xxl-4,
  .rtl .px-xxl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-xxl-4,
  .rtl .px-xxl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-xxl-5,
  .rtl .px-xxl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-xxl-5,
  .rtl .px-xxl-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-xxl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-xxl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .text-left {
  text-align: right !important;
}
@media (min-width: 576px) {
  .rtl .text-sm-right {
    text-align: left !important;
  }
  .rtl .text-sm-left {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .rtl .text-md-right {
    text-align: left !important;
  }
  .rtl .text-md-left {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .rtl .text-lg-right {
    text-align: left !important;
  }
  .rtl .text-lg-left {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .rtl .text-xl-right {
    text-align: left !important;
  }
  .rtl .text-xl-left {
    text-align: right !important;
  }
}
@media (min-width: 1440) {
  .rtl .text-xxl-right {
    text-align: left !important;
  }
  .rtl .text-xxl-left {
    text-align: right !important;
  }
}
.rtl .mx-0 {
  margin-right: auto;
  margin-left: 0 !important;
}
.rtl .mx-0 {
  margin-left: auto;
  margin-right: 0 !important;
}
.rtl .mx-1 {
  margin-right: auto;
  margin-left: 0.25rem !important;
}
.rtl .mx-1 {
  margin-left: auto;
  margin-right: 0.25rem !important;
}
.rtl .mx-2 {
  margin-right: auto;
  margin-left: 0.5rem !important;
}
.rtl .mx-2 {
  margin-left: auto;
  margin-right: 0.5rem !important;
}
.rtl .mx-3 {
  margin-right: auto;
  margin-left: 1rem !important;
}
.rtl .mx-3 {
  margin-left: auto;
  margin-right: 1rem !important;
}
.rtl .mx-4 {
  margin-right: auto;
  margin-left: 1.5rem !important;
}
.rtl .mx-4 {
  margin-left: auto;
  margin-right: 1.5rem !important;
}
.rtl .mx-5 {
  margin-right: auto;
  margin-left: 3rem !important;
}
.rtl .mx-5 {
  margin-left: auto;
  margin-right: 3rem !important;
}
.rtl .px-0 {
  padding-right: auto;
  padding-left: 0 !important;
}
.rtl .px-0 {
  padding-left: auto;
  padding-right: 0 !important;
}
.rtl .px-1 {
  padding-right: auto;
  padding-left: 0.25rem !important;
}
.rtl .px-1 {
  padding-left: auto;
  padding-right: 0.25rem !important;
}
.rtl .px-2 {
  padding-right: auto;
  padding-left: 0.5rem !important;
}
.rtl .px-2 {
  padding-left: auto;
  padding-right: 0.5rem !important;
}
.rtl .px-3 {
  padding-right: auto;
  padding-left: 1rem !important;
}
.rtl .px-3 {
  padding-left: auto;
  padding-right: 1rem !important;
}
.rtl .px-4 {
  padding-right: auto;
  padding-left: 1.5rem !important;
}
.rtl .px-4 {
  padding-left: auto;
  padding-right: 1.5rem !important;
}
.rtl .px-5 {
  padding-right: auto;
  padding-left: 3rem !important;
}
.rtl .px-5 {
  padding-left: auto;
  padding-right: 3rem !important;
}
.rtl .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.rtl .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .rtl .mx-sm-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-sm-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-sm-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-sm-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-sm-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-sm-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-sm-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-sm-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-sm-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-sm-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-sm-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-sm-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-sm-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-sm-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-sm-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-sm-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-sm-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-sm-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-sm-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-sm-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-sm-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-sm-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-sm-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .mx-md-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-md-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-md-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-md-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-md-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-md-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-md-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-md-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-md-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-md-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-md-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-md-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-md-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-md-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-md-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-md-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-md-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-md-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-md-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-md-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-md-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-md-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-md-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-md-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .mx-lg-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-lg-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-lg-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-lg-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-lg-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-lg-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-lg-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-lg-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-lg-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-lg-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-lg-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-lg-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-lg-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-lg-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-lg-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-lg-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-lg-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-lg-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-lg-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-lg-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-lg-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-lg-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-lg-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .mx-xl-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-xl-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-xl-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xl-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-xl-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xl-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-xl-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-xl-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-xl-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xl-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-xl-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-xl-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-xl-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-xl-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-xl-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xl-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-xl-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xl-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-xl-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-xl-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-xl-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xl-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-xl-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440) {
  .rtl .mx-xxl-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-xxl-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-xxl-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xxl-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-xxl-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xxl-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-xxl-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-xxl-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-xxl-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xxl-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-xxl-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-xxl-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-xxl-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-xxl-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-xxl-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xxl-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-xxl-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xxl-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-xxl-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-xxl-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-xxl-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xxl-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-xxl-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-xxl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-xxl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.rtl .float-left {
  float: right !important;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .rtl .float-sm-left {
    float: right !important;
  }
  .rtl .float-sm-right {
    float: left !important;
  }
  .rtl .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .rtl .float-md-left {
    float: right !important;
  }
  .rtl .float-md-right {
    float: left !important;
  }
  .rtl .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .rtl .float-lg-left {
    float: right !important;
  }
  .rtl .float-lg-right {
    float: left !important;
  }
  .rtl .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .rtl .float-xl-left {
    float: right !important;
  }
  .rtl .float-xl-right {
    float: left !important;
  }
  .rtl .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440) {
  .rtl .float-xxl-left {
    float: right !important;
  }
  .rtl .float-xxl-right {
    float: left !important;
  }
  .rtl .float-xxl-none {
    float: none !important;
  }
}
[direction=rtl][data-theme-version=dark] .border,
[direction=rtl][data-theme-version=dark] .border-left,
[direction=rtl][data-theme-version=dark] .border-right {
  border-color: #444444 !important;
}
[direction=rtl] .text-right {
  text-align: left !important;
}
[direction=rtl] .text-left {
  text-align: right !important;
}
[direction=rtl] .border-right {
  border-left: 0.0625rem solid #E6E6E6 !important;
  border-right: 0 !important;
}
[direction=rtl] .border-left {
  border-right: 0.0625rem solid #E6E6E6 !important;
  border-left: 0 !important;
}
[direction=rtl] .dropdown-menu {
  left: auto;
}
[direction=rtl] .dropdown-menu-right {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .dropdown-menu-right {
    left: 0.9375rem;
  }
}
[direction=rtl] .notification_dropdown .dropdown-menu-right .media > span {
  margin-left: 0.625rem;
  margin-right: 0;
}
[direction=rtl]:not([data-container=boxed]) .nav-header {
  left: auto;
  right: 0;
}
[direction=rtl][data-container=wide-boxed] .nav-header {
  left: auto;
  right: auto;
}
[direction=rtl] .nav-header {
  text-align: right;
  right: auto;
}
[direction=rtl] .nav-header .brand-title {
  margin-left: 0;
  margin-right: 0.9375rem;
}
[direction=rtl] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 1.75rem;
}
[data-sidebar-style=compact][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-sidebar-style=compact][direction=rtl] .nav-header .brand-logo[data-layout=horizontal] {
  padding-right: 1.875rem;
}
[data-sidebar-style=mini][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-sidebar-style=modern][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-layout=horizontal][data-sidebar-style=modern][direction=rtl] .nav-header .brand-logo {
  padding-right: 1.875rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .nav-header .brand-logo {
    padding-right: 0;
  }
}
[direction=rtl] .nav-control {
  right: auto;
  left: -4.0625rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .nav-control {
    left: -4.0625rem;
  }
}
@media (max-width: 575.98px) {
  [direction=rtl] .nav-control {
    left: -2.0625rem;
  }
}
[direction=rtl][data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  right: 0;
}
[direction=rtl][data-sidebar-style=compact][data-layout=horizontal] .nav-header .brand-logo {
  padding-right: 2.5rem;
}
[direction=rtl][data-sidebar-style=modern][data-layout=horizontal] .nav-header {
  width: 16rem;
}
[direction=rtl] .header {
  padding: 0;
  padding-right: 21.563rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .header {
    padding-right: 5rem;
    padding-left: 0;
  }
}
[direction=rtl] .header .header-content {
  padding-left: 1.875rem;
  padding-right: 5.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header .header-content {
    padding-right: 3.5rem;
    padding-left: 0.938rem;
  }
}
[data-sidebar-style=compact][direction=rtl] .header .header-content {
  padding-right: 1.875rem;
}
[data-sidebar-style=modern][direction=rtl] .header .header-content {
  padding-right: 5.3125rem;
}
[data-sidebar-style=overlay][direction=rtl] .header .header-content {
  padding-right: 5.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  [data-sidebar-style=overlay][direction=rtl] .header .header-content {
    padding-right: 0.5rem;
  }
}
[direction=rtl] .header .nav-control {
  right: 0.4375rem;
  left: auto;
}
[direction=rtl] .header-right > li:not(:first-child) {
  padding-left: 0;
  padding-right: 1.25rem;
  margin-right: 0 !important;
}
@media only screen and (max-width: 47.9375rem) {
  [direction=rtl] .header-right > li:not(:first-child) {
    padding-right: 0.5rem;
  }
}
[direction=rtl] .header-right .search-area .input-group-append .input-group-text {
  padding-right: auto;
  padding-left: 1.25rem;
}
[direction=rtl] .header-right .search-area .form-control {
  padding-left: auto;
  padding-right: 1.25rem;
}
[direction=rtl] .header-right .header-profile > a.nav-link {
  margin-left: auto;
  padding-left: auto;
  margin-right: 0.9375rem;
  padding-right: 1.875rem;
  border-right: 0.0625rem solid #CCCCCC;
  border-left: 0;
}
[direction=rtl] .header-right .header-profile > a.nav-link .header-info {
  padding-right: 1.25rem;
  padding-left: auto;
  text-align: right;
}
@media only screen and (max-width: 87.5rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link .header-info {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 87.5rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link {
    margin-right: 0.625rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0;
  }
}
[direction=rtl] .header-left .search_bar .dropdown-menu,
[direction=rtl] .header-left .search_bar .dropdown-menu.show {
  right: 2.5rem !important;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-left .search_bar .dropdown-menu,
  [direction=rtl] .header-left .search_bar .dropdown-menu.show {
    right: -6.25rem !important;
  }
}
[direction=rtl] .header-left .search_bar .search_icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-left .search_bar .search_icon {
    border-radius: 5rem;
  }
}
[direction=rtl][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 21.563rem;
}
[direction=rtl][data-layout=horizontal] .header .header-content {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
[direction=rtl][data-layout=horizontal][data-sidebar-style=full] .nav-header .brand-logo {
  padding-right: 2.5rem;
}
[direction=rtl][data-layout=horizontal][data-sidebar-style=mini] .header {
  padding-right: 7.75rem;
}
[direction=rtl][data-sidebar-style=mini] .header {
  padding-right: 6.25rem;
}
[direction=rtl][data-sidebar-style=compact] .header {
  padding: 0 0.9375rem;
  padding-right: 11.25rem;
}
[direction=rtl][data-sidebar-style=compact][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 21.563rem;
}
[direction=rtl][data-sidebar-style=modern] .header {
  padding: 0 0.9375rem;
  padding-right: 10.625rem;
}
[direction=rtl][data-sidebar-style=modern][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 16rem;
}
[direction=rtl] {
  text-align: right;
}
[direction=rtl] .deznav {
  text-align: right;
}
[direction=rtl] .deznav .metismenu ul:after {
  left: auto;
  right: 1.5625rem;
}
[direction=rtl] .deznav .metismenu ul a:before {
  left: auto;
  right: 2.625rem;
}
[data-sidebar-style=full][direction=rtl] .deznav .metismenu li > a i {
  padding: 0 0 0 0;
  margin-right: 0;
  margin-left: 0.625rem;
}
[direction=rtl] .deznav .metismenu li > a svg {
  margin-left: 0.3125rem;
  margin-right: 0;
}
[data-sidebar-style=compact][direction=rtl] .deznav .metismenu li > a svg {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
[data-sidebar-style=icon-hover][direction=rtl] .deznav .metismenu li > a svg {
  margin-left: 0;
}
[direction=rtl] .deznav .metismenu li ul a {
  padding-right: 6rem;
  padding-left: 0.625rem;
}
[direction=rtl] .deznav .metismenu li.active > .has-arrow:after {
  transform: rotate(45deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow:after {
  left: 1.5625rem;
  right: auto;
}
[data-layout=horizontal][direction=rtl] .deznav .metismenu .has-arrow:after {
  left: 1.125rem;
}
[data-sidebar-style=modern][direction=rtl] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow:after {
  left: 1.5rem;
  right: auto;
}
[direction=rtl][data-sidebar-style=mini] .deznav .metismenu > li > a > i {
  padding: 0;
}
[direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul a.has-arrow:after {
  left: 1.5625rem;
  right: auto;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu li > a i {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu li ul a {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul {
  right: 11.8125rem;
  left: 0;
}
[direction=rtl] {
}
[direction=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 15px;
  right: auto;
}
[direction=rtl] .input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-radius: 0.75rem 0 0 0.75rem;
}
[direction=rtl] .list-group {
  padding-left: 0;
}
[direction=rtl] .form-check-input {
  margin-left: -1.25rem;
  margin-right: inherit;
}
[direction=rtl] .form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 10px;
}
[direction=rtl] .radio input,
[direction=rtl] .radio-inline,
[direction=rtl] .checkbox input,
[direction=rtl] .checkbox-inline input {
  margin-left: 0;
  margin-right: 0;
}
[direction=rtl] .content-body {
  margin-right: 21.563rem;
  margin-left: auto;
}
[data-sidebar-style=modern][direction=rtl] .content-body {
  margin-right: 9.375rem;
}
[direction=rtl] .content-body .page-titles {
  text-align: right;
}
[direction=rtl] .doctor-info-details .media-body span i,
[direction=rtl] .recovered-chart-deta .col [class*=bg-] {
  margin-right: 0;
  margin-left: 10px;
}
[direction=rtl] .patients-chart-deta .col,
[direction=rtl] .patients-chart-deta .col [class*=bg-],
[direction=rtl] .recovered-chart-deta .col {
  margin-right: 0;
  margin-left: 15px;
}
[direction=rtl] .best-doctor .timeline .timeline-panel .media .number {
  left: auto;
  right: -13px;
}
[direction=rtl] .doctor-info-details .media i {
  right: 0;
  left: -15px;
}
[direction=rtl] .review-table .disease {
  border-left: 0;
  border-right: 1px solid #eee;
  padding-left: 0;
  padding-right: 20px;
}
[direction=rtl] .apexcharts-legend-text {
  margin: 4px;
}
[direction=rtl] .doctor-info-details .media-body {
  padding-left: 0;
  padding-right: 40px;
}
[direction=rtl] .custom-control {
  margin-left: 0;
}
[direction=rtl] .review-tab.nav-pills li:first-child a.nav-link {
  border-radius: 0 0.75rem 0 0;
}
[direction=rtl] .review-tab.nav-pills li:last-child a.nav-link {
  border-radius: 0.75rem 0 0 0;
}
[direction=rtl] .form-head .btn i {
  margin-left: 5px;
  margin-right: 0;
}
[direction=rtl] .iconbox {
  padding-left: 0;
  padding-right: 70px;
}
[direction=rtl] .iconbox i {
  left: auto;
  right: 0;
}
[direction=rtl] .table.tr-rounded tr td:first-child,
[direction=rtl] .table.tr-rounded tr th:first-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
[direction=rtl] .table.tr-rounded tr td:last-child,
[direction=rtl] .table.tr-rounded tr th:last-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
[direction=rtl] .custom-switch.toggle-switch.text-right {
  padding-left: 48px;
  padding-right: 0;
}
[direction=rtl] .toggle-switch.text-right .custom-control-label:before {
  right: auto !important;
  left: -47px;
}
[direction=rtl] .toggle-switch.text-right .custom-control-label:after {
  right: auto !important;
  left: -28px;
}
[direction=rtl] .toggle-switch.text-right .custom-control-input:checked ~ .custom-control-label:after {
  left: -62px;
  right: auto !important;
}
[direction=rtl] .check-switch {
  padding-right: 40px;
}
[direction=rtl] .check-switch .custom-control-label:after,
[direction=rtl] .check-switch .custom-control-label:before {
  right: -35px !important;
}
[direction=rtl] .bar-chart .apexcharts-yaxis {
  transform: translatex(101%);
}
[direction=rtl] .detault-daterange .input-group-text {
  padding: 0.532rem 0.75rem;
  padding-right: auto;
  padding-left: 0;
}
[direction=rtl] .form-wrapper .input-group .form-control {
  text-align: left;
}
[direction=rtl] .timeline-chart .apexcharts-yaxis {
  transform: translateX(0);
}
[direction=rtl] .card-table td:first-child {
  padding-right: 30px;
  padding-left: 10px;
}
[direction=rtl] .card-table td:last-child {
  padding-left: 30px;
  padding-right: 10px;
}
[direction=rtl] .chatbox .img_cont {
  margin-right: 0px;
  margin-left: 10px;
}
[direction=rtl] .profile-tab .nav-item .nav-link {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .profile-tab .nav-item .nav-link {
    margin-left: 0px;
  }
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-panel {
  margin-left: 0px;
  margin-right: 40px;
}
[direction=rtl] .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  padding: 5px 15px 5px 10px;
  border-width: 0px 5px 0px 0px;
}
[direction=rtl] .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
  border: 0;
  right: -9px;
  width: 7px;
  left: auto;
  height: 7px;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-badge {
  left: auto;
  right: 0px;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-panel:after {
  left: auto;
  right: -5px;
}
[direction=rtl] .chatbox .msg_cotainer {
  margin-left: 0;
  margin-right: 10px;
}
[direction=rtl] .new-arrival-content .price {
  float: left;
}
[direction=rtl] .input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
[direction=rtl] .input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[direction=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
[direction=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}
[direction=rtl] .chatbox .chatbox-close {
  left: 340px;
  right: auto;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .chatbox .chatbox-close {
    left: 280px;
  }
}
[direction=rtl] .separator {
  margin-right: 0;
  margin-left: 9px;
}
[direction=rtl] .card-tabs .nav-tabs {
  padding-right: 5px;
}
[direction=rtl] .chatbox .msg_cotainer {
  margin-left: 0;
  margin-right: 10px;
  border-radius: 1.375rem 0 1.375rem 1.375rem;
}
[direction=rtl] .chatbox .msg_cotainer:after {
  left: auto;
  right: -10px;
  transform: rotate(-90deg);
}
[direction=rtl] .chatbox .type_msg .input-group .input-group-append .btn {
  border-top-right-radius: 38px !important;
  border-bottom-right-radius: 38px !important;
}
[direction=rtl] .chatbox .msg_cotainer_send {
  margin-right: 0px;
  margin-left: 10px;
  border-radius: 0 6px 6px 6px;
}
[direction=rtl] .chatbox .msg_cotainer_send:after {
  right: auto;
  left: -10px;
  transform: rotate(90deg);
}
[direction=rtl] .new-arrival-content .price {
  float: left;
}
[direction=rtl] .trending-menus .tr-row .num {
  margin-right: 0;
  margin-left: 15px;
}
[direction=rtl] .default-select.style-2 .btn:after {
  margin-left: 0;
  margin-right: 0.5em;
}
[direction=rtl] .widget-timeline-icon li .icon {
  left: auto;
  right: -2px;
}
[direction=rtl] .widget-timeline-icon li a {
  padding: 25px 0px 0px 50px;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .widget-timeline-icon .timeline {
    margin-left: 0;
    margin-right: 10px;
  }
  [direction=rtl] .widget-timeline-icon li {
    border-left: 0;
    border-right: 6px solid var(--primary);
  }
  [direction=rtl] .widget-timeline-icon li a {
    padding: 0 30px 30px 0;
  }
  [direction=rtl] .widget-timeline-icon li .icon {
    right: -12px;
  }
  [direction=rtl] .widget-timeline-icon li:last-child {
    border-color: transparent;
  }
}
[direction=rtl] #revenueMap .apexcharts-yaxis,
[direction=rtl] #customerMapkm .apexcharts-yaxis {
  transform: translateX(0px);
}
[direction=rtl] .mail-list .list-group-item i {
  padding-right: 0;
  padding-left: 0.625rem;
}
[direction=rtl] .dz-demo-panel {
  right: auto;
  left: -380px;
}
[direction=rtl] .dz-demo-panel.show {
  right: unset;
  left: 0;
}
[direction=rtl] .dz-demo-panel .dz-demo-trigger {
  left: 100%;
  right: auto;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 3px 5px 0px rgba(119, 119, 119, 0.15);
}
[direction=rtl][data-layout=horizontal] .content-body {
  margin-right: 0;
}
[direction=rtl][data-layout=horizontal] .deznav .metismenu li li .has-arrow:after {
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .content-body {
  margin-right: 6.25rem;
}
[direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .content-body {
  margin-right: 11.25rem;
}
[direction=rtl][data-sidebar-style=overlay] .content-body {
  margin-right: 0;
}
[direction=rtl] #external-events .external-event:before {
  margin-right: 0;
  margin-left: 0.9rem;
}
[direction=rtl] .post-input a i {
  margin-left: 15px;
  margin-right: 0;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
[direction=rtl] .deznav .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg);
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg);
}
[direction=rtl] .chatbox {
  left: -500px;
  right: auto;
}
[direction=rtl] .chatbox.active {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 575px) {
  [direction=rtl] .best-doctor .timeline .timeline-panel .media {
    float: right;
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
}
[direction=rtl] .default-select.style-1 .btn:after {
  margin-left: 0;
  margin-right: 0.5em;
}
[direction=rtl] .pagination .page-indicator {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
[direction=rtl] .lg-outer.lg-visible {
  direction: ltr;
}
[direction=rtl] .chart-point .chart-point-list {
  margin: 0;
  padding-right: 20px;
}
[direction=rtl] .noUi-target {
  direction: rtl;
}
[direction=rtl] .noUi-vertical .noUi-pips-vertical {
  left: -20px;
}
[direction=rtl] .noUi-vertical .noUi-value-vertical {
  padding-left: 0;
  padding-right: 25px;
}
[direction=rtl] .sidebar-right .ps--active-x > .ps__rail-x {
  display: none;
}
[direction=rtl] .form-wizard .nav-wizard li .nav-link:after {
  right: 50%;
  left: auto;
}
[direction=rtl] .dtp > .dtp-content {
  right: 50%;
  left: auto;
}
[direction=rtl] .modal-header .close {
  margin: 0;
  left: 0;
  top: 0px;
  right: auto;
}
[direction=rtl] .input-group-prepend .btn + .btn {
  border-radius: 0 !important;
}
[direction=rtl] .form-control + .input-group-append .btn:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[direction=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
[direction=rtl] .custom-file-label::after {
  border-radius: 0.75rem 0 0 0.75rem;
}
[direction=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
[direction=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-radius: 0;
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  [direction=rtl] .content-body {
    margin-right: 17rem;
  }
}
[direction=rtl] .sidebar-right {
  right: auto;
  left: -50rem;
}
[direction=rtl] .sidebar-right.show {
  left: 5.25rem;
  right: unset;
}
[direction=rtl] .sidebar-right .sidebar-right-trigger {
  left: 100%;
  right: auto;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 3px 5px 0px rgba(119, 119, 119, 0.15);
}
[direction=rtl] .sidebar-right .sidebar-close-trigger {
  right: auto;
  left: -48px;
}
[direction=rtl] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}
html[dir=rtl] [direction=rtl] .footer {
  padding-right: 17.1875rem;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  html[dir=rtl] [direction=rtl] .footer {
    padding-right: 0;
  }
}
html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .footer {
  padding-right: 0;
}
html[dir=rtl] [direction=rtl] .menu-toggle .footer {
  padding-right: 3.75rem;
}
html[dir=rtl] [direction=rtl][data-container=boxed] .footer {
  padding-right: 0;
}
html[dir=rtl] [direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .footer {
  padding-right: 3.75rem;
}
html[dir=rtl] [direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .footer {
  padding-right: 9.375rem;
}
.nav-label {
  margin: 0.625rem 1.875rem 0;
  padding: 1.5625rem 0 0.625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  border-top: 0.0625rem solid #eaeaea;
  color: #999999;
}
[data-theme-version=dark] .nav-label {
  border-color: #444444;
}
.nav-label.first {
  border: 0rem;
  margin-top: 0rem;
}
.nav-badge {
  position: absolute;
  right: 2.8125rem;
  top: 0.625rem;
}
.content-body {
  margin-left: 15rem;
  z-index: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 47.9375rem) {
  .content-body {
    padding-right: 0rem;
  }
}
.bell img {
  -webkit-animation: ring 8s 0.7s ease-in-out infinite;
  -moz-animation: ring 8s 0.7s ease-in-out infinite;
  transform-origin: 50% 0.25rem;
  animation: ring 8s 0.7s ease-in-out infinite;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.deznav {
  width: 15rem;
  padding-bottom: 10px;
  height: calc(100% - 3.125rem);
  position: absolute;
  top: 3.125rem;
  padding-top: 1rem;
  z-index: 6;
  background-color: var(--sidebar-bg);
  border-right: 1px solid #E6E6E6;
  transition: all 0.2s ease;
  box-shadow: 0rem 0.9375rem 1.875rem 0rem rgba(0, 0, 0, 0.02);
}
.deznav .deznav-scroll {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
.deznav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.deznav .metismenu {
  display: flex;
  flex-direction: column;
}
.deznav .metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.deznav .metismenu > li {
  display: flex;
  flex-direction: column;
}
.deznav .metismenu > li a > i {
  font-size: 1.375rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  height: auto;
  width: auto;
  text-align: center;
  margin-right: 0.65rem;
  border-radius: 0.125rem;
  line-height: 1;
  border-radius: 0.375rem;
  font-family: "Material Icons";
  font-style: normal;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
[data-sidebar-style=compact] .deznav .metismenu > li a > i {
  display: block;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  line-height: 3.45rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3125rem;
}
[data-sidebar-style=compact] .deznav .metismenu > li a > i[data-theme-version=dark] {
  color: #fff;
}
@media only screen and (max-width: 84.375rem) {
  .deznav .metismenu > li a > i {
    height: auto;
    line-height: 0.0625rem;
    width: auto;
    font-size: 1.5rem;
    padding: 0;
    color: #969BA0;
  }
}
.deznav .metismenu > li > a {
  font-weight: 400;
  display: inline-block;
  font-size: 0.813rem;
  color: #2C2C2C;
}
.deznav .metismenu > li > a i {
  color: #96A0AF;
}
.deznav .metismenu > li > a svg {
  height: 100%;
  margin-right: 0.4125rem;
  margin-top: -0.0875rem;
}
.deznav .metismenu > li > a .menu-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  border-radius: 0.125rem;
  line-height: 1;
  border-radius: 0.125rem;
}
.deznav .metismenu > li > a g [fill] {
  fill: #8088a1;
}
.deznav .metismenu > li:hover > a,
.deznav .metismenu > li:focus > a {
  color: var(--primary);
}
.deznav .metismenu > li:hover > a g [fill],
.deznav .metismenu > li:focus > a g [fill] {
  fill: var(--primary);
}
.deznav .metismenu > li.mm-active > a {
  color: var(--primary);
  background-color: rgba(13, 153, 255, 0.05);
  font-weight: 400;
}
.deznav .metismenu > li.mm-active > a i {
  color: var(--primary) !important;
  font-weight: 900;
}
.deznav .metismenu > li.mm-active > a .menu-icon svg path {
  stroke: var(--primary);
}
.deznav .metismenu > li.mm-active > a g [fill] {
  fill: var(--primary);
}
.deznav .metismenu > li.mm-active > a:after {
  border-top: 0.3125rem solid #888888;
  border-left: 0.3125rem solid #888888;
  top: 44%;
  border-width: 1px;
}
[data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a i {
  background: var(--primary);
  color: #fff;
}
.deznav .metismenu li {
  position: relative;
}
.deznav .metismenu .menu-title {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 8px 0px 10px 20.6px;
  color: var(--primary);
}
.deznav .metismenu .menu-title:not(:first-child) {
  margin-top: 10px;
}
.deznav .metismenu ul {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0;
}
.deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 0.813rem;
  padding-left: 3rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 84.375rem) {
  .deznav .metismenu ul a {
    padding-left: 3.8rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .deznav .metismenu ul a {
    padding-left: 3.4rem;
    font-size: 0.875rem;
  }
}
[data-sidebar-style=full] .deznav .metismenu ul a:before {
  content: "";
  height: 0.125rem;
  width: 0.375rem;
  background: var(--rgba-primary-5);
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-sidebar-style=full] .deznav .metismenu ul a:hover {
  padding-left: 3.8rem;
}
@media only screen and (max-width: 78.125rem) {
  [data-sidebar-style=full] .deznav .metismenu ul a:hover {
    padding-left: 3.3rem;
  }
}
[data-sidebar-style=full] .deznav .metismenu ul a:hover:before {
  width: 1.25rem;
}
.deznav .metismenu ul a:hover,
.deznav .metismenu ul a:focus,
.deznav .metismenu ul a.mm-active {
  text-decoration: none;
  color: var(--primary);
}
[data-sidebar-style=compact] .deznav .metismenu ul a:hover:after,
[data-sidebar-style=compact] .deznav .metismenu ul a:focus:after,
[data-sidebar-style=compact] .deznav .metismenu ul a.mm-active:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--rgba-primary-5);
  position: absolute;
  left: 0.8rem;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-sidebar-style=compact] .deznav .metismenu ul a:hover:hover,
[data-sidebar-style=compact] .deznav .metismenu ul a:focus:hover,
[data-sidebar-style=compact] .deznav .metismenu ul a.mm-active:hover {
  scale: 1.05;
}
.deznav .metismenu ul a:before {
  position: absolute;
  content: none;
  height: 0.125rem;
  width: 0.5rem;
  top: 50%;
  left: 1.75rem;
  border-radius: 3.75rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 84.375rem) {
  .deznav .metismenu ul a:before {
    left: 2.8125rem;
  }
}
.deznav .metismenu a {
  position: relative;
  display: block;
  padding: 0.625rem 1.875rem;
  outline-width: 0;
  color: #737B8B;
  text-decoration: none;
}
@media only screen and (max-width: 47.9375rem) {
  .deznav .metismenu a {
    padding: 0.625rem 1.25rem;
  }
}
.deznav .metismenu .has-arrow:after {
  border-top: 0.3125rem solid #C8C8C8;
  border-left: 0.3125rem solid #C8C8C8;
  border-bottom: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  right: 15px;
  top: 44%;
  border-width: 1px;
  -webkit-transform: rotate(-225deg) translateY(-50%);
  transform: rotate(-225deg) translateY(-50%);
  position: absolute;
  right: -15px;
}
.deznav .metismenu .has-arrow[aria-expanded=true]:after,
.deznav .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.deznav .main-menu {
  padding: 0.625rem 1.875rem;
}
.deznav .header-info2 {
  padding: 0 20px;
}
.deznav .header-info2 img {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 1.25rem;
  margin-right: 1.2rem;
}
.deznav .header-info2 span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #393939;
}
@media only screen and (max-width: 87.5rem) {
  .deznav .header-info2 span {
    font-size: 0.9rem;
  }
}
.deznav .header-info2 i {
  margin-left: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 87.5rem) {
  .deznav .header-info2 {
    padding: 0;
  }
}
.deznav .ps__rail-y {
  left: 0 !important;
  opacity: 0.1;
}
.deznav .ps__rail-y:hover {
  opacity: 0.1;
}
.copyright {
  padding: 0 1.875rem;
}
.copyright p {
  font-size: 0.875rem;
}
.copyright strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 63.9375rem) {
  .nav-header {
    width: 5rem;
  }
}
@media (max-width: 47.9375rem) {
  .brand-title {
    display: none;
  }
  .footer {
    padding-left: 0;
  }
  .deznav {
    left: 0;
    top: 3.2rem;
  }
}
.extra-menu-area + .show-more-btn .show-less {
  display: none;
}
.extra-menu-area.show + .show-more-btn .show-less {
  display: block;
}
.extra-menu-area.show + .show-more-btn .show-more {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu > ul.collapse:not(.in),
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu > ul.collapse:not(.in) {
  height: 15.75rem !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > a {
  width: calc(70vw + 3.75rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 13.75rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > a {
  width: calc(70vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 12.5rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-xl:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-xl:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > a {
  width: calc(55vw + 3rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 12.5rem;
  width: 55vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-lg:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-lg:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > a {
  width: 48vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 18.75rem;
  width: 45vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-md:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-md:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > a {
  width: 33vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 18.125rem;
  width: 30vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mega-menu-sm:hover > ul ul a,
[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mega-menu-sm:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu:hover > a {
  width: calc(60vw + 3.75rem);
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 25rem;
  width: 60vw;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-xl:hover > a {
  width: calc(60vw + 3.75rem);
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 25.625rem;
  width: 60vw;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-lg:hover > a {
  width: calc(50vw + 3.75rem);
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 16.25rem;
  width: 50vw;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-md:hover > a {
  width: calc(40vw + 3.75rem);
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 18.75rem;
  width: 40vw;
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-sm:hover > a {
  width: calc(22vw + 3.75rem);
}
[data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 18.125rem;
  width: 22vw;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu:not(:last-child) {
  position: static;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu ul {
  left: 0;
  right: 0;
}
[data-theme-version=dark][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #444444;
}
[data-sibebarbg=color_2][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #0b4c44;
}
[data-sibebarbg=color_3][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #0060a6;
}
[data-sibebarbg=color_4][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: black;
}
[data-sibebarbg=color_5][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #001ecb;
}
[data-sibebarbg=color_6][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #0057d8;
}
[data-sibebarbg=color_7][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #1971a3;
}
[data-sibebarbg=color_8][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #7b3581;
}
[data-sibebarbg=color_9][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #56704e;
}
[data-sibebarbg=color_10][data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li {
  border-color: #0d1547;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li a {
  transition: all 0.4s ease-in-out;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu ul li a:hover {
  border-radius: 0.25rem;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 13.75rem;
  width: 70vw;
  z-index: 99;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  content: "";
  height: 100%;
  width: 0.0625rem;
  position: absolute;
  background-color: #fff;
  right: 2.8125rem;
  top: 0;
}
[data-theme-version=dark][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #262626;
}
[data-sibebarbg=color_2][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #12786c;
}
[data-sibebarbg=color_3][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #007ed9;
}
[data-sibebarbg=color_4][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #131313;
}
[data-sibebarbg=color_5][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #0025fe;
}
[data-sibebarbg=color_6][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #0c6dff;
}
[data-sibebarbg=color_7][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #208fcf;
}
[data-sibebarbg=color_8][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #9e44a5;
}
[data-sibebarbg=color_9][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #6d8f62;
}
[data-sibebarbg=color_10][data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul::after {
  background-color: #142173;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 13.125rem;
  width: 70vw;
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 13.125rem;
  width: 43.75rem;
  height: 13.125rem !important;
}
@media only screen and (min-width: 75rem) and (max-width: 93.75rem) {
  [data-layout=horizontal] .deznav .metismenu > li.mega-menu-lg:hover > ul {
    width: 43.75rem;
  }
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 20rem;
  width: 54vw;
}
@media only screen and (min-width: 75rem) and (max-width: 93.75rem) {
  [data-layout=horizontal] .deznav .metismenu > li.mega-menu-md:hover > ul {
    width: 60vw;
  }
}
[data-layout=horizontal] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 20rem;
  width: 25vw;
}
@media only screen and (min-width: 75rem) and (max-width: 93.75rem) {
  [data-layout=horizontal] .deznav .metismenu > li.mega-menu-sm:hover > ul {
    width: 35vw;
  }
}
[data-layout=horizontal][data-container=boxed] .deznav .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
[data-layout=horizontal][data-container=boxed] .deznav .metismenu > li.mega-menu-xl:hover > ul {
  max-height: 21.875rem;
  width: 100%;
}
[data-layout=horizontal][data-container=boxed] .deznav .metismenu > li.mega-menu-lg:hover > ul {
  max-height: 21.875rem;
  width: 55vw;
}
[data-layout=horizontal][data-container=boxed] .deznav .metismenu > li.mega-menu-md:hover > ul {
  max-height: 18.75rem;
  width: 45vw;
}
[data-layout=horizontal][data-container=boxed] .deznav .metismenu > li.mega-menu-sm:hover > ul {
  max-height: 18.125rem;
  width: 50vw;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu {
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .menu-icon {
  float: left;
  margin-right: 10px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .menu-icon svg {
  width: 20px;
  height: 20px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu lia:has(.mm-collapse):has(a.mm-active) .has-arrow:after {
  right: 0;
  transform: rotate(-135deg) translateY(-50%);
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu li a {
  text-decoration: none;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu li a.mm-collapse:has(a.mm-active):before {
  font-weight: bold;
  position: absolute;
  left: 15px;
  height: 10px;
  width: 10px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu li ul li ul li a {
  text-decoration: none;
  left: 1rem;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu li ul li ul li ul li a {
  text-decoration: none;
  padding-left: 4.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu li ul li ul li ul li a:before {
  left: 2.8rem;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu ul a.mm-active:before {
  font-weight: bold;
  position: absolute;
  left: 25px;
  height: 10px;
  width: 10px;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a {
  text-decoration: none;
  font-size: 0.813rem;
  padding: 0.75rem 1.5rem;
  margin: 0px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
  text-decoration: none;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
  font-weight: 300;
}
[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow:after {
  right: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header {
  width: 3.75rem;
  z-index: 999;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo img {
  width: 50px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo .color-title {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control {
  right: -3rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: var(--primary);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .copyright,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .plus-box,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .help-desk {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  padding-left: 7.5rem;
  width: 100%;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  padding: 0 0.9375rem;
  padding-right: 7.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-content {
  padding-left: 0rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav {
  width: 3.75rem;
  overflow: visible;
  position: absolute;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .nav-text {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .slimScrollDiv,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .deznav-scroll {
  overflow: visible !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .header-info2 {
  padding: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .sidebar-info {
  display: none !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .header-profile2 {
  margin: 0 0.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li {
  position: relative;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a {
  background: transparent;
  margin: 0.125rem 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-right: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a:before {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li a i {
  margin: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul {
  position: absolute;
  left: 3.7rem;
  top: 0;
  width: 12rem;
  z-index: 1001;
  display: none;
  padding-left: 0.0625rem;
  height: auto !important;
  box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
  margin-left: 0;
  border: 0;
  border-radius: 0.375rem;
  background: #fff;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul {
  left: auto;
  right: 5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul {
  left: 11.8125rem;
  top: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul:after {
  content: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul {
  display: block;
  height: auto;
  overflow: visible;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul li a .nav-text {
  display: block;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul li ul {
  margin-left: 5px;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li:hover > ul li ul li a {
  left: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li {
  transition: all 0.4s ease-in-out;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a {
  padding: 0.725rem 0.775rem;
  margin: 3px 0px;
  text-align: center;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a.has-arrow:after {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li > a .has-arrow:after {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a {
  background-color: rgba(13, 153, 255, 0.05);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li.mm-active > a i {
  color: #fff;
  padding: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover:nth-last-child(-n+1) > ul {
  bottom: 0;
  top: auto;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a {
  background-color: rgba(13, 153, 255, 0.05);
  color: #fff;
}
[data-theme-version=dark][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a {
  background: #242424;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > a i {
  color: #fff;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul {
  height: auto !important;
  padding: 0.625rem 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul a {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul {
  padding: 0.625rem 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu > li:hover > ul ul a {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-label,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .nav-badge {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .menu-title {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-left: 3.7rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-right: 5.7rem;
  margin-left: auto;
  border: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 5.7rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 0;
  padding-right: 5.7rem;
}
[data-sidebar-style=full][data-layout=horizontal] .header .header-content {
  padding-left: 1.875rem;
}
[data-nav-headerbg=color_1] .menu-toggle .color-title {
  display: none !important;
}
.show-more-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.813rem !important;
  color: var(--primary) !important;
}
.show-more-btn:before {
  display: none;
}
.show-more-btn:active {
  border: 0 !important;
}
.show-more-btn.collapsed {
  border: 0;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
@media only screen and (min-width: 48rem) {
  [data-sidebar-style=mini] .nav-header {
    width: 8rem;
  }
  [data-sidebar-style=mini] .nav-header .nav-control {
    z-index: -1;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger {
    left: 6.25rem !important;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger .line {
    background-color: #6e6e6e !important;
  }
  [data-sidebar-style=mini] .nav-header .brand-title {
    display: none;
  }
  [data-sidebar-style=mini] .nav-header .hamburger {
    display: none;
  }
  [data-sidebar-style=mini] .header .header-content {
    padding-left: 1.875rem;
  }
  [direction=rtl][data-sidebar-style=mini] .header .header-content {
    padding-right: 1.875rem;
  }
  [data-sidebar-style=mini] .deznav {
    width: 3.75rem;
    overflow: visible;
    position: absolute;
    z-index: 2;
  }
  [data-sidebar-style=mini] .deznav .copyright,
  [data-sidebar-style=mini] .deznav .plus-box {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .nav-text {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .slimScrollDiv,
  [data-sidebar-style=mini] .deznav .deznav-scroll {
    overflow: visible !important;
  }
  [data-sidebar-style=mini] .deznav .nav-user {
    padding: 0.6875rem;
  }
  [data-sidebar-style=mini] .deznav .nav-user .media-body {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .header-profile {
    margin-bottom: 0;
    margin-top: 0.75rem;
  }
  [data-sidebar-style=mini] .deznav .header-profile:hover > a.nav-link {
    border-radius: 3rem;
  }
  [data-sidebar-style=mini] .deznav .header-profile img {
    width: 3rem;
    height: 3rem;
  }
  [data-sidebar-style=mini] .deznav .header-profile > a.nav-link {
    border-radius: 3rem;
    padding: 0.3125rem 0.3125rem;
  }
  [data-sidebar-style=mini] .deznav .header-profile .header-info {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-icon {
    float: left;
    margin-right: 10px;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-icon svg {
    width: 20px;
    height: 20px;
  }
  [data-sidebar-style=mini] .deznav .metismenu lia:has(.mm-collapse):has(a.mm-active) .has-arrow:after {
    right: 0;
    transform: rotate(-135deg) translateY(-50%);
  }
  [data-sidebar-style=mini] .deznav .metismenu li a {
    text-decoration: none;
    padding: 0px 30px 15px 10px;
  }
  [data-sidebar-style=mini] .deznav .metismenu li a.mm-collapse:has(a.mm-active):before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=mini] .deznav .metismenu li ul li ul li a {
    text-decoration: none;
    left: 1rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu li ul li ul li ul li a {
    text-decoration: none;
    padding-left: 4.5rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu li ul li ul li ul li a:before {
    left: 2.8rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu li > ul {
    position: absolute;
    left: 3.7rem;
    top: 0;
    width: 12rem;
    z-index: 1001;
    display: none;
    height: auto !important;
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    margin-left: 0;
    border: 0;
    border-radius: 0.375rem;
    background: #fff;
  }
  [direction=rtl]:not([data-layout=horizontal])[data-sidebar-style=mini] .deznav .metismenu li > ul {
    left: auto;
    right: 6.25rem;
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
  }
  [data-sidebar-style=mini] .deznav .metismenu li > ul li:hover ul {
    left: 11.8125rem;
    top: 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu li > ul li:hover ul:after {
    content: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul {
    display: block;
    height: auto;
    overflow: visible;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li {
    padding: 0px !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li a .nav-text {
    display: block;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li a .has-arrow:after {
    right: 0px;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li ul {
    margin-left: 5px;
    padding: 0px !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li ul li {
    padding: 0px !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu li:hover > ul li ul li a {
    left: 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li {
    transition: all 0.4s ease-in-out;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li > a {
    padding: 0.725rem 0.775rem;
    text-align: center;
    line-height: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li > a > i {
    padding: 0;
    font-size: 1.375rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li > a.has-arrow:after {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li > a .has-arrow:after {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a {
    background-color: rgba(13, 153, 255, 0.05);
  }
  [data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
    padding: 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover:nth-last-child(-n+1) > ul {
    bottom: 0;
    top: auto;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > a {
    background-color: rgba(13, 153, 255, 0.05);
    color: #fff;
  }
  [data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a {
    background: #242424;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > a i {
    color: #fff;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > ul {
    height: auto !important;
    padding: 0.625rem 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > ul a {
    padding: 0.375rem 1.25rem 0.375rem 1.25rem;
    margin-left: -0.1rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > ul ul {
    padding: 0.625rem 0;
  }
  [data-sidebar-style=mini] .deznav .metismenu > li:hover > ul ul a {
    padding: 0.375rem 1.25rem 0.375rem 1.25rem;
    margin-left: -0.1rem;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-title {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .metismenu .nav-label,
  [data-sidebar-style=mini] .deznav .metismenu .nav-badge {
    display: none;
  }
  [data-sidebar-style=mini] .deznav .header-info2 {
    padding: 0;
  }
  [data-sidebar-style=mini] .deznav .sidebar-info {
    display: none !important;
  }
  [data-sidebar-style=mini] .deznav .header-profile2 {
    margin: 0 0.5rem;
  }
  [data-sidebar-style=mini] .deznav .help-desk {
    display: none;
  }
  [data-sidebar-style=mini] .content-body {
    margin-left: 3.8rem;
  }
  [data-sidebar-style=mini][data-header-position=fixed] .content-body {
    padding-top: 3.1rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  [data-sidebar-style=mini][data-header-position=fixed] .content-body {
    padding-top: 3.1rem;
  }
}
@media only screen and (min-width: 48rem) {
  [data-sidebar-style=mini][data-layout=vertical] .deznav {
    position: absolute !important;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-225deg) translateY(-50%) !important;
    transform: rotate(-225deg) translateY(-50%) !important;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu li:hover > ul {
    display: block;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul {
    bottom: 0;
    top: auto !important;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul:after {
    top: auto;
    bottom: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:nth-last-child(-n+1) > ul {
    bottom: 0;
    top: auto !important;
  }
}
@media only screen and (min-width: 48rem) {
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul {
    overflow: visible;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul:after {
    content: none;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul {
    padding: 0.625rem 0;
    width: 13rem;
    left: 13rem;
    top: -0.625rem;
    border: 0;
    margin: 0;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul:after {
    content: none;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul li:hover ul {
    left: auto;
    right: 13rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
    background: rgba(13, 153, 255, 0.05);
    color: #fff;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a {
    background-color: rgba(13, 153, 255, 0.05);
    color: var(--primary);
    border-radius: 0;
    position: unset;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a i {
    color: #fff;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > a .nav-text {
    padding-left: auto;
    padding-right: 1.6875rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    height: auto !important;
    overflow: visible;
    border: 0;
    margin-left: 0;
    left: 3.75rem;
    width: 13rem;
    border: 0;
    padding: 0.625rem 0;
    top: 0px;
  }
  [data-theme-version=dark][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul {
    left: auto;
    right: 6.25rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a {
    padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a .nav-text {
    display: block;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a:before {
    content: none;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul a.has-arrow:after {
    right: 1.25rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul ul a {
    padding: 0.375rem 1.25rem 0.375rem 1.25rem;
    margin-left: -0.1rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li:hover > ul ul a:before {
    content: none;
  }
  [data-sidebar-style=mini][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
    width: 74.9375rem;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li {
    padding: 0;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > a {
    padding: 0.725rem 0.775rem;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > a i {
    padding: 0;
    margin: 0;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > a {
    padding: 1.125rem;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > a svg {
    margin-left: 0;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > a svg {
    margin-right: 0;
    margin-top: 0;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .deznav .metismenu > li > ul li a {
    padding: 1rem 1.25rem 1rem 1.25rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  [data-sidebar-style=mini] .deznav li.mm-active ul {
    height: auto !important;
  }
  [data-sidebar-style=mini] .deznav li a.has-arrow::after {
    transform: rotate(-225deg) translateY(-50%);
  }
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
@media (min-width: 64rem) {
  [data-layout=horizontal] .deznav .metismenu > li > ul .extra-menu-li:hover .extra-menu-links {
    display: block !important;
    position: relative !important;
    top: 12px !important;
    left: 0 !important;
    right: auto !important;
  }
  [data-layout=horizontal] .deznav .metismenu > li > ul .extra-menu-li .extra-menu-links {
    position: relative;
    top: 12px !important;
    left: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    right: auto !important;
    box-shadow: none;
    display: block !important;
  }
  [data-layout=horizontal] .deznav .metismenu > li > ul .extra-menu-li .extra-menu-links:not(.show) {
    height: 0;
  }
  [data-layout=horizontal] .deznav .metismenu > li > ul .extra-menu-li .extra-menu-links li a {
    padding: 1rem 1.25rem 1rem 1.25rem !important;
  }
  [data-layout=horizontal] .nav-header {
    height: 3.125rem;
    width: 18.563rem;
    top: 0;
    z-index: 7;
  }
  [data-layout=horizontal] .nav-header .nav-control {
    display: none;
  }
  [data-layout=horizontal] .nav-header .brand-logo {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  [data-layout=horizontal] .header {
    width: 100%;
    height: 3.125rem;
    padding-left: 18.563rem;
    padding-top: 0;
    z-index: 6;
  }
  [data-layout=horizontal] .deznav {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
    top: 0;
    z-index: 5;
  }
  [data-layout=horizontal] .deznav .slimScrollDiv {
    overflow: visible !important;
  }
  [data-layout=horizontal] .deznav .slimScrollDiv .deznav-scroll {
    overflow: visible !important;
  }
  [data-layout=horizontal] .deznav .deznav-scroll {
    overflow: visible !important;
  }
  [data-layout=horizontal] .deznav .slimScrollBar {
    display: none !important;
  }
  [data-layout=horizontal] .deznav .header-profile {
    margin-right: 0.9375rem;
    margin-bottom: 0;
    display: none;
  }
  [data-layout=horizontal] .deznav .header-profile:hover > a.nav-link {
    border-radius: 3rem;
  }
  [data-layout=horizontal] .deznav .header-profile img {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  [data-layout=horizontal] .deznav .header-profile > a.nav-link {
    border-radius: 3rem;
    padding: 0.3125rem 0.3125rem;
  }
  [data-layout=horizontal] .deznav .header-profile .header-info {
    display: none;
  }
  [data-layout=horizontal] .deznav .header-profile2 {
    display: none;
  }
  [data-layout=horizontal] .deznav .nav-user,
  [data-layout=horizontal] .deznav .nav-label {
    display: none;
  }
  [data-layout=horizontal] .deznav .metismenu {
    flex-direction: row;
    padding: 0.8rem 1.25rem;
    margin-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
  }
  [data-layout=horizontal] .deznav .metismenu .collapse.in {
    display: none;
  }
  [data-layout=horizontal] .deznav .metismenu ul {
    border-left: 0;
  }
  [data-theme-version=dark][data-layout=horizontal] .deznav .metismenu ul {
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
  }
  [data-layout=horizontal] .deznav .metismenu li {
    flex-direction: column;
    position: relative;
    margin-top: -12px;
  }
  [data-layout=horizontal] .deznav .metismenu li:hover > ul {
    display: block;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul {
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 13.75rem;
    z-index: 999;
    left: auto;
    right: auto;
    padding: 1.2rem 0 0.5rem;
    display: none;
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    margin: 0;
    background: #fff;
    border-radius: 0.375rem;
  }
  [data-theme-version=dark][data-layout=horizontal] .deznav .metismenu li > ul {
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    background: #242424;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul li {
    padding: 0;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul li a {
    transition: all 0.4s ease-in-out;
    padding: 1rem 1.25rem 1rem 1.25rem;
    margin-left: -0.1rem;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu li > ul li a {
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    text-align: right;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul li a:hover {
    border-radius: 0.4rem;
    padding-left: 1.25rem;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul li a:before {
    content: none;
    left: 1.375rem;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu li > ul li a:before {
    left: auto;
    right: 0.375rem;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul li svg {
    width: 0.938rem;
    height: 1rem;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul .menu-title {
    display: none;
  }
  [data-layout=horizontal] .deznav .metismenu li > ul ul {
    left: 100%;
    top: 0;
    box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu li > ul ul {
    left: auto;
    right: 100%;
  }
  [data-layout=horizontal] .deznav .metismenu > li {
    flex: 0 0 auto;
    position: relative;
  }
  [data-layout=horizontal] .deznav .metismenu > li > a i {
    margin-right: 0.3125rem;
  }
  [data-theme-version=dark][data-layout=horizontal] .deznav .metismenu > li {
    border-color: rgba(255, 255, 255, 0.07);
  }
  [data-theme-version=dark][data-layout=horizontal] .deznav .metismenu > li.mm-active {
    border-color: transparent;
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover,
  [data-layout=horizontal] .deznav .metismenu > li.mm-active {
    padding: 0;
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover > a,
  [data-layout=horizontal] .deznav .metismenu > li.mm-active > a {
    color: var(--primary);
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover > a i,
  [data-layout=horizontal] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
    background: transparent;
    box-shadow: none;
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover ul li > a:after,
  [data-layout=horizontal] .deznav .metismenu > li.mm-active ul li > a:after {
    transform: rotate(-225deg) translateY(-50%);
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li:first-child {
    border-right: 0;
  }
  [data-theme-version=dark][direction=rtl][data-layout=horizontal] .deznav .metismenu > li {
    border-color: #444444;
  }
  [data-layout=horizontal] .deznav .metismenu > li > a {
    padding: 0.65rem 0.3375rem 0.65rem 0.3375rem;
    margin: 0.125rem 0.125rem;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li > a {
    padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem;
  }
  [data-layout=horizontal] .deznav .metismenu > li > a i {
    padding: 0 0.4375rem 0 0;
    height: auto;
    width: auto;
    line-height: 1;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li > a i {
    padding: 0 0 0 0.4375rem;
  }
  [data-layout=horizontal] .deznav .metismenu > li > a .nav-badge {
    display: none;
  }
  [data-layout=horizontal] .deznav .metismenu > li > a:after {
    right: 1.25rem;
    transform: rotate(-135deg) translateY(-50%);
    display: none;
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover {
    border-color: transparent;
  }
  [data-layout=horizontal] .deznav .metismenu > li:hover > ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto !important;
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
    border-radius: 0.375rem;
  }
  [data-theme-version=dark][data-layout=horizontal] .deznav .metismenu > li:hover > ul {
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(0, 0, 0, 0.1);
    background: #242424;
  }
  [data-layout=horizontal] .deznav .metismenu > li > ul > li:hover ul.collapse {
    display: block !important;
    position: absolute;
    left: auto !important;
    right: -100% !important;
    top: 0 !important;
  }
  [data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+5) > ul {
    left: auto;
    right: 0;
  }
  [data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+5) > ul > li:hover ul.collapse {
    right: auto !important;
    left: -100% !important;
  }
  [data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+5) > ul.left {
    left: 0;
  }
  [data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+5) > ul.left > li:hover ul.collapse {
    left: 100% !important;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+5) > ul.left {
    left: auto;
    right: 0;
  }
  [data-layout=horizontal] .deznav .metismenu > li:last-child > ul ul {
    left: -100%;
  }
  [data-layout=horizontal] .deznav .metismenu > li:last-child > ul.left ul {
    left: 100%;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li:last-child > ul.left ul {
    left: auto;
    right: 100%;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+3) > ul {
    left: 0;
    right: auto;
  }
  [direction=rtl][data-layout=horizontal] .deznav .metismenu > li:nth-last-child(-n+3) > ul > li:hover ul.collapse {
    right: -100% !important;
    left: auto !important;
  }
  [data-layout=horizontal] .deznav .metismenu .menu-title {
    display: none;
  }
  [data-layout=horizontal] .deznav .copyright,
  [data-layout=horizontal] .deznav .plus-box,
  [data-layout=horizontal] .deznav .help-desk {
    display: none;
  }
  [data-layout=horizontal] .content-body {
    margin-left: 0;
  }
  [data-layout=horizontal] .content-body .container-fluid,
  [data-layout=horizontal] .content-body .container-sm,
  [data-layout=horizontal] .content-body .container-md,
  [data-layout=horizontal] .content-body .container-lg,
  [data-layout=horizontal] .content-body .container-xl,
  [data-layout=horizontal] .content-body .container-xxl {
    padding-top: 1.875rem;
  }
  [data-layout=horizontal] .content-body .page-titles {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  [data-layout=horizontal] .footer {
    margin: 0 auto;
    padding-left: 0;
  }
  [data-header-position=fixed][data-layout=horizontal] .deznav {
    top: 3.125rem;
  }
  [data-header-position=fixed][data-layout=horizontal] .header {
    height: 3.125rem;
  }
  [data-header-position=fixed][data-layout=horizontal] .content-body {
    padding-top: 3.125rem;
  }
  [data-sidebar-position=static][data-layout=horizontal] .content-body .page-titles {
    margin-top: 0;
  }
}
[data-header-position=fixed][data-sidebar-position=fixed] .deznav {
  position: fixed;
}
[data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed] .content-body {
  padding-top: 6.525rem;
}
[data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed][data-sidebar-style=modern] .content-body {
  padding-top: 8.025rem;
}
[data-layout=horizontal][data-container=boxed] .content-body {
  padding-top: 12rem !important;
}
[data-layout=horizontal][data-container=boxed] .footer {
  max-width: 74.9375rem;
  margin: 0 auto;
}
[data-layout=horizontal][data-sidebar-style=modern] .deznav .header-profile {
  margin-bottom: 0;
}
[data-layout=horizontal][data-sidebar-style=modern] .deznav .header-profile img {
  height: 3.75rem;
  width: 3.75rem;
  margin-bottom: 0 !important;
}
[data-layout=horizontal][data-sidebar-style=modern] .deznav .header-profile > a.nav-link {
  border: 0.0625rem solid #CCCCCC;
  padding: 0.25rem 0.25rem;
  border-radius: 3rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .page-titles {
  margin-top: 1rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .header-profile {
  margin-bottom: 0;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .header-profile img {
  height: 3.75rem;
  width: 3.75rem;
  margin-bottom: 0 !important;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .header-profile > a.nav-link {
  border: 0.0625rem solid #CCCCCC;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li > ul {
  top: 6rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li > a {
  padding: 1.125rem 1.25rem 0.625rem 1.25rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li > a::after {
  display: none;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li > a .nav-text {
  margin-top: 0.3125rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li > a > i {
  width: auto;
  margin: 0;
  height: auto;
  line-height: 1;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li li {
  text-align: left;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav .metismenu > li.mm-active a {
  background: transparent !important;
}
[data-sidebar-style=mini][data-layout=horizontal] .nav-header {
  width: 7.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
[data-sidebar-style=mini][data-layout=horizontal] .nav-header .brand-logo {
  justify-content: start;
  padding-left: 0;
  padding-right: 0;
}
[data-sidebar-style=mini][data-layout=horizontal] .header {
  width: 100%;
  padding-left: 7.75rem;
}
[data-sidebar-style=mini][data-layout=horizontal] .metismenu > li a {
  width: auto;
}
[data-sidebar-style=mini][data-layout=horizontal] .metismenu > li:hover a .nav-text {
  display: none;
}
[data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed][data-sidebar-style=compact] .content-body {
  padding-top: 11.125rem;
}
[data-sidebar-position=fixed][data-layout=horizontal] .deznav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
}
[data-sidebar-position=fixed][data-header-position=fixed][data-layout=horizontal] .deznav.fixed {
  position: fixed;
  left: 0;
  top: 80px;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 47.9375rem) {
  [data-sidebar-style=compact] .nav-header {
    width: 11.25rem;
  }
  [data-sidebar-style=compact] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
  [data-sidebar-style=compact] .deznav .metismenu .mm-active > .has-arrow:after {
    margin-right: 0;
  }
  [data-sidebar-style=compact] .deznav .header-profile {
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=compact] .deznav .header-profile > a.nav-link {
    display: block;
    text-align: center;
    border: 0;
  }
  [data-sidebar-style=compact] .deznav .header-profile > a.nav-link img {
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=compact] .deznav .header-profile > a.nav-link .header-info {
    margin-left: 0 !important;
    text-align: center;
    display: none;
  }
  [data-sidebar-style=compact] .deznav .header-profile > a.nav-link .header-info small,
  [data-sidebar-style=compact] .deznav .header-profile > a.nav-link .header-info .small {
    text-align: center !important;
  }
  [data-sidebar-style=compact] .deznav .header-profile .dropdown-menu {
    min-width: 11rem;
  }
  [data-sidebar-style=compact] .deznav .header-profile a svg {
    display: unset !important;
  }
  [data-sidebar-style=compact] .deznav .nav-user {
    display: none;
  }
  [data-sidebar-style=compact] .deznav .metismenu .menu-title {
    padding: 10px;
  }
  [data-sidebar-style=compact] .deznav .metismenu li {
    text-align: center;
  }
  [data-sidebar-style=compact] .deznav .metismenu lia:has(.mm-collapse):has(a.mm-active) .has-arrow:after {
    right: 0;
    transform: rotate(-135deg) translateY(-50%);
  }
  [data-sidebar-style=compact] .deznav .metismenu li a {
    padding: 0.7rem 0.5rem;
    text-decoration: none;
  }
  [data-sidebar-style=compact] .deznav .metismenu li a.mm-collapse:has(a.mm-active):before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=compact] .deznav .metismenu li a svg {
    margin-right: 0.0125rem;
    margin-top: -1.3875rem;
  }
  [data-sidebar-style=compact] .deznav .metismenu li a .menu-icon {
    display: block;
    padding: 0;
    background-color: rgba(13, 153, 255, 0.05);
    color: rgba(0, 0, 0, 0.3);
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 0.375rem;
    line-height: 4.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=compact] .deznav .metismenu li a i {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  [data-sidebar-style=compact] .deznav .metismenu li ul .menu-icon {
    display: none;
  }
  [data-sidebar-style=compact] .deznav .metismenu li ul li a.mm-collapse:has(a.mm-active):before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=compact] .deznav .metismenu li ul:after {
    content: none;
  }
  [data-sidebar-style=compact] .deznav .metismenu li > a {
    box-shadow: none;
    font-size: 0.813rem;
  }
  [data-sidebar-style=compact] .deznav .metismenu ul a.mm-active:before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=compact] .deznav .metismenu > li > a {
    text-decoration: none;
    font-size: 0.813rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  [data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a {
    text-decoration: none;
  }
  [data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
    font-weight: 300;
  }
  [data-sidebar-style=compact] .deznav .metismenu > li .has-arrow:after {
    right: 0;
  }
  [data-sidebar-style=compact] .deznav .plus-box,
  [data-sidebar-style=compact] .deznav .copyright {
    display: none;
  }
  [data-sidebar-style=compact] .deznav .copyright {
    padding: 0 1.25rem;
    margin-top: 1.25rem;
  }
  [data-sidebar-style=compact] .deznav .header-info2 {
    padding: 0;
  }
  [data-sidebar-style=compact] .deznav .header-info2 img {
    margin-left: -1rem;
  }
  [data-sidebar-style=compact] .deznav .sidebar-info {
    display: none !important;
  }
  [data-sidebar-style=compact] .deznav .header-profile2 {
    margin: 0 3rem;
  }
  [data-sidebar-style=compact] .deznav .feature-box,
  [data-sidebar-style=compact] .deznav .support-box,
  [data-sidebar-style=compact] .deznav .help-desk {
    display: none;
  }
  [data-sidebar-style=compact] .nav-text {
    display: inline-block;
    margin-top: 0.3125rem;
    font-size: 0.813rem;
  }
  [data-sidebar-style=compact] .nav-label.first {
    display: none;
  }
  [data-sidebar-style=compact] .nav-badge {
    display: none;
  }
  [data-sidebar-style=compact] .footer {
    padding-left: 12.5rem;
  }
  [data-sidebar-style=compact] .content-body {
    margin-left: 10.5rem;
  }
  [data-sidebar-style=compact][data-theme-version=dark][data-layout=horizontal] .deznav .metismenu li > a i {
    color: #fff;
  }
  [data-sidebar-style=compact][data-theme-version=dark][data-layout=vertical] .deznav .metismenu li.mm-active > a i {
    background: var(--primary);
    color: #fff;
  }
  [data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu li:hover > a i {
    background: var(--rgba-primary-1);
    color: var(--primary);
  }
}
[data-layout=horizontal][data-sidebar-style=compact] .footer {
  padding-left: 0;
}
[data-layout=horizontal][data-sidebar-style=compact] .content-body {
  margin-left: 0;
}
[data-layout=horizontal][data-sidebar-style=compact] .deznav {
  margin-bottom: 0;
}
[data-layout=horizontal][data-sidebar-style=compact] .header {
  padding-left: 18.563rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .nav-header {
  width: 18.563rem;
}
[data-layout=horizontal][data-sidebar-style=compact] .nav-header .brand-logo {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav {
  width: 11.25rem;
  padding-top: 1rem;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu ul {
  margin-left: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  padding: 0.625rem 0;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu ul {
  background:
    255,
    255,
    255,
    0.05;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu ul a:before {
  content: none;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu ul ul a {
  padding: 0.625rem 0.9375rem;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li > a {
  padding: 0.9rem 0.5rem;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li > a.has-arrow::after {
  top: 0.0625rem;
  display: inline-block;
  right: auto;
  margin-left: 0.3125rem;
  position: relative;
  width: 0.4375rem;
  height: 0.4375rem;
  border-width: 0.125rem 0rem 0rem 0.125rem;
}
[direction=rtl][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li > a.has-arrow::after {
  left: auto;
  margin-left: 0;
  margin-right: 0.3125rem;
}
[data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a {
  background: transparent;
  color: var(--primary);
}
@media (min-width: 47.9375rem) {
  [data-sidebar-style=icon-hover][data-layout=horizontal] .header .header-content {
    padding-left: 1.875rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu li.mm-active > ul {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .header-info2 {
    justify-content: space-between;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .header-info2 img {
    order: 1;
    margin-right: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav .metismenu li.mm-active > ul {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header {
    width: 7rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo {
    padding-left: 1.875rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo .logo-abbr {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .brand-logo .brand-title {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .nav-header .nav-control {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .header {
    padding-left: 7rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .header {
    padding-right: 7rem;
    padding-left: 0.9375rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .header .header-content {
    padding-left: 6rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .header .header-content {
    padding-right: 1.375rem;
    padding-left: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    overflow: visible;
    position: absolute;
    left: -9.72rem;
    z-index: 4;
  }
}
@media only screen and (min-width: 47.9375rem) and (min-width: 47.9375rem) and (max-width: 87.5rem) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    left: -10rem;
  }
}
@media (min-width: 47.9375rem) {
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav {
    left: auto;
    right: -14.463rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .nav-label {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .header-profile img {
    order: 1;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .header-profile .header-info {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0.625rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    border-radius: 0.375rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > svg,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > i,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
    order: 1;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    height: auto;
    width: auto;
    line-height: 1;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > svg,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a > i,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
    padding-left: 0;
    padding-right: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li:hover > a,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li.mm-active > a {
    background: rgba(13, 153, 255, 0.05);
    color: var(--primary);
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li:hover > a i,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul {
    padding-right: 0;
    padding-left: 0;
  }
  [data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul {
    border-color: #444444;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul:after {
    left: auto;
    right: 1.75rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul:after {
    left: 1.75rem;
    right: auto;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a {
    position: relative;
    padding-left: 1.3rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a {
    padding-right: 1.25rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a::before {
    left: 1.25rem;
    right: auto;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu ul a::before {
    right: auto;
    left: -0.3125rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu .has-arrow::after {
    right: 4.4rem;
    opacity: 0;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu .has-arrow::after {
    right: auto;
    left: 5rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .metismenu .menu-title {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .copyright,
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav .plus-box {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .deznav.mm-show {
    display: none;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header {
    width: 18.75rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header .brand-logo {
    padding-left: 1.6rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header .brand-logo .brand-title {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header .brand-logo .color-title {
    display: none;
  }
}
@media only screen and (min-width: 47.9375rem) and (max-width: 87.5rem) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .nav-header {
    width: 17rem;
  }
}
@media (min-width: 47.9375rem) {
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle.mm-show {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .header {
    padding-left: 3.38rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .header {
    padding-right: 4.38rem;
    padding-left: 0.9375rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav {
    left: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav .metismenu .has-arrow:after {
    opacity: 1;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav {
    left: auto;
    right: 0;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .iconhover-toggle .deznav .menu-title {
    display: block;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .content-body {
    margin-left: 5.2rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .content-body {
    margin-left: 0;
    margin-right: 7rem;
  }
  [data-sidebar-style=icon-hover][data-layout=vertical] .footer {
    padding-left: 7rem;
  }
  [direction=rtl][data-sidebar-style=icon-hover][data-layout=vertical] .footer {
    margin-left: 0;
    margin-right: 7rem;
  }
}
body[data-sidebar-style=modern] .deznav .metismenu li ul li > a:hover,
body[data-sidebar-style=modern] .deznav .metismenu li ul li.mm-active > a {
  background: var(--sidebar-hover-bg) !important;
  color: var(--primary) !important;
}
@media (min-width: 47.9375rem) {
  [data-sidebar-style=modern] .nav-header {
    width: 10.625rem;
  }
  [data-sidebar-style=modern] .nav-header .brand-logo {
    justify-content: center;
  }
  [data-sidebar-style=modern] .deznav .header-profile {
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=modern] .deznav .header-profile > a.nav-link {
    display: block;
    text-align: center;
    margin: 0 -0.625rem 0.9375rem;
    padding: 0.9375rem 0.625rem;
    border-radius: 0.375rem;
  }
  [data-sidebar-style=modern] .deznav .header-profile > a.nav-link img {
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=modern] .deznav .header-profile > a.nav-link .header-info {
    margin-left: 0 !important;
    text-align: center;
    display: none;
  }
  [data-sidebar-style=modern] .deznav .header-profile > a.nav-link .header-info small,
  [data-sidebar-style=modern] .deznav .header-profile > a.nav-link .header-info .small {
    text-align: center !important;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li {
    text-align: center;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li .has-arrow:after {
    display: none;
    right: 0;
    transform: rotate(-135deg) translateY(-50%);
  }
  [data-sidebar-style=modern] .deznav .metismenu > li > a {
    padding: 0.7rem 0.5rem;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li > a.mm-collapse:has(a.mm-active):before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li > a::after {
    display: none;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li > a:hover > a,
  [data-sidebar-style=modern] .deznav .metismenu > li > a:focus > a,
  [data-sidebar-style=modern] .deznav .metismenu > li > a:active > a,
  [data-sidebar-style=modern] .deznav .metismenu > li > a.mm-active > a {
    background-color: var(--primary-dark);
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active {
    padding: 0;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a {
    background: rgba(13, 153, 255, 0.05);
    color: black;
    border-radius: 0.375rem;
    box-shadow: none;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover > a i,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a i {
    color: #fff;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover > a .nav-text,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a .nav-text {
    color: var(--primary);
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover:hover > ul,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active:hover > ul {
    display: block;
    margin-left: 2px;
    padding: 5px 10px;
    border: 0;
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
    border-radius: 0.375rem;
    left: 100%;
  }
  [data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover:hover > ul,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active:hover > ul {
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
  }
  [direction=rtl][data-sidebar-style=modern] .deznav .metismenu > li:hover:hover > ul,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active:hover > ul {
    left: auto;
    right: 100%;
    box-shadow: -0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover:hover > ul .menu-icon,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active:hover > ul .menu-icon {
    float: left;
    margin-right: 10px;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover:hover > ul .menu-icon svg,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active:hover > ul .menu-icon svg {
    width: 20px;
    height: 20px;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li:hover ul li a,
  [data-sidebar-style=modern] .deznav .metismenu > li.mm-active ul li a {
    padding: 0.5rem 1rem;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li li {
    text-align: left;
  }
  [direction=rtl][data-sidebar-style=modern] .deznav .metismenu > li li {
    text-align: right;
  }
  [data-sidebar-style=modern] .deznav .metismenu > li li a.mm-collapse:has(a.mm-active):before {
    font-weight: bold;
    position: absolute;
    left: 15px;
    height: 10px;
    width: 10px;
  }
  [data-sidebar-style=modern] .deznav .metismenu li a {
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    font-size: 0.813rem;
  }
  [data-sidebar-style=modern] .deznav .metismenu li ul:after {
    content: none;
  }
  [data-sidebar-style=modern] .deznav .metismenu li > ul {
    height: auto !important;
  }
  [data-sidebar-style=modern] .deznav .metismenu .nav-label {
    display: none;
  }
  [data-sidebar-style=modern] .deznav .nav-label {
    display: none;
  }
  [data-sidebar-style=modern] .deznav .nav-text {
    display: block;
    margin-top: 0.3125rem;
  }
  [data-sidebar-style=modern] .deznav .plus-box,
  [data-sidebar-style=modern] .deznav .copyright,
  [data-sidebar-style=modern] .deznav .help-desk {
    display: none;
  }
  [data-sidebar-style=modern] .deznav .sidebar-info {
    display: none !important;
  }
  [data-sidebar-style=modern] .deznav .menu-title {
    display: none;
  }
  [data-sidebar-style=modern] .footer {
    padding-left: 11.9rem;
  }
  [data-sidebar-style=modern] .content-body {
    margin-left: 10.6rem;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .deznav .metismenu li > a i {
    padding: 0;
    margin: 0;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav {
    width: 10.625rem;
    left: 0;
    padding-top: 1rem;
    z-index: 3;
  }
  [direction=rtl][data-sidebar-style=modern][data-layout=vertical] .deznav {
    left: auto;
    right: 0;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .slimScrollDiv,
  [data-sidebar-style=modern][data-layout=vertical] .deznav .deznav-scroll {
    overflow: visible !important;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu {
    padding: 0.625rem 0.875rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu > li > a {
    padding: 1.375rem 0.6em 0.9375rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu > li > a i {
    padding: 0;
    height: auto;
    width: auto;
    margin: 0;
    line-height: 1;
    margin-bottom: 0.3125rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu > li > ul {
    display: none;
    padding: 1.875rem 0.9375rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li {
    position: relative;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li a {
    padding: 10px 0px;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li a:before {
    content: none;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: auto;
    background-color: #fff;
    border: 0.0625rem solid #E6E6E6;
    width: 12.5rem;
  }
  [data-theme-version=dark][data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li ul {
    background: #242424;
    box-shadow: 0rem 0rem 0.8125rem 0rem rgba(0, 0, 0, 0.1);
  }
  [direction=rtl][data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li ul {
    left: auto;
    right: 100%;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li:hover > ul {
    display: block;
    margin-left: 2px;
    padding: 5px 10px;
    border: 0;
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
    border-radius: 0.375rem;
    left: 100%;
    z-index: 999;
  }
  [data-theme-version=dark][data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li:hover > ul {
    box-shadow: 0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
  }
  [direction=rtl][data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li:hover > ul {
    left: auto;
    right: 100%;
    box-shadow: -0.3125rem 0.3125rem 1.875rem 0rem rgba(20, 0, 30, 0.1);
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li:hover > ul .menu-icon {
    float: left;
    margin-right: 10px;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .metismenu li:hover > ul .menu-icon svg {
    width: 20px;
    height: 20px;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .nav-label {
    display: none;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .nav-text {
    display: block;
    margin-top: 0;
  }
  [data-sidebar-style=modern][data-layout=vertical] .deznav .header-profile2 {
    padding: 0 2.5rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .nav-control {
    right: -4.25rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .header .header-content {
    padding-left: 6rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .menu-toggle .deznav,
  [data-sidebar-style=modern][data-layout=vertical] .menu-toggle .nav-header {
    left: -10.625rem;
  }
  [data-sidebar-style=modern][data-layout=vertical] .menu-toggle .header {
    padding-left: 0;
  }
  [data-sidebar-style=modern][data-layout=vertical] .menu-toggle .content-body {
    margin-left: 0;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .nav-header {
    width: 18.563rem;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .header {
    padding-left: 18.563rem;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .footer,
  [data-sidebar-style=modern][data-layout=horizontal] .content-body {
    margin-left: 0;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .deznav .metismenu > li > a {
    padding: 0.7375rem 1.0625rem 0.75rem 1.0625rem;
    margin: 0 0.125rem;
  }
  [data-sidebar-style=modern][data-layout=horizontal] .deznav .metismenu > li > ul {
    top: 4.8rem;
  }
  [data-sidebar-style=modern][data-layout=horizontal][data-container=boxed] .deznav .metismenu > li > a {
    padding: 0.8125rem 1.25rem;
  }
}
[data-nav-headerbg=color_1][data-headerbg=color_1][data-sidebar-style=modern][data-layout=horizontal] .nav-header .color-title {
  display: block !important;
}
[data-sidebar-style=overlay][data-layout=vertical] .deznav {
  border-radius: 0 0 0 0 !important;
}
@media only screen and (max-width: 47.9375rem) {
  [data-sidebar-style=overlay][data-layout=vertical] .deznav {
    border-radius: 0 0 0 0 !important;
  }
}
[data-sidebar-style=overlay][data-layout=vertical] .nav-header {
  border-radius: 0;
}
[data-sidebar-style=overlay] .deznav {
  left: -100%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-sidebar-style=overlay] .deznav .metismenu .menu-icon {
  float: left;
  margin-right: 10px;
}
[data-sidebar-style=overlay] .deznav .metismenu .menu-icon svg {
  width: 20px;
  height: 20px;
}
[data-sidebar-style=overlay] .deznav .metismenu > lia:has(.mm-collapse):has(a.mm-active) .has-arrow:after {
  right: 0;
  transform: rotate(-135deg) translateY(-50%);
}
[data-sidebar-style=overlay] .deznav .metismenu > li > a {
  margin: 0px 10px 0px 10px;
  font-size: 0.813rem;
  padding: 0.75rem 1.5rem;
  color: #7f7184;
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-sidebar-style=overlay] .deznav .metismenu > li > a i {
  height: auto;
  width: auto;
  line-height: 1;
}
[data-sidebar-style=overlay] .deznav .metismenu > li > ul li ul li a {
  text-decoration: none;
  left: 1rem;
}
[data-sidebar-style=overlay] .deznav .metismenu > li > ul li ul li ul li a {
  text-decoration: none;
  padding-left: 4.5rem;
}
[data-sidebar-style=overlay] .deznav .metismenu > li > ul li ul li ul li a:before {
  left: 2.8rem;
}
[data-sidebar-style=overlay] .deznav .metismenu > li:hover > a {
  color: var(--primary);
}
[data-sidebar-style=overlay] .deznav .metismenu > li:hover > a i {
  color: var(--primary);
}
[data-sidebar-style=overlay] .deznav .metismenu > li.mm-active > a {
  color: var(--primary);
}
[data-sidebar-style=overlay] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
@media only screen and (max-width: 35.9375rem) {
  [data-sidebar-style=overlay] .deznav .metismenu > li {
    padding: 0rem 0.9375rem;
  }
}
[data-sidebar-style=overlay] .deznav .metismenu ul a.mm-active:before {
  font-weight: bold;
  position: absolute;
  left: 15px;
  height: 10px;
  width: 10px;
}
[data-sidebar-style=overlay] .deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 0.813rem;
  padding-left: 3rem;
}
[data-sidebar-style=overlay] .deznav .metismenu ul a:before {
  left: 1.5625rem;
  content: "";
  height: 0.125rem;
  width: 0.375rem;
  background: var(--rgba-primary-5);
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[direction=rtl][data-sidebar-style=overlay] .deznav {
  left: auto;
  right: -100%;
}
@media only screen and (max-width: 47.9375rem) {
  [data-sidebar-style=overlay] .deznav .metismenu > li > a {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
  }
  [data-sidebar-style=overlay] .deznav .metismenu > li > a i {
    font-size: 1.125rem;
  }
  [data-sidebar-style=overlay] .deznav .metismenu ul li a {
    padding-left: 42px;
  }
}
[data-sidebar-style=overlay] .content-body {
  margin-left: 0;
}
[data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  left: 0;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active .line {
  background-color: var(--primary);
}
[data-sidebar-style=overlay] .menu-toggle .nav-header {
  position: absolute;
  left: auto;
}
[data-sidebar-style=overlay] .menu-toggle .deznav {
  left: 0;
  z-index: 3;
}
[direction=rtl][data-sidebar-style=overlay] .menu-toggle .deznav {
  left: auto;
  right: 0;
}
[data-sidebar-style=overlay] .footer {
  padding-left: 0;
}
[data-sidebar-style=overlay][data-header-position=fixed] .nav-header {
  position: fixed;
}
[data-sidebar-position=fixed][data-header-position=fixed] .nav-header {
  position: fixed;
}
[data-sidebar-style=overlay][data-nav-headerbg=color_1] .menu-toggle .nav-header .color-title {
  display: block !important;
}
[data-sidebar-style=overlay] .out-footer {
  width: calc(100% - 9.125rem);
  margin-right: 7.375rem;
  margin-left: auto;
}
@media only screen and (max-width: 35.9375rem) {
  [data-sidebar-style=overlay] .out-footer {
    width: calc(100% - 2.125rem);
    margin-right: 0.975rem;
  }
}
[data-sidebar-position=fixed][data-layout=vertical] .nav-header {
  position: fixed;
  border-top-left-radius: 0;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav {
  position: fixed;
}
[data-sidebar-position=fixed][data-layout=vertical] .deznav .deznav-scroll {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .deznav {
  position: fixed;
}
[data-layout=vertical] .nav-header {
  border-top-left-radius: 0;
}
[data-layout=vertical] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
[data-layout=vertical] .nav-header .brand-logo img {
  width: 120px;
}
[data-layout=vertical] .deznav {
  border-bottom-left-radius: 0;
}
[data-sidebar-style=icon-hover][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-sidebar-style=icon-hover][data-layout=vertical][data-container=boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=icon-hover][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=icon-hover][data-layout=vertical][data-container=boxed] .deznav,
[data-sidebar-style=overlay][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=wide-boxed] .deznav,
[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .deznav {
  position: absolute;
}
.sidebar-right-trigger {
  position: absolute;
  z-index: 9;
  top: 7.75rem;
  right: 100%;
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 3rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  box-shadow: -0.3125rem 0.1875rem 0.3125rem 0rem rgba(119, 119, 119, 0.15);
}
[data-theme-version=dark] .sidebar-right-trigger {
  color: #fff;
}
@media only screen and (max-width: 64rem) {
  .sidebar-right-trigger {
    display: none;
  }
}
.sidebar-right-trigger:hover {
  color: #fff;
}
.sidebar-right {
  right: -50rem;
  position: fixed;
  top: 0;
  width: 50rem;
  background-color: #fff;
  margin-top: 3.5rem;
  transition: all 0.5s ease-in-out;
  border-radius: 0.375rem;
  z-index: 9999;
}
.sidebar-right .bg-label-pattern {
  background: transparent;
  background-image: url("./media/pattern5-7UGHRUUN.png");
  background-size: 130%;
}
.sidebar-right .bootstrap-select {
  height: 3rem;
  border-radius: 0.375rem;
}
.sidebar-right .bootstrap-select .btn {
  padding: 0.75rem 0.9375rem;
  font-size: 0.9375rem;
  border-color: #d1d1d1;
  border-radius: 0.375rem;
  color: #000 !important;
}
[direction=rtl] .sidebar-right .slimScrollDiv {
  overflow: visible !important;
}
.sidebar-right .note-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  opacity: 0.5;
  font-size: 12px;
}
.sidebar-right .sidebar-close-trigger {
  position: absolute;
  z-index: 2;
  font-size: 1.75rem;
  top: 0;
  right: -3rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  background: var(--primary);
  color: #fff;
}
.sidebar-right.show {
  right: 5.25rem;
  box-shadow: 0rem 0rem 3.125rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media only screen and (max-width: 47.9375rem) {
  .sidebar-right.show {
    display: none;
  }
}
.sidebar-right.show .bg-overlay {
  position: fixed;
  width: 100%;
  cursor: pointer;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.sidebar-right .card-tabs .nav-tabs {
  justify-content: space-between;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  border-bottom: 4px solid var(--rgba-primary-1);
}
.sidebar-right .card-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 1;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
.sidebar-right .card-tabs .nav-tabs .nav-item .nav-link.active {
  background: var(--rgba-primary-1);
  color: #000;
}
[data-theme-version=dark] .sidebar-right .card-tabs .nav-tabs .nav-item .nav-link.active {
  border-right: none;
  border-left: none;
  border-top: none;
}
.sidebar-right .sidebar-right-inner > h4,
.sidebar-right .sidebar-right-inner > .h4 {
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  background: #fff;
  margin: 0rem 0rem 0rem 0rem;
}
.sidebar-right .tab-content {
  padding: 1.25rem 1.25rem 0;
  min-height: 480px;
  background: #fff;
}
.sidebar-right .tab-content .tab-pane .admin-settings .row > div {
  margin-bottom: 1.25rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings p {
  color: #353535;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio] {
  display: none;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio] + label {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  transition: all 0.1s ease;
  border-radius: 0.25rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio]:checked + label {
  position: relative;
}
.sidebar-right .tab-content .tab-pane .admin-settings input[type=radio]:checked + label::after {
  height: 2.0625rem;
  width: 2.0625rem;
  left: -0.25rem;
  top: -0.25rem;
  content: "";
  position: absolute;
  background-color: inherit;
  border-radius: 0.375rem;
  opacity: 0.4;
}
.sidebar-right #nav_header_color_1 + label,
.sidebar-right #header_color_1 + label,
.sidebar-right #sidebar_color_1 + label,
.sidebar-right #secondary_color_1 + label,
.sidebar-right #primary_color_1 + label {
  background-color: #fff;
}
.sidebar-right #nav_header_color_2 + label,
.sidebar-right #header_color_2 + label,
.sidebar-right #sidebar_color_2 + label,
.sidebar-right #secondary_color_2 + label,
.sidebar-right #primary_color_2 + label {
  background-color: #18A594;
}
.sidebar-right #nav_header_color_3 + label,
.sidebar-right #header_color_3 + label,
.sidebar-right #sidebar_color_3 + label,
.sidebar-right #secondary_color_3 + label,
.sidebar-right #primary_color_3 + label {
  background-color: #0D99FF;
}
.sidebar-right #nav_header_color_4 + label,
.sidebar-right #header_color_4 + label,
.sidebar-right #sidebar_color_4 + label,
.sidebar-right #secondary_color_4 + label,
.sidebar-right #primary_color_4 + label {
  background-color: #2C2C2C;
}
.sidebar-right #nav_header_color_5 + label,
.sidebar-right #header_color_5 + label,
.sidebar-right #sidebar_color_5 + label,
.sidebar-right #secondary_color_5 + label,
.sidebar-right #primary_color_5 + label {
  background-color: #3250ff;
}
.sidebar-right #nav_header_color_6 + label,
.sidebar-right #header_color_6 + label,
.sidebar-right #sidebar_color_6 + label,
.sidebar-right #secondary_color_6 + label,
.sidebar-right #primary_color_6 + label {
  background-color: #3f8cff;
}
.sidebar-right #nav_header_color_7 + label,
.sidebar-right #header_color_7 + label,
.sidebar-right #sidebar_color_7 + label,
.sidebar-right #secondary_color_7 + label,
.sidebar-right #primary_color_7 + label {
  background-color: #40a7e2;
}
.sidebar-right #nav_header_color_8 + label,
.sidebar-right #header_color_8 + label,
.sidebar-right #sidebar_color_8 + label,
.sidebar-right #secondary_color_8 + label,
.sidebar-right #primary_color_8 + label {
  background-color: #B65FBD;
}
.sidebar-right #nav_header_color_9 + label,
.sidebar-right #header_color_9 + label,
.sidebar-right #sidebar_color_9 + label,
.sidebar-right #secondary_color_9 + label,
.sidebar-right #primary_color_9 + label {
  background-color: #88a67e;
}
.sidebar-right #nav_header_color_10 + label,
.sidebar-right #header_color_10 + label,
.sidebar-right #sidebar_color_10 + label,
.sidebar-right #secondary_color_10 + label,
.sidebar-right #primary_color_10 + label {
  background-color: #1C2E9E;
}
.sidebar-right #nav_header_color_11 + label,
.sidebar-right #header_color_11 + label,
.sidebar-right #sidebar_color_11 + label,
.sidebar-right #secondary_color_11 + label,
.sidebar-right #primary_color_11 + label {
  background-color: #c6164f;
}
.sidebar-right #nav_header_color_12 + label,
.sidebar-right #header_color_12 + label,
.sidebar-right #sidebar_color_12 + label,
.sidebar-right #secondary_color_12 + label,
.sidebar-right #primary_color_12 + label {
  background-color: #343a40;
}
.sidebar-right #nav_header_color_13 + label,
.sidebar-right #header_color_13 + label,
.sidebar-right #sidebar_color_13 + label,
.sidebar-right #secondary_color_13 + label,
.sidebar-right #primary_color_13 + label {
  background-color: #2a2a2a;
}
.sidebar-right #nav_header_color_14 + label,
.sidebar-right #header_color_14 + label,
.sidebar-right #sidebar_color_14 + label,
.sidebar-right #secondary_color_14 + label,
.sidebar-right #primary_color_14 + label {
  background-color: #4885ed;
}
.sidebar-right #nav_header_color_15 + label,
.sidebar-right #header_color_15 + label,
.sidebar-right #sidebar_color_15 + label,
.sidebar-right #secondary_color_15 + label,
.sidebar-right #primary_color_15 + label {
  background-color: #4cb32b;
}
.sidebar-right #nav_header_color_1 + label,
.sidebar-right #header_color_1 + label,
.sidebar-right #sidebar_color_1 + label,
.sidebar-right #secondary_color_1 + label,
.sidebar-right #primary_color_1 + label {
  border: 0.0625rem solid #c4c4c4;
}
.sidebar-right.style-1 {
  height: 100vh;
  width: 15.625rem;
  margin-top: 0;
  right: -15.625rem;
}
.sidebar-right.style-1 .sidebar-right-inner {
  background: #fff;
}
.sidebar-right.style-1 .sidebar-right-trigger {
  top: 12.4rem;
}
.sidebar-right.style-1.show {
  right: 0;
}
.sidebar-right.style-1.show .sidebar-right-trigger {
  display: block;
}
.nice-select.wide {
  line-height: 2.1125rem;
}
.nice-select.wide.form-control-sm {
  height: 35px;
  line-height: 1rem;
}
@media only screen and (max-width: 87.5rem) {
  .nice-select.wide {
    line-height: 2rem;
  }
}
@keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
  }
}
.nav-user {
  background: var(--primary);
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.5625rem 0.9375rem;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user {
    padding: 1.25rem 0.9375rem 0.9375rem;
  }
}
.nav-user img {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user img {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-bottom: 0.625rem;
  }
}
.nav-user h5,
.nav-user .h5 {
  margin-left: 0.625rem;
  margin-bottom: 0.1875rem;
  color: #fff;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user h5,
  .nav-user .h5 {
    display: none;
  }
}
[data-sibebarbg=color_2] .nav-user h5,
[data-sibebarbg=color_2] .nav-user .h5 {
  color: #fff;
}
.nav-user p {
  margin-left: 0.625rem;
  margin-bottom: 0.5rem;
  color: #afcff7;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user p {
    display: none;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user i {
    margin-top: 0.9375rem;
    display: block;
  }
}
.menu-toggle .nav-user {
  padding: 1.25rem 0.9375rem 0.9375rem;
}
.menu-toggle .nav-user img {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-bottom: 0.625rem;
}
.menu-toggle .nav-user h5,
.menu-toggle .nav-user .h5,
.menu-toggle .nav-user p {
  display: none;
}
.menu-toggle .nav-user i {
  margin-top: 0.9375rem;
  display: block;
}
.menu-toggle .nav-user .dropdown-menu {
  left: 2.8125rem !important;
  top: 1.375rem !important;
}
.chatbox {
  width: 21.25rem;
  height: 100vh;
  position: fixed;
  right: -31.25rem;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0rem 0rem 1.875rem 0rem rgba(82, 63, 105, 0.15);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
[data-theme-version=dark] .chatbox {
  background: #242424;
}
.chatbox .chatbox-close {
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
  height: 100%;
  right: 21.25rem;
  background: #000;
  z-index: 1;
  opacity: 0.1;
  cursor: pointer;
}
.chatbox .card-fotter {
  padding: 0.75rem 1rem;
}
.chatbox .card-body {
  padding: 1rem;
}
.chatbox.active {
  right: 0;
}
.chatbox.active .chatbox-close {
  width: 100vw;
}
.chatbox .type_msg {
  padding-top: 0.625rem;
}
.chatbox .nav {
  padding: 1rem 1rem 0 1rem;
  background-color: var(--rgba-primary-1);
  border: 0;
  justify-content: space-between;
}
.chatbox .nav .nav-link {
  color: var(--primary);
  opacity: 0.7;
  text-transform: uppercase;
}
.chatbox .nav .nav-link:hover,
.chatbox .nav .nav-link.active {
  background: transparent;
  color: var(--primary);
  opacity: 1;
  border-color: var(--primary);
}
.chatbox .img_cont {
  width: 2.5rem;
  border-radius: 2.5rem;
  margin-right: 0.625rem;
  position: relative;
  height: 2.5rem;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.chatbox .img_cont .icon {
  color: #fff;
}
.chatbox .img_cont.primary {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version=dark] .chatbox .img_cont.primary {
  background-color: var(--rgba-primary-1);
}
.chatbox .img_cont.warning {
  background: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .chatbox .img_cont.warning {
  background: rgba(255, 159, 0, 0.1);
}
.chatbox .img_cont.success {
  background: #daf5e6;
  color: #3AC977;
}
[data-theme-version=dark] .chatbox .img_cont.success {
  background: rgba(58, 201, 119, 0.1);
}
.chatbox .img_cont.info {
  background: #d3edf5;
  color: #58bad7;
}
[data-theme-version=dark] .chatbox .img_cont.info {
  background: rgba(88, 186, 215, 0.1);
}
.chatbox .img_cont img {
  width: 100%;
}
.chatbox .img_cont .online_icon {
  background: #3AC977;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.9375rem;
  right: -0.0625rem;
  bottom: 0rem;
  border: 0.125rem solid #fff;
}
.chatbox .img_cont .online_icon.offline {
  background: #FF5E5E;
}
.chatbox .card {
  box-shadow: none;
  border-radius: 0;
}
.chatbox .search {
  height: 2.5rem;
}
.chatbox .user_info span {
  font-size: 0.9375rem;
  color: #000;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 10.625rem;
}
[data-theme-version=dark] .chatbox .user_info span {
  color: #fff;
}
.chatbox .user_info p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 10.625rem;
}
.chatbox .contacts li {
  padding: 0.75rem 1rem;
  border-bottom: 0.0625rem solid #eee;
  cursor: pointer;
}
[data-theme-version=dark] .chatbox .contacts li {
  border-color: #444444;
}
.chatbox .contacts li > div {
  display: flex;
  align-items: center;
}
.chatbox .contacts li:hover {
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .chatbox .contacts li:hover {
  background-color: #1E1E1E;
}
.chatbox .contacts .name-first-letter {
  background: var(--rgba-primary-1);
  padding: 0.25rem 1rem;
  font-weight: 700;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 1;
}
[data-theme-version=dark] .chatbox .contacts .name-first-letter {
  color: #fff;
  background: #1E1E1E;
}
.chatbox .contacts_body {
  height: calc(100vh - 168px);
}
.chatbox .card-header {
  background: #f4f7ff;
  padding: 0.9375rem 1.25rem;
  justify-content: center;
}
.chatbox .card-header h6,
.chatbox .card-header .h6 {
  font-size: 0.9375rem;
}
.chatbox .card-header p {
  line-height: 1.2;
  font-size: 0.75rem;
  color: #888888;
}
.chatbox .chat-list-header {
  justify-content: space-between;
  background: #fff;
}
[data-theme-version=dark] .chatbox .chat-list-header {
  background: #242424;
}
.chatbox .chat-list-header a {
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  background: var(--rgba-primary-1);
  border-radius: 0.375rem;
  line-height: 1.675rem;
  display: block;
}
[data-theme-version=dark] .chatbox .chat-list-header a {
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .chatbox .chat-list-header a svg g [fill] {
  fill: #fff;
}
.chatbox .img_cont_msg {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  max-width: 1.875rem;
  min-width: 1.875rem;
}
.chatbox .img_cont_msg img {
  width: 100%;
}
.chatbox .msg_cotainer {
  background: var(--primary);
  margin-left: 0.625rem;
  border-radius: 0 0.375rem 0.375rem 0.375rem;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  position: relative;
}
.chatbox .msg_cotainer .msg_time {
  display: block;
  font-size: 0.6875rem;
  color: #fff;
  margin-top: 0.3125rem;
  opacity: 0.5;
}
.chatbox .msg_cotainer:after {
  content: "";
  position: absolute;
  left: -0.625rem;
  border-right: 0.625rem solid var(--primary);
  border-bottom: 0.625rem solid transparent;
  border-top: 0rem solid;
  top: 0;
}
.chatbox .msg_cotainer_send {
  background: #f5f5f5;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.375rem 0rem 0.375rem 0.375rem;
  margin-right: 0.625rem;
  color: #222;
  position: relative;
  text-align: right;
}
[data-theme-version=dark] .chatbox .msg_cotainer_send {
  background: #1E1E1E;
  color: #fff;
}
.chatbox .msg_cotainer_send .msg_time_send {
  display: block;
  font-size: 0.6875rem;
  text-align: right;
  margin-top: 0.3125rem;
  opacity: 0.6;
}
.chatbox .msg_cotainer_send:after {
  content: "";
  position: absolute;
  right: -0.625rem;
  border-left: 0.625rem solid #fff;
  border-bottom: 0.625rem solid transparent;
  border-top: 0rem solid;
  top: 0;
}
[data-theme-version=dark] .chatbox .msg_cotainer_send:after {
  border-left: 0.625rem solid #1E1E1E;
}
.chatbox .type_msg .form-control {
  padding: 0.625rem 0;
  height: 3.125rem;
  border: 0;
  resize: none;
}
.chatbox .type_msg .form-control:focus {
  z-index: 0;
}
.chatbox .type_msg .btn {
  font-size: 1.125rem;
  border-radius: 2.375rem !important;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  margin-top: 0.375rem;
}
.chatbox .video_cam {
  margin-left: 0.9375rem;
}
.chatbox .video_cam span {
  width: 2.1875rem;
  height: 2.1875rem;
  background: #10ca93;
  text-align: center;
  line-height: 2.1875rem;
  border-radius: 2.1875rem;
  color: #fff;
  margin-right: 0.3125rem;
  align-self: center;
  font-size: 1rem;
  padding: 0 0.1875rem;
  display: inline-block;
}
.chatbox .note_card .contacts li {
  padding: 0.75rem 1rem;
}
@media only screen and (max-width: 36rem) {
  .chatbox {
    width: 17.5rem;
  }
  .chatbox .chatbox-close {
    right: 17.5rem;
  }
}
.dz-demo-panel {
  right: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}
.dz-demo-panel .note-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 12px;
  background-color: transprent;
  color: #9b9a9a;
}
.dz-demo-panel .dz-demo-trigger {
  position: absolute;
  z-index: 9;
  top: 7.75rem;
  right: 100%;
  background-color: #627EEA;
  color: #fff;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 3rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  box-shadow: -0.3125rem 0.1875rem 0.3125rem 0rem rgba(119, 119, 119, 0.15);
  display: none;
}
@media only screen and (max-width: 63.9375rem) {
  .dz-demo-panel .dz-demo-trigger {
    display: none;
  }
}
.dz-demo-panel .dz-demo-close {
  height: 1.875rem;
  color: #000 !important;
  width: 1.875rem;
  border-radius: 0.5rem;
  background: #fff;
  line-height: 1.875rem;
  text-align: center;
}
.dz-demo-panel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.dz-demo-panel.show {
  right: 0;
  box-shadow: 0rem 0rem 3.125rem rgba(0, 0, 0, 0.2);
  z-index: 99999;
  overflow: hidden;
}
.dz-demo-panel.show .sidebar-right-trigger {
  display: none;
}
.dz-demo-panel.show .bg-close {
  position: fixed;
  z-index: -2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.dz-demo-panel .dz-demo-inner {
  padding: 1.875rem 1.875rem;
}
.dz-demo-panel .dz-demo-content {
  height: calc(100vh - 200px);
  padding: 0 15px;
  margin: 0 -15px;
  display: flex;
}
.dz-demo-panel .dz-demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
.dz-demo-panel .dz-demo-header h4,
.dz-demo-panel .dz-demo-header .h4 {
  margin-bottom: 0;
  color: #fff;
}
.dz-demo-panel .dz-demo-bx {
  overflow: hidden;
  border: 3px solid #efefef;
  box-shadow: 0rem 0rem 0.3125rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.625rem;
}
.dz-demo-panel .dz-demo-bx.demo-active {
  border-color: #2C2C2C;
}
.dz-demo-panel .dz-demo-bx.demo-active .overlay-layer {
  opacity: 1;
}
.dz-demo-panel .overlay-bx {
  position: relative;
}
.dz-demo-panel .overlay-bx .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border: 0;
}
.dz-demo-panel .overlay-bx:hover .overlay-layer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
:root {
  --nav-headbg: #FFFFFF;
  --sidebar-bg: #FFFFFF;
  --headerbg: #FFFFFF;
}
[data-nav-headerbg=color_2][data-theme-version=dark],
[data-nav-headerbg=color_2] {
  --nav-headbg: #18A594;
}
[data-nav-headerbg=color_2][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_2][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_2] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_2] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_2][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_2] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_2][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_2] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_3][data-theme-version=dark],
[data-nav-headerbg=color_3] {
  --nav-headbg: #0D99FF;
}
[data-nav-headerbg=color_3][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_3][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_3] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_3] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_3][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_3] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_3][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_3] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_4][data-theme-version=dark],
[data-nav-headerbg=color_4] {
  --nav-headbg: #2C2C2C;
}
[data-nav-headerbg=color_4][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_4][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_4] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_4] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_4][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_4] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_4][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_4] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_5][data-theme-version=dark],
[data-nav-headerbg=color_5] {
  --nav-headbg: #3250ff;
}
[data-nav-headerbg=color_5][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_5][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_5] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_5] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_5][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_5] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_5][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_5] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_6][data-theme-version=dark],
[data-nav-headerbg=color_6] {
  --nav-headbg: #3f8cff;
}
[data-nav-headerbg=color_6][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_6][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_6] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_6] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_6][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_6] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_6][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_6] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_7][data-theme-version=dark],
[data-nav-headerbg=color_7] {
  --nav-headbg: #40a7e2;
}
[data-nav-headerbg=color_7][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_7][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_7] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_7] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_7][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_7] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_7][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_7] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_8][data-theme-version=dark],
[data-nav-headerbg=color_8] {
  --nav-headbg: #B65FBD;
}
[data-nav-headerbg=color_8][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_8][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_8] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_8] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_8][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_8] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_8][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_8] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_9][data-theme-version=dark],
[data-nav-headerbg=color_9] {
  --nav-headbg: #88a67e;
}
[data-nav-headerbg=color_9][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_9][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_9] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_9] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_9][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_9] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_9][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_9] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_10][data-theme-version=dark],
[data-nav-headerbg=color_10] {
  --nav-headbg: #1C2E9E;
}
[data-nav-headerbg=color_10][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_10][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_10] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_10] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_10][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_10] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_10][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_10] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_11][data-theme-version=dark],
[data-nav-headerbg=color_11] {
  --nav-headbg: #c6164f;
}
[data-nav-headerbg=color_11][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_11][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_11] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_11] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_11][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_11] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_11][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_11] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_12][data-theme-version=dark],
[data-nav-headerbg=color_12] {
  --nav-headbg: #343a40;
}
[data-nav-headerbg=color_12][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_12][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_12] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_12] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_12][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_12] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_12][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_12] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_13][data-theme-version=dark],
[data-nav-headerbg=color_13] {
  --nav-headbg: #2a2a2a;
}
[data-nav-headerbg=color_13][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_13][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_13] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_13] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_13][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_13] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_13][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_13] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_14][data-theme-version=dark],
[data-nav-headerbg=color_14] {
  --nav-headbg: #4885ed;
}
[data-nav-headerbg=color_14][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_14][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_14] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_14] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_14][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_14] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_14][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_14] .nav-header .hamburger .line {
  background: #000;
}
[data-nav-headerbg=color_15][data-theme-version=dark],
[data-nav-headerbg=color_15] {
  --nav-headbg: #4cb32b;
}
[data-nav-headerbg=color_15][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_15][data-theme-version=dark] .nav-header .brand-logo .logo-abbr path.w3,
[data-nav-headerbg=color_15] .nav-header .brand-logo .logo-abbr path.react-w,
[data-nav-headerbg=color_15] .nav-header .brand-logo .logo-abbr path.w3 {
  fill: #fff;
}
[data-nav-headerbg=color_15][data-theme-version=dark] .nav-header .brand-logo .brand-title path,
[data-nav-headerbg=color_15] .nav-header .brand-logo .brand-title path {
  fill: #fff;
}
[data-nav-headerbg=color_15][data-theme-version=dark] .nav-header .hamburger .line,
[data-nav-headerbg=color_15] .nav-header .hamburger .line {
  background: #000;
}
[data-sidebarbg=color_2][data-theme-version=dark],
[data-sidebarbg=color_2] {
  --sidebar-bg: #18A594;
}
[data-sidebarbg=color_2][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_2] .menu-toggle .deznav .metismenu li > ul {
  background: #18A594 !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_2] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_2] .deznav .menu-icon svg path,
[data-sidebarbg=color_2] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_2][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_2][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_2][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_2][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_2][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_2][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_2][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #1ed2bc;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #1ab2a0;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #1ed2bc;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_2][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_2][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #1ed2bc;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_2] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_2] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_2] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_2] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_2] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_2] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_2] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_2] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_2] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_2] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_2] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_2] .deznav .help-desk .btn {
  background-color: #1ed2bc;
  border-color: #1ed2bc;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_2] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_2] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_2] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_2][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_2] .plus-box {
  background-color: #1ed2bc;
}
[data-sidebarbg=color_2][data-theme-version=dark] .copyright,
[data-sidebarbg=color_2] .copyright {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark],
[data-sidebarbg=color_3] {
  --sidebar-bg: #0D99FF;
}
[data-sidebarbg=color_3][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_3] .menu-toggle .deznav .metismenu li > ul {
  background: #0D99FF !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_3] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_3] .deznav .menu-icon svg path,
[data-sidebarbg=color_3] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_3][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_3][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_3][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_3][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_3][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_3][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_3][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #40aeff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #1c9fff;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #40aeff;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_3][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_3][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #40aeff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_3] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_3] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_3] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_3] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_3] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_3] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_3] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_3] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_3] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_3] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_3] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_3] .deznav .help-desk .btn {
  background-color: #40aeff;
  border-color: #40aeff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_3] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_3] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_3] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_3] .plus-box {
  background-color: #40aeff;
}
[data-sidebarbg=color_3][data-theme-version=dark] .copyright,
[data-sidebarbg=color_3] .copyright {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark],
[data-sidebarbg=color_4] {
  --sidebar-bg: #2C2C2C;
}
[data-sidebarbg=color_4][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_4] .menu-toggle .deznav .metismenu li > ul {
  background: #2C2C2C !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_4] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_4] .deznav .menu-icon svg path,
[data-sidebarbg=color_4] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_4][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_4][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_4][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_4][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_4][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_4][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_4][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #464646;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #343434;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #464646;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_4][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_4][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #464646;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_4] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_4] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_4] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_4] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_4] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_4] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_4] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_4] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_4] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_4] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_4] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_4] .deznav .help-desk .btn {
  background-color: #464646;
  border-color: #464646;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_4] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_4] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_4] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_4][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_4] .plus-box {
  background-color: #464646;
}
[data-sidebarbg=color_4][data-theme-version=dark] .copyright,
[data-sidebarbg=color_4] .copyright {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark],
[data-sidebarbg=color_5] {
  --sidebar-bg: #3250ff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_5] .menu-toggle .deznav .metismenu li > ul {
  background: #3250ff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_5] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_5] .deznav .menu-icon svg path,
[data-sidebarbg=color_5] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_5][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_5][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_5][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_5][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_5][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_5][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_5][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #657cff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #415dff;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #657cff;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_5][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #657cff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_5] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_5] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_5] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_5] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_5] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_5] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_5] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_5] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_5] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_5] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_5] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_5] .deznav .help-desk .btn {
  background-color: #657cff;
  border-color: #657cff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_5] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_5] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_5] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_5] .plus-box {
  background-color: #657cff;
}
[data-sidebarbg=color_5][data-theme-version=dark] .copyright,
[data-sidebarbg=color_5] .copyright {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark],
[data-sidebarbg=color_6] {
  --sidebar-bg: #3f8cff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_6] .menu-toggle .deznav .metismenu li > ul {
  background: #3f8cff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_6] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_6] .deznav .menu-icon svg path,
[data-sidebarbg=color_6] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_6][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_6][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_6][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_6][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_6][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_6][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_6][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #72abff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #4e95ff;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #72abff;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_6][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #72abff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_6] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_6] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_6] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_6] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_6] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_6] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_6] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_6] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_6] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_6] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_6] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_6] .deznav .help-desk .btn {
  background-color: #72abff;
  border-color: #72abff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_6] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_6] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_6] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_6] .plus-box {
  background-color: #72abff;
}
[data-sidebarbg=color_6][data-theme-version=dark] .copyright,
[data-sidebarbg=color_6] .copyright {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark],
[data-sidebarbg=color_7] {
  --sidebar-bg: #40a7e2;
}
[data-sidebarbg=color_7][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_7] .menu-toggle .deznav .metismenu li > ul {
  background: #40a7e2 !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_7] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_7] .deznav .menu-icon svg path,
[data-sidebarbg=color_7] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_7][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_7][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_7][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_7][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_7][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_7][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_7][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #6cbbe9;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #4dade4;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #6cbbe9;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_7][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_7][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #6cbbe9;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_7] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_7] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_7] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_7] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_7] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_7] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_7] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_7] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_7] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_7] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_7] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_7] .deznav .help-desk .btn {
  background-color: #6cbbe9;
  border-color: #6cbbe9;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_7] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_7] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_7] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_7][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_7] .plus-box {
  background-color: #6cbbe9;
}
[data-sidebarbg=color_7][data-theme-version=dark] .copyright,
[data-sidebarbg=color_7] .copyright {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark],
[data-sidebarbg=color_8] {
  --sidebar-bg: #B65FBD;
}
[data-sidebarbg=color_8][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_8] .menu-toggle .deznav .metismenu li > ul {
  background: #B65FBD !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_8] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_8] .deznav .menu-icon svg path,
[data-sidebarbg=color_8] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_8][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_8][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_8][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_8][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_8][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_8][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_8][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #c683cc;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #bb6ac1;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #c683cc;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_8][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_8][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #c683cc;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_8] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_8] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_8] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_8] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_8] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_8] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_8] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_8] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_8] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_8] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_8] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_8] .deznav .help-desk .btn {
  background-color: #c683cc;
  border-color: #c683cc;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_8] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_8] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_8] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_8][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_8] .plus-box {
  background-color: #c683cc;
}
[data-sidebarbg=color_8][data-theme-version=dark] .copyright,
[data-sidebarbg=color_8] .copyright {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark],
[data-sidebarbg=color_9] {
  --sidebar-bg: #88a67e;
}
[data-sidebarbg=color_9][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_9] .menu-toggle .deznav .metismenu li > ul {
  background: #88a67e !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_9] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_9] .deznav .menu-icon svg path,
[data-sidebarbg=color_9] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_9][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_9][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_9][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_9][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_9][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_9][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_9][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #a4bb9c;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #90ac87;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #a4bb9c;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_9][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_9][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #a4bb9c;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_9] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_9] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_9] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_9] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_9] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_9] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_9] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_9] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_9] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_9] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_9] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_9] .deznav .help-desk .btn {
  background-color: #a4bb9c;
  border-color: #a4bb9c;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_9] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_9] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_9] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_9][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_9] .plus-box {
  background-color: #a4bb9c;
}
[data-sidebarbg=color_9][data-theme-version=dark] .copyright,
[data-sidebarbg=color_9] .copyright {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark],
[data-sidebarbg=color_10] {
  --sidebar-bg: #1C2E9E;
}
[data-sidebarbg=color_10][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_10] .menu-toggle .deznav .metismenu li > ul {
  background: #1C2E9E !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_10] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_10] .deznav .menu-icon svg path,
[data-sidebarbg=color_10] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_10][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_10][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_10][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_10][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_10][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_10][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_10][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #243bc9;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #1e32ab;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #243bc9;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_10][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_10][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #243bc9;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_10] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_10] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_10] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_10] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_10] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_10] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_10] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_10] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_10] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_10] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_10] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_10] .deznav .help-desk .btn {
  background-color: #243bc9;
  border-color: #243bc9;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_10] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_10] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_10] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_10][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_10] .plus-box {
  background-color: #243bc9;
}
[data-sidebarbg=color_10][data-theme-version=dark] .copyright,
[data-sidebarbg=color_10] .copyright {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark],
[data-sidebarbg=color_11] {
  --sidebar-bg: #c6164f;
}
[data-sidebarbg=color_11][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_11] .menu-toggle .deznav .metismenu li > ul {
  background: #c6164f !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_11] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_11] .deznav .menu-icon svg path,
[data-sidebarbg=color_11] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_11][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_11][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_11][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_11][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_11][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_11][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_11][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #e72866;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #d41854;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #e72866;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_11][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_11][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #e72866;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_11] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_11] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_11] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_11] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_11] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_11] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_11] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_11] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_11] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_11] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_11] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_11] .deznav .help-desk .btn {
  background-color: #e72866;
  border-color: #e72866;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_11] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_11] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_11] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_11][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_11] .plus-box {
  background-color: #e72866;
}
[data-sidebarbg=color_11][data-theme-version=dark] .copyright,
[data-sidebarbg=color_11] .copyright {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark],
[data-sidebarbg=color_12] {
  --sidebar-bg: #343a40;
}
[data-sidebarbg=color_12][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_12] .menu-toggle .deznav .metismenu li > ul {
  background: #343a40 !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_12] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_12] .deznav .menu-icon svg path,
[data-sidebarbg=color_12] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_12][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_12][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_12][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_12][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_12][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_12][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_12][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #4b545c;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #3b4248;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #4b545c;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_12][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_12][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #4b545c;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_12] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_12] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_12] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_12] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_12] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_12] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_12] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_12] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_12] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_12] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_12] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_12] .deznav .help-desk .btn {
  background-color: #4b545c;
  border-color: #4b545c;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_12] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_12] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_12] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_12][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_12] .plus-box {
  background-color: #4b545c;
}
[data-sidebarbg=color_12][data-theme-version=dark] .copyright,
[data-sidebarbg=color_12] .copyright {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark],
[data-sidebarbg=color_13] {
  --sidebar-bg: #2a2a2a;
}
[data-sidebarbg=color_13][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_13] .menu-toggle .deznav .metismenu li > ul {
  background: #2a2a2a !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_13] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_13] .deznav .menu-icon svg path,
[data-sidebarbg=color_13] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_13][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_13][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_13][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_13][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_13][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_13][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_13][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #444444;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #323232;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #444444;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_13][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_13][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #444444;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_13] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_13] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_13] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_13] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_13] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_13] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_13] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_13] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_13] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_13] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_13] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_13] .deznav .help-desk .btn {
  background-color: #444444;
  border-color: #444444;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_13] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_13] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_13] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_13][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_13] .plus-box {
  background-color: #444444;
}
[data-sidebarbg=color_13][data-theme-version=dark] .copyright,
[data-sidebarbg=color_13] .copyright {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark],
[data-sidebarbg=color_14] {
  --sidebar-bg: #4885ed;
}
[data-sidebarbg=color_14][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_14] .menu-toggle .deznav .metismenu li > ul {
  background: #4885ed !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_14] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_14] .deznav .menu-icon svg path,
[data-sidebarbg=color_14] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_14][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_14][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_14][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_14][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_14][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_14][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_14][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #76a4f2;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #568eee;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #76a4f2;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_14][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_14][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #76a4f2;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_14] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_14] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_14] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_14] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_14] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_14] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_14] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_14] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_14] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_14] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_14] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_14] .deznav .help-desk .btn {
  background-color: #76a4f2;
  border-color: #76a4f2;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_14] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_14] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_14] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_14][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_14] .plus-box {
  background-color: #76a4f2;
}
[data-sidebarbg=color_14][data-theme-version=dark] .copyright,
[data-sidebarbg=color_14] .copyright {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark],
[data-sidebarbg=color_15] {
  --sidebar-bg: #4cb32b;
}
[data-sidebarbg=color_15][data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul,
[data-sidebarbg=color_15] .menu-toggle .deznav .metismenu li > ul {
  background: #4cb32b !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu ul a:before,
[data-sidebarbg=color_15] .deznav .metismenu ul a:before {
  background: rgba(255, 255, 255, 0.5);
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .menu-icon svg path,
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .menu-icon svg ellipse,
[data-sidebarbg=color_15] .deznav .menu-icon svg path,
[data-sidebarbg=color_15] .deznav .menu-icon svg ellipse {
  stroke: #fff !important;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-layout=vertical] .deznav .menu-title,
[data-sidebarbg=color_15][data-layout=vertical] .deznav .menu-title {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_15][data-layout=vertical] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_15][data-theme-version=dark][data-layout=vertical] .deznav .plus-box p,
[data-sidebarbg=color_15][data-layout=vertical] .deznav .plus-box h5,
[data-sidebarbg=color_15][data-layout=vertical] .deznav .plus-box .h5,
[data-sidebarbg=color_15][data-layout=vertical] .deznav .plus-box p {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-sidebar-style=mini] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-sidebar-style=modern] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-sidebar-style=compact] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu li ul,
[data-sidebarbg=color_15][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu li ul {
  background-color: #63d140;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=mini] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=mini] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=modern] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=modern] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=compact] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=icon-hover][data-layout=horizontal] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=full][data-layout=horizontal] .deznav .metismenu > li:hover > a {
  background: var(--primary);
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li a:hover {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a > i {
  background: #51bf2e;
  color: rgba(255, 255, 255, 0.7);
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li > a .menu-icon {
  background-color: #63d140;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a {
  box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=vertical] .deznav .metismenu > li:hover > a i {
  background: var(--primary);
  color: #fff !important;
}
[data-sidebarbg=color_15][data-theme-version=dark][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon,
[data-sidebarbg=color_15][data-sidebar-style=compact][data-layout=horizontal] .deznav .metismenu > li > a .menu-icon {
  background-color: #63d140;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu a,
[data-sidebarbg=color_15] .deznav .metismenu a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu li ul a.mm-active,
[data-sidebarbg=color_15] .deznav .metismenu li ul a:hover,
[data-sidebarbg=color_15] .deznav .metismenu li ul a:focus,
[data-sidebarbg=color_15] .deznav .metismenu li ul a.mm-active {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-sidebarbg=color_15] .deznav .metismenu > li:hover > a {
  background: rgba(255, 255, 255, 0.15) !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li > a,
[data-sidebarbg=color_15] .deznav .metismenu > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li > a i,
[data-sidebarbg=color_15] .deznav .metismenu > li > a i {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li.mm-active > a,
[data-sidebarbg=color_15] .deznav .metismenu > li.mm-active > a {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li.mm-active > a i,
[data-sidebarbg=color_15] .deznav .metismenu > li.mm-active > a i {
  color: #fff !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu > li.mm-active > a:before,
[data-sidebarbg=color_15] .deznav .metismenu > li.mm-active > a:before {
  background: #fff !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .metismenu .has-arrow:after,
[data-sidebarbg=color_15] .deznav .metismenu .has-arrow:after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .help-desk .btn,
[data-sidebarbg=color_15] .deznav .help-desk .btn {
  background-color: #63d140;
  border-color: #63d140;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .header-info2 span,
[data-sidebarbg=color_15] .deznav .header-info2 span {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .sidebar-info,
[data-sidebarbg=color_15] .deznav .sidebar-info {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark] .deznav .sidebar-info i,
[data-sidebarbg=color_15] .deznav .sidebar-info i {
  color: #fff;
}
[data-sidebarbg=color_15][data-theme-version=dark] .plus-box,
[data-sidebarbg=color_15] .plus-box {
  background-color: #63d140;
}
[data-sidebarbg=color_15][data-theme-version=dark] .copyright,
[data-sidebarbg=color_15] .copyright {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark],
[data-headerbg=color_2] {
  --headerbg: #18A594;
}
[data-headerbg=color_2][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_2][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_2] .header-left .search-area .form-control,
[data-headerbg=color_2] .header-left .search-area .input-group-text {
  background-color: #1ed2bc;
}
[data-headerbg=color_2][data-theme-version=dark] .nav-control,
[data-headerbg=color_2] .nav-control {
  background-color: #1ed2bc;
}
[data-headerbg=color_2][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_2][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_2][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_2] .search-area .input-group-text,
[data-headerbg=color_2] .search-area .form-control,
[data-headerbg=color_2] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_2] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_2] .header-left .search-area {
  background-color: #1ed2bc;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_2] .header-right .search-area .form-control,
[data-headerbg=color_2] .header-right .search-area .input-group-text {
  background-color: #1ed2bc;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_2] .header-right .search-area .form-control i,
[data-headerbg=color_2] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_2][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_2] .header-right .search-area .form-control svg path,
[data-headerbg=color_2] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_2] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_2][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_2] .header-right .nav-item svg path,
[data-headerbg=color_2] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_2] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_2][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_2] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_2] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_2] .header-right .header-border .btn {
  background-color: #1ed2bc;
  border-color: #1ed2bc;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_2] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_2] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_2][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_2] .header-right .header-info h6,
[data-headerbg=color_2] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_2] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_2][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_2] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_2] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_2][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_2] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_2] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_2] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_2][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_2] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_2][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_2] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_2][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_2] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_2][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_2][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_2][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_2][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_2][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_2][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_3][data-theme-version=dark],
[data-headerbg=color_3] {
  --headerbg: #0D99FF;
}
[data-headerbg=color_3][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_3][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_3] .header-left .search-area .form-control,
[data-headerbg=color_3] .header-left .search-area .input-group-text {
  background-color: #40aeff;
}
[data-headerbg=color_3][data-theme-version=dark] .nav-control,
[data-headerbg=color_3] .nav-control {
  background-color: #40aeff;
}
[data-headerbg=color_3][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_3][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_3][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_3] .search-area .input-group-text,
[data-headerbg=color_3] .search-area .form-control,
[data-headerbg=color_3] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_3] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_3] .header-left .search-area {
  background-color: #40aeff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_3] .header-right .search-area .form-control,
[data-headerbg=color_3] .header-right .search-area .input-group-text {
  background-color: #40aeff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_3] .header-right .search-area .form-control i,
[data-headerbg=color_3] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_3][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_3] .header-right .search-area .form-control svg path,
[data-headerbg=color_3] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_3] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_3][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_3] .header-right .nav-item svg path,
[data-headerbg=color_3] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_3] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_3][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_3] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_3] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_3] .header-right .header-border .btn {
  background-color: #40aeff;
  border-color: #40aeff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_3] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_3] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_3][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_3] .header-right .header-info h6,
[data-headerbg=color_3] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_3] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_3][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_3] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_3] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_3][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_3] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_3] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_3] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_3][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_3] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_3][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_3] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_3][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_3] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_3][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_3][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_3][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_3][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_3][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_3][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_4][data-theme-version=dark],
[data-headerbg=color_4] {
  --headerbg: #2C2C2C;
}
[data-headerbg=color_4][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_4][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_4] .header-left .search-area .form-control,
[data-headerbg=color_4] .header-left .search-area .input-group-text {
  background-color: #464646;
}
[data-headerbg=color_4][data-theme-version=dark] .nav-control,
[data-headerbg=color_4] .nav-control {
  background-color: #464646;
}
[data-headerbg=color_4][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_4][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_4][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_4] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_4] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_4] .header-left .search-area {
  background-color: #464646;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_4] .header-right .search-area .form-control,
[data-headerbg=color_4] .header-right .search-area .input-group-text {
  background-color: #464646;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_4] .header-right .search-area .form-control i,
[data-headerbg=color_4] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_4][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_4] .header-right .search-area .form-control svg path,
[data-headerbg=color_4] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_4] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_4][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_4] .header-right .nav-item svg path,
[data-headerbg=color_4] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_4] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_4][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_4] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_4] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_4] .header-right .header-border .btn {
  background-color: #464646;
  border-color: #464646;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_4] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_4] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_4][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_4] .header-right .header-info h6,
[data-headerbg=color_4] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_4] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_4][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_4] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_4] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_4][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_4] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_4] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_4] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_4][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_4] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_4][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_4] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_4][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_4] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_4][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_4][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_4][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_4][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_4][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_4][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_5][data-theme-version=dark],
[data-headerbg=color_5] {
  --headerbg: #3250ff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_5][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_5] .header-left .search-area .form-control,
[data-headerbg=color_5] .header-left .search-area .input-group-text {
  background-color: #657cff;
}
[data-headerbg=color_5][data-theme-version=dark] .nav-control,
[data-headerbg=color_5] .nav-control {
  background-color: #657cff;
}
[data-headerbg=color_5][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_5][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_5][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_5] .search-area .input-group-text,
[data-headerbg=color_5] .search-area .form-control,
[data-headerbg=color_5] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_5] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_5] .header-left .search-area {
  background-color: #657cff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_5] .header-right .search-area .form-control,
[data-headerbg=color_5] .header-right .search-area .input-group-text {
  background-color: #657cff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_5] .header-right .search-area .form-control i,
[data-headerbg=color_5] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_5][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_5] .header-right .search-area .form-control svg path,
[data-headerbg=color_5] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_5] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_5][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_5] .header-right .nav-item svg path,
[data-headerbg=color_5] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_5] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_5][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_5] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_5] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_5] .header-right .header-border .btn {
  background-color: #657cff;
  border-color: #657cff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_5] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_5] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_5][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_5] .header-right .header-info h6,
[data-headerbg=color_5] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_5] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_5][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_5] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_5] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_5][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_5] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_5] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_5] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_5][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_5] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_5][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_5] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_5][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_5] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_5][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_5][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_5][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_5][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_5][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_5][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_6][data-theme-version=dark],
[data-headerbg=color_6] {
  --headerbg: #3f8cff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_6][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_6] .header-left .search-area .form-control,
[data-headerbg=color_6] .header-left .search-area .input-group-text {
  background-color: #72abff;
}
[data-headerbg=color_6][data-theme-version=dark] .nav-control,
[data-headerbg=color_6] .nav-control {
  background-color: #72abff;
}
[data-headerbg=color_6][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_6][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_6][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_6] .search-area .input-group-text,
[data-headerbg=color_6] .search-area .form-control,
[data-headerbg=color_6] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_6] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_6] .header-left .search-area {
  background-color: #72abff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_6] .header-right .search-area .form-control,
[data-headerbg=color_6] .header-right .search-area .input-group-text {
  background-color: #72abff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_6] .header-right .search-area .form-control i,
[data-headerbg=color_6] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_6][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_6] .header-right .search-area .form-control svg path,
[data-headerbg=color_6] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_6] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_6][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_6] .header-right .nav-item svg path,
[data-headerbg=color_6] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_6] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_6][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_6] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_6] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_6] .header-right .header-border .btn {
  background-color: #72abff;
  border-color: #72abff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_6] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_6] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_6][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_6] .header-right .header-info h6,
[data-headerbg=color_6] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_6] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_6][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_6] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_6] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_6][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_6] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_6] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_6] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_6][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_6] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_6][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_6] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_6][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_6] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_6][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_6][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_6][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_6][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_6][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_6][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_7][data-theme-version=dark],
[data-headerbg=color_7] {
  --headerbg: #40a7e2;
}
[data-headerbg=color_7][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_7][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_7] .header-left .search-area .form-control,
[data-headerbg=color_7] .header-left .search-area .input-group-text {
  background-color: #6cbbe9;
}
[data-headerbg=color_7][data-theme-version=dark] .nav-control,
[data-headerbg=color_7] .nav-control {
  background-color: #6cbbe9;
}
[data-headerbg=color_7][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_7][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_7][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_7] .search-area .input-group-text,
[data-headerbg=color_7] .search-area .form-control,
[data-headerbg=color_7] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_7] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_7] .header-left .search-area {
  background-color: #6cbbe9;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_7] .header-right .search-area .form-control,
[data-headerbg=color_7] .header-right .search-area .input-group-text {
  background-color: #6cbbe9;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_7] .header-right .search-area .form-control i,
[data-headerbg=color_7] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_7][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_7] .header-right .search-area .form-control svg path,
[data-headerbg=color_7] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_7] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_7][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_7] .header-right .nav-item svg path,
[data-headerbg=color_7] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_7] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_7][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_7] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_7] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_7] .header-right .header-border .btn {
  background-color: #6cbbe9;
  border-color: #6cbbe9;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_7] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_7] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_7][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_7] .header-right .header-info h6,
[data-headerbg=color_7] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_7] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_7][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_7] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_7] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_7][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_7] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_7] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_7] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_7][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_7] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_7][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_7] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_7][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_7] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_7][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_7][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_7][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_7][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_7][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_7][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_8][data-theme-version=dark],
[data-headerbg=color_8] {
  --headerbg: #B65FBD;
}
[data-headerbg=color_8][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_8][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_8] .header-left .search-area .form-control,
[data-headerbg=color_8] .header-left .search-area .input-group-text {
  background-color: #c683cc;
}
[data-headerbg=color_8][data-theme-version=dark] .nav-control,
[data-headerbg=color_8] .nav-control {
  background-color: #c683cc;
}
[data-headerbg=color_8][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_8][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_8][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_8] .search-area .input-group-text,
[data-headerbg=color_8] .search-area .form-control,
[data-headerbg=color_8] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_8] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_8] .header-left .search-area {
  background-color: #c683cc;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_8] .header-right .search-area .form-control,
[data-headerbg=color_8] .header-right .search-area .input-group-text {
  background-color: #c683cc;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_8] .header-right .search-area .form-control i,
[data-headerbg=color_8] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_8][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_8] .header-right .search-area .form-control svg path,
[data-headerbg=color_8] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_8] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_8][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_8] .header-right .nav-item svg path,
[data-headerbg=color_8] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_8] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_8][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_8] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_8] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_8] .header-right .header-border .btn {
  background-color: #c683cc;
  border-color: #c683cc;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_8] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_8] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_8][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_8] .header-right .header-info h6,
[data-headerbg=color_8] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_8] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_8][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_8] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_8] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_8][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_8] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_8] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_8] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_8][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_8] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_8][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_8] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_8][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_8] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_8][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_8][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_8][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_8][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_8][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_8][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_9][data-theme-version=dark],
[data-headerbg=color_9] {
  --headerbg: #88a67e;
}
[data-headerbg=color_9][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_9][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_9] .header-left .search-area .form-control,
[data-headerbg=color_9] .header-left .search-area .input-group-text {
  background-color: #a4bb9c;
}
[data-headerbg=color_9][data-theme-version=dark] .nav-control,
[data-headerbg=color_9] .nav-control {
  background-color: #a4bb9c;
}
[data-headerbg=color_9][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_9][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_9][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_9] .search-area .input-group-text,
[data-headerbg=color_9] .search-area .form-control,
[data-headerbg=color_9] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_9] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_9] .header-left .search-area {
  background-color: #a4bb9c;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_9] .header-right .search-area .form-control,
[data-headerbg=color_9] .header-right .search-area .input-group-text {
  background-color: #a4bb9c;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_9] .header-right .search-area .form-control i,
[data-headerbg=color_9] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_9][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_9] .header-right .search-area .form-control svg path,
[data-headerbg=color_9] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_9] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_9][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_9] .header-right .nav-item svg path,
[data-headerbg=color_9] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_9] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_9][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_9] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_9] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_9] .header-right .header-border .btn {
  background-color: #a4bb9c;
  border-color: #a4bb9c;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_9] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_9] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_9][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_9] .header-right .header-info h6,
[data-headerbg=color_9] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_9] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_9][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_9] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_9] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_9][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_9] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_9] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_9] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_9][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_9] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_9][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_9] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_9][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_9] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_9][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_9][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_9][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_9][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_9][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_9][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_10][data-theme-version=dark],
[data-headerbg=color_10] {
  --headerbg: #1C2E9E;
}
[data-headerbg=color_10][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_10][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_10] .header-left .search-area .form-control,
[data-headerbg=color_10] .header-left .search-area .input-group-text {
  background-color: #243bc9;
}
[data-headerbg=color_10][data-theme-version=dark] .nav-control,
[data-headerbg=color_10] .nav-control {
  background-color: #243bc9;
}
[data-headerbg=color_10][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_10][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_10][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_10] .search-area .input-group-text,
[data-headerbg=color_10] .search-area .form-control,
[data-headerbg=color_10] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_10] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_10] .header-left .search-area {
  background-color: #243bc9;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_10] .header-right .search-area .form-control,
[data-headerbg=color_10] .header-right .search-area .input-group-text {
  background-color: #243bc9;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_10] .header-right .search-area .form-control i,
[data-headerbg=color_10] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_10][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_10] .header-right .search-area .form-control svg path,
[data-headerbg=color_10] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_10] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_10][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_10] .header-right .nav-item svg path,
[data-headerbg=color_10] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_10] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_10][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_10] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_10] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_10] .header-right .header-border .btn {
  background-color: #243bc9;
  border-color: #243bc9;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_10] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_10] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_10][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_10] .header-right .header-info h6,
[data-headerbg=color_10] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_10] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_10][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_10] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_10] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_10][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_10] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_10] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_10] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_10][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_10] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_10][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_10] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_10][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_10] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_10][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_10][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_10][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_10][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_10][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_10][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_11][data-theme-version=dark],
[data-headerbg=color_11] {
  --headerbg: #c6164f;
}
[data-headerbg=color_11][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_11][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_11] .header-left .search-area .form-control,
[data-headerbg=color_11] .header-left .search-area .input-group-text {
  background-color: #e72866;
}
[data-headerbg=color_11][data-theme-version=dark] .nav-control,
[data-headerbg=color_11] .nav-control {
  background-color: #e72866;
}
[data-headerbg=color_11][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_11][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_11][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_11] .search-area .input-group-text,
[data-headerbg=color_11] .search-area .form-control,
[data-headerbg=color_11] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_11] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_11] .header-left .search-area {
  background-color: #e72866;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_11] .header-right .search-area .form-control,
[data-headerbg=color_11] .header-right .search-area .input-group-text {
  background-color: #e72866;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_11] .header-right .search-area .form-control i,
[data-headerbg=color_11] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_11][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_11] .header-right .search-area .form-control svg path,
[data-headerbg=color_11] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_11] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_11][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_11] .header-right .nav-item svg path,
[data-headerbg=color_11] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_11] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_11][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_11] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_11] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_11] .header-right .header-border .btn {
  background-color: #e72866;
  border-color: #e72866;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_11] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_11] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_11][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_11] .header-right .header-info h6,
[data-headerbg=color_11] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_11] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_11][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_11] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_11] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_11][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_11] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_11] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_11] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_11][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_11] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_11][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_11] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_11][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_11] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_11][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_11][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_11][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_11][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_11][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_11][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_12][data-theme-version=dark],
[data-headerbg=color_12] {
  --headerbg: #343a40;
}
[data-headerbg=color_12][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_12][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_12] .header-left .search-area .form-control,
[data-headerbg=color_12] .header-left .search-area .input-group-text {
  background-color: #4b545c;
}
[data-headerbg=color_12][data-theme-version=dark] .nav-control,
[data-headerbg=color_12] .nav-control {
  background-color: #4b545c;
}
[data-headerbg=color_12][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_12][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_12][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_12] .search-area .input-group-text,
[data-headerbg=color_12] .search-area .form-control,
[data-headerbg=color_12] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_12] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_12] .header-left .search-area {
  background-color: #4b545c;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_12] .header-right .search-area .form-control,
[data-headerbg=color_12] .header-right .search-area .input-group-text {
  background-color: #4b545c;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_12] .header-right .search-area .form-control i,
[data-headerbg=color_12] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_12][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_12] .header-right .search-area .form-control svg path,
[data-headerbg=color_12] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_12] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_12][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_12] .header-right .nav-item svg path,
[data-headerbg=color_12] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_12] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_12][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_12] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_12] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_12] .header-right .header-border .btn {
  background-color: #4b545c;
  border-color: #4b545c;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_12] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_12] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_12][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_12] .header-right .header-info h6,
[data-headerbg=color_12] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_12] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_12][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_12] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_12] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_12][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_12] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_12] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_12] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_12][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_12] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_12][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_12] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_12][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_12] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_12][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_12][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_12][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_12][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_12][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_12][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_13][data-theme-version=dark],
[data-headerbg=color_13] {
  --headerbg: #2a2a2a;
}
[data-headerbg=color_13][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_13][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_13] .header-left .search-area .form-control,
[data-headerbg=color_13] .header-left .search-area .input-group-text {
  background-color: #444444;
}
[data-headerbg=color_13][data-theme-version=dark] .nav-control,
[data-headerbg=color_13] .nav-control {
  background-color: #444444;
}
[data-headerbg=color_13][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_13][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_13][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_13] .search-area .input-group-text,
[data-headerbg=color_13] .search-area .form-control,
[data-headerbg=color_13] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_13] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_13] .header-left .search-area {
  background-color: #444444;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_13] .header-right .search-area .form-control,
[data-headerbg=color_13] .header-right .search-area .input-group-text {
  background-color: #444444;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_13] .header-right .search-area .form-control i,
[data-headerbg=color_13] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_13][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_13] .header-right .search-area .form-control svg path,
[data-headerbg=color_13] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_13] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_13][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_13] .header-right .nav-item svg path,
[data-headerbg=color_13] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_13] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_13][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_13] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_13] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_13] .header-right .header-border .btn {
  background-color: #444444;
  border-color: #444444;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_13] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_13] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_13][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_13] .header-right .header-info h6,
[data-headerbg=color_13] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_13] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_13][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_13] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_13] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_13][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_13] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_13] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_13] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_13][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_13] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_13][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_13] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_13][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_13] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_13][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_13][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_13][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_13][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_13][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_13][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_14][data-theme-version=dark],
[data-headerbg=color_14] {
  --headerbg: #4885ed;
}
[data-headerbg=color_14][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_14][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_14] .header-left .search-area .form-control,
[data-headerbg=color_14] .header-left .search-area .input-group-text {
  background-color: #76a4f2;
}
[data-headerbg=color_14][data-theme-version=dark] .nav-control,
[data-headerbg=color_14] .nav-control {
  background-color: #76a4f2;
}
[data-headerbg=color_14][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_14][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_14][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_14] .search-area .input-group-text,
[data-headerbg=color_14] .search-area .form-control,
[data-headerbg=color_14] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_14] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_14] .header-left .search-area {
  background-color: #76a4f2;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_14] .header-right .search-area .form-control,
[data-headerbg=color_14] .header-right .search-area .input-group-text {
  background-color: #76a4f2;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_14] .header-right .search-area .form-control i,
[data-headerbg=color_14] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_14][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_14] .header-right .search-area .form-control svg path,
[data-headerbg=color_14] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_14] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_14][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_14] .header-right .nav-item svg path,
[data-headerbg=color_14] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_14] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_14][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_14] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_14] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_14] .header-right .header-border .btn {
  background-color: #76a4f2;
  border-color: #76a4f2;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_14] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_14] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_14][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_14] .header-right .header-info h6,
[data-headerbg=color_14] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_14] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_14][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_14] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_14] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_14][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_14] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_14] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_14] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_14][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_14] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_14][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_14] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_14][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_14] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_14][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_14][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_14][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_14][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_14][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_14][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-headerbg=color_15][data-theme-version=dark],
[data-headerbg=color_15] {
  --headerbg: #4cb32b;
}
[data-headerbg=color_15][data-theme-version=dark] .header-left .search-area .form-control,
[data-headerbg=color_15][data-theme-version=dark] .header-left .search-area .input-group-text,
[data-headerbg=color_15] .header-left .search-area .form-control,
[data-headerbg=color_15] .header-left .search-area .input-group-text {
  background-color: #63d140;
}
[data-headerbg=color_15][data-theme-version=dark] .nav-control,
[data-headerbg=color_15] .nav-control {
  background-color: #63d140;
}
[data-headerbg=color_15][data-theme-version=dark] .search-area .input-group-text,
[data-headerbg=color_15][data-theme-version=dark] .search-area .form-control,
[data-headerbg=color_15][data-theme-version=dark] .search-area .form-control::placeholder,
[data-headerbg=color_15] .search-area .input-group-text,
[data-headerbg=color_15] .search-area .form-control,
[data-headerbg=color_15] .search-area .form-control::placeholder {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .search-area .input-group-append .input-group-text i,
[data-headerbg=color_15] .search-area .input-group-append .input-group-text i {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-left .search-area,
[data-headerbg=color_15] .header-left .search-area {
  background-color: #63d140;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .form-control,
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .input-group-text,
[data-headerbg=color_15] .header-right .search-area .form-control,
[data-headerbg=color_15] .header-right .search-area .input-group-text {
  background-color: #63d140;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .form-control i,
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .input-group-text i,
[data-headerbg=color_15] .header-right .search-area .form-control i,
[data-headerbg=color_15] .header-right .search-area .input-group-text i {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .form-control svg path,
[data-headerbg=color_15][data-theme-version=dark] .header-right .search-area .input-group-text svg path,
[data-headerbg=color_15] .header-right .search-area .form-control svg path,
[data-headerbg=color_15] .header-right .search-area .input-group-text svg path {
  fill: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .notification_dropdown .nav-link.show,
[data-headerbg=color_15] .header-right .notification_dropdown .nav-link.show {
  background-color: #202020;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .nav-item svg path,
[data-headerbg=color_15][data-theme-version=dark] .header-right .nav-item svg circle,
[data-headerbg=color_15] .header-right .nav-item svg path,
[data-headerbg=color_15] .header-right .nav-item svg circle {
  stroke: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .nav-item.ps-3:hover,
[data-headerbg=color_15] .header-right .nav-item.ps-3:hover {
  background: transparent;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_15][data-theme-version=dark] .header-right .nav-item .ai-icon svg circle,
[data-headerbg=color_15] .header-right .nav-item .ai-icon svg path,
[data-headerbg=color_15] .header-right .nav-item .ai-icon svg circle {
  stroke: var(--primary);
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .header-border .btn,
[data-headerbg=color_15] .header-right .header-border .btn {
  background-color: #63d140;
  border-color: #63d140;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .header-border:hover,
[data-headerbg=color_15] .header-right .header-border:hover {
  background: transparent;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .header-info p,
[data-headerbg=color_15] .header-right .header-info p {
  color: #E1E1E1;
}
[data-headerbg=color_15][data-theme-version=dark] .header-right .header-info h6,
[data-headerbg=color_15] .header-right .header-info h6,
[data-headerbg=color_15] .header-right .header-info .h6 {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-left .dashboard_bar,
[data-headerbg=color_15] .header-left .dashboard_bar {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_15][data-theme-version=dark] .header-left .search-area .input-group-text a svg circle,
[data-headerbg=color_15] .header-left .search-area .input-group-text a svg path,
[data-headerbg=color_15] .header-left .search-area .input-group-text a svg circle {
  stroke: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_15][data-theme-version=dark] .header-profile > a.nav-link .header-info span,
[data-headerbg=color_15] .header-profile > a.nav-link .header-info small,
[data-headerbg=color_15] .header-profile > a.nav-link .header-info .small,
[data-headerbg=color_15] .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-headerbg=color_15][data-theme-version=dark] .hamburger .line,
[data-headerbg=color_15] .hamburger .line {
  background: #fff !important;
}
[data-headerbg=color_15][data-theme-version=dark] .hamburger .line svg rect,
[data-headerbg=color_15] .hamburger .line svg rect {
  fill: #fff !important;
}
[data-headerbg=color_15][data-theme-version=dark] .hamburger svg rect,
[data-headerbg=color_15] .hamburger svg rect {
  fill: #fff !important;
}
[data-headerbg=color_15][data-theme-version=dark][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_15][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_15][data-theme-version=dark][data-headerbg=color_4] .search-area .form-control::placeholder,
[data-headerbg=color_15][data-headerbg=color_4] .search-area .input-group-text,
[data-headerbg=color_15][data-headerbg=color_4] .search-area .form-control,
[data-headerbg=color_15][data-headerbg=color_4] .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-layout=horizontal] .header .header-content,
[data-nav-headerbg=color_1][data-layout=horizontal] .header .header-content {
  padding-left: 0;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=mini] .color-title,
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=modern] .color-title,
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=compact] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=mini] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=modern] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=compact] .color-title {
  display: none !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=icon-hover] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=icon-hover] .color-title {
  display: none !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=icon-hover] .iconhover-toggle .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=icon-hover] .iconhover-toggle .color-title {
  display: block !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=icon-hover][data-layout=horizontal] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=icon-hover][data-layout=horizontal] .color-title {
  display: block !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=morden][data-layout=horizontal] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=morden][data-layout=horizontal] .color-title {
  display: block !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=compact][data-layout=horizontal] .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=compact][data-layout=horizontal] .color-title {
  display: block !important;
}
[data-primary=color_1][data-nav-headerbg=color_1][data-theme-version=light][data-sidebar-style=compact][data-layout=vertical] .menu-toggle .color-title,
[data-nav-headerbg=color_1][data-sidebar-style=compact][data-layout=vertical] .menu-toggle .color-title {
  display: block !important;
}
@media (min-width: 62rem) {
  [data-container=boxed] #main-wrapper {
    max-width: 74.9375rem;
    margin: 0 auto;
    box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
  }
  [direction=rtl][data-container=boxed] #main-wrapper {
    text-align: right;
  }
  [data-container=boxed] .content-body {
    padding-right: 0rem;
  }
  [data-container=boxed] .invoice-num {
    font-size: 1.375rem;
  }
  [data-container=boxed] .email-susb {
    display: none;
  }
  [data-container=boxed] .market-previews,
  [data-container=boxed] .assets-al {
    width: 50%;
  }
  [data-container=boxed] .buy-coin .coin-img img {
    width: 332px;
    bottom: -11px;
  }
  [data-container=boxed] .dz-side-menu {
    display: none;
  }
  [data-container=boxed] .out-footer {
    margin-right: 5.375rem;
  }
}
@media only screen and (min-width: 84.375rem) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: 74.9375rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 84.3125rem) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: 74.9375rem;
  }
}
[data-header-position=fixed][data-layout=horizontal][data-container=boxed] .deznav {
  max-width: 74.9375rem;
}
[data-layout=vertical][data-container=boxed][data-header-position=fixed] .header,
[data-layout=horizontal][data-container=boxed][data-header-position=fixed] .header {
  width: 74.9375rem;
}
[data-layout=horizontal][data-container=boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
  width: 74.9375rem;
}
[data-container=boxed] .metismenu.fixed {
  left: auto;
  max-width: 74.9375rem;
}
[data-container=boxed] .page-titles {
  margin-bottom: 3rem;
  padding: 0.9375rem 0.9375rem;
}
[data-container=boxed] .content-body .container-fluid,
[data-container=boxed] .content-body .container-sm,
[data-container=boxed] .content-body .container-md,
[data-container=boxed] .content-body .container-lg,
[data-container=boxed] .content-body .container-xl,
[data-container=boxed] .content-body .container-xxl {
  padding: 2.5rem;
}
[data-container=boxed][data-layout=vertical] .page-titles {
  margin-left: 0;
  margin-right: 0;
}
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .deznav {
  position: absolute;
}
[data-container=boxed][data-sidebar-position=fixed][data-layout=horizontal] .deznav.fixed {
  left: auto;
  max-width: 74.9375rem;
}
@media (min-width: 62rem) {
  [data-container=wide-boxed] #main-wrapper {
    max-width: 92.5rem;
    margin: 0 auto;
    box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
  }
  [direction=rtl][data-container=wide-boxed] #main-wrapper {
    text-align: right;
  }
  [data-container=wide-boxed] .content-body {
    padding-right: 0rem;
  }
  [data-container=wide-boxed] .email-susb {
    display: none;
  }
  [data-container=wide-boxed] .market-previews,
  [data-container=wide-boxed] .assets-al {
    width: 50%;
  }
  [data-container=wide-boxed] .buy-coin .coin-img img {
    width: 332px;
    bottom: -11px;
  }
}
@media only screen and (min-width: 84.375rem) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=wide-boxed][data-header-position=fixed] .header {
    width: 92.5rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 100rem) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=wide-boxed][data-header-position=fixed] .header {
    width: 92.5rem;
  }
}
[data-sidebar-style=compact][data-header-position=fixed][data-container=wide-boxed][data-layout=vertical] .header {
  width: 92.5rem;
}
[data-header-position=fixed][data-layout=horizontal][data-container=wide-boxed] .deznav {
  max-width: 92.5rem;
}
[data-layout=vertical][data-container=wide-boxed][data-header-position=fixed] .header,
[data-layout=horizontal][data-container=wide-boxed][data-header-position=fixed] .header {
  width: 92.5rem;
}
[data-layout=horizontal][data-container=wide-boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
  width: 92.5rem;
}
[data-container=wide-boxed] .metismenu.fixed {
  left: auto;
  max-width: 92.5rem;
}
[data-container=wide-boxed] .page-titles {
  margin-bottom: 3rem;
  padding: 0.9375rem 0.9375rem;
}
[data-container=wide-boxed] .content-body .container-fluid,
[data-container=wide-boxed] .content-body .container-sm,
[data-container=wide-boxed] .content-body .container-md,
[data-container=wide-boxed] .content-body .container-lg,
[data-container=wide-boxed] .content-body .container-xl,
[data-container=wide-boxed] .content-body .container-xxl {
  padding: 2.5rem;
}
[data-container=wide-boxed][data-layout=vertical] .page-titles {
  margin-left: 0;
  margin-right: 0;
}
[data-layout=vertical][data-container=wide-boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-layout=vertical][data-container=wide-boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .deznav {
  position: absolute;
}
[data-container=wide-boxed][data-sidebar-position=fixed][data-layout=horizontal] .deznav.fixed {
  left: auto;
  max-width: 92.5rem;
}
[data-primary=color_2] {
  --primary: #18A594;
  --primary-hover: #12786c;
  --primary-dark: #051f1c;
  --rgba-primary-1: rgba(24, 165, 148, 0.1);
  --rgba-primary-2: rgba(24, 165, 148, 0.2);
  --rgba-primary-3: rgba(24, 165, 148, 0.3);
  --rgba-primary-4: rgba(24, 165, 148, 0.4);
  --rgba-primary-5: rgba(24, 165, 148, 0.5);
  --rgba-primary-6: rgba(24, 165, 148, 0.6);
  --rgba-primary-7: rgba(24, 165, 148, 0.7);
  --rgba-primary-8: rgba(24, 165, 148, 0.8);
  --rgba-primary-9: rgba(24, 165, 148, 0.9);
}
[data-primary=color_3] {
  --primary: #0D99FF;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
}
[data-primary=color_4] {
  --primary: #2C2C2C;
  --primary-hover: #131313;
  --primary-dark: black;
  --rgba-primary-1: rgba(44, 44, 44, 0.1);
  --rgba-primary-2: rgba(44, 44, 44, 0.2);
  --rgba-primary-3: rgba(44, 44, 44, 0.3);
  --rgba-primary-4: rgba(44, 44, 44, 0.4);
  --rgba-primary-5: rgba(44, 44, 44, 0.5);
  --rgba-primary-6: rgba(44, 44, 44, 0.6);
  --rgba-primary-7: rgba(44, 44, 44, 0.7);
  --rgba-primary-8: rgba(44, 44, 44, 0.8);
  --rgba-primary-9: rgba(44, 44, 44, 0.9);
}
[data-primary=color_5] {
  --primary: #3250ff;
  --primary-hover: #0025fe;
  --primary-dark: #001698;
  --rgba-primary-1: rgba(50, 80, 255, 0.1);
  --rgba-primary-2: rgba(50, 80, 255, 0.2);
  --rgba-primary-3: rgba(50, 80, 255, 0.3);
  --rgba-primary-4: rgba(50, 80, 255, 0.4);
  --rgba-primary-5: rgba(50, 80, 255, 0.5);
  --rgba-primary-6: rgba(50, 80, 255, 0.6);
  --rgba-primary-7: rgba(50, 80, 255, 0.7);
  --rgba-primary-8: rgba(50, 80, 255, 0.8);
  --rgba-primary-9: rgba(50, 80, 255, 0.9);
}
[data-primary=color_6] {
  --primary: #3f8cff;
  --primary-hover: #0c6dff;
  --primary-dark: #0042a5;
  --rgba-primary-1: rgba(63, 140, 255, 0.1);
  --rgba-primary-2: rgba(63, 140, 255, 0.2);
  --rgba-primary-3: rgba(63, 140, 255, 0.3);
  --rgba-primary-4: rgba(63, 140, 255, 0.4);
  --rgba-primary-5: rgba(63, 140, 255, 0.5);
  --rgba-primary-6: rgba(63, 140, 255, 0.6);
  --rgba-primary-7: rgba(63, 140, 255, 0.7);
  --rgba-primary-8: rgba(63, 140, 255, 0.8);
  --rgba-primary-9: rgba(63, 140, 255, 0.9);
}
[data-primary=color_7] {
  --primary: #40a7e2;
  --primary-hover: #208fcf;
  --primary-dark: #125277;
  --rgba-primary-1: rgba(64, 167, 226, 0.1);
  --rgba-primary-2: rgba(64, 167, 226, 0.2);
  --rgba-primary-3: rgba(64, 167, 226, 0.3);
  --rgba-primary-4: rgba(64, 167, 226, 0.4);
  --rgba-primary-5: rgba(64, 167, 226, 0.5);
  --rgba-primary-6: rgba(64, 167, 226, 0.6);
  --rgba-primary-7: rgba(64, 167, 226, 0.7);
  --rgba-primary-8: rgba(64, 167, 226, 0.8);
  --rgba-primary-9: rgba(64, 167, 226, 0.9);
}
[data-primary=color_8] {
  --primary: #B65FBD;
  --primary-hover: #9e44a5;
  --primary-dark: #59265d;
  --rgba-primary-1: rgba(182, 95, 189, 0.1);
  --rgba-primary-2: rgba(182, 95, 189, 0.2);
  --rgba-primary-3: rgba(182, 95, 189, 0.3);
  --rgba-primary-4: rgba(182, 95, 189, 0.4);
  --rgba-primary-5: rgba(182, 95, 189, 0.5);
  --rgba-primary-6: rgba(182, 95, 189, 0.6);
  --rgba-primary-7: rgba(182, 95, 189, 0.7);
  --rgba-primary-8: rgba(182, 95, 189, 0.8);
  --rgba-primary-9: rgba(182, 95, 189, 0.9);
}
[data-primary=color_9] {
  --primary: #88a67e;
  --primary-hover: #6d8f62;
  --primary-dark: #3f5239;
  --rgba-primary-1: rgba(136, 166, 126, 0.1);
  --rgba-primary-2: rgba(136, 166, 126, 0.2);
  --rgba-primary-3: rgba(136, 166, 126, 0.3);
  --rgba-primary-4: rgba(136, 166, 126, 0.4);
  --rgba-primary-5: rgba(136, 166, 126, 0.5);
  --rgba-primary-6: rgba(136, 166, 126, 0.6);
  --rgba-primary-7: rgba(136, 166, 126, 0.7);
  --rgba-primary-8: rgba(136, 166, 126, 0.8);
  --rgba-primary-9: rgba(136, 166, 126, 0.9);
}
[data-primary=color_10] {
  --primary: #1C2E9E;
  --primary-hover: #142173;
  --primary-dark: #05081c;
  --rgba-primary-1: rgba(28, 46, 158, 0.1);
  --rgba-primary-2: rgba(28, 46, 158, 0.2);
  --rgba-primary-3: rgba(28, 46, 158, 0.3);
  --rgba-primary-4: rgba(28, 46, 158, 0.4);
  --rgba-primary-5: rgba(28, 46, 158, 0.5);
  --rgba-primary-6: rgba(28, 46, 158, 0.6);
  --rgba-primary-7: rgba(28, 46, 158, 0.7);
  --rgba-primary-8: rgba(28, 46, 158, 0.8);
  --rgba-primary-9: rgba(28, 46, 158, 0.9);
}
[data-primary=color_11] {
  --primary: #c6164f;
  --primary-hover: #98113d;
  --primary-dark: #3c0718;
  --rgba-primary-1: rgba(198, 22, 79, 0.1);
  --rgba-primary-2: rgba(198, 22, 79, 0.2);
  --rgba-primary-3: rgba(198, 22, 79, 0.3);
  --rgba-primary-4: rgba(198, 22, 79, 0.4);
  --rgba-primary-5: rgba(198, 22, 79, 0.5);
  --rgba-primary-6: rgba(198, 22, 79, 0.6);
  --rgba-primary-7: rgba(198, 22, 79, 0.7);
  --rgba-primary-8: rgba(198, 22, 79, 0.8);
  --rgba-primary-9: rgba(198, 22, 79, 0.9);
}
[data-primary=color_12] {
  --primary: #343a40;
  --primary-hover: #1d2124;
  --primary-dark: black;
  --rgba-primary-1: rgba(52, 58, 64, 0.1);
  --rgba-primary-2: rgba(52, 58, 64, 0.2);
  --rgba-primary-3: rgba(52, 58, 64, 0.3);
  --rgba-primary-4: rgba(52, 58, 64, 0.4);
  --rgba-primary-5: rgba(52, 58, 64, 0.5);
  --rgba-primary-6: rgba(52, 58, 64, 0.6);
  --rgba-primary-7: rgba(52, 58, 64, 0.7);
  --rgba-primary-8: rgba(52, 58, 64, 0.8);
  --rgba-primary-9: rgba(52, 58, 64, 0.9);
}
[data-primary=color_13] {
  --primary: #2a2a2a;
  --primary-hover: #111111;
  --primary-dark: black;
  --rgba-primary-1: rgba(42, 42, 42, 0.1);
  --rgba-primary-2: rgba(42, 42, 42, 0.2);
  --rgba-primary-3: rgba(42, 42, 42, 0.3);
  --rgba-primary-4: rgba(42, 42, 42, 0.4);
  --rgba-primary-5: rgba(42, 42, 42, 0.5);
  --rgba-primary-6: rgba(42, 42, 42, 0.6);
  --rgba-primary-7: rgba(42, 42, 42, 0.7);
  --rgba-primary-8: rgba(42, 42, 42, 0.8);
  --rgba-primary-9: rgba(42, 42, 42, 0.9);
}
[data-primary=color_14] {
  --primary: #4885ed;
  --primary-hover: #1a66e8;
  --primary-dark: #0e3d8e;
  --rgba-primary-1: rgba(72, 133, 237, 0.1);
  --rgba-primary-2: rgba(72, 133, 237, 0.2);
  --rgba-primary-3: rgba(72, 133, 237, 0.3);
  --rgba-primary-4: rgba(72, 133, 237, 0.4);
  --rgba-primary-5: rgba(72, 133, 237, 0.5);
  --rgba-primary-6: rgba(72, 133, 237, 0.6);
  --rgba-primary-7: rgba(72, 133, 237, 0.7);
  --rgba-primary-8: rgba(72, 133, 237, 0.8);
  --rgba-primary-9: rgba(72, 133, 237, 0.9);
}
[data-primary=color_15] {
  --primary: #4cb32b;
  --primary-hover: #3b8a21;
  --primary-dark: #18380d;
  --rgba-primary-1: rgba(76, 179, 43, 0.1);
  --rgba-primary-2: rgba(76, 179, 43, 0.2);
  --rgba-primary-3: rgba(76, 179, 43, 0.3);
  --rgba-primary-4: rgba(76, 179, 43, 0.4);
  --rgba-primary-5: rgba(76, 179, 43, 0.5);
  --rgba-primary-6: rgba(76, 179, 43, 0.6);
  --rgba-primary-7: rgba(76, 179, 43, 0.7);
  --rgba-primary-8: rgba(76, 179, 43, 0.8);
  --rgba-primary-9: rgba(76, 179, 43, 0.9);
}
[data-secondary=color_2] {
  --secondary: #18A594;
  --secondary-dark: #12786c;
}
[data-secondary=color_3] {
  --secondary: #0D99FF;
  --secondary-dark: #007ed9;
}
[data-secondary=color_4] {
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
}
[data-secondary=color_5] {
  --secondary: #3250ff;
  --secondary-dark: #0025fe;
}
[data-secondary=color_6] {
  --secondary: #3f8cff;
  --secondary-dark: #0c6dff;
}
[data-secondary=color_7] {
  --secondary: #40a7e2;
  --secondary-dark: #208fcf;
}
[data-secondary=color_8] {
  --secondary: #B65FBD;
  --secondary-dark: #9e44a5;
}
[data-secondary=color_9] {
  --secondary: #88a67e;
  --secondary-dark: #6d8f62;
}
[data-secondary=color_10] {
  --secondary: #1C2E9E;
  --secondary-dark: #142173;
}
[data-secondary=color_11] {
  --secondary: #c6164f;
  --secondary-dark: #98113d;
}
[data-secondary=color_12] {
  --secondary: #343a40;
  --secondary-dark: #1d2124;
}
[data-secondary=color_13] {
  --secondary: #2a2a2a;
  --secondary-dark: #111111;
}
[data-secondary=color_14] {
  --secondary: #4885ed;
  --secondary-dark: #1a66e8;
}
[data-secondary=color_15] {
  --secondary: #4cb32b;
  --secondary-dark: #3b8a21;
}
.sm {
  width: 200px !important;
}
.width-xs {
  width: 100px !important;
}
.width-sm {
  width: 200px !important;
}
.width-md {
  width: 430px !important;
}
.width-lg {
  width: 600px !important;
}
.width-xl {
  width: 800px !important;
}
.width-xxl {
  width: 1200px !important;
}
.width-xxxl {
  width: 1800px !important;
}
.lg {
  width: 600px !important;
}
.xl {
  width: 800px !important;
}
.full {
  width: 100% !important;
}
.d-center {
  margin: 0 auto !important;
}
.d-flex-between {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
[data-typography=opensans] {
  font-family: "Open Sans", sans-serif;
}
[data-typography=poppins] {
  font-family: "poppins", sans-serif;
}
[data-typography=cairo] {
  font-family: "Cairo", sans-serif;
}
[data-typography=roboto] {
  font-family: "Roboto", sans-serif;
}
[data-typography=helvetica] {
  font-family: "HelveticaNeue";
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
[data-theme-version=transparent] {
  background: url("./media/12-ISUJSGBB.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
[data-theme-version=transparent] h1,
[data-theme-version=transparent] .h1,
[data-theme-version=transparent] h2,
[data-theme-version=transparent] .h2,
[data-theme-version=transparent] h3,
[data-theme-version=transparent] .h3,
[data-theme-version=transparent] h4,
[data-theme-version=transparent] .h4,
[data-theme-version=transparent] h5,
[data-theme-version=transparent] .h5,
[data-theme-version=transparent] h6,
[data-theme-version=transparent] .h6 {
  color: #fff !important;
}
[data-theme-version=transparent] a.link {
  color: #ddd;
}
[data-theme-version=transparent] a.link:focus,
[data-theme-version=transparent] a.link:hover {
  color: #58bad7;
}
[data-theme-version=transparent] a {
  color: #fff;
}
[data-theme-version=transparent] a:hover {
  color: #828690;
}
[data-theme-version=transparent] .border-right {
  border-right: 1px solid #444444 !important;
}
[data-theme-version=transparent] .border-left {
  border-left: 1px solid #444444 !important;
}
[data-theme-version=transparent] .border-top {
  border-top: 1px solid #444444 !important;
}
[data-theme-version=transparent] .border-bottom {
  border-bottom: 1px solid #444444 !important;
}
[data-theme-version=transparent] .border {
  border: 1px solid #444444 !important;
}
[data-theme-version=transparent] .dropdown-menu {
  background-color: #242424;
}
[data-theme-version=transparent] .dropdown-item:hover,
[data-theme-version=transparent] .dropdown-item:focus {
  background-color: #1E1E1E;
  color: #fff;
}
[data-theme-version=transparent] .form-control {
  background-color: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=transparent] .card {
  background-color: rgba(0, 0, 0, 0.15);
}
[data-theme-version=transparent] .header {
  background-color: rgba(0, 0, 0, 0.15);
}
[data-theme-version=transparent] .header-left input {
  border-color: #444444;
  color: #fff;
}
[data-theme-version=transparent] .header-left input:focus {
  box-shadow: none;
  border-color: var(--primary);
}
[data-theme-version=transparent] .header-left input::placeholder {
  color: #fff;
}
[data-theme-version=transparent] .header-right .dropdown .nav-link:hover {
  color: #fff;
}
[data-theme-version=transparent] .header-right .notification_dropdown .dropdown-item a {
  color: #fff;
}
[data-theme-version=transparent] .nav-header,
[data-theme-version=transparent] .nav-control {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
[data-theme-version=transparent] .nav-control {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=transparent] .nav-header,
[data-theme-version=transparent] .nav-control {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
[data-theme-version=transparent] .nav-control {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo {
  color: #fff;
}
[data-theme-version=transparent] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=transparent] .deznav {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
[data-theme-version=transparent] .deznav .metismenu > li > a {
  color: rgba(0, 0, 0, 0.15);
}
[data-theme-version=transparent] .deznav .metismenu > li:hover > a,
[data-theme-version=transparent] .deznav .metismenu > li:focus > a,
[data-theme-version=transparent] .deznav .metismenu > li.mm-active > a {
  background-color: rgba(0, 0, 0, 0.15) !important;
  color: #fff;
}
[data-theme-version=transparent] .deznav .metismenu > li:hover > a::after,
[data-theme-version=transparent] .deznav .metismenu > li:focus > a::after,
[data-theme-version=transparent] .deznav .metismenu > li.mm-active > a::after {
  border-color: transparent transparent #fff transparent;
}
[data-theme-version=transparent] .deznav .metismenu > li.mm-active ul ul {
  background-color: transparent;
}
[data-theme-version=transparent] .deznav .metismenu ul {
  background-color: rgba(0, 0, 0, 0.15);
}
[data-theme-version=transparent] .deznav .metismenu ul a:hover,
[data-theme-version=transparent] .deznav .metismenu ul a:focus,
[data-theme-version=transparent] .deznav .metismenu ul a.mm-active {
  color: #fff;
}
[data-theme-version=transparent] .deznav .metismenu a {
  color: rgba(0, 0, 0, 0.15);
}
[data-theme-version=transparent] .deznav .metismenu ul {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
[data-theme-version=transparent] .deznav .metismenu .has-arrow:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
[data-theme-version=dark] {
  background: #1E1E1E;
  color: #828690;
  --nav-headbg: #242424;
  --sidebar-bg: #242424;
  --headerbg: #242424;
  --bs-body-bg:#242424;
}
[data-theme-version=dark] h1,
[data-theme-version=dark] .h1,
[data-theme-version=dark] h2,
[data-theme-version=dark] .h2,
[data-theme-version=dark] h3,
[data-theme-version=dark] .h3,
[data-theme-version=dark] h4,
[data-theme-version=dark] .h4,
[data-theme-version=dark] h5,
[data-theme-version=dark] .h5,
[data-theme-version=dark] h6,
[data-theme-version=dark] .h6 {
  color: #fff !important;
}
[data-theme-version=dark] a.link {
  color: #ddd;
}
[data-theme-version=dark] a.link:focus,
[data-theme-version=dark] a.link:hover {
  color: #58bad7;
}
[data-theme-version=dark] a:hover {
  color: #fff;
}
[data-theme-version=dark] .border-right {
  border-right: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-left {
  border-left: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-top {
  border-top: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-bottom {
  border-bottom: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border {
  border: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] {
  --secondary:$white;
}
[data-theme-version=dark] .card {
  background-color: #242424;
  box-shadow: none;
  border-color: #444444;
}
[data-theme-version=dark] .dropdown-menu {
  background-color: #242424;
  box-shadow: 0rem 0rem 0rem 0.0625rem rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .dropdown-menu .dropdown-item {
  color: #777777;
}
[data-theme-version=dark] .dropdown-menu .dropdown-item.selected,
[data-theme-version=dark] .dropdown-menu .dropdown-item.selected.active,
[data-theme-version=dark] .dropdown-menu .dropdown-item.active,
[data-theme-version=dark] .dropdown-menu .dropdown-item:hover,
[data-theme-version=dark] .dropdown-menu .dropdown-item:focus {
  background-color: #242424;
  color: #fff;
}
[data-theme-version=dark] a {
  color: #fff !important;
}
[data-theme-version=dark] .btn-link g [fill] {
  fill: #fff;
}
[data-theme-version=dark] .btn-light:active,
[data-theme-version=dark] .btn-light:focus,
[data-theme-version=dark] .btn-light:hover {
  color: #000;
}
[data-theme-version=dark] .form-control {
  background-color: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .form-select {
  background-color: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .toggle-switch.form-check .form-check-input {
  background: #1E1E1E;
}
[data-theme-version=dark] .toggle-switch.form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .modal-content {
  background: #242424;
}
[data-theme-version=dark] .modal-footer,
[data-theme-version=dark] .modal-header {
  border-color: #444444;
}
[data-theme-version=dark] .close {
  font-weight: 400;
  color: #fff;
  text-shadow: none;
}
[data-theme-version=dark] .close:hover {
  color: #fff;
}
[data-theme-version=dark] .star-rating .product-review,
[data-theme-version=dark] .new-arrival-content .item {
  color: #fff;
}
[data-theme-version=dark] .custom-dropdown .dropdown-menu {
  border-color: #444444;
}
[data-theme-version=dark] .widget-stat .media > span {
  background: #444444;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .plus-minus-input .custom-btn {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .dropdown-divider,
[data-theme-version=dark] .size-filter ul li {
  border-color: #444444;
}
[data-theme-version=dark] .custom-select {
  border-color: #444444;
  color: #828690;
  background: #1E1E1E;
}
[data-theme-version=dark] .nav-tabs {
  border-color: var(--primary);
}
[data-theme-version=dark] .nav-tabs .nav-link {
  color: #fff;
}
[data-theme-version=dark] .mail-list .list-group-item.active i {
  color: #fff;
}
[data-theme-version=dark] hr {
  border-color: #444444;
}
[data-theme-version=dark] .grid-col {
  background: #1E1E1E;
}
[data-theme-version=dark] .noUi-target {
  border-color: #444444;
  border-radius: 0.5rem;
  box-shadow: none;
}
[data-theme-version=dark] .noUi-target .noUi-connects {
  background: #444444;
}
[data-theme-version=dark] .noUi-marker-large,
[data-theme-version=dark] .noUi-marker {
  background: #444444;
}
[data-theme-version=dark] .input-group-text {
  background: #1E1E1E;
  color: #fff;
  border-color: #444444;
}
[data-theme-version=dark] .note-editor.note-frame {
  border-color: #444444;
}
[data-theme-version=dark] .note-editor.note-frame .btn {
  color: #fff;
}
[data-theme-version=dark] .note-editor.note-frame .note-editing-area .note-editable {
  color: #fff;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel {
  border-color: #444444;
}
[data-theme-version=dark] .notification_dropdown .dropdown-menu-right .all-notification {
  border-color: #444444;
}
[data-theme-version=dark] #user-activity .nav-tabs .nav-link {
  border-color: #444444;
}
[data-theme-version=dark] #user-activity .nav-tabs .nav-link.active {
  background: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .list-group-item-action {
  color: #888888;
}
[data-theme-version=dark] .list-group-item-action:focus,
[data-theme-version=dark] .list-group-item-action:hover,
[data-theme-version=dark] .list-group-item-action:focus {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
[data-theme-version=dark] .list-group-item.active {
  color: #fff;
  border-color: var(--primary);
}
[data-theme-version=dark] .list-group-item.active:focus,
[data-theme-version=dark] .list-group-item.active:hover,
[data-theme-version=dark] .list-group-item.active:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .swal2-popup {
  background: #242424;
}
[data-theme-version=dark] .form-head .btn-outline-primary {
  border-color: #444444;
}
[data-theme-version=dark] .form-head .btn-outline-primary:hover {
  border-color: var(--primary);
}
[data-theme-version=dark] .review-tab.nav-pills li a.nav-link.active {
  background: transparent;
}
[data-theme-version=dark] .new-arrival-content h4 a,
[data-theme-version=dark] .new-arrival-content .h4 a {
  color: #fff;
}
[data-theme-version=dark] .text-black {
  color: #fff !important;
}
[data-theme-version=dark] .abilities-chart .ct-chart .ct-label {
  fill: #fff;
}
[data-theme-version=dark] .morris_chart_height text tspan {
  fill: #fff;
}
[data-theme-version=dark] .btn-link {
  color: #fff;
}
[data-theme-version=dark] .order-bg {
  background: #1E1E1E;
}
[data-theme-version=dark] .detault-daterange {
  background: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .detault-daterange .input-group-text {
  background: #242424;
  border: 0;
}
[data-theme-version=dark] .dataTablesCard {
  background-color: #242424;
}
[data-theme-version=dark] .compose-content .dropzone {
  background: #1E1E1E !important;
}
[data-theme-version=dark] .compose-content .dropzone .dz-message .dz-button {
  color: #fff;
}
[data-theme-version=dark] .daterangepicker {
  background: #1E1E1E;
  border-color: var(--primary);
}
[data-theme-version=dark] .daterangepicker .calendar-table {
  border-color: var(--primary);
  background: #1E1E1E;
}
[data-theme-version=dark] .daterangepicker .calendar-table .table-condensed td:hover {
  background-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .daterangepicker:after {
  border-bottom: 0.375rem solid #1E1E1E;
}
[data-theme-version=dark] .daterangepicker select.hourselect,
[data-theme-version=dark] .daterangepicker select.minuteselect,
[data-theme-version=dark] .daterangepicker select.secondselect,
[data-theme-version=dark] .daterangepicker select.ampmselect {
  background: #1E1E1E;
  border: 0.0625rem solid #444444;
  color: #fff;
}
[data-theme-version=dark] .daterangepicker td.off,
[data-theme-version=dark] .daterangepicker td.off.in-range,
[data-theme-version=dark] .daterangepicker td.off.start-date,
[data-theme-version=dark] .daterangepicker td.off.end-date {
  background-color: #242424;
}
[data-theme-version=dark] .daterangepicker td.off:hover,
[data-theme-version=dark] .daterangepicker td.off.in-range:hover,
[data-theme-version=dark] .daterangepicker td.off.start-date:hover,
[data-theme-version=dark] .daterangepicker td.off.end-date:hover {
  background-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .app-fullcalendar .fc-button {
  background-color: #1E1E1E;
  border-color: var(--primary);
  color: #fff;
  text-shadow: none;
}
[data-theme-version=dark] .app-fullcalendar .fc-button:hover,
[data-theme-version=dark] .app-fullcalendar .fc-button.fc-stat-hover {
  background-color: var(--primary);
}
[data-theme-version=dark] .swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #444444, 0 0 0 0.25rem var(--rgba-primary-1);
}
[data-theme-version=dark] .dd-handle {
  border-color: #444444;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul {
  background: #242424 !important;
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link {
  border-color: #444444;
}
[data-theme-version=dark] .clockpicker-popover .popover-content {
  background-color: #242424;
}
[data-theme-version=dark] .clockpicker-plate {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .clockpicker-popover .popover-title {
  background-color: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link span {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link:after {
  background: #1E1E1E;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.active:after,
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.done:after {
  background: var(--primary);
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.active span,
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.done span {
  background: var(--primary);
}
[data-theme-version=dark] .check-switch .custom-control-label:after,
[data-theme-version=dark] .check-switch .custom-control-label:before {
  border-color: var(--primary);
}
[data-theme-version=dark] .fc-unthemed .fc-today {
  background: #1E1E1E;
}
[data-theme-version=dark] .fc-unthemed .fc-divider,
[data-theme-version=dark] .fc-unthemed .fc-list-heading td,
[data-theme-version=dark] .fc-unthemed .fc-popover .fc-header {
  background: #444444;
}
[data-theme-version=dark] .picker__box {
  background: #1E1E1E;
}
[data-theme-version=dark] .picker__box .picker__button--clear,
[data-theme-version=dark] .picker__box .picker__button--close,
[data-theme-version=dark] .picker__box .picker__button--today {
  background: #242424;
  color: #fff;
}
[data-theme-version=dark] .picker__box .picker__button--clear:hover:before,
[data-theme-version=dark] .picker__box .picker__button--close:hover:before,
[data-theme-version=dark] .picker__box .picker__button--today:hover:before {
  color: #fff;
}
[data-theme-version=dark] .picker {
  color: #999;
}
[data-theme-version=dark] .dtp > .dtp-content {
  background: #1E1E1E;
}
[data-theme-version=dark] .dtp table.dtp-picker-days tr > td > a {
  color: #68686a;
}
[data-theme-version=dark] .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff;
}
[data-theme-version=dark] .order-request tbody tr {
  border-color: #444444;
}
[data-theme-version=dark] .card-list li {
  color: #fff;
}
[data-theme-version=dark] .card-bx .change-btn:hover {
  color: var(--primary);
}
[data-theme-version=dark] .invoice-card.bg-warning {
  background-color: #5b3c1f !important;
}
[data-theme-version=dark] .invoice-card.bg-success {
  background-color: #2a6729 !important;
}
[data-theme-version=dark] .invoice-card.bg-info {
  background-color: #4c276a !important;
}
[data-theme-version=dark] .invoice-card.bg-secondary {
  background-color: #1c3e52 !important;
}
[data-theme-version=dark] .user-list li {
  border-color: #242424;
}
[data-theme-version=dark] .toggle-switch {
  color: #fff;
}
[data-theme-version=dark] .bar-chart .apexcharts-text tspan {
  fill: #969ba0;
}
[data-theme-version=dark] .bar-chart line {
  stroke: #444444;
}
[data-theme-version=dark] .accordion.style-1 .accordion-item,
[data-theme-version=dark] .invoice-list {
  border-color: #444444;
}
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed .user-info a,
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed .user-info,
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed > span {
  color: #fff;
}
[data-theme-version=dark] .ic-card > a {
  background: #25479f;
}
[data-theme-version=dark] .ic-card > a:first-child {
  border-color: #25479f;
}
[data-theme-version=dark] .ic-card span {
  color: #fff;
}
[data-theme-version=dark] table.dataTable thead th,
[data-theme-version=dark] table.dataTable thead td {
  border-color: #444444 !important;
}
[data-theme-version=dark] .paging_simple_numbers.dataTables_paginate {
  background: #242424;
}
[data-theme-version=dark] .dataTables_info {
  color: #fff;
}
[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate span .paginate_button.current,
[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  background: var(--primary);
  color: #fff !important;
}
[data-theme-version=dark] .dashboard-select {
  background-color: var(--rgba-primary-1);
  color: white;
  border-color: #444444;
}
[data-theme-version=dark] .dashboard-select .list {
  background: #242424;
}
[data-theme-version=dark] .dashboard-select .option:hover,
[data-theme-version=dark] .dashboard-select .option.focus,
[data-theme-version=dark] .dashboard-select .option.selected.focus {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-tabs.style-1 .nav-tabs {
  background: #242424;
}
[data-theme-version=dark] .transaction-details {
  border-color: #444444;
}
[data-theme-version=dark] .description {
  color: #fff;
}
[data-theme-version=dark] .transaction-details .amount-bx {
  background: #3f250d;
}
[data-theme-version=dark] .transaction-details .amount-bx i {
  background: #8d3b0c;
}
[data-theme-version=dark] .nice-select .option {
  background: #242424;
}
[data-theme-version=dark] .nice-select .option:hover,
[data-theme-version=dark] .nice-select .option.focus,
[data-theme-version=dark] .nice-select .option.selected.focus {
  background: #242424;
}
[data-theme-version=dark] .card-tabs.style-1 {
  border-color: #444444;
}
[data-theme-version=dark] .nice-select .list {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .table-search .input-group .input-group-text {
  background: #242424;
}
[data-theme-version=dark] .dark-btn svg path {
  stroke: #fff;
}
[data-theme-version=dark] .bar-chart .apexcharts-legend-text {
  color: #fff !important;
}
[data-theme-version=dark] .Sales tspan {
  fill: #fff;
}
[data-theme-version=dark] .timeline-chart rect {
  fill: #1E1E1E;
}
[data-theme-version=dark] .header-info span {
  color: #fff !important;
}
[data-theme-version=dark] .smallipop-instance.blue {
  color: #fff;
}
[data-theme-version=dark] .property-map .smallipop.smallimap-mapicon .circle-marker {
  border-color: #444444;
}
[data-theme-version=dark] .property-features li {
  color: #fff;
}
[data-theme-version=dark] .review-tabs-1 {
  background: #242424;
}
[data-theme-version=dark] .coin-tabs {
  background: #2E2E40;
}
[data-theme-version=dark] .coin-tabs .nav-link.active {
  background: var(--primary) !important;
  color: #fff;
}
[data-theme-version=dark] .separate-row > div {
  border-color: #444444;
}
[data-theme-version=dark] .bg-white {
  background: #1E1E1E !important;
}
[data-theme-version=dark] .deznav .header-info2 span {
  color: #fff;
}
[data-theme-version=dark] .brand-title path {
  fill: #fff;
}
[data-theme-version=dark] .brand-title tspan {
  fill: #fff;
}
[data-theme-version=dark] .shapreter-row > div {
  border-color: #444444;
}
[data-theme-version=dark] .chartBar line {
  stroke: #444444;
}
[data-theme-version=dark] .search-job .search-dropdown:after {
  background: #444444;
}
[data-theme-version=dark] .chartjs line {
  stroke: #444444;
}
[data-theme-version=dark] .form-label {
  color: #fff;
}
[data-theme-version=dark] .datepicker-switch {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown td.day,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.next,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.prev {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown th.dow {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown th.datepicker-switch,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.next,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.prev {
  color: #fff;
}
[data-theme-version=dark] .btn-close {
  color: #fff !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23099'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
[data-theme-version=dark] .bgl-secondary {
  color: #fff;
}
[data-theme-version=dark] .application tr td .btn {
  color: #fff;
}
[data-theme-version=dark] .btn-link svg path {
  stroke: #fff;
}
[data-theme-version=dark] .alert.alert-outline-secondary,
[data-theme-version=dark] .alert.alert-outline-dark {
  color: #fff;
}
[data-theme-version=dark] .form-control-plaintext {
  color: #fff;
}
[data-theme-version=dark] .timeline-panel .media-body small,
[data-theme-version=dark] .timeline-panel .media-body .small {
  color: #fff;
}
[data-theme-version=dark] .jobs {
  border-color: #444444;
}
[data-theme-version=dark] .apexcharts-gridlines-vertical line {
  stroke: #444444;
}
[data-theme-version=dark] .apexcharts-text tspan {
  fill: #fff;
}
[data-theme-version=dark] .widget-courses .schedule-icon {
  color: #fff;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule,
[data-theme-version=dark] .upcomming-task-widget {
  background: #242424;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule.style-1 {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule.style-1 .date-box {
  background: #242424;
  color: #fff;
}
[data-theme-version=dark] .instructors-box .instructors-media .custome-badge .badge {
  color: #fff;
}
[data-theme-version=dark] .instructors-box .instructors-media .info-box {
  background: #1E1E1E;
}
[data-theme-version=dark] .course-details-tab .nav-tabs .nav-link {
  color: #cbc3c3;
}
[data-theme-version=dark] .message-box,
[data-theme-version=dark] .chat-icon,
[data-theme-version=dark] .chat-people,
[data-theme-version=dark] .chat-tabs .chat-bx,
[data-theme-version=dark] .share-files,
[data-theme-version=dark] .type-massage,
[data-theme-version=dark] .work-ic {
  border-color: #444444;
}
[data-theme-version=dark] .timeline-active .modulel {
  background: #242424;
}
[data-theme-version=dark] .timeline-active li .time {
  background: #242424;
}
[data-theme-version=dark] .achievements .achievements-content span,
[data-theme-version=dark] .bio .bio-content {
  background: #1E1E1E;
}
[data-theme-version=dark] .score-active.style-1 .dashboard-select {
  background: #1E1E1E;
}
[data-theme-version=dark] #activity line {
  stroke: #444444;
}
[data-theme-version=dark] .pagination-down ul li a {
  background: #1E1E1E;
}
[data-theme-version=dark] .pagination-down ul li a.active {
  background: var(--primary);
}
[data-theme-version=dark] .custome-accordion .accordion-button {
  background: #242424;
}
[data-theme-version=dark] .custome-accordion .acc-courses {
  background: #1E1E1E;
}
[data-theme-version=dark] .widget-timeline .side-border h4,
[data-theme-version=dark] .widget-timeline .side-border .h4,
[data-theme-version=dark] .widget-timeline .side-border .custom-dropdown {
  background: #242424;
}
[data-theme-version=dark] .widget-timeline .side-border:after {
  border-color: #444444;
}
[data-theme-version=dark] #columnChart line {
  stroke: #444444;
}
[data-theme-version=dark] #sellingActivity svg path {
  stroke: #242424;
}
[data-theme-version=dark] #sellingActivity line {
  stroke: #444444;
}
[data-theme-version=dark] .review-box {
  background: #242424;
}
[data-theme-version=dark] #NewCustomers line {
  stroke: #fff;
}
[data-theme-version=dark] .students-list .search-area .form-control,
[data-theme-version=dark] .students-list .search-area .input-group-text {
  background: #1E1E1E;
  border: #444444;
}
[data-theme-version=dark] .custome-accordion.style-1 .acc-courses {
  background: #242424;
  border-color: #444444;
}
[data-theme-version=dark] .miac,
[data-theme-version=dark] .profile-img img,
[data-theme-version=dark] .profile-img span,
[data-theme-version=dark] .compose-content .dropzone,
[data-theme-version=dark] .fc-theme-standard td,
[data-theme-version=dark] .fc-theme-standard th,
[data-theme-version=dark] .fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid,
[data-theme-version=dark] .fc-scrollgrid,
[data-theme-version=dark] table {
  border-color: #444444;
}
[data-theme-version=dark] .btn-icon-end {
  border-color: #444444;
}
[data-theme-version=dark] .raiting li {
  border-color: #444444;
}
[data-theme-version=dark] .miac svg path {
  fill: #fff;
}
[data-theme-version=dark] .type-massage.style-1 {
  background: #1E1E1E;
}
[data-theme-version=dark] .header .header-content:after {
  background: #444444;
}
[data-theme-version=dark] .search-coundry .dashboard-select {
  color: #fff;
  background: transparent;
}
[data-theme-version=dark] .search-coundry .dashboard-select .option {
  color: #fff;
}
[data-theme-version=dark] .search-coundry .dashboard-select:after {
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}
[data-theme-version=dark] .sidebar-right .nice-select .option.selected {
  color: #000;
}
[data-theme-version=dark] #redial .apexcharts-datalabels-group text {
  fill: #fff;
}
[data-theme-version=dark] .notification_dropdown .dropdown-menu-end .all-notification {
  border-color: #444444;
}
[data-theme-version=dark] .app-fullcalendar1 .fc .fc-button-group > .fc-button {
  border-color: #444444;
}
[data-theme-version=dark] .app-fullcalendar1 .fc-direction-ltr .fc-daygrid-event.fc-event-end,
[data-theme-version=dark] .app-fullcalendar1 .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  background: #242424 !important;
  border-color: #444444;
}
[data-theme-version=dark] .card-calendar.style-1 .bootstrap-datetimepicker-widget .table-condensed td.day {
  color: #ffffff !important;
}
[data-theme-version=dark] .dz-side-menu {
  background: #242424;
}
[data-theme-version=dark] .nice-select .option.selected {
  color: #fff;
}
[data-theme-version=dark] .dz-cource,
[data-theme-version=dark] .message-box,
[data-theme-version=dark] .type-massage {
  background-color: #242424;
}
[data-theme-version=dark] .dz-cource .form-control,
[data-theme-version=dark] .message-box .form-control,
[data-theme-version=dark] .type-massage .form-control {
  background-color: transparent;
}
[data-theme-version=dark] .card-calendar.style-1 .bootstrap-datetimepicker-widget table .picker-switch {
  color: #fff;
}
[data-theme-version=dark] .fc .fc-button-group > .fc-button {
  border-color: #444444;
}
[data-theme-version=dark] .fc-daygrid-dot-event {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
[data-theme-version=dark] #redial .apexcharts-radialbar-hollow {
  fill: #242424;
}
[data-theme-version=dark] .chat-tabs .chat-bx.active:after {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.day:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.hour:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.minute:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.second:hover {
  background: #1E1E1E;
}
[data-theme-version=dark] .chat-box-area .message-received p,
[data-theme-version=dark] .message-send,
[data-theme-version=dark] .type-massage .form-control {
  color: #fff;
  background-color: #171717;
}
[data-theme-version=dark] .chat-icon ul li a,
[data-theme-version=dark] .file {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .chat-icon ul li a svg path,
[data-theme-version=dark] .file svg path {
  fill: #fff;
}
[data-theme-version=dark] .course-dedails-bx .description .user-pic span,
[data-theme-version=dark] .course-learn ul li {
  color: #fff;
}
[data-theme-version=dark] .course-details-tab .user-pic2 p {
  color: #828690;
}
[data-theme-version=dark] #columnChart .apexcharts-bar-series path {
  stroke: #242424;
}
[data-theme-version=dark] .custome-donut tspan {
  fill: #fff;
}
[data-theme-version=dark] #morris_donught.custome-donut svg path {
  stroke-width: 0px;
}
[data-theme-version=dark] .card.bg-pink {
  background-color: #EB62D0;
}
[data-theme-version=dark] #coin-ponent > div {
  background-color: #1E1E1E !important;
  color: #fff !important;
  border-color: #444444 !important;
}
[data-theme-version=dark] #coin-ponent > div div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent div div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent .cp-select-menu-item {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent .cp-select-menu-item:hover {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-chart text,
[data-theme-version=dark] .revenueMap text {
  fill: white;
}
[data-theme-version=dark] #coin-chart line,
[data-theme-version=dark] .revenueMap line {
  stroke: #444444;
}
[data-theme-version=dark] .previews-info-list:hover {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .sell-element .sell-blance .form-control,
[data-theme-version=dark] .limit-sell .nav-tabs {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .text-start span {
  color: #fff !important;
}
[data-theme-version=dark] .text-secondary {
  color: #fff !important;
}
[data-theme-version=dark] .card-wiget .reward-earn span {
  color: #fff;
}
[data-theme-version=dark] .market_chart line,
[data-theme-version=dark] #btcStock line {
  stroke: #444444;
}
[data-theme-version=dark] .apexcharts-datalabels-group {
  stroke: #fff;
}
[data-theme-version=dark] .btn.tp-btn svg path {
  stroke: #fff;
}
[data-theme-version=dark] .coin-warpper .nav .nav-item {
  border-color: #444444;
}
[data-theme-version=dark] .form-wrapper.trade-form .input-group .input-group-text {
  color: #fff;
}
[data-theme-version=dark] .progress-bar.bg-secondary {
  background-color: #fff !important;
}
[data-theme-version=dark] .profile-card {
  border-color: #444444;
}
[data-theme-version=dark] .profile-card .card-footer,
[data-theme-version=dark] .author-profile .info-list li {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .mail-list .list-group-item i {
  color: #fff;
}
[data-theme-version=dark] .dropzone .dlab-message {
  margin: 5em 0;
}
[data-theme-version=dark] .email-list {
  background: #242424;
}
[data-theme-version=dark] .email-list .message {
  border-color: #444444;
}
[data-theme-version=dark] .email-list .message .col-mail-2 .subject {
  color: #fff;
}
[data-theme-version=dark] .email-list .message:hover {
  background: #1E1E1E;
}
[data-theme-version=dark] .email-right-box .table-pagenation {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .email-right-box .pagination {
  background: #1E1E1E;
}
[data-theme-version=dark] .btn.tp-btn-light.btn-secondary,
[data-theme-version=dark] .btn.tp-btn.btn-secondary {
  color: white;
}
[data-theme-version=dark] .list-group-item-secondary {
  color: #fff;
}
[data-theme-version=dark] .students span {
  color: #fff;
}
[data-theme-version=dark] .progress .bg-white {
  background-color: #fff !important;
}
[data-theme-version=dark] .border-end {
  border-color: #444444 !important;
}
[data-theme-version=dark] .form-check-input {
  border-color: #444444;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .menu-toggle .logo-color {
  display: none !important;
}
@media only screen and (max-width: 47.9375rem) {
  [data-theme-version=dark] .menu-toggle .logo-color {
    display: block !important;
  }
}
[data-theme-version=dark] #overiewChart line {
  stroke: #444444;
}
[data-theme-version=dark] #NewCustomers #SvgjsSvg1006 {
  margin-top: 16px;
}
[data-theme-version=dark] .chart-grd:after {
  background: transparent;
}
[data-theme-version=dark] .chat-box-area .message-sent p {
  background: #383838;
  color: white;
}
[data-theme-version=dark] .page-titles,
[data-theme-version=dark] .to-dodroup .sub-card,
[data-theme-version=dark] .ttl-project,
[data-theme-version=dark] .active-country .country-list,
[data-theme-version=dark] .active-projects.selling-product tbody tr td,
[data-theme-version=dark] .events .event-media,
[data-theme-version=dark] .active-projects.style-1 tbody tr td,
[data-theme-version=dark] .footer,
[data-theme-version=dark] .active-projects.manage-client tbody tr td,
[data-theme-version=dark] .task .task-summary,
[data-theme-version=dark] .active-projects.task-table tbody td,
[data-theme-version=dark] .kanbanPreview-bx .card-body .sub-card {
  border-color: #444444;
}
[data-theme-version=dark] .light.badge-primary {
  background-color: #1E1E1E !important;
}
[data-theme-version=dark] .avatar-list.avatar-list-stacked .avatar,
[data-theme-version=dark] .author-profile .card-footer .form-control,
[data-theme-version=dark] .profile-card .card-header,
[data-theme-version=dark] .author-profile .upload-link {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .mail-list .list-group-item {
  background: rgba(255, 255, 255, 0.1);
  margin: 13px 0px;
}
[data-theme-version=dark] .inovice-logo .logo-abbr .react-w {
  fill: #fff;
  stroke: #fff;
}
[data-theme-version=dark] .demo-right-inner {
  background-color: #242424;
}
[data-theme-version=dark] .border-start {
  color: #444444;
}
[data-theme-version=dark] .ttl-project .pr-data:after,
[data-theme-version=dark] .active-country:after {
  background: #444444;
}
[data-theme-version=dark] .to-dodroup .sub-card .d-items,
[data-theme-version=dark] .kanbanPreview-bx .card-body .sub-card {
  background-color: #242424;
}
[data-theme-version=dark] .to-dodroup .sub-card .d-items .d-items-2 label,
[data-theme-version=dark] .earning-tab .nav-item .nav-link.active {
  color: #fff;
}
[data-theme-version=dark] .active-projects thead tr th,
[data-theme-version=dark] .schedules-cal .datepicker-days .dow {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .bootstrap-select .btn {
  background: #242424 !important;
}
[data-theme-version=dark] .sidebar-right-inner .bootstrap-select .btn {
  background: transparent !important;
  border-color: #E6E6E6 !important;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu.show {
  background-color: #fff;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item.active,
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item:active {
  color: var(--primary) !important;
  background: var(--rgba-primary-1);
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item {
  color: #777777 !important;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-item:hover,
[data-theme-version=dark] .sidebar-right-inner .dropdown-item:focus {
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-theme-version=dark] .badge-outline-dark,
[data-theme-version=dark] .badge-outline-secondary {
  border-color: #444444;
}
[data-theme-version=dark] .light.badge-info {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .btn.text-white.btn-block {
  background-color: var(--primary);
}
[data-theme-version=dark] .btn-secondary .text-secondary {
  color: #000 !important;
}
[data-theme-version=dark] .list-group-item {
  color: #fff;
}
[data-theme-version=dark] #TabWithIcon .nav-link.active {
  background-color: #1E1E1E;
  border-color: #444444;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[data-theme-version=dark] .ck.ck-editor .ck.ck-button {
  border-color: #444444;
  color: #fff;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .dark-logo {
  display: block;
}
[data-theme-version=dark] .light-logo {
  display: none;
}
[data-theme-version=dark] .deznav,
[data-theme-version=dark] .read-content-attachment .attachment > div:not(:last-child) {
  border-color: #444444;
}
[data-theme-version=dark] #AllProject .apexcharts-series path {
  stroke: #444444;
}
[data-theme-version=dark] .offcanvas {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .offcanvas .btn-close {
  background: transparent;
}
[data-theme-version=dark] .events h6,
[data-theme-version=dark] .events .h6 {
  border-color: #444444;
}
[data-theme-version=dark] .task-tab {
  background-color: #242424;
}
[data-theme-version=dark] .kanbanPreview-bx .card-body {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .custom-tab-1 .nav.nav-tabs {
  border-color: #444444;
}
[data-theme-version=dark] .login-form {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .accordion-primary .accordion-header.collapsed {
  color: var(--primary) !important;
}
[data-theme-version=dark] .accordion-item {
  background-color: transparent;
}
[data-theme-version=dark] .mix-chart-tab .nav-link {
  background: #444444;
  color: #fff;
}
[data-theme-version=dark] .mix-chart-tab .nav-link.active {
  background: var(--primary);
}
[data-theme-version=dark] .active-map-main:after {
  background: #444444;
}
[data-theme-version=dark] .upload-img .dropzone {
  border-color: #444444;
}
[data-theme-version=dark] .upload-img .dropzone .dlab-message {
  margin: 1em 0;
}
[data-theme-version=dark] .navbar-nav .active .scroll {
  color: var(--primary) !important;
}
[data-theme-version=dark] .accordion-primary .accordion-header-text,
[data-theme-version=dark] .accordion-danger-solid .accordion-header-text {
  color: #fff;
}
[data-theme-version=dark] .header-left .search-area {
  background-color: transparent;
}
[data-theme-version=dark] [data-headerbg=color_4] .search-area {
  background-color: transparent;
}
[data-theme-version=dark] .third-post.style-2,
[data-theme-version=dark] .c-details ul li {
  border-color: #444444;
}
[data-theme-version=dark] .dt-filter .dataTables_filter input[type=search] {
  background: #1E1E1E;
}
[data-theme-version=dark] .dt-filter .dataTables_filter label {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-profile .admin-user {
  background-color: rgba(0, 0, 0, 0.9);
}
[data-theme-version=dark] .card-profile .admin-user .img-wrraper a {
  background-color: rgb(0, 0, 0);
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .card-profile .follow-list .follow-num {
  color: #fff;
}
[data-theme-version=dark] .profile-accordion .accordion-item .accordion-header .accordion-button {
  color: #fff;
}
[data-theme-version=dark] .c-list .search-area .form-control {
  border: 0;
}
[data-theme-version=dark] .chat-left-area.active {
  background: #242424;
}
[data-theme-version=dark] .logo-light {
  display: none;
}
[data-theme-version=dark] .logo-dark {
  display: inline-block;
}
[data-theme-version=dark] .error-page .error-head {
  color: #fff;
}
[data-theme-version=dark] .ai-header-alert {
  background-color: #242424;
}
[data-theme-version=dark] .ai-header-alert .btn-close {
  background: none;
}
[data-theme-version=dark] .setting-list svg path {
  stroke: #fff;
}
[data-theme-version=dark] .check-ai .form-check-input + .form-check-label {
  background-color: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .nav-tabs.style-1 li a.nav-link {
  background-color: #242424;
  border-color: #444444;
}
[data-theme-version=dark] .nav-tabs.style-1 li a.nav-link.active {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .nav-tabs.style-1 {
  border-color: #444444;
}
[data-theme-version=dark] .cm-content-box {
  background-color: #242424;
}
[data-theme-version=dark] .cm-content-box .cm-content-body {
  border-color: #444444;
}
[data-theme-version=dark] .dd-handle.move-media {
  background-color: var(--primary);
}
[data-theme-version=dark] .dd-handle.move-media + .accordion-button {
  background-color: #242424;
  color: #fff;
}
[data-theme-version=dark] .menu-tabs,
[data-theme-version=dark] .cm-content-box.style-1 .content-title,
[data-theme-version=dark] .dd .accordion-body,
[data-theme-version=dark] .dz-terms {
  border-color: #444444;
}
[data-theme-version=dark] .login-form .login-title:before,
[data-theme-version=dark] .login-form .login-title:after {
  background-color: #444444;
}
[data-theme-version=dark] .new-scroll {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .tab-my.nav-tabs .nav-link {
  color: #000;
}
[data-theme-version=dark] .svg-icons-ov .svg-icon-popup .btn {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .svg-area .card-header,
[data-theme-version=dark] .login-content p {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown {
  border-color: #444444;
}
[data-theme-version=dark] .accordion-button:not(.collapsed)::after {
  filter: brightness(2.5);
}
[data-theme-version=dark] .pages-left {
  background-color: #242424;
}
[data-theme-version=dark] .logo-dark {
  display: none;
}
[data-theme-version=dark] .logo-light {
  display: inline-block;
}
[data-theme-version=dark] .upload-img.dropzone {
  background-color: #242424;
}
[data-theme-version=dark] .ai-check,
[data-theme-version=dark] .upload-img.dropzone {
  border-color: #444444;
}
[data-theme-version=dark] .header-left .search-area .input-group-text,
[data-theme-version=dark] .header-left .search-area .form-control {
  border-radius: 0;
}
[data-theme-version=dark] .email-left-body.active {
  background-color: #242424;
}
[data-theme-version=dark] .email-tools-box.active:before {
  background-color: #fff;
  opacity: 0.1;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-position=fixed] .header {
  border-color: #444444;
}
[data-theme-version=dark] .header {
  border-color: #444444;
}
[data-theme-version=dark] .header-left .dashboard_bar {
  color: #fff;
}
[data-theme-version=dark] .search-area .form-control {
  background: #2c2c2c;
}
[data-theme-version=dark] .search-area .input-group-text {
  border: 0;
  background: #2c2c2c;
}
[data-theme-version=dark] .search-area .input-group-text a {
  color: #4f7086;
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link {
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link .badge {
  border-color: #242424;
}
[data-theme-version=dark] .header-right .dropdown .nav-link {
  color: #fff;
}
[data-theme-version=dark] .header-right .dropdown .nav-link:hover {
  color: #fff;
}
[data-theme-version=dark] .nav-header .hamburger .line {
  background: #fff !important;
}
[data-theme-version=dark] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #fff !important;
}
[data-theme-version=dark] .header-left .search-area .input-group-text {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .header-left .search-area .form-control {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .nav-header {
  border-color: #444444;
}
[data-theme-version=dark] .nav-control svg rect {
  fill: #fff;
}
[data-theme-version=dark] .brand-logo {
  color: #fff;
}
[data-theme-version=dark] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=dark] .svg-title-path {
  fill: #fff;
}
[data-theme-version=dark] .nav-header {
  border-color: #444444;
}
[data-theme-version=dark] .nav-control svg rect {
  fill: #fff;
}
[data-theme-version=dark] .brand-logo {
  color: #fff;
}
[data-theme-version=dark] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=dark] .svg-title-path {
  fill: #fff;
}
[data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li > ul {
  background-color: #242424;
}
[data-theme-version=dark] .fixed-content-box {
  background-color: #242424;
}
[data-theme-version=dark] .fixed-content-box .head-name {
  background: #242424;
  color: #fff;
  border-color: #444444;
}
[data-theme-version=dark] .fixed-content-box + .header + .deznav {
  background-color: #1E1E1E;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-position=fixed] .deznav {
  border-color: #444444;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li:hover > a {
  background: transparent;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a i,
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li:hover > a i {
  color: var(--primary);
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li a > i {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme-version=dark] .deznav .header-profile > a.nav-link {
  border-color: #444444;
}
[data-theme-version=dark] .deznav .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-theme-version=dark] .deznav .metismenu > li > a {
  color: #b3b3b3;
}
[data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-theme-version=dark] .deznav .metismenu > li:focus > a,
[data-theme-version=dark] .deznav .metismenu > li.mm-active > a {
  color: #fff !important;
}
[data-theme-version=dark] .deznav .metismenu > li:hover > a i,
[data-theme-version=dark] .deznav .metismenu > li:focus > a i,
[data-theme-version=dark] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-theme-version=dark] .deznav .metismenu > li.mm-active ul ul {
  background-color: transparent;
}
[data-theme-version=dark] .deznav .metismenu ul:after {
  background-color: #444444;
}
[data-theme-version=dark] .deznav .metismenu ul a:hover,
[data-theme-version=dark] .deznav .metismenu ul a:focus,
[data-theme-version=dark] .deznav .metismenu ul a.mm-active {
  color: #fff !important;
}
[data-theme-version=dark] .deznav .metismenu ul a:before {
  background-color: #fff;
}
[data-theme-version=dark] .deznav .metismenu a {
  color: #b3b3b3 !important;
}
[data-theme-version=dark] .sidebar-right .card-tabs .nav-tabs {
  border-color: var(--rgba-primary-1) !important;
}
[data-theme-version=dark] .sidebar-right .card-tabs .nav-tabs .nav-item .nav-link {
  color: #000 !important;
}
[data-theme-version=dark] .sidebar-right .form-control {
  background: #fff;
  color: #000;
  border-color: #CCCCCC;
}
[data-theme-version=dark] .sidebar-right .default-select .list {
  background: #fff;
}
[data-theme-version=dark] .sidebar-right .default-select .list .option.selected,
[data-theme-version=dark] .sidebar-right .default-select .list .option.focus,
[data-theme-version=dark] .sidebar-right .default-select .list .option:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-theme-version=dark] .sidebar-right .sidebar-right-inner > h4,
[data-theme-version=dark] .sidebar-right .sidebar-right-inner > .h4 {
  color: #000 !important;
}
[data-theme-version=dark] .sidebar-right .nice-select .option {
  background: #fff;
}
[data-theme-version=dark] .footer {
  background-color: #242424;
}
[data-theme-version=dark] .footer .copyright {
  background-color: transparent;
}
[data-theme-version=dark] .footer .copyright p {
  color: rgba(255, 255, 255, 0.7);
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  -moz-tab-size: 16;
  tab-size: 2;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  color: #fff;
  padding: 0;
}
.hljs-tag .hljs-attr,
.hljs-tag .hljs-name {
  color: #78c6ff;
}
.hljs-punctuation,
.hljs-tag {
  color: var(--primary);
}
.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type {
  color: #ffa8a8;
}
.app-fullcalender button {
  border-radius: 0rem;
  color: #6e6e6e;
}
.app-fullcalender td {
  border-color: #E6E6E6;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-view {
  margin-top: 1.875rem;
}
.fc-toolbar {
  margin-bottom: 0.3125rem;
  margin-top: 0.9375rem;
}
@media (max-width: 575.98px) {
  .fc-toolbar .fc-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    float: none;
  }
}
@media (max-width: 575.98px) {
  .fc-toolbar .fc-right {
    display: flex;
    justify-content: center;
    float: none;
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 575.98px) {
  .fc-toolbar .fc-center {
    display: flex;
    justify-content: center;
  }
  .fc-toolbar .fc-center * {
    float: none;
  }
}
.fc-toolbar h2,
.fc-toolbar .h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0;
  box-shadow: none;
}
.fc-widget-header {
  border: 0.0625rem solid #E6E6E6;
  border-bottom: 0 !important;
}
.fc th.fc-widget-header {
  background: #E6E6E6 !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0;
  text-transform: uppercase;
}
.fc-button {
  border: 0.0625rem solid #E6E6E6;
  text-transform: capitalize;
}
.fc-button.active {
  box-shadow: none !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}
.fc-event,
.external-event {
  border-radius: 0.125rem;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 0.3125rem 0.4375rem;
  padding: 0.3125rem;
  text-align: center;
}
.external-event {
  cursor: move;
  margin: 0.625rem 0;
  padding: 0.125rem 0;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 0.3125rem;
}
.fc-basic-view td.fc-day-number {
  padding-right: 0.3125rem;
}
#drop-remove {
  margin-right: 0.5rem;
  top: 0.1875rem;
}
#add-category .modal-dialog,
#event-modal .modal-dialog {
  max-width: 37.5rem;
}
.fc-content {
  color: #fff;
}
.fc th.fc-widget-header {
  background: transparent !important;
}
.fc-button {
  background: #fff;
}
.fc-state-hover {
  background: #fff !important;
}
.fc-state-highlight {
  background: #f2f4fa !important;
}
[data-theme-version=dark] .fc-state-highlight {
  color: #fff !important;
}
.fc-cell-overlay {
  background: #fff !important;
}
.fc-unthemed .fc-today {
  background: #f2f4fa !important;
}
.fc-day-top {
  color: #6e6e6e !important;
}
[data-theme-version=dark] .fc-day-top {
  color: #fff !important;
}
.external-event {
  color: #fff;
}
[data-theme-version=dark] .external-event {
  color: #fff !important;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 1rem;
}
.fc-scroller.fc-day-grid-container {
  height: 30.625rem !important;
}
.fc-row.fc-week.fc-widget-content.fc-rigid {
  height: 5.0625rem !important;
}
@media only screen and (max-width: 90rem) {
  .email_left_pane {
    display: none;
  }
}
#external-events .external-event:before {
  content: "";
  display: block;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin-right: 0.9rem;
  position: relative;
  top: 0.125rem;
}
[data-theme-version=dark] #external-events [data-class=bg-primary] {
  color: #fff !important;
}
#external-events [data-class=bg-primary]::before {
  background: var(--primary);
}
#external-events [data-class=bg-success]::before {
  background: #3AC977;
}
#external-events [data-class=bg-warning]::before {
  background: #FF9F00;
}
#external-events [data-class=bg-dark]::before {
  background: #6e6e6e;
}
#external-events [data-class=bg-danger]::before {
  background: #FF5E5E;
}
#external-events [data-class=bg-info]::before {
  background: #58bad7;
}
#external-events [data-class=bg-pink]::before {
  background: #e83e8c;
}
#external-events [data-class=bg-secondary]::before {
  background: #2C2C2C;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  border-color: #E6E6E6;
}
[data-theme-version=dark] .fc .fc-row .fc-content-skeleton table,
[data-theme-version=dark] .fc .fc-row .fc-content-skeleton td,
[data-theme-version=dark] .fc .fc-row .fc-helper-skeleton td {
  border-color: #444444;
}
[data-theme-version=dark] .fc-unthemed .fc-content,
[data-theme-version=dark] .fc-unthemed .fc-divider,
[data-theme-version=dark] .fc-unthemed .fc-list-heading td,
[data-theme-version=dark] .fc-unthemed .fc-list-view,
[data-theme-version=dark] .fc-unthemed .fc-popover,
[data-theme-version=dark] .fc-unthemed .fc-row,
[data-theme-version=dark] .fc-unthemed tbody,
[data-theme-version=dark] .fc-unthemed td,
[data-theme-version=dark] .fc-unthemed th,
[data-theme-version=dark] .fc-unthemed thead {
  border-color: #444444;
}
.email-left-box {
  height: calc(100vh - 120px);
  padding: 1.875rem 1.25rem;
  overflow-y: auto;
  border-right: 1px solid #E6E6E6;
  float: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 74.9375rem) {
  .email-left-box {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .email-left-box {
    margin: 0;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .email-left-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .email-left-box {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .email-left-box {
    border-right: 0;
    height: calc(100vh - 204.2px);
  }
}
.email-left-box .btn.text-white.btn-block {
  background-color: var(--secondary);
  font-weight: 500;
  font-size: 0.938rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375rem) {
  .email-left-box {
    width: 100%;
    float: none;
    border: none;
    padding-bottom: 1.875rem !important;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .email-left-box {
    padding-bottom: 0rem !important;
  }
}
.email-left-box .intro-title {
  padding: 1rem;
  margin: 1.875rem 0 1.25rem 0;
}
.email-left-box .intro-title h5,
.email-left-box .intro-title .h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.email-left-box .intro-title h5 i,
.email-left-box .intro-title .h5 i {
  font-size: 0.75rem;
  position: relative;
  bottom: 0.0625rem;
}
.email-left-box .intro-title i {
  color: var(--primary);
}
.email-left-box .mail-list {
  margin-top: 2.188rem;
}
.email-left-box .mail-list a {
  border: 0;
  padding: 0.625rem 0.9375rem;
  display: block;
  background: transparent;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.email-left-box .mail-list .change {
  color: #666666;
  font-weight: 500;
}
.email-left-box .mail-list .list-group-item {
  border-radius: 10px;
  padding: 0.75rem 1.0625rem;
  font-size: 0.938rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.email-left-box .mail-list .list-group-item i {
  font-size: 1.125rem;
  padding-right: 1.125rem;
  color: #000;
}
.email-left-box .mail-list .list-group-item svg {
  margin-right: 1.125rem;
}
.email-left-box .mail-list .list-group-item.active {
  color: #2C2C2C;
  background-color: var(--rgba-secondary-1);
}
.email-left-box .mail-list .list-group-item.active span.badge {
  background-color: var(--secondary);
}
.email-left-box .mail-list .list-group-item.active i {
  color: var(--secondary);
}
.email-left-box .mail-list .list-group-item.change {
  margin-bottom: 0;
}
.email-left-box .mail-list .list-group-item::before {
  content: "";
  display: block;
  background-color: var(--rgba-secondary-1);
  color: var(--secondary);
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.email-left-box .mail-list .list-group-item:hover {
  color: var(--secondary);
}
.email-left-box .mail-list .list-group-item:hover::before {
  width: 100%;
}
.email-left-box .mail-list .list-group-item:hover i {
  color: var(--secondary);
}
.email-left-box .mail-list .list-group-item:hover svg path {
  fill: var(--secondary);
  stroke: var(--secondary);
}
@media only screen and (max-width: 35.9375rem) {
  .email-left-box {
    height: calc(100vh - 160px);
  }
}
input#checkAll.form-check-input {
  background-color: #fff;
}
[data-theme-version=dark] input#checkAll.form-check-input {
  background-color: #1E1E1E;
}
input#checkAll.form-check-input:checked {
  background-color: var(--primary);
}
.email-right-box .pagination {
  padding: 0.4rem 0;
  margin-bottom: 0rem;
  background-color: #E6EBEE;
  padding-left: 16px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    clear: both;
  }
}
@media (max-width: 575.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.email-right-box .right-box-border {
  border-right: 0.125rem solid var(--rgba-primary-1);
}
@media screen and (min-width: 40.5625rem) and (max-width: 75rem) {
  .email-right-box .right-box-padding {
    padding-left: 1.25rem;
  }
}
@media (min-width: 106.25rem) {
  .email-right-box .right-box-padding {
    padding-left: 0.9375rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .email-right-box .right-box-padding {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .email-right-box .right-box-padding {
    padding: 1rem;
  }
}
.email-right-box .table-pagenation {
  background-color: #e6ebee;
  margin-top: 0;
  border: 1px solid #fff;
  border-width: 1px;
  margin-left: -4px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar {
  height: 3.563rem;
}
@media only screen and (max-width: 74.9375rem) {
  .toolbar {
    height: auto;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .toolbar {
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
}
.toolbar .btn-group .btn.nav-link.active {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 0.5rem 0rem;
  color: var(--primary);
  box-shadow: unset;
}
@media only screen and (max-width: 74.9375rem) {
  .toolbar .btn-group .btn.nav-link.active {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .toolbar .btn-group .btn.nav-link.active {
    padding: 0.3rem 0.3rem;
  }
  .toolbar .btn-group .btn.nav-link.active .btn {
    font-size: 0.613rem;
  }
}
.toolbar .btn-group .btn.nav-link.active::before {
  content: "";
  display: block;
  background-color: var(--primary);
  position: absolute;
  bottom: -0.325rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 87.5rem) {
  .toolbar .btn-group .btn.nav-link.active::before {
    display: none;
  }
}
.toolbar .btn-group .btn.nav-link.active:focus {
  box-shadow: none;
}
.toolbar .btn-group .btn.nav-link.active svg path {
  fill: var(--primary);
}
.toolbar .btn-group .btn.nav-link::before {
  content: "";
  display: block;
  background-color: var(--primary);
  position: absolute;
  bottom: -0.325rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.toolbar .btn-group .btn.nav-link:hover::before {
  width: 100%;
}
.toolbar .btn-group .btn.nav-link:hover svg path {
  fill: var(--primary);
}
.toolbar .btn-group .btn.nav-link svg {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.toolbar .btn-group input {
  position: relative;
  top: 0.125rem;
}
.saprat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.saprat .btn-group {
  margin-left: 1.125rem;
}
@media only screen and (max-width: 35.9375rem) {
  .saprat .btn-group {
    margin-left: 0;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .saprat {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .saprat {
    display: inline-block;
    width: 97%;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .saprat .mail-tools {
    margin-left: 3.725rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .saprat .mail-tools {
    margin-left: 2.025rem;
  }
}
.saprat .mail-tools a:hover svg {
  background-color: var(--rgba-primary-1);
  border-radius: 0.375rem;
}
.read-content textarea {
  height: 9.375rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.375rem;
}
.read-content-email {
  font-size: 0.875rem;
}
.read-content h5,
.read-content .h5 {
  color: #6a707e;
}
.read-content p strong {
  color: #6a707e;
}
.read-content-body p {
  margin-bottom: 1.875rem;
}
.read-content-attachment h6,
.read-content-attachment .h6 {
  font-size: 1.125rem;
  color: #6a707e;
}
.read-content-attachment h6 i,
.read-content-attachment .h6 i {
  padding-right: 0.3125rem;
}
.read-content-attachment .attachment a {
  color: var(--primary) !important;
}
.read-content-attachment .attachment > div:not(:last-child) {
  border-right: 0.0625rem solid #DDDFE1;
}
.compose-wrapper {
  height: calc(100vh - 180px);
  overflow-y: scroll;
  padding: 0 1rem;
}
@media only screen and (max-width: 61.9375rem) {
  .compose-wrapper {
    height: calc(100vh - 294px);
  }
}
.read-wapper {
  height: calc(100vh - 180px);
  padding: 0 1.25rem;
}
.compose-content .wysihtml5-toolbar {
  border-color: #fff;
}
.compose-content h5,
.compose-content .h5 {
  font-size: 1.0625rem;
  color: #6a707e;
}
.compose-content h5 i,
.compose-content .h5 i {
  font-size: 1.125rem;
  transform: rotate(90deg);
}
.compose-content .dropzone {
  background: #fff !important;
  border: 0.0625rem dashed #DDDFE1;
  min-height: 13.125rem;
  position: relative;
  border-radius: 0.375rem;
}
.compose-content .dropzone .dz-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compose-content #email-compose-editor {
  height: unset;
}
.email-list {
  display: block;
  padding-left: 0;
  background: #fff;
  height: calc(100vh - 212px);
  overflow-y: scroll;
}
.email-list label {
  margin-bottom: 0px;
}
.email-list .message {
  position: relative;
  display: block;
  height: 3.438rem;
  padding: 0 15px;
  line-height: 3.438rem;
  cursor: default;
  transition-duration: 0.3s;
  border-bottom: 1px solid #fff;
}
.email-list .message a {
  color: var(--primary);
}
.email-list .message-single .custom-checkbox {
  margin-top: 0.125rem;
}
.email-list .message-single i {
  color: #89879f;
  font-size: 1.125rem;
  padding-left: 0.4rem;
}
.email-list .message .icon {
  position: absolute;
  top: 16px;
  right: 10px;
  opacity: 0;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 35.9375rem) {
  .email-list .message .icon {
    display: none;
  }
}
.email-list .message:hover {
  transition-duration: 0.05s;
  background: #F3F5F7;
}
.email-list .message:hover .icon {
  opacity: 1;
}
.email-list .message:hover .col-mail-2 .date {
  opacity: 0;
}
.email-list .message:hover .message-single .form-check-input {
  opacity: 1;
}
.email-list .message .col-mail {
  float: left;
  position: relative;
}
.email-list .message .col-mail-1 {
  width: 5.625rem;
}
.email-list .message .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 1.125rem;
  font-size: 1rem;
  margin-left: 0.3125rem;
}
.email-list .message .col-mail-1 .email-checkbox {
  display: block;
  float: left;
  margin: 0.9375rem 0.625rem 0 1.25rem;
}
.email-list .message .col-mail-1 .dot {
  display: block;
  float: left;
  border: 0.4rem solid transparent;
  border-radius: 6.25rem;
  margin: 1.375rem 1.625rem 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.email-list .message .col-mail-2 {
  position: absolute;
  top: 0;
  left: 5.625rem;
  right: 0;
  bottom: 0;
}
.email-list .message .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 5.5rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.email-list .message .col-mail-2 .subject span {
  color: #666666;
}
.email-list .message .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 1;
  transition-duration: 0.3s;
  font-weight: 500;
}
.email-list .message .message-single .bookmark-btn input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.email-list .message .message-single .bookmark-btn .checkmark {
  font-weight: 900;
  font-family: "font awesome 5 free";
}
.email-list .message .message-single .bookmark-btn .checkmark:before {
  content: "\f005";
  font-size: 1.25rem;
  border-color: #666666;
  font-weight: 100;
  color: #C4C4C4;
}
.email-list .message .message-single .bookmark-btn input:checked ~ .checkmark:before {
  color: #ff9838;
  font-weight: 900;
}
.email-list .message .message-single .form-check-input {
  margin-top: 0;
}
.email-list .message .hader {
  font-size: 0.938rem;
  font-weight: 400;
  padding: 0 1.25rem;
}
.email-checkbox {
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem;
  display: inline-block;
  border-radius: 0.1rem;
  position: relative;
  top: 0.3125rem;
}
.email-checkbox input {
  opacity: 0;
  cursor: pointer;
}
.email-checkbox input:checked label {
  opacity: 1;
}
.email-checkbox label {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}
.chat-wrap {
  padding: 1.0625rem 1.875rem;
}
.chat-wrap .media .media-body h6,
.chat-wrap .media .media-body .h6 {
  font-size: 1.0625rem;
  color: #6a707e;
}
.chat-wrap .media .media-body p {
  font-size: 0.875rem;
}
@media (min-width: 40.5rem) {
  .email-filter {
    padding-left: 1.25rem;
  }
}
@media (min-width: 106.25rem) {
  .email-filter {
    padding-left: 1.875rem;
  }
}
.email-filter .input-group-prepend i {
  font-size: 0.875rem;
}
.email-filter .input-group-prepend .input-group-text {
  border: 0;
  border-bottom: 0.0625rem solid #DDDFE1 !important;
  background: transparent;
}
.email-filter .input-group .form-control {
  padding: 0 0 0 0.3125rem;
  border: 0;
  font-size: 0.875rem;
  height: 1.875rem;
  border-bottom: 0.0625rem solid #DDDFE1;
}
.email-filter .input-group .form-control::placeholder {
  font-size: 0.875rem;
}
.email-filter .input-group > .form-control {
  min-height: 1.875rem;
}
.single-mail {
  display: block;
  padding: 1.5625rem 0;
}
.single-mail .media {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 106.25rem) {
  .single-mail .media {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.single-mail .media img {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
}
@media (min-width: 106.25rem) {
  .single-mail .media img {
    margin-right: 1.875rem;
  }
}
.single-mail .media-body h6,
.single-mail .media-body .h6 {
  color: #abafb3;
}
.single-mail .media-body h4,
.single-mail .media-body .h4 {
  font-size: 1rem;
  color: #6a707e;
}
.single-mail .media-body h4 button i,
.single-mail .media-body .h4 button i {
  font-size: 1.125rem;
  color: #abafb3;
  font-weight: bold;
  transform: rotate(90deg);
}
.single-mail .media-body p {
  font-size: 0.875rem;
  color: #abafb3;
}
.single-mail.active {
  background: var(--primary);
}
.single-mail.active h6,
.single-mail.active .h6,
.single-mail.active h4,
.single-mail.active .h4,
.single-mail.active p,
.single-mail.active i {
  color: #fff !important;
}
[direction=rtl] .email-right-box {
  padding-left: 1rem;
  padding-right: 15rem;
}
@media only screen and (max-width: 61.9375rem) {
  [direction=rtl] .email-right-box {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .email-right-box {
    padding-left: 0;
    padding-right: 0;
  }
}
[direction=rtl] .email-list .message .col-mail-2 {
  right: 5.625rem;
  left: 0;
  float: right;
}
[direction=rtl] .email-list .message .col-mail-2 .date {
  right: auto;
  left: 0;
}
[direction=rtl] .email-list .message .col-mail-2 .subject {
  right: 0;
  left: 5.5rem;
}
.inbox-height {
  min-height: 800px !important;
}
@media only screen and (max-width: 35.9375rem) {
  .effect.nav-link {
    font-size: 0.75rem !important;
    padding: 0.3rem 0.3rem !important;
  }
}
.tagify__tag {
  background-color: #e5e5e5;
}
@media only screen and (max-width: 35.9375rem) {
  .email-left-body {
    width: 18rem;
    position: fixed;
    height: 100vh;
    transition: all 0.5s;
    left: -22rem;
    top: 0px;
    z-index: 999;
  }
  .email-left-body.active {
    left: 0;
    background: #fff;
    transition: all 0.5s;
    overflow-y: scroll;
  }
}
.email-tools-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--rgba-primary-1);
  border-radius: 0.375rem;
  color: var(--primary);
  display: none !important;
}
.email-tools-box.active {
  background-color: #0D99FF;
  color: #fff;
}
@media only screen and (max-width: 35.9375rem) {
  .email-tools-box {
    display: inline-block !important;
    margin-left: auto;
  }
}
.email-tools-box.active:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  background-color: #000;
  opacity: 0.2;
  border-radius: 0.75rem;
  z-index: 4;
}
.photo-content {
  position: relative;
}
.photo-content .cover-photo {
  background: url("./media/cover-NWD4TTRP.jpg");
  background-size: cover;
  background-position: center;
  min-height: 15.625rem;
  width: 100%;
}
.profile .profile-photo {
  max-width: 6.25rem;
  position: relative;
  z-index: 1;
  margin-top: -4.5rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 35.9375rem) {
  .profile .profile-photo {
    width: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
  }
}
[direction=rtl] .profile .profile-photo {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 74.9375rem) {
  [direction=rtl] .profile .profile-photo {
    right: 0.9375rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .profile .profile-photo {
    width: 5rem;
    right: calc(50% - 2.5rem);
    top: -6.25rem;
  }
}
.profile-info {
  padding: 0.9375rem 1.25rem;
}
@media only screen and (max-width: 35.9375rem) {
  .profile-info {
    padding: 0 0 1.25rem;
    text-align: center;
  }
}
.profile-info h4,
.profile-info .h4 {
  color: #464a53 !important;
}
.profile-info h4.text-primary,
.profile-info .text-primary.h4 {
  color: var(--primary) !important;
}
.profile-info p {
  color: #828690;
}
.profile-info .prf-col {
  min-width: 15.625rem;
  padding: 0.625rem 3.125rem 0;
}
.profile-interest .row {
  margin: 0 -0.0437rem;
}
.profile-interest .row .int-col {
  padding: 0 0.0437rem;
}
.profile-interest .row .int-col .interest-cat {
  margin-bottom: 0.0875rem;
  position: relative;
  display: block;
}
.profile-interest .row .int-col .interest-cat:after {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.profile-interest .row .int-col .interest-cat p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
  left: 0;
  margin: 0;
  z-index: 1;
  color: white;
  font-size: 0.075rem;
}
.profile-tab .nav-item .nav-link {
  font-size: 1rem;
  margin-right: 1.875rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.0125rem solid transparent;
  color: #828690;
}
.profile-tab .nav-item .nav-link:hover,
.profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  background: transparent;
  border-bottom: 0.0125rem solid var(--primary);
  color: var(--primary);
}
@media only screen and (max-width: 35.9375rem) {
  .profile-tab .nav-item .nav-link {
    margin-right: 0rem;
  }
}
.profile-info {
  display: flex;
}
@media only screen and (max-width: 35.9375rem) {
  .profile-info {
    display: block;
  }
}
.profile-info .profile-details {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 35.9375rem) {
  .profile-info .profile-details {
    display: block;
  }
  .profile-info .profile-details .dropdown {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
  }
}
.post-input {
  margin-bottom: 1.875rem;
}
.post-input .form-control {
  height: 4.6875rem;
  font-weight: 400;
  margin: 0.9375rem 0;
}
.post-input .btn-social {
  font-size: 1.25rem;
  height: 3.4375rem;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 0.375rem;
  color: #fff;
  width: 3.4375rem;
  line-height: 3.375rem;
}
.post-input .btn-social.facebook {
  background-color: #3B5998;
}
.post-input .btn-social.google-plus {
  background-color: #DE4E43;
}
.post-input .btn-social.linkedin {
  background-color: #007BB6;
}
.post-input .btn-social.instagram {
  background-color: #8A5A4E;
}
.post-input .btn-social.twitter {
  background-color: #1EA1F3;
}
.post-input .btn-social.youtube {
  background-color: #CE201F;
}
.post-input .btn-social.whatsapp {
  background-color: #01C854;
}
.post-input .btn-social i {
  margin: 0 !important;
}
.profile-uoloaded-post img {
  margin-bottom: 1.25rem;
}
.profile-uoloaded-post a h4,
.profile-uoloaded-post a .h4 {
  margin-bottom: 0.625rem;
  color: #464a53;
}
.profile-page {
  height: 60px;
}
.card-profile {
  background-image: url("./media/crm-profile-Q3Y4MLJW.jpg");
  background-size: cover;
  background-position: center center;
  height: 420px;
  padding: 30px;
}
.card-profile .admin-user {
  background-color: #fff;
  padding: 30px;
  max-width: 380px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  border-radius: 0.375rem;
}
.card-profile .admin-user .img-wrraper {
  position: relative;
  margin-bottom: 10px;
}
.card-profile .admin-user .img-wrraper img {
  height: 80px;
  width: 80px;
  border: 7px solid rgba(62, 95, 206, 0.08);
}
.card-profile .admin-user .img-wrraper a {
  position: absolute;
  bottom: 0;
  margin: 0 24px;
  height: 30px;
  width: 30px;
  background: #fff;
  color: var(--primary);
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}
.card-profile .user-details .title h4,
.card-profile .user-details .title .h4 {
  font-size: 1rem;
}
.card-profile .user-details .title h6,
.card-profile .user-details .title .h6 {
  color: #888888;
  margin-bottom: 20px;
}
.card-profile .user-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-profile .user-social-links a {
  color: var(--primary);
  display: block;
  height: 30px;
  width: 30px;
  background-color: var(--rgba-primary-1);
  text-align: center;
  line-height: 30px;
  margin: 0 4px;
  border-radius: 0.375rem;
}
.card-profile .user-social-links a:hover {
  background: var(--primary);
  color: #fff;
}
.card-profile .follow-list {
  display: flex;
  justify-content: center;
}
.card-profile .follow-list li {
  padding: 14px 20px;
  border-radius: 0.375rem;
  margin: 0 9px;
  margin-top: 44px;
  background: var(--rgba-primary-1);
}
@media only screen and (max-width: 35.9375rem) {
  .card-profile .follow-list li {
    padding: 5px 10px;
  }
}
.card-profile .follow-list .follow-num {
  font-size: 1rem;
  font-weight: 500;
  color: black;
}
.profile-accordion .accordion-item {
  background: transparent;
}
.profile-accordion .accordion-item .accordion-header {
  padding: 0;
  border: 0;
}
.profile-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 500;
  color: black;
}
.profile-accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.about-me ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
  margin-top: 0;
}
.about-me ul li h6,
.about-me ul li .h6 {
  margin-bottom: 0;
}
.about-me ul li i {
  height: 35px;
  width: 35px;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  text-align: center;
  line-height: 35px;
  border-radius: 0.375rem;
  margin-right: 15px;
}
.second-head {
  font-size: 1rem;
  font-weight: 500;
  color: black;
}
.bg-facebook {
  background: #4867aa;
  color: white;
}
.bg-facebook:hover {
  background: #4867aa;
  color: white;
}
.bg-whatsapp {
  background: #1ad03f;
  color: white;
}
.bg-whatsapp:hover {
  background: #1ad03f;
  color: white;
}
.bg-skype {
  background: #0194d7;
  color: white;
}
.bg-skype:hover {
  background: #0194d7;
  color: white;
}
.bg-linkedin {
  background: #0a66c2;
  color: white;
}
.bg-linkedin:hover {
  background: #0a66c2;
  color: white;
}
.profile-interest img {
  border-radius: 0.375rem;
}
.post-img img {
  border-radius: 0.375rem;
  width: 100%;
}
@media only screen and (max-width: 87.5rem) {
  .post-img img {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.friend-list .avatar {
  margin-left: 9px;
  margin-bottom: 16px;
}
.chat-border {
  border-right: 1px solid rgba(136, 136, 136, 0.2);
}
.chat-p {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
}
.chat-p h6,
.chat-p .h6 {
  font-size: 14px;
}
.chat-p span {
  font-size: 12px;
  white-space: nowrap;
}
.chat-p.shaprate {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.chat-p.style-1 {
  padding-bottom: 0;
}
.chat-p.style-1 .active {
  position: relative;
}
.chat-p.style-1 .active:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #3AC977;
  bottom: 0;
  left: 33px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.c-list {
  padding: 1.25rem;
}
.c-list .search-area {
  background-color: transparent !important;
}
.c-list .search-area .form-control {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.c-list .search-area .input-group-text {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.people-list {
  height: calc(100vh - 260px);
  margin-bottom: 25px;
}
.chat-height {
  min-height: 1000px !important;
}
.chat-admin {
  height: 0;
}
.chat-admin .sharp {
  line-height: 1.5;
}
@media only screen and (max-width: 35.9375rem) {
  .chat-admin .icon-box {
    height: 2rem;
    width: 2rem;
    border-radius: 5px;
    line-height: 1.9rem;
  }
  .chat-admin .icon-box svg {
    width: 14px;
    line-height: 1.8rem;
  }
  .chat-admin .sharp {
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.2375rem;
  }
}
.chat-box-area.style-2 {
  padding: 1.25rem;
  height: calc(100vh - 260px);
  margin-top: 20px;
}
@media only screen and (max-width: 35.9375rem) {
  .chat-box-area.style-2 {
    height: calc(100vh - 230px);
  }
}
.message-send.style-2 {
  margin: 1.25rem;
}
.chat-meadia {
  padding: 1.25rem;
}
@media only screen and (max-width: 74.9375rem) {
  .chat-meadia {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .chat-meadia {
    width: 100%;
  }
}
.image-list {
  margin-top: 10px;
}
.image-list img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  border-radius: 6px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.file-list h5,
.file-list .h5 {
  margin-top: 10px;
}
.file-list .filie-l-icon {
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  border-radius: 6px;
  max-width: 164px;
}
@media only screen and (max-width: 74.9375rem) {
  .file-list .filie-l-icon {
    max-width: 100%;
  }
}
.file-list .filie-l-icon:hover {
  background: var(--rgba-primary-1);
}
.file-list .filie-l-icon img {
  width: 46px;
  height: 45px;
}
@media only screen and (max-width: 87.5rem) {
  .file-list {
    height: 300px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .chat-left-area {
    width: 22rem;
    position: absolute;
    z-index: 2;
    transition: all 0.2s;
    left: -22rem;
  }
  .chat-left-area.active {
    left: 0;
    background: white;
  }
}
.chat-toggle {
  display: none !important;
}
@media only screen and (max-width: 35.9375rem) {
  .chat-toggle {
    display: inline-block !important;
  }
}
.chat-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100vh;
}
.chat-toggle.active:before {
  z-index: 1;
}
.event-chat-ryt .chat-area .chat-reciver,
.event-chat-ryt .chat-area .chat-sender {
  margin-bottom: 1.875rem;
  padding: 0;
}
.event-chat-ryt .chat-area .chat-reciver img,
.event-chat-ryt .chat-area .chat-sender img {
  border-radius: 1.875rem;
}
.event-chat-ryt .chat-area .media {
  position: relative;
}
.event-chat-ryt .chat-area .media-body p {
  margin: 0;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.event-chat-ryt .chat-area .media-body p span {
  padding: 1rem;
  display: inline-block;
  top: 103%;
  position: relative;
  border: 0.0625rem solid #E6E6E6;
}
.event-chat-ryt .chat-reciver {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.event-chat-ryt .chat-reciver .media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.event-chat-ryt .chat-reciver .media .media-body {
  margin-right: 2rem;
  text-align: right;
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body {
  text-align: left;
  margin-left: 2rem;
  margin-right: auto;
}
.event-chat-ryt .chat-reciver .media .media-body p {
  background: #fff;
  margin-bottom: 0;
  border-radius: 0.3125rem 0.3125rem 0 0.3125rem;
}
.event-chat-ryt .chat-reciver .media .media-body p span {
  text-align: left;
  border: 0.0625rem solid #E6E6E6;
}
.event-chat-ryt .chat-reciver .media .media-body p span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-bottom: 0.0625rem solid #E6E6E6;
  border-right: 0.0625rem solid #E6E6E6;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateX(15px);
  transform: rotate(-45deg) translateX(15px);
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body p span::after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(135deg) translateY(15px);
  transform: rotate(135deg) translateY(15px);
}
.event-chat-ryt .chat-reciver .media .media-body p .time {
  position: absolute;
  font-size: 0.75rem;
  color: #888888;
  font-weight: 400;
  bottom: 0;
  left: -5rem;
}
[direction=rtl] .event-chat-ryt .chat-reciver .media .media-body p .time {
  right: -5rem;
  left: auto;
}
.event-chat-ryt .chat-sender {
  text-align: left;
  padding: 0.5rem 1rem;
}
.event-chat-ryt .chat-sender .media .media-body {
  margin-left: 2rem;
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body {
  text-align: right;
  margin-right: 2rem;
  margin-left: auto;
}
.event-chat-ryt .chat-sender .media .media-body p {
  background-color: #fff;
  margin-bottom: 0;
}
.event-chat-ryt .chat-sender .media .media-body p span::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-bottom: 0.0625rem solid #E6E6E6;
  border-left: 0.0625rem solid #E6E6E6;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-15px);
  transform: rotate(45deg) translateX(-15px);
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body p span::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg) translateY(15px);
  transform: rotate(-135deg) translateY(15px);
}
.event-chat-ryt .chat-sender .media .media-body p .time {
  position: absolute;
  font-size: 0.625rem;
  color: #888888;
  font-weight: 400;
  bottom: 0;
  right: -5rem;
}
[direction=rtl] .event-chat-ryt .chat-sender .media .media-body p .time {
  left: -5rem;
  right: auto;
}
.char-type {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.char-type form .form-control {
  height: 2.8125rem;
  padding-left: 1.125rem;
  background: #fff;
  border-right: 0;
}
.char-type form .input-group-append i {
  color: #898989;
  font-size: 1.125rem;
}
.char-type form .input-group-append .input-group-text {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  background: #fff;
  border-color: #E6E6E6;
  border-left: 0;
}
.char-type form .input-group-append .input-group-text:last-child {
  padding-right: 1.8rem;
}
.media-avatar {
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem solid #E6E6E6;
}
.media-avatar:last-child {
  border-bottom: 0rem;
}
.media-avatar p {
  margin-bottom: 0;
}
.media-avatar .avatar-status {
  position: relative;
}
.media-avatar .avatar-status i {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct-golden-section:before {
  float: none;
}
.ct-chart {
  max-height: 15.7rem;
}
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 0.75rem;
  line-height: 1;
}
.ct-grid {
  stroke: rgba(49, 58, 70, 0.1);
}
.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 0.625rem;
}
.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: var(--primary);
}
.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #3AC977;
}
.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #FF9F00;
}
.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #FF5E5E;
}
.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #58bad7;
}
.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #6e6e6e;
}
.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #8d6e63;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #2C2C2C;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #00A2FF;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #ff9800;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #ff9800;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 0.625rem;
  padding: 0.125rem 0.625rem;
  border-radius: 0.125rem;
  background: #313a46;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}
#donught_graph .ct-series.ct-series-a .ct-slice-donut {
  stroke: #3FC6D4;
}
#donught_graph .ct-series.ct-series-b .ct-slice-donut {
  stroke: #333333;
}
#donught_graph .ct-series.ct-series-c .ct-slice-donut {
  stroke: #F63465;
}
@media only screen and (max-width: 47.9375rem) {
  #pie-chart .ct-label {
    color: #fff;
    fill: #fff;
  }
}
#visitor_graph {
  height: 15.8125rem !important;
}
#user_rating_graph {
  height: 17.5rem !important;
}
#activity {
  height: 20.575rem !important;
}
#visitorOnline {
  height: 4.5rem !important;
}
#trendMeter {
  height: 4.5rem !important;
}
#widget-revenue1,
#widget-revenue2,
#widget-revenue3 {
  height: 7.3125rem !important;
}
#widget-profit1,
#widget-profit2,
#widget-profit3 {
  height: 10rem !important;
}
#comparison-rate {
  height: 14.375rem;
}
#session_day {
  height: 10.9375rem;
  width: auto !important;
  margin: 0 auto;
}
#walet-status {
  height: 8.75rem;
}
#bar1 {
  height: 9.375rem;
}
#sold-product {
  height: 14.375rem;
}
#chart-venue-expenses,
#chart-online-sale,
#chart-gross-sale {
  height: 9.375rem !important;
}
#areaChart_3 {
  height: 18.4375rem !important;
}
.chart-point {
  display: flex;
  align-items: center;
}
.chart-point .check-point-area {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.chart-point .chart-point-list {
  margin: 0;
  padding-left: 0.3125rem;
}
.chart-point .chart-point-list li {
  list-style: none;
  font-size: 0.8125rem;
  padding: 0.125rem 0;
}
.chart-point .chart-point-list li i {
  margin-right: 0.3125rem;
  font-size: 0.6875rem;
  position: relative;
  top: -0.0625rem;
}
.c3 {
  height: 15.625rem;
}
.c3-legend-item {
  fill: #9fabb1;
}
.c3 .c3-axis-x path,
.c3 .c3-axis-x line,
.c3 .c3-axis-y path,
.c3 .c3-axis-y line,
.tick text {
  stroke: #fff;
}
.flot-chart {
  height: 15.7rem;
}
.tooltipflot {
  background-color: transparent;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0.2rem;
}
.legendColorBox > div {
  border: 0 !important;
  padding: 0 !important;
}
.legendLabel {
  font-size: 0.825rem;
  padding-left: 0.5rem;
  color: var(--primary);
}
[data-theme-version=dark] .legendLabel {
  color: #fff;
}
.flot-chart .legend table tbody tr:last-child .legendLabel {
  color: #ffaa2b;
}
.flotTip {
  background: #000;
  border: 0.0625rem solid #000;
  color: #fff;
}
.legend > div {
  background: transparent !important;
}
#balance_graph {
  height: 16.25rem;
}
.morris-hover {
  position: absolute;
  z-index: 1;
  background: var(--primary);
  color: #fff;
}
.morris-hover .morris-hover-point {
  color: #fff !important;
  margin: 0.1875rem 0;
  text-align: center;
  padding: 0 1.5625rem;
  color: #fff;
}
.morris-hover .morris-hover-row-label {
  background-color: #6e6e6e;
  text-align: center;
  padding: 0.3125rem;
  color: #fff;
  margin-bottom: 0.3125rem;
}
.morris-hover.morris-default-style {
  border-radius: 0.3125rem;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
#morris_donught,
#morris_donught_2,
#line_chart_2,
#morris_bar,
#morris_bar_stalked,
#morris_bar_2,
#morris_area_2,
#morris_area {
  height: 15rem !important;
}
#morris_line {
  height: 17.375rem !important;
}
#crypto-btc-card,
#crypto-eth-card,
#crypto-rpl-card,
#crypto-ltc-card {
  height: 9.375rem;
}
#daily-sales,
#comparison-rate,
#usage-chart,
#walet-status {
  width: 100%;
  display: block;
}
#daily-sales canvas,
#comparison-rate canvas,
#usage-chart canvas,
#walet-status canvas {
  max-width: 100% !important;
  width: 100% !important;
}
#sparkline-composite-chart canvas,
#composite-bar canvas,
#sparkline11 canvas,
#StackedBarChart canvas,
#spark-bar canvas,
#tristate canvas {
  height: 6.25rem !important;
}
#sparkline11 canvas {
  width: 6.25rem !important;
}
.easy-pie-chart {
  position: relative;
  text-align: center;
}
.easy-pie-chart .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.easy-pie-chart img {
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
}
.easy-pie-chart canvas {
  display: block;
  margin: 0 auto;
}
#revenue-chart {
  height: 27.7rem;
}
#duration-value-axis {
  height: 27.6rem;
  width: 100%;
}
#combined-bullet {
  height: 28.125rem;
  width: 100%;
}
#zoomable-chart {
  height: 28.125rem;
  width: 100%;
}
#chartMap {
  height: 28.125rem;
  width: 100%;
}
#professional-candlesticks {
  width: 100%;
  height: 28.125rem;
}
#comparing-stock-indices {
  width: 100%;
  height: 28.125rem;
}
#multiple-panel-data {
  width: 100%;
  height: 28.125rem;
}
#depth-chart {
  width: 100%;
  height: 28.125rem;
}
.amcharts-export-menu {
  display: none;
}
.amcharts-data-set-selector-div {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 16.875rem;
  margin: 0 auto;
}
.amcharts-data-set-selector-div select {
  border: 0;
  margin-left: 0.625rem;
  background: #ddd;
  color: #000;
}
.amChartsInputField {
  border: 0;
  background: var(--primary);
  color: #fff;
  padding: 0.3125rem 0.9375rem;
  margin: 0 0.9375rem;
}
.amcharts-data-set-select {
  border: 0;
  background: #ddd;
  color: #000;
}
.amcharts-period-input,
.amcharts-period-input-selected {
  border: 0;
  margin-left: 0.625rem;
  background: var(--primary);
  color: #fff;
  padding: 0.3125rem 0.9375rem;
}
.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 0.1875rem 0.1875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}
@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -1.9375rem;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -1.9375rem;
  }
}
.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 3.125rem;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 3.125rem;
  }
}
.amcharts-graph-column-front {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}
.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .amChartsPeriodSelector > fieldset > div {
    float: none !important;
    display: block !important;
    margin-bottom: 0.625rem;
  }
}
.highcharts-root text {
  font-weight: 300 !important;
}
.highcharts-credits {
  display: none;
}
#chart_employee_gender,
#chart_employee_status {
  width: auto;
  height: 21.875rem;
}
.form-control {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  height: 2.813rem;
  border-radius: 0.375rem;
  border-color: #CCCCCC;
}
.form-control:hover,
.form-control:focus,
.form-control.active {
  box-shadow: none;
  background: #fff;
  color: #6e6e6e;
}
.form-control:focus {
  border-color: var(--primary);
}
.form-control.solid {
  background: #fff;
  border-color: #ececec;
  color: #000;
}
.form-control.solid[type=file] {
  padding: 6px 10px;
}
.form-control[type=file] {
  padding: 0.175rem 0.75rem;
  line-height: 2.7;
}
.input-rounded {
  border-radius: 6.25rem;
}
[data-theme-version=light] .input-primary .form-control,
[data-theme-version=dark] .input-primary .form-control {
  border-color: var(--primary);
}
[data-theme-version=light] .input-primary .input-group-text,
[data-theme-version=dark] .input-primary .input-group-text {
  background-color: var(--primary);
  color: #fff;
}
[data-theme-version=light] .input-danger .form-control,
[data-theme-version=dark] .input-danger .form-control {
  border-color: #FF5E5E;
}
[data-theme-version=light] .input-danger .input-group-text,
[data-theme-version=dark] .input-danger .input-group-text {
  background-color: #FF5E5E;
  color: #fff;
}
[data-theme-version=light] .input-info .form-control,
[data-theme-version=dark] .input-info .form-control {
  border-color: #58bad7;
}
[data-theme-version=light] .input-info .input-group-text,
[data-theme-version=dark] .input-info .input-group-text {
  background-color: #58bad7;
  color: #fff;
}
[data-theme-version=light] .input-success .form-control,
[data-theme-version=dark] .input-success .form-control {
  border-color: #3AC977;
}
[data-theme-version=light] .input-success .input-group-text,
[data-theme-version=dark] .input-success .input-group-text {
  background-color: #3AC977;
  color: #fff;
}
[data-theme-version=light] .input-warning .form-control,
[data-theme-version=dark] .input-warning .form-control {
  border-color: #FF9F00;
}
[data-theme-version=light] .input-warning .input-group-text,
[data-theme-version=dark] .input-warning .input-group-text {
  background-color: #FF9F00;
  color: #fff;
}
[data-theme-version=light] .input-primary-o .form-control,
[data-theme-version=dark] .input-primary-o .form-control {
  border-color: var(--primary);
}
[data-theme-version=light] .input-primary-o .input-group-text,
[data-theme-version=dark] .input-primary-o .input-group-text {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
[data-theme-version=light] .input-danger-o .form-control,
[data-theme-version=dark] .input-danger-o .form-control {
  border-color: #FF5E5E;
}
[data-theme-version=light] .input-danger-o .input-group-text,
[data-theme-version=dark] .input-danger-o .input-group-text {
  background-color: transparent;
  border-color: #FF5E5E;
  color: #FF5E5E;
}
[data-theme-version=light] .input-info-o .form-control,
[data-theme-version=dark] .input-info-o .form-control {
  border-color: #58bad7;
}
[data-theme-version=light] .input-info-o .input-group-text,
[data-theme-version=dark] .input-info-o .input-group-text {
  background-color: transparent;
  border-color: #58bad7;
  color: #58bad7;
}
[data-theme-version=light] .input-success-o .form-control,
[data-theme-version=dark] .input-success-o .form-control {
  border-color: #3AC977;
}
[data-theme-version=light] .input-success-o .input-group-text,
[data-theme-version=dark] .input-success-o .input-group-text {
  background-color: transparent;
  border-color: #3AC977;
  color: #3AC977;
}
[data-theme-version=light] .input-warning-o .form-control,
[data-theme-version=dark] .input-warning-o .form-control {
  border-color: #FF9F00;
}
[data-theme-version=light] .input-warning-o .input-group-text,
[data-theme-version=dark] .input-warning-o .input-group-text {
  background-color: transparent;
  border-color: #FF9F00;
  color: #FF9F00;
}
.input-group-text {
  min-width: 3.125rem;
  justify-content: center;
  border-radius: 0.375rem;
  border-color: #CCCCCC;
}
.form-file-label {
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
}
.input-group-prepend .btn,
.input-group-append .btn {
  z-index: 0;
}
.custom-select {
  background: none;
  border-color: #E6E6E6;
  color: #6e6e6e;
}
.custom-select:focus {
  box-shadow: none;
  border-color: var(--primary);
  color: var(--primary);
}
.form-file-label {
  background: #656C73;
  white-space: nowrap;
  color: #fff;
}
[data-theme-version=dark] .form-file-label {
  background: #444444;
  border-color: #444444;
  color: #888888;
}
.custom_file_input .form-file-label::after {
  height: 100%;
}
.form-control:disabled,
.form-control[readonly] {
  background: #EDF1F5;
  opacity: 1;
}
.form-file {
  border: 0.0625rem solid #E6E6E6;
  background: #fff;
}
[data-theme-version=dark] .form-file {
  background: #1E1E1E;
  border-color: #444444;
}
.input-group {
}
.input-group > .form-control-plaintext,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0.375rem;
}
.form-file .form-control {
  margin: 0;
  border-radius: 0;
  border: 0;
  height: auto;
}
#validationCustomUsername {
  border-radius: 0 0.5rem 0.5rem 0;
}
.show-pass {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}
.form-file .form-control {
  margin: 0;
  border-radius: 0;
  border: 0;
  height: auto;
}
.input-group .input-group-text + .form-file {
  border-radius: 0 0.5rem 0.5rem 0;
}
.input-group .input-group-text + .form-file .form-control {
  border-radius: inherit;
}
.custom_file_input .form-file {
  border-radius: 0.5rem;
}
.custom_file_input .form-file .form-control {
  margin: 0;
  border: 0;
  line-height: 2.625rem;
  border-radius: inherit;
  font-size: 16px;
  font-weight: 600;
}
.custom_file_input .form-control {
  padding-left: 10px;
  line-height: 45px;
}
#username {
  border-radius: 0 0.5rem 0.5rem 0;
}
.form-control-lg {
  min-height: 3.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.09375rem;
  border-radius: 0.5rem;
  height: calc(1.5em + 1rem + 2px);
}
.form-control-sm {
  min-height: 2.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  border-radius: 0.5rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-sm[type=file] {
  line-height: 2.5;
  padding: 0.257rem 0.5rem;
}
.ck.ck-editor__main > .ck-editor__editable {
  background: #fafafa !important;
}
.modal-grid {
  background: #fff;
}
.nice-select.wide.form-control-lg {
  line-height: 2.7125rem;
}
.nice-select.wide.form-control-sm {
  line-height: 1.8125rem;
}
.inline-check {
  line-height: 1.8rem !important;
}
.form-check {
  font-size: 14px;
  font-weight: 600;
}
.input-full {
  border: 0;
}
.border-1 {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.border3 {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}
.custome-input .input-group-text {
  border-color: transparent !important;
}
.p2p-select .default-select {
  height: 3rem;
}
.input-group-lg .input-group-text {
  border-radius: 0.375rem;
}
.input-group-sm .input-group-text {
  border-radius: 0.375rem;
}
textarea.form-control {
  min-height: auto;
  height: auto !important;
  padding: 0.75rem;
}
.form-control[type=file] {
  line-height: 2.375rem;
  padding-left: 0.75rem;
}
.form-control-sm[type=file] {
  line-height: 2rem;
  padding: 0.25rem;
  padding-left: 8px;
}
.form-control-lg[type=file] {
  line-height: 3.25rem;
  padding-left: 0.625rem;
}
.search-container {
  position: relative;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.search-container input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.search-container .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.search-row {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.p-checkbox .p-hidden-accessible {
  display: none;
}
:root .p-element .p-icon-wrapper .ng-star-inserted {
  margin-top: -3px;
  font-size: 13px;
}
:root .p-radiobutton-box {
  display: none;
}
:root .p-element .p-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check-label {
  margin-left: 0.3125rem;
  margin-top: 0.1875rem;
}
.form-check-inline .form-check-input {
  margin-right: 0.625rem;
}
.form-check-input {
  top: 0.125rem;
  border-width: 1px;
  width: 1.25rem;
  height: 1.25rem;
  border-color: #e7e7e7;
}
.rtl .form-check-label:before,
.rtl .form-check-label:after {
  right: -1.5rem !important;
  left: inherit;
}
.form-check {
  line-height: normal;
}
.toggle-switch {
  padding-left: 3.125rem;
  line-height: 1.25;
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.toggle-switch .form-check-input {
  border: 0;
  cursor: pointer;
  background: #d8d8d8;
  width: 2.3125rem;
  border-radius: 1.25rem !important;
  height: 0.875rem;
  position: relative;
  left: -0.3125rem;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-image: none;
}
.toggle-switch .form-check-input:focus {
  background-image: none !important;
}
.toggle-switch .form-check-input:checked {
  background: var(--rgba-primary-2);
  background-image: none !important;
}
.toggle-switch .form-check-input:checked:after {
  left: 1.25rem;
  background: var(--primary);
}
.toggle-switch .form-check-input:focus {
  box-shadow: none;
}
.toggle-switch .form-check-input:after {
  width: 1.25rem;
  background: #909090;
  height: 1.25rem;
  content: "";
  position: absolute;
  border-radius: 1.5rem;
  top: -0.1875rem;
  left: 0;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.toggle-switch.text-end {
  padding-right: 0rem;
  padding-left: 0;
}
.toggle-switch.text-end .form-check-input {
  left: auto;
  margin-left: 0;
  float: right;
  right: 0rem;
}
.toggle-switch.text-end .form-check-label {
  margin-right: 0.9375rem;
  margin-left: 0;
}
.toggle-switch .form-check-label {
  cursor: pointer;
}
.form-check-input:focus ~ .form-check-label::before {
  box-shadow: none !important;
}
.form-check-label::before {
  background-color: transparent;
  border-color: #dfdfdf;
  border-width: 0.125rem;
  border-radius: 0.125rem !important;
}
[data-theme-version=dark] .form-check-label::before {
  background-color: transparent;
  border-color: #444444;
}
.check-xs .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
}
.check-lg .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
}
.check-xl .form-check-input {
  width: 1.75rem;
  height: 1.75rem;
}
.checkbox-info .form-check-input:focus {
  border-color: #58bad7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 186, 215, 0.25);
}
.checkbox-info .form-check-input:checked {
  background-color: #58bad7;
  border-color: #58bad7;
}
.checkbox-danger .form-check-input:focus {
  border-color: #FF5E5E;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 94, 94, 0.25);
}
.checkbox-danger .form-check-input:checked {
  background-color: #FF5E5E;
  border-color: #FF5E5E;
}
.checkbox-success .form-check-input:focus {
  border-color: #3AC977;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 201, 119, 0.25);
}
.checkbox-success .form-check-input:checked {
  background-color: #3AC977;
  border-color: #3AC977;
}
.checkbox-warning .form-check-input:focus {
  border-color: #FF9F00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 159, 0, 0.25);
}
.checkbox-warning .form-check-input:checked {
  background-color: #FF9F00;
  border-color: #FF9F00;
}
.checkbox-secondary .form-check-input:focus {
  border-color: #2C2C2C;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 44, 44, 0.25);
}
.checkbox-secondary .form-check-input:checked {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
}
.check-switch {
  padding-left: 2.5rem;
}
.check-switch .form-check-label {
  line-height: 1.875rem;
  font-weight: 500;
}
.check-switch .form-check-label span {
  line-height: 1;
}
.check-switch .form-check-label:after,
.check-switch .form-check-label:before {
  height: 1.5rem;
  width: 1.5rem;
  left: -2rem;
  border-radius: 3rem !important;
  border-color: var(--rgba-primary-3);
}
.check-switch .form-check-input:checked ~ .form-check-label::after {
  background-image: url("./media/check-B35NOKL2.svg");
}
.check-switch .form-check-input:checked ~ .form-check-label::before {
  background: #fff;
}
.form-switch .form-check-input {
  width: 40px;
  height: 22px;
}
.form-check-input:checked {
  background-color: #39C876;
  border-color: #39C876;
}
.form-check-input:not(:checked) {
  background-color: #bbb7b7;
  border-color: #bbb7b7;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.js-switch + .switchery {
  border-radius: 3.125rem;
  margin-right: 4rem;
}
@media (max-width: 767.98px) {
  .js-switch + .switchery {
    margin-right: 1rem;
  }
}
.js-switch + .switchery > small,
.js-switch + .switchery > .small {
  top: 0.125rem;
}
.js-switch.js-switch-lg + .switchery {
  height: 2rem;
  width: 4.5rem;
}
.js-switch.js-switch-lg + .switchery > small,
.js-switch.js-switch-lg + .switchery > .small {
  width: 1.75rem;
  height: 1.75rem;
}
.js-switch.js-switch-md + .switchery {
  height: 1.5rem;
  width: 3.5rem;
}
.js-switch.js-switch-md + .switchery > small,
.js-switch.js-switch-md + .switchery > .small {
  width: 1.25rem;
  height: 1.25rem;
}
.js-switch.js-switch-sm + .switchery {
  height: 1rem;
  width: 2.2rem;
}
.js-switch.js-switch-sm + .switchery > small,
.js-switch.js-switch-sm + .switchery > .small {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.0625rem;
}
.js-switch-square + .switchery {
  border-radius: 0;
}
.js-switch-square + .switchery > small,
.js-switch-square + .switchery > .small {
  border-radius: 0;
  top: 0.125rem;
}
.js-switch-square.js-switch-lg + .switchery {
  height: 2rem;
  width: 4.5rem;
}
.js-switch-square.js-switch-lg + .switchery > small,
.js-switch-square.js-switch-lg + .switchery > .small {
  width: 1.75rem;
  height: 1.75rem;
}
.js-switch-square.js-switch-md + .switchery {
  height: 1.5rem;
  width: 3.5rem;
}
.js-switch-square.js-switch-md + .switchery > small,
.js-switch-square.js-switch-md + .switchery > .small {
  width: 1.25rem;
  height: 1.25rem;
}
.js-switch-square.js-switch-sm + .switchery {
  height: 1rem;
  width: 2.2rem;
}
.js-switch-square.js-switch-sm + .switchery > small,
.js-switch-square.js-switch-sm + .switchery > .small {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.0625rem;
}
.form-control.is-valid {
  border-color: #3AC977 !important;
  border-right: 0rem !important;
}
.form-control.is-valid:focus {
  box-shadow: none;
}
.form-control.is-warning {
  border-color: #FF9F00 !important;
  border-right: 0rem !important;
}
.form-control.is-warning:focus {
  box-shadow: none;
}
.form-control.is-invalid {
  border-color: #FF5E5E !important;
  border-right: 0rem !important;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}
.is-valid .input-group-prepend .input-group-text i {
  color: #3AC977;
}
.is-invalid .input-group-prepend .input-group-text i {
  color: var(--rgba-primary-2);
}
.show-pass {
  cursor: pointer;
}
.show-pass .fa-eye {
  display: none;
}
.show-pass.active .fa-eye-slash {
  display: none;
}
.show-pass.active .fa-eye {
  display: inline-block;
}
.bleft {
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
}
.asColorPicker-dropdown {
  max-width: 26rem;
}
.asColorPicker-trigger {
  background: none;
}
.asColorPicker-trigger {
  border: 0 none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1875rem;
}
[direction=rtl] .asColorPicker-trigger {
  left: 0;
  right: auto;
}
.asColorPicker-trigger span {
  border-radius: 0 0.425rem 0.425rem 0;
}
.asColorPicker-clear {
  display: none;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0.5rem;
}
.daterangepicker td.active {
  background-color: var(--primary);
}
.daterangepicker td.active:hover {
  background-color: var(--primary);
}
.daterangepicker button.applyBtn {
  background-color: var(--primary);
  border-color: var(--primary);
}
.datepicker.datepicker-dropdown {
  background: #fff;
  border-radius: 0.0625rem;
  border: 0.0625rem solid #EEEEEE;
}
.datepicker.datepicker-dropdown td.day,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  height: 1.875rem;
  width: 1.875rem !important;
  padding: 0;
  text-align: center;
  font-weight: 500;
  border-radius: 0.375rem;
}
.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover {
  box-shadow: unset;
  background-color: var(--rgba-primary-1);
}
.datepicker.datepicker-dropdown th.datepicker-switch,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
  font-weight: 600;
  color: #333;
}
.datepicker.datepicker-dropdown th.dow {
  font-weight: 600;
}
.datepicker table tr td.selected,
.datepicker table tr td.active.active {
  background-color: var(--primary);
  border-radius: 0.375rem;
  border: 0;
  color: #fff;
  background-image: none;
  position: relative;
}
.datepicker table tr td.today {
  border-radius: 0.375rem;
}
.datepicker table tr td.today:hover {
  background-color: var(--primary);
  box-shadow: 0rem 0rem 1.875rem 0.3125rem rgba(243, 30, 122, 0.3);
  color: #ffffff;
}
.datepicker table tr td.today.disabled {
  box-shadow: 0rem 0rem 1.875rem 0.3125rem rgba(243, 30, 122, 0.3);
  color: #ffffff;
}
.datepicker table tr td.today.disabled:hover {
  box-shadow: 0rem 0rem 1.875rem 0.3125rem rgba(243, 30, 122, 0.3);
  color: #ffffff;
}
.datepicker table thead tr:first-child th:hover {
  background: var(--rgba-primary-1);
}
.datepicker table thead tr th:hover {
  background: var(--rgba-primary-1);
}
.datepicker table td.day:hover {
  background: var(--rgba-primary-1);
  border-radius: 0.375rem;
}
.picker__select--month,
.picker__select--year {
  height: 2.5em;
}
.picker__input {
  background-color: transparent !important;
}
[data-theme-version=dark] .picker__input {
  background-color: transparent !important;
  border: 0.0625rem solid #444444;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  min-height: 3.75rem;
  padding: 0.5rem 1.563rem;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  min-height: 2.5rem;
  padding: 0.25rem 1.563rem;
}
.basic-form .form-check-input[type=radio] + .form-check-label {
  margin-top: 5px;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  min-height: 2.5rem;
  padding: 0.25rem 1.1rem;
  border-radius: 0.375rem;
}
.input-group.input-group-lg {
  min-height: 3.75rem;
  border-radius: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  border-radius: 0.375rem;
}
.clockpicker-popover .popover-title {
  padding: 10px 0px;
}
.asColorPicker-trigger span {
  border-radius: 0 0.375rem 0.375rem 0;
}
.daterangepicker .calendar-table td {
  width: 33px;
  height: 33px;
  border-radius: 0.5rem;
  color: #B5B5C3;
}
.daterangepicker td.in-range {
  background-color: transparent;
  color: #5E6278 !important;
}
.daterangepicker td.active {
  background-color: #0D99FF;
  color: #fff !important;
}
.daterangepicker td.active:hover {
  color: #fff !important;
}
button.cancelBtn.btn.btn-sm.btn-inverse,
.btn-group-sm > button.cancelBtn.btn.btn-inverse {
  background-color: #f9f9f9;
}
#image {
  max-width: 100%;
}
.docs-options .dropdown-menu {
  padding: 1.5rem;
}
.docs-preview {
  margin-bottom: 3rem;
}
.docs-preview .img-preview {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  max-width: 100% !important;
}
.docs-preview .img-preview > img {
  max-width: 100% !important;
}
.docs-preview .img-preview.preview-lg {
  width: 16rem;
  height: 9rem;
}
.docs-preview .img-preview.preview-md {
  width: 8rem;
  height: 4.5rem;
}
.docs-preview .img-preview.preview-sm {
  width: 4rem;
  height: 2.25rem;
}
.docs-preview .img-preview.preview-xs {
  width: 2rem;
  height: 1.125rem;
  margin-right: 0;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0.375rem;
  border: 0.0625rem solid #dfdfdf;
  height: 2.5rem;
  background: #fff;
}
[data-theme-version=dark] .select2-container--default .select2-selection--single {
  background: #1E1E1E;
  border-color: #444444;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.active {
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.313rem;
  color: #888888;
  padding-left: 0.9375rem;
  min-height: 2.813rem;
}
.select2-container--default .select2-selection--multiple {
  border-color: #E6E6E6;
  border-radius: 0;
}
.select2-dropdown {
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #c8c8c8;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.375rem;
  right: 0.9375rem;
}
.select2-container .select2-selection--multiple {
  min-height: 2.5rem;
  color: #888888;
  border-radius: 0.375rem;
  border: 0.0625rem solid #dfdfdf;
}
[data-theme-version=dark] .select2-container .select2-selection--multiple {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .select2-search--dropdown .select2-search__field {
  background: #242424;
  border-color: #444444;
}
.select2-dropdown {
  border-color: #dfdfdf;
}
[data-theme-version=dark] .select2-dropdown {
  background: #1E1E1E;
  border-color: #444444;
}
.swal2-popup .swal2-content {
  color: #888888;
}
.select2-selection__clear {
  display: none;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.form-wizard {
  border: 0;
}
.form-wizard .nav-wizard {
  box-shadow: none !important;
  margin-bottom: 2rem;
}
.form-wizard .nav-wizard li .nav-link {
  position: relative;
}
.form-wizard .nav-wizard li .nav-link span {
  border-radius: 3.125rem;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid var(--primary);
  display: block;
  line-height: 3rem;
  color: var(--primary);
  font-size: 1.125rem;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.form-wizard .nav-wizard li .nav-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.1875rem;
  transform: translateY(-50%);
  background: #eeeeee !important;
  z-index: 0;
  width: 100%;
}
.form-wizard .nav-wizard li .nav-link.active:after {
  background: var(--primary) !important;
}
.form-wizard .nav-wizard li .nav-link.active span {
  background: var(--primary);
  color: #fff;
}
.form-wizard .nav-wizard li .nav-link.done:after {
  background: var(--primary) !important;
}
.form-wizard .nav-wizard li .nav-link.done span {
  background-color: var(--primary);
  color: #fff;
}
.form-wizard .nav-wizard li:last-child .nav-link:after {
  content: none;
}
.form-wizard .toolbar-bottom .btn {
  background-color: var(--primary);
  border: 0;
  padding: 0.75rem 1.125rem;
}
.form-wizard .tab-content .tab-pane {
  padding: 0;
}
.form-wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EEF5F9;
  text-align: center;
  margin: auto;
}
[data-theme-version=dark] .form-wizard .emial-setup label.mailclinet {
  background-color: #1E1E1E;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet {
    width: 7rem;
    height: 7rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 3rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 2rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet .mail-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.form-wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
.form-wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EEF5F9;
  text-align: center;
  margin: auto;
}
[data-theme-version=dark] .form-wizard .emial-setup label.mailclinet {
  background-color: #1E1E1E;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet {
    width: 7rem;
    height: 7rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 3rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 2rem;
  }
}
.form-wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .emial-setup label.mailclinet .mail-text {
    font-size: 0.7rem;
    line-height: 0.95rem;
  }
}
.form-wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
@media only screen and (max-width: 47.9375rem) {
  .form-wizard .nav-wizard {
    flex-direction: unset !important;
  }
  .form-wizard .tab-content {
    height: 100% !important;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .form-wizard .nav-wizard li .nav-link {
    padding: 0;
  }
}
.custom-ekeditor ul {
  padding-left: 1.25rem;
}
.custom-ekeditor ul li {
  list-style: unset;
}
.custom-ekeditor ol li {
  list-style: decimal;
}
.ql-container {
  height: 25rem;
}
body .p-calendar .p-datepicker {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-calendar {
  display: inline-block;
  width: 100%;
}
.p-calendar .p-inputtext {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-color: #CCCCCC;
  height: 2.813rem;
  border-radius: 0.375rem;
}
.p-calendar .p-datepicker-header {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
}
[data-theme-version=light] .p-calendar .p-datepicker-header {
  background-color: #f8f9fa;
}
.p-calendar .p-datepicker-header .p-datepicker-title {
  color: #343a40;
  font-weight: bold;
}
.p-calendar .p-datepicker-prev,
.p-calendar .p-datepicker-next {
  color: #6c757d;
}
.p-datepicker th,
.p-datepicker td {
  padding: 0.5rem;
  border-radius: 50%;
  text-align: center;
}
.p-datepicker td {
  font-weight: 500;
}
.p-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.p-calendar table td {
  position: relative;
  padding: 0.5rem;
  font-weight: 500;
  text-align: center;
}
.p-calendar table td .p-datepicker-select::before,
.p-calendar table td .p-datepicker-select::after {
  content: none;
}
.p-calendar .p-datepicker-prev,
.p-calendar .p-datepicker-next {
  font-size: 13px;
  cursor: pointer;
}
.p-calendar .p-datepicker-prev:hover,
.p-calendar .p-datepicker-next:hover {
  color: #007bff;
}
.p-datepicker-title .p-datepicker-month:focus,
.p-datepicker-title .p-datepicker-year:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.p-datepicker-title .p-datepicker-month:before,
.p-datepicker-title .p-datepicker-year:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.p-datepicker-title .p-datepicker-month:active:before,
.p-datepicker-title .p-datepicker-year:active:before {
  transform: scale(1);
  opacity: 1;
}
.p-ripple {
  position: relative;
  overflow: hidden;
}
.p-datepicker .p-datepicker-month {
  font-weight: 600;
  font-size: 1rem;
}
.p-datepicker .p-datepicker-year {
  font-weight: 600;
  font-size: 1rem;
}
.p-datepicker-title .p-datepicker-month,
.p-datepicker-title .p-datepicker-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 13px;
  color: #495057;
  background-color: #f8f9fa;
  margin-left: 0.2rem;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.p-datepicker .p-datepicker-buttonbar {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-top: 1px solid #dee2e6;
}
[data-theme-version=light] .p-datepicker .p-datepicker-buttonbar {
  background-color: #f8f9fa;
}
.p-datepicker .p-datepicker-buttonbar button {
  background-color: #007bff;
  color: #fff;
  padding: 0.5rem 1.2rem;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-datepicker-calendar .p-hidden-accessible {
  display: none;
}
.p-yearpicker .p-hidden-accessible {
  display: none;
}
.p-monthpicker .p-hidden-accessible {
  display: none;
}
.p-inputtext::placeholder {
  color: #a6a6a6;
  font-size: 13px;
}
.p-dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  overflow: auto;
  z-index: 1001;
}
.p-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.p-dialog-mask-scrollblock {
  overflow: hidden;
}
.p-dialog-content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  font-size: 1rem;
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
[data-theme-version=light] .p-dialog-header {
  background-color: #f4f4f4;
}
.p-dialog-footer button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.p-dialog-header .p-dialog-title {
  margin: 0;
  font-size: 1.25rem;
}
.p-dialog-header .p-dialog-titlebar-icon {
  margin-left: auto;
  cursor: pointer;
  background: none;
  border: none;
}
.p-dialog-header .p-dialog-titlebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-dialog-header .p-dialog-titlebar-close .pi {
  font-size: 1.5rem;
}
.p-dialog-body {
  padding: 1rem;
}
.p-dialog-footer {
  margin-top: auto;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
[data-theme-version=light] .p-dialog-footer {
  background-color: #f4f4f4;
}
.p-dialog-resizable .p-resizable-handle {
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 0;
  right: 0;
  cursor: se-resize;
  z-index: 1;
}
.p-dialog-mask.p-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.p-dialog-footer {
  margin-top: auto;
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
.p-dialog-content {
  padding: 1rem;
  font-size: 1rem;
  overflow-y: auto;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-dialog {
    width: 95vw;
  }
  .p-dialog-body {
    padding: 1rem 0.5rem;
  }
  .p-dialog-footer {
    padding: 1rem 0.5rem;
  }
}
.p-dropdown {
  width: 100%;
  border-color: #CCCCCC;
  height: 2.813rem;
  border-radius: 0.375rem;
}
.p-dropdown.p-dropdown-open .p-dropdown-panel {
  display: block;
}
.p-dropdown.p-invalid .p-dropdown-label {
  border-color: #ff0000;
}
.p-dropdown.p-dropdown-panel-flip {
  top: auto;
  bottom: 100%;
}
.p-dropdown-panel {
  transition: all 0.2s ease-in-out;
}
.p-dropdown-empty-message {
  padding: 0.5rem;
}
.p-dropdown-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}
.p-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  cursor: pointer;
}
.p-dropdown-clear-icon,
.p-dropdown-trigger-icon {
  font-size: 1rem;
}
.p-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 100%;
  overflow: hidden;
}
.p-dropdown-panel .p-dropdown-item {
  padding: 0.6rem;
  cursor: pointer;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 13px;
}
[data-theme-version=light] .p-dropdown-panel .p-dropdown-item:hover {
  background-color: #f0f0f0;
}
[data-theme-version=light] .p-dropdown-panel .p-dropdown-item.p-highlight {
  background-color: #cce5ff;
  color: #007ed8;
}
.p-dropdown-filter-container {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
}
.p-dropdown-filter-container .p-dropdown-filter:focus {
  border-color: #007ad9;
}
.p-dropdown-filter-container .p-dropdown-filter-icon {
  position: absolute;
  right: 1.4rem;
  top: 67%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: #b5b5b5;
}
.p-dropdown-item-group {
  padding: 0.5rem;
  color: #5c5a5a;
}
.p-dropdown-label.p-placeholder {
  color: #a6a6a6 !important;
}
.dd-tall-panel .p-dropdown-items {
  height: 180px !important;
}
.p-multiselect {
  width: 100%;
  border-color: #CCCCCC;
  height: 2.813rem;
  border-radius: 0.375rem;
}
.p-multiselect .p-hidden-accessible {
  display: none;
}
.p-multiselect .p-multiselect-input {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
}
.p-multiselect .p-multiselect-input:focus {
  border-color: #007ad9;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 217, 0.25);
}
.p-multiselect .p-multiselect-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  border: none;
  background: transparent;
}
.p-multiselect .p-multiselect-trigger .p-multiselect-toggle-icon {
  margin-left: auto;
  transition: transform 0.2s ease;
}
.p-multiselect .p-multiselect-trigger .p-multiselect-toggle-icon.p-multiselect-open {
  transform: rotate(180deg);
}
.p-multiselect .p-multiselect-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
}
.p-multiselect .p-multiselect-panel .p-multiselect-filter-container {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.p-multiselect .p-multiselect-panel .p-multiselect-filter-container .p-multiselect-filter {
  width: 100%;
  border: none;
  padding: 0.5rem;
  font-size: 13px;
}
.p-multiselect .p-multiselect-panel .p-multiselect-filter-container .p-multiselect-filter:focus {
  outline: none;
  border: 1px solid #007ad9;
}
.p-multiselect .p-multiselect-panel .p-multiselect-filter-container .p-multiselect-filter::placeholder {
  color: #999;
}
.p-multiselect .p-multiselect-panel .p-multiselect-filter-container .p-multiselect-filter-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #999;
}
.p-multiselect .p-multiselect-panel .p-multiselect-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.p-multiselect .p-multiselect-panel .p-multiselect-item:hover {
  background: #f5f5f5;
}
.p-multiselect .p-multiselect-panel .p-multiselect-item.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-multiselect .p-multiselect-panel .p-multiselect-item.p-highlight:hover {
  background: #005da6;
}
.p-multiselect-panel {
  transition: all 0.2s ease-in-out;
}
.p-multiselect-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  cursor: pointer;
}
.p-multiselect-clear-icon,
.p-multiselect-trigger-icon {
  font-size: 1rem;
}
.p-multiselect-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 100%;
  overflow: hidden;
}
.p-multiselect-panel .p-multiselect-item {
  padding: 0.8rem;
  cursor: pointer;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 13px;
}
[data-theme-version=light] .p-multiselect-panel .p-multiselect-item:hover {
  background-color: #f0f0f0;
}
[data-theme-version=light] .p-multiselect-panel .p-multiselect-item.p-highlight {
  background-color: #e0e0e0;
}
.p-multiselect-filter-container {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.p-multiselect-filter-container .p-multiselect-filter {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
}
.p-multiselect-filter-container .p-multiselect-filter:focus {
  border-color: #007ad9;
}
.p-multiselect-filter-container .p-multiselect-filter-icon {
  position: absolute;
  right: 1.4rem;
  top: 67%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 13px;
  color: #b5b5b5;
}
.p-multiselect-item-group {
  padding: 0.5rem;
  color: #5c5a5a;
}
.p-multiselect-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}
.p-multiselect-header {
  padding: 0 0.8rem;
}
.p-multiselect-empty-message {
  padding: 0.5rem;
}
.p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-multiselect-label.p-placeholder {
  color: #a6a6a6 !important;
}
.p-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow-y: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
[data-theme-version=light] .p-sidebar-header {
  background-color: #f4f4f4;
}
[data-theme-version=light] .p-sidebar-footer {
  background-color: #f4f4f4;
}
.p-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sidebar-mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.p-sidebar-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.p-sidebar-right {
  right: 0;
  transform: translateX(100%);
}
.p-sidebar-left {
  left: 0;
  transform: translateX(-100%);
}
.p-sidebar-bottom {
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 50vh;
  transform: translateY(100%);
}
.p-sidebar-top {
  top: 0;
  width: 100%;
  height: auto;
  max-height: 50vh;
  transform: translateY(-100%);
}
.p-sidebar-content {
  padding: 0;
  flex: 1;
  overflow-y: auto;
}
.p-sidebar-full {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: none;
}
.p-sidebar-active {
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .p-sidebar {
    width: 100vw;
  }
}
.p-chips {
  width: 100%;
  border-color: #CCCCCC;
  min-height: 2.813rem;
  border-radius: 0.375rem;
}
.offcanvas-chip .p-chips .p-chips-token {
  margin-left: 5px;
}
.p-chips .p-inputtext {
  width: 100%;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  margin-left: 2%;
}
.p-chips-token {
  margin: 4px !important;
  padding: 8px 12px !important;
  border-radius: 16px;
}
.p-button {
  font-size: 0.813rem !important;
  padding: 5px 12px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 0.25rem;
}
.li {
  display: flex;
  gap: 3px;
  padding: 10px;
}
.p-overlaypanel button {
  position: inherit;
}
.p-colorpicker {
  display: inline-block;
  position: relative;
}
.p-colorpicker .p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--surface-border, #ccc);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box;
}
.p-colorpicker .p-colorpicker-preview[disabled] {
  opacity: 1 !important;
  pointer-events: none;
}
.p-colorpicker-panel {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.p-colorpicker-panel .p-colorpicker-color {
  width: 150px;
  height: 150px;
  border: 1px solid var(--surface-border, #ccc);
  position: relative;
  cursor: crosshair;
  border-radius: 4px;
  box-sizing: border-box;
}
.p-colorpicker-panel .p-colorpicker-color-indicator {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-colorpicker-hue {
  background:
    linear-gradient(
      to top,
      red,
      yellow,
      lime,
      aqua,
      blue,
      magenta,
      red);
  width: 17px;
  height: 150px;
  top: 8px;
  left: 167px;
  position: absolute;
  opacity: 0.85;
}
.p-colorpicker-hue-indicator {
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-colorpicker-panel {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.p-colorpicker-panel .p-colorpicker-alpha {
  width: 150px;
  height: 12px;
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgb(255, 255, 255));
  border: 1px solid var(--surface-border, #ccc);
  border-radius: 5px;
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
}
.p-colorpicker-panel .p-colorpicker-alpha-indicator {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-colorpicker-color {
  width: 150px;
  height: 150px;
  background:
    linear-gradient(
      to right,
      #fff,
      transparent),
    linear-gradient(
      to top,
      #000,
      transparent);
  position: relative;
  border: 1px solid var(--surface-border, #ccc);
  cursor: crosshair;
}
.p-colorpicker-color-handle {
  top: var(--color-handle-y, 50%);
  left: var(--color-handle-x, 50%);
}
.p-tree {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.p-tree-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-treenode {
  position: relative;
  margin: 0;
  padding: 0;
}
.p-treenode-children {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
.p-treenode-content {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.p-treenode-label {
  margin-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-treenode-leaf {
  padding-left: 1rem;
}
.p-treenode-toggler {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
  background-size: cover;
}
.p-treenode-toggler.pi-chevron-right {
  transform: rotate(0deg);
}
.p-treenode-toggler.pi-chevron-down {
  transform: rotate(90deg);
}
.p-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.p-tree-loading-icon {
  margin-right: 0.5rem;
  animation: spin 1s infinite linear;
}
.p-treenode-droppoint {
  display: block;
  height: 4px;
  background-color: #007ad9;
  margin: 4px 0;
}
.p-tree-placeholder {
  padding: 1rem;
  text-align: center;
  color: #666666;
  font-style: italic;
}
.p-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  list-style: none;
  position: relative;
}
.p-steps-item {
  flex-grow: 1;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-steps-number {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-steps-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    outline-color 0.2s;
  border-radius: 6px;
}
.p-steps .p-steps-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #e2e8f0;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  border-top-width: 2px;
  margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
  width: calc(50% + 1rem);
  transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
  width: 50%;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #ffffff;
  color: #3b82f6;
}
.p-steps ul {
  width: 100%;
}
.p-timeline {
  position: relative;
  padding: 1rem 0;
  margin: 0;
  list-style: none;
}
.p-timeline-horizontal {
  display: flex;
  align-items: flex-start;
}
.p-timeline-horizontal .p-timeline-event {
  flex: 1 1 auto;
  min-width: 10rem;
  padding: 0 1rem;
  margin-bottom: 0;
}
.p-timeline-event-opposite,
.p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline-event {
  display: flex;
  position: relative;
  min-height: 70px;
}
.p-timeline-event-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--primary-color, #007ad9);
  color: var(--primary-color-text, #ffffff);
  z-index: 1;
}
.p-timeline-event-connector {
  flex-grow: 1;
  width: 2px;
  background-color: var(--surface-border, #dee2e6);
}
.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
  width: 100%;
}
.p-timeline-event:last-child .p-timeline-event-connector {
  display: none;
}
.p-timeline-event-separator {
  flex: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .p-timeline-horizontal {
    flex-direction: column;
  }
  .p-timeline-horizontal .p-timeline-event {
    min-width: 0;
  }
  .p-timeline-horizontal .p-timeline-event-connector {
    height: 2rem;
    width: 2px;
  }
}
p-inputnumber .p-inputnumber-input {
  background: #fff;
  color: #6e6e6e;
  line-height: 1.5;
  font-size: 13px;
  height: 2.813rem;
  border-radius: 0.375rem;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
p-inputnumber .p-inputnumber-input:hover,
p-inputnumber .p-inputnumber-input:focus,
p-inputnumber .p-inputnumber-input.active {
  box-shadow: none;
  background: #fff;
  color: #6e6e6e;
}
p-inputnumber .p-inputnumber-input:focus {
  border-color: var(--primary);
  outline: none;
}
p-inputnumber .p-inputnumber-input.solid {
  background: #fff;
  border-color: #ececec;
  color: #000;
}
p-inputnumber .p-inputnumber-input[type=file] {
  padding: 0.175rem 0.75rem;
  line-height: 2.7;
}
p-inputnumber .p-inputnumber-button {
  height: 2.813rem;
  background: #fff;
  color: #6e6e6e;
  border: 1px solid #CCCCCC;
  border-radius: 0 0.375rem 0.375rem 0;
  transition: background 0.2s ease;
}
p-inputnumber .p-inputnumber-button:hover {
  background: white;
}
p-inputnumber .p-inputnumber-input {
  text-align: right;
  direction: ltr;
}
p-inputnumber .p-inputnumber-input:disabled {
  background-color: #EDF1F5;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
  opacity: 1;
}
p-inputnumber .p-inputnumber-button:disabled {
  background-color: #EDF1F5;
  color: #ccc;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
p-inputnumber {
  display: block;
  width: 100%;
}
p-inputnumber .p-inputnumber-input {
  width: 100%;
}
p-inputnumber .p-inputnumber {
  width: 100%;
}
:root {
  --pm-font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Apple Color Emoji",
    "Segoe UI Emoji";
  --pm-font-size: 14px;
  --pm-radius: 12px;
  --pm-item-radius: 10px;
  --pm-bg: #ffffff;
  --pm-fg: #1f2937;
  --pm-muted: #6b7280;
  --pm-border: #e5e7eb;
  --pm-divider: #e5e7eb;
  --pm-focus: #3b82f6;
  --pm-hover: #f3f4f6;
  --pm-active: #eff6ff;
  --pm-shadow: 0 10px 25px rgba(0,0,0,.08), 0 4px 10px rgba(0,0,0,.06);
  --pm-icon-size: 1rem;
  --pm-padding-y: 8px;
  --pm-padding-x: 6px;
  --pm-item-gap: 10px;
  --pm-min-width: 12rem;
}
:root[data-theme=dark] {
  --pm-bg: #0b0f16;
  --pm-fg: #e5e7eb;
  --pm-muted: #9ca3af;
  --pm-border: #1f2937;
  --pm-divider: #1f2937;
  --pm-hover: #111827;
  --pm-active: #0b1220;
  --pm-shadow: 0 10px 25px rgba(0,0,0,.6), 0 4px 10px rgba(0,0,0,.5);
}
.p-menu {
  background: var(--pm-bg);
  color: var(--pm-fg);
  font-family: var(--pm-font-family);
  font-size: var(--pm-font-size);
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  min-width: var(--pm-min-width);
  padding: 6px;
  box-sizing: border-box;
}
.p-menu.p-menu-overlay {
  position: absolute;
  box-shadow: var(--pm-shadow);
  animation: pmOverlayIn 0.12s ease-out;
  transform-origin: top left;
  will-change: transform, opacity;
  z-index: 1005;
}
@keyframes pmOverlayIn {
  from {
    opacity: 0;
    transform: scale(0.98) translateY(-2px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.p-menu-list,
.p-submenu-list {
  list-style: none;
  margin: 0;
  padding: 4px;
}
.p-menu .p-submenu-list {
  background: var(--pm-bg);
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  box-shadow: var(--pm-shadow);
  padding: 6px;
}
.p-submenu-header {
  padding: 8px 10px;
  margin: 4px 6px 6px;
  color: var(--pm-muted);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--pm-divider);
}
.p-menu .p-divider,
.p-menu .p-separator {
  height: 1px;
  background: var(--pm-divider);
  margin: 6px 6px;
  border: 0;
}
.p-menuitem {
  position: relative;
  border-radius: var(--pm-item-radius);
}
.p-menuitem-link {
  display: flex;
  align-items: center;
  gap: var(--pm-item-gap);
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  padding: var(--pm-padding-y) 10px;
  border-radius: var(--pm-item-radius);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  transition:
    background 0.12s ease,
    color 0.12s ease,
    transform 0.05s ease;
}
.p-menuitem-link:hover {
  background: var(--pm-hover);
}
.p-menuitem-link:active {
  background: var(--pm-active);
  transform: translateY(0.5px);
}
.p-menuitem-link:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pm-focus) 40%, transparent);
}
.p-menuitem-icon {
  font-size: var(--pm-icon-size);
  width: 1.25rem;
  display: inline-flex;
  justify-content: center;
}
.p-menuitem-text {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-menuitem .p-submenu-icon,
.p-menuitem .p-menuitem-end {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  opacity: 0.8;
}
.p-menuitem .p-submenu-icon {
  font-size: 0.9rem;
}
.p-menuitem.p-highlight > .p-menuitem-link {
  background: var(--pm-active);
  color: var(--pm-fg);
}
.p-menuitem.p-focus > .p-menuitem-link {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pm-focus) 40%, transparent);
}
.p-menuitem.p-disabled,
.p-menuitem.p-disabled * {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.p-menu .p-submenu-list {
  margin-left: 4px;
}
.p-menu.p-menu-sm {
  --pm-font-size: 13px;
  --pm-padding-y: 6px;
  --pm-item-gap: 8px;
  --pm-radius: 10px;
  --pm-item-radius: 8px;
  --pm-min-width: 10rem;
}
.p-menu.p-menu-lg {
  --pm-font-size: 15px;
  --pm-padding-y: 10px;
  --pm-item-gap: 12px;
  --pm-radius: 14px;
  --pm-item-radius: 12px;
  --pm-min-width: 14rem;
}
.p-rtl .p-menuitem .p-submenu-icon,
.p-rtl .p-menuitem .p-menuitem-end {
  margin-left: 0;
  margin-right: auto;
}
.p-rtl .p-submenu-header {
  text-align: right;
}
.p-menuitem .pm-shortcut {
  font-size: 12px;
  color: var(--pm-muted);
  margin-left: auto;
}
.p-menuitem .pm-badge {
  font-size: 11px;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--pm-focus) 16%, rgba(0, 0, 0, 0));
  border: 1px solid color-mix(in srgb, var(--pm-focus) 40%, rgba(0, 0, 0, 0));
}
.p-menu.p-menu-plain {
  padding: 0;
  border-radius: 10px;
}
.p-menu.p-menu-plain .p-menu-list {
  padding: 6px;
}
.p-menu.p-menu-glass {
  -webkit-backdrop-filter: saturate(1.2) blur(8px);
  backdrop-filter: saturate(1.2) blur(8px);
  background: color-mix(in srgb, var(--pm-bg) 88%, transparent);
}
.p-menu,
.p-submenu-list {
  max-height: 70vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--pm-divider) transparent;
}
.p-menu::-webkit-scrollbar,
.p-submenu-list::-webkit-scrollbar {
  width: 8px;
}
.p-menu::-webkit-scrollbar-thumb,
.p-submenu-list::-webkit-scrollbar-thumb {
  background-color: var(--pm-divider);
  border-radius: 999px;
}
.p-menu .pi,
.p-menuitem .pi {
  line-height: 1;
}
.p-menu .p-menuitem-text {
  white-space: normal !important;
  word-break: break-word;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.4;
}
.p-dropdown .p-dropdown-label,
.p-multiselect-label-container .p-multiselect-label,
.p-calendar .p-inputtext,
.p-chips-token-label,
.p-multiselect-token-label {
  font-family: "Poppins" !important;
  color: #6e6e6e;
}
#world-datamap {
  padding-bottom: 46% !important;
}
.datamaps-hoverover {
  background: #fff;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  font-family: "Roboto" !important;
  color: var(--primary);
  border: 0.0625rem solid var(--rgba-primary-3);
}
@media only screen and (max-width: 90rem) {
  .world_map_card ul.list-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2.1875rem;
  }
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0.875rem;
  background-color: var(--primary);
  color: #fff;
}
.jqvmap-zoomout {
  top: 2.1875rem;
}
#world-map,
#usa {
  height: 25rem;
}
@media only screen and (max-width: 61.9375rem) {
  #world-map,
  #usa {
    height: 21.875rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  #world-map,
  #usa {
    height: 14.375rem;
  }
}
.blockUI.blockMsg.blockPage {
  border: 0 !important;
}
#loginForm {
  cursor: auto;
}
.blockMsg {
  border: 0rem;
  width: 20% !important;
}
.blockMsg h1,
.blockMsg .h1 {
  font-size: 1rem;
  padding: 0.5rem 0;
  margin-bottom: 0;
}
.bootstrap-select {
  margin-bottom: 0;
}
.bootstrap-select .btn {
  border: 1px solid #E6E6E6 !important;
  background-color: transparent !important;
  font-weight: 400;
  color: #888888 !important;
}
[data-theme-version=dark] .bootstrap-select .btn {
  border-color: #444444 !important;
  background: #1E1E1E !important;
}
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover {
  outline: none !important;
  outline-offset: 0;
}
[data-theme-version=dark] .bootstrap-select .btn:active,
[data-theme-version=dark] .bootstrap-select .btn:focus,
[data-theme-version=dark] .bootstrap-select .btn:hover {
  color: #888888 !important;
}
.bootstrap-select .dropdown-menu {
  border-color: #E6E6E6 !important;
  box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}
[data-theme-version=dark] .bootstrap-select .dropdown-menu {
  border-color: #E6E6E6 !important;
}
.input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.clipboard-btn {
  transition: all 0.1s ease-in-out;
}
.clipboard-btn:hover {
  background-color: var(--primary);
  color: #fff;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.bootstrap-tagsinput {
  flex: 1;
  padding: 0;
  padding-left: 0.5rem;
  border-radius: 0;
  border-color: #E6E6E6;
  background-color: #fff;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  font-size: 0.875rem;
  background-color: var(--primary);
  border-radius: 0;
  align-items: center;
  border: 0.0625rem solid #E6E6E6;
}
.bootstrap-tagsinput input[type=text] {
  flex: 1;
  height: 2.1rem;
  border-radius: 0;
  border-color: #E6E6E6;
}
.bootstrap-tagsinput label {
  margin-bottom: 0.5rem;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-dataset.tt-dataset-states {
  border: 1px solid #E6E6E6;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.625rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: var(--primary);
  color: #fff;
}
.weather-one i {
  font-size: 8rem;
  position: relative;
  top: 0.5rem;
}
.weather-one h2,
.weather-one .h2 {
  display: inline-block;
  float: right;
  font-size: 4.8rem;
}
.weather-one .city {
  position: relative;
  text-align: right;
  top: -2.5rem;
}
.weather-one .currently {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  top: 2.5rem;
}
.weather-one .celcious {
  text-align: right;
  font-size: 2rem;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
.noUi-target {
  border-color: transparent;
  border-radius: 0;
}
.noUi-connect {
  background-color: var(--primary);
}
.noUi-connects {
  background-color: #D2D6DE;
}
.noUi-connect.c-1-color {
  background-color: #3AC977;
}
.noUi-connect.c-2-color {
  background-color: #58bad7;
}
.noUi-connect.c-3-color {
  background-color: var(--primary);
}
.noUi-connect.c-4-color {
  background-color: #FF9F00;
}
.noUi-vertical {
  width: 0.375rem;
}
.noUi-horizontal {
  height: 0.125rem;
  border: 0;
  margin-bottom: 0.625rem;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 0.9375rem;
  width: 0.9375rem;
  border-radius: 3.125rem;
  box-shadow: none;
  border: none;
  background-color: var(--primary);
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-vertical .noUi-handle {
  left: -0.35rem;
  top: -0.375rem;
}
.noUi-horizontal .noUi-handle {
  top: -0.4375rem;
  cursor: pointer;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -0.375rem;
}
#slider-toggle {
  height: 3.125rem;
}
#slider-toggle.off .noUi-handle {
  border-color: var(--primary);
}
.colorpicker-slider .sliders.noUi-target#red,
.colorpicker-slider .sliders.noUi-target#green,
.colorpicker-slider .sliders.noUi-target#blue {
  margin: 0.625rem;
  display: inline-block;
  height: 12.5rem;
}
.colorpicker-slider .sliders.noUi-target#red .noUi-connect {
  background: #c0392b;
}
.colorpicker-slider .sliders.noUi-target#green .noUi-connect {
  background: #27ae60;
}
.colorpicker-slider .sliders.noUi-target#blue .noUi-connect {
  background: #2980b9;
}
.colorpicker-slider #result {
  margin: 3.75rem 1.625rem;
  height: 6.25rem;
  width: 6.25rem;
  display: inline-block;
  vertical-align: top;
  color: rgb(127, 127, 127);
  background: rgb(127, 127, 127);
  border: 0.0625rem solid #fff;
  box-shadow: 0 0 0.625rem;
}
.slider-vertical {
  height: 18rem;
}
.nestable-cart {
  overflow: hidden;
}
.dd-handle {
  color: var(--secondary);
  background: #fff;
  border-radius: 0.3125rem;
  padding: 0.5rem 1rem;
  height: auto;
  border: 1px solid #CCCCCC;
  cursor: all-scroll;
}
.dd-handle:hover {
  color: var(--secondary);
  background: #fff;
}
.dd3-content:hover {
  color: var(--secondary);
  background: #dfdfdf;
}
.dd3-content {
  color: #fff;
}
.dd-item > button {
  line-height: 28px;
  color: #fff;
}
.dd-item > button:before {
  color: var(--secondary);
}
.pignose-calendar {
  box-shadow: none;
  width: 100%;
  max-width: none;
  border-color: var(--primary);
}
.pignose-calendar .pignose-calendar-top-date {
  background-color: var(--primary);
}
.pignose-calendar .pignose-calendar-top-date .pignose-calendar-top-month {
  color: #fff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: var(--primary);
  box-shadow: none;
}
.pignose-calendar .pignose-calendar-top {
  box-shadow: none;
  border-bottom: 0;
}
.pignose-calendar.pignose-calendar-blue {
  background-color: rgba(0, 0, 0, 0.15);
}
.pignose-calendar .pignose-calendar-unit {
  height: 4.8em;
}
.cd-h-timeline {
  opacity: 0;
  transition: opacity 0.2s;
}
.cd-h-timeline--loaded {
  opacity: 1;
}
.cd-h-timeline__container {
  position: relative;
  height: 6.25rem;
  max-width: 50rem;
}
.cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 2.5rem;
  overflow: hidden;
}
.cd-h-timeline__dates::after,
.cd-h-timeline__dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 1.25rem;
}
.cd-h-timeline__dates::before {
  left: 0;
  background: var(--primary);
}
.cd-h-timeline__dates::after {
  right: 0;
  background: var(--primary);
}
.cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3.0625rem;
  height: 0.125rem;
  background-color: var(--primary);
  transition: transform 0.4s;
}
.cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #3AC977;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-h-timeline__date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.8em;
  padding-bottom: var(--space-sm);
  color: var(--cd-color-1);
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}
.cd-h-timeline__date::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3125rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: var(--rgba-primary-6);
  background-color: var(--primary);
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-h-timeline__date:hover::after {
  background-color: #3AC977;
  border-color: #3AC977;
}
.cd-h-timeline__date--selected {
  pointer-events: none;
}
.cd-h-timeline__date--selected::after {
  background-color: #3AC977;
  border-color: #3AC977;
}
.cd-h-timeline__date--older-event::after {
  border-color: #3AC977;
}
.cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 2.125rem;
  width: 2.125rem;
  border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: var(--rgba-primary-6);
  transition: border-color 0.3s;
}
.cd-h-timeline__navigation::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cd-h-timeline__navigation:hover {
  border-color: #3AC977;
}
.cd-h-timeline__navigation--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.cd-h-timeline__navigation--next {
  right: 0;
}
.cd-h-timeline__navigation--inactive {
  cursor: not-allowed;
}
.cd-h-timeline__navigation--inactive::after {
  background-position: 0 -1rem;
}
.cd-h-timeline__navigation--inactive:hover {
  border-color: var(--rgba-primary-6);
}
.cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.4s;
}
.cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0.0625rem 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.cd-h-timeline__event--enter-right,
.cd-h-timeline__event--leave-right {
  animation-name: cd-enter-right;
}
.cd-h-timeline__event--enter-left,
.cd-h-timeline__event--leave-left {
  animation-name: cd-enter-left;
}
.cd-h-timeline__event--leave-right,
.cd-h-timeline__event--leave-left {
  animation-direction: reverse;
}
.cd-h-timeline__event-content {
  max-width: 50rem;
}
.cd-h-timeline__event-title {
  color: var(--cd-color-1);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: var(--text-xxxl);
}
.cd-h-timeline__event-date {
  display: block;
  font-style: italic;
  margin: var(--space-xs) auto;
}
.cd-h-timeline__event-date::before {
  content: "- ";
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.toast-success {
  background-color: var(--primary);
}
.toast-info {
  background-color: #58bad7;
}
.toast-warning {
  background-color: #FF9F00;
}
.toast-error {
  background-color: #FF5E5E;
}
#toast-container > div {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  max-width: 15.625rem;
  opacity: 1;
}
[direction=rtl] #toast-container > div {
  padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  background-position: calc(100% - 0.9375rem);
  text-align: right;
}
#toast-container > div:hover {
  box-shadow: none;
}
#toast-container .toast-title {
  margin-bottom: 0.3125rem;
  font-weight: 600;
}
#toast-container .toast-message {
  font-size: 0.75rem;
}
#toast-container .toast-close-button {
  opacity: 1;
  font-size: 1.25rem;
  font-weight: normal;
  text-shadow: none;
}
[direction=rtl] .toast-top-right.demo_rtl_class {
  left: 0.75rem;
  right: auto;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(30, 30, 30, 0.6);
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent;
}
.lg-thumb-outer.lg-grab,
.lg-toogle-thumb.lg-icon {
  background-color: rgba(30, 30, 30, 0.6);
}
.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9);
}
.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--primary);
}
.lightimg {
  cursor: pointer;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 0.625rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #000000;
  padding: 0.1875rem;
  color: white;
  width: 1.0625rem;
  height: 1.0625rem;
  cursor: pointer;
  line-height: 0.625rem;
  text-align: center;
}
.jqvmap-zoomin {
  top: 0.625rem;
}
.jqvmap-zoomout {
  top: 1.875rem;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus,
.ps__rail-x.ps--clicking,
.ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 0.9;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #DAE2F3;
  width: 0.25rem;
}
.ps__thumb-y {
  background-color: #DAE2F3;
  width: 0.25rem;
}
.total-average {
  position: relative;
  height: 18.75rem;
}
.widget-chat {
  position: relative;
  height: 15.625rem;
}
.widget-todo {
  position: relative;
  height: 13.125rem;
}
.widget-team {
  position: relative;
  height: 17.8125rem;
}
.widget-timeline {
  position: relative;
}
.widget-comments {
  position: relative;
  height: 25rem;
}
.sidebar-right-inner {
  position: relative;
  height: 100%;
}
.widget-team .ps .ps__rail-x:hover,
.widget-team .ps .ps__rail-y:hover,
.widget-team .ps .ps__rail-x:focus,
.widget-team .ps .ps__rail-y:focus,
.widget-team .ps .ps__rail-x.ps--clicking,
.widget-team .ps .ps__rail-y.ps--clicking {
  background-color: transparent !important;
  opacity: 0.9;
}
.fc-h-event,
.fc-v-event {
  background: var(--primary);
  border-radius: 0.42rem;
}
.fc-h-event .fc-event-title {
  color: #fff;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #ebedf3;
}
.fc-unthemed .fc-h-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 0.42rem;
}
.fc-theme-standard th {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #b5b5c3;
}
@media only screen and (max-width: 35.9375rem) {
  .fc-theme-standard th {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0px;
  }
}
.fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid,
.fc-scrollgrid,
table {
  border-color: #ebedf3;
}
.fc-daygrid-dot-event {
  background: #fff;
  border: 1px solid #ebedf3;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: var(--primary);
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}
.fc-event.bg-primary,
.fc-event.bg-success,
.fc-event.bg-warning,
.fc-event.bg-secondary,
.fc-event.bg-dark,
.fc-event.bg-info {
  color: #fff !important;
  border-radius: 8px;
}
.fc-event.bg-primary .fc-daygrid-event-dot,
.fc-event.bg-success .fc-daygrid-event-dot,
.fc-event.bg-warning .fc-daygrid-event-dot,
.fc-event.bg-secondary .fc-daygrid-event-dot,
.fc-event.bg-dark .fc-daygrid-event-dot,
.fc-event.bg-info .fc-daygrid-event-dot {
  border-color: #fff;
}
.fc .fc-scroller-liquid-absolute,
.fc-scroller {
  position: relative;
  overflow: visible !important;
}
.fc .fc-button-group > .fc-button {
  color: #b5b5c3;
  background: 0 0;
  border: 1px solid #ebedf3;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:hover,
.fc .fc-button-group > .fc-button.fc-button-active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.fc-button.fc-button-primary.fc-today-button {
  background: var(--primary);
  color: #fff;
  border: 0;
  opacity: 1;
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.3em;
}
.external-event {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.external-event:hover:before {
  background: #fff !important;
}
.fc-event {
  overflow: hidden;
}
.fc .fc-view-harness {
  height: 800px !important;
  overflow-y: auto;
}
@media only screen and (max-width: 35.9375rem) {
  .fc .fc-view-harness {
    height: 450px !important;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
    justify-content: center;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
    justify-content: space-between;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    margin-bottom: 8px;
  }
}
#external-events .external-event {
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 35.9375rem) {
  .fc.app-fullcalendar .fc-timegrid-slot-label {
    width: 40px !important;
    font-size: 10px;
  }
  .fc.app-fullcalendar .fc-event,
  .fc.app-fullcalendar .external-event {
    font-size: 10px;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    line-height: 1.3;
  }
  .fc.app-fullcalendar .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .fc-daygrid-dot-event {
    flex-wrap: wrap;
  }
  .fc-daygrid-event {
    white-space: unset;
  }
}
.ck.ck-editor .ck.ck-toolbar__items .ck.ck-toolbar__separator {
  display: none;
}
.ck.ck-editor .ck.ck-button {
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  color: #374557;
  font-weight: 900;
  border: 0.0625rem solid #F0F0F1;
  cursor: pointer;
}
.ck.ck-editor .ck.ck-toolbar {
  background-color: #fff;
  border: 0;
  padding: 0.3125rem 0.625rem;
}
[data-theme-version=dark] .ck.ck-editor .ck.ck-toolbar {
  background: #1E1E1E !important;
}
.ck.ck-editor .ck.ck-toolbar__separator {
  display: none;
}
.ck.ck-editor .ck-content {
  background-color: #f7f7f7;
  border-width: 0.0625rem 0 0;
  border-color: rgba(0, 0, 0, 0.1);
  min-height: 12.5rem;
  border: 0.0625rem solid var(--rgba-primary-1) !important;
}
[data-theme-version=dark] .ck.ck-editor .ck-content {
  border: 0.0625rem solid #444444 !important;
}
.ck-editor__editable {
  background-color: #f7f7f7 !important;
}
[data-theme-version=dark] .ck-editor__editable {
  background: #444444 !important;
}
.ck.ck-reset.ck-editor {
  border: 0.0625rem solid var(--rgba-primary-1);
}
.ck.ck-editor__main > .ck-editor__editable {
  background: #fff !important;
}
[data-theme-version=dark] .ck.ck-editor__main > .ck-editor__editable {
  background: #1E1E1E !important;
}
.accordion-primary .accordion-header {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-1);
}
.accordion-primary .accordion-header.collapsed {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
  box-shadow: none;
}
[data-theme-version=dark] .accordion-primary .accordion-header.collapsed {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: #888888;
}
.accordion-primary-solid .accordion-header {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 -0.625rem 1.25rem 0 var(--rgba-primary-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-primary-solid .accordion-header.collapsed {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
  box-shadow: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
[data-theme-version=dark] .accordion-primary-solid .accordion-header.collapsed {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: #888888;
}
.accordion-primary-solid .accordion__body {
  border: 0.125rem solid var(--primary);
  border-top: none;
  box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-1);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-danger .accordion-header {
  background: #FF5E5E;
  border-color: #FF5E5E;
  color: #fff;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 94, 94, 0.15);
}
.accordion-danger .accordion-header.collapsed {
  background: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
  box-shadow: none;
}
.accordion-danger-solid .accordion-header {
  background: #FF5E5E;
  border-color: #FF5E5E;
  color: #fff;
  box-shadow: 0 -0.625rem 1.25rem 0 rgba(255, 94, 94, 0.15);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-danger-solid .accordion-header.collapsed {
  background: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
  box-shadow: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
[data-theme-version=dark] .accordion-danger-solid .accordion-header.collapsed {
  background: rgba(255, 94, 94, 0.15);
  border-color: rgba(255, 94, 94, 0.15);
  color: #888888;
}
.accordion-danger-solid .accordion__body {
  border: 0.125rem solid #FF5E5E;
  border-top: none;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 94, 94, 0.15);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-success .accordion-header {
  background: #3AC977;
  border-color: #3AC977;
  color: #fff;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 94, 94, 0.15);
}
.accordion-success .accordion-header.collapsed {
  background: #daf5e6;
  border-color: #daf5e6;
  color: #3AC977;
  box-shadow: none;
}
.accordion-success-solid .accordion-header {
  background: #3AC977;
  border-color: #3AC977;
  color: #fff;
  box-shadow: 0 -0.625rem 1.25rem 0 rgba(58, 201, 119, 0.15);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-success-solid .accordion-header.collapsed {
  background: #daf5e6;
  border-color: #daf5e6;
  color: #3AC977;
  box-shadow: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
[data-theme-version=dark] .accordion-success-solid .accordion-header.collapsed {
  background: rgba(58, 201, 119, 0.1);
  border-color: rgba(58, 201, 119, 0.1);
  color: #888888;
}
.accordion-success-solid .accordion__body {
  border: 0.125rem solid #3AC977;
  border-top: none;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(58, 201, 119, 0.15);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-item {
  margin-bottom: 1.25rem;
  border: 0;
}
.accordion-header {
  padding: 0.7rem 0.75rem;
  border: 0.0625rem solid #E6E6E6;
  cursor: pointer;
  position: relative;
  color: #333;
  font-weight: 400;
  border-radius: 0.375rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
[data-theme-version=dark] .accordion-header {
  color: var(--primary);
  border-color: #444444;
}
.accordion-header-indicator {
  font-family: "themify";
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
}
[direction=rtl] .accordion-header-indicator {
  right: auto;
  left: 1.5625rem;
}
.accordion-header-indicator.indicator_bordered {
  display: inline-block;
  width: 1.5625rem;
  text-align: center;
  height: 1.5625rem;
  border: 0.0625rem solid #E6E6E6;
  border-radius: 50%;
  line-height: 1.5625rem;
}
.accordion-header:not(.collapsed) .accordion-header-indicator::before {
  content: "\e622";
}
.accordion-header:not(.collapsed) .accordion-header-indicator.style_two::before {
  content: "\e648";
}
.accordion-header.collapsed .accordion-header-indicator::before {
  content: "\e61a";
}
.accordion-header.collapsed .accordion-header-indicator.style_two::before {
  content: "\e64b";
}
.accordion-body-text {
  padding: 0.875rem 0.75rem;
}
.accordion-bordered .accordion__body {
  border: 0.0625rem solid #E6E6E6;
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
[data-theme-version=dark] .accordion-bordered .accordion__body {
  border-color: #444444;
}
.accordion-bordered .accordion-header.collapsed {
  border-radius: 0.375rem;
}
.accordion-bordered .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-no-gutter .accordion-item {
  margin-bottom: 0;
}
.accordion-no-gutter .accordion-item .accordion-header.collapsed {
  border-bottom: none;
}
.accordion-no-gutter .accordion-item:last-child .accordion-header {
  border-bottom: 0.0625rem solid #E6E6E6;
}
[data-theme-version=dark] .accordion-no-gutter .accordion-item:last-child .accordion-header {
  border-color: #444444;
}
.accordion-no-gutter.accordion__bordered .accordion-item:not(:last-child) .accordion__body {
  border-bottom: none;
}
.accordion-left-indicator .accordion-header-text {
  padding-left: 2.5rem;
}
.accordion-left-indicator .accordion-header-indicator {
  right: auto;
  left: 1.5625rem;
}
.accordion-with-icon .accordion-header-text {
  padding-left: 2.5rem;
}
[direction=rtl] .accordion-with-icon .accordion-header-text {
  padding-left: 0;
  padding-right: 2.5rem;
}
.accordion-with-icon .accordion-header-icon {
  position: absolute;
  right: auto;
  left: 1.5625rem;
  font-family: "themify";
}
[direction=rtl] .accordion-with-icon .accordion-header-icon {
  left: auto;
  right: 1.5625rem;
}
.accordion-with-icon .accordion-header-icon::before {
  content: "\e645";
}
.accordion-header-bg .accordion-header {
  background-color: #dfdfdf;
}
[data-theme-version=dark] .accordion-header-bg .accordion-header {
  background-color: #1E1E1E;
  color: #fff;
}
.accordion-header-bg .accordion-header-primary {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
[data-theme-version=dark] .accordion-header-bg .accordion-header-primary {
  background-color: var(--primary);
}
.accordion-header-bg .accordion-header-info {
  background-color: #58bad7;
  color: #fff;
  border-color: #58bad7;
}
[data-theme-version=dark] .accordion-header-bg .accordion-header-info {
  background-color: #58bad7;
}
.accordion-header-bg .accordion-header-success {
  background-color: #3AC977;
  color: #fff;
  border-color: #3AC977;
}
[data-theme-version=dark] .accordion-header-bg .accordion-header-success {
  background-color: #3AC977;
}
.accordion-header-bg.accordion-no-gutter .accordion-header {
  border-color: transparent;
  border-radius: 0;
}
.accordion-header-bg.accordion-no-gutter .accordion-item:first-child .accordion-header {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-header-bg.accordion-no-gutter .accordion-item:last-child .accordion-header {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion.accordion-no-gutter .accordion-header {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion-header.collapsed {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion__body {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion-item:first-child .accordion-header {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion.accordion-no-gutter .accordion-item:last-child .accordion-header.collapsed {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion.accordion-no-gutter .accordion-item:last-child .accordion__body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-solid-bg .accordion-header {
  border-color: transparent;
  background-color: var(--rgba-primary-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[data-theme-version=dark] .accordion-solid-bg .accordion-header {
  background-color: #1E1E1E;
}
.accordion-solid-bg .accordion-header.collapsed {
  border-radius: 0.375rem;
}
.accordion-solid-bg .accordion__body {
  border-color: transparent;
  background-color: var(--rgba-primary-1);
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
[data-theme-version=dark] .accordion-solid-bg .accordion__body {
  background-color: #1E1E1E;
}
.accordion-active-header .accordion-header:not(.collapsed) {
  background-color: #58bad7;
  border-color: #58bad7;
  color: #fff;
}
.accordion-header-shadow .accordion-header {
  border: none;
  box-shadow: 0 0 0.9375rem -0.1875rem rgba(0, 0, 0, 0.3);
}
.accordion-rounded-stylish .accordion-header {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-rounded-stylish .accordion__body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-rounded .accordion-header {
  border-radius: 0.3125rem;
}
.accordion-gradient .accordion-header {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(186, 1, 181, 0.85) 0%,
      rgba(103, 25, 255, 0.85) 100%);
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-gradient .accordion-header.collapsed {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-gradient .accordion__body {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(186, 1, 181, 0.85) 0%,
      rgba(103, 25, 255, 0.85) 100%);
  border-color: transparent;
}
.dzm-tabs {
  padding: 4px;
  border-radius: 0.375rem;
  background-color: var(--rgba-primary-1);
  border: none;
  flex-wrap: nowrap;
}
.dzm-tabs .nav-item .nav-link {
  border-radius: 0.375rem;
}
.dzm-tabs .nav-item .nav-link.active {
  background: var(--primary) !important;
  color: #fff;
  border: 1px solid transparent;
}
.dzm-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.dzm-tabs.style-2 {
  background-color: #f5f5f5;
}
.dz-card .card-body {
  padding: 1.125rem !important;
  border-radius: 0 0 0.375rem 0.375rem;
}
@media only screen and (max-width: 35.9375rem) {
  .dz-card .card-body {
    padding: 1rem;
  }
}
.dz-card .card-body.code-area {
  background: var(--secondary);
}
.dz-card .card-body.code-area .language-html {
  background: transparent;
  color: white;
}
.dz-card .card-footer {
  color: #888888;
}
.dz-card .badge-box {
  position: relative;
  background: black;
  opacity: 0.6;
  border-radius: 0 0 0.625rem 0.625rem;
}
.unorder-list li {
  list-style: unset;
}
@media only screen and (max-width: 61.9375rem) {
  .unorder-list {
    padding-left: 2rem;
  }
}
.order-list li {
  list-style-type: unset;
}
.text-justify {
  text-align: justify;
}
.accordion-item {
  background-color: transparent;
}
.alert {
  border-radius: 0.375rem;
  padding: 0.75rem 1.5rem;
}
.alert p {
  line-height: 1.5;
}
.alert-square {
  border-radius: 0;
}
.alert-rounded {
  border-radius: 1.875rem;
}
.alert-primary {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version=dark] .alert-primary {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
}
.alert-secondary {
  background: #c5c5c5;
  border-color: #c5c5c5;
  color: #2C2C2C;
}
[data-theme-version=dark] .alert-secondary {
  background: rgba(44, 44, 44, 0.5);
  border-color: rgba(44, 44, 44, 0.5);
  color: #fff;
}
.alert-success {
  background: #daf5e6;
  border-color: #daf5e6;
  color: #3AC977;
}
[data-theme-version=dark] .alert-success {
  background: rgba(58, 201, 119, 0.1);
  border-color: rgba(58, 201, 119, 0.1);
}
.alert-warning {
  background: #ffeccc;
  border-color: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .alert-warning {
  background: rgba(255, 159, 0, 0.1);
  border-color: rgba(255, 159, 0, 0.1);
}
.alert-danger {
  background: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
}
[data-theme-version=dark] .alert-danger {
  background: rgba(255, 94, 94, 0.15);
  border-color: rgba(255, 94, 94, 0.15);
}
.alert-info {
  background: #e8f6f9;
  border-color: #e8f6f9;
  color: #58bad7;
}
[data-theme-version=dark] .alert-info {
  background: rgba(88, 186, 215, 0.1);
  border-color: rgba(88, 186, 215, 0.1);
}
.alert-dark {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #6e6e6e;
}
[data-theme-version=dark] .alert-dark {
  background: rgba(110, 110, 110, 0.35);
  border-color: rgba(110, 110, 110, 0.35);
  color: #fff;
}
.alert-light {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #6e6e6e;
}
.alert .btn-close {
  background: none;
  text-shadow: 0 1px 0 #fff;
  top: -5px;
  opacity: 0.5;
  color: inherit;
}
.alert .btn-close i {
  transform: scale(1.4);
}
.alert-alt.alert-primary {
  border-left: 0.25rem solid var(--primary);
}
.alert-alt.alert-secondary {
  border-left: 0.25rem solid #2C2C2C;
}
.alert-alt.alert-success {
  border-left: 0.25rem solid #3AC977;
}
.alert-alt.alert-warning {
  border-left: 0.25rem solid #FF9F00;
}
.alert-alt.alert-danger {
  border-left: 0.25rem solid #FF5E5E;
}
.alert-alt.alert-info {
  border-left: 0.25rem solid #58bad7;
}
.alert-alt.alert-dark {
  border-left: 0.25rem solid #6e6e6e;
}
.alert-alt.alert-light {
  border-left: 0.25rem solid #b9b9b9;
}
.alert-alt.alert-primary.solid {
  border-left: 0.25rem solid var(--primary-dark) !important;
}
.alert-alt.alert-secondary.solid {
  border-left: 0.25rem solid black !important;
}
.alert-alt.alert-success.solid {
  border-left: 0.25rem solid #1c673c !important;
}
.alert-alt.alert-warning.solid {
  border-left: 0.25rem solid #805000 !important;
}
.alert-alt.alert-danger.solid {
  border-left: 0.25rem solid #de0000 !important;
}
.alert-alt.alert-info.solid {
  border-left: 0.25rem solid #22758e !important;
}
.alert-alt.alert-dark.solid {
  border-left: 0.25rem solid #2e2e2e !important;
}
.alert-alt.alert-light.solid {
  border-left: 0.25rem solid #9f9f9f !important;
}
.alert-dismissible.solid .close:hover {
  color: #fff;
  opacity: 1;
}
.alert.alert-primary.solid {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.alert.alert-secondary.solid {
  background: #2C2C2C;
  color: #fff;
  border-color: #2C2C2C;
}
.alert.alert-success.solid {
  background: #3AC977;
  color: #fff;
  border-color: #3AC977;
}
.alert.alert-warning.solid {
  background: #FF9F00;
  color: #fff;
  border-color: #FF9F00;
}
.alert.alert-danger.solid {
  background: #FF5E5E;
  color: #fff;
  border-color: #FF5E5E;
}
.alert.alert-info.solid {
  background: #58bad7;
  color: #fff;
  border-color: #58bad7;
}
.alert.alert-dark.solid {
  background: #6e6e6e;
  color: #fff;
  border-color: #6e6e6e;
}
.alert.alert-light.solid {
  background: #dfdfdf;
  color: #6e6e6e;
  border-color: #dfdfdf;
}
.alert-right-icon > span i {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
}
.alert-right-icon .close i {
  font-size: 1rem;
}
.alert.alert-outline-primary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.alert.alert-outline-secondary {
  background: transparent;
  color: #888888;
  border-color: #2C2C2C;
}
.alert.alert-outline-success {
  background: transparent;
  color: #3AC977;
  border-color: #3AC977;
}
.alert.alert-outline-info {
  background: transparent;
  color: #58bad7;
  border-color: #58bad7;
}
.alert.alert-outline-warning {
  background: transparent;
  color: #FF9F00;
  border-color: #FF9F00;
}
.alert.alert-outline-danger {
  background: transparent;
  color: #FF5E5E;
  border-color: #FF5E5E;
}
.alert.alert-outline-dark {
  background: transparent;
  color: #888888;
  border-color: #6e6e6e;
}
.alert.alert-outline-light {
  background: transparent;
  color: #6e6e6e;
  border-color: #dfdfdf;
}
.alert-social {
  color: #fff;
}
.alert-social .alert-social-icon {
  align-self: center;
  margin-right: 0.9375rem;
}
.alert-social .alert-social-icon i {
  font-size: 2.625rem;
}
.alert-social.facebook {
  background-color: #3b5998;
}
.alert-social.twitter {
  background-color: #1da1f2;
}
.alert-social.linkedin {
  background-color: #007bb6;
}
.alert-social.google-plus {
  background-color: #db4439;
}
.alert-social .close:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem;
}
.left-icon-big .alert-left-icon-big i {
  font-size: 2.1875rem;
  line-height: 1;
}
[direction=rtl] .left-icon-big .alert-left-icon-big,
[direction=rtl] .alert-social .alert-social-icon {
  margin-right: 0;
  margin-left: 0.9375rem;
}
.dz-scroll {
  overflow-y: scroll;
}
body > * {
  scrollbar-width: thin;
  scrollbar-color: rgba(111, 133, 147, 0.1) rgba(255, 255, 255, 0);
}
::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}
::-webkit-scrollbar-thumb {
  background: rgba(111, 133, 147, 0.1);
}
.badge {
  line-height: 1.5;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border: 0.0625rem solid transparent;
}
.badge-rounded {
  border-radius: 1.25rem;
  padding: 0.1875rem 0.8125rem;
}
.badge-circle {
  border-radius: 6.25rem;
  padding: 0.1875rem 0.575rem;
}
.light.badge-default {
  background: #ADB6C7;
}
.light.badge-primary {
  background-color: #e8f5ff !important;
  border-color: #a6d9ff;
  color: #fff;
}
.light.badge-success {
  background-color: #daf5e6;
  border-color: #b2eaca;
  color: #3AC977;
}
.light.badge-info {
  background-color: #d3edf5;
  border-color: #d3edf5;
  color: #58bad7;
}
.light.badge-secondary {
  background-color: #c5c5c5;
  border-color: #acacac;
  color: #2C2C2C;
}
.light.badge-warning {
  background-color: #ffeccc;
  border-color: white;
  color: #FF9F00;
}
.light.badge-danger {
  background-color: #ffdede;
  border-color: #fff7f7;
  color: #FF5E5E;
}
.light.badge-dark {
  background-color: #eeeeee;
  border-color: #bbbbbb;
  color: #6e6e6e;
}
.light.badge-light {
  background-color: #e7e7e7;
  border-color: #dfdfdf;
  color: #6e6e6e;
}
.badge-outline-primary {
  border: 0.0625rem solid var(--primary);
  color: var(--primary);
}
.badge-outline-secondary {
  border: 0.0625rem solid #2C2C2C;
  color: #2C2C2C;
}
[data-theme-version=dark] .badge-outline-secondary {
  color: #888888;
}
.badge-outline-success {
  border: 0.0625rem solid #3AC977;
  color: #3AC977;
}
.badge-outline-info {
  border: 0.0625rem solid #58bad7;
  color: #58bad7;
}
.badge-outline-warning {
  border: 0.0625rem solid #FF9F00;
  color: #FF9F00;
}
.badge-outline-danger {
  border: 0.0625rem solid #FF5E5E;
  color: #FF5E5E;
}
.badge-outline-light {
  border: 0.0625rem solid #E6E6E6;
  color: #6e6e6e;
}
[data-theme-version=dark] .badge-outline-light {
  color: #888888;
}
.badge-outline-dark {
  border: 0.0625rem solid #6e6e6e;
  color: #6e6e6e;
}
[data-theme-version=dark] .badge-outline-dark {
  color: #888888;
}
.badge-xs {
  font-size: 0.5rem;
  padding: 0rem 0.3125rem;
  line-height: 1rem;
  height: 16px;
}
.badge-sm {
  font-size: 0.6875rem;
  padding: 0.3125rem 0.5rem;
  line-height: 0.6875rem;
}
.badge-lg {
  font-size: 0.875rem;
  padding: 0rem 0.625rem;
  line-height: 1.875rem;
}
.badge-xl {
  font-size: 16px;
  padding: 0.1rem 0.9375rem;
  line-height: 2.1875rem;
  font-weight: 400;
}
.badge-default {
  background: #ADB6C7;
}
.badge-success {
  background-color: #3AC977;
}
.badge-success:hover {
  color: #fff;
}
.badge-secondary {
  background-color: #2C2C2C;
}
.badge-secondary:hover {
  color: #fff;
}
.badge-info {
  background-color: #58bad7;
}
.badge-info:hover {
  color: #fff;
}
.badge-primary {
  background-color: var(--primary);
}
.badge-primary:hover {
  color: #fff;
}
.badge-warning {
  background-color: #FF9F00;
}
.badge-warning:hover {
  color: #fff;
}
.badge-danger {
  background-color: #FF5E5E;
}
.badge-danger:hover {
  color: #fff;
}
.badge-dark {
  background-color: #6e6e6e;
}
.badge-dark:hover {
  color: #fff;
}
.badge-light {
  background-color: #dfdfdf;
  color: #000;
}
.badge-light:hover {
  color: #000;
}
.light.badge-default {
  background: #ADB6C7;
}
.light.badge-success {
  background-color: #daf5e6;
  color: #3AC977;
}
[data-theme-version=dark] .light.badge-success {
  background-color: rgba(58, 201, 119, 0.1);
  border-color: transparent;
}
.light.badge-info {
  background-color: #d3edf5;
  color: #58bad7;
}
[data-theme-version=dark] .light.badge-info {
  background-color: rgba(88, 186, 215, 0.1);
}
.light.badge-primary {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version=dark] .light.badge-primary {
  background-color: var(--rgba-primary-1);
  border-color: transparent;
}
.light.badge-secondary {
  background-color: #c5c5c5;
  color: #2C2C2C;
}
[data-theme-version=dark] .light.badge-secondary {
  background-color: rgba(44, 44, 44, 0.5);
  color: #fff;
  border-color: transparent;
}
.light.badge-warning {
  background-color: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .light.badge-warning {
  background-color: rgba(255, 159, 0, 0.1);
  border-color: transparent;
}
.light.badge-danger {
  background-color: #ffdede;
  color: #FF5E5E;
}
[data-theme-version=dark] .light.badge-danger {
  background-color: rgba(255, 94, 94, 0.15);
  border-color: transparent;
}
.light.badge-dark {
  background-color: #eeeeee;
  color: #6e6e6e;
}
[data-theme-version=dark] .light.badge-dark {
  background-color: rgba(110, 110, 110, 0.35);
  color: #888888;
  border-color: transparent;
}
.bootstrap-label .label {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap-label .label:last-child {
  margin-right: 0;
}
.badge-demo .badge {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.badge-demo .badge:last-child {
  margin-right: 0;
}
.bootstrap-badge-buttons button {
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.bootstrap-badge-buttons button:last-child {
  margin-right: 0;
}
.breadcrumb {
  font-size: 13px;
}
.breadcrumb .breadcrumb-item a svg {
  margin-bottom: 3px;
  margin-right: 4px;
}
.breadcrumb .breadcrumb-item.active a {
  color: #000;
}
.page-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.95rem 0.6rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E6E6E6;
  flex-flow: wrap;
}
[data-theme-version=dark] .page-titles {
  background: #242424;
}
@media only screen and (max-width: 74.9375rem) {
  .page-titles {
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .page-titles {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .page-titles {
    padding: 0.6rem 1.55rem 0.6rem;
  }
}
.page-titles .justify-content-sm-end {
  align-items: center;
}
.page-titles h4,
.page-titles .h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--primary);
  font-size: 1.25rem;
}
.page-titles h4 span,
.page-titles .h4 span {
  font-size: 0.875rem;
  font-weight: 400;
}
.page-titles .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  align-items: center;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}
.page-titles .breadcrumb li a {
  color: #828690;
  font-size: 13px;
}
.page-titles .breadcrumb li.active {
  color: var(--primary);
  font-weight: 500;
}
.page-titles .breadcrumb li.active a {
  color: var(--primary) !important;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: var(--primary);
}
.page-titles .breadcrumb-datepicker {
  font-size: 0.75rem;
  color: #89879f;
}
.page-titles .breadcrumb-datepicker__icon {
  font-size: 0.875rem;
}
.page-titles .bc-title {
  margin: 0;
  font-size: 17px;
  margin-right: 2rem;
  color: var(--secondary);
}
@media only screen and (max-width: 35.9375rem) {
  .page-titles .bc-title {
    font-size: 15px;
  }
}
.select2-selection__clear span {
  display: none;
}
.select2-container .select2-search--inline .select2-search__field {
  padding: 2px 5px !important;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.719rem 1.563rem;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 87.5rem) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem;
  }
}
.btn.btn-success,
.btn.btn-secondary,
.btn.btn-warning,
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-info {
  color: #fff;
}
.btn-transparent {
  background-color: transparent;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--rgba-primary-5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-link {
  color: var(--primary);
  text-decoration: none;
}
.btn-link svg circle {
  fill: var(--primary);
}
.btn-link:hover {
  color: var(--primary-hover);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: #fff;
}
.btn-outline-primary:hover svg path {
  stroke: #fff;
}
.sharp {
  min-width: 2.4rem;
  padding: 0.4375rem;
  height: 2.4rem;
  line-height: 1.7;
  min-height: 2.5rem;
}
.sharp.btn-xs {
  padding: 0.1175rem;
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.light.tp-btn {
  background-color: transparent;
}
.light.btn-default {
  background: #ADB6C7;
}
.light.btn-success {
  background-color: #daf5e6;
  border-color: #daf5e6;
  color: #3AC977;
}
.light.btn-success g [fill] {
  fill: #3AC977;
}
[data-theme-version=dark] .light.btn-success {
  background-color: rgba(58, 201, 119, 0.1);
  border-color: transparent;
}
.light.btn-success:hover {
  background-color: #3AC977;
  border-color: #3AC977;
  color: #fff;
}
.light.btn-success:hover g [fill] {
  fill: #fff;
}
.light.btn-info {
  background-color: #d3edf5;
  border-color: #d3edf5;
  color: #58bad7;
}
.light.btn-info g [fill] {
  fill: #58bad7;
}
[data-theme-version=dark] .light.btn-info {
  background-color: rgba(88, 186, 215, 0.1);
  border-color: transparent;
}
.light.btn-info:hover {
  background-color: #58bad7;
  border-color: #58bad7;
  color: #fff;
}
.light.btn-info:hover g [fill] {
  fill: #fff;
}
.light.btn-primary {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
}
.light.btn-primary g [fill] {
  fill: var(--primary);
}
[data-theme-version=dark] .light.btn-primary {
  background-color: var(--rgba-primary-1);
  border-color: transparent;
  color: #fff;
}
.light.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.light.btn-primary:hover g [fill] {
  fill: #fff;
}
.light.btn-primary:hover svg path {
  stroke: #fff;
}
.light.btn-secondary {
  background-color: #c5c5c5;
  border-color: #c5c5c5;
  color: #2C2C2C;
}
.light.btn-secondary g [fill] {
  fill: #2C2C2C;
}
[data-theme-version=dark] .light.btn-secondary {
  background-color: rgba(44, 44, 44, 0.5);
  border-color: transparent;
  color: #fff;
}
.light.btn-secondary:hover {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
  color: #fff;
}
.light.btn-secondary:hover g [fill] {
  fill: #fff;
}
.light.btn-warning {
  background-color: #ffeccc;
  border-color: #ffeccc;
  color: #FF9F00;
}
.light.btn-warning g [fill] {
  fill: #FF9F00;
}
[data-theme-version=dark] .light.btn-warning {
  background-color: rgba(255, 159, 0, 0.1);
  border-color: transparent;
}
.light.btn-warning:hover {
  background-color: #FF9F00;
  border-color: #FF9F00;
  color: #fff;
}
.light.btn-warning:hover g [fill] {
  fill: #fff;
}
.light.btn-danger {
  background-color: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
}
.light.btn-danger g [fill] {
  fill: #FF5E5E;
}
[data-theme-version=dark] .light.btn-danger {
  background-color: rgba(255, 94, 94, 0.15);
  border-color: transparent;
}
.light.btn-danger:hover {
  background-color: #FF5E5E;
  border-color: #FF5E5E;
  color: #fff;
}
.light.btn-danger:hover g [fill] {
  fill: #fff;
}
.light.btn-danger:hover svg path {
  stroke: #fff;
}
.light.btn-dark {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #6e6e6e;
}
.light.btn-dark g [fill] {
  fill: #6e6e6e;
}
[data-theme-version=dark] .light.btn-dark {
  background-color: rgba(110, 110, 110, 0.35);
  border-color: transparent;
  color: #fff;
}
.light.btn-dark:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.light.btn-dark:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn {
  background-color: transparent;
  border-color: transparent;
}
.btn.tp-btn.btn-default {
  background: #ADB6C7;
}
.btn.tp-btn.btn-success {
  color: #3AC977;
}
.btn.tp-btn.btn-success g [fill] {
  fill: #3AC977;
}
.btn.tp-btn.btn-success:hover {
  background-color: #3AC977;
  border-color: #3AC977;
  color: #fff;
}
.btn.tp-btn.btn-success:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-info {
  color: #58bad7;
}
.btn.tp-btn.btn-info g [fill] {
  fill: #58bad7;
}
.btn.tp-btn.btn-info:hover {
  background-color: #58bad7;
  border-color: #58bad7;
  color: #fff;
}
.btn.tp-btn.btn-info:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-primary {
  color: var(--primary);
}
.btn.tp-btn.btn-primary g [fill] {
  fill: var(--primary);
}
.btn.tp-btn.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn.tp-btn.btn-primary:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-primary:hover svg path {
  fill: #fff;
}
.btn.tp-btn.btn-secondary {
  color: #2C2C2C;
}
.btn.tp-btn.btn-secondary g [fill] {
  fill: #2C2C2C;
}
.btn.tp-btn.btn-secondary:hover {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
  color: #fff;
}
.btn.tp-btn.btn-secondary:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-warning {
  color: #FF9F00;
}
.btn.tp-btn.btn-warning g [fill] {
  fill: #FF9F00;
}
.btn.tp-btn.btn-warning:hover {
  background-color: #FF9F00;
  border-color: #FF9F00;
  color: #fff;
}
.btn.tp-btn.btn-warning:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-danger {
  color: #FF5E5E;
}
.btn.tp-btn.btn-danger g [fill] {
  fill: #FF5E5E;
}
.btn.tp-btn.btn-danger:hover {
  background-color: #FF5E5E;
  border-color: #FF5E5E;
  color: #fff;
}
.btn.tp-btn.btn-danger:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-light {
  color: #000;
}
.btn.tp-btn.btn-light g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn.btn-light:hover {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: #000;
}
.btn.tp-btn.btn-light:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn.btn-dark {
  color: #6e6e6e;
}
.btn.tp-btn.btn-dark g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn.btn-dark:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.btn.tp-btn.btn-dark:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn-light {
  background-color: transparent;
  border-color: transparent;
}
.btn.tp-btn-light.btn-success {
  color: #3AC977;
}
.btn.tp-btn-light.btn-success g [fill] {
  fill: #3AC977;
}
.btn.tp-btn-light.btn-success:hover {
  background-color: #daf5e6;
  border-color: #daf5e6;
  color: #3AC977;
}
.btn.tp-btn-light.btn-success:hover g [fill] {
  fill: #3AC977;
}
.btn.tp-btn-light.btn-info {
  color: #58bad7;
}
.btn.tp-btn-light.btn-info g [fill] {
  fill: #58bad7;
}
.btn.tp-btn-light.btn-info:hover {
  background-color: #d3edf5;
  border-color: #d3edf5;
  color: #58bad7;
}
.btn.tp-btn-light.btn-info:hover g [fill] {
  fill: #58bad7;
}
.btn.tp-btn-light.btn-primary {
  color: var(--primary);
}
.btn.tp-btn-light.btn-primary g [fill] {
  fill: var(--primary);
}
.btn.tp-btn-light.btn-primary:hover {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
}
.btn.tp-btn-light.btn-primary:hover g [fill] {
  fill: var(--primary);
}
.btn.tp-btn-light.btn-primary:hover svg path {
  stroke: #fff;
}
.btn.tp-btn-light.btn-secondary {
  color: #2C2C2C;
}
.btn.tp-btn-light.btn-secondary g [fill] {
  fill: #2C2C2C;
}
.btn.tp-btn-light.btn-secondary:hover {
  background-color: #c5c5c5;
  border-color: #c5c5c5;
  color: #2C2C2C;
}
.btn.tp-btn-light.btn-secondary:hover g [fill] {
  fill: #2C2C2C;
}
.btn.tp-btn-light.btn-warning {
  color: #FF9F00;
}
.btn.tp-btn-light.btn-warning g [fill] {
  fill: #FF9F00;
}
.btn.tp-btn-light.btn-warning:hover {
  background-color: #ffeccc;
  border-color: #ffeccc;
  color: #FF9F00;
}
.btn.tp-btn-light.btn-warning:hover g [fill] {
  fill: #FF9F00;
}
.btn.tp-btn-light.btn-danger {
  color: #FF5E5E;
}
.btn.tp-btn-light.btn-danger g [fill] {
  fill: #FF5E5E;
}
.btn.tp-btn-light.btn-danger:hover {
  background-color: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
}
.btn.tp-btn-light.btn-danger:hover g [fill] {
  fill: #fff;
}
.btn.tp-btn-light.btn-dark {
  color: #6e6e6e;
}
.btn.tp-btn-light.btn-dark g [fill] {
  fill: #6e6e6e;
}
.btn.tp-btn-light.btn-dark:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #6e6e6e;
}
.btn.tp-btn-light.btn-dark:hover g [fill] {
  fill: #fff;
}
.shadow.btn-primary {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
}
.shadow.btn-secondary {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(44, 44, 44, 0.2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(44, 44, 44, 0.2) !important;
}
.shadow.btn-warning {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 159, 0, 0.2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 159, 0, 0.2) !important;
}
.shadow.btn-danger {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 94, 94, 0.2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 94, 94, 0.2) !important;
}
.shadow.btn-info {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(88, 186, 215, 0.2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(88, 186, 215, 0.2) !important;
}
.shadow.btn-success {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(58, 201, 119, 0.2) !important;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(58, 201, 119, 0.2) !important;
}
.btn-xxs {
  padding: 0.375rem 0.9375rem;
  font-size: 0.6875rem;
  line-height: 1.3;
}
.btn-xs {
  font-size: 0.75rem;
  padding: 0.438rem 1rem;
  font-weight: 600;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.813rem !important;
  padding: 5px 12px;
  font-weight: 400;
  border-radius: 0.25rem;
  line-height: 18px;
  border-radius: 0.25rem;
}
.btn-md {
  font-size: 0.875rem !important;
  padding: 0.875rem 1.25rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 2rem;
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 35.9375rem) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 0.75rem 1.25rem;
  }
}
.btn-xl {
  padding: 0.6rem 1rem;
}
.btn-xl.btn-default {
  font-weight: 600;
}
.btn-square {
  border-radius: 0;
}
.btn-rounded {
  border-radius: 2.5rem !important;
}
.btn-icon-end {
  border-left: 0.0625rem solid #dfdfdf;
  display: inline-block;
  margin: -0.8rem 0 -0.8rem 1rem;
  padding: 0.4375rem 0 0.4375rem 1rem;
  margin: -1rem -0.25rem -1rem 1rem;
  padding: 0.8rem 0 0.8rem 1.25rem;
}
@media only screen and (max-width: 87.5rem) {
  .btn-icon-end {
    padding: 0.7rem 0 0.7rem 1.25rem;
  }
}
.btn-icon-start {
  background: #fff;
  border-radius: 0.425rem;
  display: inline-block;
  margin: -0.3rem 0.35rem -0.2rem -0.888rem;
  padding: 0.3rem 0.6rem 0.2rem;
  float: left;
}
@media only screen and (max-width: 87.5rem) {
  .btn-icon-start {
    margin: -0.3rem 0.75rem -0.5rem -0.5rem;
  }
}
[direction=rtl] .btn-icon-start {
  margin: -0.5rem 0.5rem -0.5rem -1rem;
}
@media only screen and (max-width: 87.5rem) {
  [direction=rtl] .btn-icon-start {
    margin: -0.5rem 0.75rem -0.5rem -0.88rem;
  }
}
[direction=rtl] .btn-icon-end {
  border-left: 0rem solid white;
  display: inline-block;
  margin: -0.8rem 1rem -0.8rem 0;
  padding: 0.4375rem 1rem 0.4375rem 0;
  border-right: 0.0625rem solid white;
}
.toggle-dropdown::after {
  margin-left: 0.755em;
}
.social-btn-icon .btn {
  min-width: 7.5rem;
  margin-bottom: 1.5rem;
}
.social-icon .btn {
  padding: 0.7rem 1.4rem;
}
.btn-circle {
  height: 5rem;
  width: 5rem;
  border-radius: 50% !important;
}
.btn-circle-sm {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.8rem;
}
.btn-circle-md {
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
}
.btn-circle-md i {
  font-size: 2.4rem;
}
.btn-circle-lg {
  width: 8rem;
  height: 8rem;
  font-size: 3.2rem;
}
.btn-circle-lg i {
  font-size: 3.1rem;
}
.btn-page .btn {
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}
.size-1 {
  min-width: 10rem !important;
  font-size: 1.5rem;
  padding: 0.68rem 0.75rem;
}
.size-2 {
  font-size: 1.25rem;
  min-width: 8.125rem !important;
  padding: 0.57rem 0.75rem;
}
.size-3 {
  font-size: 0.875rem;
  min-width: 6.875rem !important;
  padding: 0.536rem 0.75rem;
}
.size-4 {
  font-size: 0.875rem;
  min-width: 6.25rem !important;
}
.size-5 {
  font-size: 0.875rem;
  min-width: 5.625rem !important;
  padding: 0.22rem 0.75rem;
}
.size-6 {
  font-size: 0.8125rem;
  min-width: 5rem !important;
  padding: 0.097rem 0.75rem;
}
.size-7 {
  font-size: 0.75rem;
  min-width: 3.75rem !important;
  padding: 0.001rem 0.75rem;
}
.btn-light {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #000 !important;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background: #f9f9f9;
  color: #6e6e6e;
  border-color: #f9f9f9;
}
.btn-outline-warning:hover {
  color: #fff;
}
.btn-outline-light {
  color: #6e6e6e;
}
[data-theme-version=dark] .btn-outline-light {
  color: #888888;
}
[data-theme-version=dark] .btn-outline-secondary {
  color: #888888;
}
[data-theme-version=dark] .btn-outline-dark {
  color: #888888;
}
.btn-dark {
  background: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.btn-dark:active,
.btn-dark:hover {
  background: #888888;
  color: #fff;
  border-color: #555555;
}
.btn-dark:focus {
  background: #888888;
}
.btn-group.btn-rounded .btn:first-child {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.btn-group.btn-rounded .btn:last-child {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-info:hover {
  color: #fff;
}
.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background: #2d4373;
  color: #fff;
  border-color: #2d4373;
}
.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
  background: #0c85d0;
  color: #fff;
  border-color: #0c85d0;
}
.btn-youtube {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
  background: #cc0000;
  color: #fff;
  border-color: #cc0000;
}
.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff;
}
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
  background: #992180;
  color: #fff;
  border-color: #992180;
}
.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
  background: #8c0615;
  color: #fff;
  border-color: #8c0615;
}
.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
  background: #005983;
  color: #fff;
  border-color: #005983;
}
.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff;
}
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover {
  background: #be2d23;
  color: #fff;
  border-color: #be2d23;
}
.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  background: #1266f1;
  color: #fff;
  border-color: #1266f1;
}
.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
}
.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
  background: #ccca00;
  color: #000;
  border-color: #ccca00;
}
.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  border-color: #1da851;
}
.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff;
}
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
  background: #222e3d;
  color: #fff;
  border-color: #222e3d;
}
.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
  background: #cc3700;
  color: #fff;
  border-color: #cc3700;
}
.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff;
}
.btn-spotify:active,
.btn-spotify:focus,
.btn-spotify:hover {
  background: #18aa4c;
  color: #fff;
  border-color: #18aa4c;
}
.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff;
}
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover {
  background: #2d0165;
  color: #fff;
  border-color: #2d0165;
}
.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
  background: #e51e6b;
  color: #fff;
  border-color: #e51e6b;
}
.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
  background: #008abd;
  color: #fff;
  border-color: #008abd;
}
.btn-quora {
  background: #aa2200;
  border-color: #aa2200;
  color: #fff;
}
.btn-quora:active,
.btn-quora:focus,
.btn-quora:hover {
  background: #771800;
  color: #fff;
  border-color: #771800;
}
.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
  background: #1295bf;
  color: #fff;
  border-color: #1295bf;
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem var(--rgba-primary-5);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--rgba-primary-5);
}
.btn-close:focus {
  box-shadow: none;
}
.asColorPicker-trigger {
  background: none;
}
.dz-card .nav-link {
  padding: 5px 12px;
  border-radius: 0.375rem;
}
.btn.btn-icon-lg {
  padding: 1rem 1.2rem;
}
.btn.btn-icon-md {
  padding: 0.719rem 0.919rem;
}
.btn.btn-icon-sm {
  padding: 0.438rem 0.6rem;
}
.btn.btn-icon-xs {
  padding: 0.375rem 0.5375rem;
}
.btn.btn-icon-xxs {
  padding: 0.275rem 0.4375rem;
}
.btn.btn-sharp {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  padding: 0;
}
.btn.btn-secondary:hover,
.btn.btn-warning:hover,
.btn.btn-primary:hover,
.btn.btn-danger:hover,
.btn.btn-info:hover {
  color: #fff;
}
.card {
  margin-bottom: 1.563rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0rem solid transparent;
  border-radius: 0.375rem;
  height: calc(100% - 25px);
  border: 1px solid #E6E6E6;
}
@media only screen and (max-width: 35.9375rem) {
  .card {
    margin-bottom: 0.938rem;
    height: calc(100% - 0.938rem);
  }
}
.card-body {
  padding: 1.25rem;
}
@media only screen and (max-width: 35.9375rem) {
  .card-body {
    padding: 1rem;
  }
}
.card-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  text-transform: capitalize;
}
.card-title--large {
  font-size: 1.5rem;
}
.card-title--medium {
  font-size: 1rem;
}
.card-title--small {
  font-size: 0.875rem;
}
.card-header {
  border-color: #E6E6E6;
  position: relative;
  background: transparent;
  padding: 1.5rem 1.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 35.9375rem) {
  .card-header {
    padding: 1.25rem 1rem 1.25rem;
  }
}
[data-theme-version=dark] .card-header {
  border-color: #444444;
}
.card-header .card-title {
  margin-bottom: 0rem;
}
.card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card-footer {
  border-color: #E6E6E6;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
[data-theme-version=dark] .card-footer {
  border-color: #444444;
}
@media only screen and (max-width: 35.9375rem) {
  .card-footer {
    padding: 1.25rem 1rem 1.25rem;
  }
}
.transparent-card.card {
  background: transparent;
  border: 0.0625rem solid transparent;
  box-shadow: none;
}
.card-action > a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  background: var(--primary-dark);
  color: #fff;
  margin-right: 0.5rem;
}
[data-theme-version=dark] .card-action > a {
  background: #1E1E1E;
}
.card-action > a:last-child {
  margin-right: 0;
}
.card-action > a:hover,
.card-action > a:focus {
  background: var(--primary-dark);
}
[data-theme-version=dark] .card-action > a:hover,
[data-theme-version=dark] .card-action > a:focus {
  background: #1E1E1E;
}
.card-action > a i,
.card-action > a span {
  font-size: 1rem;
}
.card-action .dropdown {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  margin-right: 0.5rem;
  top: -0.125rem;
  position: relative;
  display: inline-block;
  background: var(--primary-dark);
  color: var(--primary);
}
[data-theme-version=dark] .card-action .dropdown {
  background: #1E1E1E;
}
.card-action .dropdown:hover,
.card-action .dropdown:focus {
  background: var(--primary-dark);
}
[data-theme-version=dark] .card-action .dropdown:hover,
[data-theme-version=dark] .card-action .dropdown:focus {
  background: #1E1E1E;
}
.card-action .dropdown .btn {
  padding: 0;
  line-height: 1.6875rem;
  color: #fff;
}
.card-action .dropdown .btn:focus {
  box-shadow: none;
}
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto;
}
.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.card-loader i {
  margin: 0 auto;
  background: var(--primary-dark);
  padding: 0.625rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
}
.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
  animation: mymove 0.8s infinite linear;
  display: inline-block;
}
.card-header .date_picker {
  display: inline-block;
  padding: 0.5rem;
  border: 0.0625rem solid #E6E6E6;
  cursor: pointer;
  border-radius: 0.375rem;
}
.card-header .border-0 {
  padding-bottom: 0;
}
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.custom-cardbox-area .card {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  height: 80vh;
}
.custom-cardbox-area .card .card-header {
  padding: 10px;
}
.custom-cardbox-area .card .card-header .card-title {
  font-size: 1.12rem;
}
.custom-cardbox-area .card .card-body {
  max-height: 80vh;
  overflow: scroll;
}
.card-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}
.carousel-custom-prev,
.carousel-custom-next {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.carousel-custom-prev i,
.carousel-custom-next i {
  font-size: 1rem;
}
.carousel-custom-prev:hover,
.carousel-custom-next:hover {
  background:
    linear-gradient(
      to right,
      rgba(245, 60, 121, 0.99) 0%,
      rgba(246, 104, 47, 0.99) 100%);
  color: #fff;
}
.carousel-custom-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.carousel-custom-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.carousel-caption {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.carousel-caption h5,
.carousel-caption .h5 {
  color: #fff;
  font-size: 1.8rem;
}
.carousel-caption p {
  margin-bottom: 0;
}
.carousel-indicators {
  z-index: 1;
}
.dropdown-toggle:focus {
  box-shadow: none !important;
}
.dropdown-outline {
  border: 0.1rem solid var(--primary);
}
.dropdown-menu {
  font-size: inherit;
  border: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
  margin-top: 0;
  z-index: 9;
}
.dropdown-menu .dropdown-item {
  font-size: 0.813rem;
  color: #888888;
  padding: 0.5rem 1.25rem;
}
@media only screen and (max-width: 87.5rem) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  color: var(--primary);
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--primary);
  background: var(--rgba-primary-1);
}
[direction=rtl] .dropdown-menu {
  right: auto !important;
}
.dropdown-toggle-split {
  padding: 0 0.625rem;
  opacity: 0.85;
}
.dropdown-toggle-split:after {
  margin-left: 0 !important;
}
.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover {
  opacity: 1;
}
.dropright .dropdown-toggle::after {
  content: none;
}
.custom-dropdown {
  display: inline-block;
}
.custom-dropdown .dropdown-menu {
  border: 0rem;
  min-width: 10rem;
}
.card-action .custom-dropdown {
  margin: 0rem;
  background: var(--rgba-primary-1);
}
.card-action .custom-dropdown.show,
.card-action .custom-dropdown:focus,
.card-action .custom-dropdown:hover {
  background: var(--primary);
  color: #fff;
}
.card-action .custom-dropdown i {
  display: inline-block;
  padding-top: 0.5625rem;
}
.dropdown .dropdown-dots {
  position: relative;
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(110, 110, 110, 0.4);
  border-radius: 0.3125rem;
  display: block;
}
.dropdown .dropdown-dots:after,
.dropdown .dropdown-dots:before {
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(110, 110, 110, 0.4);
  position: absolute;
  border-radius: 0.3125rem;
}
.dropdown .dropdown-dots:after {
  right: -0.5rem;
}
.dropdown .dropdown-dots:before {
  left: -0.5rem;
}
.dropdown .dropdown-dots.text-white {
  background: rgba(255, 255, 255, 0.7);
}
.dropdown .dropdown-dots.text-white:after,
.dropdown .dropdown-dots.text-white:before {
  background: rgba(255, 255, 255, 0.7);
}
.header-profile2 .dropdown-menu {
  width: 275px;
  border-radius: 0px 0px 0.375rem 0.375rem;
  margin: 0;
}
.header-profile2 .dropdown-menu .dropdown-item {
  padding: 0.6rem 1.25rem;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
  padding: 6px 5px;
}
.grid-col {
  padding: 0.5rem !important;
  background: #f2f4fa;
}
.row.grid {
  margin-bottom: 1.5rem;
  text-align: center;
}
.row.grid .grid-col:first-child {
  text-align: left;
}
.label {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
}
.label-fixed {
  width: 7.5rem;
  padding: 0.6rem 0;
}
.label-fixed-lg {
  width: 9.5rem;
  padding: 0.6rem 0;
}
.label-big {
  width: 16.8rem;
  font-size: 1.4rem;
  padding: 1.1rem 0;
}
.label-xl {
  width: 10.5rem;
  padding: 1.1rem 0;
  font-size: 1.5rem;
}
.label-lg {
  width: 9.5rem;
  padding: 1.1rem 0;
}
.label-md {
  width: 8.5rem;
  padding: 1.1rem 0;
}
.label-sm {
  width: 7.5rem;
  padding: 1.1rem 0;
}
.label-default {
  background: #ADB6C7;
}
.label-primary {
  background: var(--primary);
  color: #fff;
}
.label-secondary {
  background: #2C2C2C;
  color: #fff;
}
.label-info {
  background: #58bad7;
  color: #fff;
}
.label-success {
  background: #3AC977;
  color: #fff;
}
.label-warning {
  background: #FF9F00;
  color: #fff;
}
.label-danger {
  background: #FF5E5E;
  color: #fff;
}
.label-light {
  background: #dfdfdf;
  color: #000;
}
.label-dark {
  background: #6e6e6e;
  color: #fff;
}
code {
  word-break: break-word;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
  background: white;
  color: #FF5E5E;
}
[data-theme-version=dark] code {
  background: rgba(255, 94, 94, 0.1);
}
.heading-labels {
  color: #333333;
}
.heading-labels > * {
  margin-bottom: 0.8rem;
}
.heading-labels h1 .label,
.heading-labels .h1 .label {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.4rem 0.9rem;
}
.heading-labels h2 .label,
.heading-labels .h2 .label {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.3rem 0.9rem;
}
.heading-labels h3 .label,
.heading-labels .h3 .label {
  font-size: 0.875rem;
  font-weight: normal;
}
.heading-labels h4 .label,
.heading-labels .h4 .label {
  font-size: 0.75rem;
  font-weight: normal;
}
.heading-labels h5 .label,
.heading-labels .h5 .label {
  font-size: 0.75rem;
  font-weight: normal;
}
.heading-labels h6 .label,
.heading-labels .h6 .label {
  font-size: 0.75rem;
  font-weight: normal;
}
.list-group-item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #CCCCCC;
  padding: 1rem 1.5rem;
}
.list-group-item.active {
  background-color: var(--primary);
  border-color: var(--primary);
}
[data-theme-version=dark] .list-group-item {
  border-color: #444444;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #fff;
  background-color: #2C2C2C;
  border-color: #2C2C2C;
}
[class*=bg-] .list-group-item {
  border-color: rgba(255, 255, 255, 0.05);
}
.bg-warning .list-group-item {
  border-color: rgba(0, 0, 0, 0.05);
}
.bg-primary .list-group-flush .list-group-item,
.bg-warning .list-group-flush .list-group-item {
  color: #fff;
}
.vertical-card__menu:hover {
  box-shadow: none;
}
.vertical-card__menu--image {
  text-align: center;
}
.vertical-card__menu--image img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.vertical-card__menu--status.closed {
  background: #FF5E5E;
}
.vertical-card__menu--status.closed:after {
  border-top: 0.625rem solid #FF5E5E;
}
.vertical-card__menu--status.closed .ribbon-curve {
  border-top: 0.6875rem solid #FF5E5E;
  border-bottom: 0.625rem solid #FF5E5E;
}
.vertical-card__menu--desc p {
  margin-bottom: 0.625rem;
}
.vertical-card__menu--price {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 700;
}
.vertical-card__menu--rating {
  font-size: 0.75rem;
}
.vertical-card__menu--title {
  font-weight: 700;
}
.vertical-card__menu--button button {
  font-size: 0.75rem;
}
.vertical-card__menu .card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #E6E6E6;
  border-top: none;
}
@media only screen and (min-width: 75rem) and (max-width: 90rem) {
  .vertical-card__menu .card-footer {
    padding: 0.9375rem;
  }
}
.vertical-card__menu .card-footer span {
  color: #6e6e6e;
  margin-right: 0.3125rem;
}
.horizontal-card__menu {
  box-shadow: 0 0 0.4375rem rgba(173, 173, 173, 0.32);
  display: flex;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .horizontal-card__menu {
    display: block;
  }
}
.horizontal-card__menu .card-body {
  padding: 0;
  padding: 1.25rem 1.875rem;
}
.horizontal-card__menu--image {
  flex-basis: 30%;
  max-width: 30%;
}
.horizontal-card__menu--image img {
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .horizontal-card__menu--image {
    max-width: unset;
    flex-basis: 100%;
  }
}
.horizontal-card__menu--title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.horizontal-card__menu--fav {
  margin-right: 0.5rem;
}
.horizontal-card__menu--price {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.horizontal-card__menu--rating {
  font-size: 0.625rem;
}
.horizontal-card__menu--footer {
  margin-top: 0.625rem;
}
.prev_price {
  text-decoration: line-through;
  font-size: 80%;
  opacity: 0.5;
}
.modal-header {
  padding: 1rem 1.875rem;
}
.modal-header .close {
  padding: 0.875rem 1.815rem;
  margin: 0;
  position: absolute;
  right: 0;
  float: none;
  top: 0;
  font-size: 1.875rem;
  font-weight: 100;
}
.modal-body {
  padding: 1.875rem;
}
.modal-footer {
  padding: 1rem 1.875rem;
}
.modal-content {
  border-radius: 0.375rem;
}
.modal-backdrop {
  z-index: 10 !important;
}
.modal-dialog-center {
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination {
  margin-bottom: 1.25rem;
}
.pagination .page-item.page-indicator .page-link {
  padding: 0.69rem 0.8rem;
  font-size: 1.2rem;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.pagination .page-item.page-indicator:hover .page-link {
  color: #6e6e6e;
}
.pagination .page-item .page-link {
  z-index: 1;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.15);
  color: #6e6e6e;
  margin-left: 7px;
  border: 0.0625rem solid #E6E6E6;
}
[data-theme-version=dark] .pagination .page-item .page-link {
  border-color: #444444;
  color: #828690;
  background: rgba(255, 255, 255, 0);
}
.pagination .page-item .page-link:hover i,
.pagination .page-item .page-link span {
  color: #fff;
}
.pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item .page-link {
  color: #6e6e6e;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .page-item:last-child .page-link {
  margin-right: 0;
}
[direction=rtl] .pagination .page-item:first-child .page-link {
  margin-right: 0;
}
.pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
  background: #fff;
  border-color: transparent;
}
[data-theme-version=dark] .pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
  background: #242424;
}
.pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
[data-theme-version=dark] .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
.pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
  background: #FF5E5E;
  border-color: #FF5E5E;
}
[data-theme-version=dark] .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
  background: #FF5E5E;
  border-color: #FF5E5E;
}
.pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
  background: #58bad7;
  border-color: #58bad7;
}
[data-theme-version=dark] .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
  background: #58bad7;
  border-color: #58bad7;
}
.pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
  background: #FF9F00;
  border-color: #FF9F00;
}
[data-theme-version=dark] .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
  background: #FF9F00;
  border-color: #FF9F00;
}
.pagination-primary .page-item .page-link {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: #888888;
}
[data-theme-version=dark] .pagination-primary .page-item .page-link {
  background-color: var(--rgba-primary-1);
  border-color: transparent;
  color: var(--primary);
}
.pagination-primary .page-item:hover .page-link,
.pagination-primary .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
[data-theme-version=dark] .pagination-primary .page-item:hover .page-link,
[data-theme-version=dark] .pagination-primary .page-item.active .page-link {
  color: #fff;
}
.pagination-danger .page-item .page-link {
  background: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
}
[data-theme-version=dark] .pagination-danger .page-item .page-link {
  background: rgba(255, 94, 94, 0.15);
  border-color: transparent;
  color: #FF5E5E;
}
.pagination-danger .page-item:hover .page-link,
.pagination-danger .page-item.active .page-link {
  background: #FF5E5E;
  border-color: #FF5E5E;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 94, 94, 0.2);
}
[data-theme-version=dark] .pagination-danger .page-item:hover .page-link,
[data-theme-version=dark] .pagination-danger .page-item.active .page-link {
  color: #fff;
}
.pagination-info .page-item .page-link {
  background: #d3edf5;
  border-color: #d3edf5;
  color: #58bad7;
}
[data-theme-version=dark] .pagination-info .page-item .page-link {
  background: rgba(88, 186, 215, 0.1);
  border-color: transparent;
  color: #58bad7;
}
.pagination-info .page-item:hover .page-link,
.pagination-info .page-item.active .page-link {
  background: #58bad7;
  border-color: #58bad7;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(88, 186, 215, 0.2);
}
.pagination-warning .page-item .page-link {
  background: #ffeccc;
  border-color: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .pagination-warning .page-item .page-link {
  background: rgba(255, 159, 0, 0.1);
  border-color: transparent;
  color: #FF9F00;
}
.pagination-warning .page-item:hover .page-link,
.pagination-warning .page-item.active .page-link {
  background: #FF9F00;
  border-color: #FF9F00;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 159, 0, 0.2);
}
.pagination-gutter .page-item {
  margin-right: 0.4375rem;
}
.pagination-gutter .page-item .page-link {
  border-radius: 0.375rem !important;
}
.pagination-circle .page-item {
  margin-right: 0.4375rem;
}
.pagination-circle .page-item .page-link,
.pagination-circle .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
  border-radius: 50% !important;
  padding: 0;
}
.pagination-circle .page-item.page-indicator .page-link {
  width: 2.5rem;
  border: 1px solid var(--primary);
  border-radius: 22px !important;
  line-height: 1.3rem;
  height: 2.5rem;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
.pagination-circle .page-item.page-indicator .page-link:hover {
  color: #fff;
  background: var(--primary);
}
.pagination.pagination-md .page-item .page-link {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
}
.pagination.pagination-sm .page-item.page-indicator .page-link {
  font-size: 0.75rem;
}
.pagination.pagination-sm .page-item .page-link {
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1rem;
  border-radius: 0.375rem;
}
.pagination.pagination-xs .page-item.page-indicator .page-link {
  font-size: 0.625rem;
}
.pagination.pagination-xs .page-item .page-link {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}
.popover {
  border: 0.125rem solid #2C2C2C;
  min-width: 13.125rem;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
}
[data-theme-version=dark] .popover {
  background-color: #1E1E1E;
}
.popover-header {
  background: #2C2C2C;
  color: #fff;
  font-weight: 300;
}
.popover-header::before {
  border-bottom: 0 !important;
}
.popover-body {
  font-size: 0.75rem;
}
[data-theme-version=dark] .popover .popover-header {
  border-color: #242424;
}
@media only screen and (max-width: 47.9375rem) {
  .popover {
    z-index: 1;
  }
}
.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap-popover-wrapper .bootstrap-popover {
  margin-bottom: 0.5rem;
}
.bootstrap-popover-wrapper .bootstrap-popover button:hover,
.bootstrap-popover-wrapper .bootstrap-popover button:focus {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[data-popper-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 0rem;
  border-top-color: #2C2C2C;
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 0rem;
  border-left-color: #2C2C2C;
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 0rem;
  border-right-color: #2C2C2C;
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 0rem;
  border-bottom-color: #2C2C2C;
}
.note-popover {
  display: none;
}
.progress-bar {
  background-color: var(--primary);
}
.progress-bar-primary {
  background-color: var(--primary);
}
.progress-bar-secondary {
  background-color: var(--secondary);
}
.progress-bar-success {
  background-color: #3AC977;
}
.progress-bar-info {
  background-color: #58bad7;
}
.progress-bar-danger {
  background-color: #FF5E5E;
}
.progress-bar-warning {
  background-color: #FF9F00;
}
.progress-bar-pink {
  background-color: #e83e8c;
}
.progress {
  height: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
}
[data-theme-version=dark] .progress {
  background-color: #1E1E1E;
}
.progress-bar {
  border-radius: 0.375rem;
}
.progress-vertical {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .progress-vertical {
    margin-right: 1rem;
  }
}
.progress-vertical-bottom {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .progress-vertical-bottom {
    margin-right: 1rem;
  }
}
.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
.ribbon {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
.ribbon__one {
  top: 0.9375rem;
  left: -0.6875rem;
  min-height: 1.25rem;
  min-width: 3.25rem;
  text-align: center;
  padding: 0.1875rem 0.625rem;
  background: #3AB54B;
  color: #fff;
  font-size: 0.625rem;
}
.ribbon__one::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.625rem solid #239132;
  border-left: 0.6875rem solid transparent;
  left: 0;
  content: "";
  bottom: -0.625rem;
}
.ribbon__two {
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  background: #FF9F00;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  right: 0.9375rem;
  top: 0.9375rem;
  border-radius: 0.1875rem;
}
.ribbon__three {
  left: -1.875rem;
  top: 0.875rem;
  width: 6.875rem;
  height: 1.5625rem;
  background-color: #FF5E5E;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.ribbon__four {
  left: 0.5rem;
  top: -0.5rem;
  width: 6.875rem;
  height: 3.125rem;
  background-color: var(--primary);
  z-index: auto;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon__four:after {
  right: -0.3125rem;
}
.ribbon__four:before {
  left: -0.3125rem;
}
.ribbon__four:after,
.ribbon__four:before {
  z-index: -1;
  background-color: var(--rgba-primary-1);
  top: 0.1875rem;
  transform: rotate(45deg);
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
}
.ribbon__five {
  left: -1.875rem;
  top: 0.625rem;
  width: 6.875rem;
  height: 1.875rem;
  background-color: var(--primary);
  transform: rotate(-45deg);
  font-size: 0.75rem;
  color: #fff;
  padding-bottom: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.ribbon__five::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.125rem 3.125rem 3.125rem;
  border-color: transparent transparent var(--primary) transparent;
  left: 0.25rem;
  top: -2.8125rem;
}
.ribbon__six {
  left: 0;
  top: 1.125rem;
  width: 6.875rem;
  height: 2.375rem;
  background-color: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ribbon-curve {
  position: absolute;
  top: 0;
  right: -0.375rem;
  width: 0.625rem;
  height: 0.6875rem;
  border-top: 0.6875rem solid #3AB54B;
  border-bottom: 0.625rem solid #3AB54B;
  border-right: 0.3125rem solid transparent;
}
.jsgrid-grid-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 0.5rem;
  height: 0.5rem;
}
.jsgrid-grid-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #f5f5f5;
}
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: var(--primary);
}
.multi-steps > li.is-active ~ li:before,
.multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 400;
}
.multi-steps > li.is-active ~ li:after,
.multi-steps > li.is-active:after {
  background-color: #E6E6E6;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: var(--primary);
}
@media (max-width: 575.98px) {
  .multi-steps > li {
    font-size: 0.75rem;
  }
}
.multi-steps > li:before {
  content: "\2713";
  display: block;
  margin: 0 auto 0.25rem;
  background-color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.375rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-width: 0.125rem;
  border-style: solid;
  border-color: var(--primary);
  border-radius: 0.3125rem;
}
@media (max-width: 575.98px) {
  .multi-steps > li:before {
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.3125rem;
  }
}
.multi-steps > li:after {
  content: "";
  height: 0.125rem;
  width: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 0.75rem;
  left: 50%;
}
[direction=rtl] .multi-steps > li:after {
  left: auto;
  right: 50%;
}
@media (max-width: 575.98px) {
  .multi-steps > li:after {
    top: 0.75rem;
  }
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: var(--primary);
}
.multi-steps > li.is-active ~ li {
  color: #888888;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.nav-pills .nav-link {
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 13px;
}
.default-tab .nav-link {
  background: transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  font-weight: 500;
}
.default-tab .nav-link i {
  display: inline-block;
  transform: scale(1.5);
  color: var(--primary);
}
.default-tab .nav-link:focus,
.default-tab .nav-link:hover,
.default-tab .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff #ebeef6;
  border-radius: 0.375rem 0.375rem 0 0;
  color: var(--primary);
}
[data-theme-version=dark] .default-tab .nav-link:focus,
[data-theme-version=dark] .default-tab .nav-link:hover,
[data-theme-version=dark] .default-tab .nav-link.active {
  background-color: var(--rgba-primary-1);
  border-color: transparent transparent #444444 transparent;
}
.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0rem;
  font-weight: 500;
  border-bottom: 0.1875rem solid transparent;
  border-width: 0 0rem 0.1875rem 0;
}
.custom-tab-1 .nav-link i {
  display: inline-block;
  transform: scale(1.5);
  color: var(--primary);
}
.custom-tab-1 .nav-link:focus,
.custom-tab-1 .nav-link:hover,
.custom-tab-1 .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: var(--primary);
  border-radius: 0;
  color: var(--primary);
  border-width: 0 0rem 0.1875rem 0;
}
[data-theme-version=dark] .custom-tab-1 .nav-link:focus,
[data-theme-version=dark] .custom-tab-1 .nav-link:hover,
[data-theme-version=dark] .custom-tab-1 .nav-link.active {
  background-color: var(--rgba-primary-1);
}
.nav-pills.light .nav-link.active,
.nav-pills.light .show > .nav-link {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  box-shadow: none;
}
[data-theme-version=dark] .nav-pills.light .nav-link.active,
[data-theme-version=dark] .nav-pills.light .show > .nav-link {
  background-color: var(--rgba-primary-1);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary);
  box-shadow: 0 0 1.25rem 0 var(--rgba-primary-2);
}
.tooltip-wrapper button:not(:last-child) {
  margin-right: 0.5rem;
}
.tooltip-wrapper button:hover {
  background: var(--primary);
  color: #fff;
}
.tooltip-wrapper button {
  margin-bottom: 0.5rem;
}
.tooltip-wrapper button:focus {
  box-shadow: none;
}
.tooltip-inner {
  border-radius: 0;
  background: #333333;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.35rem 0.7rem;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #333333;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #333333;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #333333;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #333333;
}
.widget-timeline .timeline {
  list-style: none;
  position: relative;
}
.widget-timeline .timeline:before {
  top: 1.25rem;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0.188rem;
  left: 0.5625rem;
  margin-right: -0.0938rem;
  background: #E6E6E6;
}
[data-theme-version=dark] .widget-timeline .timeline:before {
  background: #444444;
}
[direction=rtl] .widget-timeline .timeline:before {
  left: auto;
  right: 0.5625rem;
  margin-right: auto;
  margin-left: -0.0938rem;
}
.widget-timeline .timeline > li {
  margin-bottom: 0.9375rem;
  position: relative;
}
.widget-timeline .timeline > li:before {
  content: " ";
  display: table;
}
.widget-timeline .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-timeline .timeline > li > .timeline-panel {
  border-radius: 0.375rem;
  padding: 0.9375rem 1.25rem;
  position: relative;
  display: block;
  margin-left: 2.5rem;
  border-width: 0.0625rem;
  border-style: solid;
}
.widget-timeline .timeline > li > .timeline-panel span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.3125rem;
  opacity: 0.8;
  letter-spacing: 0.0625rem;
}
.widget-timeline .timeline > li > .timeline-panel p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.widget-timeline .timeline > li > .timeline-panel h6,
.widget-timeline .timeline > li > .timeline-panel .h6 {
  font-size: 13px;
}
.widget-timeline .timeline > li > .timeline-panel:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: inherit;
  border-color: inherit;
  border-style: solid;
  border-width: 0rem 0rem 0.0625rem 0.0625rem;
  display: block;
  position: absolute;
  left: -0.3125rem;
  transform: rotate(45deg);
  top: 0.9375rem;
}
.widget-timeline .timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 1.275rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 1.275rem;
  border-width: 0.125rem;
  border-style: solid;
  background: #fff;
  padding: 0.25rem;
}
[data-theme-version=dark] .widget-timeline .timeline > li > .timeline-badge {
  background-color: #242424;
}
.widget-timeline .timeline > li > .timeline-badge:after {
  content: "";
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 100%;
  display: block;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-badge {
  left: auto;
  right: 1.1875rem;
}
.widget-timeline .timeline-body > p {
  font-size: 0.75rem;
}
.widget-timeline .timeline-badge.primary {
  border-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .widget-timeline .timeline-badge.primary {
  border-color: var(--rgba-primary-1);
}
.widget-timeline .timeline-badge.primary:after {
  background-color: var(--primary);
  box-shadow: 0 0.3125rem 0.625rem 0 var(--rgba-primary-2);
}
.widget-timeline .timeline-badge.primary + .timeline-panel {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .widget-timeline .timeline-badge.primary + .timeline-panel {
  border-color: transparent;
  background-color: var(--rgba-primary-1);
}
.widget-timeline .timeline-badge.success {
  border-color: #daf5e6;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.success {
  border-color: rgba(58, 201, 119, 0.1);
}
.widget-timeline .timeline-badge.success:after {
  background-color: #3AC977 !important;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(58, 201, 119, 0.2);
}
.widget-timeline .timeline-badge.success + .timeline-panel {
  background: #daf5e6;
  border-color: #daf5e6;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.success + .timeline-panel {
  background-color: rgba(58, 201, 119, 0.1);
  border-color: transparent;
}
.widget-timeline .timeline-badge.warning {
  border-color: #ffeccc;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.warning {
  border-color: rgba(255, 159, 0, 0.1);
}
.widget-timeline .timeline-badge.warning:after {
  background-color: #FF9F00 !important;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(255, 159, 0, 0.2);
}
.widget-timeline .timeline-badge.warning + .timeline-panel {
  background: #ffeccc;
  border-color: #ffeccc;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.warning + .timeline-panel {
  background-color: rgba(255, 159, 0, 0.1);
  border-color: transparent;
}
.widget-timeline .timeline-badge.danger {
  border-color: #ffdede;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.danger {
  border-color: rgba(255, 94, 94, 0.15);
}
.widget-timeline .timeline-badge.danger:after {
  background-color: #FF5E5E !important;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(255, 94, 94, 0.2);
}
.widget-timeline .timeline-badge.danger + .timeline-panel {
  background: #ffdede;
  border-color: #ffdede;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.danger + .timeline-panel {
  background-color: rgba(255, 94, 94, 0.15);
  border-color: transparent;
}
.widget-timeline .timeline-badge.info {
  border-color: #d3edf5;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.info {
  border-color: rgba(88, 186, 215, 0.1);
}
.widget-timeline .timeline-badge.info:after {
  background-color: #58bad7 !important;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(88, 186, 215, 0.2);
}
.widget-timeline .timeline-badge.info + .timeline-panel {
  background: #d3edf5;
  border-color: #d3edf5;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.info + .timeline-panel {
  background-color: rgba(88, 186, 215, 0.1);
  border-color: transparent;
}
.widget-timeline .timeline-badge.dark {
  border-color: #eeeeee;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.dark {
  border-color: rgba(110, 110, 110, 0.35);
}
.widget-timeline .timeline-badge.dark:after {
  background-color: #6e6e6e !important;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(110, 110, 110, 0.2);
}
.widget-timeline .timeline-badge.dark + .timeline-panel {
  background: #eeeeee;
  border-color: #eeeeee;
}
[data-theme-version=dark] .widget-timeline .timeline-badge.dark + .timeline-panel {
  background-color: rgba(110, 110, 110, 0.35);
  border-color: transparent;
}
.widget-timeline.style-1 .timeline-panel {
  background: transparent;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  background: transparent !important;
  border-style: solid;
  border-width: 0 0 0 0.2125rem;
  border-radius: 0;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
  border: 0;
  left: -0.3625rem;
  width: 0.3375rem;
  height: 0.3375rem;
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
  border-color: var(--primary);
}
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel:after {
  background: var(--primary);
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
  border-color: #3AC977;
}
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel:after {
  background: #3AC977;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
  border-color: #FF9F00;
}
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
  background: #FF9F00;
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
  border-color: #FF5E5E;
}
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel:after {
  background: #FF5E5E;
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
  border-color: #58bad7;
}
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel:after {
  background: #58bad7;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
  border-color: #6e6e6e;
}
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel:after {
  background: #6e6e6e;
}
#chart_widget_4 {
  height: 15.9375rem !important;
}
#chart_widget_1 {
  margin-top: -5px;
}
#chart_widget_5 .ct-series-a .ct-line,
#chart_widget_5 .ct-series-a .ct-point {
  stroke: #46ffc8;
}
#chart_widget_5 .ct-line {
  stroke-width: 0.0625rem;
}
#chart_widget_5 .ct-point {
  stroke-width: 0.125rem;
}
#chart_widget_5 .ct-series-a .ct-area {
  fill: #20dea6;
}
#chart_widget_5 .ct-area {
  fill-opacity: 1;
}
#chart_widget_6 .ct-series-a .ct-line,
#chart_widget_6 .ct-series-a .ct-point {
  stroke: #58bad7;
}
#chart_widget_6 .ct-line {
  stroke-width: 0.125rem;
}
#chart_widget_6 .ct-point {
  stroke-width: 0.3125rem;
}
#chart_widget_6 .ct-series-a .ct-area {
  fill: #58bad7;
}
#chart_widget_6 .ct-area {
  fill-opacity: 0.5;
}
#chart_widget_8 {
  height: 15.9375rem;
}
#chart_widget_8 .ct-series-a .ct-line,
#chart_widget_8 .ct-series-a .ct-point {
  stroke: #58bad7;
}
#chart_widget_8 .ct-line {
  stroke-width: 0.125rem;
}
#chart_widget_8 .ct-point {
  stroke-width: 0.3125rem;
}
#chart_widget_8 .ct-series-a .ct-area {
  fill: #58bad7;
}
#chart_widget_8 .ct-area {
  fill-opacity: 0.5;
}
#chart_widget_9,
#chart_widget_10 {
  height: 15.625rem !important;
}
#chart_widget_11 .ct-slice-donut,
#chart_widget_12 .ct-slice-donut,
#chart_widget_13 .ct-slice-donut {
  stroke-width: 1.5625rem !important;
}
#chart_widget_11 {
  height: 16.875rem !important;
}
#chart_widget_17 {
  height: 9.375rem !important;
}
.chart_widget_tab_one .nav-link {
  border: 0.0625rem solid #ddd;
}
.chart_widget_tab_one .nav-link.active {
  background-color: var(--primary);
  border: 0.0625rem solid var(--primary);
  color: #fff;
}
.chart_widget_tab_one .nav-link.active:hover {
  border: 0.0625rem solid var(--primary);
}
.chart_widget_tab_one .nav-link:hover {
  border: 0.0625rem solid #ddd;
}
[data-theme-version=dark] .ccc-widget > div {
  background: #242424 !important;
  border-color: #444444 !important;
}
.list-group-flush .list-group-item {
  border: 0;
}
.social-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
  background: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.social-icon i {
  color: #fff;
}
.social-icon.youtube {
  background: #FF0000;
}
.social-icon.facebook {
  background: #3b5998;
}
.social-icon.twitter {
  background: #1da1f2;
}
.social-graph-wrapper {
  text-align: center;
  padding: 1.25rem;
  position: relative;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.social-graph-wrapper.widget-facebook {
  background-color: #3b5998;
}
.social-graph-wrapper.widget-twitter {
  background-color: #1da1f2;
}
.social-graph-wrapper.widget-linkedin {
  background-color: #007bb6;
}
.social-graph-wrapper.widget-googleplus {
  background-color: #db4439;
}
.social-graph-wrapper .s-icon {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0.625rem;
}
.social-icon2 a {
  border: 0.1rem solid var(--primary);
  display: block;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.social-icon2 i {
  font-size: 0.75rem;
  color: var(--primary);
}
.social-icon3 ul li {
  display: inline-block;
}
.social-icon3 ul li a {
  display: block;
}
.social-icon3 ul li a i {
  font-size: 1.4rem;
  padding: 1rem 0.7rem;
  color: #464a53;
}
.social-icon3 ul li a:hover i {
  color: var(--primary);
}
.social-icons-muted ul li a i {
  color: #89879f;
}
.social-links a {
  padding: 0.5rem;
}
.widget-stat .media {
  padding: 0rem 0;
  align-items: center;
}
.widget-stat .media > span {
  height: 5.3125rem;
  width: 5.3125rem;
  border-radius: 3.125rem;
  padding: 0.625rem 0.75rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #464a53;
  min-width: 5.3125rem;
}
.widget-stat .media .media-body p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
}
[data-theme-version=dark] .widget-stat .media .media-body p {
  color: #fff;
}
.widget-stat .media .media-body h3,
.widget-stat .media .media-body .h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.widget-stat .media .media-body h4,
.widget-stat .media .media-body .h4 {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.widget-stat .media .media-body span {
  margin-left: 0.3125rem;
}
.widget-stat[class*=bg-] .media > span {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.widget-stat[class*=bg-] .progress {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
[direction=rtl] .widget-stat .media .media-body span {
  margin-left: 0;
  margin-right: 0.625rem;
}
.dez-widget-1 .card {
  background: #FFE7DB;
}
.dez-widget-1 .card .card-body p {
  color: #f87533;
}
.dez-widget-1 .icon {
  float: right;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.75rem;
}
.bgl-primary {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .bgl-primary {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
}
.bgl-secondary {
  background: #c5c5c5;
  border-color: #c5c5c5;
}
[data-theme-version=dark] .bgl-secondary {
  background-color: rgba(44, 44, 44, 0.5);
  border-color: rgba(44, 44, 44, 0.5);
}
.bgl-success {
  background: #daf5e6;
  border-color: #daf5e6;
}
[data-theme-version=dark] .bgl-success {
  background-color: rgba(58, 201, 119, 0.1);
  border-color: rgba(58, 201, 119, 0.1);
}
.bgl-warning {
  background: #ffeccc;
  border-color: #ffeccc;
}
[data-theme-version=dark] .bgl-warning {
  background-color: rgba(255, 159, 0, 0.1);
  border-color: rgba(255, 159, 0, 0.1);
}
.bgl-danger {
  background: #ffdede;
  border-color: #ffdede;
}
[data-theme-version=dark] .bgl-danger {
  background-color: rgba(255, 94, 94, 0.15);
  border-color: rgba(255, 94, 94, 0.15);
}
.bgl-info {
  background: #d3edf5;
  border-color: #d3edf5;
}
[data-theme-version=dark] .bgl-info {
  background-color: rgba(88, 186, 215, 0.1);
  border-color: rgba(88, 186, 215, 0.1);
}
.bg-primary-light {
  background: var(--rgba-primary-1);
}
[data-theme-version=dark] .bg-primary-light {
  background-color: var(--rgba-primary-1);
}
.bg-secondary-light {
  background: rgba(197, 197, 197, 0.5);
}
[data-theme-version=dark] .bg-secondary-light {
  background-color: rgba(44, 44, 44, 0.05);
}
.bg-success-light {
  background: rgba(218, 245, 230, 0.5);
}
[data-theme-version=dark] .bg-success-light {
  background-color: rgba(58, 201, 119, 0.05);
}
.bg-warning-light {
  background: rgba(255, 236, 204, 0.5);
}
[data-theme-version=dark] .bg-warning-light {
  background-color: rgba(255, 159, 0, 0.05);
}
.bg-danger-light {
  background: rgba(255, 222, 222, 0.4);
}
[data-theme-version=dark] .bg-danger-light {
  background-color: rgba(255, 94, 94, 0.05);
}
.bg-info-light {
  background: rgba(211, 237, 245, 0.5);
}
[data-theme-version=dark] .bg-info-light {
  background-color: rgba(88, 186, 215, 0.05);
}
.bgl-dark {
  background: #eeeeee;
  border-color: #eeeeee;
}
.bgl-light {
  background: #dfdfdf;
  border-color: #dfdfdf;
}
.overlay-box {
  position: relative;
  z-index: 1;
}
.overlay-box:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.85;
  background: var(--primary);
  z-index: -1;
}
.rating-bar {
  font-size: 0.8125rem;
}
.tdl-holder {
  margin: 0 auto;
}
.tdl-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tdl-holder li {
  background-color: #fff;
  border-bottom: 0.0625rem solid #E6E6E6;
  list-style: none none;
  margin: 0;
  padding: 0;
}
.tdl-holder li span {
  margin-left: 2.1875rem;
  font-size: 1rem;
  vertical-align: middle;
  transition: all 0.2s linear;
}
[direction=rtl] .tdl-holder li span {
  margin-left: auto;
  margin-right: 2.1875rem;
}
.tdl-holder label {
  cursor: pointer;
  display: block;
  line-height: 3.125rem;
  padding-left: 1.5rem;
  position: relative;
  margin: 0 !important;
}
[direction=rtl] .tdl-holder label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.tdl-holder label:hover {
  background-color: #eef1f6;
  color: #6e6e6e;
}
.tdl-holder label:hover a {
  color: #FF5E5E;
}
.tdl-holder label a {
  color: #fff;
  display: inline-block;
  line-height: normal;
  height: 100%;
  text-align: center;
  text-decoration: none;
  width: 3.125rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 1.125rem 0rem;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
}
[direction=rtl] .tdl-holder label a {
  right: auto;
  left: 0;
}
.tdl-holder input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.tdl-holder input[type=checkbox] + i {
  background-color: #fff;
  border: 0.0625rem solid #e7e7e7;
  display: block;
  height: 1.25rem;
  position: absolute;
  top: 0.9375rem;
  width: 1.25rem;
  z-index: 1;
  font-size: 0.6875rem;
  border-radius: 0.25rem;
}
.tdl-holder input[type=checkbox]:checked + i {
  background: var(--primary);
  border-color: transparent;
}
.tdl-holder input[type=checkbox]:checked + i::after {
  content: "\f00c";
  font-family: "fontAwesome";
  display: block;
  left: 0.125rem;
  position: absolute;
  top: -0.875rem;
  z-index: 2;
  color: #fff;
}
.tdl-holder input[type=checkbox]:checked ~ span {
  text-decoration: line-through;
  position: relative;
}
.tdl-holder input[type=text] {
  background-color: #fff;
  height: 3.125rem;
  margin-top: 1.8125rem;
  border-radius: 0.1875rem;
}
.tdl-holder input[type=text]::placeholder {
  color: #6e6e6e;
}
.widget-message p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.picker .picker__frame {
  min-width: 28.125rem;
  max-width: 28.125rem;
}
.picker .picker__frame .picker__box {
  padding: 1.25rem;
  border: 0;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.picker .picker__frame .picker__box .picker__header {
  margin-top: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__year {
  color: var(--primary);
  font-style: inherit;
  font-size: 1.25rem;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev,
.picker .picker__frame .picker__box .picker__header .picker__nav--next {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
  border-radius: 0.125rem;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev:before,
.picker .picker__frame .picker__box .picker__header .picker__nav--next:before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev:after,
.picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
  font-family: fontawesome;
  border: 0;
  margin: 0 auto;
  font-size: 1.375rem;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev:hover,
.picker .picker__frame .picker__box .picker__header .picker__nav--next:hover {
  background-color: var(--primary);
  color: #fff;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev {
  left: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--prev:after {
  content: "\f0d9";
}
.picker .picker__frame .picker__box .picker__header .picker__nav--next {
  right: 0;
}
.picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
  content: "\f0da";
}
.picker .picker__frame .picker__box .picker__table .picker__weekday {
  padding: 0.625rem 0;
  font-size: 1rem;
}
.picker .picker__frame .picker__box .picker__table .picker__day {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3.125rem;
  padding: 0 !important;
  font-size: 1rem;
  line-height: 2.5rem;
  margin: auto;
  border: 0 !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--today:before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
  border: 0 !important;
  padding: 0;
  background-color: var(--primary);
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__table .picker__day:hover {
  background-color: var(--primary);
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--today {
  background-color: var(--primary);
  color: #fff !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--today:before {
  content: none !important;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--clear,
.picker .picker__frame .picker__box .picker__footer .picker__button--close,
.picker .picker__frame .picker__box .picker__footer .picker__button--today {
  border: 0;
  border-radius: 0.125rem;
  font-size: 1rem;
}
.picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover,
.picker .picker__frame .picker__box .picker__footer .picker__button--close:hover,
.picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
  background-color: var(--primary);
  color: #fff !important;
}
@media only screen and (max-width: 35.9375rem) {
  .picker .picker__frame {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .picker .picker__frame .picker__box {
    padding: 0.9375rem;
    margin: 0 0.625rem;
  }
}
.card-list {
  overflow: unset;
  height: calc(100% - 50px);
}
.card-list .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.card-list .card-header .photo {
  overflow: hidden;
  border-radius: 0.3125rem;
  width: 100%;
}
@media only screen and (max-width: 74.9375rem) {
  .card-list {
    height: calc(100% - 40px);
  }
}
.card-list.list-left {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
}
.card-list.list-left .card-header {
  padding-left: 0;
}
.card-list.list-left .card-header .photo {
  margin: -0.9375rem 0.9375rem 0 -0.9375rem;
}
.card-list.list-right {
  margin-top: 0.9375rem;
  margin-right: 0.9375rem;
  text-align: right;
}
.card-list.list-right .card-header {
  padding-right: 0;
}
.card-list.list-right .card-header .photo {
  margin: -0.9375rem -0.9375rem 0 0.9375rem;
}
.card-list.list-right .card-header .photo img {
  width: 100%;
}
.card-list.list-center {
  margin-top: 0.9375rem;
}
.card-list.list-center .card-header .photo {
  margin: -0.9375rem 0 0 0;
}
.card-list .photo img {
  width: 100%;
}
.card-profile .profile-photo {
  margin-top: -1.25rem;
}
.widget-media .timeline .timeline-panel {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.75rem;
  margin: 0 -5px;
  border-radius: 0.375rem;
  position: relative;
  transition: all 0.5s;
}
.widget-media .timeline .timeline-panel:hover {
  background-color: rgba(13, 153, 255, 0.05);
  cursor: pointer;
}
.widget-media .timeline .timeline-panel .media {
  width: 2.188rem;
  height: 2.188rem;
  background: #eee;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0.813rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}
.widget-media .timeline .timeline-panel .media-primary {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel .media-primary {
  background-color: var(--rgba-primary-1);
}
.widget-media .timeline .timeline-panel .media-info {
  background: #d3edf5;
  color: #58bad7;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel .media-info {
  background-color: rgba(88, 186, 215, 0.1);
}
.widget-media .timeline .timeline-panel .media-warning {
  background: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel .media-warning {
  background-color: rgba(255, 159, 0, 0.1);
}
.widget-media .timeline .timeline-panel .media-danger {
  background: #ffdede;
  color: #FF5E5E;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel .media-danger {
  background-color: rgba(255, 94, 94, 0.15);
}
.widget-media .timeline .timeline-panel .media-success {
  background: #daf5e6;
  color: #3AC977;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel .media-success {
  background-color: rgba(58, 201, 119, 0.1);
}
.widget-media .timeline .timeline-panel .media-body span {
  border: 1px solid #E6E6E6;
  font-size: 0.75rem;
  border-radius: 0.375rem;
  padding: 0.313rem 0.625rem;
}
.widget-media .timeline .timeline-panel .media-body h6,
.widget-media .timeline .timeline-panel .media-body .h6 {
  font-size: 0.813rem;
  line-height: 1rem;
}
.widget-media .timeline .timeline-panel .media-body p {
  font-size: 0.75rem;
}
.widget-media .timeline .timeline-panel .media-body .attc {
  display: flex;
  align-items: flex-start;
  border: 1px solid #f1f1f1;
  border-radius: 0.375rem;
  padding: 0.313rem 0.625rem;
}
.widget-media .timeline .timeline-panel .media-body .attc .media.style-1 {
  border-radius: 0.375rem;
  border: 1px solid #E6E6E6;
}
.widget-media .timeline .timeline-panel .dropdown {
  align-self: self-end;
  margin-top: 0.3125rem;
}
.widget-media .timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.card[class*=bg-] .timeline .timeline-panel {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.donut-chart-sale small,
.donut-chart-sale .small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 600;
}
.students h4,
.students .h4,
.students h5,
.students .h5,
.students span {
  color: #fff;
}
.table {
  color: strong;
  color-color: #6e6e6e;
}
.table th,
.table td {
  border-color: #E6E6E6;
  padding: 0.9375rem 0.625rem;
}
[data-theme-version=dark] .table th,
[data-theme-version=dark] .table td {
  border-color: #444444;
  color: #fff !important;
}
.table.table-striped tbody tr:nth-of-type(odd),
.table.table-hover tr:hover {
  background-color: #fff;
}
[data-theme-version=dark] .table.table-striped tbody tr:nth-of-type(odd),
[data-theme-version=dark] .table.table-hover tr:hover {
  background-color: #1E1E1E;
}
.table.shadow-hover tbody tr:hover {
  background-color: #fff;
  box-shadow: 0 0rem 1.875rem var(--rgba-primary-2);
}
[data-theme-version=dark] .table.shadow-hover tbody tr:hover {
  background-color: #1E1E1E;
}
.table.tr-rounded tr td:first-child,
.table.tr-rounded tr th:first-child {
  border-radius: 2.8125rem 0 0 2.8125rem;
}
.table.tr-rounded tr td:last-child,
.table.tr-rounded tr th:last-child {
  border-radius: 0 2.8125rem 2.8125rem 0;
}
.table.border-hover tr td {
  border-width: 0.0625rem 0 0.0625rem 0;
  border-bottom: 0.0625rem solid transparent;
  border-color: transparent;
}
.table.border-hover tr td:first-child {
  border-width: 0.0625rem 0 0.0625rem 0.0625rem;
}
.table.border-hover tr td:last-child {
  border-width: 0.0625rem 0.0625rem 0.0625rem 0;
}
.table.border-hover tr:hover td {
  border-color: #CCCCCC;
}
.table.bg-primary-hover th,
.table.bg-primary-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-primary-hover td {
  color: #000;
}
[data-theme-version=dark] .table.bg-primary-hover td {
  color: #fff;
}
.table.bg-primary-hover th {
  color: #6C6C6C;
}
.table.bg-primary-hover tr:hover td,
.table.bg-primary-hover tr:hover th {
  background: var(--primary);
  color: #fff;
}
.table.bg-secondary-hover th,
.table.bg-secondary-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-secondary-hover td {
  color: #000;
}
[data-theme-version=dark] .table.bg-secondary-hover td {
  color: #fff;
}
.table.bg-secondary-hover th {
  color: #6C6C6C;
}
.table.bg-secondary-hover tr:hover td,
.table.bg-secondary-hover tr:hover th {
  background: #2C2C2C;
  color: #fff !important;
}
.table.bg-info-hover th,
.table.bg-info-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-info-hover td {
  color: #000;
}
.table.bg-info-hover th {
  color: #6C6C6C;
}
.table.bg-info-hover tr:hover td,
.table.bg-info-hover tr:hover th {
  background: #58bad7;
  color: #fff !important;
}
.table.bg-warning-hover th,
.table.bg-warning-hover td {
  border: none;
  font-weight: 500;
}
.table.bg-warning-hover td {
  color: #000;
}
[data-theme-version=dark] .table.bg-warning-hover td {
  color: #fff;
}
.table.bg-warning-hover th {
  color: #6C6C6C;
}
.table.bg-warning-hover tr:hover td,
.table.bg-warning-hover tr:hover th {
  background: #FF9F00;
  color: #fff !important;
}
.table.border-no td {
  border: 0;
}
.table.short-one tr td:first-child,
.table.short-one tr th:first-child {
  width: 3.75rem;
}
.table thead th {
  border-bottom: 0.0625rem solid #E6E6E6;
  text-transform: capitalize;
  color: #000;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 500;
  border-color: #E6E6E6 !important;
}
[data-theme-version=dark] .table thead th {
  border-color: #444444 !important;
}
.table tbody tr td {
  vertical-align: middle;
  border-color: #E6E6E6;
  white-space: nowrap;
}
.table:not(.table-bordered) thead th {
  border-top: none;
}
.table .thead-primary th {
  background-color: var(--primary);
  color: #fff;
}
.table .thead-info th {
  background-color: #58bad7;
  color: #fff;
}
.table .thead-warning th {
  background-color: #FF9F00;
  color: #fff;
}
.table .thead-danger th {
  background-color: #FF5E5E;
  color: #fff;
}
.table .thead-success th {
  background-color: #3AC977;
  color: #fff;
}
.table.primary-table-bordered {
  border: 0.0625rem solid #E6E6E6;
}
[data-theme-version=dark] .table.primary-table-bordered {
  border-color: #444444;
}
.table.primary-table-bg-hover thead th {
  background-color: var(--primary-dark);
  color: #fff;
  border-bottom: none;
}
.table.primary-table-bg-hover tbody tr {
  background-color: var(--primary);
  color: #fff;
  transition: all 0.1s ease;
}
.table.primary-table-bg-hover tbody tr:hover {
  background-color: var(--rgba-primary-8);
}
.table.primary-table-bg-hover tbody tr:not(:last-child) td,
.table.primary-table-bg-hover tbody tr:not(:last-child) th {
  border-bottom: 0.0625rem solid var(--primary-dark);
}
.table-responsive-tiny {
  min-width: 18.75rem;
}
.table-responsive-sm {
  min-width: 30rem !important;
}
.table-responsive-md {
  min-width: 36rem !important;
}
.table-responsive-lg {
  min-width: 60.9375rem !important;
}
.table-responsive-xl {
  min-width: 70.9375rem !important;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version=dark] .table-primary,
[data-theme-version=dark] .table-primary > th,
[data-theme-version=dark] .table-primary > td {
  background-color: var(--rgba-primary-1);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #daf5e6;
  color: #3AC977;
}
[data-theme-version=dark] .table-success,
[data-theme-version=dark] .table-success > th,
[data-theme-version=dark] .table-success > td {
  background-color: rgba(58, 201, 119, 0.1);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d3edf5;
  color: #58bad7;
}
[data-theme-version=dark] .table-info,
[data-theme-version=dark] .table-info > th,
[data-theme-version=dark] .table-info > td {
  background-color: rgba(88, 186, 215, 0.1);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeccc;
  color: #FF9F00;
}
[data-theme-version=dark] .table-warning,
[data-theme-version=dark] .table-warning > th,
[data-theme-version=dark] .table-warning > td {
  background-color: rgba(255, 159, 0, 0.1);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffdede;
  color: #FF5E5E;
}
[data-theme-version=dark] .table-danger,
[data-theme-version=dark] .table-danger > th,
[data-theme-version=dark] .table-danger > td {
  background-color: rgba(255, 94, 94, 0.15);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f2f4fa;
}
[data-theme-version=dark] .table-active,
[data-theme-version=dark] .table-active > th,
[data-theme-version=dark] .table-active > td {
  background-color: #1E1E1E;
}
.card-table th:first-child,
.card-table td:first-child {
  padding-left: 1.875rem;
}
@media only screen and (max-width: 35.9375rem) {
  .card-table th:first-child,
  .card-table td:first-child {
    padding-left: 0.9375rem;
  }
}
.card-table th:last-child,
.card-table td:last-child {
  padding-right: 1.875rem;
}
@media only screen and (max-width: 35.9375rem) {
  .card-table th:last-child,
  .card-table td:last-child {
    padding-right: 0.9375rem;
  }
}
.table-sell tbody tr td {
  border-color: rgba(255, 255, 255, 0.4);
}
.table-sell thead th {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.table-sell tr td {
  padding: 0.67rem 0.625rem;
}
.table-sell tr th {
  padding: 0.67rem 0.625rem;
  font-size: 1rem;
}
.order-tbl tbody tr:hover {
  border-radius: 0.375rem;
}
.dataTablemarket tbody tr td {
  text-align: center;
}
[data-theme-version=dark] .table-sell tbody tr td {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
[data-theme-version=dark] .table-sell thead th {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.dark-logo {
  display: none;
}
.light-logo {
  display: block;
}
#horizontal-bar-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  width: 64px !important;
}
.table.primary-table-bg-hover tbody tr td,
.table.primary-table-bg-hover tbody tr th {
  background-color: var(--primary);
  color: #fff !important;
}
.bootgrid-header {
  padding: 0 !important;
  margin: 0;
}
@media only screen and (max-width: 35.9375rem) {
  .bootgrid-header .actionBar {
    padding: 0;
  }
  .bootgrid-header .search {
    margin: 0 0 0.625rem 0;
  }
}
table#example {
  padding: 0rem 0 2rem 0;
}
table.dataTable {
  font-size: 0.875rem;
}
#example2_wrapper .dataTables_scrollBody {
  max-height: 33.25rem !important;
}
#employees,
#custommers {
  padding: 0.5rem 0 1rem 0;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0.125rem solid #CCCCCC;
  border-top: 0;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0;
}
table.dataTable tbody tr,
table.dataTable tbody td {
  background: transparent !important;
}
table.dataTable thead th {
  color: #374557;
  white-space: nowrap;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  padding: 1.25rem 0.9375rem;
}
[data-theme-version=dark] table.dataTable thead th {
  color: #fff;
}
@media only screen and (max-width: 87.5rem) {
  table.dataTable thead th {
    font-size: 1rem;
  }
}
table.dataTable tbody td {
  padding: 1.25rem 0.9375rem;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 0;
}
@media only screen and (max-width: 35.9375rem) {
  table.dataTable tbody td {
    padding: 0.5rem 0.3125rem;
  }
}
@media only screen and (max-width: 87.5rem) {
  table.dataTable tbody td {
    font-size: 0.875rem;
    padding: 0.5rem 0.9375rem;
  }
}
table.dataTable tfoot th {
  color: #6e6e6e;
  font-weight: 600;
}
[data-theme-version=dark] table.dataTable tfoot th {
  color: #fff;
}
td.text-ov {
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate {
  align-items: center;
  display: flex;
  flex-flow: wrap;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 13px;
  height: 24px;
  width: 24px;
  background: transparent;
  border-radius: 0.375rem;
  padding: 0 0.45rem;
  line-height: 25px;
  margin: 0 0.225rem;
  display: inline-block;
  color: var(--primary) !important;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.next:hover {
  color: var(--primary) !important;
  background: var(--rgba-primary-1) !important;
  border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  color: var(--primary) !important;
}
@media only screen and (max-width: 35.9375rem) {
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    height: 2.125rem;
    width: fit-content;
    line-height: 2.125rem;
    padding: 0 0.45rem;
  }
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0 0.125rem;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  border-radius: 0.375rem;
  border: 0 !important;
  color: var(--primary) !important;
  cursor: pointer;
  box-shadow: none !important;
}
@media only screen and (max-width: 74.9375rem) {
  .dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 40px;
    width: 40px;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 2.125rem;
    width: 2.125rem;
    line-height: 2.325rem;
  }
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  color: #fff !important;
  background: var(--primary) !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  color: #fff !important;
  background: var(--primary) !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate span .paginate_button:active {
  color: var(--primary) !important;
  background: var(--rgba-primary-1) !important;
}
.dataTables_wrapper input[type=search],
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
  border: 0.0625rem solid #e2e2e2;
  padding: 0.3rem 0.5rem;
  color: rgb(113, 93, 93);
  border-radius: 0.3125rem;
}
[data-theme-version=dark] .dataTables_wrapper input[type=search],
[data-theme-version=dark] .dataTables_wrapper input[type=text],
[data-theme-version=dark] .dataTables_wrapper select {
  background: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 0.9375rem;
}
.dataTables_wrapper .dataTables_length .bootstrap-select {
  width: 5rem;
  margin: 0 0.3125rem;
  width: 70px !important;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
.rounded-lg {
  min-width: 1.875rem;
}
.dataTables_scroll {
  padding: 1rem 0;
}
.dataTables_scrollFoot {
  padding-top: 1rem;
}
.dataTablesCard {
  background-color: #fff;
  border-radius: 0.375rem;
}
.dataTablesCard.border-no td {
  border-top: 0 !important;
}
@media (max-width: 991.98px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #888888 !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #888888;
  border-radius: 1rem;
  padding: 0.125rem 0;
  margin-bottom: 0.35rem;
}
.paging_simple_numbers.dataTables_paginate {
  padding: 0.6125rem 0.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  .paging_simple_numbers.dataTables_paginate {
    padding: 0.8125rem 0.3125rem;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #888888 !important;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #E6E6E6;
}
[data-theme-version=dark] table.dataTable.row-border tbody th,
[data-theme-version=dark] table.dataTable.row-border tbody td,
[data-theme-version=dark] table.dataTable.display tbody th,
[data-theme-version=dark] table.dataTable.display tbody td {
  border-color: #444444;
}
.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
  font-size: 0.813rem !important;
  padding: 0.625rem 1rem;
}
table.tb-transaction tbody td {
  padding: 0.75rem 1.875rem;
}
table.tickettable tbody td {
  padding: 1.25rem 1.875rem;
  color: var(--secondary);
}
table.tickettable thead th {
  font-size: 1rem !important;
  padding: 1.65rem 1.875rem;
  color: var(--secondary);
  border-bottom: 1px solid #DBDBDB;
}
.table.tickettable.table-striped tbody tr:first-child:hover {
  background-color: transparent;
}
.table.tickettable.table-hover thead tr:first-child:hover {
  background-color: transparent;
}
.table.table-sell.table-hover thead tr:first-child:hover {
  background-color: transparent;
}
.table.table-sell.table-hover tbody tr:hover {
  background-color: var(--secondary);
}
.orderbookTable thead tr th {
  font-size: 1rem;
  border: 0;
}
.orderbookTable tbody tr td {
  border: 0;
  padding: 0.7375rem 0.625rem;
}
.dataTabletrade .dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTabletrade .dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTabletrade .dataTables_wrapper #example {
  padding: 0rem 0 0.5rem 0;
}
.dataTabletrade .dataTables_wrapper .dataTable thead tr th {
  font-size: 1rem;
  border-bottom: 1px solid #eee;
}
.dataTabletrade .dataTables_wrapper .dataTable tbody tr td {
  font-size: 0.9rem;
  padding: 1.05rem 0.9375rem;
}
.dataTabletrade .dataTables_wrapper .dataTables_paginate {
  margin-bottom: 0;
}
.dataTabletrade .dataTables_wrapper .sorting_asc {
  background-image: unset;
}
.dataTabletrade .dataTables_wrapper .sorting {
  background-image: unset;
}
.dataTablehistory .dataTables_wrapper .dataTable thead tr th {
  font-size: 1rem;
}
.dataTablehistory .dataTables_wrapper .dataTable tbody tr td {
  font-size: 0.8rem;
  padding: 1.05rem 0.9375rem;
}
.dataTablehistory .dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTablehistory .dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTablehistory .dataTables_wrapper table#example {
  padding: 0rem 0 0.6rem 0;
}
.dataTablehistory .dataTables_wrapper .sorting_asc {
  background-image: unset;
}
.dataTablehistory .dataTables_wrapper .sorting {
  background-image: unset;
}
.dataTablemarket .dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTablemarket .dataTables_wrapper .dataTables_filter {
  margin-bottom: 0;
  margin-top: 0;
  float: right;
  display: none;
}
.dataTablemarket .dataTables_wrapper #example {
  padding: 0rem 0 0.5rem 0;
}
.dataTablemarket .dataTables_wrapper .dataTable thead tr th {
  font-size: 0.9rem;
  padding: 0.75rem 0.6375rem;
  border-bottom: 1px solid #eee;
}
.dataTablemarket .dataTables_wrapper .dataTable tbody tr td {
  font-size: 1rem;
  padding: 1.05rem 0.9375rem;
  color: var(--secondary);
  font-weight: 400;
}
[data-theme-version=dark] .dataTablemarket .dataTables_wrapper .dataTable tbody tr td {
  color: #fff;
}
.dataTablemarket .dataTables_wrapper .dataTable tbody tr td a {
  font-size: 1rem;
  font-size: 400;
  color: var(--secondary);
}
.dataTablemarket .dataTables_wrapper .dataTables_paginate {
  margin-bottom: 0;
}
.dataTablemarket .dataTables_wrapper .sorting_asc {
  background-image: unset;
}
.dataTablemarket .dataTables_wrapper .sorting {
  background-image: unset;
}
.table.dataTable thead .sorting_desc {
  background-image: unset;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  margin-left: 10px;
  font-size: calc(100% - 4px);
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  opacity: 1;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  opacity: 1;
}
.order-tbl td {
  padding: 0.5375rem 0.625rem;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}
table.dataTable thead .sorting_asc {
  background-image: none;
}
#example2_wrapper #example2_filter {
  float: left;
}
.dataTables_scrollBody thead {
  display: none;
}
#example5_wrapper table.dataTable thead .sorting_asc .custom-checkbox .form-check-input:checked {
  border: 2px solid #fff;
}
.tbl-report thead tr th {
  font-weight: 600;
  font-size: 1rem;
  color: #374557;
}
#example3 .sorting_asc:after {
  content: "" !important;
}
#example3 .sorting_desc:after {
  content: "" !important;
}
.fooicon {
  font-size: 1.25rem;
  color: #6e6e6e;
}
.jsgrid-table .jsgrid-header-row > .jsgrid-header-cell {
  color: #6e6e6e;
}
.jsgrid-table > tbody > tr > td {
  padding: 1.2em;
}
.jsgrid-table .jsgrid-insert-row input,
.jsgrid-table .jsgrid-insert-row select,
.jsgrid-table .jsgrid-edit-row input,
.jsgrid-table .jsgrid-edit-row select {
  border: 0.0625rem solid #DDDFE1;
}
.jsgrid .jsgrid-button {
  border: 0 !important;
  margin-left: 0.625rem;
}
.p-paginator {
  background: none !important;
  margin-top: 2rem;
}
.p-datatable-thead tr th .p-column-title {
  display: flex;
  align-items: center;
}
.p-datatable .p-datatable-tbody > tr > td {
  border-bottom: 1px solid #eee;
}
.p-element .p-paginator-rpp-options .p-dropdown-label {
  padding: 6px;
}
.p-dropdown-panel .p-dropdown-items-wrapper .p-element span {
  margin: 5px;
  text-align: center;
}
.p-datatable-wrapper {
  overflow-y: auto !important;
}
.p-paginator {
  padding: 0 1rem 1rem;
}
.p-paginator .p-link {
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
  margin: 5px;
}
.p-paginator .p-paginator-pages .p-link {
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
}
.p-paginator .p-paginator-pages .p-link.p-highlight {
  color: #fff !important;
  background: var(--primary) !important;
}
.svg-icons-ov {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  align-items: center;
  padding: 15px 15px 75px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
}
.svg-icons-ov .svg-icons-prev {
  margin-right: 15px;
}
.svg-icons-ov .svg-icons-prev svg path {
  stroke: var(--primary);
}
.svg-icons-ov .svg-icons-prev svg path[fill] {
  fill: var(--primary);
}
.svg-icons-ov .svg-icons-prev i {
  font-size: 24px;
  color: var(--primary);
}
.svg-icons-ov .svg-icon-popup {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: flex;
  left: 10px;
}
.svg-icons-ov .svg-icon-popup.style-1 {
  left: 0;
}
.svg-icons-ov .svg-icon-popup.style-1 .btn {
  width: 100%;
}
.svg-icons-ov .svg-icon-popup .btn {
  padding: 8px;
  background: #e8f5ff;
  margin: 0 5px;
  color: #0D99FF;
  font-size: 14px !important;
  display: inline-block;
  width: 40%;
  min-width: 40%;
  height: 40px;
}
.svg-icons-ov .svg-icon-popup .btn:hover {
  background-color: #0D99FF;
  color: #fff;
}
.svg-icons-ov:hover {
  border-color: #0D99FF;
}
.svg-icons-ov.style-1 {
  padding: 15px;
  flex-direction: column;
  cursor: pointer;
}
.svg-icons-ov.style-1 .svg-icons-prev {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.563rem;
  text-align: center;
  background-color: #fdf4f8;
  border-radius: 50%;
  margin-bottom: 0.688rem;
  margin-right: 0;
}
.svg-icons-ov.style-1 .svg-classname {
  font-size: 0.713rem;
}
.svg-area .row {
  margin: 0;
}
.svg-area .col-md-2 {
  padding: 0;
}
.svg-area .card-header {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.svg-area .card-header:first-child {
  margin-top: 0;
}
.error-page {
  height: 100vh;
  padding: 50px;
  position: relative;
  background-blend-mode: luminosity;
  background-size: cover;
}
.error-page:before {
  content: "";
  position: absolute;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.error-page .error-inner {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 600px;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 35.9375rem) {
  .error-page .error-inner {
    width: 100%;
  }
}
.error-page .error-head {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #1c1c4e;
}
@media only screen and (max-width: 35.9375rem) {
  .error-page .error-head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.error-page .dz-error {
  position: relative;
  color: var(--secondary);
  font-size: 200px;
  letter-spacing: 0px;
  animation: dzError 1s infinite linear alternate-reverse;
  font-weight: 900;
  line-height: 200px;
  margin: auto;
}
@media only screen and (max-width: 61.9375rem) {
  .error-page .dz-error {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .error-page .dz-error {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 5px;
  }
}
.error-page .dz-error::before,
.error-page .dz-error::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.error-page .dz-error::before {
  left: 2px;
  text-shadow: -2px 0 #f7cf47;
  clip: rect(44px, 450px, 56px, 0);
  animation: dzError1 5s infinite linear alternate-reverse;
}
.error-page .dz-error::after {
  left: -2px;
  text-shadow: -2px 0 #f7cf47, 2px 2px #f7cf47;
  clip: rect(44px, 450px, 56px, 0);
  animation: dzError2 5s infinite linear alternate-reverse;
}
@keyframes dzError1 {
  0% {
    clip: rect(178px, 9999px, 462px, 0);
    transform: skew(0.22deg);
  }
  2.5% {
    clip: rect(79px, 9999px, 85px, 0);
    transform: skew(0.292deg);
  }
  5% {
    clip: rect(14px, 9999px, 32px, 0);
    transform: skew(0.938deg);
  }
  7.5% {
    clip: rect(452px, 9999px, 134px, 0);
    transform: skew(0.61deg);
  }
  10% {
    clip: rect(247px, 9999px, 178px, 0);
    transform: skew(0.11deg);
  }
  12.5% {
    clip: rect(275px, 9999px, 336px, 0);
    transform: skew(0.348deg);
  }
  15% {
    clip: rect(10px, 9999px, 270px, 0);
    transform: skew(0.666deg);
  }
  17.5% {
    clip: rect(194px, 9999px, 351px, 0);
    transform: skew(0.194deg);
  }
  20% {
    clip: rect(79px, 9999px, 447px, 0);
    transform: skew(0.546deg);
  }
  22.5% {
    clip: rect(437px, 9999px, 151px, 0);
    transform: skew(0.13deg);
  }
  25% {
    clip: rect(487px, 9999px, 302px, 0);
    transform: skew(0.652deg);
  }
  27.5% {
    clip: rect(416px, 9999px, 300px, 0);
    transform: skew(0.3deg);
  }
  30% {
    clip: rect(106px, 9999px, 228px, 0);
    transform: skew(0.764deg);
  }
  32.5% {
    clip: rect(249px, 9999px, 176px, 0);
    transform: skew(0.352deg);
  }
  35% {
    clip: rect(372px, 9999px, 461px, 0);
    transform: skew(0.634deg);
  }
  37.5% {
    clip: rect(420px, 9999px, 199px, 0);
    transform: skew(0.864deg);
  }
  40% {
    clip: rect(326px, 9999px, 259px, 0);
    transform: skew(0.416deg);
  }
  42.5% {
    clip: rect(74px, 9999px, 346px, 0);
    transform: skew(0.538deg);
  }
  45% {
    clip: rect(361px, 9999px, 179px, 0);
    transform: skew(0.346deg);
  }
  47.5% {
    clip: rect(215px, 9999px, 444px, 0);
    transform: skew(0.058deg);
  }
  50% {
    clip: rect(172px, 9999px, 188px, 0);
    transform: skew(0.226deg);
  }
  52.5% {
    clip: rect(422px, 9999px, 29px, 0);
    transform: skew(0.692deg);
  }
  55% {
    clip: rect(77px, 9999px, 88px, 0);
    transform: skew(0.78deg);
  }
  57.5% {
    clip: rect(3px, 9999px, 21px, 0);
    transform: skew(0.578deg);
  }
  60% {
    clip: rect(107px, 9999px, 468px, 0);
    transform: skew(0.57deg);
  }
  62.5% {
    clip: rect(329px, 9999px, 454px, 0);
    transform: skew(0.846deg);
  }
  65% {
    clip: rect(293px, 9999px, 404px, 0);
    transform: skew(0.77deg);
  }
  67.5% {
    clip: rect(362px, 9999px, 35px, 0);
    transform: skew(0.556deg);
  }
  70% {
    clip: rect(44px, 9999px, 439px, 0);
    transform: skew(0.378deg);
  }
  72.5% {
    clip: rect(220px, 9999px, 367px, 0);
    transform: skew(0.732deg);
  }
  75% {
    clip: rect(413px, 9999px, 389px, 0);
    transform: skew(0.904deg);
  }
  77.5% {
    clip: rect(254px, 9999px, 272px, 0);
    transform: skew(0.316deg);
  }
  80% {
    clip: rect(118px, 9999px, 229px, 0);
    transform: skew(0.918deg);
  }
  82.5% {
    clip: rect(258px, 9999px, 439px, 0);
    transform: skew(0.57deg);
  }
  85% {
    clip: rect(388px, 9999px, 53px, 0);
    transform: skew(0.918deg);
  }
  87.5% {
    clip: rect(228px, 9999px, 43px, 0);
    transform: skew(0.682deg);
  }
  90% {
    clip: rect(229px, 9999px, 271px, 0);
    transform: skew(0.314deg);
  }
  92.5% {
    clip: rect(213px, 9999px, 293px, 0);
    transform: skew(0.828deg);
  }
  95% {
    clip: rect(261px, 9999px, 77px, 0);
    transform: skew(0.596deg);
  }
  97.5% {
    clip: rect(327px, 9999px, 317px, 0);
    transform: skew(0.95deg);
  }
}
@keyframes dzError2 {
  0% {
    clip: rect(133px, 9999px, 192px, 0);
    transform: skew(0.516deg);
  }
  2.5% {
    clip: rect(273px, 9999px, 102px, 0);
    transform: skew(0.49deg);
  }
  5% {
    clip: rect(264px, 9999px, 384px, 0);
    transform: skew(0.584deg);
  }
  7.5% {
    clip: rect(302px, 9999px, 305px, 0);
    transform: skew(0.946deg);
  }
  10% {
    clip: rect(340px, 9999px, 60px, 0);
    transform: skew(0.12deg);
  }
  12.5% {
    clip: rect(459px, 9999px, 434px, 0);
    transform: skew(0.934deg);
  }
  15% {
    clip: rect(429px, 9999px, 398px, 0);
    transform: skew(0.988deg);
  }
  17.5% {
    clip: rect(157px, 9999px, 234px, 0);
    transform: skew(0.646deg);
  }
  20% {
    clip: rect(338px, 9999px, 472px, 0);
    transform: skew(0.996deg);
  }
  22.5% {
    clip: rect(71px, 9999px, 43px, 0);
    transform: skew(0.394deg);
  }
  25% {
    clip: rect(12px, 9999px, 300px, 0);
    transform: skew(0.96deg);
  }
  27.5% {
    clip: rect(310px, 9999px, 167px, 0);
    transform: skew(0.552deg);
  }
  30% {
    clip: rect(440px, 9999px, 174px, 0);
    transform: skew(0.56deg);
  }
  32.5% {
    clip: rect(361px, 9999px, 16px, 0);
    transform: skew(0.146deg);
  }
  35% {
    clip: rect(251px, 9999px, 328px, 0);
    transform: skew(0.374deg);
  }
  37.5% {
    clip: rect(398px, 9999px, 96px, 0);
    transform: skew(0.528deg);
  }
  40% {
    clip: rect(424px, 9999px, 219px, 0);
    transform: skew(0.392deg);
  }
  42.5% {
    clip: rect(238px, 9999px, 300px, 0);
    transform: skew(0.12deg);
  }
  45% {
    clip: rect(396px, 9999px, 86px, 0);
    transform: skew(0.842deg);
  }
  47.5% {
    clip: rect(500px, 9999px, 412px, 0);
    transform: skew(0.394deg);
  }
  50% {
    clip: rect(19px, 9999px, 78px, 0);
    transform: skew(0.24deg);
  }
  52.5% {
    clip: rect(382px, 9999px, 257px, 0);
    transform: skew(0.44deg);
  }
  55% {
    clip: rect(424px, 9999px, 244px, 0);
    transform: skew(0.928deg);
  }
  57.5% {
    clip: rect(211px, 9999px, 239px, 0);
    transform: skew(0.424deg);
  }
  60% {
    clip: rect(349px, 9999px, 197px, 0);
    transform: skew(0.982deg);
  }
  62.5% {
    clip: rect(361px, 9999px, 225px, 0);
    transform: skew(0.342deg);
  }
  65% {
    clip: rect(44px, 9999px, 391px, 0);
    transform: skew(0.598deg);
  }
  67.5% {
    clip: rect(301px, 9999px, 401px, 0);
    transform: skew(0.28deg);
  }
  70% {
    clip: rect(460px, 9999px, 401px, 0);
    transform: skew(0.99deg);
  }
  72.5% {
    clip: rect(291px, 9999px, 471px, 0);
    transform: skew(0.366deg);
  }
  75% {
    clip: rect(398px, 9999px, 34px, 0);
    transform: skew(0.9deg);
  }
  77.5% {
    clip: rect(412px, 9999px, 33px, 0);
    transform: skew(0.396deg);
  }
  80% {
    clip: rect(493px, 9999px, 40px, 0);
    transform: skew(0.842deg);
  }
  82.5% {
    clip: rect(293px, 9999px, 31px, 0);
    transform: skew(0.346deg);
  }
  85% {
    clip: rect(355px, 9999px, 202px, 0);
    transform: skew(0.916deg);
  }
  87.5% {
    clip: rect(459px, 9999px, 280px, 0);
    transform: skew(0.62deg);
  }
  90% {
    clip: rect(380px, 9999px, 416px, 0);
    transform: skew(0.772deg);
  }
  92.5% {
    clip: rect(232px, 9999px, 363px, 0);
    transform: skew(0.602deg);
  }
  95% {
    clip: rect(70px, 9999px, 7px, 0);
    transform: skew(0.494deg);
  }
  97.5% {
    clip: rect(466px, 9999px, 430px, 0);
    transform: skew(0.35deg);
  }
}
@keyframes dzError {
  0% {
    transform: skew(2deg);
  }
  10% {
    transform: skew(-4deg);
  }
  20% {
    transform: skew(-3deg);
  }
  30% {
    transform: skew(-3deg);
  }
  40% {
    transform: skew(4deg);
  }
  50% {
    transform: skew(3deg);
  }
  60% {
    transform: skew(1deg);
  }
  70% {
    transform: skew(0deg);
  }
  80% {
    transform: skew(5deg);
  }
  90% {
    transform: skew(2deg);
  }
}
.flex-row-fluid {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}
.authincation {
  display: flex;
  min-height: 100vh;
}
.authincation .login-aside {
  background: #fff;
  padding-top: 80px;
  max-width: 560px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.authincation .login-aside:after {
  content: "";
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  width: 140px;
  height: 100%;
  position: absolute;
  right: -140px;
  z-index: -1;
  top: 0;
  background: #fff;
  box-shadow: 2px 0px 30px rgba(0, 0, 0, 0.15);
}
.authincation .login-aside .aside-image {
  min-height: 450px;
  margin: auto 0;
  min-width: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 87.5rem) {
  .authincation .login-aside {
    max-width: 360px;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .authincation .login-aside {
    max-width: 100%;
    padding-top: 0;
  }
  .authincation .login-aside:after {
    content: none;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .authincation .login-aside .aside-image {
    min-height: 300px;
  }
}
.auth-form {
  padding: 50px 50px;
}
@media only screen and (max-width: 35.9375rem) {
  .auth-form {
    padding: 30px;
  }
}
.auth-form .btn {
  height: 50px;
  font-weight: 700;
}
.auth-form .page-back {
  display: inline-block;
  margin-bottom: 15px;
}
.pages-left {
  background-color: #fff;
}
.login-media {
  margin-top: 80px;
}
.login-media img {
  width: 70%;
}
@media only screen and (max-width: 61.9375rem) {
  .login-media img {
    width: 60%;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .login-media {
    margin-top: 20px;
  }
}
.login-content {
  padding-left: 70px;
  padding-top: 70px;
  text-align: center;
}
.login-content p {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media only screen and (max-width: 74.9375rem) {
  .login-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .login-content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .login-content {
    padding-left: 51px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .login-content {
    padding-left: 14px;
    padding-top: 14px;
  }
}
.login-form {
  padding: 0 50px;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 61.9375rem) {
  .login-form {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .login-form {
    padding: 14px 14px;
  }
}
.login-form .login-title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.login-form .login-title:before,
.login-form .login-title:after {
  content: "";
  height: 1px;
  flex: 1 1;
  left: 0;
  background-color: #E1E1F0;
  margin: 0;
  padding: 0;
}
.login-form .btn-facebook,
.login-form .btn-google-plus,
.login-form .btn-linkedin,
.login-form .btn-twitter {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 100%;
}
.logo-light {
  display: none;
}
.heart {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  background: url("./media/like-BUVM6TGB.png");
  cursor: pointer;
  margin: -1.563rem -0.938rem;
}
.heart-blast {
  background-position: -1680px 0 !important;
  transition: background 1s steps(28);
}
.input-group .search-area .form-control {
  height: 3rem;
}
.input-group .search-area .form-control::placeholder {
  color: var(--bs-card-color);
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  z-index: -1;
}
.heading {
  font-size: 1rem;
  color: var(--secondary);
}
.dz-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.same-card .depostit-card-media {
  padding: 18px 20px;
}
.depostit-card {
  overflow: hidden;
}
.depostit-card .depostit-card-media {
  position: relative;
  z-index: 2;
}
.depostit-card .depostit-card-media h3,
.depostit-card .depostit-card-media .h3 {
  font-weight: 600;
  margin: 0;
  line-height: 1.346;
}
.depostit-card .depostit-card-media h6,
.depostit-card .depostit-card-media .h6 {
  font-weight: 400;
  margin: 0;
}
.depostit-card .depostit-card-media.style-1 {
  padding: unset;
}
.depostit-card .progress-box {
  margin-top: 0.625rem;
}
.depostit-card .progress-box .progress {
  height: 0.313rem;
  margin-top: 0.188rem;
  background-color: #E6EAEE;
}
.chart-grd {
  position: relative;
}
.chart-grd:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 5rem;
  left: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
#AllProject {
  margin-left: -2.063rem;
}
.project-list {
  margin-left: -1.25rem;
}
.project-list li {
  font-size: 0.813rem;
  white-space: nowrap;
  padding: 1px 0;
}
.project-list h6,
.project-list .h6 {
  font-size: 0.938rem;
  margin: 0;
  margin-bottom: 2px;
  white-space: nowrap;
}
.icon-box {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 2.375rem;
  border-radius: 0.625rem;
}
.icon-box.icon-box-lg {
  height: 4.375rem;
  width: 4.375rem;
  line-height: 4.375rem;
}
.icon-box.icon-box-md {
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.55rem;
  border-radius: 6px;
}
.icon-box.icon-box-sm {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 2.075;
  border-radius: 0.25rem;
}
.icon-box.task-tab {
  background-color: var(--secondary);
}
.avatar {
  height: 1.875rem;
  width: 1.875rem;
  display: inline-block;
  position: relative;
  object-fit: cover;
  border-radius: 0.375rem;
}
.avatar.avatar-md {
  height: 2.813rem;
  width: 2.813rem;
}
.avatar.avatar-lg {
  height: 2.25rem;
  width: 2.25rem;
}
.avatar-list.avatar-list-stacked .avatar {
  margin-inline-end: -13px;
  border: 2px solid #fff;
}
.avatar-list.avatar-list-stacked .avatar:hover {
  z-index: 1;
}
.ttl-project {
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  padding: 15px 0;
  overflow: hidden;
}
.ttl-project .pr-data {
  position: relative;
}
.ttl-project .pr-data h5,
.ttl-project .pr-data .h5 {
  margin-bottom: 0;
}
.ttl-project .pr-data:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -50px;
  width: 1px;
  height: 85px;
  background: rgba(0, 0, 0, 0.1);
}
.ttl-project .pr-data:last-child:after {
  display: none;
}
@media only screen and (max-width: 35.9375rem) {
  .ttl-project {
    display: none;
  }
}
.cs-settiong .custome-select {
  padding-left: 6px;
}
.custome-select {
  width: auto;
  border: 0;
  color: var(--primary);
  font-size: 13px;
}
.custome-select:focus {
  box-shadow: none;
}
.custome-select:after {
  border-color: var(--secondary);
  height: 8px;
  margin-top: -7px;
  right: 3px;
  top: 51%;
  width: 8px;
  border-width: 1px;
}
.dang svg {
  margin-top: -2px;
}
.total-earning h2,
.total-earning .h2 {
  font-size: 38px;
  font-weight: 600;
}
.to-dodroup {
  height: 362px;
}
.to-dodroup .sub-card {
  border-bottom: 1px solid #E6E6E6;
}
.to-dodroup .sub-card .d-items {
  padding: 15px 20px;
  background-color: #FFF;
}
.to-dodroup .sub-card .d-items .d-items-2 {
  display: flex;
  align-items: baseline;
}
.to-dodroup .sub-card .d-items .d-items-2 svg {
  margin-right: 10px;
}
.to-dodroup .sub-card .d-items .d-items-2 label {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary);
}
.to-dodroup .sub-card .d-items .icon-box {
  cursor: pointer;
}
.to-dodroup .sub-card:last-child {
  border-bottom: 0;
}
.to-dodroup .sub-card:last-child .d-items {
  padding-bottom: 0;
}
.earning-tab {
  justify-content: center;
}
.earning-tab .nav-item .nav-link {
  color: #888888;
  box-shadow: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin: 6px 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 400;
}
.earning-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--secondary);
  font-weight: 500;
}
.total-earning {
  text-align: center;
}
#earningChart {
  margin-top: 35px;
}
.active-projects thead tr th {
  font-size: 13px;
  padding: 0.625rem 1rem;
  font-weight: 500;
  background-color: #F0F4F9;
  border: 0;
  vertical-align: middle;
}
.active-projects thead tr th:first-child {
  padding-right: 0;
}
.active-projects thead tr th .p-element .p-icon-wrapper {
  display: contents;
}
.active-projects tbody tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 0.625rem 1rem;
}
.active-projects tbody tr td:first-child {
  padding-right: 0;
}
.active-projects .tbl-caption {
  padding: 20px;
}
.active-projects .dt-buttons {
  float: unset;
}
.active-projects .dt-buttons .dt-button {
  position: absolute;
  top: -47px;
  right: 20px;
  font-size: 13px !important;
  color: var(--primary);
  font-weight: 400;
  background: var(--rgba-primary-1);
  padding: 5px 12px;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 35.9375rem) {
  .active-projects .dt-buttons .dt-button {
    right: -26rem;
  }
}
.active-projects .dt-buttons .dt-button:hover {
  background: var(--primary);
  color: #fff;
}
.active-projects .dataTables_info {
  padding-left: 20px;
  font-size: 12px;
  color: #888888;
}
.active-projects.selling-product tbody tr td {
  border-bottom: 1px solid #E6E6E6;
}
.active-projects.style-1 .tbl-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.active-projects.style-1 .dt-buttons .dt-button {
  top: -50px;
  right: 298px;
}
@media only screen and (max-width: 100rem) {
  .active-projects.style-1 .dt-buttons .dt-button {
    right: 269px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .active-projects.style-1 .dt-buttons {
    display: none;
  }
}
.active-projects.style-1 tbody tr td {
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 35.9375rem) {
  .active-projects.style-1 .heading {
    margin-bottom: 10px !important;
  }
}
.active-projects.style-1 .dataTables_wrapper .dataTables_info {
  padding-top: 1.255em;
  color: #888888;
}
.active-projects.attendance-tbl .dt-buttons .dt-button {
  right: 180px;
}
.active-projects.attendance-tbl thead span {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--secondary);
}
.active-projects.attendance-tbl thead p {
  font-size: 10px;
  color: var(--primary);
  margin-bottom: 0;
}
.active-projects.attendance-tbl thead tr th {
  vertical-align: middle;
}
.active-projects.attendance-tbl thead tr th:not(:first-child) {
  padding: 15px 5px;
}
.active-projects.attendance-tbl thead tr th:last-child {
  padding-left: 25px;
}
.active-projects.attendance-tbl tbody tr td {
  color: var(--secondary);
  padding: 0.375rem 1.25rem;
}
.active-projects.attendance-tbl tbody tr td:not(:first-child) {
  padding: 15px 7px;
}
.active-projects.attendance-tbl tbody tr td i {
  font-weight: 900;
}
.active-projects.attendance-tbl tbody tr td:last-child {
  padding-left: 25px;
}
.active-projects.task-table tbody td {
  border-bottom: 1px solid #E6E6E6;
}
.active-projects.manage-client tbody tr td {
  border-bottom: 1px solid #E6E6E6;
  padding: 1.125rem 1.25rem;
}
.active-projects.manage-client tbody tr td:last-child {
  text-align: right;
}
.active-projects.manage-client thead tr th:last-child {
  text-align: right;
}
.products {
  display: flex;
  align-items: center;
}
.products h6,
.products .h6 {
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
}
.products h6 a,
.products .h6 a {
  color: var(--secondary);
}
.products span {
  font-size: 12px;
}
.products img {
  margin-right: 10px;
}
.products.style-1 h6,
.products.style-1 .h6 {
  font-size: 15px;
}
.products.style-1 span {
  font-size: 13px;
}
.bg-purple {
  background: #BB6BD9;
}
.tbl-progress-box {
  display: flex;
  align-items: center;
}
.tbl-progress-box .progress {
  flex: 1;
  margin-right: 5px;
}
.active-map-main {
  position: relative;
}
.active-map-main:after {
  content: "";
  position: absolute;
  top: -91px;
  right: 0;
  height: 417px;
  background: #E6E6E6;
  width: 1px;
}
.active-map-main .active-map {
  height: 19rem !important;
}
.active-country {
  margin-top: -65px;
  position: relative;
  height: 350px;
  padding-right: 1.25rem;
}
.active-country .country-list {
  padding: 9px 0;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.active-country .country-list .progress-box {
  flex: 1;
}
.active-country .country-list .progress-box .c-name {
  color: var(--secondary);
}
.active-country .country-list img {
  margin-right: 12px;
  border-radius: 50%;
}
.active-country .country-list:last-child {
  border-bottom: 0;
}
.active-country:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -10px;
  height: 500px;
  background: #E6E6E6;
  width: 1px;
}
@media only screen and (max-width: 74.9375rem) {
  .active-country {
    margin-top: 0;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .active-country {
    padding-right: 1rem;
  }
}
.chat-box-area .message-received p {
  background: #E8F2FF;
  padding: 10px 15px;
  border-radius: 0px 10px 10px 10px;
  color: var(--secondary);
  font-size: 13px;
}
.chat-box-area .message-received span {
  font-size: 11px;
}
.chat-box-area .message-received .text {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.chat-box-area .message-sent {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.chat-box-area .message-sent p {
  background: #CFDDF0;
  padding: 10px 15px;
  border-radius: 10px 10px 0px 10px;
  color: var(--secondary);
  text-align: right;
  font-size: 13px;
}
.chat-box-area.style-1 {
  height: 29.7rem;
}
.chat-box-area p {
  line-height: 1.6;
}
.type-massage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.type-massage .form-control {
  border: 0;
  resize: none;
  overflow: hidden;
  background: #f5f5f5;
  line-height: 1.6;
  padding: 8px;
}
.type-massage .form-control::placeholder {
  font-size: 14px;
  color: #888888;
}
.type-massage .btn {
  position: absolute;
  right: 34px;
  font-size: 13px;
  font-weight: 500;
}
.type-massage .btn svg {
  margin-top: -3px;
}
.message-send {
  background: #f5f5f5;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
}
.schedules-cal .datepicker-days .picker-switch {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary);
}
.schedules-cal .datepicker-days .prev i,
.schedules-cal .datepicker-days .next i {
  height: 32px;
  width: 32px;
  border-radius: 0.375rem;
  background: var(--rgba-primary-1);
  color: var(--primary);
  line-height: 32px;
}
.schedules-cal .datepicker-days .prev:hover,
.schedules-cal .datepicker-days .next:hover {
  background: transparent;
}
.schedules-cal .datepicker-days .dow {
  font-weight: 400;
  color: var(--secondary);
  background-color: #F0F4F9;
  border-radius: 0;
}
.schedules-cal .datepicker-days tr .day.weekend:first-child {
  color: #FF5E5E;
}
.schedules-cal .datepicker-days .day {
  color: var(--secondary);
  height: 39px;
  width: 39px;
  line-height: 32px;
}
.schedules-cal .datepicker-days .day.active,
.schedules-cal .datepicker-days .day.today {
  background: var(--primary) !important;
  color: #fff;
  position: relative;
}
.schedules-cal .datepicker-days .day.active:before,
.schedules-cal .datepicker-days .day.today:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  border: 2px solid #fff;
  top: -2px;
  right: -2px;
  background: #FF5E5E;
  border-radius: 50%;
}
.schedules-cal .datepicker-days .day.old,
.schedules-cal .datepicker-days .day.new {
  opacity: 0.2;
}
.schedules-cal .bootstrap-datetimepicker-widget a[data-action] {
  display: none;
}
.events h6,
.events .h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary);
  padding: 9px 1.25rem;
  border-top: 1px solid #E6E6E6;
}
.events .event-box {
  height: 55px;
  width: 55px;
  line-height: 9px;
  border-radius: 0.375rem;
  background-color: var(--rgba-primary-1);
  text-align: center;
  padding: 4px 0;
}
.events .event-box h5,
.events .event-box .h5 {
  color: var(--primary);
  font-weight: 600;
  font-size: 20px;
}
.events .event-box span {
  color: var(--secondary);
}
.events .event-data h5,
.events .event-data .h5 {
  font-size: 15px;
}
.events .event-data h5 a,
.events .event-data .h5 a {
  color: var(--secondary);
}
.events .event-data span {
  font-size: 13px;
}
.events .event-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
}
.event-scroll {
  height: 144px;
  padding: 0 1.25rem;
}
.project-chart {
  display: flex;
  justify-content: center;
}
.project-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.project-media p {
  color: var(--secondary);
}
.form-control .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  border: 0;
  font-size: 0.7rem;
}
.form-control.custom-image-select-1 {
  width: auto !important;
}
.form-control.custom-image-select-1 img {
  width: 1.625rem;
  margin-right: 0.625rem;
}
.form-control.custom-image-select-1 .dropdown-toggle {
  padding: 7px 10px;
}
@media only screen and (max-width: 87.5rem) {
  .form-control.custom-image-select-1 .dropdown-toggle {
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .form-control.custom-image-select-1 .dropdown-toggle {
    padding: 5px 10px;
  }
}
.form-control.custom-image-select-1 .filter-option-inner-inner {
  margin-right: 1.5625rem;
  color: #000;
  font-size: 14px;
}
.form-control.custom-image-select-1 .dropdown-menu .dropdown-item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: left;
}
.form-control.custom-image-select-1 .form-control {
  width: 0 !important;
}
.form-control.custom-image-select-1 .form-control .dropdown-toggle::after {
  color: #2C2C2C;
}
.form-control.custom-image-select-2 {
  background: var(--rgba-primary-1);
  border-radius: 0.5rem;
  margin-bottom: 0.625rem;
  margin-left: 0.375rem;
}
.form-control.custom-image-select-2 .dropdown-toggle::after {
  color: var(--primary);
}
.form-control.custom-image-select-2 img {
  margin-right: 0.525rem;
  width: 1.5rem;
}
.form-control.custom-image-select-2 .dropdown-toggle {
  border: 0 !important;
  padding: 0.5625rem 1rem 0.5625rem 0.85rem;
}
.form-control.custom-image-select-2 .filter-option-inner-inner {
  margin-right: 1.25rem;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.form-control.custom-image-select-2 .dropdown-menu .dropdown-item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: left;
}
.form-control.custom-image-select-2.bit {
  background: #ffeccc;
}
.form-control.custom-image-select-2.eth {
  background: #d3edf5;
}
.form-control.custom-image-select-2.dash {
  background: var(--rgba-primary-1);
}
.form-control.custom-image-select-2.lit {
  background: #c5c5c5;
}
.form-control.custom-image-select-2.ripp {
  background: rgba(35, 41, 47, 0.1);
}
.form-control.custom-image-select-2.pink-light {
  background: rgba(172, 76, 188, 0.1);
}
.form-control.custom-image-select-2.pink-light .dropdown-toggle::after {
  color: #e83e8c;
}
@media only screen and (max-width: 87.5rem) {
  .form-control.custom-image-select-1 {
    height: 3rem;
  }
  .form-control.custom-image-select-1 img {
    width: 1.75rem;
    margin-right: 1.125rem;
  }
}
.element-area {
  display: flex;
}
.element-area .demo-view {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 100rem) {
  .element-area .demo-view {
    width: calc(100% - 236px);
  }
}
@media only screen and (max-width: 74.9375rem) {
  .element-area .demo-view {
    width: calc(100% - 224px);
  }
}
@media only screen and (max-width: 61.9375rem) {
  .element-area .demo-view {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .element-area .demo-view {
    width: 100%;
  }
  .element-area .demo-view .container-sm {
    padding: 0;
  }
}
.element-area .demo-right {
  width: 16.875rem;
  position: sticky;
  top: 5rem;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 74.9375rem) {
  .element-area .demo-right {
    width: 15.875rem;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .element-area .demo-right {
    display: none;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .element-area .demo-right {
    display: none;
  }
}
.element-area .demo-right.sticky {
  top: 100px;
  transition: 0.5s;
}
.demo-right-inner {
  padding: 1rem 1.725rem;
  background-color: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
}
.demo-right-inner h4,
.demo-right-inner .h4 {
  padding: 0.625rem 0;
  font-size: 1rem;
}
.demo-right-inner li {
  font-size: 1rem;
  position: relative;
}
.demo-right-inner li a {
  display: block;
  padding: 0.638rem 0.95rem;
  font-size: 13px;
}
.demo-right-inner li:after {
  content: "";
  position: absolute;
  background-color: #dfdfdf;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 18px;
  left: 0px;
}
.demo-right-tabs {
  margin: 0 -1.625rem;
  padding: 0 1.625rem;
}
.navbar-nav .active .scroll {
  color: var(--primary);
  font-weight: 500;
}
.navbar-nav .active:after {
  background-color: var(--primary);
}
.help-desk {
  padding: 0.75rem 1.5rem;
}
.help-desk .btn {
  padding: 5px 12px;
  font-size: 0.813rem !important;
  border-radius: 0.25rem;
}
label {
  font-size: 13px;
  font-weight: 500;
}
.input-group-lg .form-control {
  height: 3.8rem;
}
.input-group-sm .form-control {
  height: 2.5rem;
}
.table-responsive-md thead th strong {
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (min-width: 1199px) and (max-width: 1450px) {
  .wid-100 {
    width: 100%;
  }
  .active-p {
    width: 100%;
  }
  .active-p .card {
    height: auto;
  }
  .total-earning h2,
  .total-earning .h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  #earningChart {
    margin-top: -30px;
  }
  .flag {
    width: 100%;
  }
  .t-earn {
    order: 1;
    width: 50%;
  }
  .bst-seller {
    width: 100%;
  }
  .chat-map {
    order: 1;
    width: 50%;
  }
  .chat-map .type-massage .form-control {
    line-height: 1;
  }
  .up-shd {
    width: 50%;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .t-earn {
    order: 1;
  }
  .chat-box-area.style-1 {
    height: 35.9rem;
  }
}
[data-headerbg=color_4] .header-right .header-border .btn {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
[data-headerbg=color_4] .header-right .notification_dropdown .nav-link:hover {
  background-color: #202020;
}
[data-nav-headerbg=color_1] .brand-logo .logo-abbr path.react-w {
  fill: black;
}
[data-nav-headerbg=color_1] .brand-logo .logo-abbr path.w3 {
  fill: var(--primary);
}
[data-nav-headerbg=color_1] .brand-logo .brand-title path {
  fill: #000;
}
[data-nav-headerbg=color_4] .brand-logo .logo-abbr path.w3 {
  fill: var(--primary) !important;
}
.inovice-logo .logo-abbr .react-w {
  fill: #000;
  stroke: #000;
}
.customeoff {
}
.customeoff .btn-close {
  background: none;
  height: 18px;
  width: 18px;
  background-color: #ffdede;
  border-radius: 6px;
  color: red;
  font-size: 14px;
}
.customeoff .offcanvas-backdrop.show {
  opacity: 0.7;
  background-color: var(--secondary);
}
.sweet-image {
  width: 20%;
}
.popover {
  border-color: transparent;
}
.popover.clockpicker-popover {
  position: absolute;
}
.upload-img .dropzone {
  border: 0.0625rem dashed #DDDFE1;
  min-height: 6.325rem;
  position: relative;
  border-radius: 0.375rem;
  text-align: center;
  padding: 14px 0;
}
.upload-img .dlab-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.upload-img .dlab-success-mark,
.upload-img .dlab-error-mark {
  display: none;
}
.finance-hr .form-control::placeholder {
  font-size: 13px;
  color: #888888;
}
.mix-chart-tab .nav-link {
  background: #F2F2F2;
  margin: 0 4px;
  color: var(--primary);
}
@media only screen and (max-width: 35.9375rem) {
  .mix-chart-tab {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mix-chart-tab.style-1 .nav-link {
    margin: 4px;
  }
}
input.form-control {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.invite input[type=email]::placeholder {
  text-align: center;
}
[data-nav-headerbg=color_4] .nav-header .nav-control {
  background-color: #202020;
}
[data-nav-headerbg=color_4] .nav-header .hamburger .line {
  background: #fff;
}
[data-headerbg=color_1] .nav-header .nav-control {
  background-color: transparent;
}
[data-headerbg=color_1] .nav-header .hamburger .line {
  background: #000;
}
.bootstrap-select .btn {
  border-color: #CCCCCC !important;
}
.default-select.style-1 .dropdown-toggle {
  padding: 0.375rem 0.75rem;
  height: 2.813rem;
  line-height: 30.7px;
  font-size: 13px;
  color: #a5a5a5 !important;
}
.header-profile2 .dropdown-item:hover {
  background-color: var(--rgba-primary-1);
}
@media only screen and (max-width: 35.9375rem) {
  .menu-title {
    display: none;
  }
}
.due-progress {
  margin-bottom: 10px;
}
.show-more-btn:hover {
  padding-left: 3rem !important;
}
#empoloyeestbl2 thead tr th:first-child:after {
  display: none;
}
[data-headerbg=color_4] .header-left .search-area .form-control,
[data-headerbg=color_4] .header-left .search-area .input-group-text {
  background-color: #202020;
}
.mix-chart-tab .nav-link.active svg path {
  fill: white;
}
.dt-filter .dataTables_filter {
  float: left;
}
.dt-filter .dataTables_filter input[type=search] {
  border: 0;
  border: 0;
  background: rgba(238, 238, 238, 0.9333333333);
}
.dt-filter .dataTables_filter label {
  background: rgba(238, 238, 238, 0.9333333333);
  padding: 0 8px;
  margin: 1px 17px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-right: 0;
  padding-right: 0;
}
.user-tbl .dt-buttons .dt-button {
  top: 0;
}
.user-tbl tbody tr td:first-child {
  width: 25px;
}
.user-tbl thead tr th.sorting_asc:after,
.user-tbl thead tr th.sorting_desc:after {
  content: none;
}
.shorting thead tr th.sorting_asc:after,
.shorting thead tr th.sorting_desc:after {
  content: none;
}
.exports .dt-buttons .dt-button {
  top: 0px !important;
  right: 0 !important;
}
.exports .tbl-caption {
  padding: 10px;
}
.filter {
  position: relative;
}
.filter .dropdown-menu {
  width: 275px;
}
.filter .dropdown-menu .single-select-placeholder {
  width: 100%;
  padding: 5px 5px;
  border-radius: 0.25rem;
  border-color: #eee;
}
.attendance-tbl table.dataTable thead .sorting:after,
.attendance-tbl table.dataTable thead .sorting_asc:after {
  display: none;
}
.header-search {
  background-color: transparent;
  border-color: transparent;
}
.eye {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.recentOrderTable table {
  margin-bottom: 0;
  overflow: hidden;
}
.task .task-summary {
  border-right: 1px solid #E6E6E6;
}
.task .task-summary h2,
.task .task-summary .h2 {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 9px;
  line-height: 1;
}
.task .task-summary h2.text-purple,
.task .task-summary .text-purple.h2 {
  color: #BB6BD9;
}
.task .task-summary span {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 500;
}
.task .task-summary p {
  margin-bottom: 0px;
  font-size: 13px;
}
@media only screen and (max-width: 74.9375rem) {
  .task .task-summary {
    margin: 24px 0;
    margin-top: 0;
  }
}
.task > div:last-child .task-summary {
  border-right: 0;
}
@media only screen and (max-width: 74.9375rem) {
  .task > div:last-child .task-summary {
    border-right: 1px solid #E6E6E6;
  }
}
.status-select {
  width: auto !important;
}
.status-select .btn {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  border: 0 !important;
  border-radius: 0.25rem;
}
.status-select [title=Testing] {
  background-color: #ffeccc !important;
  color: #FF9F00 !important;
}
.status-select [title=Pending],
.status-select [title=Low] {
  background-color: #ffdede !important;
  color: #FF5E5E !important;
}
.status-select [title="In Progress"] {
  background-color: rgba(187, 107, 217, 0.1) !important;
  color: #BB6BD9 !important;
}
.status-select [title=Complete],
.status-select [title=High] {
  background-color: #daf5e6 !important;
  color: #3AC977 !important;
}
.status-select [title=Medium] {
  background-color: rgba(44, 44, 44, 0.1) !important;
  color: #888888 !important;
}
.normal-select .btn {
  font-size: 13px;
  color: var(--primary) !important;
}
.normal-select .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  border: 0;
  font-size: 0.7rem;
}
.border-purple {
  border-color: #BB6BD9 !important;
}
.bg-purple-light {
  background: rgba(187, 107, 217, 0.1);
}
.kanban-bx {
  display: flex;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin: 0;
}
.kanban-bx .col {
  width: 324px;
  min-width: 324px;
  padding-left: 0;
}
.kanban-bx .col .card {
  height: 100%;
  border: 0;
  margin-bottom: 0;
}
.kanban-bx::-webkit-scrollbar {
  background-color: #ECECEC;
  width: 8px;
  height: 8px;
}
.kanban-bx::-webkit-scrollbar-thumb {
  background-color: #7e7e7e;
  border-radius: 10px;
}
@media only screen and (max-width: 47.9375rem) {
  .kanban-bx {
    display: block;
    width: auto;
  }
  .kanban-bx .col {
    width: 100%;
    min-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.sub-card-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-card-2 .icon-box h5,
.sub-card-2 .icon-box .h5 {
  line-height: 2.6;
  font-weight: 600;
}
.kanbanPreview-bx {
  background-color: transparent;
  box-shadow: none;
}
.kanbanPreview-bx .card-body {
  padding: 0;
}
.kanbanPreview-bx .card-body .sub-card {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.938rem 0.938rem;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  border: 1px solid #E6E6E6;
}
.kanbanPreview-bx .card-body .sub-card > .sub-title {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 35.9375rem) {
  .kanbanPreview-bx .card-body .sub-card {
    padding: 1rem;
    margin-bottom: 10px;
  }
  .kanbanPreview-bx .card-body .sub-card > .sub-title {
    margin-bottom: 2px;
  }
}
.kanbanPreview-bx .card-body .sub-card .dropzone {
  min-height: 70px;
  border-radius: 0.375rem;
  height: 70px;
  background: transparent;
  border-style: dashed;
}
.kanbanPreview-bx .card-body .sub-card .dropzone .dz-message {
  margin: 0;
}
.kanbanPreview-bx .card-body .sub-card .task-card-data {
  padding: 0.938rem 0.938rem;
}
.kanbanPreview-bx .card-body .sub-card .footer-data span {
  font-size: 12px;
  color: var(--primary);
}
.kanbanPreview-bx .card-body .sub-card .footer-data p {
  margin: 0;
  font-size: 13px;
}
.kanbanPreview-bx .card-body .card-footer {
  padding: 0.938rem 0.938rem;
}
.draggable {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: 0 !important;
}
.draggable.draggable-mirror {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.375rem;
  padding: 1.3rem 1.6rem;
  background: #fff;
  border: 2px dashed #e4e6ef !important;
}
.draggable.draggable--original {
  opacity: 0 !important;
}
.draggable.draggable-source--is-dragging.draggable--over {
  opacity: 0 !important;
}
.draggable-handle {
  cursor: all-scroll;
}
.draggable-zone {
  outline: 0 !important;
}
.total-projects h3,
.total-projects .h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.total-projects span {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .total-projects h3,
  .total-projects .h3 {
    font-size: 20px;
  }
  .total-projects span {
    font-size: 12px;
  }
}
.box-hover:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.due-progress p {
  font-weight: 500;
}
.due-progress p span {
  font-weight: 400;
}
.photo-content {
  position: relative;
}
.photo-content .cover-photo {
  background: url("./media/12-ISUJSGBB.jpg");
  background-size: cover;
  background-position: center;
  min-height: 15.625rem;
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.user .user-info {
  display: flex;
  padding: 0.9375rem 1.25rem 1.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .user .user-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .user .user-info {
    display: block;
  }
}
.user .user-info .user-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 35.9375rem) {
  .user .user-info .user-details {
    display: block;
  }
}
.user .user-info .user-details .user-contact {
  display: flex;
  align-items: center;
  padding-top: 1.125rem;
  flex-wrap: wrap;
}
.user .user-info .user-details .user-contact .user-number {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 35.9375rem) {
  .user .user-info .user-details .user-contact .user-number {
    margin-bottom: 0.875rem;
  }
}
.user .user-info .user-details .user-contact .user-email {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 35.9375rem) {
  .user .user-info .user-details .user-contact .user-email {
    margin-bottom: 0.875rem;
  }
}
.user .user-info .user-details .user-contact h4,
.user .user-info .user-details .user-contact .h4 {
  margin: 0;
}
.user-photo {
  min-width: 150px;
  height: 150px;
  position: relative;
  z-index: 1;
  margin-top: -4.5rem;
  margin-right: 0.625rem;
}
.user-photo img {
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 35.9375rem) {
  .user-photo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-top: -6.5rem;
    width: 150px;
  }
}
[direction=rtl] .user-photo {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 74.9375rem) {
  [direction=rtl] .user-photo {
    right: 0.9375rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .user-photo {
    width: 5rem;
    right: calc(50% - 2.5rem);
    top: -6.25rem;
  }
}
.profile-interest .row {
  margin: 0 -0.0437rem;
}
.profile-interest .row .int-col {
  padding: 0 0.0437rem;
}
.profile-interest .row .int-col .interest-cat {
  margin-bottom: 0.0875rem;
  position: relative;
  display: block;
}
.profile-interest .row .int-col .interest-cat:after {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.profile-interest .row .int-col .interest-cat p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
  left: 0;
  margin: 0;
  z-index: 1;
  color: white;
  font-size: 0.075rem;
}
.profile-tab .nav-item .nav-link {
  font-size: 1rem;
  margin-right: 1.875rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.0125rem solid transparent;
  color: #828690;
}
.profile-tab .nav-item .nav-link:hover,
.profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  background: transparent;
  border-bottom: 0.0125rem solid var(--primary);
  color: var(--primary);
}
@media only screen and (max-width: 35.9375rem) {
  .profile-tab .nav-item .nav-link {
    margin-right: 0rem;
  }
}
.side-detail {
  display: flex;
}
.side-detail .edit-profiil {
  margin-right: 0.625rem;
}
.post-input {
  margin-bottom: 1.875rem;
}
.post-input .form-control {
  height: 47px;
  font-weight: 400;
  margin: 0.9375rem 0;
}
.post-input .btn-social {
  font-size: 1.25rem;
  height: 3.4375rem;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 0.375rem;
  color: #fff;
  width: 3.4375rem;
  line-height: 3.375rem;
}
.post-input .btn-social.facebook {
  background-color: #3B5998;
}
.post-input .btn-social.google-plus {
  background-color: #DE4E43;
}
.post-input .btn-social.linkedin {
  background-color: #007BB6;
}
.post-input .btn-social.instagram {
  background-color: #8A5A4E;
}
.post-input .btn-social.twitter {
  background-color: #1EA1F3;
}
.post-input .btn-social.youtube {
  background-color: #CE201F;
}
.post-input .btn-social.whatsapp {
  background-color: #01C854;
}
.post-input .btn-social i {
  margin: 0 !important;
}
.profile-uoloaded-post img {
  margin-bottom: 1.25rem;
}
.profile-uoloaded-post a h4,
.profile-uoloaded-post a .h4 {
  margin-bottom: 0.625rem;
  color: #464a53;
}
.prot-blog {
  padding: 30px 20px;
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 0.375rem;
}
.prot-blog .post .text {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.prot-blog .fill .text {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.prot-blog .fill a {
  background-color: white;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0.375rem;
  color: #2A353A;
}
@media only screen and (max-width: 78.125rem) {
  .prot-blog .fill a {
    padding: 5px 5px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .prot-blog .fill a {
    padding: 8px 17px;
  }
}
.prot-blog .text-bla {
  color: white !important;
  font-size: 14px;
  font-weight: 500;
}
.prot-blog p {
  color: white;
  font-weight: 400;
}
.prot-blog .shape {
  position: absolute;
  bottom: -70px;
  right: -50px;
  z-index: -1;
}
.prot-blog .shape svg path {
  fill: #3ab5ff;
}
.messages .input-group.search-area {
  flex-direction: row-reverse;
  margin-right: 0.625rem;
}
.messages .input-group.search-area input.form-control {
  border-left: none;
  background-color: #f3f3f3;
  border: 0;
  overflow: hidden;
  height: 3rem;
  padding-left: 0;
}
.messages .input-group.search-area .input-group-text {
  border-right: none;
  background-color: #f3f3f3;
  border: 0;
  height: 3rem;
  padding: 0;
}
.messages .add {
  background-color: var(--primary);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages .student {
  border-bottom: 1px solid #E6E6E6;
}
.pie-chart2 .chart-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 85.375rem) {
  .pie-chart2 .chart-group .radius-bar {
    width: 50%;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .pie-chart2 .chart-group .radius-bar {
    flex: 0 0 50%;
    margin-bottom: 0.875rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .pie-chart2 .chart-group .radius-bar {
    flex: 0 0 100%;
  }
}
.pie-chart2 .chart-group .donut-chart-sale {
  margin-bottom: 0.625rem;
}
.pie-chart2 .chart-group .donut-chart-sale small,
.pie-chart2 .chart-group .donut-chart-sale .small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 600;
}
.pie-chart2 .chart-info {
  margin-top: 1rem;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px dashed rgba(102, 102, 102, 0.2392156863);
}
@media only screen and (max-width: 35.9375rem) {
  .pie-chart2 .chart-info {
    flex-wrap: wrap;
  }
  .pie-chart2 .chart-info .btn {
    margin-top: 0.625rem;
  }
}
.pie-chart2 .chart-info p {
  margin-bottom: 0;
}
.profile-form .form-control,
.profile-form .bootstrap-select .dropdown-toggle {
  height: 45px;
  font-size: 13px;
  border-radius: 0.375rem;
  border-color: #CCCCCC;
}
.profile-form .form-control:active,
.profile-form .form-control:focus,
.profile-form .form-control:hover,
.profile-form .bootstrap-select .dropdown-toggle:active,
.profile-form .bootstrap-select .dropdown-toggle:focus,
.profile-form .bootstrap-select .dropdown-toggle:hover {
  border-color: var(--primary);
}
.profile-form .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 12px 20px;
}
@media only screen and (max-width: 35.9375rem) {
  .profile-form .bootstrap-select > .dropdown-toggle {
    padding: 10px 20px;
  }
}
.profile-form .bootstrap-select > .dropdown-toggle:after {
  font-size: 0.7rem;
}
.profile-form .form-label {
  color: #6e6e6e;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 400;
}
.profile-form .btn-light:hover,
.profile-form .btn-light:focus {
  color: #888888;
}
.profile-card {
  border-radius: 0.375rem;
}
.profile-card .card-header {
  border-color: #CCCCCC;
  padding: 30px;
}
.profile-card .card-header .title {
  position: relative;
  margin-bottom: 0;
  color: #6e6e6e;
}
.profile-card .card-header .title:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--primary);
  position: absolute;
  bottom: -31px;
  left: 0;
}
.profile-card .m-b30 {
  margin-bottom: 30px;
}
.profile-card .card-body {
  padding: 40px 40px 10px;
}
.profile-card .card-footer {
  padding: 20px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: #CCCCCC;
}
.profile-card .card-footer .btn-lg,
.profile-card .card-footer .btn-group-lg > .btn {
  padding: 18px 50px;
  font-size: 15px;
}
.profile-card .card-footer .btn-link {
  font-size: 15px;
}
@media only screen and (max-width: 35.9375rem) {
  .profile-card .card-header {
    padding: 25px;
  }
  .profile-card .card-header .title:after {
    bottom: -26px;
  }
  .profile-card .card-body {
    padding: 25px 25px 0;
  }
  .profile-card .card-footer {
    padding: 25px 25px 25px;
  }
  .profile-card .card-footer .btn-lg,
  .profile-card .card-footer .btn-group-lg > .btn {
    padding: 18px 30px;
  }
}
.author-profile {
  text-align: center;
}
.author-profile .card-body {
  padding: 0;
}
.author-profile .author-media {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.author-profile .author-media img {
  width: 130px;
  border-radius: 100%;
}
.author-profile .author-info .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.author-profile .author-info span {
  display: block;
  color: #888888;
}
.author-profile .info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  border-top: 1px solid #CCCCCC;
  padding: 18px 30px;
  color: #6e6e6e;
}
.author-profile .info-list li a {
  color: #6e6e6e;
}
.author-profile .info-list li span {
  color: #888888;
  font-weight: 500;
}
.author-profile .card-footer {
  padding: 30px;
  display: block;
}
.author-profile .card-footer .form-control {
  height: 45px;
  border-color: #CCCCCC;
  overflow: hidden;
  line-height: 34px;
}
.author-profile .upload-link {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 32px;
  background: var(--primary);
  bottom: 0;
  right: 0px;
  box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
  border: 2px solid #fff;
}
.author-profile .upload-link .update-flie {
  position: absolute;
  opacity: 0;
  z-index: 0;
  width: 100%;
  cursor: pointer;
  left: 0;
  height: 100%;
}
.draggable-mirror {
  padding: 0.938rem 0.938rem !important;
}
.logo-header {
  margin-bottom: 2rem;
}
.logo-header .logo-white {
  margin-left: 0.625rem;
}
.login-form .forget-pass {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.dz-social {
  display: flex;
  justify-content: space-between;
}
.dz-social-icon {
  display: inline-flex;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}
.dz-social-icon li {
  font-size: 12px;
  margin-right: 0.2rem;
}
.dz-social-icon li a {
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  padding: 0;
  width: 35px;
  border-radius: 4px;
}
div#mCSB_1 {
  margin-top: 100px;
}
.card-use-box {
  text-align: center;
}
.card-use-box .crd-bx-img {
  position: relative;
  width: 100px;
  margin: auto;
}
.card-use-box .crd-bx-img .active {
  width: 15px;
  height: 15px;
  background: #3AC977;
  border-radius: 50%;
  left: 5rem;
  position: absolute;
  bottom: 0.4rem;
}
.card-use-box .crd-bx-img .active.deactive {
  background: #FF5E5E;
}
.card-use-box .crd-bx-img img {
  border: 7px solid rgba(62, 95, 206, 0.08);
}
.card__info {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__info li .card__info__stats {
  display: block;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 40px;
}
@media only screen and (max-width: 87.5rem) {
  .card__info li .card__info__stats {
    padding: 0 25px;
  }
}
.post-pos {
  text-align: center;
  margin: 18px;
}
.post-pos .card__info__stats {
  color: var(--primary);
}
.post-pos li {
  margin-bottom: 10px;
}
.user-m-tabe {
  margin-top: 0px;
}
.user-m-tabe .nav-link {
  padding: 3px 8px;
}
.personal-info li {
  padding: 12px 20px;
}
.personal-info li:hover {
  background: var(--rgba-primary-1);
}
.action-button .btn.btn-icon-xxs {
  padding: 0.075rem 0.2375rem;
}
.action-button .btn.btn-icon-xxs i {
  transform: scale(0.8);
}
.all_user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: var(--rgba-primary-1);
}
.all_user1 {
  display: flex;
  justify-content: space-between;
  padding: 9px 20px;
}
.all_user1 .member .heading {
  padding: 0 10px;
}
.right-check .custom-checkbox {
  margin-right: 5rem;
}
@media only screen and (max-width: 35.9375rem) {
  .right-check .custom-checkbox {
    margin-right: 1rem;
  }
}
.manage {
  padding: 0 30px;
  margin-top: -10px;
}
.role-tble tbody tr td:not(:first-child) .custom-checkbox {
  display: flex;
  justify-content: end;
}
.role-tble.table tbody tr td {
  padding: 0.4375rem 0.625rem;
  border: 0;
}
.role-tble.table thead tr th {
  padding: 0.4375rem 0.625rem;
}
.c-details ul li {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0;
}
.c-details ul li p {
  color: black;
  margin: 0;
}
.c-social {
  display: flex;
  margin-top: 15px;
}
.c-social li a {
  padding: 5px 10px;
  margin: 0 7px;
  border-radius: 0.25rem;
}
.c-social li a:first-child {
  margin-left: 0;
}
.c-busiess .avatar {
  height: 60px;
  width: 60px;
  margin-right: 10px;
}
.c-card-details ul li {
  display: flex;
  padding: 6px 0px;
  align-items: center;
}
.c-work {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-work .c-task {
  padding: 7px 20px;
  border-radius: 0.25rem;
  margin: 0 6px;
}
.c-work .c-task p {
  margin-bottom: 0;
  color: white;
  display: flex;
  align-items: center;
}
.c-work .c-task span {
  color: white;
}
@media only screen and (max-width: 35.9375rem) {
  .c-work .c-task {
    padding: 7px 12px;
  }
}
.c-work .c-task:first-child {
  margin-left: 0;
}
.c-primium li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}
.c-status i {
  transform: scale(0.5);
  margin-right: 5px;
}
.blog-card {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-card h4,
.blog-card .h4 {
  font-size: 14px;
}
.blog-card img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 35.9375rem) {
  .blog-card img {
    width: 45px;
  }
}
.blog-card:hover {
  transform: translate(0, -10px);
}
@media only screen and (max-width: 35.9375rem) {
  .c-busiess {
    margin-bottom: 10px;
  }
}
.blog-title {
  position: relative;
}
.blog-title:before {
  content: "";
  height: 4px;
  width: 60px;
  background-color: var(--primary);
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 10px;
}
.blog-title:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--primary);
  position: absolute;
  bottom: -5px;
  left: 65px;
  border-radius: 50px;
}
.blog-img {
  position: relative;
}
.blog-img .blk-img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  border-radius: 0.375rem;
}
@media only screen and (max-width: 35.9375rem) {
  .blog-img .blk-img {
    height: 350px;
  }
}
.blog-img .blk-img2 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.375rem;
}
@media only screen and (max-width: 35.9375rem) {
  .blog-img .blk-img2 {
    height: 300px;
  }
}
.blog-img .blog-text {
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
}
.blog-img .blog-text h2,
.blog-img .blog-text .h2 {
  font-size: 30px;
  line-height: 1.1;
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 74.9375rem) {
  .blog-img .blog-text h2,
  .blog-img .blog-text .h2 {
    font-size: 20px;
  }
}
.blog-img .blog-text span {
  color: white;
}
.blog-img.style-1 .blk-img {
  height: 275px;
}
.blog-img.style-1 .blog-text h2,
.blog-img.style-1 .blog-text .h2 {
  font-size: 16px;
  font-weight: 500;
}
.blog-post .post-1 {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.blog-post .post-1 .custome-avatar {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
@media only screen and (max-width: 74.9375rem) {
  .blog-post .post-1 .custome-avatar {
    height: 70px;
    width: 70px;
  }
}
.blog-post .post-1 .post-data h4,
.blog-post .post-1 .post-data .h4 {
  font-size: 15px;
  margin-top: 5px;
}
@media only screen and (max-width: 35.9375rem) {
  .blog-post .post-1 .post-data h4,
  .blog-post .post-1 .post-data .h4 {
    font-size: 14px;
  }
}
.blog-post .post-1 .post-data span {
  font-size: 12px;
}
@media only screen and (max-width: 74.9375rem) {
  .blog-post {
    margin-top: 10px;
  }
}
.small-post {
  height: 1.275rem !important;
  width: 1.275rem !important;
}
.seconday-post {
  margin-top: 25px;
  display: flex;
}
@media only screen and (max-width: 35.9375rem) {
  .seconday-post {
    flex-flow: wrap;
  }
}
.seconday-post img {
  width: 160px;
  height: 130px;
  border-radius: 0.375rem;
  margin-right: 18px;
  object-fit: cover;
}
@media only screen and (max-width: 35.9375rem) {
  .seconday-post img {
    width: 100%;
    height: 200px;
  }
}
.seconday-post h4,
.seconday-post .h4 {
  font-size: 13px;
  margin-top: 6px;
}
.seconday-post span {
  font-size: 12px;
}
@media only screen and (max-width: 35.9375rem) {
  .seconday-post .post-data {
    margin-top: 15px;
  }
}
.third-post {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
@media only screen and (max-width: 74.9375rem) {
  .third-post {
    flex-flow: wrap;
  }
}
.third-post img {
  width: 300px;
  height: 180px;
  border-radius: 0.375rem;
  margin-right: 18px;
  object-fit: cover;
}
@media only screen and (max-width: 74.9375rem) {
  .third-post img {
    width: 100%;
    height: 220px;
  }
}
.third-post h4,
.third-post .h4 {
  font-size: 15px;
  margin-top: 6px;
}
.third-post span {
  font-size: 12px;
}
.third-post.style-1 {
  margin-top: 20px;
}
.third-post.style-1 img {
  width: 90px;
  height: 80px;
}
.third-post.style-1 h4,
.third-post.style-1 .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.third-post.style-2 {
  margin-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.third-post.style-2 .av-post {
  height: 40px;
  width: 40px;
}
.third-post.style-2 .post-data {
  margin-bottom: 14px;
}
@media only screen and (max-width: 74.9375rem) {
  .third-post .post-data {
    margin-top: 15px;
  }
}
.notifiy {
  background-color: var(--rgba-primary-1);
  position: relative;
  margin-top: 40px;
}
.notifiy .icon-box {
  position: absolute;
  top: -15px;
  left: 46%;
}
.notifiy .notify-data {
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0;
}
.notifiy .notify-data span {
  font-size: 12px;
}
.produtct-detail-tag {
  display: inline-block;
}
.produtct-detail-tag a {
  font-style: 0.8125rem;
  color: #6e6e6e;
}
.product-detail-content .item-tag {
  background: #828690;
  border-radius: 0.375rem;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  padding: 0.125rem 0.75rem;
  color: #fff;
}
.filtaring-area h4,
.filtaring-area .h4 {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 400;
  text-transform: lowercase;
}
.plus-minus-input .input-icon {
  font-size: 0.8125rem;
  color: #6e6e6e;
}
.plus-minus-input {
  display: flex;
  width: 7.5rem;
}
.plus-minus-input .custom-btn {
  border-radius: 0;
  height: 2.5rem;
  padding: 0.75rem 0.5rem;
  background: #fff;
  border: 0.0625rem solid #E6E6E6;
}
.plus-minus-input .form-control:hover,
.plus-minus-input .form-control:focus,
.plus-minus-input .form-control:active {
  border: 0.0625rem solid #E6E6E6;
}
.btn-reveal-trigger .avatar-xl {
  min-width: 1.875rem;
}
.share-view {
  display: inline-block;
}
.share-view ul li {
  display: inline-block;
}
.share-view .share-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border: 0.0625rem solid #E6E6E6;
  text-align: center;
  line-height: 2.5rem;
  font-style: 1rem;
  color: #E6E6E6;
  margin-right: 0.5rem;
}
.veritical-line {
  padding: 1.25rem 1.875rem;
  border-top: 0.0625rem solid #E6E6E6;
  border-right: 0.0625rem solid #E6E6E6;
  border-bottom: 0.0625rem solid #E6E6E6;
  position: relative;
}
.veritical-line:before {
  background: #E6E6E6;
  bottom: 0;
  content: "";
  height: 100%;
  left: -0.0625rem;
  max-height: 40%;
  position: absolute;
  width: 0.0625rem;
}
.tab-content-text p {
  color: #6e6e6e;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5625rem;
}
.tab-item-list li a {
  background: #fff;
  border-top: 0.0625rem solid #E6E6E6;
  border-left: 0.0625rem solid #E6E6E6;
  border-right: 0.0625rem solid #E6E6E6;
  color: #6e6e6e;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  text-transform: uppercase;
}
.tab-item-list li a:hover,
.tab-item-list li a:focus {
  background: #fff;
  color: #6e6e6e;
  border-right: 0rem;
}
.tab-item-list li:last-child {
  border-bottom: 0.0625rem solid #E6E6E6;
}
.tab-list li {
  margin-bottom: 0.4375rem;
  font-size: 0.8125rem;
}
.tab-list li i {
  font-size: 0.8125rem;
  margin-right: 0.875rem;
}
.slide-item-list {
  text-align: center;
  margin: 0 -0.3125rem;
  border: 0;
}
.slide-item-list li {
  display: inline-block;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.3125rem;
}
.slide-item-list li a {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background: transparent;
  padding-bottom: 0rem;
}
.slide-item-list li a:hover,
.slide-item-list li a:focus {
  background: transparent;
}
.slide-item-list li a img {
  width: 100%;
  border-radius: 0.375rem;
}
.slide-item-list .nav-link {
  border: 0;
  border-radius: 0.375rem;
}
.slide-item-list .nav-link.active {
  border: 0;
  border-radius: 0.375rem;
}
.product-detail-text {
  padding-top: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 4.375rem;
}
.star-rating .product-review {
  font-style: 0.8125rem;
  color: #6e6e6e;
  font-weight: 400;
  text-decoration: underline !important;
}
.product-detail .tab-content img {
  display: inline-block;
  width: 100%;
}
.popular-tag ul {
  margin: 0rem;
  padding: 0rem;
}
.popular-tag ul li {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #f8f8f8;
  font-size: 0.8125rem;
  color: #fff;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.size-filter ul li {
  display: inline-block;
}
.intro {
  border: 0.0625rem solid red;
  color: #1d1d1d;
}
#listResults .slider {
  margin: 1.5625rem 0;
}
#listResults .slider-box {
  width: 90%;
  margin: 1.5625rem auto;
}
#listResults input {
  width: 10%;
}
#listResults label {
  border: none;
  display: inline-block;
  margin-right: -0.25rem;
  vertical-align: top;
  width: 30%;
}
.plus-minus-input .input-icon {
  font-size: 0.8125rem;
  color: #aaaaaa;
}
.plus-minus-input .custom-btn {
  border-radius: 0;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background: #ffffff;
  border: 0.0625rem solid #c8c8c8;
}
.plus-minus-input .custom-btn:hover,
.plus-minus-input .custom-btn:focus,
.plus-minus-input .custom-btn.active {
  box-shadow: none;
  outline: none;
}
.plus-minus-input .form-control {
  height: 2.5rem;
  border-top: 0.0625rem solid #c8c8c8;
  border-bottom: 0.0625rem solid #c8c8c8;
  border-left: 0rem solid #c8c8c8;
  border-right: 0.0625rem solid #c8c8c8;
}
.plus-minus-input .form-control:hover,
.plus-minus-input .form-control:focus,
.plus-minus-input .form-control:active {
  border-top: 0.0625rem solid #c8c8c8;
  border-bottom: 0.0625rem solid #c8c8c8;
  border-left: 0rem solid #c8c8c8;
  border-right: 0rem solid #c8c8c8;
}
.new-arrival-product .new-arrivals-img-contnent {
  overflow: hidden;
  position: relative;
}
.new-arrival-product .new-arrivals-img-contnent img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.new-arrival-product .new-arrivals-img-contnent:after {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.new-arrival-product:hover .new-arrivals-img-contnent:after {
  webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.input-number {
  line-height: 1.8;
}
.star-rating {
  margin-bottom: 0.625rem;
}
.select-size .btn:not(:first-child),
.select-size .btn:not(last-child) {
  margin: 0 5px;
  box-shadow: none;
}
.new-arrival-content .item {
  font-size: 0.75rem;
  color: #6e6e6e;
}
.new-arrival-content h4,
.new-arrival-content .h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.new-arrival-content h4 a,
.new-arrival-content .h4 a {
  color: #000;
}
.new-arrival-content .price {
  font-weight: 600;
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 0;
  float: right;
}
@media only screen and (max-width: 35.9375rem) {
  .new-arrival-content .price {
    float: none;
    margin-top: 0.625rem;
  }
}
.new-arrival-content p {
  font-size: 0.875rem;
  color: #828690;
  margin-bottom: 0.375rem;
  line-height: 1.5rem;
}
.new-arrival-content .text-content {
  margin-top: 1.125rem;
}
.new-arrival-content.text-center .price {
  float: unset !important;
}
.success-icon {
  color: #3AC977;
  font-size: 1rem;
}
.comment-review {
  margin-bottom: 0.9375rem;
  display: table;
  width: 100%;
}
.comment-review .client-review {
  color: #828690;
  padding-right: 1.25rem;
  text-decoration: underline !important;
  font-size: 0.875rem;
}
.comment-review .span {
  color: #828690;
  font-size: 0.875rem;
}
@media only screen and (max-width: 35.9375rem) {
  .comment-review {
    margin-bottom: 0;
  }
}
.star-rating li {
  display: inline-block;
}
.star-rating li i {
  color: gold;
}
.order {
  font-weight: 500;
}
.cm-content-box {
  background: #fff;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}
.cm-content-box.filter {
  border-top: 0;
}
.cm-content-box .content-title {
  padding: 0.5rem 1.875rem;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cm-content-box .content-title .cpa {
  color: var(--primary);
  padding: 11px 0 9px 0;
  font-weight: 600;
  font-size: 1rem;
}
@media only screen and (max-width: 35.9375rem) {
  .cm-content-box .content-title {
    padding: 0.5rem 0.938rem;
  }
}
.cm-content-box .content-title {
  border-top-left-radius: 0.425rem;
  border-top-right-radius: 0.425rem;
}
.cm-content-box.style-1 .content-title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 1px solid #E6E6E6;
}
.cm-content-box .tools a {
  display: inline-block;
}
.cm-content-box .tools a:hover i {
  opacity: 0.5;
}
.cm-content-box .tools a i {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #c2c2c2;
  font-size: 1.25rem;
}
.cm-content-box .tools a.expand {
  transform: rotate(-180deg);
}
.cm-content-box .cm-content-body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top: 1px solid #eee;
}
.cm-content-box .cm-content-body .table thead tr th .custm-select {
  height: 45px;
  background-color: transparent;
  border-radius: 0.375rem;
}
.cm-content-box .cm-content-body .table thead tr th .custm-select.input-small {
  width: 9.063rem !important;
}
.cm-content-box .cm-content-body .table thead tr th .form-control {
  border-radius: 0.375rem;
}
.cm-content-box .cm-content-body .table thead tr th .form-control.input-large {
  width: 20rem !important;
}
.cm-content-box .cm-content-body .table thead tr:nth-child(2) {
  background-color: #000;
  box-shadow: 10px 10px 8px #888888;
}
.cm-content-box .cm-content-body .table.table-striped th {
  padding: 1rem;
  color: #888888;
}
.cm-content-box .cm-content-body .table.table-striped td {
  padding: 1rem;
  color: #504f4f;
  white-space: nowrap;
}
.cm-content-box .cm-content-body .table.table-striped td:first-child {
  padding-left: 2rem;
}
.cm-content-box .cm-content-body .table.table-bordered thead {
  background-color: unset;
}
.cm-content-box .cm-content-body .table .btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0.313rem;
}
.cm-content-box .cm-content-body.excerpt .textarea {
  padding: 0.438rem 0.25rem;
}
.cm-content-box .cm-content-body.custom-fields .name-value {
  line-height: 2.375rem;
  font-size: 1rem;
  text-align: center;
}
.cm-content-box .cm-content-body .contact {
  border-radius: 0.375rem !important;
}
.cm-content-box .cm-content-body .collapse.show {
  margin-bottom: 0.625rem;
}
.contents-list .btn-icon-only {
  height: 2.25rem;
  width: 2.25rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
}
.contents-list .btn-icon-only i {
  font-size: 1rem;
}
.contents-list .table tbody tr td {
  padding: 0.4375rem 0.625rem;
}
.fatch-date {
  display: block;
}
.new-scroll {
  background-color: #dfdfdf;
  padding: 0.625rem;
  height: 9.375rem;
  overflow-y: auto;
  border-radius: 0.375rem;
}
.content-icon {
  width: 2.188rem;
  height: 2.188rem;
  display: inline-block;
  text-align: center;
  line-height: 2.125rem;
  font-size: 0.625rem;
  padding: 0px;
}
.dd {
  max-width: 100%;
}
.dd-handle {
  font-weight: normal;
  border-left: 0;
  height: 38px !important;
  padding-left: 4.063rem;
  color: var(--bs-accordion-active-color);
  background: #fff;
}
.dd-handle.move-media {
  padding: 0.5rem 1.125rem;
  display: flex;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  border: 0;
  z-index: 2;
  background: none;
  position: absolute;
  background-color: var(--rgba-primary-8);
  top: 0;
  font-size: 1.25rem;
  left: 0;
  color: #fff;
  align-items: center;
}
.dd-handle.move-media + .accordion-button {
  padding-left: 4.063rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.menu-ac-item {
  position: relative;
}
.menu-ac-item a {
  float: right;
  margin: 2px;
}
.dz-menu-btn {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1600px) {
  .dz-menu-btn {
    margin-top: 0;
    margin-left: 0.313rem;
  }
}
@media only screen and (max-width: 1480px) {
  .dz-menu-btn {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}
.dz-terms {
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  padding: 0.625rem;
}
.required {
  color: #FF5E5E;
}
.tab-my.nav-tabs {
  border-bottom: unset;
}
.tab-my.nav-tabs .nav-link {
  background-color: #dfdfdf;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  margin: 8px 2px;
  color: #888888;
}
.tab-my.nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}
.menu-tabs {
  border: 1px solid #dfdfdf;
  margin-bottom: 1rem;
  padding: 0.625rem;
  border-radius: 0.375rem;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0.75rem;
  z-index: 1;
  top: 0.625rem;
}
.avatar-upload .avatar-preview {
  border: 1px solid #CCCCCC;
  padding: 0.5rem;
  margin-bottom: 0.625rem;
  border-radius: 0.375rem;
}
.avatar-upload .avatar-preview > div {
  display: block;
  width: 100%;
  height: 7.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-check {
  border: 1px solid var(--primary);
  padding: 2.125rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
.view-bottom {
  flex-direction: column;
  justify-content: end;
  height: 88%;
  display: flex;
}
.publish-content ul {
  padding: 0.625rem;
}
.publish-content ul:hover {
  background-color: var(--rgba-primary-1);
  border-radius: 0.375rem;
}
.dd .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.dd .accordion-body {
  border: 1px solid #CCCCCC;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0;
  margin-top: -5px;
}
@media only screen and (max-width: 35.9375rem) {
  .dd .dd-list {
    padding-left: 0;
  }
}
.publish-drop ul:hover {
  background-color: unset;
}
input.form-control {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.right-sidebar-sticky {
  position: sticky;
  top: 7.5rem;
}
.content-title.box-primary,
.content-title.box-secondary,
.content-title.box-success,
.content-title.box-danger,
.content-title.box-warning,
.content-title.box-info,
.content-title.box-dark,
.content-title.box-light {
  background-color: var(--primary);
}
.content-title.box-primary .cpa,
.content-title.box-primary i,
.content-title.box-secondary .cpa,
.content-title.box-secondary i,
.content-title.box-success .cpa,
.content-title.box-success i,
.content-title.box-danger .cpa,
.content-title.box-danger i,
.content-title.box-warning .cpa,
.content-title.box-warning i,
.content-title.box-info .cpa,
.content-title.box-info i,
.content-title.box-dark .cpa,
.content-title.box-dark i,
.content-title.box-light .cpa,
.content-title.box-light i {
  color: #fff !important;
}
.content-title.box-secondary {
  background-color: var(--secondary);
}
.content-title.box-success {
  background-color: #3AC977;
}
.content-title.box-danger {
  background-color: #FF5E5E;
}
.content-title.box-warning {
  background-color: #FF9F00;
}
.content-title.box-info {
  background-color: #58bad7;
}
.content-title.box-dark {
  background-color: #6e6e6e;
}
.content-title.box-light {
  background-color: #dfdfdf;
}
.datepicker {
  padding: 10px;
}
.datepicker table tr td.today {
  color: #fff;
  background-image: none;
  background-color: var(--primary);
}
.datepicker table tr td.today:hover:hover {
  color: #fff;
  background-color: var(--primary) !important;
  background-image: none;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  opacity: 0.2;
}
.ai-tabs-1 .nav-tabs {
  border: 0;
  position: relative;
}
.ai-tabs-1 .nav-tabs .nav-link {
  border: 0;
  background-color: transparent;
  color: #888888;
  position: relative;
}
.ai-tabs-1 .nav-tabs .nav-link.active {
  color: var(--primary);
}
.ai-tabs-1 .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  height: 5px;
  width: 100%;
  bottom: -7px;
  left: 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
.alert-ai {
  background-color: #fff;
  border-left: 3px solid #FF9F00;
}
.ai-tab {
  border-color: var(--primary);
}
.ai-tab .nav-link {
  background-color: #fff;
  color: var(--primary);
  border-radius: 0;
  border-color: var(--primary);
}
.ai-tab .nav-link.active {
  color: var(--primary);
  border-color: var(--primary);
  border-bottom: 0;
}
.bootstrap-select.ai-select {
  width: auto !important;
  background-color: transparent;
}
.bootstrap-select.ai-select .btn {
  border: 0 !important;
  color: #fff !important;
}
.bootstrap-select.custom-image-select .btn {
  border: 0 !important;
  color: #888888 !important;
}
.form-control.custom-image-select img {
  width: 24px;
  margin-right: 5px;
}
.example.style-1 .asColorPicker-trigger {
  position: unset;
  width: 45px;
  height: 45px;
}
.example.style-1 .asColorPicker-trigger span {
  border-radius: 0.375rem !important;
}
@media only screen and (max-width: 87.5rem) {
  .example.style-1 p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .example.style-1 {
    margin-bottom: 10px;
  }
}
.ai-radio-prompt {
  width: 250px;
  height: 250px;
  border: 1px solid #E6E6E6;
  border-radius: 0.375rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.check-ai .form-check {
  position: relative;
  padding: 0;
}
.check-ai .form-check .form-check-input {
  position: absolute;
  left: 6px;
  margin: 0;
  top: 12px;
}
.check-ai .form-check .form-check-input:checked {
  left: 6px;
  top: 12px;
}
.check-ai .form-check-input:checked + .form-check-label,
.check-ai .form-check-input + .form-check-label {
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  background-color: var(--rgba-primary-1);
  padding: 10px;
  margin: 0;
}
.check-ai .form-check-input + .form-check-label {
  background-color: #f4f4f4;
}
.ai-slider .noUi-connects {
  background-color: var(--rgba-primary-1);
  height: 5px;
}
.ai-slider .noUi-handle {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 30px rgba(70, 49, 125, 0.5);
}
@media only screen and (max-width: 87.5rem) {
  .ai-slider .noUi-handle {
    top: -8px;
  }
}
.promt-langauage {
  display: flex;
  flex-wrap: wrap;
}
.promt-langauage li a {
  margin-right: 5px;
}
.ai-header-alert {
  border-left: 5px solid #FF9F00;
  background-color: #fff;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375rem) {
  .ai-header-alert.alert {
    padding: 0.75rem 0.7rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .ai-header-alert.alert {
    font-size: 10px;
  }
}
.ai-header-alert .remove-prompt {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 35.9375rem) {
  .ai-header-alert .btn-close {
    display: none;
  }
}
.ai-tabs.nav-tabs .nav-link {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 8px 25px;
}
.ai-tabs.nav-tabs .nav-link.active {
  background-color: transparent;
  border-radius: 0.375rem 0.375rem 0 0;
  border-bottom: 0;
  padding: 12px 25px;
}
.ai-check {
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 0.375rem;
}
.back-theme-ai {
  display: flex;
  align-items: center;
}
.back-theme-ai .form-check {
  font-size: 0.875rem;
}
.back-theme-ai .form-check .form-check-input {
  cursor: pointer;
}
.back-theme-ai .form-check span {
  display: block;
}
.back-theme-ai .form-check span:after {
  content: "";
  position: absolute;
  content: "";
  border: 0.125rem solid #000;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  opacity: 0;
}
.back-theme-ai .form-check .form-check-input:checked + span:after {
  top: -0.125rem;
  left: -0.313rem;
  opacity: 1;
  cursor: pointer;
}
.back-theme-ai .form-check-input:checked[type=radio] {
  background-image: none;
}
.back-theme-ai .cross-svg {
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
}
@media only screen and (max-width: 100rem) {
  .back-theme-ai .cross-svg {
    line-height: 17px;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .back-theme-ai .cross-svg {
    line-height: 18px;
  }
}
.bg-grey {
  background-color: #9F93C0 !important;
}
.nav-tabs.style-1 {
  align-items: flex-end;
  padding: 0 30px;
  margin: 0 -30px 0 -30px;
}
@media only screen and (max-width: 100rem) {
  .nav-tabs.style-1 {
    padding: 0 25px;
    margin: 0 -25px;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .nav-tabs.style-1 {
    padding: 0 15px;
    margin: 0 -13px;
  }
}
.nav-tabs.style-1 li {
  display: inline-block;
}
.nav-tabs.style-1 li a.nav-link {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  padding: 10px 25px;
  margin-left: -1px;
}
.nav-tabs.style-1 li a.nav-link.active {
  background-color: #f5f5f5;
  border-bottom: 0 !important;
  padding: 15px 25px;
  border-radius: 0.375rem 0.375rem 0 0;
}
.border-s-1 {
  border-radius: 0.375rem 0 0 0 !important;
}
.border-s-2 {
  border-radius: 0 0.375rem 0 0 !important;
}
.card-length {
  margin-left: auto;
  margin-right: auto;
  max-width: 414px;
}
.ai-table {
  border-radius: 0.375rem;
}
.tooltip-inner {
  background-color: var(--primary);
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  max-width: 500px;
  width: auto;
  border-radius: 0.375rem;
}
.upload-img .dlab-message {
  margin: 0 !important;
}
.upload-img.dropzone {
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  min-height: 0;
}
button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: transparent !important;
}
.left-line-active {
  border-color: var(--primary);
  border-style: solid;
  border-width: 0 0 0 0.2125rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 0.2s;
}
.left-line-active button {
  padding-left: 20px;
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
  100% {
    left: 0;
  }
}
.required-star:after {
  content: " *";
  color: red;
}
.p-datatable-wrapper {
  overflow-y: auto !important;
}
.dropdown-menu.show {
  display: block;
  position: absolute !important;
  right: 0 !important;
  inset-area: left !important;
  transform: none !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .nav {
  padding-right: 0;
}
.rtl .navbar-nav .nav-item {
  float: right;
}
.rtl .navbar-nav .nav-item + .nav-item {
  margin-right: 1rem;
  margin-left: inherit;
}
.rtl th {
  text-align: right;
}
.rtl .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem;
}
.rtl .dropdown-menu {
  right: 0;
  text-align: right;
}
.rtl .checkbox label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .btn-group > .btn:last-child:not(:first-child),
.rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .custom-control-label::after,
.rtl .custom-control-label::before {
  right: 0;
  left: inherit;
}
.rtl .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: var(--bs-body-bg) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.rtl .input-group > .input-group-append:not(:last-child) > .btn,
.rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
.rtl .input-group > .input-group-prepend > .btn,
.rtl .input-group > .input-group-prepend > .input-group-text {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .input-group > .input-group-append > .btn,
.rtl .input-group > .input-group-append > .input-group-text,
.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
.rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .input-group > .custom-select:not(:first-child),
.rtl .input-group > .form-control:not(:first-child) {
  border-radius: 0.375rem 0 0 0.375rem;
}
.rtl .input-group > .custom-select:not(:last-child),
.rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 0.375rem 0.375rem 0;
}
.rtl .input-group > .custom-select:not(:last-child):not(:first-child),
.rtl .input-group > .form-control:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.rtl .custom-control {
  padding-right: 1.5rem;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 1rem;
}
.rtl .custom-control-indicator {
  right: 0;
  left: inherit;
}
.rtl .custom-file-label::after {
  right: initial;
  left: -1px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .radio input,
.rtl .radio-inline,
.rtl .checkbox input,
.rtl .checkbox-inline input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .list-group {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .close {
  float: left;
}
.rtl .modal-header .close {
  margin: -15px auto -15px -15px;
}
.rtl .modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}
.rtl .alert-dismissible .close {
  right: inherit;
  left: 0;
}
.rtl .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}
.rtl .form-check-input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .form-check-label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
.rtl .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
.rtl .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.rtl .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
.rtl .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
.rtl .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.rtl .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
.rtl .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
.rtl .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.rtl .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
.rtl .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .rtl .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .rtl .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1440) {
  .rtl .offset-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-xxl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-xxl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-xxl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xxl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-xxl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xxl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
.rtl .mr-0,
.rtl .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.rtl .ml-0,
.rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl .mr-1,
.rtl .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .ml-1,
.rtl .mx-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
.rtl .mr-2,
.rtl .mx-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .ml-2,
.rtl .mx-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.rtl .mr-3,
.rtl .mx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
.rtl .ml-3,
.rtl .mx-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.rtl .mr-4,
.rtl .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
.rtl .ml-4,
.rtl .mx-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
.rtl .mr-5,
.rtl .mx-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}
.rtl .ml-5,
.rtl .mx-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important;
}
.rtl .pr-0,
.rtl .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.rtl .pl-0,
.rtl .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rtl .pr-1,
.rtl .px-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}
.rtl .pl-1,
.rtl .px-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}
.rtl .pr-2,
.rtl .px-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}
.rtl .pl-2,
.rtl .px-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
.rtl .pr-3,
.rtl .px-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
.rtl .pl-3,
.rtl .px-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
.rtl .pr-4,
.rtl .px-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}
.rtl .pl-4,
.rtl .px-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
.rtl .pr-5,
.rtl .px-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
.rtl .pl-5,
.rtl .px-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.rtl .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .rtl .mr-sm-0,
  .rtl .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-sm-0,
  .rtl .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-sm-1,
  .rtl .mx-sm-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-sm-1,
  .rtl .mx-sm-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-sm-2,
  .rtl .mx-sm-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-sm-2,
  .rtl .mx-sm-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-sm-3,
  .rtl .mx-sm-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-sm-3,
  .rtl .mx-sm-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-sm-4,
  .rtl .mx-sm-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-sm-4,
  .rtl .mx-sm-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-sm-5,
  .rtl .mx-sm-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-sm-5,
  .rtl .mx-sm-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-sm-0,
  .rtl .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-sm-0,
  .rtl .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-sm-1,
  .rtl .px-sm-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-sm-1,
  .rtl .px-sm-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-sm-2,
  .rtl .px-sm-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-sm-2,
  .rtl .px-sm-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-sm-3,
  .rtl .px-sm-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-sm-3,
  .rtl .px-sm-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-sm-4,
  .rtl .px-sm-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-sm-4,
  .rtl .px-sm-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-sm-5,
  .rtl .px-sm-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-sm-5,
  .rtl .px-sm-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .mr-md-0,
  .rtl .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-md-0,
  .rtl .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-md-1,
  .rtl .mx-md-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-md-1,
  .rtl .mx-md-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-md-2,
  .rtl .mx-md-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-md-2,
  .rtl .mx-md-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-md-3,
  .rtl .mx-md-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-md-3,
  .rtl .mx-md-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-md-4,
  .rtl .mx-md-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-md-4,
  .rtl .mx-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-md-5,
  .rtl .mx-md-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-md-5,
  .rtl .mx-md-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-md-0,
  .rtl .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-md-0,
  .rtl .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-md-1,
  .rtl .px-md-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-md-1,
  .rtl .px-md-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-md-2,
  .rtl .px-md-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-md-2,
  .rtl .px-md-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-md-3,
  .rtl .px-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-md-3,
  .rtl .px-md-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-md-4,
  .rtl .px-md-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-md-4,
  .rtl .px-md-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-md-5,
  .rtl .px-md-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-md-5,
  .rtl .px-md-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .mr-lg-0,
  .rtl .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-lg-0,
  .rtl .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-lg-1,
  .rtl .mx-lg-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-lg-1,
  .rtl .mx-lg-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-lg-2,
  .rtl .mx-lg-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-lg-2,
  .rtl .mx-lg-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-lg-3,
  .rtl .mx-lg-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-lg-3,
  .rtl .mx-lg-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-lg-4,
  .rtl .mx-lg-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-lg-4,
  .rtl .mx-lg-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-lg-5,
  .rtl .mx-lg-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-lg-5,
  .rtl .mx-lg-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-lg-0,
  .rtl .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-lg-0,
  .rtl .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-lg-1,
  .rtl .px-lg-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-lg-1,
  .rtl .px-lg-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-lg-2,
  .rtl .px-lg-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-lg-2,
  .rtl .px-lg-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-lg-3,
  .rtl .px-lg-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-lg-3,
  .rtl .px-lg-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-lg-4,
  .rtl .px-lg-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-lg-4,
  .rtl .px-lg-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-lg-5,
  .rtl .px-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-lg-5,
  .rtl .px-lg-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .mr-xl-0,
  .rtl .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-xl-0,
  .rtl .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-xl-1,
  .rtl .mx-xl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-xl-1,
  .rtl .mx-xl-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-xl-2,
  .rtl .mx-xl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-xl-2,
  .rtl .mx-xl-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-xl-3,
  .rtl .mx-xl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-xl-3,
  .rtl .mx-xl-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-xl-4,
  .rtl .mx-xl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-xl-4,
  .rtl .mx-xl-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-xl-5,
  .rtl .mx-xl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-xl-5,
  .rtl .mx-xl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-xl-0,
  .rtl .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-xl-0,
  .rtl .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-xl-1,
  .rtl .px-xl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-xl-1,
  .rtl .px-xl-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-xl-2,
  .rtl .px-xl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-xl-2,
  .rtl .px-xl-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-xl-3,
  .rtl .px-xl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-xl-3,
  .rtl .px-xl-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-xl-4,
  .rtl .px-xl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-xl-4,
  .rtl .px-xl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-xl-5,
  .rtl .px-xl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-xl-5,
  .rtl .px-xl-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440) {
  .rtl .mr-xxl-0,
  .rtl .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-xxl-0,
  .rtl .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-xxl-1,
  .rtl .mx-xxl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-xxl-1,
  .rtl .mx-xxl-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-xxl-2,
  .rtl .mx-xxl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-xxl-2,
  .rtl .mx-xxl-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-xxl-3,
  .rtl .mx-xxl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-xxl-3,
  .rtl .mx-xxl-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-xxl-4,
  .rtl .mx-xxl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-xxl-4,
  .rtl .mx-xxl-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-xxl-5,
  .rtl .mx-xxl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-xxl-5,
  .rtl .mx-xxl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-xxl-0,
  .rtl .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-xxl-0,
  .rtl .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-xxl-1,
  .rtl .px-xxl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-xxl-1,
  .rtl .px-xxl-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-xxl-2,
  .rtl .px-xxl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-xxl-2,
  .rtl .px-xxl-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-xxl-3,
  .rtl .px-xxl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-xxl-3,
  .rtl .px-xxl-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-xxl-4,
  .rtl .px-xxl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-xxl-4,
  .rtl .px-xxl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-xxl-5,
  .rtl .px-xxl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-xxl-5,
  .rtl .px-xxl-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-xxl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-xxl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .text-left {
  text-align: right !important;
}
@media (min-width: 576px) {
  .rtl .text-sm-right {
    text-align: left !important;
  }
  .rtl .text-sm-left {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .rtl .text-md-right {
    text-align: left !important;
  }
  .rtl .text-md-left {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .rtl .text-lg-right {
    text-align: left !important;
  }
  .rtl .text-lg-left {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .rtl .text-xl-right {
    text-align: left !important;
  }
  .rtl .text-xl-left {
    text-align: right !important;
  }
}
@media (min-width: 1440) {
  .rtl .text-xxl-right {
    text-align: left !important;
  }
  .rtl .text-xxl-left {
    text-align: right !important;
  }
}
.rtl .mx-0 {
  margin-right: auto;
  margin-left: 0 !important;
}
.rtl .mx-0 {
  margin-left: auto;
  margin-right: 0 !important;
}
.rtl .mx-1 {
  margin-right: auto;
  margin-left: 0.25rem !important;
}
.rtl .mx-1 {
  margin-left: auto;
  margin-right: 0.25rem !important;
}
.rtl .mx-2 {
  margin-right: auto;
  margin-left: 0.5rem !important;
}
.rtl .mx-2 {
  margin-left: auto;
  margin-right: 0.5rem !important;
}
.rtl .mx-3 {
  margin-right: auto;
  margin-left: 1rem !important;
}
.rtl .mx-3 {
  margin-left: auto;
  margin-right: 1rem !important;
}
.rtl .mx-4 {
  margin-right: auto;
  margin-left: 1.5rem !important;
}
.rtl .mx-4 {
  margin-left: auto;
  margin-right: 1.5rem !important;
}
.rtl .mx-5 {
  margin-right: auto;
  margin-left: 3rem !important;
}
.rtl .mx-5 {
  margin-left: auto;
  margin-right: 3rem !important;
}
.rtl .px-0 {
  padding-right: auto;
  padding-left: 0 !important;
}
.rtl .px-0 {
  padding-left: auto;
  padding-right: 0 !important;
}
.rtl .px-1 {
  padding-right: auto;
  padding-left: 0.25rem !important;
}
.rtl .px-1 {
  padding-left: auto;
  padding-right: 0.25rem !important;
}
.rtl .px-2 {
  padding-right: auto;
  padding-left: 0.5rem !important;
}
.rtl .px-2 {
  padding-left: auto;
  padding-right: 0.5rem !important;
}
.rtl .px-3 {
  padding-right: auto;
  padding-left: 1rem !important;
}
.rtl .px-3 {
  padding-left: auto;
  padding-right: 1rem !important;
}
.rtl .px-4 {
  padding-right: auto;
  padding-left: 1.5rem !important;
}
.rtl .px-4 {
  padding-left: auto;
  padding-right: 1.5rem !important;
}
.rtl .px-5 {
  padding-right: auto;
  padding-left: 3rem !important;
}
.rtl .px-5 {
  padding-left: auto;
  padding-right: 3rem !important;
}
.rtl .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.rtl .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .rtl .mx-sm-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-sm-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-sm-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-sm-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-sm-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-sm-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-sm-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-sm-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-sm-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-sm-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-sm-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-sm-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-sm-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-sm-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-sm-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-sm-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-sm-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-sm-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-sm-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-sm-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-sm-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-sm-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-sm-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .mx-md-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-md-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-md-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-md-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-md-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-md-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-md-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-md-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-md-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-md-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-md-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-md-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-md-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-md-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-md-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-md-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-md-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-md-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-md-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-md-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-md-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-md-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-md-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-md-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .mx-lg-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-lg-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-lg-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-lg-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-lg-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-lg-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-lg-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-lg-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-lg-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-lg-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-lg-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-lg-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-lg-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-lg-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-lg-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-lg-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-lg-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-lg-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-lg-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-lg-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-lg-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-lg-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-lg-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .mx-xl-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-xl-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-xl-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xl-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-xl-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xl-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-xl-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-xl-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-xl-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xl-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-xl-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-xl-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-xl-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-xl-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-xl-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xl-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-xl-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xl-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-xl-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-xl-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-xl-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xl-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-xl-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440) {
  .rtl .mx-xxl-0 {
    margin-right: auto;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-0 {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .rtl .mx-xxl-1 {
    margin-right: auto;
    margin-left: 0.25rem !important;
  }
  .rtl .mx-xxl-1 {
    margin-left: auto;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xxl-2 {
    margin-right: auto;
    margin-left: 0.5rem !important;
  }
  .rtl .mx-xxl-2 {
    margin-left: auto;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xxl-3 {
    margin-right: auto;
    margin-left: 1rem !important;
  }
  .rtl .mx-xxl-3 {
    margin-left: auto;
    margin-right: 1rem !important;
  }
  .rtl .mx-xxl-4 {
    margin-right: auto;
    margin-left: 1.5rem !important;
  }
  .rtl .mx-xxl-4 {
    margin-left: auto;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xxl-5 {
    margin-right: auto;
    margin-left: 3rem !important;
  }
  .rtl .mx-xxl-5 {
    margin-left: auto;
    margin-right: 3rem !important;
  }
  .rtl .px-xxl-0 {
    padding-right: auto;
    padding-left: 0 !important;
  }
  .rtl .px-xxl-0 {
    padding-left: auto;
    padding-right: 0 !important;
  }
  .rtl .px-xxl-1 {
    padding-right: auto;
    padding-left: 0.25rem !important;
  }
  .rtl .px-xxl-1 {
    padding-left: auto;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xxl-2 {
    padding-right: auto;
    padding-left: 0.5rem !important;
  }
  .rtl .px-xxl-2 {
    padding-left: auto;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xxl-3 {
    padding-right: auto;
    padding-left: 1rem !important;
  }
  .rtl .px-xxl-3 {
    padding-left: auto;
    padding-right: 1rem !important;
  }
  .rtl .px-xxl-4 {
    padding-right: auto;
    padding-left: 1.5rem !important;
  }
  .rtl .px-xxl-4 {
    padding-left: auto;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xxl-5 {
    padding-right: auto;
    padding-left: 3rem !important;
  }
  .rtl .px-xxl-5 {
    padding-left: auto;
    padding-right: 3rem !important;
  }
  .rtl .mr-xxl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .rtl .ml-xxl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.rtl .float-left {
  float: right !important;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .rtl .float-sm-left {
    float: right !important;
  }
  .rtl .float-sm-right {
    float: left !important;
  }
  .rtl .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .rtl .float-md-left {
    float: right !important;
  }
  .rtl .float-md-right {
    float: left !important;
  }
  .rtl .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .rtl .float-lg-left {
    float: right !important;
  }
  .rtl .float-lg-right {
    float: left !important;
  }
  .rtl .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .rtl .float-xl-left {
    float: right !important;
  }
  .rtl .float-xl-right {
    float: left !important;
  }
  .rtl .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440) {
  .rtl .float-xxl-left {
    float: right !important;
  }
  .rtl .float-xxl-right {
    float: left !important;
  }
  .rtl .float-xxl-none {
    float: none !important;
  }
}
[direction=rtl][data-theme-version=dark] .border,
[direction=rtl][data-theme-version=dark] .border-left,
[direction=rtl][data-theme-version=dark] .border-right {
  border-color: #444444 !important;
}
[direction=rtl] .text-right {
  text-align: left !important;
}
[direction=rtl] .text-left {
  text-align: right !important;
}
[direction=rtl] .border-right {
  border-left: 0.0625rem solid #E6E6E6 !important;
  border-right: 0 !important;
}
[direction=rtl] .border-left {
  border-right: 0.0625rem solid #E6E6E6 !important;
  border-left: 0 !important;
}
[direction=rtl] .dropdown-menu {
  left: auto;
}
[direction=rtl] .dropdown-menu-right {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .dropdown-menu-right {
    left: 0.9375rem;
  }
}
[direction=rtl] .notification_dropdown .dropdown-menu-right .media > span {
  margin-left: 0.625rem;
  margin-right: 0;
}
[direction=rtl]:not([data-container=boxed]) .nav-header {
  left: auto;
  right: 0;
}
[direction=rtl][data-container=wide-boxed] .nav-header {
  left: auto;
  right: auto;
}
[direction=rtl] .nav-header {
  text-align: right;
  right: auto;
}
[direction=rtl] .nav-header .brand-title {
  margin-left: 0;
  margin-right: 0.9375rem;
}
[direction=rtl] .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 1.75rem;
}
[data-sidebar-style=compact][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-sidebar-style=compact][direction=rtl] .nav-header .brand-logo[data-layout=horizontal] {
  padding-right: 1.875rem;
}
[data-sidebar-style=mini][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-sidebar-style=modern][direction=rtl] .nav-header .brand-logo {
  padding-right: 0;
}
[data-layout=horizontal][data-sidebar-style=modern][direction=rtl] .nav-header .brand-logo {
  padding-right: 1.875rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .nav-header .brand-logo {
    padding-right: 0;
  }
}
[direction=rtl] .nav-control {
  right: auto;
  left: -4.0625rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .nav-control {
    left: -4.0625rem;
  }
}
@media (max-width: 575.98px) {
  [direction=rtl] .nav-control {
    left: -2.0625rem;
  }
}
[direction=rtl][data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  right: 0;
}
[direction=rtl][data-sidebar-style=compact][data-layout=horizontal] .nav-header .brand-logo {
  padding-right: 2.5rem;
}
[direction=rtl][data-sidebar-style=modern][data-layout=horizontal] .nav-header {
  width: 16rem;
}
[direction=rtl] .header {
  padding: 0;
  padding-right: 21.563rem;
}
@media (max-width: 767.98px) {
  [direction=rtl] .header {
    padding-right: 5rem;
    padding-left: 0;
  }
}
[direction=rtl] .header .header-content {
  padding-left: 1.875rem;
  padding-right: 5.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header .header-content {
    padding-right: 3.5rem;
    padding-left: 0.938rem;
  }
}
[data-sidebar-style=compact][direction=rtl] .header .header-content {
  padding-right: 1.875rem;
}
[data-sidebar-style=modern][direction=rtl] .header .header-content {
  padding-right: 5.3125rem;
}
[data-sidebar-style=overlay][direction=rtl] .header .header-content {
  padding-right: 5.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  [data-sidebar-style=overlay][direction=rtl] .header .header-content {
    padding-right: 0.5rem;
  }
}
[direction=rtl] .header .nav-control {
  right: 0.4375rem;
  left: auto;
}
[direction=rtl] .header-right > li:not(:first-child) {
  padding-left: 0;
  padding-right: 1.25rem;
  margin-right: 0 !important;
}
@media only screen and (max-width: 47.9375rem) {
  [direction=rtl] .header-right > li:not(:first-child) {
    padding-right: 0.5rem;
  }
}
[direction=rtl] .header-right .search-area .input-group-append .input-group-text {
  padding-right: auto;
  padding-left: 1.25rem;
}
[direction=rtl] .header-right .search-area .form-control {
  padding-left: auto;
  padding-right: 1.25rem;
}
[direction=rtl] .header-right .header-profile > a.nav-link {
  margin-left: auto;
  padding-left: auto;
  margin-right: 0.9375rem;
  padding-right: 1.875rem;
  border-right: 0.0625rem solid #CCCCCC;
  border-left: 0;
}
[direction=rtl] .header-right .header-profile > a.nav-link .header-info {
  padding-right: 1.25rem;
  padding-left: auto;
  text-align: right;
}
@media only screen and (max-width: 87.5rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link .header-info {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 87.5rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link {
    margin-right: 0.625rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-right .header-profile > a.nav-link {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0;
  }
}
[direction=rtl] .header-left .search_bar .dropdown-menu,
[direction=rtl] .header-left .search_bar .dropdown-menu.show {
  right: 2.5rem !important;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-left .search_bar .dropdown-menu,
  [direction=rtl] .header-left .search_bar .dropdown-menu.show {
    right: -6.25rem !important;
  }
}
[direction=rtl] .header-left .search_bar .search_icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .header-left .search_bar .search_icon {
    border-radius: 5rem;
  }
}
[direction=rtl][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 21.563rem;
}
[direction=rtl][data-layout=horizontal] .header .header-content {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
[direction=rtl][data-layout=horizontal][data-sidebar-style=full] .nav-header .brand-logo {
  padding-right: 2.5rem;
}
[direction=rtl][data-layout=horizontal][data-sidebar-style=mini] .header {
  padding-right: 7.75rem;
}
[direction=rtl][data-sidebar-style=mini] .header {
  padding-right: 6.25rem;
}
[direction=rtl][data-sidebar-style=compact] .header {
  padding: 0 0.9375rem;
  padding-right: 11.25rem;
}
[direction=rtl][data-sidebar-style=compact][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 21.563rem;
}
[direction=rtl][data-sidebar-style=modern] .header {
  padding: 0 0.9375rem;
  padding-right: 10.625rem;
}
[direction=rtl][data-sidebar-style=modern][data-layout=horizontal] .header {
  padding: 0;
  padding-right: 16rem;
}
[direction=rtl] {
  text-align: right;
}
[direction=rtl] .deznav {
  text-align: right;
}
[direction=rtl] .deznav .metismenu ul:after {
  left: auto;
  right: 1.5625rem;
}
[direction=rtl] .deznav .metismenu ul a:before {
  left: auto;
  right: 2.625rem;
}
[data-sidebar-style=full][direction=rtl] .deznav .metismenu li > a i {
  padding: 0 0 0 0;
  margin-right: 0;
  margin-left: 0.625rem;
}
[direction=rtl] .deznav .metismenu li > a svg {
  margin-left: 0.3125rem;
  margin-right: 0;
}
[data-sidebar-style=compact][direction=rtl] .deznav .metismenu li > a svg {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
[data-sidebar-style=icon-hover][direction=rtl] .deznav .metismenu li > a svg {
  margin-left: 0;
}
[direction=rtl] .deznav .metismenu li ul a {
  padding-right: 6rem;
  padding-left: 0.625rem;
}
[direction=rtl] .deznav .metismenu li.active > .has-arrow:after {
  transform: rotate(45deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow:after {
  left: 1.5625rem;
  right: auto;
}
[data-layout=horizontal][direction=rtl] .deznav .metismenu .has-arrow:after {
  left: 1.125rem;
}
[data-sidebar-style=modern][direction=rtl] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li .has-arrow:after {
  left: 1.5rem;
  right: auto;
}
[direction=rtl][data-sidebar-style=mini] .deznav .metismenu > li > a > i {
  padding: 0;
}
[direction=rtl][data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu > li > ul a.has-arrow:after {
  left: 1.5625rem;
  right: auto;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu li > a i {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu li ul a {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu li > ul li:hover ul {
  right: 11.8125rem;
  left: 0;
}
[direction=rtl] {
}
[direction=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 15px;
  right: auto;
}
[direction=rtl] .input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-radius: 0.75rem 0 0 0.75rem;
}
[direction=rtl] .list-group {
  padding-left: 0;
}
[direction=rtl] .form-check-input {
  margin-left: -1.25rem;
  margin-right: inherit;
}
[direction=rtl] .form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 10px;
}
[direction=rtl] .radio input,
[direction=rtl] .radio-inline,
[direction=rtl] .checkbox input,
[direction=rtl] .checkbox-inline input {
  margin-left: 0;
  margin-right: 0;
}
[direction=rtl] .content-body {
  margin-right: 21.563rem;
  margin-left: auto;
}
[data-sidebar-style=modern][direction=rtl] .content-body {
  margin-right: 9.375rem;
}
[direction=rtl] .content-body .page-titles {
  text-align: right;
}
[direction=rtl] .doctor-info-details .media-body span i,
[direction=rtl] .recovered-chart-deta .col [class*=bg-] {
  margin-right: 0;
  margin-left: 10px;
}
[direction=rtl] .patients-chart-deta .col,
[direction=rtl] .patients-chart-deta .col [class*=bg-],
[direction=rtl] .recovered-chart-deta .col {
  margin-right: 0;
  margin-left: 15px;
}
[direction=rtl] .best-doctor .timeline .timeline-panel .media .number {
  left: auto;
  right: -13px;
}
[direction=rtl] .doctor-info-details .media i {
  right: 0;
  left: -15px;
}
[direction=rtl] .review-table .disease {
  border-left: 0;
  border-right: 1px solid #eee;
  padding-left: 0;
  padding-right: 20px;
}
[direction=rtl] .apexcharts-legend-text {
  margin: 4px;
}
[direction=rtl] .doctor-info-details .media-body {
  padding-left: 0;
  padding-right: 40px;
}
[direction=rtl] .custom-control {
  margin-left: 0;
}
[direction=rtl] .review-tab.nav-pills li:first-child a.nav-link {
  border-radius: 0 0.75rem 0 0;
}
[direction=rtl] .review-tab.nav-pills li:last-child a.nav-link {
  border-radius: 0.75rem 0 0 0;
}
[direction=rtl] .form-head .btn i {
  margin-left: 5px;
  margin-right: 0;
}
[direction=rtl] .iconbox {
  padding-left: 0;
  padding-right: 70px;
}
[direction=rtl] .iconbox i {
  left: auto;
  right: 0;
}
[direction=rtl] .table.tr-rounded tr td:first-child,
[direction=rtl] .table.tr-rounded tr th:first-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
[direction=rtl] .table.tr-rounded tr td:last-child,
[direction=rtl] .table.tr-rounded tr th:last-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
[direction=rtl] .custom-switch.toggle-switch.text-right {
  padding-left: 48px;
  padding-right: 0;
}
[direction=rtl] .toggle-switch.text-right .custom-control-label:before {
  right: auto !important;
  left: -47px;
}
[direction=rtl] .toggle-switch.text-right .custom-control-label:after {
  right: auto !important;
  left: -28px;
}
[direction=rtl] .toggle-switch.text-right .custom-control-input:checked ~ .custom-control-label:after {
  left: -62px;
  right: auto !important;
}
[direction=rtl] .check-switch {
  padding-right: 40px;
}
[direction=rtl] .check-switch .custom-control-label:after,
[direction=rtl] .check-switch .custom-control-label:before {
  right: -35px !important;
}
[direction=rtl] .bar-chart .apexcharts-yaxis {
  transform: translatex(101%);
}
[direction=rtl] .detault-daterange .input-group-text {
  padding: 0.532rem 0.75rem;
  padding-right: auto;
  padding-left: 0;
}
[direction=rtl] .form-wrapper .input-group .form-control {
  text-align: left;
}
[direction=rtl] .timeline-chart .apexcharts-yaxis {
  transform: translateX(0);
}
[direction=rtl] .card-table td:first-child {
  padding-right: 30px;
  padding-left: 10px;
}
[direction=rtl] .card-table td:last-child {
  padding-left: 30px;
  padding-right: 10px;
}
[direction=rtl] .chatbox .img_cont {
  margin-right: 0px;
  margin-left: 10px;
}
[direction=rtl] .profile-tab .nav-item .nav-link {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .profile-tab .nav-item .nav-link {
    margin-left: 0px;
  }
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-panel {
  margin-left: 0px;
  margin-right: 40px;
}
[direction=rtl] .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  padding: 5px 15px 5px 10px;
  border-width: 0px 5px 0px 0px;
}
[direction=rtl] .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
  border: 0;
  right: -9px;
  width: 7px;
  left: auto;
  height: 7px;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-badge {
  left: auto;
  right: 0px;
}
[direction=rtl] .widget-timeline .timeline > li > .timeline-panel:after {
  left: auto;
  right: -5px;
}
[direction=rtl] .chatbox .msg_cotainer {
  margin-left: 0;
  margin-right: 10px;
}
[direction=rtl] .new-arrival-content .price {
  float: left;
}
[direction=rtl] .input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
[direction=rtl] .input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[direction=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
[direction=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}
[direction=rtl] .chatbox .chatbox-close {
  left: 340px;
  right: auto;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .chatbox .chatbox-close {
    left: 280px;
  }
}
[direction=rtl] .separator {
  margin-right: 0;
  margin-left: 9px;
}
[direction=rtl] .card-tabs .nav-tabs {
  padding-right: 5px;
}
[direction=rtl] .chatbox .msg_cotainer {
  margin-left: 0;
  margin-right: 10px;
  border-radius: 1.375rem 0 1.375rem 1.375rem;
}
[direction=rtl] .chatbox .msg_cotainer:after {
  left: auto;
  right: -10px;
  transform: rotate(-90deg);
}
[direction=rtl] .chatbox .type_msg .input-group .input-group-append .btn {
  border-top-right-radius: 38px !important;
  border-bottom-right-radius: 38px !important;
}
[direction=rtl] .chatbox .msg_cotainer_send {
  margin-right: 0px;
  margin-left: 10px;
  border-radius: 0 6px 6px 6px;
}
[direction=rtl] .chatbox .msg_cotainer_send:after {
  right: auto;
  left: -10px;
  transform: rotate(90deg);
}
[direction=rtl] .new-arrival-content .price {
  float: left;
}
[direction=rtl] .trending-menus .tr-row .num {
  margin-right: 0;
  margin-left: 15px;
}
[direction=rtl] .default-select.style-2 .btn:after {
  margin-left: 0;
  margin-right: 0.5em;
}
[direction=rtl] .widget-timeline-icon li .icon {
  left: auto;
  right: -2px;
}
[direction=rtl] .widget-timeline-icon li a {
  padding: 25px 0px 0px 50px;
}
@media only screen and (max-width: 35.9375rem) {
  [direction=rtl] .widget-timeline-icon .timeline {
    margin-left: 0;
    margin-right: 10px;
  }
  [direction=rtl] .widget-timeline-icon li {
    border-left: 0;
    border-right: 6px solid var(--primary);
  }
  [direction=rtl] .widget-timeline-icon li a {
    padding: 0 30px 30px 0;
  }
  [direction=rtl] .widget-timeline-icon li .icon {
    right: -12px;
  }
  [direction=rtl] .widget-timeline-icon li:last-child {
    border-color: transparent;
  }
}
[direction=rtl] #revenueMap .apexcharts-yaxis,
[direction=rtl] #customerMapkm .apexcharts-yaxis {
  transform: translateX(0px);
}
[direction=rtl] .mail-list .list-group-item i {
  padding-right: 0;
  padding-left: 0.625rem;
}
[direction=rtl] .dz-demo-panel {
  right: auto;
  left: -380px;
}
[direction=rtl] .dz-demo-panel.show {
  right: unset;
  left: 0;
}
[direction=rtl] .dz-demo-panel .dz-demo-trigger {
  left: 100%;
  right: auto;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 3px 5px 0px rgba(119, 119, 119, 0.15);
}
[direction=rtl][data-layout=horizontal] .content-body {
  margin-right: 0;
}
[direction=rtl][data-layout=horizontal] .deznav .metismenu li li .has-arrow:after {
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .content-body {
  margin-right: 6.25rem;
}
[direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .content-body {
  margin-right: 11.25rem;
}
[direction=rtl][data-sidebar-style=overlay] .content-body {
  margin-right: 0;
}
[direction=rtl] #external-events .external-event:before {
  margin-right: 0;
  margin-left: 0.9rem;
}
[direction=rtl] .post-input a i {
  margin-left: 15px;
  margin-right: 0;
}
[direction=rtl][data-sidebar-style=compact] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
[direction=rtl] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
[direction=rtl] .deznav .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg);
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .has-arrow[aria-expanded=true]:after,
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .deznav .metismenu .mm-active > .has-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg);
}
[direction=rtl] .chatbox {
  left: -500px;
  right: auto;
}
[direction=rtl] .chatbox.active {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 575px) {
  [direction=rtl] .best-doctor .timeline .timeline-panel .media {
    float: right;
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
}
[direction=rtl] .default-select.style-1 .btn:after {
  margin-left: 0;
  margin-right: 0.5em;
}
[direction=rtl] .pagination .page-indicator {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
[direction=rtl] .lg-outer.lg-visible {
  direction: ltr;
}
[direction=rtl] .chart-point .chart-point-list {
  margin: 0;
  padding-right: 20px;
}
[direction=rtl] .noUi-target {
  direction: rtl;
}
[direction=rtl] .noUi-vertical .noUi-pips-vertical {
  left: -20px;
}
[direction=rtl] .noUi-vertical .noUi-value-vertical {
  padding-left: 0;
  padding-right: 25px;
}
[direction=rtl] .sidebar-right .ps--active-x > .ps__rail-x {
  display: none;
}
[direction=rtl] .form-wizard .nav-wizard li .nav-link:after {
  right: 50%;
  left: auto;
}
[direction=rtl] .dtp > .dtp-content {
  right: 50%;
  left: auto;
}
[direction=rtl] .modal-header .close {
  margin: 0;
  left: 0;
  top: 0px;
  right: auto;
}
[direction=rtl] .input-group-prepend .btn + .btn {
  border-radius: 0 !important;
}
[direction=rtl] .form-control + .input-group-append .btn:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[direction=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
[direction=rtl] .custom-file-label::after {
  border-radius: 0.75rem 0 0 0.75rem;
}
[direction=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
[direction=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-radius: 0;
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  [direction=rtl] .content-body {
    margin-right: 17rem;
  }
}
[direction=rtl] .sidebar-right {
  right: auto;
  left: -50rem;
}
[direction=rtl] .sidebar-right.show {
  left: 5.25rem;
  right: unset;
}
[direction=rtl] .sidebar-right .sidebar-right-trigger {
  left: 100%;
  right: auto;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 3px 5px 0px rgba(119, 119, 119, 0.15);
}
[direction=rtl] .sidebar-right .sidebar-close-trigger {
  right: auto;
  left: -48px;
}
[direction=rtl] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}
html[dir=rtl] [direction=rtl] .footer {
  padding-right: 17.1875rem;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  html[dir=rtl] [direction=rtl] .footer {
    padding-right: 0;
  }
}
html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .footer {
  padding-right: 0;
}
html[dir=rtl] [direction=rtl] .menu-toggle .footer {
  padding-right: 3.75rem;
}
html[dir=rtl] [direction=rtl][data-container=boxed] .footer {
  padding-right: 0;
}
html[dir=rtl] [direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .footer {
  padding-right: 3.75rem;
}
html[dir=rtl] [direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .footer {
  padding-right: 9.375rem;
}
:root {
  --primary: #0D99FF;
  --secondary: #2C2C2C;
  --secondary-dark: #131313;
  --primary-hover: #007ed9;
  --primary-dark: #004373;
  --rgba-primary-1: rgba(13, 153, 255, 0.1);
  --rgba-primary-2: rgba(13, 153, 255, 0.2);
  --rgba-primary-3: rgba(13, 153, 255, 0.3);
  --rgba-primary-4: rgba(13, 153, 255, 0.4);
  --rgba-primary-5: rgba(13, 153, 255, 0.5);
  --rgba-primary-6: rgba(13, 153, 255, 0.6);
  --rgba-primary-7: rgba(13, 153, 255, 0.7);
  --rgba-primary-8: rgba(13, 153, 255, 0.8);
  --rgba-primary-9: rgba(13, 153, 255, 0.9);
  --rgba-secondary-1: rgba(44, 44, 44, 0.1);
  --rgba-secondary-2: rgba(44, 44, 44, 0.2);
  --rgba-secondary-3: rgba(44, 44, 44, 0.3);
  --rgba-secondary-4: rgba(44, 44, 44, 0.4);
  --rgba-secondary-5: rgba(44, 44, 44, 0.5);
  --rgba-secondary-6: rgba(44, 44, 44, 0.6);
  --rgba-secondary-7: rgba(44, 44, 44, 0.7);
  --rgba-secondary-8: rgba(44, 44, 44, 0.8);
  --rgba-secondary-9: rgba(44, 44, 44, 0.9);
  --font-family-base:
    poppins,
    sans-serif,
    sans-serif;
  --font-family-title:
    poppins,
    sans-serif,
    sans-serif;
  --title: #374557;
}
[data-theme-version=dark] {
  background: #1E1E1E;
  color: #828690;
  --nav-headbg: #242424;
  --sidebar-bg: #242424;
  --headerbg: #242424;
  --bs-body-bg:#242424;
}
[data-theme-version=dark] h1,
[data-theme-version=dark] .h1,
[data-theme-version=dark] h2,
[data-theme-version=dark] .h2,
[data-theme-version=dark] h3,
[data-theme-version=dark] .h3,
[data-theme-version=dark] h4,
[data-theme-version=dark] .h4,
[data-theme-version=dark] h5,
[data-theme-version=dark] .h5,
[data-theme-version=dark] h6,
[data-theme-version=dark] .h6 {
  color: #fff !important;
}
[data-theme-version=dark] a.link {
  color: #ddd;
}
[data-theme-version=dark] a.link:focus,
[data-theme-version=dark] a.link:hover {
  color: #58bad7;
}
[data-theme-version=dark] a:hover {
  color: #fff;
}
[data-theme-version=dark] .border-right {
  border-right: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-left {
  border-left: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-top {
  border-top: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border-bottom {
  border-bottom: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] .border {
  border: 0.0625rem solid #444444 !important;
}
[data-theme-version=dark] {
  --secondary:$white;
}
[data-theme-version=dark] .card {
  background-color: #242424;
  box-shadow: none;
  border-color: #444444;
}
[data-theme-version=dark] .dropdown-menu {
  background-color: #242424;
  box-shadow: 0rem 0rem 0rem 0.0625rem rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .dropdown-menu .dropdown-item {
  color: #777777;
}
[data-theme-version=dark] .dropdown-menu .dropdown-item.selected,
[data-theme-version=dark] .dropdown-menu .dropdown-item.selected.active,
[data-theme-version=dark] .dropdown-menu .dropdown-item.active,
[data-theme-version=dark] .dropdown-menu .dropdown-item:hover,
[data-theme-version=dark] .dropdown-menu .dropdown-item:focus {
  background-color: #242424;
  color: #fff;
}
[data-theme-version=dark] a {
  color: #fff !important;
}
[data-theme-version=dark] .btn-link g [fill] {
  fill: #fff;
}
[data-theme-version=dark] .btn-light:active,
[data-theme-version=dark] .btn-light:focus,
[data-theme-version=dark] .btn-light:hover {
  color: #000;
}
[data-theme-version=dark] .form-control {
  background-color: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .form-select {
  background-color: #1E1E1E;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .toggle-switch.form-check .form-check-input {
  background: #1E1E1E;
}
[data-theme-version=dark] .toggle-switch.form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark] .modal-content {
  background: #242424;
}
[data-theme-version=dark] .modal-footer,
[data-theme-version=dark] .modal-header {
  border-color: #444444;
}
[data-theme-version=dark] .close {
  font-weight: 400;
  color: #fff;
  text-shadow: none;
}
[data-theme-version=dark] .close:hover {
  color: #fff;
}
[data-theme-version=dark] .star-rating .product-review,
[data-theme-version=dark] .new-arrival-content .item {
  color: #fff;
}
[data-theme-version=dark] .custom-dropdown .dropdown-menu {
  border-color: #444444;
}
[data-theme-version=dark] .widget-stat .media > span {
  background: #444444;
  border-color: #444444;
  color: #fff;
}
[data-theme-version=dark] .plus-minus-input .custom-btn {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .dropdown-divider,
[data-theme-version=dark] .size-filter ul li {
  border-color: #444444;
}
[data-theme-version=dark] .custom-select {
  border-color: #444444;
  color: #828690;
  background: #1E1E1E;
}
[data-theme-version=dark] .nav-tabs {
  border-color: var(--primary);
}
[data-theme-version=dark] .nav-tabs .nav-link {
  color: #fff;
}
[data-theme-version=dark] .mail-list .list-group-item.active i {
  color: #fff;
}
[data-theme-version=dark] hr {
  border-color: #444444;
}
[data-theme-version=dark] .grid-col {
  background: #1E1E1E;
}
[data-theme-version=dark] .noUi-target {
  border-color: #444444;
  border-radius: 0.5rem;
  box-shadow: none;
}
[data-theme-version=dark] .noUi-target .noUi-connects {
  background: #444444;
}
[data-theme-version=dark] .noUi-marker-large,
[data-theme-version=dark] .noUi-marker {
  background: #444444;
}
[data-theme-version=dark] .input-group-text {
  background: #1E1E1E;
  color: #fff;
  border-color: #444444;
}
[data-theme-version=dark] .note-editor.note-frame {
  border-color: #444444;
}
[data-theme-version=dark] .note-editor.note-frame .btn {
  color: #fff;
}
[data-theme-version=dark] .note-editor.note-frame .note-editing-area .note-editable {
  color: #fff;
}
[data-theme-version=dark] .widget-media .timeline .timeline-panel {
  border-color: #444444;
}
[data-theme-version=dark] .notification_dropdown .dropdown-menu-right .all-notification {
  border-color: #444444;
}
[data-theme-version=dark] #user-activity .nav-tabs .nav-link {
  border-color: #444444;
}
[data-theme-version=dark] #user-activity .nav-tabs .nav-link.active {
  background: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .list-group-item-action {
  color: #888888;
}
[data-theme-version=dark] .list-group-item-action:focus,
[data-theme-version=dark] .list-group-item-action:hover,
[data-theme-version=dark] .list-group-item-action:focus {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
[data-theme-version=dark] .list-group-item.active {
  color: #fff;
  border-color: var(--primary);
}
[data-theme-version=dark] .list-group-item.active:focus,
[data-theme-version=dark] .list-group-item.active:hover,
[data-theme-version=dark] .list-group-item.active:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .swal2-popup {
  background: #242424;
}
[data-theme-version=dark] .form-head .btn-outline-primary {
  border-color: #444444;
}
[data-theme-version=dark] .form-head .btn-outline-primary:hover {
  border-color: var(--primary);
}
[data-theme-version=dark] .review-tab.nav-pills li a.nav-link.active {
  background: transparent;
}
[data-theme-version=dark] .new-arrival-content h4 a,
[data-theme-version=dark] .new-arrival-content .h4 a {
  color: #fff;
}
[data-theme-version=dark] .text-black {
  color: #fff !important;
}
[data-theme-version=dark] .abilities-chart .ct-chart .ct-label {
  fill: #fff;
}
[data-theme-version=dark] .morris_chart_height text tspan {
  fill: #fff;
}
[data-theme-version=dark] .btn-link {
  color: #fff;
}
[data-theme-version=dark] .order-bg {
  background: #1E1E1E;
}
[data-theme-version=dark] .detault-daterange {
  background: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .detault-daterange .input-group-text {
  background: #242424;
  border: 0;
}
[data-theme-version=dark] .dataTablesCard {
  background-color: #242424;
}
[data-theme-version=dark] .compose-content .dropzone {
  background: #1E1E1E !important;
}
[data-theme-version=dark] .compose-content .dropzone .dz-message .dz-button {
  color: #fff;
}
[data-theme-version=dark] .daterangepicker {
  background: #1E1E1E;
  border-color: var(--primary);
}
[data-theme-version=dark] .daterangepicker .calendar-table {
  border-color: var(--primary);
  background: #1E1E1E;
}
[data-theme-version=dark] .daterangepicker .calendar-table .table-condensed td:hover {
  background-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .daterangepicker:after {
  border-bottom: 0.375rem solid #1E1E1E;
}
[data-theme-version=dark] .daterangepicker select.hourselect,
[data-theme-version=dark] .daterangepicker select.minuteselect,
[data-theme-version=dark] .daterangepicker select.secondselect,
[data-theme-version=dark] .daterangepicker select.ampmselect {
  background: #1E1E1E;
  border: 0.0625rem solid #444444;
  color: #fff;
}
[data-theme-version=dark] .daterangepicker td.off,
[data-theme-version=dark] .daterangepicker td.off.in-range,
[data-theme-version=dark] .daterangepicker td.off.start-date,
[data-theme-version=dark] .daterangepicker td.off.end-date {
  background-color: #242424;
}
[data-theme-version=dark] .daterangepicker td.off:hover,
[data-theme-version=dark] .daterangepicker td.off.in-range:hover,
[data-theme-version=dark] .daterangepicker td.off.start-date:hover,
[data-theme-version=dark] .daterangepicker td.off.end-date:hover {
  background-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .app-fullcalendar .fc-button {
  background-color: #1E1E1E;
  border-color: var(--primary);
  color: #fff;
  text-shadow: none;
}
[data-theme-version=dark] .app-fullcalendar .fc-button:hover,
[data-theme-version=dark] .app-fullcalendar .fc-button.fc-stat-hover {
  background-color: var(--primary);
}
[data-theme-version=dark] .swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #444444, 0 0 0 0.25rem var(--rgba-primary-1);
}
[data-theme-version=dark] .dd-handle {
  border-color: #444444;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .menu-toggle .deznav .metismenu li > ul {
  background: #242424 !important;
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link {
  border-color: #444444;
}
[data-theme-version=dark] .clockpicker-popover .popover-content {
  background-color: #242424;
}
[data-theme-version=dark] .clockpicker-plate {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .clockpicker-popover .popover-title {
  background-color: #1E1E1E;
  color: #fff;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link span {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link:after {
  background: #1E1E1E;
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.active:after,
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.done:after {
  background: var(--primary);
}
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.active span,
[data-theme-version=dark] .form-wizard .nav-wizard li .nav-link.done span {
  background: var(--primary);
}
[data-theme-version=dark] .check-switch .custom-control-label:after,
[data-theme-version=dark] .check-switch .custom-control-label:before {
  border-color: var(--primary);
}
[data-theme-version=dark] .fc-unthemed .fc-today {
  background: #1E1E1E;
}
[data-theme-version=dark] .fc-unthemed .fc-divider,
[data-theme-version=dark] .fc-unthemed .fc-list-heading td,
[data-theme-version=dark] .fc-unthemed .fc-popover .fc-header {
  background: #444444;
}
[data-theme-version=dark] .picker__box {
  background: #1E1E1E;
}
[data-theme-version=dark] .picker__box .picker__button--clear,
[data-theme-version=dark] .picker__box .picker__button--close,
[data-theme-version=dark] .picker__box .picker__button--today {
  background: #242424;
  color: #fff;
}
[data-theme-version=dark] .picker__box .picker__button--clear:hover:before,
[data-theme-version=dark] .picker__box .picker__button--close:hover:before,
[data-theme-version=dark] .picker__box .picker__button--today:hover:before {
  color: #fff;
}
[data-theme-version=dark] .picker {
  color: #999;
}
[data-theme-version=dark] .dtp > .dtp-content {
  background: #1E1E1E;
}
[data-theme-version=dark] .dtp table.dtp-picker-days tr > td > a {
  color: #68686a;
}
[data-theme-version=dark] .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff;
}
[data-theme-version=dark] .order-request tbody tr {
  border-color: #444444;
}
[data-theme-version=dark] .card-list li {
  color: #fff;
}
[data-theme-version=dark] .card-bx .change-btn:hover {
  color: var(--primary);
}
[data-theme-version=dark] .invoice-card.bg-warning {
  background-color: #5b3c1f !important;
}
[data-theme-version=dark] .invoice-card.bg-success {
  background-color: #2a6729 !important;
}
[data-theme-version=dark] .invoice-card.bg-info {
  background-color: #4c276a !important;
}
[data-theme-version=dark] .invoice-card.bg-secondary {
  background-color: #1c3e52 !important;
}
[data-theme-version=dark] .user-list li {
  border-color: #242424;
}
[data-theme-version=dark] .toggle-switch {
  color: #fff;
}
[data-theme-version=dark] .bar-chart .apexcharts-text tspan {
  fill: #969ba0;
}
[data-theme-version=dark] .bar-chart line {
  stroke: #444444;
}
[data-theme-version=dark] .accordion.style-1 .accordion-item,
[data-theme-version=dark] .invoice-list {
  border-color: #444444;
}
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed .user-info a,
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed .user-info,
[data-theme-version=dark] .accordion.style-1 .accordion-header.collapsed > span {
  color: #fff;
}
[data-theme-version=dark] .ic-card > a {
  background: #25479f;
}
[data-theme-version=dark] .ic-card > a:first-child {
  border-color: #25479f;
}
[data-theme-version=dark] .ic-card span {
  color: #fff;
}
[data-theme-version=dark] table.dataTable thead th,
[data-theme-version=dark] table.dataTable thead td {
  border-color: #444444 !important;
}
[data-theme-version=dark] .paging_simple_numbers.dataTables_paginate {
  background: #242424;
}
[data-theme-version=dark] .dataTables_info {
  color: #fff;
}
[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate span .paginate_button.current,
[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  background: var(--primary);
  color: #fff !important;
}
[data-theme-version=dark] .dashboard-select {
  background-color: var(--rgba-primary-1);
  color: white;
  border-color: #444444;
}
[data-theme-version=dark] .dashboard-select .list {
  background: #242424;
}
[data-theme-version=dark] .dashboard-select .option:hover,
[data-theme-version=dark] .dashboard-select .option.focus,
[data-theme-version=dark] .dashboard-select .option.selected.focus {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-tabs.style-1 .nav-tabs {
  background: #242424;
}
[data-theme-version=dark] .transaction-details {
  border-color: #444444;
}
[data-theme-version=dark] .description {
  color: #fff;
}
[data-theme-version=dark] .transaction-details .amount-bx {
  background: #3f250d;
}
[data-theme-version=dark] .transaction-details .amount-bx i {
  background: #8d3b0c;
}
[data-theme-version=dark] .nice-select .option {
  background: #242424;
}
[data-theme-version=dark] .nice-select .option:hover,
[data-theme-version=dark] .nice-select .option.focus,
[data-theme-version=dark] .nice-select .option.selected.focus {
  background: #242424;
}
[data-theme-version=dark] .card-tabs.style-1 {
  border-color: #444444;
}
[data-theme-version=dark] .nice-select .list {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .table-search .input-group .input-group-text {
  background: #242424;
}
[data-theme-version=dark] .dark-btn svg path {
  stroke: #fff;
}
[data-theme-version=dark] .bar-chart .apexcharts-legend-text {
  color: #fff !important;
}
[data-theme-version=dark] .Sales tspan {
  fill: #fff;
}
[data-theme-version=dark] .timeline-chart rect {
  fill: #1E1E1E;
}
[data-theme-version=dark] .header-info span {
  color: #fff !important;
}
[data-theme-version=dark] .smallipop-instance.blue {
  color: #fff;
}
[data-theme-version=dark] .property-map .smallipop.smallimap-mapicon .circle-marker {
  border-color: #444444;
}
[data-theme-version=dark] .property-features li {
  color: #fff;
}
[data-theme-version=dark] .review-tabs-1 {
  background: #242424;
}
[data-theme-version=dark] .coin-tabs {
  background: #2E2E40;
}
[data-theme-version=dark] .coin-tabs .nav-link.active {
  background: var(--primary) !important;
  color: #fff;
}
[data-theme-version=dark] .separate-row > div {
  border-color: #444444;
}
[data-theme-version=dark] .bg-white {
  background: #1E1E1E !important;
}
[data-theme-version=dark] .deznav .header-info2 span {
  color: #fff;
}
[data-theme-version=dark] .brand-title path {
  fill: #fff;
}
[data-theme-version=dark] .brand-title tspan {
  fill: #fff;
}
[data-theme-version=dark] .shapreter-row > div {
  border-color: #444444;
}
[data-theme-version=dark] .chartBar line {
  stroke: #444444;
}
[data-theme-version=dark] .search-job .search-dropdown:after {
  background: #444444;
}
[data-theme-version=dark] .chartjs line {
  stroke: #444444;
}
[data-theme-version=dark] .form-label {
  color: #fff;
}
[data-theme-version=dark] .datepicker-switch {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown td.day,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.next,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.prev {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown th.dow {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown th.datepicker-switch,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.next,
[data-theme-version=dark] .datepicker.datepicker-dropdown th.prev {
  color: #fff;
}
[data-theme-version=dark] .btn-close {
  color: #fff !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23099'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
[data-theme-version=dark] .bgl-secondary {
  color: #fff;
}
[data-theme-version=dark] .application tr td .btn {
  color: #fff;
}
[data-theme-version=dark] .btn-link svg path {
  stroke: #fff;
}
[data-theme-version=dark] .alert.alert-outline-secondary,
[data-theme-version=dark] .alert.alert-outline-dark {
  color: #fff;
}
[data-theme-version=dark] .form-control-plaintext {
  color: #fff;
}
[data-theme-version=dark] .timeline-panel .media-body small,
[data-theme-version=dark] .timeline-panel .media-body .small {
  color: #fff;
}
[data-theme-version=dark] .jobs {
  border-color: #444444;
}
[data-theme-version=dark] .apexcharts-gridlines-vertical line {
  stroke: #444444;
}
[data-theme-version=dark] .apexcharts-text tspan {
  fill: #fff;
}
[data-theme-version=dark] .widget-courses .schedule-icon {
  color: #fff;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule,
[data-theme-version=dark] .upcomming-task-widget {
  background: #242424;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule.style-1 {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-schedule .up-comming-schedule.style-1 .date-box {
  background: #242424;
  color: #fff;
}
[data-theme-version=dark] .instructors-box .instructors-media .custome-badge .badge {
  color: #fff;
}
[data-theme-version=dark] .instructors-box .instructors-media .info-box {
  background: #1E1E1E;
}
[data-theme-version=dark] .course-details-tab .nav-tabs .nav-link {
  color: #cbc3c3;
}
[data-theme-version=dark] .message-box,
[data-theme-version=dark] .chat-icon,
[data-theme-version=dark] .chat-people,
[data-theme-version=dark] .chat-tabs .chat-bx,
[data-theme-version=dark] .share-files,
[data-theme-version=dark] .type-massage,
[data-theme-version=dark] .work-ic {
  border-color: #444444;
}
[data-theme-version=dark] .timeline-active .modulel {
  background: #242424;
}
[data-theme-version=dark] .timeline-active li .time {
  background: #242424;
}
[data-theme-version=dark] .achievements .achievements-content span,
[data-theme-version=dark] .bio .bio-content {
  background: #1E1E1E;
}
[data-theme-version=dark] .score-active.style-1 .dashboard-select {
  background: #1E1E1E;
}
[data-theme-version=dark] #activity line {
  stroke: #444444;
}
[data-theme-version=dark] .pagination-down ul li a {
  background: #1E1E1E;
}
[data-theme-version=dark] .pagination-down ul li a.active {
  background: var(--primary);
}
[data-theme-version=dark] .custome-accordion .accordion-button {
  background: #242424;
}
[data-theme-version=dark] .custome-accordion .acc-courses {
  background: #1E1E1E;
}
[data-theme-version=dark] .widget-timeline .side-border h4,
[data-theme-version=dark] .widget-timeline .side-border .h4,
[data-theme-version=dark] .widget-timeline .side-border .custom-dropdown {
  background: #242424;
}
[data-theme-version=dark] .widget-timeline .side-border:after {
  border-color: #444444;
}
[data-theme-version=dark] #columnChart line {
  stroke: #444444;
}
[data-theme-version=dark] #sellingActivity svg path {
  stroke: #242424;
}
[data-theme-version=dark] #sellingActivity line {
  stroke: #444444;
}
[data-theme-version=dark] .review-box {
  background: #242424;
}
[data-theme-version=dark] #NewCustomers line {
  stroke: #fff;
}
[data-theme-version=dark] .students-list .search-area .form-control,
[data-theme-version=dark] .students-list .search-area .input-group-text {
  background: #1E1E1E;
  border: #444444;
}
[data-theme-version=dark] .custome-accordion.style-1 .acc-courses {
  background: #242424;
  border-color: #444444;
}
[data-theme-version=dark] .miac,
[data-theme-version=dark] .profile-img img,
[data-theme-version=dark] .profile-img span,
[data-theme-version=dark] .compose-content .dropzone,
[data-theme-version=dark] .fc-theme-standard td,
[data-theme-version=dark] .fc-theme-standard th,
[data-theme-version=dark] .fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid,
[data-theme-version=dark] .fc-scrollgrid,
[data-theme-version=dark] table {
  border-color: #444444;
}
[data-theme-version=dark] .btn-icon-end {
  border-color: #444444;
}
[data-theme-version=dark] .raiting li {
  border-color: #444444;
}
[data-theme-version=dark] .miac svg path {
  fill: #fff;
}
[data-theme-version=dark] .type-massage.style-1 {
  background: #1E1E1E;
}
[data-theme-version=dark] .header .header-content:after {
  background: #444444;
}
[data-theme-version=dark] .search-coundry .dashboard-select {
  color: #fff;
  background: transparent;
}
[data-theme-version=dark] .search-coundry .dashboard-select .option {
  color: #fff;
}
[data-theme-version=dark] .search-coundry .dashboard-select:after {
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}
[data-theme-version=dark] .sidebar-right .nice-select .option.selected {
  color: #000;
}
[data-theme-version=dark] #redial .apexcharts-datalabels-group text {
  fill: #fff;
}
[data-theme-version=dark] .notification_dropdown .dropdown-menu-end .all-notification {
  border-color: #444444;
}
[data-theme-version=dark] .app-fullcalendar1 .fc .fc-button-group > .fc-button {
  border-color: #444444;
}
[data-theme-version=dark] .app-fullcalendar1 .fc-direction-ltr .fc-daygrid-event.fc-event-end,
[data-theme-version=dark] .app-fullcalendar1 .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  background: #242424 !important;
  border-color: #444444;
}
[data-theme-version=dark] .card-calendar.style-1 .bootstrap-datetimepicker-widget .table-condensed td.day {
  color: #ffffff !important;
}
[data-theme-version=dark] .dz-side-menu {
  background: #242424;
}
[data-theme-version=dark] .nice-select .option.selected {
  color: #fff;
}
[data-theme-version=dark] .dz-cource,
[data-theme-version=dark] .message-box,
[data-theme-version=dark] .type-massage {
  background-color: #242424;
}
[data-theme-version=dark] .dz-cource .form-control,
[data-theme-version=dark] .message-box .form-control,
[data-theme-version=dark] .type-massage .form-control {
  background-color: transparent;
}
[data-theme-version=dark] .card-calendar.style-1 .bootstrap-datetimepicker-widget table .picker-switch {
  color: #fff;
}
[data-theme-version=dark] .fc .fc-button-group > .fc-button {
  border-color: #444444;
}
[data-theme-version=dark] .fc-daygrid-dot-event {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
}
[data-theme-version=dark] #redial .apexcharts-radialbar-hollow {
  fill: #242424;
}
[data-theme-version=dark] .chat-tabs .chat-bx.active:after {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.day:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.hour:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.minute:hover,
[data-theme-version=dark] .bootstrap-datetimepicker-widget table td.second:hover {
  background: #1E1E1E;
}
[data-theme-version=dark] .chat-box-area .message-received p,
[data-theme-version=dark] .message-send,
[data-theme-version=dark] .type-massage .form-control {
  color: #fff;
  background-color: #171717;
}
[data-theme-version=dark] .chat-icon ul li a,
[data-theme-version=dark] .file {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .chat-icon ul li a svg path,
[data-theme-version=dark] .file svg path {
  fill: #fff;
}
[data-theme-version=dark] .course-dedails-bx .description .user-pic span,
[data-theme-version=dark] .course-learn ul li {
  color: #fff;
}
[data-theme-version=dark] .course-details-tab .user-pic2 p {
  color: #828690;
}
[data-theme-version=dark] #columnChart .apexcharts-bar-series path {
  stroke: #242424;
}
[data-theme-version=dark] .custome-donut tspan {
  fill: #fff;
}
[data-theme-version=dark] #morris_donught.custome-donut svg path {
  stroke-width: 0px;
}
[data-theme-version=dark] .card.bg-pink {
  background-color: #EB62D0;
}
[data-theme-version=dark] #coin-ponent > div {
  background-color: #1E1E1E !important;
  color: #fff !important;
  border-color: #444444 !important;
}
[data-theme-version=dark] #coin-ponent > div div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent div div {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent .cp-select-menu-item {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-ponent .cp-select-menu-item:hover {
  border-color: #444444 !important;
  background-color: #1E1E1E;
}
[data-theme-version=dark] #coin-chart text,
[data-theme-version=dark] .revenueMap text {
  fill: white;
}
[data-theme-version=dark] #coin-chart line,
[data-theme-version=dark] .revenueMap line {
  stroke: #444444;
}
[data-theme-version=dark] .previews-info-list:hover {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .sell-element .sell-blance .form-control,
[data-theme-version=dark] .limit-sell .nav-tabs {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .text-start span {
  color: #fff !important;
}
[data-theme-version=dark] .text-secondary {
  color: #fff !important;
}
[data-theme-version=dark] .card-wiget .reward-earn span {
  color: #fff;
}
[data-theme-version=dark] .market_chart line,
[data-theme-version=dark] #btcStock line {
  stroke: #444444;
}
[data-theme-version=dark] .apexcharts-datalabels-group {
  stroke: #fff;
}
[data-theme-version=dark] .btn.tp-btn svg path {
  stroke: #fff;
}
[data-theme-version=dark] .coin-warpper .nav .nav-item {
  border-color: #444444;
}
[data-theme-version=dark] .form-wrapper.trade-form .input-group .input-group-text {
  color: #fff;
}
[data-theme-version=dark] .progress-bar.bg-secondary {
  background-color: #fff !important;
}
[data-theme-version=dark] .profile-card {
  border-color: #444444;
}
[data-theme-version=dark] .profile-card .card-footer,
[data-theme-version=dark] .author-profile .info-list li {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .mail-list .list-group-item i {
  color: #fff;
}
[data-theme-version=dark] .dropzone .dlab-message {
  margin: 5em 0;
}
[data-theme-version=dark] .email-list {
  background: #242424;
}
[data-theme-version=dark] .email-list .message {
  border-color: #444444;
}
[data-theme-version=dark] .email-list .message .col-mail-2 .subject {
  color: #fff;
}
[data-theme-version=dark] .email-list .message:hover {
  background: #1E1E1E;
}
[data-theme-version=dark] .email-right-box .table-pagenation {
  background: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .email-right-box .pagination {
  background: #1E1E1E;
}
[data-theme-version=dark] .btn.tp-btn-light.btn-secondary,
[data-theme-version=dark] .btn.tp-btn.btn-secondary {
  color: white;
}
[data-theme-version=dark] .list-group-item-secondary {
  color: #fff;
}
[data-theme-version=dark] .students span {
  color: #fff;
}
[data-theme-version=dark] .progress .bg-white {
  background-color: #fff !important;
}
[data-theme-version=dark] .border-end {
  border-color: #444444 !important;
}
[data-theme-version=dark] .form-check-input {
  border-color: #444444;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .menu-toggle .logo-color {
  display: none !important;
}
@media only screen and (max-width: 47.9375rem) {
  [data-theme-version=dark] .menu-toggle .logo-color {
    display: block !important;
  }
}
[data-theme-version=dark] #overiewChart line {
  stroke: #444444;
}
[data-theme-version=dark] #NewCustomers #SvgjsSvg1006 {
  margin-top: 16px;
}
[data-theme-version=dark] .chart-grd:after {
  background: transparent;
}
[data-theme-version=dark] .chat-box-area .message-sent p {
  background: #383838;
  color: white;
}
[data-theme-version=dark] .page-titles,
[data-theme-version=dark] .to-dodroup .sub-card,
[data-theme-version=dark] .ttl-project,
[data-theme-version=dark] .active-country .country-list,
[data-theme-version=dark] .active-projects.selling-product tbody tr td,
[data-theme-version=dark] .events .event-media,
[data-theme-version=dark] .active-projects.style-1 tbody tr td,
[data-theme-version=dark] .footer,
[data-theme-version=dark] .active-projects.manage-client tbody tr td,
[data-theme-version=dark] .task .task-summary,
[data-theme-version=dark] .active-projects.task-table tbody td,
[data-theme-version=dark] .kanbanPreview-bx .card-body .sub-card {
  border-color: #444444;
}
[data-theme-version=dark] .light.badge-primary {
  background-color: #1E1E1E !important;
}
[data-theme-version=dark] .avatar-list.avatar-list-stacked .avatar,
[data-theme-version=dark] .author-profile .card-footer .form-control,
[data-theme-version=dark] .profile-card .card-header,
[data-theme-version=dark] .author-profile .upload-link {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .mail-list .list-group-item {
  background: rgba(255, 255, 255, 0.1);
  margin: 13px 0px;
}
[data-theme-version=dark] .inovice-logo .logo-abbr .react-w {
  fill: #fff;
  stroke: #fff;
}
[data-theme-version=dark] .demo-right-inner {
  background-color: #242424;
}
[data-theme-version=dark] .border-start {
  color: #444444;
}
[data-theme-version=dark] .ttl-project .pr-data:after,
[data-theme-version=dark] .active-country:after {
  background: #444444;
}
[data-theme-version=dark] .to-dodroup .sub-card .d-items,
[data-theme-version=dark] .kanbanPreview-bx .card-body .sub-card {
  background-color: #242424;
}
[data-theme-version=dark] .to-dodroup .sub-card .d-items .d-items-2 label,
[data-theme-version=dark] .earning-tab .nav-item .nav-link.active {
  color: #fff;
}
[data-theme-version=dark] .active-projects thead tr th,
[data-theme-version=dark] .schedules-cal .datepicker-days .dow {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .bootstrap-select .btn {
  background: #242424 !important;
}
[data-theme-version=dark] .sidebar-right-inner .bootstrap-select .btn {
  background: transparent !important;
  border-color: #E6E6E6 !important;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu.show {
  background-color: #fff;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item.active,
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item:active {
  color: var(--primary) !important;
  background: var(--rgba-primary-1);
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-menu .dropdown-item {
  color: #777777 !important;
}
[data-theme-version=dark] .sidebar-right-inner .dropdown-item:hover,
[data-theme-version=dark] .sidebar-right-inner .dropdown-item:focus {
  background-color: var(--bs-dropdown-link-hover-bg);
}
[data-theme-version=dark] .badge-outline-dark,
[data-theme-version=dark] .badge-outline-secondary {
  border-color: #444444;
}
[data-theme-version=dark] .light.badge-info {
  border-color: #444444;
}
[data-theme-version=dark] .email-left-box .btn.text-white.btn-block {
  background-color: var(--primary);
}
[data-theme-version=dark] .btn-secondary .text-secondary {
  color: #000 !important;
}
[data-theme-version=dark] .list-group-item {
  color: #fff;
}
[data-theme-version=dark] #TabWithIcon .nav-link.active {
  background-color: #1E1E1E;
  border-color: #444444;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[data-theme-version=dark] .ck.ck-editor .ck.ck-button {
  border-color: #444444;
  color: #fff;
  background-color: #1E1E1E;
}
[data-theme-version=dark] .dark-logo {
  display: block;
}
[data-theme-version=dark] .light-logo {
  display: none;
}
[data-theme-version=dark] .deznav,
[data-theme-version=dark] .read-content-attachment .attachment > div:not(:last-child) {
  border-color: #444444;
}
[data-theme-version=dark] #AllProject .apexcharts-series path {
  stroke: #444444;
}
[data-theme-version=dark] .offcanvas {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .offcanvas .btn-close {
  background: transparent;
}
[data-theme-version=dark] .events h6,
[data-theme-version=dark] .events .h6 {
  border-color: #444444;
}
[data-theme-version=dark] .task-tab {
  background-color: #242424;
}
[data-theme-version=dark] .kanbanPreview-bx .card-body {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .custom-tab-1 .nav.nav-tabs {
  border-color: #444444;
}
[data-theme-version=dark] .login-form {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .accordion-primary .accordion-header.collapsed {
  color: var(--primary) !important;
}
[data-theme-version=dark] .accordion-item {
  background-color: transparent;
}
[data-theme-version=dark] .mix-chart-tab .nav-link {
  background: #444444;
  color: #fff;
}
[data-theme-version=dark] .mix-chart-tab .nav-link.active {
  background: var(--primary);
}
[data-theme-version=dark] .active-map-main:after {
  background: #444444;
}
[data-theme-version=dark] .upload-img .dropzone {
  border-color: #444444;
}
[data-theme-version=dark] .upload-img .dropzone .dlab-message {
  margin: 1em 0;
}
[data-theme-version=dark] .navbar-nav .active .scroll {
  color: var(--primary) !important;
}
[data-theme-version=dark] .accordion-primary .accordion-header-text,
[data-theme-version=dark] .accordion-danger-solid .accordion-header-text {
  color: #fff;
}
[data-theme-version=dark] .header-left .search-area {
  background-color: transparent;
}
[data-theme-version=dark] [data-headerbg=color_4] .search-area {
  background-color: transparent;
}
[data-theme-version=dark] .third-post.style-2,
[data-theme-version=dark] .c-details ul li {
  border-color: #444444;
}
[data-theme-version=dark] .dt-filter .dataTables_filter input[type=search] {
  background: #1E1E1E;
}
[data-theme-version=dark] .dt-filter .dataTables_filter label {
  background: #1E1E1E;
}
[data-theme-version=dark] .card-profile .admin-user {
  background-color: rgba(0, 0, 0, 0.9);
}
[data-theme-version=dark] .card-profile .admin-user .img-wrraper a {
  background-color: rgb(0, 0, 0);
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.1);
}
[data-theme-version=dark] .card-profile .follow-list .follow-num {
  color: #fff;
}
[data-theme-version=dark] .profile-accordion .accordion-item .accordion-header .accordion-button {
  color: #fff;
}
[data-theme-version=dark] .c-list .search-area .form-control {
  border: 0;
}
[data-theme-version=dark] .chat-left-area.active {
  background: #242424;
}
[data-theme-version=dark] .logo-light {
  display: none;
}
[data-theme-version=dark] .logo-dark {
  display: inline-block;
}
[data-theme-version=dark] .error-page .error-head {
  color: #fff;
}
[data-theme-version=dark] .ai-header-alert {
  background-color: #242424;
}
[data-theme-version=dark] .ai-header-alert .btn-close {
  background: none;
}
[data-theme-version=dark] .setting-list svg path {
  stroke: #fff;
}
[data-theme-version=dark] .check-ai .form-check-input + .form-check-label {
  background-color: #1E1E1E;
  border-color: #444444;
}
[data-theme-version=dark] .nav-tabs.style-1 li a.nav-link {
  background-color: #242424;
  border-color: #444444;
}
[data-theme-version=dark] .nav-tabs.style-1 li a.nav-link.active {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .nav-tabs.style-1 {
  border-color: #444444;
}
[data-theme-version=dark] .cm-content-box {
  background-color: #242424;
}
[data-theme-version=dark] .cm-content-box .cm-content-body {
  border-color: #444444;
}
[data-theme-version=dark] .dd-handle.move-media {
  background-color: var(--primary);
}
[data-theme-version=dark] .dd-handle.move-media + .accordion-button {
  background-color: #242424;
  color: #fff;
}
[data-theme-version=dark] .menu-tabs,
[data-theme-version=dark] .cm-content-box.style-1 .content-title,
[data-theme-version=dark] .dd .accordion-body,
[data-theme-version=dark] .dz-terms {
  border-color: #444444;
}
[data-theme-version=dark] .login-form .login-title:before,
[data-theme-version=dark] .login-form .login-title:after {
  background-color: #444444;
}
[data-theme-version=dark] .new-scroll {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .tab-my.nav-tabs .nav-link {
  color: #000;
}
[data-theme-version=dark] .svg-icons-ov .svg-icon-popup .btn {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .svg-area .card-header,
[data-theme-version=dark] .login-content p {
  color: #fff;
}
[data-theme-version=dark] .datepicker.datepicker-dropdown {
  border-color: #444444;
}
[data-theme-version=dark] .accordion-button:not(.collapsed)::after {
  filter: brightness(2.5);
}
[data-theme-version=dark] .pages-left {
  background-color: #242424;
}
[data-theme-version=dark] .logo-dark {
  display: none;
}
[data-theme-version=dark] .logo-light {
  display: inline-block;
}
[data-theme-version=dark] .upload-img.dropzone {
  background-color: #242424;
}
[data-theme-version=dark] .ai-check,
[data-theme-version=dark] .upload-img.dropzone {
  border-color: #444444;
}
[data-theme-version=dark] .header-left .search-area .input-group-text,
[data-theme-version=dark] .header-left .search-area .form-control {
  border-radius: 0;
}
[data-theme-version=dark] .email-left-body.active {
  background-color: #242424;
}
[data-theme-version=dark] .email-tools-box.active:before {
  background-color: #fff;
  opacity: 0.1;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-position=fixed] .header {
  border-color: #444444;
}
[data-theme-version=dark] .header {
  border-color: #444444;
}
[data-theme-version=dark] .header-left .dashboard_bar {
  color: #fff;
}
[data-theme-version=dark] .search-area .form-control {
  background: #2c2c2c;
}
[data-theme-version=dark] .search-area .input-group-text {
  border: 0;
  background: #2c2c2c;
}
[data-theme-version=dark] .search-area .input-group-text a {
  color: #4f7086;
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link {
}
[data-theme-version=dark] .header-right .notification_dropdown .nav-link .badge {
  border-color: #242424;
}
[data-theme-version=dark] .header-right .dropdown .nav-link {
  color: #fff;
}
[data-theme-version=dark] .header-right .dropdown .nav-link:hover {
  color: #fff;
}
[data-theme-version=dark] .nav-header .hamburger .line {
  background: #fff !important;
}
[data-theme-version=dark] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #fff !important;
}
[data-theme-version=dark] .header-left .search-area .input-group-text {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .header-left .search-area .form-control {
  background-color: #1E1E1E;
}
[data-theme-version=dark] .nav-header {
  border-color: #444444;
}
[data-theme-version=dark] .nav-control svg rect {
  fill: #fff;
}
[data-theme-version=dark] .brand-logo {
  color: #fff;
}
[data-theme-version=dark] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=dark] .svg-title-path {
  fill: #fff;
}
[data-theme-version=dark] .nav-header {
  border-color: #444444;
}
[data-theme-version=dark] .nav-control svg rect {
  fill: #fff;
}
[data-theme-version=dark] .brand-logo {
  color: #fff;
}
[data-theme-version=dark] .brand-logo:hover {
  color: #fff;
}
[data-theme-version=dark] .svg-title-path {
  fill: #fff;
}
[data-theme-version=dark][data-sidebar-style=mini] .deznav .metismenu li > ul {
  background-color: #242424;
}
[data-theme-version=dark] .fixed-content-box {
  background-color: #242424;
}
[data-theme-version=dark] .fixed-content-box .head-name {
  background: #242424;
  color: #fff;
  border-color: #444444;
}
[data-theme-version=dark] .fixed-content-box + .header + .deznav {
  background-color: #1E1E1E;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-position=fixed] .deznav {
  border-color: #444444;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a,
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li:hover > a {
  background: transparent;
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li.mm-active > a i,
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li:hover > a i {
  color: var(--primary);
  background-color: var(--rgba-primary-1);
}
[data-theme-version=dark][data-layout=vertical][data-sidebar-style=compact] .deznav .metismenu > li a > i {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme-version=dark] .deznav .header-profile > a.nav-link {
  border-color: #444444;
}
[data-theme-version=dark] .deznav .header-profile > a.nav-link .header-info span {
  color: #fff;
}
[data-theme-version=dark] .deznav .metismenu > li > a {
  color: #b3b3b3;
}
[data-theme-version=dark] .deznav .metismenu > li:hover > a,
[data-theme-version=dark] .deznav .metismenu > li:focus > a,
[data-theme-version=dark] .deznav .metismenu > li.mm-active > a {
  color: #fff !important;
}
[data-theme-version=dark] .deznav .metismenu > li:hover > a i,
[data-theme-version=dark] .deznav .metismenu > li:focus > a i,
[data-theme-version=dark] .deznav .metismenu > li.mm-active > a i {
  color: #fff;
}
[data-theme-version=dark] .deznav .metismenu > li.mm-active ul ul {
  background-color: transparent;
}
[data-theme-version=dark] .deznav .metismenu ul:after {
  background-color: #444444;
}
[data-theme-version=dark] .deznav .metismenu ul a:hover,
[data-theme-version=dark] .deznav .metismenu ul a:focus,
[data-theme-version=dark] .deznav .metismenu ul a.mm-active {
  color: #fff !important;
}
[data-theme-version=dark] .deznav .metismenu ul a:before {
  background-color: #fff;
}
[data-theme-version=dark] .deznav .metismenu a {
  color: #b3b3b3 !important;
}
[data-theme-version=dark] .sidebar-right .card-tabs .nav-tabs {
  border-color: var(--rgba-primary-1) !important;
}
[data-theme-version=dark] .sidebar-right .card-tabs .nav-tabs .nav-item .nav-link {
  color: #000 !important;
}
[data-theme-version=dark] .sidebar-right .form-control {
  background: #fff;
  color: #000;
  border-color: #CCCCCC;
}
[data-theme-version=dark] .sidebar-right .default-select .list {
  background: #fff;
}
[data-theme-version=dark] .sidebar-right .default-select .list .option.selected,
[data-theme-version=dark] .sidebar-right .default-select .list .option.focus,
[data-theme-version=dark] .sidebar-right .default-select .list .option:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-theme-version=dark] .sidebar-right .sidebar-right-inner > h4,
[data-theme-version=dark] .sidebar-right .sidebar-right-inner > .h4 {
  color: #000 !important;
}
[data-theme-version=dark] .sidebar-right .nice-select .option {
  background: #fff;
}
[data-theme-version=dark] .footer {
  background-color: #242424;
}
[data-theme-version=dark] .footer .copyright {
  background-color: transparent;
}
[data-theme-version=dark] .footer .copyright p {
  color: rgba(255, 255, 255, 0.7);
}
@font-face {
  font-family: "Flaticon";
  src: url("./media/Flaticon-XTJEPOET.eot");
  src:
    url("./media/Flaticon-XTJEPOET.eot?#iefix") format("embedded-opentype"),
    url("./media/Flaticon-MG5QG6JE.woff") format("woff"),
    url("./media/Flaticon-VH2COQO7.ttf") format("truetype"),
    url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./media/Flaticon-4C2HKHEW.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.flaticon-381-add:before {
  content: "\f100";
}
.flaticon-381-add-1:before {
  content: "\f101";
}
.flaticon-381-add-2:before {
  content: "\f102";
}
.flaticon-381-add-3:before {
  content: "\f103";
}
.flaticon-381-alarm-clock:before {
  content: "\f104";
}
.flaticon-381-alarm-clock-1:before {
  content: "\f105";
}
.flaticon-381-album:before {
  content: "\f106";
}
.flaticon-381-album-1:before {
  content: "\f107";
}
.flaticon-381-album-2:before {
  content: "\f108";
}
.flaticon-381-album-3:before {
  content: "\f109";
}
.flaticon-381-app:before {
  content: "\f10a";
}
.flaticon-381-archive:before {
  content: "\f10b";
}
.flaticon-381-back:before {
  content: "\f10c";
}
.flaticon-381-back-1:before {
  content: "\f10d";
}
.flaticon-381-back-2:before {
  content: "\f10e";
}
.flaticon-381-background:before {
  content: "\f10f";
}
.flaticon-381-background-1:before {
  content: "\f110";
}
.flaticon-381-battery:before {
  content: "\f111";
}
.flaticon-381-battery-1:before {
  content: "\f112";
}
.flaticon-381-battery-2:before {
  content: "\f113";
}
.flaticon-381-battery-3:before {
  content: "\f114";
}
.flaticon-381-battery-4:before {
  content: "\f115";
}
.flaticon-381-battery-5:before {
  content: "\f116";
}
.flaticon-381-battery-6:before {
  content: "\f117";
}
.flaticon-381-battery-7:before {
  content: "\f118";
}
.flaticon-381-battery-8:before {
  content: "\f119";
}
.flaticon-381-battery-9:before {
  content: "\f11a";
}
.flaticon-381-binoculars:before {
  content: "\f11b";
}
.flaticon-381-blueprint:before {
  content: "\f11c";
}
.flaticon-381-bluetooth:before {
  content: "\f11d";
}
.flaticon-381-bluetooth-1:before {
  content: "\f11e";
}
.flaticon-381-book:before {
  content: "\f11f";
}
.flaticon-381-bookmark:before {
  content: "\f120";
}
.flaticon-381-bookmark-1:before {
  content: "\f121";
}
.flaticon-381-box:before {
  content: "\f122";
}
.flaticon-381-box-1:before {
  content: "\f123";
}
.flaticon-381-box-2:before {
  content: "\f124";
}
.flaticon-381-briefcase:before {
  content: "\f125";
}
.flaticon-381-broken-heart:before {
  content: "\f126";
}
.flaticon-381-broken-link:before {
  content: "\f127";
}
.flaticon-381-calculator:before {
  content: "\f128";
}
.flaticon-381-calculator-1:before {
  content: "\f129";
}
.flaticon-381-calendar:before {
  content: "\f12a";
}
.flaticon-381-calendar-1:before {
  content: "\f12b";
}
.flaticon-381-calendar-2:before {
  content: "\f12c";
}
.flaticon-381-calendar-3:before {
  content: "\f12d";
}
.flaticon-381-calendar-4:before {
  content: "\f12e";
}
.flaticon-381-calendar-5:before {
  content: "\f12f";
}
.flaticon-381-calendar-6:before {
  content: "\f130";
}
.flaticon-381-calendar-7:before {
  content: "\f131";
}
.flaticon-381-clock:before {
  content: "\f132";
}
.flaticon-381-clock-1:before {
  content: "\f133";
}
.flaticon-381-clock-2:before {
  content: "\f134";
}
.flaticon-381-close:before {
  content: "\f135";
}
.flaticon-381-cloud:before {
  content: "\f136";
}
.flaticon-381-cloud-computing:before {
  content: "\f137";
}
.flaticon-381-command:before {
  content: "\f138";
}
.flaticon-381-compact-disc:before {
  content: "\f139";
}
.flaticon-381-compact-disc-1:before {
  content: "\f13a";
}
.flaticon-381-compact-disc-2:before {
  content: "\f13b";
}
.flaticon-381-compass:before {
  content: "\f13c";
}
.flaticon-381-compass-1:before {
  content: "\f13d";
}
.flaticon-381-compass-2:before {
  content: "\f13e";
}
.flaticon-381-controls:before {
  content: "\f13f";
}
.flaticon-381-controls-1:before {
  content: "\f140";
}
.flaticon-381-controls-2:before {
  content: "\f141";
}
.flaticon-381-controls-3:before {
  content: "\f142";
}
.flaticon-381-controls-4:before {
  content: "\f143";
}
.flaticon-381-controls-5:before {
  content: "\f144";
}
.flaticon-381-controls-6:before {
  content: "\f145";
}
.flaticon-381-controls-7:before {
  content: "\f146";
}
.flaticon-381-controls-8:before {
  content: "\f147";
}
.flaticon-381-controls-9:before {
  content: "\f148";
}
.flaticon-381-database:before {
  content: "\f149";
}
.flaticon-381-database-1:before {
  content: "\f14a";
}
.flaticon-381-database-2:before {
  content: "\f14b";
}
.flaticon-381-diamond:before {
  content: "\f14c";
}
.flaticon-381-diploma:before {
  content: "\f14d";
}
.flaticon-381-dislike:before {
  content: "\f14e";
}
.flaticon-381-divide:before {
  content: "\f14f";
}
.flaticon-381-division:before {
  content: "\f150";
}
.flaticon-381-division-1:before {
  content: "\f151";
}
.flaticon-381-download:before {
  content: "\f152";
}
.flaticon-381-earth-globe:before {
  content: "\f153";
}
.flaticon-381-earth-globe-1:before {
  content: "\f154";
}
.flaticon-381-edit:before {
  content: "\f155";
}
.flaticon-381-edit-1:before {
  content: "\f156";
}
.flaticon-381-eject:before {
  content: "\f157";
}
.flaticon-381-eject-1:before {
  content: "\f158";
}
.flaticon-381-enter:before {
  content: "\f159";
}
.flaticon-381-equal:before {
  content: "\f15a";
}
.flaticon-381-equal-1:before {
  content: "\f15b";
}
.flaticon-381-equal-2:before {
  content: "\f15c";
}
.flaticon-381-error:before {
  content: "\f15d";
}
.flaticon-381-exit:before {
  content: "\f15e";
}
.flaticon-381-exit-1:before {
  content: "\f15f";
}
.flaticon-381-exit-2:before {
  content: "\f160";
}
.flaticon-381-fast-forward:before {
  content: "\f161";
}
.flaticon-381-fast-forward-1:before {
  content: "\f162";
}
.flaticon-381-file:before {
  content: "\f163";
}
.flaticon-381-file-1:before {
  content: "\f164";
}
.flaticon-381-file-2:before {
  content: "\f165";
}
.flaticon-381-film-strip:before {
  content: "\f166";
}
.flaticon-381-film-strip-1:before {
  content: "\f167";
}
.flaticon-381-fingerprint:before {
  content: "\f168";
}
.flaticon-381-flag:before {
  content: "\f169";
}
.flaticon-381-flag-1:before {
  content: "\f16a";
}
.flaticon-381-flag-2:before {
  content: "\f16b";
}
.flaticon-381-flag-3:before {
  content: "\f16c";
}
.flaticon-381-flag-4:before {
  content: "\f16d";
}
.flaticon-381-focus:before {
  content: "\f16e";
}
.flaticon-381-folder:before {
  content: "\f16f";
}
.flaticon-381-folder-1:before {
  content: "\f170";
}
.flaticon-381-folder-10:before {
  content: "\f171";
}
.flaticon-381-folder-11:before {
  content: "\f172";
}
.flaticon-381-folder-12:before {
  content: "\f173";
}
.flaticon-381-folder-13:before {
  content: "\f174";
}
.flaticon-381-folder-14:before {
  content: "\f175";
}
.flaticon-381-folder-15:before {
  content: "\f176";
}
.flaticon-381-folder-16:before {
  content: "\f177";
}
.flaticon-381-folder-17:before {
  content: "\f178";
}
.flaticon-381-folder-18:before {
  content: "\f179";
}
.flaticon-381-folder-19:before {
  content: "\f17a";
}
.flaticon-381-folder-2:before {
  content: "\f17b";
}
.flaticon-381-folder-3:before {
  content: "\f17c";
}
.flaticon-381-folder-4:before {
  content: "\f17d";
}
.flaticon-381-folder-5:before {
  content: "\f17e";
}
.flaticon-381-folder-6:before {
  content: "\f17f";
}
.flaticon-381-folder-7:before {
  content: "\f180";
}
.flaticon-381-folder-8:before {
  content: "\f181";
}
.flaticon-381-folder-9:before {
  content: "\f182";
}
.flaticon-381-forbidden:before {
  content: "\f183";
}
.flaticon-381-funnel:before {
  content: "\f184";
}
.flaticon-381-gift:before {
  content: "\f185";
}
.flaticon-381-heart:before {
  content: "\f186";
}
.flaticon-381-heart-1:before {
  content: "\f187";
}
.flaticon-381-help:before {
  content: "\f188";
}
.flaticon-381-help-1:before {
  content: "\f189";
}
.flaticon-381-hide:before {
  content: "\f18a";
}
.flaticon-381-high-volume:before {
  content: "\f18b";
}
.flaticon-381-home:before {
  content: "\f18c";
}
.flaticon-381-home-1:before {
  content: "\f18d";
}
.flaticon-381-home-2:before {
  content: "\f18e";
}
.flaticon-381-home-3:before {
  content: "\f18f";
}
.flaticon-381-hourglass:before {
  content: "\f190";
}
.flaticon-381-hourglass-1:before {
  content: "\f191";
}
.flaticon-381-hourglass-2:before {
  content: "\f192";
}
.flaticon-381-id-card:before {
  content: "\f193";
}
.flaticon-381-id-card-1:before {
  content: "\f194";
}
.flaticon-381-id-card-2:before {
  content: "\f195";
}
.flaticon-381-id-card-3:before {
  content: "\f196";
}
.flaticon-381-id-card-4:before {
  content: "\f197";
}
.flaticon-381-id-card-5:before {
  content: "\f198";
}
.flaticon-381-idea:before {
  content: "\f199";
}
.flaticon-381-incoming-call:before {
  content: "\f19a";
}
.flaticon-381-infinity:before {
  content: "\f19b";
}
.flaticon-381-internet:before {
  content: "\f19c";
}
.flaticon-381-key:before {
  content: "\f19d";
}
.flaticon-381-knob:before {
  content: "\f19e";
}
.flaticon-381-knob-1:before {
  content: "\f19f";
}
.flaticon-381-layer:before {
  content: "\f1a0";
}
.flaticon-381-layer-1:before {
  content: "\f1a1";
}
.flaticon-381-like:before {
  content: "\f1a2";
}
.flaticon-381-link:before {
  content: "\f1a3";
}
.flaticon-381-link-1:before {
  content: "\f1a4";
}
.flaticon-381-list:before {
  content: "\f1a5";
}
.flaticon-381-list-1:before {
  content: "\f1a6";
}
.flaticon-381-location:before {
  content: "\f1a7";
}
.flaticon-381-location-1:before {
  content: "\f1a8";
}
.flaticon-381-location-2:before {
  content: "\f1a9";
}
.flaticon-381-location-3:before {
  content: "\f1aa";
}
.flaticon-381-location-4:before {
  content: "\f1ab";
}
.flaticon-381-locations:before {
  content: "\f1ac";
}
.flaticon-381-lock:before {
  content: "\f1ad";
}
.flaticon-381-lock-1:before {
  content: "\f1ae";
}
.flaticon-381-lock-2:before {
  content: "\f1af";
}
.flaticon-381-lock-3:before {
  content: "\f1b0";
}
.flaticon-381-low-volume:before {
  content: "\f1b1";
}
.flaticon-381-low-volume-1:before {
  content: "\f1b2";
}
.flaticon-381-low-volume-2:before {
  content: "\f1b3";
}
.flaticon-381-low-volume-3:before {
  content: "\f1b4";
}
.flaticon-381-magic-wand:before {
  content: "\f1b5";
}
.flaticon-381-magnet:before {
  content: "\f1b6";
}
.flaticon-381-magnet-1:before {
  content: "\f1b7";
}
.flaticon-381-magnet-2:before {
  content: "\f1b8";
}
.flaticon-381-map:before {
  content: "\f1b9";
}
.flaticon-381-map-1:before {
  content: "\f1ba";
}
.flaticon-381-map-2:before {
  content: "\f1bb";
}
.flaticon-381-menu:before {
  content: "\f1bc";
}
.flaticon-381-menu-1:before {
  content: "\f1bd";
}
.flaticon-381-menu-2:before {
  content: "\f1be";
}
.flaticon-381-menu-3:before {
  content: "\f1bf";
}
.flaticon-381-microphone:before {
  content: "\f1c0";
}
.flaticon-381-microphone-1:before {
  content: "\f1c1";
}
.flaticon-381-more:before {
  content: "\f1c2";
}
.flaticon-381-more-1:before {
  content: "\f1c3";
}
.flaticon-381-more-2:before {
  content: "\f1c4";
}
.flaticon-381-multiply:before {
  content: "\f1c5";
}
.flaticon-381-multiply-1:before {
  content: "\f1c6";
}
.flaticon-381-music-album:before {
  content: "\f1c7";
}
.flaticon-381-mute:before {
  content: "\f1c8";
}
.flaticon-381-mute-1:before {
  content: "\f1c9";
}
.flaticon-381-mute-2:before {
  content: "\f1ca";
}
.flaticon-381-network:before {
  content: "\f1cb";
}
.flaticon-381-network-1:before {
  content: "\f1cc";
}
.flaticon-381-network-2:before {
  content: "\f1cd";
}
.flaticon-381-network-3:before {
  content: "\f1ce";
}
.flaticon-381-networking:before {
  content: "\f1cf";
}
.flaticon-381-networking-1:before {
  content: "\f1d0";
}
.flaticon-381-news:before {
  content: "\f1d1";
}
.flaticon-381-newspaper:before {
  content: "\f1d2";
}
.flaticon-381-next:before {
  content: "\f1d3";
}
.flaticon-381-next-1:before {
  content: "\f1d4";
}
.flaticon-381-note:before {
  content: "\f1d5";
}
.flaticon-381-notebook:before {
  content: "\f1d6";
}
.flaticon-381-notebook-1:before {
  content: "\f1d7";
}
.flaticon-381-notebook-2:before {
  content: "\f1d8";
}
.flaticon-381-notebook-3:before {
  content: "\f1d9";
}
.flaticon-381-notebook-4:before {
  content: "\f1da";
}
.flaticon-381-notebook-5:before {
  content: "\f1db";
}
.flaticon-381-notepad:before {
  content: "\f1dc";
}
.flaticon-381-notepad-1:before {
  content: "\f1dd";
}
.flaticon-381-notepad-2:before {
  content: "\f1de";
}
.flaticon-381-notification:before {
  content: "\f1df";
}
.flaticon-381-off:before {
  content: "\f1e0";
}
.flaticon-381-on:before {
  content: "\f1e1";
}
.flaticon-381-pad:before {
  content: "\f1e2";
}
.flaticon-381-padlock:before {
  content: "\f1e3";
}
.flaticon-381-padlock-1:before {
  content: "\f1e4";
}
.flaticon-381-padlock-2:before {
  content: "\f1e5";
}
.flaticon-381-panel:before {
  content: "\f1e6";
}
.flaticon-381-panel-1:before {
  content: "\f1e7";
}
.flaticon-381-panel-2:before {
  content: "\f1e8";
}
.flaticon-381-panel-3:before {
  content: "\f1e9";
}
.flaticon-381-paperclip:before {
  content: "\f1ea";
}
.flaticon-381-pause:before {
  content: "\f1eb";
}
.flaticon-381-pause-1:before {
  content: "\f1ec";
}
.flaticon-381-pencil:before {
  content: "\f1ed";
}
.flaticon-381-percentage:before {
  content: "\f1ee";
}
.flaticon-381-percentage-1:before {
  content: "\f1ef";
}
.flaticon-381-perspective:before {
  content: "\f1f0";
}
.flaticon-381-phone-call:before {
  content: "\f1f1";
}
.flaticon-381-photo:before {
  content: "\f1f2";
}
.flaticon-381-photo-camera:before {
  content: "\f1f3";
}
.flaticon-381-photo-camera-1:before {
  content: "\f1f4";
}
.flaticon-381-picture:before {
  content: "\f1f5";
}
.flaticon-381-picture-1:before {
  content: "\f1f6";
}
.flaticon-381-picture-2:before {
  content: "\f1f7";
}
.flaticon-381-pin:before {
  content: "\f1f8";
}
.flaticon-381-play-button:before {
  content: "\f1f9";
}
.flaticon-381-play-button-1:before {
  content: "\f1fa";
}
.flaticon-381-plus:before {
  content: "\f1fb";
}
.flaticon-381-presentation:before {
  content: "\f1fc";
}
.flaticon-381-price-tag:before {
  content: "\f1fd";
}
.flaticon-381-print:before {
  content: "\f1fe";
}
.flaticon-381-print-1:before {
  content: "\f1ff";
}
.flaticon-381-privacy:before {
  content: "\f200";
}
.flaticon-381-promotion:before {
  content: "\f201";
}
.flaticon-381-promotion-1:before {
  content: "\f202";
}
.flaticon-381-push-pin:before {
  content: "\f203";
}
.flaticon-381-quaver:before {
  content: "\f204";
}
.flaticon-381-quaver-1:before {
  content: "\f205";
}
.flaticon-381-radar:before {
  content: "\f206";
}
.flaticon-381-reading:before {
  content: "\f207";
}
.flaticon-381-receive:before {
  content: "\f208";
}
.flaticon-381-record:before {
  content: "\f209";
}
.flaticon-381-repeat:before {
  content: "\f20a";
}
.flaticon-381-repeat-1:before {
  content: "\f20b";
}
.flaticon-381-resume:before {
  content: "\f20c";
}
.flaticon-381-rewind:before {
  content: "\f20d";
}
.flaticon-381-rewind-1:before {
  content: "\f20e";
}
.flaticon-381-ring:before {
  content: "\f20f";
}
.flaticon-381-ring-1:before {
  content: "\f210";
}
.flaticon-381-rotate:before {
  content: "\f211";
}
.flaticon-381-rotate-1:before {
  content: "\f212";
}
.flaticon-381-route:before {
  content: "\f213";
}
.flaticon-381-save:before {
  content: "\f214";
}
.flaticon-381-search:before {
  content: "\f215";
}
.flaticon-381-search-1:before {
  content: "\f216";
}
.flaticon-381-search-2:before {
  content: "\f217";
}
.flaticon-381-search-3:before {
  content: "\f218";
}
.flaticon-381-send:before {
  content: "\f219";
}
.flaticon-381-send-1:before {
  content: "\f21a";
}
.flaticon-381-send-2:before {
  content: "\f21b";
}
.flaticon-381-settings:before {
  content: "\f21c";
}
.flaticon-381-settings-1:before {
  content: "\f21d";
}
.flaticon-381-settings-2:before {
  content: "\f21e";
}
.flaticon-381-settings-3:before {
  content: "\f21f";
}
.flaticon-381-settings-4:before {
  content: "\f220";
}
.flaticon-381-settings-5:before {
  content: "\f221";
}
.flaticon-381-settings-6:before {
  content: "\f222";
}
.flaticon-381-settings-7:before {
  content: "\f223";
}
.flaticon-381-settings-8:before {
  content: "\f224";
}
.flaticon-381-settings-9:before {
  content: "\f225";
}
.flaticon-381-share:before {
  content: "\f226";
}
.flaticon-381-share-1:before {
  content: "\f227";
}
.flaticon-381-share-2:before {
  content: "\f228";
}
.flaticon-381-shuffle:before {
  content: "\f229";
}
.flaticon-381-shuffle-1:before {
  content: "\f22a";
}
.flaticon-381-shut-down:before {
  content: "\f22b";
}
.flaticon-381-silence:before {
  content: "\f22c";
}
.flaticon-381-silent:before {
  content: "\f22d";
}
.flaticon-381-smartphone:before {
  content: "\f22e";
}
.flaticon-381-smartphone-1:before {
  content: "\f22f";
}
.flaticon-381-smartphone-2:before {
  content: "\f230";
}
.flaticon-381-smartphone-3:before {
  content: "\f231";
}
.flaticon-381-smartphone-4:before {
  content: "\f232";
}
.flaticon-381-smartphone-5:before {
  content: "\f233";
}
.flaticon-381-smartphone-6:before {
  content: "\f234";
}
.flaticon-381-smartphone-7:before {
  content: "\f235";
}
.flaticon-381-speaker:before {
  content: "\f236";
}
.flaticon-381-speedometer:before {
  content: "\f237";
}
.flaticon-381-spotlight:before {
  content: "\f238";
}
.flaticon-381-star:before {
  content: "\f239";
}
.flaticon-381-star-1:before {
  content: "\f23a";
}
.flaticon-381-stop:before {
  content: "\f23b";
}
.flaticon-381-stop-1:before {
  content: "\f23c";
}
.flaticon-381-stopclock:before {
  content: "\f23d";
}
.flaticon-381-stopwatch:before {
  content: "\f23e";
}
.flaticon-381-stopwatch-1:before {
  content: "\f23f";
}
.flaticon-381-stopwatch-2:before {
  content: "\f240";
}
.flaticon-381-substract:before {
  content: "\f241";
}
.flaticon-381-substract-1:before {
  content: "\f242";
}
.flaticon-381-substract-2:before {
  content: "\f243";
}
.flaticon-381-success:before {
  content: "\f244";
}
.flaticon-381-success-1:before {
  content: "\f245";
}
.flaticon-381-success-2:before {
  content: "\f246";
}
.flaticon-381-sunglasses:before {
  content: "\f247";
}
.flaticon-381-switch:before {
  content: "\f248";
}
.flaticon-381-switch-1:before {
  content: "\f249";
}
.flaticon-381-switch-2:before {
  content: "\f24a";
}
.flaticon-381-switch-3:before {
  content: "\f24b";
}
.flaticon-381-switch-4:before {
  content: "\f24c";
}
.flaticon-381-switch-5:before {
  content: "\f24d";
}
.flaticon-381-sync:before {
  content: "\f24e";
}
.flaticon-381-tab:before {
  content: "\f24f";
}
.flaticon-381-target:before {
  content: "\f250";
}
.flaticon-381-television:before {
  content: "\f251";
}
.flaticon-381-time:before {
  content: "\f252";
}
.flaticon-381-transfer:before {
  content: "\f253";
}
.flaticon-381-trash:before {
  content: "\f254";
}
.flaticon-381-trash-1:before {
  content: "\f255";
}
.flaticon-381-trash-2:before {
  content: "\f256";
}
.flaticon-381-trash-3:before {
  content: "\f257";
}
.flaticon-381-turn-off:before {
  content: "\f258";
}
.flaticon-381-umbrella:before {
  content: "\f259";
}
.flaticon-381-unlocked:before {
  content: "\f25a";
}
.flaticon-381-unlocked-1:before {
  content: "\f25b";
}
.flaticon-381-unlocked-2:before {
  content: "\f25c";
}
.flaticon-381-unlocked-3:before {
  content: "\f25d";
}
.flaticon-381-unlocked-4:before {
  content: "\f25e";
}
.flaticon-381-upload:before {
  content: "\f25f";
}
.flaticon-381-upload-1:before {
  content: "\f260";
}
.flaticon-381-user:before {
  content: "\f261";
}
.flaticon-381-user-1:before {
  content: "\f262";
}
.flaticon-381-user-2:before {
  content: "\f263";
}
.flaticon-381-user-3:before {
  content: "\f264";
}
.flaticon-381-user-4:before {
  content: "\f265";
}
.flaticon-381-user-5:before {
  content: "\f266";
}
.flaticon-381-user-6:before {
  content: "\f267";
}
.flaticon-381-user-7:before {
  content: "\f268";
}
.flaticon-381-user-8:before {
  content: "\f269";
}
.flaticon-381-user-9:before {
  content: "\f26a";
}
.flaticon-381-video-camera:before {
  content: "\f26b";
}
.flaticon-381-video-clip:before {
  content: "\f26c";
}
.flaticon-381-video-player:before {
  content: "\f26d";
}
.flaticon-381-video-player-1:before {
  content: "\f26e";
}
.flaticon-381-view:before {
  content: "\f26f";
}
.flaticon-381-view-1:before {
  content: "\f270";
}
.flaticon-381-view-2:before {
  content: "\f271";
}
.flaticon-381-volume:before {
  content: "\f272";
}
.flaticon-381-warning:before {
  content: "\f273";
}
.flaticon-381-warning-1:before {
  content: "\f274";
}
.flaticon-381-wifi:before {
  content: "\f275";
}
.flaticon-381-wifi-1:before {
  content: "\f276";
}
.flaticon-381-wifi-2:before {
  content: "\f277";
}
.flaticon-381-windows:before {
  content: "\f278";
}
.flaticon-381-windows-1:before {
  content: "\f279";
}
.flaticon-381-zoom-in:before {
  content: "\f27a";
}
.flaticon-381-zoom-out:before {
  content: "\f27b";
}
@font-face {
  font-family: "uicons-regular-rounded";
  src:
    url("./media/uicons-regular-rounded-75GT2EAB.woff2") format("woff2"),
    url("./media/uicons-regular-rounded-ID5OAZER.woff") format("woff"),
    url("./media/uicons-regular-rounded-6XUD3MM5.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-rr-0:before {
  content: "\e001";
}
.fi-rr-00s-music-disc:before {
  content: "\e002";
}
.fi-rr-1:before {
  content: "\e003";
}
.fi-rr-2:before {
  content: "\e007";
}
.fi-rr-3:before {
  content: "\e009";
}
.fi-rr-360-degrees:before {
  content: "\e00b";
}
.fi-rr-4:before {
  content: "\e00d";
}
.fi-rr-404:before {
  content: "\e00f";
}
.fi-rr-5:before {
  content: "\e010";
}
.fi-rr-5g-lock:before {
  content: "\e013";
}
.fi-rr-6:before {
  content: "\e014";
}
.fi-rr-60s-music-disc:before {
  content: "\e015";
}
.fi-rr-7:before {
  content: "\e016";
}
.fi-rr-70s-music-disc:before {
  content: "\e017";
}
.fi-rr-8:before {
  content: "\e018";
}
.fi-rr-80s-music-disc:before {
  content: "\e019";
}
.fi-rr-9:before {
  content: "\e01a";
}
.fi-rr-90s:before {
  content: "\e01b";
}
.fi-rr-90s-music-disc:before {
  content: "\e01c";
}
.fi-rr-a:before {
  content: "\e01d";
}
.fi-rr-abacus:before {
  content: "\e01e";
}
.fi-rr-abdomen:before {
  content: "\e020";
}
.fi-rr-access-control:before {
  content: "\e022";
}
.fi-rr-access-denied:before {
  content: "\e023";
}
.fi-rr-accident:before {
  content: "\e024";
}
.fi-rr-accordion:before {
  content: "\e025";
}
.fi-rr-acorn:before {
  content: "\e028";
}
.fi-rr-ad:before {
  content: "\e02a";
}
.fi-rr-ad-forbidden:before {
  content: "\e02b";
}
.fi-rr-ad-paid:before {
  content: "\e02c";
}
.fi-rr-ad-slash:before {
  content: "\e02d";
}
.fi-rr-add:before {
  content: "\e02e";
}
.fi-rr-add-document:before {
  content: "\e030";
}
.fi-rr-add-folder:before {
  content: "\e031";
}
.fi-rr-add-image:before {
  content: "\e032";
}
.fi-rr-address-book:before {
  content: "\e033";
}
.fi-rr-address-card:before {
  content: "\e034";
}
.fi-rr-admin:before {
  content: "\e035";
}
.fi-rr-admin-alt:before {
  content: "\e036";
}
.fi-rr-age:before {
  content: "\e040";
}
.fi-rr-age-alt:before {
  content: "\e041";
}
.fi-rr-age-restriction-eighteen:before {
  content: "\e042";
}
.fi-rr-age-restriction-seven:before {
  content: "\e043";
}
.fi-rr-age-restriction-six:before {
  content: "\e044";
}
.fi-rr-age-restriction-sixteen:before {
  content: "\e045";
}
.fi-rr-age-restriction-thirteen:before {
  content: "\e047";
}
.fi-rr-age-restriction-three:before {
  content: "\e048";
}
.fi-rr-age-restriction-twelve:before {
  content: "\e049";
}
.fi-rr-age-restriction-twenty-one:before {
  content: "\e04a";
}
.fi-rr-age-restriction-zero:before {
  content: "\e04b";
}
.fi-rr-ai-algorithm:before {
  content: "\e04e";
}
.fi-rr-ai-artist:before {
  content: "\e04f";
}
.fi-rr-ai-technology:before {
  content: "\e050";
}
.fi-rr-air-conditioner:before {
  content: "\e051";
}
.fi-rr-air-freshener:before {
  content: "\e052";
}
.fi-rr-air-pollution:before {
  content: "\e053";
}
.fi-rr-airplane-journey:before {
  content: "\e055";
}
.fi-rr-airplane-mode-off:before {
  content: "\e056";
}
.fi-rr-airplane-mode-on:before {
  content: "\e057";
}
.fi-rr-airplane-window-open:before {
  content: "\e058";
}
.fi-rr-airplay:before {
  content: "\e059";
}
.fi-rr-alarm-clock:before {
  content: "\e05a";
}
.fi-rr-alarm-exclamation:before {
  content: "\e05b";
}
.fi-rr-alarm-off:before {
  content: "\e05c";
}
.fi-rr-alarm-plus:before {
  content: "\e05d";
}
.fi-rr-alarm-snooze:before {
  content: "\e05e";
}
.fi-rr-album:before {
  content: "\e05f";
}
.fi-rr-album-circle-plus:before {
  content: "\e060";
}
.fi-rr-album-circle-user:before {
  content: "\e061";
}
.fi-rr-album-collection:before {
  content: "\e062";
}
.fi-rr-algorithm:before {
  content: "\e064";
}
.fi-rr-alicorn:before {
  content: "\e065";
}
.fi-rr-alien:before {
  content: "\e066";
}
.fi-rr-align-center:before {
  content: "\e068";
}
.fi-rr-align-justify:before {
  content: "\e069";
}
.fi-rr-align-left:before {
  content: "\e06a";
}
.fi-rr-align-slash:before {
  content: "\e06b";
}
.fi-rr-allergy:before {
  content: "\e06d";
}
.fi-rr-aloe-vera:before {
  content: "\e06e";
}
.fi-rr-ambulance:before {
  content: "\e070";
}
.fi-rr-american-football:before {
  content: "\e073";
}
.fi-rr-amp-guitar:before {
  content: "\e075";
}
.fi-rr-analyse:before {
  content: "\e078";
}
.fi-rr-analyse-alt:before {
  content: "\e079";
}
.fi-rr-analytics:before {
  content: "\e07a";
}
.fi-rr-analytics-magnifying-glass:before {
  content: "\e07b";
}
.fi-rr-anatomical-heart:before {
  content: "\e07d";
}
.fi-rr-anchor:before {
  content: "\e07e";
}
.fi-rr-angel:before {
  content: "\e080";
}
.fi-rr-angle:before {
  content: "\e081";
}
.fi-rr-angle-90:before {
  content: "\e082";
}
.fi-rr-angle-circle-down:before {
  content: "\e083";
}
.fi-rr-angle-circle-left:before {
  content: "\e084";
}
.fi-rr-angle-circle-right:before {
  content: "\e085";
}
.fi-rr-angle-circle-up:before {
  content: "\e086";
}
.fi-rr-angle-double-left:before {
  content: "\e087";
}
.fi-rr-angle-double-right:before {
  content: "\e088";
}
.fi-rr-angle-double-small-down:before {
  content: "\e089";
}
.fi-rr-angle-double-small-left:before {
  content: "\e08a";
}
.fi-rr-angle-double-small-right:before {
  content: "\e08b";
}
.fi-rr-angle-double-small-up:before {
  content: "\e08c";
}
.fi-rr-angle-down:before {
  content: "\e08d";
}
.fi-rr-angle-left:before {
  content: "\e08e";
}
.fi-rr-angle-right:before {
  content: "\e08f";
}
.fi-rr-angle-small-down:before {
  content: "\e090";
}
.fi-rr-angle-small-left:before {
  content: "\e091";
}
.fi-rr-angle-small-right:before {
  content: "\e092";
}
.fi-rr-angle-small-up:before {
  content: "\e093";
}
.fi-rr-angle-square-down:before {
  content: "\e094";
}
.fi-rr-angle-square-left:before {
  content: "\e095";
}
.fi-rr-angle-square-right:before {
  content: "\e096";
}
.fi-rr-angle-square-up:before {
  content: "\e097";
}
.fi-rr-angle-up:before {
  content: "\e098";
}
.fi-rr-angles-up-down:before {
  content: "\e099";
}
.fi-rr-angry:before {
  content: "\e09a";
}
.fi-rr-animated-icon:before {
  content: "\e09c";
}
.fi-rr-anise:before {
  content: "\e09d";
}
.fi-rr-ankh:before {
  content: "\e09e";
}
.fi-rr-answer:before {
  content: "\e09f";
}
.fi-rr-answer-alt:before {
  content: "\e0a0";
}
.fi-rr-anxiety:before {
  content: "\e0a1";
}
.fi-rr-apartment:before {
  content: "\e0a2";
}
.fi-rr-aperture:before {
  content: "\e0a3";
}
.fi-rr-api:before {
  content: "\e0a4";
}
.fi-rr-app-notification:before {
  content: "\e0a7";
}
.fi-rr-appendicitis:before {
  content: "\e0a9";
}
.fi-rr-apple-books:before {
  content: "\e0ab";
}
.fi-rr-apple-core:before {
  content: "\e0ac";
}
.fi-rr-apple-crate:before {
  content: "\e0ad";
}
.fi-rr-apple-dumbbell:before {
  content: "\e0ae";
}
.fi-rr-apple-juice:before {
  content: "\e0af";
}
.fi-rr-apple-pie:before {
  content: "\e0b1";
}
.fi-rr-apple-whole:before {
  content: "\e0b2";
}
.fi-rr-apps:before {
  content: "\e0b3";
}
.fi-rr-apps-add:before {
  content: "\e0b4";
}
.fi-rr-apps-delete:before {
  content: "\e0b5";
}
.fi-rr-apps-sort:before {
  content: "\e0b6";
}
.fi-rr-april-calendar:before {
  content: "\e0b7";
}
.fi-rr-archery:before {
  content: "\e0b8";
}
.fi-rr-architect-plan:before {
  content: "\e0b9";
}
.fi-rr-archive:before {
  content: "\e0ba";
}
.fi-rr-archway:before {
  content: "\e0bb";
}
.fi-rr-army-general:before {
  content: "\e0be";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\e0bf";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\e0c0";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\e0c1";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\e0c2";
}
.fi-rr-arrow-alt-down:before {
  content: "\e0c3";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\e0c4";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\e0c5";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\e0c6";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\e0c7";
}
.fi-rr-arrow-alt-left:before {
  content: "\e0c8";
}
.fi-rr-arrow-alt-right:before {
  content: "\e0c9";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\e0ca";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\e0cb";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\e0cc";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\e0cd";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\e0ce";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\e0cf";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\e0d0";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\e0d1";
}
.fi-rr-arrow-alt-up:before {
  content: "\e0d2";
}
.fi-rr-arrow-circle-down:before {
  content: "\e0d3";
}
.fi-rr-arrow-circle-left:before {
  content: "\e0d4";
}
.fi-rr-arrow-circle-right:before {
  content: "\e0d5";
}
.fi-rr-arrow-circle-up:before {
  content: "\e0d6";
}
.fi-rr-arrow-comparison:before {
  content: "\e0d7";
}
.fi-rr-arrow-down:before {
  content: "\e0d8";
}
.fi-rr-arrow-down-from-arc:before {
  content: "\e0da";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\e0db";
}
.fi-rr-arrow-down-left:before {
  content: "\e0dc";
}
.fi-rr-arrow-down-small-big:before {
  content: "\e0dd";
}
.fi-rr-arrow-down-strenght:before {
  content: "\e0de";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\e0df";
}
.fi-rr-arrow-down-to-square:before {
  content: "\e0e0";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\e0e1";
}
.fi-rr-arrow-from-bottom:before {
  content: "\e0e2";
}
.fi-rr-arrow-from-left:before {
  content: "\e0e3";
}
.fi-rr-arrow-from-right:before {
  content: "\e0e4";
}
.fi-rr-arrow-from-top:before {
  content: "\e0e5";
}
.fi-rr-arrow-left:before {
  content: "\e0e6";
}
.fi-rr-arrow-left-from-arc:before {
  content: "\e0e7";
}
.fi-rr-arrow-left-from-line:before {
  content: "\e0e8";
}
.fi-rr-arrow-left-to-arc:before {
  content: "\e0e9";
}
.fi-rr-arrow-progress:before {
  content: "\e0ea";
}
.fi-rr-arrow-progress-alt:before {
  content: "\e0eb";
}
.fi-rr-arrow-right:before {
  content: "\e0ec";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\e0ed";
}
.fi-rr-arrow-right-to-city:before {
  content: "\e0ee";
}
.fi-rr-arrow-small-down:before {
  content: "\e0ef";
}
.fi-rr-arrow-small-left:before {
  content: "\e0f0";
}
.fi-rr-arrow-small-right:before {
  content: "\e0f1";
}
.fi-rr-arrow-small-up:before {
  content: "\e0f2";
}
.fi-rr-arrow-square-down:before {
  content: "\e0f3";
}
.fi-rr-arrow-square-left:before {
  content: "\e0f4";
}
.fi-rr-arrow-square-right:before {
  content: "\e0f5";
}
.fi-rr-arrow-square-up:before {
  content: "\e0f6";
}
.fi-rr-arrow-to-bottom:before {
  content: "\e0f7";
}
.fi-rr-arrow-to-left:before {
  content: "\e0f8";
}
.fi-rr-arrow-to-right:before {
  content: "\e0f9";
}
.fi-rr-arrow-to-top:before {
  content: "\e0fa";
}
.fi-rr-arrow-trend-down:before {
  content: "\e0fb";
}
.fi-rr-arrow-trend-up:before {
  content: "\e0fc";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\e0fd";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\e0fe";
}
.fi-rr-arrow-turn-left-up:before {
  content: "\e100";
}
.fi-rr-arrow-up:before {
  content: "\e102";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\e103";
}
.fi-rr-arrow-up-from-ground-water:before {
  content: "\e104";
}
.fi-rr-arrow-up-from-square:before {
  content: "\e105";
}
.fi-rr-arrow-up-left:before {
  content: "\e106";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\e107";
}
.fi-rr-arrow-up-right:before {
  content: "\e108";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e109";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\e10a";
}
.fi-rr-arrow-up-small-big:before {
  content: "\e10b";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\e10c";
}
.fi-rr-arrow-up-to-arc:before {
  content: "\e10d";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\e10e";
}
.fi-rr-arrow-upward-growth-crypto:before {
  content: "\e10f";
}
.fi-rr-arrows:before {
  content: "\e110";
}
.fi-rr-arrows-alt:before {
  content: "\e111";
}
.fi-rr-arrows-alt-h:before {
  content: "\e112";
}
.fi-rr-arrows-alt-v:before {
  content: "\e113";
}
.fi-rr-arrows-cross:before {
  content: "\e114";
}
.fi-rr-arrows-down-curve:before {
  content: "\e115";
}
.fi-rr-arrows-down-to-people:before {
  content: "\e116";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\e117";
}
.fi-rr-arrows-from-line:before {
  content: "\e118";
}
.fi-rr-arrows-h:before {
  content: "\e119";
}
.fi-rr-arrows-h-copy:before {
  content: "\e11a";
}
.fi-rr-arrows-repeat:before {
  content: "\e11b";
}
.fi-rr-arrows-repeat-1:before {
  content: "\e11c";
}
.fi-rr-arrows-retweet:before {
  content: "\e11d";
}
.fi-rr-arrows-split-right-and-left:before {
  content: "\e11f";
}
.fi-rr-arrows-split-up-and-left:before {
  content: "\e120";
}
.fi-rr-arrows-to-circle:before {
  content: "\e121";
}
.fi-rr-arrows-to-dot:before {
  content: "\e122";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\e123";
}
.fi-rr-arrows-to-eye:before {
  content: "\e124";
}
.fi-rr-arrows-to-line:before {
  content: "\e125";
}
.fi-rr-artificial-intelligence:before {
  content: "\e126";
}
.fi-rr-artist:before {
  content: "\e127";
}
.fi-rr-assept-document:before {
  content: "\e129";
}
.fi-rr-assessment:before {
  content: "\e12a";
}
.fi-rr-assessment-alt:before {
  content: "\e12b";
}
.fi-rr-assign:before {
  content: "\e12c";
}
.fi-rr-assistive-listening-systems:before {
  content: "\e12d";
}
.fi-rr-asterik:before {
  content: "\e12e";
}
.fi-rr-asthma:before {
  content: "\e12f";
}
.fi-rr-at:before {
  content: "\e133";
}
.fi-rr-atm:before {
  content: "\e136";
}
.fi-rr-attention-detail:before {
  content: "\e139";
}
.fi-rr-attribution-pen:before {
  content: "\e13a";
}
.fi-rr-attribution-pencil:before {
  content: "\e13b";
}
.fi-rr-aubergine:before {
  content: "\e13c";
}
.fi-rr-auction:before {
  content: "\e13d";
}
.fi-rr-auction-paddle:before {
  content: "\e13f";
}
.fi-rr-audience-megaphone:before {
  content: "\e140";
}
.fi-rr-audio-description-slash:before {
  content: "\e141";
}
.fi-rr-audit:before {
  content: "\e142";
}
.fi-rr-audit-alt:before {
  content: "\e143";
}
.fi-rr-august-calendar:before {
  content: "\e146";
}
.fi-rr-austral-sign:before {
  content: "\e147";
}
.fi-rr-australia:before {
  content: "\e148";
}
.fi-rr-australia-country-code:before {
  content: "\e149";
}
.fi-rr-australia-flag:before {
  content: "\e14a";
}
.fi-rr-auto-pilot:before {
  content: "\e14b";
}
.fi-rr-auto-reply:before {
  content: "\e14c";
}
.fi-rr-auto-sync:before {
  content: "\e14d";
}
.fi-rr-autosave:before {
  content: "\e14e";
}
.fi-rr-avi-file:before {
  content: "\e14f";
}
.fi-rr-avocado:before {
  content: "\e150";
}
.fi-rr-award:before {
  content: "\e151";
}
.fi-rr-axe:before {
  content: "\e153";
}
.fi-rr-axe-battle:before {
  content: "\e154";
}
.fi-rr-b:before {
  content: "\e155";
}
.fi-rr-baby:before {
  content: "\e156";
}
.fi-rr-baby-carriage:before {
  content: "\e157";
}
.fi-rr-baby-cradle:before {
  content: "\e158";
}
.fi-rr-back-up:before {
  content: "\e159";
}
.fi-rr-background:before {
  content: "\e15a";
}
.fi-rr-backpack:before {
  content: "\e15b";
}
.fi-rr-bacon:before {
  content: "\e15c";
}
.fi-rr-bacon-egg:before {
  content: "\e15d";
}
.fi-rr-bacteria:before {
  content: "\e15e";
}
.fi-rr-bacterium:before {
  content: "\e15f";
}
.fi-rr-badge:before {
  content: "\e160";
}
.fi-rr-badge-check:before {
  content: "\e161";
}
.fi-rr-badge-dollar:before {
  content: "\e162";
}
.fi-rr-badge-leaf:before {
  content: "\e163";
}
.fi-rr-badge-percent:before {
  content: "\e164";
}
.fi-rr-badge-sheriff:before {
  content: "\e165";
}
.fi-rr-badger-honey:before {
  content: "\e166";
}
.fi-rr-badget-check-alt:before {
  content: "\e167";
}
.fi-rr-badminton:before {
  content: "\e168";
}
.fi-rr-bag-map-pin:before {
  content: "\e169";
}
.fi-rr-bag-seedling:before {
  content: "\e16a";
}
.fi-rr-bag-shopping-minus:before {
  content: "\e16b";
}
.fi-rr-bags-shopping:before {
  content: "\e16d";
}
.fi-rr-baguette:before {
  content: "\e16e";
}
.fi-rr-bahai:before {
  content: "\e16f";
}
.fi-rr-baht-sign:before {
  content: "\e170";
}
.fi-rr-balance-scale-left:before {
  content: "\e171";
}
.fi-rr-balance-scale-right:before {
  content: "\e172";
}
.fi-rr-balcony:before {
  content: "\e173";
}
.fi-rr-ball:before {
  content: "\e174";
}
.fi-rr-ball-pile:before {
  content: "\e175";
}
.fi-rr-ballet-dance:before {
  content: "\e177";
}
.fi-rr-balloon:before {
  content: "\e178";
}
.fi-rr-balloons:before {
  content: "\e179";
}
.fi-rr-ballot:before {
  content: "\e17a";
}
.fi-rr-ballot-check:before {
  content: "\e17b";
}
.fi-rr-bamboo:before {
  content: "\e17c";
}
.fi-rr-ban:before {
  content: "\e17d";
}
.fi-rr-ban-bug:before {
  content: "\e17e";
}
.fi-rr-banana:before {
  content: "\e17f";
}
.fi-rr-band-aid:before {
  content: "\e180";
}
.fi-rr-band-aid-alt:before {
  content: "\e181";
}
.fi-rr-bandage-wound:before {
  content: "\e183";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\e184";
}
.fi-rr-banjo:before {
  content: "\e185";
}
.fi-rr-bank:before {
  content: "\e186";
}
.fi-rr-bank-app:before {
  content: "\e187";
}
.fi-rr-banner:before {
  content: "\e188";
}
.fi-rr-banner-2:before {
  content: "\e189";
}
.fi-rr-banner-3:before {
  content: "\e18a";
}
.fi-rr-banner-4:before {
  content: "\e18b";
}
.fi-rr-banner-5:before {
  content: "\e18c";
}
.fi-rr-barber-pole:before {
  content: "\e18d";
}
.fi-rr-barber-shop:before {
  content: "\e18e";
}
.fi-rr-barcode:before {
  content: "\e18f";
}
.fi-rr-barcode-read:before {
  content: "\e190";
}
.fi-rr-barcode-scan:before {
  content: "\e191";
}
.fi-rr-barefoot:before {
  content: "\e192";
}
.fi-rr-bars-filter:before {
  content: "\e195";
}
.fi-rr-bars-progress:before {
  content: "\e196";
}
.fi-rr-bars-sort:before {
  content: "\e197";
}
.fi-rr-bars-staggered:before {
  content: "\e198";
}
.fi-rr-baseball:before {
  content: "\e199";
}
.fi-rr-baseball-alt:before {
  content: "\e19a";
}
.fi-rr-baseball-player:before {
  content: "\e19b";
}
.fi-rr-basket:before {
  content: "\e19c";
}
.fi-rr-basket-shopping-minus:before {
  content: "\e19d";
}
.fi-rr-basket-shopping-plus:before {
  content: "\e19e";
}
.fi-rr-basket-shopping-simple:before {
  content: "\e19f";
}
.fi-rr-basketball:before {
  content: "\e1a0";
}
.fi-rr-basketball-ticket:before {
  content: "\e1a2";
}
.fi-rr-bat:before {
  content: "\e1a3";
}
.fi-rr-bath:before {
  content: "\e1a4";
}
.fi-rr-battery-100:before {
  content: "\e1a5";
}
.fi-rr-battery-bolt:before {
  content: "\e1a6";
}
.fi-rr-battery-empty:before {
  content: "\e1a7";
}
.fi-rr-battery-exclamation:before {
  content: "\e1a8";
}
.fi-rr-battery-full:before {
  content: "\e1a9";
}
.fi-rr-battery-half:before {
  content: "\e1aa";
}
.fi-rr-battery-quarter:before {
  content: "\e1ab";
}
.fi-rr-battery-slash:before {
  content: "\e1ac";
}
.fi-rr-battery-three-quarters:before {
  content: "\e1ad";
}
.fi-rr-bay-leaf:before {
  content: "\e1ae";
}
.fi-rr-beacon:before {
  content: "\e1af";
}
.fi-rr-bear-market:before {
  content: "\e1b0";
}
.fi-rr-beard:before {
  content: "\e1b1";
}
.fi-rr-beauty-mask:before {
  content: "\e1b2";
}
.fi-rr-bed:before {
  content: "\e1b3";
}
.fi-rr-bed-alt:before {
  content: "\e1b4";
}
.fi-rr-bed-bunk:before {
  content: "\e1b5";
}
.fi-rr-bed-empty:before {
  content: "\e1b6";
}
.fi-rr-bed-pulse:before {
  content: "\e1b7";
}
.fi-rr-bee:before {
  content: "\e1b8";
}
.fi-rr-beer:before {
  content: "\e1b9";
}
.fi-rr-beer-mug-empty:before {
  content: "\e1ba";
}
.fi-rr-bell:before {
  content: "\e1bc";
}
.fi-rr-bell-concierge:before {
  content: "\e1bd";
}
.fi-rr-bell-notification-call:before {
  content: "\e1be";
}
.fi-rr-bell-notification-social-media:before {
  content: "\e1bf";
}
.fi-rr-bell-ring:before {
  content: "\e1c0";
}
.fi-rr-bell-school:before {
  content: "\e1c1";
}
.fi-rr-bell-school-slash:before {
  content: "\e1c2";
}
.fi-rr-bell-slash:before {
  content: "\e1c3";
}
.fi-rr-bells:before {
  content: "\e1c4";
}
.fi-rr-bench-tree:before {
  content: "\e1c5";
}
.fi-rr-benefit:before {
  content: "\e1c6";
}
.fi-rr-benefit-diamond:before {
  content: "\e1c7";
}
.fi-rr-benefit-diamond-alt:before {
  content: "\e1c8";
}
.fi-rr-benefit-hand:before {
  content: "\e1c9";
}
.fi-rr-benefit-increase:before {
  content: "\e1ca";
}
.fi-rr-benefit-porcent:before {
  content: "\e1cb";
}
.fi-rr-betamax:before {
  content: "\e1cc";
}
.fi-rr-bible:before {
  content: "\e1cd";
}
.fi-rr-bicycle-journey:before {
  content: "\e1ce";
}
.fi-rr-big-data:before {
  content: "\e1cf";
}
.fi-rr-big-data-ai:before {
  content: "\e1d0";
}
.fi-rr-big-data-analytics:before {
  content: "\e1d1";
}
.fi-rr-big-drop:before {
  content: "\e1d2";
}
.fi-rr-bike:before {
  content: "\e1d3";
}
.fi-rr-bike-moving:before {
  content: "\e1d4";
}
.fi-rr-bike-path:before {
  content: "\e1d5";
}
.fi-rr-biking:before {
  content: "\e1d6";
}
.fi-rr-biking-mountain:before {
  content: "\e1d7";
}
.fi-rr-bill-arrow:before {
  content: "\e1d8";
}
.fi-rr-billboard:before {
  content: "\e1d9";
}
.fi-rr-billiard:before {
  content: "\e1da";
}
.fi-rr-bin-bottles:before {
  content: "\e1db";
}
.fi-rr-binary:before {
  content: "\e1dc";
}
.fi-rr-binary-circle-check:before {
  content: "\e1dd";
}
.fi-rr-binary-cloud:before {
  content: "\e1de";
}
.fi-rr-binary-lock:before {
  content: "\e1df";
}
.fi-rr-binary-slash:before {
  content: "\e1e0";
}
.fi-rr-binoculars:before {
  content: "\e1e1";
}
.fi-rr-bio:before {
  content: "\e1e2";
}
.fi-rr-bio-leaves:before {
  content: "\e1e3";
}
.fi-rr-biohazard:before {
  content: "\e1e4";
}
.fi-rr-bipolar:before {
  content: "\e1e5";
}
.fi-rr-bird:before {
  content: "\e1e6";
}
.fi-rr-bitcoin-card:before {
  content: "\e1e8";
}
.fi-rr-bitcoin-sign:before {
  content: "\e1ea";
}
.fi-rr-blanket:before {
  content: "\e1ec";
}
.fi-rr-blender:before {
  content: "\e1ed";
}
.fi-rr-blender-phone:before {
  content: "\e1ee";
}
.fi-rr-blinds:before {
  content: "\e1ef";
}
.fi-rr-blinds-open:before {
  content: "\e1f0";
}
.fi-rr-blinds-raised:before {
  content: "\e1f1";
}
.fi-rr-block:before {
  content: "\e1f2";
}
.fi-rr-block-brick:before {
  content: "\e1f3";
}
.fi-rr-block-brick-fire:before {
  content: "\e1f4";
}
.fi-rr-block-microphone:before {
  content: "\e1f5";
}
.fi-rr-block-question:before {
  content: "\e1f6";
}
.fi-rr-block-quote:before {
  content: "\e1f7";
}
.fi-rr-block-user:before {
  content: "\e1f8";
}
.fi-rr-blockchain-3:before {
  content: "\e1fb";
}
.fi-rr-blog-pencil:before {
  content: "\e1fc";
}
.fi-rr-blog-text:before {
  content: "\e1fd";
}
.fi-rr-blood:before {
  content: "\e1ff";
}
.fi-rr-blood-dropper:before {
  content: "\e200";
}
.fi-rr-blood-test-tube:before {
  content: "\e201";
}
.fi-rr-blood-test-tube-alt:before {
  content: "\e202";
}
.fi-rr-blueberries:before {
  content: "\e204";
}
.fi-rr-blueprint:before {
  content: "\e205";
}
.fi-rr-blueprint-house:before {
  content: "\e206";
}
.fi-rr-bluetooth-alt:before {
  content: "\e208";
}
.fi-rr-bluetooth-circle:before {
  content: "\e209";
}
.fi-rr-bluetooth-headphones:before {
  content: "\e20a";
}
.fi-rr-bluetooth-keyboard:before {
  content: "\e20b";
}
.fi-rr-bluetooth-mouse:before {
  content: "\e20c";
}
.fi-rr-bluetooth-settings:before {
  content: "\e20d";
}
.fi-rr-bluetooth-speaker:before {
  content: "\e20e";
}
.fi-rr-bluetooth-usb:before {
  content: "\e20f";
}
.fi-rr-blush:before {
  content: "\e210";
}
.fi-rr-bold:before {
  content: "\e211";
}
.fi-rr-bolt:before {
  content: "\e212";
}
.fi-rr-bolt-auto:before {
  content: "\e213";
}
.fi-rr-bolt-slash:before {
  content: "\e214";
}
.fi-rr-bomb:before {
  content: "\e215";
}
.fi-rr-bone:before {
  content: "\e217";
}
.fi-rr-bone-break:before {
  content: "\e218";
}
.fi-rr-bong:before {
  content: "\e219";
}
.fi-rr-bonus:before {
  content: "\e21a";
}
.fi-rr-bonus-alt:before {
  content: "\e21b";
}
.fi-rr-bonus-star:before {
  content: "\e21c";
}
.fi-rr-book:before {
  content: "\e21d";
}
.fi-rr-book-alt:before {
  content: "\e21e";
}
.fi-rr-book-arrow-right:before {
  content: "\e21f";
}
.fi-rr-book-arrow-up:before {
  content: "\e220";
}
.fi-rr-book-atlas:before {
  content: "\e221";
}
.fi-rr-book-bookmark:before {
  content: "\e222";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\e224";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\e225";
}
.fi-rr-book-copy:before {
  content: "\e226";
}
.fi-rr-book-dead:before {
  content: "\e227";
}
.fi-rr-book-font:before {
  content: "\e228";
}
.fi-rr-book-heart:before {
  content: "\e22a";
}
.fi-rr-book-medical:before {
  content: "\e22c";
}
.fi-rr-book-open-cover:before {
  content: "\e22d";
}
.fi-rr-book-open-reader:before {
  content: "\e22e";
}
.fi-rr-book-plus:before {
  content: "\e22f";
}
.fi-rr-book-quran:before {
  content: "\e230";
}
.fi-rr-book-section:before {
  content: "\e231";
}
.fi-rr-book-spells:before {
  content: "\e234";
}
.fi-rr-book-tanakh:before {
  content: "\e235";
}
.fi-rr-book-user:before {
  content: "\e236";
}
.fi-rr-book-world:before {
  content: "\e237";
}
.fi-rr-Booking:before {
  content: "\e238";
}
.fi-rr-bookmark:before {
  content: "\e239";
}
.fi-rr-bookmark-slash:before {
  content: "\e23a";
}
.fi-rr-books:before {
  content: "\e23b";
}
.fi-rr-books-lightbulb:before {
  content: "\e23c";
}
.fi-rr-books-medical:before {
  content: "\e23d";
}
.fi-rr-boot:before {
  content: "\e23e";
}
.fi-rr-boot-heeled:before {
  content: "\e23f";
}
.fi-rr-booth-curtain:before {
  content: "\e240";
}
.fi-rr-border-all:before {
  content: "\e242";
}
.fi-rr-border-bottom:before {
  content: "\e243";
}
.fi-rr-border-center-h:before {
  content: "\e244";
}
.fi-rr-border-center-v:before {
  content: "\e245";
}
.fi-rr-border-inner:before {
  content: "\e246";
}
.fi-rr-border-left:before {
  content: "\e247";
}
.fi-rr-border-none:before {
  content: "\e248";
}
.fi-rr-border-outer:before {
  content: "\e249";
}
.fi-rr-border-right:before {
  content: "\e24a";
}
.fi-rr-border-style:before {
  content: "\e24b";
}
.fi-rr-border-style-alt:before {
  content: "\e24c";
}
.fi-rr-border-top:before {
  content: "\e24d";
}
.fi-rr-boss:before {
  content: "\e24e";
}
.fi-rr-bottle:before {
  content: "\e24f";
}
.fi-rr-bottle-baby:before {
  content: "\e250";
}
.fi-rr-bottle-droplet:before {
  content: "\e251";
}
.fi-rr-bow-arrow:before {
  content: "\e253";
}
.fi-rr-bowl-chopsticks:before {
  content: "\e254";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\e255";
}
.fi-rr-bowl-rice:before {
  content: "\e256";
}
.fi-rr-bowl-scoop:before {
  content: "\e257";
}
.fi-rr-bowl-scoops:before {
  content: "\e258";
}
.fi-rr-bowl-soft-serve:before {
  content: "\e259";
}
.fi-rr-bowl-spoon:before {
  content: "\e25a";
}
.fi-rr-bowling:before {
  content: "\e25b";
}
.fi-rr-bowling-ball:before {
  content: "\e25c";
}
.fi-rr-bowling-pins:before {
  content: "\e25d";
}
.fi-rr-box:before {
  content: "\e25f";
}
.fi-rr-box-alt:before {
  content: "\e260";
}
.fi-rr-box-ballot:before {
  content: "\e261";
}
.fi-rr-box-check:before {
  content: "\e262";
}
.fi-rr-box-circle-check:before {
  content: "\e263";
}
.fi-rr-box-dollar:before {
  content: "\e264";
}
.fi-rr-box-fragile:before {
  content: "\e265";
}
.fi-rr-box-heart:before {
  content: "\e266";
}
.fi-rr-box-open:before {
  content: "\e267";
}
.fi-rr-box-open-full:before {
  content: "\e268";
}
.fi-rr-box-tissue:before {
  content: "\e269";
}
.fi-rr-box-up:before {
  content: "\e26a";
}
.fi-rr-boxes:before {
  content: "\e26b";
}
.fi-rr-boxing-glove:before {
  content: "\e26c";
}
.fi-rr-bracket-curly:before {
  content: "\e26d";
}
.fi-rr-bracket-curly-right:before {
  content: "\e26e";
}
.fi-rr-bracket-round:before {
  content: "\e26f";
}
.fi-rr-bracket-round-right:before {
  content: "\e270";
}
.fi-rr-bracket-square:before {
  content: "\e271";
}
.fi-rr-bracket-square-right:before {
  content: "\e272";
}
.fi-rr-brackets-curly:before {
  content: "\e273";
}
.fi-rr-brackets-round:before {
  content: "\e274";
}
.fi-rr-brackets-square:before {
  content: "\e275";
}
.fi-rr-braille:before {
  content: "\e276";
}
.fi-rr-braille-a:before {
  content: "\e277";
}
.fi-rr-braille-b:before {
  content: "\e278";
}
.fi-rr-braille-c:before {
  content: "\e279";
}
.fi-rr-braille-d:before {
  content: "\e27a";
}
.fi-rr-braille-e:before {
  content: "\e27b";
}
.fi-rr-braille-g:before {
  content: "\e27c";
}
.fi-rr-braille-h:before {
  content: "\e27d";
}
.fi-rr-braille-i:before {
  content: "\e27f";
}
.fi-rr-braille-j:before {
  content: "\e280";
}
.fi-rr-braille-k:before {
  content: "\e281";
}
.fi-rr-braille-l:before {
  content: "\e282";
}
.fi-rr-braille-m:before {
  content: "\e283";
}
.fi-rr-braille-n:before {
  content: "\e284";
}
.fi-rr-braille-n-alt:before {
  content: "\e285";
}
.fi-rr-braille-o:before {
  content: "\e286";
}
.fi-rr-braille-p:before {
  content: "\e287";
}
.fi-rr-braille-q:before {
  content: "\e288";
}
.fi-rr-braille-r:before {
  content: "\e289";
}
.fi-rr-braille-s:before {
  content: "\e28a";
}
.fi-rr-braille-t:before {
  content: "\e28b";
}
.fi-rr-braille-u:before {
  content: "\e28c";
}
.fi-rr-braille-v:before {
  content: "\e28d";
}
.fi-rr-braille-w:before {
  content: "\e28e";
}
.fi-rr-braille-x:before {
  content: "\e28f";
}
.fi-rr-braille-y:before {
  content: "\e290";
}
.fi-rr-braille-z:before {
  content: "\e291";
}
.fi-rr-brain:before {
  content: "\e292";
}
.fi-rr-brain-bulb:before {
  content: "\e293";
}
.fi-rr-brain-circuit:before {
  content: "\e294";
}
.fi-rr-brain-doubt:before {
  content: "\e295";
}
.fi-rr-brain-half-lightbulb:before {
  content: "\e296";
}
.fi-rr-brain-lightning:before {
  content: "\e297";
}
.fi-rr-brain-stress:before {
  content: "\e299";
}
.fi-rr-brake-warning:before {
  content: "\e29a";
}
.fi-rr-branching:before {
  content: "\e29b";
}
.fi-rr-brand:before {
  content: "\e29c";
}
.fi-rr-brand-badge:before {
  content: "\e29d";
}
.fi-rr-brand-strategy:before {
  content: "\e29e";
}
.fi-rr-branding:before {
  content: "\e29f";
}
.fi-rr-brazil:before {
  content: "\e2a0";
}
.fi-rr-brazil-flag:before {
  content: "\e2a1";
}
.fi-rr-brazil-flag-circle:before {
  content: "\e2a2";
}
.fi-rr-bread:before {
  content: "\e2a3";
}
.fi-rr-bread-loaf:before {
  content: "\e2a4";
}
.fi-rr-bread-slice:before {
  content: "\e2a5";
}
.fi-rr-bread-slice-butter:before {
  content: "\e2a6";
}
.fi-rr-break-time:before {
  content: "\e2a7";
}
.fi-rr-bridge:before {
  content: "\e2a8";
}
.fi-rr-bridge-circle-check:before {
  content: "\e2a9";
}
.fi-rr-bridge-collapse:before {
  content: "\e2aa";
}
.fi-rr-bridge-construction:before {
  content: "\e2ab";
}
.fi-rr-bridge-suspension:before {
  content: "\e2ac";
}
.fi-rr-bridge-water:before {
  content: "\e2ad";
}
.fi-rr-briefcase:before {
  content: "\e2af";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\e2b0";
}
.fi-rr-briefcase-blank:before {
  content: "\e2b1";
}
.fi-rr-briefcase-dollar:before {
  content: "\e2b2";
}
.fi-rr-brightness:before {
  content: "\e2b3";
}
.fi-rr-brightness-low:before {
  content: "\e2b4";
}
.fi-rr-bring-forward:before {
  content: "\e2b5";
}
.fi-rr-bring-front:before {
  content: "\e2b6";
}
.fi-rr-broadcast-tower:before {
  content: "\e2b7";
}
.fi-rr-broccoli:before {
  content: "\e2b8";
}
.fi-rr-broken-arm:before {
  content: "\e2b9";
}
.fi-rr-broken-chain-link-wrong:before {
  content: "\e2ba";
}
.fi-rr-broken-image:before {
  content: "\e2bb";
}
.fi-rr-broken-leg:before {
  content: "\e2bc";
}
.fi-rr-broken-nail:before {
  content: "\e2bd";
}
.fi-rr-broom:before {
  content: "\e2be";
}
.fi-rr-broom-ball:before {
  content: "\e2bf";
}
.fi-rr-browser:before {
  content: "\e2c0";
}
.fi-rr-browser-css:before {
  content: "\e2c2";
}
.fi-rr-browser-lock-alert:before {
  content: "\e2c3";
}
.fi-rr-browser-ui:before {
  content: "\e2c4";
}
.fi-rr-browsers:before {
  content: "\e2c5";
}
.fi-rr-brush:before {
  content: "\e2c6";
}
.fi-rr-bubble-discussion:before {
  content: "\e2c7";
}
.fi-rr-bucket:before {
  content: "\e2c8";
}
.fi-rr-budget:before {
  content: "\e2c9";
}
.fi-rr-budget-alt:before {
  content: "\e2ca";
}
.fi-rr-bug:before {
  content: "\e2cb";
}
.fi-rr-bug-fix:before {
  content: "\e2cc";
}
.fi-rr-bug-folder:before {
  content: "\e2cd";
}
.fi-rr-bug-magnifier:before {
  content: "\e2ce";
}
.fi-rr-bug-report:before {
  content: "\e2cf";
}
.fi-rr-bug-slash:before {
  content: "\e2d0";
}
.fi-rr-bugs:before {
  content: "\e2d1";
}
.fi-rr-build:before {
  content: "\e2d2";
}
.fi-rr-build-alt:before {
  content: "\e2d3";
}
.fi-rr-builder:before {
  content: "\e2d4";
}
.fi-rr-building:before {
  content: "\e2d5";
}
.fi-rr-building-car:before {
  content: "\e2d6";
}
.fi-rr-building-check:before {
  content: "\e2d7";
}
.fi-rr-building-circle-arrow-right:before {
  content: "\e2d8";
}
.fi-rr-building-flag:before {
  content: "\e2d9";
}
.fi-rr-building-foundation:before {
  content: "\e2da";
}
.fi-rr-building-lock:before {
  content: "\e2db";
}
.fi-rr-building-materials:before {
  content: "\e2dc";
}
.fi-rr-building-ngo:before {
  content: "\e2dd";
}
.fi-rr-building-shield:before {
  content: "\e2de";
}
.fi-rr-building-user:before {
  content: "\e2df";
}
.fi-rr-building-xmark:before {
  content: "\e2e0";
}
.fi-rr-bulb:before {
  content: "\e2e1";
}
.fi-rr-bulb-speech-bubble:before {
  content: "\e2e2";
}
.fi-rr-bull-market:before {
  content: "\e2e3";
}
.fi-rr-bullet:before {
  content: "\e2e4";
}
.fi-rr-bullhorn:before {
  content: "\e2e5";
}
.fi-rr-bullseye:before {
  content: "\e2e6";
}
.fi-rr-bullseye-arrow:before {
  content: "\e2e7";
}
.fi-rr-bullseye-pointer:before {
  content: "\e2e8";
}
.fi-rr-buoy:before {
  content: "\e2e9";
}
.fi-rr-burger-alt:before {
  content: "\e2ea";
}
.fi-rr-burger-fries:before {
  content: "\e2eb";
}
.fi-rr-burger-glass:before {
  content: "\e2ec";
}
.fi-rr-burnout:before {
  content: "\e2ef";
}
.fi-rr-burrito:before {
  content: "\e2f0";
}
.fi-rr-burst:before {
  content: "\e2f1";
}
.fi-rr-bus:before {
  content: "\e2f2";
}
.fi-rr-bus-alt:before {
  content: "\e2f3";
}
.fi-rr-bus-ticket:before {
  content: "\e2f4";
}
.fi-rr-business-deal:before {
  content: "\e2f5";
}
.fi-rr-business-growth:before {
  content: "\e2f6";
}
.fi-rr-business-meeting:before {
  content: "\e2f7";
}
.fi-rr-business-podcast:before {
  content: "\e2f8";
}
.fi-rr-business-time:before {
  content: "\e2f9";
}
.fi-rr-business-value:before {
  content: "\e2fa";
}
.fi-rr-Butter:before {
  content: "\e2fc";
}
.fi-rr-butterfly:before {
  content: "\e2fd";
}
.fi-rr-c:before {
  content: "\e2fe";
}
.fi-rr-cabin:before {
  content: "\e2ff";
}
.fi-rr-cactus:before {
  content: "\e301";
}
.fi-rr-cage-empty:before {
  content: "\e302";
}
.fi-rr-cake-birthday:before {
  content: "\e303";
}
.fi-rr-cake-slice:before {
  content: "\e304";
}
.fi-rr-cake-wedding:before {
  content: "\e305";
}
.fi-rr-calculator:before {
  content: "\e306";
}
.fi-rr-calculator-bill:before {
  content: "\e308";
}
.fi-rr-calculator-math-tax:before {
  content: "\e309";
}
.fi-rr-calculator-money:before {
  content: "\e30a";
}
.fi-rr-calculator-simple:before {
  content: "\e30b";
}
.fi-rr-calendar:before {
  content: "\e30c";
}
.fi-rr-calendar-arrow-down:before {
  content: "\e30d";
}
.fi-rr-calendar-arrow-up:before {
  content: "\e30e";
}
.fi-rr-calendar-birhtday-cake:before {
  content: "\e30f";
}
.fi-rr-calendar-call:before {
  content: "\e310";
}
.fi-rr-calendar-check:before {
  content: "\e311";
}
.fi-rr-calendar-clock:before {
  content: "\e312";
}
.fi-rr-calendar-day:before {
  content: "\e313";
}
.fi-rr-calendar-days:before {
  content: "\e314";
}
.fi-rr-calendar-event-tax:before {
  content: "\e315";
}
.fi-rr-calendar-exclamation:before {
  content: "\e316";
}
.fi-rr-calendar-gavel-legal:before {
  content: "\e317";
}
.fi-rr-calendar-heart:before {
  content: "\e318";
}
.fi-rr-calendar-image:before {
  content: "\e319";
}
.fi-rr-calendar-lines:before {
  content: "\e31a";
}
.fi-rr-calendar-lines-pen:before {
  content: "\e31b";
}
.fi-rr-calendar-minus:before {
  content: "\e31d";
}
.fi-rr-calendar-payment-loan:before {
  content: "\e31e";
}
.fi-rr-calendar-pen:before {
  content: "\e31f";
}
.fi-rr-calendar-plus:before {
  content: "\e320";
}
.fi-rr-calendar-salary:before {
  content: "\e321";
}
.fi-rr-calendar-shift-swap:before {
  content: "\e322";
}
.fi-rr-calendar-star:before {
  content: "\e323";
}
.fi-rr-calendar-swap:before {
  content: "\e324";
}
.fi-rr-calendar-update:before {
  content: "\e325";
}
.fi-rr-calendar-week:before {
  content: "\e326";
}
.fi-rr-calendar-xmark:before {
  content: "\e327";
}
.fi-rr-calendars:before {
  content: "\e328";
}
.fi-rr-call-duration:before {
  content: "\e329";
}
.fi-rr-call-forbidden:before {
  content: "\e32a";
}
.fi-rr-call-history:before {
  content: "\e32b";
}
.fi-rr-call-incoming:before {
  content: "\e32c";
}
.fi-rr-call-missed:before {
  content: "\e32d";
}
.fi-rr-call-outgoing:before {
  content: "\e32e";
}
.fi-rr-camcorder:before {
  content: "\e32f";
}
.fi-rr-camera:before {
  content: "\e330";
}
.fi-rr-camera-cctv:before {
  content: "\e331";
}
.fi-rr-camera-movie:before {
  content: "\e333";
}
.fi-rr-camera-retro:before {
  content: "\e334";
}
.fi-rr-camera-rotate:before {
  content: "\e335";
}
.fi-rr-camera-security:before {
  content: "\e336";
}
.fi-rr-camera-slash:before {
  content: "\e337";
}
.fi-rr-camera-viewfinder:before {
  content: "\e338";
}
.fi-rr-campfire:before {
  content: "\e339";
}
.fi-rr-camping:before {
  content: "\e33a";
}
.fi-rr-can-food:before {
  content: "\e33b";
}
.fi-rr-candle-holder:before {
  content: "\e33c";
}
.fi-rr-candle-lotus-yoga:before {
  content: "\e33d";
}
.fi-rr-candle-pose-yoga:before {
  content: "\e33e";
}
.fi-rr-candy:before {
  content: "\e340";
}
.fi-rr-candy-alt:before {
  content: "\e341";
}
.fi-rr-candy-bar:before {
  content: "\e342";
}
.fi-rr-candy-cane:before {
  content: "\e343";
}
.fi-rr-candy-corn:before {
  content: "\e344";
}
.fi-rr-candy-sweet:before {
  content: "\e345";
}
.fi-rr-Cannabis:before {
  content: "\e346";
}
.fi-rr-canned-food:before {
  content: "\e347";
}
.fi-rr-cannon:before {
  content: "\e348";
}
.fi-rr-canoe:before {
  content: "\e349";
}
.fi-rr-capsules:before {
  content: "\e34a";
}
.fi-rr-car:before {
  content: "\e34c";
}
.fi-rr-car-alt:before {
  content: "\e34d";
}
.fi-rr-car-battery:before {
  content: "\e34e";
}
.fi-rr-car-bolt:before {
  content: "\e34f";
}
.fi-rr-car-building:before {
  content: "\e350";
}
.fi-rr-car-bump:before {
  content: "\e351";
}
.fi-rr-car-bus:before {
  content: "\e352";
}
.fi-rr-car-charger-bolt:before {
  content: "\e353";
}
.fi-rr-car-circle-bolt:before {
  content: "\e354";
}
.fi-rr-car-crash:before {
  content: "\e355";
}
.fi-rr-car-garage:before {
  content: "\e356";
}
.fi-rr-car-journey:before {
  content: "\e357";
}
.fi-rr-car-mechanic:before {
  content: "\e358";
}
.fi-rr-car-oil:before {
  content: "\e359";
}
.fi-rr-car-rear:before {
  content: "\e35a";
}
.fi-rr-car-side:before {
  content: "\e35b";
}
.fi-rr-car-side-bolt:before {
  content: "\e35c";
}
.fi-rr-car-tilt:before {
  content: "\e35d";
}
.fi-rr-car-tunnel:before {
  content: "\e35e";
}
.fi-rr-car-wash:before {
  content: "\e35f";
}
.fi-rr-caravan:before {
  content: "\e360";
}
.fi-rr-caravan-alt:before {
  content: "\e361";
}
.fi-rr-carbon-cloud:before {
  content: "\e362";
}
.fi-rr-carbon-cloud-arrow-down:before {
  content: "\e363";
}
.fi-rr-carbon-footprint:before {
  content: "\e364";
}
.fi-rr-card-club:before {
  content: "\e365";
}
.fi-rr-card-diamond:before {
  content: "\e366";
}
.fi-rr-card-heart:before {
  content: "\e367";
}
.fi-rr-card-spade:before {
  content: "\e369";
}
.fi-rr-cardinal-compass:before {
  content: "\e36a";
}
.fi-rr-cards-blank:before {
  content: "\e36c";
}
.fi-rr-career-growth:before {
  content: "\e36e";
}
.fi-rr-career-path:before {
  content: "\e36f";
}
.fi-rr-caret-circle-down:before {
  content: "\e370";
}
.fi-rr-caret-circle-right:before {
  content: "\e372";
}
.fi-rr-caret-circle-up:before {
  content: "\e373";
}
.fi-rr-caret-down:before {
  content: "\e374";
}
.fi-rr-caret-left:before {
  content: "\e375";
}
.fi-rr-caret-quare-up:before {
  content: "\e376";
}
.fi-rr-caret-right:before {
  content: "\e377";
}
.fi-rr-caret-square-down:before {
  content: "\e378";
}
.fi-rr-caret-square-left:before {
  content: "\e379";
}
.fi-rr-caret-square-left_1:before {
  content: "\e37a";
}
.fi-rr-caret-square-right:before {
  content: "\e37b";
}
.fi-rr-caret-up:before {
  content: "\e37d";
}
.fi-rr-carrot:before {
  content: "\e37e";
}
.fi-rr-cars:before {
  content: "\e37f";
}
.fi-rr-cars-crash:before {
  content: "\e380";
}
.fi-rr-cart-arrow-down:before {
  content: "\e381";
}
.fi-rr-cart-minus:before {
  content: "\e382";
}
.fi-rr-cart-shopping-fast:before {
  content: "\e383";
}
.fi-rr-case-study:before {
  content: "\e384";
}
.fi-rr-cash-register:before {
  content: "\e385";
}
.fi-rr-cassette-tape:before {
  content: "\e386";
}
.fi-rr-cassette-vhs:before {
  content: "\e387";
}
.fi-rr-castle:before {
  content: "\e388";
}
.fi-rr-castle-tower:before {
  content: "\e389";
}
.fi-rr-cat:before {
  content: "\e38a";
}
.fi-rr-cat-dog:before {
  content: "\e38b";
}
.fi-rr-cat-head:before {
  content: "\e38c";
}
.fi-rr-cat-space:before {
  content: "\e38d";
}
.fi-rr-catalog:before {
  content: "\e38e";
}
.fi-rr-catalog-alt:before {
  content: "\e38f";
}
.fi-rr-catalog-magazine:before {
  content: "\e390";
}
.fi-rr-category:before {
  content: "\e391";
}
.fi-rr-category-alt:before {
  content: "\e392";
}
.fi-rr-cauldron:before {
  content: "\e393";
}
.fi-rr-cdn:before {
  content: "\e39a";
}
.fi-rr-cedi-sign:before {
  content: "\e39b";
}
.fi-rr-cell:before {
  content: "\e39c";
}
.fi-rr-cello:before {
  content: "\e39d";
}
.fi-rr-cent-sign:before {
  content: "\e39e";
}
.fi-rr-certificate:before {
  content: "\e3a0";
}
.fi-rr-chai-tea:before {
  content: "\e3a1";
}
.fi-rr-chair:before {
  content: "\e3a2";
}
.fi-rr-chair-director:before {
  content: "\e3a3";
}
.fi-rr-chair-office:before {
  content: "\e3a4";
}
.fi-rr-chalkboard:before {
  content: "\e3a5";
}
.fi-rr-chalkboard-user:before {
  content: "\e3a6";
}
.fi-rr-challenge:before {
  content: "\e3a7";
}
.fi-rr-challenge-alt:before {
  content: "\e3a8";
}
.fi-rr-chamomile:before {
  content: "\e3a9";
}
.fi-rr-channel:before {
  content: "\e3aa";
}
.fi-rr-charging-station:before {
  content: "\e3ac";
}
.fi-rr-chart-area:before {
  content: "\e3ad";
}
.fi-rr-chart-bullet:before {
  content: "\e3b1";
}
.fi-rr-chart-candlestick:before {
  content: "\e3b2";
}
.fi-rr-chart-connected:before {
  content: "\e3b3";
}
.fi-rr-chart-gantt:before {
  content: "\e3b4";
}
.fi-rr-chart-histogram:before {
  content: "\e3b5";
}
.fi-rr-chart-kanban:before {
  content: "\e3b6";
}
.fi-rr-chart-line-up:before {
  content: "\e3b7";
}
.fi-rr-chart-line-up-down:before {
  content: "\e3b8";
}
.fi-rr-chart-mixed:before {
  content: "\e3b9";
}
.fi-rr-chart-mixed-up-circle-currency:before {
  content: "\e3ba";
}
.fi-rr-chart-mixed-up-circle-dollar:before {
  content: "\e3bb";
}
.fi-rr-chart-network:before {
  content: "\e3bc";
}
.fi-rr-chart-pie:before {
  content: "\e3bd";
}
.fi-rr-chart-pie-alt:before {
  content: "\e3be";
}
.fi-rr-chart-pie-simple-circle-currency:before {
  content: "\e3bf";
}
.fi-rr-chart-pie-simple-circle-dollar:before {
  content: "\e3c0";
}
.fi-rr-chart-pyramid:before {
  content: "\e3c1";
}
.fi-rr-chart-radar:before {
  content: "\e3c2";
}
.fi-rr-chart-scatter:before {
  content: "\e3c3";
}
.fi-rr-chart-scatter-3d:before {
  content: "\e3c4";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\e3c5";
}
.fi-rr-chart-set-theory:before {
  content: "\e3c6";
}
.fi-rr-chart-simple:before {
  content: "\e3c7";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\e3c8";
}
.fi-rr-chart-tree:before {
  content: "\e3c9";
}
.fi-rr-chart-tree-map:before {
  content: "\e3ca";
}
.fi-rr-chart-user:before {
  content: "\e3cb";
}
.fi-rr-chart-waterfall:before {
  content: "\e3cc";
}
.fi-rr-chat-arrow-down:before {
  content: "\e3cd";
}
.fi-rr-chat-arrow-grow:before {
  content: "\e3ce";
}
.fi-rr-chat-bubble-call:before {
  content: "\e3cf";
}
.fi-rr-chatbot:before {
  content: "\e3d0";
}
.fi-rr-chatbot-speech-bubble:before {
  content: "\e3d1";
}
.fi-rr-cheap:before {
  content: "\e3d2";
}
.fi-rr-cheap-bill:before {
  content: "\e3d3";
}
.fi-rr-cheap-dollar:before {
  content: "\e3d4";
}
.fi-rr-cheap-stack:before {
  content: "\e3d5";
}
.fi-rr-cheap-stack-dollar:before {
  content: "\e3d6";
}
.fi-rr-check:before {
  content: "\e3d7";
}
.fi-rr-check-circle:before {
  content: "\e3d8";
}
.fi-rr-check-double:before {
  content: "\e3d9";
}
.fi-rr-check-in-calendar:before {
  content: "\e3da";
}
.fi-rr-check-out-calendar:before {
  content: "\e3db";
}
.fi-rr-checkbox:before {
  content: "\e3dc";
}
.fi-rr-checklist-task-budget:before {
  content: "\e3dd";
}
.fi-rr-cheese:before {
  content: "\e3de";
}
.fi-rr-cheese-alt:before {
  content: "\e3df";
}
.fi-rr-cheese-cake:before {
  content: "\e3e0";
}
.fi-rr-cheeseburger:before {
  content: "\e3e1";
}
.fi-rr-cherry:before {
  content: "\e3e2";
}
.fi-rr-chess:before {
  content: "\e3e3";
}
.fi-rr-chess-bishop:before {
  content: "\e3e4";
}
.fi-rr-chess-board:before {
  content: "\e3e5";
}
.fi-rr-chess-clock:before {
  content: "\e3e6";
}
.fi-rr-chess-clock-alt:before {
  content: "\e3e7";
}
.fi-rr-chess-king:before {
  content: "\e3e8";
}
.fi-rr-chess-king-alt:before {
  content: "\e3e9";
}
.fi-rr-chess-knight:before {
  content: "\e3ea";
}
.fi-rr-chess-knight-alt:before {
  content: "\e3eb";
}
.fi-rr-chess-pawn-alt:before {
  content: "\e3ed";
}
.fi-rr-chess-piece:before {
  content: "\e3ee";
}
.fi-rr-chess-queen:before {
  content: "\e3ef";
}
.fi-rr-chess-queen-alt:before {
  content: "\e3f0";
}
.fi-rr-chess-rook:before {
  content: "\e3f1";
}
.fi-rr-chess-rook-alt:before {
  content: "\e3f2";
}
.fi-rr-chevron-double-dots-down:before {
  content: "\e3f3";
}
.fi-rr-chevron-double-dots-left:before {
  content: "\e3f4";
}
.fi-rr-chevron-double-dots-right:before {
  content: "\e3f5";
}
.fi-rr-chevron-double-dots-up:before {
  content: "\e3f6";
}
.fi-rr-chevron-double-down:before {
  content: "\e3f7";
}
.fi-rr-chevron-double-up:before {
  content: "\e3f8";
}
.fi-rr-chicken-bucket:before {
  content: "\e3f9";
}
.fi-rr-child:before {
  content: "\e3fa";
}
.fi-rr-child-head:before {
  content: "\e3fb";
}
.fi-rr-chimney:before {
  content: "\e3fc";
}
.fi-rr-chimney-smoke:before {
  content: "\e3fd";
}
.fi-rr-chinese-temple:before {
  content: "\e3fe";
}
.fi-rr-chip:before {
  content: "\e3ff";
}
.fi-rr-chip-brain:before {
  content: "\e400";
}
.fi-rr-chocolate:before {
  content: "\e401";
}
.fi-rr-choir-singing:before {
  content: "\e403";
}
.fi-rr-choose:before {
  content: "\e404";
}
.fi-rr-choose-alt:before {
  content: "\e405";
}
.fi-rr-church:before {
  content: "\e407";
}
.fi-rr-cinnamon-roll:before {
  content: "\e408";
}
.fi-rr-circle:before {
  content: "\e409";
}
.fi-rr-circle-0:before {
  content: "\e40a";
}
.fi-rr-circle-1:before {
  content: "\e40b";
}
.fi-rr-circle-2:before {
  content: "\e40c";
}
.fi-rr-circle-3:before {
  content: "\e40d";
}
.fi-rr-circle-4:before {
  content: "\e40e";
}
.fi-rr-circle-5:before {
  content: "\e40f";
}
.fi-rr-circle-6:before {
  content: "\e410";
}
.fi-rr-circle-7:before {
  content: "\e411";
}
.fi-rr-circle-8:before {
  content: "\e412";
}
.fi-rr-circle-9:before {
  content: "\e413";
}
.fi-rr-circle-a:before {
  content: "\e414";
}
.fi-rr-circle-b:before {
  content: "\e416";
}
.fi-rr-circle-bolt:before {
  content: "\e417";
}
.fi-rr-circle-book-open:before {
  content: "\e418";
}
.fi-rr-circle-bookmark:before {
  content: "\e419";
}
.fi-rr-circle-c:before {
  content: "\e41a";
}
.fi-rr-circle-calendar:before {
  content: "\e41b";
}
.fi-rr-circle-camera:before {
  content: "\e41c";
}
.fi-rr-circle-d:before {
  content: "\e41e";
}
.fi-rr-circle-dashed:before {
  content: "\e41f";
}
.fi-rr-circle-divide:before {
  content: "\e420";
}
.fi-rr-circle-e:before {
  content: "\e422";
}
.fi-rr-circle-ellipsis:before {
  content: "\e423";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\e424";
}
.fi-rr-circle-envelope:before {
  content: "\e425";
}
.fi-rr-circle-exclamation-check:before {
  content: "\e426";
}
.fi-rr-circle-f:before {
  content: "\e427";
}
.fi-rr-circle-g:before {
  content: "\e428";
}
.fi-rr-circle-h:before {
  content: "\e429";
}
.fi-rr-circle-half:before {
  content: "\e42a";
}
.fi-rr-circle-half-stroke:before {
  content: "\e42b";
}
.fi-rr-circle-heart:before {
  content: "\e42c";
}
.fi-rr-circle-i:before {
  content: "\e42d";
}
.fi-rr-circle-j:before {
  content: "\e42e";
}
.fi-rr-circle-k:before {
  content: "\e42f";
}
.fi-rr-circle-l:before {
  content: "\e430";
}
.fi-rr-circle-m:before {
  content: "\e431";
}
.fi-rr-circle-microphone:before {
  content: "\e432";
}
.fi-rr-circle-microphone-lines:before {
  content: "\e433";
}
.fi-rr-circle-n:before {
  content: "\e434";
}
.fi-rr-circle-nodes:before {
  content: "\e435";
}
.fi-rr-circle-o:before {
  content: "\e436";
}
.fi-rr-circle-overlap:before {
  content: "\e437";
}
.fi-rr-circle-p:before {
  content: "\e438";
}
.fi-rr-circle-phone:before {
  content: "\e43a";
}
.fi-rr-circle-phone-flip:before {
  content: "\e43b";
}
.fi-rr-circle-phone-hangup:before {
  content: "\e43c";
}
.fi-rr-circle-q:before {
  content: "\e43e";
}
.fi-rr-circle-quarter:before {
  content: "\e43f";
}
.fi-rr-circle-quarters-alt:before {
  content: "\e441";
}
.fi-rr-circle-r:before {
  content: "\e442";
}
.fi-rr-circle-s:before {
  content: "\e443";
}
.fi-rr-circle-small:before {
  content: "\e444";
}
.fi-rr-circle-star:before {
  content: "\e445";
}
.fi-rr-circle-t:before {
  content: "\e447";
}
.fi-rr-circle-three-quarters:before {
  content: "\e448";
}
.fi-rr-circle-trash:before {
  content: "\e449";
}
.fi-rr-circle-u:before {
  content: "\e44a";
}
.fi-rr-circle-user:before {
  content: "\e44b";
}
.fi-rr-circle-v:before {
  content: "\e44c";
}
.fi-rr-circle-video:before {
  content: "\e44d";
}
.fi-rr-circle-w:before {
  content: "\e44e";
}
.fi-rr-circle-water-plug:before {
  content: "\e44f";
}
.fi-rr-circle-waveform-lines:before {
  content: "\e450";
}
.fi-rr-circle-wifi-circle-wifi:before {
  content: "\e451";
}
.fi-rr-circle-x:before {
  content: "\e452";
}
.fi-rr-circle-xmark:before {
  content: "\e453";
}
.fi-rr-circle-y:before {
  content: "\e454";
}
.fi-rr-circle-z:before {
  content: "\e455";
}
.fi-rr-citrus:before {
  content: "\e456";
}
.fi-rr-citrus-slice:before {
  content: "\e457";
}
.fi-rr-city:before {
  content: "\e458";
}
.fi-rr-civil-law:before {
  content: "\e459";
}
.fi-rr-clapper-open:before {
  content: "\e45a";
}
.fi-rr-clapperboard:before {
  content: "\e45b";
}
.fi-rr-clapperboard-play:before {
  content: "\e45c";
}
.fi-rr-clarinet:before {
  content: "\e45e";
}
.fi-rr-claw-marks:before {
  content: "\e45f";
}
.fi-rr-clear-alt:before {
  content: "\e462";
}
.fi-rr-clip:before {
  content: "\e463";
}
.fi-rr-clip-file:before {
  content: "\e464";
}
.fi-rr-clip-mail:before {
  content: "\e465";
}
.fi-rr-clipboard:before {
  content: "\e466";
}
.fi-rr-clipboard-check:before {
  content: "\e467";
}
.fi-rr-clipboard-exclamation:before {
  content: "\e468";
}
.fi-rr-clipboard-list:before {
  content: "\e469";
}
.fi-rr-clipboard-list-check:before {
  content: "\e46a";
}
.fi-rr-clipboard-prescription:before {
  content: "\e46b";
}
.fi-rr-clipboard-question:before {
  content: "\e46c";
}
.fi-rr-clipboard-user:before {
  content: "\e46d";
}
.fi-rr-clipoard-wrong:before {
  content: "\e46e";
}
.fi-rr-clock:before {
  content: "\e46f";
}
.fi-rr-clock-desk:before {
  content: "\e470";
}
.fi-rr-clock-eight-thirty:before {
  content: "\e471";
}
.fi-rr-clock-eleven:before {
  content: "\e472";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\e473";
}
.fi-rr-clock-five:before {
  content: "\e474";
}
.fi-rr-clock-five-thirty:before {
  content: "\e475";
}
.fi-rr-clock-four-thirty:before {
  content: "\e476";
}
.fi-rr-clock-future-past:before {
  content: "\e477";
}
.fi-rr-clock-nine:before {
  content: "\e478";
}
.fi-rr-clock-nine-thirty:before {
  content: "\e479";
}
.fi-rr-clock-one:before {
  content: "\e47a";
}
.fi-rr-clock-one-thirty:before {
  content: "\e47b";
}
.fi-rr-clock-seven:before {
  content: "\e47c";
}
.fi-rr-clock-seven-thirty:before {
  content: "\e47d";
}
.fi-rr-clock-six:before {
  content: "\e47e";
}
.fi-rr-clock-six-thirty:before {
  content: "\e47f";
}
.fi-rr-clock-ten:before {
  content: "\e480";
}
.fi-rr-clock-ten-thirty:before {
  content: "\e481";
}
.fi-rr-clock-three:before {
  content: "\e482";
}
.fi-rr-clock-three-thirty:before {
  content: "\e483";
}
.fi-rr-clock-time-tracking:before {
  content: "\e484";
}
.fi-rr-clock-twelve:before {
  content: "\e485";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\e486";
}
.fi-rr-clock-two:before {
  content: "\e487";
}
.fi-rr-clock-two-thirty:before {
  content: "\e488";
}
.fi-rr-clock-up-arrow:before {
  content: "\e489";
}
.fi-rr-clone:before {
  content: "\e48a";
}
.fi-rr-closed:before {
  content: "\e48b";
}
.fi-rr-closed-captioning-slash:before {
  content: "\e48c";
}
.fi-rr-clothes-hanger:before {
  content: "\e48d";
}
.fi-rr-clothing-rack:before {
  content: "\e48e";
}
.fi-rr-cloud:before {
  content: "\e48f";
}
.fi-rr-cloud-back-up:before {
  content: "\e490";
}
.fi-rr-cloud-back-up-alt:before {
  content: "\e491";
}
.fi-rr-cloud-check:before {
  content: "\e492";
}
.fi-rr-cloud-code:before {
  content: "\e493";
}
.fi-rr-cloud-disabled:before {
  content: "\e495";
}
.fi-rr-cloud-download:before {
  content: "\e496";
}
.fi-rr-cloud-download-alt:before {
  content: "\e497";
}
.fi-rr-cloud-drizzle:before {
  content: "\e499";
}
.fi-rr-cloud-exclamation:before {
  content: "\e49a";
}
.fi-rr-cloud-gear-automation:before {
  content: "\e49c";
}
.fi-rr-cloud-hail:before {
  content: "\e49d";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\e49e";
}
.fi-rr-cloud-meatball:before {
  content: "\e4a0";
}
.fi-rr-cloud-moon:before {
  content: "\e4a2";
}
.fi-rr-cloud-moon-rain:before {
  content: "\e4a3";
}
.fi-rr-cloud-question:before {
  content: "\e4a5";
}
.fi-rr-cloud-rain:before {
  content: "\e4a6";
}
.fi-rr-cloud-rainbow:before {
  content: "\e4a7";
}
.fi-rr-cloud-share:before {
  content: "\e4a8";
}
.fi-rr-cloud-showers:before {
  content: "\e4a9";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\e4aa";
}
.fi-rr-cloud-showers-water:before {
  content: "\e4ab";
}
.fi-rr-cloud-sleet:before {
  content: "\e4ad";
}
.fi-rr-cloud-snow:before {
  content: "\e4ae";
}
.fi-rr-cloud-sun:before {
  content: "\e4b0";
}
.fi-rr-cloud-sun-rain:before {
  content: "\e4b1";
}
.fi-rr-cloud-sun-tear:before {
  content: "\e4b2";
}
.fi-rr-cloud-upload:before {
  content: "\e4b3";
}
.fi-rr-cloud-upload-alt:before {
  content: "\e4b4";
}
.fi-rr-cloud-windy:before {
  content: "\e4b6";
}
.fi-rr-clouds:before {
  content: "\e4b9";
}
.fi-rr-clouds-moon:before {
  content: "\e4ba";
}
.fi-rr-clouds-sun:before {
  content: "\e4bb";
}
.fi-rr-clover-alt:before {
  content: "\e4bc";
}
.fi-rr-club:before {
  content: "\e4bd";
}
.fi-rr-cocktail:before {
  content: "\e4c0";
}
.fi-rr-cocktail-alt:before {
  content: "\e4c1";
}
.fi-rr-coconut:before {
  content: "\e4c2";
}
.fi-rr-code-branch:before {
  content: "\e4c3";
}
.fi-rr-code-commit:before {
  content: "\e4c4";
}
.fi-rr-code-compare:before {
  content: "\e4c5";
}
.fi-rr-code-editing:before {
  content: "\e4c6";
}
.fi-rr-code-fork:before {
  content: "\e4c7";
}
.fi-rr-code-merge:before {
  content: "\e4c8";
}
.fi-rr-code-pull-request:before {
  content: "\e4c9";
}
.fi-rr-code-pull-request-closed:before {
  content: "\e4ca";
}
.fi-rr-code-pull-request-draft:before {
  content: "\e4cb";
}
.fi-rr-code-simple:before {
  content: "\e4cc";
}
.fi-rr-code-window:before {
  content: "\e4cd";
}
.fi-rr-coffee:before {
  content: "\e4ce";
}
.fi-rr-coffee-bean:before {
  content: "\e4cf";
}
.fi-rr-coffee-beans:before {
  content: "\e4d0";
}
.fi-rr-coffee-heart:before {
  content: "\e4d1";
}
.fi-rr-coffee-maker:before {
  content: "\e4d2";
}
.fi-rr-coffee-pot:before {
  content: "\e4d3";
}
.fi-rr-coffee-time:before {
  content: "\e4d4";
}
.fi-rr-coffin:before {
  content: "\e4d5";
}
.fi-rr-coffin-cross:before {
  content: "\e4d6";
}
.fi-rr-coin:before {
  content: "\e4d7";
}
.fi-rr-coin-up-arrow:before {
  content: "\e4d8";
}
.fi-rr-coins:before {
  content: "\e4d9";
}
.fi-rr-coins-crypto:before {
  content: "\e4da";
}
.fi-rr-coins-shield:before {
  content: "\e4db";
}
.fi-rr-colon-sign:before {
  content: "\e4dd";
}
.fi-rr-columns-3:before {
  content: "\e4de";
}
.fi-rr-comb:before {
  content: "\e4df";
}
.fi-rr-comb-hair:before {
  content: "\e4e0";
}
.fi-rr-comedy-podcast:before {
  content: "\e4e1";
}
.fi-rr-comet:before {
  content: "\e4e2";
}
.fi-rr-command:before {
  content: "\e4e4";
}
.fi-rr-comment:before {
  content: "\e4e5";
}
.fi-rr-comment-alt:before {
  content: "\e4e6";
}
.fi-rr-comment-alt-check:before {
  content: "\e4e7";
}
.fi-rr-comment-alt-dots:before {
  content: "\e4e8";
}
.fi-rr-comment-alt-edit:before {
  content: "\e4e9";
}
.fi-rr-comment-alt-lock:before {
  content: "\e4ea";
}
.fi-rr-comment-alt-medical:before {
  content: "\e4eb";
}
.fi-rr-comment-alt-middle:before {
  content: "\e4ec";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\e4ed";
}
.fi-rr-comment-alt-minus:before {
  content: "\e4ee";
}
.fi-rr-comment-alt-music:before {
  content: "\e4ef";
}
.fi-rr-comment-arrow-down:before {
  content: "\e4f2";
}
.fi-rr-comment-arrow-up:before {
  content: "\e4f3";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\e4f4";
}
.fi-rr-comment-check:before {
  content: "\e4f5";
}
.fi-rr-comment-clock:before {
  content: "\e4f6";
}
.fi-rr-comment-code:before {
  content: "\e4f7";
}
.fi-rr-comment-dollar:before {
  content: "\e4f8";
}
.fi-rr-comment-dots:before {
  content: "\e4f9";
}
.fi-rr-comment-exclamation:before {
  content: "\e4fa";
}
.fi-rr-comment-heart:before {
  content: "\e4fb";
}
.fi-rr-comment-image:before {
  content: "\e4fc";
}
.fi-rr-comment-info:before {
  content: "\e4fd";
}
.fi-rr-comment-lock:before {
  content: "\e4fe";
}
.fi-rr-comment-medical:before {
  content: "\e4ff";
}
.fi-rr-comment-minus:before {
  content: "\e500";
}
.fi-rr-comment-pen:before {
  content: "\e501";
}
.fi-rr-comment-question:before {
  content: "\e503";
}
.fi-rr-comment-quote:before {
  content: "\e504";
}
.fi-rr-comment-slash:before {
  content: "\e505";
}
.fi-rr-comment-smile:before {
  content: "\e506";
}
.fi-rr-comment-sms:before {
  content: "\e507";
}
.fi-rr-comment-text:before {
  content: "\e508";
}
.fi-rr-comment-user:before {
  content: "\e509";
}
.fi-rr-comment-xmark:before {
  content: "\e50a";
}
.fi-rr-comments:before {
  content: "\e50b";
}
.fi-rr-comments-dollar:before {
  content: "\e50c";
}
.fi-rr-comments-question:before {
  content: "\e50d";
}
.fi-rr-comments-question-check:before {
  content: "\e50e";
}
.fi-rr-compass-alt:before {
  content: "\e50f";
}
.fi-rr-compass-east:before {
  content: "\e510";
}
.fi-rr-compass-north:before {
  content: "\e511";
}
.fi-rr-compass-slash:before {
  content: "\e512";
}
.fi-rr-compass-south:before {
  content: "\e513";
}
.fi-rr-compass-west:before {
  content: "\e514";
}
.fi-rr-completed:before {
  content: "\e515";
}
.fi-rr-compliance:before {
  content: "\e516";
}
.fi-rr-compliance-clipboard:before {
  content: "\e517";
}
.fi-rr-compliance-document:before {
  content: "\e518";
}
.fi-rr-compress:before {
  content: "\e519";
}
.fi-rr-compress-alt:before {
  content: "\e51a";
}
.fi-rr-computer:before {
  content: "\e51b";
}
.fi-rr-computer-ad:before {
  content: "\e51c";
}
.fi-rr-computer-classic:before {
  content: "\e51d";
}
.fi-rr-computer-mouse:before {
  content: "\e51e";
}
.fi-rr-computer-speaker:before {
  content: "\e51f";
}
.fi-rr-concierge-bell:before {
  content: "\e520";
}
.fi-rr-concrete-mixer:before {
  content: "\e522";
}
.fi-rr-condition:before {
  content: "\e523";
}
.fi-rr-condition-alt:before {
  content: "\e524";
}
.fi-rr-confetti:before {
  content: "\e525";
}
.fi-rr-confidential-discussion:before {
  content: "\e526";
}
.fi-rr-confidential-folder:before {
  content: "\e527";
}
.fi-rr-confirmed-user:before {
  content: "\e528";
}
.fi-rr-console-controller:before {
  content: "\e52a";
}
.fi-rr-constellation:before {
  content: "\e52b";
}
.fi-rr-construction-helmet:before {
  content: "\e52c";
}
.fi-rr-construction-location:before {
  content: "\e52d";
}
.fi-rr-consultant:before {
  content: "\e52e";
}
.fi-rr-contact-lens-eyes:before {
  content: "\e52f";
}
.fi-rr-container-storage:before {
  content: "\e530";
}
.fi-rr-contract:before {
  content: "\e531";
}
.fi-rr-contrast:before {
  content: "\e532";
}
.fi-rr-convert-document:before {
  content: "\e533";
}
.fi-rr-convert-shapes:before {
  content: "\e534";
}
.fi-rr-conveyor-belt:before {
  content: "\e535";
}
.fi-rr-conveyor-belt-alt:before {
  content: "\e536";
}
.fi-rr-conveyor-belt-arm:before {
  content: "\e537";
}
.fi-rr-conveyor-belt-empty:before {
  content: "\e538";
}
.fi-rr-cookie:before {
  content: "\e539";
}
.fi-rr-cookie-alt:before {
  content: "\e53a";
}
.fi-rr-cookie-lock:before {
  content: "\e53b";
}
.fi-rr-copy:before {
  content: "\e53c";
}
.fi-rr-copy-alt:before {
  content: "\e53d";
}
.fi-rr-copy-image:before {
  content: "\e53e";
}
.fi-rr-copyright:before {
  content: "\e53f";
}
.fi-rr-coriander:before {
  content: "\e540";
}
.fi-rr-corn:before {
  content: "\e541";
}
.fi-rr-corporate:before {
  content: "\e543";
}
.fi-rr-corporate-alt:before {
  content: "\e544";
}
.fi-rr-corruption:before {
  content: "\e545";
}
.fi-rr-couch:before {
  content: "\e546";
}
.fi-rr-court-order:before {
  content: "\e549";
}
.fi-rr-court-sport:before {
  content: "\e54a";
}
.fi-rr-cow:before {
  content: "\e54b";
}
.fi-rr-cow-alt:before {
  content: "\e54c";
}
.fi-rr-cowbell:before {
  content: "\e54d";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\e54e";
}
.fi-rr-cowbell-more:before {
  content: "\e54f";
}
.fi-rr-coworking:before {
  content: "\e550";
}
.fi-rr-cpu:before {
  content: "\e551";
}
.fi-rr-crab:before {
  content: "\e552";
}
.fi-rr-crane:before {
  content: "\e553";
}
.fi-rr-crane-building:before {
  content: "\e554";
}
.fi-rr-crate-empty:before {
  content: "\e555";
}
.fi-rr-cream:before {
  content: "\e556";
}
.fi-rr-credit-card:before {
  content: "\e566";
}
.fi-rr-credit-card-buyer:before {
  content: "\e567";
}
.fi-rr-credit-card-check:before {
  content: "\e568";
}
.fi-rr-credit-card-edit:before {
  content: "\e569";
}
.fi-rr-credit-card-eye:before {
  content: "\e56a";
}
.fi-rr-credit-card-xmark:before {
  content: "\e56b";
}
.fi-rr-crepe:before {
  content: "\e56f";
}
.fi-rr-cricket:before {
  content: "\e570";
}
.fi-rr-CRM:before {
  content: "\e571";
}
.fi-rr-crm-alt:before {
  content: "\e572";
}
.fi-rr-crm-computer:before {
  content: "\e573";
}
.fi-rr-croissant:before {
  content: "\e574";
}
.fi-rr-cross:before {
  content: "\e576";
}
.fi-rr-cross-circle:before {
  content: "\e577";
}
.fi-rr-cross-religion:before {
  content: "\e578";
}
.fi-rr-cross-small:before {
  content: "\e579";
}
.fi-rr-crossed-hands-reject:before {
  content: "\e57b";
}
.fi-rr-crow:before {
  content: "\e57c";
}
.fi-rr-crown:before {
  content: "\e57e";
}
.fi-rr-crutch:before {
  content: "\e57f";
}
.fi-rr-crutches:before {
  content: "\e580";
}
.fi-rr-cruzeiro-sign:before {
  content: "\e581";
}
.fi-rr-crypto-calendar:before {
  content: "\e582";
}
.fi-rr-cryptocurrency:before {
  content: "\e585";
}
.fi-rr-crystal-ball:before {
  content: "\e586";
}
.fi-rr-cube:before {
  content: "\e589";
}
.fi-rr-cubes:before {
  content: "\e58a";
}
.fi-rr-cubes-stacked:before {
  content: "\e58b";
}
.fi-rr-cucumber:before {
  content: "\e58c";
}
.fi-rr-cumin:before {
  content: "\e58d";
}
.fi-rr-cup-straw:before {
  content: "\e58e";
}
.fi-rr-cup-straw-swoosh:before {
  content: "\e58f";
}
.fi-rr-cup-togo:before {
  content: "\e590";
}
.fi-rr-cupcake:before {
  content: "\e591";
}
.fi-rr-cupcake-alt:before {
  content: "\e592";
}
.fi-rr-curling:before {
  content: "\e593";
}
.fi-rr-curling-iron:before {
  content: "\e594";
}
.fi-rr-currency:before {
  content: "\e595";
}
.fi-rr-cursor:before {
  content: "\e596";
}
.fi-rr-cursor-finger:before {
  content: "\e597";
}
.fi-rr-cursor-finger-click:before {
  content: "\e598";
}
.fi-rr-cursor-plus:before {
  content: "\e599";
}
.fi-rr-cursor-text:before {
  content: "\e59a";
}
.fi-rr-cursor-text-alt:before {
  content: "\e59b";
}
.fi-rr-curve:before {
  content: "\e59c";
}
.fi-rr-curve-alt:before {
  content: "\e59d";
}
.fi-rr-curve-arrow:before {
  content: "\e59e";
}
.fi-rr-custard:before {
  content: "\e59f";
}
.fi-rr-customer-care:before {
  content: "\e5a0";
}
.fi-rr-customer-service:before {
  content: "\e5a1";
}
.fi-rr-customization:before {
  content: "\e5a2";
}
.fi-rr-customization-cogwheel:before {
  content: "\e5a3";
}
.fi-rr-customize:before {
  content: "\e5a4";
}
.fi-rr-customize-computer:before {
  content: "\e5a5";
}
.fi-rr-customize-edit:before {
  content: "\e5a6";
}
.fi-rr-CV:before {
  content: "\e5a8";
}
.fi-rr-cvv-card:before {
  content: "\e5a9";
}
.fi-rr-cyborg:before {
  content: "\e5aa";
}
.fi-rr-cycling:before {
  content: "\e5ab";
}
.fi-rr-cystitis:before {
  content: "\e5ac";
}
.fi-rr-d:before {
  content: "\e5ad";
}
.fi-rr-dagger:before {
  content: "\e5ae";
}
.fi-rr-daily-calendar:before {
  content: "\e5af";
}
.fi-rr-daisy:before {
  content: "\e5b1";
}
.fi-rr-daisy-alt:before {
  content: "\e5b2";
}
.fi-rr-damage:before {
  content: "\e5b3";
}
.fi-rr-dark-mode:before {
  content: "\e5b5";
}
.fi-rr-dark-mode-alt:before {
  content: "\e5b6";
}
.fi-rr-dart:before {
  content: "\e5b7";
}
.fi-rr-dashboard:before {
  content: "\e5b9";
}
.fi-rr-dashboard-monitor:before {
  content: "\e5ba";
}
.fi-rr-dashboard-panel:before {
  content: "\e5bb";
}
.fi-rr-data-backup:before {
  content: "\e5bd";
}
.fi-rr-data-cleaning:before {
  content: "\e5be";
}
.fi-rr-data-encryption:before {
  content: "\e5bf";
}
.fi-rr-data-migration:before {
  content: "\e5c1";
}
.fi-rr-data-mining:before {
  content: "\e5c2";
}
.fi-rr-data-model:before {
  content: "\e5c3";
}
.fi-rr-data-processing:before {
  content: "\e5c4";
}
.fi-rr-data-transfer:before {
  content: "\e5c6";
}
.fi-rr-database:before {
  content: "\e5c7";
}
.fi-rr-database-cleaning:before {
  content: "\e5c8";
}
.fi-rr-database-management:before {
  content: "\e5ca";
}
.fi-rr-deadline:before {
  content: "\e5cb";
}
.fi-rr-deafness:before {
  content: "\e5cc";
}
.fi-rr-debt:before {
  content: "\e5cd";
}
.fi-rr-december-calendar:before {
  content: "\e5cf";
}
.fi-rr-decision-choice:before {
  content: "\e5d0";
}
.fi-rr-decision-tree:before {
  content: "\e5d1";
}
.fi-rr-deep-learning:before {
  content: "\e5d2";
}
.fi-rr-deer:before {
  content: "\e5d3";
}
.fi-rr-deer-rudolph:before {
  content: "\e5d4";
}
.fi-rr-degree-credential:before {
  content: "\e5d6";
}
.fi-rr-delete:before {
  content: "\e5d7";
}
.fi-rr-delete-document:before {
  content: "\e5d8";
}
.fi-rr-delete-right:before {
  content: "\e5d9";
}
.fi-rr-delete-user:before {
  content: "\e5da";
}
.fi-rr-delivery-man:before {
  content: "\e5dc";
}
.fi-rr-democrat:before {
  content: "\e5e0";
}
.fi-rr-demographic:before {
  content: "\e5e1";
}
.fi-rr-department:before {
  content: "\e5e2";
}
.fi-rr-department-structure:before {
  content: "\e5e3";
}
.fi-rr-deposit:before {
  content: "\e5e4";
}
.fi-rr-deposit-alt:before {
  content: "\e5e5";
}
.fi-rr-description:before {
  content: "\e5e6";
}
.fi-rr-description-alt:before {
  content: "\e5e7";
}
.fi-rr-desk:before {
  content: "\e5e8";
}
.fi-rr-desktop-arrow-down:before {
  content: "\e5e9";
}
.fi-rr-desktop-wallpaper:before {
  content: "\e5ea";
}
.fi-rr-detergent:before {
  content: "\e5eb";
}
.fi-rr-devices:before {
  content: "\e5ee";
}
.fi-rr-dewpoint:before {
  content: "\e5ef";
}
.fi-rr-dharmachakra:before {
  content: "\e5f0";
}
.fi-rr-diagram-cells:before {
  content: "\e5f1";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\e5f2";
}
.fi-rr-diagram-nested:before {
  content: "\e5f3";
}
.fi-rr-diagram-next:before {
  content: "\e5f4";
}
.fi-rr-diagram-predecessor:before {
  content: "\e5f5";
}
.fi-rr-diagram-previous:before {
  content: "\e5f6";
}
.fi-rr-diagram-project:before {
  content: "\e5f7";
}
.fi-rr-diagram-sankey:before {
  content: "\e5f8";
}
.fi-rr-diagram-subtask:before {
  content: "\e5f9";
}
.fi-rr-diagram-successor:before {
  content: "\e5fa";
}
.fi-rr-diagram-venn:before {
  content: "\e5fb";
}
.fi-rr-dial:before {
  content: "\e5fc";
}
.fi-rr-dial-high:before {
  content: "\e5fd";
}
.fi-rr-dial-low:before {
  content: "\e5fe";
}
.fi-rr-dial-max:before {
  content: "\e5ff";
}
.fi-rr-dial-med:before {
  content: "\e600";
}
.fi-rr-dial-med-low:before {
  content: "\e601";
}
.fi-rr-dial-min:before {
  content: "\e602";
}
.fi-rr-dial-off:before {
  content: "\e603";
}
.fi-rr-dialogue-exchange:before {
  content: "\e604";
}
.fi-rr-diamond:before {
  content: "\e605";
}
.fi-rr-diamond-exclamation:before {
  content: "\e606";
}
.fi-rr-diamond-turn-right:before {
  content: "\e607";
}
.fi-rr-diary-bookmark-down:before {
  content: "\e608";
}
.fi-rr-diary-bookmarks:before {
  content: "\e609";
}
.fi-rr-diary-clasp:before {
  content: "\e60a";
}
.fi-rr-dice:before {
  content: "\e60b";
}
.fi-rr-dice-alt:before {
  content: "\e60c";
}
.fi-rr-dice-d10:before {
  content: "\e60d";
}
.fi-rr-dice-d12:before {
  content: "\e60e";
}
.fi-rr-dice-d20:before {
  content: "\e60f";
}
.fi-rr-dice-d4:before {
  content: "\e610";
}
.fi-rr-dice-d6:before {
  content: "\e611";
}
.fi-rr-dice-d8:before {
  content: "\e612";
}
.fi-rr-dice-four:before {
  content: "\e613";
}
.fi-rr-dice-one:before {
  content: "\e614";
}
.fi-rr-dice-six:before {
  content: "\e615";
}
.fi-rr-dice-three:before {
  content: "\e616";
}
.fi-rr-dice-two:before {
  content: "\e617";
}
.fi-rr-dictionary:before {
  content: "\e618";
}
.fi-rr-dictionary-alt:before {
  content: "\e619";
}
.fi-rr-dictionary-open:before {
  content: "\e61a";
}
.fi-rr-digging:before {
  content: "\e61c";
}
.fi-rr-digital-certificate:before {
  content: "\e61e";
}
.fi-rr-digital-key:before {
  content: "\e620";
}
.fi-rr-digital-payment:before {
  content: "\e626";
}
.fi-rr-digital-signature:before {
  content: "\e627";
}
.fi-rr-digital-tachograph:before {
  content: "\e628";
}
.fi-rr-digital-wallet:before {
  content: "\e629";
}
.fi-rr-dinner:before {
  content: "\e62b";
}
.fi-rr-diploma:before {
  content: "\e62c";
}
.fi-rr-diploma-alt:before {
  content: "\e62d";
}
.fi-rr-direction-signal:before {
  content: "\e62e";
}
.fi-rr-direction-signal-arrow:before {
  content: "\e62f";
}
.fi-rr-disc-drive:before {
  content: "\e630";
}
.fi-rr-disco-ball:before {
  content: "\e632";
}
.fi-rr-discount:before {
  content: "\e635";
}
.fi-rr-discover:before {
  content: "\e636";
}
.fi-rr-discussion-group:before {
  content: "\e638";
}
.fi-rr-discussion-idea:before {
  content: "\e639";
}
.fi-rr-disease:before {
  content: "\e63a";
}
.fi-rr-dishwasher:before {
  content: "\e63b";
}
.fi-rr-disinfection:before {
  content: "\e63c";
}
.fi-rr-disk:before {
  content: "\e63d";
}
.fi-rr-display-arrow-down:before {
  content: "\e63f";
}
.fi-rr-display-chart-up:before {
  content: "\e641";
}
.fi-rr-display-code:before {
  content: "\e642";
}
.fi-rr-display-medical:before {
  content: "\e643";
}
.fi-rr-display-slash:before {
  content: "\e644";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\e645";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\e646";
}
.fi-rr-divide:before {
  content: "\e648";
}
.fi-rr-diving-googles:before {
  content: "\e649";
}
.fi-rr-dizzy:before {
  content: "\e64a";
}
.fi-rr-dj-disc:before {
  content: "\e64b";
}
.fi-rr-dna:before {
  content: "\e64c";
}
.fi-rr-do-not-disturb:before {
  content: "\e64d";
}
.fi-rr-do-not-disturb-doorknob:before {
  content: "\e64e";
}
.fi-rr-do-not-enter:before {
  content: "\e64f";
}
.fi-rr-doctor:before {
  content: "\e651";
}
.fi-rr-doctor-bag:before {
  content: "\e652";
}
.fi-rr-document:before {
  content: "\e654";
}
.fi-rr-document-autosave:before {
  content: "\e655";
}
.fi-rr-document-circle-arrow-up:before {
  content: "\e656";
}
.fi-rr-document-circle-wrong:before {
  content: "\e657";
}
.fi-rr-document-fail:before {
  content: "\e658";
}
.fi-rr-document-folder-gear:before {
  content: "\e65a";
}
.fi-rr-document-gavel:before {
  content: "\e65b";
}
.fi-rr-document-gear:before {
  content: "\e65d";
}
.fi-rr-document-link:before {
  content: "\e65e";
}
.fi-rr-document-nft:before {
  content: "\e65f";
}
.fi-rr-document-paid:before {
  content: "\e660";
}
.fi-rr-document-signed:before {
  content: "\e661";
}
.fi-rr-document-writer:before {
  content: "\e662";
}
.fi-rr-dog:before {
  content: "\e664";
}
.fi-rr-dog-bowl-empty:before {
  content: "\e665";
}
.fi-rr-dog-leashed:before {
  content: "\e666";
}
.fi-rr-dollar:before {
  content: "\e667";
}
.fi-rr-dolly-flatbed:before {
  content: "\e668";
}
.fi-rr-dolly-flatbed-alt:before {
  content: "\e669";
}
.fi-rr-dolly-flatbed-empty:before {
  content: "\e66a";
}
.fi-rr-dolphin:before {
  content: "\e66b";
}
.fi-rr-domino-effect:before {
  content: "\e66c";
}
.fi-rr-donate:before {
  content: "\e66d";
}
.fi-rr-dong-sign:before {
  content: "\e66e";
}
.fi-rr-donut:before {
  content: "\e66f";
}
.fi-rr-door-closed:before {
  content: "\e670";
}
.fi-rr-door-hanger:before {
  content: "\e671";
}
.fi-rr-door-open:before {
  content: "\e672";
}
.fi-rr-dorm-room:before {
  content: "\e673";
}
.fi-rr-dot-circle:before {
  content: "\e674";
}
.fi-rr-dot-pending:before {
  content: "\e675";
}
.fi-rr-dots-loading:before {
  content: "\e676";
}
.fi-rr-dove:before {
  content: "\e677";
}
.fi-rr-down:before {
  content: "\e678";
}
.fi-rr-down-from-bracket:before {
  content: "\e679";
}
.fi-rr-down-left:before {
  content: "\e67a";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\e67b";
}
.fi-rr-down-right:before {
  content: "\e67c";
}
.fi-rr-down-to-line:before {
  content: "\e67d";
}
.fi-rr-download:before {
  content: "\e67e";
}
.fi-rr-drafting-compass:before {
  content: "\e680";
}
.fi-rr-drafting-compass-paper:before {
  content: "\e681";
}
.fi-rr-dragon:before {
  content: "\e682";
}
.fi-rr-dragon-fire:before {
  content: "\e683";
}
.fi-rr-draw-polygon:before {
  content: "\e684";
}
.fi-rr-draw-square:before {
  content: "\e685";
}
.fi-rr-drawer:before {
  content: "\e686";
}
.fi-rr-drawer-alt:before {
  content: "\e687";
}
.fi-rr-drawer-empty:before {
  content: "\e688";
}
.fi-rr-dreidel:before {
  content: "\e689";
}
.fi-rr-dress:before {
  content: "\e68a";
}
.fi-rr-driller:before {
  content: "\e68c";
}
.fi-rr-drink-alt:before {
  content: "\e68e";
}
.fi-rr-driver-man:before {
  content: "\e68f";
}
.fi-rr-driver-woman:before {
  content: "\e690";
}
.fi-rr-drone:before {
  content: "\e691";
}
.fi-rr-drone-alt:before {
  content: "\e692";
}
.fi-rr-drone-front:before {
  content: "\e693";
}
.fi-rr-drop-down:before {
  content: "\e694";
}
.fi-rr-dropdown:before {
  content: "\e696";
}
.fi-rr-dropdown-bar:before {
  content: "\e697";
}
.fi-rr-dropdown-select:before {
  content: "\e698";
}
.fi-rr-drugs-addiction:before {
  content: "\e69a";
}
.fi-rr-drum:before {
  content: "\e69b";
}
.fi-rr-drum-steelpan:before {
  content: "\e69c";
}
.fi-rr-drumstick:before {
  content: "\e69d";
}
.fi-rr-drumstick-bite:before {
  content: "\e69e";
}
.fi-rr-dryer:before {
  content: "\e6a0";
}
.fi-rr-dryer-alt:before {
  content: "\e6a1";
}
.fi-rr-duck:before {
  content: "\e6a3";
}
.fi-rr-dumbbell-alt:before {
  content: "\e6a4";
}
.fi-rr-dumbbell-fitness:before {
  content: "\e6a5";
}
.fi-rr-dumbbell-heart:before {
  content: "\e6a6";
}
.fi-rr-dumbbell-horizontal:before {
  content: "\e6a7";
}
.fi-rr-dumbbell-ray:before {
  content: "\e6a8";
}
.fi-rr-dumbbell-weightlifting:before {
  content: "\e6a9";
}
.fi-rr-dumpster:before {
  content: "\e6aa";
}
.fi-rr-dumpster-fire:before {
  content: "\e6ab";
}
.fi-rr-dungeon:before {
  content: "\e6ac";
}
.fi-rr-duplicate:before {
  content: "\e6ad";
}
.fi-rr-duration:before {
  content: "\e6ae";
}
.fi-rr-duration-alt:before {
  content: "\e6af";
}
.fi-rr-e:before {
  content: "\e6b0";
}
.fi-rr-e-learning:before {
  content: "\e6b1";
}
.fi-rr-eagle:before {
  content: "\e6b2";
}
.fi-rr-eagle-flying:before {
  content: "\e6b3";
}
.fi-rr-ear:before {
  content: "\e6b4";
}
.fi-rr-ear-deaf:before {
  content: "\e6b5";
}
.fi-rr-ear-muffs:before {
  content: "\e6b6";
}
.fi-rr-ear-sound:before {
  content: "\e6b7";
}
.fi-rr-earbuds:before {
  content: "\e6b8";
}
.fi-rr-earnings:before {
  content: "\e6b9";
}
.fi-rr-earth-africa:before {
  content: "\e6ba";
}
.fi-rr-earth-americas:before {
  content: "\e6bb";
}
.fi-rr-earth-asia:before {
  content: "\e6bc";
}
.fi-rr-earth-europa:before {
  content: "\e6bd";
}
.fi-rr-ebook:before {
  content: "\e6bf";
}
.fi-rr-eclipse:before {
  content: "\e6c0";
}
.fi-rr-eclipse-alt:before {
  content: "\e6c1";
}
.fi-rr-eco-battery:before {
  content: "\e6c2";
}
.fi-rr-eco-electric:before {
  content: "\e6c3";
}
.fi-rr-edamame:before {
  content: "\e6c4";
}
.fi-rr-edit:before {
  content: "\e6c5";
}
.fi-rr-edit-alt:before {
  content: "\e6c6";
}
.fi-rr-edit-message:before {
  content: "\e6c7";
}
.fi-rr-education-podcast:before {
  content: "\e6c8";
}
.fi-rr-effect:before {
  content: "\e6c9";
}
.fi-rr-egg:before {
  content: "\e6ca";
}
.fi-rr-egg-fried:before {
  content: "\e6cb";
}
.fi-rr-eiffel-tower:before {
  content: "\e6cc";
}
.fi-rr-eject:before {
  content: "\e6cd";
}
.fi-rr-electric-bike:before {
  content: "\e6ce";
}
.fi-rr-electric-bus:before {
  content: "\e6cf";
}
.fi-rr-electric-car:before {
  content: "\e6d0";
}
.fi-rr-electric-scooter:before {
  content: "\e6d1";
}
.fi-rr-elephant:before {
  content: "\e6d3";
}
.fi-rr-elevator:before {
  content: "\e6d4";
}
.fi-rr-email-feedback:before {
  content: "\e6d6";
}
.fi-rr-email-heart:before {
  content: "\e6d7";
}
.fi-rr-email-pending:before {
  content: "\e6d8";
}
.fi-rr-email-refresh:before {
  content: "\e6d9";
}
.fi-rr-email-star:before {
  content: "\e6da";
}
.fi-rr-emergency-call:before {
  content: "\e6db";
}
.fi-rr-emergency-stop:before {
  content: "\e6dc";
}
.fi-rr-employee-alt:before {
  content: "\e6dd";
}
.fi-rr-employee-handbook:before {
  content: "\e6de";
}
.fi-rr-employee-man:before {
  content: "\e6df";
}
.fi-rr-employee-man-alt:before {
  content: "\e6e0";
}
.fi-rr-employee-performance:before {
  content: "\e6e2";
}
.fi-rr-employees:before {
  content: "\e6e4";
}
.fi-rr-employees-woman-man:before {
  content: "\e6e5";
}
.fi-rr-empty-set:before {
  content: "\e6e6";
}
.fi-rr-endless-loop:before {
  content: "\e6e7";
}
.fi-rr-energy-drink:before {
  content: "\e6e8";
}
.fi-rr-engine:before {
  content: "\e6ea";
}
.fi-rr-engine-algorithm:before {
  content: "\e6eb";
}
.fi-rr-engine-warning:before {
  content: "\e6ec";
}
.fi-rr-english:before {
  content: "\e6ed";
}
.fi-rr-enter:before {
  content: "\e6ee";
}
.fi-rr-entrance:before {
  content: "\e6f0";
}
.fi-rr-envelope:before {
  content: "\e6f1";
}
.fi-rr-envelope-ban:before {
  content: "\e6f2";
}
.fi-rr-envelope-bulk:before {
  content: "\e6f3";
}
.fi-rr-envelope-dot:before {
  content: "\e6f4";
}
.fi-rr-envelope-download:before {
  content: "\e6f5";
}
.fi-rr-envelope-heart:before {
  content: "\e6f6";
}
.fi-rr-envelope-marker:before {
  content: "\e6f7";
}
.fi-rr-envelope-open:before {
  content: "\e6f8";
}
.fi-rr-envelope-open-dollar:before {
  content: "\e6f9";
}
.fi-rr-envelope-open-text:before {
  content: "\e6fa";
}
.fi-rr-envelope-plus:before {
  content: "\e6fb";
}
.fi-rr-envelopes:before {
  content: "\e6fc";
}
.fi-rr-equality:before {
  content: "\e6fe";
}
.fi-rr-equals:before {
  content: "\e6ff";
}
.fi-rr-equestrian-statue:before {
  content: "\e700";
}
.fi-rr-eraser:before {
  content: "\e702";
}
.fi-rr-error-bug:before {
  content: "\e703";
}
.fi-rr-error-camera:before {
  content: "\e704";
}
.fi-rr-escalator:before {
  content: "\e705";
}
.fi-rr-ethernet:before {
  content: "\e707";
}
.fi-rr-euro:before {
  content: "\e709";
}
.fi-rr-europe-flag:before {
  content: "\e70a";
}
.fi-rr-europe-map:before {
  content: "\e70b";
}
.fi-rr-european-union:before {
  content: "\e70c";
}
.fi-rr-evidence:before {
  content: "\e70e";
}
.fi-rr-exam-b:before {
  content: "\e70f";
}
.fi-rr-exam-d:before {
  content: "\e710";
}
.fi-rr-exam-f:before {
  content: "\e711";
}
.fi-rr-exam-xmark:before {
  content: "\e712";
}
.fi-rr-excavator:before {
  content: "\e713";
}
.fi-rr-exchange:before {
  content: "\e714";
}
.fi-rr-exchange-alt:before {
  content: "\e715";
}
.fi-rr-exchange-cryptocurrency:before {
  content: "\e716";
}
.fi-rr-exclamation:before {
  content: "\e717";
}
.fi-rr-exit:before {
  content: "\e71a";
}
.fi-rr-exit-alt:before {
  content: "\e71b";
}
.fi-rr-expand:before {
  content: "\e71c";
}
.fi-rr-expand-arrows:before {
  content: "\e71d";
}
.fi-rr-expand-arrows-alt:before {
  content: "\e71e";
}
.fi-rr-expense:before {
  content: "\e71f";
}
.fi-rr-expense-bill:before {
  content: "\e720";
}
.fi-rr-explosion:before {
  content: "\e722";
}
.fi-rr-external-hard-drive:before {
  content: "\e723";
}
.fi-rr-external-world:before {
  content: "\e724";
}
.fi-rr-eye:before {
  content: "\e725";
}
.fi-rr-eye-alert:before {
  content: "\e726";
}
.fi-rr-eye-arrow-progress:before {
  content: "\e727";
}
.fi-rr-eye-crossed:before {
  content: "\e728";
}
.fi-rr-eye-drop:before {
  content: "\e729";
}
.fi-rr-eye-dropper:before {
  content: "\e72a";
}
.fi-rr-eye-dropper-half:before {
  content: "\e72b";
}
.fi-rr-eye-lashes:before {
  content: "\e72d";
}
.fi-rr-eye-recognition:before {
  content: "\e72e";
}
.fi-rr-eye-scanner:before {
  content: "\e72f";
}
.fi-rr-eyelashes:before {
  content: "\e730";
}
.fi-rr-eyeliner:before {
  content: "\e731";
}
.fi-rr-eyes:before {
  content: "\e732";
}
.fi-rr-eyeshadow:before {
  content: "\e733";
}
.fi-rr-f:before {
  content: "\e734";
}
.fi-rr-fabric:before {
  content: "\e735";
}
.fi-rr-face-angry-horns:before {
  content: "\e736";
}
.fi-rr-face-anguished:before {
  content: "\e737";
}
.fi-rr-face-anxious-sweat:before {
  content: "\e738";
}
.fi-rr-face-astonished:before {
  content: "\e739";
}
.fi-rr-face-awesome:before {
  content: "\e73a";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\e73b";
}
.fi-rr-face-confounded:before {
  content: "\e73c";
}
.fi-rr-face-confused:before {
  content: "\e73d";
}
.fi-rr-face-cowboy-hat:before {
  content: "\e73e";
}
.fi-rr-face-disappointed:before {
  content: "\e73f";
}
.fi-rr-face-disguise:before {
  content: "\e740";
}
.fi-rr-face-downcast-sweat:before {
  content: "\e741";
}
.fi-rr-face-drooling:before {
  content: "\e742";
}
.fi-rr-face-explode:before {
  content: "\e743";
}
.fi-rr-face-expressionless:before {
  content: "\e744";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\e745";
}
.fi-rr-face-fearful:before {
  content: "\e746";
}
.fi-rr-face-glasses:before {
  content: "\e747";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\e748";
}
.fi-rr-face-hand-yawn:before {
  content: "\e749";
}
.fi-rr-face-head-bandage:before {
  content: "\e74a";
}
.fi-rr-face-hushed:before {
  content: "\e74b";
}
.fi-rr-face-icicles:before {
  content: "\e74c";
}
.fi-rr-face-lying:before {
  content: "\e74d";
}
.fi-rr-face-mask:before {
  content: "\e74e";
}
.fi-rr-face-monocle:before {
  content: "\e74f";
}
.fi-rr-face-nauseated:before {
  content: "\e750";
}
.fi-rr-face-nose-steam:before {
  content: "\e751";
}
.fi-rr-face-party:before {
  content: "\e752";
}
.fi-rr-face-pensive:before {
  content: "\e753";
}
.fi-rr-face-persevering:before {
  content: "\e754";
}
.fi-rr-face-pleading:before {
  content: "\e755";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\e756";
}
.fi-rr-face-relieved:before {
  content: "\e757";
}
.fi-rr-face-sad-sweat:before {
  content: "\e758";
}
.fi-rr-face-scream:before {
  content: "\e759";
}
.fi-rr-face-shush:before {
  content: "\e75a";
}
.fi-rr-face-sleeping:before {
  content: "\e75b";
}
.fi-rr-face-sleepy:before {
  content: "\e75c";
}
.fi-rr-face-smile-halo:before {
  content: "\e75d";
}
.fi-rr-face-smile-hearts:before {
  content: "\e75e";
}
.fi-rr-face-smile-horns:before {
  content: "\e75f";
}
.fi-rr-face-smile-tear:before {
  content: "\e760";
}
.fi-rr-face-smile-tongue:before {
  content: "\e761";
}
.fi-rr-face-smile-upside-down:before {
  content: "\e762";
}
.fi-rr-face-smiling-hands:before {
  content: "\e763";
}
.fi-rr-face-smirking:before {
  content: "\e764";
}
.fi-rr-face-sunglasses:before {
  content: "\e765";
}
.fi-rr-face-sunglasses-alt:before {
  content: "\e766";
}
.fi-rr-face-swear:before {
  content: "\e767";
}
.fi-rr-face-thermometer:before {
  content: "\e768";
}
.fi-rr-face-thinking:before {
  content: "\e769";
}
.fi-rr-face-tissue:before {
  content: "\e76a";
}
.fi-rr-face-tongue-money:before {
  content: "\e76b";
}
.fi-rr-face-tongue-sweat:before {
  content: "\e76c";
}
.fi-rr-face-unamused:before {
  content: "\e76d";
}
.fi-rr-face-viewfinder:before {
  content: "\e76e";
}
.fi-rr-face-vomit:before {
  content: "\e76f";
}
.fi-rr-face-weary:before {
  content: "\e770";
}
.fi-rr-face-woozy:before {
  content: "\e771";
}
.fi-rr-face-worried:before {
  content: "\e772";
}
.fi-rr-face-zany:before {
  content: "\e773";
}
.fi-rr-face-zipper:before {
  content: "\e774";
}
.fi-rr-facial-mask:before {
  content: "\e777";
}
.fi-rr-facial-massage:before {
  content: "\e778";
}
.fi-rr-facial-treatment:before {
  content: "\e779";
}
.fi-rr-fail:before {
  content: "\e77a";
}
.fi-rr-falafel:before {
  content: "\e77b";
}
.fi-rr-family:before {
  content: "\e77c";
}
.fi-rr-family-dress:before {
  content: "\e77d";
}
.fi-rr-family-law:before {
  content: "\e77e";
}
.fi-rr-family-pants:before {
  content: "\e77f";
}
.fi-rr-fan:before {
  content: "\e780";
}
.fi-rr-fan-table:before {
  content: "\e781";
}
.fi-rr-farfalle:before {
  content: "\e782";
}
.fi-rr-farm:before {
  content: "\e783";
}
.fi-rr-faucet:before {
  content: "\e784";
}
.fi-rr-faucet-drip:before {
  content: "\e785";
}
.fi-rr-fax:before {
  content: "\e786";
}
.fi-rr-fbx-file:before {
  content: "\e787";
}
.fi-rr-feather:before {
  content: "\e788";
}
.fi-rr-feather-pointed:before {
  content: "\e789";
}
.fi-rr-features:before {
  content: "\e78a";
}
.fi-rr-features-alt:before {
  content: "\e78b";
}
.fi-rr-february-calendar:before {
  content: "\e78c";
}
.fi-rr-fee:before {
  content: "\e78e";
}
.fi-rr-fee-receipt:before {
  content: "\e790";
}
.fi-rr-feedback:before {
  content: "\e791";
}
.fi-rr-feedback-alt:before {
  content: "\e792";
}
.fi-rr-feedback-cycle-loop:before {
  content: "\e793";
}
.fi-rr-feedback-hand:before {
  content: "\e794";
}
.fi-rr-feedback-review:before {
  content: "\e795";
}
.fi-rr-fence:before {
  content: "\e798";
}
.fi-rr-ferris-wheel:before {
  content: "\e799";
}
.fi-rr-fighter-jet:before {
  content: "\e79b";
}
.fi-rr-file:before {
  content: "\e79d";
}
.fi-rr-file-ai:before {
  content: "\e79e";
}
.fi-rr-file-audio:before {
  content: "\e79f";
}
.fi-rr-file-backup:before {
  content: "\e7a0";
}
.fi-rr-file-binary:before {
  content: "\e7a1";
}
.fi-rr-file-chart-line:before {
  content: "\e7a2";
}
.fi-rr-file-chart-pie:before {
  content: "\e7a3";
}
.fi-rr-file-circle-info:before {
  content: "\e7a4";
}
.fi-rr-file-cloud:before {
  content: "\e7a5";
}
.fi-rr-file-code:before {
  content: "\e7a6";
}
.fi-rr-file-conversion:before {
  content: "\e7a7";
}
.fi-rr-file-css:before {
  content: "\e7a8";
}
.fi-rr-file-csv:before {
  content: "\e7a9";
}
.fi-rr-file-download:before {
  content: "\e7ab";
}
.fi-rr-file-edit:before {
  content: "\e7ac";
}
.fi-rr-file-eps:before {
  content: "\e7ad";
}
.fi-rr-file-excel:before {
  content: "\e7ae";
}
.fi-rr-file-exclamation:before {
  content: "\e7af";
}
.fi-rr-file-export:before {
  content: "\e7b0";
}
.fi-rr-file-image:before {
  content: "\e7b2";
}
.fi-rr-file-import:before {
  content: "\e7b3";
}
.fi-rr-file-invoice:before {
  content: "\e7b4";
}
.fi-rr-file-invoice-dollar:before {
  content: "\e7b5";
}
.fi-rr-file-loop:before {
  content: "\e7b7";
}
.fi-rr-file-medical:before {
  content: "\e7b9";
}
.fi-rr-file-medical-alt:before {
  content: "\e7ba";
}
.fi-rr-file-minus:before {
  content: "\e7bb";
}
.fi-rr-file-pdf:before {
  content: "\e7bc";
}
.fi-rr-file-powerpoint:before {
  content: "\e7bf";
}
.fi-rr-file-prescription:before {
  content: "\e7c0";
}
.fi-rr-file-psd:before {
  content: "\e7c1";
}
.fi-rr-file-question:before {
  content: "\e7c2";
}
.fi-rr-file-recycle:before {
  content: "\e7c3";
}
.fi-rr-file-signature:before {
  content: "\e7c4";
}
.fi-rr-file-spreadsheet:before {
  content: "\e7c6";
}
.fi-rr-file-upload:before {
  content: "\e7c7";
}
.fi-rr-file-user:before {
  content: "\e7c8";
}
.fi-rr-file-video:before {
  content: "\e7c9";
}
.fi-rr-file-word:before {
  content: "\e7ca";
}
.fi-rr-file-xls:before {
  content: "\e7cb";
}
.fi-rr-file-zip-alt:before {
  content: "\e7cd";
}
.fi-rr-file-zip-save:before {
  content: "\e7ce";
}
.fi-rr-file-zipper:before {
  content: "\e7cf";
}
.fi-rr-files-medical:before {
  content: "\e7d1";
}
.fi-rr-fill:before {
  content: "\e7d2";
}
.fi-rr-film:before {
  content: "\e7d3";
}
.fi-rr-film-canister:before {
  content: "\e7d4";
}
.fi-rr-film-slash:before {
  content: "\e7d5";
}
.fi-rr-films:before {
  content: "\e7d6";
}
.fi-rr-filter:before {
  content: "\e7d7";
}
.fi-rr-filter-check:before {
  content: "\e7d8";
}
.fi-rr-filter-list:before {
  content: "\e7d9";
}
.fi-rr-filter-slash:before {
  content: "\e7da";
}
.fi-rr-filters:before {
  content: "\e7db";
}
.fi-rr-financial-health:before {
  content: "\e7de";
}
.fi-rr-finger-droplet:before {
  content: "\e7e0";
}
.fi-rr-finger-nail:before {
  content: "\e7e1";
}
.fi-rr-fingerprint:before {
  content: "\e7e2";
}
.fi-rr-fingerprint-identification:before {
  content: "\e7e3";
}
.fi-rr-fingerprint-magnifying-glass:before {
  content: "\e7e4";
}
.fi-rr-fingerprint-remove:before {
  content: "\e7e5";
}
.fi-rr-fingerprint-security-risk:before {
  content: "\e7e6";
}
.fi-rr-fingerprint-verified:before {
  content: "\e7e7";
}
.fi-rr-finish-flag:before {
  content: "\e7e8";
}
.fi-rr-finish-line:before {
  content: "\e7e9";
}
.fi-rr-fire-alarm:before {
  content: "\e7eb";
}
.fi-rr-fire-burner:before {
  content: "\e7ed";
}
.fi-rr-fire-exit:before {
  content: "\e7f0";
}
.fi-rr-fire-extinguisher:before {
  content: "\e7f1";
}
.fi-rr-fire-flame-curved:before {
  content: "\e7f2";
}
.fi-rr-fire-flame-simple:before {
  content: "\e7f3";
}
.fi-rr-fire-hydrant:before {
  content: "\e7f5";
}
.fi-rr-fire-shield:before {
  content: "\e7f6";
}
.fi-rr-fire-smoke:before {
  content: "\e7f7";
}
.fi-rr-fireplace:before {
  content: "\e7fb";
}
.fi-rr-first:before {
  content: "\e7fe";
}
.fi-rr-first-aid-kit:before {
  content: "\e7ff";
}
.fi-rr-first-award:before {
  content: "\e800";
}
.fi-rr-first-laurel:before {
  content: "\e801";
}
.fi-rr-first-medal:before {
  content: "\e802";
}
.fi-rr-fish:before {
  content: "\e803";
}
.fi-rr-fish-bones:before {
  content: "\e804";
}
.fi-rr-fish-cooked:before {
  content: "\e805";
}
.fi-rr-fish-hook:before {
  content: "\e806";
}
.fi-rr-fishing-rod:before {
  content: "\e807";
}
.fi-rr-fist-move:before {
  content: "\e808";
}
.fi-rr-fitness-time:before {
  content: "\e809";
}
.fi-rr-fitness-watch:before {
  content: "\e80a";
}
.fi-rr-flag:before {
  content: "\e80b";
}
.fi-rr-flag-alt:before {
  content: "\e80c";
}
.fi-rr-flag-checkered:before {
  content: "\e80d";
}
.fi-rr-flag-usa:before {
  content: "\e80e";
}
.fi-rr-flame:before {
  content: "\e80f";
}
.fi-rr-flashlight:before {
  content: "\e811";
}
.fi-rr-flask:before {
  content: "\e812";
}
.fi-rr-flask-gear:before {
  content: "\e813";
}
.fi-rr-flask-poison:before {
  content: "\e814";
}
.fi-rr-flask-potion:before {
  content: "\e815";
}
.fi-rr-flatbread:before {
  content: "\e816";
}
.fi-rr-flatbread-stuffed:before {
  content: "\e817";
}
.fi-rr-flip-horizontal:before {
  content: "\e81c";
}
.fi-rr-flooding:before {
  content: "\e81e";
}
.fi-rr-floor:before {
  content: "\e81f";
}
.fi-rr-floor-alt:before {
  content: "\e820";
}
.fi-rr-floor-layer:before {
  content: "\e821";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\e822";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\e823";
}
.fi-rr-floppy-disk-pen:before {
  content: "\e824";
}
.fi-rr-floppy-disks:before {
  content: "\e825";
}
.fi-rr-florin-sign:before {
  content: "\e826";
}
.fi-rr-flowchart:before {
  content: "\e827";
}
.fi-rr-flower:before {
  content: "\e828";
}
.fi-rr-flower-bouquet:before {
  content: "\e829";
}
.fi-rr-flower-butterfly:before {
  content: "\e82a";
}
.fi-rr-flower-daffodil:before {
  content: "\e82b";
}
.fi-rr-flower-tulip:before {
  content: "\e82c";
}
.fi-rr-flushed:before {
  content: "\e82d";
}
.fi-rr-flute:before {
  content: "\e82f";
}
.fi-rr-flux-capacitor:before {
  content: "\e830";
}
.fi-rr-fly-insect:before {
  content: "\e831";
}
.fi-rr-flying-disc:before {
  content: "\e832";
}
.fi-rr-flying-kite:before {
  content: "\e833";
}
.fi-rr-fm-radio:before {
  content: "\e834";
}
.fi-rr-foam-hand:before {
  content: "\e835";
}
.fi-rr-fog:before {
  content: "\e836";
}
.fi-rr-folder:before {
  content: "\e837";
}
.fi-rr-folder-archive:before {
  content: "\e838";
}
.fi-rr-folder-camera:before {
  content: "\e83a";
}
.fi-rr-folder-check:before {
  content: "\e83b";
}
.fi-rr-folder-directory:before {
  content: "\e83c";
}
.fi-rr-folder-download:before {
  content: "\e83d";
}
.fi-rr-folder-fire:before {
  content: "\e83e";
}
.fi-rr-folder-gear:before {
  content: "\e83f";
}
.fi-rr-folder-heart:before {
  content: "\e841";
}
.fi-rr-folder-link:before {
  content: "\e843";
}
.fi-rr-folder-loop:before {
  content: "\e844";
}
.fi-rr-folder-math:before {
  content: "\e846";
}
.fi-rr-folder-minus:before {
  content: "\e848";
}
.fi-rr-folder-music:before {
  content: "\e849";
}
.fi-rr-folder-open:before {
  content: "\e84a";
}
.fi-rr-folder-plus-circle:before {
  content: "\e84b";
}
.fi-rr-folder-times:before {
  content: "\e84c";
}
.fi-rr-folder-tree:before {
  content: "\e84d";
}
.fi-rr-folder-upload:before {
  content: "\e84e";
}
.fi-rr-folder-xmark:before {
  content: "\e850";
}
.fi-rr-folder-xmark-circle:before {
  content: "\e851";
}
.fi-rr-folders:before {
  content: "\e852";
}
.fi-rr-follow:before {
  content: "\e853";
}
.fi-rr-follow-folder:before {
  content: "\e854";
}
.fi-rr-followcollection:before {
  content: "\e855";
}
.fi-rr-followers:before {
  content: "\e856";
}
.fi-rr-following:before {
  content: "\e857";
}
.fi-rr-fondue-pot:before {
  content: "\e858";
}
.fi-rr-football:before {
  content: "\e85d";
}
.fi-rr-football-player:before {
  content: "\e85e";
}
.fi-rr-football-ticket:before {
  content: "\e85f";
}
.fi-rr-footprint:before {
  content: "\e860";
}
.fi-rr-foreign-language-audio:before {
  content: "\e861";
}
.fi-rr-forest:before {
  content: "\e862";
}
.fi-rr-forest-alt:before {
  content: "\e863";
}
.fi-rr-fork:before {
  content: "\e864";
}
.fi-rr-fork-spaghetti:before {
  content: "\e865";
}
.fi-rr-forklift:before {
  content: "\e866";
}
.fi-rr-form:before {
  content: "\e867";
}
.fi-rr-fort:before {
  content: "\e868";
}
.fi-rr-forward:before {
  content: "\e869";
}
.fi-rr-forward-fast:before {
  content: "\e86a";
}
.fi-rr-fox:before {
  content: "\e86d";
}
.fi-rr-frame:before {
  content: "\e86e";
}
.fi-rr-franc-sign:before {
  content: "\e86f";
}
.fi-rr-france:before {
  content: "\e870";
}
.fi-rr-france-country-code:before {
  content: "\e871";
}
.fi-rr-free:before {
  content: "\e874";
}
.fi-rr-free-delivery:before {
  content: "\e875";
}
.fi-rr-freemium:before {
  content: "\e876";
}
.fi-rr-french:before {
  content: "\e879";
}
.fi-rr-french-fries:before {
  content: "\e87a";
}
.fi-rr-friday:before {
  content: "\e87c";
}
.fi-rr-frog:before {
  content: "\e87d";
}
.fi-rr-frown:before {
  content: "\e87e";
}
.fi-rr-ftp:before {
  content: "\e87f";
}
.fi-rr-fuel-gauge:before {
  content: "\e880";
}
.fi-rr-full-screen:before {
  content: "\e881";
}
.fi-rr-function:before {
  content: "\e882";
}
.fi-rr-function-process:before {
  content: "\e884";
}
.fi-rr-function-square:before {
  content: "\e885";
}
.fi-rr-funnel-dollar:before {
  content: "\e886";
}
.fi-rr-fusilli:before {
  content: "\e888";
}
.fi-rr-g:before {
  content: "\e889";
}
.fi-rr-galaxy:before {
  content: "\e88a";
}
.fi-rr-galaxy-alt:before {
  content: "\e88b";
}
.fi-rr-galaxy-planet:before {
  content: "\e88c";
}
.fi-rr-galaxy-star:before {
  content: "\e88d";
}
.fi-rr-gallery:before {
  content: "\e88e";
}
.fi-rr-gallery-thumbnails:before {
  content: "\e88f";
}
.fi-rr-game-board-alt:before {
  content: "\e891";
}
.fi-rr-game-console-crank-handheld:before {
  content: "\e893";
}
.fi-rr-game-rules:before {
  content: "\e896";
}
.fi-rr-gamepad:before {
  content: "\e898";
}
.fi-rr-gamer:before {
  content: "\e899";
}
.fi-rr-garage:before {
  content: "\e89c";
}
.fi-rr-garage-car:before {
  content: "\e89d";
}
.fi-rr-garage-open:before {
  content: "\e89e";
}
.fi-rr-garlic:before {
  content: "\e89f";
}
.fi-rr-garlic-alt:before {
  content: "\e8a0";
}
.fi-rr-gas-mask:before {
  content: "\e8a1";
}
.fi-rr-gas-pump:before {
  content: "\e8a2";
}
.fi-rr-gas-pump-alt:before {
  content: "\e8a3";
}
.fi-rr-gas-pump-slash:before {
  content: "\e8a4";
}
.fi-rr-gas-station:before {
  content: "\e8a5";
}
.fi-rr-gastric-reflux:before {
  content: "\e8a6";
}
.fi-rr-gauge-circle-bolt:before {
  content: "\e8a7";
}
.fi-rr-gauge-circle-minus:before {
  content: "\e8a8";
}
.fi-rr-gauge-circle-plus:before {
  content: "\e8a9";
}
.fi-rr-gauze-bandage:before {
  content: "\e8aa";
}
.fi-rr-gavel:before {
  content: "\e8ab";
}
.fi-rr-gay-couple:before {
  content: "\e8ac";
}
.fi-rr-gears:before {
  content: "\e8af";
}
.fi-rr-gem:before {
  content: "\e8b0";
}
.fi-rr-general:before {
  content: "\e8b1";
}
.fi-rr-german:before {
  content: "\e8b2";
}
.fi-rr-germany:before {
  content: "\e8b3";
}
.fi-rr-germany-country-code:before {
  content: "\e8b4";
}
.fi-rr-ghost:before {
  content: "\e8b5";
}
.fi-rr-gif:before {
  content: "\e8b6";
}
.fi-rr-gif-square:before {
  content: "\e8b8";
}
.fi-rr-gift:before {
  content: "\e8b9";
}
.fi-rr-gift-box-benefits:before {
  content: "\e8ba";
}
.fi-rr-gift-card:before {
  content: "\e8bb";
}
.fi-rr-gifts:before {
  content: "\e8bc";
}
.fi-rr-ginger:before {
  content: "\e8bd";
}
.fi-rr-gingerbread-man:before {
  content: "\e8be";
}
.fi-rr-glass:before {
  content: "\e8c1";
}
.fi-rr-glass-champagne:before {
  content: "\e8c2";
}
.fi-rr-glass-cheers:before {
  content: "\e8c3";
}
.fi-rr-glass-citrus:before {
  content: "\e8c4";
}
.fi-rr-glass-empty:before {
  content: "\e8c5";
}
.fi-rr-glass-half:before {
  content: "\e8c6";
}
.fi-rr-glass-water-droplet:before {
  content: "\e8c7";
}
.fi-rr-glass-whiskey:before {
  content: "\e8c8";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\e8c9";
}
.fi-rr-glasses:before {
  content: "\e8ca";
}
.fi-rr-globe:before {
  content: "\e8cc";
}
.fi-rr-globe-alt:before {
  content: "\e8cd";
}
.fi-rr-globe-pointer:before {
  content: "\e8ce";
}
.fi-rr-globe-shield:before {
  content: "\e8cf";
}
.fi-rr-globe-snow:before {
  content: "\e8d0";
}
.fi-rr-globe-user:before {
  content: "\e8d1";
}
.fi-rr-gltf-file:before {
  content: "\e8d2";
}
.fi-rr-glucose:before {
  content: "\e8d3";
}
.fi-rr-goal-net:before {
  content: "\e8d6";
}
.fi-rr-goalkeeper:before {
  content: "\e8d7";
}
.fi-rr-goals:before {
  content: "\e8d8";
}
.fi-rr-golf:before {
  content: "\e8d9";
}
.fi-rr-golf-bag:before {
  content: "\e8da";
}
.fi-rr-golf-ball:before {
  content: "\e8db";
}
.fi-rr-golf-ball-grass:before {
  content: "\e8dc";
}
.fi-rr-golf-hole:before {
  content: "\e8de";
}
.fi-rr-golfer:before {
  content: "\e8df";
}
.fi-rr-gopuram:before {
  content: "\e8e3";
}
.fi-rr-gourmet:before {
  content: "\e8e4";
}
.fi-rr-government-budget:before {
  content: "\e8e5";
}
.fi-rr-government-flag:before {
  content: "\e8e6";
}
.fi-rr-government-user:before {
  content: "\e8e7";
}
.fi-rr-gps-navigation:before {
  content: "\e8e8";
}
.fi-rr-graduation-cap:before {
  content: "\e8e9";
}
.fi-rr-graduation-diploma:before {
  content: "\e8ea";
}
.fi-rr-gramophone:before {
  content: "\e8eb";
}
.fi-rr-grape:before {
  content: "\e8ec";
}
.fi-rr-graph-curve:before {
  content: "\e8ed";
}
.fi-rr-graphic-style:before {
  content: "\e8ee";
}
.fi-rr-graphic-tablet:before {
  content: "\e8ef";
}
.fi-rr-grass:before {
  content: "\e8f0";
}
.fi-rr-grate:before {
  content: "\e8f1";
}
.fi-rr-grate-droplet:before {
  content: "\e8f2";
}
.fi-rr-greater-than:before {
  content: "\e8f3";
}
.fi-rr-greater-than-equal:before {
  content: "\e8f4";
}
.fi-rr-greek-helmet:before {
  content: "\e8f5";
}
.fi-rr-grid:before {
  content: "\e8f6";
}
.fi-rr-grid-alt:before {
  content: "\e8f7";
}
.fi-rr-grid-dividers:before {
  content: "\e8f8";
}
.fi-rr-grid-lock:before {
  content: "\e8f9";
}
.fi-rr-grief:before {
  content: "\e8fa";
}
.fi-rr-grill:before {
  content: "\e8fb";
}
.fi-rr-grill-fire:before {
  content: "\e8fc";
}
.fi-rr-grill-hot-alt:before {
  content: "\e8fd";
}
.fi-rr-grimace:before {
  content: "\e8fe";
}
.fi-rr-grin:before {
  content: "\e8ff";
}
.fi-rr-grin-alt:before {
  content: "\e900";
}
.fi-rr-grin-beam:before {
  content: "\e901";
}
.fi-rr-grin-beam-sweat:before {
  content: "\e902";
}
.fi-rr-grin-hearts:before {
  content: "\e903";
}
.fi-rr-grin-squint:before {
  content: "\e904";
}
.fi-rr-grin-squint-tears:before {
  content: "\e905";
}
.fi-rr-grin-stars:before {
  content: "\e906";
}
.fi-rr-grin-tears:before {
  content: "\e907";
}
.fi-rr-grin-tongue:before {
  content: "\e908";
}
.fi-rr-grin-tongue-squint:before {
  content: "\e909";
}
.fi-rr-grin-tongue-wink:before {
  content: "\e90a";
}
.fi-rr-grin-wink:before {
  content: "\e90b";
}
.fi-rr-grip-dots:before {
  content: "\e90c";
}
.fi-rr-grip-dots-vertical:before {
  content: "\e90d";
}
.fi-rr-grip-horizontal:before {
  content: "\e90e";
}
.fi-rr-grip-lines:before {
  content: "\e90f";
}
.fi-rr-grip-lines-vertical:before {
  content: "\e910";
}
.fi-rr-grip-vertical:before {
  content: "\e911";
}
.fi-rr-grocery-bag:before {
  content: "\e912";
}
.fi-rr-grocery-basket:before {
  content: "\e913";
}
.fi-rr-group-arrows-rotate:before {
  content: "\e914";
}
.fi-rr-group-call:before {
  content: "\e915";
}
.fi-rr-group-community-social-media:before {
  content: "\e916";
}
.fi-rr-growth-chart-invest:before {
  content: "\e918";
}
.fi-rr-guarani-sign:before {
  content: "\e91a";
}
.fi-rr-guide:before {
  content: "\e91b";
}
.fi-rr-guide-alt:before {
  content: "\e91c";
}
.fi-rr-guitar:before {
  content: "\e91e";
}
.fi-rr-guitar-electric:before {
  content: "\e91f";
}
.fi-rr-guitars:before {
  content: "\e920";
}
.fi-rr-gun:before {
  content: "\e921";
}
.fi-rr-gun-shooting:before {
  content: "\e922";
}
.fi-rr-gun-squirt:before {
  content: "\e923";
}
.fi-rr-gym:before {
  content: "\e924";
}
.fi-rr-gym-bag:before {
  content: "\e925";
}
.fi-rr-gynecology:before {
  content: "\e926";
}
.fi-rr-h:before {
  content: "\e927";
}
.fi-rr-h-square:before {
  content: "\e928";
}
.fi-rr-h1:before {
  content: "\e929";
}
.fi-rr-h2:before {
  content: "\e92a";
}
.fi-rr-h3:before {
  content: "\e92b";
}
.fi-rr-h4:before {
  content: "\e92c";
}
.fi-rr-hacker:before {
  content: "\e92d";
}
.fi-rr-hair-clipper:before {
  content: "\e92e";
}
.fi-rr-hair-conditioner:before {
  content: "\e92f";
}
.fi-rr-hairbrush:before {
  content: "\e930";
}
.fi-rr-haircut:before {
  content: "\e931";
}
.fi-rr-hairdryer:before {
  content: "\e932";
}
.fi-rr-half-loading:before {
  content: "\e933";
}
.fi-rr-hamburger:before {
  content: "\e934";
}
.fi-rr-hamburger-soda:before {
  content: "\e935";
}
.fi-rr-hammer:before {
  content: "\e936";
}
.fi-rr-hammer-brush:before {
  content: "\e937";
}
.fi-rr-hammer-crash:before {
  content: "\e938";
}
.fi-rr-hammer-war:before {
  content: "\e939";
}
.fi-rr-hamsa:before {
  content: "\e93a";
}
.fi-rr-hand:before {
  content: "\e93b";
}
.fi-rr-hand-back-fist:before {
  content: "\e93c";
}
.fi-rr-hand-back-point-down:before {
  content: "\e93d";
}
.fi-rr-hand-back-point-left:before {
  content: "\e93e";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\e93f";
}
.fi-rr-hand-back-point-right:before {
  content: "\e940";
}
.fi-rr-hand-bandage-wound:before {
  content: "\e941";
}
.fi-rr-hand-bill:before {
  content: "\e942";
}
.fi-rr-hand-cleaning:before {
  content: "\e943";
}
.fi-rr-hand-dots:before {
  content: "\e944";
}
.fi-rr-hand-dryer:before {
  content: "\e945";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\e946";
}
.fi-rr-hand-fist:before {
  content: "\e947";
}
.fi-rr-hand-heart:before {
  content: "\e948";
}
.fi-rr-hand-holding-box:before {
  content: "\e949";
}
.fi-rr-hand-holding-document:before {
  content: "\e94a";
}
.fi-rr-hand-holding-droplet:before {
  content: "\e94b";
}
.fi-rr-hand-holding-heart:before {
  content: "\e94c";
}
.fi-rr-hand-holding-magic:before {
  content: "\e94d";
}
.fi-rr-hand-holding-medical:before {
  content: "\e94e";
}
.fi-rr-hand-holding-seeding:before {
  content: "\e94f";
}
.fi-rr-hand-holding-skull:before {
  content: "\e951";
}
.fi-rr-hand-holding-usd:before {
  content: "\e952";
}
.fi-rr-hand-holding-water:before {
  content: "\e953";
}
.fi-rr-hand-horns:before {
  content: "\e954";
}
.fi-rr-hand-horns-bolt:before {
  content: "\e955";
}
.fi-rr-hand-key:before {
  content: "\e956";
}
.fi-rr-hand-lizard:before {
  content: "\e957";
}
.fi-rr-hand-love:before {
  content: "\e958";
}
.fi-rr-hand-middle-finger:before {
  content: "\e959";
}
.fi-rr-hand-paper:before {
  content: "\e95a";
}
.fi-rr-hand-peace:before {
  content: "\e95b";
}
.fi-rr-hand-point-ribbon:before {
  content: "\e95c";
}
.fi-rr-hand-present:before {
  content: "\e95d";
}
.fi-rr-hand-scissors:before {
  content: "\e95e";
}
.fi-rr-hand-sparkles:before {
  content: "\e95f";
}
.fi-rr-hand-spock:before {
  content: "\e960";
}
.fi-rr-hand-wave:before {
  content: "\e961";
}
.fi-rr-hand-zoom-in:before {
  content: "\e962";
}
.fi-rr-handcuffed-hands:before {
  content: "\e963";
}
.fi-rr-handcuffs:before {
  content: "\e964";
}
.fi-rr-handmade:before {
  content: "\e965";
}
.fi-rr-hands-brain:before {
  content: "\e966";
}
.fi-rr-hands-bubbles:before {
  content: "\e967";
}
.fi-rr-hands-clapping:before {
  content: "\e968";
}
.fi-rr-hands-heart:before {
  content: "\e969";
}
.fi-rr-hands-holding:before {
  content: "\e96a";
}
.fi-rr-hands-holding-child:before {
  content: "\e96b";
}
.fi-rr-hands-holding-diamond:before {
  content: "\e96c";
}
.fi-rr-hands-together:before {
  content: "\e96d";
}
.fi-rr-hands-together-heart:before {
  content: "\e96e";
}
.fi-rr-hands-typing-keyboard:before {
  content: "\e96f";
}
.fi-rr-hands-usd:before {
  content: "\e971";
}
.fi-rr-handshake:before {
  content: "\e972";
}
.fi-rr-handshake-angle:before {
  content: "\e973";
}
.fi-rr-handshake-deal-loan:before {
  content: "\e974";
}
.fi-rr-handshake-house:before {
  content: "\e975";
}
.fi-rr-handshake-simple-slash:before {
  content: "\e976";
}
.fi-rr-handshake-trust:before {
  content: "\e977";
}
.fi-rr-handstand:before {
  content: "\e978";
}
.fi-rr-hanukiah:before {
  content: "\e979";
}
.fi-rr-hard-disk-scan:before {
  content: "\e97b";
}
.fi-rr-hard-drive:before {
  content: "\e97c";
}
.fi-rr-hard-hat:before {
  content: "\e97d";
}
.fi-rr-harp:before {
  content: "\e97e";
}
.fi-rr-hashtag-lock:before {
  content: "\e981";
}
.fi-rr-hastag:before {
  content: "\e983";
}
.fi-rr-hat-beach:before {
  content: "\e984";
}
.fi-rr-hat-birthday:before {
  content: "\e985";
}
.fi-rr-hat-chef:before {
  content: "\e986";
}
.fi-rr-hat-cowboy:before {
  content: "\e987";
}
.fi-rr-hat-cowboy-side:before {
  content: "\e988";
}
.fi-rr-hat-santa:before {
  content: "\e989";
}
.fi-rr-hat-winter:before {
  content: "\e98a";
}
.fi-rr-hat-witch:before {
  content: "\e98b";
}
.fi-rr-hat-wizard:before {
  content: "\e98c";
}
.fi-rr-haute-cuisine:before {
  content: "\e98d";
}
.fi-rr-hdd:before {
  content: "\e98f";
}
.fi-rr-head-side:before {
  content: "\e990";
}
.fi-rr-head-side-brain:before {
  content: "\e991";
}
.fi-rr-head-side-cough:before {
  content: "\e992";
}
.fi-rr-head-side-cough-slash:before {
  content: "\e993";
}
.fi-rr-head-side-headphones:before {
  content: "\e994";
}
.fi-rr-head-side-heart:before {
  content: "\e995";
}
.fi-rr-head-side-mask:before {
  content: "\e996";
}
.fi-rr-head-side-medical:before {
  content: "\e997";
}
.fi-rr-head-side-thinking:before {
  content: "\e998";
}
.fi-rr-head-side-virus:before {
  content: "\e999";
}
.fi-rr-head-vr:before {
  content: "\e99a";
}
.fi-rr-headache:before {
  content: "\e99b";
}
.fi-rr-heading:before {
  content: "\e99c";
}
.fi-rr-headphones:before {
  content: "\e99d";
}
.fi-rr-headphones-rhythm:before {
  content: "\e99e";
}
.fi-rr-headset:before {
  content: "\e99f";
}
.fi-rr-heart:before {
  content: "\e9a1";
}
.fi-rr-heart-arrow:before {
  content: "\e9a2";
}
.fi-rr-heart-brain:before {
  content: "\e9a3";
}
.fi-rr-heart-circle-user:before {
  content: "\e9a4";
}
.fi-rr-heart-crack:before {
  content: "\e9a5";
}
.fi-rr-heart-half:before {
  content: "\e9a6";
}
.fi-rr-heart-half-stroke:before {
  content: "\e9a7";
}
.fi-rr-heart-health-muscle:before {
  content: "\e9a8";
}
.fi-rr-heart-lock:before {
  content: "\e9a9";
}
.fi-rr-heart-partner-handshake:before {
  content: "\e9aa";
}
.fi-rr-heart-rate:before {
  content: "\e9ab";
}
.fi-rr-heart-slash:before {
  content: "\e9ac";
}
.fi-rr-heart-upside-down:before {
  content: "\e9ad";
}
.fi-rr-heat:before {
  content: "\e9ae";
}
.fi-rr-helicopter-side:before {
  content: "\e9af";
}
.fi-rr-helmet-battle:before {
  content: "\e9b0";
}
.fi-rr-hermit-crab:before {
  content: "\e9b1";
}
.fi-rr-hexagon:before {
  content: "\e9b2";
}
.fi-rr-hexagon-check:before {
  content: "\e9b3";
}
.fi-rr-hexagon-divide:before {
  content: "\e9b4";
}
.fi-rr-hexagon-exclamation:before {
  content: "\e9b5";
}
.fi-rr-high-definition:before {
  content: "\e9b7";
}
.fi-rr-high-five:before {
  content: "\e9b8";
}
.fi-rr-high-five-celebration-yes:before {
  content: "\e9b9";
}
.fi-rr-highlighter:before {
  content: "\e9bb";
}
.fi-rr-highlighter-line:before {
  content: "\e9bc";
}
.fi-rr-hiking:before {
  content: "\e9bd";
}
.fi-rr-hiking-boot:before {
  content: "\e9be";
}
.fi-rr-hill-avalanche:before {
  content: "\e9bf";
}
.fi-rr-hill-rockslide:before {
  content: "\e9c0";
}
.fi-rr-hippie:before {
  content: "\e9c2";
}
.fi-rr-hippo:before {
  content: "\e9c3";
}
.fi-rr-hockey-puck:before {
  content: "\e9c5";
}
.fi-rr-hockey-stick-puck:before {
  content: "\e9c6";
}
.fi-rr-hockey-sticks:before {
  content: "\e9c7";
}
.fi-rr-holding-hand-brain:before {
  content: "\e9c8";
}
.fi-rr-holding-hand-delivery:before {
  content: "\e9c9";
}
.fi-rr-holding-hand-dinner:before {
  content: "\e9ca";
}
.fi-rr-holding-hand-direction:before {
  content: "\e9cb";
}
.fi-rr-holding-hand-gear:before {
  content: "\e9cc";
}
.fi-rr-holding-hand-key:before {
  content: "\e9cd";
}
.fi-rr-holding-hand-nft:before {
  content: "\e9ce";
}
.fi-rr-holding-hand-pizza-box:before {
  content: "\e9cf";
}
.fi-rr-holding-hand-revenue:before {
  content: "\e9d0";
}
.fi-rr-holly-berry:before {
  content: "\e9d1";
}
.fi-rr-home:before {
  content: "\e9d2";
}
.fi-rr-home-control-app:before {
  content: "\e9d4";
}
.fi-rr-home-heart:before {
  content: "\e9d5";
}
.fi-rr-home-location:before {
  content: "\e9d6";
}
.fi-rr-home-location-alt:before {
  content: "\e9d7";
}
.fi-rr-home-robot:before {
  content: "\e9d8";
}
.fi-rr-home-settings:before {
  content: "\e9d9";
}
.fi-rr-home-wifi-phone:before {
  content: "\e9da";
}
.fi-rr-homework:before {
  content: "\e9dc";
}
.fi-rr-honey-pot:before {
  content: "\e9dd";
}
.fi-rr-hood-cloak:before {
  content: "\e9de";
}
.fi-rr-hook:before {
  content: "\e9df";
}
.fi-rr-horizontal-rule:before {
  content: "\e9e0";
}
.fi-rr-horse:before {
  content: "\e9e1";
}
.fi-rr-horse-head:before {
  content: "\e9e2";
}
.fi-rr-horse-saddle:before {
  content: "\e9e3";
}
.fi-rr-horseshoe:before {
  content: "\e9e4";
}
.fi-rr-horseshoe-broken:before {
  content: "\e9e5";
}
.fi-rr-hose:before {
  content: "\e9e6";
}
.fi-rr-hose-reel:before {
  content: "\e9e7";
}
.fi-rr-hospital:before {
  content: "\e9e8";
}
.fi-rr-hospital-bed:before {
  content: "\e9e9";
}
.fi-rr-hospital-symbol:before {
  content: "\e9ea";
}
.fi-rr-hospital-user:before {
  content: "\e9eb";
}
.fi-rr-hospitals:before {
  content: "\e9ec";
}
.fi-rr-hot-tub:before {
  content: "\e9ed";
}
.fi-rr-hotdog:before {
  content: "\e9ee";
}
.fi-rr-hotel:before {
  content: "\e9ef";
}
.fi-rr-hotel-room-key:before {
  content: "\e9f0";
}
.fi-rr-hourglass:before {
  content: "\e9f2";
}
.fi-rr-hourglass-end:before {
  content: "\e9f3";
}
.fi-rr-hourglass-start:before {
  content: "\e9f4";
}
.fi-rr-house-blank:before {
  content: "\e9f5";
}
.fi-rr-house-building:before {
  content: "\e9f6";
}
.fi-rr-house-chimney:before {
  content: "\e9f7";
}
.fi-rr-house-chimney-blank:before {
  content: "\e9f8";
}
.fi-rr-house-chimney-crack:before {
  content: "\e9f9";
}
.fi-rr-house-chimney-heart:before {
  content: "\e9fa";
}
.fi-rr-house-chimney-medical:before {
  content: "\e9fb";
}
.fi-rr-house-chimney-user:before {
  content: "\e9fc";
}
.fi-rr-house-chimney-window:before {
  content: "\e9fd";
}
.fi-rr-house-circle-check:before {
  content: "\e9fe";
}
.fi-rr-house-circle-exclamation:before {
  content: "\e9ff";
}
.fi-rr-house-circle-xmark:before {
  content: "\ea00";
}
.fi-rr-house-crack:before {
  content: "\ea01";
}
.fi-rr-house-crack-alt:before {
  content: "\ea02";
}
.fi-rr-house-day:before {
  content: "\ea03";
}
.fi-rr-house-fire:before {
  content: "\ea04";
}
.fi-rr-house-flag:before {
  content: "\ea05";
}
.fi-rr-house-flood:before {
  content: "\ea06";
}
.fi-rr-house-hand:before {
  content: "\ea07";
}
.fi-rr-house-hands:before {
  content: "\ea08";
}
.fi-rr-house-key:before {
  content: "\ea09";
}
.fi-rr-house-laptop:before {
  content: "\ea0a";
}
.fi-rr-house-leave:before {
  content: "\ea0b";
}
.fi-rr-house-lock:before {
  content: "\ea0c";
}
.fi-rr-house-medical:before {
  content: "\ea0d";
}
.fi-rr-house-night:before {
  content: "\ea0e";
}
.fi-rr-house-return:before {
  content: "\ea0f";
}
.fi-rr-house-signal:before {
  content: "\ea10";
}
.fi-rr-house-tree:before {
  content: "\ea11";
}
.fi-rr-house-tsunami:before {
  content: "\ea12";
}
.fi-rr-house-turret:before {
  content: "\ea13";
}
.fi-rr-house-unlock:before {
  content: "\ea14";
}
.fi-rr-house-user:before {
  content: "\ea15";
}
.fi-rr-house-window:before {
  content: "\ea16";
}
.fi-rr-hr:before {
  content: "\ea17";
}
.fi-rr-hr-group:before {
  content: "\ea18";
}
.fi-rr-hr-management:before {
  content: "\ea19";
}
.fi-rr-hr-person:before {
  content: "\ea1a";
}
.fi-rr-hryvnia:before {
  content: "\ea1b";
}
.fi-rr-html-file:before {
  content: "\ea1c";
}
.fi-rr-hug-tree:before {
  content: "\ea20";
}
.fi-rr-humanitarian-mission:before {
  content: "\ea21";
}
.fi-rr-humidity:before {
  content: "\ea22";
}
.fi-rr-hundred-points:before {
  content: "\ea23";
}
.fi-rr-hurricane:before {
  content: "\ea24";
}
.fi-rr-hydroalcoholic-gel:before {
  content: "\ea25";
}
.fi-rr-hyperloop:before {
  content: "\ea26";
}
.fi-rr-i:before {
  content: "\ea28";
}
.fi-rr-ice-cream:before {
  content: "\ea2a";
}
.fi-rr-ice-skate:before {
  content: "\ea2b";
}
.fi-rr-icicles:before {
  content: "\ea2c";
}
.fi-rr-icon-star:before {
  content: "\ea2d";
}
.fi-rr-id-badge:before {
  content: "\ea2f";
}
.fi-rr-id-card:before {
  content: "\ea30";
}
.fi-rr-id-card-clip-alt:before {
  content: "\ea31";
}
.fi-rr-idea-exchange:before {
  content: "\ea32";
}
.fi-rr-igloo:before {
  content: "\ea34";
}
.fi-rr-image-slash:before {
  content: "\ea37";
}
.fi-rr-images:before {
  content: "\ea38";
}
.fi-rr-images-user:before {
  content: "\ea39";
}
.fi-rr-immunity:before {
  content: "\ea3b";
}
.fi-rr-improve-user:before {
  content: "\ea3c";
}
.fi-rr-improvement:before {
  content: "\ea3d";
}
.fi-rr-inbox:before {
  content: "\ea3e";
}
.fi-rr-inbox-full:before {
  content: "\ea3f";
}
.fi-rr-inbox-in:before {
  content: "\ea40";
}
.fi-rr-inbox-out:before {
  content: "\ea41";
}
.fi-rr-inboxes:before {
  content: "\ea42";
}
.fi-rr-incense-sticks-yoga:before {
  content: "\ea43";
}
.fi-rr-incognito:before {
  content: "\ea44";
}
.fi-rr-indent:before {
  content: "\ea46";
}
.fi-rr-india-map:before {
  content: "\ea48";
}
.fi-rr-indian-rupee-sign:before {
  content: "\ea49";
}
.fi-rr-industrial-pollution:before {
  content: "\ea4a";
}
.fi-rr-industry-alt:before {
  content: "\ea4b";
}
.fi-rr-industry-windows:before {
  content: "\ea4c";
}
.fi-rr-infinite-cycle:before {
  content: "\ea4d";
}
.fi-rr-infinity:before {
  content: "\ea4e";
}
.fi-rr-info:before {
  content: "\ea4f";
}
.fi-rr-info-guide:before {
  content: "\ea50";
}
.fi-rr-information:before {
  content: "\ea51";
}
.fi-rr-inhaler:before {
  content: "\ea52";
}
.fi-rr-input-numeric:before {
  content: "\ea54";
}
.fi-rr-input-pipe:before {
  content: "\ea55";
}
.fi-rr-input-text:before {
  content: "\ea56";
}
.fi-rr-insert:before {
  content: "\ea57";
}
.fi-rr-insert-alt:before {
  content: "\ea58";
}
.fi-rr-insert-arrows:before {
  content: "\ea59";
}
.fi-rr-insert-button-circle:before {
  content: "\ea5a";
}
.fi-rr-insert-credit-card:before {
  content: "\ea5b";
}
.fi-rr-insert-square:before {
  content: "\ea5c";
}
.fi-rr-insight:before {
  content: "\ea5d";
}
.fi-rr-insight-alt:before {
  content: "\ea5e";
}
.fi-rr-insight-head:before {
  content: "\ea5f";
}
.fi-rr-insomnia:before {
  content: "\ea60";
}
.fi-rr-insurance:before {
  content: "\ea64";
}
.fi-rr-integral:before {
  content: "\ea66";
}
.fi-rr-interactive:before {
  content: "\ea6a";
}
.fi-rr-interlining:before {
  content: "\ea6b";
}
.fi-rr-internet-security:before {
  content: "\ea6c";
}
.fi-rr-internet-speed-wifi:before {
  content: "\ea6d";
}
.fi-rr-interpersonal-skill:before {
  content: "\ea6e";
}
.fi-rr-interrogation:before {
  content: "\ea6f";
}
.fi-rr-intersection:before {
  content: "\ea70";
}
.fi-rr-introduction:before {
  content: "\ea71";
}
.fi-rr-introduction-handshake:before {
  content: "\ea72";
}
.fi-rr-inventory-alt:before {
  content: "\ea73";
}
.fi-rr-invest:before {
  content: "\ea74";
}
.fi-rr-investment:before {
  content: "\ea75";
}
.fi-rr-investor:before {
  content: "\ea76";
}
.fi-rr-invite:before {
  content: "\ea78";
}
.fi-rr-invite-alt:before {
  content: "\ea79";
}
.fi-rr-iot:before {
  content: "\ea7a";
}
.fi-rr-iot-alt:before {
  content: "\ea7b";
}
.fi-rr-ip-address:before {
  content: "\ea7c";
}
.fi-rr-iron:before {
  content: "\ea7d";
}
.fi-rr-island-tropical:before {
  content: "\ea7e";
}
.fi-rr-iso-file:before {
  content: "\ea7f";
}
.fi-rr-issue-loupe:before {
  content: "\ea80";
}
.fi-rr-it:before {
  content: "\ea81";
}
.fi-rr-it-alt:before {
  content: "\ea82";
}
.fi-rr-it-computer:before {
  content: "\ea83";
}
.fi-rr-italian:before {
  content: "\ea84";
}
.fi-rr-italian-coffee-maker:before {
  content: "\ea85";
}
.fi-rr-italian-lira-sign:before {
  content: "\ea86";
}
.fi-rr-italic:before {
  content: "\ea87";
}
.fi-rr-j:before {
  content: "\ea89";
}
.fi-rr-jam:before {
  content: "\ea8b";
}
.fi-rr-january-calendar:before {
  content: "\ea8d";
}
.fi-rr-japanese:before {
  content: "\ea8e";
}
.fi-rr-jar-alt:before {
  content: "\ea8f";
}
.fi-rr-jar-wheat:before {
  content: "\ea90";
}
.fi-rr-javascript:before {
  content: "\ea92";
}
.fi-rr-joint:before {
  content: "\ea96";
}
.fi-rr-joker:before {
  content: "\ea97";
}
.fi-rr-journal:before {
  content: "\ea99";
}
.fi-rr-journal-alt:before {
  content: "\ea9a";
}
.fi-rr-journey:before {
  content: "\ea9b";
}
.fi-rr-joystick:before {
  content: "\ea9c";
}
.fi-rr-jpg:before {
  content: "\ea9d";
}
.fi-rr-json-file:before {
  content: "\eaa0";
}
.fi-rr-judge:before {
  content: "\eaa1";
}
.fi-rr-jug:before {
  content: "\eaa2";
}
.fi-rr-jug-alt:before {
  content: "\eaa3";
}
.fi-rr-jug-bottle:before {
  content: "\eaa4";
}
.fi-rr-july-calendar:before {
  content: "\eaa5";
}
.fi-rr-jumping-rope:before {
  content: "\eaa6";
}
.fi-rr-june-calendar:before {
  content: "\eaa7";
}
.fi-rr-jury:before {
  content: "\eaa8";
}
.fi-rr-k:before {
  content: "\eaa9";
}
.fi-rr-k-pop:before {
  content: "\eaaa";
}
.fi-rr-k-pop-headphones:before {
  content: "\eaab";
}
.fi-rr-k-pop-microphone:before {
  content: "\eaac";
}
.fi-rr-kaaba:before {
  content: "\eaad";
}
.fi-rr-kangaroo:before {
  content: "\eaae";
}
.fi-rr-kayak:before {
  content: "\eaaf";
}
.fi-rr-kazoo:before {
  content: "\eab0";
}
.fi-rr-kerning:before {
  content: "\eab1";
}
.fi-rr-key:before {
  content: "\eab2";
}
.fi-rr-key-car:before {
  content: "\eab3";
}
.fi-rr-key-hole:before {
  content: "\eab4";
}
.fi-rr-key-lock-crypto:before {
  content: "\eab5";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\eab7";
}
.fi-rr-keyboard:before {
  content: "\eab8";
}
.fi-rr-keyboard-brightness:before {
  content: "\eab9";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\eaba";
}
.fi-rr-keyboard-down:before {
  content: "\eabb";
}
.fi-rr-keyboard-finger:before {
  content: "\eabc";
}
.fi-rr-keyboard-left:before {
  content: "\eabd";
}
.fi-rr-keynote:before {
  content: "\eabe";
}
.fi-rr-khanda:before {
  content: "\eabf";
}
.fi-rr-kidneys:before {
  content: "\eac1";
}
.fi-rr-kimchi:before {
  content: "\eac2";
}
.fi-rr-kip-sign:before {
  content: "\eac4";
}
.fi-rr-kiss:before {
  content: "\eac5";
}
.fi-rr-kiss-beam:before {
  content: "\eac6";
}
.fi-rr-kiss-wink-heart:before {
  content: "\eac7";
}
.fi-rr-kitchen-set:before {
  content: "\eac8";
}
.fi-rr-kite:before {
  content: "\eac9";
}
.fi-rr-kiwi-bird:before {
  content: "\eaca";
}
.fi-rr-kiwi-fruit:before {
  content: "\eacb";
}
.fi-rr-knee-joint:before {
  content: "\eacc";
}
.fi-rr-knife:before {
  content: "\eacd";
}
.fi-rr-knife-kitchen:before {
  content: "\eace";
}
.fi-rr-knitting:before {
  content: "\ead0";
}
.fi-rr-knot-rope:before {
  content: "\ead1";
}
.fi-rr-korean:before {
  content: "\ead3";
}
.fi-rr-kpi:before {
  content: "\ead4";
}
.fi-rr-kpi-evaluation:before {
  content: "\ead5";
}
.fi-rr-l:before {
  content: "\ead6";
}
.fi-rr-lab-coat:before {
  content: "\ead7";
}
.fi-rr-label:before {
  content: "\ead8";
}
.fi-rr-lacrosse-stick:before {
  content: "\ead9";
}
.fi-rr-lacrosse-stick-ball:before {
  content: "\eada";
}
.fi-rr-ladder:before {
  content: "\eadb";
}
.fi-rr-lambda:before {
  content: "\eadc";
}
.fi-rr-lamp:before {
  content: "\eadd";
}
.fi-rr-lamp-desk:before {
  content: "\eade";
}
.fi-rr-lamp-desk-on:before {
  content: "\eadf";
}
.fi-rr-lamp-floor:before {
  content: "\eae0";
}
.fi-rr-lamp-street:before {
  content: "\eae1";
}
.fi-rr-land-layer-location:before {
  content: "\eae2";
}
.fi-rr-land-layers:before {
  content: "\eae3";
}
.fi-rr-land-location:before {
  content: "\eae4";
}
.fi-rr-land-mine-on:before {
  content: "\eae5";
}
.fi-rr-landmark-alt:before {
  content: "\eae6";
}
.fi-rr-language:before {
  content: "\eae7";
}
.fi-rr-language-exchange:before {
  content: "\eae8";
}
.fi-rr-lanterns:before {
  content: "\eaeb";
}
.fi-rr-laptop:before {
  content: "\eaec";
}
.fi-rr-laptop-arrow-down:before {
  content: "\eaed";
}
.fi-rr-laptop-binary:before {
  content: "\eaee";
}
.fi-rr-laptop-code:before {
  content: "\eaef";
}
.fi-rr-laptop-dollar:before {
  content: "\eaf0";
}
.fi-rr-laptop-lock:before {
  content: "\eaf1";
}
.fi-rr-laptop-medical:before {
  content: "\eaf2";
}
.fi-rr-laptop-mobile:before {
  content: "\eaf3";
}
.fi-rr-laptop-refresh:before {
  content: "\eaf4";
}
.fi-rr-laptop-shield:before {
  content: "\eaf5";
}
.fi-rr-laptop-signal:before {
  content: "\eaf6";
}
.fi-rr-laptop-slash:before {
  content: "\eaf7";
}
.fi-rr-lari-sign:before {
  content: "\eaf8";
}
.fi-rr-lasso:before {
  content: "\eaf9";
}
.fi-rr-lasso-sparkles:before {
  content: "\eafa";
}
.fi-rr-last-square:before {
  content: "\eafb";
}
.fi-rr-laugh:before {
  content: "\eafc";
}
.fi-rr-laugh-beam:before {
  content: "\eafd";
}
.fi-rr-laugh-squint:before {
  content: "\eafe";
}
.fi-rr-laugh-wink:before {
  content: "\eaff";
}
.fi-rr-launch:before {
  content: "\eb00";
}
.fi-rr-laurel-user:before {
  content: "\eb01";
}
.fi-rr-law-book:before {
  content: "\eb02";
}
.fi-rr-lawyer-man:before {
  content: "\eb03";
}
.fi-rr-lawyer-woman:before {
  content: "\eb04";
}
.fi-rr-layer-minus:before {
  content: "\eb05";
}
.fi-rr-layer-plus:before {
  content: "\eb06";
}
.fi-rr-layers:before {
  content: "\eb07";
}
.fi-rr-layout-fluid:before {
  content: "\eb08";
}
.fi-rr-lead:before {
  content: "\eb09";
}
.fi-rr-lead-funnel:before {
  content: "\eb0a";
}
.fi-rr-lead-management:before {
  content: "\eb0b";
}
.fi-rr-leader:before {
  content: "\eb0c";
}
.fi-rr-leader-alt:before {
  content: "\eb0d";
}
.fi-rr-leader-speech:before {
  content: "\eb0e";
}
.fi-rr-leaderboard:before {
  content: "\eb0f";
}
.fi-rr-leaderboard-alt:before {
  content: "\eb10";
}
.fi-rr-leaderboard-trophy:before {
  content: "\eb11";
}
.fi-rr-leadership:before {
  content: "\eb12";
}
.fi-rr-leadership-alt:before {
  content: "\eb13";
}
.fi-rr-leaf:before {
  content: "\eb14";
}
.fi-rr-leaf-heart:before {
  content: "\eb15";
}
.fi-rr-leaf-maple:before {
  content: "\eb16";
}
.fi-rr-leaf-oak:before {
  content: "\eb17";
}
.fi-rr-leafy-green:before {
  content: "\eb18";
}
.fi-rr-leave:before {
  content: "\eb19";
}
.fi-rr-left:before {
  content: "\eb1a";
}
.fi-rr-left-from-bracket:before {
  content: "\eb1b";
}
.fi-rr-legal:before {
  content: "\eb1c";
}
.fi-rr-legal-aid:before {
  content: "\eb1d";
}
.fi-rr-legal-case:before {
  content: "\eb1e";
}
.fi-rr-legal-document:before {
  content: "\eb1f";
}
.fi-rr-legal-fees:before {
  content: "\eb20";
}
.fi-rr-lemon:before {
  content: "\eb21";
}
.fi-rr-lemongrass:before {
  content: "\eb22";
}
.fi-rr-lesbian-couple:before {
  content: "\eb23";
}
.fi-rr-less-than:before {
  content: "\eb24";
}
.fi-rr-less-than-equal:before {
  content: "\eb25";
}
.fi-rr-lesson:before {
  content: "\eb26";
}
.fi-rr-lesson-class:before {
  content: "\eb27";
}
.fi-rr-letter-case:before {
  content: "\eb29";
}
.fi-rr-lettuce:before {
  content: "\eb2a";
}
.fi-rr-level-down:before {
  content: "\eb2b";
}
.fi-rr-level-down-alt:before {
  content: "\eb2c";
}
.fi-rr-level-up:before {
  content: "\eb2d";
}
.fi-rr-level-up-alt:before {
  content: "\eb2e";
}
.fi-rr-license:before {
  content: "\eb2f";
}
.fi-rr-life:before {
  content: "\eb30";
}
.fi-rr-life-ring:before {
  content: "\eb31";
}
.fi-rr-lift:before {
  content: "\eb32";
}
.fi-rr-light-ceiling:before {
  content: "\eb33";
}
.fi-rr-light-emergency:before {
  content: "\eb34";
}
.fi-rr-light-emergency-on:before {
  content: "\eb35";
}
.fi-rr-light-mode-alt:before {
  content: "\eb36";
}
.fi-rr-light-switch:before {
  content: "\eb37";
}
.fi-rr-light-switch-off:before {
  content: "\eb38";
}
.fi-rr-light-switch-on:before {
  content: "\eb39";
}
.fi-rr-lightbulb-cfl:before {
  content: "\eb3a";
}
.fi-rr-lightbulb-cfl-on:before {
  content: "\eb3b";
}
.fi-rr-lightbulb-dollar:before {
  content: "\eb3d";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\eb3e";
}
.fi-rr-lightbulb-head:before {
  content: "\eb41";
}
.fi-rr-lightbulb-message:before {
  content: "\eb42";
}
.fi-rr-lightbulb-on:before {
  content: "\eb43";
}
.fi-rr-lightbulb-question:before {
  content: "\eb44";
}
.fi-rr-lightbulb-setting:before {
  content: "\eb45";
}
.fi-rr-lightbulb-slash:before {
  content: "\eb46";
}
.fi-rr-lighthouse:before {
  content: "\eb48";
}
.fi-rr-lights-holiday:before {
  content: "\eb49";
}
.fi-rr-limit-hand:before {
  content: "\eb4a";
}
.fi-rr-limit-speedometer:before {
  content: "\eb4b";
}
.fi-rr-line-width:before {
  content: "\eb4d";
}
.fi-rr-link:before {
  content: "\eb4e";
}
.fi-rr-link-alt:before {
  content: "\eb4f";
}
.fi-rr-link-horizontal:before {
  content: "\eb50";
}
.fi-rr-link-horizontal-slash:before {
  content: "\eb51";
}
.fi-rr-link-slash:before {
  content: "\eb52";
}
.fi-rr-link-slash-alt:before {
  content: "\eb53";
}
.fi-rr-lion:before {
  content: "\eb55";
}
.fi-rr-lion-head:before {
  content: "\eb56";
}
.fi-rr-lips:before {
  content: "\eb57";
}
.fi-rr-lips-silence:before {
  content: "\eb58";
}
.fi-rr-lipstick:before {
  content: "\eb59";
}
.fi-rr-lira-sign:before {
  content: "\eb5a";
}
.fi-rr-list:before {
  content: "\eb5c";
}
.fi-rr-list-check:before {
  content: "\eb5d";
}
.fi-rr-list-dropdown:before {
  content: "\eb5e";
}
.fi-rr-list-music:before {
  content: "\eb5f";
}
.fi-rr-list-timeline:before {
  content: "\eb60";
}
.fi-rr-list-tree:before {
  content: "\eb61";
}
.fi-rr-litecoin-sign:before {
  content: "\eb64";
}
.fi-rr-live:before {
  content: "\eb65";
}
.fi-rr-live-alt:before {
  content: "\eb66";
}
.fi-rr-loading:before {
  content: "\eb67";
}
.fi-rr-loan:before {
  content: "\eb68";
}
.fi-rr-lobster:before {
  content: "\eb69";
}
.fi-rr-location-alt:before {
  content: "\eb6b";
}
.fi-rr-location-arrow:before {
  content: "\eb6c";
}
.fi-rr-location-crosshairs:before {
  content: "\eb6d";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\eb6e";
}
.fi-rr-location-dot-slash:before {
  content: "\eb6f";
}
.fi-rr-location-exclamation:before {
  content: "\eb70";
}
.fi-rr-location-lock:before {
  content: "\eb71";
}
.fi-rr-location-pin-call:before {
  content: "\eb73";
}
.fi-rr-lock:before {
  content: "\eb79";
}
.fi-rr-lock-alt:before {
  content: "\eb7a";
}
.fi-rr-lock-hashtag:before {
  content: "\eb7b";
}
.fi-rr-lock-open-alt:before {
  content: "\eb7c";
}
.fi-rr-locust:before {
  content: "\eb7d";
}
.fi-rr-log-file:before {
  content: "\eb7e";
}
.fi-rr-login:before {
  content: "\eb80";
}
.fi-rr-login-lock:before {
  content: "\eb81";
}
.fi-rr-logo:before {
  content: "\eb82";
}
.fi-rr-longboard:before {
  content: "\eb83";
}
.fi-rr-loop-square:before {
  content: "\eb85";
}
.fi-rr-loveseat:before {
  content: "\eb89";
}
.fi-rr-low-vision:before {
  content: "\eb8a";
}
.fi-rr-lower-back:before {
  content: "\eb8b";
}
.fi-rr-luchador:before {
  content: "\eb8c";
}
.fi-rr-luggage-cart:before {
  content: "\eb8d";
}
.fi-rr-luggage-rolling:before {
  content: "\eb8e";
}
.fi-rr-lunch-box:before {
  content: "\eb8f";
}
.fi-rr-lung-cancer:before {
  content: "\eb90";
}
.fi-rr-lung-ribbon:before {
  content: "\eb91";
}
.fi-rr-lungs:before {
  content: "\eb92";
}
.fi-rr-lungs-virus:before {
  content: "\eb93";
}
.fi-rr-m:before {
  content: "\eb94";
}
.fi-rr-macarons:before {
  content: "\eb95";
}
.fi-rr-mace:before {
  content: "\eb96";
}
.fi-rr-machine-learning:before {
  content: "\eb97";
}
.fi-rr-magic-wand:before {
  content: "\eb9d";
}
.fi-rr-magnet:before {
  content: "\eb9e";
}
.fi-rr-magnet-energy:before {
  content: "\eb9f";
}
.fi-rr-magnet-user:before {
  content: "\eba0";
}
.fi-rr-magnifying-glass-binary:before {
  content: "\eba3";
}
.fi-rr-magnifying-glass-eye:before {
  content: "\eba4";
}
.fi-rr-magnifying-glass-play:before {
  content: "\eba5";
}
.fi-rr-magnifying-glass-wave:before {
  content: "\eba6";
}
.fi-rr-mail-hook:before {
  content: "\eba8";
}
.fi-rr-mail-malware:before {
  content: "\eba9";
}
.fi-rr-mail-plus-circle:before {
  content: "\ebaa";
}
.fi-rr-mailbox:before {
  content: "\ebab";
}
.fi-rr-mailbox-envelope:before {
  content: "\ebac";
}
.fi-rr-mailbox-flag-up:before {
  content: "\ebad";
}
.fi-rr-makeup-bag:before {
  content: "\ebb0";
}
.fi-rr-makeup-brush:before {
  content: "\ebb1";
}
.fi-rr-malware-circle:before {
  content: "\ebb4";
}
.fi-rr-malware-shield:before {
  content: "\ebb5";
}
.fi-rr-malware-square:before {
  content: "\ebb6";
}
.fi-rr-man-head:before {
  content: "\ebb7";
}
.fi-rr-man-scientist:before {
  content: "\ebb8";
}
.fi-rr-manat-sign:before {
  content: "\ebb9";
}
.fi-rr-mandolin:before {
  content: "\ebba";
}
.fi-rr-mango:before {
  content: "\ebbb";
}
.fi-rr-manhole:before {
  content: "\ebbc";
}
.fi-rr-manicure:before {
  content: "\ebbd";
}
.fi-rr-map:before {
  content: "\ebbe";
}
.fi-rr-map-location-track:before {
  content: "\ebbf";
}
.fi-rr-map-marker:before {
  content: "\ebc0";
}
.fi-rr-map-marker-check:before {
  content: "\ebc1";
}
.fi-rr-map-marker-cross:before {
  content: "\ebc2";
}
.fi-rr-map-marker-edit:before {
  content: "\ebc3";
}
.fi-rr-map-marker-home:before {
  content: "\ebc5";
}
.fi-rr-map-marker-minus:before {
  content: "\ebc6";
}
.fi-rr-map-marker-plus:before {
  content: "\ebc7";
}
.fi-rr-map-marker-question:before {
  content: "\ebc8";
}
.fi-rr-map-marker-slash:before {
  content: "\ebc9";
}
.fi-rr-map-marker-smile:before {
  content: "\ebca";
}
.fi-rr-map-pin:before {
  content: "\ebcb";
}
.fi-rr-map-point:before {
  content: "\ebcc";
}
.fi-rr-march-calendar:before {
  content: "\ebcd";
}
.fi-rr-marker:before {
  content: "\ebce";
}
.fi-rr-marker-hospital:before {
  content: "\ebcf";
}
.fi-rr-marker-time:before {
  content: "\ebd0";
}
.fi-rr-marketplace:before {
  content: "\ebd1";
}
.fi-rr-marketplace-alt:before {
  content: "\ebd2";
}
.fi-rr-marketplace-store:before {
  content: "\ebd3";
}
.fi-rr-marriage-proposal:before {
  content: "\ebd4";
}
.fi-rr-mars:before {
  content: "\ebd6";
}
.fi-rr-mars-and-venus-burst:before {
  content: "\ebd7";
}
.fi-rr-mars-double:before {
  content: "\ebd8";
}
.fi-rr-mars-stroke-right:before {
  content: "\ebd9";
}
.fi-rr-mars-stroke-up:before {
  content: "\ebda";
}
.fi-rr-martini-glass-citrus:before {
  content: "\ebdb";
}
.fi-rr-martini-glass-empty:before {
  content: "\ebdc";
}
.fi-rr-mascara:before {
  content: "\ebdd";
}
.fi-rr-mask:before {
  content: "\ebde";
}
.fi-rr-mask-carnival:before {
  content: "\ebdf";
}
.fi-rr-mask-face:before {
  content: "\ebe0";
}
.fi-rr-mask-snorkel:before {
  content: "\ebe1";
}
.fi-rr-massage:before {
  content: "\ebe2";
}
.fi-rr-master-plan:before {
  content: "\ebe3";
}
.fi-rr-master-plan-integrate:before {
  content: "\ebe4";
}
.fi-rr-match-fire:before {
  content: "\ebe5";
}
.fi-rr-mattress-pillow:before {
  content: "\ebe6";
}
.fi-rr-may-calendar:before {
  content: "\ebe7";
}
.fi-rr-measuring-tape:before {
  content: "\ebe9";
}
.fi-rr-meat:before {
  content: "\ebea";
}
.fi-rr-medal:before {
  content: "\ebeb";
}
.fi-rr-mediator:before {
  content: "\ebed";
}
.fi-rr-medical-star:before {
  content: "\ebee";
}
.fi-rr-medication:before {
  content: "\ebef";
}
.fi-rr-medicine:before {
  content: "\ebf0";
}
.fi-rr-meditation:before {
  content: "\ebf1";
}
.fi-rr-meeting:before {
  content: "\ebf3";
}
.fi-rr-meeting-alt:before {
  content: "\ebf4";
}
.fi-rr-megaphone:before {
  content: "\ebf5";
}
.fi-rr-megaphone-announcement-leader:before {
  content: "\ebf6";
}
.fi-rr-megaphone-magnifying-glass:before {
  content: "\ebf7";
}
.fi-rr-megaphone-sound-waves:before {
  content: "\ebf8";
}
.fi-rr-meh:before {
  content: "\ebf9";
}
.fi-rr-meh-blank:before {
  content: "\ebfa";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\ebfb";
}
.fi-rr-melon:before {
  content: "\ebfc";
}
.fi-rr-melon-alt:before {
  content: "\ebfd";
}
.fi-rr-member-list:before {
  content: "\ebfe";
}
.fi-rr-member-search:before {
  content: "\ebff";
}
.fi-rr-membership:before {
  content: "\ec00";
}
.fi-rr-membership-vip:before {
  content: "\ec01";
}
.fi-rr-memo:before {
  content: "\ec02";
}
.fi-rr-memo-circle-check:before {
  content: "\ec03";
}
.fi-rr-memo-pad:before {
  content: "\ec04";
}
.fi-rr-memory:before {
  content: "\ec05";
}
.fi-rr-memory-loss:before {
  content: "\ec06";
}
.fi-rr-men-swimsuit:before {
  content: "\ec07";
}
.fi-rr-menorah:before {
  content: "\ec08";
}
.fi-rr-menu-burger:before {
  content: "\ec09";
}
.fi-rr-menu-dots:before {
  content: "\ec0a";
}
.fi-rr-menu-dots-vertical:before {
  content: "\ec0b";
}
.fi-rr-menu-food:before {
  content: "\ec0c";
}
.fi-rr-mercury:before {
  content: "\ec0d";
}
.fi-rr-message-alert:before {
  content: "\ec0e";
}
.fi-rr-message-arrow-down:before {
  content: "\ec0f";
}
.fi-rr-message-arrow-up:before {
  content: "\ec10";
}
.fi-rr-message-arrow-up-right:before {
  content: "\ec11";
}
.fi-rr-message-bot:before {
  content: "\ec12";
}
.fi-rr-message-circle-refresh:before {
  content: "\ec13";
}
.fi-rr-message-code:before {
  content: "\ec14";
}
.fi-rr-message-dollar:before {
  content: "\ec15";
}
.fi-rr-message-heart:before {
  content: "\ec16";
}
.fi-rr-message-image:before {
  content: "\ec17";
}
.fi-rr-message-question:before {
  content: "\ec19";
}
.fi-rr-message-quote:before {
  content: "\ec1a";
}
.fi-rr-message-slash:before {
  content: "\ec1b";
}
.fi-rr-message-sms:before {
  content: "\ec1c";
}
.fi-rr-message-square-refresh:before {
  content: "\ec1d";
}
.fi-rr-message-star:before {
  content: "\ec1e";
}
.fi-rr-message-text:before {
  content: "\ec1f";
}
.fi-rr-message-xmark:before {
  content: "\ec20";
}
.fi-rr-messages:before {
  content: "\ec21";
}
.fi-rr-messages-dollar:before {
  content: "\ec22";
}
.fi-rr-messages-question:before {
  content: "\ec23";
}
.fi-rr-meteor:before {
  content: "\ec25";
}
.fi-rr-meter:before {
  content: "\ec26";
}
.fi-rr-meter-bolt:before {
  content: "\ec27";
}
.fi-rr-meter-droplet:before {
  content: "\ec28";
}
.fi-rr-meter-fire:before {
  content: "\ec29";
}
.fi-rr-method:before {
  content: "\ec2a";
}
.fi-rr-microchip:before {
  content: "\ec2b";
}
.fi-rr-microchip-ai:before {
  content: "\ec2c";
}
.fi-rr-microphone:before {
  content: "\ec2d";
}
.fi-rr-microphone-alt:before {
  content: "\ec2e";
}
.fi-rr-microphone-slash:before {
  content: "\ec32";
}
.fi-rr-microscope:before {
  content: "\ec33";
}
.fi-rr-microscope-bacteria:before {
  content: "\ec34";
}
.fi-rr-microwave:before {
  content: "\ec38";
}
.fi-rr-milk:before {
  content: "\ec39";
}
.fi-rr-milk-alt:before {
  content: "\ec3a";
}
.fi-rr-mill:before {
  content: "\ec3b";
}
.fi-rr-mill-sign:before {
  content: "\ec3c";
}
.fi-rr-mind-share:before {
  content: "\ec3d";
}
.fi-rr-minus:before {
  content: "\ec3e";
}
.fi-rr-minus-circle:before {
  content: "\ec3f";
}
.fi-rr-minus-hexagon:before {
  content: "\ec40";
}
.fi-rr-minus-small:before {
  content: "\ec41";
}
.fi-rr-mirror:before {
  content: "\ec43";
}
.fi-rr-mirror-user:before {
  content: "\ec44";
}
.fi-rr-mission:before {
  content: "\ec45";
}
.fi-rr-mistletoe:before {
  content: "\ec46";
}
.fi-rr-mix:before {
  content: "\ec47";
}
.fi-rr-mixer:before {
  content: "\ec48";
}
.fi-rr-mobile:before {
  content: "\ec49";
}
.fi-rr-mobile-4g:before {
  content: "\ec4a";
}
.fi-rr-mobile-5g:before {
  content: "\ec4b";
}
.fi-rr-mobile-app-cleaner:before {
  content: "\ec4c";
}
.fi-rr-mobile-button:before {
  content: "\ec4e";
}
.fi-rr-mobile-friendly:before {
  content: "\ec4f";
}
.fi-rr-mobile-hand:before {
  content: "\ec50";
}
.fi-rr-mobile-lock:before {
  content: "\ec51";
}
.fi-rr-mobile-message:before {
  content: "\ec52";
}
.fi-rr-mobile-notch:before {
  content: "\ec53";
}
.fi-rr-mockup:before {
  content: "\ec56";
}
.fi-rr-mode:before {
  content: "\ec57";
}
.fi-rr-mode-alt:before {
  content: "\ec58";
}
.fi-rr-mode-landscape:before {
  content: "\ec59";
}
.fi-rr-mode-portrait:before {
  content: "\ec5a";
}
.fi-rr-model-cube:before {
  content: "\ec5b";
}
.fi-rr-model-cube-arrows:before {
  content: "\ec5c";
}
.fi-rr-model-cube-space:before {
  content: "\ec5d";
}
.fi-rr-modular-home:before {
  content: "\ec5e";
}
.fi-rr-module:before {
  content: "\ec5f";
}
.fi-rr-monday:before {
  content: "\ec60";
}
.fi-rr-money:before {
  content: "\ec61";
}
.fi-rr-money-bill-simple:before {
  content: "\ec63";
}
.fi-rr-money-bill-transfer:before {
  content: "\ec64";
}
.fi-rr-money-bill-wave:before {
  content: "\ec65";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\ec66";
}
.fi-rr-money-bills:before {
  content: "\ec67";
}
.fi-rr-money-bills-simple:before {
  content: "\ec68";
}
.fi-rr-money-check:before {
  content: "\ec69";
}
.fi-rr-money-check-edit:before {
  content: "\ec6a";
}
.fi-rr-money-check-edit-alt:before {
  content: "\ec6b";
}
.fi-rr-money-coin-transfer:before {
  content: "\ec6c";
}
.fi-rr-money-from-bracket:before {
  content: "\ec6d";
}
.fi-rr-money-income:before {
  content: "\ec6f";
}
.fi-rr-money-laptop:before {
  content: "\ec70";
}
.fi-rr-money-safe-box:before {
  content: "\ec72";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\ec73";
}
.fi-rr-money-transfer-alt:before {
  content: "\ec74";
}
.fi-rr-money-transfer-coin-arrow:before {
  content: "\ec75";
}
.fi-rr-money-transfer-smartphone:before {
  content: "\ec76";
}
.fi-rr-money-wings:before {
  content: "\ec77";
}
.fi-rr-monitor-sun:before {
  content: "\ec78";
}
.fi-rr-monitor-water:before {
  content: "\ec79";
}
.fi-rr-monkey:before {
  content: "\ec7a";
}
.fi-rr-monstera:before {
  content: "\ec7b";
}
.fi-rr-monument:before {
  content: "\ec7c";
}
.fi-rr-moon:before {
  content: "\ec7d";
}
.fi-rr-moon-stars:before {
  content: "\ec7e";
}
.fi-rr-moped:before {
  content: "\ec7f";
}
.fi-rr-mortar-pestle:before {
  content: "\ec80";
}
.fi-rr-mortgage:before {
  content: "\ec81";
}
.fi-rr-mosque:before {
  content: "\ec82";
}
.fi-rr-mosque-alt:before {
  content: "\ec83";
}
.fi-rr-mosque-moon:before {
  content: "\ec84";
}
.fi-rr-mosquito:before {
  content: "\ec85";
}
.fi-rr-mosquito-net:before {
  content: "\ec86";
}
.fi-rr-motion-graphic:before {
  content: "\ec87";
}
.fi-rr-motorcycle:before {
  content: "\ec89";
}
.fi-rr-motorcycle-front:before {
  content: "\ec8a";
}
.fi-rr-motorcycle-helmet:before {
  content: "\ec8b";
}
.fi-rr-mound:before {
  content: "\ec8c";
}
.fi-rr-mountain:before {
  content: "\ec8d";
}
.fi-rr-mountain-city:before {
  content: "\ec8e";
}
.fi-rr-mountains:before {
  content: "\ec90";
}
.fi-rr-mouse:before {
  content: "\ec91";
}
.fi-rr-mouse-field:before {
  content: "\ec92";
}
.fi-rr-mouse-pointer-click:before {
  content: "\ec93";
}
.fi-rr-mouse-pointer-heart:before {
  content: "\ec94";
}
.fi-rr-moustache:before {
  content: "\ec95";
}
.fi-rr-mov-file:before {
  content: "\ec96";
}
.fi-rr-move-to-folder:before {
  content: "\ec97";
}
.fi-rr-move-to-folder-2:before {
  content: "\ec98";
}
.fi-rr-moving:before {
  content: "\ec99";
}
.fi-rr-mower:before {
  content: "\ec9a";
}
.fi-rr-mp3-file:before {
  content: "\ec9b";
}
.fi-rr-mp3-player:before {
  content: "\ec9c";
}
.fi-rr-mp4-file:before {
  content: "\ec9d";
}
.fi-rr-muffin:before {
  content: "\ec9e";
}
.fi-rr-mug:before {
  content: "\ec9f";
}
.fi-rr-mug-alt:before {
  content: "\eca0";
}
.fi-rr-mug-hot:before {
  content: "\eca1";
}
.fi-rr-mug-hot-alt:before {
  content: "\eca2";
}
.fi-rr-mug-marshmallows:before {
  content: "\eca3";
}
.fi-rr-mug-tea:before {
  content: "\eca4";
}
.fi-rr-mug-tea-alt:before {
  content: "\eca5";
}
.fi-rr-mug-tea-saucer:before {
  content: "\eca6";
}
.fi-rr-multiple:before {
  content: "\eca8";
}
.fi-rr-multiple-alt:before {
  content: "\eca9";
}
.fi-rr-multitasking:before {
  content: "\ecaa";
}
.fi-rr-muscle:before {
  content: "\ecab";
}
.fi-rr-museum:before {
  content: "\ecac";
}
.fi-rr-mushroom:before {
  content: "\ecad";
}
.fi-rr-mushroom-alt:before {
  content: "\ecae";
}
.fi-rr-mushroom-cloud:before {
  content: "\ecaf";
}
.fi-rr-music:before {
  content: "\ecb0";
}
.fi-rr-music-alt:before {
  content: "\ecb1";
}
.fi-rr-music-file:before {
  content: "\ecb3";
}
.fi-rr-music-magnifying-glass:before {
  content: "\ecb4";
}
.fi-rr-music-note:before {
  content: "\ecb5";
}
.fi-rr-music-note-slash:before {
  content: "\ecb6";
}
.fi-rr-music-slash:before {
  content: "\ecb7";
}
.fi-rr-n:before {
  content: "\ecb9";
}
.fi-rr-nail-art:before {
  content: "\ecba";
}
.fi-rr-nail-clipper:before {
  content: "\ecbb";
}
.fi-rr-naira-sign:before {
  content: "\ecbc";
}
.fi-rr-narwhal:before {
  content: "\ecbe";
}
.fi-rr-navigation:before {
  content: "\ecbf";
}
.fi-rr-nesting-dolls:before {
  content: "\ecc0";
}
.fi-rr-network:before {
  content: "\ecc3";
}
.fi-rr-network-analytic:before {
  content: "\ecc4";
}
.fi-rr-network-cloud:before {
  content: "\ecc5";
}
.fi-rr-network-firewall:before {
  content: "\ecc7";
}
.fi-rr-network-user:before {
  content: "\ecc8";
}
.fi-rr-neuter:before {
  content: "\ecc9";
}
.fi-rr-newsletter-subscribe:before {
  content: "\eccc";
}
.fi-rr-newspaper:before {
  content: "\eccd";
}
.fi-rr-newspaper-open:before {
  content: "\eccf";
}
.fi-rr-nfc:before {
  content: "\ecd0";
}
.fi-rr-nfc-lock:before {
  content: "\ecd1";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\ecd2";
}
.fi-rr-nfc-pen:before {
  content: "\ecd3";
}
.fi-rr-nfc-slash:before {
  content: "\ecd5";
}
.fi-rr-nfc-trash:before {
  content: "\ecd6";
}
.fi-rr-nft-square:before {
  content: "\ecd9";
}
.fi-rr-night-day:before {
  content: "\ecda";
}
.fi-rr-night-mode:before {
  content: "\ecdb";
}
.fi-rr-no-attention:before {
  content: "\ecdc";
}
.fi-rr-no-baby:before {
  content: "\ecdd";
}
.fi-rr-no-ball:before {
  content: "\ecde";
}
.fi-rr-no-child:before {
  content: "\ecdf";
}
.fi-rr-no-children:before {
  content: "\ece0";
}
.fi-rr-no-fee:before {
  content: "\ece1";
}
.fi-rr-no-food:before {
  content: "\ece2";
}
.fi-rr-no-food-circle:before {
  content: "\ece3";
}
.fi-rr-no-iron:before {
  content: "\ece4";
}
.fi-rr-no-pacifier:before {
  content: "\ece5";
}
.fi-rr-no-people:before {
  content: "\ece6";
}
.fi-rr-no-play-football:before {
  content: "\ece7";
}
.fi-rr-no-smoking:before {
  content: "\ece8";
}
.fi-rr-no-vaping:before {
  content: "\ece9";
}
.fi-rr-no-vaping-circle:before {
  content: "\ecea";
}
.fi-rr-noise-cancelling-headphones:before {
  content: "\eced";
}
.fi-rr-noodles:before {
  content: "\ecee";
}
.fi-rr-nose:before {
  content: "\ecef";
}
.fi-rr-not-equal:before {
  content: "\ecf0";
}
.fi-rr-not-found:before {
  content: "\ecf1";
}
.fi-rr-not-found-alt:before {
  content: "\ecf2";
}
.fi-rr-not-found-magnifying-glass:before {
  content: "\ecf3";
}
.fi-rr-notary:before {
  content: "\ecf4";
}
.fi-rr-notdef:before {
  content: "\ecf5";
}
.fi-rr-note:before {
  content: "\ecf6";
}
.fi-rr-note-medical:before {
  content: "\ecf7";
}
.fi-rr-note-sticky:before {
  content: "\ecf8";
}
.fi-rr-notebook:before {
  content: "\ecf9";
}
.fi-rr-notebook-alt:before {
  content: "\ecfa";
}
.fi-rr-notes:before {
  content: "\ecfc";
}
.fi-rr-notes-medical:before {
  content: "\ecfd";
}
.fi-rr-november-calendar:before {
  content: "\ecfe";
}
.fi-rr-o:before {
  content: "\ed07";
}
.fi-rr-obj-file:before {
  content: "\ed08";
}
.fi-rr-object-exclude:before {
  content: "\ed09";
}
.fi-rr-object-group:before {
  content: "\ed0a";
}
.fi-rr-object-intersect:before {
  content: "\ed0b";
}
.fi-rr-object-subtract:before {
  content: "\ed0c";
}
.fi-rr-object-ungroup:before {
  content: "\ed0d";
}
.fi-rr-object-union:before {
  content: "\ed0e";
}
.fi-rr-objects-column:before {
  content: "\ed10";
}
.fi-rr-octagon:before {
  content: "\ed11";
}
.fi-rr-octagon-check:before {
  content: "\ed12";
}
.fi-rr-octagon-divide:before {
  content: "\ed13";
}
.fi-rr-octagon-exclamation:before {
  content: "\ed14";
}
.fi-rr-octagon-minus:before {
  content: "\ed15";
}
.fi-rr-octagon-plus:before {
  content: "\ed16";
}
.fi-rr-octagon-xmark:before {
  content: "\ed17";
}
.fi-rr-october-calendar:before {
  content: "\ed19";
}
.fi-rr-office-chair:before {
  content: "\ed1a";
}
.fi-rr-oil-can:before {
  content: "\ed1c";
}
.fi-rr-oil-price:before {
  content: "\ed1d";
}
.fi-rr-oil-tank:before {
  content: "\ed1e";
}
.fi-rr-oil-temp:before {
  content: "\ed1f";
}
.fi-rr-old-people:before {
  content: "\ed21";
}
.fi-rr-olive:before {
  content: "\ed22";
}
.fi-rr-olive-branch-dove:before {
  content: "\ed23";
}
.fi-rr-olive-oil:before {
  content: "\ed24";
}
.fi-rr-olives:before {
  content: "\ed25";
}
.fi-rr-om:before {
  content: "\ed26";
}
.fi-rr-omega:before {
  content: "\ed27";
}
.fi-rr-on-air-square:before {
  content: "\ed28";
}
.fi-rr-onboarding:before {
  content: "\ed29";
}
.fi-rr-onigiri:before {
  content: "\ed2a";
}
.fi-rr-onion:before {
  content: "\ed2b";
}
.fi-rr-online-interview:before {
  content: "\ed2e";
}
.fi-rr-online-meet:before {
  content: "\ed2f";
}
.fi-rr-opacity:before {
  content: "\ed31";
}
.fi-rr-open:before {
  content: "\ed32";
}
.fi-rr-open-book-lightbulb:before {
  content: "\ed34";
}
.fi-rr-open-mail-clip:before {
  content: "\ed35";
}
.fi-rr-operating-system-upgrade:before {
  content: "\ed37";
}
.fi-rr-operation:before {
  content: "\ed38";
}
.fi-rr-optimization:before {
  content: "\ed39";
}
.fi-rr-orange-juice:before {
  content: "\ed3c";
}
.fi-rr-order-food-mobile:before {
  content: "\ed3d";
}
.fi-rr-order-food-online:before {
  content: "\ed3e";
}
.fi-rr-order-food-telephone:before {
  content: "\ed3f";
}
.fi-rr-order-history:before {
  content: "\ed40";
}
.fi-rr-organization-chart:before {
  content: "\ed41";
}
.fi-rr-ornament:before {
  content: "\ed42";
}
.fi-rr-otp:before {
  content: "\ed43";
}
.fi-rr-otter:before {
  content: "\ed44";
}
.fi-rr-outdent:before {
  content: "\ed46";
}
.fi-rr-oval:before {
  content: "\ed47";
}
.fi-rr-oval-alt:before {
  content: "\ed48";
}
.fi-rr-oven:before {
  content: "\ed49";
}
.fi-rr-overline:before {
  content: "\ed4a";
}
.fi-rr-overview:before {
  content: "\ed4b";
}
.fi-rr-p:before {
  content: "\ed4c";
}
.fi-rr-pacifier:before {
  content: "\ed4e";
}
.fi-rr-package:before {
  content: "\ed4f";
}
.fi-rr-paddle-tennis-player:before {
  content: "\ed50";
}
.fi-rr-paddle-tennis-racket:before {
  content: "\ed51";
}
.fi-rr-padlock-check:before {
  content: "\ed52";
}
.fi-rr-page-break:before {
  content: "\ed53";
}
.fi-rr-pager:before {
  content: "\ed54";
}
.fi-rr-paid:before {
  content: "\ed55";
}
.fi-rr-paint-brush:before {
  content: "\ed57";
}
.fi-rr-paint-roller:before {
  content: "\ed59";
}
.fi-rr-paintbrush-pencil:before {
  content: "\ed5b";
}
.fi-rr-palette:before {
  content: "\ed5c";
}
.fi-rr-pallet:before {
  content: "\ed5d";
}
.fi-rr-pallet-alt:before {
  content: "\ed5e";
}
.fi-rr-pan:before {
  content: "\ed5f";
}
.fi-rr-pan-food:before {
  content: "\ed60";
}
.fi-rr-pan-frying:before {
  content: "\ed61";
}
.fi-rr-pancakes:before {
  content: "\ed62";
}
.fi-rr-panorama:before {
  content: "\ed66";
}
.fi-rr-paper-plane:before {
  content: "\ed67";
}
.fi-rr-paper-plane-launch:before {
  content: "\ed68";
}
.fi-rr-paper-plane-top:before {
  content: "\ed69";
}
.fi-rr-paperclip-vertical:before {
  content: "\ed6a";
}
.fi-rr-parachute-box:before {
  content: "\ed6b";
}
.fi-rr-paragraph:before {
  content: "\ed6c";
}
.fi-rr-paragraph-left:before {
  content: "\ed6d";
}
.fi-rr-parking:before {
  content: "\ed6e";
}
.fi-rr-parking-circle:before {
  content: "\ed6f";
}
.fi-rr-parking-circle-slash:before {
  content: "\ed70";
}
.fi-rr-parking-slash:before {
  content: "\ed71";
}
.fi-rr-party-bell:before {
  content: "\ed74";
}
.fi-rr-party-horn:before {
  content: "\ed75";
}
.fi-rr-passenger-plane:before {
  content: "\ed76";
}
.fi-rr-passport:before {
  content: "\ed78";
}
.fi-rr-password:before {
  content: "\ed79";
}
.fi-rr-password-alt:before {
  content: "\ed7a";
}
.fi-rr-password-computer:before {
  content: "\ed7b";
}
.fi-rr-password-email:before {
  content: "\ed7c";
}
.fi-rr-password-lock:before {
  content: "\ed7d";
}
.fi-rr-password-magnifying-glass:before {
  content: "\ed7e";
}
.fi-rr-password-protection:before {
  content: "\ed7f";
}
.fi-rr-password-smartphone:before {
  content: "\ed80";
}
.fi-rr-paste:before {
  content: "\ed81";
}
.fi-rr-patient:before {
  content: "\ed82";
}
.fi-rr-patient-file:before {
  content: "\ed83";
}
.fi-rr-pattern:before {
  content: "\ed85";
}
.fi-rr-pause:before {
  content: "\ed86";
}
.fi-rr-pause-circle:before {
  content: "\ed87";
}
.fi-rr-pause-square:before {
  content: "\ed88";
}
.fi-rr-paw:before {
  content: "\ed89";
}
.fi-rr-paw-claws:before {
  content: "\ed8a";
}
.fi-rr-paw-heart:before {
  content: "\ed8b";
}
.fi-rr-pay-per-click:before {
  content: "\ed8c";
}
.fi-rr-payment-authentication:before {
  content: "\ed8d";
}
.fi-rr-payment-pos:before {
  content: "\ed8f";
}
.fi-rr-payment-qrcode:before {
  content: "\ed90";
}
.fi-rr-payroll:before {
  content: "\ed93";
}
.fi-rr-payroll-calendar:before {
  content: "\ed94";
}
.fi-rr-payroll-check:before {
  content: "\ed95";
}
.fi-rr-pc-chair:before {
  content: "\ed96";
}
.fi-rr-peace:before {
  content: "\ed97";
}
.fi-rr-peach:before {
  content: "\ed98";
}
.fi-rr-peanut:before {
  content: "\ed99";
}
.fi-rr-peanuts:before {
  content: "\ed9a";
}
.fi-rr-peapod:before {
  content: "\ed9b";
}
.fi-rr-pear:before {
  content: "\ed9c";
}
.fi-rr-pedestal:before {
  content: "\ed9d";
}
.fi-rr-pelvis:before {
  content: "\ed9e";
}
.fi-rr-pen-circle:before {
  content: "\ed9f";
}
.fi-rr-pen-clip:before {
  content: "\eda0";
}
.fi-rr-pen-clip-slash:before {
  content: "\eda1";
}
.fi-rr-pen-fancy:before {
  content: "\eda2";
}
.fi-rr-pen-fancy-slash:before {
  content: "\eda3";
}
.fi-rr-pen-field:before {
  content: "\eda4";
}
.fi-rr-pen-nib:before {
  content: "\eda5";
}
.fi-rr-pen-nib-slash:before {
  content: "\eda6";
}
.fi-rr-pen-slash:before {
  content: "\eda7";
}
.fi-rr-pen-square:before {
  content: "\eda8";
}
.fi-rr-pen-swirl:before {
  content: "\eda9";
}
.fi-rr-pencil:before {
  content: "\edaa";
}
.fi-rr-pencil-lightbulb:before {
  content: "\edab";
}
.fi-rr-pencil-paintbrush:before {
  content: "\edac";
}
.fi-rr-pencil-ruler:before {
  content: "\edad";
}
.fi-rr-pencil-slash:before {
  content: "\edae";
}
.fi-rr-pending:before {
  content: "\edaf";
}
.fi-rr-pennant:before {
  content: "\edb1";
}
.fi-rr-people:before {
  content: "\edb2";
}
.fi-rr-people-arrows-left-right:before {
  content: "\edb3";
}
.fi-rr-people-carry-box:before {
  content: "\edb4";
}
.fi-rr-people-dress:before {
  content: "\edb5";
}
.fi-rr-people-group:before {
  content: "\edb6";
}
.fi-rr-people-line:before {
  content: "\edb7";
}
.fi-rr-people-network-partner:before {
  content: "\edb8";
}
.fi-rr-people-pants:before {
  content: "\edb9";
}
.fi-rr-people-poll:before {
  content: "\edba";
}
.fi-rr-people-pulling:before {
  content: "\edbb";
}
.fi-rr-people-robbery:before {
  content: "\edbc";
}
.fi-rr-people-roof:before {
  content: "\edbd";
}
.fi-rr-pepper:before {
  content: "\edbe";
}
.fi-rr-pepper-alt:before {
  content: "\edbf";
}
.fi-rr-pepper-hot:before {
  content: "\edc0";
}
.fi-rr-peppermint:before {
  content: "\edc1";
}
.fi-rr-peppermint-tea:before {
  content: "\edc2";
}
.fi-rr-percent-10:before {
  content: "\edc3";
}
.fi-rr-percent-100:before {
  content: "\edc4";
}
.fi-rr-percent-20:before {
  content: "\edc5";
}
.fi-rr-percent-25:before {
  content: "\edc6";
}
.fi-rr-percent-30:before {
  content: "\edc7";
}
.fi-rr-percent-40:before {
  content: "\edc8";
}
.fi-rr-percent-50:before {
  content: "\edc9";
}
.fi-rr-percent-60:before {
  content: "\edca";
}
.fi-rr-percent-70:before {
  content: "\edcb";
}
.fi-rr-percent-75:before {
  content: "\edcc";
}
.fi-rr-percent-80:before {
  content: "\edcd";
}
.fi-rr-percent-90:before {
  content: "\edce";
}
.fi-rr-percentage:before {
  content: "\edcf";
}
.fi-rr-perfume:before {
  content: "\edd0";
}
.fi-rr-person-arrow-down-to-line:before {
  content: "\edd2";
}
.fi-rr-person-arrow-up-from-line:before {
  content: "\edd3";
}
.fi-rr-person-back-pain:before {
  content: "\edd4";
}
.fi-rr-person-battery:before {
  content: "\edd5";
}
.fi-rr-person-booth:before {
  content: "\edd6";
}
.fi-rr-person-breastfeeding:before {
  content: "\edd7";
}
.fi-rr-person-burst:before {
  content: "\edd8";
}
.fi-rr-person-carry-box:before {
  content: "\edd9";
}
.fi-rr-person-chalkboard:before {
  content: "\edda";
}
.fi-rr-person-circle-check:before {
  content: "\eddb";
}
.fi-rr-person-circle-exclamation:before {
  content: "\eddc";
}
.fi-rr-person-circle-minus:before {
  content: "\eddd";
}
.fi-rr-person-circle-plus:before {
  content: "\edde";
}
.fi-rr-person-circle-question:before {
  content: "\eddf";
}
.fi-rr-person-circle-xmark:before {
  content: "\ede0";
}
.fi-rr-person-climbing:before {
  content: "\ede1";
}
.fi-rr-person-cv:before {
  content: "\ede2";
}
.fi-rr-person-dolly:before {
  content: "\ede3";
}
.fi-rr-person-dolly-empty:before {
  content: "\ede4";
}
.fi-rr-person-dots-from-line:before {
  content: "\ede5";
}
.fi-rr-person-dragging-bag:before {
  content: "\ede6";
}
.fi-rr-person-dress:before {
  content: "\ede7";
}
.fi-rr-person-dress-burst:before {
  content: "\ede8";
}
.fi-rr-person-dress-simple:before {
  content: "\ede9";
}
.fi-rr-person-drowning:before {
  content: "\edea";
}
.fi-rr-person-falling:before {
  content: "\edeb";
}
.fi-rr-person-harassing:before {
  content: "\eded";
}
.fi-rr-person-luggage:before {
  content: "\edee";
}
.fi-rr-person-lunge:before {
  content: "\edef";
}
.fi-rr-person-military-pointing:before {
  content: "\edf0";
}
.fi-rr-person-military-rifle:before {
  content: "\edf1";
}
.fi-rr-person-military-to-person:before {
  content: "\edf2";
}
.fi-rr-person-pilates:before {
  content: "\edf3";
}
.fi-rr-person-praying:before {
  content: "\edf4";
}
.fi-rr-person-pregnant:before {
  content: "\edf5";
}
.fi-rr-person-presenting:before {
  content: "\edf6";
}
.fi-rr-person-rays:before {
  content: "\edf7";
}
.fi-rr-person-rifle:before {
  content: "\edf8";
}
.fi-rr-person-seat:before {
  content: "\edf9";
}
.fi-rr-person-seat-reclined:before {
  content: "\edfa";
}
.fi-rr-person-shelter:before {
  content: "\edfb";
}
.fi-rr-person-sign:before {
  content: "\edfc";
}
.fi-rr-person-simple:before {
  content: "\edfd";
}
.fi-rr-person-stress:before {
  content: "\edfe";
}
.fi-rr-person-surfing:before {
  content: "\edff";
}
.fi-rr-person-through-window:before {
  content: "\ee00";
}
.fi-rr-person-to-door:before {
  content: "\ee01";
}
.fi-rr-person-walking-arrow-loop-left:before {
  content: "\ee02";
}
.fi-rr-person-walking-arrow-right:before {
  content: "\ee03";
}
.fi-rr-person-walking-from-line-arrow-right:before {
  content: "\ee05";
}
.fi-rr-person-walking-with-cane:before {
  content: "\ee06";
}
.fi-rr-peseta-sign:before {
  content: "\ee08";
}
.fi-rr-peso-sign:before {
  content: "\ee09";
}
.fi-rr-pets:before {
  content: "\ee0a";
}
.fi-rr-pharmacy:before {
  content: "\ee0c";
}
.fi-rr-pharmacy-symbol:before {
  content: "\ee0d";
}
.fi-rr-phishing:before {
  content: "\ee10";
}
.fi-rr-phone-24h:before {
  content: "\ee11";
}
.fi-rr-phone-addiction:before {
  content: "\ee12";
}
.fi-rr-phone-call:before {
  content: "\ee13";
}
.fi-rr-phone-cross:before {
  content: "\ee14";
}
.fi-rr-phone-flip:before {
  content: "\ee15";
}
.fi-rr-phone-guide:before {
  content: "\ee16";
}
.fi-rr-phone-heart-message:before {
  content: "\ee17";
}
.fi-rr-phone-intercom:before {
  content: "\ee18";
}
.fi-rr-phone-megaphone:before {
  content: "\ee19";
}
.fi-rr-phone-office:before {
  content: "\ee1a";
}
.fi-rr-phone-pause:before {
  content: "\ee1b";
}
.fi-rr-phone-plus:before {
  content: "\ee1c";
}
.fi-rr-phone-rotary:before {
  content: "\ee1d";
}
.fi-rr-phone-slash:before {
  content: "\ee1e";
}
.fi-rr-photo-capture:before {
  content: "\ee1f";
}
.fi-rr-photo-film-music:before {
  content: "\ee21";
}
.fi-rr-photo-video:before {
  content: "\ee22";
}
.fi-rr-physics:before {
  content: "\ee29";
}
.fi-rr-pi:before {
  content: "\ee2a";
}
.fi-rr-piano:before {
  content: "\ee2b";
}
.fi-rr-piano-keyboard:before {
  content: "\ee2c";
}
.fi-rr-picaxe-minning:before {
  content: "\ee2d";
}
.fi-rr-pickaxe:before {
  content: "\ee2e";
}
.fi-rr-picking:before {
  content: "\ee2f";
}
.fi-rr-picking-box:before {
  content: "\ee30";
}
.fi-rr-picnic:before {
  content: "\ee31";
}
.fi-rr-picpeople:before {
  content: "\ee32";
}
.fi-rr-picpeople-filled:before {
  content: "\ee33";
}
.fi-rr-picture:before {
  content: "\ee34";
}
.fi-rr-pie:before {
  content: "\ee35";
}
.fi-rr-piece:before {
  content: "\ee36";
}
.fi-rr-pig:before {
  content: "\ee37";
}
.fi-rr-pig-bank-bulb:before {
  content: "\ee38";
}
.fi-rr-pig-face:before {
  content: "\ee39";
}
.fi-rr-piggy-bank:before {
  content: "\ee3a";
}
.fi-rr-piggy-bank-budget:before {
  content: "\ee3b";
}
.fi-rr-pilates-reformer:before {
  content: "\ee3c";
}
.fi-rr-pillar:before {
  content: "\ee3d";
}
.fi-rr-pills:before {
  content: "\ee3e";
}
.fi-rr-pin-to-pin:before {
  content: "\ee3f";
}
.fi-rr-pinata:before {
  content: "\ee40";
}
.fi-rr-pineapple:before {
  content: "\ee41";
}
.fi-rr-pineapple-alt:before {
  content: "\ee42";
}
.fi-rr-ping-pong:before {
  content: "\ee43";
}
.fi-rr-pipe-smoking:before {
  content: "\ee45";
}
.fi-rr-pisa-tower:before {
  content: "\ee48";
}
.fi-rr-pizza-box:before {
  content: "\ee4a";
}
.fi-rr-pizza-slice:before {
  content: "\ee4b";
}
.fi-rr-pizza-whole-slice:before {
  content: "\ee4c";
}
.fi-rr-place-of-worship:before {
  content: "\ee4d";
}
.fi-rr-plagiarism:before {
  content: "\ee4e";
}
.fi-rr-plan:before {
  content: "\ee4f";
}
.fi-rr-plan-strategy:before {
  content: "\ee50";
}
.fi-rr-plane:before {
  content: "\ee51";
}
.fi-rr-plane-alt:before {
  content: "\ee52";
}
.fi-rr-plane-arrival:before {
  content: "\ee53";
}
.fi-rr-plane-check:before {
  content: "\ee54";
}
.fi-rr-plane-clock:before {
  content: "\ee55";
}
.fi-rr-plane-departure:before {
  content: "\ee56";
}
.fi-rr-plane-globe:before {
  content: "\ee57";
}
.fi-rr-plane-lock:before {
  content: "\ee58";
}
.fi-rr-plane-prop:before {
  content: "\ee59";
}
.fi-rr-plane-slash:before {
  content: "\ee5a";
}
.fi-rr-plane-tail:before {
  content: "\ee5b";
}
.fi-rr-planet-moon:before {
  content: "\ee5e";
}
.fi-rr-planet-ringed:before {
  content: "\ee5f";
}
.fi-rr-plant-care:before {
  content: "\ee61";
}
.fi-rr-plant-growth:before {
  content: "\ee62";
}
.fi-rr-plant-seed-invest:before {
  content: "\ee63";
}
.fi-rr-plant-wilt:before {
  content: "\ee64";
}
.fi-rr-plate:before {
  content: "\ee65";
}
.fi-rr-plate-eating:before {
  content: "\ee66";
}
.fi-rr-plate-empty:before {
  content: "\ee67";
}
.fi-rr-plate-utensils:before {
  content: "\ee68";
}
.fi-rr-plate-wheat:before {
  content: "\ee69";
}
.fi-rr-play:before {
  content: "\ee6a";
}
.fi-rr-play-alt:before {
  content: "\ee6b";
}
.fi-rr-play-circle:before {
  content: "\ee6c";
}
.fi-rr-play-microphone:before {
  content: "\ee6d";
}
.fi-rr-play-pause:before {
  content: "\ee6e";
}
.fi-rr-playing-cards:before {
  content: "\ee6f";
}
.fi-rr-plug:before {
  content: "\ee71";
}
.fi-rr-plug-alt:before {
  content: "\ee72";
}
.fi-rr-plug-bolt-charger:before {
  content: "\ee73";
}
.fi-rr-plug-cable:before {
  content: "\ee74";
}
.fi-rr-plug-circle-bolt:before {
  content: "\ee75";
}
.fi-rr-plug-circle-check:before {
  content: "\ee76";
}
.fi-rr-plug-circle-exclamation:before {
  content: "\ee77";
}
.fi-rr-plug-circle-minus:before {
  content: "\ee78";
}
.fi-rr-plug-circle-plus:before {
  content: "\ee79";
}
.fi-rr-plug-connection:before {
  content: "\ee7a";
}
.fi-rr-plug-eco:before {
  content: "\ee7b";
}
.fi-rr-plumbing:before {
  content: "\ee7d";
}
.fi-rr-plus:before {
  content: "\ee7f";
}
.fi-rr-plus-hexagon:before {
  content: "\ee80";
}
.fi-rr-plus-minus:before {
  content: "\ee81";
}
.fi-rr-plus-small:before {
  content: "\ee82";
}
.fi-rr-png-file:before {
  content: "\ee83";
}
.fi-rr-podcast:before {
  content: "\ee84";
}
.fi-rr-podium:before {
  content: "\ee85";
}
.fi-rr-podium-award:before {
  content: "\ee86";
}
.fi-rr-podium-star:before {
  content: "\ee87";
}
.fi-rr-podium-victory-leader:before {
  content: "\ee88";
}
.fi-rr-point-of-sale:before {
  content: "\ee89";
}
.fi-rr-point-of-sale-bill:before {
  content: "\ee8a";
}
.fi-rr-point-of-sale-signal:before {
  content: "\ee8f";
}
.fi-rr-pointer-loading:before {
  content: "\ee92";
}
.fi-rr-pointer-text:before {
  content: "\ee93";
}
.fi-rr-poker-chip:before {
  content: "\ee94";
}
.fi-rr-police-box:before {
  content: "\ee95";
}
.fi-rr-polish-bottle:before {
  content: "\ee96";
}
.fi-rr-polish-brush:before {
  content: "\ee97";
}
.fi-rr-poll-h:before {
  content: "\ee98";
}
.fi-rr-pollution:before {
  content: "\ee99";
}
.fi-rr-pompebled:before {
  content: "\ee9a";
}
.fi-rr-poo:before {
  content: "\ee9b";
}
.fi-rr-poo-bolt:before {
  content: "\ee9c";
}
.fi-rr-pool-8-ball:before {
  content: "\ee9d";
}
.fi-rr-poop:before {
  content: "\ee9e";
}
.fi-rr-pop:before {
  content: "\ee9f";
}
.fi-rr-popcorn:before {
  content: "\eea0";
}
.fi-rr-popsicle:before {
  content: "\eea1";
}
.fi-rr-population:before {
  content: "\eea2";
}
.fi-rr-population-globe:before {
  content: "\eea3";
}
.fi-rr-portal-enter:before {
  content: "\eea4";
}
.fi-rr-portal-exit:before {
  content: "\eea5";
}
.fi-rr-portrait:before {
  content: "\eea7";
}
.fi-rr-portuguese:before {
  content: "\eea8";
}
.fi-rr-postal-address:before {
  content: "\eea9";
}
.fi-rr-pot:before {
  content: "\eeab";
}
.fi-rr-potato:before {
  content: "\eeac";
}
.fi-rr-pound:before {
  content: "\eead";
}
.fi-rr-power:before {
  content: "\eeae";
}
.fi-rr-powerbank:before {
  content: "\eeaf";
}
.fi-rr-ppt-file:before {
  content: "\eeb0";
}
.fi-rr-practice:before {
  content: "\eeb1";
}
.fi-rr-praying-hands:before {
  content: "\eeb2";
}
.fi-rr-premium-account:before {
  content: "\eeb5";
}
.fi-rr-prescription:before {
  content: "\eeb6";
}
.fi-rr-prescription-bottle:before {
  content: "\eeb7";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\eeb8";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\eeb9";
}
.fi-rr-presentation:before {
  content: "\eeba";
}
.fi-rr-presentation-folder:before {
  content: "\eebb";
}
.fi-rr-pretzel:before {
  content: "\eebc";
}
.fi-rr-preview:before {
  content: "\eebd";
}
.fi-rr-previous-square:before {
  content: "\eebe";
}
.fi-rr-print:before {
  content: "\eebf";
}
.fi-rr-print-magnifying-glass:before {
  content: "\eec0";
}
.fi-rr-print-slash:before {
  content: "\eec1";
}
.fi-rr-print-wifi:before {
  content: "\eec2";
}
.fi-rr-priority-arrow:before {
  content: "\eec4";
}
.fi-rr-priority-arrows:before {
  content: "\eec5";
}
.fi-rr-priority-importance:before {
  content: "\eec7";
}
.fi-rr-privacy-settings:before {
  content: "\eeca";
}
.fi-rr-private-account:before {
  content: "\eecb";
}
.fi-rr-problem-solving:before {
  content: "\eecc";
}
.fi-rr-procedures:before {
  content: "\eecd";
}
.fi-rr-process:before {
  content: "\eece";
}
.fi-rr-productivity:before {
  content: "\eed0";
}
.fi-rr-progress-complete:before {
  content: "\eed8";
}
.fi-rr-progress-download:before {
  content: "\eed9";
}
.fi-rr-progress-upload:before {
  content: "\eeda";
}
.fi-rr-projector:before {
  content: "\eedb";
}
.fi-rr-protein-shake:before {
  content: "\eedc";
}
.fi-rr-protractor:before {
  content: "\eedd";
}
.fi-rr-psychology:before {
  content: "\eede";
}
.fi-rr-pulse:before {
  content: "\eedf";
}
.fi-rr-pump:before {
  content: "\eee0";
}
.fi-rr-pump-medical:before {
  content: "\eee1";
}
.fi-rr-pumpkin:before {
  content: "\eee2";
}
.fi-rr-pumpkin-alt:before {
  content: "\eee3";
}
.fi-rr-pumpkin-alt-2:before {
  content: "\eee4";
}
.fi-rr-punching-bag:before {
  content: "\eee5";
}
.fi-rr-puzzle:before {
  content: "\eee6";
}
.fi-rr-puzzle-alt:before {
  content: "\eee7";
}
.fi-rr-puzzle-piece-integration:before {
  content: "\eeea";
}
.fi-rr-puzzle-pieces:before {
  content: "\eeeb";
}
.fi-rr-pyramid:before {
  content: "\eeec";
}
.fi-rr-q:before {
  content: "\eeee";
}
.fi-rr-QR:before {
  content: "\eeef";
}
.fi-rr-qr-scan:before {
  content: "\eef0";
}
.fi-rr-qrcode:before {
  content: "\eef1";
}
.fi-rr-qrcode-box:before {
  content: "\eef2";
}
.fi-rr-qrcode-information:before {
  content: "\eef3";
}
.fi-rr-qrcode-location:before {
  content: "\eef4";
}
.fi-rr-qrcode-menu:before {
  content: "\eef5";
}
.fi-rr-qrcode-money:before {
  content: "\eef6";
}
.fi-rr-qrcode-ticket:before {
  content: "\eef7";
}
.fi-rr-qrcode-wifi:before {
  content: "\eef8";
}
.fi-rr-quality:before {
  content: "\eef9";
}
.fi-rr-question:before {
  content: "\eefb";
}
.fi-rr-question-square:before {
  content: "\eefc";
}
.fi-rr-queue:before {
  content: "\eefd";
}
.fi-rr-queue-alt:before {
  content: "\eefe";
}
.fi-rr-queue-line:before {
  content: "\eeff";
}
.fi-rr-queue-signal:before {
  content: "\ef00";
}
.fi-rr-quick-box:before {
  content: "\ef01";
}
.fi-rr-quill-pen-story:before {
  content: "\ef02";
}
.fi-rr-quiz:before {
  content: "\ef03";
}
.fi-rr-quiz-alt:before {
  content: "\ef04";
}
.fi-rr-quote-right:before {
  content: "\ef06";
}
.fi-rr-quran-user:before {
  content: "\ef08";
}
.fi-rr-r:before {
  content: "\ef09";
}
.fi-rr-rabbit:before {
  content: "\ef0a";
}
.fi-rr-rabbit-fast:before {
  content: "\ef0b";
}
.fi-rr-raccoon:before {
  content: "\ef0c";
}
.fi-rr-racquet:before {
  content: "\ef0d";
}
.fi-rr-radar:before {
  content: "\ef0e";
}
.fi-rr-radar-monitoring-track:before {
  content: "\ef0f";
}
.fi-rr-radiation:before {
  content: "\ef10";
}
.fi-rr-radiation-alt:before {
  content: "\ef11";
}
.fi-rr-radio:before {
  content: "\ef12";
}
.fi-rr-radio-alt:before {
  content: "\ef13";
}
.fi-rr-radio-button:before {
  content: "\ef14";
}
.fi-rr-radio-tower:before {
  content: "\ef16";
}
.fi-rr-radio-waves:before {
  content: "\ef17";
}
.fi-rr-radish:before {
  content: "\ef18";
}
.fi-rr-rainbow:before {
  content: "\ef19";
}
.fi-rr-raindrops:before {
  content: "\ef1a";
}
.fi-rr-ram:before {
  content: "\ef1b";
}
.fi-rr-ramp-loading:before {
  content: "\ef1c";
}
.fi-rr-rank:before {
  content: "\ef1d";
}
.fi-rr-ranking-podium:before {
  content: "\ef1e";
}
.fi-rr-ranking-podium-empty:before {
  content: "\ef1f";
}
.fi-rr-ranking-star:before {
  content: "\ef20";
}
.fi-rr-ranking-stars:before {
  content: "\ef21";
}
.fi-rr-raygun:before {
  content: "\ef23";
}
.fi-rr-razor-barber:before {
  content: "\ef24";
}
.fi-rr-react:before {
  content: "\ef25";
}
.fi-rr-rec:before {
  content: "\ef26";
}
.fi-rr-receipt:before {
  content: "\ef27";
}
.fi-rr-recipe:before {
  content: "\ef28";
}
.fi-rr-recipe-book:before {
  content: "\ef29";
}
.fi-rr-record-vinyl:before {
  content: "\ef2a";
}
.fi-rr-rectabgle-vertical:before {
  content: "\ef2b";
}
.fi-rr-rectangle-barcode:before {
  content: "\ef2c";
}
.fi-rr-rectangle-code:before {
  content: "\ef2d";
}
.fi-rr-rectangle-history-circle-plus:before {
  content: "\ef2e";
}
.fi-rr-rectangle-horizontal:before {
  content: "\ef2f";
}
.fi-rr-rectangle-list:before {
  content: "\ef30";
}
.fi-rr-rectangle-panoramic:before {
  content: "\ef31";
}
.fi-rr-rectangle-pro:before {
  content: "\ef32";
}
.fi-rr-rectangle-vertical:before {
  content: "\ef33";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\ef34";
}
.fi-rr-rectangle-xmark:before {
  content: "\ef35";
}
.fi-rr-rectangles-mixed:before {
  content: "\ef36";
}
.fi-rr-recycle:before {
  content: "\ef37";
}
.fi-rr-recycle-bin:before {
  content: "\ef38";
}
.fi-rr-redo:before {
  content: "\ef3b";
}
.fi-rr-redo-alt:before {
  content: "\ef3c";
}
.fi-rr-reel:before {
  content: "\ef3d";
}
.fi-rr-refer:before {
  content: "\ef3e";
}
.fi-rr-refer-arrow:before {
  content: "\ef3f";
}
.fi-rr-referee:before {
  content: "\ef40";
}
.fi-rr-referral:before {
  content: "\ef43";
}
.fi-rr-referral-alt:before {
  content: "\ef44";
}
.fi-rr-referral-link-arrow:before {
  content: "\ef45";
}
.fi-rr-referral-user:before {
  content: "\ef46";
}
.fi-rr-reflect:before {
  content: "\ef47";
}
.fi-rr-reflect-horizontal:before {
  content: "\ef48";
}
.fi-rr-reflect-horizontal-alt:before {
  content: "\ef49";
}
.fi-rr-reflect-vertical:before {
  content: "\ef4a";
}
.fi-rr-refresh:before {
  content: "\ef4b";
}
.fi-rr-refrigerator:before {
  content: "\ef4c";
}
.fi-rr-refund:before {
  content: "\ef4d";
}
.fi-rr-refund-alt:before {
  content: "\ef4e";
}
.fi-rr-region-pin:before {
  content: "\ef4f";
}
.fi-rr-region-pin-alt:before {
  content: "\ef50";
}
.fi-rr-registered:before {
  content: "\ef51";
}
.fi-rr-registration-paper:before {
  content: "\ef54";
}
.fi-rr-remote-access:before {
  content: "\ef56";
}
.fi-rr-remote-control:before {
  content: "\ef57";
}
.fi-rr-remote-control-hand:before {
  content: "\ef58";
}
.fi-rr-remove-folder:before {
  content: "\ef59";
}
.fi-rr-remove-user:before {
  content: "\ef5a";
}
.fi-rr-rent:before {
  content: "\ef5b";
}
.fi-rr-rent-signal:before {
  content: "\ef5c";
}
.fi-rr-replace:before {
  content: "\ef5d";
}
.fi-rr-replay-10:before {
  content: "\ef5f";
}
.fi-rr-replay-30:before {
  content: "\ef60";
}
.fi-rr-replay-5:before {
  content: "\ef61";
}
.fi-rr-reply-all:before {
  content: "\ef62";
}
.fi-rr-republican:before {
  content: "\ef63";
}
.fi-rr-research-arrows-circle:before {
  content: "\ef64";
}
.fi-rr-reservation-smartphone:before {
  content: "\ef65";
}
.fi-rr-reservation-table:before {
  content: "\ef66";
}
.fi-rr-resistance-band:before {
  content: "\ef67";
}
.fi-rr-resize:before {
  content: "\ef68";
}
.fi-rr-resize-screen:before {
  content: "\ef69";
}
.fi-rr-resources:before {
  content: "\ef6a";
}
.fi-rr-responsability:before {
  content: "\ef6b";
}
.fi-rr-responsive-design:before {
  content: "\ef6c";
}
.fi-rr-restaurant:before {
  content: "\ef6d";
}
.fi-rr-restaurant-sign:before {
  content: "\ef6e";
}
.fi-rr-restock:before {
  content: "\ef6f";
}
.fi-rr-restroom-simple:before {
  content: "\ef70";
}
.fi-rr-resume:before {
  content: "\ef71";
}
.fi-rr-Revenue:before {
  content: "\ef73";
}
.fi-rr-revenue-alt:before {
  content: "\ef74";
}
.fi-rr-revenue-euro:before {
  content: "\ef75";
}
.fi-rr-review:before {
  content: "\ef77";
}
.fi-rr-rewind:before {
  content: "\ef78";
}
.fi-rr-rewind-button-circle:before {
  content: "\ef79";
}
.fi-rr-rhombus:before {
  content: "\ef7a";
}
.fi-rr-ribbon:before {
  content: "\ef7b";
}
.fi-rr-right:before {
  content: "\ef7c";
}
.fi-rr-right-from-bracket:before {
  content: "\ef7d";
}
.fi-rr-ring:before {
  content: "\ef7f";
}
.fi-rr-ring-diamond:before {
  content: "\ef80";
}
.fi-rr-rings-wedding:before {
  content: "\ef81";
}
.fi-rr-risk:before {
  content: "\ef82";
}
.fi-rr-risk-alt:before {
  content: "\ef83";
}
.fi-rr-risk-assessment:before {
  content: "\ef84";
}
.fi-rr-road:before {
  content: "\ef85";
}
.fi-rr-road-barrier:before {
  content: "\ef86";
}
.fi-rr-road-bridge:before {
  content: "\ef87";
}
.fi-rr-road-check:before {
  content: "\ef88";
}
.fi-rr-road-lock:before {
  content: "\ef89";
}
.fi-rr-road-map-pin:before {
  content: "\ef8a";
}
.fi-rr-road-sign-left:before {
  content: "\ef8b";
}
.fi-rr-roadmap:before {
  content: "\ef8c";
}
.fi-rr-robot:before {
  content: "\ef8d";
}
.fi-rr-robot-money:before {
  content: "\ef8e";
}
.fi-rr-robotic-arm:before {
  content: "\ef8f";
}
.fi-rr-rock:before {
  content: "\ef90";
}
.fi-rr-rock-hair-user:before {
  content: "\ef91";
}
.fi-rr-rock-hammer:before {
  content: "\ef92";
}
.fi-rr-rocket:before {
  content: "\ef93";
}
.fi-rr-rocket-hand:before {
  content: "\ef95";
}
.fi-rr-rocket-holding-hand:before {
  content: "\ef96";
}
.fi-rr-rocket-lunch:before {
  content: "\ef97";
}
.fi-rr-rocket-planet:before {
  content: "\ef98";
}
.fi-rr-rocking-horse:before {
  content: "\ef99";
}
.fi-rr-rocks:before {
  content: "\ef9a";
}
.fi-rr-roller-coaster:before {
  content: "\ef9d";
}
.fi-rr-roller-skate:before {
  content: "\ef9e";
}
.fi-rr-roller-skater:before {
  content: "\ef9f";
}
.fi-rr-roof:before {
  content: "\efa0";
}
.fi-rr-room-service:before {
  content: "\efa1";
}
.fi-rr-rose:before {
  content: "\efa2";
}
.fi-rr-rose-alt:before {
  content: "\efa3";
}
.fi-rr-rotate-exclamation:before {
  content: "\efa4";
}
.fi-rr-rotate-left:before {
  content: "\efa5";
}
.fi-rr-rotate-reverse:before {
  content: "\efa6";
}
.fi-rr-rotate-right:before {
  content: "\efa7";
}
.fi-rr-rotate-square:before {
  content: "\efa8";
}
.fi-rr-roulette:before {
  content: "\efa9";
}
.fi-rr-round-cctv:before {
  content: "\efaa";
}
.fi-rr-route:before {
  content: "\efab";
}
.fi-rr-route-highway:before {
  content: "\efac";
}
.fi-rr-route-interstate:before {
  content: "\efad";
}
.fi-rr-router:before {
  content: "\efae";
}
.fi-rr-router-lock:before {
  content: "\efaf";
}
.fi-rr-router-wifi:before {
  content: "\efb0";
}
.fi-rr-router-wifi-alt:before {
  content: "\efb1";
}
.fi-rr-rss:before {
  content: "\efb2";
}
.fi-rr-rss-alt:before {
  content: "\efb3";
}
.fi-rr-ruble-sign:before {
  content: "\efb4";
}
.fi-rr-rugby:before {
  content: "\efb5";
}
.fi-rr-ruler-combined:before {
  content: "\efb7";
}
.fi-rr-ruler-horizontal:before {
  content: "\efb8";
}
.fi-rr-ruler-triangle:before {
  content: "\efb9";
}
.fi-rr-ruler-vertical:before {
  content: "\efba";
}
.fi-rr-rules:before {
  content: "\efbb";
}
.fi-rr-rules-alt:before {
  content: "\efbc";
}
.fi-rr-running:before {
  content: "\efbd";
}
.fi-rr-running-track:before {
  content: "\efbe";
}
.fi-rr-rupee-sign:before {
  content: "\efbf";
}
.fi-rr-rupiah-sign:before {
  content: "\efc0";
}
.fi-rr-russian:before {
  content: "\efc1";
}
.fi-rr-rv:before {
  content: "\efc2";
}
.fi-rr-s:before {
  content: "\efc3";
}
.fi-rr-sack:before {
  content: "\efc4";
}
.fi-rr-sack-dollar:before {
  content: "\efc5";
}
.fi-rr-sad:before {
  content: "\efc6";
}
.fi-rr-sad-cry:before {
  content: "\efc7";
}
.fi-rr-sad-tear:before {
  content: "\efc8";
}
.fi-rr-safe-battery:before {
  content: "\efc9";
}
.fi-rr-safe-box:before {
  content: "\efca";
}
.fi-rr-safety-glasses:before {
  content: "\efcb";
}
.fi-rr-safety-zone:before {
  content: "\efcc";
}
.fi-rr-saffron:before {
  content: "\efcd";
}
.fi-rr-sailboat:before {
  content: "\efce";
}
.fi-rr-salad:before {
  content: "\efcf";
}
.fi-rr-salary-alt:before {
  content: "\efd1";
}
.fi-rr-salt-pepper:before {
  content: "\efd2";
}
.fi-rr-salt-shaker:before {
  content: "\efd3";
}
.fi-rr-sandwich:before {
  content: "\efd5";
}
.fi-rr-sandwich-alt:before {
  content: "\efd6";
}
.fi-rr-sanitary-pad:before {
  content: "\efd7";
}
.fi-rr-satellite:before {
  content: "\efda";
}
.fi-rr-satellite-dish:before {
  content: "\efdb";
}
.fi-rr-satisfaction-bar:before {
  content: "\efdc";
}
.fi-rr-saturday:before {
  content: "\efdd";
}
.fi-rr-sauce:before {
  content: "\efde";
}
.fi-rr-sausage:before {
  content: "\efdf";
}
.fi-rr-sax-hot:before {
  content: "\efe1";
}
.fi-rr-saxophone:before {
  content: "\efe2";
}
.fi-rr-scale:before {
  content: "\efe3";
}
.fi-rr-scale-comparison:before {
  content: "\efe4";
}
.fi-rr-scale-comparison-alt:before {
  content: "\efe5";
}
.fi-rr-scalpel:before {
  content: "\efe6";
}
.fi-rr-scalpel-path:before {
  content: "\efe7";
}
.fi-rr-scanner-gun:before {
  content: "\efe8";
}
.fi-rr-scanner-image:before {
  content: "\efe9";
}
.fi-rr-scanner-keyboard:before {
  content: "\efea";
}
.fi-rr-scanner-touchscreen:before {
  content: "\efeb";
}
.fi-rr-scarecrow:before {
  content: "\efec";
}
.fi-rr-scarf:before {
  content: "\efed";
}
.fi-rr-schedule:before {
  content: "\efee";
}
.fi-rr-school:before {
  content: "\efef";
}
.fi-rr-school-bus:before {
  content: "\eff0";
}
.fi-rr-school-circle-chek:before {
  content: "\eff2";
}
.fi-rr-school-circle-exclamation:before {
  content: "\eff3";
}
.fi-rr-school-circle-xmark:before {
  content: "\eff4";
}
.fi-rr-school-lock:before {
  content: "\eff5";
}
.fi-rr-science-podcast:before {
  content: "\eff6";
}
.fi-rr-scissors:before {
  content: "\eff7";
}
.fi-rr-scone:before {
  content: "\eff8";
}
.fi-rr-scooter:before {
  content: "\eff9";
}
.fi-rr-score-board:before {
  content: "\effa";
}
.fi-rr-screen:before {
  content: "\effc";
}
.fi-rr-screen-play:before {
  content: "\effd";
}
.fi-rr-screen-recorder:before {
  content: "\effe";
}
.fi-rr-screen-share:before {
  content: "\efff";
}
.fi-rr-screen-shield:before {
  content: "\f000";
}
.fi-rr-screencast:before {
  content: "\f002";
}
.fi-rr-screw:before {
  content: "\f003";
}
.fi-rr-screw-alt:before {
  content: "\f004";
}
.fi-rr-screwdriver:before {
  content: "\f005";
}
.fi-rr-scribble:before {
  content: "\f006";
}
.fi-rr-script:before {
  content: "\f007";
}
.fi-rr-scroll:before {
  content: "\f008";
}
.fi-rr-scroll-document-story:before {
  content: "\f009";
}
.fi-rr-scroll-old:before {
  content: "\f00a";
}
.fi-rr-scroll-torah:before {
  content: "\f00b";
}
.fi-rr-scrubber:before {
  content: "\f00c";
}
.fi-rr-sculpture:before {
  content: "\f00d";
}
.fi-rr-scythe:before {
  content: "\f00e";
}
.fi-rr-sd-card:before {
  content: "\f00f";
}
.fi-rr-sd-cards:before {
  content: "\f010";
}
.fi-rr-sea-wave:before {
  content: "\f011";
}
.fi-rr-seal:before {
  content: "\f012";
}
.fi-rr-seal-exclamation:before {
  content: "\f013";
}
.fi-rr-seal-question:before {
  content: "\f014";
}
.fi-rr-search:before {
  content: "\f015";
}
.fi-rr-search-alt:before {
  content: "\f016";
}
.fi-rr-search-bar:before {
  content: "\f017";
}
.fi-rr-search-dollar:before {
  content: "\f018";
}
.fi-rr-search-heart:before {
  content: "\f019";
}
.fi-rr-search-location:before {
  content: "\f01a";
}
.fi-rr-seat-airline:before {
  content: "\f01b";
}
.fi-rr-seatbelt-safety-driver:before {
  content: "\f01c";
}
.fi-rr-second:before {
  content: "\f01d";
}
.fi-rr-second-award:before {
  content: "\f01e";
}
.fi-rr-second-laurel:before {
  content: "\f01f";
}
.fi-rr-second-medal:before {
  content: "\f020";
}
.fi-rr-secure-backup:before {
  content: "\f022";
}
.fi-rr-security:before {
  content: "\f023";
}
.fi-rr-security-gate:before {
  content: "\f024";
}
.fi-rr-seedling:before {
  content: "\f025";
}
.fi-rr-segway:before {
  content: "\f026";
}
.fi-rr-selection:before {
  content: "\f028";
}
.fi-rr-self-care:before {
  content: "\f029";
}
.fi-rr-sell:before {
  content: "\f02a";
}
.fi-rr-seller:before {
  content: "\f02b";
}
.fi-rr-seller-store:before {
  content: "\f02c";
}
.fi-rr-selling:before {
  content: "\f02e";
}
.fi-rr-send-back:before {
  content: "\f030";
}
.fi-rr-send-backward:before {
  content: "\f031";
}
.fi-rr-send-money:before {
  content: "\f032";
}
.fi-rr-send-money-smartphone:before {
  content: "\f033";
}
.fi-rr-sensor:before {
  content: "\f034";
}
.fi-rr-sensor-alert:before {
  content: "\f035";
}
.fi-rr-sensor-fire:before {
  content: "\f036";
}
.fi-rr-sensor-on:before {
  content: "\f037";
}
.fi-rr-sensor-smoke:before {
  content: "\f038";
}
.fi-rr-september-calendar:before {
  content: "\f039";
}
.fi-rr-serum:before {
  content: "\f03a";
}
.fi-rr-session-timeout:before {
  content: "\f03c";
}
.fi-rr-settings:before {
  content: "\f03d";
}
.fi-rr-settings-sliders:before {
  content: "\f03e";
}
.fi-rr-settings-window:before {
  content: "\f03f";
}
.fi-rr-sewing-machine:before {
  content: "\f040";
}
.fi-rr-sewing-machine-alt:before {
  content: "\f041";
}
.fi-rr-shaka:before {
  content: "\f042";
}
.fi-rr-shampoo:before {
  content: "\f043";
}
.fi-rr-share:before {
  content: "\f044";
}
.fi-rr-share-alt-square:before {
  content: "\f045";
}
.fi-rr-share-square:before {
  content: "\f046";
}
.fi-rr-sheep:before {
  content: "\f048";
}
.fi-rr-shekel-sign:before {
  content: "\f049";
}
.fi-rr-shelves:before {
  content: "\f04a";
}
.fi-rr-shelves-empty:before {
  content: "\f04b";
}
.fi-rr-shield:before {
  content: "\f04c";
}
.fi-rr-shield-alt:before {
  content: "\f04d";
}
.fi-rr-shield-cat:before {
  content: "\f04e";
}
.fi-rr-shield-check:before {
  content: "\f04f";
}
.fi-rr-shield-cross:before {
  content: "\f050";
}
.fi-rr-shield-divided-four:before {
  content: "\f051";
}
.fi-rr-shield-dog:before {
  content: "\f052";
}
.fi-rr-shield-exclamation:before {
  content: "\f053";
}
.fi-rr-shield-interrogation:before {
  content: "\f054";
}
.fi-rr-shield-keyhole:before {
  content: "\f055";
}
.fi-rr-shield-minus:before {
  content: "\f056";
}
.fi-rr-shield-plus:before {
  content: "\f057";
}
.fi-rr-shield-security-risk:before {
  content: "\f059";
}
.fi-rr-shield-slash:before {
  content: "\f05a";
}
.fi-rr-shield-trust:before {
  content: "\f05b";
}
.fi-rr-shield-virus:before {
  content: "\f05c";
}
.fi-rr-shield-xmark:before {
  content: "\f05d";
}
.fi-rr-ship:before {
  content: "\f05e";
}
.fi-rr-ship-side:before {
  content: "\f05f";
}
.fi-rr-shipping-fast:before {
  content: "\f060";
}
.fi-rr-shipping-timed:before {
  content: "\f061";
}
.fi-rr-shirt:before {
  content: "\f062";
}
.fi-rr-shirt-long-sleeve:before {
  content: "\f063";
}
.fi-rr-shirt-running:before {
  content: "\f064";
}
.fi-rr-shirt-tank-top:before {
  content: "\f065";
}
.fi-rr-shish-kebab:before {
  content: "\f066";
}
.fi-rr-shoe-prints:before {
  content: "\f067";
}
.fi-rr-shop:before {
  content: "\f068";
}
.fi-rr-shop-lock:before {
  content: "\f069";
}
.fi-rr-shop-slash:before {
  content: "\f06a";
}
.fi-rr-shopping-bag:before {
  content: "\f06c";
}
.fi-rr-shopping-bag-add:before {
  content: "\f06d";
}
.fi-rr-shopping-basket:before {
  content: "\f06e";
}
.fi-rr-shopping-cart:before {
  content: "\f06f";
}
.fi-rr-shopping-cart-add:before {
  content: "\f070";
}
.fi-rr-shopping-cart-buyer:before {
  content: "\f071";
}
.fi-rr-shopping-cart-check:before {
  content: "\f072";
}
.fi-rr-shopping-cart-nft:before {
  content: "\f076";
}
.fi-rr-shopping-cart-notification:before {
  content: "\f077";
}
.fi-rr-shoulder-joint:before {
  content: "\f078";
}
.fi-rr-shovel:before {
  content: "\f079";
}
.fi-rr-shovel-snow:before {
  content: "\f07a";
}
.fi-rr-shower:before {
  content: "\f07b";
}
.fi-rr-shower-down:before {
  content: "\f07c";
}
.fi-rr-shower-gel:before {
  content: "\f07d";
}
.fi-rr-shredder:before {
  content: "\f07e";
}
.fi-rr-shrimp:before {
  content: "\f07f";
}
.fi-rr-shuffle:before {
  content: "\f080";
}
.fi-rr-shuttle-van:before {
  content: "\f081";
}
.fi-rr-shuttlecock:before {
  content: "\f082";
}
.fi-rr-Sickle:before {
  content: "\f083";
}
.fi-rr-sidebar:before {
  content: "\f084";
}
.fi-rr-sidebar-flip:before {
  content: "\f085";
}
.fi-rr-sigma:before {
  content: "\f087";
}
.fi-rr-sign-hanging:before {
  content: "\f088";
}
.fi-rr-sign-in-alt:before {
  content: "\f089";
}
.fi-rr-sign-out-alt:before {
  content: "\f08b";
}
.fi-rr-sign-posts:before {
  content: "\f08c";
}
.fi-rr-sign-posts-wrench:before {
  content: "\f08d";
}
.fi-rr-sign-up:before {
  content: "\f08e";
}
.fi-rr-signal-alt:before {
  content: "\f08f";
}
.fi-rr-signal-alt-1:before {
  content: "\f090";
}
.fi-rr-signal-alt-2:before {
  content: "\f091";
}
.fi-rr-signal-alt-slash:before {
  content: "\f092";
}
.fi-rr-signal-bars-fair:before {
  content: "\f093";
}
.fi-rr-signal-bars-good:before {
  content: "\f094";
}
.fi-rr-signal-bars-weak:before {
  content: "\f096";
}
.fi-rr-signal-stream:before {
  content: "\f099";
}
.fi-rr-signal-stream-slash:before {
  content: "\f09a";
}
.fi-rr-signature:before {
  content: "\f09d";
}
.fi-rr-signature-lock:before {
  content: "\f09e";
}
.fi-rr-signature-slash:before {
  content: "\f0a0";
}
.fi-rr-sim-card:before {
  content: "\f0a1";
}
.fi-rr-sim-cards:before {
  content: "\f0a2";
}
.fi-rr-sink:before {
  content: "\f0a3";
}
.fi-rr-Siren:before {
  content: "\f0a4";
}
.fi-rr-siren-on:before {
  content: "\f0a5";
}
.fi-rr-site:before {
  content: "\f0a6";
}
.fi-rr-site-alt:before {
  content: "\f0a7";
}
.fi-rr-site-browser:before {
  content: "\f0a9";
}
.fi-rr-sitemap:before {
  content: "\f0aa";
}
.fi-rr-skate-park:before {
  content: "\f0ab";
}
.fi-rr-skateboard:before {
  content: "\f0ac";
}
.fi-rr-skating:before {
  content: "\f0ad";
}
.fi-rr-skeleton:before {
  content: "\f0ae";
}
.fi-rr-skeleton-ribs:before {
  content: "\f0af";
}
.fi-rr-skewer:before {
  content: "\f0b1";
}
.fi-rr-ski-boot-ski:before {
  content: "\f0b2";
}
.fi-rr-ski-jump:before {
  content: "\f0b3";
}
.fi-rr-ski-lift:before {
  content: "\f0b4";
}
.fi-rr-skiing:before {
  content: "\f0b5";
}
.fi-rr-skiing-nordic:before {
  content: "\f0b6";
}
.fi-rr-skill:before {
  content: "\f0b7";
}
.fi-rr-skill-alt:before {
  content: "\f0b8";
}
.fi-rr-skill-user:before {
  content: "\f0ba";
}
.fi-rr-skin:before {
  content: "\f0bb";
}
.fi-rr-skin-acne:before {
  content: "\f0bc";
}
.fi-rr-skin-arrow:before {
  content: "\f0bd";
}
.fi-rr-skin-drop:before {
  content: "\f0be";
}
.fi-rr-skin-hair:before {
  content: "\f0bf";
}
.fi-rr-skin-laser:before {
  content: "\f0c0";
}
.fi-rr-skin-uv:before {
  content: "\f0c1";
}
.fi-rr-skip-15-seconds:before {
  content: "\f0c2";
}
.fi-rr-skull:before {
  content: "\f0c3";
}
.fi-rr-skull-cow:before {
  content: "\f0c4";
}
.fi-rr-skull-crossbones:before {
  content: "\f0c5";
}
.fi-rr-skull-heart:before {
  content: "\f0c6";
}
.fi-rr-skyscraper:before {
  content: "\f0c8";
}
.fi-rr-slash:before {
  content: "\f0ca";
}
.fi-rr-sledding:before {
  content: "\f0cc";
}
.fi-rr-sleeping-bag:before {
  content: "\f0cd";
}
.fi-rr-sleeping-cat:before {
  content: "\f0ce";
}
.fi-rr-sleigh:before {
  content: "\f0cf";
}
.fi-rr-sliders-h-square:before {
  content: "\f0d0";
}
.fi-rr-sliders-v:before {
  content: "\f0d1";
}
.fi-rr-sliders-v-square:before {
  content: "\f0d2";
}
.fi-rr-slot-machine:before {
  content: "\f0d5";
}
.fi-rr-smart-building:before {
  content: "\f0d6";
}
.fi-rr-smart-glasses:before {
  content: "\f0d8";
}
.fi-rr-smart-home:before {
  content: "\f0d9";
}
.fi-rr-smart-home-alt:before {
  content: "\f0da";
}
.fi-rr-smart-home-chip:before {
  content: "\f0db";
}
.fi-rr-smart-home-cloud:before {
  content: "\f0dc";
}
.fi-rr-smart-home-key:before {
  content: "\f0dd";
}
.fi-rr-smart-watch-call:before {
  content: "\f0de";
}
.fi-rr-smart-watch-notifications:before {
  content: "\f0df";
}
.fi-rr-smart-wireless-door:before {
  content: "\f0e0";
}
.fi-rr-smartphone:before {
  content: "\f0e1";
}
.fi-rr-smartphone-ar:before {
  content: "\f0e2";
}
.fi-rr-smartphone-bus-payment:before {
  content: "\f0e3";
}
.fi-rr-smartphone-fingerprint:before {
  content: "\f0e4";
}
.fi-rr-smartwatch:before {
  content: "\f0e5";
}
.fi-rr-smile:before {
  content: "\f0e6";
}
.fi-rr-smile-beam:before {
  content: "\f0e7";
}
.fi-rr-smile-plus:before {
  content: "\f0e8";
}
.fi-rr-smile-wink:before {
  content: "\f0e9";
}
.fi-rr-smiley-comment-alt:before {
  content: "\f0ea";
}
.fi-rr-smiling-baby:before {
  content: "\f0eb";
}
.fi-rr-smiling-boy:before {
  content: "\f0ec";
}
.fi-rr-smiling-girl:before {
  content: "\f0ed";
}
.fi-rr-smiling-old-man:before {
  content: "\f0ee";
}
.fi-rr-smiling-old-woman:before {
  content: "\f0ef";
}
.fi-rr-smog:before {
  content: "\f0f0";
}
.fi-rr-smoke:before {
  content: "\f0f1";
}
.fi-rr-smoking:before {
  content: "\f0f2";
}
.fi-rr-smoking-ban:before {
  content: "\f0f3";
}
.fi-rr-smoothie:before {
  content: "\f0f4";
}
.fi-rr-snake:before {
  content: "\f0f5";
}
.fi-rr-snap:before {
  content: "\f0f6";
}
.fi-rr-snooze:before {
  content: "\f0f8";
}
.fi-rr-snow-blowing:before {
  content: "\f0f9";
}
.fi-rr-snowboarding:before {
  content: "\f0fa";
}
.fi-rr-snowflake:before {
  content: "\f0fb";
}
.fi-rr-snowflake-droplets:before {
  content: "\f0fc";
}
.fi-rr-snowflakes:before {
  content: "\f0fd";
}
.fi-rr-snowman-alt:before {
  content: "\f0ff";
}
.fi-rr-snowman-head:before {
  content: "\f100";
}
.fi-rr-snowmobile:before {
  content: "\f101";
}
.fi-rr-snowplow:before {
  content: "\f102";
}
.fi-rr-soap:before {
  content: "\f103";
}
.fi-rr-soap-alt:before {
  content: "\f104";
}
.fi-rr-soccer-boots:before {
  content: "\f105";
}
.fi-rr-social-distance:before {
  content: "\f106";
}
.fi-rr-social-media-notification:before {
  content: "\f108";
}
.fi-rr-social-network:before {
  content: "\f109";
}
.fi-rr-socks:before {
  content: "\f10a";
}
.fi-rr-sofa:before {
  content: "\f10b";
}
.fi-rr-sofa-size:before {
  content: "\f10c";
}
.fi-rr-software-development:before {
  content: "\f10d";
}
.fi-rr-solar-panel:before {
  content: "\f10e";
}
.fi-rr-solar-panel-sun:before {
  content: "\f10f";
}
.fi-rr-solar-system:before {
  content: "\f110";
}
.fi-rr-sold-house:before {
  content: "\f111";
}
.fi-rr-sold-signal:before {
  content: "\f112";
}
.fi-rr-sort:before {
  content: "\f114";
}
.fi-rr-sort-alpha-down:before {
  content: "\f115";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\f116";
}
.fi-rr-sort-alpha-up:before {
  content: "\f117";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\f118";
}
.fi-rr-sort-alt:before {
  content: "\f119";
}
.fi-rr-sort-amount-down:before {
  content: "\f11a";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\f11b";
}
.fi-rr-sort-amount-up:before {
  content: "\f11c";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\f11d";
}
.fi-rr-sort-circle:before {
  content: "\f11e";
}
.fi-rr-sort-circle-down:before {
  content: "\f11f";
}
.fi-rr-sort-circle-up:before {
  content: "\f120";
}
.fi-rr-sort-down:before {
  content: "\f121";
}
.fi-rr-sort-numeric-down:before {
  content: "\f122";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\f123";
}
.fi-rr-sort-shapes-down:before {
  content: "\f124";
}
.fi-rr-sort-shapes-up:before {
  content: "\f125";
}
.fi-rr-sort-size-down:before {
  content: "\f126";
}
.fi-rr-sort-size-up:before {
  content: "\f127";
}
.fi-rr-soup:before {
  content: "\f129";
}
.fi-rr-source-data:before {
  content: "\f12a";
}
.fi-rr-source-document:before {
  content: "\f12b";
}
.fi-rr-source-document-alt:before {
  content: "\f12c";
}
.fi-rr-spa:before {
  content: "\f12d";
}
.fi-rr-space-shuttle:before {
  content: "\f12e";
}
.fi-rr-space-station-moon:before {
  content: "\f12f";
}
.fi-rr-space-station-moon-alt:before {
  content: "\f130";
}
.fi-rr-spade:before {
  content: "\f131";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\f132";
}
.fi-rr-spain-country-code:before {
  content: "\f133";
}
.fi-rr-spain-map:before {
  content: "\f134";
}
.fi-rr-spam:before {
  content: "\f135";
}
.fi-rr-spanish:before {
  content: "\f137";
}
.fi-rr-sparkles:before {
  content: "\f139";
}
.fi-rr-spartan-helmet:before {
  content: "\f13a";
}
.fi-rr-speaker:before {
  content: "\f13b";
}
.fi-rr-speakers:before {
  content: "\f13c";
}
.fi-rr-speech-bubble-story:before {
  content: "\f13d";
}
.fi-rr-speedometer-arrow:before {
  content: "\f13e";
}
.fi-rr-speedometer-kpi:before {
  content: "\f13f";
}
.fi-rr-sperm:before {
  content: "\f140";
}
.fi-rr-sphere:before {
  content: "\f141";
}
.fi-rr-spider:before {
  content: "\f142";
}
.fi-rr-spider-black-widow:before {
  content: "\f143";
}
.fi-rr-spider-web:before {
  content: "\f144";
}
.fi-rr-spine:before {
  content: "\f145";
}
.fi-rr-spinner:before {
  content: "\f146";
}
.fi-rr-splash:before {
  content: "\f147";
}
.fi-rr-split:before {
  content: "\f148";
}
.fi-rr-split-screen:before {
  content: "\f149";
}
.fi-rr-split-up-relation:before {
  content: "\f14a";
}
.fi-rr-splotch:before {
  content: "\f14b";
}
.fi-rr-spoon:before {
  content: "\f14c";
}
.fi-rr-sport:before {
  content: "\f14d";
}
.fi-rr-sport-drink:before {
  content: "\f14e";
}
.fi-rr-spray-can:before {
  content: "\f150";
}
.fi-rr-spray-can-sparkles:before {
  content: "\f151";
}
.fi-rr-spring-calendar:before {
  content: "\f152";
}
.fi-rr-sprinkler:before {
  content: "\f153";
}
.fi-rr-spy:before {
  content: "\f154";
}
.fi-rr-spyware:before {
  content: "\f155";
}
.fi-rr-sql-file:before {
  content: "\f156";
}
.fi-rr-sql-server:before {
  content: "\f157";
}
.fi-rr-square:before {
  content: "\f158";
}
.fi-rr-square-0:before {
  content: "\f159";
}
.fi-rr-square-1:before {
  content: "\f15a";
}
.fi-rr-square-2:before {
  content: "\f15b";
}
.fi-rr-square-3:before {
  content: "\f15c";
}
.fi-rr-square-4:before {
  content: "\f15d";
}
.fi-rr-square-5:before {
  content: "\f15e";
}
.fi-rr-square-6:before {
  content: "\f15f";
}
.fi-rr-square-7:before {
  content: "\f160";
}
.fi-rr-square-8:before {
  content: "\f161";
}
.fi-rr-square-9:before {
  content: "\f162";
}
.fi-rr-square-a:before {
  content: "\f163";
}
.fi-rr-square-b:before {
  content: "\f165";
}
.fi-rr-square-bolt:before {
  content: "\f166";
}
.fi-rr-square-c:before {
  content: "\f167";
}
.fi-rr-square-code:before {
  content: "\f168";
}
.fi-rr-square-d:before {
  content: "\f16a";
}
.fi-rr-square-dashed:before {
  content: "\f16b";
}
.fi-rr-square-dashed-circle-plus:before {
  content: "\f16c";
}
.fi-rr-square-divide:before {
  content: "\f16d";
}
.fi-rr-square-e:before {
  content: "\f16e";
}
.fi-rr-square-ellipsis:before {
  content: "\f16f";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\f170";
}
.fi-rr-square-envelope:before {
  content: "\f171";
}
.fi-rr-square-exclamation:before {
  content: "\f172";
}
.fi-rr-square-f:before {
  content: "\f173";
}
.fi-rr-square-g:before {
  content: "\f174";
}
.fi-rr-square-h:before {
  content: "\f175";
}
.fi-rr-square-heart:before {
  content: "\f176";
}
.fi-rr-square-i:before {
  content: "\f177";
}
.fi-rr-square-info:before {
  content: "\f178";
}
.fi-rr-square-j:before {
  content: "\f179";
}
.fi-rr-square-k:before {
  content: "\f17a";
}
.fi-rr-square-kanban:before {
  content: "\f17b";
}
.fi-rr-square-l:before {
  content: "\f17c";
}
.fi-rr-square-m:before {
  content: "\f17d";
}
.fi-rr-square-minus:before {
  content: "\f17e";
}
.fi-rr-square-n:before {
  content: "\f17f";
}
.fi-rr-square-o:before {
  content: "\f180";
}
.fi-rr-square-p:before {
  content: "\f181";
}
.fi-rr-square-pen:before {
  content: "\f182";
}
.fi-rr-square-person-confined:before {
  content: "\f183";
}
.fi-rr-square-phone:before {
  content: "\f184";
}
.fi-rr-square-phone-flip:before {
  content: "\f185";
}
.fi-rr-square-phone-hangup:before {
  content: "\f186";
}
.fi-rr-square-plus:before {
  content: "\f187";
}
.fi-rr-square-poll-horizontal:before {
  content: "\f188";
}
.fi-rr-square-poll-vertical:before {
  content: "\f189";
}
.fi-rr-square-q:before {
  content: "\f18a";
}
.fi-rr-square-quote:before {
  content: "\f18b";
}
.fi-rr-square-r:before {
  content: "\f18c";
}
.fi-rr-square-root:before {
  content: "\f18d";
}
.fi-rr-square-s:before {
  content: "\f18e";
}
.fi-rr-square-small:before {
  content: "\f18f";
}
.fi-rr-square-star:before {
  content: "\f190";
}
.fi-rr-square-t:before {
  content: "\f191";
}
.fi-rr-square-terminal:before {
  content: "\f192";
}
.fi-rr-square-u:before {
  content: "\f193";
}
.fi-rr-square-up-right:before {
  content: "\f194";
}
.fi-rr-square-v:before {
  content: "\f195";
}
.fi-rr-square-w:before {
  content: "\f196";
}
.fi-rr-square-x:before {
  content: "\f197";
}
.fi-rr-square-y:before {
  content: "\f198";
}
.fi-rr-square-z:before {
  content: "\f199";
}
.fi-rr-squid:before {
  content: "\f19a";
}
.fi-rr-squircle:before {
  content: "\f19b";
}
.fi-rr-squirrel:before {
  content: "\f19c";
}
.fi-rr-stadium:before {
  content: "\f19d";
}
.fi-rr-staff:before {
  content: "\f19e";
}
.fi-rr-staff-wizard:before {
  content: "\f19f";
}
.fi-rr-stage:before {
  content: "\f1a0";
}
.fi-rr-stage-concert:before {
  content: "\f1a1";
}
.fi-rr-stage-theatre:before {
  content: "\f1a2";
}
.fi-rr-stairs:before {
  content: "\f1a3";
}
.fi-rr-stamp:before {
  content: "\f1a4";
}
.fi-rr-stamps:before {
  content: "\f1a5";
}
.fi-rr-standard-definition:before {
  content: "\f1a6";
}
.fi-rr-stapler:before {
  content: "\f1a7";
}
.fi-rr-stapler-paper:before {
  content: "\f1a8";
}
.fi-rr-star:before {
  content: "\f1a9";
}
.fi-rr-star-and-crescent:before {
  content: "\f1aa";
}
.fi-rr-star-christmas:before {
  content: "\f1ab";
}
.fi-rr-star-comment-alt:before {
  content: "\f1ad";
}
.fi-rr-star-exclamation:before {
  content: "\f1ae";
}
.fi-rr-star-microphone:before {
  content: "\f1af";
}
.fi-rr-star-octogram:before {
  content: "\f1b0";
}
.fi-rr-star-of-david:before {
  content: "\f1b1";
}
.fi-rr-star-rating-call:before {
  content: "\f1b2";
}
.fi-rr-star-sharp-half:before {
  content: "\f1b3";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\f1b4";
}
.fi-rr-star-shooting:before {
  content: "\f1b5";
}
.fi-rr-starfighter:before {
  content: "\f1b7";
}
.fi-rr-stars:before {
  content: "\f1b8";
}
.fi-rr-state-country:before {
  content: "\f1b9";
}
.fi-rr-stationary-bike:before {
  content: "\f1ba";
}
.fi-rr-stats:before {
  content: "\f1bb";
}
.fi-rr-steak:before {
  content: "\f1bc";
}
.fi-rr-steam-iron:before {
  content: "\f1bd";
}
.fi-rr-steering-wheel:before {
  content: "\f1be";
}
.fi-rr-step-backward:before {
  content: "\f1bf";
}
.fi-rr-step-forward:before {
  content: "\f1c0";
}
.fi-rr-steps-carreer:before {
  content: "\f1c1";
}
.fi-rr-sterling-sign:before {
  content: "\f1c2";
}
.fi-rr-stethoscope:before {
  content: "\f1c3";
}
.fi-rr-sticker:before {
  content: "\f1c4";
}
.fi-rr-stocking:before {
  content: "\f1c6";
}
.fi-rr-stomach:before {
  content: "\f1c7";
}
.fi-rr-stomach-ache:before {
  content: "\f1c8";
}
.fi-rr-stomach-virus:before {
  content: "\f1c9";
}
.fi-rr-stop:before {
  content: "\f1ca";
}
.fi-rr-stop-circle:before {
  content: "\f1cb";
}
.fi-rr-stop-square:before {
  content: "\f1cc";
}
.fi-rr-stopwatch:before {
  content: "\f1cd";
}
.fi-rr-store-alt:before {
  content: "\f1cf";
}
.fi-rr-store-buyer:before {
  content: "\f1d0";
}
.fi-rr-store-lock:before {
  content: "\f1d1";
}
.fi-rr-store-slash:before {
  content: "\f1d2";
}
.fi-rr-story-book:before {
  content: "\f1d3";
}
.fi-rr-story-fairy-tale:before {
  content: "\f1d4";
}
.fi-rr-story-fantasy:before {
  content: "\f1d5";
}
.fi-rr-straightener:before {
  content: "\f1d7";
}
.fi-rr-strategy-chess-risk:before {
  content: "\f1d8";
}
.fi-rr-strawberry:before {
  content: "\f1d9";
}
.fi-rr-streamer-boy:before {
  content: "\f1da";
}
.fi-rr-streamer-girl:before {
  content: "\f1db";
}
.fi-rr-street-view:before {
  content: "\f1dd";
}
.fi-rr-stretcher:before {
  content: "\f1de";
}
.fi-rr-strikethrough:before {
  content: "\f1df";
}
.fi-rr-stroopwafel:before {
  content: "\f1e1";
}
.fi-rr-student:before {
  content: "\f1e2";
}
.fi-rr-student-alt:before {
  content: "\f1e3";
}
.fi-rr-subfolder:before {
  content: "\f1e4";
}
.fi-rr-subscript:before {
  content: "\f1e7";
}
.fi-rr-subscription:before {
  content: "\f1e8";
}
.fi-rr-subscription-alt:before {
  content: "\f1e9";
}
.fi-rr-subscription-model:before {
  content: "\f1ea";
}
.fi-rr-subscription-user:before {
  content: "\f1eb";
}
.fi-rr-subtitles:before {
  content: "\f1f0";
}
.fi-rr-subtitles-slash:before {
  content: "\f1f1";
}
.fi-rr-subway:before {
  content: "\f1f2";
}
.fi-rr-suggestion:before {
  content: "\f1f3";
}
.fi-rr-suitcase-alt:before {
  content: "\f1f4";
}
.fi-rr-summary-check:before {
  content: "\f1f5";
}
.fi-rr-summer:before {
  content: "\f1f6";
}
.fi-rr-sun:before {
  content: "\f1f7";
}
.fi-rr-sun-dust:before {
  content: "\f1f8";
}
.fi-rr-sun-plant-wilt:before {
  content: "\f1f9";
}
.fi-rr-sun-salutation-yoga:before {
  content: "\f1fa";
}
.fi-rr-sunday:before {
  content: "\f1fb";
}
.fi-rr-sunglasses:before {
  content: "\f1fc";
}
.fi-rr-sunglasses-alt:before {
  content: "\f1fd";
}
.fi-rr-sunrise:before {
  content: "\f1fe";
}
.fi-rr-sunrise-alt:before {
  content: "\f1ff";
}
.fi-rr-sunscreen:before {
  content: "\f200";
}
.fi-rr-sunset:before {
  content: "\f201";
}
.fi-rr-superscript:before {
  content: "\f202";
}
.fi-rr-supplier:before {
  content: "\f203";
}
.fi-rr-supplier-alt:before {
  content: "\f204";
}
.fi-rr-supply-chain:before {
  content: "\f205";
}
.fi-rr-supply-chain-steps:before {
  content: "\f206";
}
.fi-rr-surfing:before {
  content: "\f207";
}
.fi-rr-surprise:before {
  content: "\f208";
}
.fi-rr-surveillance-camera:before {
  content: "\f209";
}
.fi-rr-survey-xmark:before {
  content: "\f20a";
}
.fi-rr-sushi:before {
  content: "\f20b";
}
.fi-rr-sushi-alt:before {
  content: "\f20c";
}
.fi-rr-sushi-roll:before {
  content: "\f20d";
}
.fi-rr-svg:before {
  content: "\f20e";
}
.fi-rr-swap:before {
  content: "\f20f";
}
.fi-rr-swatchbook:before {
  content: "\f211";
}
.fi-rr-sweep:before {
  content: "\f212";
}
.fi-rr-swimmer:before {
  content: "\f214";
}
.fi-rr-swimming-pool:before {
  content: "\f215";
}
.fi-rr-swing:before {
  content: "\f216";
}
.fi-rr-swipe-down:before {
  content: "\f217";
}
.fi-rr-swipe-left:before {
  content: "\f218";
}
.fi-rr-swipe-right:before {
  content: "\f219";
}
.fi-rr-swipe-up:before {
  content: "\f21a";
}
.fi-rr-sword:before {
  content: "\f21b";
}
.fi-rr-sword-alt:before {
  content: "\f21c";
}
.fi-rr-symbol:before {
  content: "\f21e";
}
.fi-rr-symbols:before {
  content: "\f21f";
}
.fi-rr-synagogue:before {
  content: "\f220";
}
.fi-rr-syringe:before {
  content: "\f221";
}
.fi-rr-syringe-injection-blood:before {
  content: "\f222";
}
.fi-rr-system-cloud:before {
  content: "\f223";
}
.fi-rr-t:before {
  content: "\f224";
}
.fi-rr-t-rex:before {
  content: "\f226";
}
.fi-rr-t-square:before {
  content: "\f227";
}
.fi-rr-tab-folder:before {
  content: "\f228";
}
.fi-rr-table:before {
  content: "\f229";
}
.fi-rr-table-columns:before {
  content: "\f22a";
}
.fi-rr-table-layout:before {
  content: "\f22b";
}
.fi-rr-table-list:before {
  content: "\f22c";
}
.fi-rr-table-picnic:before {
  content: "\f22d";
}
.fi-rr-table-pivot:before {
  content: "\f22e";
}
.fi-rr-table-rows:before {
  content: "\f22f";
}
.fi-rr-table-tree:before {
  content: "\f230";
}
.fi-rr-tablet:before {
  content: "\f231";
}
.fi-rr-tablet-android:before {
  content: "\f232";
}
.fi-rr-tablet-android-alt:before {
  content: "\f233";
}
.fi-rr-tablet-rugged:before {
  content: "\f234";
}
.fi-rr-tachometer:before {
  content: "\f235";
}
.fi-rr-tachometer-alt-average:before {
  content: "\f236";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\f237";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\f238";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\f239";
}
.fi-rr-tachometer-average:before {
  content: "\f23a";
}
.fi-rr-tachometer-fast:before {
  content: "\f23b";
}
.fi-rr-tachometer-fastest:before {
  content: "\f23c";
}
.fi-rr-tachometer-slow:before {
  content: "\f23d";
}
.fi-rr-tachometer-slowest:before {
  content: "\f23e";
}
.fi-rr-taco:before {
  content: "\f23f";
}
.fi-rr-tags:before {
  content: "\f240";
}
.fi-rr-talent:before {
  content: "\f241";
}
.fi-rr-talent-alt:before {
  content: "\f242";
}
.fi-rr-talent-hand:before {
  content: "\f243";
}
.fi-rr-tally:before {
  content: "\f244";
}
.fi-rr-tally-1:before {
  content: "\f245";
}
.fi-rr-tally-2:before {
  content: "\f246";
}
.fi-rr-tally-3:before {
  content: "\f247";
}
.fi-rr-tally-4:before {
  content: "\f248";
}
.fi-rr-tamale:before {
  content: "\f249";
}
.fi-rr-tank-water:before {
  content: "\f24b";
}
.fi-rr-tap:before {
  content: "\f24c";
}
.fi-rr-tape:before {
  content: "\f24d";
}
.fi-rr-target:before {
  content: "\f24e";
}
.fi-rr-target-audience:before {
  content: "\f24f";
}
.fi-rr-task-calendar:before {
  content: "\f250";
}
.fi-rr-task-checklist:before {
  content: "\f251";
}
.fi-rr-tasks:before {
  content: "\f252";
}
.fi-rr-tattoo-machine:before {
  content: "\f253";
}
.fi-rr-tax:before {
  content: "\f254";
}
.fi-rr-tax-alt:before {
  content: "\f255";
}
.fi-rr-taxi:before {
  content: "\f256";
}
.fi-rr-taxi-bus:before {
  content: "\f257";
}
.fi-rr-team:before {
  content: "\f258";
}
.fi-rr-team-check:before {
  content: "\f259";
}
.fi-rr-team-check-alt:before {
  content: "\f25a";
}
.fi-rr-team-collaboration:before {
  content: "\f25b";
}
.fi-rr-teddy-bear:before {
  content: "\f25c";
}
.fi-rr-teeth-open:before {
  content: "\f25d";
}
.fi-rr-telescope:before {
  content: "\f25f";
}
.fi-rr-temperature-down:before {
  content: "\f260";
}
.fi-rr-temperature-frigid:before {
  content: "\f261";
}
.fi-rr-temperature-high:before {
  content: "\f262";
}
.fi-rr-temperature-list:before {
  content: "\f263";
}
.fi-rr-temperature-low:before {
  content: "\f264";
}
.fi-rr-temperature-up:before {
  content: "\f265";
}
.fi-rr-template:before {
  content: "\f266";
}
.fi-rr-template-alt:before {
  content: "\f267";
}
.fi-rr-tenge:before {
  content: "\f269";
}
.fi-rr-tennis:before {
  content: "\f26a";
}
.fi-rr-tent-arrow-down-to-line:before {
  content: "\f26b";
}
.fi-rr-tent-arrow-left-right:before {
  content: "\f26c";
}
.fi-rr-tent-arrow-turn-left:before {
  content: "\f26d";
}
.fi-rr-tent-arrows-down:before {
  content: "\f26e";
}
.fi-rr-tents:before {
  content: "\f26f";
}
.fi-rr-terminal:before {
  content: "\f270";
}
.fi-rr-terms-check:before {
  content: "\f271";
}
.fi-rr-terms-info:before {
  content: "\f273";
}
.fi-rr-terrace:before {
  content: "\f274";
}
.fi-rr-test:before {
  content: "\f275";
}
.fi-rr-test-tube:before {
  content: "\f276";
}
.fi-rr-text:before {
  content: "\f277";
}
.fi-rr-text-box:before {
  content: "\f278";
}
.fi-rr-text-box-dots:before {
  content: "\f279";
}
.fi-rr-text-box-edit:before {
  content: "\f27a";
}
.fi-rr-text-check:before {
  content: "\f27b";
}
.fi-rr-text-height:before {
  content: "\f27c";
}
.fi-rr-text-input-left:before {
  content: "\f27d";
}
.fi-rr-text-shadow:before {
  content: "\f27e";
}
.fi-rr-text-size:before {
  content: "\f27f";
}
.fi-rr-text-slash:before {
  content: "\f280";
}
.fi-rr-text-width:before {
  content: "\f281";
}
.fi-rr-theater-masks:before {
  content: "\f283";
}
.fi-rr-thermometer-alt:before {
  content: "\f284";
}
.fi-rr-thermometer-empty:before {
  content: "\f285";
}
.fi-rr-thermometer-full:before {
  content: "\f286";
}
.fi-rr-thermometer-half:before {
  content: "\f287";
}
.fi-rr-thermometer-quarter:before {
  content: "\f288";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\f289";
}
.fi-rr-theta:before {
  content: "\f28a";
}
.fi-rr-third:before {
  content: "\f28b";
}
.fi-rr-third-award:before {
  content: "\f28c";
}
.fi-rr-third-laurel:before {
  content: "\f28d";
}
.fi-rr-third-medal:before {
  content: "\f28e";
}
.fi-rr-thought-bubble:before {
  content: "\f28f";
}
.fi-rr-three-direction:before {
  content: "\f291";
}
.fi-rr-three-leaf-clover:before {
  content: "\f292";
}
.fi-rr-throat:before {
  content: "\f293";
}
.fi-rr-thumbs-up-trust:before {
  content: "\f296";
}
.fi-rr-thumbtack:before {
  content: "\f297";
}
.fi-rr-thumbtack-slash:before {
  content: "\f298";
}
.fi-rr-thunderstorm:before {
  content: "\f299";
}
.fi-rr-thunderstorm-moon:before {
  content: "\f29a";
}
.fi-rr-thunderstorm-risk:before {
  content: "\f29b";
}
.fi-rr-thunderstorm-sun:before {
  content: "\f29c";
}
.fi-rr-thursday:before {
  content: "\f29d";
}
.fi-rr-ticket:before {
  content: "\f29e";
}
.fi-rr-ticket-airline:before {
  content: "\f29f";
}
.fi-rr-ticket-alt:before {
  content: "\f2a0";
}
.fi-rr-tickets:before {
  content: "\f2a1";
}
.fi-rr-tickets-airline:before {
  content: "\f2a2";
}
.fi-rr-tie:before {
  content: "\f2a3";
}
.fi-rr-tiff-file:before {
  content: "\f2a4";
}
.fi-rr-tilde:before {
  content: "\f2a6";
}
.fi-rr-time-add:before {
  content: "\f2a7";
}
.fi-rr-time-check:before {
  content: "\f2a8";
}
.fi-rr-time-delete:before {
  content: "\f2a9";
}
.fi-rr-time-fast:before {
  content: "\f2aa";
}
.fi-rr-time-forward:before {
  content: "\f2ab";
}
.fi-rr-time-forward-sixty:before {
  content: "\f2ac";
}
.fi-rr-time-forward-ten:before {
  content: "\f2ad";
}
.fi-rr-time-forward-thirty:before {
  content: "\f2ae";
}
.fi-rr-time-half-past:before {
  content: "\f2af";
}
.fi-rr-time-management:before {
  content: "\f2b0";
}
.fi-rr-time-money:before {
  content: "\f2b1";
}
.fi-rr-time-oclock:before {
  content: "\f2b2";
}
.fi-rr-time-past:before {
  content: "\f2b3";
}
.fi-rr-time-quarter-past:before {
  content: "\f2b4";
}
.fi-rr-time-quarter-to:before {
  content: "\f2b5";
}
.fi-rr-time-twenty-four:before {
  content: "\f2b6";
}
.fi-rr-time-watch-calendar:before {
  content: "\f2b7";
}
.fi-rr-timeline:before {
  content: "\f2b8";
}
.fi-rr-timeline-arrow:before {
  content: "\f2b9";
}
.fi-rr-timer-clock-call:before {
  content: "\f2ba";
}
.fi-rr-times-hexagon:before {
  content: "\f2bb";
}
.fi-rr-tint-slash:before {
  content: "\f2bc";
}
.fi-rr-tip-button:before {
  content: "\f2bd";
}
.fi-rr-tip-button-hand:before {
  content: "\f2be";
}
.fi-rr-tip-coin:before {
  content: "\f2bf";
}
.fi-rr-tire:before {
  content: "\f2c3";
}
.fi-rr-tire-flat:before {
  content: "\f2c4";
}
.fi-rr-tire-pressure-warning:before {
  content: "\f2c5";
}
.fi-rr-tire-rugged:before {
  content: "\f2c6";
}
.fi-rr-tired:before {
  content: "\f2c7";
}
.fi-rr-to-do:before {
  content: "\f2c8";
}
.fi-rr-to-do-alt:before {
  content: "\f2c9";
}
.fi-rr-together-people:before {
  content: "\f2cc";
}
.fi-rr-toggle-off:before {
  content: "\f2ce";
}
.fi-rr-toggle-on:before {
  content: "\f2cf";
}
.fi-rr-toilet:before {
  content: "\f2d0";
}
.fi-rr-toilet-paper-blank:before {
  content: "\f2d1";
}
.fi-rr-toilet-paper-blank-under:before {
  content: "\f2d2";
}
.fi-rr-toilet-paper-slash:before {
  content: "\f2d3";
}
.fi-rr-toilet-paper-under:before {
  content: "\f2d4";
}
.fi-rr-toilet-paper-under-slash:before {
  content: "\f2d5";
}
.fi-rr-toilet-paper-xmark:before {
  content: "\f2d6";
}
.fi-rr-toilets-portable:before {
  content: "\f2d7";
}
.fi-rr-token:before {
  content: "\f2d8";
}
.fi-rr-tomato:before {
  content: "\f2d9";
}
.fi-rr-tombstone:before {
  content: "\f2da";
}
.fi-rr-tombstone-alt:before {
  content: "\f2db";
}
.fi-rr-tool-box:before {
  content: "\f2dc";
}
.fi-rr-tool-crop:before {
  content: "\f2dd";
}
.fi-rr-tool-marquee:before {
  content: "\f2de";
}
.fi-rr-tools:before {
  content: "\f2df";
}
.fi-rr-tooth:before {
  content: "\f2e0";
}
.fi-rr-toothache:before {
  content: "\f2e1";
}
.fi-rr-toothbrush:before {
  content: "\f2e2";
}
.fi-rr-toothpaste:before {
  content: "\f2e3";
}
.fi-rr-torch:before {
  content: "\f2e4";
}
.fi-rr-torch-inspiration-leader:before {
  content: "\f2e5";
}
.fi-rr-torii-gate:before {
  content: "\f2e6";
}
.fi-rr-tornado:before {
  content: "\f2e7";
}
.fi-rr-total:before {
  content: "\f2e8";
}
.fi-rr-tour-guide-people:before {
  content: "\f2e9";
}
.fi-rr-tour-virtual:before {
  content: "\f2ea";
}
.fi-rr-towel:before {
  content: "\f2eb";
}
.fi-rr-tower-chain:before {
  content: "\f2ed";
}
.fi-rr-tower-control:before {
  content: "\f2ee";
}
.fi-rr-track:before {
  content: "\f2ef";
}
.fi-rr-tractor:before {
  content: "\f2f0";
}
.fi-rr-trademark:before {
  content: "\f2f1";
}
.fi-rr-trading:before {
  content: "\f2f2";
}
.fi-rr-traffic-cone:before {
  content: "\f2f3";
}
.fi-rr-traffic-light:before {
  content: "\f2f4";
}
.fi-rr-traffic-light-go:before {
  content: "\f2f5";
}
.fi-rr-traffic-light-slow:before {
  content: "\f2f6";
}
.fi-rr-traffic-light-stop:before {
  content: "\f2f7";
}
.fi-rr-trailer:before {
  content: "\f2f8";
}
.fi-rr-train:before {
  content: "\f2f9";
}
.fi-rr-train-clock:before {
  content: "\f2fa";
}
.fi-rr-train-journey:before {
  content: "\f2fb";
}
.fi-rr-train-side:before {
  content: "\f2fc";
}
.fi-rr-train-station:before {
  content: "\f2fd";
}
.fi-rr-train-station-building:before {
  content: "\f2fe";
}
.fi-rr-train-subway-tunnel:before {
  content: "\f2ff";
}
.fi-rr-train-track:before {
  content: "\f300";
}
.fi-rr-train-tram:before {
  content: "\f301";
}
.fi-rr-tram:before {
  content: "\f302";
}
.fi-rr-transaction-euro:before {
  content: "\f303";
}
.fi-rr-transaction-globe:before {
  content: "\f304";
}
.fi-rr-transaction-yen:before {
  content: "\f305";
}
.fi-rr-transcript:before {
  content: "\f306";
}
.fi-rr-transcription:before {
  content: "\f307";
}
.fi-rr-transform:before {
  content: "\f308";
}
.fi-rr-transformation-block:before {
  content: "\f309";
}
.fi-rr-transformation-circle:before {
  content: "\f30a";
}
.fi-rr-transformation-design:before {
  content: "\f30b";
}
.fi-rr-transformation-shapes:before {
  content: "\f30c";
}
.fi-rr-transformer-bolt:before {
  content: "\f30d";
}
.fi-rr-transgender:before {
  content: "\f30e";
}
.fi-rr-translate:before {
  content: "\f30f";
}
.fi-rr-translation-app:before {
  content: "\f311";
}
.fi-rr-transparency:before {
  content: "\f312";
}
.fi-rr-transporter:before {
  content: "\f313";
}
.fi-rr-transporter-1:before {
  content: "\f314";
}
.fi-rr-transporter-2:before {
  content: "\f315";
}
.fi-rr-transporter-3:before {
  content: "\f316";
}
.fi-rr-transporter-4:before {
  content: "\f317";
}
.fi-rr-transporter-5:before {
  content: "\f318";
}
.fi-rr-transporter-6:before {
  content: "\f319";
}
.fi-rr-transporter-7:before {
  content: "\f31a";
}
.fi-rr-transporter-empty:before {
  content: "\f31b";
}
.fi-rr-trash:before {
  content: "\f31c";
}
.fi-rr-trash-bag:before {
  content: "\f31d";
}
.fi-rr-trash-can-check:before {
  content: "\f31e";
}
.fi-rr-trash-can-clock:before {
  content: "\f31f";
}
.fi-rr-trash-can-list:before {
  content: "\f320";
}
.fi-rr-trash-can-plus:before {
  content: "\f321";
}
.fi-rr-trash-can-slash:before {
  content: "\f322";
}
.fi-rr-trash-check:before {
  content: "\f323";
}
.fi-rr-trash-clock:before {
  content: "\f324";
}
.fi-rr-trash-empty:before {
  content: "\f325";
}
.fi-rr-trash-list:before {
  content: "\f326";
}
.fi-rr-trash-plus:before {
  content: "\f327";
}
.fi-rr-trash-restore:before {
  content: "\f328";
}
.fi-rr-trash-restore-alt:before {
  content: "\f329";
}
.fi-rr-trash-slash:before {
  content: "\f32a";
}
.fi-rr-trash-undo:before {
  content: "\f32b";
}
.fi-rr-trash-undo-alt:before {
  content: "\f32c";
}
.fi-rr-trash-xmark:before {
  content: "\f32d";
}
.fi-rr-trauma:before {
  content: "\f32e";
}
.fi-rr-traveler-camera:before {
  content: "\f330";
}
.fi-rr-treadmill:before {
  content: "\f331";
}
.fi-rr-treasure-chest:before {
  content: "\f332";
}
.fi-rr-treatment:before {
  content: "\f333";
}
.fi-rr-tree:before {
  content: "\f334";
}
.fi-rr-tree-alt:before {
  content: "\f335";
}
.fi-rr-tree-christmas:before {
  content: "\f336";
}
.fi-rr-tree-deciduous:before {
  content: "\f337";
}
.fi-rr-trees:before {
  content: "\f339";
}
.fi-rr-trees-alt:before {
  content: "\f33a";
}
.fi-rr-triangle:before {
  content: "\f33c";
}
.fi-rr-triangle-arrow-bolt:before {
  content: "\f33d";
}
.fi-rr-triangle-music:before {
  content: "\f33e";
}
.fi-rr-triangle-person-digging:before {
  content: "\f33f";
}
.fi-rr-triangle-warning:before {
  content: "\f340";
}
.fi-rr-tricycle:before {
  content: "\f341";
}
.fi-rr-trillium:before {
  content: "\f342";
}
.fi-rr-trombone:before {
  content: "\f345";
}
.fi-rr-troph-cap:before {
  content: "\f346";
}
.fi-rr-trophy:before {
  content: "\f347";
}
.fi-rr-trophy-achievement-skill:before {
  content: "\f348";
}
.fi-rr-trophy-star:before {
  content: "\f349";
}
.fi-rr-truck-arrow-left:before {
  content: "\f34a";
}
.fi-rr-truck-arrow-right:before {
  content: "\f34b";
}
.fi-rr-truck-bolt:before {
  content: "\f34c";
}
.fi-rr-truck-box:before {
  content: "\f34d";
}
.fi-rr-truck-check:before {
  content: "\f34e";
}
.fi-rr-truck-container:before {
  content: "\f350";
}
.fi-rr-truck-container-empty:before {
  content: "\f351";
}
.fi-rr-truck-couch:before {
  content: "\f352";
}
.fi-rr-truck-droplet:before {
  content: "\f353";
}
.fi-rr-truck-fire:before {
  content: "\f354";
}
.fi-rr-truck-flatbed:before {
  content: "\f355";
}
.fi-rr-truck-front:before {
  content: "\f356";
}
.fi-rr-truck-ladder:before {
  content: "\f357";
}
.fi-rr-truck-loading:before {
  content: "\f358";
}
.fi-rr-truck-medical:before {
  content: "\f359";
}
.fi-rr-truck-monster:before {
  content: "\f35a";
}
.fi-rr-truck-moving:before {
  content: "\f35b";
}
.fi-rr-truck-pickup:before {
  content: "\f35c";
}
.fi-rr-truck-plow:before {
  content: "\f35d";
}
.fi-rr-truck-ramp:before {
  content: "\f35e";
}
.fi-rr-truck-side:before {
  content: "\f35f";
}
.fi-rr-truck-tow:before {
  content: "\f360";
}
.fi-rr-truck-utensils:before {
  content: "\f361";
}
.fi-rr-trumpet:before {
  content: "\f363";
}
.fi-rr-trust:before {
  content: "\f364";
}
.fi-rr-trust-alt:before {
  content: "\f365";
}
.fi-rr-tshirt:before {
  content: "\f366";
}
.fi-rr-tty:before {
  content: "\f367";
}
.fi-rr-tty-answer:before {
  content: "\f368";
}
.fi-rr-tubes:before {
  content: "\f369";
}
.fi-rr-tuesday:before {
  content: "\f36b";
}
.fi-rr-tugrik-sign:before {
  content: "\f36c";
}
.fi-rr-turkey:before {
  content: "\f36e";
}
.fi-rr-turn-left:before {
  content: "\f36f";
}
.fi-rr-turn-left-down:before {
  content: "\f370";
}
.fi-rr-turn-right:before {
  content: "\f371";
}
.fi-rr-turntable:before {
  content: "\f372";
}
.fi-rr-turtle:before {
  content: "\f373";
}
.fi-rr-tv-music:before {
  content: "\f374";
}
.fi-rr-tv-retro:before {
  content: "\f375";
}
.fi-rr-two-nails:before {
  content: "\f37b";
}
.fi-rr-two-paperclip:before {
  content: "\f37c";
}
.fi-rr-two-swords:before {
  content: "\f37d";
}
.fi-rr-typewriter:before {
  content: "\f37f";
}
.fi-rr-u:before {
  content: "\f380";
}
.fi-rr-ufo:before {
  content: "\f383";
}
.fi-rr-ufo-beam:before {
  content: "\f384";
}
.fi-rr-ui-ux:before {
  content: "\f385";
}
.fi-rr-uk-country-code:before {
  content: "\f386";
}
.fi-rr-umbrella:before {
  content: "\f387";
}
.fi-rr-umbrella-beach:before {
  content: "\f388";
}
.fi-rr-under-construction:before {
  content: "\f389";
}
.fi-rr-underline:before {
  content: "\f38a";
}
.fi-rr-undo:before {
  content: "\f38b";
}
.fi-rr-undo-alt:before {
  content: "\f38c";
}
.fi-rr-unicorn:before {
  content: "\f38d";
}
.fi-rr-uniform-martial-arts:before {
  content: "\f38e";
}
.fi-rr-united-kingdom:before {
  content: "\f390";
}
.fi-rr-universal-access:before {
  content: "\f392";
}
.fi-rr-unlock:before {
  content: "\f393";
}
.fi-rr-up:before {
  content: "\f395";
}
.fi-rr-up-from-bracket:before {
  content: "\f396";
}
.fi-rr-up-left:before {
  content: "\f397";
}
.fi-rr-up-right:before {
  content: "\f398";
}
.fi-rr-up-right-from-square:before {
  content: "\f399";
}
.fi-rr-upload:before {
  content: "\f39a";
}
.fi-rr-urban-planning:before {
  content: "\f39d";
}
.fi-rr-url:before {
  content: "\f39e";
}
.fi-rr-urology:before {
  content: "\f39f";
}
.fi-rr-usa-map:before {
  content: "\f3a0";
}
.fi-rr-usa-map-pin:before {
  content: "\f3a1";
}
.fi-rr-usb-pendrive:before {
  content: "\f3a3";
}
.fi-rr-usb-scan:before {
  content: "\f3a4";
}
.fi-rr-usb-wifi:before {
  content: "\f3a5";
}
.fi-rr-usd-circle:before {
  content: "\f3a6";
}
.fi-rr-usd-square:before {
  content: "\f3a7";
}
.fi-rr-user:before {
  content: "\f3a9";
}
.fi-rr-user-add:before {
  content: "\f3aa";
}
.fi-rr-user-alien:before {
  content: "\f3ab";
}
.fi-rr-user-astronaut:before {
  content: "\f3ac";
}
.fi-rr-user-bag:before {
  content: "\f3ad";
}
.fi-rr-user-basket:before {
  content: "\f3ae";
}
.fi-rr-user-beard:before {
  content: "\f3af";
}
.fi-rr-user-check:before {
  content: "\f3b0";
}
.fi-rr-user-chef:before {
  content: "\f3b1";
}
.fi-rr-user-circle-down:before {
  content: "\f3b2";
}
.fi-rr-user-circle-left:before {
  content: "\f3b3";
}
.fi-rr-user-circle-right:before {
  content: "\f3b4";
}
.fi-rr-user-circle-up:before {
  content: "\f3b5";
}
.fi-rr-user-coach:before {
  content: "\f3b6";
}
.fi-rr-user-cowboy:before {
  content: "\f3b7";
}
.fi-rr-user-crown:before {
  content: "\f3b8";
}
.fi-rr-user-dj:before {
  content: "\f3ba";
}
.fi-rr-user-doctor-hair:before {
  content: "\f3bb";
}
.fi-rr-user-doctor-hair-long:before {
  content: "\f3bc";
}
.fi-rr-user-down:before {
  content: "\f3bd";
}
.fi-rr-user-eating:before {
  content: "\f3be";
}
.fi-rr-user-experience:before {
  content: "\f3bf";
}
.fi-rr-user-fast-running:before {
  content: "\f3c0";
}
.fi-rr-user-forbidden:before {
  content: "\f3c1";
}
.fi-rr-user-forbidden-alt:before {
  content: "\f3c2";
}
.fi-rr-user-gear:before {
  content: "\f3c3";
}
.fi-rr-user-graduate:before {
  content: "\f3c4";
}
.fi-rr-user-group-crown:before {
  content: "\f3c5";
}
.fi-rr-user-hair-buns:before {
  content: "\f3c6";
}
.fi-rr-user-hair-mullet:before {
  content: "\f3c7";
}
.fi-rr-user-hard-work:before {
  content: "\f3c8";
}
.fi-rr-user-headset:before {
  content: "\f3c9";
}
.fi-rr-user-helmet-safety:before {
  content: "\f3ca";
}
.fi-rr-user-hoodie:before {
  content: "\f3cb";
}
.fi-rr-user-india:before {
  content: "\f3cc";
}
.fi-rr-user-injured:before {
  content: "\f3cd";
}
.fi-rr-user-interface-ui:before {
  content: "\f3ce";
}
.fi-rr-user-key:before {
  content: "\f3cf";
}
.fi-rr-user-language:before {
  content: "\f3d0";
}
.fi-rr-user-left:before {
  content: "\f3d1";
}
.fi-rr-user-link:before {
  content: "\f3d2";
}
.fi-rr-user-lock:before {
  content: "\f3d3";
}
.fi-rr-user-logout:before {
  content: "\f3d4";
}
.fi-rr-user-mask:before {
  content: "\f3d5";
}
.fi-rr-user-md:before {
  content: "\f3d6";
}
.fi-rr-user-md-chat:before {
  content: "\f3d7";
}
.fi-rr-user-minus:before {
  content: "\f3d8";
}
.fi-rr-user-moustache:before {
  content: "\f3d9";
}
.fi-rr-user-music:before {
  content: "\f3da";
}
.fi-rr-user-ninja:before {
  content: "\f3db";
}
.fi-rr-user-nurse:before {
  content: "\f3dc";
}
.fi-rr-user-nurse-hair:before {
  content: "\f3dd";
}
.fi-rr-user-nurse-hair-long:before {
  content: "\f3de";
}
.fi-rr-user-pen:before {
  content: "\f3e0";
}
.fi-rr-user-pen-head:before {
  content: "\f3e1";
}
.fi-rr-user-permissions:before {
  content: "\f3e2";
}
.fi-rr-user-pilot:before {
  content: "\f3e3";
}
.fi-rr-user-pilot-tie:before {
  content: "\f3e4";
}
.fi-rr-user-pizza-delivery:before {
  content: "\f3e5";
}
.fi-rr-user-plumber:before {
  content: "\f3e6";
}
.fi-rr-user-police:before {
  content: "\f3e7";
}
.fi-rr-user-question:before {
  content: "\f3e8";
}
.fi-rr-user-right:before {
  content: "\f3e9";
}
.fi-rr-user-roadmap:before {
  content: "\f3ea";
}
.fi-rr-user-robot:before {
  content: "\f3eb";
}
.fi-rr-user-robot-xmarks:before {
  content: "\f3ec";
}
.fi-rr-user-salary:before {
  content: "\f3ed";
}
.fi-rr-user-shakespeare:before {
  content: "\f3ee";
}
.fi-rr-user-shield:before {
  content: "\f3ef";
}
.fi-rr-user-sitting-toilet:before {
  content: "\f3f0";
}
.fi-rr-user-skill-gear:before {
  content: "\f3f2";
}
.fi-rr-user-slash:before {
  content: "\f3f3";
}
.fi-rr-user-speaking:before {
  content: "\f3f4";
}
.fi-rr-user-stress:before {
  content: "\f3f5";
}
.fi-rr-user-suitcase:before {
  content: "\f3f6";
}
.fi-rr-user-tag:before {
  content: "\f3f7";
}
.fi-rr-user-tie-hair:before {
  content: "\f3f8";
}
.fi-rr-user-tie-hair-long:before {
  content: "\f3f9";
}
.fi-rr-user-time:before {
  content: "\f3fa";
}
.fi-rr-user-trust:before {
  content: "\f3fb";
}
.fi-rr-user-unlock:before {
  content: "\f3fc";
}
.fi-rr-user-up:before {
  content: "\f3fd";
}
.fi-rr-user-visor:before {
  content: "\f3fe";
}
.fi-rr-user-vneck-hair:before {
  content: "\f3ff";
}
.fi-rr-user-vneck-hair-long:before {
  content: "\f400";
}
.fi-rr-user-volunteer:before {
  content: "\f401";
}
.fi-rr-user-writer:before {
  content: "\f402";
}
.fi-rr-user-xmark:before {
  content: "\f403";
}
.fi-rr-users:before {
  content: "\f404";
}
.fi-rr-users-alt:before {
  content: "\f405";
}
.fi-rr-users-class:before {
  content: "\f406";
}
.fi-rr-users-gear:before {
  content: "\f409";
}
.fi-rr-users-loyalty:before {
  content: "\f40a";
}
.fi-rr-users-medical:before {
  content: "\f40b";
}
.fi-rr-users-slash:before {
  content: "\f40c";
}
.fi-rr-users-speaking:before {
  content: "\f40d";
}
.fi-rr-utensils:before {
  content: "\f40e";
}
.fi-rr-utensils-slash:before {
  content: "\f40f";
}
.fi-rr-utility-pole:before {
  content: "\f410";
}
.fi-rr-utility-pole-double:before {
  content: "\f411";
}
.fi-rr-ux:before {
  content: "\f413";
}
.fi-rr-ux-browser:before {
  content: "\f414";
}
.fi-rr-v:before {
  content: "\f415";
}
.fi-rr-vacuum:before {
  content: "\f417";
}
.fi-rr-vacuum-cleaner:before {
  content: "\f418";
}
.fi-rr-vacuum-robot:before {
  content: "\f419";
}
.fi-rr-value-absolute:before {
  content: "\f41a";
}
.fi-rr-van-fast:before {
  content: "\f41b";
}
.fi-rr-van-front:before {
  content: "\f41c";
}
.fi-rr-vault:before {
  content: "\f41d";
}
.fi-rr-vector:before {
  content: "\f41e";
}
.fi-rr-vector-alt:before {
  content: "\f41f";
}
.fi-rr-vector-circle:before {
  content: "\f420";
}
.fi-rr-vector-polygon:before {
  content: "\f421";
}
.fi-rr-vegan:before {
  content: "\f422";
}
.fi-rr-venus:before {
  content: "\f423";
}
.fi-rr-venus-double:before {
  content: "\f424";
}
.fi-rr-venus-mars:before {
  content: "\f425";
}
.fi-rr-vest:before {
  content: "\f427";
}
.fi-rr-vest-patches:before {
  content: "\f428";
}
.fi-rr-video-arrow-down-left:before {
  content: "\f429";
}
.fi-rr-video-arrow-up-right:before {
  content: "\f42a";
}
.fi-rr-video-camera:before {
  content: "\f42b";
}
.fi-rr-video-camera-alt:before {
  content: "\f42c";
}
.fi-rr-video-duration:before {
  content: "\f42d";
}
.fi-rr-video-folder:before {
  content: "\f42e";
}
.fi-rr-video-plus:before {
  content: "\f430";
}
.fi-rr-video-recording:before {
  content: "\f431";
}
.fi-rr-video-slash:before {
  content: "\f432";
}
.fi-rr-videoconference:before {
  content: "\f433";
}
.fi-rr-vihara:before {
  content: "\f435";
}
.fi-rr-violin:before {
  content: "\f437";
}
.fi-rr-virtual-assistant:before {
  content: "\f438";
}
.fi-rr-virus:before {
  content: "\f439";
}
.fi-rr-virus-scan:before {
  content: "\f43a";
}
.fi-rr-virus-slash:before {
  content: "\f43b";
}
.fi-rr-viruses:before {
  content: "\f43c";
}
.fi-rr-vision:before {
  content: "\f43e";
}
.fi-rr-vision-sense:before {
  content: "\f43f";
}
.fi-rr-vision-target:before {
  content: "\f440";
}
.fi-rr-visit:before {
  content: "\f441";
}
.fi-rr-voice-command:before {
  content: "\f444";
}
.fi-rr-voice-note:before {
  content: "\f445";
}
.fi-rr-voicemail:before {
  content: "\f446";
}
.fi-rr-volcano:before {
  content: "\f447";
}
.fi-rr-volleyball:before {
  content: "\f448";
}
.fi-rr-volleyball-player:before {
  content: "\f449";
}
.fi-rr-volume:before {
  content: "\f44a";
}
.fi-rr-volume-control:before {
  content: "\f44b";
}
.fi-rr-volume-down:before {
  content: "\f44c";
}
.fi-rr-volume-mute:before {
  content: "\f44d";
}
.fi-rr-volume-off:before {
  content: "\f44e";
}
.fi-rr-volume-slash:before {
  content: "\f44f";
}
.fi-rr-volunteer-vest:before {
  content: "\f450";
}
.fi-rr-vote-nay:before {
  content: "\f451";
}
.fi-rr-vote-yea:before {
  content: "\f452";
}
.fi-rr-vpn:before {
  content: "\f453";
}
.fi-rr-vpn-globe:before {
  content: "\f454";
}
.fi-rr-vpn-laptop:before {
  content: "\f455";
}
.fi-rr-vpn-network:before {
  content: "\f456";
}
.fi-rr-vpn-shield:before {
  content: "\f457";
}
.fi-rr-vr-cardboard:before {
  content: "\f458";
}
.fi-rr-w:before {
  content: "\f459";
}
.fi-rr-waffle:before {
  content: "\f45a";
}
.fi-rr-wagon-covered:before {
  content: "\f45b";
}
.fi-rr-walker:before {
  content: "\f45c";
}
.fi-rr-walkie-talkie:before {
  content: "\f45d";
}
.fi-rr-walking:before {
  content: "\f45e";
}
.fi-rr-wallet:before {
  content: "\f45f";
}
.fi-rr-wallet-arrow:before {
  content: "\f460";
}
.fi-rr-wallet-buyer:before {
  content: "\f461";
}
.fi-rr-wallet-change:before {
  content: "\f462";
}
.fi-rr-wallet-income:before {
  content: "\f463";
}
.fi-rr-wallet-money:before {
  content: "\f464";
}
.fi-rr-wallet-nft:before {
  content: "\f465";
}
.fi-rr-warehouse-alt:before {
  content: "\f468";
}
.fi-rr-warranty:before {
  content: "\f469";
}
.fi-rr-washer:before {
  content: "\f46a";
}
.fi-rr-washing-dishes:before {
  content: "\f46b";
}
.fi-rr-waste:before {
  content: "\f46c";
}
.fi-rr-waste-pollution:before {
  content: "\f46d";
}
.fi-rr-watch:before {
  content: "\f46e";
}
.fi-rr-watch-calculator:before {
  content: "\f46f";
}
.fi-rr-watch-fitness:before {
  content: "\f470";
}
.fi-rr-watch-smart:before {
  content: "\f471";
}
.fi-rr-water:before {
  content: "\f472";
}
.fi-rr-water-bottle:before {
  content: "\f473";
}
.fi-rr-water-drop:before {
  content: "\f474";
}
.fi-rr-water-ladder:before {
  content: "\f476";
}
.fi-rr-water-lower:before {
  content: "\f477";
}
.fi-rr-water-rise:before {
  content: "\f478";
}
.fi-rr-water-ski:before {
  content: "\f479";
}
.fi-rr-watering-can-drop:before {
  content: "\f47a";
}
.fi-rr-watering-can-plant:before {
  content: "\f47b";
}
.fi-rr-watermelon:before {
  content: "\f47c";
}
.fi-rr-waterpolo:before {
  content: "\f47f";
}
.fi-rr-waterpolo-goal:before {
  content: "\f480";
}
.fi-rr-waterpolo-hand:before {
  content: "\f481";
}
.fi-rr-waterpolo-player:before {
  content: "\f482";
}
.fi-rr-wave:before {
  content: "\f483";
}
.fi-rr-wave-sine:before {
  content: "\f484";
}
.fi-rr-wave-square:before {
  content: "\f485";
}
.fi-rr-wave-triangle:before {
  content: "\f486";
}
.fi-rr-waveform:before {
  content: "\f487";
}
.fi-rr-waveform-path:before {
  content: "\f489";
}
.fi-rr-web-browser-bomb:before {
  content: "\f48c";
}
.fi-rr-web-design:before {
  content: "\f48d";
}
.fi-rr-web-test:before {
  content: "\f490";
}
.fi-rr-webcam:before {
  content: "\f491";
}
.fi-rr-webcam-slash:before {
  content: "\f492";
}
.fi-rr-webhook:before {
  content: "\f493";
}
.fi-rr-webinar:before {
  content: "\f494";
}
.fi-rr-webinar-play:before {
  content: "\f495";
}
.fi-rr-website-design:before {
  content: "\f496";
}
.fi-rr-website-layout:before {
  content: "\f497";
}
.fi-rr-website-speed:before {
  content: "\f498";
}
.fi-rr-website-structure:before {
  content: "\f499";
}
.fi-rr-wednesday:before {
  content: "\f49a";
}
.fi-rr-weight-gain:before {
  content: "\f49b";
}
.fi-rr-weight-loss:before {
  content: "\f49c";
}
.fi-rr-welding:before {
  content: "\f49d";
}
.fi-rr-wellbeing:before {
  content: "\f49e";
}
.fi-rr-whale:before {
  content: "\f4a0";
}
.fi-rr-wheat:before {
  content: "\f4a2";
}
.fi-rr-wheat-awn:before {
  content: "\f4a3";
}
.fi-rr-wheat-awn-circle-exclamation:before {
  content: "\f4a4";
}
.fi-rr-wheat-awn-slash:before {
  content: "\f4a5";
}
.fi-rr-wheat-slash:before {
  content: "\f4a6";
}
.fi-rr-wheelchair:before {
  content: "\f4a7";
}
.fi-rr-wheelchair-move:before {
  content: "\f4a8";
}
.fi-rr-wheelchair-sleeping:before {
  content: "\f4a9";
}
.fi-rr-whistle:before {
  content: "\f4aa";
}
.fi-rr-white-space:before {
  content: "\f4ab";
}
.fi-rr-wifi:before {
  content: "\f4ac";
}
.fi-rr-wifi-1:before {
  content: "\f4ad";
}
.fi-rr-wifi-2:before {
  content: "\f4ae";
}
.fi-rr-wifi-alt:before {
  content: "\f4af";
}
.fi-rr-wifi-exclamation:before {
  content: "\f4b0";
}
.fi-rr-wifi-lock:before {
  content: "\f4b1";
}
.fi-rr-wifi-password:before {
  content: "\f4b2";
}
.fi-rr-wifi-slash:before {
  content: "\f4b3";
}
.fi-rr-wifi-xmark:before {
  content: "\f4b4";
}
.fi-rr-wildfire:before {
  content: "\f4b6";
}
.fi-rr-wind:before {
  content: "\f4b7";
}
.fi-rr-wind-turbine:before {
  content: "\f4b8";
}
.fi-rr-wind-warning:before {
  content: "\f4b9";
}
.fi-rr-window-alt:before {
  content: "\f4bb";
}
.fi-rr-window-frame:before {
  content: "\f4bc";
}
.fi-rr-window-frame-open:before {
  content: "\f4bd";
}
.fi-rr-window-maximize:before {
  content: "\f4be";
}
.fi-rr-window-minimize:before {
  content: "\f4bf";
}
.fi-rr-window-restore:before {
  content: "\f4c0";
}
.fi-rr-windsock:before {
  content: "\f4c2";
}
.fi-rr-windsurf:before {
  content: "\f4c3";
}
.fi-rr-wine-bottle:before {
  content: "\f4c4";
}
.fi-rr-wine-glass-crack:before {
  content: "\f4c5";
}
.fi-rr-wine-glass-empty:before {
  content: "\f4c6";
}
.fi-rr-wings-box:before {
  content: "\f4c7";
}
.fi-rr-wisdom:before {
  content: "\f4c9";
}
.fi-rr-wishlist-heart:before {
  content: "\f4ca";
}
.fi-rr-wishlist-star:before {
  content: "\f4cb";
}
.fi-rr-witness:before {
  content: "\f4cc";
}
.fi-rr-woman-head:before {
  content: "\f4ce";
}
.fi-rr-woman-scientist:before {
  content: "\f4cf";
}
.fi-rr-women-swimsuit:before {
  content: "\f4d0";
}
.fi-rr-won-sign:before {
  content: "\f4d1";
}
.fi-rr-work-in-progress:before {
  content: "\f4d3";
}
.fi-rr-workflow:before {
  content: "\f4d4";
}
.fi-rr-workflow-alt:before {
  content: "\f4d5";
}
.fi-rr-workflow-setting:before {
  content: "\f4d6";
}
.fi-rr-workflow-setting-alt:before {
  content: "\f4d7";
}
.fi-rr-workshop:before {
  content: "\f4d9";
}
.fi-rr-workwear:before {
  content: "\f4da";
}
.fi-rr-world:before {
  content: "\f4db";
}
.fi-rr-world-megaphone:before {
  content: "\f4dc";
}
.fi-rr-worm:before {
  content: "\f4de";
}
.fi-rr-wrap:before {
  content: "\f4df";
}
.fi-rr-wreath:before {
  content: "\f4e0";
}
.fi-rr-wrench-alt:before {
  content: "\f4e1";
}
.fi-rr-wrench-simple:before {
  content: "\f4e2";
}
.fi-rr-x:before {
  content: "\f4e6";
}
.fi-rr-x-ray:before {
  content: "\f4e7";
}
.fi-rr-y:before {
  content: "\f4ea";
}
.fi-rr-y2k:before {
  content: "\f4eb";
}
.fi-rr-yen:before {
  content: "\f4ef";
}
.fi-rr-yin-yang:before {
  content: "\f4f0";
}
.fi-rr-yoga-ball:before {
  content: "\f4f3";
}
.fi-rr-yoga-ball-exercise:before {
  content: "\f4f4";
}
.fi-rr-yoga-ball-mat:before {
  content: "\f4f5";
}
.fi-rr-yoga-mat:before {
  content: "\f4f6";
}
.fi-rr-yoga-moon:before {
  content: "\f4f7";
}
.fi-rr-yoga-posture:before {
  content: "\f4f8";
}
.fi-rr-z:before {
  content: "\f4fa";
}
.fi-rr-zero-percent:before {
  content: "\f4fb";
}
.fi-rr-zip-file:before {
  content: "\f4fc";
}
.fi-rr-zoom-in:before {
  content: "\f4fe";
}
.fi-rr-zoom-out:before {
  content: "\f4ff";
}
@font-face {
  font-family: "uicons-bold-straight";
  src:
    url("./media/uicons-bold-straight-EMUNP4GA.woff2") format("woff2"),
    url("./media/uicons-bold-straight-4TXMIFLW.woff") format("woff"),
    url("./media/uicons-bold-straight-RCWRIKP3.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-bs-]:before,
i[class*=" fi-bs-"]:before,
span[class^=fi-bs-]:before,
span[class*=fi-bs-]:before {
  font-family: uicons-bold-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-bs-0:before {
  content: "\e001";
}
.fi-bs-00s-music-disc:before {
  content: "\e002";
}
.fi-bs-1:before {
  content: "\e003";
}
.fi-bs-2:before {
  content: "\e007";
}
.fi-bs-3:before {
  content: "\e009";
}
.fi-bs-360-degrees:before {
  content: "\e00b";
}
.fi-bs-4:before {
  content: "\e00d";
}
.fi-bs-404:before {
  content: "\e00f";
}
.fi-bs-5:before {
  content: "\e010";
}
.fi-bs-5g-lock:before {
  content: "\e013";
}
.fi-bs-6:before {
  content: "\e014";
}
.fi-bs-60s-music-disc:before {
  content: "\e015";
}
.fi-bs-7:before {
  content: "\e016";
}
.fi-bs-70s-music-disc:before {
  content: "\e017";
}
.fi-bs-8:before {
  content: "\e018";
}
.fi-bs-80s-music-disc:before {
  content: "\e019";
}
.fi-bs-9:before {
  content: "\e01a";
}
.fi-bs-90s:before {
  content: "\e01b";
}
.fi-bs-90s-music-disc:before {
  content: "\e01c";
}
.fi-bs-a:before {
  content: "\e01d";
}
.fi-bs-abacus:before {
  content: "\e01e";
}
.fi-bs-abdomen:before {
  content: "\e020";
}
.fi-bs-access-denied:before {
  content: "\e023";
}
.fi-bs-accident:before {
  content: "\e024";
}
.fi-bs-accordion:before {
  content: "\e025";
}
.fi-bs-acorn:before {
  content: "\e028";
}
.fi-bs-ad:before {
  content: "\e02a";
}
.fi-bs-ad-forbidden:before {
  content: "\e02b";
}
.fi-bs-ad-paid:before {
  content: "\e02c";
}
.fi-bs-ad-slash:before {
  content: "\e02d";
}
.fi-bs-add:before {
  content: "\e02e";
}
.fi-bs-add-document:before {
  content: "\e030";
}
.fi-bs-add-folder:before {
  content: "\e031";
}
.fi-bs-add-image:before {
  content: "\e032";
}
.fi-bs-address-book:before {
  content: "\e033";
}
.fi-bs-address-card:before {
  content: "\e034";
}
.fi-bs-admin:before {
  content: "\e035";
}
.fi-bs-admin-alt:before {
  content: "\e036";
}
.fi-bs-age:before {
  content: "\e040";
}
.fi-bs-age-alt:before {
  content: "\e041";
}
.fi-bs-age-restriction-eighteen:before {
  content: "\e042";
}
.fi-bs-age-restriction-seven:before {
  content: "\e043";
}
.fi-bs-age-restriction-six:before {
  content: "\e044";
}
.fi-bs-age-restriction-sixteen:before {
  content: "\e045";
}
.fi-bs-age-restriction-thirteen:before {
  content: "\e047";
}
.fi-bs-age-restriction-three:before {
  content: "\e048";
}
.fi-bs-age-restriction-twelve:before {
  content: "\e049";
}
.fi-bs-age-restriction-twenty-one:before {
  content: "\e04a";
}
.fi-bs-age-restriction-zero:before {
  content: "\e04b";
}
.fi-bs-ai-algorithm:before {
  content: "\e04e";
}
.fi-bs-ai-artist:before {
  content: "\e04f";
}
.fi-bs-ai-technology:before {
  content: "\e050";
}
.fi-bs-air-conditioner:before {
  content: "\e051";
}
.fi-bs-air-freshener:before {
  content: "\e052";
}
.fi-bs-air-pollution:before {
  content: "\e053";
}
.fi-bs-airplane-journey:before {
  content: "\e055";
}
.fi-bs-airplane-mode-off:before {
  content: "\e056";
}
.fi-bs-airplane-mode-on:before {
  content: "\e057";
}
.fi-bs-airplane-window-open:before {
  content: "\e058";
}
.fi-bs-airplay:before {
  content: "\e059";
}
.fi-bs-alarm-clock:before {
  content: "\e05a";
}
.fi-bs-alarm-exclamation:before {
  content: "\e05b";
}
.fi-bs-alarm-off:before {
  content: "\e05c";
}
.fi-bs-alarm-plus:before {
  content: "\e05d";
}
.fi-bs-alarm-snooze:before {
  content: "\e05e";
}
.fi-bs-album:before {
  content: "\e05f";
}
.fi-bs-album-circle-plus:before {
  content: "\e060";
}
.fi-bs-album-circle-user:before {
  content: "\e061";
}
.fi-bs-album-collection:before {
  content: "\e062";
}
.fi-bs-algorithm:before {
  content: "\e064";
}
.fi-bs-alicorn:before {
  content: "\e065";
}
.fi-bs-alien:before {
  content: "\e066";
}
.fi-bs-align-center:before {
  content: "\e068";
}
.fi-bs-align-justify:before {
  content: "\e069";
}
.fi-bs-align-left:before {
  content: "\e06a";
}
.fi-bs-align-slash:before {
  content: "\e06b";
}
.fi-bs-allergy:before {
  content: "\e06d";
}
.fi-bs-aloe-vera:before {
  content: "\e06e";
}
.fi-bs-ambulance:before {
  content: "\e070";
}
.fi-bs-american-football:before {
  content: "\e073";
}
.fi-bs-amp-guitar:before {
  content: "\e075";
}
.fi-bs-analyse:before {
  content: "\e078";
}
.fi-bs-analyse-alt:before {
  content: "\e079";
}
.fi-bs-analytics:before {
  content: "\e07a";
}
.fi-bs-analytics-magnifying-glass:before {
  content: "\e07b";
}
.fi-bs-anatomical-heart:before {
  content: "\e07d";
}
.fi-bs-anchor:before {
  content: "\e07e";
}
.fi-bs-angel:before {
  content: "\e080";
}
.fi-bs-angle:before {
  content: "\e081";
}
.fi-bs-angle-90:before {
  content: "\e082";
}
.fi-bs-angle-circle-down:before {
  content: "\e083";
}
.fi-bs-angle-circle-left:before {
  content: "\e084";
}
.fi-bs-angle-circle-right:before {
  content: "\e085";
}
.fi-bs-angle-circle-up:before {
  content: "\e086";
}
.fi-bs-angle-double-left:before {
  content: "\e087";
}
.fi-bs-angle-double-right:before {
  content: "\e088";
}
.fi-bs-angle-double-small-down:before {
  content: "\e089";
}
.fi-bs-angle-double-small-left:before {
  content: "\e08a";
}
.fi-bs-angle-double-small-right:before {
  content: "\e08b";
}
.fi-bs-angle-double-small-up:before {
  content: "\e08c";
}
.fi-bs-angle-down:before {
  content: "\e08d";
}
.fi-bs-angle-left:before {
  content: "\e08e";
}
.fi-bs-angle-right:before {
  content: "\e08f";
}
.fi-bs-angle-small-down:before {
  content: "\e090";
}
.fi-bs-angle-small-left:before {
  content: "\e091";
}
.fi-bs-angle-small-right:before {
  content: "\e092";
}
.fi-bs-angle-small-up:before {
  content: "\e093";
}
.fi-bs-angle-square-down:before {
  content: "\e094";
}
.fi-bs-angle-square-left:before {
  content: "\e095";
}
.fi-bs-angle-square-right:before {
  content: "\e096";
}
.fi-bs-angle-square-up:before {
  content: "\e097";
}
.fi-bs-angle-up:before {
  content: "\e098";
}
.fi-bs-angles-up-down:before {
  content: "\e099";
}
.fi-bs-angry:before {
  content: "\e09a";
}
.fi-bs-animated-icon:before {
  content: "\e09c";
}
.fi-bs-anise:before {
  content: "\e09d";
}
.fi-bs-ankh:before {
  content: "\e09e";
}
.fi-bs-answer:before {
  content: "\e09f";
}
.fi-bs-answer-alt:before {
  content: "\e0a0";
}
.fi-bs-anxiety:before {
  content: "\e0a1";
}
.fi-bs-apartment:before {
  content: "\e0a2";
}
.fi-bs-aperture:before {
  content: "\e0a3";
}
.fi-bs-api:before {
  content: "\e0a4";
}
.fi-bs-app-notification:before {
  content: "\e0a7";
}
.fi-bs-appendicitis:before {
  content: "\e0a9";
}
.fi-bs-apple-books:before {
  content: "\e0ab";
}
.fi-bs-apple-core:before {
  content: "\e0ac";
}
.fi-bs-apple-crate:before {
  content: "\e0ad";
}
.fi-bs-apple-dumbbell:before {
  content: "\e0ae";
}
.fi-bs-apple-juice:before {
  content: "\e0af";
}
.fi-bs-apple-pie:before {
  content: "\e0b1";
}
.fi-bs-apple-whole:before {
  content: "\e0b2";
}
.fi-bs-apps:before {
  content: "\e0b3";
}
.fi-bs-apps-add:before {
  content: "\e0b4";
}
.fi-bs-apps-delete:before {
  content: "\e0b5";
}
.fi-bs-apps-sort:before {
  content: "\e0b6";
}
.fi-bs-april-calendar:before {
  content: "\e0b7";
}
.fi-bs-archery:before {
  content: "\e0b8";
}
.fi-bs-architect-plan:before {
  content: "\e0b9";
}
.fi-bs-archive:before {
  content: "\e0ba";
}
.fi-bs-archway:before {
  content: "\e0bb";
}
.fi-bs-army-general:before {
  content: "\e0be";
}
.fi-bs-arrow-alt-circle-down:before {
  content: "\e0bf";
}
.fi-bs-arrow-alt-circle-left:before {
  content: "\e0c0";
}
.fi-bs-arrow-alt-circle-right:before {
  content: "\e0c1";
}
.fi-bs-arrow-alt-circle-up:before {
  content: "\e0c2";
}
.fi-bs-arrow-alt-down:before {
  content: "\e0c3";
}
.fi-bs-arrow-alt-from-bottom:before {
  content: "\e0c4";
}
.fi-bs-arrow-alt-from-left:before {
  content: "\e0c5";
}
.fi-bs-arrow-alt-from-right:before {
  content: "\e0c6";
}
.fi-bs-arrow-alt-from-top:before {
  content: "\e0c7";
}
.fi-bs-arrow-alt-left:before {
  content: "\e0c8";
}
.fi-bs-arrow-alt-right:before {
  content: "\e0c9";
}
.fi-bs-arrow-alt-square-down:before {
  content: "\e0ca";
}
.fi-bs-arrow-alt-square-left:before {
  content: "\e0cb";
}
.fi-bs-arrow-alt-square-right:before {
  content: "\e0cc";
}
.fi-bs-arrow-alt-square-up:before {
  content: "\e0cd";
}
.fi-bs-arrow-alt-to-bottom:before {
  content: "\e0ce";
}
.fi-bs-arrow-alt-to-left:before {
  content: "\e0cf";
}
.fi-bs-arrow-alt-to-right:before {
  content: "\e0d0";
}
.fi-bs-arrow-alt-to-top:before {
  content: "\e0d1";
}
.fi-bs-arrow-alt-up:before {
  content: "\e0d2";
}
.fi-bs-arrow-circle-down:before {
  content: "\e0d3";
}
.fi-bs-arrow-circle-left:before {
  content: "\e0d4";
}
.fi-bs-arrow-circle-right:before {
  content: "\e0d5";
}
.fi-bs-arrow-circle-up:before {
  content: "\e0d6";
}
.fi-bs-arrow-comparison:before {
  content: "\e0d7";
}
.fi-bs-arrow-down:before {
  content: "\e0d8";
}
.fi-bs-arrow-down-from-arc:before {
  content: "\e0da";
}
.fi-bs-arrow-down-from-dotted-line:before {
  content: "\e0db";
}
.fi-bs-arrow-down-left:before {
  content: "\e0dc";
}
.fi-bs-arrow-down-small-big:before {
  content: "\e0dd";
}
.fi-bs-arrow-down-strenght:before {
  content: "\e0de";
}
.fi-bs-arrow-down-to-dotted-line:before {
  content: "\e0df";
}
.fi-bs-arrow-down-to-square:before {
  content: "\e0e0";
}
.fi-bs-arrow-down-triangle-square:before {
  content: "\e0e1";
}
.fi-bs-arrow-from-bottom:before {
  content: "\e0e2";
}
.fi-bs-arrow-from-left:before {
  content: "\e0e3";
}
.fi-bs-arrow-from-right:before {
  content: "\e0e4";
}
.fi-bs-arrow-from-top:before {
  content: "\e0e5";
}
.fi-bs-arrow-left:before {
  content: "\e0e6";
}
.fi-bs-arrow-left-from-arc:before {
  content: "\e0e7";
}
.fi-bs-arrow-left-from-line:before {
  content: "\e0e8";
}
.fi-bs-arrow-left-to-arc:before {
  content: "\e0e9";
}
.fi-bs-arrow-progress:before {
  content: "\e0ea";
}
.fi-bs-arrow-progress-alt:before {
  content: "\e0eb";
}
.fi-bs-arrow-right:before {
  content: "\e0ec";
}
.fi-bs-arrow-right-to-bracket:before {
  content: "\e0ed";
}
.fi-bs-arrow-right-to-city:before {
  content: "\e0ee";
}
.fi-bs-arrow-small-down:before {
  content: "\e0ef";
}
.fi-bs-arrow-small-left:before {
  content: "\e0f0";
}
.fi-bs-arrow-small-right:before {
  content: "\e0f1";
}
.fi-bs-arrow-small-up:before {
  content: "\e0f2";
}
.fi-bs-arrow-square-down:before {
  content: "\e0f3";
}
.fi-bs-arrow-square-left:before {
  content: "\e0f4";
}
.fi-bs-arrow-square-right:before {
  content: "\e0f5";
}
.fi-bs-arrow-square-up:before {
  content: "\e0f6";
}
.fi-bs-arrow-to-bottom:before {
  content: "\e0f7";
}
.fi-bs-arrow-to-left:before {
  content: "\e0f8";
}
.fi-bs-arrow-to-right:before {
  content: "\e0f9";
}
.fi-bs-arrow-to-top:before {
  content: "\e0fa";
}
.fi-bs-arrow-trend-down:before {
  content: "\e0fb";
}
.fi-bs-arrow-trend-up:before {
  content: "\e0fc";
}
.fi-bs-arrow-turn-down-left:before {
  content: "\e0fd";
}
.fi-bs-arrow-turn-down-right:before {
  content: "\e0fe";
}
.fi-bs-arrow-turn-left-up:before {
  content: "\e100";
}
.fi-bs-arrow-up:before {
  content: "\e102";
}
.fi-bs-arrow-up-from-dotted-line:before {
  content: "\e103";
}
.fi-bs-arrow-up-from-ground-water:before {
  content: "\e104";
}
.fi-bs-arrow-up-from-square:before {
  content: "\e105";
}
.fi-bs-arrow-up-left:before {
  content: "\e106";
}
.fi-bs-arrow-up-left-from-circle:before {
  content: "\e107";
}
.fi-bs-arrow-up-right:before {
  content: "\e108";
}
.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e109";
}
.fi-bs-arrow-up-right-from-square:before {
  content: "\e10a";
}
.fi-bs-arrow-up-small-big:before {
  content: "\e10b";
}
.fi-bs-arrow-up-square-triangle:before {
  content: "\e10c";
}
.fi-bs-arrow-up-to-arc:before {
  content: "\e10d";
}
.fi-bs-arrow-up-to-dotted-line:before {
  content: "\e10e";
}
.fi-bs-arrow-upward-growth-crypto:before {
  content: "\e10f";
}
.fi-bs-arrows:before {
  content: "\e110";
}
.fi-bs-arrows-alt:before {
  content: "\e111";
}
.fi-bs-arrows-alt-h:before {
  content: "\e112";
}
.fi-bs-arrows-alt-v:before {
  content: "\e113";
}
.fi-bs-arrows-cross:before {
  content: "\e114";
}
.fi-bs-arrows-down-curve:before {
  content: "\e115";
}
.fi-bs-arrows-down-to-people:before {
  content: "\e116";
}
.fi-bs-arrows-from-dotted-line:before {
  content: "\e117";
}
.fi-bs-arrows-from-line:before {
  content: "\e118";
}
.fi-bs-arrows-h:before {
  content: "\e119";
}
.fi-bs-arrows-h-copy:before {
  content: "\e11a";
}
.fi-bs-arrows-repeat:before {
  content: "\e11b";
}
.fi-bs-arrows-repeat-1:before {
  content: "\e11c";
}
.fi-bs-arrows-retweet:before {
  content: "\e11d";
}
.fi-bs-arrows-split-right-and-left:before {
  content: "\e11f";
}
.fi-bs-arrows-split-up-and-left:before {
  content: "\e120";
}
.fi-bs-arrows-to-circle:before {
  content: "\e121";
}
.fi-bs-arrows-to-dot:before {
  content: "\e122";
}
.fi-bs-arrows-to-dotted-line:before {
  content: "\e123";
}
.fi-bs-arrows-to-eye:before {
  content: "\e124";
}
.fi-bs-arrows-to-line:before {
  content: "\e125";
}
.fi-bs-artificial-intelligence:before {
  content: "\e126";
}
.fi-bs-artist:before {
  content: "\e127";
}
.fi-bs-assept-document:before {
  content: "\e129";
}
.fi-bs-assessment:before {
  content: "\e12a";
}
.fi-bs-assessment-alt:before {
  content: "\e12b";
}
.fi-bs-assign:before {
  content: "\e12c";
}
.fi-bs-assistive-listening-systems:before {
  content: "\e12d";
}
.fi-bs-asterik:before {
  content: "\e12e";
}
.fi-bs-asthma:before {
  content: "\e12f";
}
.fi-bs-at:before {
  content: "\e133";
}
.fi-bs-atm:before {
  content: "\e136";
}
.fi-bs-attention-detail:before {
  content: "\e139";
}
.fi-bs-attribution-pen:before {
  content: "\e13a";
}
.fi-bs-attribution-pencil:before {
  content: "\e13b";
}
.fi-bs-aubergine:before {
  content: "\e13c";
}
.fi-bs-auction:before {
  content: "\e13d";
}
.fi-bs-auction-paddle:before {
  content: "\e13f";
}
.fi-bs-audience-megaphone:before {
  content: "\e140";
}
.fi-bs-audio-description-slash:before {
  content: "\e141";
}
.fi-bs-audit:before {
  content: "\e142";
}
.fi-bs-audit-alt:before {
  content: "\e143";
}
.fi-bs-august-calendar:before {
  content: "\e146";
}
.fi-bs-austral-sign:before {
  content: "\e147";
}
.fi-bs-australia:before {
  content: "\e148";
}
.fi-bs-australia-country-code:before {
  content: "\e149";
}
.fi-bs-australia-flag:before {
  content: "\e14a";
}
.fi-bs-auto-pilot:before {
  content: "\e14b";
}
.fi-bs-auto-reply:before {
  content: "\e14c";
}
.fi-bs-auto-sync:before {
  content: "\e14d";
}
.fi-bs-autosave:before {
  content: "\e14e";
}
.fi-bs-avi-file:before {
  content: "\e14f";
}
.fi-bs-avocado:before {
  content: "\e150";
}
.fi-bs-award:before {
  content: "\e151";
}
.fi-bs-axe:before {
  content: "\e153";
}
.fi-bs-axe-battle:before {
  content: "\e154";
}
.fi-bs-b:before {
  content: "\e155";
}
.fi-bs-baby:before {
  content: "\e156";
}
.fi-bs-baby-carriage:before {
  content: "\e157";
}
.fi-bs-baby-cradle:before {
  content: "\e158";
}
.fi-bs-back-up:before {
  content: "\e159";
}
.fi-bs-background:before {
  content: "\e15a";
}
.fi-bs-backpack:before {
  content: "\e15b";
}
.fi-bs-bacon:before {
  content: "\e15c";
}
.fi-bs-bacon-egg:before {
  content: "\e15d";
}
.fi-bs-bacteria:before {
  content: "\e15e";
}
.fi-bs-bacterium:before {
  content: "\e15f";
}
.fi-bs-badge:before {
  content: "\e160";
}
.fi-bs-badge-check:before {
  content: "\e161";
}
.fi-bs-badge-dollar:before {
  content: "\e162";
}
.fi-bs-badge-leaf:before {
  content: "\e163";
}
.fi-bs-badge-percent:before {
  content: "\e164";
}
.fi-bs-badge-sheriff:before {
  content: "\e165";
}
.fi-bs-badger-honey:before {
  content: "\e166";
}
.fi-bs-badget-check-alt:before {
  content: "\e167";
}
.fi-bs-badminton:before {
  content: "\e168";
}
.fi-bs-bag-map-pin:before {
  content: "\e169";
}
.fi-bs-bag-seedling:before {
  content: "\e16a";
}
.fi-bs-bag-shopping-minus:before {
  content: "\e16b";
}
.fi-bs-bags-shopping:before {
  content: "\e16d";
}
.fi-bs-baguette:before {
  content: "\e16e";
}
.fi-bs-bahai:before {
  content: "\e16f";
}
.fi-bs-baht-sign:before {
  content: "\e170";
}
.fi-bs-balance-scale-left:before {
  content: "\e171";
}
.fi-bs-balance-scale-right:before {
  content: "\e172";
}
.fi-bs-balcony:before {
  content: "\e173";
}
.fi-bs-ball-pile:before {
  content: "\e175";
}
.fi-bs-ballet-dance:before {
  content: "\e177";
}
.fi-bs-balloon:before {
  content: "\e178";
}
.fi-bs-balloons:before {
  content: "\e179";
}
.fi-bs-ballot:before {
  content: "\e17a";
}
.fi-bs-ballot-check:before {
  content: "\e17b";
}
.fi-bs-bamboo:before {
  content: "\e17c";
}
.fi-bs-ban:before {
  content: "\e17d";
}
.fi-bs-ban-bug:before {
  content: "\e17e";
}
.fi-bs-banana:before {
  content: "\e17f";
}
.fi-bs-band-aid:before {
  content: "\e180";
}
.fi-bs-band-aid-alt:before {
  content: "\e181";
}
.fi-bs-bandage-wound:before {
  content: "\e183";
}
.fi-bs-bangladeshi-taka-sign:before {
  content: "\e184";
}
.fi-bs-banjo:before {
  content: "\e185";
}
.fi-bs-bank:before {
  content: "\e186";
}
.fi-bs-bank-app:before {
  content: "\e187";
}
.fi-bs-banner:before {
  content: "\e188";
}
.fi-bs-banner-2:before {
  content: "\e189";
}
.fi-bs-banner-3:before {
  content: "\e18a";
}
.fi-bs-banner-4:before {
  content: "\e18b";
}
.fi-bs-banner-5:before {
  content: "\e18c";
}
.fi-bs-barber-pole:before {
  content: "\e18d";
}
.fi-bs-barber-shop:before {
  content: "\e18e";
}
.fi-bs-barcode:before {
  content: "\e18f";
}
.fi-bs-barcode-read:before {
  content: "\e190";
}
.fi-bs-barcode-scan:before {
  content: "\e191";
}
.fi-bs-barefoot:before {
  content: "\e192";
}
.fi-bs-bars-filter:before {
  content: "\e195";
}
.fi-bs-bars-progress:before {
  content: "\e196";
}
.fi-bs-bars-sort:before {
  content: "\e197";
}
.fi-bs-bars-staggered:before {
  content: "\e198";
}
.fi-bs-baseball:before {
  content: "\e199";
}
.fi-bs-baseball-alt:before {
  content: "\e19a";
}
.fi-bs-baseball-player:before {
  content: "\e19b";
}
.fi-bs-basket-shopping-minus:before {
  content: "\e19d";
}
.fi-bs-basket-shopping-plus:before {
  content: "\e19e";
}
.fi-bs-basket-shopping-simple:before {
  content: "\e19f";
}
.fi-bs-basketball:before {
  content: "\e1a0";
}
.fi-bs-basketball-hoop:before {
  content: "\e1a1";
}
.fi-bs-basketball-ticket:before {
  content: "\e1a2";
}
.fi-bs-bat:before {
  content: "\e1a3";
}
.fi-bs-bath:before {
  content: "\e1a4";
}
.fi-bs-battery-100:before {
  content: "\e1a5";
}
.fi-bs-battery-bolt:before {
  content: "\e1a6";
}
.fi-bs-battery-empty:before {
  content: "\e1a7";
}
.fi-bs-battery-exclamation:before {
  content: "\e1a8";
}
.fi-bs-battery-full:before {
  content: "\e1a9";
}
.fi-bs-battery-half:before {
  content: "\e1aa";
}
.fi-bs-battery-quarter:before {
  content: "\e1ab";
}
.fi-bs-battery-slash:before {
  content: "\e1ac";
}
.fi-bs-battery-three-quarters:before {
  content: "\e1ad";
}
.fi-bs-bay-leaf:before {
  content: "\e1ae";
}
.fi-bs-beacon:before {
  content: "\e1af";
}
.fi-bs-bear-market:before {
  content: "\e1b0";
}
.fi-bs-beard:before {
  content: "\e1b1";
}
.fi-bs-beauty-mask:before {
  content: "\e1b2";
}
.fi-bs-bed:before {
  content: "\e1b3";
}
.fi-bs-bed-alt:before {
  content: "\e1b4";
}
.fi-bs-bed-bunk:before {
  content: "\e1b5";
}
.fi-bs-bed-empty:before {
  content: "\e1b6";
}
.fi-bs-bed-pulse:before {
  content: "\e1b7";
}
.fi-bs-bee:before {
  content: "\e1b8";
}
.fi-bs-beer:before {
  content: "\e1b9";
}
.fi-bs-beer-mug-empty:before {
  content: "\e1ba";
}
.fi-bs-bell:before {
  content: "\e1bc";
}
.fi-bs-bell-concierge:before {
  content: "\e1bd";
}
.fi-bs-bell-notification-call:before {
  content: "\e1be";
}
.fi-bs-bell-notification-social-media:before {
  content: "\e1bf";
}
.fi-bs-bell-ring:before {
  content: "\e1c0";
}
.fi-bs-bell-school:before {
  content: "\e1c1";
}
.fi-bs-bell-school-slash:before {
  content: "\e1c2";
}
.fi-bs-bell-slash:before {
  content: "\e1c3";
}
.fi-bs-bells:before {
  content: "\e1c4";
}
.fi-bs-bench-tree:before {
  content: "\e1c5";
}
.fi-bs-benefit:before {
  content: "\e1c6";
}
.fi-bs-benefit-diamond:before {
  content: "\e1c7";
}
.fi-bs-benefit-diamond-alt:before {
  content: "\e1c8";
}
.fi-bs-benefit-hand:before {
  content: "\e1c9";
}
.fi-bs-benefit-increase:before {
  content: "\e1ca";
}
.fi-bs-benefit-porcent:before {
  content: "\e1cb";
}
.fi-bs-betamax:before {
  content: "\e1cc";
}
.fi-bs-bible:before {
  content: "\e1cd";
}
.fi-bs-bicycle-journey:before {
  content: "\e1ce";
}
.fi-bs-big-data:before {
  content: "\e1cf";
}
.fi-bs-big-data-ai:before {
  content: "\e1d0";
}
.fi-bs-big-data-analytics:before {
  content: "\e1d1";
}
.fi-bs-big-drop:before {
  content: "\e1d2";
}
.fi-bs-bike:before {
  content: "\e1d3";
}
.fi-bs-bike-moving:before {
  content: "\e1d4";
}
.fi-bs-bike-path:before {
  content: "\e1d5";
}
.fi-bs-biking:before {
  content: "\e1d6";
}
.fi-bs-biking-mountain:before {
  content: "\e1d7";
}
.fi-bs-bill-arrow:before {
  content: "\e1d8";
}
.fi-bs-billboard:before {
  content: "\e1d9";
}
.fi-bs-billiard:before {
  content: "\e1da";
}
.fi-bs-bin-bottles:before {
  content: "\e1db";
}
.fi-bs-binary:before {
  content: "\e1dc";
}
.fi-bs-binary-circle-check:before {
  content: "\e1dd";
}
.fi-bs-binary-cloud:before {
  content: "\e1de";
}
.fi-bs-binary-lock:before {
  content: "\e1df";
}
.fi-bs-binary-slash:before {
  content: "\e1e0";
}
.fi-bs-binoculars:before {
  content: "\e1e1";
}
.fi-bs-bio:before {
  content: "\e1e2";
}
.fi-bs-bio-leaves:before {
  content: "\e1e3";
}
.fi-bs-biohazard:before {
  content: "\e1e4";
}
.fi-bs-bipolar:before {
  content: "\e1e5";
}
.fi-bs-bird:before {
  content: "\e1e6";
}
.fi-bs-bitcoin-card:before {
  content: "\e1e8";
}
.fi-bs-bitcoin-sign:before {
  content: "\e1ea";
}
.fi-bs-blanket:before {
  content: "\e1ec";
}
.fi-bs-blender:before {
  content: "\e1ed";
}
.fi-bs-blender-phone:before {
  content: "\e1ee";
}
.fi-bs-blinds:before {
  content: "\e1ef";
}
.fi-bs-blinds-open:before {
  content: "\e1f0";
}
.fi-bs-blinds-raised:before {
  content: "\e1f1";
}
.fi-bs-block:before {
  content: "\e1f2";
}
.fi-bs-block-brick:before {
  content: "\e1f3";
}
.fi-bs-block-brick-fire:before {
  content: "\e1f4";
}
.fi-bs-block-microphone:before {
  content: "\e1f5";
}
.fi-bs-block-question:before {
  content: "\e1f6";
}
.fi-bs-block-quote:before {
  content: "\e1f7";
}
.fi-bs-block-user:before {
  content: "\e1f8";
}
.fi-bs-blockchain-3:before {
  content: "\e1fb";
}
.fi-bs-blog-pencil:before {
  content: "\e1fc";
}
.fi-bs-blog-text:before {
  content: "\e1fd";
}
.fi-bs-blood:before {
  content: "\e1ff";
}
.fi-bs-blood-dropper:before {
  content: "\e200";
}
.fi-bs-blood-test-tube:before {
  content: "\e201";
}
.fi-bs-blood-test-tube-alt:before {
  content: "\e202";
}
.fi-bs-blueberries:before {
  content: "\e204";
}
.fi-bs-blueprint:before {
  content: "\e205";
}
.fi-bs-blueprint-house:before {
  content: "\e206";
}
.fi-bs-bluetooth-alt:before {
  content: "\e208";
}
.fi-bs-bluetooth-circle:before {
  content: "\e209";
}
.fi-bs-bluetooth-headphones:before {
  content: "\e20a";
}
.fi-bs-bluetooth-keyboard:before {
  content: "\e20b";
}
.fi-bs-bluetooth-mouse:before {
  content: "\e20c";
}
.fi-bs-bluetooth-settings:before {
  content: "\e20d";
}
.fi-bs-bluetooth-speaker:before {
  content: "\e20e";
}
.fi-bs-bluetooth-usb:before {
  content: "\e20f";
}
.fi-bs-blush:before {
  content: "\e210";
}
.fi-bs-bold:before {
  content: "\e211";
}
.fi-bs-bolt:before {
  content: "\e212";
}
.fi-bs-bolt-auto:before {
  content: "\e213";
}
.fi-bs-bolt-slash:before {
  content: "\e214";
}
.fi-bs-bomb:before {
  content: "\e215";
}
.fi-bs-bone:before {
  content: "\e217";
}
.fi-bs-bone-break:before {
  content: "\e218";
}
.fi-bs-bong:before {
  content: "\e219";
}
.fi-bs-bonus:before {
  content: "\e21a";
}
.fi-bs-bonus-alt:before {
  content: "\e21b";
}
.fi-bs-bonus-star:before {
  content: "\e21c";
}
.fi-bs-book:before {
  content: "\e21d";
}
.fi-bs-book-alt:before {
  content: "\e21e";
}
.fi-bs-book-arrow-right:before {
  content: "\e21f";
}
.fi-bs-book-arrow-up:before {
  content: "\e220";
}
.fi-bs-book-atlas:before {
  content: "\e221";
}
.fi-bs-book-bookmark:before {
  content: "\e222";
}
.fi-bs-book-circle-arrow-right:before {
  content: "\e224";
}
.fi-bs-book-circle-arrow-up:before {
  content: "\e225";
}
.fi-bs-book-copy:before {
  content: "\e226";
}
.fi-bs-book-dead:before {
  content: "\e227";
}
.fi-bs-book-font:before {
  content: "\e228";
}
.fi-bs-book-heart:before {
  content: "\e22a";
}
.fi-bs-book-medical:before {
  content: "\e22c";
}
.fi-bs-book-open-cover:before {
  content: "\e22d";
}
.fi-bs-book-open-reader:before {
  content: "\e22e";
}
.fi-bs-book-plus:before {
  content: "\e22f";
}
.fi-bs-book-quran:before {
  content: "\e230";
}
.fi-bs-book-section:before {
  content: "\e231";
}
.fi-bs-book-spells:before {
  content: "\e234";
}
.fi-bs-book-tanakh:before {
  content: "\e235";
}
.fi-bs-book-user:before {
  content: "\e236";
}
.fi-bs-book-world:before {
  content: "\e237";
}
.fi-bs-Booking:before {
  content: "\e238";
}
.fi-bs-bookmark:before {
  content: "\e239";
}
.fi-bs-bookmark-slash:before {
  content: "\e23a";
}
.fi-bs-books:before {
  content: "\e23b";
}
.fi-bs-books-lightbulb:before {
  content: "\e23c";
}
.fi-bs-books-medical:before {
  content: "\e23d";
}
.fi-bs-boot:before {
  content: "\e23e";
}
.fi-bs-boot-heeled:before {
  content: "\e23f";
}
.fi-bs-booth-curtain:before {
  content: "\e240";
}
.fi-bs-border-all:before {
  content: "\e242";
}
.fi-bs-border-bottom:before {
  content: "\e243";
}
.fi-bs-border-center-h:before {
  content: "\e244";
}
.fi-bs-border-center-v:before {
  content: "\e245";
}
.fi-bs-border-inner:before {
  content: "\e246";
}
.fi-bs-border-left:before {
  content: "\e247";
}
.fi-bs-border-none:before {
  content: "\e248";
}
.fi-bs-border-outer:before {
  content: "\e249";
}
.fi-bs-border-right:before {
  content: "\e24a";
}
.fi-bs-border-style:before {
  content: "\e24b";
}
.fi-bs-border-style-alt:before {
  content: "\e24c";
}
.fi-bs-border-top:before {
  content: "\e24d";
}
.fi-bs-boss:before {
  content: "\e24e";
}
.fi-bs-bottle:before {
  content: "\e24f";
}
.fi-bs-bottle-baby:before {
  content: "\e250";
}
.fi-bs-bottle-droplet:before {
  content: "\e251";
}
.fi-bs-bow-arrow:before {
  content: "\e253";
}
.fi-bs-bowl-chopsticks:before {
  content: "\e254";
}
.fi-bs-bowl-chopsticks-noodles:before {
  content: "\e255";
}
.fi-bs-bowl-rice:before {
  content: "\e256";
}
.fi-bs-bowl-scoop:before {
  content: "\e257";
}
.fi-bs-bowl-scoops:before {
  content: "\e258";
}
.fi-bs-bowl-soft-serve:before {
  content: "\e259";
}
.fi-bs-bowl-spoon:before {
  content: "\e25a";
}
.fi-bs-bowling:before {
  content: "\e25b";
}
.fi-bs-bowling-ball:before {
  content: "\e25c";
}
.fi-bs-bowling-pins:before {
  content: "\e25d";
}
.fi-bs-box:before {
  content: "\e25f";
}
.fi-bs-box-alt:before {
  content: "\e260";
}
.fi-bs-box-ballot:before {
  content: "\e261";
}
.fi-bs-box-check:before {
  content: "\e262";
}
.fi-bs-box-circle-check:before {
  content: "\e263";
}
.fi-bs-box-dollar:before {
  content: "\e264";
}
.fi-bs-box-fragile:before {
  content: "\e265";
}
.fi-bs-box-heart:before {
  content: "\e266";
}
.fi-bs-box-open:before {
  content: "\e267";
}
.fi-bs-box-open-full:before {
  content: "\e268";
}
.fi-bs-box-tissue:before {
  content: "\e269";
}
.fi-bs-box-up:before {
  content: "\e26a";
}
.fi-bs-boxes:before {
  content: "\e26b";
}
.fi-bs-boxing-glove:before {
  content: "\e26c";
}
.fi-bs-bracket-curly:before {
  content: "\e26d";
}
.fi-bs-bracket-curly-right:before {
  content: "\e26e";
}
.fi-bs-bracket-round:before {
  content: "\e26f";
}
.fi-bs-bracket-round-right:before {
  content: "\e270";
}
.fi-bs-bracket-square:before {
  content: "\e271";
}
.fi-bs-bracket-square-right:before {
  content: "\e272";
}
.fi-bs-brackets-curly:before {
  content: "\e273";
}
.fi-bs-brackets-round:before {
  content: "\e274";
}
.fi-bs-brackets-square:before {
  content: "\e275";
}
.fi-bs-braille:before {
  content: "\e276";
}
.fi-bs-braille-a:before {
  content: "\e277";
}
.fi-bs-braille-b:before {
  content: "\e278";
}
.fi-bs-braille-c:before {
  content: "\e279";
}
.fi-bs-braille-d:before {
  content: "\e27a";
}
.fi-bs-braille-e:before {
  content: "\e27b";
}
.fi-bs-braille-g:before {
  content: "\e27c";
}
.fi-bs-braille-h:before {
  content: "\e27d";
}
.fi-bs-braille-i:before {
  content: "\e27f";
}
.fi-bs-braille-j:before {
  content: "\e280";
}
.fi-bs-braille-k:before {
  content: "\e281";
}
.fi-bs-braille-l:before {
  content: "\e282";
}
.fi-bs-braille-m:before {
  content: "\e283";
}
.fi-bs-braille-n:before {
  content: "\e284";
}
.fi-bs-braille-n-alt:before {
  content: "\e285";
}
.fi-bs-braille-o:before {
  content: "\e286";
}
.fi-bs-braille-p:before {
  content: "\e287";
}
.fi-bs-braille-q:before {
  content: "\e288";
}
.fi-bs-braille-r:before {
  content: "\e289";
}
.fi-bs-braille-s:before {
  content: "\e28a";
}
.fi-bs-braille-t:before {
  content: "\e28b";
}
.fi-bs-braille-u:before {
  content: "\e28c";
}
.fi-bs-braille-v:before {
  content: "\e28d";
}
.fi-bs-braille-w:before {
  content: "\e28e";
}
.fi-bs-braille-x:before {
  content: "\e28f";
}
.fi-bs-braille-y:before {
  content: "\e290";
}
.fi-bs-braille-z:before {
  content: "\e291";
}
.fi-bs-brain:before {
  content: "\e292";
}
.fi-bs-brain-bulb:before {
  content: "\e293";
}
.fi-bs-brain-circuit:before {
  content: "\e294";
}
.fi-bs-brain-doubt:before {
  content: "\e295";
}
.fi-bs-brain-half-lightbulb:before {
  content: "\e296";
}
.fi-bs-brain-lightning:before {
  content: "\e297";
}
.fi-bs-brain-stress:before {
  content: "\e299";
}
.fi-bs-brake-warning:before {
  content: "\e29a";
}
.fi-bs-branching:before {
  content: "\e29b";
}
.fi-bs-brand:before {
  content: "\e29c";
}
.fi-bs-brand-badge:before {
  content: "\e29d";
}
.fi-bs-brand-strategy:before {
  content: "\e29e";
}
.fi-bs-branding:before {
  content: "\e29f";
}
.fi-bs-brazil:before {
  content: "\e2a0";
}
.fi-bs-brazil-flag:before {
  content: "\e2a1";
}
.fi-bs-brazil-flag-circle:before {
  content: "\e2a2";
}
.fi-bs-bread:before {
  content: "\e2a3";
}
.fi-bs-bread-loaf:before {
  content: "\e2a4";
}
.fi-bs-bread-slice:before {
  content: "\e2a5";
}
.fi-bs-bread-slice-butter:before {
  content: "\e2a6";
}
.fi-bs-break-time:before {
  content: "\e2a7";
}
.fi-bs-bridge:before {
  content: "\e2a8";
}
.fi-bs-bridge-circle-check:before {
  content: "\e2a9";
}
.fi-bs-bridge-collapse:before {
  content: "\e2aa";
}
.fi-bs-bridge-construction:before {
  content: "\e2ab";
}
.fi-bs-bridge-suspension:before {
  content: "\e2ac";
}
.fi-bs-bridge-water:before {
  content: "\e2ad";
}
.fi-bs-briefcase:before {
  content: "\e2af";
}
.fi-bs-briefcase-arrow-right:before {
  content: "\e2b0";
}
.fi-bs-briefcase-blank:before {
  content: "\e2b1";
}
.fi-bs-briefcase-dollar:before {
  content: "\e2b2";
}
.fi-bs-brightness:before {
  content: "\e2b3";
}
.fi-bs-brightness-low:before {
  content: "\e2b4";
}
.fi-bs-bring-forward:before {
  content: "\e2b5";
}
.fi-bs-bring-front:before {
  content: "\e2b6";
}
.fi-bs-broadcast-tower:before {
  content: "\e2b7";
}
.fi-bs-broccoli:before {
  content: "\e2b8";
}
.fi-bs-broken-arm:before {
  content: "\e2b9";
}
.fi-bs-broken-chain-link-wrong:before {
  content: "\e2ba";
}
.fi-bs-broken-image:before {
  content: "\e2bb";
}
.fi-bs-broken-leg:before {
  content: "\e2bc";
}
.fi-bs-broken-nail:before {
  content: "\e2bd";
}
.fi-bs-broom:before {
  content: "\e2be";
}
.fi-bs-broom-ball:before {
  content: "\e2bf";
}
.fi-bs-browser:before {
  content: "\e2c0";
}
.fi-bs-browser-css:before {
  content: "\e2c2";
}
.fi-bs-browser-lock-alert:before {
  content: "\e2c3";
}
.fi-bs-browser-ui:before {
  content: "\e2c4";
}
.fi-bs-browsers:before {
  content: "\e2c5";
}
.fi-bs-brush:before {
  content: "\e2c6";
}
.fi-bs-bubble-discussion:before {
  content: "\e2c7";
}
.fi-bs-bucket:before {
  content: "\e2c8";
}
.fi-bs-budget:before {
  content: "\e2c9";
}
.fi-bs-budget-alt:before {
  content: "\e2ca";
}
.fi-bs-bug:before {
  content: "\e2cb";
}
.fi-bs-bug-fix:before {
  content: "\e2cc";
}
.fi-bs-bug-folder:before {
  content: "\e2cd";
}
.fi-bs-bug-magnifier:before {
  content: "\e2ce";
}
.fi-bs-bug-report:before {
  content: "\e2cf";
}
.fi-bs-bug-slash:before {
  content: "\e2d0";
}
.fi-bs-bugs:before {
  content: "\e2d1";
}
.fi-bs-build:before {
  content: "\e2d2";
}
.fi-bs-build-alt:before {
  content: "\e2d3";
}
.fi-bs-builder:before {
  content: "\e2d4";
}
.fi-bs-building:before {
  content: "\e2d5";
}
.fi-bs-building-car:before {
  content: "\e2d6";
}
.fi-bs-building-check:before {
  content: "\e2d7";
}
.fi-bs-building-circle-arrow-right:before {
  content: "\e2d8";
}
.fi-bs-building-flag:before {
  content: "\e2d9";
}
.fi-bs-building-foundation:before {
  content: "\e2da";
}
.fi-bs-building-lock:before {
  content: "\e2db";
}
.fi-bs-building-materials:before {
  content: "\e2dc";
}
.fi-bs-building-ngo:before {
  content: "\e2dd";
}
.fi-bs-building-shield:before {
  content: "\e2de";
}
.fi-bs-building-user:before {
  content: "\e2df";
}
.fi-bs-building-xmark:before {
  content: "\e2e0";
}
.fi-bs-bulb:before {
  content: "\e2e1";
}
.fi-bs-bulb-speech-bubble:before {
  content: "\e2e2";
}
.fi-bs-bull-market:before {
  content: "\e2e3";
}
.fi-bs-bullet:before {
  content: "\e2e4";
}
.fi-bs-bullhorn:before {
  content: "\e2e5";
}
.fi-bs-bullseye:before {
  content: "\e2e6";
}
.fi-bs-bullseye-arrow:before {
  content: "\e2e7";
}
.fi-bs-bullseye-pointer:before {
  content: "\e2e8";
}
.fi-bs-buoy:before {
  content: "\e2e9";
}
.fi-bs-burger-alt:before {
  content: "\e2ea";
}
.fi-bs-burger-fries:before {
  content: "\e2eb";
}
.fi-bs-burger-glass:before {
  content: "\e2ec";
}
.fi-bs-burnout:before {
  content: "\e2ef";
}
.fi-bs-burrito:before {
  content: "\e2f0";
}
.fi-bs-burst:before {
  content: "\e2f1";
}
.fi-bs-bus:before {
  content: "\e2f2";
}
.fi-bs-bus-alt:before {
  content: "\e2f3";
}
.fi-bs-bus-ticket:before {
  content: "\e2f4";
}
.fi-bs-business-deal:before {
  content: "\e2f5";
}
.fi-bs-business-growth:before {
  content: "\e2f6";
}
.fi-bs-business-meeting:before {
  content: "\e2f7";
}
.fi-bs-business-podcast:before {
  content: "\e2f8";
}
.fi-bs-business-time:before {
  content: "\e2f9";
}
.fi-bs-business-value:before {
  content: "\e2fa";
}
.fi-bs-Butter:before {
  content: "\e2fc";
}
.fi-bs-butterfly:before {
  content: "\e2fd";
}
.fi-bs-c:before {
  content: "\e2fe";
}
.fi-bs-cabin:before {
  content: "\e2ff";
}
.fi-bs-cactus:before {
  content: "\e301";
}
.fi-bs-cage-empty:before {
  content: "\e302";
}
.fi-bs-cake-birthday:before {
  content: "\e303";
}
.fi-bs-cake-slice:before {
  content: "\e304";
}
.fi-bs-cake-wedding:before {
  content: "\e305";
}
.fi-bs-calculator:before {
  content: "\e306";
}
.fi-bs-calculator-bill:before {
  content: "\e308";
}
.fi-bs-calculator-math-tax:before {
  content: "\e309";
}
.fi-bs-calculator-money:before {
  content: "\e30a";
}
.fi-bs-calculator-simple:before {
  content: "\e30b";
}
.fi-bs-calendar:before {
  content: "\e30c";
}
.fi-bs-calendar-arrow-down:before {
  content: "\e30d";
}
.fi-bs-calendar-arrow-up:before {
  content: "\e30e";
}
.fi-bs-calendar-birhtday-cake:before {
  content: "\e30f";
}
.fi-bs-calendar-call:before {
  content: "\e310";
}
.fi-bs-calendar-check:before {
  content: "\e311";
}
.fi-bs-calendar-clock:before {
  content: "\e312";
}
.fi-bs-calendar-day:before {
  content: "\e313";
}
.fi-bs-calendar-days:before {
  content: "\e314";
}
.fi-bs-calendar-event-tax:before {
  content: "\e315";
}
.fi-bs-calendar-exclamation:before {
  content: "\e316";
}
.fi-bs-calendar-gavel-legal:before {
  content: "\e317";
}
.fi-bs-calendar-heart:before {
  content: "\e318";
}
.fi-bs-calendar-image:before {
  content: "\e319";
}
.fi-bs-calendar-lines:before {
  content: "\e31a";
}
.fi-bs-calendar-lines-pen:before {
  content: "\e31b";
}
.fi-bs-calendar-minus:before {
  content: "\e31d";
}
.fi-bs-calendar-payment-loan:before {
  content: "\e31e";
}
.fi-bs-calendar-pen:before {
  content: "\e31f";
}
.fi-bs-calendar-plus:before {
  content: "\e320";
}
.fi-bs-calendar-salary:before {
  content: "\e321";
}
.fi-bs-calendar-shift-swap:before {
  content: "\e322";
}
.fi-bs-calendar-star:before {
  content: "\e323";
}
.fi-bs-calendar-swap:before {
  content: "\e324";
}
.fi-bs-calendar-update:before {
  content: "\e325";
}
.fi-bs-calendar-week:before {
  content: "\e326";
}
.fi-bs-calendar-xmark:before {
  content: "\e327";
}
.fi-bs-calendars:before {
  content: "\e328";
}
.fi-bs-call-duration:before {
  content: "\e329";
}
.fi-bs-call-forbidden:before {
  content: "\e32a";
}
.fi-bs-call-history:before {
  content: "\e32b";
}
.fi-bs-call-incoming:before {
  content: "\e32c";
}
.fi-bs-call-missed:before {
  content: "\e32d";
}
.fi-bs-call-outgoing:before {
  content: "\e32e";
}
.fi-bs-camcorder:before {
  content: "\e32f";
}
.fi-bs-camera:before {
  content: "\e330";
}
.fi-bs-camera-cctv:before {
  content: "\e331";
}
.fi-bs-camera-movie:before {
  content: "\e333";
}
.fi-bs-camera-retro:before {
  content: "\e334";
}
.fi-bs-camera-rotate:before {
  content: "\e335";
}
.fi-bs-camera-security:before {
  content: "\e336";
}
.fi-bs-camera-slash:before {
  content: "\e337";
}
.fi-bs-camera-viewfinder:before {
  content: "\e338";
}
.fi-bs-campfire:before {
  content: "\e339";
}
.fi-bs-camping:before {
  content: "\e33a";
}
.fi-bs-can-food:before {
  content: "\e33b";
}
.fi-bs-candle-holder:before {
  content: "\e33c";
}
.fi-bs-candle-lotus-yoga:before {
  content: "\e33d";
}
.fi-bs-candle-pose-yoga:before {
  content: "\e33e";
}
.fi-bs-candy:before {
  content: "\e340";
}
.fi-bs-candy-alt:before {
  content: "\e341";
}
.fi-bs-candy-bar:before {
  content: "\e342";
}
.fi-bs-candy-cane:before {
  content: "\e343";
}
.fi-bs-candy-corn:before {
  content: "\e344";
}
.fi-bs-candy-sweet:before {
  content: "\e345";
}
.fi-bs-Cannabis:before {
  content: "\e346";
}
.fi-bs-canned-food:before {
  content: "\e347";
}
.fi-bs-cannon:before {
  content: "\e348";
}
.fi-bs-canoe:before {
  content: "\e349";
}
.fi-bs-capsules:before {
  content: "\e34a";
}
.fi-bs-car:before {
  content: "\e34c";
}
.fi-bs-car-alt:before {
  content: "\e34d";
}
.fi-bs-car-battery:before {
  content: "\e34e";
}
.fi-bs-car-bolt:before {
  content: "\e34f";
}
.fi-bs-car-building:before {
  content: "\e350";
}
.fi-bs-car-bump:before {
  content: "\e351";
}
.fi-bs-car-bus:before {
  content: "\e352";
}
.fi-bs-car-charger-bolt:before {
  content: "\e353";
}
.fi-bs-car-circle-bolt:before {
  content: "\e354";
}
.fi-bs-car-crash:before {
  content: "\e355";
}
.fi-bs-car-garage:before {
  content: "\e356";
}
.fi-bs-car-journey:before {
  content: "\e357";
}
.fi-bs-car-mechanic:before {
  content: "\e358";
}
.fi-bs-car-oil:before {
  content: "\e359";
}
.fi-bs-car-rear:before {
  content: "\e35a";
}
.fi-bs-car-side:before {
  content: "\e35b";
}
.fi-bs-car-side-bolt:before {
  content: "\e35c";
}
.fi-bs-car-tilt:before {
  content: "\e35d";
}
.fi-bs-car-tunnel:before {
  content: "\e35e";
}
.fi-bs-car-wash:before {
  content: "\e35f";
}
.fi-bs-caravan:before {
  content: "\e360";
}
.fi-bs-caravan-alt:before {
  content: "\e361";
}
.fi-bs-carbon-cloud:before {
  content: "\e362";
}
.fi-bs-carbon-cloud-arrow-down:before {
  content: "\e363";
}
.fi-bs-carbon-footprint:before {
  content: "\e364";
}
.fi-bs-card-club:before {
  content: "\e365";
}
.fi-bs-card-diamond:before {
  content: "\e366";
}
.fi-bs-card-heart:before {
  content: "\e367";
}
.fi-bs-card-spade:before {
  content: "\e369";
}
.fi-bs-cardinal-compass:before {
  content: "\e36a";
}
.fi-bs-cards-blank:before {
  content: "\e36c";
}
.fi-bs-career-growth:before {
  content: "\e36e";
}
.fi-bs-career-path:before {
  content: "\e36f";
}
.fi-bs-caret-circle-down:before {
  content: "\e370";
}
.fi-bs-caret-circle-right:before {
  content: "\e372";
}
.fi-bs-caret-circle-up:before {
  content: "\e373";
}
.fi-bs-caret-down:before {
  content: "\e374";
}
.fi-bs-caret-left:before {
  content: "\e375";
}
.fi-bs-caret-quare-up:before {
  content: "\e376";
}
.fi-bs-caret-right:before {
  content: "\e377";
}
.fi-bs-caret-square-down:before {
  content: "\e378";
}
.fi-bs-caret-square-left:before {
  content: "\e379";
}
.fi-bs-caret-square-left_1:before {
  content: "\e37a";
}
.fi-bs-caret-square-right:before {
  content: "\e37b";
}
.fi-bs-caret-up:before {
  content: "\e37d";
}
.fi-bs-carrot:before {
  content: "\e37e";
}
.fi-bs-cars:before {
  content: "\e37f";
}
.fi-bs-cars-crash:before {
  content: "\e380";
}
.fi-bs-cart-arrow-down:before {
  content: "\e381";
}
.fi-bs-cart-minus:before {
  content: "\e382";
}
.fi-bs-cart-shopping-fast:before {
  content: "\e383";
}
.fi-bs-case-study:before {
  content: "\e384";
}
.fi-bs-cash-register:before {
  content: "\e385";
}
.fi-bs-cassette-tape:before {
  content: "\e386";
}
.fi-bs-cassette-vhs:before {
  content: "\e387";
}
.fi-bs-castle:before {
  content: "\e388";
}
.fi-bs-castle-tower:before {
  content: "\e389";
}
.fi-bs-cat:before {
  content: "\e38a";
}
.fi-bs-cat-dog:before {
  content: "\e38b";
}
.fi-bs-cat-head:before {
  content: "\e38c";
}
.fi-bs-cat-space:before {
  content: "\e38d";
}
.fi-bs-catalog:before {
  content: "\e38e";
}
.fi-bs-catalog-alt:before {
  content: "\e38f";
}
.fi-bs-catalog-magazine:before {
  content: "\e390";
}
.fi-bs-category:before {
  content: "\e391";
}
.fi-bs-category-alt:before {
  content: "\e392";
}
.fi-bs-cauldron:before {
  content: "\e393";
}
.fi-bs-cdn:before {
  content: "\e39a";
}
.fi-bs-cedi-sign:before {
  content: "\e39b";
}
.fi-bs-cell:before {
  content: "\e39c";
}
.fi-bs-cello:before {
  content: "\e39d";
}
.fi-bs-cent-sign:before {
  content: "\e39e";
}
.fi-bs-certificate:before {
  content: "\e3a0";
}
.fi-bs-chai-tea:before {
  content: "\e3a1";
}
.fi-bs-chair:before {
  content: "\e3a2";
}
.fi-bs-chair-director:before {
  content: "\e3a3";
}
.fi-bs-chair-office:before {
  content: "\e3a4";
}
.fi-bs-chalkboard:before {
  content: "\e3a5";
}
.fi-bs-chalkboard-user:before {
  content: "\e3a6";
}
.fi-bs-challenge:before {
  content: "\e3a7";
}
.fi-bs-challenge-alt:before {
  content: "\e3a8";
}
.fi-bs-chamomile:before {
  content: "\e3a9";
}
.fi-bs-channel:before {
  content: "\e3aa";
}
.fi-bs-charging-station:before {
  content: "\e3ac";
}
.fi-bs-chart-area:before {
  content: "\e3ad";
}
.fi-bs-chart-bullet:before {
  content: "\e3b1";
}
.fi-bs-chart-candlestick:before {
  content: "\e3b2";
}
.fi-bs-chart-connected:before {
  content: "\e3b3";
}
.fi-bs-chart-gantt:before {
  content: "\e3b4";
}
.fi-bs-chart-histogram:before {
  content: "\e3b5";
}
.fi-bs-chart-kanban:before {
  content: "\e3b6";
}
.fi-bs-chart-line-up:before {
  content: "\e3b7";
}
.fi-bs-chart-line-up-down:before {
  content: "\e3b8";
}
.fi-bs-chart-mixed:before {
  content: "\e3b9";
}
.fi-bs-chart-mixed-up-circle-currency:before {
  content: "\e3ba";
}
.fi-bs-chart-mixed-up-circle-dollar:before {
  content: "\e3bb";
}
.fi-bs-chart-network:before {
  content: "\e3bc";
}
.fi-bs-chart-pie:before {
  content: "\e3bd";
}
.fi-bs-chart-pie-alt:before {
  content: "\e3be";
}
.fi-bs-chart-pie-simple-circle-currency:before {
  content: "\e3bf";
}
.fi-bs-chart-pie-simple-circle-dollar:before {
  content: "\e3c0";
}
.fi-bs-chart-pyramid:before {
  content: "\e3c1";
}
.fi-bs-chart-radar:before {
  content: "\e3c2";
}
.fi-bs-chart-scatter:before {
  content: "\e3c3";
}
.fi-bs-chart-scatter-3d:before {
  content: "\e3c4";
}
.fi-bs-chart-scatter-bubble:before {
  content: "\e3c5";
}
.fi-bs-chart-set-theory:before {
  content: "\e3c6";
}
.fi-bs-chart-simple:before {
  content: "\e3c7";
}
.fi-bs-chart-simple-horizontal:before {
  content: "\e3c8";
}
.fi-bs-chart-tree:before {
  content: "\e3c9";
}
.fi-bs-chart-tree-map:before {
  content: "\e3ca";
}
.fi-bs-chart-user:before {
  content: "\e3cb";
}
.fi-bs-chart-waterfall:before {
  content: "\e3cc";
}
.fi-bs-chat-arrow-down:before {
  content: "\e3cd";
}
.fi-bs-chat-arrow-grow:before {
  content: "\e3ce";
}
.fi-bs-chat-bubble-call:before {
  content: "\e3cf";
}
.fi-bs-chatbot:before {
  content: "\e3d0";
}
.fi-bs-chatbot-speech-bubble:before {
  content: "\e3d1";
}
.fi-bs-cheap:before {
  content: "\e3d2";
}
.fi-bs-cheap-bill:before {
  content: "\e3d3";
}
.fi-bs-cheap-dollar:before {
  content: "\e3d4";
}
.fi-bs-cheap-stack:before {
  content: "\e3d5";
}
.fi-bs-cheap-stack-dollar:before {
  content: "\e3d6";
}
.fi-bs-check:before {
  content: "\e3d7";
}
.fi-bs-check-circle:before {
  content: "\e3d8";
}
.fi-bs-check-double:before {
  content: "\e3d9";
}
.fi-bs-check-in-calendar:before {
  content: "\e3da";
}
.fi-bs-check-out-calendar:before {
  content: "\e3db";
}
.fi-bs-checkbox:before {
  content: "\e3dc";
}
.fi-bs-checklist-task-budget:before {
  content: "\e3dd";
}
.fi-bs-cheese:before {
  content: "\e3de";
}
.fi-bs-cheese-alt:before {
  content: "\e3df";
}
.fi-bs-cheese-cake:before {
  content: "\e3e0";
}
.fi-bs-cheeseburger:before {
  content: "\e3e1";
}
.fi-bs-cherry:before {
  content: "\e3e2";
}
.fi-bs-chess:before {
  content: "\e3e3";
}
.fi-bs-chess-bishop:before {
  content: "\e3e4";
}
.fi-bs-chess-board:before {
  content: "\e3e5";
}
.fi-bs-chess-clock:before {
  content: "\e3e6";
}
.fi-bs-chess-clock-alt:before {
  content: "\e3e7";
}
.fi-bs-chess-king:before {
  content: "\e3e8";
}
.fi-bs-chess-king-alt:before {
  content: "\e3e9";
}
.fi-bs-chess-knight:before {
  content: "\e3ea";
}
.fi-bs-chess-knight-alt:before {
  content: "\e3eb";
}
.fi-bs-chess-pawn:before {
  content: "\e3ec";
}
.fi-bs-chess-pawn-alt:before {
  content: "\e3ed";
}
.fi-bs-chess-piece:before {
  content: "\e3ee";
}
.fi-bs-chess-queen:before {
  content: "\e3ef";
}
.fi-bs-chess-queen-alt:before {
  content: "\e3f0";
}
.fi-bs-chess-rook:before {
  content: "\e3f1";
}
.fi-bs-chess-rook-alt:before {
  content: "\e3f2";
}
.fi-bs-chevron-double-dots-down:before {
  content: "\e3f3";
}
.fi-bs-chevron-double-dots-left:before {
  content: "\e3f4";
}
.fi-bs-chevron-double-dots-right:before {
  content: "\e3f5";
}
.fi-bs-chevron-double-dots-up:before {
  content: "\e3f6";
}
.fi-bs-chevron-double-down:before {
  content: "\e3f7";
}
.fi-bs-chevron-double-up:before {
  content: "\e3f8";
}
.fi-bs-chicken-bucket:before {
  content: "\e3f9";
}
.fi-bs-child:before {
  content: "\e3fa";
}
.fi-bs-child-head:before {
  content: "\e3fb";
}
.fi-bs-chimney:before {
  content: "\e3fc";
}
.fi-bs-chinese-temple:before {
  content: "\e3fe";
}
.fi-bs-chip:before {
  content: "\e3ff";
}
.fi-bs-chip-brain:before {
  content: "\e400";
}
.fi-bs-chocolate:before {
  content: "\e401";
}
.fi-bs-choir-singing:before {
  content: "\e403";
}
.fi-bs-choose:before {
  content: "\e404";
}
.fi-bs-choose-alt:before {
  content: "\e405";
}
.fi-bs-church:before {
  content: "\e407";
}
.fi-bs-cinnamon-roll:before {
  content: "\e408";
}
.fi-bs-circle:before {
  content: "\e409";
}
.fi-bs-circle-0:before {
  content: "\e40a";
}
.fi-bs-circle-1:before {
  content: "\e40b";
}
.fi-bs-circle-2:before {
  content: "\e40c";
}
.fi-bs-circle-3:before {
  content: "\e40d";
}
.fi-bs-circle-4:before {
  content: "\e40e";
}
.fi-bs-circle-5:before {
  content: "\e40f";
}
.fi-bs-circle-6:before {
  content: "\e410";
}
.fi-bs-circle-7:before {
  content: "\e411";
}
.fi-bs-circle-8:before {
  content: "\e412";
}
.fi-bs-circle-9:before {
  content: "\e413";
}
.fi-bs-circle-a:before {
  content: "\e414";
}
.fi-bs-circle-b:before {
  content: "\e416";
}
.fi-bs-circle-bolt:before {
  content: "\e417";
}
.fi-bs-circle-book-open:before {
  content: "\e418";
}
.fi-bs-circle-bookmark:before {
  content: "\e419";
}
.fi-bs-circle-c:before {
  content: "\e41a";
}
.fi-bs-circle-calendar:before {
  content: "\e41b";
}
.fi-bs-circle-camera:before {
  content: "\e41c";
}
.fi-bs-circle-d:before {
  content: "\e41e";
}
.fi-bs-circle-dashed:before {
  content: "\e41f";
}
.fi-bs-circle-divide:before {
  content: "\e420";
}
.fi-bs-circle-e:before {
  content: "\e422";
}
.fi-bs-circle-ellipsis:before {
  content: "\e423";
}
.fi-bs-circle-ellipsis-vertical:before {
  content: "\e424";
}
.fi-bs-circle-envelope:before {
  content: "\e425";
}
.fi-bs-circle-exclamation-check:before {
  content: "\e426";
}
.fi-bs-circle-f:before {
  content: "\e427";
}
.fi-bs-circle-g:before {
  content: "\e428";
}
.fi-bs-circle-h:before {
  content: "\e429";
}
.fi-bs-circle-half:before {
  content: "\e42a";
}
.fi-bs-circle-half-stroke:before {
  content: "\e42b";
}
.fi-bs-circle-heart:before {
  content: "\e42c";
}
.fi-bs-circle-i:before {
  content: "\e42d";
}
.fi-bs-circle-j:before {
  content: "\e42e";
}
.fi-bs-circle-k:before {
  content: "\e42f";
}
.fi-bs-circle-l:before {
  content: "\e430";
}
.fi-bs-circle-m:before {
  content: "\e431";
}
.fi-bs-circle-microphone:before {
  content: "\e432";
}
.fi-bs-circle-microphone-lines:before {
  content: "\e433";
}
.fi-bs-circle-n:before {
  content: "\e434";
}
.fi-bs-circle-nodes:before {
  content: "\e435";
}
.fi-bs-circle-o:before {
  content: "\e436";
}
.fi-bs-circle-overlap:before {
  content: "\e437";
}
.fi-bs-circle-p:before {
  content: "\e438";
}
.fi-bs-circle-phone:before {
  content: "\e43a";
}
.fi-bs-circle-phone-flip:before {
  content: "\e43b";
}
.fi-bs-circle-phone-hangup:before {
  content: "\e43c";
}
.fi-bs-circle-q:before {
  content: "\e43e";
}
.fi-bs-circle-quarter:before {
  content: "\e43f";
}
.fi-bs-circle-quarters-alt:before {
  content: "\e441";
}
.fi-bs-circle-r:before {
  content: "\e442";
}
.fi-bs-circle-s:before {
  content: "\e443";
}
.fi-bs-circle-small:before {
  content: "\e444";
}
.fi-bs-circle-star:before {
  content: "\e445";
}
.fi-bs-circle-t:before {
  content: "\e447";
}
.fi-bs-circle-three-quarters:before {
  content: "\e448";
}
.fi-bs-circle-trash:before {
  content: "\e449";
}
.fi-bs-circle-u:before {
  content: "\e44a";
}
.fi-bs-circle-user:before {
  content: "\e44b";
}
.fi-bs-circle-v:before {
  content: "\e44c";
}
.fi-bs-circle-video:before {
  content: "\e44d";
}
.fi-bs-circle-w:before {
  content: "\e44e";
}
.fi-bs-circle-water-plug:before {
  content: "\e44f";
}
.fi-bs-circle-waveform-lines:before {
  content: "\e450";
}
.fi-bs-circle-wifi-circle-wifi:before {
  content: "\e451";
}
.fi-bs-circle-x:before {
  content: "\e452";
}
.fi-bs-circle-xmark:before {
  content: "\e453";
}
.fi-bs-circle-y:before {
  content: "\e454";
}
.fi-bs-circle-z:before {
  content: "\e455";
}
.fi-bs-citrus:before {
  content: "\e456";
}
.fi-bs-citrus-slice:before {
  content: "\e457";
}
.fi-bs-city:before {
  content: "\e458";
}
.fi-bs-civil-law:before {
  content: "\e459";
}
.fi-bs-clapper-open:before {
  content: "\e45a";
}
.fi-bs-clapperboard:before {
  content: "\e45b";
}
.fi-bs-clapperboard-play:before {
  content: "\e45c";
}
.fi-bs-clarinet:before {
  content: "\e45e";
}
.fi-bs-claw-marks:before {
  content: "\e45f";
}
.fi-bs-clear-alt:before {
  content: "\e462";
}
.fi-bs-clip:before {
  content: "\e463";
}
.fi-bs-clip-file:before {
  content: "\e464";
}
.fi-bs-clip-mail:before {
  content: "\e465";
}
.fi-bs-clipboard:before {
  content: "\e466";
}
.fi-bs-clipboard-check:before {
  content: "\e467";
}
.fi-bs-clipboard-exclamation:before {
  content: "\e468";
}
.fi-bs-clipboard-list:before {
  content: "\e469";
}
.fi-bs-clipboard-list-check:before {
  content: "\e46a";
}
.fi-bs-clipboard-prescription:before {
  content: "\e46b";
}
.fi-bs-clipboard-question:before {
  content: "\e46c";
}
.fi-bs-clipboard-user:before {
  content: "\e46d";
}
.fi-bs-clipoard-wrong:before {
  content: "\e46e";
}
.fi-bs-clock:before {
  content: "\e46f";
}
.fi-bs-clock-desk:before {
  content: "\e470";
}
.fi-bs-clock-eight-thirty:before {
  content: "\e471";
}
.fi-bs-clock-eleven:before {
  content: "\e472";
}
.fi-bs-clock-eleven-thirty:before {
  content: "\e473";
}
.fi-bs-clock-five:before {
  content: "\e474";
}
.fi-bs-clock-five-thirty:before {
  content: "\e475";
}
.fi-bs-clock-four-thirty:before {
  content: "\e476";
}
.fi-bs-clock-future-past:before {
  content: "\e477";
}
.fi-bs-clock-nine:before {
  content: "\e478";
}
.fi-bs-clock-nine-thirty:before {
  content: "\e479";
}
.fi-bs-clock-one:before {
  content: "\e47a";
}
.fi-bs-clock-one-thirty:before {
  content: "\e47b";
}
.fi-bs-clock-seven:before {
  content: "\e47c";
}
.fi-bs-clock-seven-thirty:before {
  content: "\e47d";
}
.fi-bs-clock-six:before {
  content: "\e47e";
}
.fi-bs-clock-six-thirty:before {
  content: "\e47f";
}
.fi-bs-clock-ten:before {
  content: "\e480";
}
.fi-bs-clock-ten-thirty:before {
  content: "\e481";
}
.fi-bs-clock-three:before {
  content: "\e482";
}
.fi-bs-clock-three-thirty:before {
  content: "\e483";
}
.fi-bs-clock-time-tracking:before {
  content: "\e484";
}
.fi-bs-clock-twelve:before {
  content: "\e485";
}
.fi-bs-clock-twelve-thirty:before {
  content: "\e486";
}
.fi-bs-clock-two:before {
  content: "\e487";
}
.fi-bs-clock-two-thirty:before {
  content: "\e488";
}
.fi-bs-clock-up-arrow:before {
  content: "\e489";
}
.fi-bs-clone:before {
  content: "\e48a";
}
.fi-bs-closed:before {
  content: "\e48b";
}
.fi-bs-closed-captioning-slash:before {
  content: "\e48c";
}
.fi-bs-clothes-hanger:before {
  content: "\e48d";
}
.fi-bs-clothing-rack:before {
  content: "\e48e";
}
.fi-bs-cloud:before {
  content: "\e48f";
}
.fi-bs-cloud-back-up:before {
  content: "\e490";
}
.fi-bs-cloud-back-up-alt:before {
  content: "\e491";
}
.fi-bs-cloud-check:before {
  content: "\e492";
}
.fi-bs-cloud-code:before {
  content: "\e493";
}
.fi-bs-cloud-disabled:before {
  content: "\e495";
}
.fi-bs-cloud-download:before {
  content: "\e496";
}
.fi-bs-cloud-download-alt:before {
  content: "\e497";
}
.fi-bs-cloud-drizzle:before {
  content: "\e499";
}
.fi-bs-cloud-exclamation:before {
  content: "\e49a";
}
.fi-bs-cloud-gear-automation:before {
  content: "\e49c";
}
.fi-bs-cloud-hail:before {
  content: "\e49d";
}
.fi-bs-cloud-hail-mixed:before {
  content: "\e49e";
}
.fi-bs-cloud-meatball:before {
  content: "\e4a0";
}
.fi-bs-cloud-moon:before {
  content: "\e4a2";
}
.fi-bs-cloud-moon-rain:before {
  content: "\e4a3";
}
.fi-bs-cloud-question:before {
  content: "\e4a5";
}
.fi-bs-cloud-rain:before {
  content: "\e4a6";
}
.fi-bs-cloud-rainbow:before {
  content: "\e4a7";
}
.fi-bs-cloud-share:before {
  content: "\e4a8";
}
.fi-bs-cloud-showers:before {
  content: "\e4a9";
}
.fi-bs-cloud-showers-heavy:before {
  content: "\e4aa";
}
.fi-bs-cloud-showers-water:before {
  content: "\e4ab";
}
.fi-bs-cloud-sleet:before {
  content: "\e4ad";
}
.fi-bs-cloud-snow:before {
  content: "\e4ae";
}
.fi-bs-cloud-sun:before {
  content: "\e4b0";
}
.fi-bs-cloud-sun-rain:before {
  content: "\e4b1";
}
.fi-bs-cloud-sun-tear:before {
  content: "\e4b2";
}
.fi-bs-cloud-upload:before {
  content: "\e4b3";
}
.fi-bs-cloud-upload-alt:before {
  content: "\e4b4";
}
.fi-bs-cloud-windy:before {
  content: "\e4b6";
}
.fi-bs-clouds:before {
  content: "\e4b9";
}
.fi-bs-clouds-moon:before {
  content: "\e4ba";
}
.fi-bs-clouds-sun:before {
  content: "\e4bb";
}
.fi-bs-clover-alt:before {
  content: "\e4bc";
}
.fi-bs-club:before {
  content: "\e4bd";
}
.fi-bs-cocktail:before {
  content: "\e4c0";
}
.fi-bs-cocktail-alt:before {
  content: "\e4c1";
}
.fi-bs-coconut:before {
  content: "\e4c2";
}
.fi-bs-code-branch:before {
  content: "\e4c3";
}
.fi-bs-code-commit:before {
  content: "\e4c4";
}
.fi-bs-code-compare:before {
  content: "\e4c5";
}
.fi-bs-code-editing:before {
  content: "\e4c6";
}
.fi-bs-code-fork:before {
  content: "\e4c7";
}
.fi-bs-code-merge:before {
  content: "\e4c8";
}
.fi-bs-code-pull-request:before {
  content: "\e4c9";
}
.fi-bs-code-pull-request-closed:before {
  content: "\e4ca";
}
.fi-bs-code-pull-request-draft:before {
  content: "\e4cb";
}
.fi-bs-code-simple:before {
  content: "\e4cc";
}
.fi-bs-code-window:before {
  content: "\e4cd";
}
.fi-bs-coffee:before {
  content: "\e4ce";
}
.fi-bs-coffee-bean:before {
  content: "\e4cf";
}
.fi-bs-coffee-beans:before {
  content: "\e4d0";
}
.fi-bs-coffee-heart:before {
  content: "\e4d1";
}
.fi-bs-coffee-maker:before {
  content: "\e4d2";
}
.fi-bs-coffee-pot:before {
  content: "\e4d3";
}
.fi-bs-coffee-time:before {
  content: "\e4d4";
}
.fi-bs-coffin:before {
  content: "\e4d5";
}
.fi-bs-coffin-cross:before {
  content: "\e4d6";
}
.fi-bs-coin:before {
  content: "\e4d7";
}
.fi-bs-coin-up-arrow:before {
  content: "\e4d8";
}
.fi-bs-coins:before {
  content: "\e4d9";
}
.fi-bs-coins-crypto:before {
  content: "\e4da";
}
.fi-bs-coins-shield:before {
  content: "\e4db";
}
.fi-bs-colon-sign:before {
  content: "\e4dd";
}
.fi-bs-columns-3:before {
  content: "\e4de";
}
.fi-bs-comb:before {
  content: "\e4df";
}
.fi-bs-comb-hair:before {
  content: "\e4e0";
}
.fi-bs-comedy-podcast:before {
  content: "\e4e1";
}
.fi-bs-comet:before {
  content: "\e4e2";
}
.fi-bs-command:before {
  content: "\e4e4";
}
.fi-bs-comment:before {
  content: "\e4e5";
}
.fi-bs-comment-alt:before {
  content: "\e4e6";
}
.fi-bs-comment-alt-check:before {
  content: "\e4e7";
}
.fi-bs-comment-alt-dots:before {
  content: "\e4e8";
}
.fi-bs-comment-alt-edit:before {
  content: "\e4e9";
}
.fi-bs-comment-alt-lock:before {
  content: "\e4ea";
}
.fi-bs-comment-alt-medical:before {
  content: "\e4eb";
}
.fi-bs-comment-alt-middle:before {
  content: "\e4ec";
}
.fi-bs-comment-alt-middle-top:before {
  content: "\e4ed";
}
.fi-bs-comment-alt-minus:before {
  content: "\e4ee";
}
.fi-bs-comment-alt-music:before {
  content: "\e4ef";
}
.fi-bs-comment-arrow-down:before {
  content: "\e4f2";
}
.fi-bs-comment-arrow-up:before {
  content: "\e4f3";
}
.fi-bs-comment-arrow-up-right:before {
  content: "\e4f4";
}
.fi-bs-comment-check:before {
  content: "\e4f5";
}
.fi-bs-comment-clock:before {
  content: "\e4f6";
}
.fi-bs-comment-code:before {
  content: "\e4f7";
}
.fi-bs-comment-dollar:before {
  content: "\e4f8";
}
.fi-bs-comment-dots:before {
  content: "\e4f9";
}
.fi-bs-comment-exclamation:before {
  content: "\e4fa";
}
.fi-bs-comment-heart:before {
  content: "\e4fb";
}
.fi-bs-comment-image:before {
  content: "\e4fc";
}
.fi-bs-comment-info:before {
  content: "\e4fd";
}
.fi-bs-comment-lock:before {
  content: "\e4fe";
}
.fi-bs-comment-medical:before {
  content: "\e4ff";
}
.fi-bs-comment-minus:before {
  content: "\e500";
}
.fi-bs-comment-pen:before {
  content: "\e501";
}
.fi-bs-comment-question:before {
  content: "\e503";
}
.fi-bs-comment-quote:before {
  content: "\e504";
}
.fi-bs-comment-slash:before {
  content: "\e505";
}
.fi-bs-comment-smile:before {
  content: "\e506";
}
.fi-bs-comment-sms:before {
  content: "\e507";
}
.fi-bs-comment-text:before {
  content: "\e508";
}
.fi-bs-comment-user:before {
  content: "\e509";
}
.fi-bs-comment-xmark:before {
  content: "\e50a";
}
.fi-bs-comments:before {
  content: "\e50b";
}
.fi-bs-comments-dollar:before {
  content: "\e50c";
}
.fi-bs-comments-question:before {
  content: "\e50d";
}
.fi-bs-comments-question-check:before {
  content: "\e50e";
}
.fi-bs-compass-alt:before {
  content: "\e50f";
}
.fi-bs-compass-east:before {
  content: "\e510";
}
.fi-bs-compass-north:before {
  content: "\e511";
}
.fi-bs-compass-slash:before {
  content: "\e512";
}
.fi-bs-compass-south:before {
  content: "\e513";
}
.fi-bs-compass-west:before {
  content: "\e514";
}
.fi-bs-completed:before {
  content: "\e515";
}
.fi-bs-compliance:before {
  content: "\e516";
}
.fi-bs-compliance-clipboard:before {
  content: "\e517";
}
.fi-bs-compliance-document:before {
  content: "\e518";
}
.fi-bs-compress:before {
  content: "\e519";
}
.fi-bs-compress-alt:before {
  content: "\e51a";
}
.fi-bs-computer:before {
  content: "\e51b";
}
.fi-bs-computer-ad:before {
  content: "\e51c";
}
.fi-bs-computer-classic:before {
  content: "\e51d";
}
.fi-bs-computer-mouse:before {
  content: "\e51e";
}
.fi-bs-computer-speaker:before {
  content: "\e51f";
}
.fi-bs-concierge-bell:before {
  content: "\e520";
}
.fi-bs-condition:before {
  content: "\e523";
}
.fi-bs-condition-alt:before {
  content: "\e524";
}
.fi-bs-confetti:before {
  content: "\e525";
}
.fi-bs-confidential-discussion:before {
  content: "\e526";
}
.fi-bs-confidential-folder:before {
  content: "\e527";
}
.fi-bs-confirmed-user:before {
  content: "\e528";
}
.fi-bs-console-controller:before {
  content: "\e52a";
}
.fi-bs-constellation:before {
  content: "\e52b";
}
.fi-bs-construction-location:before {
  content: "\e52d";
}
.fi-bs-consultant:before {
  content: "\e52e";
}
.fi-bs-contact-lens-eyes:before {
  content: "\e52f";
}
.fi-bs-container-storage:before {
  content: "\e530";
}
.fi-bs-contract:before {
  content: "\e531";
}
.fi-bs-contrast:before {
  content: "\e532";
}
.fi-bs-convert-document:before {
  content: "\e533";
}
.fi-bs-convert-shapes:before {
  content: "\e534";
}
.fi-bs-conveyor-belt:before {
  content: "\e535";
}
.fi-bs-conveyor-belt-alt:before {
  content: "\e536";
}
.fi-bs-conveyor-belt-arm:before {
  content: "\e537";
}
.fi-bs-conveyor-belt-empty:before {
  content: "\e538";
}
.fi-bs-cookie:before {
  content: "\e539";
}
.fi-bs-cookie-alt:before {
  content: "\e53a";
}
.fi-bs-cookie-lock:before {
  content: "\e53b";
}
.fi-bs-copy:before {
  content: "\e53c";
}
.fi-bs-copy-alt:before {
  content: "\e53d";
}
.fi-bs-copy-image:before {
  content: "\e53e";
}
.fi-bs-copyright:before {
  content: "\e53f";
}
.fi-bs-coriander:before {
  content: "\e540";
}
.fi-bs-corn:before {
  content: "\e541";
}
.fi-bs-corporate:before {
  content: "\e543";
}
.fi-bs-corporate-alt:before {
  content: "\e544";
}
.fi-bs-corruption:before {
  content: "\e545";
}
.fi-bs-couch:before {
  content: "\e546";
}
.fi-bs-court-order:before {
  content: "\e549";
}
.fi-bs-court-sport:before {
  content: "\e54a";
}
.fi-bs-cow:before {
  content: "\e54b";
}
.fi-bs-cow-alt:before {
  content: "\e54c";
}
.fi-bs-cowbell:before {
  content: "\e54d";
}
.fi-bs-cowbell-circle-plus:before {
  content: "\e54e";
}
.fi-bs-cowbell-more:before {
  content: "\e54f";
}
.fi-bs-coworking:before {
  content: "\e550";
}
.fi-bs-cpu:before {
  content: "\e551";
}
.fi-bs-crab:before {
  content: "\e552";
}
.fi-bs-crane:before {
  content: "\e553";
}
.fi-bs-crane-building:before {
  content: "\e554";
}
.fi-bs-crate-empty:before {
  content: "\e555";
}
.fi-bs-cream:before {
  content: "\e556";
}
.fi-bs-credit-card:before {
  content: "\e566";
}
.fi-bs-credit-card-buyer:before {
  content: "\e567";
}
.fi-bs-credit-card-check:before {
  content: "\e568";
}
.fi-bs-credit-card-edit:before {
  content: "\e569";
}
.fi-bs-credit-card-eye:before {
  content: "\e56a";
}
.fi-bs-credit-card-xmark:before {
  content: "\e56b";
}
.fi-bs-crepe:before {
  content: "\e56f";
}
.fi-bs-cricket:before {
  content: "\e570";
}
.fi-bs-CRM:before {
  content: "\e571";
}
.fi-bs-crm-alt:before {
  content: "\e572";
}
.fi-bs-crm-computer:before {
  content: "\e573";
}
.fi-bs-croissant:before {
  content: "\e574";
}
.fi-bs-cross:before {
  content: "\e576";
}
.fi-bs-cross-circle:before {
  content: "\e577";
}
.fi-bs-cross-religion:before {
  content: "\e578";
}
.fi-bs-cross-small:before {
  content: "\e579";
}
.fi-bs-crossed-hands-reject:before {
  content: "\e57b";
}
.fi-bs-crow:before {
  content: "\e57c";
}
.fi-bs-crown:before {
  content: "\e57e";
}
.fi-bs-crutch:before {
  content: "\e57f";
}
.fi-bs-crutches:before {
  content: "\e580";
}
.fi-bs-cruzeiro-sign:before {
  content: "\e581";
}
.fi-bs-crypto-calendar:before {
  content: "\e582";
}
.fi-bs-cryptocurrency:before {
  content: "\e585";
}
.fi-bs-crystal-ball:before {
  content: "\e586";
}
.fi-bs-cube:before {
  content: "\e589";
}
.fi-bs-cubes:before {
  content: "\e58a";
}
.fi-bs-cubes-stacked:before {
  content: "\e58b";
}
.fi-bs-cucumber:before {
  content: "\e58c";
}
.fi-bs-cumin:before {
  content: "\e58d";
}
.fi-bs-cup-straw:before {
  content: "\e58e";
}
.fi-bs-cup-straw-swoosh:before {
  content: "\e58f";
}
.fi-bs-cup-togo:before {
  content: "\e590";
}
.fi-bs-cupcake:before {
  content: "\e591";
}
.fi-bs-cupcake-alt:before {
  content: "\e592";
}
.fi-bs-curling:before {
  content: "\e593";
}
.fi-bs-curling-iron:before {
  content: "\e594";
}
.fi-bs-currency:before {
  content: "\e595";
}
.fi-bs-cursor:before {
  content: "\e596";
}
.fi-bs-cursor-finger:before {
  content: "\e597";
}
.fi-bs-cursor-finger-click:before {
  content: "\e598";
}
.fi-bs-cursor-plus:before {
  content: "\e599";
}
.fi-bs-cursor-text:before {
  content: "\e59a";
}
.fi-bs-cursor-text-alt:before {
  content: "\e59b";
}
.fi-bs-curve:before {
  content: "\e59c";
}
.fi-bs-curve-alt:before {
  content: "\e59d";
}
.fi-bs-curve-arrow:before {
  content: "\e59e";
}
.fi-bs-custard:before {
  content: "\e59f";
}
.fi-bs-customer-care:before {
  content: "\e5a0";
}
.fi-bs-customer-service:before {
  content: "\e5a1";
}
.fi-bs-customization:before {
  content: "\e5a2";
}
.fi-bs-customization-cogwheel:before {
  content: "\e5a3";
}
.fi-bs-customize:before {
  content: "\e5a4";
}
.fi-bs-customize-computer:before {
  content: "\e5a5";
}
.fi-bs-customize-edit:before {
  content: "\e5a6";
}
.fi-bs-CV:before {
  content: "\e5a8";
}
.fi-bs-cvv-card:before {
  content: "\e5a9";
}
.fi-bs-cyborg:before {
  content: "\e5aa";
}
.fi-bs-cycling:before {
  content: "\e5ab";
}
.fi-bs-cystitis:before {
  content: "\e5ac";
}
.fi-bs-d:before {
  content: "\e5ad";
}
.fi-bs-dagger:before {
  content: "\e5ae";
}
.fi-bs-daily-calendar:before {
  content: "\e5af";
}
.fi-bs-daisy:before {
  content: "\e5b1";
}
.fi-bs-daisy-alt:before {
  content: "\e5b2";
}
.fi-bs-damage:before {
  content: "\e5b3";
}
.fi-bs-dark-mode:before {
  content: "\e5b5";
}
.fi-bs-dark-mode-alt:before {
  content: "\e5b6";
}
.fi-bs-dart:before {
  content: "\e5b7";
}
.fi-bs-dashboard:before {
  content: "\e5b9";
}
.fi-bs-dashboard-monitor:before {
  content: "\e5ba";
}
.fi-bs-dashboard-panel:before {
  content: "\e5bb";
}
.fi-bs-data-backup:before {
  content: "\e5bd";
}
.fi-bs-data-cleaning:before {
  content: "\e5be";
}
.fi-bs-data-encryption:before {
  content: "\e5bf";
}
.fi-bs-data-migration:before {
  content: "\e5c1";
}
.fi-bs-data-mining:before {
  content: "\e5c2";
}
.fi-bs-data-model:before {
  content: "\e5c3";
}
.fi-bs-data-processing:before {
  content: "\e5c4";
}
.fi-bs-data-transfer:before {
  content: "\e5c6";
}
.fi-bs-database:before {
  content: "\e5c7";
}
.fi-bs-database-cleaning:before {
  content: "\e5c8";
}
.fi-bs-database-management:before {
  content: "\e5ca";
}
.fi-bs-deadline:before {
  content: "\e5cb";
}
.fi-bs-deafness:before {
  content: "\e5cc";
}
.fi-bs-debt:before {
  content: "\e5cd";
}
.fi-bs-december-calendar:before {
  content: "\e5cf";
}
.fi-bs-decision-choice:before {
  content: "\e5d0";
}
.fi-bs-decision-tree:before {
  content: "\e5d1";
}
.fi-bs-deep-learning:before {
  content: "\e5d2";
}
.fi-bs-deer:before {
  content: "\e5d3";
}
.fi-bs-deer-rudolph:before {
  content: "\e5d4";
}
.fi-bs-degree-credential:before {
  content: "\e5d6";
}
.fi-bs-delete:before {
  content: "\e5d7";
}
.fi-bs-delete-document:before {
  content: "\e5d8";
}
.fi-bs-delete-right:before {
  content: "\e5d9";
}
.fi-bs-delete-user:before {
  content: "\e5da";
}
.fi-bs-delivery-man:before {
  content: "\e5dc";
}
.fi-bs-democrat:before {
  content: "\e5e0";
}
.fi-bs-demographic:before {
  content: "\e5e1";
}
.fi-bs-department:before {
  content: "\e5e2";
}
.fi-bs-department-structure:before {
  content: "\e5e3";
}
.fi-bs-deposit:before {
  content: "\e5e4";
}
.fi-bs-deposit-alt:before {
  content: "\e5e5";
}
.fi-bs-description:before {
  content: "\e5e6";
}
.fi-bs-description-alt:before {
  content: "\e5e7";
}
.fi-bs-desk:before {
  content: "\e5e8";
}
.fi-bs-desktop-arrow-down:before {
  content: "\e5e9";
}
.fi-bs-desktop-wallpaper:before {
  content: "\e5ea";
}
.fi-bs-detergent:before {
  content: "\e5eb";
}
.fi-bs-devices:before {
  content: "\e5ee";
}
.fi-bs-dewpoint:before {
  content: "\e5ef";
}
.fi-bs-dharmachakra:before {
  content: "\e5f0";
}
.fi-bs-diagram-cells:before {
  content: "\e5f1";
}
.fi-bs-diagram-lean-canvas:before {
  content: "\e5f2";
}
.fi-bs-diagram-nested:before {
  content: "\e5f3";
}
.fi-bs-diagram-next:before {
  content: "\e5f4";
}
.fi-bs-diagram-predecessor:before {
  content: "\e5f5";
}
.fi-bs-diagram-previous:before {
  content: "\e5f6";
}
.fi-bs-diagram-project:before {
  content: "\e5f7";
}
.fi-bs-diagram-sankey:before {
  content: "\e5f8";
}
.fi-bs-diagram-subtask:before {
  content: "\e5f9";
}
.fi-bs-diagram-successor:before {
  content: "\e5fa";
}
.fi-bs-diagram-venn:before {
  content: "\e5fb";
}
.fi-bs-dial:before {
  content: "\e5fc";
}
.fi-bs-dial-high:before {
  content: "\e5fd";
}
.fi-bs-dial-low:before {
  content: "\e5fe";
}
.fi-bs-dial-max:before {
  content: "\e5ff";
}
.fi-bs-dial-med:before {
  content: "\e600";
}
.fi-bs-dial-med-low:before {
  content: "\e601";
}
.fi-bs-dial-min:before {
  content: "\e602";
}
.fi-bs-dial-off:before {
  content: "\e603";
}
.fi-bs-dialogue-exchange:before {
  content: "\e604";
}
.fi-bs-diamond:before {
  content: "\e605";
}
.fi-bs-diamond-exclamation:before {
  content: "\e606";
}
.fi-bs-diamond-turn-right:before {
  content: "\e607";
}
.fi-bs-diary-bookmark-down:before {
  content: "\e608";
}
.fi-bs-diary-bookmarks:before {
  content: "\e609";
}
.fi-bs-diary-clasp:before {
  content: "\e60a";
}
.fi-bs-dice:before {
  content: "\e60b";
}
.fi-bs-dice-alt:before {
  content: "\e60c";
}
.fi-bs-dice-d10:before {
  content: "\e60d";
}
.fi-bs-dice-d12:before {
  content: "\e60e";
}
.fi-bs-dice-d20:before {
  content: "\e60f";
}
.fi-bs-dice-d4:before {
  content: "\e610";
}
.fi-bs-dice-d6:before {
  content: "\e611";
}
.fi-bs-dice-d8:before {
  content: "\e612";
}
.fi-bs-dice-four:before {
  content: "\e613";
}
.fi-bs-dice-one:before {
  content: "\e614";
}
.fi-bs-dice-six:before {
  content: "\e615";
}
.fi-bs-dice-three:before {
  content: "\e616";
}
.fi-bs-dice-two:before {
  content: "\e617";
}
.fi-bs-dictionary:before {
  content: "\e618";
}
.fi-bs-dictionary-alt:before {
  content: "\e619";
}
.fi-bs-dictionary-open:before {
  content: "\e61a";
}
.fi-bs-digging:before {
  content: "\e61c";
}
.fi-bs-digital-certificate:before {
  content: "\e61e";
}
.fi-bs-digital-key:before {
  content: "\e620";
}
.fi-bs-digital-payment:before {
  content: "\e626";
}
.fi-bs-digital-signature:before {
  content: "\e627";
}
.fi-bs-digital-tachograph:before {
  content: "\e628";
}
.fi-bs-digital-wallet:before {
  content: "\e629";
}
.fi-bs-dinner:before {
  content: "\e62b";
}
.fi-bs-diploma:before {
  content: "\e62c";
}
.fi-bs-diploma-alt:before {
  content: "\e62d";
}
.fi-bs-direction-signal:before {
  content: "\e62e";
}
.fi-bs-direction-signal-arrow:before {
  content: "\e62f";
}
.fi-bs-disc-drive:before {
  content: "\e630";
}
.fi-bs-disco-ball:before {
  content: "\e632";
}
.fi-bs-discount:before {
  content: "\e635";
}
.fi-bs-discover:before {
  content: "\e636";
}
.fi-bs-discussion-group:before {
  content: "\e638";
}
.fi-bs-discussion-idea:before {
  content: "\e639";
}
.fi-bs-disease:before {
  content: "\e63a";
}
.fi-bs-dishwasher:before {
  content: "\e63b";
}
.fi-bs-disinfection:before {
  content: "\e63c";
}
.fi-bs-disk:before {
  content: "\e63d";
}
.fi-bs-display-arrow-down:before {
  content: "\e63f";
}
.fi-bs-display-chart-up:before {
  content: "\e641";
}
.fi-bs-display-code:before {
  content: "\e642";
}
.fi-bs-display-medical:before {
  content: "\e643";
}
.fi-bs-display-slash:before {
  content: "\e644";
}
.fi-bs-distribute-spacing-horizontal:before {
  content: "\e645";
}
.fi-bs-distribute-spacing-vertical:before {
  content: "\e646";
}
.fi-bs-divide:before {
  content: "\e648";
}
.fi-bs-diving-googles:before {
  content: "\e649";
}
.fi-bs-dizzy:before {
  content: "\e64a";
}
.fi-bs-dj-disc:before {
  content: "\e64b";
}
.fi-bs-dna:before {
  content: "\e64c";
}
.fi-bs-do-not-disturb:before {
  content: "\e64d";
}
.fi-bs-do-not-disturb-doorknob:before {
  content: "\e64e";
}
.fi-bs-do-not-enter:before {
  content: "\e64f";
}
.fi-bs-doctor:before {
  content: "\e651";
}
.fi-bs-doctor-bag:before {
  content: "\e652";
}
.fi-bs-document:before {
  content: "\e654";
}
.fi-bs-document-autosave:before {
  content: "\e655";
}
.fi-bs-document-circle-arrow-up:before {
  content: "\e656";
}
.fi-bs-document-circle-wrong:before {
  content: "\e657";
}
.fi-bs-document-fail:before {
  content: "\e658";
}
.fi-bs-document-folder-gear:before {
  content: "\e65a";
}
.fi-bs-document-gavel:before {
  content: "\e65b";
}
.fi-bs-document-gear:before {
  content: "\e65d";
}
.fi-bs-document-link:before {
  content: "\e65e";
}
.fi-bs-document-nft:before {
  content: "\e65f";
}
.fi-bs-document-paid:before {
  content: "\e660";
}
.fi-bs-document-signed:before {
  content: "\e661";
}
.fi-bs-document-writer:before {
  content: "\e662";
}
.fi-bs-dog:before {
  content: "\e664";
}
.fi-bs-dog-bowl-empty:before {
  content: "\e665";
}
.fi-bs-dog-leashed:before {
  content: "\e666";
}
.fi-bs-dollar:before {
  content: "\e667";
}
.fi-bs-dolly-flatbed:before {
  content: "\e668";
}
.fi-bs-dolly-flatbed-alt:before {
  content: "\e669";
}
.fi-bs-dolly-flatbed-empty:before {
  content: "\e66a";
}
.fi-bs-dolphin:before {
  content: "\e66b";
}
.fi-bs-domino-effect:before {
  content: "\e66c";
}
.fi-bs-donate:before {
  content: "\e66d";
}
.fi-bs-dong-sign:before {
  content: "\e66e";
}
.fi-bs-donut:before {
  content: "\e66f";
}
.fi-bs-door-closed:before {
  content: "\e670";
}
.fi-bs-door-hanger:before {
  content: "\e671";
}
.fi-bs-door-open:before {
  content: "\e672";
}
.fi-bs-dorm-room:before {
  content: "\e673";
}
.fi-bs-dot-circle:before {
  content: "\e674";
}
.fi-bs-dot-pending:before {
  content: "\e675";
}
.fi-bs-dots-loading:before {
  content: "\e676";
}
.fi-bs-dove:before {
  content: "\e677";
}
.fi-bs-down:before {
  content: "\e678";
}
.fi-bs-down-from-bracket:before {
  content: "\e679";
}
.fi-bs-down-left:before {
  content: "\e67a";
}
.fi-bs-down-left-and-up-right-to-center:before {
  content: "\e67b";
}
.fi-bs-down-right:before {
  content: "\e67c";
}
.fi-bs-down-to-line:before {
  content: "\e67d";
}
.fi-bs-download:before {
  content: "\e67e";
}
.fi-bs-drafting-compass:before {
  content: "\e680";
}
.fi-bs-drafting-compass-paper:before {
  content: "\e681";
}
.fi-bs-dragon:before {
  content: "\e682";
}
.fi-bs-dragon-fire:before {
  content: "\e683";
}
.fi-bs-draw-polygon:before {
  content: "\e684";
}
.fi-bs-draw-square:before {
  content: "\e685";
}
.fi-bs-drawer:before {
  content: "\e686";
}
.fi-bs-drawer-alt:before {
  content: "\e687";
}
.fi-bs-drawer-empty:before {
  content: "\e688";
}
.fi-bs-dreidel:before {
  content: "\e689";
}
.fi-bs-dress:before {
  content: "\e68a";
}
.fi-bs-driller:before {
  content: "\e68c";
}
.fi-bs-drink-alt:before {
  content: "\e68e";
}
.fi-bs-driver-man:before {
  content: "\e68f";
}
.fi-bs-driver-woman:before {
  content: "\e690";
}
.fi-bs-drone:before {
  content: "\e691";
}
.fi-bs-drone-alt:before {
  content: "\e692";
}
.fi-bs-drone-front:before {
  content: "\e693";
}
.fi-bs-drop-down:before {
  content: "\e694";
}
.fi-bs-dropdown:before {
  content: "\e696";
}
.fi-bs-dropdown-bar:before {
  content: "\e697";
}
.fi-bs-dropdown-select:before {
  content: "\e698";
}
.fi-bs-drugs-addiction:before {
  content: "\e69a";
}
.fi-bs-drum:before {
  content: "\e69b";
}
.fi-bs-drum-steelpan:before {
  content: "\e69c";
}
.fi-bs-drumstick:before {
  content: "\e69d";
}
.fi-bs-drumstick-bite:before {
  content: "\e69e";
}
.fi-bs-dryer:before {
  content: "\e6a0";
}
.fi-bs-dryer-alt:before {
  content: "\e6a1";
}
.fi-bs-duck:before {
  content: "\e6a3";
}
.fi-bs-dumbbell-alt:before {
  content: "\e6a4";
}
.fi-bs-dumbbell-fitness:before {
  content: "\e6a5";
}
.fi-bs-dumbbell-heart:before {
  content: "\e6a6";
}
.fi-bs-dumbbell-horizontal:before {
  content: "\e6a7";
}
.fi-bs-dumbbell-ray:before {
  content: "\e6a8";
}
.fi-bs-dumbbell-weightlifting:before {
  content: "\e6a9";
}
.fi-bs-dumpster:before {
  content: "\e6aa";
}
.fi-bs-dumpster-fire:before {
  content: "\e6ab";
}
.fi-bs-dungeon:before {
  content: "\e6ac";
}
.fi-bs-duplicate:before {
  content: "\e6ad";
}
.fi-bs-duration:before {
  content: "\e6ae";
}
.fi-bs-duration-alt:before {
  content: "\e6af";
}
.fi-bs-e:before {
  content: "\e6b0";
}
.fi-bs-e-learning:before {
  content: "\e6b1";
}
.fi-bs-eagle:before {
  content: "\e6b2";
}
.fi-bs-eagle-flying:before {
  content: "\e6b3";
}
.fi-bs-ear:before {
  content: "\e6b4";
}
.fi-bs-ear-deaf:before {
  content: "\e6b5";
}
.fi-bs-ear-muffs:before {
  content: "\e6b6";
}
.fi-bs-ear-sound:before {
  content: "\e6b7";
}
.fi-bs-earbuds:before {
  content: "\e6b8";
}
.fi-bs-earnings:before {
  content: "\e6b9";
}
.fi-bs-earth-africa:before {
  content: "\e6ba";
}
.fi-bs-earth-americas:before {
  content: "\e6bb";
}
.fi-bs-earth-asia:before {
  content: "\e6bc";
}
.fi-bs-earth-europa:before {
  content: "\e6bd";
}
.fi-bs-ebook:before {
  content: "\e6bf";
}
.fi-bs-eclipse:before {
  content: "\e6c0";
}
.fi-bs-eclipse-alt:before {
  content: "\e6c1";
}
.fi-bs-eco-battery:before {
  content: "\e6c2";
}
.fi-bs-eco-electric:before {
  content: "\e6c3";
}
.fi-bs-edamame:before {
  content: "\e6c4";
}
.fi-bs-edit:before {
  content: "\e6c5";
}
.fi-bs-edit-alt:before {
  content: "\e6c6";
}
.fi-bs-edit-message:before {
  content: "\e6c7";
}
.fi-bs-education-podcast:before {
  content: "\e6c8";
}
.fi-bs-effect:before {
  content: "\e6c9";
}
.fi-bs-egg:before {
  content: "\e6ca";
}
.fi-bs-egg-fried:before {
  content: "\e6cb";
}
.fi-bs-eiffel-tower:before {
  content: "\e6cc";
}
.fi-bs-eject:before {
  content: "\e6cd";
}
.fi-bs-electric-bike:before {
  content: "\e6ce";
}
.fi-bs-electric-bus:before {
  content: "\e6cf";
}
.fi-bs-electric-car:before {
  content: "\e6d0";
}
.fi-bs-electric-scooter:before {
  content: "\e6d1";
}
.fi-bs-elephant:before {
  content: "\e6d3";
}
.fi-bs-elevator:before {
  content: "\e6d4";
}
.fi-bs-email-feedback:before {
  content: "\e6d6";
}
.fi-bs-email-heart:before {
  content: "\e6d7";
}
.fi-bs-email-pending:before {
  content: "\e6d8";
}
.fi-bs-email-refresh:before {
  content: "\e6d9";
}
.fi-bs-email-star:before {
  content: "\e6da";
}
.fi-bs-emergency-call:before {
  content: "\e6db";
}
.fi-bs-employee-alt:before {
  content: "\e6dd";
}
.fi-bs-employee-handbook:before {
  content: "\e6de";
}
.fi-bs-employee-man:before {
  content: "\e6df";
}
.fi-bs-employee-man-alt:before {
  content: "\e6e0";
}
.fi-bs-employee-performance:before {
  content: "\e6e2";
}
.fi-bs-employees:before {
  content: "\e6e4";
}
.fi-bs-employees-woman-man:before {
  content: "\e6e5";
}
.fi-bs-empty-set:before {
  content: "\e6e6";
}
.fi-bs-endless-loop:before {
  content: "\e6e7";
}
.fi-bs-energy-drink:before {
  content: "\e6e8";
}
.fi-bs-engine:before {
  content: "\e6ea";
}
.fi-bs-engine-algorithm:before {
  content: "\e6eb";
}
.fi-bs-engine-warning:before {
  content: "\e6ec";
}
.fi-bs-english:before {
  content: "\e6ed";
}
.fi-bs-enter:before {
  content: "\e6ee";
}
.fi-bs-entrance:before {
  content: "\e6f0";
}
.fi-bs-envelope:before {
  content: "\e6f1";
}
.fi-bs-envelope-ban:before {
  content: "\e6f2";
}
.fi-bs-envelope-bulk:before {
  content: "\e6f3";
}
.fi-bs-envelope-dot:before {
  content: "\e6f4";
}
.fi-bs-envelope-download:before {
  content: "\e6f5";
}
.fi-bs-envelope-heart:before {
  content: "\e6f6";
}
.fi-bs-envelope-marker:before {
  content: "\e6f7";
}
.fi-bs-envelope-open:before {
  content: "\e6f8";
}
.fi-bs-envelope-open-dollar:before {
  content: "\e6f9";
}
.fi-bs-envelope-open-text:before {
  content: "\e6fa";
}
.fi-bs-envelope-plus:before {
  content: "\e6fb";
}
.fi-bs-envelopes:before {
  content: "\e6fc";
}
.fi-bs-equality:before {
  content: "\e6fe";
}
.fi-bs-equals:before {
  content: "\e6ff";
}
.fi-bs-equestrian-statue:before {
  content: "\e700";
}
.fi-bs-eraser:before {
  content: "\e702";
}
.fi-bs-error-bug:before {
  content: "\e703";
}
.fi-bs-error-camera:before {
  content: "\e704";
}
.fi-bs-escalator:before {
  content: "\e705";
}
.fi-bs-ethernet:before {
  content: "\e707";
}
.fi-bs-euro:before {
  content: "\e709";
}
.fi-bs-europe-flag:before {
  content: "\e70a";
}
.fi-bs-europe-map:before {
  content: "\e70b";
}
.fi-bs-european-union:before {
  content: "\e70c";
}
.fi-bs-evidence:before {
  content: "\e70e";
}
.fi-bs-exam-b:before {
  content: "\e70f";
}
.fi-bs-exam-d:before {
  content: "\e710";
}
.fi-bs-exam-f:before {
  content: "\e711";
}
.fi-bs-exam-xmark:before {
  content: "\e712";
}
.fi-bs-excavator:before {
  content: "\e713";
}
.fi-bs-exchange:before {
  content: "\e714";
}
.fi-bs-exchange-alt:before {
  content: "\e715";
}
.fi-bs-exchange-cryptocurrency:before {
  content: "\e716";
}
.fi-bs-exclamation:before {
  content: "\e717";
}
.fi-bs-exit:before {
  content: "\e71a";
}
.fi-bs-exit-alt:before {
  content: "\e71b";
}
.fi-bs-expand:before {
  content: "\e71c";
}
.fi-bs-expand-arrows:before {
  content: "\e71d";
}
.fi-bs-expand-arrows-alt:before {
  content: "\e71e";
}
.fi-bs-expense:before {
  content: "\e71f";
}
.fi-bs-expense-bill:before {
  content: "\e720";
}
.fi-bs-explosion:before {
  content: "\e722";
}
.fi-bs-external-hard-drive:before {
  content: "\e723";
}
.fi-bs-external-world:before {
  content: "\e724";
}
.fi-bs-eye:before {
  content: "\e725";
}
.fi-bs-eye-alert:before {
  content: "\e726";
}
.fi-bs-eye-arrow-progress:before {
  content: "\e727";
}
.fi-bs-eye-crossed:before {
  content: "\e728";
}
.fi-bs-eye-drop:before {
  content: "\e729";
}
.fi-bs-eye-dropper:before {
  content: "\e72a";
}
.fi-bs-eye-dropper-half:before {
  content: "\e72b";
}
.fi-bs-eye-lashes:before {
  content: "\e72d";
}
.fi-bs-eye-recognition:before {
  content: "\e72e";
}
.fi-bs-eye-scanner:before {
  content: "\e72f";
}
.fi-bs-eyelashes:before {
  content: "\e730";
}
.fi-bs-eyeliner:before {
  content: "\e731";
}
.fi-bs-eyes:before {
  content: "\e732";
}
.fi-bs-eyeshadow:before {
  content: "\e733";
}
.fi-bs-f:before {
  content: "\e734";
}
.fi-bs-fabric:before {
  content: "\e735";
}
.fi-bs-face-angry-horns:before {
  content: "\e736";
}
.fi-bs-face-anguished:before {
  content: "\e737";
}
.fi-bs-face-anxious-sweat:before {
  content: "\e738";
}
.fi-bs-face-astonished:before {
  content: "\e739";
}
.fi-bs-face-awesome:before {
  content: "\e73a";
}
.fi-bs-face-beam-hand-over-mouth:before {
  content: "\e73b";
}
.fi-bs-face-confounded:before {
  content: "\e73c";
}
.fi-bs-face-confused:before {
  content: "\e73d";
}
.fi-bs-face-cowboy-hat:before {
  content: "\e73e";
}
.fi-bs-face-disappointed:before {
  content: "\e73f";
}
.fi-bs-face-disguise:before {
  content: "\e740";
}
.fi-bs-face-downcast-sweat:before {
  content: "\e741";
}
.fi-bs-face-drooling:before {
  content: "\e742";
}
.fi-bs-face-explode:before {
  content: "\e743";
}
.fi-bs-face-expressionless:before {
  content: "\e744";
}
.fi-bs-face-eyes-xmarks:before {
  content: "\e745";
}
.fi-bs-face-fearful:before {
  content: "\e746";
}
.fi-bs-face-glasses:before {
  content: "\e747";
}
.fi-bs-face-grin-tongue-wink:before {
  content: "\e748";
}
.fi-bs-face-hand-yawn:before {
  content: "\e749";
}
.fi-bs-face-head-bandage:before {
  content: "\e74a";
}
.fi-bs-face-hushed:before {
  content: "\e74b";
}
.fi-bs-face-icicles:before {
  content: "\e74c";
}
.fi-bs-face-lying:before {
  content: "\e74d";
}
.fi-bs-face-mask:before {
  content: "\e74e";
}
.fi-bs-face-monocle:before {
  content: "\e74f";
}
.fi-bs-face-nauseated:before {
  content: "\e750";
}
.fi-bs-face-nose-steam:before {
  content: "\e751";
}
.fi-bs-face-party:before {
  content: "\e752";
}
.fi-bs-face-pensive:before {
  content: "\e753";
}
.fi-bs-face-persevering:before {
  content: "\e754";
}
.fi-bs-face-pleading:before {
  content: "\e755";
}
.fi-bs-face-raised-eyebrow:before {
  content: "\e756";
}
.fi-bs-face-relieved:before {
  content: "\e757";
}
.fi-bs-face-sad-sweat:before {
  content: "\e758";
}
.fi-bs-face-scream:before {
  content: "\e759";
}
.fi-bs-face-shush:before {
  content: "\e75a";
}
.fi-bs-face-sleeping:before {
  content: "\e75b";
}
.fi-bs-face-sleepy:before {
  content: "\e75c";
}
.fi-bs-face-smile-halo:before {
  content: "\e75d";
}
.fi-bs-face-smile-hearts:before {
  content: "\e75e";
}
.fi-bs-face-smile-horns:before {
  content: "\e75f";
}
.fi-bs-face-smile-tear:before {
  content: "\e760";
}
.fi-bs-face-smile-tongue:before {
  content: "\e761";
}
.fi-bs-face-smile-upside-down:before {
  content: "\e762";
}
.fi-bs-face-smiling-hands:before {
  content: "\e763";
}
.fi-bs-face-smirking:before {
  content: "\e764";
}
.fi-bs-face-sunglasses:before {
  content: "\e765";
}
.fi-bs-face-sunglasses-alt:before {
  content: "\e766";
}
.fi-bs-face-swear:before {
  content: "\e767";
}
.fi-bs-face-thermometer:before {
  content: "\e768";
}
.fi-bs-face-thinking:before {
  content: "\e769";
}
.fi-bs-face-tissue:before {
  content: "\e76a";
}
.fi-bs-face-tongue-money:before {
  content: "\e76b";
}
.fi-bs-face-tongue-sweat:before {
  content: "\e76c";
}
.fi-bs-face-unamused:before {
  content: "\e76d";
}
.fi-bs-face-viewfinder:before {
  content: "\e76e";
}
.fi-bs-face-vomit:before {
  content: "\e76f";
}
.fi-bs-face-weary:before {
  content: "\e770";
}
.fi-bs-face-woozy:before {
  content: "\e771";
}
.fi-bs-face-worried:before {
  content: "\e772";
}
.fi-bs-face-zany:before {
  content: "\e773";
}
.fi-bs-face-zipper:before {
  content: "\e774";
}
.fi-bs-facial-mask:before {
  content: "\e777";
}
.fi-bs-facial-massage:before {
  content: "\e778";
}
.fi-bs-facial-treatment:before {
  content: "\e779";
}
.fi-bs-fail:before {
  content: "\e77a";
}
.fi-bs-falafel:before {
  content: "\e77b";
}
.fi-bs-family:before {
  content: "\e77c";
}
.fi-bs-family-dress:before {
  content: "\e77d";
}
.fi-bs-family-law:before {
  content: "\e77e";
}
.fi-bs-family-pants:before {
  content: "\e77f";
}
.fi-bs-fan:before {
  content: "\e780";
}
.fi-bs-fan-table:before {
  content: "\e781";
}
.fi-bs-farfalle:before {
  content: "\e782";
}
.fi-bs-farm:before {
  content: "\e783";
}
.fi-bs-faucet:before {
  content: "\e784";
}
.fi-bs-faucet-drip:before {
  content: "\e785";
}
.fi-bs-fax:before {
  content: "\e786";
}
.fi-bs-fbx-file:before {
  content: "\e787";
}
.fi-bs-feather:before {
  content: "\e788";
}
.fi-bs-feather-pointed:before {
  content: "\e789";
}
.fi-bs-features:before {
  content: "\e78a";
}
.fi-bs-features-alt:before {
  content: "\e78b";
}
.fi-bs-february-calendar:before {
  content: "\e78c";
}
.fi-bs-fee:before {
  content: "\e78e";
}
.fi-bs-fee-receipt:before {
  content: "\e790";
}
.fi-bs-feedback:before {
  content: "\e791";
}
.fi-bs-feedback-alt:before {
  content: "\e792";
}
.fi-bs-feedback-cycle-loop:before {
  content: "\e793";
}
.fi-bs-feedback-hand:before {
  content: "\e794";
}
.fi-bs-feedback-review:before {
  content: "\e795";
}
.fi-bs-fence:before {
  content: "\e798";
}
.fi-bs-ferris-wheel:before {
  content: "\e799";
}
.fi-bs-field-hockey:before {
  content: "\e79a";
}
.fi-bs-fighter-jet:before {
  content: "\e79b";
}
.fi-bs-file:before {
  content: "\e79d";
}
.fi-bs-file-ai:before {
  content: "\e79e";
}
.fi-bs-file-audio:before {
  content: "\e79f";
}
.fi-bs-file-backup:before {
  content: "\e7a0";
}
.fi-bs-file-binary:before {
  content: "\e7a1";
}
.fi-bs-file-chart-line:before {
  content: "\e7a2";
}
.fi-bs-file-chart-pie:before {
  content: "\e7a3";
}
.fi-bs-file-circle-info:before {
  content: "\e7a4";
}
.fi-bs-file-cloud:before {
  content: "\e7a5";
}
.fi-bs-file-code:before {
  content: "\e7a6";
}
.fi-bs-file-conversion:before {
  content: "\e7a7";
}
.fi-bs-file-css:before {
  content: "\e7a8";
}
.fi-bs-file-csv:before {
  content: "\e7a9";
}
.fi-bs-file-download:before {
  content: "\e7ab";
}
.fi-bs-file-edit:before {
  content: "\e7ac";
}
.fi-bs-file-eps:before {
  content: "\e7ad";
}
.fi-bs-file-excel:before {
  content: "\e7ae";
}
.fi-bs-file-exclamation:before {
  content: "\e7af";
}
.fi-bs-file-export:before {
  content: "\e7b0";
}
.fi-bs-file-image:before {
  content: "\e7b2";
}
.fi-bs-file-import:before {
  content: "\e7b3";
}
.fi-bs-file-invoice:before {
  content: "\e7b4";
}
.fi-bs-file-invoice-dollar:before {
  content: "\e7b5";
}
.fi-bs-file-loop:before {
  content: "\e7b7";
}
.fi-bs-file-medical:before {
  content: "\e7b9";
}
.fi-bs-file-medical-alt:before {
  content: "\e7ba";
}
.fi-bs-file-minus:before {
  content: "\e7bb";
}
.fi-bs-file-pdf:before {
  content: "\e7bc";
}
.fi-bs-file-powerpoint:before {
  content: "\e7bf";
}
.fi-bs-file-prescription:before {
  content: "\e7c0";
}
.fi-bs-file-psd:before {
  content: "\e7c1";
}
.fi-bs-file-question:before {
  content: "\e7c2";
}
.fi-bs-file-recycle:before {
  content: "\e7c3";
}
.fi-bs-file-signature:before {
  content: "\e7c4";
}
.fi-bs-file-spreadsheet:before {
  content: "\e7c6";
}
.fi-bs-file-upload:before {
  content: "\e7c7";
}
.fi-bs-file-user:before {
  content: "\e7c8";
}
.fi-bs-file-video:before {
  content: "\e7c9";
}
.fi-bs-file-word:before {
  content: "\e7ca";
}
.fi-bs-file-xls:before {
  content: "\e7cb";
}
.fi-bs-file-zip-alt:before {
  content: "\e7cd";
}
.fi-bs-file-zip-save:before {
  content: "\e7ce";
}
.fi-bs-file-zipper:before {
  content: "\e7cf";
}
.fi-bs-files-medical:before {
  content: "\e7d1";
}
.fi-bs-fill:before {
  content: "\e7d2";
}
.fi-bs-film:before {
  content: "\e7d3";
}
.fi-bs-film-canister:before {
  content: "\e7d4";
}
.fi-bs-film-slash:before {
  content: "\e7d5";
}
.fi-bs-films:before {
  content: "\e7d6";
}
.fi-bs-filter:before {
  content: "\e7d7";
}
.fi-bs-filter-check:before {
  content: "\e7d8";
}
.fi-bs-filter-list:before {
  content: "\e7d9";
}
.fi-bs-filter-slash:before {
  content: "\e7da";
}
.fi-bs-filters:before {
  content: "\e7db";
}
.fi-bs-financial-health:before {
  content: "\e7de";
}
.fi-bs-finger-droplet:before {
  content: "\e7e0";
}
.fi-bs-finger-nail:before {
  content: "\e7e1";
}
.fi-bs-fingerprint:before {
  content: "\e7e2";
}
.fi-bs-fingerprint-identification:before {
  content: "\e7e3";
}
.fi-bs-fingerprint-magnifying-glass:before {
  content: "\e7e4";
}
.fi-bs-fingerprint-remove:before {
  content: "\e7e5";
}
.fi-bs-fingerprint-security-risk:before {
  content: "\e7e6";
}
.fi-bs-fingerprint-verified:before {
  content: "\e7e7";
}
.fi-bs-finish-flag:before {
  content: "\e7e8";
}
.fi-bs-finish-line:before {
  content: "\e7e9";
}
.fi-bs-fire-burner:before {
  content: "\e7ed";
}
.fi-bs-fire-extinguisher:before {
  content: "\e7f1";
}
.fi-bs-fire-flame-curved:before {
  content: "\e7f2";
}
.fi-bs-fire-flame-simple:before {
  content: "\e7f3";
}
.fi-bs-fire-hydrant:before {
  content: "\e7f5";
}
.fi-bs-fire-smoke:before {
  content: "\e7f7";
}
.fi-bs-fireplace:before {
  content: "\e7fb";
}
.fi-bs-first:before {
  content: "\e7fe";
}
.fi-bs-first-aid-kit:before {
  content: "\e7ff";
}
.fi-bs-first-award:before {
  content: "\e800";
}
.fi-bs-first-laurel:before {
  content: "\e801";
}
.fi-bs-first-medal:before {
  content: "\e802";
}
.fi-bs-fish:before {
  content: "\e803";
}
.fi-bs-fish-bones:before {
  content: "\e804";
}
.fi-bs-fish-cooked:before {
  content: "\e805";
}
.fi-bs-fish-hook:before {
  content: "\e806";
}
.fi-bs-fishing-rod:before {
  content: "\e807";
}
.fi-bs-fist-move:before {
  content: "\e808";
}
.fi-bs-fitness-time:before {
  content: "\e809";
}
.fi-bs-fitness-watch:before {
  content: "\e80a";
}
.fi-bs-flag:before {
  content: "\e80b";
}
.fi-bs-flag-alt:before {
  content: "\e80c";
}
.fi-bs-flag-checkered:before {
  content: "\e80d";
}
.fi-bs-flag-usa:before {
  content: "\e80e";
}
.fi-bs-flame:before {
  content: "\e80f";
}
.fi-bs-flashlight:before {
  content: "\e811";
}
.fi-bs-flask:before {
  content: "\e812";
}
.fi-bs-flask-gear:before {
  content: "\e813";
}
.fi-bs-flask-poison:before {
  content: "\e814";
}
.fi-bs-flask-potion:before {
  content: "\e815";
}
.fi-bs-flatbread:before {
  content: "\e816";
}
.fi-bs-flatbread-stuffed:before {
  content: "\e817";
}
.fi-bs-flip-horizontal:before {
  content: "\e81c";
}
.fi-bs-flooding:before {
  content: "\e81e";
}
.fi-bs-floor:before {
  content: "\e81f";
}
.fi-bs-floor-alt:before {
  content: "\e820";
}
.fi-bs-floor-layer:before {
  content: "\e821";
}
.fi-bs-floppy-disk-circle-arrow-right:before {
  content: "\e822";
}
.fi-bs-floppy-disk-circle-xmark:before {
  content: "\e823";
}
.fi-bs-floppy-disk-pen:before {
  content: "\e824";
}
.fi-bs-floppy-disks:before {
  content: "\e825";
}
.fi-bs-florin-sign:before {
  content: "\e826";
}
.fi-bs-flowchart:before {
  content: "\e827";
}
.fi-bs-flower:before {
  content: "\e828";
}
.fi-bs-flower-bouquet:before {
  content: "\e829";
}
.fi-bs-flower-butterfly:before {
  content: "\e82a";
}
.fi-bs-flower-daffodil:before {
  content: "\e82b";
}
.fi-bs-flower-tulip:before {
  content: "\e82c";
}
.fi-bs-flushed:before {
  content: "\e82d";
}
.fi-bs-flute:before {
  content: "\e82f";
}
.fi-bs-flux-capacitor:before {
  content: "\e830";
}
.fi-bs-fly-insect:before {
  content: "\e831";
}
.fi-bs-flying-disc:before {
  content: "\e832";
}
.fi-bs-flying-kite:before {
  content: "\e833";
}
.fi-bs-fm-radio:before {
  content: "\e834";
}
.fi-bs-foam-hand:before {
  content: "\e835";
}
.fi-bs-fog:before {
  content: "\e836";
}
.fi-bs-folder:before {
  content: "\e837";
}
.fi-bs-folder-archive:before {
  content: "\e838";
}
.fi-bs-folder-camera:before {
  content: "\e83a";
}
.fi-bs-folder-check:before {
  content: "\e83b";
}
.fi-bs-folder-directory:before {
  content: "\e83c";
}
.fi-bs-folder-download:before {
  content: "\e83d";
}
.fi-bs-folder-fire:before {
  content: "\e83e";
}
.fi-bs-folder-gear:before {
  content: "\e83f";
}
.fi-bs-folder-heart:before {
  content: "\e841";
}
.fi-bs-folder-link:before {
  content: "\e843";
}
.fi-bs-folder-loop:before {
  content: "\e844";
}
.fi-bs-folder-math:before {
  content: "\e846";
}
.fi-bs-folder-minus:before {
  content: "\e848";
}
.fi-bs-folder-music:before {
  content: "\e849";
}
.fi-bs-folder-open:before {
  content: "\e84a";
}
.fi-bs-folder-plus-circle:before {
  content: "\e84b";
}
.fi-bs-folder-times:before {
  content: "\e84c";
}
.fi-bs-folder-tree:before {
  content: "\e84d";
}
.fi-bs-folder-upload:before {
  content: "\e84e";
}
.fi-bs-folder-xmark:before {
  content: "\e850";
}
.fi-bs-folder-xmark-circle:before {
  content: "\e851";
}
.fi-bs-folders:before {
  content: "\e852";
}
.fi-bs-follow:before {
  content: "\e853";
}
.fi-bs-follow-folder:before {
  content: "\e854";
}
.fi-bs-followcollection:before {
  content: "\e855";
}
.fi-bs-followers:before {
  content: "\e856";
}
.fi-bs-following:before {
  content: "\e857";
}
.fi-bs-fondue-pot:before {
  content: "\e858";
}
.fi-bs-football:before {
  content: "\e85d";
}
.fi-bs-football-player:before {
  content: "\e85e";
}
.fi-bs-football-ticket:before {
  content: "\e85f";
}
.fi-bs-footprint:before {
  content: "\e860";
}
.fi-bs-foreign-language-audio:before {
  content: "\e861";
}
.fi-bs-forest:before {
  content: "\e862";
}
.fi-bs-forest-alt:before {
  content: "\e863";
}
.fi-bs-fork:before {
  content: "\e864";
}
.fi-bs-fork-spaghetti:before {
  content: "\e865";
}
.fi-bs-forklift:before {
  content: "\e866";
}
.fi-bs-form:before {
  content: "\e867";
}
.fi-bs-fort:before {
  content: "\e868";
}
.fi-bs-forward:before {
  content: "\e869";
}
.fi-bs-forward-fast:before {
  content: "\e86a";
}
.fi-bs-fox:before {
  content: "\e86d";
}
.fi-bs-frame:before {
  content: "\e86e";
}
.fi-bs-franc-sign:before {
  content: "\e86f";
}
.fi-bs-france:before {
  content: "\e870";
}
.fi-bs-france-country-code:before {
  content: "\e871";
}
.fi-bs-free:before {
  content: "\e874";
}
.fi-bs-free-delivery:before {
  content: "\e875";
}
.fi-bs-freemium:before {
  content: "\e876";
}
.fi-bs-french:before {
  content: "\e879";
}
.fi-bs-french-fries:before {
  content: "\e87a";
}
.fi-bs-friday:before {
  content: "\e87c";
}
.fi-bs-frog:before {
  content: "\e87d";
}
.fi-bs-frown:before {
  content: "\e87e";
}
.fi-bs-ftp:before {
  content: "\e87f";
}
.fi-bs-fuel-gauge:before {
  content: "\e880";
}
.fi-bs-full-screen:before {
  content: "\e881";
}
.fi-bs-function:before {
  content: "\e882";
}
.fi-bs-function-process:before {
  content: "\e884";
}
.fi-bs-function-square:before {
  content: "\e885";
}
.fi-bs-funnel-dollar:before {
  content: "\e886";
}
.fi-bs-fusilli:before {
  content: "\e888";
}
.fi-bs-g:before {
  content: "\e889";
}
.fi-bs-galaxy:before {
  content: "\e88a";
}
.fi-bs-galaxy-alt:before {
  content: "\e88b";
}
.fi-bs-galaxy-planet:before {
  content: "\e88c";
}
.fi-bs-galaxy-star:before {
  content: "\e88d";
}
.fi-bs-gallery:before {
  content: "\e88e";
}
.fi-bs-gallery-thumbnails:before {
  content: "\e88f";
}
.fi-bs-game-board-alt:before {
  content: "\e891";
}
.fi-bs-game-console-crank-handheld:before {
  content: "\e893";
}
.fi-bs-game-rules:before {
  content: "\e896";
}
.fi-bs-gamepad:before {
  content: "\e898";
}
.fi-bs-gamer:before {
  content: "\e899";
}
.fi-bs-garage:before {
  content: "\e89c";
}
.fi-bs-garage-car:before {
  content: "\e89d";
}
.fi-bs-garage-open:before {
  content: "\e89e";
}
.fi-bs-garlic:before {
  content: "\e89f";
}
.fi-bs-garlic-alt:before {
  content: "\e8a0";
}
.fi-bs-gas-pump:before {
  content: "\e8a2";
}
.fi-bs-gas-pump-alt:before {
  content: "\e8a3";
}
.fi-bs-gas-pump-slash:before {
  content: "\e8a4";
}
.fi-bs-gas-station:before {
  content: "\e8a5";
}
.fi-bs-gastric-reflux:before {
  content: "\e8a6";
}
.fi-bs-gauge-circle-bolt:before {
  content: "\e8a7";
}
.fi-bs-gauge-circle-minus:before {
  content: "\e8a8";
}
.fi-bs-gauge-circle-plus:before {
  content: "\e8a9";
}
.fi-bs-gauze-bandage:before {
  content: "\e8aa";
}
.fi-bs-gavel:before {
  content: "\e8ab";
}
.fi-bs-gay-couple:before {
  content: "\e8ac";
}
.fi-bs-gears:before {
  content: "\e8af";
}
.fi-bs-gem:before {
  content: "\e8b0";
}
.fi-bs-general:before {
  content: "\e8b1";
}
.fi-bs-german:before {
  content: "\e8b2";
}
.fi-bs-germany:before {
  content: "\e8b3";
}
.fi-bs-germany-country-code:before {
  content: "\e8b4";
}
.fi-bs-ghost:before {
  content: "\e8b5";
}
.fi-bs-gif:before {
  content: "\e8b6";
}
.fi-bs-gif-square:before {
  content: "\e8b8";
}
.fi-bs-gift:before {
  content: "\e8b9";
}
.fi-bs-gift-box-benefits:before {
  content: "\e8ba";
}
.fi-bs-gift-card:before {
  content: "\e8bb";
}
.fi-bs-gifts:before {
  content: "\e8bc";
}
.fi-bs-ginger:before {
  content: "\e8bd";
}
.fi-bs-gingerbread-man:before {
  content: "\e8be";
}
.fi-bs-glass:before {
  content: "\e8c1";
}
.fi-bs-glass-champagne:before {
  content: "\e8c2";
}
.fi-bs-glass-cheers:before {
  content: "\e8c3";
}
.fi-bs-glass-citrus:before {
  content: "\e8c4";
}
.fi-bs-glass-empty:before {
  content: "\e8c5";
}
.fi-bs-glass-half:before {
  content: "\e8c6";
}
.fi-bs-glass-water-droplet:before {
  content: "\e8c7";
}
.fi-bs-glass-whiskey:before {
  content: "\e8c8";
}
.fi-bs-glass-whiskey-rocks:before {
  content: "\e8c9";
}
.fi-bs-glasses:before {
  content: "\e8ca";
}
.fi-bs-globe:before {
  content: "\e8cc";
}
.fi-bs-globe-alt:before {
  content: "\e8cd";
}
.fi-bs-globe-pointer:before {
  content: "\e8ce";
}
.fi-bs-globe-shield:before {
  content: "\e8cf";
}
.fi-bs-globe-snow:before {
  content: "\e8d0";
}
.fi-bs-globe-user:before {
  content: "\e8d1";
}
.fi-bs-gltf-file:before {
  content: "\e8d2";
}
.fi-bs-glucose:before {
  content: "\e8d3";
}
.fi-bs-goal-net:before {
  content: "\e8d6";
}
.fi-bs-goalkeeper:before {
  content: "\e8d7";
}
.fi-bs-goals:before {
  content: "\e8d8";
}
.fi-bs-golf:before {
  content: "\e8d9";
}
.fi-bs-golf-bag:before {
  content: "\e8da";
}
.fi-bs-golf-ball:before {
  content: "\e8db";
}
.fi-bs-golf-ball-grass:before {
  content: "\e8dc";
}
.fi-bs-golf-club:before {
  content: "\e8dd";
}
.fi-bs-golf-hole:before {
  content: "\e8de";
}
.fi-bs-golfer:before {
  content: "\e8df";
}
.fi-bs-gopuram:before {
  content: "\e8e3";
}
.fi-bs-gourmet:before {
  content: "\e8e4";
}
.fi-bs-government-budget:before {
  content: "\e8e5";
}
.fi-bs-government-flag:before {
  content: "\e8e6";
}
.fi-bs-government-user:before {
  content: "\e8e7";
}
.fi-bs-gps-navigation:before {
  content: "\e8e8";
}
.fi-bs-graduation-cap:before {
  content: "\e8e9";
}
.fi-bs-graduation-diploma:before {
  content: "\e8ea";
}
.fi-bs-gramophone:before {
  content: "\e8eb";
}
.fi-bs-grape:before {
  content: "\e8ec";
}
.fi-bs-graph-curve:before {
  content: "\e8ed";
}
.fi-bs-graphic-style:before {
  content: "\e8ee";
}
.fi-bs-graphic-tablet:before {
  content: "\e8ef";
}
.fi-bs-grass:before {
  content: "\e8f0";
}
.fi-bs-grate:before {
  content: "\e8f1";
}
.fi-bs-grate-droplet:before {
  content: "\e8f2";
}
.fi-bs-greater-than:before {
  content: "\e8f3";
}
.fi-bs-greater-than-equal:before {
  content: "\e8f4";
}
.fi-bs-greek-helmet:before {
  content: "\e8f5";
}
.fi-bs-grid:before {
  content: "\e8f6";
}
.fi-bs-grid-alt:before {
  content: "\e8f7";
}
.fi-bs-grid-dividers:before {
  content: "\e8f8";
}
.fi-bs-grid-lock:before {
  content: "\e8f9";
}
.fi-bs-grief:before {
  content: "\e8fa";
}
.fi-bs-grill:before {
  content: "\e8fb";
}
.fi-bs-grill-fire:before {
  content: "\e8fc";
}
.fi-bs-grill-hot-alt:before {
  content: "\e8fd";
}
.fi-bs-grimace:before {
  content: "\e8fe";
}
.fi-bs-grin:before {
  content: "\e8ff";
}
.fi-bs-grin-alt:before {
  content: "\e900";
}
.fi-bs-grin-beam:before {
  content: "\e901";
}
.fi-bs-grin-beam-sweat:before {
  content: "\e902";
}
.fi-bs-grin-hearts:before {
  content: "\e903";
}
.fi-bs-grin-squint:before {
  content: "\e904";
}
.fi-bs-grin-squint-tears:before {
  content: "\e905";
}
.fi-bs-grin-stars:before {
  content: "\e906";
}
.fi-bs-grin-tears:before {
  content: "\e907";
}
.fi-bs-grin-tongue:before {
  content: "\e908";
}
.fi-bs-grin-tongue-squint:before {
  content: "\e909";
}
.fi-bs-grin-tongue-wink:before {
  content: "\e90a";
}
.fi-bs-grin-wink:before {
  content: "\e90b";
}
.fi-bs-grip-dots:before {
  content: "\e90c";
}
.fi-bs-grip-dots-vertical:before {
  content: "\e90d";
}
.fi-bs-grip-horizontal:before {
  content: "\e90e";
}
.fi-bs-grip-lines:before {
  content: "\e90f";
}
.fi-bs-grip-lines-vertical:before {
  content: "\e910";
}
.fi-bs-grip-vertical:before {
  content: "\e911";
}
.fi-bs-grocery-bag:before {
  content: "\e912";
}
.fi-bs-grocery-basket:before {
  content: "\e913";
}
.fi-bs-group-arrows-rotate:before {
  content: "\e914";
}
.fi-bs-group-call:before {
  content: "\e915";
}
.fi-bs-group-community-social-media:before {
  content: "\e916";
}
.fi-bs-growth-chart-invest:before {
  content: "\e918";
}
.fi-bs-guarani-sign:before {
  content: "\e91a";
}
.fi-bs-guide:before {
  content: "\e91b";
}
.fi-bs-guide-alt:before {
  content: "\e91c";
}
.fi-bs-guitar:before {
  content: "\e91e";
}
.fi-bs-guitar-electric:before {
  content: "\e91f";
}
.fi-bs-guitars:before {
  content: "\e920";
}
.fi-bs-gun:before {
  content: "\e921";
}
.fi-bs-gun-shooting:before {
  content: "\e922";
}
.fi-bs-gun-squirt:before {
  content: "\e923";
}
.fi-bs-gym:before {
  content: "\e924";
}
.fi-bs-gym-bag:before {
  content: "\e925";
}
.fi-bs-gynecology:before {
  content: "\e926";
}
.fi-bs-h:before {
  content: "\e927";
}
.fi-bs-h-square:before {
  content: "\e928";
}
.fi-bs-h1:before {
  content: "\e929";
}
.fi-bs-h2:before {
  content: "\e92a";
}
.fi-bs-h3:before {
  content: "\e92b";
}
.fi-bs-h4:before {
  content: "\e92c";
}
.fi-bs-hacker:before {
  content: "\e92d";
}
.fi-bs-hair-clipper:before {
  content: "\e92e";
}
.fi-bs-hair-conditioner:before {
  content: "\e92f";
}
.fi-bs-hairbrush:before {
  content: "\e930";
}
.fi-bs-haircut:before {
  content: "\e931";
}
.fi-bs-hairdryer:before {
  content: "\e932";
}
.fi-bs-half-loading:before {
  content: "\e933";
}
.fi-bs-hamburger:before {
  content: "\e934";
}
.fi-bs-hamburger-soda:before {
  content: "\e935";
}
.fi-bs-hammer:before {
  content: "\e936";
}
.fi-bs-hammer-brush:before {
  content: "\e937";
}
.fi-bs-hammer-crash:before {
  content: "\e938";
}
.fi-bs-hammer-war:before {
  content: "\e939";
}
.fi-bs-hamsa:before {
  content: "\e93a";
}
.fi-bs-hand:before {
  content: "\e93b";
}
.fi-bs-hand-back-fist:before {
  content: "\e93c";
}
.fi-bs-hand-back-point-down:before {
  content: "\e93d";
}
.fi-bs-hand-back-point-left:before {
  content: "\e93e";
}
.fi-bs-hand-back-point-ribbon:before {
  content: "\e93f";
}
.fi-bs-hand-back-point-right:before {
  content: "\e940";
}
.fi-bs-hand-bandage-wound:before {
  content: "\e941";
}
.fi-bs-hand-bill:before {
  content: "\e942";
}
.fi-bs-hand-cleaning:before {
  content: "\e943";
}
.fi-bs-hand-dots:before {
  content: "\e944";
}
.fi-bs-hand-dryer:before {
  content: "\e945";
}
.fi-bs-hand-fingers-crossed:before {
  content: "\e946";
}
.fi-bs-hand-fist:before {
  content: "\e947";
}
.fi-bs-hand-heart:before {
  content: "\e948";
}
.fi-bs-hand-holding-box:before {
  content: "\e949";
}
.fi-bs-hand-holding-document:before {
  content: "\e94a";
}
.fi-bs-hand-holding-droplet:before {
  content: "\e94b";
}
.fi-bs-hand-holding-heart:before {
  content: "\e94c";
}
.fi-bs-hand-holding-magic:before {
  content: "\e94d";
}
.fi-bs-hand-holding-medical:before {
  content: "\e94e";
}
.fi-bs-hand-holding-seedling:before {
  content: "\e950";
}
.fi-bs-hand-holding-skull:before {
  content: "\e951";
}
.fi-bs-hand-holding-usd:before {
  content: "\e952";
}
.fi-bs-hand-holding-water:before {
  content: "\e953";
}
.fi-bs-hand-horns:before {
  content: "\e954";
}
.fi-bs-hand-horns-bolt:before {
  content: "\e955";
}
.fi-bs-hand-key:before {
  content: "\e956";
}
.fi-bs-hand-lizard:before {
  content: "\e957";
}
.fi-bs-hand-love:before {
  content: "\e958";
}
.fi-bs-hand-middle-finger:before {
  content: "\e959";
}
.fi-bs-hand-paper:before {
  content: "\e95a";
}
.fi-bs-hand-peace:before {
  content: "\e95b";
}
.fi-bs-hand-point-ribbon:before {
  content: "\e95c";
}
.fi-bs-hand-present:before {
  content: "\e95d";
}
.fi-bs-hand-scissors:before {
  content: "\e95e";
}
.fi-bs-hand-sparkles:before {
  content: "\e95f";
}
.fi-bs-hand-spock:before {
  content: "\e960";
}
.fi-bs-hand-wave:before {
  content: "\e961";
}
.fi-bs-hand-zoom-in:before {
  content: "\e962";
}
.fi-bs-handcuffed-hands:before {
  content: "\e963";
}
.fi-bs-handcuffs:before {
  content: "\e964";
}
.fi-bs-handmade:before {
  content: "\e965";
}
.fi-bs-hands-brain:before {
  content: "\e966";
}
.fi-bs-hands-bubbles:before {
  content: "\e967";
}
.fi-bs-hands-clapping:before {
  content: "\e968";
}
.fi-bs-hands-heart:before {
  content: "\e969";
}
.fi-bs-hands-holding:before {
  content: "\e96a";
}
.fi-bs-hands-holding-child:before {
  content: "\e96b";
}
.fi-bs-hands-holding-diamond:before {
  content: "\e96c";
}
.fi-bs-hands-together:before {
  content: "\e96d";
}
.fi-bs-hands-together-heart:before {
  content: "\e96e";
}
.fi-bs-hands-typing-keyboard:before {
  content: "\e96f";
}
.fi-bs-hands-usd:before {
  content: "\e971";
}
.fi-bs-handshake:before {
  content: "\e972";
}
.fi-bs-handshake-angle:before {
  content: "\e973";
}
.fi-bs-handshake-deal-loan:before {
  content: "\e974";
}
.fi-bs-handshake-house:before {
  content: "\e975";
}
.fi-bs-handshake-simple-slash:before {
  content: "\e976";
}
.fi-bs-handshake-trust:before {
  content: "\e977";
}
.fi-bs-handstand:before {
  content: "\e978";
}
.fi-bs-hanukiah:before {
  content: "\e979";
}
.fi-bs-happy:before {
  content: "\e97a";
}
.fi-bs-hard-disk-scan:before {
  content: "\e97b";
}
.fi-bs-hard-drive:before {
  content: "\e97c";
}
.fi-bs-hard-hat:before {
  content: "\e97d";
}
.fi-bs-harp:before {
  content: "\e97e";
}
.fi-bs-hashtag-lock:before {
  content: "\e981";
}
.fi-bs-hastag:before {
  content: "\e983";
}
.fi-bs-hat-beach:before {
  content: "\e984";
}
.fi-bs-hat-birthday:before {
  content: "\e985";
}
.fi-bs-hat-chef:before {
  content: "\e986";
}
.fi-bs-hat-cowboy:before {
  content: "\e987";
}
.fi-bs-hat-cowboy-side:before {
  content: "\e988";
}
.fi-bs-hat-santa:before {
  content: "\e989";
}
.fi-bs-hat-winter:before {
  content: "\e98a";
}
.fi-bs-hat-witch:before {
  content: "\e98b";
}
.fi-bs-hat-wizard:before {
  content: "\e98c";
}
.fi-bs-haute-cuisine:before {
  content: "\e98d";
}
.fi-bs-hdd:before {
  content: "\e98f";
}
.fi-bs-head-side:before {
  content: "\e990";
}
.fi-bs-head-side-brain:before {
  content: "\e991";
}
.fi-bs-head-side-cough:before {
  content: "\e992";
}
.fi-bs-head-side-cough-slash:before {
  content: "\e993";
}
.fi-bs-head-side-headphones:before {
  content: "\e994";
}
.fi-bs-head-side-heart:before {
  content: "\e995";
}
.fi-bs-head-side-mask:before {
  content: "\e996";
}
.fi-bs-head-side-medical:before {
  content: "\e997";
}
.fi-bs-head-side-thinking:before {
  content: "\e998";
}
.fi-bs-head-side-virus:before {
  content: "\e999";
}
.fi-bs-head-vr:before {
  content: "\e99a";
}
.fi-bs-headache:before {
  content: "\e99b";
}
.fi-bs-heading:before {
  content: "\e99c";
}
.fi-bs-headphones:before {
  content: "\e99d";
}
.fi-bs-headphones-rhythm:before {
  content: "\e99e";
}
.fi-bs-headset:before {
  content: "\e99f";
}
.fi-bs-heart:before {
  content: "\e9a1";
}
.fi-bs-heart-arrow:before {
  content: "\e9a2";
}
.fi-bs-heart-brain:before {
  content: "\e9a3";
}
.fi-bs-heart-circle-user:before {
  content: "\e9a4";
}
.fi-bs-heart-crack:before {
  content: "\e9a5";
}
.fi-bs-heart-half:before {
  content: "\e9a6";
}
.fi-bs-heart-half-stroke:before {
  content: "\e9a7";
}
.fi-bs-heart-health-muscle:before {
  content: "\e9a8";
}
.fi-bs-heart-lock:before {
  content: "\e9a9";
}
.fi-bs-heart-partner-handshake:before {
  content: "\e9aa";
}
.fi-bs-heart-rate:before {
  content: "\e9ab";
}
.fi-bs-heart-slash:before {
  content: "\e9ac";
}
.fi-bs-heart-upside-down:before {
  content: "\e9ad";
}
.fi-bs-heat:before {
  content: "\e9ae";
}
.fi-bs-helicopter-side:before {
  content: "\e9af";
}
.fi-bs-helmet-battle:before {
  content: "\e9b0";
}
.fi-bs-hermit-crab:before {
  content: "\e9b1";
}
.fi-bs-hexagon:before {
  content: "\e9b2";
}
.fi-bs-hexagon-check:before {
  content: "\e9b3";
}
.fi-bs-hexagon-divide:before {
  content: "\e9b4";
}
.fi-bs-hexagon-exclamation:before {
  content: "\e9b5";
}
.fi-bs-high-definition:before {
  content: "\e9b7";
}
.fi-bs-high-five:before {
  content: "\e9b8";
}
.fi-bs-high-five-celebration-yes:before {
  content: "\e9b9";
}
.fi-bs-highlighter:before {
  content: "\e9bb";
}
.fi-bs-highlighter-line:before {
  content: "\e9bc";
}
.fi-bs-hiking:before {
  content: "\e9bd";
}
.fi-bs-hiking-boot:before {
  content: "\e9be";
}
.fi-bs-hill-avalanche:before {
  content: "\e9bf";
}
.fi-bs-hill-rockslide:before {
  content: "\e9c0";
}
.fi-bs-hippie:before {
  content: "\e9c2";
}
.fi-bs-hippo:before {
  content: "\e9c3";
}
.fi-bs-hockey-mask:before {
  content: "\e9c4";
}
.fi-bs-hockey-puck:before {
  content: "\e9c5";
}
.fi-bs-hockey-stick-puck:before {
  content: "\e9c6";
}
.fi-bs-hockey-sticks:before {
  content: "\e9c7";
}
.fi-bs-holding-hand-brain:before {
  content: "\e9c8";
}
.fi-bs-holding-hand-delivery:before {
  content: "\e9c9";
}
.fi-bs-holding-hand-dinner:before {
  content: "\e9ca";
}
.fi-bs-holding-hand-direction:before {
  content: "\e9cb";
}
.fi-bs-holding-hand-gear:before {
  content: "\e9cc";
}
.fi-bs-holding-hand-key:before {
  content: "\e9cd";
}
.fi-bs-holding-hand-nft:before {
  content: "\e9ce";
}
.fi-bs-holding-hand-pizza-box:before {
  content: "\e9cf";
}
.fi-bs-holding-hand-revenue:before {
  content: "\e9d0";
}
.fi-bs-holly-berry:before {
  content: "\e9d1";
}
.fi-bs-home:before {
  content: "\e9d2";
}
.fi-bs-home-control-app:before {
  content: "\e9d4";
}
.fi-bs-home-heart:before {
  content: "\e9d5";
}
.fi-bs-home-location:before {
  content: "\e9d6";
}
.fi-bs-home-location-alt:before {
  content: "\e9d7";
}
.fi-bs-home-robot:before {
  content: "\e9d8";
}
.fi-bs-home-settings:before {
  content: "\e9d9";
}
.fi-bs-home-wifi-phone:before {
  content: "\e9da";
}
.fi-bs-homework:before {
  content: "\e9dc";
}
.fi-bs-honey-pot:before {
  content: "\e9dd";
}
.fi-bs-hood-cloak:before {
  content: "\e9de";
}
.fi-bs-hook:before {
  content: "\e9df";
}
.fi-bs-horizontal-rule:before {
  content: "\e9e0";
}
.fi-bs-horse:before {
  content: "\e9e1";
}
.fi-bs-horse-head:before {
  content: "\e9e2";
}
.fi-bs-horse-saddle:before {
  content: "\e9e3";
}
.fi-bs-horseshoe:before {
  content: "\e9e4";
}
.fi-bs-horseshoe-broken:before {
  content: "\e9e5";
}
.fi-bs-hose:before {
  content: "\e9e6";
}
.fi-bs-hose-reel:before {
  content: "\e9e7";
}
.fi-bs-hospital:before {
  content: "\e9e8";
}
.fi-bs-hospital-bed:before {
  content: "\e9e9";
}
.fi-bs-hospital-symbol:before {
  content: "\e9ea";
}
.fi-bs-hospital-user:before {
  content: "\e9eb";
}
.fi-bs-hospitals:before {
  content: "\e9ec";
}
.fi-bs-hot-tub:before {
  content: "\e9ed";
}
.fi-bs-hotdog:before {
  content: "\e9ee";
}
.fi-bs-hotel:before {
  content: "\e9ef";
}
.fi-bs-hotel-room-key:before {
  content: "\e9f0";
}
.fi-bs-hourglass:before {
  content: "\e9f2";
}
.fi-bs-hourglass-end:before {
  content: "\e9f3";
}
.fi-bs-hourglass-start:before {
  content: "\e9f4";
}
.fi-bs-house-blank:before {
  content: "\e9f5";
}
.fi-bs-house-building:before {
  content: "\e9f6";
}
.fi-bs-house-chimney:before {
  content: "\e9f7";
}
.fi-bs-house-chimney-blank:before {
  content: "\e9f8";
}
.fi-bs-house-chimney-crack:before {
  content: "\e9f9";
}
.fi-bs-house-chimney-heart:before {
  content: "\e9fa";
}
.fi-bs-house-chimney-medical:before {
  content: "\e9fb";
}
.fi-bs-house-chimney-user:before {
  content: "\e9fc";
}
.fi-bs-house-chimney-window:before {
  content: "\e9fd";
}
.fi-bs-house-circle-check:before {
  content: "\e9fe";
}
.fi-bs-house-circle-exclamation:before {
  content: "\e9ff";
}
.fi-bs-house-circle-xmark:before {
  content: "\ea00";
}
.fi-bs-house-crack:before {
  content: "\ea01";
}
.fi-bs-house-crack-alt:before {
  content: "\ea02";
}
.fi-bs-house-day:before {
  content: "\ea03";
}
.fi-bs-house-fire:before {
  content: "\ea04";
}
.fi-bs-house-flag:before {
  content: "\ea05";
}
.fi-bs-house-flood:before {
  content: "\ea06";
}
.fi-bs-house-hand:before {
  content: "\ea07";
}
.fi-bs-house-hands:before {
  content: "\ea08";
}
.fi-bs-house-key:before {
  content: "\ea09";
}
.fi-bs-house-laptop:before {
  content: "\ea0a";
}
.fi-bs-house-leave:before {
  content: "\ea0b";
}
.fi-bs-house-lock:before {
  content: "\ea0c";
}
.fi-bs-house-medical:before {
  content: "\ea0d";
}
.fi-bs-house-night:before {
  content: "\ea0e";
}
.fi-bs-house-return:before {
  content: "\ea0f";
}
.fi-bs-house-signal:before {
  content: "\ea10";
}
.fi-bs-house-tree:before {
  content: "\ea11";
}
.fi-bs-house-tsunami:before {
  content: "\ea12";
}
.fi-bs-house-turret:before {
  content: "\ea13";
}
.fi-bs-house-unlock:before {
  content: "\ea14";
}
.fi-bs-house-user:before {
  content: "\ea15";
}
.fi-bs-house-window:before {
  content: "\ea16";
}
.fi-bs-hr:before {
  content: "\ea17";
}
.fi-bs-hr-group:before {
  content: "\ea18";
}
.fi-bs-hr-management:before {
  content: "\ea19";
}
.fi-bs-hr-person:before {
  content: "\ea1a";
}
.fi-bs-hryvnia:before {
  content: "\ea1b";
}
.fi-bs-html-file:before {
  content: "\ea1c";
}
.fi-bs-hug-tree:before {
  content: "\ea20";
}
.fi-bs-humanitarian-mission:before {
  content: "\ea21";
}
.fi-bs-humidity:before {
  content: "\ea22";
}
.fi-bs-hundred-points:before {
  content: "\ea23";
}
.fi-bs-hurricane:before {
  content: "\ea24";
}
.fi-bs-hydroalcoholic-gel:before {
  content: "\ea25";
}
.fi-bs-hyperloop:before {
  content: "\ea26";
}
.fi-bs-i:before {
  content: "\ea28";
}
.fi-bs-ice-cream:before {
  content: "\ea2a";
}
.fi-bs-ice-skate:before {
  content: "\ea2b";
}
.fi-bs-icicles:before {
  content: "\ea2c";
}
.fi-bs-icon-star:before {
  content: "\ea2d";
}
.fi-bs-id-badge:before {
  content: "\ea2f";
}
.fi-bs-id-card:before {
  content: "\ea30";
}
.fi-bs-id-card-clip-alt:before {
  content: "\ea31";
}
.fi-bs-idea-exchange:before {
  content: "\ea32";
}
.fi-bs-igloo:before {
  content: "\ea34";
}
.fi-bs-image-slash:before {
  content: "\ea37";
}
.fi-bs-images:before {
  content: "\ea38";
}
.fi-bs-images-user:before {
  content: "\ea39";
}
.fi-bs-immunity:before {
  content: "\ea3b";
}
.fi-bs-improve-user:before {
  content: "\ea3c";
}
.fi-bs-improvement:before {
  content: "\ea3d";
}
.fi-bs-inbox:before {
  content: "\ea3e";
}
.fi-bs-inbox-full:before {
  content: "\ea3f";
}
.fi-bs-inbox-in:before {
  content: "\ea40";
}
.fi-bs-inbox-out:before {
  content: "\ea41";
}
.fi-bs-inboxes:before {
  content: "\ea42";
}
.fi-bs-incense-sticks-yoga:before {
  content: "\ea43";
}
.fi-bs-incognito:before {
  content: "\ea44";
}
.fi-bs-indent:before {
  content: "\ea46";
}
.fi-bs-india-map:before {
  content: "\ea48";
}
.fi-bs-indian-rupee-sign:before {
  content: "\ea49";
}
.fi-bs-industrial-pollution:before {
  content: "\ea4a";
}
.fi-bs-industry-alt:before {
  content: "\ea4b";
}
.fi-bs-industry-windows:before {
  content: "\ea4c";
}
.fi-bs-infinite-cycle:before {
  content: "\ea4d";
}
.fi-bs-infinity:before {
  content: "\ea4e";
}
.fi-bs-info:before {
  content: "\ea4f";
}
.fi-bs-info-guide:before {
  content: "\ea50";
}
.fi-bs-information:before {
  content: "\ea51";
}
.fi-bs-inhaler:before {
  content: "\ea52";
}
.fi-bs-input-numeric:before {
  content: "\ea54";
}
.fi-bs-input-pipe:before {
  content: "\ea55";
}
.fi-bs-input-text:before {
  content: "\ea56";
}
.fi-bs-insert:before {
  content: "\ea57";
}
.fi-bs-insert-alt:before {
  content: "\ea58";
}
.fi-bs-insert-arrows:before {
  content: "\ea59";
}
.fi-bs-insert-button-circle:before {
  content: "\ea5a";
}
.fi-bs-insert-credit-card:before {
  content: "\ea5b";
}
.fi-bs-insert-square:before {
  content: "\ea5c";
}
.fi-bs-insight:before {
  content: "\ea5d";
}
.fi-bs-insight-alt:before {
  content: "\ea5e";
}
.fi-bs-insight-head:before {
  content: "\ea5f";
}
.fi-bs-insomnia:before {
  content: "\ea60";
}
.fi-bs-integral:before {
  content: "\ea66";
}
.fi-bs-interactive:before {
  content: "\ea6a";
}
.fi-bs-interlining:before {
  content: "\ea6b";
}
.fi-bs-internet-security:before {
  content: "\ea6c";
}
.fi-bs-internet-speed-wifi:before {
  content: "\ea6d";
}
.fi-bs-interpersonal-skill:before {
  content: "\ea6e";
}
.fi-bs-interrogation:before {
  content: "\ea6f";
}
.fi-bs-intersection:before {
  content: "\ea70";
}
.fi-bs-introduction:before {
  content: "\ea71";
}
.fi-bs-introduction-handshake:before {
  content: "\ea72";
}
.fi-bs-inventory-alt:before {
  content: "\ea73";
}
.fi-bs-invest:before {
  content: "\ea74";
}
.fi-bs-investment:before {
  content: "\ea75";
}
.fi-bs-investor:before {
  content: "\ea76";
}
.fi-bs-invite:before {
  content: "\ea78";
}
.fi-bs-invite-alt:before {
  content: "\ea79";
}
.fi-bs-iot:before {
  content: "\ea7a";
}
.fi-bs-iot-alt:before {
  content: "\ea7b";
}
.fi-bs-ip-address:before {
  content: "\ea7c";
}
.fi-bs-iron:before {
  content: "\ea7d";
}
.fi-bs-island-tropical:before {
  content: "\ea7e";
}
.fi-bs-iso-file:before {
  content: "\ea7f";
}
.fi-bs-issue-loupe:before {
  content: "\ea80";
}
.fi-bs-it:before {
  content: "\ea81";
}
.fi-bs-it-alt:before {
  content: "\ea82";
}
.fi-bs-it-computer:before {
  content: "\ea83";
}
.fi-bs-italian:before {
  content: "\ea84";
}
.fi-bs-italian-coffee-maker:before {
  content: "\ea85";
}
.fi-bs-italian-lira-sign:before {
  content: "\ea86";
}
.fi-bs-italic:before {
  content: "\ea87";
}
.fi-bs-j:before {
  content: "\ea89";
}
.fi-bs-jam:before {
  content: "\ea8b";
}
.fi-bs-january-calendar:before {
  content: "\ea8d";
}
.fi-bs-japanese:before {
  content: "\ea8e";
}
.fi-bs-jar-alt:before {
  content: "\ea8f";
}
.fi-bs-jar-wheat:before {
  content: "\ea90";
}
.fi-bs-javascript:before {
  content: "\ea92";
}
.fi-bs-joint:before {
  content: "\ea96";
}
.fi-bs-joker:before {
  content: "\ea97";
}
.fi-bs-journal:before {
  content: "\ea99";
}
.fi-bs-journal-alt:before {
  content: "\ea9a";
}
.fi-bs-journey:before {
  content: "\ea9b";
}
.fi-bs-joystick:before {
  content: "\ea9c";
}
.fi-bs-jpg:before {
  content: "\ea9d";
}
.fi-bs-json-file:before {
  content: "\eaa0";
}
.fi-bs-judge:before {
  content: "\eaa1";
}
.fi-bs-jug:before {
  content: "\eaa2";
}
.fi-bs-jug-alt:before {
  content: "\eaa3";
}
.fi-bs-jug-bottle:before {
  content: "\eaa4";
}
.fi-bs-july-calendar:before {
  content: "\eaa5";
}
.fi-bs-jumping-rope:before {
  content: "\eaa6";
}
.fi-bs-june-calendar:before {
  content: "\eaa7";
}
.fi-bs-jury:before {
  content: "\eaa8";
}
.fi-bs-k:before {
  content: "\eaa9";
}
.fi-bs-k-pop:before {
  content: "\eaaa";
}
.fi-bs-k-pop-headphones:before {
  content: "\eaab";
}
.fi-bs-k-pop-microphone:before {
  content: "\eaac";
}
.fi-bs-kaaba:before {
  content: "\eaad";
}
.fi-bs-kangaroo:before {
  content: "\eaae";
}
.fi-bs-kayak:before {
  content: "\eaaf";
}
.fi-bs-kazoo:before {
  content: "\eab0";
}
.fi-bs-kerning:before {
  content: "\eab1";
}
.fi-bs-key:before {
  content: "\eab2";
}
.fi-bs-key-car:before {
  content: "\eab3";
}
.fi-bs-key-hole:before {
  content: "\eab4";
}
.fi-bs-key-lock-crypto:before {
  content: "\eab5";
}
.fi-bs-key-skeleton-left-right:before {
  content: "\eab7";
}
.fi-bs-keyboard:before {
  content: "\eab8";
}
.fi-bs-keyboard-brightness:before {
  content: "\eab9";
}
.fi-bs-keyboard-brightness-low:before {
  content: "\eaba";
}
.fi-bs-keyboard-down:before {
  content: "\eabb";
}
.fi-bs-keyboard-finger:before {
  content: "\eabc";
}
.fi-bs-keyboard-left:before {
  content: "\eabd";
}
.fi-bs-keynote:before {
  content: "\eabe";
}
.fi-bs-khanda:before {
  content: "\eabf";
}
.fi-bs-kidneys:before {
  content: "\eac1";
}
.fi-bs-kimchi:before {
  content: "\eac2";
}
.fi-bs-kip-sign:before {
  content: "\eac4";
}
.fi-bs-kiss:before {
  content: "\eac5";
}
.fi-bs-kiss-beam:before {
  content: "\eac6";
}
.fi-bs-kiss-wink-heart:before {
  content: "\eac7";
}
.fi-bs-kitchen-set:before {
  content: "\eac8";
}
.fi-bs-kite:before {
  content: "\eac9";
}
.fi-bs-kiwi-bird:before {
  content: "\eaca";
}
.fi-bs-kiwi-fruit:before {
  content: "\eacb";
}
.fi-bs-knee-joint:before {
  content: "\eacc";
}
.fi-bs-knife:before {
  content: "\eacd";
}
.fi-bs-knife-kitchen:before {
  content: "\eace";
}
.fi-bs-knitting:before {
  content: "\ead0";
}
.fi-bs-knot-rope:before {
  content: "\ead1";
}
.fi-bs-korean:before {
  content: "\ead3";
}
.fi-bs-kpi:before {
  content: "\ead4";
}
.fi-bs-kpi-evaluation:before {
  content: "\ead5";
}
.fi-bs-l:before {
  content: "\ead6";
}
.fi-bs-lab-coat:before {
  content: "\ead7";
}
.fi-bs-label:before {
  content: "\ead8";
}
.fi-bs-lacrosse-stick:before {
  content: "\ead9";
}
.fi-bs-lacrosse-stick-ball:before {
  content: "\eada";
}
.fi-bs-ladder:before {
  content: "\eadb";
}
.fi-bs-lambda:before {
  content: "\eadc";
}
.fi-bs-lamp:before {
  content: "\eadd";
}
.fi-bs-lamp-desk:before {
  content: "\eade";
}
.fi-bs-lamp-desk-on:before {
  content: "\eadf";
}
.fi-bs-lamp-floor:before {
  content: "\eae0";
}
.fi-bs-lamp-street:before {
  content: "\eae1";
}
.fi-bs-land-layer-location:before {
  content: "\eae2";
}
.fi-bs-land-layers:before {
  content: "\eae3";
}
.fi-bs-land-location:before {
  content: "\eae4";
}
.fi-bs-land-mine-on:before {
  content: "\eae5";
}
.fi-bs-landmark-alt:before {
  content: "\eae6";
}
.fi-bs-language:before {
  content: "\eae7";
}
.fi-bs-language-exchange:before {
  content: "\eae8";
}
.fi-bs-lanterns:before {
  content: "\eaeb";
}
.fi-bs-laptop:before {
  content: "\eaec";
}
.fi-bs-laptop-arrow-down:before {
  content: "\eaed";
}
.fi-bs-laptop-binary:before {
  content: "\eaee";
}
.fi-bs-laptop-code:before {
  content: "\eaef";
}
.fi-bs-laptop-dollar:before {
  content: "\eaf0";
}
.fi-bs-laptop-lock:before {
  content: "\eaf1";
}
.fi-bs-laptop-medical:before {
  content: "\eaf2";
}
.fi-bs-laptop-mobile:before {
  content: "\eaf3";
}
.fi-bs-laptop-refresh:before {
  content: "\eaf4";
}
.fi-bs-laptop-shield:before {
  content: "\eaf5";
}
.fi-bs-laptop-signal:before {
  content: "\eaf6";
}
.fi-bs-laptop-slash:before {
  content: "\eaf7";
}
.fi-bs-lari-sign:before {
  content: "\eaf8";
}
.fi-bs-lasso:before {
  content: "\eaf9";
}
.fi-bs-lasso-sparkles:before {
  content: "\eafa";
}
.fi-bs-last-square:before {
  content: "\eafb";
}
.fi-bs-laugh:before {
  content: "\eafc";
}
.fi-bs-laugh-beam:before {
  content: "\eafd";
}
.fi-bs-laugh-squint:before {
  content: "\eafe";
}
.fi-bs-laugh-wink:before {
  content: "\eaff";
}
.fi-bs-launch:before {
  content: "\eb00";
}
.fi-bs-laurel-user:before {
  content: "\eb01";
}
.fi-bs-law-book:before {
  content: "\eb02";
}
.fi-bs-lawyer-man:before {
  content: "\eb03";
}
.fi-bs-lawyer-woman:before {
  content: "\eb04";
}
.fi-bs-layer-minus:before {
  content: "\eb05";
}
.fi-bs-layer-plus:before {
  content: "\eb06";
}
.fi-bs-layers:before {
  content: "\eb07";
}
.fi-bs-layout-fluid:before {
  content: "\eb08";
}
.fi-bs-lead:before {
  content: "\eb09";
}
.fi-bs-lead-funnel:before {
  content: "\eb0a";
}
.fi-bs-lead-management:before {
  content: "\eb0b";
}
.fi-bs-leader:before {
  content: "\eb0c";
}
.fi-bs-leader-alt:before {
  content: "\eb0d";
}
.fi-bs-leader-speech:before {
  content: "\eb0e";
}
.fi-bs-leaderboard:before {
  content: "\eb0f";
}
.fi-bs-leaderboard-alt:before {
  content: "\eb10";
}
.fi-bs-leaderboard-trophy:before {
  content: "\eb11";
}
.fi-bs-leadership:before {
  content: "\eb12";
}
.fi-bs-leadership-alt:before {
  content: "\eb13";
}
.fi-bs-leaf:before {
  content: "\eb14";
}
.fi-bs-leaf-heart:before {
  content: "\eb15";
}
.fi-bs-leaf-maple:before {
  content: "\eb16";
}
.fi-bs-leaf-oak:before {
  content: "\eb17";
}
.fi-bs-leafy-green:before {
  content: "\eb18";
}
.fi-bs-leave:before {
  content: "\eb19";
}
.fi-bs-left:before {
  content: "\eb1a";
}
.fi-bs-left-from-bracket:before {
  content: "\eb1b";
}
.fi-bs-legal:before {
  content: "\eb1c";
}
.fi-bs-legal-aid:before {
  content: "\eb1d";
}
.fi-bs-legal-case:before {
  content: "\eb1e";
}
.fi-bs-legal-document:before {
  content: "\eb1f";
}
.fi-bs-legal-fees:before {
  content: "\eb20";
}
.fi-bs-lemon:before {
  content: "\eb21";
}
.fi-bs-lemongrass:before {
  content: "\eb22";
}
.fi-bs-lesbian-couple:before {
  content: "\eb23";
}
.fi-bs-less-than:before {
  content: "\eb24";
}
.fi-bs-less-than-equal:before {
  content: "\eb25";
}
.fi-bs-lesson:before {
  content: "\eb26";
}
.fi-bs-lesson-class:before {
  content: "\eb27";
}
.fi-bs-letter-case:before {
  content: "\eb29";
}
.fi-bs-lettuce:before {
  content: "\eb2a";
}
.fi-bs-level-down:before {
  content: "\eb2b";
}
.fi-bs-level-down-alt:before {
  content: "\eb2c";
}
.fi-bs-level-up:before {
  content: "\eb2d";
}
.fi-bs-level-up-alt:before {
  content: "\eb2e";
}
.fi-bs-license:before {
  content: "\eb2f";
}
.fi-bs-life:before {
  content: "\eb30";
}
.fi-bs-life-ring:before {
  content: "\eb31";
}
.fi-bs-lift:before {
  content: "\eb32";
}
.fi-bs-light-ceiling:before {
  content: "\eb33";
}
.fi-bs-light-emergency:before {
  content: "\eb34";
}
.fi-bs-light-emergency-on:before {
  content: "\eb35";
}
.fi-bs-light-mode-alt:before {
  content: "\eb36";
}
.fi-bs-light-switch:before {
  content: "\eb37";
}
.fi-bs-light-switch-off:before {
  content: "\eb38";
}
.fi-bs-light-switch-on:before {
  content: "\eb39";
}
.fi-bs-lightbulb-cfl:before {
  content: "\eb3a";
}
.fi-bs-lightbulb-cfl-on:before {
  content: "\eb3b";
}
.fi-bs-lightbulb-dollar:before {
  content: "\eb3d";
}
.fi-bs-lightbulb-exclamation:before {
  content: "\eb3e";
}
.fi-bs-lightbulb-head:before {
  content: "\eb41";
}
.fi-bs-lightbulb-message:before {
  content: "\eb42";
}
.fi-bs-lightbulb-on:before {
  content: "\eb43";
}
.fi-bs-lightbulb-question:before {
  content: "\eb44";
}
.fi-bs-lightbulb-setting:before {
  content: "\eb45";
}
.fi-bs-lightbulb-slash:before {
  content: "\eb46";
}
.fi-bs-lighthouse:before {
  content: "\eb48";
}
.fi-bs-lights-holiday:before {
  content: "\eb49";
}
.fi-bs-limit-hand:before {
  content: "\eb4a";
}
.fi-bs-limit-speedometer:before {
  content: "\eb4b";
}
.fi-bs-line-width:before {
  content: "\eb4d";
}
.fi-bs-link:before {
  content: "\eb4e";
}
.fi-bs-link-alt:before {
  content: "\eb4f";
}
.fi-bs-link-horizontal:before {
  content: "\eb50";
}
.fi-bs-link-horizontal-slash:before {
  content: "\eb51";
}
.fi-bs-link-slash:before {
  content: "\eb52";
}
.fi-bs-link-slash-alt:before {
  content: "\eb53";
}
.fi-bs-lion:before {
  content: "\eb55";
}
.fi-bs-lion-head:before {
  content: "\eb56";
}
.fi-bs-lips:before {
  content: "\eb57";
}
.fi-bs-lips-silence:before {
  content: "\eb58";
}
.fi-bs-lipstick:before {
  content: "\eb59";
}
.fi-bs-lira-sign:before {
  content: "\eb5a";
}
.fi-bs-list:before {
  content: "\eb5c";
}
.fi-bs-list-check:before {
  content: "\eb5d";
}
.fi-bs-list-dropdown:before {
  content: "\eb5e";
}
.fi-bs-list-music:before {
  content: "\eb5f";
}
.fi-bs-list-timeline:before {
  content: "\eb60";
}
.fi-bs-list-tree:before {
  content: "\eb61";
}
.fi-bs-litecoin-sign:before {
  content: "\eb64";
}
.fi-bs-live:before {
  content: "\eb65";
}
.fi-bs-live-alt:before {
  content: "\eb66";
}
.fi-bs-loading:before {
  content: "\eb67";
}
.fi-bs-loan:before {
  content: "\eb68";
}
.fi-bs-lobster:before {
  content: "\eb69";
}
.fi-bs-location-alt:before {
  content: "\eb6b";
}
.fi-bs-location-arrow:before {
  content: "\eb6c";
}
.fi-bs-location-crosshairs:before {
  content: "\eb6d";
}
.fi-bs-location-crosshairs-slash:before {
  content: "\eb6e";
}
.fi-bs-location-dot-slash:before {
  content: "\eb6f";
}
.fi-bs-location-exclamation:before {
  content: "\eb70";
}
.fi-bs-location-lock:before {
  content: "\eb71";
}
.fi-bs-location-pin-call:before {
  content: "\eb73";
}
.fi-bs-lock:before {
  content: "\eb79";
}
.fi-bs-lock-alt:before {
  content: "\eb7a";
}
.fi-bs-lock-hashtag:before {
  content: "\eb7b";
}
.fi-bs-lock-open-alt:before {
  content: "\eb7c";
}
.fi-bs-locust:before {
  content: "\eb7d";
}
.fi-bs-log-file:before {
  content: "\eb7e";
}
.fi-bs-login:before {
  content: "\eb80";
}
.fi-bs-login-lock:before {
  content: "\eb81";
}
.fi-bs-logo:before {
  content: "\eb82";
}
.fi-bs-longboard:before {
  content: "\eb83";
}
.fi-bs-loop-square:before {
  content: "\eb85";
}
.fi-bs-loveseat:before {
  content: "\eb89";
}
.fi-bs-low-vision:before {
  content: "\eb8a";
}
.fi-bs-lower-back:before {
  content: "\eb8b";
}
.fi-bs-luchador:before {
  content: "\eb8c";
}
.fi-bs-luggage-cart:before {
  content: "\eb8d";
}
.fi-bs-luggage-rolling:before {
  content: "\eb8e";
}
.fi-bs-lunch-box:before {
  content: "\eb8f";
}
.fi-bs-lung-cancer:before {
  content: "\eb90";
}
.fi-bs-lung-ribbon:before {
  content: "\eb91";
}
.fi-bs-lungs:before {
  content: "\eb92";
}
.fi-bs-lungs-virus:before {
  content: "\eb93";
}
.fi-bs-m:before {
  content: "\eb94";
}
.fi-bs-macarons:before {
  content: "\eb95";
}
.fi-bs-mace:before {
  content: "\eb96";
}
.fi-bs-machine-learning:before {
  content: "\eb97";
}
.fi-bs-magic-wand:before {
  content: "\eb9d";
}
.fi-bs-magnet:before {
  content: "\eb9e";
}
.fi-bs-magnet-energy:before {
  content: "\eb9f";
}
.fi-bs-magnet-user:before {
  content: "\eba0";
}
.fi-bs-magnifying-glass-binary:before {
  content: "\eba3";
}
.fi-bs-magnifying-glass-eye:before {
  content: "\eba4";
}
.fi-bs-magnifying-glass-play:before {
  content: "\eba5";
}
.fi-bs-magnifying-glass-wave:before {
  content: "\eba6";
}
.fi-bs-mail-hook:before {
  content: "\eba8";
}
.fi-bs-mail-malware:before {
  content: "\eba9";
}
.fi-bs-mail-plus-circle:before {
  content: "\ebaa";
}
.fi-bs-mailbox:before {
  content: "\ebab";
}
.fi-bs-mailbox-envelope:before {
  content: "\ebac";
}
.fi-bs-mailbox-flag-up:before {
  content: "\ebad";
}
.fi-bs-makeup-bag:before {
  content: "\ebb0";
}
.fi-bs-makeup-brush:before {
  content: "\ebb1";
}
.fi-bs-malware-circle:before {
  content: "\ebb4";
}
.fi-bs-malware-shield:before {
  content: "\ebb5";
}
.fi-bs-malware-square:before {
  content: "\ebb6";
}
.fi-bs-man-head:before {
  content: "\ebb7";
}
.fi-bs-man-scientist:before {
  content: "\ebb8";
}
.fi-bs-manat-sign:before {
  content: "\ebb9";
}
.fi-bs-mandolin:before {
  content: "\ebba";
}
.fi-bs-mango:before {
  content: "\ebbb";
}
.fi-bs-manhole:before {
  content: "\ebbc";
}
.fi-bs-manicure:before {
  content: "\ebbd";
}
.fi-bs-map:before {
  content: "\ebbe";
}
.fi-bs-map-location-track:before {
  content: "\ebbf";
}
.fi-bs-map-marker:before {
  content: "\ebc0";
}
.fi-bs-map-marker-check:before {
  content: "\ebc1";
}
.fi-bs-map-marker-cross:before {
  content: "\ebc2";
}
.fi-bs-map-marker-edit:before {
  content: "\ebc3";
}
.fi-bs-map-marker-home:before {
  content: "\ebc5";
}
.fi-bs-map-marker-minus:before {
  content: "\ebc6";
}
.fi-bs-map-marker-plus:before {
  content: "\ebc7";
}
.fi-bs-map-marker-question:before {
  content: "\ebc8";
}
.fi-bs-map-marker-slash:before {
  content: "\ebc9";
}
.fi-bs-map-marker-smile:before {
  content: "\ebca";
}
.fi-bs-map-pin:before {
  content: "\ebcb";
}
.fi-bs-map-point:before {
  content: "\ebcc";
}
.fi-bs-march-calendar:before {
  content: "\ebcd";
}
.fi-bs-marker:before {
  content: "\ebce";
}
.fi-bs-marker-hospital:before {
  content: "\ebcf";
}
.fi-bs-marker-time:before {
  content: "\ebd0";
}
.fi-bs-marketplace:before {
  content: "\ebd1";
}
.fi-bs-marketplace-alt:before {
  content: "\ebd2";
}
.fi-bs-marketplace-store:before {
  content: "\ebd3";
}
.fi-bs-marriage-proposal:before {
  content: "\ebd4";
}
.fi-bs-mars:before {
  content: "\ebd6";
}
.fi-bs-mars-and-venus-burst:before {
  content: "\ebd7";
}
.fi-bs-mars-double:before {
  content: "\ebd8";
}
.fi-bs-mars-stroke-right:before {
  content: "\ebd9";
}
.fi-bs-mars-stroke-up:before {
  content: "\ebda";
}
.fi-bs-martini-glass-citrus:before {
  content: "\ebdb";
}
.fi-bs-martini-glass-empty:before {
  content: "\ebdc";
}
.fi-bs-mascara:before {
  content: "\ebdd";
}
.fi-bs-mask-carnival:before {
  content: "\ebdf";
}
.fi-bs-mask-face:before {
  content: "\ebe0";
}
.fi-bs-mask-snorkel:before {
  content: "\ebe1";
}
.fi-bs-massage:before {
  content: "\ebe2";
}
.fi-bs-master-plan:before {
  content: "\ebe3";
}
.fi-bs-master-plan-integrate:before {
  content: "\ebe4";
}
.fi-bs-match-fire:before {
  content: "\ebe5";
}
.fi-bs-mattress-pillow:before {
  content: "\ebe6";
}
.fi-bs-may-calendar:before {
  content: "\ebe7";
}
.fi-bs-measuring-tape:before {
  content: "\ebe9";
}
.fi-bs-meat:before {
  content: "\ebea";
}
.fi-bs-medal:before {
  content: "\ebeb";
}
.fi-bs-mediator:before {
  content: "\ebed";
}
.fi-bs-medical-star:before {
  content: "\ebee";
}
.fi-bs-medication:before {
  content: "\ebef";
}
.fi-bs-medicine:before {
  content: "\ebf0";
}
.fi-bs-meditation:before {
  content: "\ebf1";
}
.fi-bs-meeting:before {
  content: "\ebf3";
}
.fi-bs-meeting-alt:before {
  content: "\ebf4";
}
.fi-bs-megaphone:before {
  content: "\ebf5";
}
.fi-bs-megaphone-announcement-leader:before {
  content: "\ebf6";
}
.fi-bs-megaphone-magnifying-glass:before {
  content: "\ebf7";
}
.fi-bs-megaphone-sound-waves:before {
  content: "\ebf8";
}
.fi-bs-meh:before {
  content: "\ebf9";
}
.fi-bs-meh-blank:before {
  content: "\ebfa";
}
.fi-bs-meh-rolling-eyes:before {
  content: "\ebfb";
}
.fi-bs-melon:before {
  content: "\ebfc";
}
.fi-bs-melon-alt:before {
  content: "\ebfd";
}
.fi-bs-member-list:before {
  content: "\ebfe";
}
.fi-bs-member-search:before {
  content: "\ebff";
}
.fi-bs-membership:before {
  content: "\ec00";
}
.fi-bs-membership-vip:before {
  content: "\ec01";
}
.fi-bs-memo:before {
  content: "\ec02";
}
.fi-bs-memo-circle-check:before {
  content: "\ec03";
}
.fi-bs-memo-pad:before {
  content: "\ec04";
}
.fi-bs-memory:before {
  content: "\ec05";
}
.fi-bs-memory-loss:before {
  content: "\ec06";
}
.fi-bs-men-swimsuit:before {
  content: "\ec07";
}
.fi-bs-menorah:before {
  content: "\ec08";
}
.fi-bs-menu-burger:before {
  content: "\ec09";
}
.fi-bs-menu-dots:before {
  content: "\ec0a";
}
.fi-bs-menu-dots-vertical:before {
  content: "\ec0b";
}
.fi-bs-menu-food:before {
  content: "\ec0c";
}
.fi-bs-mercury:before {
  content: "\ec0d";
}
.fi-bs-message-alert:before {
  content: "\ec0e";
}
.fi-bs-message-arrow-down:before {
  content: "\ec0f";
}
.fi-bs-message-arrow-up:before {
  content: "\ec10";
}
.fi-bs-message-arrow-up-right:before {
  content: "\ec11";
}
.fi-bs-message-bot:before {
  content: "\ec12";
}
.fi-bs-message-circle-refresh:before {
  content: "\ec13";
}
.fi-bs-message-code:before {
  content: "\ec14";
}
.fi-bs-message-dollar:before {
  content: "\ec15";
}
.fi-bs-message-heart:before {
  content: "\ec16";
}
.fi-bs-message-image:before {
  content: "\ec17";
}
.fi-bs-message-question:before {
  content: "\ec19";
}
.fi-bs-message-quote:before {
  content: "\ec1a";
}
.fi-bs-message-slash:before {
  content: "\ec1b";
}
.fi-bs-message-sms:before {
  content: "\ec1c";
}
.fi-bs-message-square-refresh:before {
  content: "\ec1d";
}
.fi-bs-message-star:before {
  content: "\ec1e";
}
.fi-bs-message-text:before {
  content: "\ec1f";
}
.fi-bs-message-xmark:before {
  content: "\ec20";
}
.fi-bs-messages:before {
  content: "\ec21";
}
.fi-bs-messages-dollar:before {
  content: "\ec22";
}
.fi-bs-messages-question:before {
  content: "\ec23";
}
.fi-bs-meteor:before {
  content: "\ec25";
}
.fi-bs-meter:before {
  content: "\ec26";
}
.fi-bs-meter-bolt:before {
  content: "\ec27";
}
.fi-bs-meter-droplet:before {
  content: "\ec28";
}
.fi-bs-meter-fire:before {
  content: "\ec29";
}
.fi-bs-method:before {
  content: "\ec2a";
}
.fi-bs-microchip:before {
  content: "\ec2b";
}
.fi-bs-microchip-ai:before {
  content: "\ec2c";
}
.fi-bs-microphone:before {
  content: "\ec2d";
}
.fi-bs-microphone-alt:before {
  content: "\ec2e";
}
.fi-bs-microphone-slash:before {
  content: "\ec32";
}
.fi-bs-microscope:before {
  content: "\ec33";
}
.fi-bs-microscope-bacteria:before {
  content: "\ec34";
}
.fi-bs-microwave:before {
  content: "\ec38";
}
.fi-bs-milk:before {
  content: "\ec39";
}
.fi-bs-milk-alt:before {
  content: "\ec3a";
}
.fi-bs-mill:before {
  content: "\ec3b";
}
.fi-bs-mill-sign:before {
  content: "\ec3c";
}
.fi-bs-mind-share:before {
  content: "\ec3d";
}
.fi-bs-minus:before {
  content: "\ec3e";
}
.fi-bs-minus-circle:before {
  content: "\ec3f";
}
.fi-bs-minus-hexagon:before {
  content: "\ec40";
}
.fi-bs-minus-small:before {
  content: "\ec41";
}
.fi-bs-mirror:before {
  content: "\ec43";
}
.fi-bs-mirror-user:before {
  content: "\ec44";
}
.fi-bs-mission:before {
  content: "\ec45";
}
.fi-bs-mistletoe:before {
  content: "\ec46";
}
.fi-bs-mix:before {
  content: "\ec47";
}
.fi-bs-mixer:before {
  content: "\ec48";
}
.fi-bs-mobile:before {
  content: "\ec49";
}
.fi-bs-mobile-4g:before {
  content: "\ec4a";
}
.fi-bs-mobile-5g:before {
  content: "\ec4b";
}
.fi-bs-mobile-app-cleaner:before {
  content: "\ec4c";
}
.fi-bs-mobile-button:before {
  content: "\ec4e";
}
.fi-bs-mobile-friendly:before {
  content: "\ec4f";
}
.fi-bs-mobile-hand:before {
  content: "\ec50";
}
.fi-bs-mobile-lock:before {
  content: "\ec51";
}
.fi-bs-mobile-message:before {
  content: "\ec52";
}
.fi-bs-mobile-notch:before {
  content: "\ec53";
}
.fi-bs-mockup:before {
  content: "\ec56";
}
.fi-bs-mode:before {
  content: "\ec57";
}
.fi-bs-mode-alt:before {
  content: "\ec58";
}
.fi-bs-mode-landscape:before {
  content: "\ec59";
}
.fi-bs-mode-portrait:before {
  content: "\ec5a";
}
.fi-bs-model-cube:before {
  content: "\ec5b";
}
.fi-bs-model-cube-arrows:before {
  content: "\ec5c";
}
.fi-bs-model-cube-space:before {
  content: "\ec5d";
}
.fi-bs-modular-home:before {
  content: "\ec5e";
}
.fi-bs-module:before {
  content: "\ec5f";
}
.fi-bs-monday:before {
  content: "\ec60";
}
.fi-bs-money:before {
  content: "\ec61";
}
.fi-bs-money-bill-simple:before {
  content: "\ec63";
}
.fi-bs-money-bill-transfer:before {
  content: "\ec64";
}
.fi-bs-money-bill-wave:before {
  content: "\ec65";
}
.fi-bs-money-bill-wave-alt:before {
  content: "\ec66";
}
.fi-bs-money-bills:before {
  content: "\ec67";
}
.fi-bs-money-bills-simple:before {
  content: "\ec68";
}
.fi-bs-money-check:before {
  content: "\ec69";
}
.fi-bs-money-check-edit:before {
  content: "\ec6a";
}
.fi-bs-money-check-edit-alt:before {
  content: "\ec6b";
}
.fi-bs-money-coin-transfer:before {
  content: "\ec6c";
}
.fi-bs-money-from-bracket:before {
  content: "\ec6d";
}
.fi-bs-money-income:before {
  content: "\ec6f";
}
.fi-bs-money-laptop:before {
  content: "\ec70";
}
.fi-bs-money-safe-box:before {
  content: "\ec72";
}
.fi-bs-money-simple-from-bracket:before {
  content: "\ec73";
}
.fi-bs-money-transfer-alt:before {
  content: "\ec74";
}
.fi-bs-money-transfer-coin-arrow:before {
  content: "\ec75";
}
.fi-bs-money-transfer-smartphone:before {
  content: "\ec76";
}
.fi-bs-money-wings:before {
  content: "\ec77";
}
.fi-bs-monitor-sun:before {
  content: "\ec78";
}
.fi-bs-monitor-water:before {
  content: "\ec79";
}
.fi-bs-monkey:before {
  content: "\ec7a";
}
.fi-bs-monstera:before {
  content: "\ec7b";
}
.fi-bs-monument:before {
  content: "\ec7c";
}
.fi-bs-moon:before {
  content: "\ec7d";
}
.fi-bs-moon-stars:before {
  content: "\ec7e";
}
.fi-bs-moped:before {
  content: "\ec7f";
}
.fi-bs-mortar-pestle:before {
  content: "\ec80";
}
.fi-bs-mortgage:before {
  content: "\ec81";
}
.fi-bs-mosque:before {
  content: "\ec82";
}
.fi-bs-mosque-alt:before {
  content: "\ec83";
}
.fi-bs-mosque-moon:before {
  content: "\ec84";
}
.fi-bs-mosquito:before {
  content: "\ec85";
}
.fi-bs-mosquito-net:before {
  content: "\ec86";
}
.fi-bs-motion-graphic:before {
  content: "\ec87";
}
.fi-bs-motorcycle:before {
  content: "\ec89";
}
.fi-bs-motorcycle-front:before {
  content: "\ec8a";
}
.fi-bs-motorcycle-helmet:before {
  content: "\ec8b";
}
.fi-bs-mound:before {
  content: "\ec8c";
}
.fi-bs-mountain:before {
  content: "\ec8d";
}
.fi-bs-mountain-city:before {
  content: "\ec8e";
}
.fi-bs-mountains:before {
  content: "\ec90";
}
.fi-bs-mouse:before {
  content: "\ec91";
}
.fi-bs-mouse-field:before {
  content: "\ec92";
}
.fi-bs-mouse-pointer-click:before {
  content: "\ec93";
}
.fi-bs-mouse-pointer-heart:before {
  content: "\ec94";
}
.fi-bs-moustache:before {
  content: "\ec95";
}
.fi-bs-mov-file:before {
  content: "\ec96";
}
.fi-bs-move-to-folder:before {
  content: "\ec97";
}
.fi-bs-move-to-folder-2:before {
  content: "\ec98";
}
.fi-bs-moving:before {
  content: "\ec99";
}
.fi-bs-mower:before {
  content: "\ec9a";
}
.fi-bs-mp3-file:before {
  content: "\ec9b";
}
.fi-bs-mp3-player:before {
  content: "\ec9c";
}
.fi-bs-mp4-file:before {
  content: "\ec9d";
}
.fi-bs-muffin:before {
  content: "\ec9e";
}
.fi-bs-mug:before {
  content: "\ec9f";
}
.fi-bs-mug-alt:before {
  content: "\eca0";
}
.fi-bs-mug-hot:before {
  content: "\eca1";
}
.fi-bs-mug-hot-alt:before {
  content: "\eca2";
}
.fi-bs-mug-marshmallows:before {
  content: "\eca3";
}
.fi-bs-mug-tea:before {
  content: "\eca4";
}
.fi-bs-mug-tea-alt:before {
  content: "\eca5";
}
.fi-bs-mug-tea-saucer:before {
  content: "\eca6";
}
.fi-bs-multiple:before {
  content: "\eca8";
}
.fi-bs-multiple-alt:before {
  content: "\eca9";
}
.fi-bs-multitasking:before {
  content: "\ecaa";
}
.fi-bs-muscle:before {
  content: "\ecab";
}
.fi-bs-museum:before {
  content: "\ecac";
}
.fi-bs-mushroom:before {
  content: "\ecad";
}
.fi-bs-mushroom-alt:before {
  content: "\ecae";
}
.fi-bs-mushroom-cloud:before {
  content: "\ecaf";
}
.fi-bs-music:before {
  content: "\ecb0";
}
.fi-bs-music-alt:before {
  content: "\ecb1";
}
.fi-bs-music-file:before {
  content: "\ecb3";
}
.fi-bs-music-magnifying-glass:before {
  content: "\ecb4";
}
.fi-bs-music-note:before {
  content: "\ecb5";
}
.fi-bs-music-note-slash:before {
  content: "\ecb6";
}
.fi-bs-music-slash:before {
  content: "\ecb7";
}
.fi-bs-n:before {
  content: "\ecb9";
}
.fi-bs-nail-art:before {
  content: "\ecba";
}
.fi-bs-nail-clipper:before {
  content: "\ecbb";
}
.fi-bs-naira-sign:before {
  content: "\ecbc";
}
.fi-bs-narwhal:before {
  content: "\ecbe";
}
.fi-bs-navigation:before {
  content: "\ecbf";
}
.fi-bs-nesting-dolls:before {
  content: "\ecc0";
}
.fi-bs-network:before {
  content: "\ecc3";
}
.fi-bs-network-analytic:before {
  content: "\ecc4";
}
.fi-bs-network-cloud:before {
  content: "\ecc5";
}
.fi-bs-network-firewall:before {
  content: "\ecc7";
}
.fi-bs-network-user:before {
  content: "\ecc8";
}
.fi-bs-neuter:before {
  content: "\ecc9";
}
.fi-bs-newsletter-subscribe:before {
  content: "\eccc";
}
.fi-bs-newspaper:before {
  content: "\eccd";
}
.fi-bs-newspaper-open:before {
  content: "\eccf";
}
.fi-bs-nfc:before {
  content: "\ecd0";
}
.fi-bs-nfc-lock:before {
  content: "\ecd1";
}
.fi-bs-nfc-magnifying-glass:before {
  content: "\ecd2";
}
.fi-bs-nfc-pen:before {
  content: "\ecd3";
}
.fi-bs-nfc-slash:before {
  content: "\ecd5";
}
.fi-bs-nfc-trash:before {
  content: "\ecd6";
}
.fi-bs-nft-square:before {
  content: "\ecd9";
}
.fi-bs-night-day:before {
  content: "\ecda";
}
.fi-bs-night-mode:before {
  content: "\ecdb";
}
.fi-bs-no-attention:before {
  content: "\ecdc";
}
.fi-bs-no-baby:before {
  content: "\ecdd";
}
.fi-bs-no-ball:before {
  content: "\ecde";
}
.fi-bs-no-child:before {
  content: "\ecdf";
}
.fi-bs-no-children:before {
  content: "\ece0";
}
.fi-bs-no-fee:before {
  content: "\ece1";
}
.fi-bs-no-food:before {
  content: "\ece2";
}
.fi-bs-no-food-circle:before {
  content: "\ece3";
}
.fi-bs-no-iron:before {
  content: "\ece4";
}
.fi-bs-no-pacifier:before {
  content: "\ece5";
}
.fi-bs-no-people:before {
  content: "\ece6";
}
.fi-bs-no-play-football:before {
  content: "\ece7";
}
.fi-bs-no-smoking:before {
  content: "\ece8";
}
.fi-bs-no-vaping:before {
  content: "\ece9";
}
.fi-bs-no-vaping-circle:before {
  content: "\ecea";
}
.fi-bs-noise-cancelling-headphones:before {
  content: "\eced";
}
.fi-bs-noodles:before {
  content: "\ecee";
}
.fi-bs-nose:before {
  content: "\ecef";
}
.fi-bs-not-equal:before {
  content: "\ecf0";
}
.fi-bs-not-found:before {
  content: "\ecf1";
}
.fi-bs-not-found-alt:before {
  content: "\ecf2";
}
.fi-bs-not-found-magnifying-glass:before {
  content: "\ecf3";
}
.fi-bs-notary:before {
  content: "\ecf4";
}
.fi-bs-notdef:before {
  content: "\ecf5";
}
.fi-bs-note:before {
  content: "\ecf6";
}
.fi-bs-note-medical:before {
  content: "\ecf7";
}
.fi-bs-note-sticky:before {
  content: "\ecf8";
}
.fi-bs-notebook:before {
  content: "\ecf9";
}
.fi-bs-notebook-alt:before {
  content: "\ecfa";
}
.fi-bs-notes:before {
  content: "\ecfc";
}
.fi-bs-notes-medical:before {
  content: "\ecfd";
}
.fi-bs-november-calendar:before {
  content: "\ecfe";
}
.fi-bs-o:before {
  content: "\ed07";
}
.fi-bs-obj-file:before {
  content: "\ed08";
}
.fi-bs-object-exclude:before {
  content: "\ed09";
}
.fi-bs-object-group:before {
  content: "\ed0a";
}
.fi-bs-object-intersect:before {
  content: "\ed0b";
}
.fi-bs-object-subtract:before {
  content: "\ed0c";
}
.fi-bs-object-ungroup:before {
  content: "\ed0d";
}
.fi-bs-object-union:before {
  content: "\ed0e";
}
.fi-bs-objects-column:before {
  content: "\ed10";
}
.fi-bs-octagon:before {
  content: "\ed11";
}
.fi-bs-octagon-check:before {
  content: "\ed12";
}
.fi-bs-octagon-divide:before {
  content: "\ed13";
}
.fi-bs-octagon-exclamation:before {
  content: "\ed14";
}
.fi-bs-octagon-minus:before {
  content: "\ed15";
}
.fi-bs-octagon-plus:before {
  content: "\ed16";
}
.fi-bs-octagon-xmark:before {
  content: "\ed17";
}
.fi-bs-october-calendar:before {
  content: "\ed19";
}
.fi-bs-office-chair:before {
  content: "\ed1a";
}
.fi-bs-oil-can:before {
  content: "\ed1c";
}
.fi-bs-oil-price:before {
  content: "\ed1d";
}
.fi-bs-oil-tank:before {
  content: "\ed1e";
}
.fi-bs-oil-temp:before {
  content: "\ed1f";
}
.fi-bs-old-people:before {
  content: "\ed21";
}
.fi-bs-olive:before {
  content: "\ed22";
}
.fi-bs-olive-branch-dove:before {
  content: "\ed23";
}
.fi-bs-olive-oil:before {
  content: "\ed24";
}
.fi-bs-olives:before {
  content: "\ed25";
}
.fi-bs-om:before {
  content: "\ed26";
}
.fi-bs-omega:before {
  content: "\ed27";
}
.fi-bs-on-air-square:before {
  content: "\ed28";
}
.fi-bs-onboarding:before {
  content: "\ed29";
}
.fi-bs-onigiri:before {
  content: "\ed2a";
}
.fi-bs-onion:before {
  content: "\ed2b";
}
.fi-bs-online-interview:before {
  content: "\ed2e";
}
.fi-bs-online-meet:before {
  content: "\ed2f";
}
.fi-bs-opacity:before {
  content: "\ed31";
}
.fi-bs-open:before {
  content: "\ed32";
}
.fi-bs-open-book-lightbulb:before {
  content: "\ed34";
}
.fi-bs-open-mail-clip:before {
  content: "\ed35";
}
.fi-bs-operating-system-upgrade:before {
  content: "\ed37";
}
.fi-bs-operation:before {
  content: "\ed38";
}
.fi-bs-optimization:before {
  content: "\ed39";
}
.fi-bs-orange-juice:before {
  content: "\ed3c";
}
.fi-bs-order-food-mobile:before {
  content: "\ed3d";
}
.fi-bs-order-food-online:before {
  content: "\ed3e";
}
.fi-bs-order-food-telephone:before {
  content: "\ed3f";
}
.fi-bs-order-history:before {
  content: "\ed40";
}
.fi-bs-organization-chart:before {
  content: "\ed41";
}
.fi-bs-ornament:before {
  content: "\ed42";
}
.fi-bs-otp:before {
  content: "\ed43";
}
.fi-bs-otter:before {
  content: "\ed44";
}
.fi-bs-outdent:before {
  content: "\ed46";
}
.fi-bs-oval:before {
  content: "\ed47";
}
.fi-bs-oval-alt:before {
  content: "\ed48";
}
.fi-bs-oven:before {
  content: "\ed49";
}
.fi-bs-overline:before {
  content: "\ed4a";
}
.fi-bs-overview:before {
  content: "\ed4b";
}
.fi-bs-p:before {
  content: "\ed4c";
}
.fi-bs-pacifier:before {
  content: "\ed4e";
}
.fi-bs-package:before {
  content: "\ed4f";
}
.fi-bs-paddle-tennis-player:before {
  content: "\ed50";
}
.fi-bs-paddle-tennis-racket:before {
  content: "\ed51";
}
.fi-bs-padlock-check:before {
  content: "\ed52";
}
.fi-bs-page-break:before {
  content: "\ed53";
}
.fi-bs-pager:before {
  content: "\ed54";
}
.fi-bs-paid:before {
  content: "\ed55";
}
.fi-bs-paint-brush:before {
  content: "\ed57";
}
.fi-bs-paint-roller:before {
  content: "\ed59";
}
.fi-bs-paintbrush-pencil:before {
  content: "\ed5b";
}
.fi-bs-palette:before {
  content: "\ed5c";
}
.fi-bs-pallet:before {
  content: "\ed5d";
}
.fi-bs-pallet-alt:before {
  content: "\ed5e";
}
.fi-bs-pan:before {
  content: "\ed5f";
}
.fi-bs-pan-food:before {
  content: "\ed60";
}
.fi-bs-pan-frying:before {
  content: "\ed61";
}
.fi-bs-pancakes:before {
  content: "\ed62";
}
.fi-bs-panorama:before {
  content: "\ed66";
}
.fi-bs-paper-plane:before {
  content: "\ed67";
}
.fi-bs-paper-plane-launch:before {
  content: "\ed68";
}
.fi-bs-paper-plane-top:before {
  content: "\ed69";
}
.fi-bs-paperclip-vertical:before {
  content: "\ed6a";
}
.fi-bs-parachute-box:before {
  content: "\ed6b";
}
.fi-bs-paragraph:before {
  content: "\ed6c";
}
.fi-bs-paragraph-left:before {
  content: "\ed6d";
}
.fi-bs-parking:before {
  content: "\ed6e";
}
.fi-bs-parking-circle:before {
  content: "\ed6f";
}
.fi-bs-parking-circle-slash:before {
  content: "\ed70";
}
.fi-bs-parking-slash:before {
  content: "\ed71";
}
.fi-bs-party-bell:before {
  content: "\ed74";
}
.fi-bs-party-horn:before {
  content: "\ed75";
}
.fi-bs-passenger-plane:before {
  content: "\ed76";
}
.fi-bs-passport:before {
  content: "\ed78";
}
.fi-bs-password:before {
  content: "\ed79";
}
.fi-bs-password-alt:before {
  content: "\ed7a";
}
.fi-bs-password-computer:before {
  content: "\ed7b";
}
.fi-bs-password-email:before {
  content: "\ed7c";
}
.fi-bs-password-lock:before {
  content: "\ed7d";
}
.fi-bs-password-magnifying-glass:before {
  content: "\ed7e";
}
.fi-bs-password-protection:before {
  content: "\ed7f";
}
.fi-bs-password-smartphone:before {
  content: "\ed80";
}
.fi-bs-paste:before {
  content: "\ed81";
}
.fi-bs-patient:before {
  content: "\ed82";
}
.fi-bs-patient-file:before {
  content: "\ed83";
}
.fi-bs-pattern:before {
  content: "\ed85";
}
.fi-bs-pause:before {
  content: "\ed86";
}
.fi-bs-pause-circle:before {
  content: "\ed87";
}
.fi-bs-pause-square:before {
  content: "\ed88";
}
.fi-bs-paw:before {
  content: "\ed89";
}
.fi-bs-paw-claws:before {
  content: "\ed8a";
}
.fi-bs-paw-heart:before {
  content: "\ed8b";
}
.fi-bs-pay-per-click:before {
  content: "\ed8c";
}
.fi-bs-payment-authentication:before {
  content: "\ed8d";
}
.fi-bs-payment-pos:before {
  content: "\ed8f";
}
.fi-bs-payment-qrcode:before {
  content: "\ed90";
}
.fi-bs-payroll:before {
  content: "\ed93";
}
.fi-bs-payroll-calendar:before {
  content: "\ed94";
}
.fi-bs-payroll-check:before {
  content: "\ed95";
}
.fi-bs-pc-chair:before {
  content: "\ed96";
}
.fi-bs-peace:before {
  content: "\ed97";
}
.fi-bs-peach:before {
  content: "\ed98";
}
.fi-bs-peanut:before {
  content: "\ed99";
}
.fi-bs-peanuts:before {
  content: "\ed9a";
}
.fi-bs-peapod:before {
  content: "\ed9b";
}
.fi-bs-pear:before {
  content: "\ed9c";
}
.fi-bs-pedestal:before {
  content: "\ed9d";
}
.fi-bs-pelvis:before {
  content: "\ed9e";
}
.fi-bs-pen-circle:before {
  content: "\ed9f";
}
.fi-bs-pen-clip:before {
  content: "\eda0";
}
.fi-bs-pen-clip-slash:before {
  content: "\eda1";
}
.fi-bs-pen-fancy:before {
  content: "\eda2";
}
.fi-bs-pen-fancy-slash:before {
  content: "\eda3";
}
.fi-bs-pen-field:before {
  content: "\eda4";
}
.fi-bs-pen-nib:before {
  content: "\eda5";
}
.fi-bs-pen-nib-slash:before {
  content: "\eda6";
}
.fi-bs-pen-slash:before {
  content: "\eda7";
}
.fi-bs-pen-square:before {
  content: "\eda8";
}
.fi-bs-pen-swirl:before {
  content: "\eda9";
}
.fi-bs-pencil:before {
  content: "\edaa";
}
.fi-bs-pencil-lightbulb:before {
  content: "\edab";
}
.fi-bs-pencil-paintbrush:before {
  content: "\edac";
}
.fi-bs-pencil-ruler:before {
  content: "\edad";
}
.fi-bs-pencil-slash:before {
  content: "\edae";
}
.fi-bs-pending:before {
  content: "\edaf";
}
.fi-bs-pennant:before {
  content: "\edb1";
}
.fi-bs-people:before {
  content: "\edb2";
}
.fi-bs-people-arrows-left-right:before {
  content: "\edb3";
}
.fi-bs-people-carry-box:before {
  content: "\edb4";
}
.fi-bs-people-dress:before {
  content: "\edb5";
}
.fi-bs-people-group:before {
  content: "\edb6";
}
.fi-bs-people-line:before {
  content: "\edb7";
}
.fi-bs-people-network-partner:before {
  content: "\edb8";
}
.fi-bs-people-pants:before {
  content: "\edb9";
}
.fi-bs-people-poll:before {
  content: "\edba";
}
.fi-bs-people-pulling:before {
  content: "\edbb";
}
.fi-bs-people-robbery:before {
  content: "\edbc";
}
.fi-bs-people-roof:before {
  content: "\edbd";
}
.fi-bs-pepper:before {
  content: "\edbe";
}
.fi-bs-pepper-alt:before {
  content: "\edbf";
}
.fi-bs-pepper-hot:before {
  content: "\edc0";
}
.fi-bs-peppermint:before {
  content: "\edc1";
}
.fi-bs-peppermint-tea:before {
  content: "\edc2";
}
.fi-bs-percent-10:before {
  content: "\edc3";
}
.fi-bs-percent-100:before {
  content: "\edc4";
}
.fi-bs-percent-20:before {
  content: "\edc5";
}
.fi-bs-percent-25:before {
  content: "\edc6";
}
.fi-bs-percent-30:before {
  content: "\edc7";
}
.fi-bs-percent-40:before {
  content: "\edc8";
}
.fi-bs-percent-50:before {
  content: "\edc9";
}
.fi-bs-percent-60:before {
  content: "\edca";
}
.fi-bs-percent-70:before {
  content: "\edcb";
}
.fi-bs-percent-75:before {
  content: "\edcc";
}
.fi-bs-percent-80:before {
  content: "\edcd";
}
.fi-bs-percent-90:before {
  content: "\edce";
}
.fi-bs-percentage:before {
  content: "\edcf";
}
.fi-bs-perfume:before {
  content: "\edd0";
}
.fi-bs-person-arrow-down-to-line:before {
  content: "\edd2";
}
.fi-bs-person-arrow-up-from-line:before {
  content: "\edd3";
}
.fi-bs-person-back-pain:before {
  content: "\edd4";
}
.fi-bs-person-battery:before {
  content: "\edd5";
}
.fi-bs-person-booth:before {
  content: "\edd6";
}
.fi-bs-person-breastfeeding:before {
  content: "\edd7";
}
.fi-bs-person-burst:before {
  content: "\edd8";
}
.fi-bs-person-carry-box:before {
  content: "\edd9";
}
.fi-bs-person-chalkboard:before {
  content: "\edda";
}
.fi-bs-person-circle-check:before {
  content: "\eddb";
}
.fi-bs-person-circle-exclamation:before {
  content: "\eddc";
}
.fi-bs-person-circle-minus:before {
  content: "\eddd";
}
.fi-bs-person-circle-plus:before {
  content: "\edde";
}
.fi-bs-person-circle-question:before {
  content: "\eddf";
}
.fi-bs-person-circle-xmark:before {
  content: "\ede0";
}
.fi-bs-person-climbing:before {
  content: "\ede1";
}
.fi-bs-person-cv:before {
  content: "\ede2";
}
.fi-bs-person-dolly:before {
  content: "\ede3";
}
.fi-bs-person-dolly-empty:before {
  content: "\ede4";
}
.fi-bs-person-dots-from-line:before {
  content: "\ede5";
}
.fi-bs-person-dragging-bag:before {
  content: "\ede6";
}
.fi-bs-person-dress:before {
  content: "\ede7";
}
.fi-bs-person-dress-burst:before {
  content: "\ede8";
}
.fi-bs-person-dress-simple:before {
  content: "\ede9";
}
.fi-bs-person-drowning:before {
  content: "\edea";
}
.fi-bs-person-falling:before {
  content: "\edeb";
}
.fi-bs-person-harassing:before {
  content: "\eded";
}
.fi-bs-person-luggage:before {
  content: "\edee";
}
.fi-bs-person-lunge:before {
  content: "\edef";
}
.fi-bs-person-military-pointing:before {
  content: "\edf0";
}
.fi-bs-person-military-rifle:before {
  content: "\edf1";
}
.fi-bs-person-military-to-person:before {
  content: "\edf2";
}
.fi-bs-person-pilates:before {
  content: "\edf3";
}
.fi-bs-person-praying:before {
  content: "\edf4";
}
.fi-bs-person-pregnant:before {
  content: "\edf5";
}
.fi-bs-person-presenting:before {
  content: "\edf6";
}
.fi-bs-person-rays:before {
  content: "\edf7";
}
.fi-bs-person-rifle:before {
  content: "\edf8";
}
.fi-bs-person-seat:before {
  content: "\edf9";
}
.fi-bs-person-seat-reclined:before {
  content: "\edfa";
}
.fi-bs-person-shelter:before {
  content: "\edfb";
}
.fi-bs-person-sign:before {
  content: "\edfc";
}
.fi-bs-person-simple:before {
  content: "\edfd";
}
.fi-bs-person-stress:before {
  content: "\edfe";
}
.fi-bs-person-surfing:before {
  content: "\edff";
}
.fi-bs-person-through-window:before {
  content: "\ee00";
}
.fi-bs-person-to-door:before {
  content: "\ee01";
}
.fi-bs-person-walking-arrow-loop-left:before {
  content: "\ee02";
}
.fi-bs-person-walking-arrow-right:before {
  content: "\ee03";
}
.fi-bs-person-walking-from-line-arrow-right:before {
  content: "\ee05";
}
.fi-bs-person-walking-with-cane:before {
  content: "\ee06";
}
.fi-bs-peseta-sign:before {
  content: "\ee08";
}
.fi-bs-peso-sign:before {
  content: "\ee09";
}
.fi-bs-pets:before {
  content: "\ee0a";
}
.fi-bs-pharmacy:before {
  content: "\ee0c";
}
.fi-bs-pharmacy-symbol:before {
  content: "\ee0d";
}
.fi-bs-phishing:before {
  content: "\ee10";
}
.fi-bs-phone-24h:before {
  content: "\ee11";
}
.fi-bs-phone-addiction:before {
  content: "\ee12";
}
.fi-bs-phone-call:before {
  content: "\ee13";
}
.fi-bs-phone-cross:before {
  content: "\ee14";
}
.fi-bs-phone-flip:before {
  content: "\ee15";
}
.fi-bs-phone-guide:before {
  content: "\ee16";
}
.fi-bs-phone-heart-message:before {
  content: "\ee17";
}
.fi-bs-phone-intercom:before {
  content: "\ee18";
}
.fi-bs-phone-megaphone:before {
  content: "\ee19";
}
.fi-bs-phone-office:before {
  content: "\ee1a";
}
.fi-bs-phone-pause:before {
  content: "\ee1b";
}
.fi-bs-phone-plus:before {
  content: "\ee1c";
}
.fi-bs-phone-rotary:before {
  content: "\ee1d";
}
.fi-bs-phone-slash:before {
  content: "\ee1e";
}
.fi-bs-photo-capture:before {
  content: "\ee1f";
}
.fi-bs-photo-film-music:before {
  content: "\ee21";
}
.fi-bs-photo-video:before {
  content: "\ee22";
}
.fi-bs-physics:before {
  content: "\ee29";
}
.fi-bs-pi:before {
  content: "\ee2a";
}
.fi-bs-piano:before {
  content: "\ee2b";
}
.fi-bs-piano-keyboard:before {
  content: "\ee2c";
}
.fi-bs-picaxe-minning:before {
  content: "\ee2d";
}
.fi-bs-pickaxe:before {
  content: "\ee2e";
}
.fi-bs-picking:before {
  content: "\ee2f";
}
.fi-bs-picking-box:before {
  content: "\ee30";
}
.fi-bs-picnic:before {
  content: "\ee31";
}
.fi-bs-picpeople:before {
  content: "\ee32";
}
.fi-bs-picpeople-filled:before {
  content: "\ee33";
}
.fi-bs-picture:before {
  content: "\ee34";
}
.fi-bs-pie:before {
  content: "\ee35";
}
.fi-bs-pig:before {
  content: "\ee37";
}
.fi-bs-pig-bank-bulb:before {
  content: "\ee38";
}
.fi-bs-pig-face:before {
  content: "\ee39";
}
.fi-bs-piggy-bank:before {
  content: "\ee3a";
}
.fi-bs-piggy-bank-budget:before {
  content: "\ee3b";
}
.fi-bs-pilates-reformer:before {
  content: "\ee3c";
}
.fi-bs-pillar:before {
  content: "\ee3d";
}
.fi-bs-pills:before {
  content: "\ee3e";
}
.fi-bs-pin-to-pin:before {
  content: "\ee3f";
}
.fi-bs-pinata:before {
  content: "\ee40";
}
.fi-bs-pineapple:before {
  content: "\ee41";
}
.fi-bs-pineapple-alt:before {
  content: "\ee42";
}
.fi-bs-ping-pong:before {
  content: "\ee43";
}
.fi-bs-pipe-smoking:before {
  content: "\ee45";
}
.fi-bs-pisa-tower:before {
  content: "\ee48";
}
.fi-bs-pizza-box:before {
  content: "\ee4a";
}
.fi-bs-pizza-slice:before {
  content: "\ee4b";
}
.fi-bs-pizza-whole-slice:before {
  content: "\ee4c";
}
.fi-bs-place-of-worship:before {
  content: "\ee4d";
}
.fi-bs-plagiarism:before {
  content: "\ee4e";
}
.fi-bs-plan:before {
  content: "\ee4f";
}
.fi-bs-plan-strategy:before {
  content: "\ee50";
}
.fi-bs-plane:before {
  content: "\ee51";
}
.fi-bs-plane-alt:before {
  content: "\ee52";
}
.fi-bs-plane-arrival:before {
  content: "\ee53";
}
.fi-bs-plane-check:before {
  content: "\ee54";
}
.fi-bs-plane-clock:before {
  content: "\ee55";
}
.fi-bs-plane-departure:before {
  content: "\ee56";
}
.fi-bs-plane-globe:before {
  content: "\ee57";
}
.fi-bs-plane-lock:before {
  content: "\ee58";
}
.fi-bs-plane-prop:before {
  content: "\ee59";
}
.fi-bs-plane-slash:before {
  content: "\ee5a";
}
.fi-bs-plane-tail:before {
  content: "\ee5b";
}
.fi-bs-planet-moon:before {
  content: "\ee5e";
}
.fi-bs-planet-ringed:before {
  content: "\ee5f";
}
.fi-bs-plant-care:before {
  content: "\ee61";
}
.fi-bs-plant-growth:before {
  content: "\ee62";
}
.fi-bs-plant-seed-invest:before {
  content: "\ee63";
}
.fi-bs-plant-wilt:before {
  content: "\ee64";
}
.fi-bs-plate:before {
  content: "\ee65";
}
.fi-bs-plate-eating:before {
  content: "\ee66";
}
.fi-bs-plate-empty:before {
  content: "\ee67";
}
.fi-bs-plate-utensils:before {
  content: "\ee68";
}
.fi-bs-plate-wheat:before {
  content: "\ee69";
}
.fi-bs-play:before {
  content: "\ee6a";
}
.fi-bs-play-alt:before {
  content: "\ee6b";
}
.fi-bs-play-circle:before {
  content: "\ee6c";
}
.fi-bs-play-microphone:before {
  content: "\ee6d";
}
.fi-bs-play-pause:before {
  content: "\ee6e";
}
.fi-bs-playing-cards:before {
  content: "\ee6f";
}
.fi-bs-plug:before {
  content: "\ee71";
}
.fi-bs-plug-alt:before {
  content: "\ee72";
}
.fi-bs-plug-bolt-charger:before {
  content: "\ee73";
}
.fi-bs-plug-cable:before {
  content: "\ee74";
}
.fi-bs-plug-circle-bolt:before {
  content: "\ee75";
}
.fi-bs-plug-circle-check:before {
  content: "\ee76";
}
.fi-bs-plug-circle-exclamation:before {
  content: "\ee77";
}
.fi-bs-plug-circle-minus:before {
  content: "\ee78";
}
.fi-bs-plug-circle-plus:before {
  content: "\ee79";
}
.fi-bs-plug-connection:before {
  content: "\ee7a";
}
.fi-bs-plug-eco:before {
  content: "\ee7b";
}
.fi-bs-plus:before {
  content: "\ee7f";
}
.fi-bs-plus-hexagon:before {
  content: "\ee80";
}
.fi-bs-plus-minus:before {
  content: "\ee81";
}
.fi-bs-plus-small:before {
  content: "\ee82";
}
.fi-bs-png-file:before {
  content: "\ee83";
}
.fi-bs-podcast:before {
  content: "\ee84";
}
.fi-bs-podium:before {
  content: "\ee85";
}
.fi-bs-podium-award:before {
  content: "\ee86";
}
.fi-bs-podium-star:before {
  content: "\ee87";
}
.fi-bs-podium-victory-leader:before {
  content: "\ee88";
}
.fi-bs-point-of-sale:before {
  content: "\ee89";
}
.fi-bs-point-of-sale-bill:before {
  content: "\ee8a";
}
.fi-bs-point-of-sale-signal:before {
  content: "\ee8f";
}
.fi-bs-pointer-loading:before {
  content: "\ee92";
}
.fi-bs-pointer-text:before {
  content: "\ee93";
}
.fi-bs-poker-chip:before {
  content: "\ee94";
}
.fi-bs-police-box:before {
  content: "\ee95";
}
.fi-bs-polish-bottle:before {
  content: "\ee96";
}
.fi-bs-polish-brush:before {
  content: "\ee97";
}
.fi-bs-poll-h:before {
  content: "\ee98";
}
.fi-bs-pollution:before {
  content: "\ee99";
}
.fi-bs-pompebled:before {
  content: "\ee9a";
}
.fi-bs-poo:before {
  content: "\ee9b";
}
.fi-bs-poo-bolt:before {
  content: "\ee9c";
}
.fi-bs-pool-8-ball:before {
  content: "\ee9d";
}
.fi-bs-poop:before {
  content: "\ee9e";
}
.fi-bs-pop:before {
  content: "\ee9f";
}
.fi-bs-popcorn:before {
  content: "\eea0";
}
.fi-bs-popsicle:before {
  content: "\eea1";
}
.fi-bs-population:before {
  content: "\eea2";
}
.fi-bs-population-globe:before {
  content: "\eea3";
}
.fi-bs-portal-enter:before {
  content: "\eea4";
}
.fi-bs-portal-exit:before {
  content: "\eea5";
}
.fi-bs-portrait:before {
  content: "\eea7";
}
.fi-bs-portuguese:before {
  content: "\eea8";
}
.fi-bs-postal-address:before {
  content: "\eea9";
}
.fi-bs-pot:before {
  content: "\eeab";
}
.fi-bs-potato:before {
  content: "\eeac";
}
.fi-bs-pound:before {
  content: "\eead";
}
.fi-bs-power:before {
  content: "\eeae";
}
.fi-bs-powerbank:before {
  content: "\eeaf";
}
.fi-bs-ppt-file:before {
  content: "\eeb0";
}
.fi-bs-practice:before {
  content: "\eeb1";
}
.fi-bs-praying-hands:before {
  content: "\eeb2";
}
.fi-bs-premium-account:before {
  content: "\eeb5";
}
.fi-bs-prescription:before {
  content: "\eeb6";
}
.fi-bs-prescription-bottle:before {
  content: "\eeb7";
}
.fi-bs-prescription-bottle-alt:before {
  content: "\eeb8";
}
.fi-bs-prescription-bottle-pill:before {
  content: "\eeb9";
}
.fi-bs-presentation:before {
  content: "\eeba";
}
.fi-bs-presentation-folder:before {
  content: "\eebb";
}
.fi-bs-pretzel:before {
  content: "\eebc";
}
.fi-bs-preview:before {
  content: "\eebd";
}
.fi-bs-previous-square:before {
  content: "\eebe";
}
.fi-bs-print:before {
  content: "\eebf";
}
.fi-bs-print-magnifying-glass:before {
  content: "\eec0";
}
.fi-bs-print-slash:before {
  content: "\eec1";
}
.fi-bs-print-wifi:before {
  content: "\eec2";
}
.fi-bs-priority-arrow:before {
  content: "\eec4";
}
.fi-bs-priority-arrows:before {
  content: "\eec5";
}
.fi-bs-priority-importance:before {
  content: "\eec7";
}
.fi-bs-privacy-settings:before {
  content: "\eeca";
}
.fi-bs-private-account:before {
  content: "\eecb";
}
.fi-bs-problem-solving:before {
  content: "\eecc";
}
.fi-bs-procedures:before {
  content: "\eecd";
}
.fi-bs-process:before {
  content: "\eece";
}
.fi-bs-productivity:before {
  content: "\eed0";
}
.fi-bs-progress-complete:before {
  content: "\eed8";
}
.fi-bs-progress-download:before {
  content: "\eed9";
}
.fi-bs-progress-upload:before {
  content: "\eeda";
}
.fi-bs-projector:before {
  content: "\eedb";
}
.fi-bs-protein-shake:before {
  content: "\eedc";
}
.fi-bs-protractor:before {
  content: "\eedd";
}
.fi-bs-psychology:before {
  content: "\eede";
}
.fi-bs-pulse:before {
  content: "\eedf";
}
.fi-bs-pump:before {
  content: "\eee0";
}
.fi-bs-pump-medical:before {
  content: "\eee1";
}
.fi-bs-pumpkin:before {
  content: "\eee2";
}
.fi-bs-pumpkin-alt:before {
  content: "\eee3";
}
.fi-bs-pumpkin-alt-2:before {
  content: "\eee4";
}
.fi-bs-punching-bag:before {
  content: "\eee5";
}
.fi-bs-puzzle-alt:before {
  content: "\eee7";
}
.fi-bs-puzzle-piece:before {
  content: "\eee9";
}
.fi-bs-puzzle-piece-integration:before {
  content: "\eeea";
}
.fi-bs-puzzle-pieces:before {
  content: "\eeeb";
}
.fi-bs-pyramid:before {
  content: "\eeec";
}
.fi-bs-q:before {
  content: "\eeee";
}
.fi-bs-QR:before {
  content: "\eeef";
}
.fi-bs-qr-scan:before {
  content: "\eef0";
}
.fi-bs-qrcode:before {
  content: "\eef1";
}
.fi-bs-qrcode-box:before {
  content: "\eef2";
}
.fi-bs-qrcode-information:before {
  content: "\eef3";
}
.fi-bs-qrcode-location:before {
  content: "\eef4";
}
.fi-bs-qrcode-menu:before {
  content: "\eef5";
}
.fi-bs-qrcode-money:before {
  content: "\eef6";
}
.fi-bs-qrcode-ticket:before {
  content: "\eef7";
}
.fi-bs-qrcode-wifi:before {
  content: "\eef8";
}
.fi-bs-quality:before {
  content: "\eef9";
}
.fi-bs-question:before {
  content: "\eefb";
}
.fi-bs-question-square:before {
  content: "\eefc";
}
.fi-bs-queue:before {
  content: "\eefd";
}
.fi-bs-queue-alt:before {
  content: "\eefe";
}
.fi-bs-queue-line:before {
  content: "\eeff";
}
.fi-bs-queue-signal:before {
  content: "\ef00";
}
.fi-bs-quick-box:before {
  content: "\ef01";
}
.fi-bs-quill-pen-story:before {
  content: "\ef02";
}
.fi-bs-quiz:before {
  content: "\ef03";
}
.fi-bs-quiz-alt:before {
  content: "\ef04";
}
.fi-bs-quote-right:before {
  content: "\ef06";
}
.fi-bs-quran-user:before {
  content: "\ef08";
}
.fi-bs-r:before {
  content: "\ef09";
}
.fi-bs-rabbit:before {
  content: "\ef0a";
}
.fi-bs-rabbit-fast:before {
  content: "\ef0b";
}
.fi-bs-raccoon:before {
  content: "\ef0c";
}
.fi-bs-racquet:before {
  content: "\ef0d";
}
.fi-bs-radar:before {
  content: "\ef0e";
}
.fi-bs-radar-monitoring-track:before {
  content: "\ef0f";
}
.fi-bs-radiation:before {
  content: "\ef10";
}
.fi-bs-radiation-alt:before {
  content: "\ef11";
}
.fi-bs-radio:before {
  content: "\ef12";
}
.fi-bs-radio-alt:before {
  content: "\ef13";
}
.fi-bs-radio-button:before {
  content: "\ef14";
}
.fi-bs-radio-tower:before {
  content: "\ef16";
}
.fi-bs-radio-waves:before {
  content: "\ef17";
}
.fi-bs-radish:before {
  content: "\ef18";
}
.fi-bs-rainbow:before {
  content: "\ef19";
}
.fi-bs-raindrops:before {
  content: "\ef1a";
}
.fi-bs-ram:before {
  content: "\ef1b";
}
.fi-bs-ramp-loading:before {
  content: "\ef1c";
}
.fi-bs-rank:before {
  content: "\ef1d";
}
.fi-bs-ranking-podium:before {
  content: "\ef1e";
}
.fi-bs-ranking-podium-empty:before {
  content: "\ef1f";
}
.fi-bs-ranking-star:before {
  content: "\ef20";
}
.fi-bs-ranking-stars:before {
  content: "\ef21";
}
.fi-bs-raygun:before {
  content: "\ef23";
}
.fi-bs-razor-barber:before {
  content: "\ef24";
}
.fi-bs-react:before {
  content: "\ef25";
}
.fi-bs-rec:before {
  content: "\ef26";
}
.fi-bs-receipt:before {
  content: "\ef27";
}
.fi-bs-recipe:before {
  content: "\ef28";
}
.fi-bs-recipe-book:before {
  content: "\ef29";
}
.fi-bs-record-vinyl:before {
  content: "\ef2a";
}
.fi-bs-rectabgle-vertical:before {
  content: "\ef2b";
}
.fi-bs-rectangle-barcode:before {
  content: "\ef2c";
}
.fi-bs-rectangle-code:before {
  content: "\ef2d";
}
.fi-bs-rectangle-history-circle-plus:before {
  content: "\ef2e";
}
.fi-bs-rectangle-horizontal:before {
  content: "\ef2f";
}
.fi-bs-rectangle-list:before {
  content: "\ef30";
}
.fi-bs-rectangle-panoramic:before {
  content: "\ef31";
}
.fi-bs-rectangle-pro:before {
  content: "\ef32";
}
.fi-bs-rectangle-vertical:before {
  content: "\ef33";
}
.fi-bs-rectangle-vertical-history:before {
  content: "\ef34";
}
.fi-bs-rectangle-xmark:before {
  content: "\ef35";
}
.fi-bs-rectangles-mixed:before {
  content: "\ef36";
}
.fi-bs-recycle:before {
  content: "\ef37";
}
.fi-bs-recycle-bin:before {
  content: "\ef38";
}
.fi-bs-redo:before {
  content: "\ef3b";
}
.fi-bs-redo-alt:before {
  content: "\ef3c";
}
.fi-bs-reel:before {
  content: "\ef3d";
}
.fi-bs-refer:before {
  content: "\ef3e";
}
.fi-bs-refer-arrow:before {
  content: "\ef3f";
}
.fi-bs-referee:before {
  content: "\ef40";
}
.fi-bs-referral:before {
  content: "\ef43";
}
.fi-bs-referral-alt:before {
  content: "\ef44";
}
.fi-bs-referral-link-arrow:before {
  content: "\ef45";
}
.fi-bs-referral-user:before {
  content: "\ef46";
}
.fi-bs-reflect:before {
  content: "\ef47";
}
.fi-bs-reflect-horizontal:before {
  content: "\ef48";
}
.fi-bs-reflect-horizontal-alt:before {
  content: "\ef49";
}
.fi-bs-reflect-vertical:before {
  content: "\ef4a";
}
.fi-bs-refresh:before {
  content: "\ef4b";
}
.fi-bs-refrigerator:before {
  content: "\ef4c";
}
.fi-bs-refund:before {
  content: "\ef4d";
}
.fi-bs-refund-alt:before {
  content: "\ef4e";
}
.fi-bs-region-pin:before {
  content: "\ef4f";
}
.fi-bs-region-pin-alt:before {
  content: "\ef50";
}
.fi-bs-registered:before {
  content: "\ef51";
}
.fi-bs-registration-paper:before {
  content: "\ef54";
}
.fi-bs-remote-access:before {
  content: "\ef56";
}
.fi-bs-remote-control:before {
  content: "\ef57";
}
.fi-bs-remote-control-hand:before {
  content: "\ef58";
}
.fi-bs-remove-folder:before {
  content: "\ef59";
}
.fi-bs-remove-user:before {
  content: "\ef5a";
}
.fi-bs-rent:before {
  content: "\ef5b";
}
.fi-bs-rent-signal:before {
  content: "\ef5c";
}
.fi-bs-replace:before {
  content: "\ef5d";
}
.fi-bs-replay-10:before {
  content: "\ef5f";
}
.fi-bs-replay-30:before {
  content: "\ef60";
}
.fi-bs-replay-5:before {
  content: "\ef61";
}
.fi-bs-reply-all:before {
  content: "\ef62";
}
.fi-bs-republican:before {
  content: "\ef63";
}
.fi-bs-research-arrows-circle:before {
  content: "\ef64";
}
.fi-bs-reservation-smartphone:before {
  content: "\ef65";
}
.fi-bs-reservation-table:before {
  content: "\ef66";
}
.fi-bs-resistance-band:before {
  content: "\ef67";
}
.fi-bs-resize:before {
  content: "\ef68";
}
.fi-bs-resize-screen:before {
  content: "\ef69";
}
.fi-bs-resources:before {
  content: "\ef6a";
}
.fi-bs-responsability:before {
  content: "\ef6b";
}
.fi-bs-responsive-design:before {
  content: "\ef6c";
}
.fi-bs-restaurant:before {
  content: "\ef6d";
}
.fi-bs-restaurant-sign:before {
  content: "\ef6e";
}
.fi-bs-restock:before {
  content: "\ef6f";
}
.fi-bs-restroom-simple:before {
  content: "\ef70";
}
.fi-bs-resume:before {
  content: "\ef71";
}
.fi-bs-Revenue:before {
  content: "\ef73";
}
.fi-bs-revenue-alt:before {
  content: "\ef74";
}
.fi-bs-revenue-euro:before {
  content: "\ef75";
}
.fi-bs-review:before {
  content: "\ef77";
}
.fi-bs-rewind:before {
  content: "\ef78";
}
.fi-bs-rewind-button-circle:before {
  content: "\ef79";
}
.fi-bs-rhombus:before {
  content: "\ef7a";
}
.fi-bs-ribbon:before {
  content: "\ef7b";
}
.fi-bs-right:before {
  content: "\ef7c";
}
.fi-bs-right-from-bracket:before {
  content: "\ef7d";
}
.fi-bs-ring:before {
  content: "\ef7f";
}
.fi-bs-ring-diamond:before {
  content: "\ef80";
}
.fi-bs-rings-wedding:before {
  content: "\ef81";
}
.fi-bs-risk:before {
  content: "\ef82";
}
.fi-bs-risk-alt:before {
  content: "\ef83";
}
.fi-bs-risk-assessment:before {
  content: "\ef84";
}
.fi-bs-road:before {
  content: "\ef85";
}
.fi-bs-road-barrier:before {
  content: "\ef86";
}
.fi-bs-road-bridge:before {
  content: "\ef87";
}
.fi-bs-road-check:before {
  content: "\ef88";
}
.fi-bs-road-lock:before {
  content: "\ef89";
}
.fi-bs-road-map-pin:before {
  content: "\ef8a";
}
.fi-bs-road-sign-left:before {
  content: "\ef8b";
}
.fi-bs-roadmap:before {
  content: "\ef8c";
}
.fi-bs-robot:before {
  content: "\ef8d";
}
.fi-bs-robot-money:before {
  content: "\ef8e";
}
.fi-bs-robotic-arm:before {
  content: "\ef8f";
}
.fi-bs-rock:before {
  content: "\ef90";
}
.fi-bs-rock-hair-user:before {
  content: "\ef91";
}
.fi-bs-rock-hammer:before {
  content: "\ef92";
}
.fi-bs-rocket:before {
  content: "\ef93";
}
.fi-bs-rocket-hand:before {
  content: "\ef95";
}
.fi-bs-rocket-holding-hand:before {
  content: "\ef96";
}
.fi-bs-rocket-lunch:before {
  content: "\ef97";
}
.fi-bs-rocket-planet:before {
  content: "\ef98";
}
.fi-bs-rocking-horse:before {
  content: "\ef99";
}
.fi-bs-rocks:before {
  content: "\ef9a";
}
.fi-bs-roller-coaster:before {
  content: "\ef9d";
}
.fi-bs-roller-skate:before {
  content: "\ef9e";
}
.fi-bs-roller-skater:before {
  content: "\ef9f";
}
.fi-bs-roof:before {
  content: "\efa0";
}
.fi-bs-room-service:before {
  content: "\efa1";
}
.fi-bs-rose:before {
  content: "\efa2";
}
.fi-bs-rose-alt:before {
  content: "\efa3";
}
.fi-bs-rotate-exclamation:before {
  content: "\efa4";
}
.fi-bs-rotate-left:before {
  content: "\efa5";
}
.fi-bs-rotate-reverse:before {
  content: "\efa6";
}
.fi-bs-rotate-right:before {
  content: "\efa7";
}
.fi-bs-rotate-square:before {
  content: "\efa8";
}
.fi-bs-roulette:before {
  content: "\efa9";
}
.fi-bs-round-cctv:before {
  content: "\efaa";
}
.fi-bs-route:before {
  content: "\efab";
}
.fi-bs-route-highway:before {
  content: "\efac";
}
.fi-bs-route-interstate:before {
  content: "\efad";
}
.fi-bs-router:before {
  content: "\efae";
}
.fi-bs-router-lock:before {
  content: "\efaf";
}
.fi-bs-router-wifi:before {
  content: "\efb0";
}
.fi-bs-router-wifi-alt:before {
  content: "\efb1";
}
.fi-bs-rss:before {
  content: "\efb2";
}
.fi-bs-rss-alt:before {
  content: "\efb3";
}
.fi-bs-ruble-sign:before {
  content: "\efb4";
}
.fi-bs-rugby:before {
  content: "\efb5";
}
.fi-bs-rugby-helmet:before {
  content: "\efb6";
}
.fi-bs-ruler-combined:before {
  content: "\efb7";
}
.fi-bs-ruler-horizontal:before {
  content: "\efb8";
}
.fi-bs-ruler-triangle:before {
  content: "\efb9";
}
.fi-bs-ruler-vertical:before {
  content: "\efba";
}
.fi-bs-rules:before {
  content: "\efbb";
}
.fi-bs-rules-alt:before {
  content: "\efbc";
}
.fi-bs-running:before {
  content: "\efbd";
}
.fi-bs-running-track:before {
  content: "\efbe";
}
.fi-bs-rupee-sign:before {
  content: "\efbf";
}
.fi-bs-rupiah-sign:before {
  content: "\efc0";
}
.fi-bs-russian:before {
  content: "\efc1";
}
.fi-bs-rv:before {
  content: "\efc2";
}
.fi-bs-s:before {
  content: "\efc3";
}
.fi-bs-sack:before {
  content: "\efc4";
}
.fi-bs-sack-dollar:before {
  content: "\efc5";
}
.fi-bs-sad:before {
  content: "\efc6";
}
.fi-bs-sad-cry:before {
  content: "\efc7";
}
.fi-bs-sad-tear:before {
  content: "\efc8";
}
.fi-bs-safe-battery:before {
  content: "\efc9";
}
.fi-bs-safe-box:before {
  content: "\efca";
}
.fi-bs-saffron:before {
  content: "\efcd";
}
.fi-bs-sailboat:before {
  content: "\efce";
}
.fi-bs-salad:before {
  content: "\efcf";
}
.fi-bs-salary-alt:before {
  content: "\efd1";
}
.fi-bs-salt-pepper:before {
  content: "\efd2";
}
.fi-bs-salt-shaker:before {
  content: "\efd3";
}
.fi-bs-sandwich:before {
  content: "\efd5";
}
.fi-bs-sandwich-alt:before {
  content: "\efd6";
}
.fi-bs-sanitary-pad:before {
  content: "\efd7";
}
.fi-bs-satellite:before {
  content: "\efda";
}
.fi-bs-satellite-dish:before {
  content: "\efdb";
}
.fi-bs-satisfaction-bar:before {
  content: "\efdc";
}
.fi-bs-saturday:before {
  content: "\efdd";
}
.fi-bs-sauce:before {
  content: "\efde";
}
.fi-bs-sausage:before {
  content: "\efdf";
}
.fi-bs-sax-hot:before {
  content: "\efe1";
}
.fi-bs-saxophone:before {
  content: "\efe2";
}
.fi-bs-scale:before {
  content: "\efe3";
}
.fi-bs-scale-comparison:before {
  content: "\efe4";
}
.fi-bs-scale-comparison-alt:before {
  content: "\efe5";
}
.fi-bs-scalpel:before {
  content: "\efe6";
}
.fi-bs-scalpel-path:before {
  content: "\efe7";
}
.fi-bs-scanner-gun:before {
  content: "\efe8";
}
.fi-bs-scanner-image:before {
  content: "\efe9";
}
.fi-bs-scanner-keyboard:before {
  content: "\efea";
}
.fi-bs-scanner-touchscreen:before {
  content: "\efeb";
}
.fi-bs-scarecrow:before {
  content: "\efec";
}
.fi-bs-scarf:before {
  content: "\efed";
}
.fi-bs-schedule:before {
  content: "\efee";
}
.fi-bs-school:before {
  content: "\efef";
}
.fi-bs-school-bus:before {
  content: "\eff0";
}
.fi-bs-school-circle-chek:before {
  content: "\eff2";
}
.fi-bs-school-circle-exclamation:before {
  content: "\eff3";
}
.fi-bs-school-circle-xmark:before {
  content: "\eff4";
}
.fi-bs-school-lock:before {
  content: "\eff5";
}
.fi-bs-science-podcast:before {
  content: "\eff6";
}
.fi-bs-scissors:before {
  content: "\eff7";
}
.fi-bs-scone:before {
  content: "\eff8";
}
.fi-bs-scooter:before {
  content: "\eff9";
}
.fi-bs-score-board:before {
  content: "\effa";
}
.fi-bs-screen:before {
  content: "\effc";
}
.fi-bs-screen-play:before {
  content: "\effd";
}
.fi-bs-screen-recorder:before {
  content: "\effe";
}
.fi-bs-screen-share:before {
  content: "\efff";
}
.fi-bs-screen-shield:before {
  content: "\f000";
}
.fi-bs-screencast:before {
  content: "\f002";
}
.fi-bs-screw:before {
  content: "\f003";
}
.fi-bs-screw-alt:before {
  content: "\f004";
}
.fi-bs-screwdriver:before {
  content: "\f005";
}
.fi-bs-scribble:before {
  content: "\f006";
}
.fi-bs-script:before {
  content: "\f007";
}
.fi-bs-scroll:before {
  content: "\f008";
}
.fi-bs-scroll-document-story:before {
  content: "\f009";
}
.fi-bs-scroll-old:before {
  content: "\f00a";
}
.fi-bs-scroll-torah:before {
  content: "\f00b";
}
.fi-bs-scrubber:before {
  content: "\f00c";
}
.fi-bs-sculpture:before {
  content: "\f00d";
}
.fi-bs-scythe:before {
  content: "\f00e";
}
.fi-bs-sd-card:before {
  content: "\f00f";
}
.fi-bs-sd-cards:before {
  content: "\f010";
}
.fi-bs-sea-wave:before {
  content: "\f011";
}
.fi-bs-seal:before {
  content: "\f012";
}
.fi-bs-seal-exclamation:before {
  content: "\f013";
}
.fi-bs-seal-question:before {
  content: "\f014";
}
.fi-bs-search:before {
  content: "\f015";
}
.fi-bs-search-alt:before {
  content: "\f016";
}
.fi-bs-search-bar:before {
  content: "\f017";
}
.fi-bs-search-dollar:before {
  content: "\f018";
}
.fi-bs-search-heart:before {
  content: "\f019";
}
.fi-bs-search-location:before {
  content: "\f01a";
}
.fi-bs-seat-airline:before {
  content: "\f01b";
}
.fi-bs-seatbelt-safety-driver:before {
  content: "\f01c";
}
.fi-bs-second:before {
  content: "\f01d";
}
.fi-bs-second-award:before {
  content: "\f01e";
}
.fi-bs-second-laurel:before {
  content: "\f01f";
}
.fi-bs-second-medal:before {
  content: "\f020";
}
.fi-bs-secure-backup:before {
  content: "\f022";
}
.fi-bs-seedling:before {
  content: "\f025";
}
.fi-bs-segway:before {
  content: "\f026";
}
.fi-bs-selection:before {
  content: "\f028";
}
.fi-bs-self-care:before {
  content: "\f029";
}
.fi-bs-sell:before {
  content: "\f02a";
}
.fi-bs-seller:before {
  content: "\f02b";
}
.fi-bs-seller-store:before {
  content: "\f02c";
}
.fi-bs-selling:before {
  content: "\f02e";
}
.fi-bs-send-back:before {
  content: "\f030";
}
.fi-bs-send-backward:before {
  content: "\f031";
}
.fi-bs-send-money:before {
  content: "\f032";
}
.fi-bs-send-money-smartphone:before {
  content: "\f033";
}
.fi-bs-sensor:before {
  content: "\f034";
}
.fi-bs-sensor-alert:before {
  content: "\f035";
}
.fi-bs-sensor-fire:before {
  content: "\f036";
}
.fi-bs-sensor-on:before {
  content: "\f037";
}
.fi-bs-sensor-smoke:before {
  content: "\f038";
}
.fi-bs-september-calendar:before {
  content: "\f039";
}
.fi-bs-serum:before {
  content: "\f03a";
}
.fi-bs-session-timeout:before {
  content: "\f03c";
}
.fi-bs-settings:before {
  content: "\f03d";
}
.fi-bs-settings-sliders:before {
  content: "\f03e";
}
.fi-bs-settings-window:before {
  content: "\f03f";
}
.fi-bs-sewing-machine:before {
  content: "\f040";
}
.fi-bs-sewing-machine-alt:before {
  content: "\f041";
}
.fi-bs-shaka:before {
  content: "\f042";
}
.fi-bs-shampoo:before {
  content: "\f043";
}
.fi-bs-share:before {
  content: "\f044";
}
.fi-bs-share-alt-square:before {
  content: "\f045";
}
.fi-bs-share-square:before {
  content: "\f046";
}
.fi-bs-sheep:before {
  content: "\f048";
}
.fi-bs-shekel-sign:before {
  content: "\f049";
}
.fi-bs-shelves:before {
  content: "\f04a";
}
.fi-bs-shelves-empty:before {
  content: "\f04b";
}
.fi-bs-shield:before {
  content: "\f04c";
}
.fi-bs-shield-alt:before {
  content: "\f04d";
}
.fi-bs-shield-cat:before {
  content: "\f04e";
}
.fi-bs-shield-check:before {
  content: "\f04f";
}
.fi-bs-shield-cross:before {
  content: "\f050";
}
.fi-bs-shield-divided-four:before {
  content: "\f051";
}
.fi-bs-shield-dog:before {
  content: "\f052";
}
.fi-bs-shield-exclamation:before {
  content: "\f053";
}
.fi-bs-shield-interrogation:before {
  content: "\f054";
}
.fi-bs-shield-keyhole:before {
  content: "\f055";
}
.fi-bs-shield-minus:before {
  content: "\f056";
}
.fi-bs-shield-plus:before {
  content: "\f057";
}
.fi-bs-shield-security-risk:before {
  content: "\f059";
}
.fi-bs-shield-slash:before {
  content: "\f05a";
}
.fi-bs-shield-trust:before {
  content: "\f05b";
}
.fi-bs-shield-virus:before {
  content: "\f05c";
}
.fi-bs-shield-xmark:before {
  content: "\f05d";
}
.fi-bs-ship:before {
  content: "\f05e";
}
.fi-bs-ship-side:before {
  content: "\f05f";
}
.fi-bs-shipping-fast:before {
  content: "\f060";
}
.fi-bs-shipping-timed:before {
  content: "\f061";
}
.fi-bs-shirt:before {
  content: "\f062";
}
.fi-bs-shirt-long-sleeve:before {
  content: "\f063";
}
.fi-bs-shirt-running:before {
  content: "\f064";
}
.fi-bs-shirt-tank-top:before {
  content: "\f065";
}
.fi-bs-shish-kebab:before {
  content: "\f066";
}
.fi-bs-shoe-prints:before {
  content: "\f067";
}
.fi-bs-shop:before {
  content: "\f068";
}
.fi-bs-shop-lock:before {
  content: "\f069";
}
.fi-bs-shop-slash:before {
  content: "\f06a";
}
.fi-bs-shopping-bag:before {
  content: "\f06c";
}
.fi-bs-shopping-bag-add:before {
  content: "\f06d";
}
.fi-bs-shopping-basket:before {
  content: "\f06e";
}
.fi-bs-shopping-cart:before {
  content: "\f06f";
}
.fi-bs-shopping-cart-add:before {
  content: "\f070";
}
.fi-bs-shopping-cart-buyer:before {
  content: "\f071";
}
.fi-bs-shopping-cart-check:before {
  content: "\f072";
}
.fi-bs-shopping-cart-nft:before {
  content: "\f076";
}
.fi-bs-shopping-cart-notification:before {
  content: "\f077";
}
.fi-bs-shoulder-joint:before {
  content: "\f078";
}
.fi-bs-shovel:before {
  content: "\f079";
}
.fi-bs-shovel-snow:before {
  content: "\f07a";
}
.fi-bs-shower:before {
  content: "\f07b";
}
.fi-bs-shower-down:before {
  content: "\f07c";
}
.fi-bs-shower-gel:before {
  content: "\f07d";
}
.fi-bs-shredder:before {
  content: "\f07e";
}
.fi-bs-shrimp:before {
  content: "\f07f";
}
.fi-bs-shuffle:before {
  content: "\f080";
}
.fi-bs-shuttle-van:before {
  content: "\f081";
}
.fi-bs-shuttlecock:before {
  content: "\f082";
}
.fi-bs-Sickle:before {
  content: "\f083";
}
.fi-bs-sidebar:before {
  content: "\f084";
}
.fi-bs-sidebar-flip:before {
  content: "\f085";
}
.fi-bs-sigma:before {
  content: "\f087";
}
.fi-bs-sign-hanging:before {
  content: "\f088";
}
.fi-bs-sign-in-alt:before {
  content: "\f089";
}
.fi-bs-sign-out-alt:before {
  content: "\f08b";
}
.fi-bs-sign-posts:before {
  content: "\f08c";
}
.fi-bs-sign-posts-wrench:before {
  content: "\f08d";
}
.fi-bs-sign-up:before {
  content: "\f08e";
}
.fi-bs-signal-alt:before {
  content: "\f08f";
}
.fi-bs-signal-alt-1:before {
  content: "\f090";
}
.fi-bs-signal-alt-2:before {
  content: "\f091";
}
.fi-bs-signal-alt-slash:before {
  content: "\f092";
}
.fi-bs-signal-bars-fair:before {
  content: "\f093";
}
.fi-bs-signal-bars-good:before {
  content: "\f094";
}
.fi-bs-signal-bars-weak:before {
  content: "\f096";
}
.fi-bs-signal-stream:before {
  content: "\f099";
}
.fi-bs-signal-stream-slash:before {
  content: "\f09a";
}
.fi-bs-signature:before {
  content: "\f09d";
}
.fi-bs-signature-lock:before {
  content: "\f09e";
}
.fi-bs-signature-slash:before {
  content: "\f0a0";
}
.fi-bs-sim-card:before {
  content: "\f0a1";
}
.fi-bs-sim-cards:before {
  content: "\f0a2";
}
.fi-bs-sink:before {
  content: "\f0a3";
}
.fi-bs-Siren:before {
  content: "\f0a4";
}
.fi-bs-siren-on:before {
  content: "\f0a5";
}
.fi-bs-site:before {
  content: "\f0a6";
}
.fi-bs-site-alt:before {
  content: "\f0a7";
}
.fi-bs-site-browser:before {
  content: "\f0a9";
}
.fi-bs-sitemap:before {
  content: "\f0aa";
}
.fi-bs-skate-park:before {
  content: "\f0ab";
}
.fi-bs-skateboard:before {
  content: "\f0ac";
}
.fi-bs-skating:before {
  content: "\f0ad";
}
.fi-bs-skeleton:before {
  content: "\f0ae";
}
.fi-bs-skeleton-ribs:before {
  content: "\f0af";
}
.fi-bs-skewer:before {
  content: "\f0b1";
}
.fi-bs-ski-boot-ski:before {
  content: "\f0b2";
}
.fi-bs-ski-jump:before {
  content: "\f0b3";
}
.fi-bs-ski-lift:before {
  content: "\f0b4";
}
.fi-bs-skiing:before {
  content: "\f0b5";
}
.fi-bs-skiing-nordic:before {
  content: "\f0b6";
}
.fi-bs-skill:before {
  content: "\f0b7";
}
.fi-bs-skill-alt:before {
  content: "\f0b8";
}
.fi-bs-skill-user:before {
  content: "\f0ba";
}
.fi-bs-skin:before {
  content: "\f0bb";
}
.fi-bs-skin-acne:before {
  content: "\f0bc";
}
.fi-bs-skin-arrow:before {
  content: "\f0bd";
}
.fi-bs-skin-drop:before {
  content: "\f0be";
}
.fi-bs-skin-hair:before {
  content: "\f0bf";
}
.fi-bs-skin-laser:before {
  content: "\f0c0";
}
.fi-bs-skin-uv:before {
  content: "\f0c1";
}
.fi-bs-skip-15-seconds:before {
  content: "\f0c2";
}
.fi-bs-skull:before {
  content: "\f0c3";
}
.fi-bs-skull-cow:before {
  content: "\f0c4";
}
.fi-bs-skull-crossbones:before {
  content: "\f0c5";
}
.fi-bs-skull-heart:before {
  content: "\f0c6";
}
.fi-bs-skyscraper:before {
  content: "\f0c8";
}
.fi-bs-slash:before {
  content: "\f0ca";
}
.fi-bs-sledding:before {
  content: "\f0cc";
}
.fi-bs-sleeping-bag:before {
  content: "\f0cd";
}
.fi-bs-sleeping-cat:before {
  content: "\f0ce";
}
.fi-bs-sleigh:before {
  content: "\f0cf";
}
.fi-bs-sliders-h-square:before {
  content: "\f0d0";
}
.fi-bs-sliders-v:before {
  content: "\f0d1";
}
.fi-bs-sliders-v-square:before {
  content: "\f0d2";
}
.fi-bs-slot-machine:before {
  content: "\f0d5";
}
.fi-bs-smart-building:before {
  content: "\f0d6";
}
.fi-bs-smart-glasses:before {
  content: "\f0d8";
}
.fi-bs-smart-home:before {
  content: "\f0d9";
}
.fi-bs-smart-home-alt:before {
  content: "\f0da";
}
.fi-bs-smart-home-chip:before {
  content: "\f0db";
}
.fi-bs-smart-home-cloud:before {
  content: "\f0dc";
}
.fi-bs-smart-home-key:before {
  content: "\f0dd";
}
.fi-bs-smart-watch-call:before {
  content: "\f0de";
}
.fi-bs-smart-watch-notifications:before {
  content: "\f0df";
}
.fi-bs-smart-wireless-door:before {
  content: "\f0e0";
}
.fi-bs-smartphone:before {
  content: "\f0e1";
}
.fi-bs-smartphone-ar:before {
  content: "\f0e2";
}
.fi-bs-smartphone-bus-payment:before {
  content: "\f0e3";
}
.fi-bs-smartphone-fingerprint:before {
  content: "\f0e4";
}
.fi-bs-smartwatch:before {
  content: "\f0e5";
}
.fi-bs-smile-beam:before {
  content: "\f0e7";
}
.fi-bs-smile-plus:before {
  content: "\f0e8";
}
.fi-bs-smile-wink:before {
  content: "\f0e9";
}
.fi-bs-smiley-comment-alt:before {
  content: "\f0ea";
}
.fi-bs-smiling-baby:before {
  content: "\f0eb";
}
.fi-bs-smiling-boy:before {
  content: "\f0ec";
}
.fi-bs-smiling-girl:before {
  content: "\f0ed";
}
.fi-bs-smiling-old-man:before {
  content: "\f0ee";
}
.fi-bs-smiling-old-woman:before {
  content: "\f0ef";
}
.fi-bs-smog:before {
  content: "\f0f0";
}
.fi-bs-smoke:before {
  content: "\f0f1";
}
.fi-bs-smoking:before {
  content: "\f0f2";
}
.fi-bs-smoking-ban:before {
  content: "\f0f3";
}
.fi-bs-smoothie:before {
  content: "\f0f4";
}
.fi-bs-snake:before {
  content: "\f0f5";
}
.fi-bs-snap:before {
  content: "\f0f6";
}
.fi-bs-snooze:before {
  content: "\f0f8";
}
.fi-bs-snow-blowing:before {
  content: "\f0f9";
}
.fi-bs-snowboarding:before {
  content: "\f0fa";
}
.fi-bs-snowflake:before {
  content: "\f0fb";
}
.fi-bs-snowflake-droplets:before {
  content: "\f0fc";
}
.fi-bs-snowflakes:before {
  content: "\f0fd";
}
.fi-bs-snowman-alt:before {
  content: "\f0ff";
}
.fi-bs-snowman-head:before {
  content: "\f100";
}
.fi-bs-snowmobile:before {
  content: "\f101";
}
.fi-bs-snowplow:before {
  content: "\f102";
}
.fi-bs-soap:before {
  content: "\f103";
}
.fi-bs-soap-alt:before {
  content: "\f104";
}
.fi-bs-soccer-boots:before {
  content: "\f105";
}
.fi-bs-social-distance:before {
  content: "\f106";
}
.fi-bs-social-media-notification:before {
  content: "\f108";
}
.fi-bs-social-network:before {
  content: "\f109";
}
.fi-bs-socks:before {
  content: "\f10a";
}
.fi-bs-sofa:before {
  content: "\f10b";
}
.fi-bs-sofa-size:before {
  content: "\f10c";
}
.fi-bs-software-development:before {
  content: "\f10d";
}
.fi-bs-solar-panel:before {
  content: "\f10e";
}
.fi-bs-solar-panel-sun:before {
  content: "\f10f";
}
.fi-bs-solar-system:before {
  content: "\f110";
}
.fi-bs-sold-house:before {
  content: "\f111";
}
.fi-bs-sold-signal:before {
  content: "\f112";
}
.fi-bs-sort:before {
  content: "\f114";
}
.fi-bs-sort-alpha-down:before {
  content: "\f115";
}
.fi-bs-sort-alpha-down-alt:before {
  content: "\f116";
}
.fi-bs-sort-alpha-up:before {
  content: "\f117";
}
.fi-bs-sort-alpha-up-alt:before {
  content: "\f118";
}
.fi-bs-sort-alt:before {
  content: "\f119";
}
.fi-bs-sort-amount-down:before {
  content: "\f11a";
}
.fi-bs-sort-amount-down-alt:before {
  content: "\f11b";
}
.fi-bs-sort-amount-up:before {
  content: "\f11c";
}
.fi-bs-sort-amount-up-alt:before {
  content: "\f11d";
}
.fi-bs-sort-circle:before {
  content: "\f11e";
}
.fi-bs-sort-circle-down:before {
  content: "\f11f";
}
.fi-bs-sort-circle-up:before {
  content: "\f120";
}
.fi-bs-sort-down:before {
  content: "\f121";
}
.fi-bs-sort-numeric-down:before {
  content: "\f122";
}
.fi-bs-sort-numeric-down-alt:before {
  content: "\f123";
}
.fi-bs-sort-shapes-down:before {
  content: "\f124";
}
.fi-bs-sort-shapes-up:before {
  content: "\f125";
}
.fi-bs-sort-size-down:before {
  content: "\f126";
}
.fi-bs-sort-size-up:before {
  content: "\f127";
}
.fi-bs-soup:before {
  content: "\f129";
}
.fi-bs-source-data:before {
  content: "\f12a";
}
.fi-bs-source-document:before {
  content: "\f12b";
}
.fi-bs-source-document-alt:before {
  content: "\f12c";
}
.fi-bs-spa:before {
  content: "\f12d";
}
.fi-bs-space-shuttle:before {
  content: "\f12e";
}
.fi-bs-space-station-moon:before {
  content: "\f12f";
}
.fi-bs-space-station-moon-alt:before {
  content: "\f130";
}
.fi-bs-spade:before {
  content: "\f131";
}
.fi-bs-spaghetti-monster-flying:before {
  content: "\f132";
}
.fi-bs-spain-country-code:before {
  content: "\f133";
}
.fi-bs-spain-map:before {
  content: "\f134";
}
.fi-bs-spam:before {
  content: "\f135";
}
.fi-bs-spanish:before {
  content: "\f137";
}
.fi-bs-sparkles:before {
  content: "\f139";
}
.fi-bs-spartan-helmet:before {
  content: "\f13a";
}
.fi-bs-speaker:before {
  content: "\f13b";
}
.fi-bs-speakers:before {
  content: "\f13c";
}
.fi-bs-speech-bubble-story:before {
  content: "\f13d";
}
.fi-bs-speedometer-arrow:before {
  content: "\f13e";
}
.fi-bs-speedometer-kpi:before {
  content: "\f13f";
}
.fi-bs-sperm:before {
  content: "\f140";
}
.fi-bs-sphere:before {
  content: "\f141";
}
.fi-bs-spider:before {
  content: "\f142";
}
.fi-bs-spider-black-widow:before {
  content: "\f143";
}
.fi-bs-spider-web:before {
  content: "\f144";
}
.fi-bs-spine:before {
  content: "\f145";
}
.fi-bs-spinner:before {
  content: "\f146";
}
.fi-bs-splash:before {
  content: "\f147";
}
.fi-bs-split:before {
  content: "\f148";
}
.fi-bs-split-screen:before {
  content: "\f149";
}
.fi-bs-split-up-relation:before {
  content: "\f14a";
}
.fi-bs-splotch:before {
  content: "\f14b";
}
.fi-bs-spoon:before {
  content: "\f14c";
}
.fi-bs-sport-drink:before {
  content: "\f14e";
}
.fi-bs-spray-can:before {
  content: "\f150";
}
.fi-bs-spray-can-sparkles:before {
  content: "\f151";
}
.fi-bs-spring-calendar:before {
  content: "\f152";
}
.fi-bs-sprinkler:before {
  content: "\f153";
}
.fi-bs-spy:before {
  content: "\f154";
}
.fi-bs-spyware:before {
  content: "\f155";
}
.fi-bs-sql-file:before {
  content: "\f156";
}
.fi-bs-sql-server:before {
  content: "\f157";
}
.fi-bs-square:before {
  content: "\f158";
}
.fi-bs-square-0:before {
  content: "\f159";
}
.fi-bs-square-1:before {
  content: "\f15a";
}
.fi-bs-square-2:before {
  content: "\f15b";
}
.fi-bs-square-3:before {
  content: "\f15c";
}
.fi-bs-square-4:before {
  content: "\f15d";
}
.fi-bs-square-5:before {
  content: "\f15e";
}
.fi-bs-square-6:before {
  content: "\f15f";
}
.fi-bs-square-7:before {
  content: "\f160";
}
.fi-bs-square-8:before {
  content: "\f161";
}
.fi-bs-square-9:before {
  content: "\f162";
}
.fi-bs-square-a:before {
  content: "\f163";
}
.fi-bs-square-b:before {
  content: "\f165";
}
.fi-bs-square-bolt:before {
  content: "\f166";
}
.fi-bs-square-c:before {
  content: "\f167";
}
.fi-bs-square-code:before {
  content: "\f168";
}
.fi-bs-square-d:before {
  content: "\f16a";
}
.fi-bs-square-dashed:before {
  content: "\f16b";
}
.fi-bs-square-dashed-circle-plus:before {
  content: "\f16c";
}
.fi-bs-square-divide:before {
  content: "\f16d";
}
.fi-bs-square-e:before {
  content: "\f16e";
}
.fi-bs-square-ellipsis:before {
  content: "\f16f";
}
.fi-bs-square-ellipsis-vertical:before {
  content: "\f170";
}
.fi-bs-square-envelope:before {
  content: "\f171";
}
.fi-bs-square-exclamation:before {
  content: "\f172";
}
.fi-bs-square-f:before {
  content: "\f173";
}
.fi-bs-square-g:before {
  content: "\f174";
}
.fi-bs-square-h:before {
  content: "\f175";
}
.fi-bs-square-heart:before {
  content: "\f176";
}
.fi-bs-square-i:before {
  content: "\f177";
}
.fi-bs-square-info:before {
  content: "\f178";
}
.fi-bs-square-j:before {
  content: "\f179";
}
.fi-bs-square-k:before {
  content: "\f17a";
}
.fi-bs-square-kanban:before {
  content: "\f17b";
}
.fi-bs-square-l:before {
  content: "\f17c";
}
.fi-bs-square-m:before {
  content: "\f17d";
}
.fi-bs-square-minus:before {
  content: "\f17e";
}
.fi-bs-square-n:before {
  content: "\f17f";
}
.fi-bs-square-o:before {
  content: "\f180";
}
.fi-bs-square-p:before {
  content: "\f181";
}
.fi-bs-square-pen:before {
  content: "\f182";
}
.fi-bs-square-person-confined:before {
  content: "\f183";
}
.fi-bs-square-phone:before {
  content: "\f184";
}
.fi-bs-square-phone-flip:before {
  content: "\f185";
}
.fi-bs-square-phone-hangup:before {
  content: "\f186";
}
.fi-bs-square-plus:before {
  content: "\f187";
}
.fi-bs-square-poll-horizontal:before {
  content: "\f188";
}
.fi-bs-square-poll-vertical:before {
  content: "\f189";
}
.fi-bs-square-q:before {
  content: "\f18a";
}
.fi-bs-square-quote:before {
  content: "\f18b";
}
.fi-bs-square-r:before {
  content: "\f18c";
}
.fi-bs-square-root:before {
  content: "\f18d";
}
.fi-bs-square-s:before {
  content: "\f18e";
}
.fi-bs-square-small:before {
  content: "\f18f";
}
.fi-bs-square-star:before {
  content: "\f190";
}
.fi-bs-square-t:before {
  content: "\f191";
}
.fi-bs-square-terminal:before {
  content: "\f192";
}
.fi-bs-square-u:before {
  content: "\f193";
}
.fi-bs-square-up-right:before {
  content: "\f194";
}
.fi-bs-square-v:before {
  content: "\f195";
}
.fi-bs-square-w:before {
  content: "\f196";
}
.fi-bs-square-x:before {
  content: "\f197";
}
.fi-bs-square-y:before {
  content: "\f198";
}
.fi-bs-square-z:before {
  content: "\f199";
}
.fi-bs-squid:before {
  content: "\f19a";
}
.fi-bs-squircle:before {
  content: "\f19b";
}
.fi-bs-squirrel:before {
  content: "\f19c";
}
.fi-bs-stadium:before {
  content: "\f19d";
}
.fi-bs-staff:before {
  content: "\f19e";
}
.fi-bs-staff-wizard:before {
  content: "\f19f";
}
.fi-bs-stage:before {
  content: "\f1a0";
}
.fi-bs-stage-concert:before {
  content: "\f1a1";
}
.fi-bs-stage-theatre:before {
  content: "\f1a2";
}
.fi-bs-stairs:before {
  content: "\f1a3";
}
.fi-bs-stamp:before {
  content: "\f1a4";
}
.fi-bs-stamps:before {
  content: "\f1a5";
}
.fi-bs-standard-definition:before {
  content: "\f1a6";
}
.fi-bs-stapler:before {
  content: "\f1a7";
}
.fi-bs-stapler-paper:before {
  content: "\f1a8";
}
.fi-bs-star:before {
  content: "\f1a9";
}
.fi-bs-star-and-crescent:before {
  content: "\f1aa";
}
.fi-bs-star-christmas:before {
  content: "\f1ab";
}
.fi-bs-star-comment-alt:before {
  content: "\f1ad";
}
.fi-bs-star-exclamation:before {
  content: "\f1ae";
}
.fi-bs-star-microphone:before {
  content: "\f1af";
}
.fi-bs-star-octogram:before {
  content: "\f1b0";
}
.fi-bs-star-of-david:before {
  content: "\f1b1";
}
.fi-bs-star-rating-call:before {
  content: "\f1b2";
}
.fi-bs-star-sharp-half:before {
  content: "\f1b3";
}
.fi-bs-star-sharp-half-stroke:before {
  content: "\f1b4";
}
.fi-bs-star-shooting:before {
  content: "\f1b5";
}
.fi-bs-starfighter:before {
  content: "\f1b7";
}
.fi-bs-stars:before {
  content: "\f1b8";
}
.fi-bs-state-country:before {
  content: "\f1b9";
}
.fi-bs-stationary-bike:before {
  content: "\f1ba";
}
.fi-bs-stats:before {
  content: "\f1bb";
}
.fi-bs-steak:before {
  content: "\f1bc";
}
.fi-bs-steam-iron:before {
  content: "\f1bd";
}
.fi-bs-steering-wheel:before {
  content: "\f1be";
}
.fi-bs-step-backward:before {
  content: "\f1bf";
}
.fi-bs-step-forward:before {
  content: "\f1c0";
}
.fi-bs-steps-carreer:before {
  content: "\f1c1";
}
.fi-bs-sterling-sign:before {
  content: "\f1c2";
}
.fi-bs-stethoscope:before {
  content: "\f1c3";
}
.fi-bs-sticker:before {
  content: "\f1c4";
}
.fi-bs-stocking:before {
  content: "\f1c6";
}
.fi-bs-stomach:before {
  content: "\f1c7";
}
.fi-bs-stomach-ache:before {
  content: "\f1c8";
}
.fi-bs-stomach-virus:before {
  content: "\f1c9";
}
.fi-bs-stop:before {
  content: "\f1ca";
}
.fi-bs-stop-circle:before {
  content: "\f1cb";
}
.fi-bs-stop-square:before {
  content: "\f1cc";
}
.fi-bs-stopwatch:before {
  content: "\f1cd";
}
.fi-bs-store-alt:before {
  content: "\f1cf";
}
.fi-bs-store-buyer:before {
  content: "\f1d0";
}
.fi-bs-store-lock:before {
  content: "\f1d1";
}
.fi-bs-store-slash:before {
  content: "\f1d2";
}
.fi-bs-story-book:before {
  content: "\f1d3";
}
.fi-bs-story-fairy-tale:before {
  content: "\f1d4";
}
.fi-bs-story-fantasy:before {
  content: "\f1d5";
}
.fi-bs-straightener:before {
  content: "\f1d7";
}
.fi-bs-strategy-chess-risk:before {
  content: "\f1d8";
}
.fi-bs-strawberry:before {
  content: "\f1d9";
}
.fi-bs-streamer-boy:before {
  content: "\f1da";
}
.fi-bs-streamer-girl:before {
  content: "\f1db";
}
.fi-bs-street-view:before {
  content: "\f1dd";
}
.fi-bs-stretcher:before {
  content: "\f1de";
}
.fi-bs-strikethrough:before {
  content: "\f1df";
}
.fi-bs-stroopwafel:before {
  content: "\f1e1";
}
.fi-bs-student:before {
  content: "\f1e2";
}
.fi-bs-student-alt:before {
  content: "\f1e3";
}
.fi-bs-subfolder:before {
  content: "\f1e4";
}
.fi-bs-subscript:before {
  content: "\f1e7";
}
.fi-bs-subscription:before {
  content: "\f1e8";
}
.fi-bs-subscription-alt:before {
  content: "\f1e9";
}
.fi-bs-subscription-model:before {
  content: "\f1ea";
}
.fi-bs-subscription-user:before {
  content: "\f1eb";
}
.fi-bs-subtitles:before {
  content: "\f1f0";
}
.fi-bs-subtitles-slash:before {
  content: "\f1f1";
}
.fi-bs-subway:before {
  content: "\f1f2";
}
.fi-bs-suggestion:before {
  content: "\f1f3";
}
.fi-bs-suitcase-alt:before {
  content: "\f1f4";
}
.fi-bs-summary-check:before {
  content: "\f1f5";
}
.fi-bs-summer:before {
  content: "\f1f6";
}
.fi-bs-sun:before {
  content: "\f1f7";
}
.fi-bs-sun-dust:before {
  content: "\f1f8";
}
.fi-bs-sun-plant-wilt:before {
  content: "\f1f9";
}
.fi-bs-sun-salutation-yoga:before {
  content: "\f1fa";
}
.fi-bs-sunday:before {
  content: "\f1fb";
}
.fi-bs-sunglasses:before {
  content: "\f1fc";
}
.fi-bs-sunglasses-alt:before {
  content: "\f1fd";
}
.fi-bs-sunrise:before {
  content: "\f1fe";
}
.fi-bs-sunrise-alt:before {
  content: "\f1ff";
}
.fi-bs-sunscreen:before {
  content: "\f200";
}
.fi-bs-sunset:before {
  content: "\f201";
}
.fi-bs-superscript:before {
  content: "\f202";
}
.fi-bs-supplier:before {
  content: "\f203";
}
.fi-bs-supplier-alt:before {
  content: "\f204";
}
.fi-bs-supply-chain:before {
  content: "\f205";
}
.fi-bs-supply-chain-steps:before {
  content: "\f206";
}
.fi-bs-surfing:before {
  content: "\f207";
}
.fi-bs-surprise:before {
  content: "\f208";
}
.fi-bs-surveillance-camera:before {
  content: "\f209";
}
.fi-bs-survey-xmark:before {
  content: "\f20a";
}
.fi-bs-sushi:before {
  content: "\f20b";
}
.fi-bs-sushi-alt:before {
  content: "\f20c";
}
.fi-bs-sushi-roll:before {
  content: "\f20d";
}
.fi-bs-svg:before {
  content: "\f20e";
}
.fi-bs-swap:before {
  content: "\f20f";
}
.fi-bs-swatchbook:before {
  content: "\f211";
}
.fi-bs-sweep:before {
  content: "\f212";
}
.fi-bs-swimmer:before {
  content: "\f214";
}
.fi-bs-swimming-pool:before {
  content: "\f215";
}
.fi-bs-swing:before {
  content: "\f216";
}
.fi-bs-swipe-down:before {
  content: "\f217";
}
.fi-bs-swipe-left:before {
  content: "\f218";
}
.fi-bs-swipe-right:before {
  content: "\f219";
}
.fi-bs-swipe-up:before {
  content: "\f21a";
}
.fi-bs-sword:before {
  content: "\f21b";
}
.fi-bs-sword-alt:before {
  content: "\f21c";
}
.fi-bs-symbol:before {
  content: "\f21e";
}
.fi-bs-symbols:before {
  content: "\f21f";
}
.fi-bs-synagogue:before {
  content: "\f220";
}
.fi-bs-syringe:before {
  content: "\f221";
}
.fi-bs-syringe-injection-blood:before {
  content: "\f222";
}
.fi-bs-system-cloud:before {
  content: "\f223";
}
.fi-bs-t:before {
  content: "\f224";
}
.fi-bs-t-rex:before {
  content: "\f226";
}
.fi-bs-t-square:before {
  content: "\f227";
}
.fi-bs-tab-folder:before {
  content: "\f228";
}
.fi-bs-table:before {
  content: "\f229";
}
.fi-bs-table-columns:before {
  content: "\f22a";
}
.fi-bs-table-layout:before {
  content: "\f22b";
}
.fi-bs-table-list:before {
  content: "\f22c";
}
.fi-bs-table-picnic:before {
  content: "\f22d";
}
.fi-bs-table-pivot:before {
  content: "\f22e";
}
.fi-bs-table-rows:before {
  content: "\f22f";
}
.fi-bs-table-tree:before {
  content: "\f230";
}
.fi-bs-tablet:before {
  content: "\f231";
}
.fi-bs-tablet-android:before {
  content: "\f232";
}
.fi-bs-tablet-android-alt:before {
  content: "\f233";
}
.fi-bs-tablet-rugged:before {
  content: "\f234";
}
.fi-bs-tachometer:before {
  content: "\f235";
}
.fi-bs-tachometer-alt-average:before {
  content: "\f236";
}
.fi-bs-tachometer-alt-fastest:before {
  content: "\f237";
}
.fi-bs-tachometer-alt-slow:before {
  content: "\f238";
}
.fi-bs-tachometer-alt-slowest:before {
  content: "\f239";
}
.fi-bs-tachometer-average:before {
  content: "\f23a";
}
.fi-bs-tachometer-fast:before {
  content: "\f23b";
}
.fi-bs-tachometer-fastest:before {
  content: "\f23c";
}
.fi-bs-tachometer-slow:before {
  content: "\f23d";
}
.fi-bs-tachometer-slowest:before {
  content: "\f23e";
}
.fi-bs-taco:before {
  content: "\f23f";
}
.fi-bs-tags:before {
  content: "\f240";
}
.fi-bs-talent:before {
  content: "\f241";
}
.fi-bs-talent-alt:before {
  content: "\f242";
}
.fi-bs-talent-hand:before {
  content: "\f243";
}
.fi-bs-tally:before {
  content: "\f244";
}
.fi-bs-tally-1:before {
  content: "\f245";
}
.fi-bs-tally-2:before {
  content: "\f246";
}
.fi-bs-tally-3:before {
  content: "\f247";
}
.fi-bs-tally-4:before {
  content: "\f248";
}
.fi-bs-tamale:before {
  content: "\f249";
}
.fi-bs-tank-water:before {
  content: "\f24b";
}
.fi-bs-tap:before {
  content: "\f24c";
}
.fi-bs-tape:before {
  content: "\f24d";
}
.fi-bs-target:before {
  content: "\f24e";
}
.fi-bs-target-audience:before {
  content: "\f24f";
}
.fi-bs-task-calendar:before {
  content: "\f250";
}
.fi-bs-task-checklist:before {
  content: "\f251";
}
.fi-bs-tasks:before {
  content: "\f252";
}
.fi-bs-tattoo-machine:before {
  content: "\f253";
}
.fi-bs-tax:before {
  content: "\f254";
}
.fi-bs-tax-alt:before {
  content: "\f255";
}
.fi-bs-taxi:before {
  content: "\f256";
}
.fi-bs-taxi-bus:before {
  content: "\f257";
}
.fi-bs-team:before {
  content: "\f258";
}
.fi-bs-team-check:before {
  content: "\f259";
}
.fi-bs-team-check-alt:before {
  content: "\f25a";
}
.fi-bs-team-collaboration:before {
  content: "\f25b";
}
.fi-bs-teddy-bear:before {
  content: "\f25c";
}
.fi-bs-teeth-open:before {
  content: "\f25d";
}
.fi-bs-telescope:before {
  content: "\f25f";
}
.fi-bs-temperature-down:before {
  content: "\f260";
}
.fi-bs-temperature-frigid:before {
  content: "\f261";
}
.fi-bs-temperature-high:before {
  content: "\f262";
}
.fi-bs-temperature-list:before {
  content: "\f263";
}
.fi-bs-temperature-low:before {
  content: "\f264";
}
.fi-bs-temperature-up:before {
  content: "\f265";
}
.fi-bs-template:before {
  content: "\f266";
}
.fi-bs-template-alt:before {
  content: "\f267";
}
.fi-bs-tenge:before {
  content: "\f269";
}
.fi-bs-tennis:before {
  content: "\f26a";
}
.fi-bs-tent-arrow-down-to-line:before {
  content: "\f26b";
}
.fi-bs-tent-arrow-left-right:before {
  content: "\f26c";
}
.fi-bs-tent-arrow-turn-left:before {
  content: "\f26d";
}
.fi-bs-tent-arrows-down:before {
  content: "\f26e";
}
.fi-bs-tents:before {
  content: "\f26f";
}
.fi-bs-terminal:before {
  content: "\f270";
}
.fi-bs-terms-check:before {
  content: "\f271";
}
.fi-bs-terms-info:before {
  content: "\f273";
}
.fi-bs-terrace:before {
  content: "\f274";
}
.fi-bs-test:before {
  content: "\f275";
}
.fi-bs-test-tube:before {
  content: "\f276";
}
.fi-bs-text:before {
  content: "\f277";
}
.fi-bs-text-box:before {
  content: "\f278";
}
.fi-bs-text-box-dots:before {
  content: "\f279";
}
.fi-bs-text-box-edit:before {
  content: "\f27a";
}
.fi-bs-text-check:before {
  content: "\f27b";
}
.fi-bs-text-height:before {
  content: "\f27c";
}
.fi-bs-text-input-left:before {
  content: "\f27d";
}
.fi-bs-text-shadow:before {
  content: "\f27e";
}
.fi-bs-text-size:before {
  content: "\f27f";
}
.fi-bs-text-slash:before {
  content: "\f280";
}
.fi-bs-text-width:before {
  content: "\f281";
}
.fi-bs-theater-masks:before {
  content: "\f283";
}
.fi-bs-thermometer-alt:before {
  content: "\f284";
}
.fi-bs-thermometer-empty:before {
  content: "\f285";
}
.fi-bs-thermometer-full:before {
  content: "\f286";
}
.fi-bs-thermometer-half:before {
  content: "\f287";
}
.fi-bs-thermometer-quarter:before {
  content: "\f288";
}
.fi-bs-thermometer-three-quarters:before {
  content: "\f289";
}
.fi-bs-theta:before {
  content: "\f28a";
}
.fi-bs-third:before {
  content: "\f28b";
}
.fi-bs-third-award:before {
  content: "\f28c";
}
.fi-bs-third-laurel:before {
  content: "\f28d";
}
.fi-bs-third-medal:before {
  content: "\f28e";
}
.fi-bs-thought-bubble:before {
  content: "\f28f";
}
.fi-bs-three-direction:before {
  content: "\f291";
}
.fi-bs-three-leaf-clover:before {
  content: "\f292";
}
.fi-bs-throat:before {
  content: "\f293";
}
.fi-bs-thumbs-up-trust:before {
  content: "\f296";
}
.fi-bs-thumbtack:before {
  content: "\f297";
}
.fi-bs-thumbtack-slash:before {
  content: "\f298";
}
.fi-bs-thunderstorm:before {
  content: "\f299";
}
.fi-bs-thunderstorm-moon:before {
  content: "\f29a";
}
.fi-bs-thunderstorm-risk:before {
  content: "\f29b";
}
.fi-bs-thunderstorm-sun:before {
  content: "\f29c";
}
.fi-bs-thursday:before {
  content: "\f29d";
}
.fi-bs-ticket:before {
  content: "\f29e";
}
.fi-bs-ticket-airline:before {
  content: "\f29f";
}
.fi-bs-ticket-alt:before {
  content: "\f2a0";
}
.fi-bs-tickets:before {
  content: "\f2a1";
}
.fi-bs-tickets-airline:before {
  content: "\f2a2";
}
.fi-bs-tie:before {
  content: "\f2a3";
}
.fi-bs-tiff-file:before {
  content: "\f2a4";
}
.fi-bs-tilde:before {
  content: "\f2a6";
}
.fi-bs-time-add:before {
  content: "\f2a7";
}
.fi-bs-time-check:before {
  content: "\f2a8";
}
.fi-bs-time-delete:before {
  content: "\f2a9";
}
.fi-bs-time-fast:before {
  content: "\f2aa";
}
.fi-bs-time-forward:before {
  content: "\f2ab";
}
.fi-bs-time-forward-sixty:before {
  content: "\f2ac";
}
.fi-bs-time-forward-ten:before {
  content: "\f2ad";
}
.fi-bs-time-forward-thirty:before {
  content: "\f2ae";
}
.fi-bs-time-half-past:before {
  content: "\f2af";
}
.fi-bs-time-management:before {
  content: "\f2b0";
}
.fi-bs-time-money:before {
  content: "\f2b1";
}
.fi-bs-time-oclock:before {
  content: "\f2b2";
}
.fi-bs-time-past:before {
  content: "\f2b3";
}
.fi-bs-time-quarter-past:before {
  content: "\f2b4";
}
.fi-bs-time-quarter-to:before {
  content: "\f2b5";
}
.fi-bs-time-twenty-four:before {
  content: "\f2b6";
}
.fi-bs-time-watch-calendar:before {
  content: "\f2b7";
}
.fi-bs-timeline:before {
  content: "\f2b8";
}
.fi-bs-timeline-arrow:before {
  content: "\f2b9";
}
.fi-bs-timer-clock-call:before {
  content: "\f2ba";
}
.fi-bs-times-hexagon:before {
  content: "\f2bb";
}
.fi-bs-tint-slash:before {
  content: "\f2bc";
}
.fi-bs-tip-button:before {
  content: "\f2bd";
}
.fi-bs-tip-button-hand:before {
  content: "\f2be";
}
.fi-bs-tip-coin:before {
  content: "\f2bf";
}
.fi-bs-tire:before {
  content: "\f2c3";
}
.fi-bs-tire-flat:before {
  content: "\f2c4";
}
.fi-bs-tire-pressure-warning:before {
  content: "\f2c5";
}
.fi-bs-tire-rugged:before {
  content: "\f2c6";
}
.fi-bs-tired:before {
  content: "\f2c7";
}
.fi-bs-to-do:before {
  content: "\f2c8";
}
.fi-bs-to-do-alt:before {
  content: "\f2c9";
}
.fi-bs-together-people:before {
  content: "\f2cc";
}
.fi-bs-toggle-off:before {
  content: "\f2ce";
}
.fi-bs-toggle-on:before {
  content: "\f2cf";
}
.fi-bs-toilet:before {
  content: "\f2d0";
}
.fi-bs-toilet-paper-blank:before {
  content: "\f2d1";
}
.fi-bs-toilet-paper-blank-under:before {
  content: "\f2d2";
}
.fi-bs-toilet-paper-slash:before {
  content: "\f2d3";
}
.fi-bs-toilet-paper-under:before {
  content: "\f2d4";
}
.fi-bs-toilet-paper-under-slash:before {
  content: "\f2d5";
}
.fi-bs-toilet-paper-xmark:before {
  content: "\f2d6";
}
.fi-bs-toilets-portable:before {
  content: "\f2d7";
}
.fi-bs-token:before {
  content: "\f2d8";
}
.fi-bs-tomato:before {
  content: "\f2d9";
}
.fi-bs-tombstone:before {
  content: "\f2da";
}
.fi-bs-tombstone-alt:before {
  content: "\f2db";
}
.fi-bs-tool-box:before {
  content: "\f2dc";
}
.fi-bs-tool-crop:before {
  content: "\f2dd";
}
.fi-bs-tool-marquee:before {
  content: "\f2de";
}
.fi-bs-tools:before {
  content: "\f2df";
}
.fi-bs-tooth:before {
  content: "\f2e0";
}
.fi-bs-toothache:before {
  content: "\f2e1";
}
.fi-bs-toothbrush:before {
  content: "\f2e2";
}
.fi-bs-toothpaste:before {
  content: "\f2e3";
}
.fi-bs-torch:before {
  content: "\f2e4";
}
.fi-bs-torch-inspiration-leader:before {
  content: "\f2e5";
}
.fi-bs-torii-gate:before {
  content: "\f2e6";
}
.fi-bs-tornado:before {
  content: "\f2e7";
}
.fi-bs-total:before {
  content: "\f2e8";
}
.fi-bs-tour-guide-people:before {
  content: "\f2e9";
}
.fi-bs-tour-virtual:before {
  content: "\f2ea";
}
.fi-bs-towel:before {
  content: "\f2eb";
}
.fi-bs-tower-chain:before {
  content: "\f2ed";
}
.fi-bs-tower-control:before {
  content: "\f2ee";
}
.fi-bs-track:before {
  content: "\f2ef";
}
.fi-bs-tractor:before {
  content: "\f2f0";
}
.fi-bs-trademark:before {
  content: "\f2f1";
}
.fi-bs-trading:before {
  content: "\f2f2";
}
.fi-bs-traffic-cone:before {
  content: "\f2f3";
}
.fi-bs-traffic-light:before {
  content: "\f2f4";
}
.fi-bs-traffic-light-go:before {
  content: "\f2f5";
}
.fi-bs-traffic-light-slow:before {
  content: "\f2f6";
}
.fi-bs-traffic-light-stop:before {
  content: "\f2f7";
}
.fi-bs-trailer:before {
  content: "\f2f8";
}
.fi-bs-train:before {
  content: "\f2f9";
}
.fi-bs-train-clock:before {
  content: "\f2fa";
}
.fi-bs-train-journey:before {
  content: "\f2fb";
}
.fi-bs-train-side:before {
  content: "\f2fc";
}
.fi-bs-train-station:before {
  content: "\f2fd";
}
.fi-bs-train-station-building:before {
  content: "\f2fe";
}
.fi-bs-train-subway-tunnel:before {
  content: "\f2ff";
}
.fi-bs-train-track:before {
  content: "\f300";
}
.fi-bs-train-tram:before {
  content: "\f301";
}
.fi-bs-tram:before {
  content: "\f302";
}
.fi-bs-transaction-euro:before {
  content: "\f303";
}
.fi-bs-transaction-globe:before {
  content: "\f304";
}
.fi-bs-transaction-yen:before {
  content: "\f305";
}
.fi-bs-transcript:before {
  content: "\f306";
}
.fi-bs-transcription:before {
  content: "\f307";
}
.fi-bs-transform:before {
  content: "\f308";
}
.fi-bs-transformation-block:before {
  content: "\f309";
}
.fi-bs-transformation-circle:before {
  content: "\f30a";
}
.fi-bs-transformation-design:before {
  content: "\f30b";
}
.fi-bs-transformation-shapes:before {
  content: "\f30c";
}
.fi-bs-transformer-bolt:before {
  content: "\f30d";
}
.fi-bs-transgender:before {
  content: "\f30e";
}
.fi-bs-translate:before {
  content: "\f30f";
}
.fi-bs-translation-app:before {
  content: "\f311";
}
.fi-bs-transparency:before {
  content: "\f312";
}
.fi-bs-transporter:before {
  content: "\f313";
}
.fi-bs-transporter-1:before {
  content: "\f314";
}
.fi-bs-transporter-2:before {
  content: "\f315";
}
.fi-bs-transporter-3:before {
  content: "\f316";
}
.fi-bs-transporter-4:before {
  content: "\f317";
}
.fi-bs-transporter-5:before {
  content: "\f318";
}
.fi-bs-transporter-6:before {
  content: "\f319";
}
.fi-bs-transporter-7:before {
  content: "\f31a";
}
.fi-bs-transporter-empty:before {
  content: "\f31b";
}
.fi-bs-trash:before {
  content: "\f31c";
}
.fi-bs-trash-bag:before {
  content: "\f31d";
}
.fi-bs-trash-can-check:before {
  content: "\f31e";
}
.fi-bs-trash-can-clock:before {
  content: "\f31f";
}
.fi-bs-trash-can-list:before {
  content: "\f320";
}
.fi-bs-trash-can-plus:before {
  content: "\f321";
}
.fi-bs-trash-can-slash:before {
  content: "\f322";
}
.fi-bs-trash-check:before {
  content: "\f323";
}
.fi-bs-trash-clock:before {
  content: "\f324";
}
.fi-bs-trash-empty:before {
  content: "\f325";
}
.fi-bs-trash-list:before {
  content: "\f326";
}
.fi-bs-trash-plus:before {
  content: "\f327";
}
.fi-bs-trash-restore:before {
  content: "\f328";
}
.fi-bs-trash-restore-alt:before {
  content: "\f329";
}
.fi-bs-trash-slash:before {
  content: "\f32a";
}
.fi-bs-trash-undo:before {
  content: "\f32b";
}
.fi-bs-trash-undo-alt:before {
  content: "\f32c";
}
.fi-bs-trash-xmark:before {
  content: "\f32d";
}
.fi-bs-trauma:before {
  content: "\f32e";
}
.fi-bs-traveler-camera:before {
  content: "\f330";
}
.fi-bs-treadmill:before {
  content: "\f331";
}
.fi-bs-treasure-chest:before {
  content: "\f332";
}
.fi-bs-treatment:before {
  content: "\f333";
}
.fi-bs-tree:before {
  content: "\f334";
}
.fi-bs-tree-alt:before {
  content: "\f335";
}
.fi-bs-tree-christmas:before {
  content: "\f336";
}
.fi-bs-tree-deciduous:before {
  content: "\f337";
}
.fi-bs-trees:before {
  content: "\f339";
}
.fi-bs-trees-alt:before {
  content: "\f33a";
}
.fi-bs-triangle:before {
  content: "\f33c";
}
.fi-bs-triangle-arrow-bolt:before {
  content: "\f33d";
}
.fi-bs-triangle-music:before {
  content: "\f33e";
}
.fi-bs-triangle-person-digging:before {
  content: "\f33f";
}
.fi-bs-triangle-warning:before {
  content: "\f340";
}
.fi-bs-tricycle:before {
  content: "\f341";
}
.fi-bs-trillium:before {
  content: "\f342";
}
.fi-bs-trombone:before {
  content: "\f345";
}
.fi-bs-troph-cap:before {
  content: "\f346";
}
.fi-bs-trophy:before {
  content: "\f347";
}
.fi-bs-trophy-achievement-skill:before {
  content: "\f348";
}
.fi-bs-trophy-star:before {
  content: "\f349";
}
.fi-bs-truck-arrow-left:before {
  content: "\f34a";
}
.fi-bs-truck-arrow-right:before {
  content: "\f34b";
}
.fi-bs-truck-bolt:before {
  content: "\f34c";
}
.fi-bs-truck-box:before {
  content: "\f34d";
}
.fi-bs-truck-check:before {
  content: "\f34e";
}
.fi-bs-truck-container:before {
  content: "\f350";
}
.fi-bs-truck-container-empty:before {
  content: "\f351";
}
.fi-bs-truck-couch:before {
  content: "\f352";
}
.fi-bs-truck-droplet:before {
  content: "\f353";
}
.fi-bs-truck-fire:before {
  content: "\f354";
}
.fi-bs-truck-flatbed:before {
  content: "\f355";
}
.fi-bs-truck-front:before {
  content: "\f356";
}
.fi-bs-truck-ladder:before {
  content: "\f357";
}
.fi-bs-truck-loading:before {
  content: "\f358";
}
.fi-bs-truck-medical:before {
  content: "\f359";
}
.fi-bs-truck-monster:before {
  content: "\f35a";
}
.fi-bs-truck-moving:before {
  content: "\f35b";
}
.fi-bs-truck-pickup:before {
  content: "\f35c";
}
.fi-bs-truck-plow:before {
  content: "\f35d";
}
.fi-bs-truck-ramp:before {
  content: "\f35e";
}
.fi-bs-truck-side:before {
  content: "\f35f";
}
.fi-bs-truck-tow:before {
  content: "\f360";
}
.fi-bs-truck-utensils:before {
  content: "\f361";
}
.fi-bs-trumpet:before {
  content: "\f363";
}
.fi-bs-trust:before {
  content: "\f364";
}
.fi-bs-trust-alt:before {
  content: "\f365";
}
.fi-bs-tshirt:before {
  content: "\f366";
}
.fi-bs-tty:before {
  content: "\f367";
}
.fi-bs-tty-answer:before {
  content: "\f368";
}
.fi-bs-tubes:before {
  content: "\f369";
}
.fi-bs-tuesday:before {
  content: "\f36b";
}
.fi-bs-tugrik-sign:before {
  content: "\f36c";
}
.fi-bs-turkey:before {
  content: "\f36e";
}
.fi-bs-turn-left:before {
  content: "\f36f";
}
.fi-bs-turn-left-down:before {
  content: "\f370";
}
.fi-bs-turn-right:before {
  content: "\f371";
}
.fi-bs-turntable:before {
  content: "\f372";
}
.fi-bs-turtle:before {
  content: "\f373";
}
.fi-bs-tv-music:before {
  content: "\f374";
}
.fi-bs-tv-retro:before {
  content: "\f375";
}
.fi-bs-two-nails:before {
  content: "\f37b";
}
.fi-bs-two-paperclip:before {
  content: "\f37c";
}
.fi-bs-two-swords:before {
  content: "\f37d";
}
.fi-bs-typewriter:before {
  content: "\f37f";
}
.fi-bs-u:before {
  content: "\f380";
}
.fi-bs-ufo:before {
  content: "\f383";
}
.fi-bs-ufo-beam:before {
  content: "\f384";
}
.fi-bs-ui-ux:before {
  content: "\f385";
}
.fi-bs-uk-country-code:before {
  content: "\f386";
}
.fi-bs-umbrella:before {
  content: "\f387";
}
.fi-bs-umbrella-beach:before {
  content: "\f388";
}
.fi-bs-under-construction:before {
  content: "\f389";
}
.fi-bs-underline:before {
  content: "\f38a";
}
.fi-bs-undo:before {
  content: "\f38b";
}
.fi-bs-undo-alt:before {
  content: "\f38c";
}
.fi-bs-unicorn:before {
  content: "\f38d";
}
.fi-bs-uniform-martial-arts:before {
  content: "\f38e";
}
.fi-bs-united-kingdom:before {
  content: "\f390";
}
.fi-bs-universal-access:before {
  content: "\f392";
}
.fi-bs-unlock:before {
  content: "\f393";
}
.fi-bs-up:before {
  content: "\f395";
}
.fi-bs-up-from-bracket:before {
  content: "\f396";
}
.fi-bs-up-left:before {
  content: "\f397";
}
.fi-bs-up-right:before {
  content: "\f398";
}
.fi-bs-up-right-from-square:before {
  content: "\f399";
}
.fi-bs-upload:before {
  content: "\f39a";
}
.fi-bs-urban-planning:before {
  content: "\f39d";
}
.fi-bs-url:before {
  content: "\f39e";
}
.fi-bs-urology:before {
  content: "\f39f";
}
.fi-bs-usa-map:before {
  content: "\f3a0";
}
.fi-bs-usa-map-pin:before {
  content: "\f3a1";
}
.fi-bs-usb-pendrive:before {
  content: "\f3a3";
}
.fi-bs-usb-scan:before {
  content: "\f3a4";
}
.fi-bs-usb-wifi:before {
  content: "\f3a5";
}
.fi-bs-usd-circle:before {
  content: "\f3a6";
}
.fi-bs-usd-square:before {
  content: "\f3a7";
}
.fi-bs-user:before {
  content: "\f3a9";
}
.fi-bs-user-add:before {
  content: "\f3aa";
}
.fi-bs-user-alien:before {
  content: "\f3ab";
}
.fi-bs-user-astronaut:before {
  content: "\f3ac";
}
.fi-bs-user-bag:before {
  content: "\f3ad";
}
.fi-bs-user-basket:before {
  content: "\f3ae";
}
.fi-bs-user-beard:before {
  content: "\f3af";
}
.fi-bs-user-check:before {
  content: "\f3b0";
}
.fi-bs-user-chef:before {
  content: "\f3b1";
}
.fi-bs-user-circle-down:before {
  content: "\f3b2";
}
.fi-bs-user-circle-left:before {
  content: "\f3b3";
}
.fi-bs-user-circle-right:before {
  content: "\f3b4";
}
.fi-bs-user-circle-up:before {
  content: "\f3b5";
}
.fi-bs-user-coach:before {
  content: "\f3b6";
}
.fi-bs-user-cowboy:before {
  content: "\f3b7";
}
.fi-bs-user-crown:before {
  content: "\f3b8";
}
.fi-bs-user-dj:before {
  content: "\f3ba";
}
.fi-bs-user-doctor-hair:before {
  content: "\f3bb";
}
.fi-bs-user-doctor-hair-long:before {
  content: "\f3bc";
}
.fi-bs-user-down:before {
  content: "\f3bd";
}
.fi-bs-user-eating:before {
  content: "\f3be";
}
.fi-bs-user-experience:before {
  content: "\f3bf";
}
.fi-bs-user-fast-running:before {
  content: "\f3c0";
}
.fi-bs-user-forbidden:before {
  content: "\f3c1";
}
.fi-bs-user-forbidden-alt:before {
  content: "\f3c2";
}
.fi-bs-user-gear:before {
  content: "\f3c3";
}
.fi-bs-user-graduate:before {
  content: "\f3c4";
}
.fi-bs-user-group-crown:before {
  content: "\f3c5";
}
.fi-bs-user-hair-buns:before {
  content: "\f3c6";
}
.fi-bs-user-hair-mullet:before {
  content: "\f3c7";
}
.fi-bs-user-hard-work:before {
  content: "\f3c8";
}
.fi-bs-user-headset:before {
  content: "\f3c9";
}
.fi-bs-user-helmet-safety:before {
  content: "\f3ca";
}
.fi-bs-user-hoodie:before {
  content: "\f3cb";
}
.fi-bs-user-india:before {
  content: "\f3cc";
}
.fi-bs-user-injured:before {
  content: "\f3cd";
}
.fi-bs-user-interface-ui:before {
  content: "\f3ce";
}
.fi-bs-user-key:before {
  content: "\f3cf";
}
.fi-bs-user-language:before {
  content: "\f3d0";
}
.fi-bs-user-left:before {
  content: "\f3d1";
}
.fi-bs-user-link:before {
  content: "\f3d2";
}
.fi-bs-user-lock:before {
  content: "\f3d3";
}
.fi-bs-user-logout:before {
  content: "\f3d4";
}
.fi-bs-user-mask:before {
  content: "\f3d5";
}
.fi-bs-user-md:before {
  content: "\f3d6";
}
.fi-bs-user-md-chat:before {
  content: "\f3d7";
}
.fi-bs-user-minus:before {
  content: "\f3d8";
}
.fi-bs-user-moustache:before {
  content: "\f3d9";
}
.fi-bs-user-music:before {
  content: "\f3da";
}
.fi-bs-user-ninja:before {
  content: "\f3db";
}
.fi-bs-user-nurse:before {
  content: "\f3dc";
}
.fi-bs-user-nurse-hair:before {
  content: "\f3dd";
}
.fi-bs-user-nurse-hair-long:before {
  content: "\f3de";
}
.fi-bs-user-pen:before {
  content: "\f3e0";
}
.fi-bs-user-pen-head:before {
  content: "\f3e1";
}
.fi-bs-user-permissions:before {
  content: "\f3e2";
}
.fi-bs-user-pilot:before {
  content: "\f3e3";
}
.fi-bs-user-pilot-tie:before {
  content: "\f3e4";
}
.fi-bs-user-pizza-delivery:before {
  content: "\f3e5";
}
.fi-bs-user-plumber:before {
  content: "\f3e6";
}
.fi-bs-user-police:before {
  content: "\f3e7";
}
.fi-bs-user-question:before {
  content: "\f3e8";
}
.fi-bs-user-right:before {
  content: "\f3e9";
}
.fi-bs-user-roadmap:before {
  content: "\f3ea";
}
.fi-bs-user-robot:before {
  content: "\f3eb";
}
.fi-bs-user-robot-xmarks:before {
  content: "\f3ec";
}
.fi-bs-user-salary:before {
  content: "\f3ed";
}
.fi-bs-user-shakespeare:before {
  content: "\f3ee";
}
.fi-bs-user-shield:before {
  content: "\f3ef";
}
.fi-bs-user-sitting-toilet:before {
  content: "\f3f0";
}
.fi-bs-user-skill-gear:before {
  content: "\f3f2";
}
.fi-bs-user-slash:before {
  content: "\f3f3";
}
.fi-bs-user-speaking:before {
  content: "\f3f4";
}
.fi-bs-user-stress:before {
  content: "\f3f5";
}
.fi-bs-user-suitcase:before {
  content: "\f3f6";
}
.fi-bs-user-tag:before {
  content: "\f3f7";
}
.fi-bs-user-tie-hair:before {
  content: "\f3f8";
}
.fi-bs-user-tie-hair-long:before {
  content: "\f3f9";
}
.fi-bs-user-time:before {
  content: "\f3fa";
}
.fi-bs-user-trust:before {
  content: "\f3fb";
}
.fi-bs-user-unlock:before {
  content: "\f3fc";
}
.fi-bs-user-up:before {
  content: "\f3fd";
}
.fi-bs-user-visor:before {
  content: "\f3fe";
}
.fi-bs-user-vneck-hair:before {
  content: "\f3ff";
}
.fi-bs-user-vneck-hair-long:before {
  content: "\f400";
}
.fi-bs-user-volunteer:before {
  content: "\f401";
}
.fi-bs-user-writer:before {
  content: "\f402";
}
.fi-bs-user-xmark:before {
  content: "\f403";
}
.fi-bs-users:before {
  content: "\f404";
}
.fi-bs-users-alt:before {
  content: "\f405";
}
.fi-bs-users-class:before {
  content: "\f406";
}
.fi-bs-users-gear:before {
  content: "\f409";
}
.fi-bs-users-loyalty:before {
  content: "\f40a";
}
.fi-bs-users-medical:before {
  content: "\f40b";
}
.fi-bs-users-slash:before {
  content: "\f40c";
}
.fi-bs-users-speaking:before {
  content: "\f40d";
}
.fi-bs-utensils:before {
  content: "\f40e";
}
.fi-bs-utensils-slash:before {
  content: "\f40f";
}
.fi-bs-utility-pole:before {
  content: "\f410";
}
.fi-bs-utility-pole-double:before {
  content: "\f411";
}
.fi-bs-ux:before {
  content: "\f413";
}
.fi-bs-ux-browser:before {
  content: "\f414";
}
.fi-bs-v:before {
  content: "\f415";
}
.fi-bs-vacuum:before {
  content: "\f417";
}
.fi-bs-vacuum-cleaner:before {
  content: "\f418";
}
.fi-bs-vacuum-robot:before {
  content: "\f419";
}
.fi-bs-value-absolute:before {
  content: "\f41a";
}
.fi-bs-van-fast:before {
  content: "\f41b";
}
.fi-bs-van-front:before {
  content: "\f41c";
}
.fi-bs-vault:before {
  content: "\f41d";
}
.fi-bs-vector:before {
  content: "\f41e";
}
.fi-bs-vector-alt:before {
  content: "\f41f";
}
.fi-bs-vector-circle:before {
  content: "\f420";
}
.fi-bs-vector-polygon:before {
  content: "\f421";
}
.fi-bs-vegan:before {
  content: "\f422";
}
.fi-bs-venus:before {
  content: "\f423";
}
.fi-bs-venus-double:before {
  content: "\f424";
}
.fi-bs-venus-mars:before {
  content: "\f425";
}
.fi-bs-vest:before {
  content: "\f427";
}
.fi-bs-vest-patches:before {
  content: "\f428";
}
.fi-bs-video-arrow-down-left:before {
  content: "\f429";
}
.fi-bs-video-arrow-up-right:before {
  content: "\f42a";
}
.fi-bs-video-camera:before {
  content: "\f42b";
}
.fi-bs-video-camera-alt:before {
  content: "\f42c";
}
.fi-bs-video-duration:before {
  content: "\f42d";
}
.fi-bs-video-folder:before {
  content: "\f42e";
}
.fi-bs-video-plus:before {
  content: "\f430";
}
.fi-bs-video-recording:before {
  content: "\f431";
}
.fi-bs-video-slash:before {
  content: "\f432";
}
.fi-bs-videoconference:before {
  content: "\f433";
}
.fi-bs-vihara:before {
  content: "\f435";
}
.fi-bs-violin:before {
  content: "\f437";
}
.fi-bs-virtual-assistant:before {
  content: "\f438";
}
.fi-bs-virus:before {
  content: "\f439";
}
.fi-bs-virus-scan:before {
  content: "\f43a";
}
.fi-bs-virus-slash:before {
  content: "\f43b";
}
.fi-bs-viruses:before {
  content: "\f43c";
}
.fi-bs-vision:before {
  content: "\f43e";
}
.fi-bs-vision-sense:before {
  content: "\f43f";
}
.fi-bs-vision-target:before {
  content: "\f440";
}
.fi-bs-visit:before {
  content: "\f441";
}
.fi-bs-voice-command:before {
  content: "\f444";
}
.fi-bs-voice-note:before {
  content: "\f445";
}
.fi-bs-voicemail:before {
  content: "\f446";
}
.fi-bs-volcano:before {
  content: "\f447";
}
.fi-bs-volleyball:before {
  content: "\f448";
}
.fi-bs-volleyball-player:before {
  content: "\f449";
}
.fi-bs-volume:before {
  content: "\f44a";
}
.fi-bs-volume-control:before {
  content: "\f44b";
}
.fi-bs-volume-down:before {
  content: "\f44c";
}
.fi-bs-volume-mute:before {
  content: "\f44d";
}
.fi-bs-volume-off:before {
  content: "\f44e";
}
.fi-bs-volume-slash:before {
  content: "\f44f";
}
.fi-bs-volunteer-vest:before {
  content: "\f450";
}
.fi-bs-vote-nay:before {
  content: "\f451";
}
.fi-bs-vote-yea:before {
  content: "\f452";
}
.fi-bs-vpn:before {
  content: "\f453";
}
.fi-bs-vpn-globe:before {
  content: "\f454";
}
.fi-bs-vpn-laptop:before {
  content: "\f455";
}
.fi-bs-vpn-network:before {
  content: "\f456";
}
.fi-bs-vpn-shield:before {
  content: "\f457";
}
.fi-bs-vr-cardboard:before {
  content: "\f458";
}
.fi-bs-w:before {
  content: "\f459";
}
.fi-bs-waffle:before {
  content: "\f45a";
}
.fi-bs-wagon-covered:before {
  content: "\f45b";
}
.fi-bs-walker:before {
  content: "\f45c";
}
.fi-bs-walkie-talkie:before {
  content: "\f45d";
}
.fi-bs-walking:before {
  content: "\f45e";
}
.fi-bs-wallet:before {
  content: "\f45f";
}
.fi-bs-wallet-arrow:before {
  content: "\f460";
}
.fi-bs-wallet-buyer:before {
  content: "\f461";
}
.fi-bs-wallet-change:before {
  content: "\f462";
}
.fi-bs-wallet-income:before {
  content: "\f463";
}
.fi-bs-wallet-money:before {
  content: "\f464";
}
.fi-bs-wallet-nft:before {
  content: "\f465";
}
.fi-bs-warehouse-alt:before {
  content: "\f468";
}
.fi-bs-warranty:before {
  content: "\f469";
}
.fi-bs-washer:before {
  content: "\f46a";
}
.fi-bs-washing-dishes:before {
  content: "\f46b";
}
.fi-bs-waste:before {
  content: "\f46c";
}
.fi-bs-waste-pollution:before {
  content: "\f46d";
}
.fi-bs-watch:before {
  content: "\f46e";
}
.fi-bs-watch-calculator:before {
  content: "\f46f";
}
.fi-bs-watch-fitness:before {
  content: "\f470";
}
.fi-bs-watch-smart:before {
  content: "\f471";
}
.fi-bs-water:before {
  content: "\f472";
}
.fi-bs-water-bottle:before {
  content: "\f473";
}
.fi-bs-water-drop:before {
  content: "\f474";
}
.fi-bs-water-ladder:before {
  content: "\f476";
}
.fi-bs-water-lower:before {
  content: "\f477";
}
.fi-bs-water-rise:before {
  content: "\f478";
}
.fi-bs-water-ski:before {
  content: "\f479";
}
.fi-bs-watering-can-drop:before {
  content: "\f47a";
}
.fi-bs-watering-can-plant:before {
  content: "\f47b";
}
.fi-bs-watermelon:before {
  content: "\f47c";
}
.fi-bs-waterpolo:before {
  content: "\f47f";
}
.fi-bs-waterpolo-goal:before {
  content: "\f480";
}
.fi-bs-waterpolo-hand:before {
  content: "\f481";
}
.fi-bs-waterpolo-player:before {
  content: "\f482";
}
.fi-bs-wave:before {
  content: "\f483";
}
.fi-bs-wave-sine:before {
  content: "\f484";
}
.fi-bs-wave-square:before {
  content: "\f485";
}
.fi-bs-wave-triangle:before {
  content: "\f486";
}
.fi-bs-waveform:before {
  content: "\f487";
}
.fi-bs-waveform-path:before {
  content: "\f489";
}
.fi-bs-web-browser-bomb:before {
  content: "\f48c";
}
.fi-bs-web-design:before {
  content: "\f48d";
}
.fi-bs-web-test:before {
  content: "\f490";
}
.fi-bs-webcam:before {
  content: "\f491";
}
.fi-bs-webcam-slash:before {
  content: "\f492";
}
.fi-bs-webhook:before {
  content: "\f493";
}
.fi-bs-webinar:before {
  content: "\f494";
}
.fi-bs-webinar-play:before {
  content: "\f495";
}
.fi-bs-website-design:before {
  content: "\f496";
}
.fi-bs-website-layout:before {
  content: "\f497";
}
.fi-bs-website-speed:before {
  content: "\f498";
}
.fi-bs-website-structure:before {
  content: "\f499";
}
.fi-bs-wednesday:before {
  content: "\f49a";
}
.fi-bs-weight-gain:before {
  content: "\f49b";
}
.fi-bs-weight-loss:before {
  content: "\f49c";
}
.fi-bs-wellbeing:before {
  content: "\f49e";
}
.fi-bs-whale:before {
  content: "\f4a0";
}
.fi-bs-wheat:before {
  content: "\f4a2";
}
.fi-bs-wheat-awn:before {
  content: "\f4a3";
}
.fi-bs-wheat-awn-circle-exclamation:before {
  content: "\f4a4";
}
.fi-bs-wheat-awn-slash:before {
  content: "\f4a5";
}
.fi-bs-wheat-slash:before {
  content: "\f4a6";
}
.fi-bs-wheelchair:before {
  content: "\f4a7";
}
.fi-bs-wheelchair-move:before {
  content: "\f4a8";
}
.fi-bs-wheelchair-sleeping:before {
  content: "\f4a9";
}
.fi-bs-whistle:before {
  content: "\f4aa";
}
.fi-bs-white-space:before {
  content: "\f4ab";
}
.fi-bs-wifi:before {
  content: "\f4ac";
}
.fi-bs-wifi-1:before {
  content: "\f4ad";
}
.fi-bs-wifi-2:before {
  content: "\f4ae";
}
.fi-bs-wifi-alt:before {
  content: "\f4af";
}
.fi-bs-wifi-exclamation:before {
  content: "\f4b0";
}
.fi-bs-wifi-lock:before {
  content: "\f4b1";
}
.fi-bs-wifi-password:before {
  content: "\f4b2";
}
.fi-bs-wifi-slash:before {
  content: "\f4b3";
}
.fi-bs-wifi-xmark:before {
  content: "\f4b4";
}
.fi-bs-wildfire:before {
  content: "\f4b6";
}
.fi-bs-wind:before {
  content: "\f4b7";
}
.fi-bs-wind-turbine:before {
  content: "\f4b8";
}
.fi-bs-wind-warning:before {
  content: "\f4b9";
}
.fi-bs-window-alt:before {
  content: "\f4bb";
}
.fi-bs-window-frame:before {
  content: "\f4bc";
}
.fi-bs-window-frame-open:before {
  content: "\f4bd";
}
.fi-bs-window-maximize:before {
  content: "\f4be";
}
.fi-bs-window-minimize:before {
  content: "\f4bf";
}
.fi-bs-window-restore:before {
  content: "\f4c0";
}
.fi-bs-windsock:before {
  content: "\f4c2";
}
.fi-bs-windsurf:before {
  content: "\f4c3";
}
.fi-bs-wine-bottle:before {
  content: "\f4c4";
}
.fi-bs-wine-glass-crack:before {
  content: "\f4c5";
}
.fi-bs-wine-glass-empty:before {
  content: "\f4c6";
}
.fi-bs-wings-box:before {
  content: "\f4c7";
}
.fi-bs-wisdom:before {
  content: "\f4c9";
}
.fi-bs-wishlist-heart:before {
  content: "\f4ca";
}
.fi-bs-wishlist-star:before {
  content: "\f4cb";
}
.fi-bs-witness:before {
  content: "\f4cc";
}
.fi-bs-woman-head:before {
  content: "\f4ce";
}
.fi-bs-woman-scientist:before {
  content: "\f4cf";
}
.fi-bs-women-swimsuit:before {
  content: "\f4d0";
}
.fi-bs-won-sign:before {
  content: "\f4d1";
}
.fi-bs-work-in-progress:before {
  content: "\f4d3";
}
.fi-bs-workflow:before {
  content: "\f4d4";
}
.fi-bs-workflow-alt:before {
  content: "\f4d5";
}
.fi-bs-workflow-setting:before {
  content: "\f4d6";
}
.fi-bs-workflow-setting-alt:before {
  content: "\f4d7";
}
.fi-bs-workshop:before {
  content: "\f4d9";
}
.fi-bs-world:before {
  content: "\f4db";
}
.fi-bs-world-megaphone:before {
  content: "\f4dc";
}
.fi-bs-worm:before {
  content: "\f4de";
}
.fi-bs-wrap:before {
  content: "\f4df";
}
.fi-bs-wreath:before {
  content: "\f4e0";
}
.fi-bs-wrench-alt:before {
  content: "\f4e1";
}
.fi-bs-wrench-simple:before {
  content: "\f4e2";
}
.fi-bs-x:before {
  content: "\f4e6";
}
.fi-bs-x-ray:before {
  content: "\f4e7";
}
.fi-bs-y:before {
  content: "\f4ea";
}
.fi-bs-y2k:before {
  content: "\f4eb";
}
.fi-bs-yen:before {
  content: "\f4ef";
}
.fi-bs-yin-yang:before {
  content: "\f4f0";
}
.fi-bs-yoga-ball:before {
  content: "\f4f3";
}
.fi-bs-yoga-ball-exercise:before {
  content: "\f4f4";
}
.fi-bs-yoga-ball-mat:before {
  content: "\f4f5";
}
.fi-bs-yoga-mat:before {
  content: "\f4f6";
}
.fi-bs-yoga-moon:before {
  content: "\f4f7";
}
.fi-bs-yoga-posture:before {
  content: "\f4f8";
}
.fi-bs-z:before {
  content: "\f4fa";
}
.fi-bs-zero-percent:before {
  content: "\f4fb";
}
.fi-bs-zip-file:before {
  content: "\f4fc";
}
.fi-bs-zoom-in:before {
  content: "\f4fe";
}
.fi-bs-zoom-out:before {
  content: "\f4ff";
}
@font-face {
  font-family: "uicons-solid-rounded";
  src:
    url("./media/uicons-solid-rounded-PZGLROZY.woff2") format("woff2"),
    url("./media/uicons-solid-rounded-IVVV4XPA.woff") format("woff"),
    url("./media/uicons-solid-rounded-LJ4IGE2H.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-sr-]:before,
i[class*=" fi-sr-"]:before,
span[class^=fi-sr-]:before,
span[class*=fi-sr-]:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-sr-0:before {
  content: "\e001";
}
.fi-sr-00s-music-disc:before {
  content: "\e002";
}
.fi-sr-1:before {
  content: "\e003";
}
.fi-sr-2:before {
  content: "\e007";
}
.fi-sr-3:before {
  content: "\e009";
}
.fi-sr-360-degrees:before {
  content: "\e00b";
}
.fi-sr-4:before {
  content: "\e00d";
}
.fi-sr-404:before {
  content: "\e00f";
}
.fi-sr-5:before {
  content: "\e010";
}
.fi-sr-5g-lock:before {
  content: "\e013";
}
.fi-sr-6:before {
  content: "\e014";
}
.fi-sr-60s-music-disc:before {
  content: "\e015";
}
.fi-sr-7:before {
  content: "\e016";
}
.fi-sr-70s-music-disc:before {
  content: "\e017";
}
.fi-sr-8:before {
  content: "\e018";
}
.fi-sr-80s-music-disc:before {
  content: "\e019";
}
.fi-sr-9:before {
  content: "\e01a";
}
.fi-sr-90s:before {
  content: "\e01b";
}
.fi-sr-90s-music-disc:before {
  content: "\e01c";
}
.fi-sr-a:before {
  content: "\e01d";
}
.fi-sr-abacus:before {
  content: "\e01e";
}
.fi-sr-abdomen:before {
  content: "\e020";
}
.fi-sr-access-control:before {
  content: "\e022";
}
.fi-sr-access-denied:before {
  content: "\e023";
}
.fi-sr-accident:before {
  content: "\e024";
}
.fi-sr-accordion:before {
  content: "\e025";
}
.fi-sr-acorn:before {
  content: "\e028";
}
.fi-sr-ad:before {
  content: "\e02a";
}
.fi-sr-ad-forbidden:before {
  content: "\e02b";
}
.fi-sr-ad-paid:before {
  content: "\e02c";
}
.fi-sr-ad-slash:before {
  content: "\e02d";
}
.fi-sr-add:before {
  content: "\e02e";
}
.fi-sr-add-document:before {
  content: "\e030";
}
.fi-sr-add-folder:before {
  content: "\e031";
}
.fi-sr-add-image:before {
  content: "\e032";
}
.fi-sr-address-book:before {
  content: "\e033";
}
.fi-sr-address-card:before {
  content: "\e034";
}
.fi-sr-admin:before {
  content: "\e035";
}
.fi-sr-admin-alt:before {
  content: "\e036";
}
.fi-sr-age:before {
  content: "\e040";
}
.fi-sr-age-alt:before {
  content: "\e041";
}
.fi-sr-age-restriction-eighteen:before {
  content: "\e042";
}
.fi-sr-age-restriction-seven:before {
  content: "\e043";
}
.fi-sr-age-restriction-six:before {
  content: "\e044";
}
.fi-sr-age-restriction-sixteen:before {
  content: "\e045";
}
.fi-sr-age-restriction-thirteen:before {
  content: "\e047";
}
.fi-sr-age-restriction-three:before {
  content: "\e048";
}
.fi-sr-age-restriction-twelve:before {
  content: "\e049";
}
.fi-sr-age-restriction-twenty-one:before {
  content: "\e04a";
}
.fi-sr-age-restriction-zero:before {
  content: "\e04b";
}
.fi-sr-ai-algorithm:before {
  content: "\e04e";
}
.fi-sr-ai-artist:before {
  content: "\e04f";
}
.fi-sr-ai-technology:before {
  content: "\e050";
}
.fi-sr-air-conditioner:before {
  content: "\e051";
}
.fi-sr-air-freshener:before {
  content: "\e052";
}
.fi-sr-air-pollution:before {
  content: "\e053";
}
.fi-sr-airplane-journey:before {
  content: "\e055";
}
.fi-sr-airplane-mode-off:before {
  content: "\e056";
}
.fi-sr-airplane-mode-on:before {
  content: "\e057";
}
.fi-sr-airplane-window-open:before {
  content: "\e058";
}
.fi-sr-airplay:before {
  content: "\e059";
}
.fi-sr-alarm-clock:before {
  content: "\e05a";
}
.fi-sr-alarm-exclamation:before {
  content: "\e05b";
}
.fi-sr-alarm-off:before {
  content: "\e05c";
}
.fi-sr-alarm-plus:before {
  content: "\e05d";
}
.fi-sr-alarm-snooze:before {
  content: "\e05e";
}
.fi-sr-album:before {
  content: "\e05f";
}
.fi-sr-album-circle-plus:before {
  content: "\e060";
}
.fi-sr-album-circle-user:before {
  content: "\e061";
}
.fi-sr-album-collection:before {
  content: "\e062";
}
.fi-sr-algorithm:before {
  content: "\e064";
}
.fi-sr-alicorn:before {
  content: "\e065";
}
.fi-sr-alien:before {
  content: "\e066";
}
.fi-sr-align-center:before {
  content: "\e068";
}
.fi-sr-align-justify:before {
  content: "\e069";
}
.fi-sr-align-left:before {
  content: "\e06a";
}
.fi-sr-align-slash:before {
  content: "\e06b";
}
.fi-sr-allergy:before {
  content: "\e06d";
}
.fi-sr-aloe-vera:before {
  content: "\e06e";
}
.fi-sr-ambulance:before {
  content: "\e070";
}
.fi-sr-american-football:before {
  content: "\e073";
}
.fi-sr-amp-guitar:before {
  content: "\e075";
}
.fi-sr-amusement-park:before {
  content: "\e077";
}
.fi-sr-analyse:before {
  content: "\e078";
}
.fi-sr-analyse-alt:before {
  content: "\e079";
}
.fi-sr-analytics:before {
  content: "\e07a";
}
.fi-sr-analytics-magnifying-glass:before {
  content: "\e07b";
}
.fi-sr-anatomical-heart:before {
  content: "\e07d";
}
.fi-sr-anchor:before {
  content: "\e07e";
}
.fi-sr-angel:before {
  content: "\e080";
}
.fi-sr-angle:before {
  content: "\e081";
}
.fi-sr-angle-90:before {
  content: "\e082";
}
.fi-sr-angle-circle-down:before {
  content: "\e083";
}
.fi-sr-angle-circle-left:before {
  content: "\e084";
}
.fi-sr-angle-circle-right:before {
  content: "\e085";
}
.fi-sr-angle-circle-up:before {
  content: "\e086";
}
.fi-sr-angle-double-left:before {
  content: "\e087";
}
.fi-sr-angle-double-right:before {
  content: "\e088";
}
.fi-sr-angle-double-small-down:before {
  content: "\e089";
}
.fi-sr-angle-double-small-left:before {
  content: "\e08a";
}
.fi-sr-angle-double-small-right:before {
  content: "\e08b";
}
.fi-sr-angle-double-small-up:before {
  content: "\e08c";
}
.fi-sr-angle-down:before {
  content: "\e08d";
}
.fi-sr-angle-left:before {
  content: "\e08e";
}
.fi-sr-angle-right:before {
  content: "\e08f";
}
.fi-sr-angle-small-down:before {
  content: "\e090";
}
.fi-sr-angle-small-left:before {
  content: "\e091";
}
.fi-sr-angle-small-right:before {
  content: "\e092";
}
.fi-sr-angle-small-up:before {
  content: "\e093";
}
.fi-sr-angle-square-down:before {
  content: "\e094";
}
.fi-sr-angle-square-left:before {
  content: "\e095";
}
.fi-sr-angle-square-right:before {
  content: "\e096";
}
.fi-sr-angle-square-up:before {
  content: "\e097";
}
.fi-sr-angle-up:before {
  content: "\e098";
}
.fi-sr-angles-up-down:before {
  content: "\e099";
}
.fi-sr-angry:before {
  content: "\e09a";
}
.fi-sr-animated-icon:before {
  content: "\e09c";
}
.fi-sr-anise:before {
  content: "\e09d";
}
.fi-sr-ankh:before {
  content: "\e09e";
}
.fi-sr-answer:before {
  content: "\e09f";
}
.fi-sr-answer-alt:before {
  content: "\e0a0";
}
.fi-sr-anxiety:before {
  content: "\e0a1";
}
.fi-sr-apartment:before {
  content: "\e0a2";
}
.fi-sr-aperture:before {
  content: "\e0a3";
}
.fi-sr-api:before {
  content: "\e0a4";
}
.fi-sr-app-notification:before {
  content: "\e0a7";
}
.fi-sr-appendicitis:before {
  content: "\e0a9";
}
.fi-sr-apple-books:before {
  content: "\e0ab";
}
.fi-sr-apple-core:before {
  content: "\e0ac";
}
.fi-sr-apple-crate:before {
  content: "\e0ad";
}
.fi-sr-apple-dumbbell:before {
  content: "\e0ae";
}
.fi-sr-apple-juice:before {
  content: "\e0af";
}
.fi-sr-apple-pie:before {
  content: "\e0b1";
}
.fi-sr-apple-whole:before {
  content: "\e0b2";
}
.fi-sr-apps:before {
  content: "\e0b3";
}
.fi-sr-apps-add:before {
  content: "\e0b4";
}
.fi-sr-apps-delete:before {
  content: "\e0b5";
}
.fi-sr-apps-sort:before {
  content: "\e0b6";
}
.fi-sr-april-calendar:before {
  content: "\e0b7";
}
.fi-sr-archery:before {
  content: "\e0b8";
}
.fi-sr-architect-plan:before {
  content: "\e0b9";
}
.fi-sr-archive:before {
  content: "\e0ba";
}
.fi-sr-archway:before {
  content: "\e0bb";
}
.fi-sr-army-general:before {
  content: "\e0be";
}
.fi-sr-arrow-alt-circle-down:before {
  content: "\e0bf";
}
.fi-sr-arrow-alt-circle-left:before {
  content: "\e0c0";
}
.fi-sr-arrow-alt-circle-right:before {
  content: "\e0c1";
}
.fi-sr-arrow-alt-circle-up:before {
  content: "\e0c2";
}
.fi-sr-arrow-alt-down:before {
  content: "\e0c3";
}
.fi-sr-arrow-alt-from-bottom:before {
  content: "\e0c4";
}
.fi-sr-arrow-alt-from-left:before {
  content: "\e0c5";
}
.fi-sr-arrow-alt-from-right:before {
  content: "\e0c6";
}
.fi-sr-arrow-alt-from-top:before {
  content: "\e0c7";
}
.fi-sr-arrow-alt-left:before {
  content: "\e0c8";
}
.fi-sr-arrow-alt-right:before {
  content: "\e0c9";
}
.fi-sr-arrow-alt-square-down:before {
  content: "\e0ca";
}
.fi-sr-arrow-alt-square-left:before {
  content: "\e0cb";
}
.fi-sr-arrow-alt-square-right:before {
  content: "\e0cc";
}
.fi-sr-arrow-alt-square-up:before {
  content: "\e0cd";
}
.fi-sr-arrow-alt-to-bottom:before {
  content: "\e0ce";
}
.fi-sr-arrow-alt-to-left:before {
  content: "\e0cf";
}
.fi-sr-arrow-alt-to-right:before {
  content: "\e0d0";
}
.fi-sr-arrow-alt-to-top:before {
  content: "\e0d1";
}
.fi-sr-arrow-alt-up:before {
  content: "\e0d2";
}
.fi-sr-arrow-circle-down:before {
  content: "\e0d3";
}
.fi-sr-arrow-circle-left:before {
  content: "\e0d4";
}
.fi-sr-arrow-circle-right:before {
  content: "\e0d5";
}
.fi-sr-arrow-circle-up:before {
  content: "\e0d6";
}
.fi-sr-arrow-comparison:before {
  content: "\e0d7";
}
.fi-sr-arrow-down:before {
  content: "\e0d8";
}
.fi-sr-arrow-down-from-arc:before {
  content: "\e0da";
}
.fi-sr-arrow-down-from-dotted-line:before {
  content: "\e0db";
}
.fi-sr-arrow-down-left:before {
  content: "\e0dc";
}
.fi-sr-arrow-down-small-big:before {
  content: "\e0dd";
}
.fi-sr-arrow-down-strenght:before {
  content: "\e0de";
}
.fi-sr-arrow-down-to-dotted-line:before {
  content: "\e0df";
}
.fi-sr-arrow-down-to-square:before {
  content: "\e0e0";
}
.fi-sr-arrow-down-triangle-square:before {
  content: "\e0e1";
}
.fi-sr-arrow-from-bottom:before {
  content: "\e0e2";
}
.fi-sr-arrow-from-left:before {
  content: "\e0e3";
}
.fi-sr-arrow-from-right:before {
  content: "\e0e4";
}
.fi-sr-arrow-from-top:before {
  content: "\e0e5";
}
.fi-sr-arrow-left:before {
  content: "\e0e6";
}
.fi-sr-arrow-left-from-arc:before {
  content: "\e0e7";
}
.fi-sr-arrow-left-from-line:before {
  content: "\e0e8";
}
.fi-sr-arrow-left-to-arc:before {
  content: "\e0e9";
}
.fi-sr-arrow-progress:before {
  content: "\e0ea";
}
.fi-sr-arrow-progress-alt:before {
  content: "\e0eb";
}
.fi-sr-arrow-right:before {
  content: "\e0ec";
}
.fi-sr-arrow-right-to-bracket:before {
  content: "\e0ed";
}
.fi-sr-arrow-right-to-city:before {
  content: "\e0ee";
}
.fi-sr-arrow-small-down:before {
  content: "\e0ef";
}
.fi-sr-arrow-small-left:before {
  content: "\e0f0";
}
.fi-sr-arrow-small-right:before {
  content: "\e0f1";
}
.fi-sr-arrow-small-up:before {
  content: "\e0f2";
}
.fi-sr-arrow-square-down:before {
  content: "\e0f3";
}
.fi-sr-arrow-square-left:before {
  content: "\e0f4";
}
.fi-sr-arrow-square-right:before {
  content: "\e0f5";
}
.fi-sr-arrow-square-up:before {
  content: "\e0f6";
}
.fi-sr-arrow-to-bottom:before {
  content: "\e0f7";
}
.fi-sr-arrow-to-left:before {
  content: "\e0f8";
}
.fi-sr-arrow-to-right:before {
  content: "\e0f9";
}
.fi-sr-arrow-to-top:before {
  content: "\e0fa";
}
.fi-sr-arrow-trend-down:before {
  content: "\e0fb";
}
.fi-sr-arrow-trend-up:before {
  content: "\e0fc";
}
.fi-sr-arrow-turn-down-left:before {
  content: "\e0fd";
}
.fi-sr-arrow-turn-down-right:before {
  content: "\e0fe";
}
.fi-sr-arrow-turn-left-up:before {
  content: "\e100";
}
.fi-sr-arrow-up:before {
  content: "\e102";
}
.fi-sr-arrow-up-from-dotted-line:before {
  content: "\e103";
}
.fi-sr-arrow-up-from-ground-water:before {
  content: "\e104";
}
.fi-sr-arrow-up-from-square:before {
  content: "\e105";
}
.fi-sr-arrow-up-left:before {
  content: "\e106";
}
.fi-sr-arrow-up-left-from-circle:before {
  content: "\e107";
}
.fi-sr-arrow-up-right:before {
  content: "\e108";
}
.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e109";
}
.fi-sr-arrow-up-right-from-square:before {
  content: "\e10a";
}
.fi-sr-arrow-up-small-big:before {
  content: "\e10b";
}
.fi-sr-arrow-up-square-triangle:before {
  content: "\e10c";
}
.fi-sr-arrow-up-to-arc:before {
  content: "\e10d";
}
.fi-sr-arrow-up-to-dotted-line:before {
  content: "\e10e";
}
.fi-sr-arrow-upward-growth-crypto:before {
  content: "\e10f";
}
.fi-sr-arrows:before {
  content: "\e110";
}
.fi-sr-arrows-alt:before {
  content: "\e111";
}
.fi-sr-arrows-alt-h:before {
  content: "\e112";
}
.fi-sr-arrows-alt-v:before {
  content: "\e113";
}
.fi-sr-arrows-cross:before {
  content: "\e114";
}
.fi-sr-arrows-down-curve:before {
  content: "\e115";
}
.fi-sr-arrows-down-to-people:before {
  content: "\e116";
}
.fi-sr-arrows-from-dotted-line:before {
  content: "\e117";
}
.fi-sr-arrows-from-line:before {
  content: "\e118";
}
.fi-sr-arrows-h:before {
  content: "\e119";
}
.fi-sr-arrows-h-copy:before {
  content: "\e11a";
}
.fi-sr-arrows-repeat:before {
  content: "\e11b";
}
.fi-sr-arrows-repeat-1:before {
  content: "\e11c";
}
.fi-sr-arrows-retweet:before {
  content: "\e11d";
}
.fi-sr-arrows-split-right-and-left:before {
  content: "\e11f";
}
.fi-sr-arrows-split-up-and-left:before {
  content: "\e120";
}
.fi-sr-arrows-to-circle:before {
  content: "\e121";
}
.fi-sr-arrows-to-dot:before {
  content: "\e122";
}
.fi-sr-arrows-to-dotted-line:before {
  content: "\e123";
}
.fi-sr-arrows-to-eye:before {
  content: "\e124";
}
.fi-sr-arrows-to-line:before {
  content: "\e125";
}
.fi-sr-artificial-intelligence:before {
  content: "\e126";
}
.fi-sr-artist:before {
  content: "\e127";
}
.fi-sr-assept-document:before {
  content: "\e129";
}
.fi-sr-assessment:before {
  content: "\e12a";
}
.fi-sr-assessment-alt:before {
  content: "\e12b";
}
.fi-sr-assistive-listening-systems:before {
  content: "\e12d";
}
.fi-sr-asterik:before {
  content: "\e12e";
}
.fi-sr-asthma:before {
  content: "\e12f";
}
.fi-sr-at:before {
  content: "\e133";
}
.fi-sr-atm:before {
  content: "\e136";
}
.fi-sr-attention-detail:before {
  content: "\e139";
}
.fi-sr-attribution-pen:before {
  content: "\e13a";
}
.fi-sr-attribution-pencil:before {
  content: "\e13b";
}
.fi-sr-aubergine:before {
  content: "\e13c";
}
.fi-sr-auction:before {
  content: "\e13d";
}
.fi-sr-auction-paddle:before {
  content: "\e13f";
}
.fi-sr-audience-megaphone:before {
  content: "\e140";
}
.fi-sr-audio-description-slash:before {
  content: "\e141";
}
.fi-sr-audit:before {
  content: "\e142";
}
.fi-sr-audit-alt:before {
  content: "\e143";
}
.fi-sr-august-calendar:before {
  content: "\e146";
}
.fi-sr-austral-sign:before {
  content: "\e147";
}
.fi-sr-australia:before {
  content: "\e148";
}
.fi-sr-australia-country-code:before {
  content: "\e149";
}
.fi-sr-australia-flag:before {
  content: "\e14a";
}
.fi-sr-auto-pilot:before {
  content: "\e14b";
}
.fi-sr-auto-reply:before {
  content: "\e14c";
}
.fi-sr-auto-sync:before {
  content: "\e14d";
}
.fi-sr-autosave:before {
  content: "\e14e";
}
.fi-sr-avi-file:before {
  content: "\e14f";
}
.fi-sr-avocado:before {
  content: "\e150";
}
.fi-sr-award:before {
  content: "\e151";
}
.fi-sr-axe:before {
  content: "\e153";
}
.fi-sr-axe-battle:before {
  content: "\e154";
}
.fi-sr-b:before {
  content: "\e155";
}
.fi-sr-baby:before {
  content: "\e156";
}
.fi-sr-baby-carriage:before {
  content: "\e157";
}
.fi-sr-baby-cradle:before {
  content: "\e158";
}
.fi-sr-back-up:before {
  content: "\e159";
}
.fi-sr-background:before {
  content: "\e15a";
}
.fi-sr-backpack:before {
  content: "\e15b";
}
.fi-sr-bacon:before {
  content: "\e15c";
}
.fi-sr-bacon-egg:before {
  content: "\e15d";
}
.fi-sr-bacteria:before {
  content: "\e15e";
}
.fi-sr-bacterium:before {
  content: "\e15f";
}
.fi-sr-badge:before {
  content: "\e160";
}
.fi-sr-badge-check:before {
  content: "\e161";
}
.fi-sr-badge-dollar:before {
  content: "\e162";
}
.fi-sr-badge-leaf:before {
  content: "\e163";
}
.fi-sr-badge-percent:before {
  content: "\e164";
}
.fi-sr-badge-sheriff:before {
  content: "\e165";
}
.fi-sr-badger-honey:before {
  content: "\e166";
}
.fi-sr-badminton:before {
  content: "\e168";
}
.fi-sr-bag-map-pin:before {
  content: "\e169";
}
.fi-sr-bag-seedling:before {
  content: "\e16a";
}
.fi-sr-bag-shopping-minus:before {
  content: "\e16b";
}
.fi-sr-bags-shopping:before {
  content: "\e16d";
}
.fi-sr-baguette:before {
  content: "\e16e";
}
.fi-sr-bahai:before {
  content: "\e16f";
}
.fi-sr-baht-sign:before {
  content: "\e170";
}
.fi-sr-balance-scale-left:before {
  content: "\e171";
}
.fi-sr-balance-scale-right:before {
  content: "\e172";
}
.fi-sr-balcony:before {
  content: "\e173";
}
.fi-sr-ball-pile:before {
  content: "\e175";
}
.fi-sr-ballet-dance:before {
  content: "\e177";
}
.fi-sr-balloon:before {
  content: "\e178";
}
.fi-sr-balloons:before {
  content: "\e179";
}
.fi-sr-ballot:before {
  content: "\e17a";
}
.fi-sr-ballot-check:before {
  content: "\e17b";
}
.fi-sr-bamboo:before {
  content: "\e17c";
}
.fi-sr-ban:before {
  content: "\e17d";
}
.fi-sr-ban-bug:before {
  content: "\e17e";
}
.fi-sr-banana:before {
  content: "\e17f";
}
.fi-sr-band-aid:before {
  content: "\e180";
}
.fi-sr-band-aid-alt:before {
  content: "\e181";
}
.fi-sr-bandage-wound:before {
  content: "\e183";
}
.fi-sr-bangladeshi-taka-sign:before {
  content: "\e184";
}
.fi-sr-banjo:before {
  content: "\e185";
}
.fi-sr-bank:before {
  content: "\e186";
}
.fi-sr-bank-app:before {
  content: "\e187";
}
.fi-sr-banner:before {
  content: "\e188";
}
.fi-sr-banner-2:before {
  content: "\e189";
}
.fi-sr-banner-3:before {
  content: "\e18a";
}
.fi-sr-banner-4:before {
  content: "\e18b";
}
.fi-sr-banner-5:before {
  content: "\e18c";
}
.fi-sr-barber-pole:before {
  content: "\e18d";
}
.fi-sr-barber-shop:before {
  content: "\e18e";
}
.fi-sr-barcode:before {
  content: "\e18f";
}
.fi-sr-barcode-read:before {
  content: "\e190";
}
.fi-sr-barcode-scan:before {
  content: "\e191";
}
.fi-sr-barefoot:before {
  content: "\e192";
}
.fi-sr-bars-filter:before {
  content: "\e195";
}
.fi-sr-bars-progress:before {
  content: "\e196";
}
.fi-sr-bars-sort:before {
  content: "\e197";
}
.fi-sr-bars-staggered:before {
  content: "\e198";
}
.fi-sr-baseball:before {
  content: "\e199";
}
.fi-sr-baseball-alt:before {
  content: "\e19a";
}
.fi-sr-baseball-player:before {
  content: "\e19b";
}
.fi-sr-basket-shopping-minus:before {
  content: "\e19d";
}
.fi-sr-basket-shopping-plus:before {
  content: "\e19e";
}
.fi-sr-basket-shopping-simple:before {
  content: "\e19f";
}
.fi-sr-basketball:before {
  content: "\e1a0";
}
.fi-sr-basketball-hoop:before {
  content: "\e1a1";
}
.fi-sr-basketball-ticket:before {
  content: "\e1a2";
}
.fi-sr-bat:before {
  content: "\e1a3";
}
.fi-sr-bath:before {
  content: "\e1a4";
}
.fi-sr-battery-100:before {
  content: "\e1a5";
}
.fi-sr-battery-bolt:before {
  content: "\e1a6";
}
.fi-sr-battery-empty:before {
  content: "\e1a7";
}
.fi-sr-battery-exclamation:before {
  content: "\e1a8";
}
.fi-sr-battery-full:before {
  content: "\e1a9";
}
.fi-sr-battery-half:before {
  content: "\e1aa";
}
.fi-sr-battery-quarter:before {
  content: "\e1ab";
}
.fi-sr-battery-slash:before {
  content: "\e1ac";
}
.fi-sr-battery-three-quarters:before {
  content: "\e1ad";
}
.fi-sr-bay-leaf:before {
  content: "\e1ae";
}
.fi-sr-beacon:before {
  content: "\e1af";
}
.fi-sr-bear-market:before {
  content: "\e1b0";
}
.fi-sr-beard:before {
  content: "\e1b1";
}
.fi-sr-beauty-mask:before {
  content: "\e1b2";
}
.fi-sr-bed:before {
  content: "\e1b3";
}
.fi-sr-bed-alt:before {
  content: "\e1b4";
}
.fi-sr-bed-bunk:before {
  content: "\e1b5";
}
.fi-sr-bed-empty:before {
  content: "\e1b6";
}
.fi-sr-bed-pulse:before {
  content: "\e1b7";
}
.fi-sr-bee:before {
  content: "\e1b8";
}
.fi-sr-beer:before {
  content: "\e1b9";
}
.fi-sr-beer-mug-empty:before {
  content: "\e1ba";
}
.fi-sr-bell:before {
  content: "\e1bc";
}
.fi-sr-bell-concierge:before {
  content: "\e1bd";
}
.fi-sr-bell-notification-call:before {
  content: "\e1be";
}
.fi-sr-bell-notification-social-media:before {
  content: "\e1bf";
}
.fi-sr-bell-ring:before {
  content: "\e1c0";
}
.fi-sr-bell-school:before {
  content: "\e1c1";
}
.fi-sr-bell-school-slash:before {
  content: "\e1c2";
}
.fi-sr-bell-slash:before {
  content: "\e1c3";
}
.fi-sr-bells:before {
  content: "\e1c4";
}
.fi-sr-bench-tree:before {
  content: "\e1c5";
}
.fi-sr-benefit:before {
  content: "\e1c6";
}
.fi-sr-benefit-diamond:before {
  content: "\e1c7";
}
.fi-sr-benefit-diamond-alt:before {
  content: "\e1c8";
}
.fi-sr-benefit-hand:before {
  content: "\e1c9";
}
.fi-sr-benefit-increase:before {
  content: "\e1ca";
}
.fi-sr-benefit-porcent:before {
  content: "\e1cb";
}
.fi-sr-betamax:before {
  content: "\e1cc";
}
.fi-sr-bible:before {
  content: "\e1cd";
}
.fi-sr-bicycle-journey:before {
  content: "\e1ce";
}
.fi-sr-big-data:before {
  content: "\e1cf";
}
.fi-sr-big-data-ai:before {
  content: "\e1d0";
}
.fi-sr-big-data-analytics:before {
  content: "\e1d1";
}
.fi-sr-big-drop:before {
  content: "\e1d2";
}
.fi-sr-bike:before {
  content: "\e1d3";
}
.fi-sr-bike-moving:before {
  content: "\e1d4";
}
.fi-sr-bike-path:before {
  content: "\e1d5";
}
.fi-sr-biking:before {
  content: "\e1d6";
}
.fi-sr-biking-mountain:before {
  content: "\e1d7";
}
.fi-sr-bill-arrow:before {
  content: "\e1d8";
}
.fi-sr-billboard:before {
  content: "\e1d9";
}
.fi-sr-billiard:before {
  content: "\e1da";
}
.fi-sr-bin-bottles:before {
  content: "\e1db";
}
.fi-sr-binary:before {
  content: "\e1dc";
}
.fi-sr-binary-circle-check:before {
  content: "\e1dd";
}
.fi-sr-binary-cloud:before {
  content: "\e1de";
}
.fi-sr-binary-lock:before {
  content: "\e1df";
}
.fi-sr-binary-slash:before {
  content: "\e1e0";
}
.fi-sr-binoculars:before {
  content: "\e1e1";
}
.fi-sr-bio:before {
  content: "\e1e2";
}
.fi-sr-bio-leaves:before {
  content: "\e1e3";
}
.fi-sr-biohazard:before {
  content: "\e1e4";
}
.fi-sr-bipolar:before {
  content: "\e1e5";
}
.fi-sr-bird:before {
  content: "\e1e6";
}
.fi-sr-bitcoin-card:before {
  content: "\e1e8";
}
.fi-sr-bitcoin-sign:before {
  content: "\e1ea";
}
.fi-sr-blanket:before {
  content: "\e1ec";
}
.fi-sr-blender:before {
  content: "\e1ed";
}
.fi-sr-blender-phone:before {
  content: "\e1ee";
}
.fi-sr-blinds:before {
  content: "\e1ef";
}
.fi-sr-blinds-open:before {
  content: "\e1f0";
}
.fi-sr-blinds-raised:before {
  content: "\e1f1";
}
.fi-sr-block:before {
  content: "\e1f2";
}
.fi-sr-block-brick:before {
  content: "\e1f3";
}
.fi-sr-block-brick-fire:before {
  content: "\e1f4";
}
.fi-sr-block-microphone:before {
  content: "\e1f5";
}
.fi-sr-block-question:before {
  content: "\e1f6";
}
.fi-sr-block-quote:before {
  content: "\e1f7";
}
.fi-sr-block-user:before {
  content: "\e1f8";
}
.fi-sr-blog-pencil:before {
  content: "\e1fc";
}
.fi-sr-blog-text:before {
  content: "\e1fd";
}
.fi-sr-blood:before {
  content: "\e1ff";
}
.fi-sr-blood-dropper:before {
  content: "\e200";
}
.fi-sr-blood-test-tube:before {
  content: "\e201";
}
.fi-sr-blood-test-tube-alt:before {
  content: "\e202";
}
.fi-sr-blossom:before {
  content: "\e203";
}
.fi-sr-blueberries:before {
  content: "\e204";
}
.fi-sr-blueprint:before {
  content: "\e205";
}
.fi-sr-blueprint-house:before {
  content: "\e206";
}
.fi-sr-bluetooth-alt:before {
  content: "\e208";
}
.fi-sr-bluetooth-circle:before {
  content: "\e209";
}
.fi-sr-bluetooth-headphones:before {
  content: "\e20a";
}
.fi-sr-bluetooth-keyboard:before {
  content: "\e20b";
}
.fi-sr-bluetooth-mouse:before {
  content: "\e20c";
}
.fi-sr-bluetooth-settings:before {
  content: "\e20d";
}
.fi-sr-bluetooth-speaker:before {
  content: "\e20e";
}
.fi-sr-bluetooth-usb:before {
  content: "\e20f";
}
.fi-sr-blush:before {
  content: "\e210";
}
.fi-sr-bold:before {
  content: "\e211";
}
.fi-sr-bolt:before {
  content: "\e212";
}
.fi-sr-bolt-auto:before {
  content: "\e213";
}
.fi-sr-bolt-slash:before {
  content: "\e214";
}
.fi-sr-bomb:before {
  content: "\e215";
}
.fi-sr-bone:before {
  content: "\e217";
}
.fi-sr-bone-break:before {
  content: "\e218";
}
.fi-sr-bong:before {
  content: "\e219";
}
.fi-sr-bonus:before {
  content: "\e21a";
}
.fi-sr-bonus-alt:before {
  content: "\e21b";
}
.fi-sr-bonus-star:before {
  content: "\e21c";
}
.fi-sr-book:before {
  content: "\e21d";
}
.fi-sr-book-alt:before {
  content: "\e21e";
}
.fi-sr-book-arrow-right:before {
  content: "\e21f";
}
.fi-sr-book-arrow-up:before {
  content: "\e220";
}
.fi-sr-book-atlas:before {
  content: "\e221";
}
.fi-sr-book-bookmark:before {
  content: "\e222";
}
.fi-sr-book-circle-arrow-right:before {
  content: "\e224";
}
.fi-sr-book-circle-arrow-up:before {
  content: "\e225";
}
.fi-sr-book-copy:before {
  content: "\e226";
}
.fi-sr-book-dead:before {
  content: "\e227";
}
.fi-sr-book-font:before {
  content: "\e228";
}
.fi-sr-book-heart:before {
  content: "\e22a";
}
.fi-sr-book-medical:before {
  content: "\e22c";
}
.fi-sr-book-open-cover:before {
  content: "\e22d";
}
.fi-sr-book-open-reader:before {
  content: "\e22e";
}
.fi-sr-book-plus:before {
  content: "\e22f";
}
.fi-sr-book-quran:before {
  content: "\e230";
}
.fi-sr-book-section:before {
  content: "\e231";
}
.fi-sr-book-spells:before {
  content: "\e234";
}
.fi-sr-book-tanakh:before {
  content: "\e235";
}
.fi-sr-book-user:before {
  content: "\e236";
}
.fi-sr-book-world:before {
  content: "\e237";
}
.fi-sr-Booking:before {
  content: "\e238";
}
.fi-sr-bookmark:before {
  content: "\e239";
}
.fi-sr-bookmark-slash:before {
  content: "\e23a";
}
.fi-sr-books:before {
  content: "\e23b";
}
.fi-sr-books-lightbulb:before {
  content: "\e23c";
}
.fi-sr-books-medical:before {
  content: "\e23d";
}
.fi-sr-boot:before {
  content: "\e23e";
}
.fi-sr-boot-heeled:before {
  content: "\e23f";
}
.fi-sr-booth-curtain:before {
  content: "\e240";
}
.fi-sr-border-all:before {
  content: "\e242";
}
.fi-sr-border-bottom:before {
  content: "\e243";
}
.fi-sr-border-center-h:before {
  content: "\e244";
}
.fi-sr-border-center-v:before {
  content: "\e245";
}
.fi-sr-border-inner:before {
  content: "\e246";
}
.fi-sr-border-left:before {
  content: "\e247";
}
.fi-sr-border-none:before {
  content: "\e248";
}
.fi-sr-border-outer:before {
  content: "\e249";
}
.fi-sr-border-right:before {
  content: "\e24a";
}
.fi-sr-border-style:before {
  content: "\e24b";
}
.fi-sr-border-style-alt:before {
  content: "\e24c";
}
.fi-sr-border-top:before {
  content: "\e24d";
}
.fi-sr-boss:before {
  content: "\e24e";
}
.fi-sr-bottle:before {
  content: "\e24f";
}
.fi-sr-bottle-baby:before {
  content: "\e250";
}
.fi-sr-bottle-droplet:before {
  content: "\e251";
}
.fi-sr-bow-arrow:before {
  content: "\e253";
}
.fi-sr-bowl-chopsticks:before {
  content: "\e254";
}
.fi-sr-bowl-chopsticks-noodles:before {
  content: "\e255";
}
.fi-sr-bowl-rice:before {
  content: "\e256";
}
.fi-sr-bowl-scoop:before {
  content: "\e257";
}
.fi-sr-bowl-scoops:before {
  content: "\e258";
}
.fi-sr-bowl-soft-serve:before {
  content: "\e259";
}
.fi-sr-bowl-spoon:before {
  content: "\e25a";
}
.fi-sr-bowling:before {
  content: "\e25b";
}
.fi-sr-bowling-ball:before {
  content: "\e25c";
}
.fi-sr-bowling-pins:before {
  content: "\e25d";
}
.fi-sr-box:before {
  content: "\e25f";
}
.fi-sr-box-alt:before {
  content: "\e260";
}
.fi-sr-box-ballot:before {
  content: "\e261";
}
.fi-sr-box-check:before {
  content: "\e262";
}
.fi-sr-box-circle-check:before {
  content: "\e263";
}
.fi-sr-box-dollar:before {
  content: "\e264";
}
.fi-sr-box-fragile:before {
  content: "\e265";
}
.fi-sr-box-heart:before {
  content: "\e266";
}
.fi-sr-box-open:before {
  content: "\e267";
}
.fi-sr-box-open-full:before {
  content: "\e268";
}
.fi-sr-box-tissue:before {
  content: "\e269";
}
.fi-sr-box-up:before {
  content: "\e26a";
}
.fi-sr-boxes:before {
  content: "\e26b";
}
.fi-sr-boxing-glove:before {
  content: "\e26c";
}
.fi-sr-bracket-curly:before {
  content: "\e26d";
}
.fi-sr-bracket-curly-right:before {
  content: "\e26e";
}
.fi-sr-bracket-round:before {
  content: "\e26f";
}
.fi-sr-bracket-round-right:before {
  content: "\e270";
}
.fi-sr-bracket-square:before {
  content: "\e271";
}
.fi-sr-bracket-square-right:before {
  content: "\e272";
}
.fi-sr-brackets-curly:before {
  content: "\e273";
}
.fi-sr-brackets-round:before {
  content: "\e274";
}
.fi-sr-brackets-square:before {
  content: "\e275";
}
.fi-sr-braille:before {
  content: "\e276";
}
.fi-sr-braille-a:before {
  content: "\e277";
}
.fi-sr-braille-b:before {
  content: "\e278";
}
.fi-sr-braille-c:before {
  content: "\e279";
}
.fi-sr-braille-d:before {
  content: "\e27a";
}
.fi-sr-braille-e:before {
  content: "\e27b";
}
.fi-sr-braille-g:before {
  content: "\e27c";
}
.fi-sr-braille-h:before {
  content: "\e27d";
}
.fi-sr-braille-i:before {
  content: "\e27f";
}
.fi-sr-braille-j:before {
  content: "\e280";
}
.fi-sr-braille-k:before {
  content: "\e281";
}
.fi-sr-braille-l:before {
  content: "\e282";
}
.fi-sr-braille-m:before {
  content: "\e283";
}
.fi-sr-braille-n:before {
  content: "\e284";
}
.fi-sr-braille-n-alt:before {
  content: "\e285";
}
.fi-sr-braille-o:before {
  content: "\e286";
}
.fi-sr-braille-p:before {
  content: "\e287";
}
.fi-sr-braille-q:before {
  content: "\e288";
}
.fi-sr-braille-r:before {
  content: "\e289";
}
.fi-sr-braille-s:before {
  content: "\e28a";
}
.fi-sr-braille-t:before {
  content: "\e28b";
}
.fi-sr-braille-u:before {
  content: "\e28c";
}
.fi-sr-braille-v:before {
  content: "\e28d";
}
.fi-sr-braille-w:before {
  content: "\e28e";
}
.fi-sr-braille-x:before {
  content: "\e28f";
}
.fi-sr-braille-y:before {
  content: "\e290";
}
.fi-sr-braille-z:before {
  content: "\e291";
}
.fi-sr-brain:before {
  content: "\e292";
}
.fi-sr-brain-bulb:before {
  content: "\e293";
}
.fi-sr-brain-circuit:before {
  content: "\e294";
}
.fi-sr-brain-doubt:before {
  content: "\e295";
}
.fi-sr-brain-half-lightbulb:before {
  content: "\e296";
}
.fi-sr-brain-lightning:before {
  content: "\e297";
}
.fi-sr-brain-stress:before {
  content: "\e299";
}
.fi-sr-brake-warning:before {
  content: "\e29a";
}
.fi-sr-branching:before {
  content: "\e29b";
}
.fi-sr-brand:before {
  content: "\e29c";
}
.fi-sr-brand-badge:before {
  content: "\e29d";
}
.fi-sr-brand-strategy:before {
  content: "\e29e";
}
.fi-sr-branding:before {
  content: "\e29f";
}
.fi-sr-brazil:before {
  content: "\e2a0";
}
.fi-sr-brazil-flag:before {
  content: "\e2a1";
}
.fi-sr-brazil-flag-circle:before {
  content: "\e2a2";
}
.fi-sr-bread:before {
  content: "\e2a3";
}
.fi-sr-bread-loaf:before {
  content: "\e2a4";
}
.fi-sr-bread-slice:before {
  content: "\e2a5";
}
.fi-sr-bread-slice-butter:before {
  content: "\e2a6";
}
.fi-sr-break-time:before {
  content: "\e2a7";
}
.fi-sr-bridge:before {
  content: "\e2a8";
}
.fi-sr-bridge-circle-check:before {
  content: "\e2a9";
}
.fi-sr-bridge-collapse:before {
  content: "\e2aa";
}
.fi-sr-bridge-construction:before {
  content: "\e2ab";
}
.fi-sr-bridge-suspension:before {
  content: "\e2ac";
}
.fi-sr-bridge-water:before {
  content: "\e2ad";
}
.fi-sr-briefcase:before {
  content: "\e2af";
}
.fi-sr-briefcase-arrow-right:before {
  content: "\e2b0";
}
.fi-sr-briefcase-blank:before {
  content: "\e2b1";
}
.fi-sr-briefcase-dollar:before {
  content: "\e2b2";
}
.fi-sr-brightness:before {
  content: "\e2b3";
}
.fi-sr-brightness-low:before {
  content: "\e2b4";
}
.fi-sr-bring-forward:before {
  content: "\e2b5";
}
.fi-sr-bring-front:before {
  content: "\e2b6";
}
.fi-sr-broadcast-tower:before {
  content: "\e2b7";
}
.fi-sr-broccoli:before {
  content: "\e2b8";
}
.fi-sr-broken-arm:before {
  content: "\e2b9";
}
.fi-sr-broken-chain-link-wrong:before {
  content: "\e2ba";
}
.fi-sr-broken-image:before {
  content: "\e2bb";
}
.fi-sr-broken-leg:before {
  content: "\e2bc";
}
.fi-sr-broken-nail:before {
  content: "\e2bd";
}
.fi-sr-broom:before {
  content: "\e2be";
}
.fi-sr-broom-ball:before {
  content: "\e2bf";
}
.fi-sr-browser:before {
  content: "\e2c0";
}
.fi-sr-browser-css:before {
  content: "\e2c2";
}
.fi-sr-browser-lock-alert:before {
  content: "\e2c3";
}
.fi-sr-browser-ui:before {
  content: "\e2c4";
}
.fi-sr-browsers:before {
  content: "\e2c5";
}
.fi-sr-brush:before {
  content: "\e2c6";
}
.fi-sr-bubble-discussion:before {
  content: "\e2c7";
}
.fi-sr-bucket:before {
  content: "\e2c8";
}
.fi-sr-budget:before {
  content: "\e2c9";
}
.fi-sr-budget-alt:before {
  content: "\e2ca";
}
.fi-sr-bug:before {
  content: "\e2cb";
}
.fi-sr-bug-fix:before {
  content: "\e2cc";
}
.fi-sr-bug-folder:before {
  content: "\e2cd";
}
.fi-sr-bug-magnifier:before {
  content: "\e2ce";
}
.fi-sr-bug-report:before {
  content: "\e2cf";
}
.fi-sr-bug-slash:before {
  content: "\e2d0";
}
.fi-sr-bugs:before {
  content: "\e2d1";
}
.fi-sr-build:before {
  content: "\e2d2";
}
.fi-sr-build-alt:before {
  content: "\e2d3";
}
.fi-sr-building:before {
  content: "\e2d5";
}
.fi-sr-building-car:before {
  content: "\e2d6";
}
.fi-sr-building-check:before {
  content: "\e2d7";
}
.fi-sr-building-circle-arrow-right:before {
  content: "\e2d8";
}
.fi-sr-building-flag:before {
  content: "\e2d9";
}
.fi-sr-building-foundation:before {
  content: "\e2da";
}
.fi-sr-building-lock:before {
  content: "\e2db";
}
.fi-sr-building-materials:before {
  content: "\e2dc";
}
.fi-sr-building-ngo:before {
  content: "\e2dd";
}
.fi-sr-building-shield:before {
  content: "\e2de";
}
.fi-sr-building-user:before {
  content: "\e2df";
}
.fi-sr-building-xmark:before {
  content: "\e2e0";
}
.fi-sr-bulb:before {
  content: "\e2e1";
}
.fi-sr-bulb-speech-bubble:before {
  content: "\e2e2";
}
.fi-sr-bull-market:before {
  content: "\e2e3";
}
.fi-sr-bullet:before {
  content: "\e2e4";
}
.fi-sr-bullhorn:before {
  content: "\e2e5";
}
.fi-sr-bullseye:before {
  content: "\e2e6";
}
.fi-sr-bullseye-arrow:before {
  content: "\e2e7";
}
.fi-sr-bullseye-pointer:before {
  content: "\e2e8";
}
.fi-sr-buoy:before {
  content: "\e2e9";
}
.fi-sr-burger-alt:before {
  content: "\e2ea";
}
.fi-sr-burger-fries:before {
  content: "\e2eb";
}
.fi-sr-burger-glass:before {
  content: "\e2ec";
}
.fi-sr-burnout:before {
  content: "\e2ef";
}
.fi-sr-burrito:before {
  content: "\e2f0";
}
.fi-sr-burst:before {
  content: "\e2f1";
}
.fi-sr-bus:before {
  content: "\e2f2";
}
.fi-sr-bus-alt:before {
  content: "\e2f3";
}
.fi-sr-bus-ticket:before {
  content: "\e2f4";
}
.fi-sr-business-deal:before {
  content: "\e2f5";
}
.fi-sr-business-growth:before {
  content: "\e2f6";
}
.fi-sr-business-meeting:before {
  content: "\e2f7";
}
.fi-sr-business-podcast:before {
  content: "\e2f8";
}
.fi-sr-business-time:before {
  content: "\e2f9";
}
.fi-sr-business-value:before {
  content: "\e2fa";
}
.fi-sr-Butter:before {
  content: "\e2fc";
}
.fi-sr-butterfly:before {
  content: "\e2fd";
}
.fi-sr-c:before {
  content: "\e2fe";
}
.fi-sr-cabin:before {
  content: "\e2ff";
}
.fi-sr-cactus:before {
  content: "\e301";
}
.fi-sr-cage-empty:before {
  content: "\e302";
}
.fi-sr-cake-birthday:before {
  content: "\e303";
}
.fi-sr-cake-slice:before {
  content: "\e304";
}
.fi-sr-cake-wedding:before {
  content: "\e305";
}
.fi-sr-calculator:before {
  content: "\e306";
}
.fi-sr-calculator-bill:before {
  content: "\e308";
}
.fi-sr-calculator-math-tax:before {
  content: "\e309";
}
.fi-sr-calculator-money:before {
  content: "\e30a";
}
.fi-sr-calculator-simple:before {
  content: "\e30b";
}
.fi-sr-calendar:before {
  content: "\e30c";
}
.fi-sr-calendar-arrow-down:before {
  content: "\e30d";
}
.fi-sr-calendar-arrow-up:before {
  content: "\e30e";
}
.fi-sr-calendar-birhtday-cake:before {
  content: "\e30f";
}
.fi-sr-calendar-call:before {
  content: "\e310";
}
.fi-sr-calendar-check:before {
  content: "\e311";
}
.fi-sr-calendar-clock:before {
  content: "\e312";
}
.fi-sr-calendar-day:before {
  content: "\e313";
}
.fi-sr-calendar-days:before {
  content: "\e314";
}
.fi-sr-calendar-event-tax:before {
  content: "\e315";
}
.fi-sr-calendar-exclamation:before {
  content: "\e316";
}
.fi-sr-calendar-gavel-legal:before {
  content: "\e317";
}
.fi-sr-calendar-heart:before {
  content: "\e318";
}
.fi-sr-calendar-image:before {
  content: "\e319";
}
.fi-sr-calendar-lines:before {
  content: "\e31a";
}
.fi-sr-calendar-lines-pen:before {
  content: "\e31b";
}
.fi-sr-calendar-minus:before {
  content: "\e31d";
}
.fi-sr-calendar-payment-loan:before {
  content: "\e31e";
}
.fi-sr-calendar-pen:before {
  content: "\e31f";
}
.fi-sr-calendar-plus:before {
  content: "\e320";
}
.fi-sr-calendar-salary:before {
  content: "\e321";
}
.fi-sr-calendar-shift-swap:before {
  content: "\e322";
}
.fi-sr-calendar-star:before {
  content: "\e323";
}
.fi-sr-calendar-swap:before {
  content: "\e324";
}
.fi-sr-calendar-update:before {
  content: "\e325";
}
.fi-sr-calendar-week:before {
  content: "\e326";
}
.fi-sr-calendar-xmark:before {
  content: "\e327";
}
.fi-sr-calendars:before {
  content: "\e328";
}
.fi-sr-call-duration:before {
  content: "\e329";
}
.fi-sr-call-forbidden:before {
  content: "\e32a";
}
.fi-sr-call-history:before {
  content: "\e32b";
}
.fi-sr-call-incoming:before {
  content: "\e32c";
}
.fi-sr-call-missed:before {
  content: "\e32d";
}
.fi-sr-call-outgoing:before {
  content: "\e32e";
}
.fi-sr-camcorder:before {
  content: "\e32f";
}
.fi-sr-camera:before {
  content: "\e330";
}
.fi-sr-camera-cctv:before {
  content: "\e331";
}
.fi-sr-camera-movie:before {
  content: "\e333";
}
.fi-sr-camera-retro:before {
  content: "\e334";
}
.fi-sr-camera-rotate:before {
  content: "\e335";
}
.fi-sr-camera-security:before {
  content: "\e336";
}
.fi-sr-camera-slash:before {
  content: "\e337";
}
.fi-sr-camera-viewfinder:before {
  content: "\e338";
}
.fi-sr-campfire:before {
  content: "\e339";
}
.fi-sr-camping:before {
  content: "\e33a";
}
.fi-sr-can-food:before {
  content: "\e33b";
}
.fi-sr-candle-holder:before {
  content: "\e33c";
}
.fi-sr-candle-lotus-yoga:before {
  content: "\e33d";
}
.fi-sr-candle-pose-yoga:before {
  content: "\e33e";
}
.fi-sr-candy:before {
  content: "\e340";
}
.fi-sr-candy-alt:before {
  content: "\e341";
}
.fi-sr-candy-bar:before {
  content: "\e342";
}
.fi-sr-candy-cane:before {
  content: "\e343";
}
.fi-sr-candy-corn:before {
  content: "\e344";
}
.fi-sr-candy-sweet:before {
  content: "\e345";
}
.fi-sr-Cannabis:before {
  content: "\e346";
}
.fi-sr-canned-food:before {
  content: "\e347";
}
.fi-sr-cannon:before {
  content: "\e348";
}
.fi-sr-canoe:before {
  content: "\e349";
}
.fi-sr-capsules:before {
  content: "\e34a";
}
.fi-sr-car:before {
  content: "\e34c";
}
.fi-sr-car-alt:before {
  content: "\e34d";
}
.fi-sr-car-battery:before {
  content: "\e34e";
}
.fi-sr-car-bolt:before {
  content: "\e34f";
}
.fi-sr-car-building:before {
  content: "\e350";
}
.fi-sr-car-bump:before {
  content: "\e351";
}
.fi-sr-car-bus:before {
  content: "\e352";
}
.fi-sr-car-charger-bolt:before {
  content: "\e353";
}
.fi-sr-car-circle-bolt:before {
  content: "\e354";
}
.fi-sr-car-crash:before {
  content: "\e355";
}
.fi-sr-car-garage:before {
  content: "\e356";
}
.fi-sr-car-journey:before {
  content: "\e357";
}
.fi-sr-car-mechanic:before {
  content: "\e358";
}
.fi-sr-car-oil:before {
  content: "\e359";
}
.fi-sr-car-rear:before {
  content: "\e35a";
}
.fi-sr-car-side:before {
  content: "\e35b";
}
.fi-sr-car-side-bolt:before {
  content: "\e35c";
}
.fi-sr-car-tilt:before {
  content: "\e35d";
}
.fi-sr-car-tunnel:before {
  content: "\e35e";
}
.fi-sr-car-wash:before {
  content: "\e35f";
}
.fi-sr-caravan:before {
  content: "\e360";
}
.fi-sr-caravan-alt:before {
  content: "\e361";
}
.fi-sr-carbon-cloud:before {
  content: "\e362";
}
.fi-sr-carbon-cloud-arrow-down:before {
  content: "\e363";
}
.fi-sr-carbon-footprint:before {
  content: "\e364";
}
.fi-sr-card-club:before {
  content: "\e365";
}
.fi-sr-card-diamond:before {
  content: "\e366";
}
.fi-sr-card-heart:before {
  content: "\e367";
}
.fi-sr-card-spade:before {
  content: "\e369";
}
.fi-sr-cardinal-compass:before {
  content: "\e36a";
}
.fi-sr-cards-blank:before {
  content: "\e36c";
}
.fi-sr-career-growth:before {
  content: "\e36e";
}
.fi-sr-career-path:before {
  content: "\e36f";
}
.fi-sr-caret-circle-down:before {
  content: "\e370";
}
.fi-sr-caret-circle-right:before {
  content: "\e372";
}
.fi-sr-caret-circle-up:before {
  content: "\e373";
}
.fi-sr-caret-down:before {
  content: "\e374";
}
.fi-sr-caret-left:before {
  content: "\e375";
}
.fi-sr-caret-quare-up:before {
  content: "\e376";
}
.fi-sr-caret-right:before {
  content: "\e377";
}
.fi-sr-caret-square-down:before {
  content: "\e378";
}
.fi-sr-caret-square-left:before {
  content: "\e379";
}
.fi-sr-caret-square-left_1:before {
  content: "\e37a";
}
.fi-sr-caret-square-right:before {
  content: "\e37b";
}
.fi-sr-caret-up:before {
  content: "\e37d";
}
.fi-sr-carrot:before {
  content: "\e37e";
}
.fi-sr-cars:before {
  content: "\e37f";
}
.fi-sr-cars-crash:before {
  content: "\e380";
}
.fi-sr-cart-arrow-down:before {
  content: "\e381";
}
.fi-sr-cart-minus:before {
  content: "\e382";
}
.fi-sr-cart-shopping-fast:before {
  content: "\e383";
}
.fi-sr-case-study:before {
  content: "\e384";
}
.fi-sr-cash-register:before {
  content: "\e385";
}
.fi-sr-cassette-tape:before {
  content: "\e386";
}
.fi-sr-cassette-vhs:before {
  content: "\e387";
}
.fi-sr-castle:before {
  content: "\e388";
}
.fi-sr-castle-tower:before {
  content: "\e389";
}
.fi-sr-cat:before {
  content: "\e38a";
}
.fi-sr-cat-dog:before {
  content: "\e38b";
}
.fi-sr-cat-head:before {
  content: "\e38c";
}
.fi-sr-cat-space:before {
  content: "\e38d";
}
.fi-sr-catalog:before {
  content: "\e38e";
}
.fi-sr-catalog-alt:before {
  content: "\e38f";
}
.fi-sr-catalog-magazine:before {
  content: "\e390";
}
.fi-sr-category:before {
  content: "\e391";
}
.fi-sr-category-alt:before {
  content: "\e392";
}
.fi-sr-cauldron:before {
  content: "\e393";
}
.fi-sr-cdn:before {
  content: "\e39a";
}
.fi-sr-cedi-sign:before {
  content: "\e39b";
}
.fi-sr-cell:before {
  content: "\e39c";
}
.fi-sr-cello:before {
  content: "\e39d";
}
.fi-sr-cent-sign:before {
  content: "\e39e";
}
.fi-sr-certificate:before {
  content: "\e3a0";
}
.fi-sr-chai-tea:before {
  content: "\e3a1";
}
.fi-sr-chair:before {
  content: "\e3a2";
}
.fi-sr-chair-director:before {
  content: "\e3a3";
}
.fi-sr-chair-office:before {
  content: "\e3a4";
}
.fi-sr-chalkboard:before {
  content: "\e3a5";
}
.fi-sr-chalkboard-user:before {
  content: "\e3a6";
}
.fi-sr-challenge:before {
  content: "\e3a7";
}
.fi-sr-challenge-alt:before {
  content: "\e3a8";
}
.fi-sr-chamomile:before {
  content: "\e3a9";
}
.fi-sr-channel:before {
  content: "\e3aa";
}
.fi-sr-charging-station:before {
  content: "\e3ac";
}
.fi-sr-chart-area:before {
  content: "\e3ad";
}
.fi-sr-chart-bullet:before {
  content: "\e3b1";
}
.fi-sr-chart-candlestick:before {
  content: "\e3b2";
}
.fi-sr-chart-connected:before {
  content: "\e3b3";
}
.fi-sr-chart-gantt:before {
  content: "\e3b4";
}
.fi-sr-chart-histogram:before {
  content: "\e3b5";
}
.fi-sr-chart-kanban:before {
  content: "\e3b6";
}
.fi-sr-chart-line-up:before {
  content: "\e3b7";
}
.fi-sr-chart-line-up-down:before {
  content: "\e3b8";
}
.fi-sr-chart-mixed:before {
  content: "\e3b9";
}
.fi-sr-chart-mixed-up-circle-currency:before {
  content: "\e3ba";
}
.fi-sr-chart-mixed-up-circle-dollar:before {
  content: "\e3bb";
}
.fi-sr-chart-network:before {
  content: "\e3bc";
}
.fi-sr-chart-pie:before {
  content: "\e3bd";
}
.fi-sr-chart-pie-alt:before {
  content: "\e3be";
}
.fi-sr-chart-pie-simple-circle-currency:before {
  content: "\e3bf";
}
.fi-sr-chart-pie-simple-circle-dollar:before {
  content: "\e3c0";
}
.fi-sr-chart-pyramid:before {
  content: "\e3c1";
}
.fi-sr-chart-radar:before {
  content: "\e3c2";
}
.fi-sr-chart-scatter:before {
  content: "\e3c3";
}
.fi-sr-chart-scatter-3d:before {
  content: "\e3c4";
}
.fi-sr-chart-scatter-bubble:before {
  content: "\e3c5";
}
.fi-sr-chart-set-theory:before {
  content: "\e3c6";
}
.fi-sr-chart-simple:before {
  content: "\e3c7";
}
.fi-sr-chart-simple-horizontal:before {
  content: "\e3c8";
}
.fi-sr-chart-tree:before {
  content: "\e3c9";
}
.fi-sr-chart-tree-map:before {
  content: "\e3ca";
}
.fi-sr-chart-user:before {
  content: "\e3cb";
}
.fi-sr-chart-waterfall:before {
  content: "\e3cc";
}
.fi-sr-chat-arrow-down:before {
  content: "\e3cd";
}
.fi-sr-chat-arrow-grow:before {
  content: "\e3ce";
}
.fi-sr-chat-bubble-call:before {
  content: "\e3cf";
}
.fi-sr-chatbot:before {
  content: "\e3d0";
}
.fi-sr-chatbot-speech-bubble:before {
  content: "\e3d1";
}
.fi-sr-check:before {
  content: "\e3d7";
}
.fi-sr-check-circle:before {
  content: "\e3d8";
}
.fi-sr-check-double:before {
  content: "\e3d9";
}
.fi-sr-check-in-calendar:before {
  content: "\e3da";
}
.fi-sr-check-out-calendar:before {
  content: "\e3db";
}
.fi-sr-checkbox:before {
  content: "\e3dc";
}
.fi-sr-checklist-task-budget:before {
  content: "\e3dd";
}
.fi-sr-cheese:before {
  content: "\e3de";
}
.fi-sr-cheese-alt:before {
  content: "\e3df";
}
.fi-sr-cheese-cake:before {
  content: "\e3e0";
}
.fi-sr-cheeseburger:before {
  content: "\e3e1";
}
.fi-sr-cherry:before {
  content: "\e3e2";
}
.fi-sr-chess:before {
  content: "\e3e3";
}
.fi-sr-chess-bishop:before {
  content: "\e3e4";
}
.fi-sr-chess-board:before {
  content: "\e3e5";
}
.fi-sr-chess-clock:before {
  content: "\e3e6";
}
.fi-sr-chess-clock-alt:before {
  content: "\e3e7";
}
.fi-sr-chess-king:before {
  content: "\e3e8";
}
.fi-sr-chess-king-alt:before {
  content: "\e3e9";
}
.fi-sr-chess-knight:before {
  content: "\e3ea";
}
.fi-sr-chess-knight-alt:before {
  content: "\e3eb";
}
.fi-sr-chess-pawn:before {
  content: "\e3ec";
}
.fi-sr-chess-pawn-alt:before {
  content: "\e3ed";
}
.fi-sr-chess-piece:before {
  content: "\e3ee";
}
.fi-sr-chess-queen:before {
  content: "\e3ef";
}
.fi-sr-chess-queen-alt:before {
  content: "\e3f0";
}
.fi-sr-chess-rook:before {
  content: "\e3f1";
}
.fi-sr-chess-rook-alt:before {
  content: "\e3f2";
}
.fi-sr-chevron-double-dots-down:before {
  content: "\e3f3";
}
.fi-sr-chevron-double-dots-left:before {
  content: "\e3f4";
}
.fi-sr-chevron-double-dots-right:before {
  content: "\e3f5";
}
.fi-sr-chevron-double-dots-up:before {
  content: "\e3f6";
}
.fi-sr-chevron-double-down:before {
  content: "\e3f7";
}
.fi-sr-chevron-double-up:before {
  content: "\e3f8";
}
.fi-sr-chicken-bucket:before {
  content: "\e3f9";
}
.fi-sr-child:before {
  content: "\e3fa";
}
.fi-sr-child-head:before {
  content: "\e3fb";
}
.fi-sr-chimney:before {
  content: "\e3fc";
}
.fi-sr-chimney-smoke:before {
  content: "\e3fd";
}
.fi-sr-chinese-temple:before {
  content: "\e3fe";
}
.fi-sr-chip:before {
  content: "\e3ff";
}
.fi-sr-chip-brain:before {
  content: "\e400";
}
.fi-sr-chocolate:before {
  content: "\e401";
}
.fi-sr-choir-singing:before {
  content: "\e403";
}
.fi-sr-choose:before {
  content: "\e404";
}
.fi-sr-choose-alt:before {
  content: "\e405";
}
.fi-sr-church:before {
  content: "\e407";
}
.fi-sr-cinnamon-roll:before {
  content: "\e408";
}
.fi-sr-circle:before {
  content: "\e409";
}
.fi-sr-circle-0:before {
  content: "\e40a";
}
.fi-sr-circle-1:before {
  content: "\e40b";
}
.fi-sr-circle-2:before {
  content: "\e40c";
}
.fi-sr-circle-3:before {
  content: "\e40d";
}
.fi-sr-circle-4:before {
  content: "\e40e";
}
.fi-sr-circle-5:before {
  content: "\e40f";
}
.fi-sr-circle-6:before {
  content: "\e410";
}
.fi-sr-circle-7:before {
  content: "\e411";
}
.fi-sr-circle-8:before {
  content: "\e412";
}
.fi-sr-circle-9:before {
  content: "\e413";
}
.fi-sr-circle-a:before {
  content: "\e414";
}
.fi-sr-circle-b:before {
  content: "\e416";
}
.fi-sr-circle-bolt:before {
  content: "\e417";
}
.fi-sr-circle-book-open:before {
  content: "\e418";
}
.fi-sr-circle-bookmark:before {
  content: "\e419";
}
.fi-sr-circle-c:before {
  content: "\e41a";
}
.fi-sr-circle-calendar:before {
  content: "\e41b";
}
.fi-sr-circle-camera:before {
  content: "\e41c";
}
.fi-sr-circle-d:before {
  content: "\e41e";
}
.fi-sr-circle-dashed:before {
  content: "\e41f";
}
.fi-sr-circle-divide:before {
  content: "\e420";
}
.fi-sr-circle-e:before {
  content: "\e422";
}
.fi-sr-circle-ellipsis:before {
  content: "\e423";
}
.fi-sr-circle-ellipsis-vertical:before {
  content: "\e424";
}
.fi-sr-circle-envelope:before {
  content: "\e425";
}
.fi-sr-circle-exclamation-check:before {
  content: "\e426";
}
.fi-sr-circle-f:before {
  content: "\e427";
}
.fi-sr-circle-g:before {
  content: "\e428";
}
.fi-sr-circle-h:before {
  content: "\e429";
}
.fi-sr-circle-half:before {
  content: "\e42a";
}
.fi-sr-circle-half-stroke:before {
  content: "\e42b";
}
.fi-sr-circle-heart:before {
  content: "\e42c";
}
.fi-sr-circle-i:before {
  content: "\e42d";
}
.fi-sr-circle-j:before {
  content: "\e42e";
}
.fi-sr-circle-k:before {
  content: "\e42f";
}
.fi-sr-circle-l:before {
  content: "\e430";
}
.fi-sr-circle-m:before {
  content: "\e431";
}
.fi-sr-circle-microphone:before {
  content: "\e432";
}
.fi-sr-circle-microphone-lines:before {
  content: "\e433";
}
.fi-sr-circle-n:before {
  content: "\e434";
}
.fi-sr-circle-nodes:before {
  content: "\e435";
}
.fi-sr-circle-o:before {
  content: "\e436";
}
.fi-sr-circle-overlap:before {
  content: "\e437";
}
.fi-sr-circle-p:before {
  content: "\e438";
}
.fi-sr-circle-phone:before {
  content: "\e43a";
}
.fi-sr-circle-phone-flip:before {
  content: "\e43b";
}
.fi-sr-circle-phone-hangup:before {
  content: "\e43c";
}
.fi-sr-circle-q:before {
  content: "\e43e";
}
.fi-sr-circle-quarter:before {
  content: "\e43f";
}
.fi-sr-circle-quarters-alt:before {
  content: "\e441";
}
.fi-sr-circle-r:before {
  content: "\e442";
}
.fi-sr-circle-s:before {
  content: "\e443";
}
.fi-sr-circle-small:before {
  content: "\e444";
}
.fi-sr-circle-star:before {
  content: "\e445";
}
.fi-sr-circle-t:before {
  content: "\e447";
}
.fi-sr-circle-three-quarters:before {
  content: "\e448";
}
.fi-sr-circle-trash:before {
  content: "\e449";
}
.fi-sr-circle-u:before {
  content: "\e44a";
}
.fi-sr-circle-user:before {
  content: "\e44b";
}
.fi-sr-circle-v:before {
  content: "\e44c";
}
.fi-sr-circle-video:before {
  content: "\e44d";
}
.fi-sr-circle-w:before {
  content: "\e44e";
}
.fi-sr-circle-water-plug:before {
  content: "\e44f";
}
.fi-sr-circle-waveform-lines:before {
  content: "\e450";
}
.fi-sr-circle-wifi-circle-wifi:before {
  content: "\e451";
}
.fi-sr-circle-x:before {
  content: "\e452";
}
.fi-sr-circle-xmark:before {
  content: "\e453";
}
.fi-sr-circle-y:before {
  content: "\e454";
}
.fi-sr-circle-z:before {
  content: "\e455";
}
.fi-sr-citrus:before {
  content: "\e456";
}
.fi-sr-citrus-slice:before {
  content: "\e457";
}
.fi-sr-city:before {
  content: "\e458";
}
.fi-sr-civil-law:before {
  content: "\e459";
}
.fi-sr-clapper-open:before {
  content: "\e45a";
}
.fi-sr-clapperboard:before {
  content: "\e45b";
}
.fi-sr-clapperboard-play:before {
  content: "\e45c";
}
.fi-sr-clarinet:before {
  content: "\e45e";
}
.fi-sr-claw-marks:before {
  content: "\e45f";
}
.fi-sr-clear-alt:before {
  content: "\e462";
}
.fi-sr-clip:before {
  content: "\e463";
}
.fi-sr-clip-file:before {
  content: "\e464";
}
.fi-sr-clip-mail:before {
  content: "\e465";
}
.fi-sr-clipboard:before {
  content: "\e466";
}
.fi-sr-clipboard-check:before {
  content: "\e467";
}
.fi-sr-clipboard-list:before {
  content: "\e469";
}
.fi-sr-clipboard-list-check:before {
  content: "\e46a";
}
.fi-sr-clipboard-prescription:before {
  content: "\e46b";
}
.fi-sr-clipboard-question:before {
  content: "\e46c";
}
.fi-sr-clipboard-user:before {
  content: "\e46d";
}
.fi-sr-clipoard-wrong:before {
  content: "\e46e";
}
.fi-sr-clock:before {
  content: "\e46f";
}
.fi-sr-clock-desk:before {
  content: "\e470";
}
.fi-sr-clock-eight-thirty:before {
  content: "\e471";
}
.fi-sr-clock-eleven:before {
  content: "\e472";
}
.fi-sr-clock-eleven-thirty:before {
  content: "\e473";
}
.fi-sr-clock-five:before {
  content: "\e474";
}
.fi-sr-clock-five-thirty:before {
  content: "\e475";
}
.fi-sr-clock-four-thirty:before {
  content: "\e476";
}
.fi-sr-clock-future-past:before {
  content: "\e477";
}
.fi-sr-clock-nine:before {
  content: "\e478";
}
.fi-sr-clock-nine-thirty:before {
  content: "\e479";
}
.fi-sr-clock-one:before {
  content: "\e47a";
}
.fi-sr-clock-one-thirty:before {
  content: "\e47b";
}
.fi-sr-clock-seven:before {
  content: "\e47c";
}
.fi-sr-clock-seven-thirty:before {
  content: "\e47d";
}
.fi-sr-clock-six:before {
  content: "\e47e";
}
.fi-sr-clock-six-thirty:before {
  content: "\e47f";
}
.fi-sr-clock-ten:before {
  content: "\e480";
}
.fi-sr-clock-ten-thirty:before {
  content: "\e481";
}
.fi-sr-clock-three:before {
  content: "\e482";
}
.fi-sr-clock-three-thirty:before {
  content: "\e483";
}
.fi-sr-clock-time-tracking:before {
  content: "\e484";
}
.fi-sr-clock-twelve:before {
  content: "\e485";
}
.fi-sr-clock-twelve-thirty:before {
  content: "\e486";
}
.fi-sr-clock-two:before {
  content: "\e487";
}
.fi-sr-clock-two-thirty:before {
  content: "\e488";
}
.fi-sr-clock-up-arrow:before {
  content: "\e489";
}
.fi-sr-clone:before {
  content: "\e48a";
}
.fi-sr-closed:before {
  content: "\e48b";
}
.fi-sr-closed-captioning-slash:before {
  content: "\e48c";
}
.fi-sr-clothes-hanger:before {
  content: "\e48d";
}
.fi-sr-clothing-rack:before {
  content: "\e48e";
}
.fi-sr-cloud:before {
  content: "\e48f";
}
.fi-sr-cloud-back-up:before {
  content: "\e490";
}
.fi-sr-cloud-back-up-alt:before {
  content: "\e491";
}
.fi-sr-cloud-check:before {
  content: "\e492";
}
.fi-sr-cloud-code:before {
  content: "\e493";
}
.fi-sr-cloud-disabled:before {
  content: "\e495";
}
.fi-sr-cloud-download:before {
  content: "\e496";
}
.fi-sr-cloud-download-alt:before {
  content: "\e497";
}
.fi-sr-cloud-drizzle:before {
  content: "\e499";
}
.fi-sr-cloud-exclamation:before {
  content: "\e49a";
}
.fi-sr-cloud-gear-automation:before {
  content: "\e49c";
}
.fi-sr-cloud-hail:before {
  content: "\e49d";
}
.fi-sr-cloud-hail-mixed:before {
  content: "\e49e";
}
.fi-sr-cloud-meatball:before {
  content: "\e4a0";
}
.fi-sr-cloud-moon:before {
  content: "\e4a2";
}
.fi-sr-cloud-moon-rain:before {
  content: "\e4a3";
}
.fi-sr-cloud-question:before {
  content: "\e4a5";
}
.fi-sr-cloud-rain:before {
  content: "\e4a6";
}
.fi-sr-cloud-rainbow:before {
  content: "\e4a7";
}
.fi-sr-cloud-share:before {
  content: "\e4a8";
}
.fi-sr-cloud-showers:before {
  content: "\e4a9";
}
.fi-sr-cloud-showers-heavy:before {
  content: "\e4aa";
}
.fi-sr-cloud-showers-water:before {
  content: "\e4ab";
}
.fi-sr-cloud-sleet:before {
  content: "\e4ad";
}
.fi-sr-cloud-snow:before {
  content: "\e4ae";
}
.fi-sr-cloud-sun:before {
  content: "\e4b0";
}
.fi-sr-cloud-sun-rain:before {
  content: "\e4b1";
}
.fi-sr-cloud-sun-tear:before {
  content: "\e4b2";
}
.fi-sr-cloud-upload:before {
  content: "\e4b3";
}
.fi-sr-cloud-upload-alt:before {
  content: "\e4b4";
}
.fi-sr-cloud-windy:before {
  content: "\e4b6";
}
.fi-sr-clouds:before {
  content: "\e4b9";
}
.fi-sr-clouds-moon:before {
  content: "\e4ba";
}
.fi-sr-clouds-sun:before {
  content: "\e4bb";
}
.fi-sr-clover-alt:before {
  content: "\e4bc";
}
.fi-sr-club:before {
  content: "\e4bd";
}
.fi-sr-cocktail:before {
  content: "\e4c0";
}
.fi-sr-cocktail-alt:before {
  content: "\e4c1";
}
.fi-sr-coconut:before {
  content: "\e4c2";
}
.fi-sr-code-branch:before {
  content: "\e4c3";
}
.fi-sr-code-commit:before {
  content: "\e4c4";
}
.fi-sr-code-compare:before {
  content: "\e4c5";
}
.fi-sr-code-editing:before {
  content: "\e4c6";
}
.fi-sr-code-fork:before {
  content: "\e4c7";
}
.fi-sr-code-merge:before {
  content: "\e4c8";
}
.fi-sr-code-pull-request:before {
  content: "\e4c9";
}
.fi-sr-code-pull-request-closed:before {
  content: "\e4ca";
}
.fi-sr-code-pull-request-draft:before {
  content: "\e4cb";
}
.fi-sr-code-simple:before {
  content: "\e4cc";
}
.fi-sr-code-window:before {
  content: "\e4cd";
}
.fi-sr-coffee:before {
  content: "\e4ce";
}
.fi-sr-coffee-bean:before {
  content: "\e4cf";
}
.fi-sr-coffee-beans:before {
  content: "\e4d0";
}
.fi-sr-coffee-heart:before {
  content: "\e4d1";
}
.fi-sr-coffee-maker:before {
  content: "\e4d2";
}
.fi-sr-coffee-pot:before {
  content: "\e4d3";
}
.fi-sr-coffee-time:before {
  content: "\e4d4";
}
.fi-sr-coffin:before {
  content: "\e4d5";
}
.fi-sr-coffin-cross:before {
  content: "\e4d6";
}
.fi-sr-coin:before {
  content: "\e4d7";
}
.fi-sr-coin-up-arrow:before {
  content: "\e4d8";
}
.fi-sr-coins:before {
  content: "\e4d9";
}
.fi-sr-coins-crypto:before {
  content: "\e4da";
}
.fi-sr-coins-shield:before {
  content: "\e4db";
}
.fi-sr-colon-sign:before {
  content: "\e4dd";
}
.fi-sr-columns-3:before {
  content: "\e4de";
}
.fi-sr-comb:before {
  content: "\e4df";
}
.fi-sr-comb-hair:before {
  content: "\e4e0";
}
.fi-sr-comedy-podcast:before {
  content: "\e4e1";
}
.fi-sr-comet:before {
  content: "\e4e2";
}
.fi-sr-command:before {
  content: "\e4e4";
}
.fi-sr-comment:before {
  content: "\e4e5";
}
.fi-sr-comment-alt:before {
  content: "\e4e6";
}
.fi-sr-comment-alt-check:before {
  content: "\e4e7";
}
.fi-sr-comment-alt-dots:before {
  content: "\e4e8";
}
.fi-sr-comment-alt-edit:before {
  content: "\e4e9";
}
.fi-sr-comment-alt-lock:before {
  content: "\e4ea";
}
.fi-sr-comment-alt-medical:before {
  content: "\e4eb";
}
.fi-sr-comment-alt-middle:before {
  content: "\e4ec";
}
.fi-sr-comment-alt-middle-top:before {
  content: "\e4ed";
}
.fi-sr-comment-alt-minus:before {
  content: "\e4ee";
}
.fi-sr-comment-alt-music:before {
  content: "\e4ef";
}
.fi-sr-comment-arrow-down:before {
  content: "\e4f2";
}
.fi-sr-comment-arrow-up:before {
  content: "\e4f3";
}
.fi-sr-comment-arrow-up-right:before {
  content: "\e4f4";
}
.fi-sr-comment-check:before {
  content: "\e4f5";
}
.fi-sr-comment-clock:before {
  content: "\e4f6";
}
.fi-sr-comment-code:before {
  content: "\e4f7";
}
.fi-sr-comment-dollar:before {
  content: "\e4f8";
}
.fi-sr-comment-dots:before {
  content: "\e4f9";
}
.fi-sr-comment-exclamation:before {
  content: "\e4fa";
}
.fi-sr-comment-heart:before {
  content: "\e4fb";
}
.fi-sr-comment-image:before {
  content: "\e4fc";
}
.fi-sr-comment-info:before {
  content: "\e4fd";
}
.fi-sr-comment-lock:before {
  content: "\e4fe";
}
.fi-sr-comment-medical:before {
  content: "\e4ff";
}
.fi-sr-comment-minus:before {
  content: "\e500";
}
.fi-sr-comment-pen:before {
  content: "\e501";
}
.fi-sr-comment-question:before {
  content: "\e503";
}
.fi-sr-comment-quote:before {
  content: "\e504";
}
.fi-sr-comment-slash:before {
  content: "\e505";
}
.fi-sr-comment-smile:before {
  content: "\e506";
}
.fi-sr-comment-sms:before {
  content: "\e507";
}
.fi-sr-comment-text:before {
  content: "\e508";
}
.fi-sr-comment-user:before {
  content: "\e509";
}
.fi-sr-comment-xmark:before {
  content: "\e50a";
}
.fi-sr-comments:before {
  content: "\e50b";
}
.fi-sr-comments-dollar:before {
  content: "\e50c";
}
.fi-sr-comments-question:before {
  content: "\e50d";
}
.fi-sr-comments-question-check:before {
  content: "\e50e";
}
.fi-sr-compass-alt:before {
  content: "\e50f";
}
.fi-sr-compass-east:before {
  content: "\e510";
}
.fi-sr-compass-north:before {
  content: "\e511";
}
.fi-sr-compass-slash:before {
  content: "\e512";
}
.fi-sr-compass-south:before {
  content: "\e513";
}
.fi-sr-compass-west:before {
  content: "\e514";
}
.fi-sr-completed:before {
  content: "\e515";
}
.fi-sr-compliance:before {
  content: "\e516";
}
.fi-sr-compliance-clipboard:before {
  content: "\e517";
}
.fi-sr-compliance-document:before {
  content: "\e518";
}
.fi-sr-compress:before {
  content: "\e519";
}
.fi-sr-compress-alt:before {
  content: "\e51a";
}
.fi-sr-computer:before {
  content: "\e51b";
}
.fi-sr-computer-ad:before {
  content: "\e51c";
}
.fi-sr-computer-classic:before {
  content: "\e51d";
}
.fi-sr-computer-mouse:before {
  content: "\e51e";
}
.fi-sr-computer-speaker:before {
  content: "\e51f";
}
.fi-sr-concierge-bell:before {
  content: "\e520";
}
.fi-sr-concrete-mixer:before {
  content: "\e522";
}
.fi-sr-condition:before {
  content: "\e523";
}
.fi-sr-condition-alt:before {
  content: "\e524";
}
.fi-sr-confetti:before {
  content: "\e525";
}
.fi-sr-confidential-discussion:before {
  content: "\e526";
}
.fi-sr-confidential-folder:before {
  content: "\e527";
}
.fi-sr-confirmed-user:before {
  content: "\e528";
}
.fi-sr-console-controller:before {
  content: "\e52a";
}
.fi-sr-constellation:before {
  content: "\e52b";
}
.fi-sr-construction-helmet:before {
  content: "\e52c";
}
.fi-sr-construction-location:before {
  content: "\e52d";
}
.fi-sr-consultant:before {
  content: "\e52e";
}
.fi-sr-contact-lens-eyes:before {
  content: "\e52f";
}
.fi-sr-container-storage:before {
  content: "\e530";
}
.fi-sr-contract:before {
  content: "\e531";
}
.fi-sr-contrast:before {
  content: "\e532";
}
.fi-sr-convert-document:before {
  content: "\e533";
}
.fi-sr-convert-shapes:before {
  content: "\e534";
}
.fi-sr-conveyor-belt:before {
  content: "\e535";
}
.fi-sr-conveyor-belt-alt:before {
  content: "\e536";
}
.fi-sr-conveyor-belt-arm:before {
  content: "\e537";
}
.fi-sr-conveyor-belt-empty:before {
  content: "\e538";
}
.fi-sr-cookie:before {
  content: "\e539";
}
.fi-sr-cookie-alt:before {
  content: "\e53a";
}
.fi-sr-cookie-lock:before {
  content: "\e53b";
}
.fi-sr-copy:before {
  content: "\e53c";
}
.fi-sr-copy-alt:before {
  content: "\e53d";
}
.fi-sr-copy-image:before {
  content: "\e53e";
}
.fi-sr-copyright:before {
  content: "\e53f";
}
.fi-sr-coriander:before {
  content: "\e540";
}
.fi-sr-corn:before {
  content: "\e541";
}
.fi-sr-corruption:before {
  content: "\e545";
}
.fi-sr-couch:before {
  content: "\e546";
}
.fi-sr-court-order:before {
  content: "\e549";
}
.fi-sr-court-sport:before {
  content: "\e54a";
}
.fi-sr-cow:before {
  content: "\e54b";
}
.fi-sr-cow-alt:before {
  content: "\e54c";
}
.fi-sr-cowbell:before {
  content: "\e54d";
}
.fi-sr-cowbell-circle-plus:before {
  content: "\e54e";
}
.fi-sr-cowbell-more:before {
  content: "\e54f";
}
.fi-sr-coworking:before {
  content: "\e550";
}
.fi-sr-cpu:before {
  content: "\e551";
}
.fi-sr-crab:before {
  content: "\e552";
}
.fi-sr-crane:before {
  content: "\e553";
}
.fi-sr-crane-building:before {
  content: "\e554";
}
.fi-sr-crate-empty:before {
  content: "\e555";
}
.fi-sr-cream:before {
  content: "\e556";
}
.fi-sr-credit-card:before {
  content: "\e566";
}
.fi-sr-credit-card-buyer:before {
  content: "\e567";
}
.fi-sr-credit-card-check:before {
  content: "\e568";
}
.fi-sr-credit-card-edit:before {
  content: "\e569";
}
.fi-sr-credit-card-eye:before {
  content: "\e56a";
}
.fi-sr-credit-card-xmark:before {
  content: "\e56b";
}
.fi-sr-crepe:before {
  content: "\e56f";
}
.fi-sr-cricket:before {
  content: "\e570";
}
.fi-sr-CRM:before {
  content: "\e571";
}
.fi-sr-crm-alt:before {
  content: "\e572";
}
.fi-sr-crm-computer:before {
  content: "\e573";
}
.fi-sr-croissant:before {
  content: "\e574";
}
.fi-sr-cross:before {
  content: "\e576";
}
.fi-sr-cross-circle:before {
  content: "\e577";
}
.fi-sr-cross-religion:before {
  content: "\e578";
}
.fi-sr-cross-small:before {
  content: "\e579";
}
.fi-sr-crossed-hands-reject:before {
  content: "\e57b";
}
.fi-sr-crow:before {
  content: "\e57c";
}
.fi-sr-crown:before {
  content: "\e57e";
}
.fi-sr-crutch:before {
  content: "\e57f";
}
.fi-sr-crutches:before {
  content: "\e580";
}
.fi-sr-cruzeiro-sign:before {
  content: "\e581";
}
.fi-sr-crypto-calendar:before {
  content: "\e582";
}
.fi-sr-cryptocurrency:before {
  content: "\e585";
}
.fi-sr-crystal-ball:before {
  content: "\e586";
}
.fi-sr-cube:before {
  content: "\e589";
}
.fi-sr-cubes:before {
  content: "\e58a";
}
.fi-sr-cubes-stacked:before {
  content: "\e58b";
}
.fi-sr-cucumber:before {
  content: "\e58c";
}
.fi-sr-cumin:before {
  content: "\e58d";
}
.fi-sr-cup-straw:before {
  content: "\e58e";
}
.fi-sr-cup-straw-swoosh:before {
  content: "\e58f";
}
.fi-sr-cup-togo:before {
  content: "\e590";
}
.fi-sr-cupcake:before {
  content: "\e591";
}
.fi-sr-cupcake-alt:before {
  content: "\e592";
}
.fi-sr-curling:before {
  content: "\e593";
}
.fi-sr-curling-iron:before {
  content: "\e594";
}
.fi-sr-currency:before {
  content: "\e595";
}
.fi-sr-cursor:before {
  content: "\e596";
}
.fi-sr-cursor-finger:before {
  content: "\e597";
}
.fi-sr-cursor-finger-click:before {
  content: "\e598";
}
.fi-sr-cursor-plus:before {
  content: "\e599";
}
.fi-sr-cursor-text:before {
  content: "\e59a";
}
.fi-sr-cursor-text-alt:before {
  content: "\e59b";
}
.fi-sr-curve:before {
  content: "\e59c";
}
.fi-sr-curve-alt:before {
  content: "\e59d";
}
.fi-sr-curve-arrow:before {
  content: "\e59e";
}
.fi-sr-custard:before {
  content: "\e59f";
}
.fi-sr-customer-care:before {
  content: "\e5a0";
}
.fi-sr-customer-service:before {
  content: "\e5a1";
}
.fi-sr-customization:before {
  content: "\e5a2";
}
.fi-sr-customization-cogwheel:before {
  content: "\e5a3";
}
.fi-sr-customize:before {
  content: "\e5a4";
}
.fi-sr-customize-computer:before {
  content: "\e5a5";
}
.fi-sr-customize-edit:before {
  content: "\e5a6";
}
.fi-sr-CV:before {
  content: "\e5a8";
}
.fi-sr-cvv-card:before {
  content: "\e5a9";
}
.fi-sr-cyborg:before {
  content: "\e5aa";
}
.fi-sr-cycling:before {
  content: "\e5ab";
}
.fi-sr-cystitis:before {
  content: "\e5ac";
}
.fi-sr-d:before {
  content: "\e5ad";
}
.fi-sr-dagger:before {
  content: "\e5ae";
}
.fi-sr-daily-calendar:before {
  content: "\e5af";
}
.fi-sr-daisy:before {
  content: "\e5b1";
}
.fi-sr-daisy-alt:before {
  content: "\e5b2";
}
.fi-sr-damage:before {
  content: "\e5b3";
}
.fi-sr-dark-mode:before {
  content: "\e5b5";
}
.fi-sr-dark-mode-alt:before {
  content: "\e5b6";
}
.fi-sr-dart:before {
  content: "\e5b7";
}
.fi-sr-dashboard:before {
  content: "\e5b9";
}
.fi-sr-dashboard-monitor:before {
  content: "\e5ba";
}
.fi-sr-dashboard-panel:before {
  content: "\e5bb";
}
.fi-sr-data-backup:before {
  content: "\e5bd";
}
.fi-sr-data-cleaning:before {
  content: "\e5be";
}
.fi-sr-data-encryption:before {
  content: "\e5bf";
}
.fi-sr-data-migration:before {
  content: "\e5c1";
}
.fi-sr-data-mining:before {
  content: "\e5c2";
}
.fi-sr-data-model:before {
  content: "\e5c3";
}
.fi-sr-data-processing:before {
  content: "\e5c4";
}
.fi-sr-data-transfer:before {
  content: "\e5c6";
}
.fi-sr-database:before {
  content: "\e5c7";
}
.fi-sr-database-cleaning:before {
  content: "\e5c8";
}
.fi-sr-database-management:before {
  content: "\e5ca";
}
.fi-sr-deadline:before {
  content: "\e5cb";
}
.fi-sr-deafness:before {
  content: "\e5cc";
}
.fi-sr-december-calendar:before {
  content: "\e5cf";
}
.fi-sr-decision-choice:before {
  content: "\e5d0";
}
.fi-sr-decision-tree:before {
  content: "\e5d1";
}
.fi-sr-deep-learning:before {
  content: "\e5d2";
}
.fi-sr-deer:before {
  content: "\e5d3";
}
.fi-sr-deer-rudolph:before {
  content: "\e5d4";
}
.fi-sr-degree-credential:before {
  content: "\e5d6";
}
.fi-sr-delete:before {
  content: "\e5d7";
}
.fi-sr-delete-document:before {
  content: "\e5d8";
}
.fi-sr-delete-right:before {
  content: "\e5d9";
}
.fi-sr-delete-user:before {
  content: "\e5da";
}
.fi-sr-delivery-man:before {
  content: "\e5dc";
}
.fi-sr-democrat:before {
  content: "\e5e0";
}
.fi-sr-demographic:before {
  content: "\e5e1";
}
.fi-sr-department:before {
  content: "\e5e2";
}
.fi-sr-department-structure:before {
  content: "\e5e3";
}
.fi-sr-deposit:before {
  content: "\e5e4";
}
.fi-sr-deposit-alt:before {
  content: "\e5e5";
}
.fi-sr-description:before {
  content: "\e5e6";
}
.fi-sr-description-alt:before {
  content: "\e5e7";
}
.fi-sr-desk:before {
  content: "\e5e8";
}
.fi-sr-desktop-arrow-down:before {
  content: "\e5e9";
}
.fi-sr-desktop-wallpaper:before {
  content: "\e5ea";
}
.fi-sr-detergent:before {
  content: "\e5eb";
}
.fi-sr-devices:before {
  content: "\e5ee";
}
.fi-sr-dewpoint:before {
  content: "\e5ef";
}
.fi-sr-dharmachakra:before {
  content: "\e5f0";
}
.fi-sr-diagram-cells:before {
  content: "\e5f1";
}
.fi-sr-diagram-lean-canvas:before {
  content: "\e5f2";
}
.fi-sr-diagram-nested:before {
  content: "\e5f3";
}
.fi-sr-diagram-next:before {
  content: "\e5f4";
}
.fi-sr-diagram-predecessor:before {
  content: "\e5f5";
}
.fi-sr-diagram-previous:before {
  content: "\e5f6";
}
.fi-sr-diagram-project:before {
  content: "\e5f7";
}
.fi-sr-diagram-sankey:before {
  content: "\e5f8";
}
.fi-sr-diagram-subtask:before {
  content: "\e5f9";
}
.fi-sr-diagram-successor:before {
  content: "\e5fa";
}
.fi-sr-diagram-venn:before {
  content: "\e5fb";
}
.fi-sr-dial:before {
  content: "\e5fc";
}
.fi-sr-dial-high:before {
  content: "\e5fd";
}
.fi-sr-dial-low:before {
  content: "\e5fe";
}
.fi-sr-dial-max:before {
  content: "\e5ff";
}
.fi-sr-dial-med:before {
  content: "\e600";
}
.fi-sr-dial-med-low:before {
  content: "\e601";
}
.fi-sr-dial-min:before {
  content: "\e602";
}
.fi-sr-dial-off:before {
  content: "\e603";
}
.fi-sr-dialogue-exchange:before {
  content: "\e604";
}
.fi-sr-diamond:before {
  content: "\e605";
}
.fi-sr-diamond-exclamation:before {
  content: "\e606";
}
.fi-sr-diamond-turn-right:before {
  content: "\e607";
}
.fi-sr-diary-bookmark-down:before {
  content: "\e608";
}
.fi-sr-diary-bookmarks:before {
  content: "\e609";
}
.fi-sr-diary-clasp:before {
  content: "\e60a";
}
.fi-sr-dice:before {
  content: "\e60b";
}
.fi-sr-dice-alt:before {
  content: "\e60c";
}
.fi-sr-dice-d10:before {
  content: "\e60d";
}
.fi-sr-dice-d12:before {
  content: "\e60e";
}
.fi-sr-dice-d20:before {
  content: "\e60f";
}
.fi-sr-dice-d4:before {
  content: "\e610";
}
.fi-sr-dice-d6:before {
  content: "\e611";
}
.fi-sr-dice-d8:before {
  content: "\e612";
}
.fi-sr-dice-four:before {
  content: "\e613";
}
.fi-sr-dice-one:before {
  content: "\e614";
}
.fi-sr-dice-six:before {
  content: "\e615";
}
.fi-sr-dice-three:before {
  content: "\e616";
}
.fi-sr-dice-two:before {
  content: "\e617";
}
.fi-sr-dictionary:before {
  content: "\e618";
}
.fi-sr-dictionary-alt:before {
  content: "\e619";
}
.fi-sr-dictionary-open:before {
  content: "\e61a";
}
.fi-sr-digging:before {
  content: "\e61c";
}
.fi-sr-digital-certificate:before {
  content: "\e61e";
}
.fi-sr-digital-key:before {
  content: "\e620";
}
.fi-sr-digital-payment:before {
  content: "\e626";
}
.fi-sr-digital-signature:before {
  content: "\e627";
}
.fi-sr-digital-tachograph:before {
  content: "\e628";
}
.fi-sr-digital-wallet:before {
  content: "\e629";
}
.fi-sr-dinner:before {
  content: "\e62b";
}
.fi-sr-diploma:before {
  content: "\e62c";
}
.fi-sr-diploma-alt:before {
  content: "\e62d";
}
.fi-sr-direction-signal:before {
  content: "\e62e";
}
.fi-sr-direction-signal-arrow:before {
  content: "\e62f";
}
.fi-sr-disc-drive:before {
  content: "\e630";
}
.fi-sr-discount:before {
  content: "\e635";
}
.fi-sr-discover:before {
  content: "\e636";
}
.fi-sr-discussion-group:before {
  content: "\e638";
}
.fi-sr-discussion-idea:before {
  content: "\e639";
}
.fi-sr-disease:before {
  content: "\e63a";
}
.fi-sr-dishwasher:before {
  content: "\e63b";
}
.fi-sr-disinfection:before {
  content: "\e63c";
}
.fi-sr-disk:before {
  content: "\e63d";
}
.fi-sr-display-arrow-down:before {
  content: "\e63f";
}
.fi-sr-display-chart-up:before {
  content: "\e641";
}
.fi-sr-display-code:before {
  content: "\e642";
}
.fi-sr-display-medical:before {
  content: "\e643";
}
.fi-sr-display-slash:before {
  content: "\e644";
}
.fi-sr-distribute-spacing-horizontal:before {
  content: "\e645";
}
.fi-sr-distribute-spacing-vertical:before {
  content: "\e646";
}
.fi-sr-divide:before {
  content: "\e648";
}
.fi-sr-diving-googles:before {
  content: "\e649";
}
.fi-sr-dizzy:before {
  content: "\e64a";
}
.fi-sr-dj-disc:before {
  content: "\e64b";
}
.fi-sr-dna:before {
  content: "\e64c";
}
.fi-sr-do-not-disturb:before {
  content: "\e64d";
}
.fi-sr-do-not-disturb-doorknob:before {
  content: "\e64e";
}
.fi-sr-do-not-enter:before {
  content: "\e64f";
}
.fi-sr-doctor:before {
  content: "\e651";
}
.fi-sr-doctor-bag:before {
  content: "\e652";
}
.fi-sr-document:before {
  content: "\e654";
}
.fi-sr-document-autosave:before {
  content: "\e655";
}
.fi-sr-document-circle-arrow-up:before {
  content: "\e656";
}
.fi-sr-document-circle-wrong:before {
  content: "\e657";
}
.fi-sr-document-fail:before {
  content: "\e658";
}
.fi-sr-document-folder-gear:before {
  content: "\e65a";
}
.fi-sr-document-gavel:before {
  content: "\e65b";
}
.fi-sr-document-gear:before {
  content: "\e65d";
}
.fi-sr-document-link:before {
  content: "\e65e";
}
.fi-sr-document-nft:before {
  content: "\e65f";
}
.fi-sr-document-paid:before {
  content: "\e660";
}
.fi-sr-document-signed:before {
  content: "\e661";
}
.fi-sr-document-writer:before {
  content: "\e662";
}
.fi-sr-dog:before {
  content: "\e664";
}
.fi-sr-dog-bowl-empty:before {
  content: "\e665";
}
.fi-sr-dog-leashed:before {
  content: "\e666";
}
.fi-sr-dollar:before {
  content: "\e667";
}
.fi-sr-dolly-flatbed:before {
  content: "\e668";
}
.fi-sr-dolly-flatbed-alt:before {
  content: "\e669";
}
.fi-sr-dolly-flatbed-empty:before {
  content: "\e66a";
}
.fi-sr-dolphin:before {
  content: "\e66b";
}
.fi-sr-domino-effect:before {
  content: "\e66c";
}
.fi-sr-donate:before {
  content: "\e66d";
}
.fi-sr-dong-sign:before {
  content: "\e66e";
}
.fi-sr-donut:before {
  content: "\e66f";
}
.fi-sr-door-closed:before {
  content: "\e670";
}
.fi-sr-door-hanger:before {
  content: "\e671";
}
.fi-sr-door-open:before {
  content: "\e672";
}
.fi-sr-dorm-room:before {
  content: "\e673";
}
.fi-sr-dot-circle:before {
  content: "\e674";
}
.fi-sr-dot-pending:before {
  content: "\e675";
}
.fi-sr-dots-loading:before {
  content: "\e676";
}
.fi-sr-dove:before {
  content: "\e677";
}
.fi-sr-down:before {
  content: "\e678";
}
.fi-sr-down-from-bracket:before {
  content: "\e679";
}
.fi-sr-down-left:before {
  content: "\e67a";
}
.fi-sr-down-left-and-up-right-to-center:before {
  content: "\e67b";
}
.fi-sr-down-right:before {
  content: "\e67c";
}
.fi-sr-down-to-line:before {
  content: "\e67d";
}
.fi-sr-download:before {
  content: "\e67e";
}
.fi-sr-drafting-compass:before {
  content: "\e680";
}
.fi-sr-drafting-compass-paper:before {
  content: "\e681";
}
.fi-sr-dragon:before {
  content: "\e682";
}
.fi-sr-dragon-fire:before {
  content: "\e683";
}
.fi-sr-draw-polygon:before {
  content: "\e684";
}
.fi-sr-draw-square:before {
  content: "\e685";
}
.fi-sr-drawer:before {
  content: "\e686";
}
.fi-sr-drawer-alt:before {
  content: "\e687";
}
.fi-sr-drawer-empty:before {
  content: "\e688";
}
.fi-sr-dreidel:before {
  content: "\e689";
}
.fi-sr-dress:before {
  content: "\e68a";
}
.fi-sr-driller:before {
  content: "\e68c";
}
.fi-sr-drink-alt:before {
  content: "\e68e";
}
.fi-sr-driver-man:before {
  content: "\e68f";
}
.fi-sr-driver-woman:before {
  content: "\e690";
}
.fi-sr-drone:before {
  content: "\e691";
}
.fi-sr-drone-alt:before {
  content: "\e692";
}
.fi-sr-drone-front:before {
  content: "\e693";
}
.fi-sr-drop-down:before {
  content: "\e694";
}
.fi-sr-dropdown:before {
  content: "\e696";
}
.fi-sr-dropdown-bar:before {
  content: "\e697";
}
.fi-sr-dropdown-select:before {
  content: "\e698";
}
.fi-sr-drugs-addiction:before {
  content: "\e69a";
}
.fi-sr-drum:before {
  content: "\e69b";
}
.fi-sr-drum-steelpan:before {
  content: "\e69c";
}
.fi-sr-drumstick:before {
  content: "\e69d";
}
.fi-sr-drumstick-bite:before {
  content: "\e69e";
}
.fi-sr-dryer:before {
  content: "\e6a0";
}
.fi-sr-dryer-alt:before {
  content: "\e6a1";
}
.fi-sr-duck:before {
  content: "\e6a3";
}
.fi-sr-dumbbell-alt:before {
  content: "\e6a4";
}
.fi-sr-dumbbell-fitness:before {
  content: "\e6a5";
}
.fi-sr-dumbbell-heart:before {
  content: "\e6a6";
}
.fi-sr-dumbbell-horizontal:before {
  content: "\e6a7";
}
.fi-sr-dumbbell-ray:before {
  content: "\e6a8";
}
.fi-sr-dumbbell-weightlifting:before {
  content: "\e6a9";
}
.fi-sr-dumpster:before {
  content: "\e6aa";
}
.fi-sr-dumpster-fire:before {
  content: "\e6ab";
}
.fi-sr-dungeon:before {
  content: "\e6ac";
}
.fi-sr-duplicate:before {
  content: "\e6ad";
}
.fi-sr-duration:before {
  content: "\e6ae";
}
.fi-sr-duration-alt:before {
  content: "\e6af";
}
.fi-sr-e:before {
  content: "\e6b0";
}
.fi-sr-e-learning:before {
  content: "\e6b1";
}
.fi-sr-eagle:before {
  content: "\e6b2";
}
.fi-sr-eagle-flying:before {
  content: "\e6b3";
}
.fi-sr-ear:before {
  content: "\e6b4";
}
.fi-sr-ear-deaf:before {
  content: "\e6b5";
}
.fi-sr-ear-muffs:before {
  content: "\e6b6";
}
.fi-sr-ear-sound:before {
  content: "\e6b7";
}
.fi-sr-earbuds:before {
  content: "\e6b8";
}
.fi-sr-earnings:before {
  content: "\e6b9";
}
.fi-sr-earth-africa:before {
  content: "\e6ba";
}
.fi-sr-earth-americas:before {
  content: "\e6bb";
}
.fi-sr-earth-asia:before {
  content: "\e6bc";
}
.fi-sr-earth-europa:before {
  content: "\e6bd";
}
.fi-sr-ebook:before {
  content: "\e6bf";
}
.fi-sr-eclipse:before {
  content: "\e6c0";
}
.fi-sr-eclipse-alt:before {
  content: "\e6c1";
}
.fi-sr-eco-battery:before {
  content: "\e6c2";
}
.fi-sr-eco-electric:before {
  content: "\e6c3";
}
.fi-sr-edamame:before {
  content: "\e6c4";
}
.fi-sr-edit:before {
  content: "\e6c5";
}
.fi-sr-edit-alt:before {
  content: "\e6c6";
}
.fi-sr-edit-message:before {
  content: "\e6c7";
}
.fi-sr-education-podcast:before {
  content: "\e6c8";
}
.fi-sr-effect:before {
  content: "\e6c9";
}
.fi-sr-egg:before {
  content: "\e6ca";
}
.fi-sr-egg-fried:before {
  content: "\e6cb";
}
.fi-sr-eiffel-tower:before {
  content: "\e6cc";
}
.fi-sr-eject:before {
  content: "\e6cd";
}
.fi-sr-electric-bike:before {
  content: "\e6ce";
}
.fi-sr-electric-bus:before {
  content: "\e6cf";
}
.fi-sr-electric-car:before {
  content: "\e6d0";
}
.fi-sr-electric-scooter:before {
  content: "\e6d1";
}
.fi-sr-elephant:before {
  content: "\e6d3";
}
.fi-sr-elevator:before {
  content: "\e6d4";
}
.fi-sr-email-feedback:before {
  content: "\e6d6";
}
.fi-sr-email-heart:before {
  content: "\e6d7";
}
.fi-sr-email-pending:before {
  content: "\e6d8";
}
.fi-sr-email-refresh:before {
  content: "\e6d9";
}
.fi-sr-email-star:before {
  content: "\e6da";
}
.fi-sr-emergency-call:before {
  content: "\e6db";
}
.fi-sr-emergency-stop:before {
  content: "\e6dc";
}
.fi-sr-employee-alt:before {
  content: "\e6dd";
}
.fi-sr-employee-handbook:before {
  content: "\e6de";
}
.fi-sr-employee-man:before {
  content: "\e6df";
}
.fi-sr-employee-man-alt:before {
  content: "\e6e0";
}
.fi-sr-employee-performance:before {
  content: "\e6e2";
}
.fi-sr-empty-set:before {
  content: "\e6e6";
}
.fi-sr-endless-loop:before {
  content: "\e6e7";
}
.fi-sr-energy-drink:before {
  content: "\e6e8";
}
.fi-sr-engine:before {
  content: "\e6ea";
}
.fi-sr-engine-algorithm:before {
  content: "\e6eb";
}
.fi-sr-engine-warning:before {
  content: "\e6ec";
}
.fi-sr-english:before {
  content: "\e6ed";
}
.fi-sr-enter:before {
  content: "\e6ee";
}
.fi-sr-entertainment:before {
  content: "\e6ef";
}
.fi-sr-entrance:before {
  content: "\e6f0";
}
.fi-sr-envelope:before {
  content: "\e6f1";
}
.fi-sr-envelope-ban:before {
  content: "\e6f2";
}
.fi-sr-envelope-bulk:before {
  content: "\e6f3";
}
.fi-sr-envelope-dot:before {
  content: "\e6f4";
}
.fi-sr-envelope-download:before {
  content: "\e6f5";
}
.fi-sr-envelope-heart:before {
  content: "\e6f6";
}
.fi-sr-envelope-marker:before {
  content: "\e6f7";
}
.fi-sr-envelope-open:before {
  content: "\e6f8";
}
.fi-sr-envelope-open-dollar:before {
  content: "\e6f9";
}
.fi-sr-envelope-open-text:before {
  content: "\e6fa";
}
.fi-sr-envelope-plus:before {
  content: "\e6fb";
}
.fi-sr-envelopes:before {
  content: "\e6fc";
}
.fi-sr-equality:before {
  content: "\e6fe";
}
.fi-sr-equals:before {
  content: "\e6ff";
}
.fi-sr-equestrian-statue:before {
  content: "\e700";
}
.fi-sr-equipment:before {
  content: "\e701";
}
.fi-sr-eraser:before {
  content: "\e702";
}
.fi-sr-error-bug:before {
  content: "\e703";
}
.fi-sr-error-camera:before {
  content: "\e704";
}
.fi-sr-escalator:before {
  content: "\e705";
}
.fi-sr-ethernet:before {
  content: "\e707";
}
.fi-sr-euro:before {
  content: "\e709";
}
.fi-sr-europe-flag:before {
  content: "\e70a";
}
.fi-sr-europe-map:before {
  content: "\e70b";
}
.fi-sr-european-union:before {
  content: "\e70c";
}
.fi-sr-evidence:before {
  content: "\e70e";
}
.fi-sr-exam-b:before {
  content: "\e70f";
}
.fi-sr-exam-d:before {
  content: "\e710";
}
.fi-sr-exam-f:before {
  content: "\e711";
}
.fi-sr-exam-xmark:before {
  content: "\e712";
}
.fi-sr-excavator:before {
  content: "\e713";
}
.fi-sr-exchange:before {
  content: "\e714";
}
.fi-sr-exchange-alt:before {
  content: "\e715";
}
.fi-sr-exchange-cryptocurrency:before {
  content: "\e716";
}
.fi-sr-exclamation:before {
  content: "\e717";
}
.fi-sr-exit:before {
  content: "\e71a";
}
.fi-sr-exit-alt:before {
  content: "\e71b";
}
.fi-sr-expand:before {
  content: "\e71c";
}
.fi-sr-expand-arrows:before {
  content: "\e71d";
}
.fi-sr-expand-arrows-alt:before {
  content: "\e71e";
}
.fi-sr-expense:before {
  content: "\e71f";
}
.fi-sr-expense-bill:before {
  content: "\e720";
}
.fi-sr-explosion:before {
  content: "\e722";
}
.fi-sr-external-hard-drive:before {
  content: "\e723";
}
.fi-sr-external-world:before {
  content: "\e724";
}
.fi-sr-eye:before {
  content: "\e725";
}
.fi-sr-eye-alert:before {
  content: "\e726";
}
.fi-sr-eye-arrow-progress:before {
  content: "\e727";
}
.fi-sr-eye-crossed:before {
  content: "\e728";
}
.fi-sr-eye-drop:before {
  content: "\e729";
}
.fi-sr-eye-dropper-half:before {
  content: "\e72b";
}
.fi-sr-eye-lashes:before {
  content: "\e72d";
}
.fi-sr-eye-recognition:before {
  content: "\e72e";
}
.fi-sr-eye-scanner:before {
  content: "\e72f";
}
.fi-sr-eyelashes:before {
  content: "\e730";
}
.fi-sr-eyeliner:before {
  content: "\e731";
}
.fi-sr-eyes:before {
  content: "\e732";
}
.fi-sr-eyeshadow:before {
  content: "\e733";
}
.fi-sr-f:before {
  content: "\e734";
}
.fi-sr-fabric:before {
  content: "\e735";
}
.fi-sr-face-angry-horns:before {
  content: "\e736";
}
.fi-sr-face-anguished:before {
  content: "\e737";
}
.fi-sr-face-anxious-sweat:before {
  content: "\e738";
}
.fi-sr-face-astonished:before {
  content: "\e739";
}
.fi-sr-face-awesome:before {
  content: "\e73a";
}
.fi-sr-face-beam-hand-over-mouth:before {
  content: "\e73b";
}
.fi-sr-face-confounded:before {
  content: "\e73c";
}
.fi-sr-face-confused:before {
  content: "\e73d";
}
.fi-sr-face-cowboy-hat:before {
  content: "\e73e";
}
.fi-sr-face-disappointed:before {
  content: "\e73f";
}
.fi-sr-face-disguise:before {
  content: "\e740";
}
.fi-sr-face-downcast-sweat:before {
  content: "\e741";
}
.fi-sr-face-drooling:before {
  content: "\e742";
}
.fi-sr-face-explode:before {
  content: "\e743";
}
.fi-sr-face-expressionless:before {
  content: "\e744";
}
.fi-sr-face-eyes-xmarks:before {
  content: "\e745";
}
.fi-sr-face-fearful:before {
  content: "\e746";
}
.fi-sr-face-glasses:before {
  content: "\e747";
}
.fi-sr-face-grin-tongue-wink:before {
  content: "\e748";
}
.fi-sr-face-hand-yawn:before {
  content: "\e749";
}
.fi-sr-face-head-bandage:before {
  content: "\e74a";
}
.fi-sr-face-hushed:before {
  content: "\e74b";
}
.fi-sr-face-icicles:before {
  content: "\e74c";
}
.fi-sr-face-lying:before {
  content: "\e74d";
}
.fi-sr-face-mask:before {
  content: "\e74e";
}
.fi-sr-face-monocle:before {
  content: "\e74f";
}
.fi-sr-face-nauseated:before {
  content: "\e750";
}
.fi-sr-face-nose-steam:before {
  content: "\e751";
}
.fi-sr-face-party:before {
  content: "\e752";
}
.fi-sr-face-pensive:before {
  content: "\e753";
}
.fi-sr-face-persevering:before {
  content: "\e754";
}
.fi-sr-face-pleading:before {
  content: "\e755";
}
.fi-sr-face-raised-eyebrow:before {
  content: "\e756";
}
.fi-sr-face-relieved:before {
  content: "\e757";
}
.fi-sr-face-sad-sweat:before {
  content: "\e758";
}
.fi-sr-face-scream:before {
  content: "\e759";
}
.fi-sr-face-shush:before {
  content: "\e75a";
}
.fi-sr-face-sleeping:before {
  content: "\e75b";
}
.fi-sr-face-sleepy:before {
  content: "\e75c";
}
.fi-sr-face-smile-halo:before {
  content: "\e75d";
}
.fi-sr-face-smile-hearts:before {
  content: "\e75e";
}
.fi-sr-face-smile-horns:before {
  content: "\e75f";
}
.fi-sr-face-smile-tear:before {
  content: "\e760";
}
.fi-sr-face-smile-tongue:before {
  content: "\e761";
}
.fi-sr-face-smile-upside-down:before {
  content: "\e762";
}
.fi-sr-face-smiling-hands:before {
  content: "\e763";
}
.fi-sr-face-smirking:before {
  content: "\e764";
}
.fi-sr-face-sunglasses:before {
  content: "\e765";
}
.fi-sr-face-sunglasses-alt:before {
  content: "\e766";
}
.fi-sr-face-swear:before {
  content: "\e767";
}
.fi-sr-face-thermometer:before {
  content: "\e768";
}
.fi-sr-face-thinking:before {
  content: "\e769";
}
.fi-sr-face-tissue:before {
  content: "\e76a";
}
.fi-sr-face-tongue-money:before {
  content: "\e76b";
}
.fi-sr-face-tongue-sweat:before {
  content: "\e76c";
}
.fi-sr-face-unamused:before {
  content: "\e76d";
}
.fi-sr-face-viewfinder:before {
  content: "\e76e";
}
.fi-sr-face-vomit:before {
  content: "\e76f";
}
.fi-sr-face-weary:before {
  content: "\e770";
}
.fi-sr-face-woozy:before {
  content: "\e771";
}
.fi-sr-face-worried:before {
  content: "\e772";
}
.fi-sr-face-zany:before {
  content: "\e773";
}
.fi-sr-face-zipper:before {
  content: "\e774";
}
.fi-sr-facial-mask:before {
  content: "\e777";
}
.fi-sr-facial-massage:before {
  content: "\e778";
}
.fi-sr-facial-treatment:before {
  content: "\e779";
}
.fi-sr-fail:before {
  content: "\e77a";
}
.fi-sr-falafel:before {
  content: "\e77b";
}
.fi-sr-family:before {
  content: "\e77c";
}
.fi-sr-family-dress:before {
  content: "\e77d";
}
.fi-sr-family-law:before {
  content: "\e77e";
}
.fi-sr-family-pants:before {
  content: "\e77f";
}
.fi-sr-fan:before {
  content: "\e780";
}
.fi-sr-fan-table:before {
  content: "\e781";
}
.fi-sr-farfalle:before {
  content: "\e782";
}
.fi-sr-farm:before {
  content: "\e783";
}
.fi-sr-faucet:before {
  content: "\e784";
}
.fi-sr-faucet-drip:before {
  content: "\e785";
}
.fi-sr-fax:before {
  content: "\e786";
}
.fi-sr-fbx-file:before {
  content: "\e787";
}
.fi-sr-feather:before {
  content: "\e788";
}
.fi-sr-feather-pointed:before {
  content: "\e789";
}
.fi-sr-features:before {
  content: "\e78a";
}
.fi-sr-features-alt:before {
  content: "\e78b";
}
.fi-sr-february-calendar:before {
  content: "\e78c";
}
.fi-sr-fee:before {
  content: "\e78e";
}
.fi-sr-fee-receipt:before {
  content: "\e790";
}
.fi-sr-feedback:before {
  content: "\e791";
}
.fi-sr-feedback-alt:before {
  content: "\e792";
}
.fi-sr-feedback-cycle-loop:before {
  content: "\e793";
}
.fi-sr-feedback-hand:before {
  content: "\e794";
}
.fi-sr-feedback-review:before {
  content: "\e795";
}
.fi-sr-fence:before {
  content: "\e798";
}
.fi-sr-field-hockey:before {
  content: "\e79a";
}
.fi-sr-fighter-jet:before {
  content: "\e79b";
}
.fi-sr-file:before {
  content: "\e79d";
}
.fi-sr-file-ai:before {
  content: "\e79e";
}
.fi-sr-file-audio:before {
  content: "\e79f";
}
.fi-sr-file-backup:before {
  content: "\e7a0";
}
.fi-sr-file-binary:before {
  content: "\e7a1";
}
.fi-sr-file-chart-line:before {
  content: "\e7a2";
}
.fi-sr-file-chart-pie:before {
  content: "\e7a3";
}
.fi-sr-file-circle-info:before {
  content: "\e7a4";
}
.fi-sr-file-cloud:before {
  content: "\e7a5";
}
.fi-sr-file-code:before {
  content: "\e7a6";
}
.fi-sr-file-conversion:before {
  content: "\e7a7";
}
.fi-sr-file-css:before {
  content: "\e7a8";
}
.fi-sr-file-csv:before {
  content: "\e7a9";
}
.fi-sr-file-download:before {
  content: "\e7ab";
}
.fi-sr-file-edit:before {
  content: "\e7ac";
}
.fi-sr-file-eps:before {
  content: "\e7ad";
}
.fi-sr-file-excel:before {
  content: "\e7ae";
}
.fi-sr-file-exclamation:before {
  content: "\e7af";
}
.fi-sr-file-export:before {
  content: "\e7b0";
}
.fi-sr-file-image:before {
  content: "\e7b2";
}
.fi-sr-file-import:before {
  content: "\e7b3";
}
.fi-sr-file-invoice:before {
  content: "\e7b4";
}
.fi-sr-file-invoice-dollar:before {
  content: "\e7b5";
}
.fi-sr-file-loop:before {
  content: "\e7b7";
}
.fi-sr-file-medical:before {
  content: "\e7b9";
}
.fi-sr-file-medical-alt:before {
  content: "\e7ba";
}
.fi-sr-file-minus:before {
  content: "\e7bb";
}
.fi-sr-file-pdf:before {
  content: "\e7bc";
}
.fi-sr-file-powerpoint:before {
  content: "\e7bf";
}
.fi-sr-file-prescription:before {
  content: "\e7c0";
}
.fi-sr-file-psd:before {
  content: "\e7c1";
}
.fi-sr-file-question:before {
  content: "\e7c2";
}
.fi-sr-file-recycle:before {
  content: "\e7c3";
}
.fi-sr-file-signature:before {
  content: "\e7c4";
}
.fi-sr-file-spreadsheet:before {
  content: "\e7c6";
}
.fi-sr-file-upload:before {
  content: "\e7c7";
}
.fi-sr-file-user:before {
  content: "\e7c8";
}
.fi-sr-file-video:before {
  content: "\e7c9";
}
.fi-sr-file-word:before {
  content: "\e7ca";
}
.fi-sr-file-xls:before {
  content: "\e7cb";
}
.fi-sr-file-zip-alt:before {
  content: "\e7cd";
}
.fi-sr-file-zip-save:before {
  content: "\e7ce";
}
.fi-sr-file-zipper:before {
  content: "\e7cf";
}
.fi-sr-files-medical:before {
  content: "\e7d1";
}
.fi-sr-fill:before {
  content: "\e7d2";
}
.fi-sr-film:before {
  content: "\e7d3";
}
.fi-sr-film-canister:before {
  content: "\e7d4";
}
.fi-sr-film-slash:before {
  content: "\e7d5";
}
.fi-sr-films:before {
  content: "\e7d6";
}
.fi-sr-filter:before {
  content: "\e7d7";
}
.fi-sr-filter-check:before {
  content: "\e7d8";
}
.fi-sr-filter-list:before {
  content: "\e7d9";
}
.fi-sr-filter-slash:before {
  content: "\e7da";
}
.fi-sr-filters:before {
  content: "\e7db";
}
.fi-sr-financial-health:before {
  content: "\e7de";
}
.fi-sr-finger-droplet:before {
  content: "\e7e0";
}
.fi-sr-finger-nail:before {
  content: "\e7e1";
}
.fi-sr-fingerprint:before {
  content: "\e7e2";
}
.fi-sr-fingerprint-identification:before {
  content: "\e7e3";
}
.fi-sr-fingerprint-magnifying-glass:before {
  content: "\e7e4";
}
.fi-sr-fingerprint-remove:before {
  content: "\e7e5";
}
.fi-sr-fingerprint-security-risk:before {
  content: "\e7e6";
}
.fi-sr-fingerprint-verified:before {
  content: "\e7e7";
}
.fi-sr-finish-flag:before {
  content: "\e7e8";
}
.fi-sr-finish-line:before {
  content: "\e7e9";
}
.fi-sr-fire-alarm:before {
  content: "\e7eb";
}
.fi-sr-fire-burner:before {
  content: "\e7ed";
}
.fi-sr-fire-exit:before {
  content: "\e7f0";
}
.fi-sr-fire-extinguisher:before {
  content: "\e7f1";
}
.fi-sr-fire-flame-curved:before {
  content: "\e7f2";
}
.fi-sr-fire-flame-simple:before {
  content: "\e7f3";
}
.fi-sr-fire-hydrant:before {
  content: "\e7f5";
}
.fi-sr-fire-shield:before {
  content: "\e7f6";
}
.fi-sr-fire-smoke:before {
  content: "\e7f7";
}
.fi-sr-fireplace:before {
  content: "\e7fb";
}
.fi-sr-first:before {
  content: "\e7fe";
}
.fi-sr-first-aid-kit:before {
  content: "\e7ff";
}
.fi-sr-first-award:before {
  content: "\e800";
}
.fi-sr-first-laurel:before {
  content: "\e801";
}
.fi-sr-first-medal:before {
  content: "\e802";
}
.fi-sr-fish:before {
  content: "\e803";
}
.fi-sr-fish-bones:before {
  content: "\e804";
}
.fi-sr-fish-cooked:before {
  content: "\e805";
}
.fi-sr-fish-hook:before {
  content: "\e806";
}
.fi-sr-fishing-rod:before {
  content: "\e807";
}
.fi-sr-fist-move:before {
  content: "\e808";
}
.fi-sr-fitness-time:before {
  content: "\e809";
}
.fi-sr-fitness-watch:before {
  content: "\e80a";
}
.fi-sr-flag:before {
  content: "\e80b";
}
.fi-sr-flag-alt:before {
  content: "\e80c";
}
.fi-sr-flag-checkered:before {
  content: "\e80d";
}
.fi-sr-flag-usa:before {
  content: "\e80e";
}
.fi-sr-flame:before {
  content: "\e80f";
}
.fi-sr-flashlight:before {
  content: "\e811";
}
.fi-sr-flask:before {
  content: "\e812";
}
.fi-sr-flask-gear:before {
  content: "\e813";
}
.fi-sr-flask-poison:before {
  content: "\e814";
}
.fi-sr-flask-potion:before {
  content: "\e815";
}
.fi-sr-flatbread:before {
  content: "\e816";
}
.fi-sr-flatbread-stuffed:before {
  content: "\e817";
}
.fi-sr-flip-horizontal:before {
  content: "\e81c";
}
.fi-sr-flooding:before {
  content: "\e81e";
}
.fi-sr-floor:before {
  content: "\e81f";
}
.fi-sr-floor-alt:before {
  content: "\e820";
}
.fi-sr-floor-layer:before {
  content: "\e821";
}
.fi-sr-floppy-disk-circle-arrow-right:before {
  content: "\e822";
}
.fi-sr-floppy-disk-circle-xmark:before {
  content: "\e823";
}
.fi-sr-floppy-disk-pen:before {
  content: "\e824";
}
.fi-sr-floppy-disks:before {
  content: "\e825";
}
.fi-sr-florin-sign:before {
  content: "\e826";
}
.fi-sr-flowchart:before {
  content: "\e827";
}
.fi-sr-flower:before {
  content: "\e828";
}
.fi-sr-flower-butterfly:before {
  content: "\e82a";
}
.fi-sr-flower-daffodil:before {
  content: "\e82b";
}
.fi-sr-flower-tulip:before {
  content: "\e82c";
}
.fi-sr-flushed:before {
  content: "\e82d";
}
.fi-sr-flute:before {
  content: "\e82f";
}
.fi-sr-flux-capacitor:before {
  content: "\e830";
}
.fi-sr-fly-insect:before {
  content: "\e831";
}
.fi-sr-flying-disc:before {
  content: "\e832";
}
.fi-sr-flying-kite:before {
  content: "\e833";
}
.fi-sr-fm-radio:before {
  content: "\e834";
}
.fi-sr-foam-hand:before {
  content: "\e835";
}
.fi-sr-fog:before {
  content: "\e836";
}
.fi-sr-folder:before {
  content: "\e837";
}
.fi-sr-folder-archive:before {
  content: "\e838";
}
.fi-sr-folder-camera:before {
  content: "\e83a";
}
.fi-sr-folder-check:before {
  content: "\e83b";
}
.fi-sr-folder-directory:before {
  content: "\e83c";
}
.fi-sr-folder-download:before {
  content: "\e83d";
}
.fi-sr-folder-fire:before {
  content: "\e83e";
}
.fi-sr-folder-gear:before {
  content: "\e83f";
}
.fi-sr-folder-heart:before {
  content: "\e841";
}
.fi-sr-folder-link:before {
  content: "\e843";
}
.fi-sr-folder-loop:before {
  content: "\e844";
}
.fi-sr-folder-math:before {
  content: "\e846";
}
.fi-sr-folder-minus:before {
  content: "\e848";
}
.fi-sr-folder-music:before {
  content: "\e849";
}
.fi-sr-folder-open:before {
  content: "\e84a";
}
.fi-sr-folder-plus-circle:before {
  content: "\e84b";
}
.fi-sr-folder-times:before {
  content: "\e84c";
}
.fi-sr-folder-tree:before {
  content: "\e84d";
}
.fi-sr-folder-upload:before {
  content: "\e84e";
}
.fi-sr-folder-xmark:before {
  content: "\e850";
}
.fi-sr-folder-xmark-circle:before {
  content: "\e851";
}
.fi-sr-folders:before {
  content: "\e852";
}
.fi-sr-follow:before {
  content: "\e853";
}
.fi-sr-follow-folder:before {
  content: "\e854";
}
.fi-sr-followcollection:before {
  content: "\e855";
}
.fi-sr-followers:before {
  content: "\e856";
}
.fi-sr-following:before {
  content: "\e857";
}
.fi-sr-fondue-pot:before {
  content: "\e858";
}
.fi-sr-football:before {
  content: "\e85d";
}
.fi-sr-football-player:before {
  content: "\e85e";
}
.fi-sr-football-ticket:before {
  content: "\e85f";
}
.fi-sr-footprint:before {
  content: "\e860";
}
.fi-sr-foreign-language-audio:before {
  content: "\e861";
}
.fi-sr-forest:before {
  content: "\e862";
}
.fi-sr-forest-alt:before {
  content: "\e863";
}
.fi-sr-fork:before {
  content: "\e864";
}
.fi-sr-fork-spaghetti:before {
  content: "\e865";
}
.fi-sr-forklift:before {
  content: "\e866";
}
.fi-sr-form:before {
  content: "\e867";
}
.fi-sr-fort:before {
  content: "\e868";
}
.fi-sr-forward:before {
  content: "\e869";
}
.fi-sr-forward-fast:before {
  content: "\e86a";
}
.fi-sr-fox:before {
  content: "\e86d";
}
.fi-sr-frame:before {
  content: "\e86e";
}
.fi-sr-franc-sign:before {
  content: "\e86f";
}
.fi-sr-france:before {
  content: "\e870";
}
.fi-sr-france-country-code:before {
  content: "\e871";
}
.fi-sr-free:before {
  content: "\e874";
}
.fi-sr-free-delivery:before {
  content: "\e875";
}
.fi-sr-freemium:before {
  content: "\e876";
}
.fi-sr-french:before {
  content: "\e879";
}
.fi-sr-french-fries:before {
  content: "\e87a";
}
.fi-sr-friday:before {
  content: "\e87c";
}
.fi-sr-frog:before {
  content: "\e87d";
}
.fi-sr-frown:before {
  content: "\e87e";
}
.fi-sr-ftp:before {
  content: "\e87f";
}
.fi-sr-fuel-gauge:before {
  content: "\e880";
}
.fi-sr-full-screen:before {
  content: "\e881";
}
.fi-sr-function:before {
  content: "\e882";
}
.fi-sr-function-process:before {
  content: "\e884";
}
.fi-sr-function-square:before {
  content: "\e885";
}
.fi-sr-funnel-dollar:before {
  content: "\e886";
}
.fi-sr-fusilli:before {
  content: "\e888";
}
.fi-sr-g:before {
  content: "\e889";
}
.fi-sr-galaxy:before {
  content: "\e88a";
}
.fi-sr-galaxy-alt:before {
  content: "\e88b";
}
.fi-sr-galaxy-planet:before {
  content: "\e88c";
}
.fi-sr-galaxy-star:before {
  content: "\e88d";
}
.fi-sr-gallery:before {
  content: "\e88e";
}
.fi-sr-gallery-thumbnails:before {
  content: "\e88f";
}
.fi-sr-game:before {
  content: "\e890";
}
.fi-sr-game-board-alt:before {
  content: "\e891";
}
.fi-sr-game-console-crank-handheld:before {
  content: "\e893";
}
.fi-sr-game-rules:before {
  content: "\e896";
}
.fi-sr-gamepad:before {
  content: "\e898";
}
.fi-sr-gamer:before {
  content: "\e899";
}
.fi-sr-games:before {
  content: "\e89a";
}
.fi-sr-garage:before {
  content: "\e89c";
}
.fi-sr-garage-car:before {
  content: "\e89d";
}
.fi-sr-garage-open:before {
  content: "\e89e";
}
.fi-sr-garlic:before {
  content: "\e89f";
}
.fi-sr-garlic-alt:before {
  content: "\e8a0";
}
.fi-sr-gas-mask:before {
  content: "\e8a1";
}
.fi-sr-gas-pump:before {
  content: "\e8a2";
}
.fi-sr-gas-pump-alt:before {
  content: "\e8a3";
}
.fi-sr-gas-pump-slash:before {
  content: "\e8a4";
}
.fi-sr-gas-station:before {
  content: "\e8a5";
}
.fi-sr-gastric-reflux:before {
  content: "\e8a6";
}
.fi-sr-gauge-circle-bolt:before {
  content: "\e8a7";
}
.fi-sr-gauge-circle-minus:before {
  content: "\e8a8";
}
.fi-sr-gauge-circle-plus:before {
  content: "\e8a9";
}
.fi-sr-gauze-bandage:before {
  content: "\e8aa";
}
.fi-sr-gavel:before {
  content: "\e8ab";
}
.fi-sr-gay-couple:before {
  content: "\e8ac";
}
.fi-sr-gears:before {
  content: "\e8af";
}
.fi-sr-gem:before {
  content: "\e8b0";
}
.fi-sr-general:before {
  content: "\e8b1";
}
.fi-sr-german:before {
  content: "\e8b2";
}
.fi-sr-germany:before {
  content: "\e8b3";
}
.fi-sr-germany-country-code:before {
  content: "\e8b4";
}
.fi-sr-ghost:before {
  content: "\e8b5";
}
.fi-sr-gif:before {
  content: "\e8b6";
}
.fi-sr-gif-square:before {
  content: "\e8b8";
}
.fi-sr-gift:before {
  content: "\e8b9";
}
.fi-sr-gift-box-benefits:before {
  content: "\e8ba";
}
.fi-sr-gift-card:before {
  content: "\e8bb";
}
.fi-sr-gifts:before {
  content: "\e8bc";
}
.fi-sr-ginger:before {
  content: "\e8bd";
}
.fi-sr-gingerbread-man:before {
  content: "\e8be";
}
.fi-sr-glass:before {
  content: "\e8c1";
}
.fi-sr-glass-champagne:before {
  content: "\e8c2";
}
.fi-sr-glass-cheers:before {
  content: "\e8c3";
}
.fi-sr-glass-citrus:before {
  content: "\e8c4";
}
.fi-sr-glass-empty:before {
  content: "\e8c5";
}
.fi-sr-glass-half:before {
  content: "\e8c6";
}
.fi-sr-glass-water-droplet:before {
  content: "\e8c7";
}
.fi-sr-glass-whiskey:before {
  content: "\e8c8";
}
.fi-sr-glass-whiskey-rocks:before {
  content: "\e8c9";
}
.fi-sr-glasses:before {
  content: "\e8ca";
}
.fi-sr-globe:before {
  content: "\e8cc";
}
.fi-sr-globe-alt:before {
  content: "\e8cd";
}
.fi-sr-globe-pointer:before {
  content: "\e8ce";
}
.fi-sr-globe-shield:before {
  content: "\e8cf";
}
.fi-sr-globe-snow:before {
  content: "\e8d0";
}
.fi-sr-globe-user:before {
  content: "\e8d1";
}
.fi-sr-gltf-file:before {
  content: "\e8d2";
}
.fi-sr-glucose:before {
  content: "\e8d3";
}
.fi-sr-goal-net:before {
  content: "\e8d6";
}
.fi-sr-goalkeeper:before {
  content: "\e8d7";
}
.fi-sr-goals:before {
  content: "\e8d8";
}
.fi-sr-golf:before {
  content: "\e8d9";
}
.fi-sr-golf-bag:before {
  content: "\e8da";
}
.fi-sr-golf-ball:before {
  content: "\e8db";
}
.fi-sr-golf-ball-grass:before {
  content: "\e8dc";
}
.fi-sr-golf-club:before {
  content: "\e8dd";
}
.fi-sr-golf-hole:before {
  content: "\e8de";
}
.fi-sr-golfer:before {
  content: "\e8df";
}
.fi-sr-gopuram:before {
  content: "\e8e3";
}
.fi-sr-gourmet:before {
  content: "\e8e4";
}
.fi-sr-government-budget:before {
  content: "\e8e5";
}
.fi-sr-government-flag:before {
  content: "\e8e6";
}
.fi-sr-government-user:before {
  content: "\e8e7";
}
.fi-sr-gps-navigation:before {
  content: "\e8e8";
}
.fi-sr-graduation-cap:before {
  content: "\e8e9";
}
.fi-sr-graduation-diploma:before {
  content: "\e8ea";
}
.fi-sr-gramophone:before {
  content: "\e8eb";
}
.fi-sr-grape:before {
  content: "\e8ec";
}
.fi-sr-graph-curve:before {
  content: "\e8ed";
}
.fi-sr-graphic-style:before {
  content: "\e8ee";
}
.fi-sr-graphic-tablet:before {
  content: "\e8ef";
}
.fi-sr-grass:before {
  content: "\e8f0";
}
.fi-sr-grate:before {
  content: "\e8f1";
}
.fi-sr-grate-droplet:before {
  content: "\e8f2";
}
.fi-sr-greater-than:before {
  content: "\e8f3";
}
.fi-sr-greater-than-equal:before {
  content: "\e8f4";
}
.fi-sr-greek-helmet:before {
  content: "\e8f5";
}
.fi-sr-grid:before {
  content: "\e8f6";
}
.fi-sr-grid-alt:before {
  content: "\e8f7";
}
.fi-sr-grid-dividers:before {
  content: "\e8f8";
}
.fi-sr-grid-lock:before {
  content: "\e8f9";
}
.fi-sr-grief:before {
  content: "\e8fa";
}
.fi-sr-grill:before {
  content: "\e8fb";
}
.fi-sr-grill-fire:before {
  content: "\e8fc";
}
.fi-sr-grill-hot-alt:before {
  content: "\e8fd";
}
.fi-sr-grimace:before {
  content: "\e8fe";
}
.fi-sr-grin:before {
  content: "\e8ff";
}
.fi-sr-grin-alt:before {
  content: "\e900";
}
.fi-sr-grin-beam:before {
  content: "\e901";
}
.fi-sr-grin-beam-sweat:before {
  content: "\e902";
}
.fi-sr-grin-hearts:before {
  content: "\e903";
}
.fi-sr-grin-squint:before {
  content: "\e904";
}
.fi-sr-grin-squint-tears:before {
  content: "\e905";
}
.fi-sr-grin-stars:before {
  content: "\e906";
}
.fi-sr-grin-tears:before {
  content: "\e907";
}
.fi-sr-grin-tongue:before {
  content: "\e908";
}
.fi-sr-grin-tongue-squint:before {
  content: "\e909";
}
.fi-sr-grin-tongue-wink:before {
  content: "\e90a";
}
.fi-sr-grin-wink:before {
  content: "\e90b";
}
.fi-sr-grip-dots:before {
  content: "\e90c";
}
.fi-sr-grip-dots-vertical:before {
  content: "\e90d";
}
.fi-sr-grip-horizontal:before {
  content: "\e90e";
}
.fi-sr-grip-lines:before {
  content: "\e90f";
}
.fi-sr-grip-lines-vertical:before {
  content: "\e910";
}
.fi-sr-grip-vertical:before {
  content: "\e911";
}
.fi-sr-grocery-bag:before {
  content: "\e912";
}
.fi-sr-grocery-basket:before {
  content: "\e913";
}
.fi-sr-group-arrows-rotate:before {
  content: "\e914";
}
.fi-sr-group-call:before {
  content: "\e915";
}
.fi-sr-group-community-social-media:before {
  content: "\e916";
}
.fi-sr-growth-chart-invest:before {
  content: "\e918";
}
.fi-sr-guarani-sign:before {
  content: "\e91a";
}
.fi-sr-guide:before {
  content: "\e91b";
}
.fi-sr-guide-alt:before {
  content: "\e91c";
}
.fi-sr-guitar:before {
  content: "\e91e";
}
.fi-sr-guitar-electric:before {
  content: "\e91f";
}
.fi-sr-guitars:before {
  content: "\e920";
}
.fi-sr-gun:before {
  content: "\e921";
}
.fi-sr-gun-shooting:before {
  content: "\e922";
}
.fi-sr-gun-squirt:before {
  content: "\e923";
}
.fi-sr-gym:before {
  content: "\e924";
}
.fi-sr-gym-bag:before {
  content: "\e925";
}
.fi-sr-gynecology:before {
  content: "\e926";
}
.fi-sr-h:before {
  content: "\e927";
}
.fi-sr-h-square:before {
  content: "\e928";
}
.fi-sr-h1:before {
  content: "\e929";
}
.fi-sr-h2:before {
  content: "\e92a";
}
.fi-sr-h3:before {
  content: "\e92b";
}
.fi-sr-h4:before {
  content: "\e92c";
}
.fi-sr-hacker:before {
  content: "\e92d";
}
.fi-sr-hair-clipper:before {
  content: "\e92e";
}
.fi-sr-hair-conditioner:before {
  content: "\e92f";
}
.fi-sr-hairbrush:before {
  content: "\e930";
}
.fi-sr-haircut:before {
  content: "\e931";
}
.fi-sr-hairdryer:before {
  content: "\e932";
}
.fi-sr-half-loading:before {
  content: "\e933";
}
.fi-sr-hamburger:before {
  content: "\e934";
}
.fi-sr-hamburger-soda:before {
  content: "\e935";
}
.fi-sr-hammer:before {
  content: "\e936";
}
.fi-sr-hammer-brush:before {
  content: "\e937";
}
.fi-sr-hammer-crash:before {
  content: "\e938";
}
.fi-sr-hammer-war:before {
  content: "\e939";
}
.fi-sr-hamsa:before {
  content: "\e93a";
}
.fi-sr-hand-back-fist:before {
  content: "\e93c";
}
.fi-sr-hand-back-point-down:before {
  content: "\e93d";
}
.fi-sr-hand-back-point-left:before {
  content: "\e93e";
}
.fi-sr-hand-back-point-ribbon:before {
  content: "\e93f";
}
.fi-sr-hand-back-point-right:before {
  content: "\e940";
}
.fi-sr-hand-bandage-wound:before {
  content: "\e941";
}
.fi-sr-hand-bill:before {
  content: "\e942";
}
.fi-sr-hand-cleaning:before {
  content: "\e943";
}
.fi-sr-hand-dots:before {
  content: "\e944";
}
.fi-sr-hand-dryer:before {
  content: "\e945";
}
.fi-sr-hand-fingers-crossed:before {
  content: "\e946";
}
.fi-sr-hand-fist:before {
  content: "\e947";
}
.fi-sr-hand-heart:before {
  content: "\e948";
}
.fi-sr-hand-holding-box:before {
  content: "\e949";
}
.fi-sr-hand-holding-document:before {
  content: "\e94a";
}
.fi-sr-hand-holding-droplet:before {
  content: "\e94b";
}
.fi-sr-hand-holding-heart:before {
  content: "\e94c";
}
.fi-sr-hand-holding-magic:before {
  content: "\e94d";
}
.fi-sr-hand-holding-medical:before {
  content: "\e94e";
}
.fi-sr-hand-holding-seeding:before {
  content: "\e94f";
}
.fi-sr-hand-holding-skull:before {
  content: "\e951";
}
.fi-sr-hand-holding-usd:before {
  content: "\e952";
}
.fi-sr-hand-holding-water:before {
  content: "\e953";
}
.fi-sr-hand-horns:before {
  content: "\e954";
}
.fi-sr-hand-horns-bolt:before {
  content: "\e955";
}
.fi-sr-hand-key:before {
  content: "\e956";
}
.fi-sr-hand-lizard:before {
  content: "\e957";
}
.fi-sr-hand-love:before {
  content: "\e958";
}
.fi-sr-hand-middle-finger:before {
  content: "\e959";
}
.fi-sr-hand-paper:before {
  content: "\e95a";
}
.fi-sr-hand-peace:before {
  content: "\e95b";
}
.fi-sr-hand-point-ribbon:before {
  content: "\e95c";
}
.fi-sr-hand-present:before {
  content: "\e95d";
}
.fi-sr-hand-scissors:before {
  content: "\e95e";
}
.fi-sr-hand-sparkles:before {
  content: "\e95f";
}
.fi-sr-hand-spock:before {
  content: "\e960";
}
.fi-sr-hand-wave:before {
  content: "\e961";
}
.fi-sr-hand-zoom-in:before {
  content: "\e962";
}
.fi-sr-handcuffed-hands:before {
  content: "\e963";
}
.fi-sr-handcuffs:before {
  content: "\e964";
}
.fi-sr-handmade:before {
  content: "\e965";
}
.fi-sr-hands-brain:before {
  content: "\e966";
}
.fi-sr-hands-bubbles:before {
  content: "\e967";
}
.fi-sr-hands-clapping:before {
  content: "\e968";
}
.fi-sr-hands-heart:before {
  content: "\e969";
}
.fi-sr-hands-holding:before {
  content: "\e96a";
}
.fi-sr-hands-holding-child:before {
  content: "\e96b";
}
.fi-sr-hands-holding-diamond:before {
  content: "\e96c";
}
.fi-sr-hands-together:before {
  content: "\e96d";
}
.fi-sr-hands-together-heart:before {
  content: "\e96e";
}
.fi-sr-hands-typing-keyboard:before {
  content: "\e96f";
}
.fi-sr-hands-usd:before {
  content: "\e971";
}
.fi-sr-handshake:before {
  content: "\e972";
}
.fi-sr-handshake-angle:before {
  content: "\e973";
}
.fi-sr-handshake-deal-loan:before {
  content: "\e974";
}
.fi-sr-handshake-house:before {
  content: "\e975";
}
.fi-sr-handshake-simple-slash:before {
  content: "\e976";
}
.fi-sr-handshake-trust:before {
  content: "\e977";
}
.fi-sr-handstand:before {
  content: "\e978";
}
.fi-sr-hanukiah:before {
  content: "\e979";
}
.fi-sr-hard-disk-scan:before {
  content: "\e97b";
}
.fi-sr-hard-drive:before {
  content: "\e97c";
}
.fi-sr-hard-hat:before {
  content: "\e97d";
}
.fi-sr-harp:before {
  content: "\e97e";
}
.fi-sr-hashtag-lock:before {
  content: "\e981";
}
.fi-sr-hastag:before {
  content: "\e983";
}
.fi-sr-hat-beach:before {
  content: "\e984";
}
.fi-sr-hat-birthday:before {
  content: "\e985";
}
.fi-sr-hat-chef:before {
  content: "\e986";
}
.fi-sr-hat-cowboy:before {
  content: "\e987";
}
.fi-sr-hat-cowboy-side:before {
  content: "\e988";
}
.fi-sr-hat-santa:before {
  content: "\e989";
}
.fi-sr-hat-winter:before {
  content: "\e98a";
}
.fi-sr-hat-witch:before {
  content: "\e98b";
}
.fi-sr-hat-wizard:before {
  content: "\e98c";
}
.fi-sr-haute-cuisine:before {
  content: "\e98d";
}
.fi-sr-hdd:before {
  content: "\e98f";
}
.fi-sr-head-side:before {
  content: "\e990";
}
.fi-sr-head-side-brain:before {
  content: "\e991";
}
.fi-sr-head-side-cough:before {
  content: "\e992";
}
.fi-sr-head-side-cough-slash:before {
  content: "\e993";
}
.fi-sr-head-side-headphones:before {
  content: "\e994";
}
.fi-sr-head-side-heart:before {
  content: "\e995";
}
.fi-sr-head-side-mask:before {
  content: "\e996";
}
.fi-sr-head-side-medical:before {
  content: "\e997";
}
.fi-sr-head-side-thinking:before {
  content: "\e998";
}
.fi-sr-head-side-virus:before {
  content: "\e999";
}
.fi-sr-head-vr:before {
  content: "\e99a";
}
.fi-sr-headache:before {
  content: "\e99b";
}
.fi-sr-heading:before {
  content: "\e99c";
}
.fi-sr-headphones:before {
  content: "\e99d";
}
.fi-sr-headphones-rhythm:before {
  content: "\e99e";
}
.fi-sr-headset:before {
  content: "\e99f";
}
.fi-sr-heart:before {
  content: "\e9a1";
}
.fi-sr-heart-arrow:before {
  content: "\e9a2";
}
.fi-sr-heart-brain:before {
  content: "\e9a3";
}
.fi-sr-heart-circle-user:before {
  content: "\e9a4";
}
.fi-sr-heart-crack:before {
  content: "\e9a5";
}
.fi-sr-heart-half:before {
  content: "\e9a6";
}
.fi-sr-heart-half-stroke:before {
  content: "\e9a7";
}
.fi-sr-heart-health-muscle:before {
  content: "\e9a8";
}
.fi-sr-heart-lock:before {
  content: "\e9a9";
}
.fi-sr-heart-partner-handshake:before {
  content: "\e9aa";
}
.fi-sr-heart-rate:before {
  content: "\e9ab";
}
.fi-sr-heart-slash:before {
  content: "\e9ac";
}
.fi-sr-heart-upside-down:before {
  content: "\e9ad";
}
.fi-sr-heat:before {
  content: "\e9ae";
}
.fi-sr-helicopter-side:before {
  content: "\e9af";
}
.fi-sr-helmet-battle:before {
  content: "\e9b0";
}
.fi-sr-hermit-crab:before {
  content: "\e9b1";
}
.fi-sr-hexagon:before {
  content: "\e9b2";
}
.fi-sr-hexagon-check:before {
  content: "\e9b3";
}
.fi-sr-hexagon-divide:before {
  content: "\e9b4";
}
.fi-sr-hexagon-exclamation:before {
  content: "\e9b5";
}
.fi-sr-high-definition:before {
  content: "\e9b7";
}
.fi-sr-high-five:before {
  content: "\e9b8";
}
.fi-sr-high-five-celebration-yes:before {
  content: "\e9b9";
}
.fi-sr-highlighter:before {
  content: "\e9bb";
}
.fi-sr-highlighter-line:before {
  content: "\e9bc";
}
.fi-sr-hiking:before {
  content: "\e9bd";
}
.fi-sr-hiking-boot:before {
  content: "\e9be";
}
.fi-sr-hill-avalanche:before {
  content: "\e9bf";
}
.fi-sr-hill-rockslide:before {
  content: "\e9c0";
}
.fi-sr-hippie:before {
  content: "\e9c2";
}
.fi-sr-hippo:before {
  content: "\e9c3";
}
.fi-sr-hockey-mask:before {
  content: "\e9c4";
}
.fi-sr-hockey-puck:before {
  content: "\e9c5";
}
.fi-sr-hockey-stick-puck:before {
  content: "\e9c6";
}
.fi-sr-hockey-sticks:before {
  content: "\e9c7";
}
.fi-sr-holding-hand-brain:before {
  content: "\e9c8";
}
.fi-sr-holding-hand-delivery:before {
  content: "\e9c9";
}
.fi-sr-holding-hand-dinner:before {
  content: "\e9ca";
}
.fi-sr-holding-hand-direction:before {
  content: "\e9cb";
}
.fi-sr-holding-hand-gear:before {
  content: "\e9cc";
}
.fi-sr-holding-hand-key:before {
  content: "\e9cd";
}
.fi-sr-holding-hand-nft:before {
  content: "\e9ce";
}
.fi-sr-holding-hand-pizza-box:before {
  content: "\e9cf";
}
.fi-sr-holding-hand-revenue:before {
  content: "\e9d0";
}
.fi-sr-holly-berry:before {
  content: "\e9d1";
}
.fi-sr-home:before {
  content: "\e9d2";
}
.fi-sr-home-control-app:before {
  content: "\e9d4";
}
.fi-sr-home-heart:before {
  content: "\e9d5";
}
.fi-sr-home-location:before {
  content: "\e9d6";
}
.fi-sr-home-location-alt:before {
  content: "\e9d7";
}
.fi-sr-home-robot:before {
  content: "\e9d8";
}
.fi-sr-home-settings:before {
  content: "\e9d9";
}
.fi-sr-home-wifi-phone:before {
  content: "\e9da";
}
.fi-sr-homework:before {
  content: "\e9dc";
}
.fi-sr-honey-pot:before {
  content: "\e9dd";
}
.fi-sr-hood-cloak:before {
  content: "\e9de";
}
.fi-sr-hook:before {
  content: "\e9df";
}
.fi-sr-horizontal-rule:before {
  content: "\e9e0";
}
.fi-sr-horse:before {
  content: "\e9e1";
}
.fi-sr-horse-head:before {
  content: "\e9e2";
}
.fi-sr-horse-saddle:before {
  content: "\e9e3";
}
.fi-sr-horseshoe:before {
  content: "\e9e4";
}
.fi-sr-horseshoe-broken:before {
  content: "\e9e5";
}
.fi-sr-hose:before {
  content: "\e9e6";
}
.fi-sr-hose-reel:before {
  content: "\e9e7";
}
.fi-sr-hospital:before {
  content: "\e9e8";
}
.fi-sr-hospital-bed:before {
  content: "\e9e9";
}
.fi-sr-hospital-symbol:before {
  content: "\e9ea";
}
.fi-sr-hospital-user:before {
  content: "\e9eb";
}
.fi-sr-hospitals:before {
  content: "\e9ec";
}
.fi-sr-hot-tub:before {
  content: "\e9ed";
}
.fi-sr-hotdog:before {
  content: "\e9ee";
}
.fi-sr-hotel:before {
  content: "\e9ef";
}
.fi-sr-hotel-room-key:before {
  content: "\e9f0";
}
.fi-sr-hourglass:before {
  content: "\e9f2";
}
.fi-sr-hourglass-end:before {
  content: "\e9f3";
}
.fi-sr-hourglass-start:before {
  content: "\e9f4";
}
.fi-sr-house-blank:before {
  content: "\e9f5";
}
.fi-sr-house-building:before {
  content: "\e9f6";
}
.fi-sr-house-chimney:before {
  content: "\e9f7";
}
.fi-sr-house-chimney-blank:before {
  content: "\e9f8";
}
.fi-sr-house-chimney-crack:before {
  content: "\e9f9";
}
.fi-sr-house-chimney-heart:before {
  content: "\e9fa";
}
.fi-sr-house-chimney-medical:before {
  content: "\e9fb";
}
.fi-sr-house-chimney-user:before {
  content: "\e9fc";
}
.fi-sr-house-chimney-window:before {
  content: "\e9fd";
}
.fi-sr-house-circle-check:before {
  content: "\e9fe";
}
.fi-sr-house-circle-exclamation:before {
  content: "\e9ff";
}
.fi-sr-house-circle-xmark:before {
  content: "\ea00";
}
.fi-sr-house-crack:before {
  content: "\ea01";
}
.fi-sr-house-crack-alt:before {
  content: "\ea02";
}
.fi-sr-house-day:before {
  content: "\ea03";
}
.fi-sr-house-fire:before {
  content: "\ea04";
}
.fi-sr-house-flag:before {
  content: "\ea05";
}
.fi-sr-house-flood:before {
  content: "\ea06";
}
.fi-sr-house-hand:before {
  content: "\ea07";
}
.fi-sr-house-hands:before {
  content: "\ea08";
}
.fi-sr-house-key:before {
  content: "\ea09";
}
.fi-sr-house-laptop:before {
  content: "\ea0a";
}
.fi-sr-house-leave:before {
  content: "\ea0b";
}
.fi-sr-house-lock:before {
  content: "\ea0c";
}
.fi-sr-house-medical:before {
  content: "\ea0d";
}
.fi-sr-house-night:before {
  content: "\ea0e";
}
.fi-sr-house-return:before {
  content: "\ea0f";
}
.fi-sr-house-signal:before {
  content: "\ea10";
}
.fi-sr-house-tree:before {
  content: "\ea11";
}
.fi-sr-house-tsunami:before {
  content: "\ea12";
}
.fi-sr-house-turret:before {
  content: "\ea13";
}
.fi-sr-house-unlock:before {
  content: "\ea14";
}
.fi-sr-house-user:before {
  content: "\ea15";
}
.fi-sr-house-window:before {
  content: "\ea16";
}
.fi-sr-hr:before {
  content: "\ea17";
}
.fi-sr-hr-group:before {
  content: "\ea18";
}
.fi-sr-hr-management:before {
  content: "\ea19";
}
.fi-sr-hr-person:before {
  content: "\ea1a";
}
.fi-sr-hryvnia:before {
  content: "\ea1b";
}
.fi-sr-html-file:before {
  content: "\ea1c";
}
.fi-sr-hug-tree:before {
  content: "\ea20";
}
.fi-sr-humanitarian-mission:before {
  content: "\ea21";
}
.fi-sr-humidity:before {
  content: "\ea22";
}
.fi-sr-hundred-points:before {
  content: "\ea23";
}
.fi-sr-hurricane:before {
  content: "\ea24";
}
.fi-sr-hydroalcoholic-gel:before {
  content: "\ea25";
}
.fi-sr-hyperloop:before {
  content: "\ea26";
}
.fi-sr-i:before {
  content: "\ea28";
}
.fi-sr-ice-cream:before {
  content: "\ea2a";
}
.fi-sr-icicles:before {
  content: "\ea2c";
}
.fi-sr-icon-star:before {
  content: "\ea2d";
}
.fi-sr-id-badge:before {
  content: "\ea2f";
}
.fi-sr-id-card:before {
  content: "\ea30";
}
.fi-sr-id-card-clip-alt:before {
  content: "\ea31";
}
.fi-sr-idea-exchange:before {
  content: "\ea32";
}
.fi-sr-igloo:before {
  content: "\ea34";
}
.fi-sr-image-slash:before {
  content: "\ea37";
}
.fi-sr-images:before {
  content: "\ea38";
}
.fi-sr-images-user:before {
  content: "\ea39";
}
.fi-sr-immunity:before {
  content: "\ea3b";
}
.fi-sr-improve-user:before {
  content: "\ea3c";
}
.fi-sr-improvement:before {
  content: "\ea3d";
}
.fi-sr-inbox:before {
  content: "\ea3e";
}
.fi-sr-inbox-full:before {
  content: "\ea3f";
}
.fi-sr-inbox-in:before {
  content: "\ea40";
}
.fi-sr-inbox-out:before {
  content: "\ea41";
}
.fi-sr-inboxes:before {
  content: "\ea42";
}
.fi-sr-incense-sticks-yoga:before {
  content: "\ea43";
}
.fi-sr-incognito:before {
  content: "\ea44";
}
.fi-sr-indent:before {
  content: "\ea46";
}
.fi-sr-india-map:before {
  content: "\ea48";
}
.fi-sr-indian-rupee-sign:before {
  content: "\ea49";
}
.fi-sr-industrial-pollution:before {
  content: "\ea4a";
}
.fi-sr-industry-alt:before {
  content: "\ea4b";
}
.fi-sr-industry-windows:before {
  content: "\ea4c";
}
.fi-sr-infinite-cycle:before {
  content: "\ea4d";
}
.fi-sr-infinity:before {
  content: "\ea4e";
}
.fi-sr-info:before {
  content: "\ea4f";
}
.fi-sr-info-guide:before {
  content: "\ea50";
}
.fi-sr-information:before {
  content: "\ea51";
}
.fi-sr-inhaler:before {
  content: "\ea52";
}
.fi-sr-input-numeric:before {
  content: "\ea54";
}
.fi-sr-input-pipe:before {
  content: "\ea55";
}
.fi-sr-input-text:before {
  content: "\ea56";
}
.fi-sr-insert:before {
  content: "\ea57";
}
.fi-sr-insert-alt:before {
  content: "\ea58";
}
.fi-sr-insert-arrows:before {
  content: "\ea59";
}
.fi-sr-insert-button-circle:before {
  content: "\ea5a";
}
.fi-sr-insert-credit-card:before {
  content: "\ea5b";
}
.fi-sr-insert-square:before {
  content: "\ea5c";
}
.fi-sr-insight:before {
  content: "\ea5d";
}
.fi-sr-insight-alt:before {
  content: "\ea5e";
}
.fi-sr-insight-head:before {
  content: "\ea5f";
}
.fi-sr-insomnia:before {
  content: "\ea60";
}
.fi-sr-insurance:before {
  content: "\ea64";
}
.fi-sr-integral:before {
  content: "\ea66";
}
.fi-sr-interactive:before {
  content: "\ea6a";
}
.fi-sr-interlining:before {
  content: "\ea6b";
}
.fi-sr-internet-security:before {
  content: "\ea6c";
}
.fi-sr-internet-speed-wifi:before {
  content: "\ea6d";
}
.fi-sr-interpersonal-skill:before {
  content: "\ea6e";
}
.fi-sr-interrogation:before {
  content: "\ea6f";
}
.fi-sr-intersection:before {
  content: "\ea70";
}
.fi-sr-introduction:before {
  content: "\ea71";
}
.fi-sr-introduction-handshake:before {
  content: "\ea72";
}
.fi-sr-inventory-alt:before {
  content: "\ea73";
}
.fi-sr-invest:before {
  content: "\ea74";
}
.fi-sr-investment:before {
  content: "\ea75";
}
.fi-sr-investor:before {
  content: "\ea76";
}
.fi-sr-invite:before {
  content: "\ea78";
}
.fi-sr-invite-alt:before {
  content: "\ea79";
}
.fi-sr-iot:before {
  content: "\ea7a";
}
.fi-sr-iot-alt:before {
  content: "\ea7b";
}
.fi-sr-ip-address:before {
  content: "\ea7c";
}
.fi-sr-iron:before {
  content: "\ea7d";
}
.fi-sr-island-tropical:before {
  content: "\ea7e";
}
.fi-sr-iso-file:before {
  content: "\ea7f";
}
.fi-sr-it:before {
  content: "\ea81";
}
.fi-sr-it-alt:before {
  content: "\ea82";
}
.fi-sr-it-computer:before {
  content: "\ea83";
}
.fi-sr-italian:before {
  content: "\ea84";
}
.fi-sr-italian-coffee-maker:before {
  content: "\ea85";
}
.fi-sr-italian-lira-sign:before {
  content: "\ea86";
}
.fi-sr-italic:before {
  content: "\ea87";
}
.fi-sr-j:before {
  content: "\ea89";
}
.fi-sr-jam:before {
  content: "\ea8b";
}
.fi-sr-january-calendar:before {
  content: "\ea8d";
}
.fi-sr-japanese:before {
  content: "\ea8e";
}
.fi-sr-jar-alt:before {
  content: "\ea8f";
}
.fi-sr-jar-wheat:before {
  content: "\ea90";
}
.fi-sr-javascript:before {
  content: "\ea92";
}
.fi-sr-joint:before {
  content: "\ea96";
}
.fi-sr-joker:before {
  content: "\ea97";
}
.fi-sr-journal:before {
  content: "\ea99";
}
.fi-sr-journal-alt:before {
  content: "\ea9a";
}
.fi-sr-journey:before {
  content: "\ea9b";
}
.fi-sr-joystick:before {
  content: "\ea9c";
}
.fi-sr-jpg:before {
  content: "\ea9d";
}
.fi-sr-json-file:before {
  content: "\eaa0";
}
.fi-sr-judge:before {
  content: "\eaa1";
}
.fi-sr-jug:before {
  content: "\eaa2";
}
.fi-sr-jug-alt:before {
  content: "\eaa3";
}
.fi-sr-jug-bottle:before {
  content: "\eaa4";
}
.fi-sr-july-calendar:before {
  content: "\eaa5";
}
.fi-sr-jumping-rope:before {
  content: "\eaa6";
}
.fi-sr-june-calendar:before {
  content: "\eaa7";
}
.fi-sr-jury:before {
  content: "\eaa8";
}
.fi-sr-k:before {
  content: "\eaa9";
}
.fi-sr-k-pop:before {
  content: "\eaaa";
}
.fi-sr-k-pop-headphones:before {
  content: "\eaab";
}
.fi-sr-k-pop-microphone:before {
  content: "\eaac";
}
.fi-sr-kaaba:before {
  content: "\eaad";
}
.fi-sr-kangaroo:before {
  content: "\eaae";
}
.fi-sr-kayak:before {
  content: "\eaaf";
}
.fi-sr-kazoo:before {
  content: "\eab0";
}
.fi-sr-kerning:before {
  content: "\eab1";
}
.fi-sr-key:before {
  content: "\eab2";
}
.fi-sr-key-car:before {
  content: "\eab3";
}
.fi-sr-key-hole:before {
  content: "\eab4";
}
.fi-sr-key-lock-crypto:before {
  content: "\eab5";
}
.fi-sr-key-skeleton-left-right:before {
  content: "\eab7";
}
.fi-sr-keyboard:before {
  content: "\eab8";
}
.fi-sr-keyboard-brightness:before {
  content: "\eab9";
}
.fi-sr-keyboard-brightness-low:before {
  content: "\eaba";
}
.fi-sr-keyboard-down:before {
  content: "\eabb";
}
.fi-sr-keyboard-finger:before {
  content: "\eabc";
}
.fi-sr-keyboard-left:before {
  content: "\eabd";
}
.fi-sr-keynote:before {
  content: "\eabe";
}
.fi-sr-khanda:before {
  content: "\eabf";
}
.fi-sr-kidneys:before {
  content: "\eac1";
}
.fi-sr-kimchi:before {
  content: "\eac2";
}
.fi-sr-kip-sign:before {
  content: "\eac4";
}
.fi-sr-kiss:before {
  content: "\eac5";
}
.fi-sr-kiss-beam:before {
  content: "\eac6";
}
.fi-sr-kiss-wink-heart:before {
  content: "\eac7";
}
.fi-sr-kitchen-set:before {
  content: "\eac8";
}
.fi-sr-kite:before {
  content: "\eac9";
}
.fi-sr-kiwi-bird:before {
  content: "\eaca";
}
.fi-sr-kiwi-fruit:before {
  content: "\eacb";
}
.fi-sr-knee-joint:before {
  content: "\eacc";
}
.fi-sr-knife:before {
  content: "\eacd";
}
.fi-sr-knife-kitchen:before {
  content: "\eace";
}
.fi-sr-knitting:before {
  content: "\ead0";
}
.fi-sr-knot-rope:before {
  content: "\ead1";
}
.fi-sr-korean:before {
  content: "\ead3";
}
.fi-sr-kpi:before {
  content: "\ead4";
}
.fi-sr-kpi-evaluation:before {
  content: "\ead5";
}
.fi-sr-l:before {
  content: "\ead6";
}
.fi-sr-lab-coat:before {
  content: "\ead7";
}
.fi-sr-label:before {
  content: "\ead8";
}
.fi-sr-lacrosse-stick:before {
  content: "\ead9";
}
.fi-sr-lacrosse-stick-ball:before {
  content: "\eada";
}
.fi-sr-ladder:before {
  content: "\eadb";
}
.fi-sr-lambda:before {
  content: "\eadc";
}
.fi-sr-lamp:before {
  content: "\eadd";
}
.fi-sr-lamp-desk:before {
  content: "\eade";
}
.fi-sr-lamp-desk-on:before {
  content: "\eadf";
}
.fi-sr-lamp-floor:before {
  content: "\eae0";
}
.fi-sr-lamp-street:before {
  content: "\eae1";
}
.fi-sr-land-layer-location:before {
  content: "\eae2";
}
.fi-sr-land-layers:before {
  content: "\eae3";
}
.fi-sr-land-location:before {
  content: "\eae4";
}
.fi-sr-land-mine-on:before {
  content: "\eae5";
}
.fi-sr-landmark-alt:before {
  content: "\eae6";
}
.fi-sr-language:before {
  content: "\eae7";
}
.fi-sr-language-exchange:before {
  content: "\eae8";
}
.fi-sr-lanterns:before {
  content: "\eaeb";
}
.fi-sr-laptop:before {
  content: "\eaec";
}
.fi-sr-laptop-arrow-down:before {
  content: "\eaed";
}
.fi-sr-laptop-binary:before {
  content: "\eaee";
}
.fi-sr-laptop-code:before {
  content: "\eaef";
}
.fi-sr-laptop-dollar:before {
  content: "\eaf0";
}
.fi-sr-laptop-lock:before {
  content: "\eaf1";
}
.fi-sr-laptop-medical:before {
  content: "\eaf2";
}
.fi-sr-laptop-mobile:before {
  content: "\eaf3";
}
.fi-sr-laptop-refresh:before {
  content: "\eaf4";
}
.fi-sr-laptop-shield:before {
  content: "\eaf5";
}
.fi-sr-laptop-signal:before {
  content: "\eaf6";
}
.fi-sr-laptop-slash:before {
  content: "\eaf7";
}
.fi-sr-lari-sign:before {
  content: "\eaf8";
}
.fi-sr-lasso:before {
  content: "\eaf9";
}
.fi-sr-lasso-sparkles:before {
  content: "\eafa";
}
.fi-sr-last-square:before {
  content: "\eafb";
}
.fi-sr-laugh:before {
  content: "\eafc";
}
.fi-sr-laugh-beam:before {
  content: "\eafd";
}
.fi-sr-laugh-squint:before {
  content: "\eafe";
}
.fi-sr-laugh-wink:before {
  content: "\eaff";
}
.fi-sr-launch:before {
  content: "\eb00";
}
.fi-sr-laurel-user:before {
  content: "\eb01";
}
.fi-sr-law-book:before {
  content: "\eb02";
}
.fi-sr-lawyer-man:before {
  content: "\eb03";
}
.fi-sr-lawyer-woman:before {
  content: "\eb04";
}
.fi-sr-layer-minus:before {
  content: "\eb05";
}
.fi-sr-layer-plus:before {
  content: "\eb06";
}
.fi-sr-layers:before {
  content: "\eb07";
}
.fi-sr-layout-fluid:before {
  content: "\eb08";
}
.fi-sr-lead:before {
  content: "\eb09";
}
.fi-sr-lead-funnel:before {
  content: "\eb0a";
}
.fi-sr-lead-management:before {
  content: "\eb0b";
}
.fi-sr-leader:before {
  content: "\eb0c";
}
.fi-sr-leader-alt:before {
  content: "\eb0d";
}
.fi-sr-leader-speech:before {
  content: "\eb0e";
}
.fi-sr-leaderboard:before {
  content: "\eb0f";
}
.fi-sr-leaderboard-alt:before {
  content: "\eb10";
}
.fi-sr-leaderboard-trophy:before {
  content: "\eb11";
}
.fi-sr-leadership:before {
  content: "\eb12";
}
.fi-sr-leadership-alt:before {
  content: "\eb13";
}
.fi-sr-leaf:before {
  content: "\eb14";
}
.fi-sr-leaf-heart:before {
  content: "\eb15";
}
.fi-sr-leaf-maple:before {
  content: "\eb16";
}
.fi-sr-leaf-oak:before {
  content: "\eb17";
}
.fi-sr-leafy-green:before {
  content: "\eb18";
}
.fi-sr-leave:before {
  content: "\eb19";
}
.fi-sr-left:before {
  content: "\eb1a";
}
.fi-sr-left-from-bracket:before {
  content: "\eb1b";
}
.fi-sr-legal:before {
  content: "\eb1c";
}
.fi-sr-legal-aid:before {
  content: "\eb1d";
}
.fi-sr-legal-case:before {
  content: "\eb1e";
}
.fi-sr-legal-document:before {
  content: "\eb1f";
}
.fi-sr-legal-fees:before {
  content: "\eb20";
}
.fi-sr-lemon:before {
  content: "\eb21";
}
.fi-sr-lemongrass:before {
  content: "\eb22";
}
.fi-sr-lesbian-couple:before {
  content: "\eb23";
}
.fi-sr-less-than:before {
  content: "\eb24";
}
.fi-sr-less-than-equal:before {
  content: "\eb25";
}
.fi-sr-lesson:before {
  content: "\eb26";
}
.fi-sr-lesson-class:before {
  content: "\eb27";
}
.fi-sr-letter-case:before {
  content: "\eb29";
}
.fi-sr-lettuce:before {
  content: "\eb2a";
}
.fi-sr-level-down:before {
  content: "\eb2b";
}
.fi-sr-level-down-alt:before {
  content: "\eb2c";
}
.fi-sr-level-up:before {
  content: "\eb2d";
}
.fi-sr-level-up-alt:before {
  content: "\eb2e";
}
.fi-sr-license:before {
  content: "\eb2f";
}
.fi-sr-life:before {
  content: "\eb30";
}
.fi-sr-life-ring:before {
  content: "\eb31";
}
.fi-sr-lift:before {
  content: "\eb32";
}
.fi-sr-light-ceiling:before {
  content: "\eb33";
}
.fi-sr-light-emergency:before {
  content: "\eb34";
}
.fi-sr-light-emergency-on:before {
  content: "\eb35";
}
.fi-sr-light-mode-alt:before {
  content: "\eb36";
}
.fi-sr-light-switch:before {
  content: "\eb37";
}
.fi-sr-light-switch-off:before {
  content: "\eb38";
}
.fi-sr-light-switch-on:before {
  content: "\eb39";
}
.fi-sr-lightbulb-cfl:before {
  content: "\eb3a";
}
.fi-sr-lightbulb-cfl-on:before {
  content: "\eb3b";
}
.fi-sr-lightbulb-dollar:before {
  content: "\eb3d";
}
.fi-sr-lightbulb-exclamation:before {
  content: "\eb3e";
}
.fi-sr-lightbulb-head:before {
  content: "\eb41";
}
.fi-sr-lightbulb-message:before {
  content: "\eb42";
}
.fi-sr-lightbulb-on:before {
  content: "\eb43";
}
.fi-sr-lightbulb-question:before {
  content: "\eb44";
}
.fi-sr-lightbulb-setting:before {
  content: "\eb45";
}
.fi-sr-lightbulb-slash:before {
  content: "\eb46";
}
.fi-sr-lighthouse:before {
  content: "\eb48";
}
.fi-sr-lights-holiday:before {
  content: "\eb49";
}
.fi-sr-limit-hand:before {
  content: "\eb4a";
}
.fi-sr-limit-speedometer:before {
  content: "\eb4b";
}
.fi-sr-line-width:before {
  content: "\eb4d";
}
.fi-sr-link:before {
  content: "\eb4e";
}
.fi-sr-link-alt:before {
  content: "\eb4f";
}
.fi-sr-link-horizontal:before {
  content: "\eb50";
}
.fi-sr-link-horizontal-slash:before {
  content: "\eb51";
}
.fi-sr-link-slash:before {
  content: "\eb52";
}
.fi-sr-link-slash-alt:before {
  content: "\eb53";
}
.fi-sr-lion:before {
  content: "\eb55";
}
.fi-sr-lion-head:before {
  content: "\eb56";
}
.fi-sr-lips:before {
  content: "\eb57";
}
.fi-sr-lips-silence:before {
  content: "\eb58";
}
.fi-sr-lipstick:before {
  content: "\eb59";
}
.fi-sr-lira-sign:before {
  content: "\eb5a";
}
.fi-sr-list:before {
  content: "\eb5c";
}
.fi-sr-list-check:before {
  content: "\eb5d";
}
.fi-sr-list-dropdown:before {
  content: "\eb5e";
}
.fi-sr-list-music:before {
  content: "\eb5f";
}
.fi-sr-list-timeline:before {
  content: "\eb60";
}
.fi-sr-list-tree:before {
  content: "\eb61";
}
.fi-sr-litecoin-sign:before {
  content: "\eb64";
}
.fi-sr-live:before {
  content: "\eb65";
}
.fi-sr-live-alt:before {
  content: "\eb66";
}
.fi-sr-loading:before {
  content: "\eb67";
}
.fi-sr-loan:before {
  content: "\eb68";
}
.fi-sr-lobster:before {
  content: "\eb69";
}
.fi-sr-location-alt:before {
  content: "\eb6b";
}
.fi-sr-location-arrow:before {
  content: "\eb6c";
}
.fi-sr-location-crosshairs:before {
  content: "\eb6d";
}
.fi-sr-location-crosshairs-slash:before {
  content: "\eb6e";
}
.fi-sr-location-dot-slash:before {
  content: "\eb6f";
}
.fi-sr-location-exclamation:before {
  content: "\eb70";
}
.fi-sr-location-lock:before {
  content: "\eb71";
}
.fi-sr-location-pin-call:before {
  content: "\eb73";
}
.fi-sr-lock:before {
  content: "\eb79";
}
.fi-sr-lock-alt:before {
  content: "\eb7a";
}
.fi-sr-lock-hashtag:before {
  content: "\eb7b";
}
.fi-sr-lock-open-alt:before {
  content: "\eb7c";
}
.fi-sr-locust:before {
  content: "\eb7d";
}
.fi-sr-log-file:before {
  content: "\eb7e";
}
.fi-sr-login:before {
  content: "\eb80";
}
.fi-sr-login-lock:before {
  content: "\eb81";
}
.fi-sr-logo:before {
  content: "\eb82";
}
.fi-sr-longboard:before {
  content: "\eb83";
}
.fi-sr-loop-square:before {
  content: "\eb85";
}
.fi-sr-loveseat:before {
  content: "\eb89";
}
.fi-sr-low-vision:before {
  content: "\eb8a";
}
.fi-sr-lower-back:before {
  content: "\eb8b";
}
.fi-sr-luchador:before {
  content: "\eb8c";
}
.fi-sr-luggage-cart:before {
  content: "\eb8d";
}
.fi-sr-luggage-rolling:before {
  content: "\eb8e";
}
.fi-sr-lunch-box:before {
  content: "\eb8f";
}
.fi-sr-lung-cancer:before {
  content: "\eb90";
}
.fi-sr-lung-ribbon:before {
  content: "\eb91";
}
.fi-sr-lungs:before {
  content: "\eb92";
}
.fi-sr-lungs-virus:before {
  content: "\eb93";
}
.fi-sr-m:before {
  content: "\eb94";
}
.fi-sr-macarons:before {
  content: "\eb95";
}
.fi-sr-mace:before {
  content: "\eb96";
}
.fi-sr-machine-learning:before {
  content: "\eb97";
}
.fi-sr-magnet:before {
  content: "\eb9e";
}
.fi-sr-magnet-energy:before {
  content: "\eb9f";
}
.fi-sr-magnet-user:before {
  content: "\eba0";
}
.fi-sr-magnifying-glass-binary:before {
  content: "\eba3";
}
.fi-sr-magnifying-glass-eye:before {
  content: "\eba4";
}
.fi-sr-magnifying-glass-play:before {
  content: "\eba5";
}
.fi-sr-magnifying-glass-wave:before {
  content: "\eba6";
}
.fi-sr-mail-hook:before {
  content: "\eba8";
}
.fi-sr-mail-malware:before {
  content: "\eba9";
}
.fi-sr-mail-plus-circle:before {
  content: "\ebaa";
}
.fi-sr-mailbox:before {
  content: "\ebab";
}
.fi-sr-mailbox-envelope:before {
  content: "\ebac";
}
.fi-sr-mailbox-flag-up:before {
  content: "\ebad";
}
.fi-sr-makeup-bag:before {
  content: "\ebb0";
}
.fi-sr-makeup-brush:before {
  content: "\ebb1";
}
.fi-sr-malware-circle:before {
  content: "\ebb4";
}
.fi-sr-malware-shield:before {
  content: "\ebb5";
}
.fi-sr-malware-square:before {
  content: "\ebb6";
}
.fi-sr-man-head:before {
  content: "\ebb7";
}
.fi-sr-man-scientist:before {
  content: "\ebb8";
}
.fi-sr-manat-sign:before {
  content: "\ebb9";
}
.fi-sr-mandolin:before {
  content: "\ebba";
}
.fi-sr-mango:before {
  content: "\ebbb";
}
.fi-sr-manhole:before {
  content: "\ebbc";
}
.fi-sr-manicure:before {
  content: "\ebbd";
}
.fi-sr-map:before {
  content: "\ebbe";
}
.fi-sr-map-location-track:before {
  content: "\ebbf";
}
.fi-sr-map-marker:before {
  content: "\ebc0";
}
.fi-sr-map-marker-check:before {
  content: "\ebc1";
}
.fi-sr-map-marker-cross:before {
  content: "\ebc2";
}
.fi-sr-map-marker-edit:before {
  content: "\ebc3";
}
.fi-sr-map-marker-home:before {
  content: "\ebc5";
}
.fi-sr-map-marker-minus:before {
  content: "\ebc6";
}
.fi-sr-map-marker-plus:before {
  content: "\ebc7";
}
.fi-sr-map-marker-question:before {
  content: "\ebc8";
}
.fi-sr-map-marker-slash:before {
  content: "\ebc9";
}
.fi-sr-map-marker-smile:before {
  content: "\ebca";
}
.fi-sr-map-pin:before {
  content: "\ebcb";
}
.fi-sr-map-point:before {
  content: "\ebcc";
}
.fi-sr-march-calendar:before {
  content: "\ebcd";
}
.fi-sr-marker:before {
  content: "\ebce";
}
.fi-sr-marker-hospital:before {
  content: "\ebcf";
}
.fi-sr-marker-time:before {
  content: "\ebd0";
}
.fi-sr-marketplace:before {
  content: "\ebd1";
}
.fi-sr-marketplace-alt:before {
  content: "\ebd2";
}
.fi-sr-marketplace-store:before {
  content: "\ebd3";
}
.fi-sr-marriage-proposal:before {
  content: "\ebd4";
}
.fi-sr-mars:before {
  content: "\ebd6";
}
.fi-sr-mars-and-venus-burst:before {
  content: "\ebd7";
}
.fi-sr-mars-double:before {
  content: "\ebd8";
}
.fi-sr-mars-stroke-right:before {
  content: "\ebd9";
}
.fi-sr-mars-stroke-up:before {
  content: "\ebda";
}
.fi-sr-martini-glass-citrus:before {
  content: "\ebdb";
}
.fi-sr-martini-glass-empty:before {
  content: "\ebdc";
}
.fi-sr-mascara:before {
  content: "\ebdd";
}
.fi-sr-mask-carnival:before {
  content: "\ebdf";
}
.fi-sr-mask-face:before {
  content: "\ebe0";
}
.fi-sr-mask-snorkel:before {
  content: "\ebe1";
}
.fi-sr-massage:before {
  content: "\ebe2";
}
.fi-sr-master-plan:before {
  content: "\ebe3";
}
.fi-sr-master-plan-integrate:before {
  content: "\ebe4";
}
.fi-sr-match-fire:before {
  content: "\ebe5";
}
.fi-sr-mattress-pillow:before {
  content: "\ebe6";
}
.fi-sr-may-calendar:before {
  content: "\ebe7";
}
.fi-sr-measuring-tape:before {
  content: "\ebe9";
}
.fi-sr-meat:before {
  content: "\ebea";
}
.fi-sr-medal:before {
  content: "\ebeb";
}
.fi-sr-mediator:before {
  content: "\ebed";
}
.fi-sr-medical-star:before {
  content: "\ebee";
}
.fi-sr-medication:before {
  content: "\ebef";
}
.fi-sr-medicine:before {
  content: "\ebf0";
}
.fi-sr-meditation:before {
  content: "\ebf1";
}
.fi-sr-meeting:before {
  content: "\ebf3";
}
.fi-sr-meeting-alt:before {
  content: "\ebf4";
}
.fi-sr-megaphone:before {
  content: "\ebf5";
}
.fi-sr-megaphone-announcement-leader:before {
  content: "\ebf6";
}
.fi-sr-megaphone-magnifying-glass:before {
  content: "\ebf7";
}
.fi-sr-megaphone-sound-waves:before {
  content: "\ebf8";
}
.fi-sr-meh:before {
  content: "\ebf9";
}
.fi-sr-meh-blank:before {
  content: "\ebfa";
}
.fi-sr-meh-rolling-eyes:before {
  content: "\ebfb";
}
.fi-sr-melon:before {
  content: "\ebfc";
}
.fi-sr-melon-alt:before {
  content: "\ebfd";
}
.fi-sr-member-list:before {
  content: "\ebfe";
}
.fi-sr-member-search:before {
  content: "\ebff";
}
.fi-sr-membership:before {
  content: "\ec00";
}
.fi-sr-membership-vip:before {
  content: "\ec01";
}
.fi-sr-memo:before {
  content: "\ec02";
}
.fi-sr-memo-circle-check:before {
  content: "\ec03";
}
.fi-sr-memo-pad:before {
  content: "\ec04";
}
.fi-sr-memory:before {
  content: "\ec05";
}
.fi-sr-memory-loss:before {
  content: "\ec06";
}
.fi-sr-men-swimsuit:before {
  content: "\ec07";
}
.fi-sr-menorah:before {
  content: "\ec08";
}
.fi-sr-menu-burger:before {
  content: "\ec09";
}
.fi-sr-menu-dots:before {
  content: "\ec0a";
}
.fi-sr-menu-dots-vertical:before {
  content: "\ec0b";
}
.fi-sr-menu-food:before {
  content: "\ec0c";
}
.fi-sr-mercury:before {
  content: "\ec0d";
}
.fi-sr-message-alert:before {
  content: "\ec0e";
}
.fi-sr-message-arrow-down:before {
  content: "\ec0f";
}
.fi-sr-message-arrow-up:before {
  content: "\ec10";
}
.fi-sr-message-arrow-up-right:before {
  content: "\ec11";
}
.fi-sr-message-bot:before {
  content: "\ec12";
}
.fi-sr-message-circle-refresh:before {
  content: "\ec13";
}
.fi-sr-message-code:before {
  content: "\ec14";
}
.fi-sr-message-dollar:before {
  content: "\ec15";
}
.fi-sr-message-heart:before {
  content: "\ec16";
}
.fi-sr-message-image:before {
  content: "\ec17";
}
.fi-sr-message-question:before {
  content: "\ec19";
}
.fi-sr-message-quote:before {
  content: "\ec1a";
}
.fi-sr-message-slash:before {
  content: "\ec1b";
}
.fi-sr-message-sms:before {
  content: "\ec1c";
}
.fi-sr-message-square-refresh:before {
  content: "\ec1d";
}
.fi-sr-message-star:before {
  content: "\ec1e";
}
.fi-sr-message-text:before {
  content: "\ec1f";
}
.fi-sr-message-xmark:before {
  content: "\ec20";
}
.fi-sr-messages:before {
  content: "\ec21";
}
.fi-sr-messages-dollar:before {
  content: "\ec22";
}
.fi-sr-messages-question:before {
  content: "\ec23";
}
.fi-sr-meteor:before {
  content: "\ec25";
}
.fi-sr-meter:before {
  content: "\ec26";
}
.fi-sr-meter-bolt:before {
  content: "\ec27";
}
.fi-sr-meter-droplet:before {
  content: "\ec28";
}
.fi-sr-meter-fire:before {
  content: "\ec29";
}
.fi-sr-microchip:before {
  content: "\ec2b";
}
.fi-sr-microchip-ai:before {
  content: "\ec2c";
}
.fi-sr-microphone:before {
  content: "\ec2d";
}
.fi-sr-microphone-alt:before {
  content: "\ec2e";
}
.fi-sr-microphone-slash:before {
  content: "\ec32";
}
.fi-sr-microscope:before {
  content: "\ec33";
}
.fi-sr-microscope-bacteria:before {
  content: "\ec34";
}
.fi-sr-microwave:before {
  content: "\ec38";
}
.fi-sr-milk:before {
  content: "\ec39";
}
.fi-sr-milk-alt:before {
  content: "\ec3a";
}
.fi-sr-mill:before {
  content: "\ec3b";
}
.fi-sr-mill-sign:before {
  content: "\ec3c";
}
.fi-sr-mind-share:before {
  content: "\ec3d";
}
.fi-sr-minus:before {
  content: "\ec3e";
}
.fi-sr-minus-circle:before {
  content: "\ec3f";
}
.fi-sr-minus-hexagon:before {
  content: "\ec40";
}
.fi-sr-minus-small:before {
  content: "\ec41";
}
.fi-sr-mirror:before {
  content: "\ec43";
}
.fi-sr-mirror-user:before {
  content: "\ec44";
}
.fi-sr-mission:before {
  content: "\ec45";
}
.fi-sr-mistletoe:before {
  content: "\ec46";
}
.fi-sr-mix:before {
  content: "\ec47";
}
.fi-sr-mixer:before {
  content: "\ec48";
}
.fi-sr-mobile:before {
  content: "\ec49";
}
.fi-sr-mobile-4g:before {
  content: "\ec4a";
}
.fi-sr-mobile-5g:before {
  content: "\ec4b";
}
.fi-sr-mobile-app-cleaner:before {
  content: "\ec4c";
}
.fi-sr-mobile-button:before {
  content: "\ec4e";
}
.fi-sr-mobile-friendly:before {
  content: "\ec4f";
}
.fi-sr-mobile-hand:before {
  content: "\ec50";
}
.fi-sr-mobile-lock:before {
  content: "\ec51";
}
.fi-sr-mobile-message:before {
  content: "\ec52";
}
.fi-sr-mobile-notch:before {
  content: "\ec53";
}
.fi-sr-mockup:before {
  content: "\ec56";
}
.fi-sr-mode:before {
  content: "\ec57";
}
.fi-sr-mode-alt:before {
  content: "\ec58";
}
.fi-sr-mode-landscape:before {
  content: "\ec59";
}
.fi-sr-mode-portrait:before {
  content: "\ec5a";
}
.fi-sr-model-cube:before {
  content: "\ec5b";
}
.fi-sr-model-cube-arrows:before {
  content: "\ec5c";
}
.fi-sr-model-cube-space:before {
  content: "\ec5d";
}
.fi-sr-modular-home:before {
  content: "\ec5e";
}
.fi-sr-module:before {
  content: "\ec5f";
}
.fi-sr-monday:before {
  content: "\ec60";
}
.fi-sr-money:before {
  content: "\ec61";
}
.fi-sr-money-bill-simple:before {
  content: "\ec63";
}
.fi-sr-money-bill-transfer:before {
  content: "\ec64";
}
.fi-sr-money-bill-wave:before {
  content: "\ec65";
}
.fi-sr-money-bill-wave-alt:before {
  content: "\ec66";
}
.fi-sr-money-bills:before {
  content: "\ec67";
}
.fi-sr-money-bills-simple:before {
  content: "\ec68";
}
.fi-sr-money-check:before {
  content: "\ec69";
}
.fi-sr-money-check-edit:before {
  content: "\ec6a";
}
.fi-sr-money-check-edit-alt:before {
  content: "\ec6b";
}
.fi-sr-money-coin-transfer:before {
  content: "\ec6c";
}
.fi-sr-money-from-bracket:before {
  content: "\ec6d";
}
.fi-sr-money-income:before {
  content: "\ec6f";
}
.fi-sr-money-laptop:before {
  content: "\ec70";
}
.fi-sr-money-safe-box:before {
  content: "\ec72";
}
.fi-sr-money-simple-from-bracket:before {
  content: "\ec73";
}
.fi-sr-money-transfer-alt:before {
  content: "\ec74";
}
.fi-sr-money-transfer-coin-arrow:before {
  content: "\ec75";
}
.fi-sr-money-transfer-smartphone:before {
  content: "\ec76";
}
.fi-sr-money-wings:before {
  content: "\ec77";
}
.fi-sr-monitor-sun:before {
  content: "\ec78";
}
.fi-sr-monitor-water:before {
  content: "\ec79";
}
.fi-sr-monkey:before {
  content: "\ec7a";
}
.fi-sr-monstera:before {
  content: "\ec7b";
}
.fi-sr-monument:before {
  content: "\ec7c";
}
.fi-sr-moon:before {
  content: "\ec7d";
}
.fi-sr-moon-stars:before {
  content: "\ec7e";
}
.fi-sr-moped:before {
  content: "\ec7f";
}
.fi-sr-mortar-pestle:before {
  content: "\ec80";
}
.fi-sr-mortgage:before {
  content: "\ec81";
}
.fi-sr-mosque:before {
  content: "\ec82";
}
.fi-sr-mosque-alt:before {
  content: "\ec83";
}
.fi-sr-mosque-moon:before {
  content: "\ec84";
}
.fi-sr-mosquito:before {
  content: "\ec85";
}
.fi-sr-mosquito-net:before {
  content: "\ec86";
}
.fi-sr-motion-graphic:before {
  content: "\ec87";
}
.fi-sr-motorcycle:before {
  content: "\ec89";
}
.fi-sr-motorcycle-front:before {
  content: "\ec8a";
}
.fi-sr-motorcycle-helmet:before {
  content: "\ec8b";
}
.fi-sr-mound:before {
  content: "\ec8c";
}
.fi-sr-mountain:before {
  content: "\ec8d";
}
.fi-sr-mountain-city:before {
  content: "\ec8e";
}
.fi-sr-mountains:before {
  content: "\ec90";
}
.fi-sr-mouse:before {
  content: "\ec91";
}
.fi-sr-mouse-field:before {
  content: "\ec92";
}
.fi-sr-mouse-pointer-click:before {
  content: "\ec93";
}
.fi-sr-mouse-pointer-heart:before {
  content: "\ec94";
}
.fi-sr-moustache:before {
  content: "\ec95";
}
.fi-sr-mov-file:before {
  content: "\ec96";
}
.fi-sr-move-to-folder:before {
  content: "\ec97";
}
.fi-sr-move-to-folder-2:before {
  content: "\ec98";
}
.fi-sr-moving:before {
  content: "\ec99";
}
.fi-sr-mower:before {
  content: "\ec9a";
}
.fi-sr-mp3-file:before {
  content: "\ec9b";
}
.fi-sr-mp3-player:before {
  content: "\ec9c";
}
.fi-sr-mp4-file:before {
  content: "\ec9d";
}
.fi-sr-muffin:before {
  content: "\ec9e";
}
.fi-sr-mug:before {
  content: "\ec9f";
}
.fi-sr-mug-alt:before {
  content: "\eca0";
}
.fi-sr-mug-hot:before {
  content: "\eca1";
}
.fi-sr-mug-hot-alt:before {
  content: "\eca2";
}
.fi-sr-mug-marshmallows:before {
  content: "\eca3";
}
.fi-sr-mug-tea:before {
  content: "\eca4";
}
.fi-sr-mug-tea-alt:before {
  content: "\eca5";
}
.fi-sr-mug-tea-saucer:before {
  content: "\eca6";
}
.fi-sr-multiple:before {
  content: "\eca8";
}
.fi-sr-multiple-alt:before {
  content: "\eca9";
}
.fi-sr-multitasking:before {
  content: "\ecaa";
}
.fi-sr-muscle:before {
  content: "\ecab";
}
.fi-sr-museum:before {
  content: "\ecac";
}
.fi-sr-mushroom:before {
  content: "\ecad";
}
.fi-sr-mushroom-alt:before {
  content: "\ecae";
}
.fi-sr-mushroom-cloud:before {
  content: "\ecaf";
}
.fi-sr-music:before {
  content: "\ecb0";
}
.fi-sr-music-alt:before {
  content: "\ecb1";
}
.fi-sr-music-alt-slash:before {
  content: "\ecb2";
}
.fi-sr-music-file:before {
  content: "\ecb3";
}
.fi-sr-music-magnifying-glass:before {
  content: "\ecb4";
}
.fi-sr-music-note:before {
  content: "\ecb5";
}
.fi-sr-music-slash:before {
  content: "\ecb7";
}
.fi-sr-n:before {
  content: "\ecb9";
}
.fi-sr-nail-art:before {
  content: "\ecba";
}
.fi-sr-nail-clipper:before {
  content: "\ecbb";
}
.fi-sr-naira-sign:before {
  content: "\ecbc";
}
.fi-sr-narwhal:before {
  content: "\ecbe";
}
.fi-sr-navigation:before {
  content: "\ecbf";
}
.fi-sr-nesting-dolls:before {
  content: "\ecc0";
}
.fi-sr-network:before {
  content: "\ecc3";
}
.fi-sr-network-cloud:before {
  content: "\ecc5";
}
.fi-sr-network-firewall:before {
  content: "\ecc7";
}
.fi-sr-network-user:before {
  content: "\ecc8";
}
.fi-sr-neuter:before {
  content: "\ecc9";
}
.fi-sr-newsletter-subscribe:before {
  content: "\eccc";
}
.fi-sr-newspaper:before {
  content: "\eccd";
}
.fi-sr-newspaper-open:before {
  content: "\eccf";
}
.fi-sr-nfc:before {
  content: "\ecd0";
}
.fi-sr-nfc-lock:before {
  content: "\ecd1";
}
.fi-sr-nfc-magnifying-glass:before {
  content: "\ecd2";
}
.fi-sr-nfc-pen:before {
  content: "\ecd3";
}
.fi-sr-nfc-slash:before {
  content: "\ecd5";
}
.fi-sr-nfc-trash:before {
  content: "\ecd6";
}
.fi-sr-nft-square:before {
  content: "\ecd9";
}
.fi-sr-night-day:before {
  content: "\ecda";
}
.fi-sr-night-mode:before {
  content: "\ecdb";
}
.fi-sr-no-attention:before {
  content: "\ecdc";
}
.fi-sr-no-baby:before {
  content: "\ecdd";
}
.fi-sr-no-ball:before {
  content: "\ecde";
}
.fi-sr-no-child:before {
  content: "\ecdf";
}
.fi-sr-no-children:before {
  content: "\ece0";
}
.fi-sr-no-fee:before {
  content: "\ece1";
}
.fi-sr-no-food:before {
  content: "\ece2";
}
.fi-sr-no-food-circle:before {
  content: "\ece3";
}
.fi-sr-no-iron:before {
  content: "\ece4";
}
.fi-sr-no-pacifier:before {
  content: "\ece5";
}
.fi-sr-no-people:before {
  content: "\ece6";
}
.fi-sr-no-play-football:before {
  content: "\ece7";
}
.fi-sr-no-smoking:before {
  content: "\ece8";
}
.fi-sr-no-vaping:before {
  content: "\ece9";
}
.fi-sr-no-vaping-circle:before {
  content: "\ecea";
}
.fi-sr-noise-cancelling-headphones:before {
  content: "\eced";
}
.fi-sr-noodles:before {
  content: "\ecee";
}
.fi-sr-nose:before {
  content: "\ecef";
}
.fi-sr-not-equal:before {
  content: "\ecf0";
}
.fi-sr-not-found:before {
  content: "\ecf1";
}
.fi-sr-not-found-alt:before {
  content: "\ecf2";
}
.fi-sr-not-found-magnifying-glass:before {
  content: "\ecf3";
}
.fi-sr-notary:before {
  content: "\ecf4";
}
.fi-sr-notdef:before {
  content: "\ecf5";
}
.fi-sr-note:before {
  content: "\ecf6";
}
.fi-sr-note-medical:before {
  content: "\ecf7";
}
.fi-sr-note-sticky:before {
  content: "\ecf8";
}
.fi-sr-notebook:before {
  content: "\ecf9";
}
.fi-sr-notebook-alt:before {
  content: "\ecfa";
}
.fi-sr-notes:before {
  content: "\ecfc";
}
.fi-sr-notes-medical:before {
  content: "\ecfd";
}
.fi-sr-november-calendar:before {
  content: "\ecfe";
}
.fi-sr-o:before {
  content: "\ed07";
}
.fi-sr-obj-file:before {
  content: "\ed08";
}
.fi-sr-object-exclude:before {
  content: "\ed09";
}
.fi-sr-object-group:before {
  content: "\ed0a";
}
.fi-sr-object-intersect:before {
  content: "\ed0b";
}
.fi-sr-object-subtract:before {
  content: "\ed0c";
}
.fi-sr-object-ungroup:before {
  content: "\ed0d";
}
.fi-sr-object-union:before {
  content: "\ed0e";
}
.fi-sr-objects-column:before {
  content: "\ed10";
}
.fi-sr-octagon:before {
  content: "\ed11";
}
.fi-sr-octagon-check:before {
  content: "\ed12";
}
.fi-sr-octagon-divide:before {
  content: "\ed13";
}
.fi-sr-octagon-exclamation:before {
  content: "\ed14";
}
.fi-sr-octagon-minus:before {
  content: "\ed15";
}
.fi-sr-octagon-plus:before {
  content: "\ed16";
}
.fi-sr-octagon-xmark:before {
  content: "\ed17";
}
.fi-sr-october-calendar:before {
  content: "\ed19";
}
.fi-sr-office-chair:before {
  content: "\ed1a";
}
.fi-sr-oil-can:before {
  content: "\ed1c";
}
.fi-sr-oil-price:before {
  content: "\ed1d";
}
.fi-sr-oil-tank:before {
  content: "\ed1e";
}
.fi-sr-oil-temp:before {
  content: "\ed1f";
}
.fi-sr-old-people:before {
  content: "\ed21";
}
.fi-sr-olive:before {
  content: "\ed22";
}
.fi-sr-olive-branch-dove:before {
  content: "\ed23";
}
.fi-sr-olive-oil:before {
  content: "\ed24";
}
.fi-sr-olives:before {
  content: "\ed25";
}
.fi-sr-om:before {
  content: "\ed26";
}
.fi-sr-omega:before {
  content: "\ed27";
}
.fi-sr-on-air-square:before {
  content: "\ed28";
}
.fi-sr-onboarding:before {
  content: "\ed29";
}
.fi-sr-onigiri:before {
  content: "\ed2a";
}
.fi-sr-onion:before {
  content: "\ed2b";
}
.fi-sr-online-interview:before {
  content: "\ed2e";
}
.fi-sr-online-meet:before {
  content: "\ed2f";
}
.fi-sr-opacity:before {
  content: "\ed31";
}
.fi-sr-open:before {
  content: "\ed32";
}
.fi-sr-open-book-lightbulb:before {
  content: "\ed34";
}
.fi-sr-open-mail-clip:before {
  content: "\ed35";
}
.fi-sr-operating-system-upgrade:before {
  content: "\ed37";
}
.fi-sr-operation:before {
  content: "\ed38";
}
.fi-sr-optimization:before {
  content: "\ed39";
}
.fi-sr-orange-juice:before {
  content: "\ed3c";
}
.fi-sr-order-food-mobile:before {
  content: "\ed3d";
}
.fi-sr-order-food-online:before {
  content: "\ed3e";
}
.fi-sr-order-food-telephone:before {
  content: "\ed3f";
}
.fi-sr-order-history:before {
  content: "\ed40";
}
.fi-sr-organization-chart:before {
  content: "\ed41";
}
.fi-sr-ornament:before {
  content: "\ed42";
}
.fi-sr-otp:before {
  content: "\ed43";
}
.fi-sr-otter:before {
  content: "\ed44";
}
.fi-sr-outdent:before {
  content: "\ed46";
}
.fi-sr-oval:before {
  content: "\ed47";
}
.fi-sr-oval-alt:before {
  content: "\ed48";
}
.fi-sr-oven:before {
  content: "\ed49";
}
.fi-sr-overline:before {
  content: "\ed4a";
}
.fi-sr-overview:before {
  content: "\ed4b";
}
.fi-sr-p:before {
  content: "\ed4c";
}
.fi-sr-pacifier:before {
  content: "\ed4e";
}
.fi-sr-package:before {
  content: "\ed4f";
}
.fi-sr-paddle-tennis-player:before {
  content: "\ed50";
}
.fi-sr-paddle-tennis-racket:before {
  content: "\ed51";
}
.fi-sr-padlock-check:before {
  content: "\ed52";
}
.fi-sr-page-break:before {
  content: "\ed53";
}
.fi-sr-pager:before {
  content: "\ed54";
}
.fi-sr-paid:before {
  content: "\ed55";
}
.fi-sr-paint:before {
  content: "\ed56";
}
.fi-sr-paint-roller:before {
  content: "\ed59";
}
.fi-sr-paintbrush-pencil:before {
  content: "\ed5b";
}
.fi-sr-palette:before {
  content: "\ed5c";
}
.fi-sr-pallet:before {
  content: "\ed5d";
}
.fi-sr-pallet-alt:before {
  content: "\ed5e";
}
.fi-sr-pan:before {
  content: "\ed5f";
}
.fi-sr-pan-food:before {
  content: "\ed60";
}
.fi-sr-pan-frying:before {
  content: "\ed61";
}
.fi-sr-pancakes:before {
  content: "\ed62";
}
.fi-sr-panorama:before {
  content: "\ed66";
}
.fi-sr-paper-plane:before {
  content: "\ed67";
}
.fi-sr-paper-plane-launch:before {
  content: "\ed68";
}
.fi-sr-paper-plane-top:before {
  content: "\ed69";
}
.fi-sr-paperclip-vertical:before {
  content: "\ed6a";
}
.fi-sr-parachute-box:before {
  content: "\ed6b";
}
.fi-sr-paragraph:before {
  content: "\ed6c";
}
.fi-sr-paragraph-left:before {
  content: "\ed6d";
}
.fi-sr-parking:before {
  content: "\ed6e";
}
.fi-sr-parking-circle:before {
  content: "\ed6f";
}
.fi-sr-parking-circle-slash:before {
  content: "\ed70";
}
.fi-sr-parking-slash:before {
  content: "\ed71";
}
.fi-sr-party:before {
  content: "\ed73";
}
.fi-sr-party-bell:before {
  content: "\ed74";
}
.fi-sr-party-horn:before {
  content: "\ed75";
}
.fi-sr-passenger-plane:before {
  content: "\ed76";
}
.fi-sr-passport:before {
  content: "\ed78";
}
.fi-sr-password:before {
  content: "\ed79";
}
.fi-sr-password-alt:before {
  content: "\ed7a";
}
.fi-sr-password-computer:before {
  content: "\ed7b";
}
.fi-sr-password-email:before {
  content: "\ed7c";
}
.fi-sr-password-lock:before {
  content: "\ed7d";
}
.fi-sr-password-magnifying-glass:before {
  content: "\ed7e";
}
.fi-sr-password-protection:before {
  content: "\ed7f";
}
.fi-sr-password-smartphone:before {
  content: "\ed80";
}
.fi-sr-paste:before {
  content: "\ed81";
}
.fi-sr-patient:before {
  content: "\ed82";
}
.fi-sr-patient-file:before {
  content: "\ed83";
}
.fi-sr-pattern:before {
  content: "\ed85";
}
.fi-sr-pause:before {
  content: "\ed86";
}
.fi-sr-pause-circle:before {
  content: "\ed87";
}
.fi-sr-pause-square:before {
  content: "\ed88";
}
.fi-sr-paw:before {
  content: "\ed89";
}
.fi-sr-paw-claws:before {
  content: "\ed8a";
}
.fi-sr-paw-heart:before {
  content: "\ed8b";
}
.fi-sr-pay-per-click:before {
  content: "\ed8c";
}
.fi-sr-payment-authentication:before {
  content: "\ed8d";
}
.fi-sr-payment-pos:before {
  content: "\ed8f";
}
.fi-sr-payment-qrcode:before {
  content: "\ed90";
}
.fi-sr-payroll-check:before {
  content: "\ed95";
}
.fi-sr-pc-chair:before {
  content: "\ed96";
}
.fi-sr-peace:before {
  content: "\ed97";
}
.fi-sr-peach:before {
  content: "\ed98";
}
.fi-sr-peanut:before {
  content: "\ed99";
}
.fi-sr-peanuts:before {
  content: "\ed9a";
}
.fi-sr-peapod:before {
  content: "\ed9b";
}
.fi-sr-pear:before {
  content: "\ed9c";
}
.fi-sr-pedestal:before {
  content: "\ed9d";
}
.fi-sr-pelvis:before {
  content: "\ed9e";
}
.fi-sr-pen-circle:before {
  content: "\ed9f";
}
.fi-sr-pen-clip:before {
  content: "\eda0";
}
.fi-sr-pen-clip-slash:before {
  content: "\eda1";
}
.fi-sr-pen-fancy:before {
  content: "\eda2";
}
.fi-sr-pen-fancy-slash:before {
  content: "\eda3";
}
.fi-sr-pen-field:before {
  content: "\eda4";
}
.fi-sr-pen-nib:before {
  content: "\eda5";
}
.fi-sr-pen-nib-slash:before {
  content: "\eda6";
}
.fi-sr-pen-slash:before {
  content: "\eda7";
}
.fi-sr-pen-square:before {
  content: "\eda8";
}
.fi-sr-pen-swirl:before {
  content: "\eda9";
}
.fi-sr-pencil:before {
  content: "\edaa";
}
.fi-sr-pencil-lightbulb:before {
  content: "\edab";
}
.fi-sr-pencil-paintbrush:before {
  content: "\edac";
}
.fi-sr-pencil-ruler:before {
  content: "\edad";
}
.fi-sr-pencil-slash:before {
  content: "\edae";
}
.fi-sr-pending:before {
  content: "\edaf";
}
.fi-sr-pennant:before {
  content: "\edb1";
}
.fi-sr-people:before {
  content: "\edb2";
}
.fi-sr-people-arrows-left-right:before {
  content: "\edb3";
}
.fi-sr-people-carry-box:before {
  content: "\edb4";
}
.fi-sr-people-dress:before {
  content: "\edb5";
}
.fi-sr-people-group:before {
  content: "\edb6";
}
.fi-sr-people-line:before {
  content: "\edb7";
}
.fi-sr-people-network-partner:before {
  content: "\edb8";
}
.fi-sr-people-pants:before {
  content: "\edb9";
}
.fi-sr-people-poll:before {
  content: "\edba";
}
.fi-sr-people-pulling:before {
  content: "\edbb";
}
.fi-sr-people-robbery:before {
  content: "\edbc";
}
.fi-sr-people-roof:before {
  content: "\edbd";
}
.fi-sr-pepper:before {
  content: "\edbe";
}
.fi-sr-pepper-alt:before {
  content: "\edbf";
}
.fi-sr-pepper-hot:before {
  content: "\edc0";
}
.fi-sr-peppermint:before {
  content: "\edc1";
}
.fi-sr-peppermint-tea:before {
  content: "\edc2";
}
.fi-sr-percentage:before {
  content: "\edcf";
}
.fi-sr-perfume:before {
  content: "\edd0";
}
.fi-sr-person-arrow-down-to-line:before {
  content: "\edd2";
}
.fi-sr-person-arrow-up-from-line:before {
  content: "\edd3";
}
.fi-sr-person-back-pain:before {
  content: "\edd4";
}
.fi-sr-person-battery:before {
  content: "\edd5";
}
.fi-sr-person-booth:before {
  content: "\edd6";
}
.fi-sr-person-breastfeeding:before {
  content: "\edd7";
}
.fi-sr-person-burst:before {
  content: "\edd8";
}
.fi-sr-person-carry-box:before {
  content: "\edd9";
}
.fi-sr-person-chalkboard:before {
  content: "\edda";
}
.fi-sr-person-circle-check:before {
  content: "\eddb";
}
.fi-sr-person-circle-exclamation:before {
  content: "\eddc";
}
.fi-sr-person-circle-minus:before {
  content: "\eddd";
}
.fi-sr-person-circle-plus:before {
  content: "\edde";
}
.fi-sr-person-circle-question:before {
  content: "\eddf";
}
.fi-sr-person-circle-xmark:before {
  content: "\ede0";
}
.fi-sr-person-climbing:before {
  content: "\ede1";
}
.fi-sr-person-cv:before {
  content: "\ede2";
}
.fi-sr-person-dolly:before {
  content: "\ede3";
}
.fi-sr-person-dolly-empty:before {
  content: "\ede4";
}
.fi-sr-person-dots-from-line:before {
  content: "\ede5";
}
.fi-sr-person-dragging-bag:before {
  content: "\ede6";
}
.fi-sr-person-dress:before {
  content: "\ede7";
}
.fi-sr-person-dress-burst:before {
  content: "\ede8";
}
.fi-sr-person-dress-simple:before {
  content: "\ede9";
}
.fi-sr-person-drowning:before {
  content: "\edea";
}
.fi-sr-person-falling:before {
  content: "\edeb";
}
.fi-sr-person-harassing:before {
  content: "\eded";
}
.fi-sr-person-luggage:before {
  content: "\edee";
}
.fi-sr-person-lunge:before {
  content: "\edef";
}
.fi-sr-person-military-pointing:before {
  content: "\edf0";
}
.fi-sr-person-military-rifle:before {
  content: "\edf1";
}
.fi-sr-person-military-to-person:before {
  content: "\edf2";
}
.fi-sr-person-pilates:before {
  content: "\edf3";
}
.fi-sr-person-praying:before {
  content: "\edf4";
}
.fi-sr-person-pregnant:before {
  content: "\edf5";
}
.fi-sr-person-presenting:before {
  content: "\edf6";
}
.fi-sr-person-rays:before {
  content: "\edf7";
}
.fi-sr-person-rifle:before {
  content: "\edf8";
}
.fi-sr-person-seat:before {
  content: "\edf9";
}
.fi-sr-person-seat-reclined:before {
  content: "\edfa";
}
.fi-sr-person-shelter:before {
  content: "\edfb";
}
.fi-sr-person-sign:before {
  content: "\edfc";
}
.fi-sr-person-simple:before {
  content: "\edfd";
}
.fi-sr-person-stress:before {
  content: "\edfe";
}
.fi-sr-person-surfing:before {
  content: "\edff";
}
.fi-sr-person-through-window:before {
  content: "\ee00";
}
.fi-sr-person-to-door:before {
  content: "\ee01";
}
.fi-sr-person-walking-arrow-loop-left:before {
  content: "\ee02";
}
.fi-sr-person-walking-arrow-right:before {
  content: "\ee03";
}
.fi-sr-person-walking-from-line-arrow-right:before {
  content: "\ee05";
}
.fi-sr-person-walking-with-cane:before {
  content: "\ee06";
}
.fi-sr-peseta-sign:before {
  content: "\ee08";
}
.fi-sr-peso-sign:before {
  content: "\ee09";
}
.fi-sr-pets:before {
  content: "\ee0a";
}
.fi-sr-pharmacy:before {
  content: "\ee0c";
}
.fi-sr-pharmacy-symbol:before {
  content: "\ee0d";
}
.fi-sr-phishing:before {
  content: "\ee10";
}
.fi-sr-phone-24h:before {
  content: "\ee11";
}
.fi-sr-phone-addiction:before {
  content: "\ee12";
}
.fi-sr-phone-call:before {
  content: "\ee13";
}
.fi-sr-phone-cross:before {
  content: "\ee14";
}
.fi-sr-phone-flip:before {
  content: "\ee15";
}
.fi-sr-phone-guide:before {
  content: "\ee16";
}
.fi-sr-phone-heart-message:before {
  content: "\ee17";
}
.fi-sr-phone-intercom:before {
  content: "\ee18";
}
.fi-sr-phone-megaphone:before {
  content: "\ee19";
}
.fi-sr-phone-office:before {
  content: "\ee1a";
}
.fi-sr-phone-pause:before {
  content: "\ee1b";
}
.fi-sr-phone-plus:before {
  content: "\ee1c";
}
.fi-sr-phone-rotary:before {
  content: "\ee1d";
}
.fi-sr-phone-slash:before {
  content: "\ee1e";
}
.fi-sr-photo-capture:before {
  content: "\ee1f";
}
.fi-sr-photo-film-music:before {
  content: "\ee21";
}
.fi-sr-photo-video:before {
  content: "\ee22";
}
.fi-sr-physics:before {
  content: "\ee29";
}
.fi-sr-pi:before {
  content: "\ee2a";
}
.fi-sr-piano:before {
  content: "\ee2b";
}
.fi-sr-piano-keyboard:before {
  content: "\ee2c";
}
.fi-sr-picaxe-minning:before {
  content: "\ee2d";
}
.fi-sr-pickaxe:before {
  content: "\ee2e";
}
.fi-sr-picking:before {
  content: "\ee2f";
}
.fi-sr-picking-box:before {
  content: "\ee30";
}
.fi-sr-picnic:before {
  content: "\ee31";
}
.fi-sr-picpeople:before {
  content: "\ee32";
}
.fi-sr-picpeople-filled:before {
  content: "\ee33";
}
.fi-sr-picture:before {
  content: "\ee34";
}
.fi-sr-pie:before {
  content: "\ee35";
}
.fi-sr-pig:before {
  content: "\ee37";
}
.fi-sr-pig-bank-bulb:before {
  content: "\ee38";
}
.fi-sr-pig-face:before {
  content: "\ee39";
}
.fi-sr-piggy-bank:before {
  content: "\ee3a";
}
.fi-sr-piggy-bank-budget:before {
  content: "\ee3b";
}
.fi-sr-pilates-reformer:before {
  content: "\ee3c";
}
.fi-sr-pillar:before {
  content: "\ee3d";
}
.fi-sr-pills:before {
  content: "\ee3e";
}
.fi-sr-pin-to-pin:before {
  content: "\ee3f";
}
.fi-sr-pinata:before {
  content: "\ee40";
}
.fi-sr-pineapple:before {
  content: "\ee41";
}
.fi-sr-pineapple-alt:before {
  content: "\ee42";
}
.fi-sr-pipe-smoking:before {
  content: "\ee45";
}
.fi-sr-pipette:before {
  content: "\ee47";
}
.fi-sr-pisa-tower:before {
  content: "\ee48";
}
.fi-sr-pizza-box:before {
  content: "\ee4a";
}
.fi-sr-pizza-slice:before {
  content: "\ee4b";
}
.fi-sr-pizza-whole-slice:before {
  content: "\ee4c";
}
.fi-sr-place-of-worship:before {
  content: "\ee4d";
}
.fi-sr-plagiarism:before {
  content: "\ee4e";
}
.fi-sr-plan:before {
  content: "\ee4f";
}
.fi-sr-plan-strategy:before {
  content: "\ee50";
}
.fi-sr-plane:before {
  content: "\ee51";
}
.fi-sr-plane-alt:before {
  content: "\ee52";
}
.fi-sr-plane-arrival:before {
  content: "\ee53";
}
.fi-sr-plane-check:before {
  content: "\ee54";
}
.fi-sr-plane-clock:before {
  content: "\ee55";
}
.fi-sr-plane-departure:before {
  content: "\ee56";
}
.fi-sr-plane-globe:before {
  content: "\ee57";
}
.fi-sr-plane-lock:before {
  content: "\ee58";
}
.fi-sr-plane-prop:before {
  content: "\ee59";
}
.fi-sr-plane-slash:before {
  content: "\ee5a";
}
.fi-sr-plane-tail:before {
  content: "\ee5b";
}
.fi-sr-planet-moon:before {
  content: "\ee5e";
}
.fi-sr-planet-ringed:before {
  content: "\ee5f";
}
.fi-sr-plant-care:before {
  content: "\ee61";
}
.fi-sr-plant-growth:before {
  content: "\ee62";
}
.fi-sr-plant-seed-invest:before {
  content: "\ee63";
}
.fi-sr-plant-wilt:before {
  content: "\ee64";
}
.fi-sr-plate:before {
  content: "\ee65";
}
.fi-sr-plate-eating:before {
  content: "\ee66";
}
.fi-sr-plate-empty:before {
  content: "\ee67";
}
.fi-sr-plate-utensils:before {
  content: "\ee68";
}
.fi-sr-plate-wheat:before {
  content: "\ee69";
}
.fi-sr-play:before {
  content: "\ee6a";
}
.fi-sr-play-alt:before {
  content: "\ee6b";
}
.fi-sr-play-circle:before {
  content: "\ee6c";
}
.fi-sr-play-microphone:before {
  content: "\ee6d";
}
.fi-sr-play-pause:before {
  content: "\ee6e";
}
.fi-sr-plug:before {
  content: "\ee71";
}
.fi-sr-plug-alt:before {
  content: "\ee72";
}
.fi-sr-plug-bolt-charger:before {
  content: "\ee73";
}
.fi-sr-plug-cable:before {
  content: "\ee74";
}
.fi-sr-plug-circle-bolt:before {
  content: "\ee75";
}
.fi-sr-plug-circle-check:before {
  content: "\ee76";
}
.fi-sr-plug-circle-exclamation:before {
  content: "\ee77";
}
.fi-sr-plug-circle-minus:before {
  content: "\ee78";
}
.fi-sr-plug-circle-plus:before {
  content: "\ee79";
}
.fi-sr-plug-connection:before {
  content: "\ee7a";
}
.fi-sr-plug-eco:before {
  content: "\ee7b";
}
.fi-sr-plumbing:before {
  content: "\ee7d";
}
.fi-sr-plus:before {
  content: "\ee7f";
}
.fi-sr-plus-hexagon:before {
  content: "\ee80";
}
.fi-sr-plus-minus:before {
  content: "\ee81";
}
.fi-sr-plus-small:before {
  content: "\ee82";
}
.fi-sr-png-file:before {
  content: "\ee83";
}
.fi-sr-podcast:before {
  content: "\ee84";
}
.fi-sr-podium:before {
  content: "\ee85";
}
.fi-sr-podium-award:before {
  content: "\ee86";
}
.fi-sr-podium-star:before {
  content: "\ee87";
}
.fi-sr-podium-victory-leader:before {
  content: "\ee88";
}
.fi-sr-point-of-sale:before {
  content: "\ee89";
}
.fi-sr-point-of-sale-bill:before {
  content: "\ee8a";
}
.fi-sr-point-of-sale-signal:before {
  content: "\ee8f";
}
.fi-sr-pointer-loading:before {
  content: "\ee92";
}
.fi-sr-pointer-text:before {
  content: "\ee93";
}
.fi-sr-police-box:before {
  content: "\ee95";
}
.fi-sr-polish-bottle:before {
  content: "\ee96";
}
.fi-sr-polish-brush:before {
  content: "\ee97";
}
.fi-sr-poll-h:before {
  content: "\ee98";
}
.fi-sr-pollution:before {
  content: "\ee99";
}
.fi-sr-pompebled:before {
  content: "\ee9a";
}
.fi-sr-poo:before {
  content: "\ee9b";
}
.fi-sr-poo-bolt:before {
  content: "\ee9c";
}
.fi-sr-pool-8-ball:before {
  content: "\ee9d";
}
.fi-sr-poop:before {
  content: "\ee9e";
}
.fi-sr-pop:before {
  content: "\ee9f";
}
.fi-sr-popcorn:before {
  content: "\eea0";
}
.fi-sr-popsicle:before {
  content: "\eea1";
}
.fi-sr-population:before {
  content: "\eea2";
}
.fi-sr-population-globe:before {
  content: "\eea3";
}
.fi-sr-portal-enter:before {
  content: "\eea4";
}
.fi-sr-portal-exit:before {
  content: "\eea5";
}
.fi-sr-portrait:before {
  content: "\eea7";
}
.fi-sr-portuguese:before {
  content: "\eea8";
}
.fi-sr-postal-address:before {
  content: "\eea9";
}
.fi-sr-pot:before {
  content: "\eeab";
}
.fi-sr-potato:before {
  content: "\eeac";
}
.fi-sr-pound:before {
  content: "\eead";
}
.fi-sr-power:before {
  content: "\eeae";
}
.fi-sr-powerbank:before {
  content: "\eeaf";
}
.fi-sr-ppt-file:before {
  content: "\eeb0";
}
.fi-sr-practice:before {
  content: "\eeb1";
}
.fi-sr-praying-hands:before {
  content: "\eeb2";
}
.fi-sr-premium-account:before {
  content: "\eeb5";
}
.fi-sr-prescription:before {
  content: "\eeb6";
}
.fi-sr-prescription-bottle:before {
  content: "\eeb7";
}
.fi-sr-prescription-bottle-alt:before {
  content: "\eeb8";
}
.fi-sr-prescription-bottle-pill:before {
  content: "\eeb9";
}
.fi-sr-presentation:before {
  content: "\eeba";
}
.fi-sr-presentation-folder:before {
  content: "\eebb";
}
.fi-sr-pretzel:before {
  content: "\eebc";
}
.fi-sr-preview:before {
  content: "\eebd";
}
.fi-sr-previous-square:before {
  content: "\eebe";
}
.fi-sr-print:before {
  content: "\eebf";
}
.fi-sr-print-magnifying-glass:before {
  content: "\eec0";
}
.fi-sr-print-slash:before {
  content: "\eec1";
}
.fi-sr-print-wifi:before {
  content: "\eec2";
}
.fi-sr-priority-arrow:before {
  content: "\eec4";
}
.fi-sr-priority-arrows:before {
  content: "\eec5";
}
.fi-sr-priority-importance:before {
  content: "\eec7";
}
.fi-sr-privacy-settings:before {
  content: "\eeca";
}
.fi-sr-private-account:before {
  content: "\eecb";
}
.fi-sr-procedures:before {
  content: "\eecd";
}
.fi-sr-process:before {
  content: "\eece";
}
.fi-sr-productivity:before {
  content: "\eed0";
}
.fi-sr-progress-complete:before {
  content: "\eed8";
}
.fi-sr-progress-download:before {
  content: "\eed9";
}
.fi-sr-progress-upload:before {
  content: "\eeda";
}
.fi-sr-projector:before {
  content: "\eedb";
}
.fi-sr-protein-shake:before {
  content: "\eedc";
}
.fi-sr-protractor:before {
  content: "\eedd";
}
.fi-sr-psychology:before {
  content: "\eede";
}
.fi-sr-pulse:before {
  content: "\eedf";
}
.fi-sr-pump:before {
  content: "\eee0";
}
.fi-sr-pump-medical:before {
  content: "\eee1";
}
.fi-sr-pumpkin:before {
  content: "\eee2";
}
.fi-sr-pumpkin-alt:before {
  content: "\eee3";
}
.fi-sr-pumpkin-alt-2:before {
  content: "\eee4";
}
.fi-sr-punching-bag:before {
  content: "\eee5";
}
.fi-sr-puzzle-alt:before {
  content: "\eee7";
}
.fi-sr-puzzle-piece:before {
  content: "\eee9";
}
.fi-sr-puzzle-piece-integration:before {
  content: "\eeea";
}
.fi-sr-puzzle-pieces:before {
  content: "\eeeb";
}
.fi-sr-pyramid:before {
  content: "\eeec";
}
.fi-sr-q:before {
  content: "\eeee";
}
.fi-sr-QR:before {
  content: "\eeef";
}
.fi-sr-qr-scan:before {
  content: "\eef0";
}
.fi-sr-qrcode:before {
  content: "\eef1";
}
.fi-sr-qrcode-box:before {
  content: "\eef2";
}
.fi-sr-qrcode-information:before {
  content: "\eef3";
}
.fi-sr-qrcode-location:before {
  content: "\eef4";
}
.fi-sr-qrcode-menu:before {
  content: "\eef5";
}
.fi-sr-qrcode-money:before {
  content: "\eef6";
}
.fi-sr-qrcode-ticket:before {
  content: "\eef7";
}
.fi-sr-qrcode-wifi:before {
  content: "\eef8";
}
.fi-sr-quality:before {
  content: "\eef9";
}
.fi-sr-question:before {
  content: "\eefb";
}
.fi-sr-question-square:before {
  content: "\eefc";
}
.fi-sr-queue:before {
  content: "\eefd";
}
.fi-sr-queue-alt:before {
  content: "\eefe";
}
.fi-sr-queue-line:before {
  content: "\eeff";
}
.fi-sr-queue-signal:before {
  content: "\ef00";
}
.fi-sr-quick-box:before {
  content: "\ef01";
}
.fi-sr-quill-pen-story:before {
  content: "\ef02";
}
.fi-sr-quiz:before {
  content: "\ef03";
}
.fi-sr-quiz-alt:before {
  content: "\ef04";
}
.fi-sr-quote-right:before {
  content: "\ef06";
}
.fi-sr-quran-user:before {
  content: "\ef08";
}
.fi-sr-r:before {
  content: "\ef09";
}
.fi-sr-rabbit:before {
  content: "\ef0a";
}
.fi-sr-rabbit-fast:before {
  content: "\ef0b";
}
.fi-sr-raccoon:before {
  content: "\ef0c";
}
.fi-sr-racquet:before {
  content: "\ef0d";
}
.fi-sr-radar:before {
  content: "\ef0e";
}
.fi-sr-radar-monitoring-track:before {
  content: "\ef0f";
}
.fi-sr-radiation:before {
  content: "\ef10";
}
.fi-sr-radiation-alt:before {
  content: "\ef11";
}
.fi-sr-radio:before {
  content: "\ef12";
}
.fi-sr-radio-alt:before {
  content: "\ef13";
}
.fi-sr-radio-button:before {
  content: "\ef14";
}
.fi-sr-radio-tower:before {
  content: "\ef16";
}
.fi-sr-radio-waves:before {
  content: "\ef17";
}
.fi-sr-radish:before {
  content: "\ef18";
}
.fi-sr-rainbow:before {
  content: "\ef19";
}
.fi-sr-raindrops:before {
  content: "\ef1a";
}
.fi-sr-ram:before {
  content: "\ef1b";
}
.fi-sr-ramp-loading:before {
  content: "\ef1c";
}
.fi-sr-rank:before {
  content: "\ef1d";
}
.fi-sr-ranking-podium:before {
  content: "\ef1e";
}
.fi-sr-ranking-podium-empty:before {
  content: "\ef1f";
}
.fi-sr-ranking-star:before {
  content: "\ef20";
}
.fi-sr-ranking-stars:before {
  content: "\ef21";
}
.fi-sr-raygun:before {
  content: "\ef23";
}
.fi-sr-razor-barber:before {
  content: "\ef24";
}
.fi-sr-react:before {
  content: "\ef25";
}
.fi-sr-rec:before {
  content: "\ef26";
}
.fi-sr-receipt:before {
  content: "\ef27";
}
.fi-sr-recipe:before {
  content: "\ef28";
}
.fi-sr-recipe-book:before {
  content: "\ef29";
}
.fi-sr-record-vinyl:before {
  content: "\ef2a";
}
.fi-sr-rectabgle-vertical:before {
  content: "\ef2b";
}
.fi-sr-rectangle-barcode:before {
  content: "\ef2c";
}
.fi-sr-rectangle-code:before {
  content: "\ef2d";
}
.fi-sr-rectangle-history-circle-plus:before {
  content: "\ef2e";
}
.fi-sr-rectangle-horizontal:before {
  content: "\ef2f";
}
.fi-sr-rectangle-list:before {
  content: "\ef30";
}
.fi-sr-rectangle-panoramic:before {
  content: "\ef31";
}
.fi-sr-rectangle-pro:before {
  content: "\ef32";
}
.fi-sr-rectangle-vertical:before {
  content: "\ef33";
}
.fi-sr-rectangle-vertical-history:before {
  content: "\ef34";
}
.fi-sr-rectangle-xmark:before {
  content: "\ef35";
}
.fi-sr-rectangles-mixed:before {
  content: "\ef36";
}
.fi-sr-recycle:before {
  content: "\ef37";
}
.fi-sr-recycle-bin:before {
  content: "\ef38";
}
.fi-sr-redo:before {
  content: "\ef3b";
}
.fi-sr-redo-alt:before {
  content: "\ef3c";
}
.fi-sr-reel:before {
  content: "\ef3d";
}
.fi-sr-refer:before {
  content: "\ef3e";
}
.fi-sr-refer-arrow:before {
  content: "\ef3f";
}
.fi-sr-referee:before {
  content: "\ef40";
}
.fi-sr-referral:before {
  content: "\ef43";
}
.fi-sr-referral-alt:before {
  content: "\ef44";
}
.fi-sr-referral-link-arrow:before {
  content: "\ef45";
}
.fi-sr-referral-user:before {
  content: "\ef46";
}
.fi-sr-reflect:before {
  content: "\ef47";
}
.fi-sr-reflect-horizontal:before {
  content: "\ef48";
}
.fi-sr-reflect-horizontal-alt:before {
  content: "\ef49";
}
.fi-sr-reflect-vertical:before {
  content: "\ef4a";
}
.fi-sr-refresh:before {
  content: "\ef4b";
}
.fi-sr-refrigerator:before {
  content: "\ef4c";
}
.fi-sr-refund:before {
  content: "\ef4d";
}
.fi-sr-refund-alt:before {
  content: "\ef4e";
}
.fi-sr-region-pin:before {
  content: "\ef4f";
}
.fi-sr-region-pin-alt:before {
  content: "\ef50";
}
.fi-sr-registered:before {
  content: "\ef51";
}
.fi-sr-registration-paper:before {
  content: "\ef54";
}
.fi-sr-remote-access:before {
  content: "\ef56";
}
.fi-sr-remote-control:before {
  content: "\ef57";
}
.fi-sr-remote-control-hand:before {
  content: "\ef58";
}
.fi-sr-remove-folder:before {
  content: "\ef59";
}
.fi-sr-remove-user:before {
  content: "\ef5a";
}
.fi-sr-rent:before {
  content: "\ef5b";
}
.fi-sr-rent-signal:before {
  content: "\ef5c";
}
.fi-sr-replace:before {
  content: "\ef5d";
}
.fi-sr-replay-10:before {
  content: "\ef5f";
}
.fi-sr-replay-30:before {
  content: "\ef60";
}
.fi-sr-replay-5:before {
  content: "\ef61";
}
.fi-sr-reply-all:before {
  content: "\ef62";
}
.fi-sr-republican:before {
  content: "\ef63";
}
.fi-sr-research-arrows-circle:before {
  content: "\ef64";
}
.fi-sr-reservation-smartphone:before {
  content: "\ef65";
}
.fi-sr-reservation-table:before {
  content: "\ef66";
}
.fi-sr-resistance-band:before {
  content: "\ef67";
}
.fi-sr-resize:before {
  content: "\ef68";
}
.fi-sr-resize-screen:before {
  content: "\ef69";
}
.fi-sr-resources:before {
  content: "\ef6a";
}
.fi-sr-responsability:before {
  content: "\ef6b";
}
.fi-sr-responsive-design:before {
  content: "\ef6c";
}
.fi-sr-restaurant:before {
  content: "\ef6d";
}
.fi-sr-restaurant-sign:before {
  content: "\ef6e";
}
.fi-sr-restroom-simple:before {
  content: "\ef70";
}
.fi-sr-resume:before {
  content: "\ef71";
}
.fi-sr-Revenue:before {
  content: "\ef73";
}
.fi-sr-revenue-alt:before {
  content: "\ef74";
}
.fi-sr-revenue-euro:before {
  content: "\ef75";
}
.fi-sr-review:before {
  content: "\ef77";
}
.fi-sr-rewind:before {
  content: "\ef78";
}
.fi-sr-rewind-button-circle:before {
  content: "\ef79";
}
.fi-sr-rhombus:before {
  content: "\ef7a";
}
.fi-sr-ribbon:before {
  content: "\ef7b";
}
.fi-sr-right:before {
  content: "\ef7c";
}
.fi-sr-right-from-bracket:before {
  content: "\ef7d";
}
.fi-sr-ring:before {
  content: "\ef7f";
}
.fi-sr-ring-diamond:before {
  content: "\ef80";
}
.fi-sr-rings-wedding:before {
  content: "\ef81";
}
.fi-sr-risk:before {
  content: "\ef82";
}
.fi-sr-risk-alt:before {
  content: "\ef83";
}
.fi-sr-risk-assessment:before {
  content: "\ef84";
}
.fi-sr-road:before {
  content: "\ef85";
}
.fi-sr-road-barrier:before {
  content: "\ef86";
}
.fi-sr-road-bridge:before {
  content: "\ef87";
}
.fi-sr-road-check:before {
  content: "\ef88";
}
.fi-sr-road-lock:before {
  content: "\ef89";
}
.fi-sr-road-map-pin:before {
  content: "\ef8a";
}
.fi-sr-road-sign-left:before {
  content: "\ef8b";
}
.fi-sr-roadmap:before {
  content: "\ef8c";
}
.fi-sr-robot:before {
  content: "\ef8d";
}
.fi-sr-robot-money:before {
  content: "\ef8e";
}
.fi-sr-robotic-arm:before {
  content: "\ef8f";
}
.fi-sr-rock:before {
  content: "\ef90";
}
.fi-sr-rock-hair-user:before {
  content: "\ef91";
}
.fi-sr-rock-hammer:before {
  content: "\ef92";
}
.fi-sr-rocket:before {
  content: "\ef93";
}
.fi-sr-rocket-hand:before {
  content: "\ef95";
}
.fi-sr-rocket-holding-hand:before {
  content: "\ef96";
}
.fi-sr-rocket-lunch:before {
  content: "\ef97";
}
.fi-sr-rocket-planet:before {
  content: "\ef98";
}
.fi-sr-rocking-horse:before {
  content: "\ef99";
}
.fi-sr-rocks:before {
  content: "\ef9a";
}
.fi-sr-roller-coaster:before {
  content: "\ef9d";
}
.fi-sr-roller-skate:before {
  content: "\ef9e";
}
.fi-sr-roller-skater:before {
  content: "\ef9f";
}
.fi-sr-roof:before {
  content: "\efa0";
}
.fi-sr-room-service:before {
  content: "\efa1";
}
.fi-sr-rose:before {
  content: "\efa2";
}
.fi-sr-rose-alt:before {
  content: "\efa3";
}
.fi-sr-rotate-exclamation:before {
  content: "\efa4";
}
.fi-sr-rotate-left:before {
  content: "\efa5";
}
.fi-sr-rotate-reverse:before {
  content: "\efa6";
}
.fi-sr-rotate-right:before {
  content: "\efa7";
}
.fi-sr-rotate-square:before {
  content: "\efa8";
}
.fi-sr-roulette:before {
  content: "\efa9";
}
.fi-sr-round-cctv:before {
  content: "\efaa";
}
.fi-sr-route:before {
  content: "\efab";
}
.fi-sr-route-highway:before {
  content: "\efac";
}
.fi-sr-route-interstate:before {
  content: "\efad";
}
.fi-sr-router:before {
  content: "\efae";
}
.fi-sr-router-lock:before {
  content: "\efaf";
}
.fi-sr-router-wifi:before {
  content: "\efb0";
}
.fi-sr-router-wifi-alt:before {
  content: "\efb1";
}
.fi-sr-rss:before {
  content: "\efb2";
}
.fi-sr-rss-alt:before {
  content: "\efb3";
}
.fi-sr-ruble-sign:before {
  content: "\efb4";
}
.fi-sr-rugby:before {
  content: "\efb5";
}
.fi-sr-rugby-helmet:before {
  content: "\efb6";
}
.fi-sr-ruler-combined:before {
  content: "\efb7";
}
.fi-sr-ruler-horizontal:before {
  content: "\efb8";
}
.fi-sr-ruler-triangle:before {
  content: "\efb9";
}
.fi-sr-ruler-vertical:before {
  content: "\efba";
}
.fi-sr-rules:before {
  content: "\efbb";
}
.fi-sr-rules-alt:before {
  content: "\efbc";
}
.fi-sr-running:before {
  content: "\efbd";
}
.fi-sr-running-track:before {
  content: "\efbe";
}
.fi-sr-rupee-sign:before {
  content: "\efbf";
}
.fi-sr-rupiah-sign:before {
  content: "\efc0";
}
.fi-sr-russian:before {
  content: "\efc1";
}
.fi-sr-rv:before {
  content: "\efc2";
}
.fi-sr-s:before {
  content: "\efc3";
}
.fi-sr-sack:before {
  content: "\efc4";
}
.fi-sr-sack-dollar:before {
  content: "\efc5";
}
.fi-sr-sad:before {
  content: "\efc6";
}
.fi-sr-sad-cry:before {
  content: "\efc7";
}
.fi-sr-sad-tear:before {
  content: "\efc8";
}
.fi-sr-safe-battery:before {
  content: "\efc9";
}
.fi-sr-safe-box:before {
  content: "\efca";
}
.fi-sr-safety-glasses:before {
  content: "\efcb";
}
.fi-sr-safety-zone:before {
  content: "\efcc";
}
.fi-sr-saffron:before {
  content: "\efcd";
}
.fi-sr-sailboat:before {
  content: "\efce";
}
.fi-sr-salad:before {
  content: "\efcf";
}
.fi-sr-salary-alt:before {
  content: "\efd1";
}
.fi-sr-salt-pepper:before {
  content: "\efd2";
}
.fi-sr-salt-shaker:before {
  content: "\efd3";
}
.fi-sr-sandwich:before {
  content: "\efd5";
}
.fi-sr-sandwich-alt:before {
  content: "\efd6";
}
.fi-sr-sanitary-pad:before {
  content: "\efd7";
}
.fi-sr-satellite:before {
  content: "\efda";
}
.fi-sr-satellite-dish:before {
  content: "\efdb";
}
.fi-sr-satisfaction-bar:before {
  content: "\efdc";
}
.fi-sr-saturday:before {
  content: "\efdd";
}
.fi-sr-sauce:before {
  content: "\efde";
}
.fi-sr-sausage:before {
  content: "\efdf";
}
.fi-sr-sax-hot:before {
  content: "\efe1";
}
.fi-sr-saxophone:before {
  content: "\efe2";
}
.fi-sr-scale:before {
  content: "\efe3";
}
.fi-sr-scale-comparison:before {
  content: "\efe4";
}
.fi-sr-scale-comparison-alt:before {
  content: "\efe5";
}
.fi-sr-scalpel:before {
  content: "\efe6";
}
.fi-sr-scalpel-path:before {
  content: "\efe7";
}
.fi-sr-scanner-gun:before {
  content: "\efe8";
}
.fi-sr-scanner-image:before {
  content: "\efe9";
}
.fi-sr-scanner-keyboard:before {
  content: "\efea";
}
.fi-sr-scanner-touchscreen:before {
  content: "\efeb";
}
.fi-sr-scarecrow:before {
  content: "\efec";
}
.fi-sr-scarf:before {
  content: "\efed";
}
.fi-sr-schedule:before {
  content: "\efee";
}
.fi-sr-school:before {
  content: "\efef";
}
.fi-sr-school-bus:before {
  content: "\eff0";
}
.fi-sr-school-circle-chek:before {
  content: "\eff2";
}
.fi-sr-school-circle-exclamation:before {
  content: "\eff3";
}
.fi-sr-school-circle-xmark:before {
  content: "\eff4";
}
.fi-sr-school-lock:before {
  content: "\eff5";
}
.fi-sr-science-podcast:before {
  content: "\eff6";
}
.fi-sr-scissors:before {
  content: "\eff7";
}
.fi-sr-scone:before {
  content: "\eff8";
}
.fi-sr-scooter:before {
  content: "\eff9";
}
.fi-sr-score-board:before {
  content: "\effa";
}
.fi-sr-screen:before {
  content: "\effc";
}
.fi-sr-screen-play:before {
  content: "\effd";
}
.fi-sr-screen-recorder:before {
  content: "\effe";
}
.fi-sr-screen-share:before {
  content: "\efff";
}
.fi-sr-screen-shield:before {
  content: "\f000";
}
.fi-sr-screencast:before {
  content: "\f002";
}
.fi-sr-screw:before {
  content: "\f003";
}
.fi-sr-screw-alt:before {
  content: "\f004";
}
.fi-sr-screwdriver:before {
  content: "\f005";
}
.fi-sr-scribble:before {
  content: "\f006";
}
.fi-sr-script:before {
  content: "\f007";
}
.fi-sr-scroll:before {
  content: "\f008";
}
.fi-sr-scroll-document-story:before {
  content: "\f009";
}
.fi-sr-scroll-old:before {
  content: "\f00a";
}
.fi-sr-scroll-torah:before {
  content: "\f00b";
}
.fi-sr-scrubber:before {
  content: "\f00c";
}
.fi-sr-sculpture:before {
  content: "\f00d";
}
.fi-sr-scythe:before {
  content: "\f00e";
}
.fi-sr-sd-card:before {
  content: "\f00f";
}
.fi-sr-sd-cards:before {
  content: "\f010";
}
.fi-sr-sea-wave:before {
  content: "\f011";
}
.fi-sr-seal:before {
  content: "\f012";
}
.fi-sr-seal-exclamation:before {
  content: "\f013";
}
.fi-sr-seal-question:before {
  content: "\f014";
}
.fi-sr-search:before {
  content: "\f015";
}
.fi-sr-search-alt:before {
  content: "\f016";
}
.fi-sr-search-bar:before {
  content: "\f017";
}
.fi-sr-search-dollar:before {
  content: "\f018";
}
.fi-sr-search-heart:before {
  content: "\f019";
}
.fi-sr-search-location:before {
  content: "\f01a";
}
.fi-sr-seat-airline:before {
  content: "\f01b";
}
.fi-sr-seatbelt-safety-driver:before {
  content: "\f01c";
}
.fi-sr-second:before {
  content: "\f01d";
}
.fi-sr-second-award:before {
  content: "\f01e";
}
.fi-sr-second-laurel:before {
  content: "\f01f";
}
.fi-sr-second-medal:before {
  content: "\f020";
}
.fi-sr-secure-backup:before {
  content: "\f022";
}
.fi-sr-security-gate:before {
  content: "\f024";
}
.fi-sr-seedling:before {
  content: "\f025";
}
.fi-sr-segway:before {
  content: "\f026";
}
.fi-sr-select:before {
  content: "\f027";
}
.fi-sr-selection:before {
  content: "\f028";
}
.fi-sr-self-care:before {
  content: "\f029";
}
.fi-sr-seller:before {
  content: "\f02b";
}
.fi-sr-seller-store:before {
  content: "\f02c";
}
.fi-sr-send-back:before {
  content: "\f030";
}
.fi-sr-send-backward:before {
  content: "\f031";
}
.fi-sr-sensor:before {
  content: "\f034";
}
.fi-sr-sensor-alert:before {
  content: "\f035";
}
.fi-sr-sensor-fire:before {
  content: "\f036";
}
.fi-sr-sensor-on:before {
  content: "\f037";
}
.fi-sr-sensor-smoke:before {
  content: "\f038";
}
.fi-sr-september-calendar:before {
  content: "\f039";
}
.fi-sr-serum:before {
  content: "\f03a";
}
.fi-sr-session-timeout:before {
  content: "\f03c";
}
.fi-sr-settings:before {
  content: "\f03d";
}
.fi-sr-settings-sliders:before {
  content: "\f03e";
}
.fi-sr-settings-window:before {
  content: "\f03f";
}
.fi-sr-sewing-machine:before {
  content: "\f040";
}
.fi-sr-sewing-machine-alt:before {
  content: "\f041";
}
.fi-sr-shaka:before {
  content: "\f042";
}
.fi-sr-shampoo:before {
  content: "\f043";
}
.fi-sr-share:before {
  content: "\f044";
}
.fi-sr-share-alt-square:before {
  content: "\f045";
}
.fi-sr-share-square:before {
  content: "\f046";
}
.fi-sr-sheep:before {
  content: "\f048";
}
.fi-sr-shekel-sign:before {
  content: "\f049";
}
.fi-sr-shelves:before {
  content: "\f04a";
}
.fi-sr-shelves-empty:before {
  content: "\f04b";
}
.fi-sr-shield:before {
  content: "\f04c";
}
.fi-sr-shield-alt:before {
  content: "\f04d";
}
.fi-sr-shield-cat:before {
  content: "\f04e";
}
.fi-sr-shield-check:before {
  content: "\f04f";
}
.fi-sr-shield-cross:before {
  content: "\f050";
}
.fi-sr-shield-divided-four:before {
  content: "\f051";
}
.fi-sr-shield-dog:before {
  content: "\f052";
}
.fi-sr-shield-exclamation:before {
  content: "\f053";
}
.fi-sr-shield-interrogation:before {
  content: "\f054";
}
.fi-sr-shield-keyhole:before {
  content: "\f055";
}
.fi-sr-shield-minus:before {
  content: "\f056";
}
.fi-sr-shield-plus:before {
  content: "\f057";
}
.fi-sr-shield-security-risk:before {
  content: "\f059";
}
.fi-sr-shield-slash:before {
  content: "\f05a";
}
.fi-sr-shield-trust:before {
  content: "\f05b";
}
.fi-sr-shield-virus:before {
  content: "\f05c";
}
.fi-sr-shield-xmark:before {
  content: "\f05d";
}
.fi-sr-ship:before {
  content: "\f05e";
}
.fi-sr-ship-side:before {
  content: "\f05f";
}
.fi-sr-shipping-fast:before {
  content: "\f060";
}
.fi-sr-shipping-timed:before {
  content: "\f061";
}
.fi-sr-shirt:before {
  content: "\f062";
}
.fi-sr-shirt-long-sleeve:before {
  content: "\f063";
}
.fi-sr-shirt-running:before {
  content: "\f064";
}
.fi-sr-shirt-tank-top:before {
  content: "\f065";
}
.fi-sr-shish-kebab:before {
  content: "\f066";
}
.fi-sr-shoe-prints:before {
  content: "\f067";
}
.fi-sr-shop:before {
  content: "\f068";
}
.fi-sr-shop-lock:before {
  content: "\f069";
}
.fi-sr-shop-slash:before {
  content: "\f06a";
}
.fi-sr-shopping-bag:before {
  content: "\f06c";
}
.fi-sr-shopping-bag-add:before {
  content: "\f06d";
}
.fi-sr-shopping-basket:before {
  content: "\f06e";
}
.fi-sr-shopping-cart:before {
  content: "\f06f";
}
.fi-sr-shopping-cart-add:before {
  content: "\f070";
}
.fi-sr-shopping-cart-buyer:before {
  content: "\f071";
}
.fi-sr-shopping-cart-check:before {
  content: "\f072";
}
.fi-sr-shopping-cart-nft:before {
  content: "\f076";
}
.fi-sr-shopping-cart-notification:before {
  content: "\f077";
}
.fi-sr-shoulder-joint:before {
  content: "\f078";
}
.fi-sr-shovel:before {
  content: "\f079";
}
.fi-sr-shovel-snow:before {
  content: "\f07a";
}
.fi-sr-shower:before {
  content: "\f07b";
}
.fi-sr-shower-down:before {
  content: "\f07c";
}
.fi-sr-shower-gel:before {
  content: "\f07d";
}
.fi-sr-shredder:before {
  content: "\f07e";
}
.fi-sr-shrimp:before {
  content: "\f07f";
}
.fi-sr-shuffle:before {
  content: "\f080";
}
.fi-sr-shuttle-van:before {
  content: "\f081";
}
.fi-sr-shuttlecock:before {
  content: "\f082";
}
.fi-sr-Sickle:before {
  content: "\f083";
}
.fi-sr-sidebar:before {
  content: "\f084";
}
.fi-sr-sidebar-flip:before {
  content: "\f085";
}
.fi-sr-sigma:before {
  content: "\f087";
}
.fi-sr-sign-hanging:before {
  content: "\f088";
}
.fi-sr-sign-in-alt:before {
  content: "\f089";
}
.fi-sr-sign-out-alt:before {
  content: "\f08b";
}
.fi-sr-sign-posts:before {
  content: "\f08c";
}
.fi-sr-sign-posts-wrench:before {
  content: "\f08d";
}
.fi-sr-sign-up:before {
  content: "\f08e";
}
.fi-sr-signal-alt:before {
  content: "\f08f";
}
.fi-sr-signal-alt-1:before {
  content: "\f090";
}
.fi-sr-signal-alt-2:before {
  content: "\f091";
}
.fi-sr-signal-alt-slash:before {
  content: "\f092";
}
.fi-sr-signal-bars-fair:before {
  content: "\f093";
}
.fi-sr-signal-bars-good:before {
  content: "\f094";
}
.fi-sr-signal-bars-weak:before {
  content: "\f096";
}
.fi-sr-signal-stream:before {
  content: "\f099";
}
.fi-sr-signal-stream-slash:before {
  content: "\f09a";
}
.fi-sr-signature:before {
  content: "\f09d";
}
.fi-sr-signature-lock:before {
  content: "\f09e";
}
.fi-sr-signature-slash:before {
  content: "\f0a0";
}
.fi-sr-sim-card:before {
  content: "\f0a1";
}
.fi-sr-sim-cards:before {
  content: "\f0a2";
}
.fi-sr-sink:before {
  content: "\f0a3";
}
.fi-sr-Siren:before {
  content: "\f0a4";
}
.fi-sr-siren-on:before {
  content: "\f0a5";
}
.fi-sr-site:before {
  content: "\f0a6";
}
.fi-sr-site-alt:before {
  content: "\f0a7";
}
.fi-sr-site-browser:before {
  content: "\f0a9";
}
.fi-sr-sitemap:before {
  content: "\f0aa";
}
.fi-sr-skate-park:before {
  content: "\f0ab";
}
.fi-sr-skateboard:before {
  content: "\f0ac";
}
.fi-sr-skating:before {
  content: "\f0ad";
}
.fi-sr-skeleton:before {
  content: "\f0ae";
}
.fi-sr-skeleton-ribs:before {
  content: "\f0af";
}
.fi-sr-skewer:before {
  content: "\f0b1";
}
.fi-sr-ski-boot-ski:before {
  content: "\f0b2";
}
.fi-sr-ski-jump:before {
  content: "\f0b3";
}
.fi-sr-ski-lift:before {
  content: "\f0b4";
}
.fi-sr-skiing:before {
  content: "\f0b5";
}
.fi-sr-skiing-nordic:before {
  content: "\f0b6";
}
.fi-sr-skill:before {
  content: "\f0b7";
}
.fi-sr-skill-alt:before {
  content: "\f0b8";
}
.fi-sr-skill-user:before {
  content: "\f0ba";
}
.fi-sr-skin:before {
  content: "\f0bb";
}
.fi-sr-skin-acne:before {
  content: "\f0bc";
}
.fi-sr-skin-arrow:before {
  content: "\f0bd";
}
.fi-sr-skin-drop:before {
  content: "\f0be";
}
.fi-sr-skin-hair:before {
  content: "\f0bf";
}
.fi-sr-skin-laser:before {
  content: "\f0c0";
}
.fi-sr-skin-uv:before {
  content: "\f0c1";
}
.fi-sr-skip-15-seconds:before {
  content: "\f0c2";
}
.fi-sr-skull:before {
  content: "\f0c3";
}
.fi-sr-skull-cow:before {
  content: "\f0c4";
}
.fi-sr-skull-crossbones:before {
  content: "\f0c5";
}
.fi-sr-skull-heart:before {
  content: "\f0c6";
}
.fi-sr-skyscraper:before {
  content: "\f0c8";
}
.fi-sr-slash:before {
  content: "\f0ca";
}
.fi-sr-sledding:before {
  content: "\f0cc";
}
.fi-sr-sleeping-bag:before {
  content: "\f0cd";
}
.fi-sr-sleeping-cat:before {
  content: "\f0ce";
}
.fi-sr-sleigh:before {
  content: "\f0cf";
}
.fi-sr-sliders-h-square:before {
  content: "\f0d0";
}
.fi-sr-sliders-v:before {
  content: "\f0d1";
}
.fi-sr-sliders-v-square:before {
  content: "\f0d2";
}
.fi-sr-slot-machine:before {
  content: "\f0d5";
}
.fi-sr-smart-building:before {
  content: "\f0d6";
}
.fi-sr-smart-glasses:before {
  content: "\f0d8";
}
.fi-sr-smart-home:before {
  content: "\f0d9";
}
.fi-sr-smart-home-alt:before {
  content: "\f0da";
}
.fi-sr-smart-home-chip:before {
  content: "\f0db";
}
.fi-sr-smart-home-cloud:before {
  content: "\f0dc";
}
.fi-sr-smart-home-key:before {
  content: "\f0dd";
}
.fi-sr-smart-watch-call:before {
  content: "\f0de";
}
.fi-sr-smart-watch-notifications:before {
  content: "\f0df";
}
.fi-sr-smart-wireless-door:before {
  content: "\f0e0";
}
.fi-sr-smartphone:before {
  content: "\f0e1";
}
.fi-sr-smartphone-ar:before {
  content: "\f0e2";
}
.fi-sr-smartphone-bus-payment:before {
  content: "\f0e3";
}
.fi-sr-smartphone-fingerprint:before {
  content: "\f0e4";
}
.fi-sr-smartwatch:before {
  content: "\f0e5";
}
.fi-sr-smile:before {
  content: "\f0e6";
}
.fi-sr-smile-beam:before {
  content: "\f0e7";
}
.fi-sr-smile-plus:before {
  content: "\f0e8";
}
.fi-sr-smile-wink:before {
  content: "\f0e9";
}
.fi-sr-smiley-comment-alt:before {
  content: "\f0ea";
}
.fi-sr-smiling-baby:before {
  content: "\f0eb";
}
.fi-sr-smiling-boy:before {
  content: "\f0ec";
}
.fi-sr-smiling-girl:before {
  content: "\f0ed";
}
.fi-sr-smiling-old-man:before {
  content: "\f0ee";
}
.fi-sr-smiling-old-woman:before {
  content: "\f0ef";
}
.fi-sr-smog:before {
  content: "\f0f0";
}
.fi-sr-smoke:before {
  content: "\f0f1";
}
.fi-sr-smoking:before {
  content: "\f0f2";
}
.fi-sr-smoking-ban:before {
  content: "\f0f3";
}
.fi-sr-smoothie:before {
  content: "\f0f4";
}
.fi-sr-snake:before {
  content: "\f0f5";
}
.fi-sr-snap:before {
  content: "\f0f6";
}
.fi-sr-snooze:before {
  content: "\f0f8";
}
.fi-sr-snow-blowing:before {
  content: "\f0f9";
}
.fi-sr-snowboarding:before {
  content: "\f0fa";
}
.fi-sr-snowflake:before {
  content: "\f0fb";
}
.fi-sr-snowflake-droplets:before {
  content: "\f0fc";
}
.fi-sr-snowflakes:before {
  content: "\f0fd";
}
.fi-sr-snowman-alt:before {
  content: "\f0ff";
}
.fi-sr-snowman-head:before {
  content: "\f100";
}
.fi-sr-snowmobile:before {
  content: "\f101";
}
.fi-sr-snowplow:before {
  content: "\f102";
}
.fi-sr-soap:before {
  content: "\f103";
}
.fi-sr-soap-alt:before {
  content: "\f104";
}
.fi-sr-soccer-boots:before {
  content: "\f105";
}
.fi-sr-social-distance:before {
  content: "\f106";
}
.fi-sr-social-media-notification:before {
  content: "\f108";
}
.fi-sr-socks:before {
  content: "\f10a";
}
.fi-sr-sofa:before {
  content: "\f10b";
}
.fi-sr-sofa-size:before {
  content: "\f10c";
}
.fi-sr-software-development:before {
  content: "\f10d";
}
.fi-sr-solar-panel:before {
  content: "\f10e";
}
.fi-sr-solar-panel-sun:before {
  content: "\f10f";
}
.fi-sr-solar-system:before {
  content: "\f110";
}
.fi-sr-sold-house:before {
  content: "\f111";
}
.fi-sr-sold-signal:before {
  content: "\f112";
}
.fi-sr-sort:before {
  content: "\f114";
}
.fi-sr-sort-alpha-down:before {
  content: "\f115";
}
.fi-sr-sort-alpha-down-alt:before {
  content: "\f116";
}
.fi-sr-sort-alpha-up:before {
  content: "\f117";
}
.fi-sr-sort-alpha-up-alt:before {
  content: "\f118";
}
.fi-sr-sort-alt:before {
  content: "\f119";
}
.fi-sr-sort-amount-down:before {
  content: "\f11a";
}
.fi-sr-sort-amount-down-alt:before {
  content: "\f11b";
}
.fi-sr-sort-amount-up:before {
  content: "\f11c";
}
.fi-sr-sort-amount-up-alt:before {
  content: "\f11d";
}
.fi-sr-sort-circle:before {
  content: "\f11e";
}
.fi-sr-sort-circle-down:before {
  content: "\f11f";
}
.fi-sr-sort-circle-up:before {
  content: "\f120";
}
.fi-sr-sort-down:before {
  content: "\f121";
}
.fi-sr-sort-numeric-down:before {
  content: "\f122";
}
.fi-sr-sort-numeric-down-alt:before {
  content: "\f123";
}
.fi-sr-sort-shapes-down:before {
  content: "\f124";
}
.fi-sr-sort-shapes-up:before {
  content: "\f125";
}
.fi-sr-sort-size-down:before {
  content: "\f126";
}
.fi-sr-sort-size-up:before {
  content: "\f127";
}
.fi-sr-soup:before {
  content: "\f129";
}
.fi-sr-source-data:before {
  content: "\f12a";
}
.fi-sr-source-document:before {
  content: "\f12b";
}
.fi-sr-source-document-alt:before {
  content: "\f12c";
}
.fi-sr-spa:before {
  content: "\f12d";
}
.fi-sr-space-shuttle:before {
  content: "\f12e";
}
.fi-sr-space-station-moon:before {
  content: "\f12f";
}
.fi-sr-space-station-moon-alt:before {
  content: "\f130";
}
.fi-sr-spade:before {
  content: "\f131";
}
.fi-sr-spaghetti-monster-flying:before {
  content: "\f132";
}
.fi-sr-spain-country-code:before {
  content: "\f133";
}
.fi-sr-spain-map:before {
  content: "\f134";
}
.fi-sr-spam:before {
  content: "\f135";
}
.fi-sr-spanish:before {
  content: "\f137";
}
.fi-sr-sparkles:before {
  content: "\f139";
}
.fi-sr-spartan-helmet:before {
  content: "\f13a";
}
.fi-sr-speaker:before {
  content: "\f13b";
}
.fi-sr-speakers:before {
  content: "\f13c";
}
.fi-sr-speech-bubble-story:before {
  content: "\f13d";
}
.fi-sr-speedometer-arrow:before {
  content: "\f13e";
}
.fi-sr-speedometer-kpi:before {
  content: "\f13f";
}
.fi-sr-sperm:before {
  content: "\f140";
}
.fi-sr-sphere:before {
  content: "\f141";
}
.fi-sr-spider:before {
  content: "\f142";
}
.fi-sr-spider-black-widow:before {
  content: "\f143";
}
.fi-sr-spider-web:before {
  content: "\f144";
}
.fi-sr-spine:before {
  content: "\f145";
}
.fi-sr-spinner:before {
  content: "\f146";
}
.fi-sr-splash:before {
  content: "\f147";
}
.fi-sr-split:before {
  content: "\f148";
}
.fi-sr-split-screen:before {
  content: "\f149";
}
.fi-sr-split-up-relation:before {
  content: "\f14a";
}
.fi-sr-splotch:before {
  content: "\f14b";
}
.fi-sr-spoon:before {
  content: "\f14c";
}
.fi-sr-sport-drink:before {
  content: "\f14e";
}
.fi-sr-spray-can:before {
  content: "\f150";
}
.fi-sr-spray-can-sparkles:before {
  content: "\f151";
}
.fi-sr-spring-calendar:before {
  content: "\f152";
}
.fi-sr-sprinkler:before {
  content: "\f153";
}
.fi-sr-spy:before {
  content: "\f154";
}
.fi-sr-spyware:before {
  content: "\f155";
}
.fi-sr-sql-file:before {
  content: "\f156";
}
.fi-sr-sql-server:before {
  content: "\f157";
}
.fi-sr-square:before {
  content: "\f158";
}
.fi-sr-square-0:before {
  content: "\f159";
}
.fi-sr-square-1:before {
  content: "\f15a";
}
.fi-sr-square-2:before {
  content: "\f15b";
}
.fi-sr-square-3:before {
  content: "\f15c";
}
.fi-sr-square-4:before {
  content: "\f15d";
}
.fi-sr-square-5:before {
  content: "\f15e";
}
.fi-sr-square-6:before {
  content: "\f15f";
}
.fi-sr-square-7:before {
  content: "\f160";
}
.fi-sr-square-8:before {
  content: "\f161";
}
.fi-sr-square-9:before {
  content: "\f162";
}
.fi-sr-square-a:before {
  content: "\f163";
}
.fi-sr-square-b:before {
  content: "\f165";
}
.fi-sr-square-bolt:before {
  content: "\f166";
}
.fi-sr-square-c:before {
  content: "\f167";
}
.fi-sr-square-code:before {
  content: "\f168";
}
.fi-sr-square-d:before {
  content: "\f16a";
}
.fi-sr-square-dashed:before {
  content: "\f16b";
}
.fi-sr-square-dashed-circle-plus:before {
  content: "\f16c";
}
.fi-sr-square-divide:before {
  content: "\f16d";
}
.fi-sr-square-e:before {
  content: "\f16e";
}
.fi-sr-square-ellipsis:before {
  content: "\f16f";
}
.fi-sr-square-ellipsis-vertical:before {
  content: "\f170";
}
.fi-sr-square-envelope:before {
  content: "\f171";
}
.fi-sr-square-exclamation:before {
  content: "\f172";
}
.fi-sr-square-f:before {
  content: "\f173";
}
.fi-sr-square-g:before {
  content: "\f174";
}
.fi-sr-square-h:before {
  content: "\f175";
}
.fi-sr-square-heart:before {
  content: "\f176";
}
.fi-sr-square-i:before {
  content: "\f177";
}
.fi-sr-square-info:before {
  content: "\f178";
}
.fi-sr-square-j:before {
  content: "\f179";
}
.fi-sr-square-k:before {
  content: "\f17a";
}
.fi-sr-square-kanban:before {
  content: "\f17b";
}
.fi-sr-square-l:before {
  content: "\f17c";
}
.fi-sr-square-m:before {
  content: "\f17d";
}
.fi-sr-square-minus:before {
  content: "\f17e";
}
.fi-sr-square-n:before {
  content: "\f17f";
}
.fi-sr-square-o:before {
  content: "\f180";
}
.fi-sr-square-p:before {
  content: "\f181";
}
.fi-sr-square-pen:before {
  content: "\f182";
}
.fi-sr-square-person-confined:before {
  content: "\f183";
}
.fi-sr-square-phone:before {
  content: "\f184";
}
.fi-sr-square-phone-flip:before {
  content: "\f185";
}
.fi-sr-square-phone-hangup:before {
  content: "\f186";
}
.fi-sr-square-plus:before {
  content: "\f187";
}
.fi-sr-square-poll-horizontal:before {
  content: "\f188";
}
.fi-sr-square-poll-vertical:before {
  content: "\f189";
}
.fi-sr-square-q:before {
  content: "\f18a";
}
.fi-sr-square-quote:before {
  content: "\f18b";
}
.fi-sr-square-r:before {
  content: "\f18c";
}
.fi-sr-square-root:before {
  content: "\f18d";
}
.fi-sr-square-s:before {
  content: "\f18e";
}
.fi-sr-square-small:before {
  content: "\f18f";
}
.fi-sr-square-star:before {
  content: "\f190";
}
.fi-sr-square-t:before {
  content: "\f191";
}
.fi-sr-square-terminal:before {
  content: "\f192";
}
.fi-sr-square-u:before {
  content: "\f193";
}
.fi-sr-square-up-right:before {
  content: "\f194";
}
.fi-sr-square-v:before {
  content: "\f195";
}
.fi-sr-square-w:before {
  content: "\f196";
}
.fi-sr-square-x:before {
  content: "\f197";
}
.fi-sr-square-y:before {
  content: "\f198";
}
.fi-sr-square-z:before {
  content: "\f199";
}
.fi-sr-squid:before {
  content: "\f19a";
}
.fi-sr-squircle:before {
  content: "\f19b";
}
.fi-sr-squirrel:before {
  content: "\f19c";
}
.fi-sr-stadium:before {
  content: "\f19d";
}
.fi-sr-staff:before {
  content: "\f19e";
}
.fi-sr-staff-wizard:before {
  content: "\f19f";
}
.fi-sr-stage:before {
  content: "\f1a0";
}
.fi-sr-stage-concert:before {
  content: "\f1a1";
}
.fi-sr-stage-theatre:before {
  content: "\f1a2";
}
.fi-sr-stairs:before {
  content: "\f1a3";
}
.fi-sr-stamp:before {
  content: "\f1a4";
}
.fi-sr-stamps:before {
  content: "\f1a5";
}
.fi-sr-standard-definition:before {
  content: "\f1a6";
}
.fi-sr-stapler:before {
  content: "\f1a7";
}
.fi-sr-stapler-paper:before {
  content: "\f1a8";
}
.fi-sr-star:before {
  content: "\f1a9";
}
.fi-sr-star-and-crescent:before {
  content: "\f1aa";
}
.fi-sr-star-christmas:before {
  content: "\f1ab";
}
.fi-sr-star-comment-alt:before {
  content: "\f1ad";
}
.fi-sr-star-exclamation:before {
  content: "\f1ae";
}
.fi-sr-star-microphone:before {
  content: "\f1af";
}
.fi-sr-star-octogram:before {
  content: "\f1b0";
}
.fi-sr-star-of-david:before {
  content: "\f1b1";
}
.fi-sr-star-rating-call:before {
  content: "\f1b2";
}
.fi-sr-star-sharp-half:before {
  content: "\f1b3";
}
.fi-sr-star-sharp-half-stroke:before {
  content: "\f1b4";
}
.fi-sr-star-shooting:before {
  content: "\f1b5";
}
.fi-sr-starfighter:before {
  content: "\f1b7";
}
.fi-sr-stars:before {
  content: "\f1b8";
}
.fi-sr-state-country:before {
  content: "\f1b9";
}
.fi-sr-stationary-bike:before {
  content: "\f1ba";
}
.fi-sr-stats:before {
  content: "\f1bb";
}
.fi-sr-steak:before {
  content: "\f1bc";
}
.fi-sr-steam-iron:before {
  content: "\f1bd";
}
.fi-sr-steering-wheel:before {
  content: "\f1be";
}
.fi-sr-step-backward:before {
  content: "\f1bf";
}
.fi-sr-step-forward:before {
  content: "\f1c0";
}
.fi-sr-steps-carreer:before {
  content: "\f1c1";
}
.fi-sr-sterling-sign:before {
  content: "\f1c2";
}
.fi-sr-stethoscope:before {
  content: "\f1c3";
}
.fi-sr-sticker:before {
  content: "\f1c4";
}
.fi-sr-stocking:before {
  content: "\f1c6";
}
.fi-sr-stomach:before {
  content: "\f1c7";
}
.fi-sr-stomach-ache:before {
  content: "\f1c8";
}
.fi-sr-stomach-virus:before {
  content: "\f1c9";
}
.fi-sr-stop:before {
  content: "\f1ca";
}
.fi-sr-stop-circle:before {
  content: "\f1cb";
}
.fi-sr-stop-square:before {
  content: "\f1cc";
}
.fi-sr-stopwatch:before {
  content: "\f1cd";
}
.fi-sr-store-alt:before {
  content: "\f1cf";
}
.fi-sr-store-buyer:before {
  content: "\f1d0";
}
.fi-sr-store-lock:before {
  content: "\f1d1";
}
.fi-sr-store-slash:before {
  content: "\f1d2";
}
.fi-sr-story-book:before {
  content: "\f1d3";
}
.fi-sr-story-fairy-tale:before {
  content: "\f1d4";
}
.fi-sr-story-fantasy:before {
  content: "\f1d5";
}
.fi-sr-straightener:before {
  content: "\f1d7";
}
.fi-sr-strategy-chess-risk:before {
  content: "\f1d8";
}
.fi-sr-strawberry:before {
  content: "\f1d9";
}
.fi-sr-streamer-boy:before {
  content: "\f1da";
}
.fi-sr-streamer-girl:before {
  content: "\f1db";
}
.fi-sr-street-view:before {
  content: "\f1dd";
}
.fi-sr-stretcher:before {
  content: "\f1de";
}
.fi-sr-strikethrough:before {
  content: "\f1df";
}
.fi-sr-stroopwafel:before {
  content: "\f1e1";
}
.fi-sr-student:before {
  content: "\f1e2";
}
.fi-sr-student-alt:before {
  content: "\f1e3";
}
.fi-sr-subfolder:before {
  content: "\f1e4";
}
.fi-sr-subscript:before {
  content: "\f1e7";
}
.fi-sr-subscription:before {
  content: "\f1e8";
}
.fi-sr-subscription-alt:before {
  content: "\f1e9";
}
.fi-sr-subscription-model:before {
  content: "\f1ea";
}
.fi-sr-subscription-user:before {
  content: "\f1eb";
}
.fi-sr-subtitles:before {
  content: "\f1f0";
}
.fi-sr-subtitles-slash:before {
  content: "\f1f1";
}
.fi-sr-subway:before {
  content: "\f1f2";
}
.fi-sr-suggestion:before {
  content: "\f1f3";
}
.fi-sr-suitcase-alt:before {
  content: "\f1f4";
}
.fi-sr-summary-check:before {
  content: "\f1f5";
}
.fi-sr-summer:before {
  content: "\f1f6";
}
.fi-sr-sun:before {
  content: "\f1f7";
}
.fi-sr-sun-dust:before {
  content: "\f1f8";
}
.fi-sr-sun-plant-wilt:before {
  content: "\f1f9";
}
.fi-sr-sun-salutation-yoga:before {
  content: "\f1fa";
}
.fi-sr-sunday:before {
  content: "\f1fb";
}
.fi-sr-sunglasses:before {
  content: "\f1fc";
}
.fi-sr-sunglasses-alt:before {
  content: "\f1fd";
}
.fi-sr-sunrise:before {
  content: "\f1fe";
}
.fi-sr-sunrise-alt:before {
  content: "\f1ff";
}
.fi-sr-sunscreen:before {
  content: "\f200";
}
.fi-sr-sunset:before {
  content: "\f201";
}
.fi-sr-superscript:before {
  content: "\f202";
}
.fi-sr-supply-chain:before {
  content: "\f205";
}
.fi-sr-supply-chain-steps:before {
  content: "\f206";
}
.fi-sr-surfing:before {
  content: "\f207";
}
.fi-sr-surprise:before {
  content: "\f208";
}
.fi-sr-surveillance-camera:before {
  content: "\f209";
}
.fi-sr-survey-xmark:before {
  content: "\f20a";
}
.fi-sr-sushi:before {
  content: "\f20b";
}
.fi-sr-sushi-alt:before {
  content: "\f20c";
}
.fi-sr-sushi-roll:before {
  content: "\f20d";
}
.fi-sr-svg:before {
  content: "\f20e";
}
.fi-sr-swap:before {
  content: "\f20f";
}
.fi-sr-swatchbook:before {
  content: "\f211";
}
.fi-sr-sweep:before {
  content: "\f212";
}
.fi-sr-swimmer:before {
  content: "\f214";
}
.fi-sr-swimming-pool:before {
  content: "\f215";
}
.fi-sr-swing:before {
  content: "\f216";
}
.fi-sr-swipe-down:before {
  content: "\f217";
}
.fi-sr-swipe-left:before {
  content: "\f218";
}
.fi-sr-swipe-right:before {
  content: "\f219";
}
.fi-sr-swipe-up:before {
  content: "\f21a";
}
.fi-sr-sword:before {
  content: "\f21b";
}
.fi-sr-sword-alt:before {
  content: "\f21c";
}
.fi-sr-symbol:before {
  content: "\f21e";
}
.fi-sr-symbols:before {
  content: "\f21f";
}
.fi-sr-synagogue:before {
  content: "\f220";
}
.fi-sr-syringe:before {
  content: "\f221";
}
.fi-sr-syringe-injection-blood:before {
  content: "\f222";
}
.fi-sr-system-cloud:before {
  content: "\f223";
}
.fi-sr-t:before {
  content: "\f224";
}
.fi-sr-t-rex:before {
  content: "\f226";
}
.fi-sr-t-square:before {
  content: "\f227";
}
.fi-sr-tab-folder:before {
  content: "\f228";
}
.fi-sr-table:before {
  content: "\f229";
}
.fi-sr-table-columns:before {
  content: "\f22a";
}
.fi-sr-table-layout:before {
  content: "\f22b";
}
.fi-sr-table-list:before {
  content: "\f22c";
}
.fi-sr-table-picnic:before {
  content: "\f22d";
}
.fi-sr-table-pivot:before {
  content: "\f22e";
}
.fi-sr-table-rows:before {
  content: "\f22f";
}
.fi-sr-table-tree:before {
  content: "\f230";
}
.fi-sr-tablet:before {
  content: "\f231";
}
.fi-sr-tablet-android:before {
  content: "\f232";
}
.fi-sr-tablet-android-alt:before {
  content: "\f233";
}
.fi-sr-tablet-rugged:before {
  content: "\f234";
}
.fi-sr-tachometer:before {
  content: "\f235";
}
.fi-sr-tachometer-alt-average:before {
  content: "\f236";
}
.fi-sr-tachometer-alt-fastest:before {
  content: "\f237";
}
.fi-sr-tachometer-alt-slow:before {
  content: "\f238";
}
.fi-sr-tachometer-alt-slowest:before {
  content: "\f239";
}
.fi-sr-tachometer-average:before {
  content: "\f23a";
}
.fi-sr-tachometer-fast:before {
  content: "\f23b";
}
.fi-sr-tachometer-fastest:before {
  content: "\f23c";
}
.fi-sr-tachometer-slow:before {
  content: "\f23d";
}
.fi-sr-tachometer-slowest:before {
  content: "\f23e";
}
.fi-sr-taco:before {
  content: "\f23f";
}
.fi-sr-tags:before {
  content: "\f240";
}
.fi-sr-talent:before {
  content: "\f241";
}
.fi-sr-talent-alt:before {
  content: "\f242";
}
.fi-sr-talent-hand:before {
  content: "\f243";
}
.fi-sr-tally:before {
  content: "\f244";
}
.fi-sr-tally-1:before {
  content: "\f245";
}
.fi-sr-tally-2:before {
  content: "\f246";
}
.fi-sr-tally-3:before {
  content: "\f247";
}
.fi-sr-tally-4:before {
  content: "\f248";
}
.fi-sr-tamale:before {
  content: "\f249";
}
.fi-sr-tank-water:before {
  content: "\f24b";
}
.fi-sr-tap:before {
  content: "\f24c";
}
.fi-sr-tape:before {
  content: "\f24d";
}
.fi-sr-target:before {
  content: "\f24e";
}
.fi-sr-target-audience:before {
  content: "\f24f";
}
.fi-sr-task-calendar:before {
  content: "\f250";
}
.fi-sr-task-checklist:before {
  content: "\f251";
}
.fi-sr-tasks:before {
  content: "\f252";
}
.fi-sr-tattoo-machine:before {
  content: "\f253";
}
.fi-sr-tax:before {
  content: "\f254";
}
.fi-sr-tax-alt:before {
  content: "\f255";
}
.fi-sr-taxi:before {
  content: "\f256";
}
.fi-sr-taxi-bus:before {
  content: "\f257";
}
.fi-sr-team:before {
  content: "\f258";
}
.fi-sr-team-check:before {
  content: "\f259";
}
.fi-sr-team-check-alt:before {
  content: "\f25a";
}
.fi-sr-team-collaboration:before {
  content: "\f25b";
}
.fi-sr-teddy-bear:before {
  content: "\f25c";
}
.fi-sr-teeth-open:before {
  content: "\f25d";
}
.fi-sr-telescope:before {
  content: "\f25f";
}
.fi-sr-temperature-down:before {
  content: "\f260";
}
.fi-sr-temperature-frigid:before {
  content: "\f261";
}
.fi-sr-temperature-high:before {
  content: "\f262";
}
.fi-sr-temperature-list:before {
  content: "\f263";
}
.fi-sr-temperature-low:before {
  content: "\f264";
}
.fi-sr-temperature-up:before {
  content: "\f265";
}
.fi-sr-template:before {
  content: "\f266";
}
.fi-sr-template-alt:before {
  content: "\f267";
}
.fi-sr-tenge:before {
  content: "\f269";
}
.fi-sr-tennis:before {
  content: "\f26a";
}
.fi-sr-tent-arrow-down-to-line:before {
  content: "\f26b";
}
.fi-sr-tent-arrow-left-right:before {
  content: "\f26c";
}
.fi-sr-tent-arrow-turn-left:before {
  content: "\f26d";
}
.fi-sr-tent-arrows-down:before {
  content: "\f26e";
}
.fi-sr-tents:before {
  content: "\f26f";
}
.fi-sr-terminal:before {
  content: "\f270";
}
.fi-sr-terms-check:before {
  content: "\f271";
}
.fi-sr-terms-info:before {
  content: "\f273";
}
.fi-sr-terrace:before {
  content: "\f274";
}
.fi-sr-test:before {
  content: "\f275";
}
.fi-sr-test-tube:before {
  content: "\f276";
}
.fi-sr-text:before {
  content: "\f277";
}
.fi-sr-text-box:before {
  content: "\f278";
}
.fi-sr-text-box-dots:before {
  content: "\f279";
}
.fi-sr-text-box-edit:before {
  content: "\f27a";
}
.fi-sr-text-check:before {
  content: "\f27b";
}
.fi-sr-text-height:before {
  content: "\f27c";
}
.fi-sr-text-input-left:before {
  content: "\f27d";
}
.fi-sr-text-shadow:before {
  content: "\f27e";
}
.fi-sr-text-size:before {
  content: "\f27f";
}
.fi-sr-text-slash:before {
  content: "\f280";
}
.fi-sr-text-width:before {
  content: "\f281";
}
.fi-sr-theater-masks:before {
  content: "\f283";
}
.fi-sr-thermometer-alt:before {
  content: "\f284";
}
.fi-sr-thermometer-empty:before {
  content: "\f285";
}
.fi-sr-thermometer-full:before {
  content: "\f286";
}
.fi-sr-thermometer-half:before {
  content: "\f287";
}
.fi-sr-thermometer-quarter:before {
  content: "\f288";
}
.fi-sr-thermometer-three-quarters:before {
  content: "\f289";
}
.fi-sr-theta:before {
  content: "\f28a";
}
.fi-sr-third:before {
  content: "\f28b";
}
.fi-sr-third-award:before {
  content: "\f28c";
}
.fi-sr-third-laurel:before {
  content: "\f28d";
}
.fi-sr-third-medal:before {
  content: "\f28e";
}
.fi-sr-thought-bubble:before {
  content: "\f28f";
}
.fi-sr-three-direction:before {
  content: "\f291";
}
.fi-sr-three-leaf-clover:before {
  content: "\f292";
}
.fi-sr-throat:before {
  content: "\f293";
}
.fi-sr-thumbs-down:before {
  content: "\f294";
}
.fi-sr-thumbs-up:before {
  content: "\f295";
}
.fi-sr-thumbs-up-trust:before {
  content: "\f296";
}
.fi-sr-thumbtack:before {
  content: "\f297";
}
.fi-sr-thumbtack-slash:before {
  content: "\f298";
}
.fi-sr-thunderstorm:before {
  content: "\f299";
}
.fi-sr-thunderstorm-moon:before {
  content: "\f29a";
}
.fi-sr-thunderstorm-risk:before {
  content: "\f29b";
}
.fi-sr-thunderstorm-sun:before {
  content: "\f29c";
}
.fi-sr-thursday:before {
  content: "\f29d";
}
.fi-sr-ticket:before {
  content: "\f29e";
}
.fi-sr-ticket-airline:before {
  content: "\f29f";
}
.fi-sr-ticket-alt:before {
  content: "\f2a0";
}
.fi-sr-tickets:before {
  content: "\f2a1";
}
.fi-sr-tickets-airline:before {
  content: "\f2a2";
}
.fi-sr-tie:before {
  content: "\f2a3";
}
.fi-sr-tiff-file:before {
  content: "\f2a4";
}
.fi-sr-tilde:before {
  content: "\f2a6";
}
.fi-sr-time-add:before {
  content: "\f2a7";
}
.fi-sr-time-check:before {
  content: "\f2a8";
}
.fi-sr-time-delete:before {
  content: "\f2a9";
}
.fi-sr-time-fast:before {
  content: "\f2aa";
}
.fi-sr-time-forward:before {
  content: "\f2ab";
}
.fi-sr-time-forward-sixty:before {
  content: "\f2ac";
}
.fi-sr-time-forward-ten:before {
  content: "\f2ad";
}
.fi-sr-time-forward-thirty:before {
  content: "\f2ae";
}
.fi-sr-time-half-past:before {
  content: "\f2af";
}
.fi-sr-time-management:before {
  content: "\f2b0";
}
.fi-sr-time-money:before {
  content: "\f2b1";
}
.fi-sr-time-oclock:before {
  content: "\f2b2";
}
.fi-sr-time-past:before {
  content: "\f2b3";
}
.fi-sr-time-quarter-past:before {
  content: "\f2b4";
}
.fi-sr-time-quarter-to:before {
  content: "\f2b5";
}
.fi-sr-time-twenty-four:before {
  content: "\f2b6";
}
.fi-sr-time-watch-calendar:before {
  content: "\f2b7";
}
.fi-sr-timeline:before {
  content: "\f2b8";
}
.fi-sr-timeline-arrow:before {
  content: "\f2b9";
}
.fi-sr-timer-clock-call:before {
  content: "\f2ba";
}
.fi-sr-times-hexagon:before {
  content: "\f2bb";
}
.fi-sr-tint-slash:before {
  content: "\f2bc";
}
.fi-sr-tip-button:before {
  content: "\f2bd";
}
.fi-sr-tip-button-hand:before {
  content: "\f2be";
}
.fi-sr-tip-coin:before {
  content: "\f2bf";
}
.fi-sr-tire:before {
  content: "\f2c3";
}
.fi-sr-tire-flat:before {
  content: "\f2c4";
}
.fi-sr-tire-pressure-warning:before {
  content: "\f2c5";
}
.fi-sr-tire-rugged:before {
  content: "\f2c6";
}
.fi-sr-tired:before {
  content: "\f2c7";
}
.fi-sr-to-do:before {
  content: "\f2c8";
}
.fi-sr-to-do-alt:before {
  content: "\f2c9";
}
.fi-sr-together-people:before {
  content: "\f2cc";
}
.fi-sr-toggle-off:before {
  content: "\f2ce";
}
.fi-sr-toggle-on:before {
  content: "\f2cf";
}
.fi-sr-toilet:before {
  content: "\f2d0";
}
.fi-sr-toilet-paper-blank:before {
  content: "\f2d1";
}
.fi-sr-toilet-paper-blank-under:before {
  content: "\f2d2";
}
.fi-sr-toilet-paper-slash:before {
  content: "\f2d3";
}
.fi-sr-toilet-paper-under:before {
  content: "\f2d4";
}
.fi-sr-toilet-paper-under-slash:before {
  content: "\f2d5";
}
.fi-sr-toilet-paper-xmark:before {
  content: "\f2d6";
}
.fi-sr-toilets-portable:before {
  content: "\f2d7";
}
.fi-sr-token:before {
  content: "\f2d8";
}
.fi-sr-tomato:before {
  content: "\f2d9";
}
.fi-sr-tombstone:before {
  content: "\f2da";
}
.fi-sr-tombstone-alt:before {
  content: "\f2db";
}
.fi-sr-tool-box:before {
  content: "\f2dc";
}
.fi-sr-tool-crop:before {
  content: "\f2dd";
}
.fi-sr-tool-marquee:before {
  content: "\f2de";
}
.fi-sr-tools:before {
  content: "\f2df";
}
.fi-sr-tooth:before {
  content: "\f2e0";
}
.fi-sr-toothache:before {
  content: "\f2e1";
}
.fi-sr-toothbrush:before {
  content: "\f2e2";
}
.fi-sr-toothpaste:before {
  content: "\f2e3";
}
.fi-sr-torch:before {
  content: "\f2e4";
}
.fi-sr-torch-inspiration-leader:before {
  content: "\f2e5";
}
.fi-sr-torii-gate:before {
  content: "\f2e6";
}
.fi-sr-tornado:before {
  content: "\f2e7";
}
.fi-sr-total:before {
  content: "\f2e8";
}
.fi-sr-tour-guide-people:before {
  content: "\f2e9";
}
.fi-sr-tour-virtual:before {
  content: "\f2ea";
}
.fi-sr-towel:before {
  content: "\f2eb";
}
.fi-sr-tower-chain:before {
  content: "\f2ed";
}
.fi-sr-tower-control:before {
  content: "\f2ee";
}
.fi-sr-track:before {
  content: "\f2ef";
}
.fi-sr-tractor:before {
  content: "\f2f0";
}
.fi-sr-trademark:before {
  content: "\f2f1";
}
.fi-sr-trading:before {
  content: "\f2f2";
}
.fi-sr-traffic-cone:before {
  content: "\f2f3";
}
.fi-sr-traffic-light:before {
  content: "\f2f4";
}
.fi-sr-traffic-light-go:before {
  content: "\f2f5";
}
.fi-sr-traffic-light-slow:before {
  content: "\f2f6";
}
.fi-sr-traffic-light-stop:before {
  content: "\f2f7";
}
.fi-sr-trailer:before {
  content: "\f2f8";
}
.fi-sr-train:before {
  content: "\f2f9";
}
.fi-sr-train-clock:before {
  content: "\f2fa";
}
.fi-sr-train-journey:before {
  content: "\f2fb";
}
.fi-sr-train-side:before {
  content: "\f2fc";
}
.fi-sr-train-station:before {
  content: "\f2fd";
}
.fi-sr-train-station-building:before {
  content: "\f2fe";
}
.fi-sr-train-subway-tunnel:before {
  content: "\f2ff";
}
.fi-sr-train-track:before {
  content: "\f300";
}
.fi-sr-train-tram:before {
  content: "\f301";
}
.fi-sr-tram:before {
  content: "\f302";
}
.fi-sr-transaction-euro:before {
  content: "\f303";
}
.fi-sr-transaction-globe:before {
  content: "\f304";
}
.fi-sr-transaction-yen:before {
  content: "\f305";
}
.fi-sr-transcript:before {
  content: "\f306";
}
.fi-sr-transcription:before {
  content: "\f307";
}
.fi-sr-transform:before {
  content: "\f308";
}
.fi-sr-transformation-block:before {
  content: "\f309";
}
.fi-sr-transformation-circle:before {
  content: "\f30a";
}
.fi-sr-transformation-design:before {
  content: "\f30b";
}
.fi-sr-transformation-shapes:before {
  content: "\f30c";
}
.fi-sr-transformer-bolt:before {
  content: "\f30d";
}
.fi-sr-transgender:before {
  content: "\f30e";
}
.fi-sr-translate:before {
  content: "\f30f";
}
.fi-sr-translation-app:before {
  content: "\f311";
}
.fi-sr-transparency:before {
  content: "\f312";
}
.fi-sr-transporter:before {
  content: "\f313";
}
.fi-sr-transporter-1:before {
  content: "\f314";
}
.fi-sr-transporter-2:before {
  content: "\f315";
}
.fi-sr-transporter-3:before {
  content: "\f316";
}
.fi-sr-transporter-4:before {
  content: "\f317";
}
.fi-sr-transporter-5:before {
  content: "\f318";
}
.fi-sr-transporter-6:before {
  content: "\f319";
}
.fi-sr-transporter-7:before {
  content: "\f31a";
}
.fi-sr-transporter-empty:before {
  content: "\f31b";
}
.fi-sr-trash:before {
  content: "\f31c";
}
.fi-sr-trash-bag:before {
  content: "\f31d";
}
.fi-sr-trash-can-check:before {
  content: "\f31e";
}
.fi-sr-trash-can-clock:before {
  content: "\f31f";
}
.fi-sr-trash-can-list:before {
  content: "\f320";
}
.fi-sr-trash-can-plus:before {
  content: "\f321";
}
.fi-sr-trash-can-slash:before {
  content: "\f322";
}
.fi-sr-trash-check:before {
  content: "\f323";
}
.fi-sr-trash-clock:before {
  content: "\f324";
}
.fi-sr-trash-empty:before {
  content: "\f325";
}
.fi-sr-trash-list:before {
  content: "\f326";
}
.fi-sr-trash-plus:before {
  content: "\f327";
}
.fi-sr-trash-restore:before {
  content: "\f328";
}
.fi-sr-trash-restore-alt:before {
  content: "\f329";
}
.fi-sr-trash-slash:before {
  content: "\f32a";
}
.fi-sr-trash-undo:before {
  content: "\f32b";
}
.fi-sr-trash-undo-alt:before {
  content: "\f32c";
}
.fi-sr-trash-xmark:before {
  content: "\f32d";
}
.fi-sr-trauma:before {
  content: "\f32e";
}
.fi-sr-traveler-camera:before {
  content: "\f330";
}
.fi-sr-treadmill:before {
  content: "\f331";
}
.fi-sr-treasure-chest:before {
  content: "\f332";
}
.fi-sr-treatment:before {
  content: "\f333";
}
.fi-sr-tree:before {
  content: "\f334";
}
.fi-sr-tree-alt:before {
  content: "\f335";
}
.fi-sr-tree-christmas:before {
  content: "\f336";
}
.fi-sr-tree-deciduous:before {
  content: "\f337";
}
.fi-sr-trees:before {
  content: "\f339";
}
.fi-sr-trees-alt:before {
  content: "\f33a";
}
.fi-sr-triangle:before {
  content: "\f33c";
}
.fi-sr-triangle-arrow-bolt:before {
  content: "\f33d";
}
.fi-sr-triangle-music:before {
  content: "\f33e";
}
.fi-sr-triangle-person-digging:before {
  content: "\f33f";
}
.fi-sr-triangle-warning:before {
  content: "\f340";
}
.fi-sr-tricycle:before {
  content: "\f341";
}
.fi-sr-trillium:before {
  content: "\f342";
}
.fi-sr-trombone:before {
  content: "\f345";
}
.fi-sr-troph-cap:before {
  content: "\f346";
}
.fi-sr-trophy:before {
  content: "\f347";
}
.fi-sr-trophy-achievement-skill:before {
  content: "\f348";
}
.fi-sr-trophy-star:before {
  content: "\f349";
}
.fi-sr-truck-arrow-left:before {
  content: "\f34a";
}
.fi-sr-truck-arrow-right:before {
  content: "\f34b";
}
.fi-sr-truck-bolt:before {
  content: "\f34c";
}
.fi-sr-truck-box:before {
  content: "\f34d";
}
.fi-sr-truck-check:before {
  content: "\f34e";
}
.fi-sr-truck-container:before {
  content: "\f350";
}
.fi-sr-truck-container-empty:before {
  content: "\f351";
}
.fi-sr-truck-couch:before {
  content: "\f352";
}
.fi-sr-truck-droplet:before {
  content: "\f353";
}
.fi-sr-truck-fire:before {
  content: "\f354";
}
.fi-sr-truck-flatbed:before {
  content: "\f355";
}
.fi-sr-truck-front:before {
  content: "\f356";
}
.fi-sr-truck-ladder:before {
  content: "\f357";
}
.fi-sr-truck-loading:before {
  content: "\f358";
}
.fi-sr-truck-medical:before {
  content: "\f359";
}
.fi-sr-truck-monster:before {
  content: "\f35a";
}
.fi-sr-truck-moving:before {
  content: "\f35b";
}
.fi-sr-truck-pickup:before {
  content: "\f35c";
}
.fi-sr-truck-plow:before {
  content: "\f35d";
}
.fi-sr-truck-ramp:before {
  content: "\f35e";
}
.fi-sr-truck-side:before {
  content: "\f35f";
}
.fi-sr-truck-tow:before {
  content: "\f360";
}
.fi-sr-truck-utensils:before {
  content: "\f361";
}
.fi-sr-trumpet:before {
  content: "\f363";
}
.fi-sr-trust:before {
  content: "\f364";
}
.fi-sr-trust-alt:before {
  content: "\f365";
}
.fi-sr-tshirt:before {
  content: "\f366";
}
.fi-sr-tty:before {
  content: "\f367";
}
.fi-sr-tty-answer:before {
  content: "\f368";
}
.fi-sr-tubes:before {
  content: "\f369";
}
.fi-sr-tuesday:before {
  content: "\f36b";
}
.fi-sr-tugrik-sign:before {
  content: "\f36c";
}
.fi-sr-turkey:before {
  content: "\f36e";
}
.fi-sr-turn-left:before {
  content: "\f36f";
}
.fi-sr-turn-left-down:before {
  content: "\f370";
}
.fi-sr-turn-right:before {
  content: "\f371";
}
.fi-sr-turntable:before {
  content: "\f372";
}
.fi-sr-turtle:before {
  content: "\f373";
}
.fi-sr-tv-music:before {
  content: "\f374";
}
.fi-sr-tv-retro:before {
  content: "\f375";
}
.fi-sr-two-nails:before {
  content: "\f37b";
}
.fi-sr-two-paperclip:before {
  content: "\f37c";
}
.fi-sr-two-swords:before {
  content: "\f37d";
}
.fi-sr-typewriter:before {
  content: "\f37f";
}
.fi-sr-u:before {
  content: "\f380";
}
.fi-sr-ufo:before {
  content: "\f383";
}
.fi-sr-ufo-beam:before {
  content: "\f384";
}
.fi-sr-ui-ux:before {
  content: "\f385";
}
.fi-sr-uk-country-code:before {
  content: "\f386";
}
.fi-sr-umbrella:before {
  content: "\f387";
}
.fi-sr-umbrella-beach:before {
  content: "\f388";
}
.fi-sr-under-construction:before {
  content: "\f389";
}
.fi-sr-underline:before {
  content: "\f38a";
}
.fi-sr-undo:before {
  content: "\f38b";
}
.fi-sr-undo-alt:before {
  content: "\f38c";
}
.fi-sr-unicorn:before {
  content: "\f38d";
}
.fi-sr-uniform-martial-arts:before {
  content: "\f38e";
}
.fi-sr-united-kingdom:before {
  content: "\f390";
}
.fi-sr-universal-access:before {
  content: "\f392";
}
.fi-sr-unlock:before {
  content: "\f393";
}
.fi-sr-up:before {
  content: "\f395";
}
.fi-sr-up-from-bracket:before {
  content: "\f396";
}
.fi-sr-up-left:before {
  content: "\f397";
}
.fi-sr-up-right:before {
  content: "\f398";
}
.fi-sr-up-right-from-square:before {
  content: "\f399";
}
.fi-sr-upload:before {
  content: "\f39a";
}
.fi-sr-urban-planning:before {
  content: "\f39d";
}
.fi-sr-url:before {
  content: "\f39e";
}
.fi-sr-urology:before {
  content: "\f39f";
}
.fi-sr-usa-map:before {
  content: "\f3a0";
}
.fi-sr-usa-map-pin:before {
  content: "\f3a1";
}
.fi-sr-usb-pendrive:before {
  content: "\f3a3";
}
.fi-sr-usb-scan:before {
  content: "\f3a4";
}
.fi-sr-usb-wifi:before {
  content: "\f3a5";
}
.fi-sr-usd-circle:before {
  content: "\f3a6";
}
.fi-sr-usd-square:before {
  content: "\f3a7";
}
.fi-sr-user:before {
  content: "\f3a9";
}
.fi-sr-user-add:before {
  content: "\f3aa";
}
.fi-sr-user-alien:before {
  content: "\f3ab";
}
.fi-sr-user-astronaut:before {
  content: "\f3ac";
}
.fi-sr-user-bag:before {
  content: "\f3ad";
}
.fi-sr-user-basket:before {
  content: "\f3ae";
}
.fi-sr-user-beard:before {
  content: "\f3af";
}
.fi-sr-user-check:before {
  content: "\f3b0";
}
.fi-sr-user-chef:before {
  content: "\f3b1";
}
.fi-sr-user-circle-down:before {
  content: "\f3b2";
}
.fi-sr-user-circle-left:before {
  content: "\f3b3";
}
.fi-sr-user-circle-right:before {
  content: "\f3b4";
}
.fi-sr-user-circle-up:before {
  content: "\f3b5";
}
.fi-sr-user-coach:before {
  content: "\f3b6";
}
.fi-sr-user-cowboy:before {
  content: "\f3b7";
}
.fi-sr-user-crown:before {
  content: "\f3b8";
}
.fi-sr-user-dj:before {
  content: "\f3ba";
}
.fi-sr-user-doctor-hair:before {
  content: "\f3bb";
}
.fi-sr-user-doctor-hair-long:before {
  content: "\f3bc";
}
.fi-sr-user-down:before {
  content: "\f3bd";
}
.fi-sr-user-eating:before {
  content: "\f3be";
}
.fi-sr-user-experience:before {
  content: "\f3bf";
}
.fi-sr-user-fast-running:before {
  content: "\f3c0";
}
.fi-sr-user-forbidden:before {
  content: "\f3c1";
}
.fi-sr-user-forbidden-alt:before {
  content: "\f3c2";
}
.fi-sr-user-gear:before {
  content: "\f3c3";
}
.fi-sr-user-graduate:before {
  content: "\f3c4";
}
.fi-sr-user-group-crown:before {
  content: "\f3c5";
}
.fi-sr-user-hair-buns:before {
  content: "\f3c6";
}
.fi-sr-user-hair-mullet:before {
  content: "\f3c7";
}
.fi-sr-user-hard-work:before {
  content: "\f3c8";
}
.fi-sr-user-headset:before {
  content: "\f3c9";
}
.fi-sr-user-helmet-safety:before {
  content: "\f3ca";
}
.fi-sr-user-hoodie:before {
  content: "\f3cb";
}
.fi-sr-user-india:before {
  content: "\f3cc";
}
.fi-sr-user-injured:before {
  content: "\f3cd";
}
.fi-sr-user-interface-ui:before {
  content: "\f3ce";
}
.fi-sr-user-key:before {
  content: "\f3cf";
}
.fi-sr-user-language:before {
  content: "\f3d0";
}
.fi-sr-user-left:before {
  content: "\f3d1";
}
.fi-sr-user-link:before {
  content: "\f3d2";
}
.fi-sr-user-lock:before {
  content: "\f3d3";
}
.fi-sr-user-logout:before {
  content: "\f3d4";
}
.fi-sr-user-mask:before {
  content: "\f3d5";
}
.fi-sr-user-md:before {
  content: "\f3d6";
}
.fi-sr-user-md-chat:before {
  content: "\f3d7";
}
.fi-sr-user-minus:before {
  content: "\f3d8";
}
.fi-sr-user-moustache:before {
  content: "\f3d9";
}
.fi-sr-user-music:before {
  content: "\f3da";
}
.fi-sr-user-ninja:before {
  content: "\f3db";
}
.fi-sr-user-nurse:before {
  content: "\f3dc";
}
.fi-sr-user-nurse-hair:before {
  content: "\f3dd";
}
.fi-sr-user-nurse-hair-long:before {
  content: "\f3de";
}
.fi-sr-user-pen:before {
  content: "\f3e0";
}
.fi-sr-user-pen-head:before {
  content: "\f3e1";
}
.fi-sr-user-permissions:before {
  content: "\f3e2";
}
.fi-sr-user-pilot:before {
  content: "\f3e3";
}
.fi-sr-user-pilot-tie:before {
  content: "\f3e4";
}
.fi-sr-user-pizza-delivery:before {
  content: "\f3e5";
}
.fi-sr-user-plumber:before {
  content: "\f3e6";
}
.fi-sr-user-police:before {
  content: "\f3e7";
}
.fi-sr-user-question:before {
  content: "\f3e8";
}
.fi-sr-user-right:before {
  content: "\f3e9";
}
.fi-sr-user-roadmap:before {
  content: "\f3ea";
}
.fi-sr-user-robot:before {
  content: "\f3eb";
}
.fi-sr-user-robot-xmarks:before {
  content: "\f3ec";
}
.fi-sr-user-salary:before {
  content: "\f3ed";
}
.fi-sr-user-shakespeare:before {
  content: "\f3ee";
}
.fi-sr-user-shield:before {
  content: "\f3ef";
}
.fi-sr-user-sitting-toilet:before {
  content: "\f3f0";
}
.fi-sr-user-skill-gear:before {
  content: "\f3f2";
}
.fi-sr-user-slash:before {
  content: "\f3f3";
}
.fi-sr-user-speaking:before {
  content: "\f3f4";
}
.fi-sr-user-stress:before {
  content: "\f3f5";
}
.fi-sr-user-suitcase:before {
  content: "\f3f6";
}
.fi-sr-user-tag:before {
  content: "\f3f7";
}
.fi-sr-user-tie-hair:before {
  content: "\f3f8";
}
.fi-sr-user-tie-hair-long:before {
  content: "\f3f9";
}
.fi-sr-user-time:before {
  content: "\f3fa";
}
.fi-sr-user-trust:before {
  content: "\f3fb";
}
.fi-sr-user-unlock:before {
  content: "\f3fc";
}
.fi-sr-user-up:before {
  content: "\f3fd";
}
.fi-sr-user-visor:before {
  content: "\f3fe";
}
.fi-sr-user-vneck-hair:before {
  content: "\f3ff";
}
.fi-sr-user-vneck-hair-long:before {
  content: "\f400";
}
.fi-sr-user-volunteer:before {
  content: "\f401";
}
.fi-sr-user-writer:before {
  content: "\f402";
}
.fi-sr-user-xmark:before {
  content: "\f403";
}
.fi-sr-users:before {
  content: "\f404";
}
.fi-sr-users-alt:before {
  content: "\f405";
}
.fi-sr-users-class:before {
  content: "\f406";
}
.fi-sr-users-gear:before {
  content: "\f409";
}
.fi-sr-users-loyalty:before {
  content: "\f40a";
}
.fi-sr-users-medical:before {
  content: "\f40b";
}
.fi-sr-users-slash:before {
  content: "\f40c";
}
.fi-sr-users-speaking:before {
  content: "\f40d";
}
.fi-sr-utensils:before {
  content: "\f40e";
}
.fi-sr-utensils-slash:before {
  content: "\f40f";
}
.fi-sr-utility-pole:before {
  content: "\f410";
}
.fi-sr-utility-pole-double:before {
  content: "\f411";
}
.fi-sr-ux:before {
  content: "\f413";
}
.fi-sr-ux-browser:before {
  content: "\f414";
}
.fi-sr-v:before {
  content: "\f415";
}
.fi-sr-vacuum:before {
  content: "\f417";
}
.fi-sr-vacuum-cleaner:before {
  content: "\f418";
}
.fi-sr-vacuum-robot:before {
  content: "\f419";
}
.fi-sr-value-absolute:before {
  content: "\f41a";
}
.fi-sr-van-fast:before {
  content: "\f41b";
}
.fi-sr-van-front:before {
  content: "\f41c";
}
.fi-sr-vault:before {
  content: "\f41d";
}
.fi-sr-vector:before {
  content: "\f41e";
}
.fi-sr-vector-alt:before {
  content: "\f41f";
}
.fi-sr-vector-circle:before {
  content: "\f420";
}
.fi-sr-vector-polygon:before {
  content: "\f421";
}
.fi-sr-vegan:before {
  content: "\f422";
}
.fi-sr-venus:before {
  content: "\f423";
}
.fi-sr-venus-double:before {
  content: "\f424";
}
.fi-sr-venus-mars:before {
  content: "\f425";
}
.fi-sr-vest:before {
  content: "\f427";
}
.fi-sr-vest-patches:before {
  content: "\f428";
}
.fi-sr-video-arrow-down-left:before {
  content: "\f429";
}
.fi-sr-video-arrow-up-right:before {
  content: "\f42a";
}
.fi-sr-video-camera:before {
  content: "\f42b";
}
.fi-sr-video-camera-alt:before {
  content: "\f42c";
}
.fi-sr-video-duration:before {
  content: "\f42d";
}
.fi-sr-video-folder:before {
  content: "\f42e";
}
.fi-sr-video-plus:before {
  content: "\f430";
}
.fi-sr-video-recording:before {
  content: "\f431";
}
.fi-sr-video-slash:before {
  content: "\f432";
}
.fi-sr-videoconference:before {
  content: "\f433";
}
.fi-sr-vihara:before {
  content: "\f435";
}
.fi-sr-violin:before {
  content: "\f437";
}
.fi-sr-virtual-assistant:before {
  content: "\f438";
}
.fi-sr-virus:before {
  content: "\f439";
}
.fi-sr-virus-scan:before {
  content: "\f43a";
}
.fi-sr-virus-slash:before {
  content: "\f43b";
}
.fi-sr-viruses:before {
  content: "\f43c";
}
.fi-sr-vision:before {
  content: "\f43e";
}
.fi-sr-vision-sense:before {
  content: "\f43f";
}
.fi-sr-vision-target:before {
  content: "\f440";
}
.fi-sr-visit:before {
  content: "\f441";
}
.fi-sr-voice-command:before {
  content: "\f444";
}
.fi-sr-voice-note:before {
  content: "\f445";
}
.fi-sr-voicemail:before {
  content: "\f446";
}
.fi-sr-volcano:before {
  content: "\f447";
}
.fi-sr-volleyball:before {
  content: "\f448";
}
.fi-sr-volleyball-player:before {
  content: "\f449";
}
.fi-sr-volume:before {
  content: "\f44a";
}
.fi-sr-volume-control:before {
  content: "\f44b";
}
.fi-sr-volume-down:before {
  content: "\f44c";
}
.fi-sr-volume-mute:before {
  content: "\f44d";
}
.fi-sr-volume-off:before {
  content: "\f44e";
}
.fi-sr-volume-slash:before {
  content: "\f44f";
}
.fi-sr-volunteer-vest:before {
  content: "\f450";
}
.fi-sr-vote-nay:before {
  content: "\f451";
}
.fi-sr-vote-yea:before {
  content: "\f452";
}
.fi-sr-vpn:before {
  content: "\f453";
}
.fi-sr-vpn-globe:before {
  content: "\f454";
}
.fi-sr-vpn-laptop:before {
  content: "\f455";
}
.fi-sr-vpn-network:before {
  content: "\f456";
}
.fi-sr-vpn-shield:before {
  content: "\f457";
}
.fi-sr-vr-cardboard:before {
  content: "\f458";
}
.fi-sr-w:before {
  content: "\f459";
}
.fi-sr-waffle:before {
  content: "\f45a";
}
.fi-sr-wagon-covered:before {
  content: "\f45b";
}
.fi-sr-walker:before {
  content: "\f45c";
}
.fi-sr-walkie-talkie:before {
  content: "\f45d";
}
.fi-sr-walking:before {
  content: "\f45e";
}
.fi-sr-wallet:before {
  content: "\f45f";
}
.fi-sr-wallet-arrow:before {
  content: "\f460";
}
.fi-sr-wallet-buyer:before {
  content: "\f461";
}
.fi-sr-wallet-change:before {
  content: "\f462";
}
.fi-sr-wallet-income:before {
  content: "\f463";
}
.fi-sr-wallet-money:before {
  content: "\f464";
}
.fi-sr-wallet-nft:before {
  content: "\f465";
}
.fi-sr-warehouse-alt:before {
  content: "\f468";
}
.fi-sr-washer:before {
  content: "\f46a";
}
.fi-sr-washing-dishes:before {
  content: "\f46b";
}
.fi-sr-waste:before {
  content: "\f46c";
}
.fi-sr-waste-pollution:before {
  content: "\f46d";
}
.fi-sr-watch:before {
  content: "\f46e";
}
.fi-sr-watch-calculator:before {
  content: "\f46f";
}
.fi-sr-watch-fitness:before {
  content: "\f470";
}
.fi-sr-watch-smart:before {
  content: "\f471";
}
.fi-sr-water:before {
  content: "\f472";
}
.fi-sr-water-bottle:before {
  content: "\f473";
}
.fi-sr-water-drop:before {
  content: "\f474";
}
.fi-sr-water-ladder:before {
  content: "\f476";
}
.fi-sr-water-lower:before {
  content: "\f477";
}
.fi-sr-water-rise:before {
  content: "\f478";
}
.fi-sr-water-ski:before {
  content: "\f479";
}
.fi-sr-watering-can-drop:before {
  content: "\f47a";
}
.fi-sr-watering-can-plant:before {
  content: "\f47b";
}
.fi-sr-watermelon:before {
  content: "\f47c";
}
.fi-sr-waterpolo:before {
  content: "\f47f";
}
.fi-sr-waterpolo-goal:before {
  content: "\f480";
}
.fi-sr-waterpolo-hand:before {
  content: "\f481";
}
.fi-sr-waterpolo-player:before {
  content: "\f482";
}
.fi-sr-wave:before {
  content: "\f483";
}
.fi-sr-wave-sine:before {
  content: "\f484";
}
.fi-sr-wave-square:before {
  content: "\f485";
}
.fi-sr-wave-triangle:before {
  content: "\f486";
}
.fi-sr-waveform:before {
  content: "\f487";
}
.fi-sr-waveform-path:before {
  content: "\f489";
}
.fi-sr-web-browser-bomb:before {
  content: "\f48c";
}
.fi-sr-web-design:before {
  content: "\f48d";
}
.fi-sr-web-test:before {
  content: "\f490";
}
.fi-sr-webcam:before {
  content: "\f491";
}
.fi-sr-webcam-slash:before {
  content: "\f492";
}
.fi-sr-webhook:before {
  content: "\f493";
}
.fi-sr-webinar:before {
  content: "\f494";
}
.fi-sr-webinar-play:before {
  content: "\f495";
}
.fi-sr-website-design:before {
  content: "\f496";
}
.fi-sr-website-layout:before {
  content: "\f497";
}
.fi-sr-website-speed:before {
  content: "\f498";
}
.fi-sr-website-structure:before {
  content: "\f499";
}
.fi-sr-wednesday:before {
  content: "\f49a";
}
.fi-sr-weight-gain:before {
  content: "\f49b";
}
.fi-sr-weight-loss:before {
  content: "\f49c";
}
.fi-sr-welding:before {
  content: "\f49d";
}
.fi-sr-wellbeing:before {
  content: "\f49e";
}
.fi-sr-whale:before {
  content: "\f4a0";
}
.fi-sr-wheat:before {
  content: "\f4a2";
}
.fi-sr-wheat-awn:before {
  content: "\f4a3";
}
.fi-sr-wheat-awn-circle-exclamation:before {
  content: "\f4a4";
}
.fi-sr-wheat-awn-slash:before {
  content: "\f4a5";
}
.fi-sr-wheat-slash:before {
  content: "\f4a6";
}
.fi-sr-wheelchair:before {
  content: "\f4a7";
}
.fi-sr-wheelchair-move:before {
  content: "\f4a8";
}
.fi-sr-wheelchair-sleeping:before {
  content: "\f4a9";
}
.fi-sr-whistle:before {
  content: "\f4aa";
}
.fi-sr-white-space:before {
  content: "\f4ab";
}
.fi-sr-wifi:before {
  content: "\f4ac";
}
.fi-sr-wifi-1:before {
  content: "\f4ad";
}
.fi-sr-wifi-2:before {
  content: "\f4ae";
}
.fi-sr-wifi-alt:before {
  content: "\f4af";
}
.fi-sr-wifi-exclamation:before {
  content: "\f4b0";
}
.fi-sr-wifi-lock:before {
  content: "\f4b1";
}
.fi-sr-wifi-password:before {
  content: "\f4b2";
}
.fi-sr-wifi-slash:before {
  content: "\f4b3";
}
.fi-sr-wifi-xmark:before {
  content: "\f4b4";
}
.fi-sr-wildfire:before {
  content: "\f4b6";
}
.fi-sr-wind:before {
  content: "\f4b7";
}
.fi-sr-wind-turbine:before {
  content: "\f4b8";
}
.fi-sr-wind-warning:before {
  content: "\f4b9";
}
.fi-sr-window-alt:before {
  content: "\f4bb";
}
.fi-sr-window-frame:before {
  content: "\f4bc";
}
.fi-sr-window-frame-open:before {
  content: "\f4bd";
}
.fi-sr-window-maximize:before {
  content: "\f4be";
}
.fi-sr-window-minimize:before {
  content: "\f4bf";
}
.fi-sr-window-restore:before {
  content: "\f4c0";
}
.fi-sr-windsock:before {
  content: "\f4c2";
}
.fi-sr-windsurf:before {
  content: "\f4c3";
}
.fi-sr-wine-bottle:before {
  content: "\f4c4";
}
.fi-sr-wine-glass-crack:before {
  content: "\f4c5";
}
.fi-sr-wine-glass-empty:before {
  content: "\f4c6";
}
.fi-sr-wings-box:before {
  content: "\f4c7";
}
.fi-sr-wisdom:before {
  content: "\f4c9";
}
.fi-sr-wishlist-heart:before {
  content: "\f4ca";
}
.fi-sr-wishlist-star:before {
  content: "\f4cb";
}
.fi-sr-witness:before {
  content: "\f4cc";
}
.fi-sr-woman-head:before {
  content: "\f4ce";
}
.fi-sr-woman-scientist:before {
  content: "\f4cf";
}
.fi-sr-women-swimsuit:before {
  content: "\f4d0";
}
.fi-sr-won-sign:before {
  content: "\f4d1";
}
.fi-sr-workflow:before {
  content: "\f4d4";
}
.fi-sr-workflow-alt:before {
  content: "\f4d5";
}
.fi-sr-workflow-setting:before {
  content: "\f4d6";
}
.fi-sr-workflow-setting-alt:before {
  content: "\f4d7";
}
.fi-sr-workshop:before {
  content: "\f4d9";
}
.fi-sr-workwear:before {
  content: "\f4da";
}
.fi-sr-world:before {
  content: "\f4db";
}
.fi-sr-world-megaphone:before {
  content: "\f4dc";
}
.fi-sr-worm:before {
  content: "\f4de";
}
.fi-sr-wrap:before {
  content: "\f4df";
}
.fi-sr-wreath:before {
  content: "\f4e0";
}
.fi-sr-wrench-alt:before {
  content: "\f4e1";
}
.fi-sr-wrench-simple:before {
  content: "\f4e2";
}
.fi-sr-x:before {
  content: "\f4e6";
}
.fi-sr-x-ray:before {
  content: "\f4e7";
}
.fi-sr-y:before {
  content: "\f4ea";
}
.fi-sr-y2k:before {
  content: "\f4eb";
}
.fi-sr-yen:before {
  content: "\f4ef";
}
.fi-sr-yin-yang:before {
  content: "\f4f0";
}
.fi-sr-yoga-ball:before {
  content: "\f4f3";
}
.fi-sr-yoga-ball-exercise:before {
  content: "\f4f4";
}
.fi-sr-yoga-ball-mat:before {
  content: "\f4f5";
}
.fi-sr-yoga-mat:before {
  content: "\f4f6";
}
.fi-sr-yoga-moon:before {
  content: "\f4f7";
}
.fi-sr-yoga-posture:before {
  content: "\f4f8";
}
.fi-sr-z:before {
  content: "\f4fa";
}
.fi-sr-zero-percent:before {
  content: "\f4fb";
}
.fi-sr-zip-file:before {
  content: "\f4fc";
}
.fi-sr-zoom-in:before {
  content: "\f4fe";
}
.fi-sr-zoom-out:before {
  content: "\f4ff";
}
.pac-container {
  z-index: 100001 !important;
}
.required-star:after {
  content: " *";
  color: red;
}
.swal2-container {
  z-index: 10009;
}
.swal-button {
  min-width: 100px;
}
.font-weight-bold {
  font-weight: bold;
}
.divider-col {
  border-left: 1px solid #ddd;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .divider-col {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 15px;
  }
}
[data-theme-version=dark] .custom-disabled[disabled] {
  background-color: #1e1e1e;
  border-color: #cccccc;
  opacity: 0.4;
}
[data-theme-version=light] .custom-disabled[disabled] {
  background-color: #e2e8f0;
}
[data-theme-version=light] .tab-container {
  background-color: white;
}
[data-theme-version=dark] .tab-container {
  background-color: #1e1e1e;
}
[data-theme-version=light] .sidebar {
  background-color: white;
}
[data-theme-version=dark] .sidebar {
  background-color: #1e1e1e;
}
[data-theme-version=dark] .fullscreen-mode {
  background-color: #1e1e1e !important;
}
[data-theme-version=light] .fullscreen-mode {
  background-color: white !important;
}
.text-limit-full {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-limit-half {
  overflow: hidden;
  width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.badge-orange {
  background-color: #ff5800 !important;
  color: #fff;
}
.badge-blue {
  background-color: #2c81ff !important;
  color: #fff;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.bg-darked {
  background-color: #212529 !important;
}
.no-focus {
  border: 1px solid #ccc;
  outline: none;
}
.no-focus:focus {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
}
.table-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-60 {
  width: 60% !important;
}
@keyframes emergency-flash {
  0% {
    background-color: #2e81ff;
  }
  33% {
    background-color: #F75A5A;
  }
  66% {
    background-color: #2e81ff;
  }
  100% {
    background-color: #F75A5A;
  }
}
.emergency-light {
  animation: emergency-flash 0.8s infinite;
}
.h-100vh {
  height: 100vh !important;
}
.core-tooltip {
  position: absolute;
  padding: 6px 12px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease;
  max-width: 200px;
  word-wrap: break-word;
}
.core-tooltip.tooltip-show {
  opacity: 0.9;
}
.core-tooltip:after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.core-tooltip.tooltip-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: #333 transparent transparent transparent;
}
.core-tooltip.tooltip-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent #333 transparent;
}
.core-tooltip.tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent #333;
}
.core-tooltip.tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent #333 transparent transparent;
}
.two-wrap-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: pre-wrap !important;
}
.blinking {
  animation: blinkAnim 1s infinite;
}
@keyframes blinkAnim {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

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

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

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