:root {
    --primary-color-fiwarebox: #004378;
    --secondary-color-fiwarebox: #03589C;
    --text-color-black-fiwarebox: #000000;
    --text-color-white-fiwarebox: #F8FAFB;
    --bs-blue: var(--primary-color-fiwarebox) !important;
}

html,
body {
    font-family: 'Roboto', Arial, sans-serif !important;
    height: 100%;
    min-height: 100%;
    background-color: var(--text-color-white-fiwarebox) !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-footer {
    margin-top: auto;
    background: var(--text-color-white-fiwarebox) !important;
    background-image: none !important;
}

.footer_top_section {
    padding: 20px 0 10px 0;
    background: var(--primary-color-fiwarebox);
    color: var(--text-color-white-fiwarebox);
}

.footer_bottom_section {
    padding: 20px 0 10px 0;
    background: var(--text-color-black-fiwarebox);
    color: var(--text-color-white-fiwarebox);
}

.masthead {
    background-color: var(--text-color-white-fiwarebox) !important;
    border-bottom: 1px solid var(--text-color-black-fiwarebox) !important;
}

.account-masthead,
.account-masthead li a {
    background: var(--primary-color-fiwarebox) !important;
    color: var(--text-color-white-fiwarebox) !important;
}

.navbar-nav li a {
    color: var(--text-color-black-fiwarebox) !important;
}

.navbar-nav li a:hover,
.navbar-nav .active a {
    color: var(--text-color-white-fiwarebox) !important;
    background: var(--primary-color-fiwarebox) !important;
}

.main.module-feeds {
    display: none !important;
}

.main {
    background-image: none !important;
    background-color: #F8FAFB !important;
}

.homepage .module-search .search-form {
    background-color: var(--secondary-color-fiwarebox) !important;
}

.fa-sign-out {
    margin-top: 1px;
    color: var(--text-color-white-fiwarebox);
}

.homepage .module-search .tags {
    background: var(--primary-color-fiwarebox) !important;
}

.user-image {
    margin-bottom: 4px;
}

.page-header .nav-tabs a {
    color: var(--primary-color-fiwarebox) !important;
}

.btn-primary {
    background-color: var(--secondary-color-fiwarebox) !important;
}

.hierarchy-tree-top a {
    color: var(--secondary-color-fiwarebox) !important;
}

.table .media a {
    color: var(--secondary-color-fiwarebox) !important;
}

.empty a {
    color: var(--secondary-color-fiwarebox) !important;
}

.btn-success {
    background-color: var(--primary-color-fiwarebox) !important;
}

.tag:hover {
    background-color: var(--secondary-color-fiwarebox) !important;
}

.resource-item .heading,
.resource-item .restricted-link {
    display: flex;
    padding-top: 0.5rem !important;
}

.resource-item .restricted-link .fa-user {
    padding-right: 0.25rem;
    padding-top: 0.15rem;
}

.resource-item .restricted-link a {
    padding-inline: 0.2rem !important;
}

.btn-secondary {
    /* background-color: #6c757d; */
    background-color: var(--secondary-color-fiwarebox);
}

.btn-secondary:hover {
    /* background-color: #5c636a; */
    background-color: var(--primary-color-fiwarebox);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    /* background-color: #565e64; */
    background-color: var(--primary-color-fiwarebox);
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    /* background-color: #5c636a; */
    background-color: var(--primary-color-fiwarebox);
}

.pagination .active .page-link {
    background-color: var(--secondary-color-fiwarebox) !important;
    border-color: var(--secondary-color-fiwarebox) !important;
}

.pagination .active .page-link:hover {
    background-color: var(--primary-color-fiwarebox) !important;
    border-color: var(--primary-color-fiwarebox) !important;
}

.pagination .active .page-link:focus {
    background-color: var(--primary-color-fiwarebox) !important;
    border-color: var(--primary-color-fiwarebox) !important;
}

.pagination .active .page-link:active {
    background-color: var(--primary-color-fiwarebox) !important;
    border-color: var(--primary-color-fiwarebox) !important;
}

.pagination .page-item:not(.active) .page-link {
    color: var(--secondary-color-fiwarebox) !important;
}

.module-narrow .nav-item.active>a,
.module-narrow .nav-aside li.active a {
    background-color: var(--primary-color-fiwarebox) !important;
    border-color: var(--primary-color-fiwarebox) !important;
}

.fiwarebox-api-link small a {
    color: var(--secondary-color-fiwarebox) !important;
}

.site-footer {
    padding: 0 !important;
}

.item-count {
    vertical-align: text-bottom !important;
}

.dataset-list .dataset-content div a {
    color: var(--secondary-color-fiwarebox) !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

.hero .container .row {
    --bs-gutter-x: 1.5rem !important;
}

.additional-info {
    padding-inline: 1.5rem !important;
}
