body {
  font-family: "GothamPro";
  background-color: #ddd;
  color: #333;
  line-height: 1.5;
}

h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
  text-align: center;
  display: block;
  word-wrap: break-word;
}

.annotation {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.page {
  height: 100vh;
  min-height: 100vh;
}
.page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  min-height: 100vh;
  padding: 0 30px;
  margin: 0 auto;
}
.page-container__player {
  flex: 1;
  padding: 20px 0;
  align-content: center;
}
.page-container__player-embed {
  border-radius: 0.375rem;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.04);
}
.page-container__footer {
  padding: 0 0 10px 0;
  font-size: 10px;
  text-align: center;
}
.page-container__footer a {
  color: #333;
  font-family: monospace;
  letter-spacing: 0.04rem;
  font-weight: 700;
}

body.playerjs-body #yii-debug-toolbar {
  display: none !important;
}

#playerjs-container {
  width: 100vw;
  height: 100vh;
  background-color: #ddd;
}

#player-password {
  width: 100vw;
  height: 100vh;
  background-color: #ddd;
  background-image: url(../images/password.svg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#player-password .password {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.08);
}
#player-password .password__input {
  display: flex;
  flex-direction: row;
  gap: 0;
}
#player-password .password__input-text {
  width: calc(100% - 50px);
}
#player-password .password__input-text input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: #ddd;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1;
}
#player-password .password__input-text input.incorrect {
  background: rgb(255, 189, 189);
}
#player-password .password__input-button {
  width: 50px;
}
#player-password .password__input-button button {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #4653b7;
}

#no-playerjs {
  width: 100vw;
  height: 100vh;
  background-color: #ddd;
  background-image: url(../images/no-video.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

/*# sourceMappingURL=view.css.map */
