/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'icons';
  src:  url('../webfonts/icons.eot?k2isih');
  src:  url('../webfonts/icons.eot?k2isih#iefix') format('embedded-opentype'),
    url('../webfonts/icons.ttf?k2isih') format('truetype'),
    url('../webfonts/icons.woff?k2isih') format('woff'),
    url('../webfonts/icons.svg?k2isih#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "icons";
  font-weight: 400;

}

.fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-youtube:before {
  content: "\f167";
}

.info-circle:before {
  content: "\f05a";
}
.exclamation-circle:before {
  content: "\f06a";
}
.warning:before {
  content: "\f071";
}
.lightbulb-o:before {
  content: "\f0eb";
}
.times-rectangle:before {
  content: "\f2d3";
}
.medapps:before {
  content: "\f3c6";
}


.warning:before {
  content: "\f071";
  padding-right: 0.5rem;
}

.danger:before {
  content: "\f06a";
  padding-right: 0.5rem;
}

.info:before {
  content: "\f05a";
  padding-right: 0.5rem;
}

.li-ban:before {
  content: "\e904";
}

.li-info:before {
  content: "\e903";
}

.li-check:before {
  content: "\e900";
}

.li-chevron:before {
  content: "\e902";
}

.li-warning:before {
  content: "\f071";
}


