:root {
    --positive: #7EFF42;
    --negative: #FF4242;
    --neutral: #FFB842;
    --mixed: #A442FF;
}

.font-face {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
}

.font-face-neue {
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
}

.font-face-red-hat {
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
}

header h1 {
    color: #030303;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.page-subtitle {
    color: #030303;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.sidebar-icon {
    width: 24px;
    height: 24px;
}

.list-group {
    background-color: #fafafa;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
    max-width: 250px;
}

.list-group-item {
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border: none;
    background-color: transparent;
}

.list-group-item.active {
    color: #3164f4;
    background-color: transparent;
}

main a {
    text-decoration: none;
}

.custom-select {
    max-width: 140px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #505050;
    border-radius: 8px;
    height: 40px;
    padding: 0px 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #000000;
    outline: none;
    appearance: none;
    background-image: none !important;
}

.n10-button {
    box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.1);
    background-color: #030303;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
}

.form-label.small {
    margin-bottom: 4px;
}

.priority-message-item {
    padding-top: 1rem;
}

.link-dash-group .dash {
    color: #0d6efd;
    /* Same as the link color */
    pointer-events: none;
    user-select: none;
    cursor: default;
}

.list-dash li::before {
    content: "– ";
    color: #000;
}

.list-dash-links li::before {
    content: "– ";
    color: #0d6efd;
}

.bg-negative {
    background: var(--negative);
}

.bg-neutral {
    background: var(--neutral);
}

.bg-positive {
    background: var(--positive);
}

.bg-mixed {
    background: var(--mixed);
}

.text-positive {
    color: var(--positive) !important;
}

.text-neutral {
    color: var(--neutral) !important;
}

.text-negative {
    color: var(--negative) !important;
}

.text-mixed {
    color: var(--mixed) !important;
}

#relatedDocsTable td {
    vertical-align: middle;
}

/* --- Navbar Styling --- */
.custom-navbar {
    background-image: url("/assets/img/nav/navbar-background@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-title {
    font-size: 30px;
}

.navbar-title div {
    line-height: 1;
}

/* --- Profile Styling --- */
.navbar-profile {
    background: #28a197;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-profile p {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* --- Nav Link Styling --- */
.navbar-nav {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.navbar-nav .nav-item {
    flex: 0 0 auto;
    margin: 0;
}

.navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 0.9rem;
    color: white !important;
}

nav:has(#navbarNav.show) .container {
    padding-bottom: 3rem;
}

/* Things */
.body-bg {
    background-color: #f3f3f3;
}

.bg-light-gray {
    background-color: #f4f4f4;
}

.bg-dark-gray {
    background-color: #d9d9d9;
}

.font-light-color {
    color: #434343;
}

.rounded-18 {
    border-radius: 18px;
}

.rounded-8 {
    border-radius: 8px !important;
}

.pt-4-5 {
    padding-top: 2.5rem !important;
}

.n10-button {
    background-color: #28a197;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    text-align: left;
    line-height: 1;
    padding: 1rem 1.25rem;
    cursor: pointer;
}

.weekly-btn:hover {
    background-color: #239388;
}

/* Trending Topics */
.trending-topics-cont p,
.trending-topics-cont ul li {
    font-size: 20px;
    line-height: 1.25;
}

.trending-topics li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    color: #333;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: underline;
}

.trending-topics li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.25;
}

/* Green up arrow */
.trending-topics li.green::before {
    content: "▲";
    color: #179d82;
}

/* Red down arrow */
.trending-topics li.red::before {
    content: "▼";
    color: #991b1e;
}

/* Neutral dash */
.trending-topics li.neutral::before {
    content: "—";
    color: #555;
}

/* END of Trending Topics */

/* Priority messages */
.priority-message p {
    font-size: 20px;
    line-height: 1.25;
}

/* END of Priority messages */
