/* 
=================================
FONT AWESOME TO BOOTSTRAP ICONS MAPPING
Mapeo de iconos de FontAwesome a Bootstrap Icons
=================================
*/

/* Mapeo de iconos FontAwesome a Bootstrap Icons */
.fas.fa-clipboard-list:before {
    content: '\f4ea';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-calendar:before {
    content: '\f1eb';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-user:before {
    content: '\f4da';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-map-marker-alt:before {
    content: '\f423';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-boxes:before {
    content: '\f1b3';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-phone:before {
    content: '\f4b2';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-sticky-note:before {
    content: '\f4fc';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-check-circle:before {
    content: '\f26a';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-clock:before {
    content: '\f292';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-weight:before {
    content: '\f4f9';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-box-open:before {
    content: '\f1b4';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-exclamation-triangle:before {
    content: '\f33a';
    font-family: "bootstrap-icons" !important;
}

.fas.fa-box:before {
    content: '\f1b3';
    font-family: "bootstrap-icons" !important;
}

/* Agregar clase de compatibilidad */
.fa-fallback {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}