[data-server-rendered] {
  /* Attribute exists */
  display: none;
}

[v-cloak] {
  display: none;
}

.line-break {
  width: 100%;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) div:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

body:not(.user-is-tabbing) *:focus {
  outline: none;
}

#keep-learning {
  color: white;
}

.endscreen__header #link {
  color: white;
  margin-top: 8px;
}

.ie-modal {
  padding: 48px;
  z-index: 999;
  width: 400px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ie-modal-text-header,
.ie-modal-text-sub {
  font-family: "Manrope", serif;
  color: #304d63;
  text-align: center;
}

.ie-modal-text-header {
  margin-bottom: 16px;
}

.ie-header img {
  padding-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

