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

.navbar-brand {
    color: #FFFFFF !important;
}

.navbar.navbar-expand-lg {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); /* shadow-sm */
    border-bottom-left-radius: 2rem;  /* rounded-bottom-5 */
    border-bottom-right-radius: 2rem;
}

.nav-link {
    color: #FFFFFF !important;
}

.nav-tabs .nav-link {
    color: #046D66 !important;
}

.bg-primary {
    background-color: #046D66 !important;
}

.btn-primary {
    background-color: #046D66 !important;
    border: 1px #046D66 solid !important;
}

.btn-default {
    background-color: #6c757d !important;
    border: 1px #6c757d solid !important;
}

.btn {
    color: #FFFFFF !important;
}

a {
    color: #046D66 !important;
}

.forum-icon {
    color: #4CDE98 !important;
}

.forum-icon.unread {
    color: #dc4e44 !important;
}

.topic-icon {
    color: #4CDE98 !important;
}

.topic-icon.unread {
    color: #dc4e44 !important;
}

.topic-actions-block {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.page-item.active .page-link {
    background-color: #4CDE98 !important;
    border-color: #4CDE98 !important;
}

.progress-bar {
    background-color: #046D66 !important;
}