:where([class^="ri-"])::before { content: "\f3c2"; }
body {
background-color: #121212;
color: white;
font-family: 'Poppins', sans-serif;
}
.news-content {
max-height: calc(100vh - 56px - 210px - 80px - 60px);
overflow-y: auto;
}
@media (min-width: 768px) {
.news-content {
max-height: none;
}
}
.news-content::-webkit-scrollbar {
width: 4px;
}
.news-content::-webkit-scrollbar-thumb {
background-color: rgba(213, 173, 42, 0.5);
border-radius: 4px;
}
.nav-item.active {
color: #D5AD2A;
}
@media (min-width: 768px) {
.nav-item {
font-size: 14px;
}
.nav-item i {
font-size: 20px;
}
}