/* local-icons.css */
/* Replace Boxicons with simple local text icons. No CDN. No font file. */

.bx,
.bxr,
.bxs {
    font-style: normal;
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Sidebar / Header icons */
.bx-home::before {
    content: "⌂";
}

.bx-message-minus::before {
    content: "✉";
}

.bx-arrow-in-down-square-half::before {
    content: "⇩";
}

.bx-arrow-out-up-square-half::before {
    content: "⇧";
}

.bxs-chevron-down::before {
    content: "⌄";
}

.bx-history::before {
    content: "↺";
}

.bx-spanner::before {
    content: "⚒";
}

.bx-folder-heart::before {
    content: "📊";
    font-size: 17px;
}

.bx-rugby-ball::before {
    content: "🏉";
    font-size: 17px;
}

/* LTL - small truck */
.bx-truck::before {
    content: "🚚";
    font-size: 17px;
}

.bx-cog::before {
    content: "⚙";
}

.bx-dollar-circle::before {
    content: "$";
}

.bx-user::before {
    content: "👤";
}

.bx-arrow-out-left-square-half::before {
    content: "🚪";
    font-size: 17px;
}

/* Top bar */
.bx-menu::before {
    content: "☰";
}

.bx-globe-americas::before {
    content: "🌐";
    font-size: 16px;
}

.bx-bell::before {
    content: "🔔";
    font-size: 16px;
}

.bx-buildings::before {
    content: "▥";
}