.header-links:hover {
    color: var(--primary-blue) !important;
}

.active {
    color: var(--primary-blue) !important;
}

.new-btn {
    border: 1px solid white;
    padding: 4px !important;
    display: flex !important;
    justify-content: center !important;
    background: #f5fcfb;
    color: black !important;
    border-radius: 30px;
    text-decoration: none;
}

.new-btn-row {
    gap: 10px;
    flex-wrap: wrap;
}

.text-decoration-none {
    text-decoration: none !important;
}

.gap-20 {
    gap: 20px;
}


.u_dropdown {
    width: 60vw !important;
}

@media(max-width:840px){
    .u_dropdown {
        width: 58vw !important;
    }
}

@media(min-width:1440px){
    .u_dropdown {
        width: 35vw !important;
    }
}

.u_dropdown .dropdown-item {
    text-wrap: balance !important;
}

.r_dropdown {
    width: 25vw !important;
}



