/* custom css */
* {
    border-radius: 0 !important;
}

body {
    background-color: lightgrey !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #1165ab !important;
}

.card-header {
    background-color: #e3ecff !important;
    color: #1165ab !important;
}

.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link.active:hover,
.nav-tabs a.nav-link.active:focus {
    border-color: #66a2e0;
    border-bottom-color: transparent;
}
.nav-tabs, .nav-tabs a.nav-link {
    border-bottom: 1px solid #1165ab;
    --bs-nav-tabs-border-color: 1px solid #1165ab;
}