﻿:root{
    --blue: #375a7f;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74c3c;
    --orange: #fd7e14;
    --yellow: #f39c12;
    --green: #00bc8c;
    --teal: #20c997;
    --cyan: #3498db;
    --black: #000;
    --white: #fff;
    --gray: #888;
    --gray-dark: #303030; /* Behält -dark, da es Teil des Namens ist, nicht des Themes */
    --gray-100: #f8f9fa;
    --gray-200: #ebebeb;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #888;
    --gray-700: #444;
    --gray-800: #303030;
    --gray-900: #222;
    --primary: #375a7f;
    --secondary: #444;
    --success: #00bc8c;
    --info: #3498db;
    --warning: #f39c12;
    --danger: #e74c3c;
    --light: #adb5bd; /* War --dark-light */
    --dark: #303030; /* War --dark-dark */
    --primary-rgb: 55, 90, 127;
    --secondary-rgb: 68, 68, 68;
    --success-rgb: 0, 188, 140;
    --info-rgb: 52, 152, 219;
    --warning-rgb: 243, 156, 18;
    --danger-rgb: 231, 76, 60;
    --light-rgb: 173, 181, 189; /* War --dark-light-rgb */
    --dark-rgb: 48, 48, 48; /* War --dark-dark-rgb */
    --primary-text-emphasis: #162433;
    --secondary-text-emphasis: #1b1b1b;
    --success-text-emphasis: #004b38;
    --info-text-emphasis: #153d58;
    --warning-text-emphasis: #613e07;
    --danger-text-emphasis: #5c1e18;
    --light-text-emphasis: #444; /* War --dark-light-text-emphasis */
    --dark-text-emphasis: #444; /* War --dark-dark-text-emphasis */
    --primary-bg-subtle: #d7dee5;
    --secondary-bg-subtle: #dadada;
    --success-bg-subtle: #ccf2e8;
    --info-bg-subtle: #d6eaf8;
    --warning-bg-subtle: #fdebd0;
    --danger-bg-subtle: #fadbd8;
    --light-bg-subtle: #fcfcfd; /* War --dark-light-bg-subtle */
    --dark-bg-subtle: #ced4da; /* War --dark-dark-bg-subtle */
    --primary-border-subtle: #afbdcc;
    --secondary-border-subtle: #b4b4b4;
    --success-border-subtle: #99e4d1;
    --info-border-subtle: #aed6f1;
    --warning-border-subtle: #fad7a0;
    --danger-border-subtle: #f5b7b1;
    --light-border-subtle: #ebebeb; /* War --dark-light-border-subtle */
    --dark-border-subtle: #adb5bd; /* War --dark-dark-border-subtle */
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color: #fff;
    --body-color-rgb: 255, 255, 255;
    --body-bg: #222;
    --body-bg-rgb: 34, 34, 34;
    --emphasis-color: #000;
    --emphasis-color-rgb: 0, 0, 0;
    --secondary-color: rgba(255, 255, 255, 0.75);
    --secondary-color-rgb: 255, 255, 255;
    --secondary-bg: #ebebeb;
    --secondary-bg-rgb: 235, 235, 235;
    --tertiary-color: rgba(255, 255, 255, 0.5);
    --tertiary-color-rgb: 255, 255, 255;
    --tertiary-bg: #f8f9fa;
    --tertiary-bg-rgb: 248, 249, 250;
    --link-color: #00bc8c;
    --link-color-rgb: 0, 188, 140;
    --link-hover-color: #009670;
    --link-hover-color-rgb: 0, 150, 112;
    --code-color: #e83e8c;
    --highlight-color: #fff;
    --highlight-bg: #fdebd0;
    --border-color: #dee2e6;
    --border-color-translucent: rgba(0, 0, 0, 0.175);
    --focus-ring-color: rgba(55, 90, 127, 0.25);
    --form-valid-color: #00bc8c;
    --form-valid-border-color: #00bc8c;
    --form-invalid-color: #e74c3c;
    --form-invalid-border-color: #e74c3c;
    --navbar-link-hover-color: #b0b8bf;
}
/*noinspection ALL*/
.mud-tab.mud-tab-active {
    color: var(--mud-palette-success-lighten);
}
/*noinspection ALL*/
.mud-tab-slider{
    background-color: var(--mud-palette-success-lighten);
}