﻿#eticketsApp {
  height: 100%;
}

.header-wrapper {
  /*margin-bottom: 2rem;*/
}

.top-nav {
  background: var(--mora-degrade-linear);
  height: 40px;
}

  .top-nav a {
    color: white;
    font-weight: lighter;
  }

    .top-nav a:not(:first-child) {
      margin-left: 16px;
    }

      .top-nav a:not(:first-child)::before {
        content: "";
        border-right: 1px solid white;
        margin-inline-end: 16px;
      }
