/* Replace Glyphicons with FontAwesome */
.glyphicon {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #644222;
    margin-right: 8px;
    -webkit-font-smoothing: antialiased;
}
.glyphicon::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
}
.glyphicon-calendar::before { content: '\f073'; }
.glyphicon-bed::before { content: '\f236'; }
.glyphicon-plane::before { content: '\f072'; }
.glyphicon-arrow-right::before,
.glyphicon-arrow-circle-right::before { content: '\f061'; }
.glyphicon-ok::before,
.glyphicon-ok-circle::before { content: '\f00c'; }
.glyphicon-remove::before,
.glyphicon-remove-circle::before { content: '\f00d'; }
.glyphicon-user::before { content: '\f007'; }
.glyphicon-home::before { content: '\f015'; }
.glyphicon-phone::before { content: '\f095'; }
.glyphicon-envelope::before { content: '\f0e0'; }
.glyphicon-map-marker::before { content: '\f3c5'; }
.glyphicon-star::before { content: '\f005'; }
.glyphicon-heart::before { content: '\f004'; }
.glyphicon-search::before { content: '\f002'; }
.glyphicon-cog::before { content: '\f013'; }
.glyphicon-time::before { content: '\f017'; }
.glyphicon-road::before { content: '\f018'; }
.glyphicon-download-alt::before { content: '\f019'; }
.glyphicon-upload::before { content: '\f093'; }
.glyphicon-inbox::before { content: '\f01c'; }
.glyphicon-refresh::before { content: '\f021'; }
.glyphicon-list-alt::before { content: '\f022'; }
.glyphicon-lock::before { content: '\f023'; }
.glyphicon-flag::before { content: '\f024'; }
.glyphicon-headphones::before { content: '\f025'; }
.glyphicon-tag::before { content: '\f02b'; }
.glyphicon-tags::before { content: '\f02c'; }
.glyphicon-book::before { content: '\f02d'; }
.glyphicon-print::before { content: '\f02f'; }
.glyphicon-camera::before { content: '\f030'; }
.glyphicon-list::before { content: '\f03a'; }
.glyphicon-zoom-in::before { content: '\f00e'; }
.glyphicon-zoom-out::before { content: '\f010'; }
.glyphicon-off::before { content: '\f011'; }
.glyphicon-signal::before { content: '\f012'; }
.glyphicon-trash::before { content: '\f1f8'; }
.glyphicon-file::before { content: '\f15b'; }
.glyphicon-folder-open::before { content: '\f07c'; }
.glyphicon-folder-close::before { content: '\f07b'; }
.glyphicon-resize-vertical::before { content: '\f338'; }
.glyphicon-resize-horizontal::before { content: '\f337'; }
.glyphicon-eye-open::before { content: '\f06e'; }
.glyphicon-eye-close::before { content: '\f070'; }
.glyphicon-warning-sign::before { content: '\f071'; }
.glyphicon-shopping-cart::before { content: '\f07a'; }
.glyphicon-globe::before { content: '\f0ac'; }
.glyphicon-wrench::before { content: '\f0ad'; }
.glyphicon-tasks::before { content: '\f0ae'; }
.glyphicon-filter::before { content: '\f0b0'; }
.glyphicon-briefcase::before { content: '\f0b1'; }
.glyphicon-fullscreen::before { content: '\f065'; }
.glyphicon-dashboard::before { content: '\f3fd'; }
.glyphicon-paperclip::before { content: '\f0c6'; }
.glyphicon-link::before { content: '\f0c1'; }
.glyphicon-phone-alt::before { content: '\f879'; }
.glyphicon-pushpin::before { content: '\f08d'; }
.glyphicon-credit-card::before { content: '\f09d'; }
.glyphicon-certificate::before { content: '\f0a3'; }
.glyphicon-bell::before { content: '\f0f3'; }
.glyphicon-cutlery::before { content: '\f2e7'; }
