/* Move Add Ticket button to right */
.Header__panelbtns {
    display: flex;
    justify-content: flex-end;
    padding-top: 4rem;
}
