/* Glyphicons compatibility for Bootstrap 5 */
/* Maps glyphicon classes to the existing font files */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before { content: "\e003"; }
.glyphicon-remove:before { content: "\e014"; }
.glyphicon-remove-sign:before { content: "\e083"; }
.glyphicon-file:before { content: "\e022"; }
.glyphicon-pencil:before { content: "\270f"; }
.glyphicon-plus:before { content: "\002b"; }
.glyphicon-plus-sign:before { content: "\e081"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-ok:before { content: "\e013"; }
.glyphicon-star:before { content: "\e006"; }
.glyphicon-star-empty:before { content: "\e007"; }
.glyphicon-user:before { content: "\e008"; }
.glyphicon-calendar:before { content: "\e109"; }
.glyphicon-comment:before { content: "\e111"; }
.glyphicon-refresh:before { content: "\e031"; }
.glyphicon-list:before { content: "\e056"; }
.glyphicon-download:before { content: "\e025"; }
.glyphicon-upload:before { content: "\e027"; }
.glyphicon-log-out:before { content: "\e163"; }
.glyphicon-cog:before { content: "\e019"; }
.glyphicon-trash:before { content: "\e020"; }
.glyphicon-home:before { content: "\e021"; }
.glyphicon-edit:before { content: "\e065"; }
.glyphicon-eye-open:before { content: "\e105"; }
.glyphicon-eye-close:before { content: "\e106"; }
.glyphicon-ban-circle:before { content: "\e090"; }
.glyphicon-check:before { content: "\e067"; }
.glyphicon-send:before { content: "\e171"; }
.glyphicon-earphone:before { content: "\e182"; }
