@charset "UTF-8";
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  height: 99% !important;
  font-family: "Google Sans", Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-primary-custom {
  background-color: #6a3a2a !important;
}

.text-primary-custom {
  color: #6a3a2a !important;
}

.table-primary-custom td, .table-primary-custom th {
  background-color: #6a3a2a;
  border: 1px solid #ede0cc;
}

.bg-primary-dark-custom {
  background-color: #2c1810 !important;
}

.text-primary-dark-custom {
  color: #2c1810 !important;
}

.table-primary-dark-custom td, .table-primary-dark-custom th {
  background-color: #2c1810;
  border: 1px solid #ede0cc;
}

.bg-secondary-custom {
  background-color: #f8f3ea !important;
}

.text-secondary-custom {
  color: #f8f3ea !important;
}

.table-secondary-custom td, .table-secondary-custom th {
  background-color: #f8f3ea;
  border: 1px solid #ede0cc;
}

.bg-secondary-custom-light {
  background-color: #fbf6f0 !important;
}

.text-secondary-custom-light {
  color: #fbf6f0 !important;
}

.table-secondary-custom-light td, .table-secondary-custom-light th {
  background-color: #fbf6f0;
  border: 1px solid #ede0cc;
}

@font-face {
  font-family: archium;
  src: url(/static/fonts/archium.ttf);
}
.ff-archium {
  font-family: archium, Helvetica, sans-serif;
}

.hover-scale:hover {
  transform: scale(1.2) !important;
}

.border-accent {
  border-color: #c6946b !important;
}

.border-primary-muted {
  border-color: rgba(106, 58, 42, 0.15) !important;
}

.sidebar {
  background: #eee2ce;
  border-right: 1px solid rgba(106, 58, 42, 0.15);
}
.sidebar > .active-chapter {
  background-color: #e6d3b6;
  color: #6a3a2a;
  font-weight: 600;
  border-right: 3px solid #c6946b;
}

.form-control-custom {
  background-color: #eee2ce;
  border: 1px solid #c6946b;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #2c1810;
  border-radius: 0.3rem;
  outline: none;
}

.btn-primary-custom {
  background: #6a3a2a;
  border: none;
  color: white;
  transition: all 0.3s;
}
.btn-primary-custom:hover {
  background: #794e3f;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.btn-primary-custom:active {
  background: #5a3124 !important;
  color: white !important;
  transform: translateY(2px);
}

.book {
  border-radius: 0.25em;
  position: relative;
  margin: 1em;
  background: #EBEBEB url(//s.ytimg.com/yt/imgbin/www-refreshbg-vflC3wnbM.png) repeat 0 0;
}

.book > header, .book > footer {
  z-index: 1;
}

.book::before {
  background-color: #6a3a2a;
  bottom: -1em;
  content: "";
  left: -1em;
  position: absolute;
  right: -1em;
  top: -1em;
  z-index: -1;
}

.book::after {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 52%, transparent 100%);
  bottom: -0.45vw;
  top: -0.45vw;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 4em;
  z-index: 1;
}

.book > header::before, .book > header::after,
.book > footer::before, .book > footer::after {
  background: #EBEBEB url(//s.ytimg.com/yt/imgbin/www-refreshbg-vflC3wnbM.png) repeat 0 0;
  border-radius: 25%;
  content: "";
  height: 2em;
  position: absolute;
  z-index: -1;
  width: calc(45% + 2em);
}

.book > header::before {
  border-top-right-radius: 25%;
  right: 50%;
  transform: rotate(-2deg);
}

.book > header::after {
  border-top-left-radius: 25%;
  left: 50%;
  transform: rotate(2deg);
}

.book > footer::after {
  border-bottom-left-radius: 25%;
  left: 50%;
  bottom: -0.05em;
  transform: rotate(-2deg);
}

.book > footer::before {
  border-bottom-right-radius: 25%;
  right: 50%;
  bottom: -0.05em;
  transform: rotate(2deg);
}

hr.custom-divider {
  overflow: visible;
  padding: 0;
  border: none;
  border-top: 6px double #9e9e9e;
  color: #9e9e9e !important;
  text-align: center;
}

hr.custom-divider:after {
  content: "✠";
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #EBEBEB;
}

.text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.word-details {
  background-color: #fbf6f0;
}

.btn-close-details {
  background-color: #ede0cc;
  color: #6a3a2a;
}
.btn-close-details:hover {
  background-color: #ede0cc;
  color: #6a3a2a;
  opacity: 70%;
}
.btn-close-details:active {
  background-color: #ede0cc !important;
  color: #6a3a2a !important;
  opacity: 45%;
  border: 1px solid transparent !important;
}

.paragraph-word {
  cursor: pointer;
}
.paragraph-word.selected {
  background-color: #eee0d1;
  border-bottom: 2px solid #714233;
  border-radius: 0.5rem;
  padding: 0.15rem;
}

.is-untagged {
  background-color: #FDE68A;
  border-bottom: 2px solid #d77606;
  border-radius: 0.5rem;
  padding: 0.15rem;
}

.accordion-button.hidden:after {
  background-image: none;
}
.accordion-button:after {
  margin-left: 8px;
}

.tag-fixed {
  background-color: #8afd8c;
  border-bottom: 2px solid #06d737;
  border-radius: 0.5rem;
  padding: 0.15rem;
}

/*# sourceMappingURL=styles.css.map */
