@font-face {
    font-family: 'Inter';
    font-style: normal;
    src: local('Inter'),
    url('../fonts/Inter.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    src: local('Inter Italic'),
    url('../fonts/Inter-Italic.ttf');
}

:root, [data-bs-theme='light'] {
    --bs-primary: #009639;
    --bs-link-color: #006747;
    --bs-link-color-rgb: 0, 103, 71;
    --bs-link-hover-color: #002F20;
    --bs-link-hover-color-rgb: 0, 47, 32;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #006747;
}

.btn-primary {
    --bs-btn-bg: #006747;
    --bs-btn-border-color: #006747;
    --bs-btn-hover-bg: #002F20;
    --bs-btn-hover-border-color: #002F20;
    --bs-btn-active-bg: #002F20;
    --bs-btn-active-border-color: #002F20;
    --bs-btn-disabled-bg: #002F20;
    --bs-btn-disabled-border-color: #002F20;
}

.pagination {
    --bs-pagination-active-bg: #006747;
    --bs-pagination-active-border-color: #006747;
}

.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 150, 57, 0.25);
}

.form-select:focus {
    border-color: #009639;
    box-shadow: 0 0 0 0.25rem rgba(0, 150, 57, 0.25);
}

.form-control:focus {
    border-color: #009639;
    box-shadow: 0 0 0 0.25rem rgba(0, 150, 57, 0.25);
}

.form-check-input:checked {
    background-color: #006747;
    border-color: #006747;
}

.form-check-input:focus {
    border-color: #009639;
    box-shadow: 0 0 0 0.25rem rgba(0, 150, 57, 0.25);
}

body {
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.restricted-width {
    max-width: 700px;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.greener-nhs-logo {
    height: 24px;
}

.nav-link:hover {
    background-color: var(--bs-gray-200);
}

.nav-link svg {
    margin-top: -4px;
}

.input-group svg {
    margin-top: -5px;
}

dt {
    font-weight: normal;
    color: #555555;
}

dd {
    font-weight: 600;
}

.n3i-wrapper {
    display: flex;
    height: 100vh;
}

.n3i-sidebar {
    flex: 0 0 auto;
}

.n3i-main {
    flex: 1 1 auto;
    overflow: auto;
}

.n3i-vertically-aligned-button {
    margin-top: 2rem;
}

.n3i-external-link-icon {
    margin-top: -5px;
}
