﻿
@import url("https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/cosmo/bootstrap.min.css");
@import url("/_content/DevExpress.Blazor.Themes/bootstrap-external.bs5.min.css");

body {
}

/* Force remove underlines globally */
a,
a:hover,
a:visited,
a:active {
    text-decoration: none !important;
}

/* Ensure DevExpress navigation links are also affected */
.xaf-nav-link,
.xaf-nav-link a,
.xaf-nav-link a:hover,
.xaf-nav-link a:visited,
.xaf-nav-link a:active,
.nav-link,
.nav-link:hover,
.nav-link:visited,
.nav-link:active {
    text-decoration: none !important;
}

.dx-icon,
.dx-svg-icon,
svg.dx-icon {
    color: #15bef0 !important; /* Or your brand colour */
    fill: currentColor !important;
}

/* Custom overrides go below all imports */
:root {
    --bs-primary: #002c5f;
    --bs-primary-rgb: 0,44,95;
}