﻿@charset "UTF-8";

:root {
    /*#region global*/
    --color-background: #f3f6f9;
    --color-primary: #e5626d;
    --color-primary-dark: #b74e57;
    --color-danger: #d35153;
    --color-warning: #e8e971;
    --color-success: #3e9108;
    --color-info: #085786;
    --color-secondary: #5b6371;
    --color-base-800: #45494f;
    --color-dialog-background: #ffffff;
    /*#endregion*/
    /*#region panel*/
    --color-panel-menu-item-active-background: #58a39921;
    --color-panel-menu-item-active: #b24c55;
    --color-panel-menu-item-2nd-level-active-background: #58a39921;
    --color-panel-menu-item-2nd-level-active: #b24c55;
    /*#endregion*/
    /*#region paginator*/
    --color-paginator-numeric-button-selected-background: #58a39929;
    --color-paginator-numeric-button-selected: #b24c55;
    /*#endregion*/
    /*#region dropdown*/
    --color-dropdown-item-selected-background: #58a39929;
    --color-dropdown-item-selected: #b24c55;
    --color-dropdown-item-selected-hover-background: #58a39929;
    --color-dropdown-item-selected-hover: #b24c55;
    /*#endregion*/
    /*#region card*/
    --color-card-background: #a3585817;
    --color-card-border: 0.0625rem solid rgba(17, 24, 39, 0.125);
    /*#endregion*/
    /*#region view*/
    --content-page-color: #a3585817;
    --auth-page-color: #f2eeec;
    --loading-startup-progress-color: #ffa7af;
    --rz-header-background-color: var(--color-background);
    --rz-sidebar-background-color: var(--color-background);
    --rz-panel-menu-item-active-background-color: #f9dfe1;
    /*#endregion*/
}
