﻿/*:root, html[data-theme="light"] {
    --accent-fill-rest: #b9411a;
    --accent-fill-hover: #b9411a;
    --accent-fill-active: #b9411a;
    --accent-fill-focus: #b9411a;
    --accent-foreground-rest: #b9411a;
    --accent-foreground-hover: #b9411a;
    --accent-foreground-active: #b9411a;
    --accent-foreground-focus: #b9411a;
}

html[data-theme="dark"] {
    --accent-fill-rest: #b9411a;
    --accent-fill-hover: #b9411a;
    --accent-fill-active: #b9411a;
    --accent-fill-focus: #b9411a;
    --accent-foreground-rest: #b9411a;
    --accent-foreground-hover: #b9411a;
    --accent-foreground-active: #b9411a;
    --accent-foreground-focus: #b9411a;
}
*/


.btn-primary {
/*    background-color: #e94e1a;*/
    background-color: #b9411a;
    border-color: #b9411a;
}

.nav-link.active {
    background-color: #e94e1a;
    color: #ffffff;
}

.nav-link {
    color: #e94e1a;
}

.login-button1 {
    background: #b9411a;
    border-color: #b9411a;
}

:root {
    --accent-stroke-control-active: #e94e1a !important;
}

.body-content {
    background: #b9411a;
}

.content {
    background: #b9411a;
}

.logo-image {
    width: 250px;
}