.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-color);
    color: var(--text-color);
    list-style-type: none;
}

.list-group li {
    border: none !important;
    margin-bottom: 10px;
    padding: 10px;
}

.float-right {
    float: right;
}

.settings-link {
    text-decoration: none;
    color: var(--text-color);
}

.iOSnotificationRequest{
    display: none;
}