@font-face {
  font-family: "Glyphicons Halflings"; /* Project id 4186892 */
  src: url('iconfont.woff2?t=1690508915546') format('woff2'),
       url('iconfont.woff?t=1690508915546') format('woff'),
       url('iconfont.ttf?t=1690508915546') format('truetype');
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-left:before {
  content: "\e7ed";
}

.glyphicon-menu-up:before {
  content: "\e7ee";
}

.glyphicon-menu-down:before {
  content: "\e7ef";
}

.glyphicon-menu-right:before {
  content: "\e7eb";
}

