@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.statscodes.com/sources/nav-fonts/boxicons.eot");
  src: url("https://www.statscodes.com/sources/nav-fonts/boxicons.eot") format("embedded-opentype"), url("https://www.statscodes.com/sources/nav-fonts/boxicons.woff2") format("woff2"),
    url("https://www.statscodes.com/sources/nav-fonts/boxicons.woff") format("woff"), url("https://www.statscodes.com/sources/nav-fonts/boxicons.ttf") format("truetype");
}

.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-menu:before {
  content: "\eac1";
}
.bx-menu-alt-left:before {
  content: "\eac2";
}
.bx-menu-alt-right:before {
  content: "\eac3";
}

.bx-x:before {
  content: "\ebe9";
}
.bx-x-circle:before {
  content: "\ebea";
}

.bxs-chevron-down:before {
  content: "\ec89";
}

.bxs-chevron-right:before {
  content: "\ec8f";
}

.bx-search:before {
  content: "\eb54";
}
