/* Iconos */
@import "https://www.nerdfonts.com/assets/css/webfont.css";
@import "fonts.css";
@import "icons.css";

:root {
  --main-color: #011e6a;
  --secondary-color: #a7a7a7;
  --third-color: #7cd3ff;
  --fourth-color: #eef7ff;
  --fifth-color: #00857a;
  --white-color: #ffff;
  --gray-color: #5b5b5b;
  --azul-color: #2A6EFF;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #071d49;
  background-color: transparent;
}

a:hover {
  color: #1d4370;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  /*font-weight: bolder;*/
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

@font-face {
  font-family: "Inter-Medium";
  src: url("/fonts/Inter-Medium.woff2") format("woff2"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("/fonts/Inter-Regular.woff2") format("woff2"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("/fonts/Inter-Bold.woff2") format("woff2"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.titulos {
  font-family: "HolcimBold";
}

:root {
  --header-height: 3rem;
  --nav-width: 60px;
  --first-color: #ffffff;
  --first-color-light: #1d4370;
  --white-color: #ffffff;
  --normal-font-size: 1.02rem;
  --body-font: "HolcimRegular";
  --z-fixed: 999;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  /* margin: 7rem 0 0 0;*/
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: #fff;
  /*background-image: url(/img/fondo-lp.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;*/
}

a {
  text-decoration: none;
}

a:hover {
  color: #1d4370;
}

hr {
  background-color: #1d4370;
  height: 3px !important;
}

.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: 99;
  transition: 0.5s;
}

.header_toggle {
  color: var(--main-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.l-navbar {
  position: absolute;
  top: 0;
  height: 100vh;
  left: -30%;
  width: 0px;
  background-color: var(--first-color);
  /*padding: 0rem 0.5rem 0 0;*/
  padding: 0;
  z-index: var(--z-fixed);
}

.nav {
  height: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.35em 0 0.35em 1.15rem;
}

.tooltip-inner {
  font-family: "HolcimRegular";
  font-size: 0.95em;
  background-color: #1d4370;
  border-radius: 0px;
  margin-left: 9px;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: transparent;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: #404040;
  margin-bottom: 0.05rem;
  transition: 0.3s;
  background-color: transparent;
}

/*
a.nav_link:hover {
  background-color: rgba(0, 0, 0, .5);
}*/

a.nav_link:hover {
  color: #91bf29;
}

a.nav_link:hover .iconoblanco:before {
  color: #91bf29;
}

.nav_icon {
  font-size: 1.25rem;
}

.show {
  left: 0;
}

.menuvertical .active {
  color: white !important;
  background-color: var(--main-color);
}

.menuvertical .active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
}

.height-100 {
  height: 100vh;
}

#nav-bar.show {
  width: calc(var(--nav-width) + 196px);
}

.contenedorMenuSidebar {
  /*position:fixed; */
  top: 0px;
  z-index: 99;
  left: -60px;
}

.iconoMenu:before {
  color: var(--main-color);
  font-size: 1.75em;
}

.active .iconoMenu:before {
  color: white;
  font-size: 1.75em;
}
.sidebarText {
  font-family: var(--font-4);
  font-size: 13pt;
  color: var(--main-color);
}

.active .sidebarText {
  color: white !important;
}
.sidebarText i {
  font-family: var(--font-4);
  font-size: 16px;
  color: var(--white-color);
}

.siderBarResponsive {
  left: 0px !important;
}

body {
  padding-left: 0px;
  /* margin: calc(var(--header-height) + 3rem) 0 0 0; padding-left: calc(var(--nav-width) + 0rem)*/
}

@media screen and (min-width: 768px) {
  body {
    padding-left: 60px;
    /* margin: calc(var(--header-height) + 3rem) 0 0 0; padding-left: calc(var(--nav-width) + 0rem)*/
  }

  .contenedorMenuSidebar {
    left: 0px;
  }

  .header {
    padding: 0 2rem 0 0rem;
    min-height: 66px;
  }

  .l-navbar {
    left: 0;
    padding: 0;
    width: var(--nav-width);
    /*width: 0px;*/
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 196px);
  }
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e901";
  color: #0093c8;
}

.icon-certificaciones:before {
  content: "\e902";
  color: #0093c8;
}

.icon-cursos:before {
  content: "\e903";
  color: #0093c8;
}

.icon-eventos:before {
  content: "\e904";
  color: #0093c8;
}

.icon-inicio:before {
  content: "\e905";
  color: #0093c8;
}

.icon-maestros:before {
  content: "\e906";
  color: #0093c8;
}

.icon-recursos:before {
  content: "\e907";
  color: #0093c8;
}

.icon-rutas:before {
  content: "\e908";
  color: #0093c8;
}

.icon-soporte:before {
  content: "\e909";
  color: #0093c8;
}

.icon-home:before {
  content: "\e90a";
}

.icon-home2:before {
  content: "\e90b";
}

.icon-home3:before {
  content: "\e90c";
}

.icon-pencil:before {
  content: "\e90d";
}

.icon-image:before {
  content: "\e90e";
}

.icon-images:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-linkedin2:before {
  content: "\eaca";
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconos" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-barrier:before {
  content: "\e915";
}

.icon-bloch-sphere:before {
  content: "\e916";
}

.icon-ccX:before {
  content: "\e917";
}

.icon-circuit-composer:before {
  content: "\e918";
}

.icon-composer-edit:before {
  content: "\e919";
}

.icon-cU1:before {
  content: "\e91a";
}

.icon-cU3:before {
  content: "\e91b";
}

.icon-cY:before {
  content: "\e91c";
}

.icon-cZ:before {
  content: "\e91d";
}

.icon-H:before {
  content: "\e920";
}

.icon-hinton-plot:before {
  content: "\e921";
}

.icon-iD:before {
  content: "\e922";
}

.icon-matrix:before {
  content: "\e923";
}

.icon-operation:before {
  content: "\e924";
}

.icon-operation--gauge:before {
  content: "\e925";
}

.icon-operation--if:before {
  content: "\e926";
}

.icon-S:before {
  content: "\e92c";
}

.icon-S--alt:before {
  content: "\e92d";
}

.icon-T:before {
  content: "\e92e";
}

.icon-T--alt:before {
  content: "\e92f";
}

.icon-U1:before {
  content: "\e930";
}

.icon-U2:before {
  content: "\e931";
}

.icon-U3:before {
  content: "\e932";
}

.icon-X:before {
  content: "\e933";
}

.icon-Y:before {
  content: "\e934";
}

.icon-Z:before {
  content: "\e935";
}

.icon-D-Cursor:before {
  content: "\e936";
}

.icon-D-cursor--alt:before {
  content: "\e937";
}

.icon-D-curve--auto-colon:before {
  content: "\e938";
}

.icon-D-curve--auto-vessels:before {
  content: "\e939";
}

.icon-D-curve--manual:before {
  content: "\e93a";
}

.icon-D-iCa:before {
  content: "\e93b";
}

.icon-D-MPR-Toggle:before {
  content: "\e93c";
}

.icon-D-print-mesh:before {
  content: "\e93d";
}

.icon-D-software:before {
  content: "\e93e";
}

.icon-rd-party-connected:before {
  content: "\e93f";
}

.icon-ai-results:before {
  content: "\e940";
}

.icon-ai-results--high:before {
  content: "\e941";
}

.icon-ai-results--low:before {
  content: "\e945";
}

.icon-ai-results--medium:before {
  content: "\e946";
}

.icon-ai-results--urgent:before {
  content: "\e949";
}

.icon-ai-results--very-high:before {
  content: "\e94c";
}

.icon-ai-status:before {
  content: "\e94d";
}

.icon-ai-status--complete:before {
  content: "\e94e";
}

.icon-ai-status--failed:before {
  content: "\e94f";
}

.icon-ai-status--in-progress:before {
  content: "\e950";
}

.icon-ai-status--queued .path1:before {
  content: "\e951";
  color: rgb(0, 0, 0);
}

.icon-ai-status--queued .path2:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-ai-status--queued .path3:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-ai-status--queued .path4:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-ai-status--queued .path5:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(39, 36, 37);
}

.icon-ai-status--rejected:before {
  content: "\e956";
}

.icon-angle:before {
  content: "\e957";
}

.icon-annotation-visibility:before {
  content: "\e958";
}

.icon-arrow--annotation:before {
  content: "\e959";
}

.icon-auto-scroll:before {
  content: "\e95a";
}

.icon-brush-freehand:before {
  content: "\e95b";
}

.icon-brush-polygon:before {
  content: "\e95c";
}

.icon-cd--archive:before {
  content: "\e95d";
}

.icon-cd--create-archive:before {
  content: "\e95e";
}

.icon-cd--create-exchange:before {
  content: "\e95f";
}

.icon-circle-measurement:before {
  content: "\e960";
}

.icon-cobb-angle:before {
  content: "\e961";
}

.icon-contour--draw .path1:before {
  content: "\e962";
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path2:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path3:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path4:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path5:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path6:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path7:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path8:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--draw .path9:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-contour--draw .path10:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-contour--edit .path1:before {
  content: "\e96d";
  color: rgb(0, 0, 0);
}

.icon-contour--edit .path2:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--edit .path3:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--edit .path4:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-contour--edit .path5:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-contour--edit .path6:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-contour-finding:before {
  content: "\e975";
}

.icon-cross-reference:before {
  content: "\e976";
}

.icon-cut-in-half:before {
  content: "\e977";
}

.icon-denominate:before {
  content: "\e978";
}

.icon-dicom--6000:before {
  content: "\e979";
}

.icon-dicom--overlay:before {
  content: "\e97a";
}

.icon-dna:before {
  content: "\e97b";
}

.icon-download-study:before {
  content: "\e97c";
}

.icon-edge-enhancement:before {
  content: "\e97d";
}

.icon-edge-enhancement--01:before {
  content: "\e97e";
}

.icon-edge-enhancement--02:before {
  content: "\e97f";
}

.icon-edge-enhancement--03:before {
  content: "\e980";
}

.icon-edit-filter:before {
  content: "\e981";
}

.icon-erase--3D:before {
  content: "\e982";
}

.icon-fusion-blender:before {
  content: "\e983";
}

.icon-hanging-protocol:before {
  content: "\e984";
}

.icon-HL7-attributes:before {
  content: "\e985";
}

.icon-hole-filling:before {
  content: "\e986";
}

.icon-hole-filling--cursor:before {
  content: "\e987";
}

.icon-iCA-2D:before {
  content: "\e988";
}

.icon-interactive-segmentation-cursor:before {
  content: "\e989";
}

.icon-launch-study--1:before {
  content: "\e98a";
}

.icon-launch-study--2:before {
  content: "\e98b";
}

.icon-launch-study--3:before {
  content: "\e98c";
}

.icon-magnify:before {
  content: "\e98d";
}

.icon-mammogram:before {
  content: "\e98e";
}

.icon-nominate:before {
  content: "\e98f";
}

.icon-page-scroll:before {
  content: "\e990";
}

.icon-pet-image--B:before {
  content: "\e991";
}

.icon-pet-image--O:before {
  content: "\e992";
}

.icon-pointer-text:before {
  content: "\e993";
}

.icon-QC-launch:before {
  content: "\e996";
}

.icon-region-analysis--area:before {
  content: "\e997";
}

.icon-region-analysis--volume:before {
  content: "\e998";
}

.icon-registration:before {
  content: "\e999";
}

.icon-rotate--180:before {
  content: "\e99a";
}

.icon-rotate--360:before {
  content: "\e99b";
}

.icon-save--annotation:before {
  content: "\e99c";
}

.icon-save--image:before {
  content: "\e99d";
}

.icon-save--series:before {
  content: "\e99e";
}

.icon-scalpel--cursor:before {
  content: "\e99f";
}

.icon-scalpel--lasso:before {
  content: "\e9a0";
}

.icon-scalpel--select:before {
  content: "\e9a1";
}

.icon-smoothing:before {
  content: "\e9a2";
}

.icon-smoothing--cursor:before {
  content: "\e9a3";
}

.icon-spine-label:before {
  content: "\e9a4";
}

.icon-split--discard:before {
  content: "\e9a5";
}

.icon-stacked-move:before {
  content: "\e9a6";
}

.icon-stacked-scrolling--1:before {
  content: "\e9a7";
}

.icon-stacked-scrolling--2:before {
  content: "\e9a8";
}

.icon-status--acknowledge:before {
  content: "\e9a9";
}

.icon-status--change:before {
  content: "\e9aa";
}

.icon-status--partial-fail:before {
  content: "\e9ab";
}

.icon-status--resolved:before {
  content: "\e9ac";
}

.icon-stress-breath-editor:before {
  content: "\e9ad";
}

.icon-study--next:before {
  content: "\e9af";
}

.icon-study--previous:before {
  content: "\e9b0";
}

.icon-study--read:before {
  content: "\e9b1";
}

.icon-study--skip:before {
  content: "\e9b2";
}

.icon-study--transfer:before {
  content: "\e9b3";
}

.icon-study--unread:before {
  content: "\e9b4";
}

.icon-study--view:before {
  content: "\e9b5";
}

.icon-sub-volume:before {
  content: "\e9b6";
}

.icon-text-annotation-toggle:before {
  content: "\e9b7";
}

.icon-threshold:before {
  content: "\e9b8";
}

.icon-thumbnail-preview:before {
  content: "\e9b9";
}

.icon-window--auto:before {
  content: "\e9ba";
}

.icon-window--base:before {
  content: "\e9bb";
}

.icon-window--black-saturation:before {
  content: "\e9bc";
}

.icon-window--overlay:before {
  content: "\e9bd";
}

.icon-window--preset .path1:before {
  content: "\e9be";
  color: rgb(0, 0, 0);
}

.icon-window--preset .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path3:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path4:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path5:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path6:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path7:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path8:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path9:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-window--preset .path10:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(39, 36, 37);
}

.icon-zoom-pan:before {
  content: "\e9cc";
}

.icon-K:before {
  content: "\e9ce";
}

.icon-K--filled:before {
  content: "\e9cf";
}

.icon-accessibility:before {
  content: "\e9d0";
}

.icon-accessibility--alt:before {
  content: "\e9d1";
}

.icon-accessibility--color:before {
  content: "\e9d2";
}

.icon-accessibility--color--filled:before {
  content: "\e9d3";
}

.icon-account:before {
  content: "\e9d4";
}

.icon-accumulation--ice:before {
  content: "\e9d5";
}

.icon-accumulation--precipitation:before {
  content: "\e9d6";
}

.icon-accumulation--rain:before {
  content: "\e9d7";
}

.icon-accumulation--snow:before {
  content: "\e9d8";
}

.icon-activity:before {
  content: "\e9d9";
}

.icon-add:before {
  content: "\e9da";
}

.icon-add--alt:before {
  content: "\e9db";
}

.icon-add-comment:before {
  content: "\e9dc";
}

.icon-add--filled:before {
  content: "\e9dd";
}

.icon-agriculture-analytics:before {
  content: "\e9de";
}

.icon-airline--digital-gate:before {
  content: "\e9df";
}

.icon-airline--manage-gates:before {
  content: "\e9e0";
}

.icon-airline--passenger-care:before {
  content: "\e9e1";
}

.icon-airline--rapid-board:before {
  content: "\e9e2";
}

.icon-airplay:before {
  content: "\e9e3";
}

.icon-airplay--filled:before {
  content: "\e9e4";
}

.icon-airport--01:before {
  content: "\e9e5";
}

.icon-airport--02:before {
  content: "\e9e6";
}

.icon-airport-location:before {
  content: "\e9e7";
}

.icon-alarm:before {
  content: "\e9e8";
}

.icon-alarm--add:before {
  content: "\e9e9";
}

.icon-alarm--subtract:before {
  content: "\e9ea";
}

.icon-align-box--bottom-center:before {
  content: "\e9eb";
}

.icon-align-box--bottom-left:before {
  content: "\e9ec";
}

.icon-align-box--bottom-right:before {
  content: "\e9ed";
}

.icon-align-box--middle-center:before {
  content: "\e9ee";
}

.icon-align-box--middle-left:before {
  content: "\e9ef";
}

.icon-align-box--middle-right:before {
  content: "\e9f0";
}

.icon-align-box--top-center:before {
  content: "\e9f1";
}

.icon-align-box--top-left:before {
  content: "\e9f2";
}

.icon-align-box--top-right:before {
  content: "\e9f3";
}

.icon-align--horizontal-center:before {
  content: "\e9f4";
}

.icon-align--horizontal-left:before {
  content: "\e9f5";
}

.icon-align--horizontal-right:before {
  content: "\e9f6";
}

.icon-align--vertical-bottom:before {
  content: "\e9f7";
}

.icon-align--vertical-center:before {
  content: "\e9f8";
}

.icon-align--vertical-top:before {
  content: "\e9f9";
}

.icon-analytics:before {
  content: "\e9fa";
}

.icon-analytics--custom:before {
  content: "\e9fb";
}

.icon-analytics--reference:before {
  content: "\e9fc";
}

.icon-aperture:before {
  content: "\e9fd";
}

.icon-api:before {
  content: "\e9fe";
}

.icon-API--1:before {
  content: "\e9ff";
}

.icon-app:before {
  content: "\ea00";
}

.icon-app-connectivity:before {
  content: "\ea01";
}

.icon-apple:before {
  content: "\ea02";
}

.icon-application:before {
  content: "\ea03";
}

.icon-application--mobile:before {
  content: "\ea04";
}

.icon-application--virtual:before {
  content: "\ea05";
}

.icon-application--web:before {
  content: "\ea06";
}

.icon-apps:before {
  content: "\ea07";
}

.icon-app-switcher:before {
  content: "\ea08";
}

.icon-archive:before {
  content: "\ea09";
}

.icon-area:before {
  content: "\ea0a";
}

.icon-area--custom:before {
  content: "\ea0b";
}

.icon-arrival:before {
  content: "\ea0c";
}

.icon-arrow--down:before {
  content: "\ea0d";
}

.icon-arrow--down-left:before {
  content: "\ea0e";
}

.icon-arrow--down-right:before {
  content: "\ea12";
}

.icon-arrow--left:before {
  content: "\ea13";
}

.icon-arrow--right:before {
  content: "\ea14";
}

.icon-arrows:before {
  content: "\ea15";
}

.icon-arrow-shift-down:before {
  content: "\ea16";
}

.icon-arrows--horizontal:before {
  content: "\ea17";
}

.icon-arrows--vertical:before {
  content: "\ea18";
}

.icon-arrow--up:before {
  content: "\ea19";
}

.icon-arrow--up-left:before {
  content: "\ea1a";
}

.icon-arrow--up-right:before {
  content: "\ea1b";
}

.icon-asleep:before {
  content: "\ea1c";
}

.icon-asleep--filled:before {
  content: "\ea1d";
}

.icon-assembly:before {
  content: "\ea1e";
}

.icon-assembly--cluster:before {
  content: "\ea1f";
}

.icon-assembly--reference:before {
  content: "\ea20";
}

.icon-asset:before {
  content: "\ea21";
}

.icon-asset--confirm:before {
  content: "\ea22";
}

.icon-asset--digital-twin:before {
  content: "\ea23";
}

.icon-asset--view:before {
  content: "\ea24";
}

.icon-asterisk:before {
  content: "\ea25";
}

.icon-at:before {
  content: "\ea26";
}

.icon-attachment:before {
  content: "\ea27";
}

.icon-audio-console:before {
  content: "\ea28";
}

.icon-augmented-reality:before {
  content: "\ea29";
}

.icon-automatic:before {
  content: "\ea2a";
}

.icon-autoscaling:before {
  content: "\ea2b";
}

.icon-awake:before {
  content: "\ea2c";
}

.icon-back-to-top:before {
  content: "\ea2d";
}

.icon-badge:before {
  content: "\ea2e";
}

.icon-baggage-claim:before {
  content: "\ea2f";
}

.icon-bar:before {
  content: "\ea30";
}

.icon-barcode:before {
  content: "\ea31";
}

.icon-bare-metal-server:before {
  content: "\ea32";
}

.icon-bare-metal-server--01:before {
  content: "\ea33";
}

.icon-bare-metal-server--02:before {
  content: "\ea34";
}

.icon-basketball:before {
  content: "\ea35";
}

.icon-bastion-host:before {
  content: "\ea36";
}

.icon-bat:before {
  content: "\ea37";
}

.icon-battery--charging:before {
  content: "\ea38";
}

.icon-battery--empty:before {
  content: "\ea39";
}

.icon-battery--full:before {
  content: "\ea3a";
}

.icon-battery--half:before {
  content: "\ea3b";
}

.icon-battery--low:before {
  content: "\ea3c";
}

.icon-battery--quarter:before {
  content: "\ea3d";
}

.icon-bee:before {
  content: "\ea3e";
}

.icon-bee-bat:before {
  content: "\ea3f";
}

.icon-beta:before {
  content: "\ea40";
}

.icon-bicycle:before {
  content: "\ea45";
}

.icon-binoculars:before {
  content: "\ea46";
}

.icon-blockchain:before {
  content: "\ea47";
}

.icon-block-storage:before {
  content: "\ea48";
}

.icon-block-storage--alt:before {
  content: "\ea49";
}

.icon-blog1:before {
  content: "\ea4a";
}

.icon-bluetooth:before {
  content: "\ea4b";
}

.icon-bluetooth--off:before {
  content: "\ea4c";
}

.icon-book:before {
  content: "\ea4d";
}

.icon-bookmark:before {
  content: "\ea4e";
}

.icon-bookmark--add:before {
  content: "\ea4f";
}

.icon-bookmark--filled:before {
  content: "\ea50";
}

.icon-boolean:before {
  content: "\ea51";
}

.icon-boot:before {
  content: "\ea52";
}

.icon-border--bottom:before {
  content: "\ea53";
}

.icon-border--full:before {
  content: "\ea57";
}

.icon-border--left:before {
  content: "\ea58";
}

.icon-border--none:before {
  content: "\ea59";
}

.icon-border--right:before {
  content: "\ea5a";
}

.icon-border--top:before {
  content: "\ea5b";
}

.icon-bot:before {
  content: "\ea5c";
}

.icon-box:before {
  content: "\ea5d";
}

.icon-box--extra-large:before {
  content: "\ea5e";
}

.icon-box--large:before {
  content: "\ea5f";
}

.icon-box--medium:before {
  content: "\ea60";
}

.icon-box-plot:before {
  content: "\ea61";
}

.icon-box--small:before {
  content: "\ea62";
}

.icon-branch:before {
  content: "\ea63";
}

.icon-breaking-change:before {
  content: "\ea64";
}

.icon-brightness-contrast:before {
  content: "\ea65";
}

.icon-bring-forward:before {
  content: "\ea66";
}

.icon-bring-to-front:before {
  content: "\ea67";
}

.icon-building:before {
  content: "\ea68";
}

.icon-building--insights-1:before {
  content: "\ea69";
}

.icon-building--insights-2:before {
  content: "\ea6a";
}

.icon-building--insights-3:before {
  content: "\ea6b";
}

.icon-bullhorn:before {
  content: "\ea6c";
}

.icon-buoy:before {
  content: "\ea6d";
}

.icon-bus:before {
  content: "\ea6e";
}

.icon-button--centered:before {
  content: "\ea6f";
}

.icon-button--flush-left:before {
  content: "\ea70";
}

.icon-cabin-care:before {
  content: "\ea71";
}

.icon-cabin-care--alert:before {
  content: "\ea72";
}

.icon-cabin-care--alt:before {
  content: "\ea73";
}

.icon-CAD:before {
  content: "\ea74";
}

.icon-cafe:before {
  content: "\ea75";
}

.icon-calculation:before {
  content: "\ea76";
}

.icon-calculation--alt:before {
  content: "\ea77";
}

.icon-calculator:before {
  content: "\ea78";
}

.icon-calculator--check:before {
  content: "\ea79";
}

.icon-calendar:before {
  content: "\ea7a";
}

.icon-calendar--heat-map:before {
  content: "\ea7b";
}

.icon-calendar--settings:before {
  content: "\ea7c";
}

.icon-calendar--tools:before {
  content: "\ea7d";
}

.icon-calibrate:before {
  content: "\ea7e";
}

.icon-camera:before {
  content: "\ea7f";
}

.icon-camera--action:before {
  content: "\ea80";
}

.icon-campsite:before {
  content: "\ea81";
}

.icon-car:before {
  content: "\ea82";
}

.icon-carbon:before {
  content: "\ea83";
}

.icon-carbon-accounting:before {
  content: "\ea85";
}

.icon-carbon-for-ibm-dotcom:before {
  content: "\ea86";
}

.icon-carbon-for-ibm-product:before {
  content: "\ea87";
}

.icon-caret--down:before {
  content: "\ea88";
}

.icon-caret--left:before {
  content: "\ea89";
}

.icon-caret--right:before {
  content: "\ea8a";
}

.icon-caret--sort:before {
  content: "\ea8b";
}

.icon-caret--sort--down:before {
  content: "\ea8c";
}

.icon-caret--sort--up:before {
  content: "\ea8d";
}

.icon-caret--up:before {
  content: "\ea8e";
}

.icon-car--front:before {
  content: "\ea8f";
}

.icon-carousel--horizontal:before {
  content: "\ea91";
}

.icon-carousel--vertical:before {
  content: "\ea95";
}

.icon-catalog:before {
  content: "\ea97";
}

.icon-categories:before {
  content: "\ea98";
}

.icon-category:before {
  content: "\ea99";
}

.icon-category--add:before {
  content: "\ea9a";
}

.icon-category--and:before {
  content: "\ea9b";
}

.icon-category--new:before {
  content: "\ea9c";
}

.icon-category--new-each:before {
  content: "\ea9d";
}

.icon-CDA:before {
  content: "\ea9f";
}

.icon-cell-tower:before {
  content: "\eaa0";
}

.icon-center--circle:before {
  content: "\eaa1";
}

.icon-center--square:before {
  content: "\eaa2";
}

.icon-center-to-fit:before {
  content: "\eaa3";
}

.icon-certificate:before {
  content: "\eaa4";
}

.icon-certificate--check:before {
  content: "\eaa5";
}

.icon-change-catalog:before {
  content: "\eaa6";
}

.icon-character--decimal:before {
  content: "\eaa7";
}

.icon-character--fraction .path1:before {
  content: "\eaa8";
  color: rgb(0, 0, 0);
}

.icon-character--fraction .path2:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--fraction .path3:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-character--fraction .path4:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--integer .path1:before {
  content: "\eaac";
  color: rgb(255, 255, 255);
}

.icon-character--integer .path2:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--integer .path3:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--integer .path4:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--lower-case:before {
  content: "\eab0";
}

.icon-character--negative-number .path1:before {
  content: "\eab1";
  color: rgb(255, 255, 255);
}

.icon-character--negative-number .path2:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--negative-number .path3:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character-patterns:before {
  content: "\eab4";
}

.icon-character--sentence-case:before {
  content: "\eab5";
}

.icon-character--upper-case:before {
  content: "\eab6";
}

.icon-character--whole-number .path1:before {
  content: "\eab7";
  color: rgb(0, 0, 0);
}

.icon-character--whole-number .path2:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-character--whole-number .path3:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-character--whole-number .path4:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-charging-station:before {
  content: "\eabb";
}

.icon-charging-station--filled:before {
  content: "\eabc";
}

.icon-chart--3D:before {
  content: "\eabd";
}

.icon-chart--area:before {
  content: "\eabf";
}

.icon-chart--area-smooth:before {
  content: "\eac3";
}

.icon-chart--area-stepper:before {
  content: "\eac4";
}

.icon-chart--average:before {
  content: "\eac5";
}

.icon-chart--bar:before {
  content: "\eac6";
}

.icon-chart--bar-floating:before {
  content: "\eac7";
}

.icon-chart--bar-overlay:before {
  content: "\eac8";
}

.icon-chart--bar-stacked:before {
  content: "\eac9";
}

.icon-chart--bar-target:before {
  content: "\eacb";
}

.icon-chart--bubble:before {
  content: "\eacc";
}

.icon-chart--bubble-packed:before {
  content: "\eacd";
}

.icon-chart--bullet:before {
  content: "\eace";
}

.icon-chart--candlestick:before {
  content: "\eacf";
}

.icon-chart--cluster-bar:before {
  content: "\ead0";
}

.icon-chart--column:before {
  content: "\ead1";
}

.icon-chart--column-floating:before {
  content: "\ead2";
}

.icon-chart--column-target:before {
  content: "\ead3";
}

.icon-chart--combo:before {
  content: "\ead4";
}

.icon-chart--combo-stacked:before {
  content: "\ead5";
}

.icon-chart--custom:before {
  content: "\ead6";
}

.icon-chart--error-bar:before {
  content: "\ead7";
}

.icon-chart--error-bar--alt:before {
  content: "\ead8";
}

.icon-chart--evaluation:before {
  content: "\ead9";
}

.icon-chart--high-low:before {
  content: "\eada";
}

.icon-chart--histogram:before {
  content: "\eadb";
}

.icon-chart--line:before {
  content: "\eadc";
}

.icon-chart--line--data:before {
  content: "\eadd";
}

.icon-chart--line-smooth:before {
  content: "\eade";
}

.icon-chart--marimekko:before {
  content: "\eadf";
}

.icon-chart--maximum:before {
  content: "\eae0";
}

.icon-chart--median:before {
  content: "\eae1";
}

.icon-chart--minimum:before {
  content: "\eae2";
}

.icon-chart--multi-line:before {
  content: "\eae3";
}

.icon-chart--multitype:before {
  content: "\eae4";
}

.icon-chart--network:before {
  content: "\eae5";
}

.icon-chart--parallel:before {
  content: "\eae6";
}

.icon-chart--pie:before {
  content: "\eae7";
}

.icon-chart--point:before {
  content: "\eae8";
}

.icon-chart--population:before {
  content: "\eae9";
}

.icon-chart--radar:before {
  content: "\eaea";
}

.icon-chart--radial:before {
  content: "\eaeb";
}

.icon-chart--relationship:before {
  content: "\eaec";
}

.icon-chart--ring:before {
  content: "\eaed";
}

.icon-chart--river:before {
  content: "\eaee";
}

.icon-chart--rose:before {
  content: "\eaef";
}

.icon-chart--scatter:before {
  content: "\eaf0";
}

.icon-chart--spiral:before {
  content: "\eaf1";
}

.icon-chart--stacked:before {
  content: "\eaf2";
}

.icon-chart--stepper:before {
  content: "\eaf3";
}

.icon-chart--sunburst:before {
  content: "\eaf4";
}

.icon-chart--treemap:before {
  content: "\eaf5";
}

.icon-chart--t-sne:before {
  content: "\eaf6";
}

.icon-chart--venn-diagram:before {
  content: "\eaf7";
}

.icon-chart--violin-plot:before {
  content: "\eaf8";
}

.icon-chart--waterfall:before {
  content: "\eaf9";
}

.icon-chart--win-loss:before {
  content: "\eafa";
}

.icon-chat:before {
  content: "\eafb";
}

.icon-chat-bot:before {
  content: "\eafc";
}

.icon-chat--launch:before {
  content: "\eafd";
}

.icon-chat--off:before {
  content: "\eafe";
}

.icon-chat--operational:before {
  content: "\eaff";
}

.icon-checkbox:before {
  content: "\eb00";
}

.icon-checkbox--checked:before {
  content: "\eb01";
}

.icon-checkbox--checked--filled:before {
  content: "\eb02";
}

.icon-checkbox--indeterminate:before {
  content: "\eb03";
}

.icon-checkbox--indeterminate--filled:before {
  content: "\eb04";
}

.icon-checkbox--undeterminate:before {
  content: "\eb05";
}

.icon-checkbox--undeterminate--filled:before {
  content: "\eb06";
}

.icon-checkmark:before {
  content: "\eb07";
}

.icon-checkmark--filled:before {
  content: "\eb08";
}

.icon-checkmark--filled--error:before {
  content: "\eb09";
}

.icon-checkmark--filled--warning:before {
  content: "\eb0a";
}

.icon-checkmark--outline:before {
  content: "\eb0b";
}

.icon-checkmark--outline--error:before {
  content: "\eb0c";
}

.icon-checkmark--outline--warning:before {
  content: "\eb0d";
}

.icon-chemistry:before {
  content: "\eb0e";
}

.icon-chemistry--reference:before {
  content: "\eb0f";
}

.icon-chevron--down:before {
  content: "\eb10";
}

.icon-chevron--left:before {
  content: "\eb11";
}

.icon-chevron--mini:before {
  content: "\eb12";
}

.icon-chevron--right:before {
  content: "\eb13";
}

.icon-chevron--sort:before {
  content: "\eb14";
}

.icon-chevron--sort--down:before {
  content: "\eb15";
}

.icon-chevron--sort--up:before {
  content: "\eb16";
}

.icon-chevron--up:before {
  content: "\eb17";
}

.icon-chip:before {
  content: "\eb18";
}

.icon-choices:before {
  content: "\eb19";
}

.icon-choose-item:before {
  content: "\eb1a";
}

.icon-choropleth-map:before {
  content: "\eb1b";
}

.icon-cics--cmas:before {
  content: "\eb1c";
}

.icon-cics--explorer:before {
  content: "\eb1d";
}

.icon-cicsplex:before {
  content: "\eb1e";
}

.icon-cics-region:before {
  content: "\eb1f";
}

.icon-cics-region--routing:before {
  content: "\eb20";
}

.icon-cics-region--target:before {
  content: "\eb21";
}

.icon-cics--system-group:before {
  content: "\eb22";
}

.icon-cics--wui-region:before {
  content: "\eb23";
}

.icon-circle-dash:before {
  content: "\eb24";
}

.icon-circle--filled:before {
  content: "\eb25";
}

.icon-circle-packing:before {
  content: "\eb26";
}

.icon-circle--solid:before {
  content: "\eb27";
}

.icon-classification:before {
  content: "\eb28";
}

.icon-classifier--language:before {
  content: "\eb29";
}

.icon-clean:before {
  content: "\eb2a";
}

.icon-close:before {
  content: "\eb2b";
}

.icon-closed-caption:before {
  content: "\eb2c";
}

.icon-closed-caption--alt:before {
  content: "\eb2d";
}

.icon-closed-caption--filled:before {
  content: "\eb2e";
}

.icon-close--filled:before {
  content: "\eb2f";
}

.icon-close--outline:before {
  content: "\eb30";
}

.icon-cloud:before {
  content: "\eb31";
}

.icon-cloud--alerting:before {
  content: "\eb32";
}

.icon-cloud-app:before {
  content: "\eb33";
}

.icon-cloud--auditing:before {
  content: "\eb34";
}

.icon-cloud-ceiling:before {
  content: "\eb35";
}

.icon-cloud--data-ops:before {
  content: "\eb36";
}

.icon-cloud--download:before {
  content: "\eb37";
}

.icon-cloud-foundry--1:before {
  content: "\eb38";
}

.icon-cloud-foundry--2:before {
  content: "\eb39";
}

.icon-cloud--lightning:before {
  content: "\eb3a";
}

.icon-cloud--logging:before {
  content: "\eb3b";
}

.icon-cloud--monitoring:before {
  content: "\eb3c";
}

.icon-cloud--offline:before {
  content: "\eb3d";
}

.icon-cloud--rain:before {
  content: "\eb3e";
}

.icon-cloud-registry:before {
  content: "\eb3f";
}

.icon-cloud-satellite .path1:before {
  content: "\eb40";
  color: rgb(28, 28, 28);
}

.icon-cloud-satellite .path2:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(28, 28, 28);
}

.icon-cloud-satellite .path3:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(28, 28, 28);
}

.icon-cloud-satellite .path4:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-cloud-satellite--config:before {
  content: "\eb44";
}

.icon-cloud-satellite--link:before {
  content: "\eb45";
}

.icon-cloud-satellite--services:before {
  content: "\eb46";
}

.icon-cloud--service-management:before {
  content: "\eb47";
}

.icon-cloud-services:before {
  content: "\eb48";
}

.icon-cloud--snow:before {
  content: "\eb49";
}

.icon-cloud--upload:before {
  content: "\eb4a";
}

.icon-cloudy:before {
  content: "\eb4b";
}

.icon-code:before {
  content: "\eb4c";
}

.icon-code--hide:before {
  content: "\eb4d";
}

.icon-code--reference:before {
  content: "\eb4e";
}

.icon-code-signing-service:before {
  content: "\eb4f";
}

.icon-cognitive:before {
  content: "\eb50";
}

.icon-collaborate:before {
  content: "\eb51";
}

.icon-collapse-all:before {
  content: "\eb52";
}

.icon-collapse-categories:before {
  content: "\eb53";
}

.icon-color-palette:before {
  content: "\eb54";
}

.icon-color-switch:before {
  content: "\eb55";
}

.icon-column:before {
  content: "\eb56";
}

.icon-column--delete:before {
  content: "\eb57";
}

.icon-column-dependency:before {
  content: "\eb58";
}

.icon-column--insert:before {
  content: "\eb59";
}

.icon-commit:before {
  content: "\eb5a";
}

.icon-communication--unified:before {
  content: "\eb5b";
}

.icon-compare:before {
  content: "\eb5c";
}

.icon-compass:before {
  content: "\eb5d";
}

.icon-concept:before {
  content: "\eb5e";
}

.icon-condition--point:before {
  content: "\eb5f";
}

.icon-condition--wait-point:before {
  content: "\eb60";
}

.icon-connect:before {
  content: "\eb61";
}

.icon-connection--receive:before {
  content: "\eb62";
}

.icon-connection--send:before {
  content: "\eb63";
}

.icon-connection-signal:before {
  content: "\eb64";
}

.icon-connection-signal--off:before {
  content: "\eb65";
}

.icon-connection--two-way:before {
  content: "\eb66";
}

.icon-connect--recursive:before {
  content: "\eb67";
}

.icon-connect--source:before {
  content: "\eb68";
}

.icon-connect--target:before {
  content: "\eb69";
}

.icon-construction:before {
  content: "\eb6a";
}

.icon-container-registry:before {
  content: "\eb6b";
}

.icon-container-services:before {
  content: "\eb6c";
}

.icon-container-software:before {
  content: "\eb6d";
}

.icon-content-delivery-network:before {
  content: "\eb6e";
}

.icon-content-view:before {
  content: "\eb6f";
}

.icon-continue:before {
  content: "\eb70";
}

.icon-continue--filled:before {
  content: "\eb71";
}

.icon-contrast:before {
  content: "\eb72";
}

.icon-convert-to-cloud:before {
  content: "\eb73";
}

.icon-cookie:before {
  content: "\eb74";
}

.icon-copy:before {
  content: "\eb75";
}

.icon-copy--file:before {
  content: "\eb76";
}

.icon-copy--link:before {
  content: "\eb77";
}

.icon-corn:before {
  content: "\eb78";
}

.icon-corner:before {
  content: "\eb79";
}

.icon-coronavirus:before {
  content: "\eb7a";
}

.icon-cost:before {
  content: "\eb7b";
}

.icon-cost--total:before {
  content: "\eb7c";
}

.icon-cough:before {
  content: "\eb7d";
}

.icon-course:before {
  content: "\eb7e";
}

.icon-covariate:before {
  content: "\eb7f";
}

.icon-credentials:before {
  content: "\eb80";
}

.icon-crop:before {
  content: "\eb81";
}

.icon-crop-growth:before {
  content: "\eb82";
}

.icon-crop-health:before {
  content: "\eb83";
}

.icon-crossroads:before {
  content: "\eb84";
}

.icon-cross-tab:before {
  content: "\eb85";
}

.icon-crowd-report:before {
  content: "\eb86";
}

.icon-crowd-report--filled:before {
  content: "\eb87";
}

.icon-CSV:before {
  content: "\eb88";
}

.icon-cube:before {
  content: "\eb89";
}

.icon-cube-view:before {
  content: "\eb8a";
}

.icon-currency:before {
  content: "\eb8b";
}

.icon-currency--baht:before {
  content: "\eb8c";
}

.icon-currency--dollar:before {
  content: "\eb8d";
}

.icon-currency--euro:before {
  content: "\eb8e";
}

.icon-currency--lira:before {
  content: "\eb8f";
}

.icon-currency--pound:before {
  content: "\eb90";
}

.icon-currency--ruble:before {
  content: "\eb91";
}

.icon-currency--rupee:before {
  content: "\eb92";
}

.icon-currency--shekel:before {
  content: "\eb93";
}

.icon-currency--won:before {
  content: "\eb94";
}

.icon-currency--yen:before {
  content: "\eb95";
}

.icon-cursor--1:before {
  content: "\eb96";
}

.icon-cursor--2:before {
  content: "\eb97";
}

.icon-cut:before {
  content: "\eb98";
}

.icon-cut-out:before {
  content: "\eb99";
}

.icon-cyclist:before {
  content: "\eb9a";
}

.icon-dashboard:before {
  content: "\eb9b";
}

.icon-dashboard--reference:before {
  content: "\eb9c";
}

.icon-data--1:before {
  content: "\eb9d";
}

.icon-data--2:before {
  content: "\eb9e";
}

.icon-data-accessor:before {
  content: "\eb9f";
}

.icon-data-backup:before {
  content: "\eba0";
}

.icon-data--base:before {
  content: "\eba1";
}

.icon-data--base--alt:before {
  content: "\eba2";
}

.icon-database--datastax:before {
  content: "\eba3";
}

.icon-database--elastic:before {
  content: "\eba4";
}

.icon-database--enterprise-db2:before {
  content: "\eba5";
}

.icon-database--etcd:before {
  content: "\eba6";
}

.icon-database--mongodb:before {
  content: "\eba7";
}

.icon-database--postgreSQL:before {
  content: "\eba8";
}

.icon-database--rabbit:before {
  content: "\eba9";
}

.icon-database--redis:before {
  content: "\ebaa";
}

.icon-data-bin:before {
  content: "\ebab";
}

.icon-data-blob:before {
  content: "\ebac";
}

.icon-data--center:before {
  content: "\ebad";
}

.icon-data--check:before {
  content: "\ebae";
}

.icon-data-class:before {
  content: "\ebaf";
}

.icon-data-collection:before {
  content: "\ebb0";
}

.icon-data--connected:before {
  content: "\ebb1";
}

.icon-data-definition:before {
  content: "\ebb2";
}

.icon-data-diode:before {
  content: "\ebb3";
}

.icon-data-enrichment:before {
  content: "\ebb4";
}

.icon-data--error:before {
  content: "\ebb5";
}

.icon-data--format:before {
  content: "\ebb6";
}

.icon-data-player:before {
  content: "\ebb7";
}

.icon-data--reference:before {
  content: "\ebb8";
}

.icon-data-refinery:before {
  content: "\ebb9";
}

.icon-data-refinery--reference:before {
  content: "\ebba";
}

.icon-data--set:before {
  content: "\ebbb";
}

.icon-data-share:before {
  content: "\ebbc";
}

.icon-datastore:before {
  content: "\ebbd";
}

.icon-data--structured:before {
  content: "\ebbe";
}

.icon-data-table:before {
  content: "\ebbf";
}

.icon-data-table--reference:before {
  content: "\ebc0";
}

.icon-data--unstructured:before {
  content: "\ebc1";
}

.icon-data--view:before {
  content: "\ebc2";
}

.icon-data--view--alt:before {
  content: "\ebc3";
}

.icon-data-vis--1:before {
  content: "\ebc4";
}

.icon-data-vis--2:before {
  content: "\ebc5";
}

.icon-data-vis--3:before {
  content: "\ebc6";
}

.icon-data-vis--4:before {
  content: "\ebc7";
}

.icon-debug:before {
  content: "\ebc8";
}

.icon-decision-tree:before {
  content: "\ebc9";
}

.icon-delete:before {
  content: "\ebca";
}

.icon-delivery:before {
  content: "\ebcb";
}

.icon-delivery--add:before {
  content: "\ebcc";
}

.icon-delivery--parcel:before {
  content: "\ebcd";
}

.icon-delivery-truck:before {
  content: "\ebce";
}

.icon-departure:before {
  content: "\ebcf";
}

.icon-deploy:before {
  content: "\ebd0";
}

.icon-deployment-pattern:before {
  content: "\ebd1";
}

.icon-deployment-policy:before {
  content: "\ebd2";
}

.icon-deployment-unit--data:before {
  content: "\ebd3";
}

.icon-deployment-unit--execution:before {
  content: "\ebd4";
}

.icon-deployment-unit--installation:before {
  content: "\ebd5";
}

.icon-deployment-unit--presentation:before {
  content: "\ebd6";
}

.icon-deployment-unit--technical--data:before {
  content: "\ebd7";
}

.icon-deployment-unit--technical--execution:before {
  content: "\ebd8";
}

.icon-deployment-unit--technical--installation:before {
  content: "\ebd9";
}

.icon-deployment-unit--technical--presentation:before {
  content: "\ebda";
}

.icon-deploy-rules:before {
  content: "\ebdb";
}

.icon-desk--adjustable:before {
  content: "\ebdc";
}

.icon-development:before {
  content: "\ebdd";
}

.icon-devices:before {
  content: "\ebde";
}

.icon-dew-point:before {
  content: "\ebdf";
}

.icon-dew-point--filled:before {
  content: "\ebe0";
}

.icon-diagram:before {
  content: "\ebe1";
}

.icon-diagram--reference:before {
  content: "\ebe2";
}

.icon-direction--bear-right--01:before {
  content: "\ebe3";
}

.icon-direction--bear-right--01--filled:before {
  content: "\ebe4";
}

.icon-direction--bear-right--02:before {
  content: "\ebe5";
}

.icon-direction--bear-right--02--filled:before {
  content: "\ebe6";
}

.icon-direction--curve:before {
  content: "\ebe7";
}

.icon-direction--curve--filled:before {
  content: "\ebe8";
}

.icon-direction--fork:before {
  content: "\ebe9";
}

.icon-direction--fork--filled:before {
  content: "\ebea";
}

.icon-direction--loop-left:before {
  content: "\ebeb";
}

.icon-direction--loop-left--filled:before {
  content: "\ebec";
}

.icon-direction--loop-right:before {
  content: "\ebed";
}

.icon-direction--loop-right--filled:before {
  content: "\ebee";
}

.icon-direction--merge:before {
  content: "\ebef";
}

.icon-direction--merge--filled:before {
  content: "\ebf0";
}

.icon-direction--right--01:before {
  content: "\ebf1";
}

.icon-direction--right--01--filled:before {
  content: "\ebf2";
}

.icon-direction--right--02:before {
  content: "\ebf3";
}

.icon-direction--right--02--filled:before {
  content: "\ebf4";
}

.icon-direction--rotary--first-right:before {
  content: "\ebf5";
}

.icon-direction--rotary--first-right--filled:before {
  content: "\ebf6";
}

.icon-direction--rotary--right:before {
  content: "\ebf7";
}

.icon-direction--rotary--right--filled:before {
  content: "\ebf8";
}

.icon-direction--rotary--straight:before {
  content: "\ebf9";
}

.icon-direction--rotary--straight--filled:before {
  content: "\ebfa";
}

.icon-direction--sharp-turn:before {
  content: "\ebfb";
}

.icon-direction--sharp-turn--filled:before {
  content: "\ebfc";
}

.icon-direction--straight:before {
  content: "\ebfd";
}

.icon-direction--straight--filled:before {
  content: "\ebfe";
}

.icon-direction--straight--right:before {
  content: "\ebff";
}

.icon-direction--straight--right--filled:before {
  content: "\ec00";
}

.icon-direction--u-turn:before {
  content: "\ec01";
}

.icon-direction--u-turn--filled:before {
  content: "\ec02";
}

.icon-direct-link:before {
  content: "\ec03";
}

.icon-directory-domain:before {
  content: "\ec04";
}

.icon-distribute--horizontal-center:before {
  content: "\ec05";
}

.icon-distribute--horizontal-left:before {
  content: "\ec06";
}

.icon-distribute--horizontal-right:before {
  content: "\ec07";
}

.icon-distribute--vertical-bottom:before {
  content: "\ec08";
}

.icon-distribute--vertical-center:before {
  content: "\ec09";
}

.icon-distribute--vertical-top:before {
  content: "\ec0a";
}

.icon-dns-services:before {
  content: "\ec0b";
}

.icon-DOC:before {
  content: "\ec0c";
}

.icon-document:before {
  content: "\ec0d";
}

.icon-document--add:before {
  content: "\ec0e";
}

.icon-document--attachment:before {
  content: "\ec0f";
}

.icon-document--audio:before {
  content: "\ec10";
}

.icon-document--blank:before {
  content: "\ec11";
}

.icon-document--download:before {
  content: "\ec12";
}

.icon-document--epdf:before {
  content: "\ec13";
}

.icon-document--export:before {
  content: "\ec14";
}

.icon-document--horizontal:before {
  content: "\ec15";
}

.icon-document--import:before {
  content: "\ec16";
}

.icon-document--pdf:before {
  content: "\ec17";
}

.icon-document--preliminary:before {
  content: "\ec18";
}

.icon-document--protected:before {
  content: "\ec19";
}

.icon-document--security:before {
  content: "\ec1a";
}

.icon-document-sentiment:before {
  content: "\ec1b";
}

.icon-document--signed:before {
  content: "\ec1c";
}

.icon-document--sketch:before {
  content: "\ec1d";
}

.icon-document--subtract:before {
  content: "\ec1e";
}

.icon-document--tasks:before {
  content: "\ec1f";
}

.icon-document--unknown:before {
  content: "\ec20";
}

.icon-document--unprotected:before {
  content: "\ec21";
}

.icon-document--vertical:before {
  content: "\ec22";
}

.icon-document--video:before {
  content: "\ec23";
}

.icon-document--view:before {
  content: "\ec24";
}

.icon-document--word-processor:before {
  content: "\ec25";
}

.icon-document--word-processor--reference:before {
  content: "\ec26";
}

.icon-dog-walker:before {
  content: "\ec27";
}

.icon-dot-mark:before {
  content: "\ec28";
}

.icon-double-integer:before {
  content: "\ec29";
}

.icon-download:before {
  content: "\ec2a";
}

.icon-down-to-bottom:before {
  content: "\ec2b";
}

.icon-draggable:before {
  content: "\ec2c";
}

.icon-drag--horizontal:before {
  content: "\ec2d";
}

.icon-drag--vertical:before {
  content: "\ec2e";
}

.icon-draw:before {
  content: "\ec2f";
}

.icon-drill-back:before {
  content: "\ec30";
}

.icon-drill-down:before {
  content: "\ec31";
}

.icon-drill-through:before {
  content: "\ec32";
}

.icon-driver-analysis:before {
  content: "\ec33";
}

.icon-drone:before {
  content: "\ec34";
}

.icon-drone--delivery:before {
  content: "\ec35";
}

.icon-drone--front:before {
  content: "\ec36";
}

.icon-drone--video:before {
  content: "\ec37";
}

.icon-drop-photo:before {
  content: "\ec38";
}

.icon-drop-photo--filled:before {
  content: "\ec39";
}

.icon-drought:before {
  content: "\ec3a";
}

.icon-DVR:before {
  content: "\ec3b";
}

.icon-earth:before {
  content: "\ec3c";
}

.icon-earth--americas:before {
  content: "\ec3d";
}

.icon-earth--americas--filled:before {
  content: "\ec3e";
}

.icon-earth--europe-africa:before {
  content: "\ec3f";
}

.icon-earth--europe-africa--filled:before {
  content: "\ec40";
}

.icon-earth--filled:before {
  content: "\ec41";
}

.icon-earthquake:before {
  content: "\ec42";
}

.icon-earth--southeast-asia:before {
  content: "\ec43";
}

.icon-earth--southeast-asia--filled:before {
  content: "\ec44";
}

.icon-edge-cluster:before {
  content: "\ec45";
}

.icon-edge-device:before {
  content: "\ec46";
}

.icon-edge-node:before {
  content: "\ec47";
}

.icon-edge-node--alt:before {
  content: "\ec48";
}

.icon-edge-service:before {
  content: "\ec49";
}

.icon-edit:before {
  content: "\ec4a";
}

.icon-edit--off:before {
  content: "\ec4b";
}

.icon-edt-loop:before {
  content: "\ec4c";
}

.icon-education:before {
  content: "\ec4d";
}

.icon-email:before {
  content: "\ec4e";
}

.icon-email--new:before {
  content: "\ec4f";
}

.icon-encryption:before {
  content: "\ec50";
}

.icon-energy--renewable:before {
  content: "\ec51";
}

.icon-enterprise:before {
  content: "\ec52";
}

.icon-equalizer:before {
  content: "\ec53";
}

.icon-erase:before {
  content: "\ec54";
}

.icon-error:before {
  content: "\ec55";
}

.icon-error--filled:before {
  content: "\ec56";
}

.icon-error--outline:before {
  content: "\ec57";
}

.icon-event:before {
  content: "\ec58";
}

.icon-events:before {
  content: "\ec59";
}

.icon-events--alt:before {
  content: "\ec5a";
}

.icon-event--schedule:before {
  content: "\ec5b";
}

.icon-exam-mode:before {
  content: "\ec5c";
}

.icon-exit:before {
  content: "\ec5d";
}

.icon-expand-all:before {
  content: "\ec5e";
}

.icon-expand-categories:before {
  content: "\ec5f";
}

.icon-explore:before {
  content: "\ec60";
}

.icon-export:before {
  content: "\ec61";
}

.icon-eyedropper:before {
  content: "\ec62";
}

.icon-face--activated:before {
  content: "\ec63";
}

.icon-face--activated--add:before {
  content: "\ec64";
}

.icon-face--activated--filled:before {
  content: "\ec65";
}

.icon-face--add:before {
  content: "\ec66";
}

.icon-face--cool:before {
  content: "\ec67";
}

.icon-face--dissatisfied:before {
  content: "\ec68";
}

.icon-face--dissatisfied--filled:before {
  content: "\ec69";
}

.icon-face--dizzy:before {
  content: "\ec6a";
}

.icon-face--dizzy--filled:before {
  content: "\ec6b";
}

.icon-face--mask:before {
  content: "\ec6c";
}

.icon-face--neutral:before {
  content: "\ec6d";
}

.icon-face--neutral--filled:before {
  content: "\ec6e";
}

.icon-face--pending:before {
  content: "\ec6f";
}

.icon-face--pending--filled:before {
  content: "\ec70";
}

.icon-face--satisfied:before {
  content: "\ec71";
}

.icon-face--satisfied--filled:before {
  content: "\ec72";
}

.icon-face--wink:before {
  content: "\ec73";
}

.icon-face--wink--filled:before {
  content: "\ec74";
}

.icon-factor:before {
  content: "\ec75";
}

.icon-fade:before {
  content: "\ec76";
}

.icon-favorite:before {
  content: "\ec77";
}

.icon-favorite--filled:before {
  content: "\ec78";
}

.icon-favorite--half:before {
  content: "\ec79";
}

.icon-fetch-upload:before {
  content: "\ec7a";
}

.icon-fetch-upload--cloud:before {
  content: "\ec7b";
}

.icon-file-storage:before {
  content: "\ec7c";
}

.icon-filter:before {
  content: "\ec7d";
}

.icon-filter--edit:before {
  content: "\ec7e";
}

.icon-filter--remove:before {
  content: "\ec7f";
}

.icon-filter--reset:before {
  content: "\ec80";
}

.icon-finance:before {
  content: "\ec81";
}

.icon-fingerprint-recognition:before {
  content: "\ec82";
}

.icon-fire:before {
  content: "\ec83";
}

.icon-firewall:before {
  content: "\ec84";
}

.icon-firewall--classic:before {
  content: "\ec85";
}

.icon-fish:before {
  content: "\ec86";
}

.icon-fish--multiple:before {
  content: "\ec87";
}

.icon-fit-to-height:before {
  content: "\ec88";
}

.icon-fit-to-screen:before {
  content: "\ec89";
}

.icon-fit-to-width:before {
  content: "\ec8a";
}

.icon-flag:before {
  content: "\ec8b";
}

.icon-flag--filled:before {
  content: "\ec8c";
}

.icon-flagging-taxi:before {
  content: "\ec8d";
}

.icon-flash:before {
  content: "\ec8e";
}

.icon-flash--filled:before {
  content: "\ec8f";
}

.icon-flash--off:before {
  content: "\ec90";
}

.icon-flash--off--filled:before {
  content: "\ec91";
}

.icon-flight--international:before {
  content: "\ec92";
}

.icon-flight--roster:before {
  content: "\ec93";
}

.icon-flight--schedule:before {
  content: "\ec94";
}

.icon-floating-ip:before {
  content: "\ec95";
}

.icon-flood:before {
  content: "\ec96";
}

.icon-flood--warning:before {
  content: "\ec97";
}

.icon-floorplan:before {
  content: "\ec98";
}

.icon-flow:before {
  content: "\ec99";
}

.icon-flow--connection:before {
  content: "\ec9a";
}

.icon-flow--data:before {
  content: "\ec9b";
}

.icon-flow-logs-vpc:before {
  content: "\ec9c";
}

.icon-flow--modeler:before {
  content: "\ec9d";
}

.icon-flow--modeler--reference:before {
  content: "\ec9e";
}

.icon-flow--stream .path1:before {
  content: "\ec9f";
  color: rgb(9, 9, 9);
}

.icon-flow--stream .path2:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-flow--stream .path3:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-flow--stream--reference .path1:before {
  content: "\eca2";
  color: rgb(9, 9, 9);
}

.icon-flow--stream--reference .path2:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-flow--stream--reference .path3:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(9, 9, 9);
}

.icon-flow--stream--reference .path4:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-flow--stream--reference .path5:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-fog:before {
  content: "\eca7";
}

.icon-folder:before {
  content: "\eca8";
}

.icon-folder--add:before {
  content: "\eca9";
}

.icon-folder--details:before {
  content: "\ecaa";
}

.icon-folder--details--reference:before {
  content: "\ecab";
}

.icon-folder--move-to:before {
  content: "\ecac";
}

.icon-folder--off:before {
  content: "\ecad";
}

.icon-folder--open:before {
  content: "\ecae";
}

.icon-folder--parent:before {
  content: "\ecaf";
}

.icon-folders:before {
  content: "\ecb0";
}

.icon-folder--shared:before {
  content: "\ecb1";
}

.icon-forecast--hail:before {
  content: "\ecb2";
}

.icon-forecast--hail-30:before {
  content: "\ecb3";
}

.icon-forecast--lightning:before {
  content: "\ecb4";
}

.icon-forecast--lightning-30:before {
  content: "\ecb5";
}

.icon-fork:before {
  content: "\ecb6";
}

.icon-forum:before {
  content: "\ecb7";
}

.icon-forward--5:before {
  content: "\ecb8";
}

.icon-forward--10:before {
  content: "\ecb9";
}

.icon-forward--30:before {
  content: "\ecba";
}

.icon-fragile:before {
  content: "\ecbb";
}

.icon-friendship:before {
  content: "\ecbc";
}

.icon-fruit-bowl:before {
  content: "\ecbd";
}

.icon-function:before {
  content: "\ecbe";
}

.icon-function-math .path1:before {
  content: "\ecbf";
  color: rgb(0, 0, 0);
}

.icon-function-math .path2:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(28, 28, 28);
}

.icon-game--console:before {
  content: "\ecc1";
}

.icon-game--wireless:before {
  content: "\ecc2";
}

.icon-gamification:before {
  content: "\ecc3";
}

.icon-gas-station:before {
  content: "\ecc4";
}

.icon-gas-station--filled:before {
  content: "\ecc5";
}

.icon-gateway:before {
  content: "\ecc6";
}

.icon-gateway--api:before {
  content: "\ecc7";
}

.icon-gateway--mail:before {
  content: "\ecc8";
}

.icon-gateway--public:before {
  content: "\ecc9";
}

.icon-gateway--security:before {
  content: "\ecca";
}

.icon-gateway--user-access:before {
  content: "\eccb";
}

.icon-gateway--vpn:before {
  content: "\eccc";
}

.icon-gender--female:before {
  content: "\eccd";
}

.icon-gender--male:before {
  content: "\ecce";
}

.icon-generate-pdf:before {
  content: "\eccf";
}

.icon-GIF:before {
  content: "\ecd0";
}

.icon-gift:before {
  content: "\ecd1";
}

.icon-globe:before {
  content: "\ecd2";
}

.icon-gradient:before {
  content: "\ecd3";
}

.icon-graphical-data-flow:before {
  content: "\ecd4";
}

.icon-grid:before {
  content: "\ecd5";
}

.icon-group:before {
  content: "\ecd6";
}

.icon-group--access:before {
  content: "\ecd7";
}

.icon-group--account:before {
  content: "\ecd8";
}

.icon-group-objects:before {
  content: "\ecd9";
}

.icon-group-objects--new:before {
  content: "\ecda";
}

.icon-group-objects--save:before {
  content: "\ecdb";
}

.icon-group--presentation:before {
  content: "\ecdc";
}

.icon-group--resource:before {
  content: "\ecdd";
}

.icon-group--security:before {
  content: "\ecde";
}

.icon-growth:before {
  content: "\ecdf";
}

.icon-gui:before {
  content: "\ece0";
}

.icon-gui--management:before {
  content: "\ece1";
}

.icon-hail:before {
  content: "\ece2";
}

.icon-harbor:before {
  content: "\ece3";
}

.icon-hardware-security-module:before {
  content: "\ece4";
}

.icon-hashtag:before {
  content: "\ece5";
}

.icon-haze:before {
  content: "\ece6";
}

.icon-haze--night:before {
  content: "\ece7";
}

.icon-HD:before {
  content: "\ece8";
}

.icon-HD--filled:before {
  content: "\ece9";
}

.icon-HDR:before {
  content: "\ecea";
}

.icon-headphones:before {
  content: "\eceb";
}

.icon-headset:before {
  content: "\ecec";
}

.icon-health-cross:before {
  content: "\eced";
}

.icon-hearing:before {
  content: "\ecee";
}

.icon-heat-map:before {
  content: "\ecef";
}

.icon-heat-map--02:before {
  content: "\ecf0";
}

.icon-heat-map--03:before {
  content: "\ecf1";
}

.icon-heat-map--stocks:before {
  content: "\ecf2";
}

.icon-helicopter:before {
  content: "\ecf3";
}

.icon-help:before {
  content: "\ecf4";
}

.icon-help-desk:before {
  content: "\ecf5";
}

.icon-help--filled:before {
  content: "\ecf6";
}

.icon-home:before {
  content: "\ecf7";
}

.icon-horizontal-view:before {
  content: "\ecf8";
}

.icon-hospital:before {
  content: "\ecf9";
}

.icon-hospital-bed:before {
  content: "\ecfa";
}

.icon-hotel:before {
  content: "\ecfb";
}

.icon-hourglass:before {
  content: "\ecfc";
}

.icon-HTML:before {
  content: "\ecfd";
}

.icon-HTML--reference:before {
  content: "\ecfe";
}

.icon-HTTP:before {
  content: "\ecff";
}

.icon-humidity:before {
  content: "\ed00";
}

.icon-humidity--alt:before {
  content: "\ed01";
}

.icon-hurricane:before {
  content: "\ed02";
}

.icon-hybrid-networking:before {
  content: "\ed03";
}

.icon-hybrid-networking--alt:before {
  content: "\ed04";
}

.icon-ibm-cloud:before {
  content: "\ed05";
}

.icon-ibm-cloud--dedicated-host:before {
  content: "\ed06";
}

.icon-ibm-cloud--internet-services:before {
  content: "\ed07";
}

.icon-ibm-cloud-pak--applications:before {
  content: "\ed08";
}

.icon-ibm-cloud-pak--data:before {
  content: "\ed09";
}

.icon-ibm-cloud-pak--integration:before {
  content: "\ed0a";
}

.icon-ibm-cloud-pak--multicloud-mgmt:before {
  content: "\ed0b";
}

.icon-ibm-cloud-pak--network-automation:before {
  content: "\ed0c";
}

.icon-ibm-cloud-pak--security:before {
  content: "\ed0d";
}

.icon-ibm-cloud-pak--system:before {
  content: "\ed0e";
}

.icon-ibm-cloud-pak--watson-aiops:before {
  content: "\ed0f";
}

.icon-ibm-cloud--security-compliance-center:before {
  content: "\ed10";
}

.icon-ibm-cloud--subnets:before {
  content: "\ed11";
}

.icon-ibm-cloud--transit-gateway:before {
  content: "\ed12";
}

.icon-ibm-cloud--vpc-endpoints:before {
  content: "\ed13";
}

.icon-ibm--data-replication:before {
  content: "\ed14";
}

.icon-ibm--match-360:before {
  content: "\ed15";
}

.icon-ibm-security:before {
  content: "\ed16";
}

.icon-ibm-security--services:before {
  content: "\ed17";
}

.icon-ibm-watson--orders:before {
  content: "\ed18";
}

.icon-ice--accretion:before {
  content: "\ed19";
}

.icon-ice--vision:before {
  content: "\ed1a";
}

.icon-idea:before {
  content: "\ed1b";
}

.icon-identification:before {
  content: "\ed1c";
}

.icon-id-management:before {
  content: "\ed1d";
}

.icon-image:before {
  content: "\ed1e";
}

.icon-image--copy:before {
  content: "\ed1f";
}

.icon-image--medical:before {
  content: "\ed20";
}

.icon-image--reference:before {
  content: "\ed21";
}

.icon-image--search:before {
  content: "\ed22";
}

.icon-image--search--alt:before {
  content: "\ed23";
}

.icon-image-service:before {
  content: "\ed24";
}

.icon-import-export:before {
  content: "\ed25";
}

.icon-improve-relevance:before {
  content: "\ed26";
}

.icon-incomplete:before {
  content: "\ed27";
}

.icon-incomplete--cancel:before {
  content: "\ed28";
}

.icon-incomplete--error:before {
  content: "\ed29";
}

.icon-incomplete--warning:before {
  content: "\ed2a";
}

.icon-increase-level:before {
  content: "\ed2b";
}

.icon-industry:before {
  content: "\ed2c";
}

.icon-information:before {
  content: "\ed2d";
}

.icon-information--disabled:before {
  content: "\ed2e";
}

.icon-information--filled:before {
  content: "\ed2f";
}

.icon-information--square:before {
  content: "\ed30";
}

.icon-information--square--filled:before {
  content: "\ed31";
}

.icon-infrastructure--classic:before {
  content: "\ed32";
}

.icon-in-progress:before {
  content: "\ed33";
}

.icon-in-progress--error:before {
  content: "\ed34";
}

.icon-in-progress--warning:before {
  content: "\ed35";
}

.icon-insert:before {
  content: "\ed36";
}

.icon-insert--page:before {
  content: "\ed37";
}

.icon-insert-syntax:before {
  content: "\ed38";
}

.icon-inspection:before {
  content: "\ed39";
}

.icon-instance--bx:before {
  content: "\ed3a";
}

.icon-instance--classic:before {
  content: "\ed3b";
}

.icon-instance--cx:before {
  content: "\ed3c";
}

.icon-instance--mx:before {
  content: "\ed3d";
}

.icon-instance--virtual:before {
  content: "\ed3e";
}

.icon-integration:before {
  content: "\ed3f";
}

.icon-intent-request--active:before {
  content: "\ed40";
}

.icon-intent-request--create:before {
  content: "\ed41";
}

.icon-intent-request--heal:before {
  content: "\ed42";
}

.icon-intent-request--inactive:before {
  content: "\ed43";
}

.icon-intent-request--scale-in:before {
  content: "\ed44";
}

.icon-intent-request--scale-out:before {
  content: "\ed45";
}

.icon-intent-request--uninstall:before {
  content: "\ed46";
}

.icon-intent-request--upgrade:before {
  content: "\ed47";
}

.icon-interactions:before {
  content: "\ed48";
}

.icon-intersect:before {
  content: "\ed49";
}

.icon-intrusion-prevention:before {
  content: "\ed4a";
}

.icon-inventory-management:before {
  content: "\ed4b";
}

.icon-iot--connect:before {
  content: "\ed4c";
}

.icon-iot--platform:before {
  content: "\ed4d";
}

.icon-ISO:before {
  content: "\ed4e";
}

.icon-ISO--filled:before {
  content: "\ed4f";
}

.icon-ISO--outline:before {
  content: "\ed50";
}

.icon-join--full:before {
  content: "\ed51";
}

.icon-join--inner:before {
  content: "\ed52";
}

.icon-join--left:before {
  content: "\ed53";
}

.icon-join--outer:before {
  content: "\ed54";
}

.icon-join--right:before {
  content: "\ed55";
}

.icon-JPG:before {
  content: "\ed56";
}

.icon-JSON:before {
  content: "\ed57";
}

.icon-JSON--reference:before {
  content: "\ed58";
}

.icon-jump-link:before {
  content: "\ed59";
}

.icon-keep-dry:before {
  content: "\ed5a";
}

.icon-keyboard:before {
  content: "\ed5b";
}

.icon-kubernetes:before {
  content: "\ed5c";
}

.icon-label:before {
  content: "\ed5d";
}

.icon-language:before {
  content: "\ed5e";
}

.icon-laptop:before {
  content: "\ed5f";
}

.icon-lasso:before {
  content: "\ed60";
}

.icon-lasso--polygon:before {
  content: "\ed61";
}

.icon-launch:before {
  content: "\ed62";
}

.icon-layers:before {
  content: "\ed63";
}

.icon-legend:before {
  content: "\ed64";
}

.icon-letter--Aa:before {
  content: "\ed65";
}

.icon-letter--Aa--large:before {
  content: "\ed66";
}

.icon-letter--Bb:before {
  content: "\ed67";
}

.icon-letter--Cc:before {
  content: "\ed68";
}

.icon-letter--Dd:before {
  content: "\ed69";
}

.icon-letter--Ee:before {
  content: "\ed6a";
}

.icon-letter--Ff:before {
  content: "\ed6b";
}

.icon-letter--Gg:before {
  content: "\ed6c";
}

.icon-letter--Hh:before {
  content: "\ed6d";
}

.icon-letter--Ii:before {
  content: "\ed6e";
}

.icon-letter--Jj:before {
  content: "\ed6f";
}

.icon-letter--Kk:before {
  content: "\ed70";
}

.icon-letter--Ll:before {
  content: "\ed71";
}

.icon-letter--Mm:before {
  content: "\ed72";
}

.icon-letter--Nn:before {
  content: "\ed73";
}

.icon-letter--Oo:before {
  content: "\ed74";
}

.icon-letter--Pp:before {
  content: "\ed75";
}

.icon-letter--Qq:before {
  content: "\ed76";
}

.icon-letter--Rr:before {
  content: "\ed77";
}

.icon-letter--Ss:before {
  content: "\ed78";
}

.icon-letter--Tt:before {
  content: "\ed79";
}

.icon-letter--Uu:before {
  content: "\ed7a";
}

.icon-letter--Vv:before {
  content: "\ed7b";
}

.icon-letter--Ww:before {
  content: "\ed7c";
}

.icon-letter--Xx:before {
  content: "\ed7d";
}

.icon-letter--Yy:before {
  content: "\ed7e";
}

.icon-letter--Zz:before {
  content: "\ed7f";
}

.icon-license:before {
  content: "\ed80";
}

.icon-license--draft:before {
  content: "\ed81";
}

.icon-license--global:before {
  content: "\ed82";
}

.icon-license--maintenance:before {
  content: "\ed83";
}

.icon-license--maintenance-draft:before {
  content: "\ed84";
}

.icon-license--third-party:before {
  content: "\ed85";
}

.icon-license--third-party-draft:before {
  content: "\ed86";
}

.icon-lifesaver:before {
  content: "\ed87";
}

.icon-light:before {
  content: "\ed88";
}

.icon-light--filled:before {
  content: "\ed89";
}

.icon-lightning:before {
  content: "\ed8a";
}

.icon-link:before {
  content: "\ed8b";
}

.icon-linux:before {
  content: "\ed8c";
}

.icon-linux--alt:before {
  content: "\ed8d";
}

.icon-list:before {
  content: "\ed8e";
}

.icon-list--boxes:before {
  content: "\ed8f";
}

.icon-list--bulleted:before {
  content: "\ed90";
}

.icon-list--checked:before {
  content: "\ed91";
}

.icon-list--dropdown:before {
  content: "\ed92";
}

.icon-list--numbered:before {
  content: "\ed93";
}

.icon-load-balancer--application:before {
  content: "\ed94";
}

.icon-load-balancer--classic:before {
  content: "\ed95";
}

.icon-load-balancer--global:before {
  content: "\ed96";
}

.icon-load-balancer--listener:before {
  content: "\ed97";
}

.icon-load-balancer--local:before {
  content: "\ed98";
}

.icon-load-balancer--network:before {
  content: "\ed99";
}

.icon-load-balancer--pool:before {
  content: "\ed9a";
}

.icon-load-balancer--vpc:before {
  content: "\ed9b";
}

.icon-location:before {
  content: "\ed9c";
}

.icon-location--company:before {
  content: "\ed9d";
}

.icon-location--company--filled:before {
  content: "\ed9e";
}

.icon-location--current:before {
  content: "\ed9f";
}

.icon-location--filled:before {
  content: "\eda0";
}

.icon-location--hazard:before {
  content: "\eda1";
}

.icon-location--hazard--filled:before {
  content: "\eda2";
}

.icon-location--heart:before {
  content: "\eda3";
}

.icon-location--heart--filled:before {
  content: "\eda4";
}

.icon-location--person:before {
  content: "\eda5";
}

.icon-location--person--filled:before {
  content: "\eda6";
}

.icon-location--save:before {
  content: "\eda7";
}

.icon-location--star:before {
  content: "\eda8";
}

.icon-location--star--filled:before {
  content: "\eda9";
}

.icon-locked:before {
  content: "\edaa";
}

.icon-logical-partition:before {
  content: "\edab";
}

.icon-login:before {
  content: "\edac";
}

.icon-logo--delicious:before {
  content: "\edad";
}

.icon-logo--digg:before {
  content: "\edae";
}

.icon-logo--discord:before {
  content: "\edaf";
}

.icon-logo--facebook:before {
  content: "\edb0";
}

.icon-logo--flickr:before {
  content: "\edb1";
}

.icon-logo--github:before {
  content: "\edb2";
}

.icon-logo--glassdoor:before {
  content: "\edb3";
}

.icon-logo--google:before {
  content: "\edb4";
}

.icon-logo--instagram:before {
  content: "\edb5";
}

.icon-logo--jupyter:before {
  content: "\edb6";
}

.icon-logo--keybase:before {
  content: "\edb7";
}

.icon-logo--linkedin:before {
  content: "\edb8";
}

.icon-logo--livestream:before {
  content: "\edb9";
}

.icon-logo--medium:before {
  content: "\edba";
}

.icon-logo--openshift:before {
  content: "\edbb";
}

.icon-logo--pinterest:before {
  content: "\edbc";
}

.icon-logo--python:before {
  content: "\edbd";
}

.icon-logo--quora:before {
  content: "\edbe";
}

.icon-logo--r-script:before {
  content: "\edbf";
}

.icon-logo--skype:before {
  content: "\edc0";
}

.icon-logo--slack:before {
  content: "\edc1";
}

.icon-logo--snapchat:before {
  content: "\edc2";
}

.icon-logo--stumbleupon:before {
  content: "\edc3";
}

.icon-logo--tumblr:before {
  content: "\edc4";
}

.icon-logo--twitter:before {
  content: "\edc5";
}

.icon-logout:before {
  content: "\edc6";
}

.icon-logo--vmware:before {
  content: "\edc7";
}

.icon-logo--wechat:before {
  content: "\edc8";
}

.icon-logo--xing:before {
  content: "\edc9";
}

.icon-logo--yelp:before {
  content: "\edca";
}

.icon-logo--youtube:before {
  content: "\edcb";
}

.icon-loop:before {
  content: "\edcc";
}

.icon-mac--command:before {
  content: "\edcd";
}

.icon-machine-learning:before {
  content: "\edce";
}

.icon-machine-learning-model:before {
  content: "\edcf";
}

.icon-mac--option:before {
  content: "\edd0";
}

.icon-mac--shift:before {
  content: "\edd1";
}

.icon-magic-wand:before {
  content: "\edd2";
}

.icon-magic-wand--filled:before {
  content: "\edd3";
}

.icon-mail--all:before {
  content: "\edd4";
}

.icon-mail--reply:before {
  content: "\edd5";
}

.icon-mammogram--stacked:before {
  content: "\edd6";
}

.icon-managed-solutions:before {
  content: "\edd7";
}

.icon-manage-protection:before {
  content: "\edd8";
}

.icon-map:before {
  content: "\edd9";
}

.icon-map-boundary:before {
  content: "\edda";
}

.icon-map-boundary--vegetation:before {
  content: "\eddb";
}

.icon-map--center:before {
  content: "\eddc";
}

.icon-map--identify:before {
  content: "\eddd";
}

.icon-marine-warning:before {
  content: "\edde";
}

.icon-math-curve:before {
  content: "\eddf";
}

.icon-maximize:before {
  content: "\ede0";
}

.icon-media-cast:before {
  content: "\ede1";
}

.icon-media--library:before {
  content: "\ede2";
}

.icon-media--library--filled:before {
  content: "\ede3";
}

.icon-medication:before {
  content: "\ede4";
}

.icon-medication--alert:before {
  content: "\ede5";
}

.icon-medication--reminder:before {
  content: "\ede6";
}

.icon-menu:before {
  content: "\ede7";
}

.icon-message-queue:before {
  content: "\ede8";
}

.icon-meter:before {
  content: "\ede9";
}

.icon-meter--alt:before {
  content: "\edea";
}

.icon-microphone:before {
  content: "\edeb";
}

.icon-microphone--filled:before {
  content: "\edec";
}

.icon-microphone--off:before {
  content: "\eded";
}

.icon-microphone--off--filled:before {
  content: "\edee";
}

.icon-microscope:before {
  content: "\edef";
}

.icon-migrate:before {
  content: "\edf0";
}

.icon-migrate--alt:before {
  content: "\edf1";
}

.icon-milestone:before {
  content: "\edf2";
}

.icon-military-camp:before {
  content: "\edf3";
}

.icon-minimize:before {
  content: "\edf4";
}

.icon-misuse:before {
  content: "\edf5";
}

.icon-misuse--alt:before {
  content: "\edf6";
}

.icon-misuse--outline:before {
  content: "\edf7";
}

.icon-mixed-rain-hail:before {
  content: "\edf8";
}

.icon-mobile:before {
  content: "\edf9";
}

.icon-mobile--add:before {
  content: "\edfa";
}

.icon-mobile--audio:before {
  content: "\edfb";
}

.icon-mobile--check:before {
  content: "\edfc";
}

.icon-mobile--download:before {
  content: "\edfd";
}

.icon-mobile--landscape:before {
  content: "\edfe";
}

.icon-mobility--services:before {
  content: "\edff";
}

.icon-model:before {
  content: "\ee00";
}

.icon-model--alt:before {
  content: "\ee01";
}

.icon-model-builder:before {
  content: "\ee02";
}

.icon-model-builder--reference:before {
  content: "\ee03";
}

.icon-model--reference:before {
  content: "\ee04";
}

.icon-money:before {
  content: "\ee05";
}

.icon-monster:before {
  content: "\ee06";
}

.icon-monument:before {
  content: "\ee07";
}

.icon-moon:before {
  content: "\ee08";
}

.icon-moonrise:before {
  content: "\ee09";
}

.icon-moonset:before {
  content: "\ee0a";
}

.icon-mostly-cloudy:before {
  content: "\ee0b";
}

.icon-mostly-cloudy--night:before {
  content: "\ee0c";
}

.icon-mountain:before {
  content: "\ee0d";
}

.icon-MOV:before {
  content: "\ee0e";
}

.icon-move:before {
  content: "\ee0f";
}

.icon-movement:before {
  content: "\ee10";
}

.icon-MP3:before {
  content: "\ee11";
}

.icon-MP4:before {
  content: "\ee12";
}

.icon-MPEG:before {
  content: "\ee13";
}

.icon-MPG2:before {
  content: "\ee14";
}

.icon-music:before {
  content: "\ee15";
}

.icon-music--add:before {
  content: "\ee16";
}

.icon-music--remove:before {
  content: "\ee17";
}

.icon-name-space:before {
  content: "\ee18";
}

.icon-navaid--civil:before {
  content: "\ee19";
}

.icon-navaid--dme:before {
  content: "\ee1a";
}

.icon-navaid--helipad:before {
  content: "\ee1b";
}

.icon-navaid--military:before {
  content: "\ee1c";
}

.icon-navaid--military-civil:before {
  content: "\ee1d";
}

.icon-navaid--ndb:before {
  content: "\ee1e";
}

.icon-navaid--ndb-dme .path1:before {
  content: "\ee1f";
  color: rgb(23, 23, 23);
}

.icon-navaid--ndb-dme .path2:before {
  content: "\ee20";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--ndb-dme .path3:before {
  content: "\ee21";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--ndb-dme .path4:before {
  content: "\ee22";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--ndb-dme .path5:before {
  content: "\ee23";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--ndb-dme .path6:before {
  content: "\ee24";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path7:before {
  content: "\ee25";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path8:before {
  content: "\ee26";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path9:before {
  content: "\ee27";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path10:before {
  content: "\ee28";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path11:before {
  content: "\ee29";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path12:before {
  content: "\ee2a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path13:before {
  content: "\ee2b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path14:before {
  content: "\ee2c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path15:before {
  content: "\ee2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path16:before {
  content: "\ee2e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path17:before {
  content: "\ee2f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path18:before {
  content: "\ee30";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path19:before {
  content: "\ee31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path20:before {
  content: "\ee32";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path21:before {
  content: "\ee33";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--ndb-dme .path22:before {
  content: "\ee34";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-navaid--private:before {
  content: "\ee35";
}

.icon-navaid--seaplane:before {
  content: "\ee36";
}

.icon-navaid--tacan:before {
  content: "\ee37";
}

.icon-navaid--vhfor:before {
  content: "\ee38";
}

.icon-navaid--vor .path1:before {
  content: "\ee39";
  color: rgb(0, 0, 0);
}

.icon-navaid--vor .path2:before {
  content: "\ee3a";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--vordme .path1:before {
  content: "\ee3b";
  color: rgb(0, 0, 0);
}

.icon-navaid--vordme .path2:before {
  content: "\ee3c";
  margin-left: -1em;
  color: rgb(23, 23, 23);
}

.icon-navaid--vortac:before {
  content: "\ee3d";
}

.icon-need:before {
  content: "\ee3e";
}

.icon-network--1:before {
  content: "\ee3f";
}

.icon-network--2:before {
  content: "\ee40";
}

.icon-network--3:before {
  content: "\ee41";
}

.icon-network--3--reference:before {
  content: "\ee42";
}

.icon-network--4:before {
  content: "\ee43";
}

.icon-network--4--reference:before {
  content: "\ee44";
}

.icon-network--admin-control:before {
  content: "\ee45";
}

.icon-network--enterprise:before {
  content: "\ee46";
}

.icon-network--overlay:before {
  content: "\ee47";
}

.icon-network--public:before {
  content: "\ee48";
}

.icon-new-tab:before {
  content: "\ee49";
}

.icon-next--filled:before {
  content: "\ee4a";
}

.icon-next--outline:before {
  content: "\ee4b";
}

.icon-no-image:before {
  content: "\ee4c";
}

.icon-nominal:before {
  content: "\ee4d";
}

.icon-non-certified:before {
  content: "\ee4e";
}

.icon-noodle-bowl:before {
  content: "\ee4f";
}

.icon-not-available:before {
  content: "\ee50";
}

.icon-notebook:before {
  content: "\ee51";
}

.icon-notebook--reference:before {
  content: "\ee52";
}

.icon-no-ticket:before {
  content: "\ee53";
}

.icon-notification:before {
  content: "\ee54";
}

.icon-notification--filled:before {
  content: "\ee55";
}

.icon-notification--new:before {
  content: "\ee56";
}

.icon-notification--off:before {
  content: "\ee57";
}

.icon-notification--off--filled:before {
  content: "\ee58";
}

.icon-not-sent:before {
  content: "\ee59";
}

.icon-not-sent--filled:before {
  content: "\ee5a";
}

.icon-number--0:before {
  content: "\ee5b";
}

.icon-number--1:before {
  content: "\ee5c";
}

.icon-number--2:before {
  content: "\ee5d";
}

.icon-number--3:before {
  content: "\ee5e";
}

.icon-number--4:before {
  content: "\ee5f";
}

.icon-number--5:before {
  content: "\ee60";
}

.icon-number--6:before {
  content: "\ee61";
}

.icon-number--7:before {
  content: "\ee62";
}

.icon-number--8:before {
  content: "\ee63";
}

.icon-number--9:before {
  content: "\ee64";
}

.icon-number--small--0:before {
  content: "\ee65";
}

.icon-number--small--1:before {
  content: "\ee66";
}

.icon-number--small--2:before {
  content: "\ee67";
}

.icon-number--small--3:before {
  content: "\ee68";
}

.icon-number--small--4:before {
  content: "\ee69";
}

.icon-number--small--5:before {
  content: "\ee6a";
}

.icon-number--small--6:before {
  content: "\ee6b";
}

.icon-number--small--7:before {
  content: "\ee6c";
}

.icon-number--small--8:before {
  content: "\ee6d";
}

.icon-number--small--9:before {
  content: "\ee6e";
}

.icon-object-storage:before {
  content: "\ee6f";
}

.icon-object-storage--alt:before {
  content: "\ee70";
}

.icon-observed--hail:before {
  content: "\ee71";
}

.icon-observed--lightning:before {
  content: "\ee72";
}

.icon-omega:before {
  content: "\ee73";
}

.icon-opacity:before {
  content: "\ee74";
}

.icon-open-panel--bottom:before {
  content: "\ee75";
}

.icon-open-panel--filled--bottom:before {
  content: "\ee76";
}

.icon-open-panel--filled--left:before {
  content: "\ee77";
}

.icon-open-panel--filled--right:before {
  content: "\ee78";
}

.icon-open-panel--filled--top:before {
  content: "\ee79";
}

.icon-open-panel--left:before {
  content: "\ee7a";
}

.icon-open-panel--right:before {
  content: "\ee7b";
}

.icon-open-panel--top:before {
  content: "\ee7c";
}

.icon-operations--field:before {
  content: "\ee7d";
}

.icon-operations--record:before {
  content: "\ee7e";
}

.icon-order-details:before {
  content: "\ee7f";
}

.icon-ordinal:before {
  content: "\ee80";
}

.icon-outage:before {
  content: "\ee81";
}

.icon-outlook-severe:before {
  content: "\ee82";
}

.icon-overflow-menu--horizontal:before {
  content: "\ee83";
}

.icon-overflow-menu--vertical:before {
  content: "\ee84";
}

.icon-overlay:before {
  content: "\ee85";
}

.icon-package:before {
  content: "\ee86";
}

.icon-page-break:before {
  content: "\ee87";
}

.icon-page--first:before {
  content: "\ee88";
}

.icon-page--last:before {
  content: "\ee89";
}

.icon-page-number:before {
  content: "\ee8a";
}

.icon-paint-brush:before {
  content: "\ee8b";
}

.icon-paint-brush--alt:before {
  content: "\ee8c";
}

.icon-palm-tree:before {
  content: "\ee8d";
}

.icon-panel-expansion:before {
  content: "\ee8e";
}

.icon-pan--horizontal:before {
  content: "\ee8f";
}

.icon-pan--vertical:before {
  content: "\ee90";
}

.icon-paragraph:before {
  content: "\ee91";
}

.icon-parameter:before {
  content: "\ee92";
}

.icon-parent-child:before {
  content: "\ee93";
}

.icon-partly-cloudy:before {
  content: "\ee94";
}

.icon-partly-cloudy--night:before {
  content: "\ee95";
}

.icon-partnership:before {
  content: "\ee96";
}

.icon-passenger--drinks:before {
  content: "\ee97";
}

.icon-passenger--plus:before {
  content: "\ee98";
}

.icon-password:before {
  content: "\ee99";
}

.icon-paste:before {
  content: "\ee9a";
}

.icon-pause:before {
  content: "\ee9b";
}

.icon-pause--filled:before {
  content: "\ee9c";
}

.icon-pause-future:before {
  content: "\ee9d";
}

.icon-pause--outline:before {
  content: "\ee9e";
}

.icon-pause--outline--filled:before {
  content: "\ee9f";
}

.icon-pause-past:before {
  content: "\eea0";
}

.icon-pcn--e-node:before {
  content: "\eea1";
}

.icon-pcn--military:before {
  content: "\eea2";
}

.icon-pcn--p-node:before {
  content: "\eea3";
}

.icon-pcn--z-node:before {
  content: "\eea4";
}

.icon-PDF:before {
  content: "\eea5";
}

.icon-PDF--reference:before {
  content: "\eea6";
}

.icon-pedestrian:before {
  content: "\eea7";
}

.icon-pedestrian-child:before {
  content: "\eea8";
}

.icon-pedestrian--family:before {
  content: "\eea9";
}

.icon-pen:before {
  content: "\eeaa";
}

.icon-pending:before {
  content: "\eeab";
}

.icon-pending--filled:before {
  content: "\eeac";
}

.icon-pen--fountain:before {
  content: "\eead";
}

.icon-percentage:before {
  content: "\eeae";
}

.icon-percentage--filled:before {
  content: "\eeaf";
}

.icon-person:before {
  content: "\eeb0";
}

.icon-person--favorite:before {
  content: "\eeb1";
}

.icon-pest:before {
  content: "\eeb2";
}

.icon-phone:before {
  content: "\eeb3";
}

.icon-phone--application:before {
  content: "\eeb4";
}

.icon-phone--block:before {
  content: "\eeb5";
}

.icon-phone--block--filled:before {
  content: "\eeb6";
}

.icon-phone--filled:before {
  content: "\eeb7";
}

.icon-phone--incoming .path1:before {
  content: "\eeb8";
  color: rgb(0, 0, 0);
}

.icon-phone--incoming .path2:before {
  content: "\eeb9";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}

.icon-phone--incoming--filled .path1:before {
  content: "\eeba";
  color: rgb(0, 0, 0);
}

.icon-phone--incoming--filled .path2:before {
  content: "\eebb";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}

.icon-phone--ip:before {
  content: "\eebc";
}

.icon-phone--off:before {
  content: "\eebd";
}

.icon-phone--off--filled:before {
  content: "\eebe";
}

.icon-phone--outgoing .path1:before {
  content: "\eebf";
  color: rgb(0, 0, 0);
}

.icon-phone--outgoing .path2:before {
  content: "\eec0";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}

.icon-phone--outgoing--filled .path1:before {
  content: "\eec1";
  color: rgb(0, 0, 0);
}

.icon-phone--outgoing--filled .path2:before {
  content: "\eec2";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}

.icon-phone--settings:before {
  content: "\eec3";
}

.icon-phone--voice:before {
  content: "\eec4";
}

.icon-phone--voice--filled:before {
  content: "\eec5";
}

.icon-phrase-sentiment:before {
  content: "\eec6";
}

.icon-picnic-area:before {
  content: "\eec7";
}

.icon-piggy-bank:before {
  content: "\eec8";
}

.icon-piggy-bank--slot:before {
  content: "\eec9";
}

.icon-pills:before {
  content: "\eeca";
}

.icon-pills--add:before {
  content: "\eecb";
}

.icon-pills--subtract:before {
  content: "\eecc";
}

.icon-pin:before {
  content: "\eecd";
}

.icon-pin--filled:before {
  content: "\eece";
}

.icon-plane:before {
  content: "\eecf";
}

.icon-plane--private:before {
  content: "\eed0";
}

.icon-plane--sea:before {
  content: "\eed1";
}

.icon-play:before {
  content: "\eed2";
}

.icon-play--filled:before {
  content: "\eed3";
}

.icon-play--filled--alt:before {
  content: "\eed4";
}

.icon-playlist:before {
  content: "\eed5";
}

.icon-play--outline:before {
  content: "\eed6";
}

.icon-play--outline--filled:before {
  content: "\eed7";
}

.icon-plug:before {
  content: "\eed8";
}

.icon-plug--filled:before {
  content: "\eed9";
}

.icon-PNG:before {
  content: "\eeda";
}

.icon-point-of-presence:before {
  content: "\eedb";
}

.icon-police:before {
  content: "\eedc";
}

.icon-policy:before {
  content: "\eedd";
}

.icon-popup:before {
  content: "\eede";
}

.icon-portfolio:before {
  content: "\eedf";
}

.icon-power:before {
  content: "\eee0";
}

.icon-PPT:before {
  content: "\eee1";
}

.icon-presentation-file:before {
  content: "\eee2";
}

.icon-pressure:before {
  content: "\eee3";
}

.icon-pressure--filled:before {
  content: "\eee4";
}

.icon-previous--filled:before {
  content: "\eee5";
}

.icon-previous--outline:before {
  content: "\eee6";
}

.icon-printer:before {
  content: "\eee7";
}

.icon-product:before {
  content: "\eee8";
}

.icon-progress-bar:before {
  content: "\eee9";
}

.icon-progress-bar--round:before {
  content: "\eeea";
}

.icon-property-relationship:before {
  content: "\eeeb";
}

.icon-purchase:before {
  content: "\eeec";
}

.icon-qq-plot:before {
  content: "\eeed";
}

.icon-qr-code:before {
  content: "\eeee";
}

.icon-quadrant-plot:before {
  content: "\eeef";
}

.icon-query:before {
  content: "\eef0";
}

.icon-query-queue:before {
  content: "\eef1";
}

.icon-queued:before {
  content: "\eef2";
}

.icon-quotes:before {
  content: "\eef3";
}

.icon-radar:before {
  content: "\eef4";
}

.icon-radar--enhanced:before {
  content: "\eef5";
}

.icon-radar--weather:before {
  content: "\eef6";
}

.icon-radio:before {
  content: "\eef7";
}

.icon-radio-button:before {
  content: "\eef8";
}

.icon-radio-button--checked:before {
  content: "\eef9";
}

.icon-radio--combat:before {
  content: "\eefa";
}

.icon-radio--push-to-talk:before {
  content: "\eefb";
}

.icon-rain:before {
  content: "\eefc";
}

.icon-rain--drizzle:before {
  content: "\eefd";
}

.icon-rain-drop:before {
  content: "\eefe";
}

.icon-rain--heavy:before {
  content: "\eeff";
}

.icon-rain--scattered:before {
  content: "\ef00";
}

.icon-rain--scattered--night:before {
  content: "\ef01";
}

.icon-RAW:before {
  content: "\ef02";
}

.icon-receipt:before {
  content: "\ef03";
}

.icon-recently-viewed:before {
  content: "\ef04";
}

.icon-recommend:before {
  content: "\ef05";
}

.icon-recording:before {
  content: "\ef06";
}

.icon-recording--filled:before {
  content: "\ef07";
}

.icon-recording--filled--alt:before {
  content: "\ef08";
}

.icon-redo:before {
  content: "\ef09";
}

.icon-ref-evapotranspiration:before {
  content: "\ef0a";
}

.icon-reflect--horizontal:before {
  content: "\ef0b";
}

.icon-reflect--vertical:before {
  content: "\ef0c";
}

.icon-reminder:before {
  content: "\ef0d";
}

.icon-reminder--medical:before {
  content: "\ef0e";
}

.icon-renew:before {
  content: "\ef0f";
}

.icon-repeat:before {
  content: "\ef10";
}

.icon-repeat--one:before {
  content: "\ef11";
}

.icon-replicate:before {
  content: "\ef12";
}

.icon-reply:before {
  content: "\ef13";
}

.icon-reply--all:before {
  content: "\ef14";
}

.icon-report:before {
  content: "\ef15";
}

.icon-report--data:before {
  content: "\ef16";
}

.icon-request-quote:before {
  content: "\ef17";
}

.icon-research--bloch-sphere:before {
  content: "\ef18";
}

.icon-research--hinton-plot:before {
  content: "\ef19";
}

.icon-research--matrix:before {
  content: "\ef1a";
}

.icon-reset:before {
  content: "\ef1b";
}

.icon-reset--alt:before {
  content: "\ef1c";
}

.icon-restart:before {
  content: "\ef1d";
}

.icon-restaurant:before {
  content: "\ef1e";
}

.icon-restaurant--fine:before {
  content: "\ef1f";
}

.icon-result:before {
  content: "\ef20";
}

.icon-result--new:before {
  content: "\ef21";
}

.icon-result--old:before {
  content: "\ef22";
}

.icon-retry--failed:before {
  content: "\ef23";
}

.icon-review:before {
  content: "\ef24";
}

.icon-rewind--5:before {
  content: "\ef25";
}

.icon-rewind--10:before {
  content: "\ef26";
}

.icon-rewind--30:before {
  content: "\ef27";
}

.icon-road:before {
  content: "\ef28";
}

.icon-roadmap:before {
  content: "\ef29";
}

.icon-road--weather:before {
  content: "\ef2a";
}

.icon-rocket:before {
  content: "\ef2b";
}

.icon-rotate:before {
  content: "\ef2c";
}

.icon-rotate--clockwise:before {
  content: "\ef2d";
}

.icon-rotate--clockwise--alt:before {
  content: "\ef2e";
}

.icon-rotate--clockwise--alt--filled:before {
  content: "\ef2f";
}

.icon-rotate--clockwise--filled:before {
  content: "\ef30";
}

.icon-rotate--counterclockwise:before {
  content: "\ef31";
}

.icon-rotate--counterclockwise--alt:before {
  content: "\ef32";
}

.icon-rotate--counterclockwise--alt--filled:before {
  content: "\ef33";
}

.icon-rotate--counterclockwise--filled:before {
  content: "\ef34";
}

.icon-router:before {
  content: "\ef35";
}

.icon-router--voice:before {
  content: "\ef36";
}

.icon-router--wifi:before {
  content: "\ef37";
}

.icon-row:before {
  content: "\ef38";
}

.icon-row--collapse:before {
  content: "\ef39";
}

.icon-row--delete:before {
  content: "\ef3a";
}

.icon-row--expand:before {
  content: "\ef3b";
}

.icon-row--insert:before {
  content: "\ef3c";
}

.icon-rss:before {
  content: "\ef3d";
}

.icon-rule:before {
  content: "\ef3e";
}

.icon-rule--cancelled:before {
  content: "\ef3f";
}

.icon-rule--draft:before {
  content: "\ef40";
}

.icon-rule--filled:before {
  content: "\ef41";
}

.icon-ruler:before {
  content: "\ef42";
}

.icon-ruler--alt:before {
  content: "\ef43";
}

.icon-rule--test:before {
  content: "\ef44";
}

.icon-run:before {
  content: "\ef45";
}

.icon-sailboat--coastal:before {
  content: "\ef46";
}

.icon-sailboat--offshore:before {
  content: "\ef47";
}

.icon-sankey-diagram:before {
  content: "\ef48";
}

.icon-sankey-diagram--alt:before {
  content: "\ef49";
}

.icon-satellite:before {
  content: "\ef4a";
}

.icon-satellite--radar:before {
  content: "\ef4b";
}

.icon-satellite--weather:before {
  content: "\ef4c";
}

.icon-save:before {
  content: "\ef4d";
}

.icon-save--model:before {
  content: "\ef4e";
}

.icon-scale:before {
  content: "\ef4f";
}

.icon-scales:before {
  content: "\ef50";
}

.icon-scales--tipped:before {
  content: "\ef51";
}

.icon-scalpel:before {
  content: "\ef52";
}

.icon-scan:before {
  content: "\ef53";
}

.icon-scan--alt:before {
  content: "\ef54";
}

.icon-scan--disabled:before {
  content: "\ef55";
}

.icon-scatter-matrix:before {
  content: "\ef56";
}

.icon-schematics:before {
  content: "\ef57";
}

.icon-scis--control-tower:before {
  content: "\ef58";
}

.icon-scis--transparent-supply:before {
  content: "\ef59";
}

.icon-scooter:before {
  content: "\ef5a";
}

.icon-scooter--front:before {
  content: "\ef5b";
}

.icon-screen:before {
  content: "\ef5c";
}

.icon-screen--off:before {
  content: "\ef5d";
}

.icon-script:before {
  content: "\ef5e";
}

.icon-script--reference:before {
  content: "\ef5f";
}

.icon-SDK:before {
  content: "\ef60";
}

.icon-search:before {
  content: "\ef61";
}

.icon-search--advanced:before {
  content: "\ef62";
}

.icon-search--locate:before {
  content: "\ef63";
}

.icon-security:before {
  content: "\ef64";
}

.icon-security-services:before {
  content: "\ef65";
}

.icon-select--01:before {
  content: "\ef66";
}

.icon-select--02:before {
  content: "\ef67";
}

.icon-select--window:before {
  content: "\ef68";
}

.icon-send:before {
  content: "\ef69";
}

.icon-send--alt:before {
  content: "\ef6a";
}

.icon-send--alt--filled:before {
  content: "\ef6b";
}

.icon-send-backward:before {
  content: "\ef6c";
}

.icon-send--filled:before {
  content: "\ef6d";
}

.icon-send-to-back:before {
  content: "\ef6e";
}

.icon-server--dns:before {
  content: "\ef6f";
}

.icon-server--proxy:before {
  content: "\ef70";
}

.icon-server--time:before {
  content: "\ef71";
}

.icon-service-desk:before {
  content: "\ef72";
}

.icon-session-border-control:before {
  content: "\ef73";
}

.icon-settings:before {
  content: "\ef74";
}

.icon-settings--adjust:before {
  content: "\ef75";
}

.icon-settings--check:before {
  content: "\ef76";
}

.icon-settings--services:before {
  content: "\ef77";
}

.icon-settings--view:before {
  content: "\ef78";
}

.icon-shape--except:before {
  content: "\ef79";
}

.icon-shape--exclude:before {
  content: "\ef7a";
}

.icon-shape--intersect:before {
  content: "\ef7b";
}

.icon-shape--join:before {
  content: "\ef7c";
}

.icon-shape--unite:before {
  content: "\ef7d";
}

.icon-share:before {
  content: "\ef7e";
}

.icon-share-knowledge:before {
  content: "\ef7f";
}

.icon-shopping--bag:before {
  content: "\ef80";
}

.icon-shopping--cart:before {
  content: "\ef81";
}

.icon-shopping--cart--arrow-down:before {
  content: "\ef82";
}

.icon-shopping--cart--arrow-up:before {
  content: "\ef83";
}

.icon-shopping--cart--clear:before {
  content: "\ef84";
}

.icon-shopping--cart--error:before {
  content: "\ef85";
}

.icon-shopping--cart--minus:before {
  content: "\ef86";
}

.icon-shopping--cart--plus:before {
  content: "\ef87";
}

.icon-shopping--catalog:before {
  content: "\ef88";
}

.icon-show-data--cards:before {
  content: "\ef89";
}

.icon-shrink-screen:before {
  content: "\ef8a";
}

.icon-shrink-screen--filled:before {
  content: "\ef8b";
}

.icon-shuffle:before {
  content: "\ef8c";
}

.icon-shuttle:before {
  content: "\ef8d";
}

.icon-sight:before {
  content: "\ef8e";
}

.icon-sigma:before {
  content: "\ef8f";
}

.icon-signal-strength:before {
  content: "\ef90";
}

.icon-sim-card:before {
  content: "\ef91";
}

.icon-skill-level:before {
  content: "\ef92";
}

.icon-skill-level--advanced:before {
  content: "\ef93";
}

.icon-skill-level--basic:before {
  content: "\ef94";
}

.icon-skill-level--intermediate:before {
  content: "\ef95";
}

.icon-skip--back:before {
  content: "\ef96";
}

.icon-skip--back--filled:before {
  content: "\ef97";
}

.icon-skip--back--outline:before {
  content: "\ef98";
}

.icon-skip--back--outline--filled:before {
  content: "\ef99";
}

.icon-skip--back--outline--solid:before {
  content: "\ef9a";
}

.icon-skip--back--solid--filled:before {
  content: "\ef9b";
}

.icon-skip--forward:before {
  content: "\ef9c";
}

.icon-skip--forward--filled:before {
  content: "\ef9d";
}

.icon-skip--forward--outline:before {
  content: "\ef9e";
}

.icon-skip--forward--outline--filled:before {
  content: "\ef9f";
}

.icon-skip--forward--outline--solid:before {
  content: "\efa0";
}

.icon-skip--forward--solid--filled:before {
  content: "\efa1";
}

.icon-sleet:before {
  content: "\efa2";
}

.icon-slisor:before {
  content: "\efa3";
}

.icon-smell:before {
  content: "\efa4";
}

.icon-smoke:before {
  content: "\efa5";
}

.icon-snooze:before {
  content: "\efa6";
}

.icon-snow:before {
  content: "\efa7";
}

.icon-snow--blizzard:before {
  content: "\efa8";
}

.icon-snow-density:before {
  content: "\efa9";
}

.icon-snowflake:before {
  content: "\efaa";
}

.icon-snow--heavy:before {
  content: "\efab";
}

.icon-snow--scattered:before {
  content: "\efac";
}

.icon-snow--scattered--night:before {
  content: "\efad";
}

.icon-soccer:before {
  content: "\efae";
}

.icon-software-resource:before {
  content: "\efaf";
}

.icon-software-resource--cluster:before {
  content: "\efb0";
}

.icon-software-resource--resource:before {
  content: "\efb1";
}

.icon-soil-moisture:before {
  content: "\efb2";
}

.icon-soil-moisture--field:before {
  content: "\efb3";
}

.icon-soil-moisture--global:before {
  content: "\efb4";
}

.icon-soil-temperature:before {
  content: "\efb5";
}

.icon-soil-temperature--field:before {
  content: "\efb6";
}

.icon-soil-temperature--global:before {
  content: "\efb7";
}

.icon-solar-panel:before {
  content: "\efb8";
}

.icon-sort--ascending:before {
  content: "\efb9";
}

.icon-sort--descending:before {
  content: "\efba";
}

.icon-sort--remove:before {
  content: "\efbb";
}

.icon-spell-check:before {
  content: "\efbc";
}

.icon-split:before {
  content: "\efbd";
}

.icon-split-screen:before {
  content: "\efbe";
}

.icon-spray-paint:before {
  content: "\efbf";
}

.icon-sprout:before {
  content: "\efc0";
}

.icon-SQL:before {
  content: "\efc1";
}

.icon-stack-limitation:before {
  content: "\efc2";
}

.icon-stamp:before {
  content: "\efc3";
}

.icon-star:before {
  content: "\efc4";
}

.icon-star--filled:before {
  content: "\efc5";
}

.icon-star--half:before {
  content: "\efc6";
}

.icon-star--review:before {
  content: "\efc7";
}

.icon-stay-inside:before {
  content: "\efc8";
}

.icon-stem-leaf-plot:before {
  content: "\efc9";
}

.icon-stethoscope:before {
  content: "\efca";
}

.icon-stop:before {
  content: "\efcb";
}

.icon-stop--filled:before {
  content: "\efcc";
}

.icon-stop--filled--alt:before {
  content: "\efcd";
}

.icon-stop--outline:before {
  content: "\efce";
}

.icon-stop--outline--filled:before {
  content: "\efcf";
}

.icon-stop-sign:before {
  content: "\efd0";
}

.icon-stop-sign--filled:before {
  content: "\efd1";
}

.icon-storage-pool:before {
  content: "\efd2";
}

.icon-storage-request:before {
  content: "\efd3";
}

.icon-store:before {
  content: "\efd4";
}

.icon-storm-tracker:before {
  content: "\efd5";
}

.icon-strawberry:before {
  content: "\efd6";
}

.icon-string-integer:before {
  content: "\efd7";
}

.icon-string-text:before {
  content: "\efd8";
}

.icon-subflow:before {
  content: "\efd9";
}

.icon-subflow--local:before {
  content: "\efda";
}

.icon-subnet-acl-rules:before {
  content: "\efdb";
}

.icon-subtract:before {
  content: "\efdc";
}

.icon-subtract--alt:before {
  content: "\efdd";
}

.icon-summary--KPI:before {
  content: "\efde";
}

.icon-sun:before {
  content: "\efdf";
}

.icon-sunny:before {
  content: "\efe0";
}

.icon-sunrise:before {
  content: "\efe1";
}

.icon-sunset:before {
  content: "\efe2";
}

.icon-SVG:before {
  content: "\efe3";
}

.icon-swim:before {
  content: "\efe4";
}

.icon-switcher:before {
  content: "\efe5";
}

.icon-switch-layer-2:before {
  content: "\efe6";
}

.icon-switch-layer-3:before {
  content: "\efe7";
}

.icon-sys-provision:before {
  content: "\efe8";
}

.icon-table:before {
  content: "\efe9";
}

.icon-table--alias:before {
  content: "\efea";
}

.icon-table--built:before {
  content: "\efeb";
}

.icon-table-of-contents:before {
  content: "\efec";
}

.icon-table--shortcut:before {
  content: "\efed";
}

.icon-table--split:before {
  content: "\efee";
}

.icon-tablet:before {
  content: "\efef";
}

.icon-tablet--landscape:before {
  content: "\eff0";
}

.icon-tag:before {
  content: "\eff1";
}

.icon-tag--edit:before {
  content: "\eff2";
}

.icon-tag--export:before {
  content: "\eff3";
}

.icon-tag--group:before {
  content: "\eff4";
}

.icon-tag--import:before {
  content: "\eff5";
}

.icon-tag--none:before {
  content: "\eff6";
}

.icon-tank:before {
  content: "\eff7";
}

.icon-task:before {
  content: "\eff8";
}

.icon-task--add:before {
  content: "\eff9";
}

.icon-task--approved:before {
  content: "\effa";
}

.icon-task--asset-view:before {
  content: "\effb";
}

.icon-task--complete:before {
  content: "\effc";
}

.icon-task--location:before {
  content: "\effd";
}

.icon-task--remove:before {
  content: "\effe";
}

.icon-task--settings:before {
  content: "\efff";
}

.icon-task--star:before {
  content: "\f000";
}

.icon-task--tools:before {
  content: "\f001";
}

.icon-task--view:before {
  content: "\f002";
}

.icon-taste:before {
  content: "\f003";
}

.icon-taxi:before {
  content: "\f004";
}

.icon-temperature:before {
  content: "\f005";
}

.icon-temperature--celsius:before {
  content: "\f006";
}

.icon-temperature--celsius--alt:before {
  content: "\f007";
}

.icon-temperature--fahrenheit:before {
  content: "\f008";
}

.icon-temperature--fahrenheit--alt:before {
  content: "\f009";
}

.icon-temperature--feels-like:before {
  content: "\f00a";
}

.icon-temperature--frigid:before {
  content: "\f00b";
}

.icon-temperature--hot:before {
  content: "\f00c";
}

.icon-temperature--inversion:before {
  content: "\f00d";
}

.icon-temperature--max:before {
  content: "\f00e";
}

.icon-temperature--min:before {
  content: "\f00f";
}

.icon-temperature--water:before {
  content: "\f010";
}

.icon-template:before {
  content: "\f011";
}

.icon-tennis:before {
  content: "\f012";
}

.icon-tennis-ball:before {
  content: "\f013";
}

.icon-term:before {
  content: "\f014";
}

.icon-terminal:before {
  content: "\f015";
}

.icon-terminal--3270:before {
  content: "\f016";
}

.icon-text--align--center:before {
  content: "\f017";
}

.icon-text--align--justify:before {
  content: "\f018";
}

.icon-text--align--left:before {
  content: "\f019";
}

.icon-text--align--mixed:before {
  content: "\f01a";
}

.icon-text--align--right:before {
  content: "\f01b";
}

.icon-text--all-caps:before {
  content: "\f01c";
}

.icon-text--bold:before {
  content: "\f01d";
}

.icon-text--clear-format:before {
  content: "\f01e";
}

.icon-text--color:before {
  content: "\f01f";
}

.icon-text--creation:before {
  content: "\f020";
}

.icon-text--fill:before {
  content: "\f021";
}

.icon-text--font:before {
  content: "\f022";
}

.icon-text--footnote:before {
  content: "\f023";
}

.icon-text--highlight:before {
  content: "\f024";
}

.icon-text--indent:before {
  content: "\f025";
}

.icon-text--indent--less:before {
  content: "\f026";
}

.icon-text--indent--more:before {
  content: "\f027";
}

.icon-text--italic:before {
  content: "\f028";
}

.icon-text--kerning:before {
  content: "\f029";
}

.icon-text--leading:before {
  content: "\f02a";
}

.icon-text--line-spacing:before {
  content: "\f02b";
}

.icon-text-link:before {
  content: "\f02c";
}

.icon-text-link--analysis:before {
  content: "\f02d";
}

.icon-text-mining:before {
  content: "\f02e";
}

.icon-text-mining--applier:before {
  content: "\f02f";
}

.icon-text--new-line:before {
  content: "\f030";
}

.icon-text--scale:before {
  content: "\f031";
}

.icon-text--selection:before {
  content: "\f032";
}

.icon-text--small-caps:before {
  content: "\f033";
}

.icon-text--strikethrough:before {
  content: "\f034";
}

.icon-text--subscript:before {
  content: "\f035";
}

.icon-text--superscript:before {
  content: "\f036";
}

.icon-text--tracking:before {
  content: "\f037";
}

.icon-text--underline:before {
  content: "\f038";
}

.icon-text--vertical-alignment:before {
  content: "\f039";
}

.icon-text--wrap:before {
  content: "\f03a";
}

.icon-theater:before {
  content: "\f03b";
}

.icon-this-side-up:before {
  content: "\f03c";
}

.icon-thumbnail--1:before {
  content: "\f03d";
}

.icon-thumbnail--2:before {
  content: "\f03e";
}

.icon-thumbs-down:before {
  content: "\f03f";
}

.icon-thumbs-down--filled:before {
  content: "\f040";
}

.icon-thumbs-up:before {
  content: "\f041";
}

.icon-thumbs-up--filled:before {
  content: "\f042";
}

.icon-thunderstorm:before {
  content: "\f043";
}

.icon-thunderstorm--scattered:before {
  content: "\f044";
}

.icon-thunderstorm--scattered--night:before {
  content: "\f045";
}

.icon-thunderstorm--severe:before {
  content: "\f046";
}

.icon-thunderstorm--strong:before {
  content: "\f047";
}

.icon-ticket:before {
  content: "\f048";
}

.icon-tides:before {
  content: "\f049";
}

.icon-TIF:before {
  content: "\f04a";
}

.icon-time:before {
  content: "\f04b";
}

.icon-time-plot:before {
  content: "\f04c";
}

.icon-timer:before {
  content: "\f04d";
}

.icon-tool-box:before {
  content: "\f04e";
}

.icon-tool-kit:before {
  content: "\f04f";
}

.icon-tools:before {
  content: "\f050";
}

.icon-tools--alt:before {
  content: "\f051";
}

.icon-tornado:before {
  content: "\f052";
}

.icon-tornado-warning:before {
  content: "\f053";
}

.icon-touch--1:before {
  content: "\f054";
}

.icon-touch--1-down:before {
  content: "\f055";
}

.icon-touch--1-down--filled:before {
  content: "\f056";
}

.icon-touch--1--filled:before {
  content: "\f057";
}

.icon-touch--2:before {
  content: "\f058";
}

.icon-touch--2--filled:before {
  content: "\f059";
}

.icon-touch--interaction:before {
  content: "\f05a";
}

.icon-traffic-cone:before {
  content: "\f05b";
}

.icon-traffic--event:before {
  content: "\f05c";
}

.icon-traffic--flow:before {
  content: "\f05d";
}

.icon-traffic--flow-incident:before {
  content: "\f05e";
}

.icon-traffic--incident:before {
  content: "\f05f";
}

.icon-traffic--weather-incident:before {
  content: "\f060";
}

.icon-train:before {
  content: "\f061";
}

.icon-train--heart:before {
  content: "\f062";
}

.icon-train--profile:before {
  content: "\f063";
}

.icon-train--speed:before {
  content: "\f064";
}

.icon-train--ticket:before {
  content: "\f065";
}

.icon-train--time:before {
  content: "\f066";
}

.icon-tram:before {
  content: "\f067";
}

.icon-transgender:before {
  content: "\f068";
}

.icon-translate:before {
  content: "\f069";
}

.icon-transmission-lte:before {
  content: "\f06a";
}

.icon-transpose:before {
  content: "\f06b";
}

.icon-trash-can:before {
  content: "\f06c";
}

.icon-tree:before {
  content: "\f06d";
}

.icon-tree--fall-risk:before {
  content: "\f06e";
}

.icon-tree-view:before {
  content: "\f06f";
}

.icon-tree-view--alt:before {
  content: "\f070";
}

.icon-trophy:before {
  content: "\f071";
}

.icon-trophy--filled:before {
  content: "\f072";
}

.icon-tropical-storm:before {
  content: "\f073";
}

.icon-tropical-storm--model-tracks:before {
  content: "\f074";
}

.icon-tropical-storm--tracks:before {
  content: "\f075";
}

.icon-tropical-warning:before {
  content: "\f076";
}

.icon-tsunami:before {
  content: "\f077";
}

.icon-TSV:before {
  content: "\f078";
}

.icon-two-factor-authentication:before {
  content: "\f079";
}

.icon-two-person-lift:before {
  content: "\f07a";
}

.icon-TXT:before {
  content: "\f07b";
}

.icon-TXT--reference:before {
  content: "\f07c";
}

.icon-type-pattern:before {
  content: "\f07d";
}

.icon-types:before {
  content: "\f07e";
}

.icon-umbrella:before {
  content: "\f07f";
}

.icon-undefined:before {
  content: "\f080";
}

.icon-undefined--filled:before {
  content: "\f081";
}

.icon-undo:before {
  content: "\f082";
}

.icon-ungroup-objects:before {
  content: "\f083";
}

.icon-unknown:before {
  content: "\f084";
}

.icon-unknown--filled:before {
  content: "\f085";
}

.icon-unlink:before {
  content: "\f086";
}

.icon-unlocked:before {
  content: "\f087";
}

.icon-update-now:before {
  content: "\f088";
}

.icon-upgrade:before {
  content: "\f089";
}

.icon-upload:before {
  content: "\f08a";
}

.icon-up-to-top:before {
  content: "\f08b";
}

.icon-USB:before {
  content: "\f08c";
}

.icon-user:before {
  content: "\f08d";
}

.icon-user--access:before {
  content: "\f08e";
}

.icon-user--activity:before {
  content: "\f08f";
}

.icon-user--admin:before {
  content: "\f090";
}

.icon-user--avatar:before {
  content: "\f091";
}

.icon-user--avatar--filled:before {
  content: "\f092";
}

.icon-user--avatar--filled--alt:before {
  content: "\f093";
}

.icon-user--certification:before {
  content: "\f094";
}

.icon-user--data:before {
  content: "\f095";
}

.icon-user--favorite:before {
  content: "\f096";
}

.icon-user--favorite--alt:before {
  content: "\f097";
}

.icon-user--favorite--alt--filled:before {
  content: "\f098";
}

.icon-user--filled:before {
  content: "\f099";
}

.icon-user--follow:before {
  content: "\f09a";
}

.icon-user--identification:before {
  content: "\f09b";
}

.icon-user--military:before {
  content: "\f09c";
}

.icon-user--multiple:before {
  content: "\f09d";
}

.icon-user--online:before {
  content: "\f09e";
}

.icon-user--profile:before {
  content: "\f09f";
}

.icon-user-profile--alt:before {
  content: "\f0a0";
}

.icon-user--role:before {
  content: "\f0a1";
}

.icon-user--service-desk:before {
  content: "\f0a2";
}

.icon-user--settings:before {
  content: "\f0a3";
}

.icon-user--simulation:before {
  content: "\f0a4";
}

.icon-user--speaker:before {
  content: "\f0a5";
}

.icon-user--x-ray:before {
  content: "\f0a6";
}

.icon-uv-index:before {
  content: "\f0a7";
}

.icon-uv-index--alt:before {
  content: "\f0a8";
}

.icon-uv-index--filled:before {
  content: "\f0a9";
}

.icon-value--variable:before {
  content: "\f0aa";
}

.icon-van:before {
  content: "\f0ab";
}

.icon-vegetation--asset:before {
  content: "\f0ac";
}

.icon-vehicle--api:before {
  content: "\f0ad";
}

.icon-vehicle--connected:before {
  content: "\f0ae";
}

.icon-vehicle--insights:before {
  content: "\f0af";
}

.icon-vehicle--services:before {
  content: "\f0b0";
}

.icon-version:before {
  content: "\f0b1";
}

.icon-vertical-view:before {
  content: "\f0b2";
}

.icon-video:before {
  content: "\f0b3";
}

.icon-video--add:before {
  content: "\f0b4";
}

.icon-video--chat:before {
  content: "\f0b5";
}

.icon-video--filled:before {
  content: "\f0b6";
}

.icon-video--off:before {
  content: "\f0b7";
}

.icon-video--off--filled:before {
  content: "\f0b8";
}

.icon-view:before {
  content: "\f0b9";
}

.icon-view--filled:before {
  content: "\f0ba";
}

.icon-view--mode-1:before {
  content: "\f0bb";
}

.icon-view--mode-2:before {
  content: "\f0bc";
}

.icon-view-next:before {
  content: "\f0bd";
}

.icon-view--off:before {
  content: "\f0be";
}

.icon-view--off--filled:before {
  content: "\f0bf";
}

.icon-virtual-column:before {
  content: "\f0c0";
}

.icon-virtual-column--key:before {
  content: "\f0c1";
}

.icon-virtual-desktop:before {
  content: "\f0c2";
}

.icon-virtual-machine:before {
  content: "\f0c3";
}

.icon-virtual-private-cloud:before {
  content: "\f0c4";
}

.icon-virtual-private-cloud--alt:before {
  content: "\f0c5";
}

.icon-visual-recognition:before {
  content: "\f0c6";
}

.icon-vlan:before {
  content: "\f0c7";
}

.icon-vlan--ibm:before {
  content: "\f0c8";
}

.icon-vmdk-disk:before {
  content: "\f0c9";
}

.icon-voice-activate:before {
  content: "\f0ca";
}

.icon-voicemail:before {
  content: "\f0cb";
}

.icon-volume--block-storage:before {
  content: "\f0cc";
}

.icon-volume--down:before {
  content: "\f0cd";
}

.icon-volume--down--alt:before {
  content: "\f0ce";
}

.icon-volume--down--filled:before {
  content: "\f0cf";
}

.icon-volume--down--filled--alt:before {
  content: "\f0d0";
}

.icon-volume--file-storage:before {
  content: "\f0d1";
}

.icon-volume--mute:before {
  content: "\f0d2";
}

.icon-volume--mute--filled:before {
  content: "\f0d3";
}

.icon-volume--object-storage:before {
  content: "\f0d4";
}

.icon-volume--up:before {
  content: "\f0d5";
}

.icon-volume--up--alt:before {
  content: "\f0d6";
}

.icon-volume--up--filled:before {
  content: "\f0d7";
}

.icon-volume--up--filled--alt:before {
  content: "\f0d8";
}

.icon-VPN:before {
  content: "\f0d9";
}

.icon-vpn--connection:before {
  content: "\f0da";
}

.icon-vpn--policy:before {
  content: "\f0db";
}

.icon-wallet:before {
  content: "\f0dc";
}

.icon-warning:before {
  content: "\f0dd";
}

.icon-warning--alt:before {
  content: "\f0de";
}

.icon-warning--alt--filled:before {
  content: "\f0df";
}

.icon-warning--alt-inverted:before {
  content: "\f0e0";
}

.icon-warning--alt-inverted--filled:before {
  content: "\f0e1";
}

.icon-warning--filled:before {
  content: "\f0e2";
}

.icon-warning--hex:before {
  content: "\f0e3";
}

.icon-warning--hex--filled:before {
  content: "\f0e4";
}

.icon-warning--other:before {
  content: "\f0e5";
}

.icon-warning-square:before {
  content: "\f0e6";
}

.icon-warning-square--filled:before {
  content: "\f0e7";
}

.icon-watch:before {
  content: "\f0e8";
}

.icon-watson:before {
  content: "\f0e9";
}

.icon-watson--machine-learning:before {
  content: "\f0ea";
}

.icon-wave-direction:before {
  content: "\f0eb";
}

.icon-wave-height:before {
  content: "\f0ec";
}

.icon-wave-period:before {
  content: "\f0ed";
}

.icon-weather-front--cold:before {
  content: "\f0ee";
}

.icon-weather-front--stationary:before {
  content: "\f0ef";
}

.icon-weather-front--warm:before {
  content: "\f0f0";
}

.icon-weather-station:before {
  content: "\f0f1";
}

.icon-webhook:before {
  content: "\f0f2";
}

.icon-websheet:before {
  content: "\f0f3";
}

.icon-wheat:before {
  content: "\f0f4";
}

.icon-wifi:before {
  content: "\f0f5";
}

.icon-wifi-bridge:before {
  content: "\f0f6";
}

.icon-wifi-bridge--alt:before {
  content: "\f0f7";
}

.icon-wifi--controller:before {
  content: "\f0f8";
}

.icon-wifi--not-secure:before {
  content: "\f0f9";
}

.icon-wifi--off:before {
  content: "\f0fa";
}

.icon-wifi--secure:before {
  content: "\f0fb";
}

.icon-wikis:before {
  content: "\f0fc";
}

.icon-wind-gusts:before {
  content: "\f0fd";
}

.icon-wind-power:before {
  content: "\f0fe";
}

.icon-wind-stream:before {
  content: "\f0ff";
}

.icon-windy:before {
  content: "\f100";
}

.icon-windy--dust:before {
  content: "\f101";
}

.icon-windy--snow:before {
  content: "\f102";
}

.icon-windy--strong:before {
  content: "\f103";
}

.icon-winter-warning:before {
  content: "\f104";
}

.icon-wintry-mix:before {
  content: "\f105";
}

.icon-wireless-checkout:before {
  content: "\f106";
}

.icon-WMV:before {
  content: "\f107";
}

.icon-word-cloud:before {
  content: "\f108";
}

.icon-workspace:before {
  content: "\f109";
}

.icon-workspace--import:before {
  content: "\f10a";
}

.icon-worship:before {
  content: "\f10b";
}

.icon-worship--christian:before {
  content: "\f10c";
}

.icon-worship--jewish:before {
  content: "\f10d";
}

.icon-worship--muslim:before {
  content: "\f10e";
}

.icon-x-axis:before {
  content: "\f10f";
}

.icon-XLS:before {
  content: "\f110";
}

.icon-XML:before {
  content: "\f111";
}

.icon-y-axis:before {
  content: "\f112";
}

.icon-z-axis:before {
  content: "\f113";
}

.icon-ZIP:before {
  content: "\f114";
}

.icon-ZIP--reference:before {
  content: "\f115";
}

.icon-zoom--area:before {
  content: "\f116";
}

.icon-zoom--fit:before {
  content: "\f117";
}

.icon-zoom--in:before {
  content: "\f118";
}

.icon-zoom--in-area:before {
  content: "\f119";
}

.icon-zoom--out:before {
  content: "\f11a";
}

.icon-zoom--out-area:before {
  content: "\f11b";
}

.icon-zoom--reset:before {
  content: "\f11c";
}

.icon-caret--down1:before {
  content: "\f11d";
}

.icon-caret--left1:before {
  content: "\f11e";
}

.icon-caret--right1:before {
  content: "\f11f";
}

.icon-caret--up1:before {
  content: "\f120";
}

.icon-caution:before {
  content: "\f121";
}

.icon-caution-inverted:before {
  content: "\f122";
}

.icon-chevron--down1:before {
  content: "\f123";
}

.icon-chevron--left1:before {
  content: "\f124";
}

.icon-chevron--right1:before {
  content: "\f125";
}

.icon-chevron--up1:before {
  content: "\f126";
}

.icon-circle-fill:before {
  content: "\f127";
}

.icon-circle-stroke:before {
  content: "\f128";
}

.icon-critical:before {
  content: "\f129";
}

.icon-critical-severity:before {
  content: "\f12a";
}

.icon-glyph--caution:before {
  content: "\f12b";
}

.icon-glyph--caution-inverted:before {
  content: "\f12c";
}

.icon-glyph--circle-fill:before {
  content: "\f12d";
}

.icon-glyph--circle-stroke:before {
  content: "\f12e";
}

.icon-glyph--critical:before {
  content: "\f12f";
}

.icon-glyph--incomplete:before {
  content: "\f130";
}

.icon-glyph--square-fill:before {
  content: "\f131";
}

.icon-glyph--undefined:before {
  content: "\f132";
}

.icon-incomplete1:before {
  content: "\f133";
}

.icon-low-severity:before {
  content: "\f134";
}

.icon-square-fill:before {
  content: "\f135";
}

.icon-undefined1:before {
  content: "\f136";
}

.icon-blog:before {
  content: "\e901";
  color: #53b3e4;
}

.icon-certificaciones:before {
  content: "\e902";
  color: #53b3e4;
}

.icon-cursos:before {
  content: "\e903";
  color: #53b3e4;
}

.icon-eventos:before {
  content: "\e904";
  color: #53b3e4;
}

.icon-inicio:before {
  content: "\e905";
  color: #53b3e4;
}

.icon-maestros:before {
  content: "\e906";
  color: #53b3e4;
}

.icon-recursos:before {
  content: "\e907";
  color: #53b3e4;
}

.icon-rutas:before {
  content: "\e908";
  color: #53b3e4;
}

.icon-soporte:before {
  content: "\e909";
  color: #53b3e4;
}

.icon-home1:before {
  content: "\e90a";
}

.icon-home2:before {
  content: "\e90b";
}

.icon-home3:before {
  content: "\e90c";
}

.icon-office:before {
  content: "\f137";
}

.icon-newspaper:before {
  content: "\f138";
}

.icon-pencil:before {
  content: "\e90d";
}

.icon-pencil2:before {
  content: "\f139";
}

.icon-quill:before {
  content: "\f13a";
}

.icon-pen1:before {
  content: "\f13b";
}

.icon-blog2:before {
  content: "\f13c";
}

.icon-eyedropper1:before {
  content: "\f13d";
}

.icon-droplet:before {
  content: "\f13e";
}

.icon-paint-format:before {
  content: "\f13f";
}

.icon-image1:before {
  content: "\e90e";
}

.icon-images:before {
  content: "\e90f";
}

.icon-camera1:before {
  content: "\f140";
}

.icon-headphones1:before {
  content: "\e910";
}

.icon-music1:before {
  content: "\e911";
}

.icon-play1:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\f141";
}

.icon-pacman:before {
  content: "\f142";
}

.icon-spades:before {
  content: "\f143";
}

.icon-clubs:before {
  content: "\f144";
}

.icon-diamonds:before {
  content: "\f145";
}

.icon-bullhorn1:before {
  content: "\f146";
}

.icon-connection:before {
  content: "\f147";
}

.icon-podcast:before {
  content: "\f148";
}

.icon-feed:before {
  content: "\f149";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book1:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\f14a";
}

.icon-library:before {
  content: "\f14b";
}

.icon-file-text:before {
  content: "\f14c";
}

.icon-profile:before {
  content: "\f14d";
}

.icon-file-empty:before {
  content: "\f14e";
}

.icon-files-empty:before {
  content: "\f14f";
}

.icon-file-text2:before {
  content: "\f150";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy1:before {
  content: "\f151";
}

.icon-paste1:before {
  content: "\f152";
}

.icon-stack:before {
  content: "\f153";
}

.icon-folder1:before {
  content: "\f154";
}

.icon-folder-open:before {
  content: "\f155";
}

.icon-folder-plus:before {
  content: "\f156";
}

.icon-folder-minus:before {
  content: "\f157";
}

.icon-folder-download:before {
  content: "\f158";
}

.icon-folder-upload:before {
  content: "\f159";
}

.icon-price-tag:before {
  content: "\f15a";
}

.icon-price-tags:before {
  content: "\f15b";
}

.icon-barcode1:before {
  content: "\f15c";
}

.icon-qrcode:before {
  content: "\f15d";
}

.icon-ticket1:before {
  content: "\f15e";
}

.icon-cart:before {
  content: "\f15f";
}

.icon-coin-dollar:before {
  content: "\f160";
}

.icon-coin-euro:before {
  content: "\f161";
}

.icon-coin-pound:before {
  content: "\f162";
}

.icon-coin-yen:before {
  content: "\f163";
}

.icon-credit-card:before {
  content: "\f164";
}

.icon-calculator1:before {
  content: "\f165";
}

.icon-lifebuoy:before {
  content: "\f166";
}

.icon-phone1:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\f167";
}

.icon-pushpin:before {
  content: "\f168";
}

.icon-location1:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass1:before {
  content: "\f169";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map1:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\f16a";
}

.icon-history:before {
  content: "\f16b";
}

.icon-clock:before {
  content: "\f16c";
}

.icon-clock2:before {
  content: "\f16d";
}

.icon-alarm1:before {
  content: "\f16e";
}

.icon-bell:before {
  content: "\f16f";
}

.icon-stopwatch:before {
  content: "\f170";
}

.icon-calendar1:before {
  content: "\f171";
}

.icon-printer1:before {
  content: "\f172";
}

.icon-keyboard1:before {
  content: "\f173";
}

.icon-display:before {
  content: "\f174";
}

.icon-laptop1:before {
  content: "\f175";
}

.icon-mobile1:before {
  content: "\f176";
}

.icon-mobile2:before {
  content: "\f177";
}

.icon-tablet1:before {
  content: "\f178";
}

.icon-tv:before {
  content: "\f179";
}

.icon-drawer:before {
  content: "\f17a";
}

.icon-drawer2:before {
  content: "\f17b";
}

.icon-box-add:before {
  content: "\f17c";
}

.icon-box-remove:before {
  content: "\f17d";
}

.icon-download1:before {
  content: "\f17e";
}

.icon-upload1:before {
  content: "\f17f";
}

.icon-floppy-disk:before {
  content: "\f180";
}

.icon-drive:before {
  content: "\f181";
}

.icon-database:before {
  content: "\f182";
}

.icon-undo1:before {
  content: "\f183";
}

.icon-redo1:before {
  content: "\f184";
}

.icon-undo2:before {
  content: "\f185";
}

.icon-redo2:before {
  content: "\f186";
}

.icon-forward:before {
  content: "\f187";
}

.icon-reply1:before {
  content: "\f188";
}

.icon-bubble:before {
  content: "\f189";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\f18a";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\f18b";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user1:before {
  content: "\f18c";
}

.icon-users:before {
  content: "\f18d";
}

.icon-user-plus:before {
  content: "\f18e";
}

.icon-user-minus:before {
  content: "\f18f";
}

.icon-user-check:before {
  content: "\f190";
}

.icon-user-tie:before {
  content: "\f191";
}

.icon-quotes-left:before {
  content: "\f192";
}

.icon-quotes-right:before {
  content: "\f193";
}

.icon-hour-glass:before {
  content: "\f194";
}

.icon-spinner:before {
  content: "\f195";
}

.icon-spinner2:before {
  content: "\f196";
}

.icon-spinner3:before {
  content: "\f197";
}

.icon-spinner4:before {
  content: "\f198";
}

.icon-spinner5:before {
  content: "\f199";
}

.icon-spinner6:before {
  content: "\f19a";
}

.icon-spinner7:before {
  content: "\f19b";
}

.icon-spinner8:before {
  content: "\f19c";
}

.icon-spinner9:before {
  content: "\f19d";
}

.icon-spinner10:before {
  content: "\f19e";
}

.icon-spinner11:before {
  content: "\f19f";
}

.icon-binoculars1:before {
  content: "\f1a0";
}

.icon-search1:before {
  content: "\f1a1";
}

.icon-zoom-in:before {
  content: "\f1a2";
}

.icon-zoom-out:before {
  content: "\f1a3";
}

.icon-enlarge:before {
  content: "\f1a4";
}

.icon-shrink:before {
  content: "\f1a5";
}

.icon-enlarge2:before {
  content: "\f1a6";
}

.icon-shrink2:before {
  content: "\f1a7";
}

.icon-key:before {
  content: "\f1a8";
}

.icon-key2:before {
  content: "\f1a9";
}

.icon-lock:before {
  content: "\f1aa";
}

.icon-unlocked1:before {
  content: "\f1ab";
}

.icon-wrench:before {
  content: "\f1ac";
}

.icon-equalizer1:before {
  content: "\f1ad";
}

.icon-equalizer2:before {
  content: "\f1ae";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\f1af";
}

.icon-magic-wand1:before {
  content: "\f1b0";
}

.icon-aid-kit:before {
  content: "\f1b1";
}

.icon-bug:before {
  content: "\f1b2";
}

.icon-pie-chart:before {
  content: "\f1b3";
}

.icon-stats-dots:before {
  content: "\f1b4";
}

.icon-stats-bars:before {
  content: "\f1b5";
}

.icon-stats-bars2:before {
  content: "\f1b6";
}

.icon-trophy1:before {
  content: "\f1b7";
}

.icon-gift1:before {
  content: "\f1b8";
}

.icon-glass:before {
  content: "\f1b9";
}

.icon-glass2:before {
  content: "\f1ba";
}

.icon-mug:before {
  content: "\f1bb";
}

.icon-spoon-knife:before {
  content: "\f1bc";
}

.icon-leaf:before {
  content: "\f1bd";
}

.icon-rocket1:before {
  content: "\f1be";
}

.icon-meter1:before {
  content: "\f1bf";
}

.icon-meter2:before {
  content: "\f1c0";
}

.icon-hammer2:before {
  content: "\f1c1";
}

.icon-fire1:before {
  content: "\f1c2";
}

.icon-lab:before {
  content: "\f1c3";
}

.icon-magnet:before {
  content: "\f1c4";
}

.icon-bin:before {
  content: "\f1c5";
}

.icon-bin2:before {
  content: "\f1c6";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\f1c7";
}

.icon-truck:before {
  content: "\f1c8";
}

.icon-road1:before {
  content: "\f1c9";
}

.icon-accessibility1:before {
  content: "\f1ca";
}

.icon-target:before {
  content: "\f1cb";
}

.icon-shield:before {
  content: "\f1cc";
}

.icon-power1:before {
  content: "\f1cd";
}

.icon-switch:before {
  content: "\f1ce";
}

.icon-power-cord:before {
  content: "\f1cf";
}

.icon-clipboard:before {
  content: "\f1d0";
}

.icon-list-numbered:before {
  content: "\f1d1";
}

.icon-list1:before {
  content: "\f1d2";
}

.icon-list2:before {
  content: "\f1d3";
}

.icon-tree1:before {
  content: "\f1d4";
}

.icon-menu1:before {
  content: "\f1d5";
}

.icon-menu2:before {
  content: "\f1d6";
}

.icon-menu3:before {
  content: "\f1d7";
}

.icon-menu4:before {
  content: "\f1d8";
}

.icon-cloud1:before {
  content: "\f1d9";
}

.icon-cloud-download:before {
  content: "\f1da";
}

.icon-cloud-upload:before {
  content: "\f1db";
}

.icon-cloud-check:before {
  content: "\f1dc";
}

.icon-download2:before {
  content: "\f1dd";
}

.icon-upload2:before {
  content: "\f1de";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth1:before {
  content: "\e9ca";
}

.icon-link1:before {
  content: "\f1df";
}

.icon-flag1:before {
  content: "\f1e0";
}

.icon-attachment1:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\f1e1";
}

.icon-eye-plus:before {
  content: "\f1e2";
}

.icon-eye-minus:before {
  content: "\f1e3";
}

.icon-eye-blocked:before {
  content: "\f1e4";
}

.icon-bookmark1:before {
  content: "\f1e5";
}

.icon-bookmarks:before {
  content: "\f1e6";
}

.icon-sun1:before {
  content: "\f1e7";
}

.icon-contrast1:before {
  content: "\f1e8";
}

.icon-brightness-contrast1:before {
  content: "\f1e9";
}

.icon-star-empty:before {
  content: "\f1ea";
}

.icon-star-half:before {
  content: "\f1eb";
}

.icon-star-full:before {
  content: "\f1ec";
}

.icon-heart:before {
  content: "\f1ed";
}

.icon-heart-broken:before {
  content: "\f1ee";
}

.icon-man:before {
  content: "\f1ef";
}

.icon-woman:before {
  content: "\f1f0";
}

.icon-man-woman:before {
  content: "\f1f1";
}

.icon-happy:before {
  content: "\f1f2";
}

.icon-happy2:before {
  content: "\f1f3";
}

.icon-smile:before {
  content: "\f1f4";
}

.icon-smile2:before {
  content: "\f1f5";
}

.icon-tongue:before {
  content: "\f1f6";
}

.icon-tongue2:before {
  content: "\f1f7";
}

.icon-sad:before {
  content: "\f1f8";
}

.icon-sad2:before {
  content: "\f1f9";
}

.icon-wink:before {
  content: "\f1fa";
}

.icon-wink2:before {
  content: "\f1fb";
}

.icon-grin:before {
  content: "\f1fc";
}

.icon-grin2:before {
  content: "\f1fd";
}

.icon-cool:before {
  content: "\f1fe";
}

.icon-cool2:before {
  content: "\f1ff";
}

.icon-angry:before {
  content: "\f200";
}

.icon-angry2:before {
  content: "\f201";
}

.icon-evil:before {
  content: "\f202";
}

.icon-evil2:before {
  content: "\f203";
}

.icon-shocked:before {
  content: "\f204";
}

.icon-shocked2:before {
  content: "\f205";
}

.icon-baffled:before {
  content: "\f206";
}

.icon-baffled2:before {
  content: "\f207";
}

.icon-confused:before {
  content: "\f208";
}

.icon-confused2:before {
  content: "\f209";
}

.icon-neutral:before {
  content: "\f20a";
}

.icon-neutral2:before {
  content: "\f20b";
}

.icon-hipster:before {
  content: "\f20c";
}

.icon-hipster2:before {
  content: "\f20d";
}

.icon-wondering:before {
  content: "\f20e";
}

.icon-wondering2:before {
  content: "\f20f";
}

.icon-sleepy:before {
  content: "\f210";
}

.icon-sleepy2:before {
  content: "\f211";
}

.icon-frustrated:before {
  content: "\f212";
}

.icon-frustrated2:before {
  content: "\f213";
}

.icon-crying:before {
  content: "\f214";
}

.icon-crying2:before {
  content: "\f215";
}

.icon-point-up:before {
  content: "\f216";
}

.icon-point-right:before {
  content: "\f217";
}

.icon-point-down:before {
  content: "\f218";
}

.icon-point-left:before {
  content: "\f219";
}

.icon-warning1:before {
  content: "\f21a";
}

.icon-notification1:before {
  content: "\f21b";
}

.icon-question:before {
  content: "\f21c";
}

.icon-plus:before {
  content: "\f21d";
}

.icon-minus:before {
  content: "\f21e";
}

.icon-info:before {
  content: "\f21f";
}

.icon-cancel-circle:before {
  content: "\f220";
}

.icon-blocked:before {
  content: "\f221";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark1:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check1:before {
  content: "\f222";
}

.icon-enter:before {
  content: "\f223";
}

.icon-exit1:before {
  content: "\f224";
}

.icon-play2:before {
  content: "\f225";
}

.icon-pause1:before {
  content: "\f226";
}

.icon-stop1:before {
  content: "\f227";
}

.icon-previous:before {
  content: "\f228";
}

.icon-next:before {
  content: "\f229";
}

.icon-backward:before {
  content: "\f22a";
}

.icon-forward2:before {
  content: "\f22b";
}

.icon-play3:before {
  content: "\f22c";
}

.icon-pause2:before {
  content: "\f22d";
}

.icon-stop2:before {
  content: "\f22e";
}

.icon-backward2:before {
  content: "\f22f";
}

.icon-forward3:before {
  content: "\f230";
}

.icon-first:before {
  content: "\f231";
}

.icon-last:before {
  content: "\f232";
}

.icon-previous2:before {
  content: "\f233";
}

.icon-next2:before {
  content: "\f234";
}

.icon-eject:before {
  content: "\f235";
}

.icon-volume-high:before {
  content: "\f236";
}

.icon-volume-medium:before {
  content: "\f237";
}

.icon-volume-low:before {
  content: "\f238";
}

.icon-volume-mute:before {
  content: "\f239";
}

.icon-volume-mute2:before {
  content: "\f23a";
}

.icon-volume-increase:before {
  content: "\f23b";
}

.icon-volume-decrease:before {
  content: "\f23c";
}

.icon-loop1:before {
  content: "\f23d";
}

.icon-loop2:before {
  content: "\f23e";
}

.icon-infinite:before {
  content: "\f23f";
}

.icon-shuffle1:before {
  content: "\f240";
}

.icon-arrow-up-left:before {
  content: "\f241";
}

.icon-arrow-up:before {
  content: "\f242";
}

.icon-arrow-up-right:before {
  content: "\f243";
}

.icon-arrow-right:before {
  content: "\f244";
}

.icon-arrow-down-right:before {
  content: "\f245";
}

.icon-arrow-down:before {
  content: "\f246";
}

.icon-arrow-down-left:before {
  content: "\f247";
}

.icon-arrow-left:before {
  content: "\f248";
}

.icon-arrow-up-left2:before {
  content: "\f249";
}

.icon-arrow-up2:before {
  content: "\f24a";
}

.icon-arrow-up-right2:before {
  content: "\f24b";
}

.icon-arrow-right2:before {
  content: "\f24c";
}

.icon-arrow-down-right2:before {
  content: "\f24d";
}

.icon-arrow-down2:before {
  content: "\f24e";
}

.icon-arrow-down-left2:before {
  content: "\f24f";
}

.icon-arrow-left2:before {
  content: "\f250";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\f251";
}

.icon-move-up:before {
  content: "\f252";
}

.icon-move-down:before {
  content: "\f253";
}

.icon-sort-alpha-asc:before {
  content: "\f254";
}

.icon-sort-alpha-desc:before {
  content: "\f255";
}

.icon-sort-numeric-asc:before {
  content: "\f256";
}

.icon-sort-numberic-desc:before {
  content: "\f257";
}

.icon-sort-amount-asc:before {
  content: "\f258";
}

.icon-sort-amount-desc:before {
  content: "\f259";
}

.icon-command:before {
  content: "\f25a";
}

.icon-shift:before {
  content: "\f25b";
}

.icon-ctrl:before {
  content: "\f25c";
}

.icon-opt:before {
  content: "\f25d";
}

.icon-checkbox-checked:before {
  content: "\f25e";
}

.icon-checkbox-unchecked:before {
  content: "\f25f";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop1:before {
  content: "\f260";
}

.icon-make-group:before {
  content: "\f261";
}

.icon-ungroup:before {
  content: "\f262";
}

.icon-scissors:before {
  content: "\f263";
}

.icon-filter1:before {
  content: "\f264";
}

.icon-font:before {
  content: "\f265";
}

.icon-ligature:before {
  content: "\f266";
}

.icon-ligature2:before {
  content: "\f267";
}

.icon-text-height:before {
  content: "\f268";
}

.icon-text-width:before {
  content: "\f269";
}

.icon-font-size:before {
  content: "\f26a";
}

.icon-bold:before {
  content: "\f26b";
}

.icon-underline:before {
  content: "\f26c";
}

.icon-italic:before {
  content: "\f26d";
}

.icon-strikethrough:before {
  content: "\f26e";
}

.icon-omega1:before {
  content: "\f26f";
}

.icon-sigma1:before {
  content: "\f270";
}

.icon-page-break1:before {
  content: "\f271";
}

.icon-superscript:before {
  content: "\f272";
}

.icon-subscript:before {
  content: "\f273";
}

.icon-superscript2:before {
  content: "\f274";
}

.icon-subscript2:before {
  content: "\f275";
}

.icon-text-color:before {
  content: "\f276";
}

.icon-pagebreak:before {
  content: "\f277";
}

.icon-clear-formatting:before {
  content: "\f278";
}

.icon-table1:before {
  content: "\f279";
}

.icon-table2:before {
  content: "\f27a";
}

.icon-insert-template:before {
  content: "\f27b";
}

.icon-pilcrow:before {
  content: "\f27c";
}

.icon-ltr:before {
  content: "\f27d";
}

.icon-rtl:before {
  content: "\f27e";
}

.icon-section:before {
  content: "\f27f";
}

.icon-paragraph-left:before {
  content: "\f280";
}

.icon-paragraph-center:before {
  content: "\f281";
}

.icon-paragraph-right:before {
  content: "\f282";
}

.icon-paragraph-justify:before {
  content: "\f283";
}

.icon-indent-increase:before {
  content: "\f284";
}

.icon-indent-decrease:before {
  content: "\f285";
}

.icon-share1:before {
  content: "\f286";
}

.icon-new-tab1:before {
  content: "\f287";
}

.icon-embed:before {
  content: "\f288";
}

.icon-embed2:before {
  content: "\f289";
}

.icon-terminal1:before {
  content: "\f28a";
}

.icon-share2:before {
  content: "\f28b";
}

.icon-mail:before {
  content: "\f28c";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\f28d";
}

.icon-mail4:before {
  content: "\f28e";
}

.icon-amazon:before {
  content: "\f28f";
}

.icon-google:before {
  content: "\f290";
}

.icon-google2:before {
  content: "\f291";
}

.icon-google3:before {
  content: "\f292";
}

.icon-google-plus:before {
  content: "\f293";
}

.icon-google-plus2:before {
  content: "\f294";
}

.icon-google-plus3:before {
  content: "\f295";
}

.icon-hangouts:before {
  content: "\f296";
}

.icon-google-drive:before {
  content: "\f297";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\f298";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\f299";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\f29a";
}

.icon-vk:before {
  content: "\f29b";
}

.icon-renren:before {
  content: "\f29c";
}

.icon-sina-weibo:before {
  content: "\f29d";
}

.icon-rss1:before {
  content: "\f29e";
}

.icon-rss2:before {
  content: "\f29f";
}

.icon-youtube:before {
  content: "\f2a0";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\f2a1";
}

.icon-vimeo:before {
  content: "\f2a2";
}

.icon-vimeo2:before {
  content: "\f2a3";
}

.icon-lanyrd:before {
  content: "\f2a4";
}

.icon-flickr:before {
  content: "\f2a5";
}

.icon-flickr2:before {
  content: "\f2a6";
}

.icon-flickr3:before {
  content: "\f2a7";
}

.icon-flickr4:before {
  content: "\f2a8";
}

.icon-dribbble:before {
  content: "\f2a9";
}

.icon-behance:before {
  content: "\f2aa";
}

.icon-behance2:before {
  content: "\f2ab";
}

.icon-deviantart:before {
  content: "\f2ac";
}

.icon-500px:before {
  content: "\f2ad";
}

.icon-steam:before {
  content: "\f2ae";
}

.icon-steam2:before {
  content: "\f2af";
}

.icon-dropbox:before {
  content: "\f2b0";
}

.icon-onedrive:before {
  content: "\f2b1";
}

.icon-github:before {
  content: "\f2b2";
}

.icon-npm:before {
  content: "\f2b3";
}

.icon-basecamp:before {
  content: "\f2b4";
}

.icon-trello:before {
  content: "\f2b5";
}

.icon-wordpress:before {
  content: "\f2b6";
}

.icon-joomla:before {
  content: "\f2b7";
}

.icon-ello:before {
  content: "\f2b8";
}

.icon-blogger:before {
  content: "\f2b9";
}

.icon-blogger2:before {
  content: "\f2ba";
}

.icon-tumblr:before {
  content: "\f2bb";
}

.icon-tumblr2:before {
  content: "\f2bc";
}

.icon-yahoo:before {
  content: "\f2bd";
}

.icon-yahoo2:before {
  content: "\f2be";
}

.icon-tux:before {
  content: "\f2bf";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-finder:before {
  content: "\f2c0";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-soundcloud:before {
  content: "\f2c1";
}

.icon-soundcloud2:before {
  content: "\f2c2";
}

.icon-skype:before {
  content: "\f2c3";
}

.icon-reddit:before {
  content: "\f2c4";
}

.icon-hackernews:before {
  content: "\f2c5";
}

.icon-wikipedia:before {
  content: "\f2c6";
}

.icon-linkedin:before {
  content: "\f2c7";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-lastfm:before {
  content: "\f2c8";
}

.icon-lastfm2:before {
  content: "\f2c9";
}

.icon-delicious:before {
  content: "\f2ca";
}

.icon-stumbleupon:before {
  content: "\f2cb";
}

.icon-stumbleupon2:before {
  content: "\f2cc";
}

.icon-stackoverflow:before {
  content: "\f2cd";
}

.icon-pinterest:before {
  content: "\f2ce";
}

.icon-pinterest2:before {
  content: "\f2cf";
}

.icon-xing:before {
  content: "\f2d0";
}

.icon-xing2:before {
  content: "\f2d1";
}

.icon-flattr:before {
  content: "\f2d2";
}

.icon-foursquare:before {
  content: "\f2d3";
}

.icon-yelp:before {
  content: "\f2d4";
}

.icon-paypal:before {
  content: "\f2d5";
}

.icon-chrome:before {
  content: "\f2d6";
}

.icon-firefox:before {
  content: "\f2d7";
}

.icon-IE:before {
  content: "\f2d8";
}

.icon-edge:before {
  content: "\f2d9";
}

.icon-safari:before {
  content: "\f2da";
}

.icon-opera:before {
  content: "\f2db";
}

.icon-file-pdf:before {
  content: "\f2dc";
}

.icon-file-openoffice:before {
  content: "\f2dd";
}

.icon-file-word:before {
  content: "\f2de";
}

.icon-file-excel:before {
  content: "\f2df";
}

.icon-libreoffice:before {
  content: "\f2e0";
}

.icon-html-five:before {
  content: "\f2e1";
}

.icon-html-five2:before {
  content: "\f2e2";
}

.icon-css3:before {
  content: "\f2e3";
}

.icon-git:before {
  content: "\f2e4";
}

.icon-codepen:before {
  content: "\f2e5";
}

.icon-svg:before {
  content: "\f2e6";
}

.icon-IcoMoon:before {
  content: "\f2e7";
}

.iconoblanco:before {
  color: #91bf29;
  font-size: 1.65em;
}

.degradado1 {
  background: var(--main-color);
}

.degradado2 {
  background-color: var(--fourth-color);
}

.degradado3 {
  background: #1d4370;
}

.degradado4 {
  background: #f9f9f9;
}

.degradado5 {
  background: #dedede;
}

.fondoMain {
  background-color: var(--main-color);
}

.fondoNegroOpaco3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.fondoNegroOpaco5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.fondoNegroOpaco8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.fondoNegroR {
  background: #404040;
}

.colorAzul {
  color: #071d49 !important;
}

.colorVerde {
  color: #91bf29 !important;
}

.colorAmarillo {
  color: #ffd300 !important;
}

.colorGris {
  color: #54585a !important;
}

.header_img img {
  width: 80%;
  max-width: 250px;
}

.bebasreg {
  font-family: var(--font-10);
}

.grn {
  font-size: 1.5em;
}

.med {
  font-size: 1em;
}

.btningresa {
  color: #404040;
}

.btningresa:hover {
  color: #404040;
}

.peq {
  font-size: 0.85em;
}

.muypeq {
  font-size: 0.5em;
}

.unouno {
  font-size: 0.8em !important;
}

.galanoita {
  font-family: var(--font-2) !important;
}

.trade {
  font-family: "HolcimRegular";
}

.trader {
  font-family: "HolcimRegular" !important;
}

.trebu {
  font-family: "HolcimRegular" !important;
}

.integral {
  font-family: "HolcimBold";
}

.barlowB {
  font-family: "HolcimBold";
}

.mayus {
  text-transform: uppercase !important;
}

h1.bebasreg {
  font-family: "HolcimBold";
}

.btnazul {
  background-color: #009fdc;
  color: #ffffff;
  /*border-radius: 2em !important;*/
}

.btnazul:hover {
  background-color: #252525;
  color: #ffffff;
}

.btnverde {
  background-color: var(--fourth-color) !important;
  border: none;
  font-size: 16pt;
  padding-top: 10px;
  border-radius: 25px;
  color: #ffffff;
  font-family: var(--font-4);
}

.btnverde:hover {
  background-color: var(--main-color) !important;
  color: #ffffff;
}

.btngris {
  background-color: #1d4370;
  color: #ffffff;
}

.btncursosbuscador {
  border: none;
  border-radius: 50rem 0 0 50rem;
  padding: 1em 1em 1em 1.2em;
}

.btncursosbuscadorlupa {
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0.5em 1em;
  background-color: var(--white-color);
}

.swal2-title {
  font-family: "HolcimRegular";
  color: #071d49;
}

.swal2-html-container {
  font-family: "HolcimRegular";
}

.btnazulprincipal,
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  background-color: var(--third-color) !important;
  border: none;
  font-size: 1em;
  border-radius: 25px;
  color: var(--main-color);
  font-family: var(--font-4);
}

.btnazulprincipal:hover,
.swal2-styled.swal2-confirm:hover {
  background-color: var(--fourth-color) !important;
  color: var(--main-color);
}

.btnPrincipal {
  background-color: var(--main-color);
  border-radius: 25px;
  font-size: 1em;
  color: var(--white-color);
  border: none;
  font-family: var(--font-7);
}

.btnPrincipal:hover {
  background-color: var(--fourth-color) !important;
  border: 1px;
  color: var(--main-color);
}

.etiqueta {
  font-family: "HolcimRegular";
  font-size: 0.75em;
  padding: 0.35em 0.8em;
  color: #ffffff;
  right: 1em;
  top: -1em;
  position: absolute;
}

.etiquetaDos {
  font-family: "HolcimRegular";
  font-size: 0.75em;
  padding: 0.35em 0.8em;
  color: #ffffff;
  right: 2em;
  bottom: -1em;
  position: absolute;
}

.etq2 {
  background-color: #009a80;
}

.etq1 {
  background-color: #071d49;
}

.swal2-styled {
  box-shadow: none;
}

.fndgrisclaro {
  background-color: #666666;
  color: #ffffff;
  border: none;
}

.azulletras {
  color: #404040 !important;
}

.grisletras {
  color: #969696 !important;
}

.azulletras2 {
  color: #009fdc;
}

.hoverAzul:hover {
  color: #071d49 !important;
}

.hoverVerde:hover {
  color: #1d4370 !important;
}

.hoverBlanco:hover {
  color: #ffffff !important;
}

.dropdown-toggle::after {
  color: white;
  vertical-align: 0.155em;
  margin-left: 0.55em;
}

.modal-content.autenticarregistrar {
  background-color: #ffffff;
  border-radius: 0pc;
}

.fondoblanco {
  background-color: #ffffff;
}

.fondoazul {
  background-color: #009fdc;
}

.progress {
  border-radius: 0px;
}

.botonesredes {
  padding: 0.3em 0.35em;
  border-radius: 0px;
}

.botonesredes i {
  color: #000;
}

.textonegro {
  color: #404040;
}

.botonesredes:hover {
  background-color: #1d4370;
}

.botonesredes:hover i {
  color: #1a1919;
}

.quitarpropbutton {
  border: none;
  background-color: transparent;
}

/*
.camposformulario {
  border: 2px solid #1d4370;
  border-radius: 2em;
  font-family: "Arial";
  background-color: transparent;
  color: #ffffff;
  padding: 0.5em 2em;
  font-size: 12px;
}*/

.form-control:focus {
  /* background-color: rgba(0, 0, 0, 0.035); */
  background-color: #e8f0fe;
  color: #202020;
}

.form-floating > label {
  padding: 1rem 1.2rem;
}

.autenticarregistrar .camposformulario,
.camposformulario {
  border-radius: 25px;
  font-family: var(--font-10);
  background-color: #ffffff;
  color: var(--secondary-color);
  font-size: 1.05em;
}

.autenticarregistrar .form-control:focus {
  /* background-color: rgba(0, 0, 0, 0.35);*/
  color: #202020;
}

.nav-link2 {
  position: relative;
  color: var(--white-color);
  margin-bottom: 0.25rem;
  transition: 0.3s;
  background-color: transparent;
}

.nav-link2 {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
}

.submenu {
  padding-left: 4em;
}

.submenu.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.imgini {
  width: 90%;
  margin: 10px auto;
  max-width: 400px;
}

.fondoA {
  background-image: url(/img/fondozonaA.png);
  background-position: top center;
  background-size: cover;
}

.fondoB {
  background-image: url(/img/fondoPersonas.jpg);
  background-position: center center;
  background-size: cover;
}

.fondoC {
  background-image: url(/img/fondozonas.jpg);
  background-position: center center;
  background-size: cover;
}

.text-justify {
  text-align: justify !important;
}

.cardredondeada {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
}

.degradadopeq1 {
  background: #fff;
}

.degradadopeq2 {
  background: #fff;
}

.degradadopeq3 {
  background: #fff;
}

.degradadopeq4 {
  background: #fff;
}

.degrada1 {
  background: #e7e7e7;
}

.contenedorEstrellas1 .full {
  color: #8ab0ff;
}

.contenedorEstrellas2 .full {
  color: #8ab0ff;
}

.contenedorEstrellas3 .full {
  color: #8ab0ff;
}

.contenedorEstrellas4 .full {
  color: #8ab0ff;
}

.fondoGris {
  background-color: #ececec;
}

.letraamarilla {
  color: #1d4370;
}

.letranegra {
  color: #404040;
}

.grisclaro {
  color: #808080;
}

.full {
  color: #8ab0ff;
}

.fullno {
  color: rgba(0, 0, 0, 0.45);
}

.card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.card .colorVerde {
  font-family: "HolcimRegular" !important;
  font-weight: lighter;
}

.cate a {
  color: #1d4370;
  font-family: "HolcimRegular" !important;
  font-weight: lighter;
}

h5.card-title {
  color: var(--fifth-color) !important;
  font-family: var(--font-7) !important;
  font-size: 1.05em !important;
}

.img-logofooter {
  width: 90%;
  max-width: 200px;
}

.letraNormalFooter {
  font-family: var(--font-1);
  color: white;
}

.footerLinks a {
 color: white;
 font-family: var(--font-1);
  font-size: 0.9em;
  text-decoration: none;
  margin-right: 1em;
  transition: color 0.3s ease;
}

.footerLinks a:hover {
  color: var(--main-color) !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.sinfondo {
  border: none;
  background-color: transparent;
}

.sinfondo:hover {
  border: none;
  background-color: transparent;
}

.menuOpcionesMiUsuario {
  background-color: var(--main-color);
  border-radius: 0px 0 2em 2em;
  min-width: 200px;
  width: 320px;
  z-index: 99999;
  font-family: var(--font-9);
}

.menuOpcionesMiUsuario .dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.045);
}

.background1 {
  background-color: #1d4370;
}

.background2 {
  background-color: #1d4370;
}

.background3 {
  background-color: #1d4370;
}

.background4 {
  background-color: #1d4370;
}

.progress {
  height: 0.5em;
  background-color: #F9F9F9;
}

.btninterno {
  background: #91bf29;
  border-radius: 0px;
  padding: 0.5em 1em;
  border: none;
  font-size: 0.85em;
  color: #ffffff;
  border-radius: 10px;
  font-family: "HolcimBold";
}

.btninterno:hover {
  background-color: #000;
  padding: 0.5em 1em;
  border: none;
  font-size: 0.85em;
  color: #ffffff;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #d0d0d0;
}

.nav-tabs .nav-link.active {
  border-color: #e6e6e6;
  background-color: #fff !important;
  color: #404040 !important;
}

.recursosclass .nav-fill .nav-item .nav-link,
.recursosclass .nav-justified .nav-item .nav-link {
  width: 100%;
  color: #fff;
  font-family: var(--font-4) !important;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  overflow-y: hidden;
}

.nav-tabs .nav-link.active {
  border-color: transparent;
  background-color: #60d0ff;
  color: #000;
  font-weight: 600;
}

.nav-tabs .nav-link {
  border-radius: 0px;
  background-color: #009fdc;
  color: #fff;
  cursor: pointer;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-link:focus {
  outline: none;
}

.flight-where-from:after {
  position: absolute;
  content: "23";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.custom-button {
  height: 45px;
  background-color: #1d4370;
  border: none;
  color: #fff;
}

.custom-button:hover,
.custom-button:focus {
  background-color: #1d4370;
  box-shadow: none;
  outline: none;
}

.scroll-y {
  overflow-y: scroll;
  height: 300px;
}

.recursosclass .nav-tabs .nav-link {
  background-color: var(--azul-color) !important;
}

.bgAzul {
  background-color: var(--azul-color) !important;
}

.recursosclass .nav-tabs .nav-link.active {
  background-color: var(--main-color) !important;
  color: white !important;
}

.nav-detallecursoclass .nav-fill .nav-item .nav-link,
.nav-detallecursoclass .nav-justified .nav-item .nav-link {
  width: 100%;
  color: #989898;
}

.nav-tabscurso {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  overflow-y: hidden;
}

.nav-tabscurso .nav-link.active {
  border-color: transparent;
  background-color: var(--main-color) !important;
  color: white !important;
  border-bottom: 4px solid var(--fourth-color);
}

.nav-tabscurso .nav-link {
  border-radius: 0px;
  background-color: var(--white-color) !important;
  color: #313133;
  cursor: pointer;
  border-bottom: 2px solid #313133;
}

.nav-tabscurso .nav-link:hover {
  border: none;
  background-color: var(--main-color) !important;
  color: white;
}

.nav-tabscurso .nav-link:focus {
  outline: none;
}

.detallecursoclass {
  overflow: hidden;
  border-radius: 0px 0px 2em 2em;
}

.detallecursoclass .active::before {
  background-color: transparent;
}

.bordeAzul {
  border: 2px solid #1d4370;
}

.colorNegro {
  color: #222222;
}

.grisOpcion {
  background-color: #e0e0e0;
}

.grisOpcion:hover {
  background-color: #d0d0d0;
}

.badge {
  border-radius: 1em;
  margin-left: -12px;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button {
  color: #2C2A29;
  background-color: #ffffff;
  font-family: var(--font-4) !important;
  font-size: 0.5em;
  border-bottom: 1px solid #2C2A29;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type {
  border-radius: 0px;
}

.classreviewstar .bi::before {
  vertical-align: 3px;
}

.accordion-body {
  background-color: #e2e2e2;
}

a {
  cursor: pointer;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #1d4370;
  font-size: 0.52em;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.accordion-body a.opcioncurso div.my-2 {
  margin-top: 0.95rem !important;
  margin-bottom: 0.95rem !important;
}

.fright {
  float: right;
}

.rojo {
  color: red;
}

.verde {
  color: #a7cb3f;
}

.lhuno {
  line-height: 1;
}

.nav-tabscontenidos.nav {
  height: auto;
}

.nav-detallecontenidoclass .nav-fill .nav-item .nav-link,
.nav-detallecontenidoclass .nav-justified .nav-item .nav-link {
  width: 100%;
  color: #989898;
}

.nav-tabscontenidos {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  overflow-y: hidden;
}

.nav-tabscontenidos .nav-link.active {
  color: #2C2A29 !important;
  border-color: transparent;
  background-color: transparent;
  font-family: var(--font-4);
  font-weight: 600;
  border-bottom: 4px solid var(--main-color);
}

.nav-tabscontenidos .nav-link {
  border-radius: 0px;
  background-color: transparent;
  color: #ABABAB;
  cursor: pointer;
  font-family: var(--font-4);
  border-bottom: 2px solid #C5C5C5;
}

.nav-tabscontenidos .nav-link:hover {
  color: var(--main-color) !important;
  border-bottom: 4px solid var(--main-color);
}

.nav-tabscontenidos .nav-link:focus {
  outline: none;
}

.detallecontenidoclass {
  overflow: hidden;
}

.detallecontenidoclass .active::before {
  background-color: transparent;
}

.tabscontenidos .accordion-button {
  padding: 0.38em 0.85em;
}

.tabscontenidos .accordion-button:not(.collapsed) {
  padding: 0.38em 0.7em;
  color: #2C2A29 !important;
  background-color: transparent !important;
  font-size: 0.52em;
  border: none;
  border-bottom: 4px solid #C5C5C5;
}

.tabscontenidos .accordion-item {
  color: var(--fourth-color) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0px !important;
}

.tabscontenidos .collapse.show {
  background-color: #e2e2e2;
}

.tabscontenidos .collapse {
  color: #101922;
  font-size: 0.85em;
}

.tabscontenidos .nav-link {
  padding: 0.38em 0.7em;
}

.tabscontenidos .collapse .opcioncurso {
  color: #2C2A29;
  font-family: var(--font-2);
}

.bordeProgreso {
  border: 1px solid #f3f3f3 !important;
  background-color: #ffffff;
}

.tabscontenidos .accordion-body {
  padding: 0.57em 0.4em;
}

.tabscontenidos .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0px !important;
}

/* ================ Vista de Eventos ===================== */

#contenedorImagenEventos {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#canalEvento {
  color: #1d4370;
}

#contenedorDescripcionEvento {
  word-wrap: break-word;
}

#imagenEventoDetalle {
  width: 100%;
}

.btnModalUser {
  height: 100%;
}

/* ============== Fin Vista Eventos ======================== */

.container-contenido {
  z-index: 1;
  width: calc(100% - 340px);
  min-width: calc(100% - 340px);
  transition: width 300ms ease-in-out 0s, min-width 300ms ease-in-out 0s;
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.container-contenidoSolo {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  transition: width 300ms ease-in-out 0s, min-width 300ms ease-in-out 0s;
  flex-direction: column;
  display: flex;
  overflow: visible;
  min-height: fit-content;
  height: 100vh;
  position: relative;
}

.contenedorContenidoCursos {
  /*overflow: hidden;*/
  scroll-behavior: smooth;
  height: 100vh;
  flex-direction: row;
  display: flex;
  min-height: 100vh;
}

.container-estadocurso {
  width: 340px;
  transform: translateX(0%);
  transition: transform 300ms ease-in-out 0s;
  display: grid;
  /*grid-template-rows: auto 1fr;*/
  border-right: 4px solid var(--main-color);
  height: 100%;
  z-index: 2;
  position: relative;
}

.container-estadocursoOculto {
  width: 340px;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out 0s;
  display: grid;
  /*grid-template-rows: auto 1fr;*/
  height: 100%;
  z-index: 2;
  border-right: 0px solid #071d49;
  position: relative;
}

.btnOpcionResumen {
  background-color: var(--main-color) !important;
  border-radius: 0px 2em 2em 0px;
  position: absolute;
  top: 18px;
  right: -2.41em;
  padding: 0.58em 0.72em;
}

.contenedorVideo {
  width: 100%;
  margin: 0px auto;
  max-width: 1600px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .container-contenido,
  .container-contenidoSolo {
    z-index: 1000;
    min-height: fit-content;
    width: 100%;
    position: sticky;
    flex-direction: column;
  }

  .container-estadocurso,
  .container-estadocursoOculto {
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
  }

  .contenedorContenidoCursos {
    flex-direction: column;
  }
}

display-flex,
.signup-content,
.actions ul,
.actions ul li a {
  display: flex;
  display: -webkit-flex;
}

list-type-ulli,
.actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:focus,
a:active {
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

.form-group {
  position: relative;
}

.field-icon {
  font-size: 24px;
  position: relative;
  z-index: 2;
  float: right;
  margin-top: -37px;
}

.content {
  padding: 4em 0px;
  position: relative;
  width: 100%;
}

.content h3 {
  display: none;
}

.step-current {
  position: absolute;
  right: 0;
  top: 0.5em;
  font-family: "HolcimRegular";
  text-transform: uppercase;
  color: #404040;
}

img.imgEval {
  height: 60px;
}

.card.cardredondeada img {
  width: 100%;
  height: auto;
}

.actions {
  width: 100%;
  text-align: center;
}

.actions ul {
  width: 100%;
  padding: 1em 0.5em 2em;
}

.actions ul .disabled {
  display: none;
}

.actions ul li {
  margin-left: 20px;
}

.actions ul li:first-child a {
  background: #404040;
  color: #ffffff;
}

.actions ul li:last-child a {
  /* background: #404040; */
  color: #ffffff;
  background-color: #1d4370;
}

.actions ul li:last-child a:hover {
  background-color: #1d4370;
  border: 1px solid #1d4370;
}

.actions ul li a {
  background: #404040;
  border-radius: 8px;
  padding: 0.5em 1em;
  border: none;
  font-size: 1.2em;
  color: #ffffff;
  font-family: "HolcimBold";
}

.actions ul li a:hover {
  color: white;
  background: #1d4370;
  border: 1px solid #1d4370;
}

.steps {
  display: none;
}

.page-link {
  position: relative;
  display: block;
  color: var(--main-color);
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.page-link:hover {
  text-decoration: underline;
  background-color: transparent;
}

.page-item.disabled .page-link {
  color: var(--secondary-color);
  pointer-events: none;
  background-color: transparent;
  border: none;
  cursor: not-allowed;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--azul-color);
  border: none;
  /* border-radius: 20em; */
}

.pagination a:hover {
  background-color: var(--fifth-color) !important;
  border: none;
  color: var(--main-color) !important;
}

.ratio > * {
  position: relative;
}

.respuestaOk {
  background: rgba(0, 0, 0, 0) url("img/ok.png") no-repeat scroll right top;
  height: 100%;
}

.respuestaBad {
  background: rgba(0, 0, 0, 0) url("img/bad.png") no-repeat scroll right top;
  height: 100%;
}

.form-floating > .form-select {
  height: calc(3.5rem + 7px);
}

.camposformulario option {
  background-color: #404040;
  font-family: "HolcimRegular";
  color: #ffffff;
}

/*  ===============================================================================  */
.carousel-control-next-interno,
.carousel-control-prev-interno {
  width: 2%;
}

@media (max-width: 767px) {
  .carousel-inner-interno .carousel-item-interno > div {
    display: none;
  }

  .carousel-inner-interno .carousel-item-interno > div:first-child {
    display: block;
  }

  .carousel-control-next-interno,
  .carousel-control-prev-interno {
    width: 10%;
  }
}

.carousel-inner-interno .carousel-item.active,
.carousel-inner-interno .carousel-item-next,
.carousel-inner-interno .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  .carousel-inner-interno .carousel-item-end.active,
  .carousel-inner-interno .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner-interno .carousel-item-start.active,
  .carousel-inner-interno .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner-interno .carousel-item-end,
.carousel-inner-interno .carousel-item-start {
  transform: translateX(0);
}

/* ================================================================= */

.form-select:disabled {
  background-color: transparent;
}

/*Este cambio es para los placeholder de las redes sociales de los inputs del perfil */
.redes::placeholder {
  color: #737373;
}

.buscador::placeholder {
  color: #737373;
}

#buscador {
  width: 100%;
}

.colorRojo {
  color: red;
}

.colorInsignias0 {
  color: #ffaf10;
}

.colorInsignias1 {
  color: #10fff3;
}

.colorInsignias2 {
  color: #fff310;
}

.colorInsignias3 {
  color: #ff4b4b;
}

.colorInsignias4 {
  color: #f97ade;
}

.colorInsignias5 {
  color: #29e551;
}

.colorInsignias6 {
  color: #f4d8c6;
}

.colorInsignias7 {
  color: #d610ff;
}

.colorInsigniasOff {
  color: rgba(0, 0, 0, 0.46);
}

.bordetabla {
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.navtabsgame .nav-item .nav-link {
  opacity: 0.45;
}

.navtabsgame .nav-item .nav-link.active {
  opacity: 1;
}

.nivls .row:nth-child(odd),
.tablarnk tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.nivls .row:nth-child(even),
.tablarnk tr:nth-child(even) {
  background-color: transparent;
}

.altoTalent {
  min-height: calc(100vh - 56px);
}

#contenido_cont {
  transition: 0.5s;
  box-sizing: border-box;
  min-height: 65vh;
}

.mover-pd {
  padding-left: calc(var(--nav-width) + 196px);
  transition: 0.5s;
}

.contendorImagenPeq {
  position: relative;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 1em;
  float: right;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.contendorImagenPeqUsuario {
  position: relative;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 2em;
  background-position: center;
  background-size: cover;
}

.contenedorImagenAvatarPeq {
  position: relative;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 2em;
  background-position: center;
  background-size: cover;
}

.colornaranja {
  background-color: #1d4370;
}

.fijoSuperior {
  position: fixed;
  z-index: 98;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.cerrarAlertaVivo {
  position: absolute;
  right: 0.75em;
  top: 5px;
  cursor: pointer;
}

.btn-close {
  background-color: transparent !important;
}

button.quitarpropbutton {
  background-color: transparent !important;
  color: #91bf29 !important;
}

.fondoVerde {
  background: #91bf29;
}

.textoini {
  color: #7a7a7a;
  font-family: "HolcimRegular";
}

.quetex {
  font-family: "HolcimBold";
  color: #404040;
  font-size: 3em;
}

.fondoBannerA {
  background-image: url(/img/banneramarillo.jpg);
  background-position: center center;
  background-size: cover;
}

.gpb {
  font-family: "HolcimBold";
}

.fontomon {
  font-family: "HolcimRegular" !important;
}

.GothamLight {
  font-family: "HolcimRegular";
}

.Gothampromed {
  font-family: "HolcimRegular";
}

.panelga {
  background: #dddddd;
  border-radius: 0px 10px 10px 0px;
  padding: 4%;
}

.fondoQuienesSomos {
  background-image: url(/img/bannerQuienesSomos.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: left;
  height: 75vh;
}

.amafont {
  background: #efce31;
  border-radius: 20px;
  padding-top: 0%;
  padding-bottom: 0.5%;
  padding-left: 1%;
  padding-right: 1%;
  position: absolute;
  margin-top: -2em;
  font-family: "HolcimRegular";
  color: #1a1a1a;
}

.amafont3 {
  background: #efce31;
  border-radius: 20px;
  padding-top: 0.7%;
  padding-bottom: 0.7%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  display: inline-block;
  margin-top: -2em;
  font-family: "HolcimRegular";
  color: #1a1a1a;
}

.amafont2 {
  background: #efce31;
  border-radius: 20px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  margin-top: -2em;
  font-family: "HolcimRegular";
  color: #1a1a1a;
  margin-left: 10%;
  margin-right: 10%;
}

.br-20 {
  border-radius: 20px;
}

.form-floating {
  overflow: hidden;
}

.grande {
  width: 200%;
}

.espacios {
  white-space: normal;
}

.fondoGris {
  background-color: #f9f9f9;
}

.fondoGris2 {
  background-color: #e8f1f7;
}

.dropend.segundo .dropdown-toggle::after {
  float: right;
  margin: 10px auto;
  color: black;
}

.segundo .show {
  background-color: #009fdc !important;
  color: #404040;
}

.primero .nav-link:focus {
  color: #ffffff;
  background-color: #009fdc;
}

.segundo .nav-link:hover {
  background-color: #f0f0f0;
  color: #404040;
}

.separador .nav-link:hover {
  background-color: #dae8f2;
  color: #404040;
}

.container-estadocurso input[type="radio"] {
  display: none;
}

.container-estadocurso label {
  color: transparent;
  -webkit-text-stroke: 2px var(--azul-color);
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.container-estadocurso label:hover,
label:hover ~ label {
  color: var(--azul-color);
}

.container-estadocurso input[type="radio"]:checked ~ label {
  color: var(--azul-color);
}

.container-estadocurso [type="checkbox"] + label,
.container-estadocurso [type="radio"] + label {
  margin-right: 0px;
  cursor: pointer;
  font-size: 1.55em;
}

.text-main {
  color: var(--main-color) !important;
}
.text-second {
  color: var(--secondary-color) !important;
}
.text-third {
  color: var(--third-color) !important;
}
.text-fourth {
  color: var(--fourth-color) !important;
}
.text-fifth {
  color: var(--fifth-color) !important;
}
.bg-main {
  background-color: var(--main-color) !important;
}
.bg-second {
  background-color: var(--secondary-color) !important;
}
.bg-third {
  background-color: var(--third-color) !important;
}
.bg-fourth {
  background-color: var(--fourth-color) !important;
}
.bg-fifth {
  background-color: var(--fifth-color) !important;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 15px !important;
}
.rounded-3 {
  border-radius: 20px !important;
}
.rounded-4 {
  border-radius: 25px !important;
}
.rounded-5 {
  border-radius: 30px !important;
}
.rounded-1,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5 {
  overflow: hidden;
  border: none;
}

.bannerContainer {
  background-image: url("/img/bgBanner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bannerContainer h1 {
  color: var(--fourth-color) !important;
}

.bannerContainer h2 {
  color: var(--main-color) !important;
}

.bannerContainer h1 {
  font-size: 45pt !important;
  line-height: 55pt;
}

.bannerContainer h2 {
  font-size: 40pt !important;
}

@media (min-width: 1580px) {
  .bannerContainer h1 {
    font-size: 45pt !important;
    line-height: 55pt;
  }

  .bannerContainer h2 {
    font-size: 40pt !important;
  }
}

.biblioteca {
  color: var(--main-color) !important;
  background-color: #f1f1f1 !important;
  font-size: 17pt;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}

.nav-content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-content-btn button {
  padding: 10px 15px 10px 15px !important;
  background-color: var(--main-color) !important;
  border: none;
  font-size: 12pt;
  border-radius: 25px;
  color: #ffffff;
  font-family: var(--font-4);
}
.nav-content-btn button:hover {
  background-color: var(--fourth-color) !important;
  color: #ffffff;
}
.nav-content-btn .btnPrev {
  border-radius: 10px 0px 0px 10px;
}
.nav-content-btn .btnNext {
  border-radius: 0px 10px 10px 0px;
}

.botonesFooter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: white;
    color: var(--azul-color);
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100000;
}