#history .toggle-options{
    display: flex;
    gap: 5px;
    margin: 10px -10px;
    padding: 0 10px;
}

#history .toggle-option{
    background: #313131;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 8px;
}

#history .toggle-option.active{
    font-weight: 600;
    background: var(--grd-primary);
    color: var(--clr-dark);
    border-radius: 5px;
}

.note{
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
}
