body {
    font-family: 'Montserrat', sans-serif;
}

.n3i-background-blue {
    background-color: #2C2A86;
}

.n3i-col-reading-width {
    max-width: 50rem;
}

.status-badge-fixed-width {
    min-width: 5em;
}

dd {
    margin-left: 1rem;
}

.n3i-system,
.n3i-update {
    scroll-margin-top: 80px;
}

.n3i-rag {
    display: block;
    height: 5em;
    width: 5em;
    border-radius: 50%;
    line-height: 4.8em;
    text-align: center;
    font-weight: bold;
}

.n3i-rag-amber {
    background-color: #FFBF00;
}

.n3i-rag-green {
    background-color: #22FF22;
}

.n3i-rag-red {
    background-color: #FF2222;
}

.highlight-on-hover:hover {
    background-color: var(--bs-table-hover-bg);
}

.sortable-chosen {
    background: #FFFF99;
}

.sortable-handle {
    cursor: ns-resize;
}

.sortable-loading {
    opacity: 0.5;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}
