﻿:root {
    --rts-rgb: 94, 131, 171 !important;
    --rts: rgb(94, 131, 171) !important;
    --rts-disabled: #6e8298 !important;
    --rts-hover: rgb(64, 92, 122) !important;
    --rts-banner: rgb(29, 40, 58) !important;
    --rts-secondary: rgb(92, 142, 195) !important;
    --rts-secondary-rgb: 92, 142, 195 !important;
    --danger: rgb(192, 91, 84) !important;
    --bs-danger-rgb: 192, 91, 84 !important;
    --danger-rgb: 192, 91, 84 !important;
    --danger-disabled: #c9a5a3 !important;
    --danger-hover: rgb(141, 66, 61) !important;
    --success: rgb(116, 160, 119) !important;
    --success-rgb: 116, 160, 119 !important;
    --success-disabled: #9cae9d !important;
    --success-hover: rgb(143, 198, 147) !important;
    --bs-primary: var(--rts) !important;
    --bs-success: var(--success) !important;
    --bs-danger: var(--danger) !important;
    --elevation-0: rgb(30, 33, 42) !important;
    --elevation-1: rgb(45, 49, 58) !important;
    --elevation-2: rgb(56, 61, 79) !important;
    --elevation-3: rgb(56, 61, 79) !important;
    --bs-secondary: rgb(30, 33, 42) !important;
    --border-secondary: rgb(124, 124, 124) !important;
    --bs-secondary-rgb: 30, 33, 42 !important;
    --bs-light: rgb(66, 66, 66) !important;
    --bs-light-rgb: 66, 66, 66 !important;
    --loady-background: var(--elevation-3);
    --scrollbar-color: rgba(255, 255, 255, .15);
    --scrollbar-color-hover: rgba(255, 255, 255, .35);
    --toasty-success: var(--success);
    --toasty-error: var(--danger);
    --toasty-info: var(--rts);
    --toasty-warning: var(--bs-warning);
    --row-selected: var(--elevation-3);
    --img-button-bg: rgba(255, 255, 255, .1);
    --img-button-bg-hover: rgba(255, 255, 255, .3);
    --link-color: rgb(140, 175, 212) !important;
    --link-hover: rgb(204, 218, 235) !important;
    --bs-primary-rgb: var(--rts-rgb) !important;
}

.text-secondary {
    color: rgb(215,215,215) !important;
}

.text-rts-secondary {
    color: #448bd7 !important;
}

label, h3, h1, h2, h4, h5, p, li, .content {
    color: #fff;
}

.border-light-only {
    border: none !important;
}

.text-muted {
    color: rgba(231,231,231, .8) !important
}

.bg-light {
    background-color: var(--elevation-2) !important;
}