html {
  height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
}
.logo {
  width: 150px;
}
h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
a {
  color: #626eed;
  text-decoration: none;
}
a:hover {
  color: #2d38aa;
}
.text-muted {
  color: #718096;
}
.container {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.invitation {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
}
.invitation-group {
  width: 100%;
  max-width: 550px;
  margin: 30px auto 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.doctor-thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #2d38aa;
  background: #cfd3ff;
}
.doctor-thumb img {
  width: 100%;
  height: 100%;
}
.doctor-thumb svg {
  width: 50px;
}
.doctor-thumb .initials {
  font-size: 3em;
  font-weight: 200;
}
.instructions {
  margin: 0 30px 30px;
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 0;
  background: #f1f5f9;
}
.instructions-text {
  max-width: 550px;
  margin: 0 auto;
  color: #718096;
}
.instructions-step {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.instructions-step a {
  white-space: nowrap;
  margin: 3px 0;
  display: inline-block;
}
.step-number {
  font-size: 20px;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #2d38aa;
  background: #cfd3ff;
}
.button-primary {
  font-weight: 500;
  width: 340px;
  display: block;
  margin: 0 auto 15px;
  padding: 15px 25px;
  transition: 0.2s;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(98, 110, 237, 0.4);
  color: #fff !important;
  border: 1px solid #626eed;
  background: #626eed;
}
.button-primary:hover,
.button-primary:focus {
  box-shadow: none;
  color: #fff !important;
  border: 1px solid #2d38aa;
  background: #2d38aa;
}
.button {
  font-weight: 500;
  width: 340px;
  display: block;
  margin: 0 auto;
  padding: 15px 25px;
  color: #626eed;
  border-radius: 10px;
  border: 1px solid #626eed;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #2d38aa;
  box-shadow: none;
  border-color: #2d38aa;
}
.no-group {
  margin-top: 20px;
  color: #4a5568;
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .button-primary {
    margin-bottom: 20px;
  }
  .container {
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .invitation-group {
    margin-bottom: 80px;
  }
  .instructions {
    margin: 0;
    padding: 30px;
    flex-grow: 1;
    border-radius: 0;
  }
  .instructions-text {
    margin-bottom: 80px;
  }
  .doctor-thumb {
    width: 150px;
    height: 150px;
  }
  .doctor-thumb svg {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .button-primary,
  .button {
    width: 100%;
  }
  .invitation {
    padding: 16px 16px 0;
  }
  .instructions {
    margin: 0 16px 16px;
    padding: 16px;
  }
}
.appointment {
  margin: 20px 0;
  text-align: center;
}
.appointment.video-appointment h4 {
  color: #00b2f5;
}
.appointment h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.appointment h4 {
  margin: 12px 0;
}
.appointment .time-zone {
  font-size: 0.8em;
  margin-bottom: 16px;
  color: #718096;
}
.thumb {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #626eed;
  background-color: #cfd3ff;
}
.thumb.video {
  color: #00b2f5;
  background-color: #ccf0fd;
}
.badge {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5em 0.8em;
  display: inline-flex;
  text-align: center;
  color: #626eed;
  white-space: nowrap;
  border-radius: 1.5em;
  background: #cfd3ff;
}
.badge.emergency {
  color: #ef4444;
  background: #fcdada;
}
.badge.warning {
  color: #f59e0b;
  background: #fdecce;
}
.badge.gray {
  color: #718096;
  background: #e2e8f0;
}
.badge.black {
  color: #fff;
  background: #1a202c;
}
.badge.white {
  color: #1a202c;
  border: 1px solid #cbd5e0;
  background: #fff;
}
.badge.green {
  color: #22c55e;
  background: #d3f3df;
}
.badge + .badge {
  margin-left: 0.5em;
}
.badge.tiny {
  font-size: 0.8rem;
}

