.checkbox-shift {
    height: 0.95rem;
}

.headline {
    height: 5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.headline .alert {
    width: 100%;
}

.headline .title {
    width: 100%;
    text-align: center;
}

#back {
    flex-direction: row;
}

.close {
    margin-top: -0.1rem;
}

.user-name {
    color: navbar-dark;
    user-select: none;
}

.user-name-link {
    pointer-events: none;
}