﻿
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: local('Material Symbols Outlined'), url('../MaterialSymbolsOutlined.woff2') format('woff')
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

#navigation .e-btn-icon {
    font-size: 18px !important;
}



.rocket_launch::before {
    content: "rocket_launch";
}

.payments::before {
    content: "payments";
}

.client::before {
    content: "guardian";
}

.patient_list::before {
    content: "patient_list";
}

.description::before {
    content: "description";
}

.finance::before {
    content: "finance";
}

.dashboard::before {
    content: "space_dashboard";
}

.settings::before {
    content: "settings";
}

.department::before {
    content: "account_balance";
}

.person::before {
    content: "person";
}

.logout::before {
    content: "logout";
}

.login::before {
    content: "login";
}

.add::before {
    content: "add";
}

.delete::before {
    content: "delete";
}

.copy::before {
    content: "content_copy";
}

.check::before {
    content: "check";
}

.close::before {
    content: "close";
}

.edit::before {
    content: "edit";
}
.back::before {
    content: "arrow_back"
}
.save::before {
    content: "save"
}
.pdf::before {
    content: "docs"
}