/* =========================================================
   VRMS THEME BASIS
   ========================================================= */

:root {
    --VRMS_red: #00843d;
    --VRMS_red-light: #d0e7db;
    --VRMS_accent: #00843d;
    --VRMS_success: #4caf50;
    --VRMS_warning: #ff9800;
    --VRMS_danger: #ff0000;
    --VRMS_white: #ffffff;
    --VRMS_black: #000000;

    --VRMS_appointment: #ffc107;
    --VRMS-appointment: #ffc107;
    --VRMS_create: rgb(165, 165, 165);
    --VRMS_selectable: rgb(236, 240, 14);
    --VRMS_released: rgb(101, 236, 68);
    --VRMS_removed: rgb(231, 76, 60);
    --VRMS_replacement: rgb(52, 160, 231);
    --VRMS_newAssignment: rgb(178, 243, 116);
    --VRMS_pending: rgb(255, 193, 7);
    --VRMS_rejected: rgb(244, 67, 54);
    --VRMS_accepted: rgb(76, 175, 80);

    --VRMS_background-light: #ffffff;
    --VRMS_foreground-light: #222222;
    --VRMS_table-bg-light: #f8f9fa;
    --VRMS_table-striped-light: #bfc5ca;
    --VRMS_infoText-light: #2c2929;
    --VRMS_button-bg-light: #6c757d;
    --VRMS_button-font-light: #000000;
    --VRMS_optionbox-bg-light: #f0f0f0;
    --VRMS_optionbox-selected-light: #00843d;
    --VRMS_optionbox-hover-light: #e0f2e8;
    --VRMS-navbar-bg-light: #f8f9fa;
    --VRMS-navbar-text-light: #212529;

    --VRMS_background-dark: #121212;
    --VRMS_foreground-dark: #f5f5f5;
    --VRMS_table-bg-dark: #1e1e1e;
    --VRMS_table-striped-dark: #444242;
    --VRMS_infoText-dark: #e6e6e6;
    --VRMS_button-bg-dark: #e1e2e6;
    --VRMS_button-font-dark: #000000;
    --VRMS_optionbox-bg-dark: #333333;
    --VRMS_optionbox-selected-dark: #00662f;
    --VRMS_optionbox-hover-dark: #224a35;
    --VRMS-navbar-bg-dark: #1c1c1c;
    --VRMS-navbar-text-dark: #f8f9fa;

    --VRMS_Shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}