.button_dropdown {
    display: none;
}

.list-group-item.active {
    background-color: #ececf6 !important;
    border-color: #ececf6 !important;
    color: #818182 !important;
}

.categoriesContainer {
    display: flex;
    padding: 10px 25px;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tagContainer {
    border-radius: 5px;
    background: #ececf6;
    padding: 6px 10px 6px 17px;
    border-radius: 5px;
    color: #1f1f1f;
}

@media (max-width: 767px) {
    .button_dropdown {
        display: block;
    }
    .categories_sidebar {
        display: none;
    }
    .tags_sidebar {
        display: none;
    }
    #tags_button {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .titleContainer img {
        width: 40px !important;
        height: 40px !important;
    }

    .titleContainer {
        margin-bottom: 0.5rem;
    }
}
