body {
  background-color: #ffffff;
}

#page-container {
  margin: auto;
  max-width: 960px;
  padding: 50px 0px;
}

/* TV Mockup*/
#tv-container {
  display: none;
  width: 960px;
  margin: auto;
}

#tv-shell {
  background: black;
  padding: 20px;
  border-radius: 15px;
}

#tv-screen {
  background-color: #E3E5E7;
}

/* Screens */
.screen {
  display: none;
  margin-bottom: 0;
  background: #151839;
}

#exchange-screen ol {
  display: inline-block;
  text-align: left;
}

#exchange-screen p {
  margin-bottom: 0px;
}

#exchange-screen #qrcode img {
  display: inline !important;
  padding: 5px;
  border-radius: 3px;
  background-color: #D0D2D3;
}

/* Steps */
#step-title {
  font-weight: 300;
}

#step-title,
#step-description {
  text-align: center;
  padding-bottom: 15px;
}

#step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
}

#step-indicator .step-number {
  border: 1px solid #D0D2D3;
  border-radius: 0.8em;
  display: inline-block;
  line-height: 1.5em;
  text-align: center;
  width: 1.6em;
  font-size: 1.8rem;
  font-weight: 300;
}

#step-indicator .step-number.active {
  border-color: #7ED321;
  color: #7ED321;
}

#step-indicator .step-connector {
  border-top: 1px solid #D0D2D3;
  width: 6em;
  height: 1px;
}

/* Request/Response */
#token-set,
#request,
#response {
  margin-top: 40px;
  display: none;
}

.card-docs {
  padding: 50px;
}

/* TV Shows */
#shows-container {
  display: flex;
  justify-content: space-evenly;
}

#shows-container .show {
  height: 200px;
  width: auto;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.9;
}

#shows-container .show:hover {
  opacity: 1;
}

.btn-success {
  color: #fff;
  background-color: #48BAC2;
  border-color: #48BAC2;
}

.btn-success.focus,
.btn-success:focus,
.theme-dark .btn-success.focus,
.theme-dark .btn-success:focus {
  color: #fff;
  background-color: #007DA3;
  border-color: #007DA3
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.theme-dark .btn-success,
.theme-dark .btn-success.active,
.theme-dark .btn-success:active,
.theme-dark .btn-success:hover {
  color: #fff;
  background-color: #48BAC2;
  border-color: #48BAC2
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.open>.dropdown-toggle.theme-dark .btn-success.focus,
.open>.dropdown-toggle.theme-dark .btn-success:focus,
.open>.dropdown-toggle.theme-dark .btn-success:hover,
.theme-dark .btn-success.active.focus,
.theme-dark .btn-success.active:focus,
.theme-dark .btn-success.active:hover,
.theme-dark .btn-success:active.focus,
.theme-dark .btn-success:active:focus,
.theme-dark .btn-success:active:hover {
  color: #fff;
  background-color: #007DA3;
  border-color: #007DA3
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.theme-dark .btn-success,
.theme-dark .btn-success.active,
.theme-dark .btn-success:active {
  background-image: none
}

.auth0-notification {
  padding: 25px 60px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .11)
}

.hljs-string {
  color: #48BAC2;
}

.notification-icon2 {
  line-height: 1;
  position: absolute;
  left: 60px;
  top: 30px;
  font-size: 20px;
  color: #48BAC2;
}

.start-over-button {
  margin-top: 40px;
  /* Adjust the value as needed */
}