﻿/********************
Google Material Icons 
********************/

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    visibility: hidden; /* Set by font-loaded.js */
}

/** Show when font loaded - stops flicker **/
body.fonts-loaded .material-symbols-outlined {
    visibility: visible;
}
/** Styles **/
.icon-filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.icon-alt {
    color: var(--ws-text-alt);
}
.icon-muted {
    color: var(--ws-text-muted);
}
.icon-success {
    color: var(--ws-success);
}
.icon-info {
    color: var(--ws-info);
}
.icon-warning {
    color: var(--ws-warning);
}
.icon-danger {
    color: var(--ws-danger);
}
.icon-black {
    color: var(--bs-black);
}
.icon-white {
    color: var(--bs-white);
}
.icon-sm {
    font-size: 1rem;
}
.icon-md {
    font-size: 1.25rem;
}
.icon-lg {
    font-size: 2rem;
}
.icon-xl {
    font-size: 3rem;
}
.icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

/** IconCss **/
.icon-dark_mode::before {
    content: "dark_mode";
}
.icon-light_mode::before {
    content: "light_mode";
}
.icon-account_circle::before {
    content: "account_circle";
}
.icon-search::before {
    content: "search";
}
.icon-settings::before {
    content: "settings";
}
.icon-logout::before {
    content: "logout";
}
.icon-menu::before {
    content: "menu";
}
.icon-brightness_6::before {
    content: "brightness_6";
}
.icon-tonality::before {
    content: "tonality";
}
.icon-contrast::before {
    content: "contrast";
}
.icon-night_sight_auto::before {
    content: "night_sight_auto";
}
.icon-palette::before {
    content: "palette";
}
.icon-notifications::before {
    content: "notifications";
}
.icon-check_box::before {
    content: "check_box";
}
.icon-download::before {
    content: "download";
}
.icon-undo::before {
    content: "undo";
}
.icon-block::before {
    content: "block";
}
.icon-refresh::before {
    content: "refresh";
}
.icon-login::before {
    content: "login";
}
.icon-bolt::before {
    content: "bolt";
}
.icon-stacks::before {
    content: "stacks";
}
.icon-cards::before {
    content: "cards";
}
.icon-side_navigation::before {
    content: "side_navigation";
}
.icon-add::before {
    content: "add";
}
.icon-edit::before {
    content: "edit";
}
.icon-delete::before {
    content: "delete";
}
.icon-home::before {
    content: "home";
}
.icon-domain::before {
    content: "domain";
}
.icon-smartphone::before {
    content: "smartphone";
}
.icon-api::before {
    content: "api";
}
.icon-planner_review::before {
    content: "planner_review";
}
.icon-manage_accounts::before {
    content: "manage_accounts";
}
.icon-warning::before {
    content: "warning";
}
.icon-database::before {
    content: "database";
}
.icon-info::before {
    content: "info";
}
.icon-save::before {
    content: "save";
}
.icon-reset_settings::before {
    content: "reset_settings";
}
.icon-overview::before {
    content: "overview";
}
.icon-monitoring::before {
    content: "monitoring";
}
.icon-tune::before {
    content: "tune";
}
.icon-help::before {
    content: "help";
}
.icon-shield_lock::before {
    content: "shield_lock";
}
.icon-dashboard::before {
    content: "dashboard";
}
.icon-switch_account::before {
    content: "switch_account";
}
.icon-person_edit::before {
    content: "person_edit";
}
.icon-right_arrow::before {
    content: "keyboard_arrow_right";
}
.icon-license::before {
    content: "license";
}
.icon-cancel::before {
    content: "cancel";
}
.icon-clear_all::before {
    content: "clear_all";
}
.icon-error::before {
    content: "error";
}
.icon-cloud::before {
    content: "cloud";
}
.icon-check_circle::before {
    content: "check_circle";
}
.icon-cancel::before {
    content: "cancel";
}
.icon-visibility::before {
    content: "visibility";
}
.icon-view_list::before {
    content: "view_list";
}
.icon-view_list::before {
    content: "view_list";
}
.icon-category::before {
    content: "category";
}
.icon-arrow_menu_close::before {
    content: "arrow_menu_close";
}
.icon-dock_to_right::before {
    content: "dock_to_right";
}
.icon-right_panel_open::before {
    content: "right_panel_open";
}
.icon-right_panel_close::before {
    content: "right_panel_close";
}
.icon-person::before {
    content: "person";
}
.icon-bar_chart::before {
    content: "bar_chart";
}
.icon-timeline::before {
    content: "timeline";
}
.icon-group::before {
    content: "group";
}
.icon-query_stats::before {
    content: "query_stats";
}
.icon-history::before {
    content: "history";
}
.icon-arrow_circle_right::before {
    content: "arrow_circle_right";
}
.icon-apps::before {
    content: "apps";
}
.icon-event::before {
    content: "event";
}
.icon-schedule::before {
    content: "schedule";
}
.icon-close::before {
    content: "close";
}
.icon-favorite::before {
    content: "favorite";
}
.icon-star::before {
    content: "star";
}
.icon-event_list::before {
    content: "event_list";
}
.icon-text_fields::before {
    content: "text_fields";
}
.icon-file_json::before {
    content: "file_json";
}
.icon-raw_on::before {
    content: "raw_on";
}
.icon-security::before {
    content: "security";
}
.icon-lock::before {
    content: "lock";
}
.icon-globe-book::before {
    content: "globe_book";
}
.icon-support-agent::before {
    content: "support_agent";
}
.icon-package-2::before {
    content: "package_2";
}
.icon-corporate-fare::before {
    content: "corporate_fare";
}
.icon-view_module::before {
    content: "view_module";
}
.icon-widgets::before {
    content: "widgets";
}
.icon-folder::before {
    content: "folder";
}
.icon-folder_open::before {
    content: "folder_open";
}
.icon-subdirectory_arrow_right::before {
    content: "subdirectory_arrow_right";
}
.icon-analytics::before {
    content: "analytics";
}
.icon-article::before {
    content: "article";
}
.icon-web_asset::before {
    content: "web_asset";
}
.icon-dataset_linked::before {
    content: "dataset_linked";
}
.icon-view_timeline::before {
    content: "view_timeline";
}
.icon-inventory_2::before {
    content: "inventory_2";
}
.icon-swap_horiz::before {
    content: "swap_horiz";
}
.icon-calculate::before {
    content: "calculate";
}
.icon-verified::before {
    content: "verified";
}
.icon-swap_calls::before {
    content: "swap_calls";
}
.icon-line_style::before {
    content: "line_style";
}
.icon-update::before {
    content: "update";
}
.icon-groups::before {
    content: "groups";
}
.icon-request_quote::before {
    content: "request_quote";
}
.icon-bug_report::before {
    content: "bug_report";
}
.icon-branding_watermark::before {
    content: "branding_watermark";
}
.icon-label::before {
    content: "label";
}
.icon-wallpaper::before {
    content: "wallpaper";
}
.icon-border_all::before {
    content: "border_all";
}
.icon-rocket_launch::before {
    content: "rocket_launch";
}
.icon-grid_view::before {
    content: "grid_view";
}
.icon-toolbar::before {
    content: "toolbar";
}
.icon-colorize::before {
    content: "colorize";
}
.icon-width::before {
    content: "width";
}
.icon-height::before {
    content: "height";
}
.icon-rounded_corner::before {
    content: "rounded_corner";
}
.icon-shadow::before {
    content: "shadow";
}
.icon-image::before {
    content: "image";
}
.icon-border_bottom::before {
    content: "border_bottom";
}
.icon-format_color_text::before {
    content: "format_color_text";
}
.icon-ink_selection::before {
    content: "ink_selection";
}
.icon-link::before {
    content: "link";
}
.icon-opacity::before {
    content: "opacity";
}
.icon-link_off::before {
    content: "link_off";
}
.icon-icon-dock_to_right::before {
    content: "icon-dock_to_right";
}
.icon-icon-local_police::before {
    content: "icon-local_police";
}
.icon-pie_chart::before {
    content: "pie_chart";
}
.icon-cloud_download::before {
    content: "cloud_download";
}
.icon-upload_file::before {
    content: "upload_file";
}
.icon-arrow_back::before {
    content: "arrow_back";
}
.icon-publish::before {
    content: "publish";
}








