/* ================================
   Medical Beauty Icons (Alias File)
   Using Font Awesome 6 Free
   ================================ */

/* Base setup */
[class^="mb-icon-"], [class*=" mb-icon-"] {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icons */
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* Smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   Beauty / Skin Care Icons
   ========================= */
.mb-icon-skin-care:before { content: "\f492"; } /* spa */
.mb-icon-cosmetic-injection:before { content: "\f48a"; } /* syringe */
.mb-icon-facial-mask:before { content: "\f06d"; } /* smile (use as mask) */
.mb-icon-makeup-brush:before { content: "\f1fc"; } /* paint-brush */
.mb-icon-lotion-bottle:before { content: "\f4c4"; } /* pump-medical */
.mb-icon-lipstick:before { content: "\f0c3"; } /* flask (placeholder for cosmetics) */

/* =========================
   Medical Staff & Clinic
   ========================= */
.mb-icon-doctor:before { content: "\f0f0"; } /* user-md */
.mb-icon-nurse:before { content: "\f82f"; } /* user-nurse */
.mb-icon-stethoscope:before { content: "\f0f1"; } /* stethoscope */
.mb-icon-hospital:before { content: "\f0f8"; } /* hospital */
.mb-icon-clinic:before { content: "\f47d"; } /* hospital-symbol */
.mb-icon-appointment:before { content: "\f073"; } /* calendar */

/* =========================
   Medical Equipment
   ========================= */
.mb-icon-syringe:before { content: "\f48a"; } /* syringe */
.mb-icon-bandage:before { content: "\f462"; } /* band-aid */
.mb-icon-microscope:before { content: "\f610"; } /* microscope */
.mb-icon-pills:before { content: "\f484"; } /* pills */
.mb-icon-vaccine:before { content: "\f5b1"; } /* vial */
.mb-icon-dropper:before { content: "\f576"; } /* eye-dropper */

/* =========================
   Health & Body
   ========================= */
.mb-icon-heartbeat:before { content: "\f21e"; } /* heartbeat */
.mb-icon-weight-scale:before { content: "\f496"; } /* weight */
.mb-icon-blood-drop:before { content: "\f043"; } /* tint */
.mb-icon-dna:before { content: "\f471"; } /* dna */
.mb-icon-bone:before { content: "\f5d7"; } /* bone */
.mb-icon-brain:before { content: "\f5dc"; } /* brain */

/* =========================
   Documents / Reports
   ========================= */
.mb-icon-file-prescription:before { content: "\f572"; } /* file-prescription */
.mb-icon-medical-report:before { content: "\f15c"; } /* file-alt */
.mb-icon-billing:before { content: "\f555"; } /* file-invoice-dollar */
.mb-icon-consent-form:before { content: "\f573"; } /* notes-medical */

/* =========================
   Wellness / Spa
   ========================= */
.mb-icon-yoga:before { content: "\f86f"; } /* person-praying (placeholder yoga) */
.mb-icon-massage:before { content: "\f5ce"; } /* hand-holding-medical */
.mb-icon-aroma:before { content: "\f5d0"; } /* hot-tub */
.mb-icon-herbal:before { content: "\f06c"; } /* leaf */
.mb-icon-relax:before { content: "\f560"; } /* chair */

/* =========================
   Emergency / Alerts
   ========================= */
.mb-icon-ambulance:before { content: "\f0f9"; } /* ambulance */
.mb-icon-emergency-cross:before { content: "\f135"; } /* plus */
.mb-icon-alert:before { content: "\f071"; } /* exclamation-triangle */
.mb-icon-safety:before { content: "\f21b"; } /* shield-alt */



.mb-icon-graduation:before { content: "\f19d"; } /* graduation-cap */
.mb-icon-certificate:before { content: "\f0a3"; } /* certificate */
.mb-icon-mentor:before { content: "\f51c"; } /* chalkboard-teacher */
.mb-icon-demo:before { content: "\f03d"; } /* video */
.mb-icon-hands-on:before { content: "\f4c2"; } /* hands-helping */
.mb-icon-internship:before { content: "\f15c"; } /* file-alt */
