html {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img, iframe {
  width: 100%;
  border: 1px #c5c5c5 solid !important;
}

p {
  margin-bottom: 1em !important;
}

li:not([data-path]) {
  cursor: not-allowed;
}

#book-search-input {
	background: transparent !important;
	color: #c1c6d7 !important;
}

#book-search-results .search-results .search-results-title {
	color: #fff !important;
}

#book-search-results .search-results .has-results .search-results-item a {
	color: #c5c5c5 !important;
}

#book-search-results .search-results .has-results .search-results-item {
	color: #666 !important;
}

.book-summary a {
	text-decoration: none !important;
}

.dropdown-menu {
  background-color: #0a0a0a;
  border-color: #333;
}

.dropdown-menu .dropdown-caret .caret-inner {
  border-bottom: 10px solid #0a0a0a;
}

.dropdown-menu .buttons {
  border-color: #333;
}

.dropdown-menu .button {
  color: #c5c5c5;
}

.dropdown-menu .button:hover {
  color: #f5f5f5;
}

.book .book-header .font-settings .font-enlarge {
  line-height: 30px;
  font-size: 1.5em;
}

.book .book-header .font-settings .font-reduce {
  line-height: 30px;
  font-size: 1em;
}

.book-body {
  color: #fff;
  background: #000;
}

.book-body .page-wrapper .page-inner section {
  background: #000;
}

.book.font-size-0 .book-body .page-inner section {
  font-size: 1.2rem;
}

.book.font-size-1 .book-body .page-inner section {
  font-size: 1.5rem;
}

.book.font-size-2 .book-body .page-inner section {
  font-size: 1.6rem;
}

.book.font-size-3 .book-body .page-inner section {
  font-size: 2.2rem;
}

.book.font-size-4 .book-body .page-inner section {
  font-size: 4rem;
}

.book.font-family-0 {
  font-family: Georgia, serif;
}

.book.font-family-1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.book-body .page-wrapper .page-inner section.normal {
  color: #fff;
}

.book-body .page-wrapper .page-inner section.normal a {
  color: #3eb1d0;
}

.book-body .page-wrapper .page-inner section.normal h1,
.book-body .page-wrapper .page-inner section.normal h2,
.book-body .page-wrapper .page-inner section.normal h3,
.book-body .page-wrapper .page-inner section.normal h4,
.book-body .page-wrapper .page-inner section.normal h5,
.book-body .page-wrapper .page-inner section.normal h6 {
  color: #fff;
}

.book-body .page-wrapper .page-inner section.normal h1,
.book-body .page-wrapper .page-inner section.normal h2 {
  border-color: #373b4e;
}

.book-body .page-wrapper .page-inner section.normal h6 {
  color: #373b4e;
}

.book-body .page-wrapper .page-inner section.normal hr {
  background-color: #373b4e;
}

.book-body .page-wrapper .page-inner section.normal blockquote {
  border-color: #373b4e;
}

.book-body .page-wrapper .page-inner section.normal pre,
.book-body .page-wrapper .page-inner section.normal code {
  color: #9dbed8;
  background: #0a0a0a;
  border-color: #0a0a0a;
}

.book-body .page-wrapper .page-inner section.normal .highlight {
  background-color: #282a39;
}

.book-body .page-wrapper .page-inner section.normal table th,
.book-body .page-wrapper .page-inner section.normal table td {
  border-color: #c5c5c5;
}

.book-body .page-wrapper .page-inner section.normal table tr {
  color: #b6c2d2;
  background-color: #0a0a0a;
  border-color: #c5c5c5;
}

.book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n) {
  background-color: #35394b;
}

.book-header {
  color: #7e888b;
  background: transparent;
}

.book-header .btn {
  color: #c5c5c5;
}

.book-header .btn:hover {
  color: #fff;
  background: none;
}

.book-header h1 {
  color: #c5c5c5;
}

.book-body .navigation {
  color: #333;
}

.book-body .navigation:hover {
  color: #fff;
}

.book-summary {
  color: #c5c5c5;
  background: #0a0a0a;
  border-right: none;
}

.book-summary .book-search {
  background: transparent;
}

.book-summary .book-search input,
.book-summary .book-search input:focus {
  border: 1px solid transparent;
}

.book-summary ul.summary li.divider {
  background: #c5c5c5;
  box-shadow: none;
}

.book-summary ul.summary li i.fa-check {
  color: #33cc33;
}

.book-summary ul.summary li.done > a {
  color: #111;
}

.book-summary ul.summary li a,
.book-summary ul.summary li span {
  color: #fff;
  background: transparent;
  font-weight: 600;
}

.book-summary ul.summary li.active > a,
.book-summary ul.summary li a:hover {
  color: #f5f5f5;
  background: #252525;
  font-weight: 600;
}

.player-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.player-btn {
  position: relative;
  cursor: pointer;
}

.player-btn > * {
  pointer-events: none;
}

.player-btn-particles {
  width: 50px;
  height: 50px;
  background: #700000;
  filter: url(#fancy-goo);
}

.player-btn-particle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #700000;
}

.player-btn-particle--second {
  right: 0;
}

.player-btn-particle--third {
  right: 0;
  bottom: 0;
}

.player-btn-particle--fourth {
  bottom: 0;
}

.player-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}

.player-btn .svg-play {
  stroke: #fff;
  stroke-width: 20;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.player-btn .svg-play.to-pause {
  animation: to-pause 1s ease-in-out forwards;
}

.player-btn .svg-play.to-play {
  animation: to-play 1s ease-in-out forwards;
}

.player-btn.active .player-btn-particles {
  animation: 3s rotation linear infinite;
}

.player-btn.active .player-btn-particle {
  will-change: transform;
  border-radius: 50%;
}

.player-btn.active .player-btn-particle--one {
  animation: particle-1 2s ease-in-out infinite;
}

.player-btn.active .player-btn-particle--second {
  animation: particle-2 2s 1s ease-in-out infinite;
}

.player-btn.active .player-btn-particle--third {
  animation: particle-3 2s 1.5s ease-in-out infinite;
}

.player-btn.active .player-btn-particle--fourth {
  animation: particle-4 2s 2s ease-in-out infinite;
}

.svg-hidden {
  position: absolute;
  height: 0;
  width: 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    background: #630505;
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes particle-1 {
  50% {
    transform: translate(-6px, 15px);
    background: #630505;
  }
}
@keyframes particle-2 {
  50% {
    transform: translate(-12px, -9px);
    background: #630505;
  }
}

@keyframes particle-3 {
  50% {
    transform: translate(10px, -25px);
    background: #630505;
  }
}

@keyframes particle-4 {
  50% {
    transform: translate(0px, 10px);
    background: #630505;
  }
}

@keyframes to-play {
  0% {
    stroke-width: 40;
    d: path('M50 20 V160 M140 20 V160');
  }

  50% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-width: 20;
    d: path('M90 50 L30 15 L30 160 L170 100 L130 75');
    stroke-dashoffset: 0;
  }
}

@keyframes to-pause {
  0% {
    stroke-dashoffset: 0;
    d: path('M90 50 L30 15 L30 160 L170 100 L130 75');
  }

  50% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-width: 40;
    d: path('M50 20 V160 M140 20 V160');
    stroke-dashoffset: 0;
  }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background-color: #111;
}
