.activitieshistory .title {
    font-family: "Metropolis Bold";
    font-size: 24px;
    letter-spacing: 0.36px;
    color: #333333;
    margin-bottom: 34px;
}

.activitieshistory .activities-container {
    width: auto;
    height: auto;
    display: block;
}

.activitieshistory .activities-container.loading {
    width: 100%;
    height: 45svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activitieshistory .filtered .activities {
    height: 73svh;
    overflow-y: scroll;
}

/* DARK MODE */
.dark .activitieshistory .title {
    color: rgba(255, 255, 255, 0.87);
}
