@import url("//actors.bible/style/base.css");
.tutorial-toggle {
  padding: 0 16px;
  font-size: 1.5em;
  cursor: pointer;
}
.tutorial-toggle i {
  color: #e0e0e0;
}

.tutorial-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
}

.tutorial-intro {
  display: none;
  position: relative;
  margin: 32px auto 24px;
  padding: 20px 24px;
  max-width: 360px;
  text-align: center;
  background: white;
  border-radius: 8px;
  z-index: 11;
}
.tutorial-intro p {
  margin-top: 16px;
  margin-bottom: 0;
}
.tutorial-intro button {
  margin-top: 4px;
}
.tutorial-intro .tutorial-close {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  min-width: 0;
}
.tutorial-intro .tutorial-close i {
  margin: 4px 6px 0;
}

[data-tutorial-tip][data-tutorial-active=true] {
  position: relative;
  cursor: pointer;
  z-index: 11;
}
[data-tutorial-tip][data-tutorial-active=true].tutorial-tip-highlight {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.tutorial-step {
  display: none;
}

.disconnect-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.disconnect-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  padding: 16px 20px 0;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid gray;
  border-radius: 3px;
  text-align: center;
}

.linked-tutorials {
  margin: 0 0 48px;
}
.linked-tutorials a:hover {
  text-decoration: none;
}

.titleSection {
  color: #44576f;
  font-weight: bold;
}

#pageTitle {
  font-size: 1.95em;
  font-weight: bolder;
}

.settingsPane .btn-group-vertical {
  margin: 12px 0;
}

.settingsBox {
  width: 100%;
  max-width: 280px;
  min-height: 200px;
  background-color: #0C0959;
  color: #000;
  border: 1px solid black;
  border-radius: 30px;
  margin: 0 auto 3px;
  padding: 8px 10px 0;
}
.settingsBox hr {
  background-color: #888686ad;
}
.settingsBox h2 {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.settingsBox label {
  text-align: left;
  margin-bottom: 2px;
  font-size: 0.95em;
  color: #FFF;
}
.settingsBox input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid black;
}
.settingsBox input[type=text] {
  font-size: 13px;
}
.settingsBox input[type=text]:focus {
  font-size: 18px;
}
.settingsBox select {
  font-size: 13px;
}
.settingsBox #venues, .settingsBox #notes {
  min-height: 80px;
  max-height: 520px;
}
.settingsBox #notes:focus {
  min-height: 100px;
  font-size: 18px;
}
.settingsBox .preview-audio select {
  width: 100%;
}
.settingsBox .preview-audio button {
  margin: 8px 0 0;
  width: 160px;
}
.settingsBox .preview-audio .fa {
  background: #5d5d5d;
  color: white;
  margin: 8px 0;
  padding: 8px 16px;
  border-radius: 8px;
}
.settingsBox .settingObject {
  transition: background-color 0.75s ease;
}
.settingsBox .settingObject label {
  font-size: 0.85em;
}
.settingsBox .settingObject:hover, .settingsBox .settingObject:nth-child(even):hover {
  background-color: #1f1b80;
}
.settingsBox .settingObject:nth-child(even) {
  background-color: #1a1765;
}
.settingsBox .toggle-group {
  left: -10px;
}
.settingsBox .toggle-group .toggle-off {
  z-index: -1;
}
.settingsBox .toggle-group .toggle-handle {
  border-radius: 0.5em;
}
.settingsBox .toggle.off .toggle-handle {
  left: 10px;
  border-radius: 0.5em;
}

ul.difficulties {
  padding-left: unset;
  display: inline;
}

ul.difficulties li {
  font-size: smaller;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  background-color: #174D8B;
  text-align: center;
  color: #FFF;
  min-width: 85px;
  border-radius: 7px;
  cursor: help;
}

ul.difficulties.mini li {
  margin-left: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 6px;
  min-width: unset;
  font-size: x-small;
  height: 20px;
  line-height: 15.5px;
}

#filter_modal_container .disabled {
  background-color: darkslategray;
  cursor: not-allowed;
  opacity: 0.5;
}

.castMember {
  border-radius: 20px;
  max-width: 95%;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.castMember .displayName {
  font-size: 1.3em;
}
.castMember .spiritualRank {
  padding-left: 5px;
  font-size: 0.98em;
  font-style: italic;
}
.castMember .infoContainer {
  letter-spacing: 1px;
  width: 70%;
}
.castMember .pointContainer {
  width: 30%;
  font-size: 1.78em;
  padding-top: 4px;
  text-align: right;
}

li.list-group-item.castMember {
  margin-left: 3px;
  word-wrap: break-word;
  font-size: 10px;
  margin-top: 7px;
  margin-right: 4px;
  margin-bottom: 2px;
  display: inline-flex !important;
  word-break: break-word;
  width: 254px;
  height: 60px;
  clear: both;
  cursor: move;
  cursor: -webkit-grabbing;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #005cbf;
  border: 0.5em solid #003773;
  color: white;
}

li.list-group-item.self-user {
  background-color: #114c8c;
  border: 0.5em solid #092748;
  color: white;
  font-weight: bold;
}

.character-select-item {
  float: left;
  width: 100%;
  list-style: none;
  cursor: pointer;
  font-size: 1.2em;
  padding: 3px 10px;
  background-color: unset;
  margin-bottom: 5px;
}
.character-select-item.nonSceneCharacter {
  opacity: 0.33;
}
.character-select-item.nonSceneCharacter .character-select-name {
  background-color: #114c8c;
}
.character-select-item div.character-select-name {
  padding-left: 1em;
  padding-right: 0.75em;
  padding-top: 0.1em;
  border-radius: 1em 1em 0 0;
  color: #FFF;
  background-color: #1B178B;
}

.character-select-user .character-select-name {
  display: inline-block;
  width: 15em;
}

.character-select-item li.castMember {
  width: 274px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
}
.character-select-item li.castMember .pointContainer {
  font-size: 2.25em;
}

li.castMember .footer {
  position: absolute;
  font-weight: bold;
  bottom: 3px;
  right: 3px;
  font-size: 0.85em;
  color: #d0d9e2;
  text-align: right;
}

li.castMember .completionIndicator {
  right: 29px;
  position: absolute;
  top: -3px;
  color: #f12339;
  font-weight: bolder;
  font-size: 1.5em;
}

li.castMember .completionIndicator.completed {
  color: lime;
}

li.castMember.self-user .completionIndicator {
  right: 5px;
  color: #d61d1d;
}

li.castMember.self-user .completionIndicator.completed {
  color: #03ff03;
}

li.castMember:not(.self-user) .onlineIndicator {
  border-radius: 45%;
  height: 10px;
  width: 10px;
  right: 10px;
  top: 3px;
  position: absolute;
  background-color: #3c3c3ceb;
  opacity: 0.33;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  transition: opacity 1.25s ease-in, background-color 1.25s ease-in, box-shadow 1.25s ease-in, height 1s ease-in, width 1s ease-in, border-radius 1s ease-in;
  -webkit-transition: opacity 1.25s ease-in, background-color 1.25s ease-in, box-shadow 1.25s ease-in, height 1s ease-in, width 1s ease-in, border-radius 1s ease-in;
  -moz-transition: opacity 1.25s ease-in, background-color 1.25s ease-in, box-shadow 1.25s ease-in, height 1s ease-in, width 1s ease-in, border-radius 1s ease-in;
}

li.castMember.online:not(.self-user) .onlineIndicator {
  background-color: lime;
  opacity: 0.95;
  box-shadow: lime 0px 0px 18px 1px;
}

#roleContainer li ul {
  min-height: 30px;
  padding-left: 3px;
  padding-bottom: 3px;
  background-color: #f6f6f6;
  width: 100%;
  border-radius: 0 0 1em 1em;
  box-shadow: #4c484896 0px 3px 10px -3px;
}

.lobby-play-title-container {
  background-color: #46697d;
  background-color: #FFF;
  cursor: pointer;
}

.lobby-play-box:hover .lobby-plays-title.header {
  background-color: #286cb6 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.lobby-play-box:hover .presentationBody {
  background-color: #ebebeb;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: #19191970 6px 4px 20px 0px;
}
.lobby-play-box:hover hr {
  width: 70%;
}
.lobby-play-box:hover .deleteBtn:hover {
  font-size: 1.72em;
  color: #5e2f2f;
  cursor: pointer;
  opacity: 1;
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.lobby-play-box {
  /* min-width:280px; */
}
.lobby-play-box .deleteBtn {
  font-size: 1.65em;
  vertical-align: middle;
  line-height: 85px;
  opacity: 0.5;
  transition: all 1.5s ease;
}
.lobby-play-box hr {
  width: 50%;
  transition: all 1.5s ease;
  margin-bottom: 0;
}
.lobby-play-box .spectatorCount {
  font-size: 0.8em;
}
.lobby-play-box .lobby-plays-title.header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 1s ease;
  color: #FFF;
  font-family: "Oxygen", sans-serif;
}
.lobby-play-box .lobby-plays-title.header .commonName {
  font-size: 1.05em;
  letter-spacing: 1.1px;
  font-weight: bold;
}
.lobby-play-box .lobby-plays-title.header .lobby-act-title {
  color: #FFF;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
}
.lobby-play-box .lobby-plays-title.header .playTitle {
  font-size: 0.8em;
}
.lobby-play-box .presentationBody {
  background-color: #FFF;
  color: #565680;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: #19191970 0px 7px 12px 0px;
  transition: all 1s ease;
}
.lobby-play-box .presentationBody .playTitle {
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 1.35px;
}
.lobby-play-box .presentationBody .actTitle {
  font-size: 0.75em;
}

.joinLobby .joinContainer {
  color: #FFF;
  font-size: 1.3em;
  margin-bottom: 6px;
  border-radius: 20px;
}
.joinLobby .joinContainer input {
  height: unset !important;
}

ul.difficultyList {
  padding: 3px;
  margin-bottom: 3px;
}
ul.difficultyList li {
  background-color: #882929;
  cursor: help;
  display: inline-block;
  padding: 5px;
  color: white;
  min-width: 40px;
  font-size: 0.55em;
  text-align: center;
  border-radius: 20px;
}

.featureList {
  font-size: 0.8em;
}
.featureList .missing {
  opacity: 0.35;
}

.modal.audio-preview-modal audio, .modal.audio-preview-modal video {
  width: 100%;
  margin-top: 8px;
}

.actModal .actCell {
  cursor: pointer;
}
.actModal .headerSection {
  font-family: "Oxygen", sans-serif;
  color: #565680;
  font-weight: bold;
}
.actModal .headerSection .main {
  font-size: 2.33em;
}
.actModal .headerSection .sub {
  font-size: 1.35em;
}
.actModal .actImageContainer {
  text-align: center;
}
.actModal .actImageContainer img {
  max-width: 100%;
}
.actModal .sceneList {
  max-height: 300px;
  overflow-y: auto;
}
.actModal .actListItem {
  background-color: #ccdef1;
}
.actModal .actListItem.filtered {
  display: none;
}
.actModal .actListItem .actName {
  font-size: 0.75em;
}
.actModal .actListItem.even {
  background-color: #a4c4e6;
}

.shareRegion .shareableURL {
  word-wrap: break-word;
}

#availableActs[data-hasentitlement=false] .playItemContainer[data-isdemoscene=false] {
  opacity: 0.45;
  filter: saturate(0.2) blur(0.75px);
  transform: scale(0.85);
}
#availableActs[data-hasentitlement=false] .playItemContainer[data-isdemoscene=false]:hover {
  transform: scale(0.9);
  filter: saturate(0.35);
  opacity: 0.6;
}
#availableActs[data-hasentitlement=false] .playItemContainer[data-isdemoscene=false] .playItem {
  background-color: #ACACAC;
}
#availableActs[data-hasentitlement=false] .playItemContainer[data-isdemoscene=false] .playItem .headerLabel {
  background-color: #565680;
  color: #FFF !important;
}
#availableActs[data-hasentitlement=false] .playItemContainer[data-isdemoscene=false] .playItem img {
  filter: blur(1.75px);
}

.playItemContainer {
  transition: all ease 0.75s;
  transform: scale(0.95);
  filter: saturate(0.7);
}
.playItemContainer:hover {
  transform: scale(1);
  filter: saturate(1) blur(0px);
}
.playItemContainer.filtered {
  display: none;
}
.playItemContainer .playItem {
  transition: all ease 0.75s;
  border-radius: 15px;
  border: 1px solid #114c8c;
  box-shadow: #19191970 0px 7px 12px 0px;
  cursor: pointer;
}
.playItemContainer .playItem.completed .starContainer {
  display: block;
}
.playItemContainer .playItem:hover {
  box-shadow: #19191970 12px 11px 14px 1px;
}
.playItemContainer .playItem .starContainer {
  display: none;
  position: absolute;
  color: #ddc01d;
  font-size: 2.5em;
  transition: all 1s ease;
  opacity: 0.8;
}
.playItemContainer .playItem .starContainer:hover {
  color: #ead45d;
  opacity: 1;
}
.playItemContainer .playItem .actPhoto img {
  max-width: 100%;
}
.playItemContainer .playItem .actHeader .headerLabel {
  display: inline-block;
  width: 85%;
  font-size: 0.85em;
  font-weight: bold;
  background-color: #ccdef1;
  color: #565680;
  border: 1px solid #000;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 2.5px;
}
.playItemContainer .playItem .actBody {
  font-size: 1.35em;
  font-family: "Oxygen", sans-serif;
}
.playItemContainer .playItem .actBody .subName {
  font-weight: bold;
  letter-spacing: 1.75px;
  color: #565680;
  text-align: center;
}

@keyframes animationFrames {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg);
  }
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotate(0deg);
  }
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
.deletePending {
  animation: pendingAnimation linear 7s;
  animation-iteration-count: infinite;
  transform-origin: 100% 100%;
  -webkit-animation: pendingAnimation linear 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 100% 100%;
  -moz-animation: pendingAnimation linear 7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 100% 100%;
  -o-animation: pendingAnimation linear 7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 100% 100%;
}

@keyframes pendingAnimation {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(0px, -5px);
  }
  20% {
    transform: translate(0px, 5px);
  }
  30% {
    transform: translate(0px, -5px);
  }
  40% {
    transform: translate(0px, 5px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  60% {
    transform: translate(0px, 5px);
  }
  70% {
    transform: translate(0px, -5px);
  }
  80% {
    transform: translate(0px, 5px);
  }
  90% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}