@charset "UTF-8";
@import 'font-awesome.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #ffffff;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
body, input, select, textarea {
  color: #7f888f;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 10pt;
  }
}
@media screen and (max-width: 360px) {
  body, input, select, textarea {
    font-size: 9pt;
  }
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: #f56a6a;
  text-decoration: none;
}
a:hover {
  border-bottom-color: #f56a6a;
  color: #f56a6a !important;
}
a:hover strong {
  color: inherit;
}

strong, b {
  color: #000000;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 4em;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

h2 {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 41px;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    line-height: 1.4;
  }

  h2 {
    font-size: 1.5em;
  }
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(210, 215, 217, 0.75);
  margin: 2em 0;
}
hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input[type=button], button {
  height: 3em;
  background: #4499FD;
  border: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

a.star-rating-clear {
  text-decoration: underline;
}

div.star-rating-clear-container {
  float: left;
  margin-right: 4px;
}

div.star-rating-star-container, div.star-rating-star-container a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAwCAYAAAAYX/pXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQ0E5NEQ4RjUxQkIxMUU0ODk4OTkwMzJCNTFBMDJCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQ0E5NEQ5MDUxQkIxMUU0ODk4OTkwMzJCNTFBMDJCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBDQTk0RDhENTFCQjExRTQ4OTg5OTAzMkI1MUEwMkIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBDQTk0RDhFNTFCQjExRTQ4OTg5OTAzMkI1MUEwMkIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TzS1HwAAARNJREFUeNrslNENgjAQhttuwKMPvsAIZQQZQUeAEXQFV2AEHUFHgA2QBxfoCLVNfpKmaQtYow/2knshdx+X/64/HYaBBCJTmavsfQWMhKNWeQkVsJm/HzFB/Q6gBoQAtAqQWU3eKagSURfv0cRRzD3gEalFFSqvE+BhjLsmDgykMrQqTzR6AmaMVq2A6ObWFlEAMs40n6Zm1xbEAi360BqzBQAeAnDH2u7Wt3wJYIRQBXSpDFAQICBSaQqF5solMpVSkpigz2KT/CDWD5SIcX4AQPKD//YD+zVO59tCDzt2OLrmc34gu23yg1g/UCLG+QEAv/MD8w70BLfA+E4/sA9JQzr73h1+cE5+4H+N3/eDlwADABQNfHCWrhc0AAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent;
}

div.star-rating-star-container {
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

a.star-rating-star {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}

div.star-rating-star-container a.on {
  background-position: 0 0px;
}

div.star-rating-star-container a.suggested {
  background-position: 0 -32px;
}

.book-wrapper {
  display: inline-block;
  position: relative;
}
.book-wrapper:hover .book-options {
  visibility: visible;
}

.book-options {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  background: rgba(218, 235, 255, 0.8);
}
.book-options .book-options__btn {
  padding: 0.5em;
  width: 10em;
}
.book-options .book-options__btn:first-child {
  margin-right: 1em;
}
.book-options .book-options__btn .options__btn-icon {
  margin-right: 0.5em;
}
.book-options .book-options__btn:hover {
  cursor: pointer;
}

.book {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.book .book__image {
  width: 125px;
  height: 200px;
}
.book .book__attributes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1em;
}
.book .book__attributes .book__title {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.book .book__attributes .book__title .book__title__text {
  font-weight: 600;
  font-size: 1.25rem;
}
.book .book__attributes .book__authors {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1em;
  height: 40%;
}
.book .book__attributes .book__authors .book__authors__name {
  font-size: 1rem;
  color: #8D8D8D;
  font-weight: 400;
}
.book .book__attributes .book__rating {
  height: 20%;
}

.library-wrapper {
  grid-column: 1/13;
  padding: 0 6em 0 6em;
}

.library {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  margin-bottom: 5em;
}
@media screen and (min-width: 1681px) {
  .library {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 980px) {
  .library {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 736px) {
  .library {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .library {
    grid-template-columns: 1fr;
  }
}

.library__toolbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.library__toolbar-opts {
  width: 10%;
}
.library__toolbar-opts p {
  margin: 0;
  color: #8D8D8D;
}

.sort-select .sort-select__inner__control {
  border: none;
}
.sort-select .sort-select__inner__control .sort-select__inner__value-container {
  padding-left: 0;
}
.sort-select .sort-select__inner__control .sort-select__inner__indicators .sort-select__inner__indicator-separator {
  display: none;
}
.sort-select .sort-select__inner__control .sort-select__inner__indicators .sort-select__inner__indicator {
  color: #4499FD;
}
.sort-select .sort-select__inner__control:hover {
  cursor: pointer;
}
.sort-select .sort-select__inner__control--is-focused {
  outline: none;
  box-shadow: none;
}
.sort-select .sort-select__inner__menu {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #E5E5E5;
  border-radius: 3px;
  margin-top: 1em;
}
.sort-select .sort-select__inner__menu .sort-select__inner__option {
  background: white;
  color: black;
}
.sort-select .sort-select__inner__menu .sort-select__inner__option--is-focused {
  color: #4499FD;
  cursor: pointer;
}

.editor-container {
  height: 30em;
  width: 100%;
  overflow-y: auto;
}

.engage-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2.5em;
  height: 100%;
}

.engage-wrpr-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/13;
  background: #F0F0F0;
  height: 100%;
  padding: 2em 0em 0em 6em;
}

.engage-search {
  grid-column: 1/13;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5em;
  padding: 0 6em 0.1em 6em;
}
.engage-search .engage__search-container {
  flex: 0.45;
  height: inherit;
  min-height: 3.5em;
}

.note-interface-container {
  display: grid;
  grid-column: 4/13;
  grid-template-columns: repeat(12, 1fr);
  background: white;
  padding: 1.25em 0 0 1em;
  border-radius: 10px 0px 0px 0px;
}

.engage__book-information {
  grid-column: 1/4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 2em;
  margin-top: 1.25em;
  padding-right: 2em;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.engage__book-information .engage__book-tags {
  margin-top: 1.5em;
}
.engage__book-information .engage__book-tags .tags-header {
  margin-bottom: 1em;
  color: #585858;
}
.engage__book-information .engage__book-tags .react-tags {
  padding: 0;
}
.engage__book-information .engage__book-tags .react-tags .react-tags__search .react-tags__search-input input {
  background-color: #f0f0f0;
}
.engage__book-information .engage__book-tags .react-tags .react-tags__suggestions {
  margin-top: 1em;
  cursor: pointer;
}
.engage__book-information .engage__book-tags .react-tags .react-tags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
}
.engage__book-information .engage__book-tags .react-tags .react-tags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
}
.engage__book-information .engage__book-information__header {
  margin-bottom: 2em;
}
.engage__book-information .engage__book-information__book {
  margin-bottom: 1.5em;
}
.engage__book-information .engage__book-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.engage__book-information .engage__book-guide {
  height: 3em;
  margin-top: 2em;
  background-color: #4499FD;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 1em;
  cursor: pointer;
}
.engage__book-information .engage__book-guide p {
  font-size: 0.8rem;
  margin: 0;
  align-self: center;
  justify-self: left;
  color: white;
  letter-spacing: 0.2em;
}
.engage__book-information .engage__book-guide img {
  align-self: center;
  justify-self: right;
  height: 1em;
  width: 1em;
}
.engage__book-information .engage__favorite-button {
  border: 1px solid #F88185;
  background-color: #fff;
}
.engage__book-information .engage__favorite-button p {
  color: #585858;
}
.engage__book-information .engage__favorite-button-active {
  border: 1px solid #F88185;
  background: rgba(248, 129, 133, 0.1);
}
.engage__book-information .engage__favorite-button-active p {
  color: #585858;
}
.engage__book-information .engage__book-description {
  color: #585858;
  line-height: 1.75em;
  margin: 2em 0 0 0;
}
.engage__book-information .engage__book-themes {
  margin-top: 2em;
}
.engage__book-information .engage__book-themes .engage__book-themes__list {
  display: inline;
  list-style-type: none;
  padding-left: 0;
}
.engage__book-information .engage__book-themes .engage__book-themes__list li {
  color: #4499FD;
  padding-left: 0;
  display: inline;
  margin-right: 1.5em;
}
.engage__book-information .label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 2em;
  margin-bottom: 12px;
  color: #585858;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.engage__book-information .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.engage__book-information .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
}
.engage__book-information .label-container:hover input ~ .checkmark {
  background-color: white;
}
.engage__book-information .label-container input:checked ~ .checkmark {
  background-color: #26E4A0;
}
.engage__book-information .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.engage__book-information .label-container input:checked ~ .checkmark:after {
  display: block;
}
.engage__book-information .label-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.engage__book-button__icon {
  margin-right: 1em;
}

.engage__note-interface__toc {
  grid-column: 1/4;
  margin-right: 2em;
}
.engage__note-interface__toc .toc-heading {
  font-weight: 600;
  font-size: 1.25rem;
  color: #8D8D8D;
}
.engage__note-interface__toc .engage__note-interface__note-name {
  margin-top: 2em;
  color: #8D8D8D;
  font-size: 1.1rem;
}
.engage__note-interface__toc .engage__note-interface__note-name:hover {
  cursor: pointer;
}
.engage__note-interface__toc .note-name-active {
  color: black;
  font-weight: 600;
  font-weight: bold;
}
.engage__note-interface__toc .toc__inner {
  max-height: 60%;
  overflow-y: auto;
}

.engage__note-interface__editor {
  grid-column: 4/12;
  display: flex;
  flex-direction: column;
  margin-left: 0em;
}
.engage__note-interface__editor .engage__note-interface__toolbar .note-interface-title__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.25em;
}
.engage__note-interface__editor .engage__note-interface__toolbar .note-interface__title {
  border: none;
  font-weight: 600;
  font-size: 2rem;
  color: black;
  margin-top: -0.4em;
  width: 80%;
}
.engage__note-interface__editor .engage__note-interface__toolbar .options-dropdown {
  top: 24em;
  right: 7em;
}
.engage__note-interface__editor .engage__note-interface__toolbar__tags {
  margin-top: 1em;
}
.engage__note-interface__editor .engage__note-interface__toolbar__tags .tags-header {
  color: #8D8D8D;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.engage__note-interface__editor .engage__note-interface__toolbar__tags .tags-header span {
  color: #4499FD;
  margin-right: 1em;
}

.save-indicator {
  margin: 0 0 0.4em 0;
}

.engage__note-interface__title {
  text-align: center;
}

.engage-new-note {
  margin-top: 2em;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  background-color: #E9F3FF;
  cursor: pointer;
}
.engage-new-note span {
  font-size: 1rem;
  color: #2684FF;
}

.ce-block__content, .ce-toolbar__content {
  max-width: 800px;
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width: 1680px) {
  .ce-block__content, .ce-toolbar__content {
    max-width: 600px;
  }
}

.react-tags {
  position: relative;
  padding: 6px 0 0 6px;
  border-radius: 1px;
  /* shared font styles */
  font-size: 1em;
  line-height: 1.2;
  /* clicking anywhere will focus the input */
  cursor: text;
  width: 100%;
}

.react-tags__selected {
  display: inline;
}

.react-tags__selected-tag {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  border-radius: 2px;
  background: #fff;
  color: #4499FD;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
}

.react-tags__selected-tag:hover:after {
  display: block;
  float: right;
  content: "✕";
  color: #FF6666;
  margin-left: 8px;
  cursor: pointer;
}

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
  border-color: #B1B1B1;
}

.react-tags__search {
  display: inline-block;
  /* match tag layout */
  padding: 7px 2px;
  margin-bottom: 6px;
  /* prevent autoresize overflowing the container */
  max-width: 100%;
}

@media screen and (min-width: 30em) {
  .react-tags__search {
    /* this will become the offsetParent for suggestions */
    position: relative;
  }
}
.react-tags__search input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
}

.react-tags__search input::-ms-clear {
  display: none;
}

.search-wrapper {
  margin-top: 2.5em;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  -moz-flex: .75;
  -webkit-flex: .75;
  -ms-flex: .75;
  flex: .75;
  border: 1px solid #8D8D8D;
  border-radius: 150px;
}
.search-container .search-select {
  width: 12.5%;
  margin-left: 0.5em;
  background: black;
  border-radius: 150px;
}
.search-container .search-select .search-select__inner__menu {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #E5E5E5;
  border-radius: 3px;
  margin-top: 1em;
}
.search-container .search-select .search-select__inner__menu .search-select__inner__option {
  background: white;
  color: black;
}
.search-container .search-select .search-select__inner__menu .search-select__inner__option--is-focused {
  color: #4499FD;
  cursor: pointer;
}
.search-container .search-select .search-select__inner__control {
  border: none;
  background: black;
  border-radius: 150px;
}
.search-container .search-select .search-select__inner__control:hover {
  background: #4499FD;
  cursor: pointer;
}
.search-container .search-select .search-select__inner__control .search-select__inner__indicators .search-select__inner__indicator-separator {
  display: none;
}
.search-container .search-select .search-select__inner__control .search-select__inner__indicators .search-select__inner__indicator {
  color: white;
}
.search-container .search-select .search-select__inner__control--menu-is-open {
  background: #4499FD;
}
.search-container .search-select .search-select__inner__control--is-focused {
  outline: none;
  box-shadow: none;
}
.search-container .search-select__inner__single-value {
  color: white;
}
.search-container .search-bar {
  height: 2.9em;
  width: 85%;
  border: none;
  margin-left: 1em;
  margin-right: 1em;
}
.search-container .search-bar:focus {
  outline: none;
  box-shadow: none;
}

.search__book__image {
  width: 125px;
  height: 200px;
}

.search__tags-container {
  display: flex;
  margin-bottom: 1em;
}

.search__note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: 1em;
  padding: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.search__note:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.search__note .search__note__title {
  font-weight: 600;
  font-size: 2rem;
  color: black;
}
.search__note .search__note__preview-name {
  cursor: pointer;
  text-transform: uppercase;
  color: #4499FD;
  align-self: flex-end;
}
.search__note .search__tags li {
  display: inline;
  margin-right: 1em;
  color: #4499FD;
}

.search-icon {
  margin-left: 0.75em;
  color: #8D8D8D;
}

.profile-container {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.profile-container .profile-container__username {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 0.5em;
}
.profile-container .profile-container__username h5 {
  font-weight: 600;
}

.points-container {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 0.5em;
  background-color: #4499FD;
  border-radius: 3px;
  padding: 1px 10px 0;
}
.points-container p {
  color: white;
}

.profile__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.profile__dropdown {
  top: 9em;
  right: 0;
}

.logout {
  color: #FF6666;
}

.sign-container {
  display: flex;
  justify-content: space-between;
  width: 10em;
}
.sign-container p {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  cursor: pointer;
}

.dropdown {
  display: none;
  position: absolute;
  background: #F5FAFF;
  border: 1px solid rgba(68, 153, 253, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 6em;
  padding: 1em;
}
.dropdown .dropdown__item {
  margin: 0;
}
.dropdown .dropdown__item:first-child {
  margin-bottom: 1em;
}

.dropdown-caret {
  margin-left: 0.5em;
  color: #4499FD;
}

.dropdown-show {
  display: block;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4499FD;
}

.login-submission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  padding: 5em;
}
.login-submission .form {
  width: 80%;
  margin-bottom: 1em;
  background: #f3f3f3;
  font-size: 1.5rem;
  box-shadow: 10px 5px 5px grey;
}
.login-submission .form-btn {
  text-transform: uppercase;
  width: 100%;
}

.arrange-select {
  display: block;
  font-size: 1rem;
  font-family: sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.5em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.arrange-select::-ms-expand {
  display: none;
}

.arrange-select:hover {
  border-color: #888;
}

.arrange-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.arrange-select option {
  font-weight: normal;
}

.guides-wrapper {
  grid-column: 4/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 7% 93%;
  background: white;
  padding: 1em 0 0 1em;
  border-radius: 10px 0px 0px 0px;
}

.guides-header {
  grid-column: 1/12;
  border-bottom: 1px solid #C4C4C4;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.guides-header .to-ponder-hdr {
  grid-column: 1/9;
}
.guides-header .about-author-hdr {
  grid-column: 9/13;
}

.guides-main {
  grid-column: 1/13;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2em;
}

.guides-engage-wrpr {
  grid-column: 1/8;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-right: 1px solid #C4C4C4;
}

.guides-engagement {
  grid-column: 1/12;
  padding-right: 5em;
  margin-top: 2em;
}

.guides-author {
  grid-column: 8/12;
  padding-left: 1em;
  margin-top: 2em;
}
.guides-author .guides__author-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.guides-author .guides__author-profile .guides__author-img {
  height: 5em;
  width: 5em;
  margin-right: 1.5em;
  border-radius: 50%;
}
.guides-author .guides__author-profile .guides__author-name {
  font-weight: 600;
}
.guides-author .guides__author-bio {
  width: 100%;
  margin-top: 2em;
}
.guides-author .guides__author-bio p {
  line-height: 27px;
  margin: 0;
  color: #585858;
}
.guides-author .guides__not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.guides-author .guides__not-found p {
  color: #585858;
}

.guides-instructions {
  margin-bottom: 2em;
}

.reflection-container {
  position: relative;
  margin-bottom: 1em;
  cursor: pointer;
}
.reflection-container .reflection-container__create-quick-reflection {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #4499FD;
  background-color: #F5FAFF;
}
.reflection-container .reflection-container__create-quick-reflection p {
  margin: 0px;
  color: #4499FD;
  text-align: center;
}
.reflection-container:hover .reflection-container__create-quick-reflection {
  visibility: visible;
}

.reflection {
  line-height: 27px;
  margin: 0;
  color: #585858;
}

.message {
  margin: 20px;
  display: grid;
}

.message__body {
  word-wrap: break-word;
  padding: 20px;
  color: black;
  margin-left: 45px;
  margin-bottom: 10px;
  background-color: rgba(38, 132, 255, 0.1);
  border-radius: 10px 10px 10px 0px;
  max-width: 800px;
  white-space: pre-line;
}

.own-message .message__body {
  background-color: #2684FF;
  color: white;
  border-radius: 10px 10px 0px 10px;
}

.message__name {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin-left: 45px;
  margin-bottom: 0;
}

.message__timestamp {
  margin-left: 45px;
}

.own-message .message__name, .own-message .message__timestamp {
  justify-self: end;
}

.message__timestamp {
  color: #8D8D8D;
  font-size: 12px;
}

.chat-container {
  grid-area: chat;
  grid-row: 2;
  max-height: 75vh;
  height: 75vh;
  overflow: auto;
  background: rgba(196, 196, 196, 0.25);
  border-radius: 1.1em;
  display: grid;
  grid-template-rows: [header] 10% [message] 80% [send] 10%;
  grid-template-areas: "header header header" "message message message" "send send send";
}

.chat-header-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1em;
  grid-area: header;
}
.chat-header-container:after {
  padding-right: 15px;
  content: "";
  display: block;
  border-bottom: 1px solid #C4C4C4;
}

.chat-header {
  font-weight: bold;
}

.xmessage-container {
  overflow-y: auto;
  grid-area: message;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1em;
}

.inner-message-container {
  overflow-y: auto;
}

.send-container {
  grid-area: send;
  display: grid;
  grid-template-columns: 1fr 10%;
  padding: 0 15px 0 15px;
  margin: 0 15px 10px 15px;
  border-radius: 15px;
  background-color: white;
}

.send-icon {
  font-size: 1.3em;
  align-self: center;
  justify-self: center;
}

.send-input {
  resize: none;
  border-radius: 15px;
  border: none;
  overflow-y: auto;
  align-self: center;
}

.book-navigation {
  max-height: 75vh;
  visibility: visible;
}
.book-navigation:hover {
  visibility: visible;
}

.book-navigation__book {
  margin-bottom: 2em;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.book-navigation__book.active {
  background: rgba(196, 196, 196, 0.25);
}

.previous-questions {
  grid-area: questions;
  border-radius: 15px;
  padding: 1em 15px 0 15px;
  background: rgba(196, 196, 196, 0.25);
  max-height: 75vh;
}
.previous-questions .previous-questions__header {
  font-weight: bold;
}
.previous-questions .question {
  margin-bottom: 1em;
  cursor: pointer;
}
.previous-questions .question:nth-of-type(1) {
  margin-top: 1em;
}

.discussion-wrapper {
  background-color: rgba(196, 196, 196, 0.25);
  display: grid;
  grid-template-columns: 23% 57% 20%;
  grid-template-rows: auto auto;
  grid-template-areas: "header header header" "sidebar chat questions";
  max-height: 100vh;
}
.discussion-wrapper .muted, .discussion-wrapper .disabled {
  color: #8D8D8D !important;
}
.discussion-wrapper .discussion-header {
  grid-area: header;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: white;
}
.discussion-wrapper .discussion-header .breadcrumbs {
  font-size: 13px;
}
.discussion-wrapper .discussion-header .breadcrumbs > * {
  color: black;
  margin-right: 3px;
}
.discussion-wrapper .discussion-sidebar {
  grid-area: sidebar;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow-y: scroll;
}
.discussion-wrapper .discussion-sidebar .start-new-discussion {
  margin: 15px;
  align-self: center;
}
.discussion-wrapper .discussion-sidebar .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 60px;
  background: white;
  border-radius: 10px;
  margin-right: 40px;
  margin-bottom: 15px;
  padding: 12px;
}
.discussion-wrapper .discussion-sidebar .search input {
  flex: 1;
  min-width: 0;
  border: none;
  margin-left: 16px;
}
.discussion-wrapper .discussion-sidebar .search input:focus {
  outline: none;
  box-shadow: none;
}
.discussion-wrapper .discussion-sidebar .discussion-display {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  margin-right: 40px;
  border-radius: 0 10px 10px 0;
  padding-top: 17px;
  padding-bottom: 17px;
  box-sizing: border-box;
}
.discussion-wrapper .discussion-sidebar .discussion-display.active {
  background-color: white;
  border-left: 4px solid #2684FF;
  padding-left: 56px;
}
.discussion-wrapper .discussion-sidebar .discussion-display .discussion-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  color: black;
}
.discussion-wrapper .discussion-sidebar .discussion-display .discussion-info .title {
  font-size: 13px;
  font-weight: bold;
}
.discussion-wrapper .discussion-avatar {
  width: 50px;
  height: 50px;
  margin-right: 17px;
  border-radius: 25px;
  object-fit: cover;
}
.discussion-wrapper .discussion-avatar.large {
  width: 82px;
  height: 82px;
  border-radius: 41px;
}
.discussion-wrapper .chat {
  background-color: white;
  border-radius: 10px 0 0 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  border-right: 1px solid #F0F0F0;
}
.discussion-wrapper .chat .chat-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px;
  border-bottom: 1px solid #F0F0F0;
}
.discussion-wrapper .chat .chat-header .chat-title-container {
  flex: 1;
}
.discussion-wrapper .chat .chat-header .chat-title {
  flex: 1;
  font-size: 17px;
  font-weight: bold;
}
.discussion-wrapper .chat .chat-header .chat-subtitle {
  font-size: 12px;
  font-weight: normal;
}
.discussion-wrapper .chat .chat-header .user-avatars {
  align-self: flex-end;
  display: flex;
  flex-direction: row-reverse;
}
.discussion-wrapper .chat .chat-header .user-avatars .user-avatar-more {
  margin-left: 1em;
}
.discussion-wrapper .chat .chat-header .user-avatars .user-avatar-more p {
  margin-bottom: 0;
  font-weight: normal;
}
.discussion-wrapper .chat .chat-header .user-avatar-container {
  width: 22px;
  overflow: visible;
}
.discussion-wrapper .chat .chat-header .user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid white;
}
.discussion-wrapper .chat .send-input {
  padding: 15px 25px;
  background-color: #F0F0F0;
  margin: 20px;
  align-self: stretch;
}
.discussion-wrapper .chat .message-container {
  max-height: 590px;
  min-height: 590px;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  –webkit-overflow-scrolling: touch;
}
.discussion-wrapper .chat .message-container .own-message {
  align-self: flex-end;
}
.discussion-wrapper .chat .typing {
  color: black;
  font-size: 14px;
  margin-left: 65px;
}
.discussion-wrapper .settings {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  padding: 44px 60px;
}
.discussion-wrapper .settings .settings-header {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 20px;
}
.discussion-wrapper .settings .settings-header .title {
  font-size: 18px;
  font-weight: bold;
}
.discussion-wrapper .settings button.add-user {
  background-color: rgba(38, 132, 255, 0.1);
  color: #2684FF;
  border: 1px solid #2684FF;
  border-radius: 5px;
  width: 185px;
  text-transform: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 17px;
}
.discussion-wrapper .settings button.exit-discussion {
  color: #2684FF;
  border: 1px solid #2684FF;
  border-radius: 5px;
  background-color: transparent;
  width: 185px;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 40px;
}
.discussion-wrapper .settings .questions .questions-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.discussion-wrapper .settings .questions .questions-header .icon {
  color: #2684FF;
  margin-right: 10px;
}
.discussion-wrapper .settings .questions .question {
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

#new-discussion-modal, #add-user-modal {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 60vw;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.landing-header,
.landing-footer {
  grid-area: header;
}
@media screen and (min-width: 737px) {
  .landing-header,
.landing-footer {
    padding-right: 12em;
    padding-left: 12em;
  }
}

.landing-footer {
  grid-area: footer;
  margin-top: 3em;
  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}

.landing-main {
  padding: 2em;
  grid-area: main;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "header";
}
.landing-main .landing-main-inner {
  grid-area: header;
  justify-content: center;
  display: grid;
  align-items: center;
  justify-self: center;
  align-self: center;
}
.landing-main .landing-main-inner h1 {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .landing-main .landing-main-inner h1 {
    font-size: 3rem;
  }
}
.landing-main .landing-main-inner button {
  margin-top: 2em;
  height: 3.5em;
  width: 15em;
  justify-self: center;
  cursor: pointer;
}
.landing-main .landing-main-inner button:hover {
  box-shadow: inset 1px 1px 5px 20px rgba(0, 0, 0, 0.1);
}

.demo-container {
  grid-area: demo;
}

.demo-tabs {
  height: 20%;
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  margin-right: 2em;
  cursor: pointer;
}
.demo-tab:hover {
  border-radius: 5px;
  cursor: pointer;
  background: rgba(200, 200, 200, 0.5);
  transition: background 120ms ease-in 0s;
}
@media screen and (max-width: 736px) {
  .demo-tab {
    margin-right: 1em;
  }
}

.tab-active {
  border-bottom: 3px solid black;
}

.demo-tab__image {
  height: 100%;
  width: 100%;
}

.demo-tab__header {
  font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
  .demo-tab__header {
    font-size: 1rem;
  }
}

.demo-presentation {
  height: 80%;
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .demo-presentation {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 1em;
    justify-content: flex-start;
    align-items: center;
  }
}

.demo__image {
  height: 100%;
  width: 70%;
  animation: fadein ease-in 600ms;
  box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 736px) {
  .demo__image {
    width: 150%;
  }
}

.landing-container {
  background-color: #FAF5E9;
  display: grid;
  grid-template-areas: "header header header" "main main main" "demo demo demo" "footer footer footer";
}

.with-scroll {
  grid-area: scroll;
  overflow: auto;
  visibility: hidden;
}
.with-scroll:hover {
  visibility: visible;
}
.with-scroll:focus {
  visibility: visible;
}

.modal {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background: #FFECBF;
  border-radius: 10px;
  margin: 0 auto;
  width: 30em;
  height: 40em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#trial-modal {
  height: 35em;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.modal-close {
  grid-column: 13;
  color: black;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 1em;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background: #FFECBF;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-size: 17px;
  color: black;
  margin: 10px;
}

.modal-logo {
  height: 5em;
  width: 5em;
}

.modal-body {
  padding: 20px 16px;
  height: 25em;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.modal-body__para {
  margin: 0;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
}

.modal__error {
  margin: 0;
  text-align: center;
  color: red;
}

.modal__input {
  border-radius: 10px;
  border: 1px solid #585858;
  padding-left: 1em;
  height: 2.5em;
}

.input-error {
  border: 1px solid red;
}

.modal__btn {
  width: 10em;
  height: 3.5em;
  align-self: center;
  border-radius: 15px;
  cursor: pointer;
}
.modal__btn--secondary {
  background-color: #585858;
}
.modal__btn:disabled {
  background-color: #FAFAFA;
  color: #585858;
}

.modal__form {
  display: flex;
  flex-direction: column;
}
.modal__form .modal__error {
  margin-bottom: 1em;
  color: red;
}
.modal__form input[type=text] {
  margin-bottom: 1em;
}

.modal-buttons .modal__btn {
  margin-right: 5px;
}

#signup-modal {
  padding: 20px 16px;
  height: 25em;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow-y: auto;
}
#signup-modal .signup-para {
  text-align: center;
}

.modal-passwords {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal-passwords .modal__input {
  width: 175px;
}
.modal-passwords .hide-password-btn {
  background: none;
  color: black;
  cursor: pointer;
}

.faq-container {
  display: flex;
  flex-direction: column;
  background-color: #FAF5E9;
}

.faq-main {
  padding-right: 20%;
  padding-left: 20%;
}
@media screen and (max-width: 736px) {
  .faq-main {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.faq-header {
  font-size: 4rem;
  margin-top: 1em;
  font-weight: bold;
  padding-right: 20%;
  padding-left: 20%;
}
@media screen and (max-width: 736px) {
  .faq-header {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.faq-specific h2 {
  font-size: 2rem;
  font-weight: bold;
}

.faq-qa {
  margin-top: 1em;
}
.faq-qa h3 {
  font-weight: 1.75rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.faq-qa p {
  font-size: 1.25rem;
  line-spacing: 0.5em;
}

.pnv-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 8em;
}

.pnv-header {
  grid-area: header;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C4C4C4;
}

.pnv-books-mentioned {
  grid-column: 1/4;
}
.pnv-books-mentioned h2 {
  margin-bottom: 1em;
}
.pnv-books-mentioned .pnv-books-mentioned__container .book {
  margin-bottom: 1em;
}

.pnv-profile {
  display: flex;
  margin-bottom: 1.5em;
}
.pnv-profile .pnv-profile__con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 1em;
}
.pnv-profile .pnv-profile__name {
  font-weight: bold;
}
.pnv-profile .pnv-profile__img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.pnv-profile .pnv-profile__btn {
  width: 6em;
  height: 2em;
  text-transform: lowercase;
}

.pnv-note {
  grid-column: 4/11;
}
.pnv-note .pnv__tags {
  margin-top: 1em;
  margin-bottom: 1em;
}
.pnv-note .pnv__tags li {
  display: inline;
  margin-right: 1em;
  color: #4499FD;
  cursor: pointer;
}
.pnv-note .pnv-note__title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C4C4C4;
}

.profile-header {
  border-bottom: 1px solid rgba(210, 215, 217, 0.75);
  margin-top: 32px;
}
.profile-header h2 {
  padding-left: 32px;
}

.profile-wrapper {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 3fr;
}
.profile-wrapper .profile_wrapper__profile-info {
  display: flex;
  flex-flow: column;
  margin: 16px;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__name-pic-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__name-pic-container .profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__name-pic-container .user-name {
  display: flex;
  flex-direction: column;
  margin: 4px;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__name-pic-container .user-name h4 {
  font-weight: bold;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__user-description {
  min-height: 300px;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__user-description p {
  text-align: justify;
  margin: 32px;
}
.profile-wrapper .profile_wrapper__profile-info .profile-info__follow-button {
  margin: auto;
  width: 60%;
  font-size: 12px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .shelf-relection-container__title {
  border-bottom: 1px solid rgba(210, 215, 217, 0.75);
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .shelf-relection-container__title p {
  color: black;
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .shelf-container {
  margin: 16px 0px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .shelf-container .shelf-container__books-container {
  background-color: #ddd;
  margin: 4px 0px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .shelf-container .shelf-container__books-container .book-container__book {
  margin: 16px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container {
  margin: 32px 0px 16px 0px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container {
  margin: 16px;
  display: flex;
  flex-direction: column;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .note-container__user-summary-outline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .note-container__user-summary-outline .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container {
  display: flex;
  flex-direction: column;
  background-color: #ccc;
  margin: 16px 0px;
  padding: 16px;
  width: 75%;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .tags-container {
  display: flex;
  flex-direction: row;
  margin: 8px 0px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .tags-container span {
  padding: 4px;
  font-weight: bold;
  color: #555;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .tags-container span p {
  margin: 0px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .content-container {
  display: flex;
  flex-direction: column;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .content-container p {
  margin: 0px;
  padding: 0px;
}
.profile-wrapper .profile-wrapper__shelf-reflection-container .reflection-container .note-container .preview-container .preview-container__read-more-button {
  color: grey;
  font-weight: bold;
  display: inline;
}

.profile-error-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.profile-error-wrapper h1 {
  font-size: 150px;
}
.profile-error-wrapper h2 {
  font-size: 100px;
}

.homepage-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 2.5em;
}

.homepage-nav__item {
  margin-bottom: 2em;
}

.homepage-wrapper__hdr {
  grid-column: 1/13;
  margin-bottom: 1em;
  padding: 0 6em 0.1em 6em;
}

.feed-wrapper {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  background: #F0F0F0;
}

.feed-wrapper-inner {
  grid-column: 4/10;
  padding: 1em 1em 0.1em 1em;
  margin-top: 2em;
  border-radius: 10px 10px 0px 0px;
}

.feed-item {
  display: flex;
  background: white;
  margin-bottom: 1.5em;
  justify-content: space-between;
  padding: 2em;
}
.feed-item .feed-item__int {
  margin-top: 1em;
}
.feed-item .item-content {
  margin-left: 1em;
}

.feed-item-hdr {
  color: #585858;
}

.feed-note-preview p {
  margin: 0;
}

.note-preview__btn {
  margin-top: 1em;
}

.loader {
  margin: 0 auto;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile {
  padding: 0 2em 0.1em 2em;
  height: 100vh;
  background-color: #FAF5E9;
  display: flex;
  flex-direction: column;
}

.mbl-hdrs {
  margin-top: 2.5em;
}

.mbl__hdr {
  font-weight: bold;
  margin-bottom: 1.25em;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #4499fd;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -10%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4499fd transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.share-container {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.share-container .link-text {
  font-size: 0.8rem;
}
.share-container .copy-btn {
  cursor: pointer;
}

.multi-select__choices {
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
}
.multi-select__choices:empty {
  border: none;
}
.multi-select__choice {
  cursor: pointer;
  padding: 5px;
}
.multi-select__choice:hover:not(.multi-select__choice--selected) {
  background-color: #fafafa;
}
.multi-select__choice--selected {
  background-color: lightgray;
}
.multi-select__selected {
  font-size: 13px;
  font-weight: normal;
  color: black;
}

#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 100vh;
}

#main {
  display: flex;
  flex-direction: column;
  width: 100%;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
#main > .inner {
  padding: 0 6em 0.1em 6em;
  max-width: 110em;
}
@media screen and (max-width: 1680px) {
  #main > .inner {
    padding: 0 5em 0.1em 5em;
  }
}
@media screen and (max-width: 1280px) {
  #main > .inner {
    padding: 0 4em 0.1em 4em;
  }
}
@media screen and (max-width: 736px) {
  #main > .inner {
    padding: 0 2em 0.1em 2em;
  }
}

/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 736px) {
  #header {
    -moz-justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  margin-bottom: 5em;
  z-index: 1000;
}

.logo {
  height: 3em;
  width: 3em;
  cursor: pointer;
  background-image: url("/img/qitab-logo.svg");
  background-size: 3em 3em;
  background-repeat: no-repeat;
}

.header-nav {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: -5em;
}
.header-nav .nav-item {
  cursor: pointer;
}
.header-nav .nav-item:hover {
  color: #4499FD;
}
.header-nav .first {
  margin-right: 2em;
}

.page-header {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}

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