.btn-screecher {
    color: white !important;
    border-color: #343a40 !important;
    background-color: #343a40 !important;
}

.nav-link-screecher {
    color: #343a40 !important;
}

.nav-link-screecher.active {
    color: white !important;
    background-color: #343a40 !important;
}

.card-header-screecher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white !important;
    background-color: #343a40 !important;
}

.card-header-screecher div {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.profile-pic {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: white;
}

.logo {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 5px solid #343a40;
}

#exampleAccordion {
    overflow: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#exampleAccordion::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}