@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.woff2') format('woff2'), 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');
    font-display: swap;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-earphone:before {
    /*content: "\e182";*/
    content: "\e145";
}
.glyphicon-phone-alt:before {
    /* content: "\e183";*/
    content: "\e145";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-list:before {
    content: "\e056";
}.glyphicon-time:before {
     content: "\e023";
 }
.glyphicon-thumbs-up:before {
    content: "\e125";
}
