@font-face {
  font-family: "Eurostile Extended";
  src: url("/assets/fonts/EurostileExtended-Roman.woff2") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile Extd";
  src: url("/assets/fonts/EurostileExt-Med.woff2") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EurostileExt-Bla";
  src: url("/assets/fonts/EurostileExt-Bla.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  padding: 0;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  font-size: 1rem;
  background-color: #000000;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

p {
  font-size: 16px; /* was 14px */
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
  font-family: "EurostileExt-Bla", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  letter-spacing: -0.02rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  letter-spacing: -0.02rem;
}

input[type=text], input[type=password], input[type=tel] {
  height: 48px;
  color: black;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  border: 0;
  padding: 0 10px;
  margin: 10px 0;
}

a {
  text-decoration: none;
}

.btn-act {
  display: block;
  background-color: #E6007E;
  border: 1px solid #E6007E;
  color: #ffffff;
  font-family: "EurostileExt-Bla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  border-radius: 0 10px 0 10px;
  text-align: center;
  cursor: pointer;
}
.btn-act:hover {
  background-color: #E6007E;
    color: white;
}
.btn-act:active {
  background-color: #E6007E;
    color: white;
}

header {
  background-size: cover;
  padding: 5% 10px;
  min-height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
header h1 {
  text-align: center;
  line-height: 1.6rem;
  letter-spacing: -0.02em;
  user-select: none;
}
header h1 span.welkom {
  font-size: 1.2rem;
}
header h1 span.logo {
  color: #E6007E;
}

header.userpage {
  min-height: 20px;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
header.userpage span {
  display: block;
  text-align: center;
  margin-right: 60px;
  flex-grow: 2;
  font-size: 1.2em;
}

#main-container {
  min-height: 60vh;
  margin: 10px 0;
  padding-top: 10px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

img {
  user-select: none;
  -webkit-user-modify: none;
}

#free-year {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#membership-logo {
  width: 70%;
}

#info-circle {
  position: absolute;
  right: 9%;
  top: 0px;
  height: 20px;
  cursor: pointer;
}

#popup {
  position: fixed;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6588235294);
}
#popup #content {
  position: relative;
  background: #000000;
  border-radius: 0 20px 0 20px;
  border: 2px solid #424242;
  width: 90%;
  max-width: 500px;
  padding: 30px 50px 30px 30px;
  transition: all 0.3s ease;
}
#popup #content ul {
  padding-left: 1em;
}
#popup #content ul > li:not(:last-child) {
  margin-bottom: 10px;
}
#popup #content #close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 1em;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
#popup #content h2 {
  text-align: start;
  font-size: 20px;
  margin-bottom: 10px;
}
#popup #content a {
  color: white;
  text-decoration: underline;
}

body {
  display: flex;
  flex-direction: column;
}

.content-container {
  width: 90%;
  height: 100%;
  max-width: 400px;
  margin: 10px auto 0 auto;
}
.content-container .user-abo {
  display: none;
}
.content-container .user-abo .user-container {
  border: 1px solid #E6007E;
  padding: 5px;
  height: 80px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 20px 0 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.content-container .user-abo .user-container .label-active {
  font-size: 0.8rem;
  background: #1E1E1E;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.content-container .user-abo .user-container div {
  align-self: center;
  margin: 0 auto;
}
.content-container .user-abo .user-container div h4 {
  margin-bottom: 4px;
  text-align: inherit;
  font-size: 1rem;
}
.content-container .user-abo .user-container div .next-bill {
  font-weight: 300;
  font-size: 0.9rem;
}
.content-container .user-abo .user-container img.icon-card {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
.content-container .user-abo .user-container .no-membership {
  text-align: center;
  font-weight: 700;
}
.content-container .no-membership-info {
  text-align: center;
  font-size: 14px;
}
.content-container .no-abo-button {
  font-size: 18px;
  padding: 20px 10px;
  margin-top: 10px;
}
.content-container h4.max-start {
  margin: 20px 0;
  font-size: 1.1rem;
  font-weight: 300;
}
.content-container .debt-container {
  padding: 0;
}
.content-container .debt-container .debt-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.content-container .debt-container .debt-button {
  font-size: 18px;
  padding: 20px 10px;
  margin-top: 10px;
  background: #E6007E;
  border: 1px solid #E6007E;
}
.content-container .progress-container p {
  margin-bottom: 0;
  font-weight: 500;
}
.content-container .progress-container .progressbar-container {
  overflow: hidden;
  position: relative;
  border: 1px solid #E6007E;
  border-radius: 0 10px 0 10px;
  height: 30px;
  margin: 10px 0;
}
.content-container .progress-container .progressbar-container .progressbar-bar {
  position: absolute;
  border-radius: 0 0 0 8px;
  display: block;
  height: 100%;
  background: #E6007E;
}
.content-container .progress-container .progressbar-container .progressbar-text {
  position: absolute;
  right: 10px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.content-container p.max-wait {
  margin-bottom: 30px;
}
.content-container .button-container .btn-act {
  font-size: 18px;
  padding: 20px 10px;
  margin-top: 10px;
}
.content-container .no-referal-link-container {
  font-size: 1.5em;
  font-weight: 600;
}

.go-to-app, .get-membership {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.btn-act {
  background-color: black;
  border-width: 2px;
}

#main-container {
  height: 100%;
  min-height: 0;
  flex: 1;
  justify-content: space-between;
}

.button-container {
  margin: 0 auto 30px auto;
  width: 90%;
  max-width: 400px;
  height: 4em;
}
.button-container a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#free-year {
  margin-bottom: 80px;
}

.notification + .notification {
  margin-top: 1em;
}

.progress-ring {
  --progress: 50;

  /* 80% of the circle is visible, 20% is the bottom gap */
  --arc-length: 72.22;

  width: 190px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;

  position: relative;
}
.progress-ring[style*='--progress:0'] .progress-ring__value,
.progress-ring[style*='--progress: 0'] .progress-ring__value {
  display: none;
}
.progress-ring[style*='--progress:100'] .progress-ring__value,
.progress-ring[style*='--progress: 100'] .progress-ring__value {
  stroke: #e6007c;
}

.progress-ring svg {
  display: block;
  width: 100%;
  height: 100%;

  /*
   * SVG circles start at 3 o'clock.
   * Rotate the whole thing to position the start.
   */
  transform: rotate(140deg);
}

.progress-ring circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.progress-ring__base {
  stroke: #3d3d3b;

  /* visible arc + invisible remainder */
  stroke-dasharray: var(--arc-length) calc(100 - var(--arc-length));
}

.progress-ring__value {
  stroke: #7d7d7d;

  /*
   * Progress occupies a percentage of the available arc.
   */
  stroke-dasharray:
    calc(var(--arc-length) * var(--progress) / 100) 100;
}

.progress-ring img {
  width: 60%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);

}

.progress-ring-title {
  font-weight: 100;
  font-family: "Eurostile Extended";
  font-size: 20px;
  margin-bottom: 40px;
}
.progress-ring-title > b,
.progress-ring-title > strong {
  font-family: "EurostileExt-Bla", Arial, sans-serif;
  font-weight: 400;
}
.progress-ring-text {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 0px;
}

.notifications:empty {
  display: none;
}
.notifications:not(:empty) {
  width: 90%;
  height: 100%;
  max-width: 400px;
  margin: 20px auto 20px auto;
}
